]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Renamed sb-file.xpm to sb-pg.xpm
[gnu-emacs] / lisp / ChangeLog
1 2000-05-24 Kenichi Handa <handa@etl.go.jp>
2
3 * international/quail.el (quail-show-guidance-buf): Set
4 current-input-method of the guidance buffer to the name of the
5 curren input method.
6
7 2000-05-23 Gerd Moellmann <gerd@gnu.org>
8
9 * startup.el (command-line): Determine source file of compiled
10 user init file differently. Warn if compiled user init file
11 is older than its source file.
12
13 * ffap.el (ffap-url-regexp): Add `https'.
14
15 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
16
17 * files.el (make-backup-file-name-1): Replace slashes with `!'
18 rather than `|' (which is not allowed on Windows). Replace the
19 drive letters with a string "drive_X".
20
21 2000-05-23 Gerd Moellmann <gerd@gnu.org>
22
23 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
24
25 * files.el (interpreter-mode-alist): Add `bash2'.
26
27 2000-05-22 Dave Love <fx@gnu.org>
28
29 * loadhist.el (feature-symbols, file-provides, file-requires): Use
30 mapc.
31 (feature-file): Avoid calling symbol-name. Doc fix.
32 (file-set-intersect, file-dependents): Use dolist, not mapcar.
33 (loadhist-hook-functions): Add mouse-position-function.
34 (unload-feature): Change uses of mapcar.
35
36 * files.el (parse-colon-path): Doc fix.
37 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
38 (set-auto-mode): Use mapc.
39
40 * complete.el (PC-look-for-include-file): Use :alnum: character
41 class.
42 (partial-completion-mode): Add autoload cookie.
43
44 2000-05-22 Sam Steingold <sds@gnu.org>
45
46 * info.el (Info-fontify-node): Fixed the call to
47 `add-text-properties' (bug introduced on 2000-05-18).
48
49 2000-05-22 Dave Love <fx@gnu.org>
50
51 * bindings.el: Remove debug-ignored-errors set in other files.
52
53 * progmodes/etags.el: Add to debug-ignored-errors.
54 (visit-tags-table-buffer): Clear out buffers holding old tables
55 when making a new list.
56 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
57 mapc.
58
59 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
60 quote keywords.
61 (cmpl-string-case-type): Use character classes.
62
63 * comint.el:
64 * textmodes/ispell.el:
65 * imenu.el:
66 * mail/mh-e.el:
67 * progmodes/compile.el: Add to debug-ignored-errors.
68
69 * dabbrev.el: Add to debug-ignored-errors.
70 (dabbrev-completion): Use mapc.
71
72 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
73
74 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
75 (woman-mapcan, woman-parse-man.conf)
76 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
77 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
78 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
79 path syntax better.
80 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
81 (woman-manpath): Call woman-parse-man.conf.
82 (woman-emulation): New defcustom, defaults to nroff.
83 (woman-font-support): New defconst.
84 (woman-use-symbol-font): New defcustom.
85 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
86 "Emulation".
87 Many functions: Doc fix.
88
89 2000-05-22 Kenichi Handa <handa@etl.go.jp>
90
91 * international/quail.el (quail-simple-translation-keymap): Map
92 128..255 to quail-self-insert-command.
93 (quail-keyboard-layout-alist): Add definition for "pc102-de".
94
95 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
96
97 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
98 intervals which makes it heaps simpler.
99
100 * newcomment.el (comment-region-internal): Go back to BEG after quoting
101 the nested comment markers.
102
103 * subr.el (remove-hook): Don't turn the hook's value into a list.
104
105 2000-05-21 Dave Love <fx@gnu.org>
106
107 * edmacro.el (edmacro-parse-keys): Return vector if any elements
108 are invalid characters.
109
110 * international/mule-util.el (detect-coding-with-priority): Use
111 mapc. Remove redundant lambda.
112
113 * international/mule-diag.el (list-non-iso-charset-chars)
114 (describe-fontset): Remove redundant lambda.
115
116 * emulation/crisp.el (brief-mode): New alias.
117
118 * emacs-lisp/ring.el (ring-elements): New function.
119
120 * emacs-lisp/easymenu.el (easy-menu-create-menu)
121 (easy-menu-do-add-item): Use keywordp.
122
123 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
124
125 * replace.el: Doc and error message fixes.
126 (replace-highlight): Use facep, not internal-find-face.
127
128 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
129
130 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
131
132 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
133 (log-edit-insert-changelog): Drop `:' as well.
134
135 * log-view.el: Fix file description.
136 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
137 available.
138 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
139 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
140
141 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
142 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
143 Print a status message if the toggle is called interactively.
144 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
145 for global minor modes and use `defcustom' for them.
146 Use add-minor-mode.
147 (easy-mmode-define-derived-mode): Remove.
148 (define-derived-mode): Fancier default docstring.
149 (easy-mmode-define-navigation): Signal an error rather than (ding).
150
151 * newcomment.el (comment-styles): New `box-multi'.
152 (comment-normalize-vars): Better default for comment-continue to
153 avoid whitespace-only continuations.
154 (comment-search-forward): Always move even in the no-syntax case.
155 (comment-padright): Only obey N if it's only obeyed for padleft.
156 (comment-make-extra-lines): Better handling of empty continuations.
157 Use `=' for the filler if comment-start has only one character.
158 (uncomment-region): Try handling the special `=' filler.
159 (comment-region): Allow LINES even if MULTI is nil.
160 (comment-box): Choose box style based on comment-style.
161
162 2000-05-20 Kenichi Handa <handa@etl.go.jp>
163
164 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
165 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
166
167 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
168
169 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
170 and insert, not subst-char-in-region.
171
172 * international/mule-diag.el (list-character-sets-1): Handle
173 charsets eight-bit-control and eight-bit-graphic.
174 (list-iso-charset-chars): Likewise.
175 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
176 charactes as is. Use indent-to to align characters.
177
178 * international/mule-cmds.el (find-multibyte-characters): Never
179 exclude charsets eight-bit-control and eight-bit-graphic.
180
181 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
182
183 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
184 Don't quote lambdas.
185
186 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
187
188 2000-05-19 Gerd Moellmann <gerd@gnu.org>
189
190 * gud.el (gud-jdb-directories): Doc fix.
191
192 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
193
194 * newcomment.el: New file.
195
196 2000-05-19 Gerd Moellmann <gerd@gnu.org>
197
198 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
199
200 2000-05-18 Andreas Schwab <schwab@suse.de>
201
202 * dired.el (dired-between-files): Also skip lines beginning with
203 `used'.
204
205 2000-05-18 Gerd Moellmann <gerd@gnu.org>
206
207 * msb.el (msb-menu-cond): Add choice `user'.
208
209 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
210
211 * ps-print.el: Compatibility, customization and doc fix.
212 (ps-printer-name-option): Replace defconst by defvar.
213 (ps-postscript-code-directory): XEmacs compatibility.
214 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
215 fix.
216 (ps-user-defined-prologue, ps-print-prologue-header)
217 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
218 compatibility and code fix.
219 (ps-print-background-image, ps-print-background-text):
220 Customization fix.
221 (ps-line-number-start, ps-n-up-on): New vars.
222
223 2000-05-18 Espen Skoglund <esk@ira.uka.de>
224
225 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
226 the indent-comment function to just return the appropriate indent.
227
228 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
229
230 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
231 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
232 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
233
234 2000-05-18 Dave Love <fx@gnu.org>
235
236 * info.el (Info-fontify-node): Add intangible property as well as
237 invisible.
238
239 * calendar/appt.el (appt-make-list): Match all lines of entry.
240 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
241
242 2000-05-18 Kenichi Handa <handa@etl.go.jp>
243
244 * international/mule-diag.el (describe-char-after): Call
245 internal-char-font, not char-font. If internal-char-font returns
246 nil, display "-- none --".
247
248 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
249
250 * image.el (image-type-available-p): Don't reference image-types
251 if it isn't bound.
252
253 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
254
255 * autoarg.el (autoarg-mode): Typo in the :set argument.
256
257 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
258
259 * startup.el (command-line-1): Don't signal an error if the
260 directory for auto-save-list files does not yet exist.
261
262 2000-05-17 Kenichi Handa <handa@etl.go.jp>
263
264 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
265
266 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
267
268 * subr.el (remove-hook): `setq' hook-value, not `set'.
269
270 2000-05-16 Sam Steingold <sds@gnu.org>
271
272 * info.el (debug-ignored-errors): More errors to ignore.
273
274 2000-05-16 Dave Love <fx@gnu.org>
275
276 * cus-edit.el: Don't require cl or easymenu.
277 (custom-variable-prompt): Test standard-value property, not
278 user-variable-p.
279
280 2000-05-16 Sam Steingold <sds@gnu.org>
281
282 * subr.el (add-hook): `setq' hook-value, not `set'.
283
284 2000-05-16 Gerd Moellmann <gerd@gnu.org>
285
286 * startup.el (command-line-1): Mention the FAQ in the startup
287 message.
288
289 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
290
291 * progmodes/compile.el (compilation-parse-errors): Collect
292 `nomessage' regexps last.
293
294 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
295
296 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
297 to the function name.
298
299 2000-05-15 Dave Love <fx@gnu.org>
300
301 * speedbar.el (speedbar-recenter): Typo.
302 (speedbar-expand-line): Make arg optional.
303 (speedbar-mode): Avoid a compiler warning.
304
305 2000-05-15 Gerd Moellmann <gerd@gnu.org>
306
307 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
308 user-specified option string is empty.
309
310 * mouse.el (mouse-yank-at-click): Doc fix.
311
312 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
313
314 * term/internal.el (IT-character-translations): More updates of
315 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
316 documents.
317
318 2000-05-15 Gerd Moellmann <gerd@gnu.org>
319
320 * env.el (getenv): New function, interactively callable.
321 (setenv, getenv): Remove autoload cookies.
322
323 * loadup.el: Load `env'.
324
325 * progmodes/f90.el: Change author's mail address.
326
327 2000-05-14 Dave Love <fx@gnu.org>
328
329 * mail/rmail.el (rmail-show-message-hook): Customize and offer
330 goto-addr as an option.
331
332 * help.el (help-xref-stack): Doc fix.
333 (help-xref-following): New variable.
334 (help-make-xrefs): Use it.
335 (help-xref-go-back): Use position information from stack element.
336 (help-follow): Make position in stack element a pair. Use
337 help-xref-following.
338
339 * autoarg.el: New file.
340
341 * faces.el: Declare more functions obsolete.
342
343 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
344 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
345 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
346 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
347 Remove all the setup-...-environment functions.
348
349 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
350
351 * speedbar.el: Updated the commentary section. xemacs20p now uses
352 >= when detecting. Require `defimage' safely.
353 (speedbar-easymenu-definition-base): Add toggle for images.
354 (speedbar-easymenu-definition-special): Add flush cache & expand.
355 (speedbar-visiting-tag-hook): Set new defaults. Added options.
356 (speedbar-reconfigure-keymaps-hook): New variable.
357 (speedbar-frame-parameters): Updated documentation.
358 (speedbar-use-imenu-flag): Updated custom tag
359 (speedbar-dynamic-tags-function-list): New variable.
360 (speedbar-tag-hierarchy-method): Updated doc & custom.
361 (speedbar-indentation-width, speedbar-indentation-width) New
362 variables.
363 (speedbar-hide-button-brackets-flag): Customizable.
364 (speedbar-vc-indicator): Doc update.
365 (speedbar-ignored-path-expressions): Updated default value.
366 (speedbar-supported-extension-expressions): Updated default value.
367 (speedbar-syntax-table): Remove {} paren status.
368 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
369 as "+". Added overlay aliases.
370 (speedbar-mode): Use `speedbar-mode-line-update' instead of
371 `force-mode-line-update'.
372 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
373 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
374 `mouse-set-point'
375 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
376 (speedbar-item-info-tag-helper): Revamped to handle a wider range
377 of arbitrary text, and new helper functions.
378 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
379 filename finder.
380 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
381 (speedbar-directory-buttons): Update path search/expansion.
382 (speedbar-make-tag-line): Pay attention to
383 `speedbar-indentation-width'. Use more care w/ invisible
384 properties.
385 (speedbar-change-expand-button-char): Call
386 `speedbar-insert-image-button-maybe'.
387 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
388 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
389 (speedbar-trim-words-tag-hierarchy)
390 (speedbar-simple-group-tag-hierarchy): New functions
391 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
392 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
393 functions.
394 (speedbar-mouse-set-point): New function
395 (speedbar-power-click): Updated documentation.
396 (speedbar-line-token, speedbar-goto-this-file): Handle more types
397 of tag prefix text.
398 (speedbar-expand-line, speedbar-contract-line): Make more robust
399 to strange text.
400 (speedbar-expand-line): Takes universal argument to flush the
401 cache.
402 (speedbar-flush-expand-line): New function.
403 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
404 Use new generator insertion method.
405 (speedbar-fetch-dynamic-tags): New function.
406 (speedbar-fetch-dynamic-imenu): Removed code now handled in
407 `speedbar-fetch-dynamic-imenu'.
408 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
409 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
410 "Revert Buffer" menu items.
411 (speedbar-buffer-buttons-engine): Be smarter when creating a
412 filename tag (for expansion purposes.).
413 (speedbar-highlight-one-tag-line,
414 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
415 (speedbar-recenter): New functions.
416 (defimage-speedbar): Image loading abstraction.
417 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
418 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
419 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
420 (speedbar-tag-type, speedbar-tag-mail): New images.
421 (speedbar-expand-image-button-alist): New variable.
422 (speedbar-insert-image-button-maybe): Insert an image over some
423 buttons.
424
425 2000-05-13 Kenichi Handa <handa@etl.go.jp>
426
427 * international/mule-cmds.el (encode-coding-char): An ASCII
428 character is always encodable.
429
430 * international/mule-conf.el: Add more information in descriptions
431 of character sets.
432
433 * international/mule-diag.el (describe-char-after): New function.
434 (describe-font-internal): Adjusted for the change of font-info.
435 (describe-font): Likewise.
436 (print-fontset): Rewritten for the new fontset implementation.
437 (describe-fontset): Include fontset alias names in completion.
438 (list-fontsets): Adjusted for the change of print-fontset.
439
440 * simple.el (what-cursor-position): If DETAIL is non-nil, call
441 describe-char-after instead of displaying the detail in the echo
442 area.
443 (syntax-code-table): Format changed.
444 (string-to-syntax): Adjusted for the above change.
445
446 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
447
448 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
449
450 2000-05-12 Dave Love <fx@gnu.org>
451
452 * calendar/todo-mode.el: Remove some compatibility stuff and CL
453 dependence. Use line-{beginning,end}-position, not
454 point-at{b,e}ol. Some doc fixes.
455 (todo-position): New function. Fix callers of position to use it.
456 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
457
458 2000-05-12 Gerd Moellmann <gerd@gnu.org>
459
460 * time.el (display-time-mail-icon): Use `:ascent center'.
461
462 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
463 handling FTP security extensions.
464
465 2000-05-11 Dave Love <fx@gnu.org>
466
467 * calendar/todo-mode.el: New file.
468
469 2000-05-11 Gerd Moellmann <gerd@gnu.org>
470
471 * comint.el (comint-read-input-ring): Move reference to
472 comint-input-ring-size outside of the save-excursion. It was
473 causing the default value to be the only one ever seen.
474
475 * font-lock.el: Update copyright. Remove Simon Marshall's email
476 address on request from him.
477
478 * subr.el (substitute-key-definition): Add comment describing
479 the meaning of PREFIX.
480
481 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
482
483 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
484
485 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
486 (add-minor-mode): Don't make the variable buffer-local and add a
487 reference to define-minor-mode in the docstring.
488
489 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
490 HEADER/FOOTER and fix bug with trailing empty directory.
491 (cvs-append-to-ignore): Use vc-editable-p if available.
492 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
493 (vc-do-command): Tweak advice to handle the new VC.
494
495 * log-view.el (log-view-goto-rev): New function for the new VC.
496 (log-view-minor-wrap): Use mark-active.
497
498 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
499 (log-edit-changelog-full-paragraphs): New var.
500 (log-edit-insert-changelog): Remove a lonely leading `* file'.
501 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
502 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
503 (log-edit-changelog-ours-p, log-edit-changelog-entries)
504 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
505 Replace the `cvs' prefix with `log-edit'.
506
507 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
508
509 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
510 (diff-font-lock-defaults): Explicitly turn off multiline.
511 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
512 (diff-ediff-patch): Fix call to ediff-patch-file.
513 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
514 Handle comments.
515
516 * frame.el (automatic-hscrolling): Typo.
517
518 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
519
520 2000-05-09 Sam Steingold <sds@goems.com>
521
522 * apropos.el (apropos-print): use `describe-face' instead of
523 `customize-face-other-window'.
524
525 2000-05-09 Dave Love <fx@gnu.org>
526
527 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
528
529 * help.el (describe-variable): Have customize button pop the
530 help-xref stack when invoked.
531 (help-xref-symbol-regexp): Add `face'.
532 (help-make-xrefs): Check for quoted face names and adapt regexp
533 submatch numbers to cope.
534 (help-xref-interned): Maybe insert face doc too. Separate
535 sections with a line of hyphens.
536
537 * faces.el: Some doc fixes. Declare some functions obsolete.
538 (describe-face): Add customize button. Return the help
539 text. Fix prompt.
540
541 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
542
543 * term/internal.el (IT-character-translations): Fix last change.
544
545 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
546
547 * woman.el: New file
548 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
549
550 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
551
552 * term/internal.el (IT-character-translations): Update ASCII
553 simulations for greek-iso8859-7, add latin-iso8859-14 and
554 latin-iso8859-15.
555
556 * international/mule-cmds.el (set-language-info-alist): Call
557 define-prefix-command with 3 arguments, to make the map suitable
558 for a menu.
559
560 2000-05-07 Dave Love <fx@gnu.org>
561
562 * time.el: Small doc fixes from Pavel Janic.
563
564 2000-05-05 Dave Love <fx@gnu.org>
565
566 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
567 list in doc string. Don't quote keyword symbols.
568 * emacs-lisp/cl.el: Likewise
569 * emacs-lisp/cl-seq.el: Likewise
570
571 2000-05-05 Gerd Moellmann <gerd@gnu.org>
572
573 * abbrev.el (abbrev-mode): Make ARG optional.
574
575 2000-05-04 Gerd Moellmann <gerd@gnu.org>
576
577 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
578
579 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
580
581 * subr.el (substitute-key-definition): Clarify documentation.
582
583 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
584
585 * glasses.el (glasses-convert-to-unreadable): Use
586 `glasses-separator' instead of the hard-wired "_".
587 (glasses-mode): Call `glasses-make-unreadable' only in a single
588 place.
589
590 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
591
592 * term/internal.el (cjk-codepages-alist): Add associations for
593 Chinese and Korean codepages. Remove FIXME comment.
594
595 2000-05-03 Dave Love <fx@gnu.org>
596
597 * time.el (display-time-mail-face, display-time-use-mail-icon):
598 New option.
599 (display-time-mail-icon): New variable.
600 (display-time-string-forms): Use the above. Fix the local-map.
601
602 2000-05-03 Gerd Moellmann <gerd@gnu.org>
603
604 * replace.el (query-replace-map): Add binding for `E'.
605 (query-replace-help): Extend help text.
606 (perform-replace): Allow editing the replacement string.
607
608 * make-mode.el (makefile-mode-abbrev-table): New variable.
609 (makefile-mode): Set local abbrev table to
610 makefile-mode-abbrev-table.
611 (makefile-font-lock-keywords): Fontify includes and conditionals.
612
613 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
614 set TOGGLE's value.
615
616 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
617 mail-interactive-insert-alias.
618 (mail-abbrev-complete-alias): New command.
619 (mail-mode-map): Bind it to `M-TAB'.
620
621 2000-05-03 Kenichi Handa <handa@etl.go.jp>
622
623 * language/lao-util.el (lao-compose-region): New function.
624
625 2000-05-02 Gerd Moellmann <gerd@gnu.org>
626
627 * files.el (recover-session): Make directories as necessary
628 if they don't exist yet.
629
630 * calendar/cal-french.el
631 (french-calendar-multibyte-special-days-array)
632 (french-calendar-special-days-array): Change French text.
633 (calendar-french-date-string): Change output.
634 (calendar-goto-french-date): Likewise.
635
636 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
637
638 * wid-edit.el (widget-default-active): Obey `:always-active'.
639 (widget-documentation-string-value-create): Set `:always-active'.
640
641 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
642
643 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
644 default prefix to `~/_emacs.d/auto-save.list/_s'.
645 (normal-top-level): Create the directory for auto-save files, if
646 it doesn't already exist (in the ms-dos case only).
647
648 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
649
650 * international/mule-cmds.el (set-language-environment): Don't
651 concat an integer (dos-codepage), use format instead.
652
653 2000-05-02 Dave Love <fx@gnu.org>
654
655 * help.el (help-xref-on-pp): Check for constant symbols.
656
657 2000-04-29 Gerd Moellmann <gerd@gnu.org>
658
659 * startup.el (normal-top-level): Put a condition-case around
660 the code loading subdirs.el.
661
662 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
663
664 * ps-print.el: Upside-down and face background color printing,
665 line number step, doc fix.
666 (ps-print-version): New version number (5.2).
667 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
668 (ps-face-attribute-list, ps-plot-with-face): Code fix.
669 (ps-spool-config): Var fix.
670 (ps-printer-name-option): Const fix.
671 (ps-print-upside-down, ps-use-face-background)
672 (ps-line-number-step): New vars.
673 (ps-window-system, ps-lp-system): New consts.
674 (ps-face-background): New fun.
675
676 2000-04-28 Richard Stallman <rms@gnu.org>
677
678 * files.el (make-auto-save-file-name):
679 Apply auto-save-file-name-transforms to visited file name
680 before generating auto save file name.
681 (auto-save-file-name-transforms): New variable.
682
683 * files.el (backup-enable-predicate):
684 Correctly test for a file under a temporary directory.
685
686 2000-04-28 Gerd Moellmann <gerd@gnu.org>
687
688 * subr.el (add-minor-mode): Rewritten.
689
690 2000-04-28 Kenichi Handa <handa@etl.go.jp>
691
692 * mail/sendmail.el (sendmail-send-it): Set
693 buffer-file-coding-system to the selected coding system for MIME
694 header.
695
696 2000-04-27 Gerd Moellmann <gerd@gnu.org>
697
698 * dired.el (dired-move-to-filename-regexp): Allow format where
699 YYYY is followed by two spaces.
700
701 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
702 in the second character class of the regexp.
703
704 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
705 mh-etc, too.
706
707 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
708 nil.
709
710 * subr.el (add-minor-mode): Use `set' instead of `setq'.
711
712 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
713 argument.
714
715 2000-04-27 Sen Nagata <sen@eccosys.com>
716
717 * emacs-lisp/crm.el (crm-completion-table): New variable.
718 (crm-collection-fn, crm-test-completion)
719 (completing-read-multiple): Use it.
720
721 2000-04-27 Dave Love <fx@gnu.org>
722
723 * help.el (locate-library): Use mapc.
724 (help-manyarg-func-alist): Add call-process-region.
725
726 2000-04-26 Gerd Moellmann <gerd@gnu.org>
727
728 * subr.el (add-minor-mode): Make argument MAP optional.
729
730 * desktop.el (desktop-save): Save list of minor modes.
731 (desktop-create-buffer): Restore minor modes.
732 (desktop-minor-mode-table): New user-option.
733
734 * subr.el (add-minor-mode): New function.
735
736 * image.el (find-image): New function.
737 (defimage): Rewritten to find image at load time.
738
739 * startup.el (normal-top-level-add-to-load-path): Handle
740 case that the default directory is not in load-path.
741
742 * help.el: Old patch from Stefan Monnier.
743 (help-xref-on-pp): New function.
744 (describe-variable): Use it to display xrefs in a symbol's value.
745
746 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
747
748 * cus-edit.el (custom-face): Fix parenthesis.
749
750 2000-04-26 Kenichi Handa <handa@etl.go.jp>
751
752 * mail/rmail.el (rmail-expunge): When there are no deleted
753 messages, do nothing.
754
755 2000-04-26 Dave Love <fx@gnu.org>
756
757 * international/mule-cmds.el (locale-translation-file-name):
758 Defvar to nil.
759 (set-locale-environment): Set it here (at runtime).
760
761 2000-04-25 Gerd Moellmann <gerd@gnu.org>
762
763 * replace.el (perform-replace): Add parameters START and END. Use
764 them instead of the check for a region in Transient Mark mode.
765 (query-replace-read-args): Return two more list elements for the
766 start and end of the region in Transient Mark mode.
767 (query-replace, query-replace-regexp, query-replace-regexp-eval)
768 (map-query-replace-regexp, replace-string, replace-regexp): Add
769 optional last arguments START and END and pass them to
770 perform-replace.
771
772 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
773 form with additional arguments for perform-replace.
774
775 * progmodes/etags.el (tags-query-replace): Add parameters START
776 and END. Construct a form with additional arguments for
777 perform-replace.
778
779 * simple.el (shell-command): Set default directory for "*Shell
780 Command Output" buffer.
781
782 * language/european.el (iso-latin-4): Fix typo.
783
784 * emacs-lisp/crm.el: New file.
785
786 2000-04-24 Dave Love <fx@gnu.org>
787
788 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
789 (Custom-reset-saved, Custom-reset-standard)
790 (custom-group-value-create, custom-group-set, custom-group-save)
791 (custom-group-reset-current, custom-group-reset-saved)
792 (custom-group-reset-standard): Use mapc.
793 (custom-buffer-create-internal): Disable undo when creating items.
794 Use mapc.
795 (custom-face): Avoid redundant lambda.
796
797 2000-04-24 Gerd Moellmann <gerd@gnu.org>
798
799 * startup.el (auto-save-list-file-prefix): Set default to
800 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
801
802 2000-04-24 Sam Steingold <sds@gnu.org>
803
804 * time-stamp.el (time-stamp-string-preprocess): Always convert
805 `field-result' to a string.
806
807 2000-04-24 Gerd Moellmann <gerd@gnu.org>
808
809 * frame.el (scrolling): New group.
810 (automatic-hscrolling): New user-option.
811
812 * startup.el (command-line-x-option-alist): Add `-lsp' and
813 `--line-spacing'.
814
815 2000-04-19 Dave Love <fx@gnu.org>
816
817 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
818 (cl-mapc): Rename from mapc. Fix the funcall.
819
820 2000-04-19 Gerd Moellmann <gerd@gnu.org>
821
822 * simple.el (clone-indirect-buffer-other-window): New command.
823 (clone-indirect-buffer): Add optional arg NORECROD.
824 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
825
826 * help.el (resize-temp-buffer-window): Use count-screen-lines.
827
828 * window.el (count-screen-lines): New function.
829 (shrink-window-if-larger-than-buffer): Use count-screen-lines
830 instead of window-buffer-height.
831
832 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
833 non-existing variable comint-input-sentinel.
834 (inferior-lisp-args-to-list): Removed.
835 (inferior-lisp): Use split-string instead of
836 inferior-lisp-args-to-list.
837
838 * hexl.el (hexl-insert-hex-string): New command.
839
840 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
841 instead of concat.
842
843 2000-04-18 Gerd Moellmann <gerd@gnu.org>
844
845 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
846 at the start of an existing but empty folder.
847
848 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
849
850 * ps-mule.el: Customization fix, doc fix.
851 (ps-multibyte-buffer): Customization fix.
852
853 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
854
855 * subr.el (read-passwd): Use read-char-exclusive.
856
857 2000-04-17 Gerd Moellmann <gerd@gnu.org>
858
859 * textmodes/texinfo.el (texinfo-insert-@email)
860 (texinfo-insert-@emph, texinfo-insert-@quotation)
861 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
862 (texinfo-mode-map): Add key bindings for them.
863
864 * files.el (basic-save-buffer-2): Use a template with `$'
865 instead of `#' for VMS.
866
867 * simple.el (clone-indirect-buffer): New function.
868
869 2000-04-16 Stephen Eglen <stephen@gnu.org>
870
871 * iswitchb.el (iswitchb-case): New function. If the user input
872 contains any upper-case characters, the search is made
873 case-sensitive.
874
875 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
876
877 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
878 comment-end.
879 (texinfo-font-lock-syntactic-keywords): New var.
880 (texinfo-font-lock-keywords): Remove comment regexp.
881 (texinfo-insert-block): New function.
882 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
883 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
884 and font-lock-defaults. Use regexp-opt for outline-regexp.
885 (texinfo-environments): New var.
886 (texinfo-environment-regexp): Use regexp-opt and
887 texinfo-environments.
888
889 * textmodes/ispell.el (ispell-menu-map-needed): Check that
890 ispell-process is bound since this might be eval'd before ispell
891 is loaded.
892 (ispell-message): Use a tiny bit less magic and a bit more hard
893 data to figure out what kind of sc-cite-regexp to use.
894
895 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
896
897 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
898 (insert-cyclic-diary-entry): Unquote the lambda.
899
900 * gud.el (gud-jdb-build-source-files-list): Fix typo.
901
902 * files.el (backup-enable-predicate): Unquote the lambda.
903
904 * cus-edit.el (custom-face, face): Unquote the lambda.
905
906 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
907
908 * ps-print.el: Check for line-beginning-position definition.
909
910 * ps-print.el: Fix counting lines in a region.
911 (ps-print-version): New version number (5.1.5).
912 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
913 (ps-printing-region): Fun code fix.
914
915 2000-04-15 Gerd Moellmann <gerd@gnu.org>
916
917 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
918 to file-directory-p.
919
920 2000-04-14 Gerd Moellmann <gerd@gnu.org>
921
922 * gud.el (gud-jdb-build-source-files-list): Check that directory
923 exists before calling directory-files.
924
925 2000-04-13 Dave Love <fx@gnu.org>
926
927 * emacs-lisp/trace.el: Change maintainer. Use new backquote
928 syntax.
929
930 * emacs-lisp/cl-specs.el: Remove when, unless.
931
932 * emacs-lisp/cl-extra.el: Don't quote keywords.
933 (cl-old-mapc): New variable.
934 (mapc): Use it.
935 (cl-map-intervals): Use with-current-buffer. Don't check for
936 next-property-change.
937 (cl-map-overlays): Use with-current-buffer.
938 (cl-expt): Remove.
939 (copy-tree, remprop): Define unconditionally.
940
941 * emacs-lisp/cl-compat.el (keywordp): Remove.
942
943 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
944 to use keywordp.
945 (edebug-spec): Enable keywordp.
946
947 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
948 string-lessp.
949
950 * cus-start.el: Use keywordp.
951
952 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
953
954 * diary-lib.el (include-other-diary-files): Fix the fix of
955 2000-02-18 by doing a save-excursion.
956
957 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
958
959 * ps-print.el: Customization fix, doc fix.
960 (ps-print-version): New version number (5.1.4).
961 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
962 (ps-print-preprint): Adjust code.
963 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
964 (ps-print-prologue-header, ps-print-control-characters)
965 (ps-spool-config): Customization fix.
966
967 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
968
969 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
970 converted to the new menu-item format, names silightly changed,
971 help strings added.
972
973 Support for spelling without async subprocesses:
974
975 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
976 (ispell-session-buffer): New variables.
977 (ispell-start-process, ispell-process-status,
978 ispell-accept-output, ispell-send-string): New functions, for
979 Ispell invocation when async subprocesses aren't supported.
980 (ispell-word, ispell-pdict-save, ispell-command-loop,
981 ispell-process-line, ispell-buffer-local-parsing): Replace calls
982 to process-send-string with calls to ispell-send-string, and
983 accept-process-output with ispell-accept-output.
984 (ispell-init-process): Call ispell-process-status instead of
985 process-status with.
986 (ispell-init-process): Call ispell-start-process. Call
987 ispell-accept-output and ispell-send-string. Don't call
988 process-kill-without-query and kill-process if they are unbound.
989 (ispell-async-processp): New function.
990
991 2000-04-12 Dave Love <fx@gnu.org>
992
993 * info.el: Add debug-ignored-errors.
994 (Info-mode-menu): Add some items.
995 (Info-directory): Add autoload cookie.
996
997 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
998 Modify `truncate-lines'. Make `describe-language-environment'
999 always visible and add help. Modify `describe-key' help. Invoke
1000 Info-directory from `info'. New entry `emacs-manual'.
1001
1002 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1003
1004 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
1005 propertized-buffer-identification.
1006 (ebrowse-update-member-buffer-mode-line): Likewise.
1007 (ebrowse--mode-strings): Removed.
1008 (ebrowse--mode-line-props): Removed.
1009
1010 * files.el (auto-mode-alist): Add `EBROWSE'.
1011
1012 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
1013 space before testing for end of buffer.
1014 (ebrowse-load): Removed.
1015 (ebrowse-revert-tree-buffer-from-file): Rewritten.
1016 (ebrowse-create-tree-buffer): Rewritten.
1017 (ebrowse-tree-mode): Read tree from buffer.
1018
1019 * progmodes/ebrowse-ffh.el: Removed.
1020
1021 2000-04-10 Kenichi Handa <handa@etl.go.jp>
1022
1023 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
1024
1025 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1026
1027 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
1028 at the wrong place.
1029
1030 2000-04-09 Dave Love <fx@gnu.org>
1031
1032 * files.el (backup-enable-predicate): Use
1033 temporary-file-directory, small-temporary-file-directory.
1034 (make-backup-file-name-function, backup-directory-alist): New
1035 variables.
1036 (make-backup-file-name-1): New function.
1037 (make-backup-file-name): Use it.
1038 (find-backup-file-name): Likewise. Use format for clarity, not
1039 concat.
1040 (file-newest-backup): Use make-backup-file-name.
1041
1042 2000-04-09 Gerd Moellmann <gerd@gnu.org>
1043
1044 * progmodes/ebrowse-ffh.el: New file.
1045
1046 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
1047 to ebrowse-ffh.el.
1048 (ebrowse-load): Add autoload.
1049
1050 * finder.el (finder-commentary): Add autoload cookie.
1051
1052 * mail/rfc2368.el: Correct author's email address.
1053
1054 * progmodes/ebrowse.el: New file.
1055
1056 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
1057 item help string.
1058 (easy-menu-do-add-item): Ditto.
1059 (easy-menu-define): Extend doc string.
1060
1061 * jit-lock.el (with-buffer-unmodified): Use
1062 restore-buffer-modified-p.
1063 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
1064 (jit-lock-function, jit-lock-stealth-fontify): Don't use
1065 with-buffer-unmodified.
1066
1067 2000-04-08 Dave Love <fx@gnu.org>
1068
1069 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
1070 unless, when.
1071
1072 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
1073
1074 * viper-util.el (viper-put-on-search-overlay): New subroutine.
1075 (viper-flash-search-pattern): No operation when using Emacs
1076 doesn't support face.
1077 Use `viper-put-on-search-overlay'.
1078
1079 2000-04-04 Gerd Moellmann <gerd@gnu.org>
1080
1081 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
1082 like C-r.
1083
1084 * progmodes/make-mode.el: Some doc fixes.
1085 (makefile-mode-abbrev-table): New variable.
1086 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
1087 (makefile-font-lock-keywords): Fontify includes and conditionals.
1088 (toplevel): Require `dabbrev' and `add-log' when compiling.
1089
1090 * replace.el (perform-replace): Don't move forward one char
1091 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
1092 to do that because it leaves point 1 position after the last
1093 replacement, after everything has been replaced.
1094
1095 * jit-lock.el (with-buffer-unmodified): New macro.
1096 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
1097 modified state.
1098 (jit-lock-function-1): Extracted from jit-lock-function; not
1099 preserving buffer's modified state.
1100 (jit-lock-function, jit-lock-stealth-fontify): Call
1101 jit-lock-function-1.
1102
1103 * mail/rfc2368.el: Remove supernumerary copyright line.
1104
1105 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
1106
1107 * glasses.el: Provide facilities for inserting space before left
1108 parentheses and uncapitalization of identifiers.
1109 (glasses-mode): Try to remove old overlays in all cases.
1110
1111 2000-04-03 Gerd Moellmann <gerd@gnu.org>
1112
1113 * progmodes/compile.el (compile-internal): Display the compilation
1114 buffer in a different frame, if it's already displayed there.
1115
1116 * mail/rfc2368.el: New file.
1117
1118 * simple.el (sendmail-user-agent-compose): Recognize a `body'
1119 header and insert its value as mail body.
1120
1121 * subr.el (member-ignore-case): New function.
1122
1123 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
1124 (dabbrev--find-expansion): Ignore buffers matching a regexp
1125 from dabbrev-ignored-regexps.
1126
1127 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
1128 to extensions handled by gzip.
1129
1130 2000-04-03 Richard M. Stallman <rms@gnu.org>
1131
1132 * files.el (insert-directory): List the total free space
1133 along with the used space.
1134
1135 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
1136 line is followed by one that matches CITATION-REGEXP, end the
1137 paragraph.
1138
1139 2000-04-03 Markus Rost <rost@delysid.gnu.org>
1140
1141 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
1142 (rmail-make-basic-summary-line): Use that option.
1143
1144 2000-04-03 Kenichi Handa <handa@etl.go.jp>
1145
1146 * international/mule-cmds.el (encoded-string-description):
1147 Rewritten. Try pretty description for ISO 2022 escape sequences
1148 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
1149 for hexadecimal format.
1150
1151 2000-04-01 Dave Love <fx@gnu.org>
1152
1153 * cpp.el: Change customization group to `c' from `C'.
1154
1155 * vcursor.el (vcursor-move): Use display-color-p.
1156
1157 * international/mule-util.el: Provide mule-utils.
1158 (string-to-sequence): Simplify and speed up.
1159
1160 * international/mule.el (make-coding-system): Purecopy doc-string.
1161
1162 * international/mule-cmds.el: Various menu changes.
1163 (describe-specified-language-support): Handle `Default'.
1164 (set-language-info): Purecopy `info'.
1165
1166 2000-03-31 Andrew Innes <andrewi@gnu.org>
1167
1168 * vc.el (vc-backend-diff): Return the correct status if we had to
1169 retry the rcsdiff command without the --brief option.
1170
1171 2000-03-31 Dave Love <fx@gnu.org>
1172
1173 * help.el (help-manyarg-func-alist): Correct several omissions.
1174
1175 * add-log.el: Don't require cl, fortran.
1176 (add-log-current-defun-function): Doc fix.
1177 (change-log-version-number-regexp-list): Remove SCCS part. Doc
1178 fix.
1179 (change-log-version-rcs): Function deleted.
1180 (change-log-version-number-search): Doc fix. Use
1181 vc-workfile-version. Avoid CL dolist.
1182 (add-change-log-entry): Just call add-log-current-defun to get
1183 defun. Simplify somewhat.
1184 (change-log-get-method-definition-1): Likewise.
1185 (add-log-current-defun): Return nil if calling
1186 add-log-current-defun-function does so. Move Fortran stuff to
1187 fortran.el. Return string without properties.
1188
1189 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
1190 and :alpha: char classes.
1191
1192 * mail/supercite.el: Defvar curline when compiling.
1193 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
1194 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
1195 rather than a-zA-Z0-9 to allow non-ASCII characters.
1196
1197 2000-03-31 Gerd Moellmann <gerd@gnu.org>
1198
1199 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
1200
1201 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1202 Re-enable new code.
1203
1204 * lpr.el (print-region-1): Use -d to specify printer name for
1205 systems `usg-unix-v*, `dgux', `hpux', `irix'.
1206
1207 2000-03-31 Dave Love <fx@gnu.org>
1208
1209 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
1210 for function definition in symbol's function value slot first
1211 instead of first consulting byte-compile-function-environment.
1212
1213 2000-03-31 Kenichi Handa <handa@etl.go.jp>
1214
1215 * language/european.el ("Polish"): New language environment.
1216 (setup-polish-environment): New function.
1217
1218 2000-03-30 Gerd Moellmann <gerd@gnu.org>
1219
1220 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1221 Disable new code.
1222
1223 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
1224 trying to `load' the symbol of an autoload instead of the file
1225 recorded in the autoload. Fix error messages.
1226
1227 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1228
1229 * ps-print.el: PostScript programming fix for ghostview, doc fix.
1230 (ps-print-version): New version number (5.1.3).
1231 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
1232 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
1233 (ps-generate-postscript-with-faces): Code fix.
1234 (ps-color-values): XEmacs compatibility.
1235 (ps-print-background-image, ps-print-background-text, ps-printer-name)
1236 (ps-default-fg, ps-default-bg): Adjust customization.
1237 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
1238 (ps-color-scale): Renaming old ps-color-value fun.
1239 (ps-print-headers): Replace ps-print-header group to avoid conflict
1240 with ps-print-header variable.
1241 (ps-print-miscellany): New group.
1242 (ps-format-color, ps-rgb-color): New funs.
1243 (ps-default-foreground): New var.
1244 (ps-printer-name-option): New const.
1245
1246 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
1247
1248 * net/net-utils.el:
1249 (network-connection-host, network-connection-service): New variables
1250 (network-connection-mode): New mode, derived from comint-mode
1251 (network-connection-mode-setup): New function, saves host and
1252 service information in local variables.
1253
1254 * lisp/locate.el:
1255 (locate-word-at-point): Added this function
1256 (locate): Default to using locate-word-at-point as input
1257 Run dired-mode-hook
1258
1259 2000-03-29 Dave Love <fx@gnu.org>
1260
1261 * calendar/appt.el: Doc fixes.
1262 (appt-check): Convert min-to-app to a string before passing to
1263 appt-disp-window-function or concat.
1264 (appt-delete-window): Remove test for frame-root-window.
1265 (appt-select-lowest-window, appt-convert-time): Simplify.
1266
1267 * emacs-lisp/bytecomp.el: Doc fixes.
1268 (byte-compile-file-form-autoload): Update
1269 byte-compile-function-environment.
1270
1271 2000-03-29 Andreas Schwab <schwab@suse.de>
1272
1273 * emacs-lisp/autoload.el: Also print defsubst doc string
1274 specially.
1275
1276 * dired.el (dired-insert-directory): If dired-free-space-program
1277 failed just delete its output.
1278
1279 2000-03-29 Dave Love <fx@gnu.org>
1280
1281 * international/iso-cvt.el: Move provide to end. Doc fixes.
1282 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
1283 (iso-iso2sgml, iso-sgml2iso): New functions.
1284 (iso-cvt-define-menu): Fix some entries and use backquote for
1285 clarity.
1286
1287 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
1288
1289 2000-03-28 Gerd Moellmann <gerd@gnu.org>
1290
1291 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
1292 ISO-DATE. If non-nil, return date in ISO 8601 format.
1293
1294 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
1295
1296 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
1297 if it ever becomes used.
1298 (log-edit-mode-hook): Default to vc-log-mode-hook.
1299 (log-edit-mode): Fix the docstring.
1300
1301 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
1302 the code.
1303
1304 2000-03-26 Dave Love <fx@gnu.org>
1305
1306 * net/browse-url.el (browse-url): Re-fix case of
1307 browse-url-browser-function being an alist.
1308 (browse-url): Add :link to defgroup.
1309
1310 * files.el: Doc fixes.
1311 (file-truename): Include `[' in wildcard characters.
1312 (automount-dir-prefix): Customize.
1313 (find-file-wildcards): Add :version.
1314 (find-file-noselect): Simplify a mapcar call.
1315
1316 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
1317 compatible with inf-lisp version.
1318 (eval-defun-1): Fix custom-declare-variable case.
1319
1320 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
1321
1322 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
1323
1324 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1325
1326 * Makefile (COMPILE_FIRST): New macro.
1327 (compile-files): Compile files from COMPILE_FIRST first.
1328
1329 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
1330 code.
1331
1332 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
1333 matching open parenthesis in column 0 to defun-prompt-regexp
1334 only if open-paren-in-column-0-is-defun-start is set.
1335
1336 * sun-curs.el: Require CL at compile-time only.
1337
1338 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
1339 instead of copy-list which is a function from CL.
1340 (msb--choose-menu, msb--mode-menu-cond)
1341 (msb--create-buffer-menu-2): Use dolist instead of mapc.
1342 (msb--init-file-alist): Use mapcar instead of mapcan.
1343 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
1344 `(' in column 0 in doc string.
1345 (msb--add-separators): Use mapcar instead of mapcan.
1346
1347 * cus-dep.el: Require CL at compile-time only.
1348
1349 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
1350
1351 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1352 (byte-compile-warnings): New warning `noruntime'.
1353 (byte-compile-constants, byte-compile-variables): Fix docstring.
1354 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
1355 execute `eval-whenc-compile's body.
1356 (byte-compile-unresolved-functions): Fix docstring.
1357 (byte-compile-eval): New function.
1358 (byte-compile-callargs-warn): Check if the function will be available
1359 at runtime (via property `byte-compile-noruntime').
1360 (byte-compile-print-syms): New function.
1361 (byte-compile-warn-about-unresolved-functions): Also warn about
1362 `noruntime' functions (and use `byte-compile-print-syms').
1363 (byte-compile-file): Capitalize the message.
1364
1365 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1366
1367 * mail/rmail.el (rmail-confirm-expunge): New user-option.
1368 (rmail-expunge): Ask for confirmation depending on the setting
1369 of rmail-confirm-expunge.
1370
1371 2000-03-23 Gerd Moellmann <gerd@gnu.org>
1372
1373 * Makefile (bootstrap-clean): If $(emacs) exists, build
1374 loaddefs.el first. A loaddefs.el that's not up-to-date might
1375 cause a bootstrap failure because things don't autoload as
1376 expected.
1377
1378 2000-03-23 Dave Love <fx@gnu.org>
1379
1380 * net/browse-url.el: Restore previous use of
1381 browse-url-maybe-new-window.
1382
1383 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1384
1385 * ps-print.el: Skip banner page fix.
1386 (ps-print-version): New version number (5.1.2).
1387 (ps-begin-file, ps-end-file, ps-generate): Code fix.
1388
1389 2000-03-23 Dave Pearson <davep@davep.org>
1390
1391 * net/quickurl.el Changed the type of parameter passed to the
1392 function defined by `quickurl-format-function'. Before only the
1393 text of the URL was passed. Now the whole URL structure is passed
1394 and the function is responsible for extracting the parts it
1395 requires. Changed the default of `quickurl-format-function'
1396 accordingly.
1397 (quickurl-insert): Changed the `funcall' of
1398 `quickurl-format-function' to match the above change.
1399 (quickurl-list-insert): Changed the `url' case so that it makes
1400 use of `quickurl-format-function', previous to this the format was
1401 hard wired.
1402
1403 2000-03-22 Gerd Moellmann <gerd@gnu.org>
1404
1405 * startup.el: Change some spellings for the X Window System.
1406
1407 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
1408
1409 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
1410 up the code and the regexp and make sure the cursor is temporarily
1411 moved to the suspicious line while querying the user.
1412
1413 2000-03-22 Jason Rumney <jasonr@gnu.org>
1414
1415 * w32-fns.el (w32-charset-info-alist): Initialize.
1416
1417 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1418
1419 * ps-print.el: N-up last page fix.
1420 (ps-print-version): New version number (5.1.1).
1421 (ps-end-file, ps-end-job, ps-generate): Code fix.
1422
1423 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1424
1425 * files.el (find-file-run-dired): Update docstring.
1426 (find-directory-functions): New hook.
1427 (find-file-noselect): Run find-directory-functions rather than
1428 calling dired directly.
1429
1430 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
1431
1432 * pcvs.el: Add a minimal leading commentary.
1433 (cvs-make-cvs-buffer): Change the header part by removing the startup
1434 message and adding a `Module' entry. Also replace the FOOTER and
1435 HEADER special fileinfos with the new support in ewoc for updating
1436 its own footer and header.
1437 (cvs-update-header): Update to use the header/footer of the ewoc.
1438 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
1439 (cvs-is-within-p): New function.
1440 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
1441 to only examine some subset of the buffers.
1442
1443 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
1444 `format' instead of our own ad-hoc functions.
1445 Remove HEADER and FOOTER cases, now handled in the EWOC.
1446 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
1447
1448 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
1449 output to avoid scaring the user.
1450 (cvs-parse-table): Catch message for non-up-to-date commits.
1451
1452 * pcvs-defs.el (cvs-startup-message): Remove.
1453 (cvs-global-menu): New autoloaded menu.
1454
1455 * pcvs-util.el (cvs-string-fill): Remove.
1456
1457 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
1458 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
1459 PP part of it and also make it work for footers and headers.
1460 (ewoc-create): Drop POS and BUFFER arguments.
1461 Use the DLL's dummy node to store the end-of-footer position.
1462 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
1463 (ewoc-refresh): Remove unused `header' variable.
1464 (ewoc-(get|set)-hf): New functions.
1465
1466 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
1467 log-view-*-(message|file) and use easy-mmode-define-navigation.
1468 (log-view-message-re): Match SCCS format as well.
1469 And match the revision line rather than the dashed separator line.
1470 (log-view-mode): Use the new define-derived-mode.
1471 (log-view-current-tag): Fill in with an actual implementation.
1472
1473 * cvs-status.el (cvs-status-(prev|next)): Rename from
1474 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
1475 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
1476 to let the output "breathe" a little more (more readable).
1477 (cvs-status-mode): Use the new define-derived-mode.
1478
1479 * smerge-mode.el (smerge-auto-leave): New function and variable.
1480 (smerge-basic-map): Rename from smerge-basic-keymap.
1481 Change the bindings for smerge-diff-*.
1482 (smerge-*-map): Use easy-mmode-defmap.
1483 (smerge-(next|prev)): Use easy-mmode-define-navigation.
1484 (smerge-keep-*): Use smerge-auto-leave.
1485
1486 2000-03-21 Jason Rumney <jasonr@gnu.org>
1487
1488 * cus-edit.el (custom-button-face): Use 3D look for w32.
1489 (custom-button-pressed-face): Likewise.
1490
1491 2000-03-21 Gerd Moellmann <gerd@gnu.org>
1492
1493 * progmodes/etags.el (tags-case-fold-search): New user-option.
1494 (tags-loop-eval): New function. Bind case-fold-search around eval
1495 depending on the value of tags-case-fold-search.
1496 (tags-loop-continue): Use tags-loop-eval.
1497 (find-tag-in-order): Bind case-fold-search depending on the value
1498 of tags-case-fold-search.
1499
1500 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1501
1502 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
1503 (diff-end-of-hunk): Return the end position for use in
1504 `easy-mmode-define-navigation'.
1505 (diff-recenter): Remove.
1506 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
1507 of `easy-mmode-define-navigation'.
1508 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
1509 previous renaming) and fix to use new names.
1510 (diff-merge-strings): Use \n as separator: simpler, faster.
1511 (diff-mode): Use `define-derived-mode'.
1512
1513 * derived.el (define-derived-mode): Don't autoload anymore.
1514 Prefer the macro-only version provided by easy-mmode.el.
1515
1516 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
1517 `easy-mmode-define-derived-mode'.
1518 Use `combine-run-hooks'.
1519 (easy-mmode-define-navigation): New macro.
1520
1521 * subr.el (combine-run-hooks): New function.
1522
1523 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
1524
1525 * term/x-win.el: Fontsets related initialization is simplified.
1526
1527 * international/mule-diag.el (describe-font): Don't refer to
1528 global-fontset-alist, instead call font-list.
1529 (describe-fontset, list-fontsets, mule-diag): Likewise.
1530 (print-fontset): Adjusted for the change of fontset
1531 implementation.
1532
1533 * international/fontset.el (x-charset-registries): Variable
1534 removed, instead the corresponding data is stored in the default
1535 fontset.
1536 (register-alternate-fontnames): Function removed.
1537 (resolved-ascii-font): Variable removed.
1538 (x-compose-font-name): Ignore the second argument REDOCE.
1539 (x-complement-fontset-spec): Complement only an ASCII font and
1540 element for those charsets than can use that ASCII font.
1541 (generate-fontset-menu): Don't refer to global-fontset-alist,
1542 instead call fontset-list.
1543 (uninstantiated-fontset-alist): Variable removed.
1544 (x-style-funcs-alist): Likewise.
1545 (fontset-default-styles): Likewise.
1546 (x-modify-font-name): Function removed.
1547 (create-fontset-from-fontset-spec): Ignore the argument
1548 STYLE-VARIANT.
1549 (create-fontset-from-ascii-font): Docsting adjusted for the above
1550 change.
1551 (instantiate-fontset, resolve-fontset-name): Functions removed.
1552 (fontset-list): Now implemented by C code.
1553
1554 * faces.el (read-face-font): Fix TABLE arg to completing-read.
1555 (describe-face): Include `font' attribute in the description.
1556
1557 2000-03-21 Kenichi Handa <handa@etl.go.jp>
1558
1559 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
1560
1561 2000-03-20 Gerd Moellmann <gerd@gnu.org>
1562
1563 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
1564 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
1565 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
1566
1567 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
1568 about behavior of set-buffer-modified-p wrt redisplay.
1569
1570 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1571
1572 * view.el (view-mode-disable): Kill local binding of view-read-only.
1573
1574 2000-03-18 Gerd Moellmann <gerd@gnu.org>
1575
1576 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
1577 is a string, convert it to a syntax cell using string-to-syntax.
1578
1579 * simple.el (syntax-code-table, syntax-flag-table): New variables.
1580 (string-to-syntax): New function.
1581
1582 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
1583 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
1584 try to use passive ftp mode.
1585
1586 2000-03-17 Gerd Moellmann <gerd@gnu.org>
1587
1588 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
1589
1590 * simple.el (append-to-buffer): Update point of windows after
1591 insertion.
1592
1593 * abbrev.el (inverse-add-abbrev): Identify word by first moving
1594 forward then moving backward. Reindent.
1595
1596 * frame.el (other-frame): Call x-focus-frame only if
1597 focus-follows-mouse is off.
1598
1599 2000-03-17 Dave Love <fx@gnu.org>
1600
1601 * pcvs-util.el (cvs-strings->string): Rename
1602 replace-regexps-in-string.
1603
1604 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
1605
1606 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
1607 regexp for labels cannot span several lines.
1608
1609 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
1610 `(setq :<key> ':<key>)' to the macro expansion.
1611
1612 2000-03-16 Dave Love <fx@gnu.org>
1613
1614 * progmodes/f90.el (f90): Put custom group under `languages', not
1615 `fortran'.
1616 (f90-mode-hook): Customize.
1617 (f90-mode): Set add-log-current-defun-function.
1618 (f90-current-defun): New function.
1619
1620 2000-03-16 Gerd Moellmann <gerd@gnu.org>
1621
1622 * cus-edit.el (custom-variable-tag-face): Handle case that
1623 default face's height is not a number.
1624 (custom-face-tag-face, custom-group-tag-face-1)
1625 (custom-group-tag-face): Ditto.
1626 (custom-group-tag-face-1): Add :group.
1627
1628 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
1629
1630 2000-03-15 Gerd Moellmann <gerd@gnu.org>
1631
1632 * pcvs-defs.el (toplevel): Remove autoload cookie for form
1633 requiring easymenu.
1634
1635 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1636
1637 * ps-print.el: PostScript user-defined prologue, PostScript error
1638 handler, doc fix.
1639 (ps-print-version): New version number (5.1).
1640 (ps-user-defined-prologue, ps-error-handler-message)
1641 (ps-print-prologue-0, ps-error-handler-alist): New vars.
1642 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
1643 (ps-insert-string): New function.
1644
1645 2000-03-15 Kenichi Handa <handa@etl.go.jp>
1646
1647 * international/ccl.el (ccl-compile-expression): Don't generate
1648 invalid self-assignment code.
1649
1650 2000-03-14 Dave Love <fx@gnu.org>
1651
1652 * subr.el (replace-regexp-in-string): Renamed from
1653 replace-regexps-in-string. Doc fix.
1654
1655 2000-03-12 Dave Love <fx@gnu.org>
1656
1657 * cus-edit.el: Doc fixes.
1658 (customize-set-variable, customize-save-variable): Rename args for
1659 doc.
1660 (custom-variable-tag-face, custom-face-tag-face)
1661 (custom-group-tag-face-1, custom-group-tag-face): Modify from
1662 style which user identify as hyperlink.
1663 (hook): Don't add undefined functions to the hook.
1664 (debug-ignored-errors): Transfer message from bindings.el.
1665
1666 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1667
1668 * recentf.el (recentf-keep-non-readable-files-p): Remove
1669 double/nested definition.
1670
1671 2000-03-12 Dave Love <fx@gnu.org>
1672
1673 * facemenu.el (facemenu-get-face): Use display-color-p.
1674 * enriched.el (enriched-decode-foreground): Likewise.
1675 (enriched-decode-background): Likewise.
1676 * isearch.el (isearch-highlight): Likewise.
1677 * info-look.el (info-lookup): Likewise.
1678 * simple.el (completion-setup-function): Likewise.
1679
1680 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
1681 :options.
1682
1683 * bindings.el (mode-line-format): Fix line-number and
1684 column-number items. Add help-echo for the background.
1685 (mode-line-mule-info): Modify help-echo.
1686
1687 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
1688 defcustom.
1689
1690 * files.el (load-file): Allow completion to .elc.
1691
1692 * man.el: Doc fixes.
1693 (Man-init-defvars): Use display-color-p to set fontification.
1694
1695 * play/hanoi.el (hanoi-internal): Don't use oddp.
1696
1697 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1698
1699 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
1700
1701 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
1702
1703 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
1704
1705 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
1706 Fix comment.
1707
1708 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
1709
1710 * font-lock.el (font-lock-keywords): Fix the doc now that
1711 regexp-opt-depth is unnecessary.
1712 (save-buffer-state): Set an edebug spec.
1713 (font-lock-fontify-anchored-keywords): Properly handle the case when
1714 the matcher goes past the limit.
1715
1716 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
1717 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
1718
1719 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
1720 dll.el and cookie.el (from Elib) with heavy renaming and other
1721 massaging.
1722
1723 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
1724 Autoload the functions used.
1725 (easy-mmode-define-syntax): Fix CL typo.
1726 (easy-mmode-define-derived-mode): Improve the docstring generation.
1727
1728 2000-03-10 Gerd Moellmann <gerd@gnu.org>
1729
1730 * textmodes/texinfo.el (texinfo-version): Variable and function
1731 removed.
1732
1733 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
1734
1735 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
1736 allow more flexibility.
1737 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
1738 fns.
1739 (easy-mmode-defmap, easy-mmode-defsyntax)
1740 (easy-mmode-define-derived-mode): New macros.
1741
1742 2000-03-09 Didier Verna <didier@xemacs.org>
1743
1744 * rect.el (replace-rectangle): New function.
1745
1746 2000-03-09 Dave Love <fx@gnu.org>
1747
1748 * progmodes/fortran.el (fortran-comment-line-start): Define as
1749 "C".
1750 (fortran-comment-line-start-skip): Don't match cpp stuff.
1751 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
1752 (fortran-mode-map): Remove over-eager custom-menu-create for now.
1753 (fortran-mode): Don't set fortran-comment-line-start-skip,
1754 fortran-comment-line-start here. Set comment-start,
1755 add-log-current-defun.
1756 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
1757 (fortran-current-defun): New function.
1758
1759 2000-03-09 Gerd Moellmann <gerd@gnu.org>
1760
1761 * emacs-lisp/re-builder.el: New file.
1762
1763 * mouse.el (mouse-drag-region): Don't run up-event handler
1764 if hscroll has changed.
1765
1766 * octave-mod.el (octave-font-lock-keywords): To font-lock the
1767 builtin operators, use `font-lock-builtin-face' for Emacs and
1768 `font-lock-preprocessor-face' otherwise.
1769
1770 * font-lock.el (lisp-font-lock-keywords-1): Highlight
1771 `(defun (setf foo)' differently.
1772
1773 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
1774
1775 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
1776 (regexp-opt): Update comment and adapt the code the new meaning of
1777 the `paren' argument of regex-opt-group for shy-groups.
1778 (regexp-opt-depth): Handle shy groups as well as backslashed
1779 backslashes.
1780 (regexp-opt-group): Turn the leading comment into a docstring.
1781 Allow `paren' to be a string (the string to use to open a group).
1782 Remove open-presuf and close-presuf. Instead of checking for `all
1783 one-char' and then later on check for `several one-char', handle
1784 both cases close together. Also apply a more generic algorithm
1785 for suffixes (the mirror image of the algorithm used for
1786 prefixes). Use shy-groups. Use nreverse rather than reverse.
1787 (regexp-opt-try-suffix): Removed.
1788
1789 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
1790 from comint-mode-map, so we can just inherit from it. Also, move
1791 the initialization into the `defvar' since there's no docstring
1792 anyway and it's fairly short.
1793 (inferior-scheme-mode): Define it as derived-mode: the code is
1794 shorter and this way we inherit from comint-mode-map rather than
1795 copying it.
1796
1797 * subr.el (replace-regexps-in-string): Properly handle the case
1798 where we match an empty string.
1799
1800 * comint.el (comint-exec-1): Add the current-dir to the exec-path
1801 when the command has a directory component (such as "./testml").
1802 Also fix a typo in the comment.
1803
1804 2000-03-08 Gerd Moellmann <gerd@gnu.org>
1805
1806 * Makefile (compile-files): Compile files one by one because
1807 that's the only way to ensure a clean compilation environment for
1808 each individual file.
1809
1810 * frame.el (other-frame): Call x-focus-frame.
1811
1812 2000-03-07 Dave Love <fx@gnu.org>
1813
1814 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
1815 :require to defcustom.
1816
1817 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
1818 lists.
1819
1820 * files.el (auto-mode-alist): Add configure.in.
1821
1822 * progmodes/autoconf.el: New file.
1823
1824 2000-03-07 Gerd Moellmann <gerd@gnu.org>
1825
1826 * mail/mh-e.el: Change maintainer to `none'.
1827
1828 * recentf.el (recentf-keep-non-readable-files-p): Quote args
1829 to remove-hook and add-hook.
1830
1831 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1832
1833 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
1834 it as the default.
1835 (mail-send): Test mail-send-nonascii also for the new `mime' value.
1836 (sendmail-send-it): Conditionally add MIME headers specifying the
1837 used character set.
1838
1839 2000-03-07 Dave Love <fx@gnu.org>
1840
1841 * winner.el: Fix keywords, autoload cookies. Split
1842 eval-when-compile form to avoid compilation failure.
1843
1844 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
1845
1846 * international/mule.el: Modify comment about coding system
1847 property `coding-category'.
1848 (make-coding-system): New argument EOL-TYPE. Pay attention to
1849 coding-category property of PROPERTIES.
1850
1851 * international/mule-conf.el (coding-category-utf-8,
1852 coding-category-utf-16-be, coding-category-utf-16-le): New coding
1853 categories. Include them in the argument for set-coding-priority.
1854
1855 * international/mule-cmds.el (reset-language-environment): Include
1856 coding-category-utf-8, coding-category-utf-16-be, and
1857 coding-category-utf-16-le in the argument for set-coding-priority.
1858 (reset-language-environment): Initialize coding-category-utf-8,
1859 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
1860
1861 2000-03-06 Karl Fogel <kfogel@red-bean.com>
1862
1863 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
1864 code abstracted out of `bookmark-jump-noselect'. Now tries info
1865 extensions as well as compression extensions.
1866 (bookmark-jump-noselect): Use above new func.
1867
1868 2000-03-03 Gerd Moellmann <gerd@gnu.org>
1869
1870 * strokes.el: Change maintainer's mail address.
1871
1872 2000-03-03 Kenichi Handa <handa@etl.go.jp>
1873
1874 * international/mule-diag.el (list-character-sets): Make help-echo
1875 string by substitute-command-keys.
1876 (list-character-sets): Likewise.
1877 (sort-listed-character-sets): Call help-setup-xref.
1878
1879 2000-03-02 Gerd Moellmann <gerd@gnu.org>
1880
1881 * time.el (display-time-mail-file): Add `none' to the list of
1882 choices.
1883
1884 2000-03-01 Dave Love <fx@gnu.org>
1885
1886 * help.el (help-xref-go-back): Don't try to set position.
1887
1888 * international/mule-diag.el (list-character-sets): Call
1889 help-setup-xref. Add help-echo to xrefs.
1890 (list-character-sets-1): Add help-echo to xrefs.
1891
1892 2000-03-02 Gerd Moellmann <gerd@gnu.org>
1893
1894 * frame.el (blink-cursor-mode): Switch cursor on when turning
1895 the mode off.
1896
1897 * add-log.el (add-log-current-defun): Add support for
1898 Autoconf mode.
1899
1900 * mail/rmail.el (rmail-quit-hook): New variable.
1901
1902 2000-03-01 Dave Love <fx@gnu.org>
1903
1904 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
1905
1906 * help.el (help-xref-button): Add help-echo arg.
1907 (describe-function-1, describe-variable, help-make-xrefs): Use it.
1908
1909 * faces.el (list-faces-display): Supply help-echo with
1910 help-make-xrefs.
1911
1912 * facemenu.el (list-text-properties-at): Set help-xref-stack to
1913 nil.
1914
1915 2000-03-01 Gerd Moellmann <gerd@gnu.org>
1916
1917 * image.el (defimage): Look for image files in load-path.
1918
1919 * frame.el (busy-cursor-delay-seconds): Change type to
1920 `number'.
1921
1922 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1923
1924 * recentf.el (recentf): Added version tag to the defgroup of
1925 recentf.
1926
1927 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1928
1929 * recentf.el (recentf-cleanup): Changed to remove excluded file
1930 too.
1931 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
1932 action to select/unselect a file.
1933 (recentf-edit-list): Code cleanup and improvement.
1934 (recentf-open-more-files-action): `recentf-open-more-files' button
1935 widget action to open a file.
1936 (recentf-open-more-files): No more use standard completion but
1937 widgets.
1938 (recentf-more-collection): Deleted.
1939 (recentf-more-history): Deleted.
1940 (recentf-setup-more-completion): Deleted.
1941
1942 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1943
1944 * recentf.el (recentf-mode): No more needs that Emacs is running
1945 under a window-system.
1946
1947 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1948
1949 * recentf.el (recentf-edit-list): New command to edit the recent
1950 list which allow the user to remove files.
1951 (recentf-edit-selected-items): New global variable, used by
1952 `recentf-edit-list' to hold the list of files to be removed from
1953 the recent list.
1954 (recentf-make-menu-items): Updated to display a "Edit list..."
1955 menu item. Minor code cleanup.
1956
1957 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1958
1959 * recentf.el (recentf-open-more-files): New command to open files
1960 that are not displayed in the menu.
1961 (recentf-more-collection): New global variable holding the set of
1962 permissible completions used by `recentf-open-more-files'.
1963 (recentf-more-history): New global variable holding the history list
1964 used by `recentf-open-more-files' completion.
1965 (recentf-setup-more-completion): New function to setup completion for
1966 `recentf-open-more-files'.
1967 (recentf-make-menu-items): Updated to display a "More..." menu item.
1968
1969 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1970
1971 * recentf.el (recentf-menu-action): Doc fixed.
1972
1973 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1974
1975 * recentf.el (recentf-menu-filter): Doc updated.
1976 (recentf-update-menu-hook): Allow menu filters to force menu update.
1977 (recentf-make-menu-items): New menu filter handling.
1978 (recentf-make-menu-item): New helper function.
1979 (recentf-menu-elements): New menu handling function.
1980 (recentf-sort-ascending): Updated to new menu filter handling.
1981 (recentf-sort-descending): Updated to new menu filter handling.
1982 (recentf-sort-basenames-ascending): New menu filter function.
1983 (recentf-sort-basenames-descending): New menu filter function.
1984 (recentf-show-basenames): New menu filter function.
1985 (recentf-show-basenames-ascending): New menu filter function.
1986 (recentf-show-basenames-descending): New menu filter function.
1987
1988 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1989
1990 * diary-lib.el (list-diary-entries): Don't try to go forward at
1991 the end of the buffer.
1992
1993 2000-02-29 Kenichi Handa <handa@etl.go.jp>
1994
1995 * international/mule-diag.el (list-character-sets): Completely
1996 rewritten.
1997 (sort-listed-character-sets): New function.
1998 (list-character-sets-1): Completely rewritten.
1999 (list-character-sets-2): New function.
2000 (non-iso-charset-alist): New variable.
2001 (decode-codepage-char): New function.
2002 (charset-history): New variable.
2003 (read-charset) (list-block-of-chars)
2004 (list-iso-charset-chars)
2005 (list-non-iso-charset-chars)
2006 (list-charset-chars): New functions.
2007 (mule-diag): Call list-character-sets-2, not
2008 list-character-sets-2.
2009 (dump-charsets): Likewise.
2010
2011 2000-02-29 Gerd Moellmann <gerd@gnu.org>
2012
2013 * dired-x.el (dired-filename-at-point): Add `@' to valid
2014 file name characters.
2015 (dired-filename-at-point): Handle ange-ftp file names.
2016
2017 * frame.el (frame-notice-user-settings): Use assq-delete-all
2018 instead of assoc-delete-all.
2019 (frame-notice-user-settings): Ditto.
2020
2021 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
2022 Don't copy alist.
2023
2024 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
2025
2026 * calculator.el (calculator-use-menu): New option.
2027 (calculator-initial-bindings): Changed some bindings to work as
2028 macros.
2029 (calculator-forced-input): Removed.
2030 (calculator-restart-other-mode): New variable.
2031 (calculator-mode-map): Set up menu.
2032
2033 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
2034
2035 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
2036 tags.
2037
2038 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
2039
2040 * viper-cmd.el (viper-envelop-ESC-key): added the option to
2041 translate all ESC key sequences.
2042 (viper-goto-mark-subr): restore markers for files for which
2043 they were saved.
2044 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
2045 * viper-util.el (viper-set-replace-overlay-glyphs,
2046 viper-set-replace-overlay): always check if the replacement
2047 overlay is live.
2048 * viper.el (viper-vi-state-mode-list): added major modes.
2049 * ediff-wind.el: minor comment changes.
2050 * ediff.el: copyright notice date fix.
2051
2052 2000-02-27 Jason Rumney <jasonr@gnu.org>
2053
2054 * faces.el (face-font-family-alternatives): Add arial to helv.
2055 (mode-line, header-line, tool-bar): Same default as x for w32.
2056 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
2057 face-font-family-alternatives from working.
2058 * term/w32-win.el (mouse-set-font): Do not build fontset from
2059 chosen font.
2060
2061 2000-02-25 Sam Steingold <sds@goems.com>
2062
2063 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
2064 properly.
2065
2066 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2067
2068 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
2069
2070 2000-02-25 Gerd Moellmann <gerd@gnu.org>
2071
2072 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
2073 writable.
2074
2075 * frame.el (busy-cursor-delay-seconds): New option.
2076
2077 2000-02-24 Gerd Moellmann <gerd@gnu.org>
2078
2079 * frame.el (show-cursor-in-non-selected-windows): New option.
2080
2081 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2082
2083 * diary-lib.el (include-other-diary-files): Undo the selective
2084 display in any included file and don't kill it.
2085
2086 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
2087
2088 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
2089 bar. Menu items converted to (menu-item format, help strings
2090 added.
2091 [downcase, upcase]: Don't enable on MS-DOS.
2092 [symlink, symlinks]: Don't show if make-symbolic-link is not
2093 bound.
2094 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
2095
2096 2000-02-23 Dave Love <fx@gnu.org>
2097
2098 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
2099 (backward-kill-word): Revert addition of * to interactive spec --
2100 it's a feature.
2101
2102 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
2103 (backward-kill-sentence, kill-sentence): Likewise.
2104
2105 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
2106 scratch buffer name.
2107 (gud-format-command): Use int-to-string in ?l case. Simplify
2108 slightly.
2109
2110 * term/w32-win.el (internal-face-interactive): Update prompt for
2111 new read-face-name.
2112
2113 * mail/footnote.el (footnote): Add :version to defgroup.
2114 (footnote-section-tag-regexp): Customize.
2115 (footnote-start-tag, footnote-end-tag): New option.
2116 (footnote-latin-regexp): New variable.
2117 (Footnote-latin): New function.
2118 (footnote-style-alist): Add element for latin style.
2119 (footnote-style): Moved.
2120 (Footnote-goto-footnote): Use eq to test arg.
2121
2122 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
2123
2124 * emacs-lisp/byte-opt.el: Change old backquote syntax.
2125 (byte-compile-trueconstp): Include keywords.
2126 (byte-optimize-quote, byte-optimize-lapcode): Use
2127 byte-compile-const-symbol-p.
2128 (byte-optimize-char-before): New optimization.
2129
2130 * emacs-lisp/bytecomp.el: Change old backquote syntax.
2131 (byte-compile-const-symbol-p): New function.
2132 (byte-compile-constp, byte-compile-out-toplevel)
2133 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
2134 Use it.
2135
2136 * subr.el (define-key-after): Default AFTER to t. Doc fix.
2137
2138 2000-02-23 Kenichi Handa <handa@etl.go.jp>
2139
2140 * international/encoded-kb.el: Be sure to update minor-mode-alist
2141 and minor-mode-map-alist.
2142 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
2143 codes SS2 and SS3 correctly.
2144 (encoded-kbd-self-insert-ccl): New function.
2145 (encoded-kbd-setup-keymap): New function.
2146 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
2147 by calling encoded-kbd-setup-keymap.
2148
2149 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
2150 characters.
2151 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
2152 locally.
2153
2154 2000-02-22 Dave Love <fx@gnu.org>
2155
2156 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
2157 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
2158 defvar.
2159 (lisp-mode-syntax-table): Set up for #|...|# comments.
2160 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
2161 classes. Match `defface'.
2162 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
2163 (eval-defun-1): Fix for defcustom.
2164 (lisp-indent-region): Doc fix.
2165
2166 * subr.el (when, unless, split-string): Doc fix.
2167 (read-passwd): Move call of clear-this-command-keys to the right
2168 place.
2169 (replace-regexps-in-string): New function.
2170
2171 2000-02-22 Gerd Moellmann <gerd@gnu.org>
2172
2173 * help.el (describe-variable): Set syntax table to
2174 emacs-lisp-mode-syntax-table when moving forward over the
2175 symbol's name.
2176
2177 2000-02-22 Dave Love <fx@gnu.org>
2178
2179 * xt-mouse.el: Doc fixes.
2180 (xterm-mouse-position-function): New function, replacing advice of
2181 mouse-position.
2182 (xterm-mouse-mode): Use it. Don't turn on under a window system.
2183
2184 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
2185
2186 2000-02-21 Gerd Moellmann <gerd@gnu.org>
2187
2188 * format.el (format-annotate-single-property-change): Handle
2189 properties.with dotted-list values.
2190 (format-proper-list-p): New function.
2191
2192 * enriched.el (enriched-face-ans): Handle '(foreground-color
2193 . COLOR) and (background-color . COLOR).
2194
2195 2000-02-20 Dave Love <fx@gnu.org>
2196
2197 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
2198 and assignments to it.
2199 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
2200 current local map.
2201 (make-flyspell-overlay): Use it.
2202 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
2203
2204 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
2205 (lm-get-header-re): Defun, not defsubst.
2206 (lm-get-package-name): Defun, not defsubst. Simplify.
2207 (lm-version): Doc fix. Simplify.
2208 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
2209 (lm-crack-address, lm-last-modified-date, lm-commentary)
2210 (lm-verify, lm-synopsis): Simplify.
2211 (lm-report-bug): Require emacsbug. Use compose-mail.
2212
2213 2000-02-20 Gerd Moellmann <gerd@gnu.org>
2214
2215 * dired.el (dired-mode): Call propertized-buffer-identification
2216 to set mode-line-buffer-identification to something having
2217 the right text properties.
2218
2219 * bindings.el (propertized-buffer-identification): New function.
2220
2221 2000-02-20 Dave Love <fx@gnu.org>
2222
2223 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
2224 check for t-mouse too.
2225
2226 * cus-start.el: Make echo-keystrokes `number'.
2227
2228 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2229
2230 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
2231 Don't call ring-empty-p unless tags-location-ring is bound.
2232 From Noah Friedman <friedman@splode.com>.
2233
2234 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
2235
2236 * progmodes/hideshow.el (hs-flag-region): No longer use
2237 `intangible' overlay property.
2238
2239 (hs-toggle-hiding): New command.
2240 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
2241
2242 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
2243 Fix omission bug: Run `hs-minor-mode-hook' for both activation
2244 and deactivation.
2245
2246 2000-02-18 Gerd Moellmann <gerd@gnu.org>
2247
2248 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
2249
2250 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2251
2252 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
2253
2254 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
2255 of `*' to handle `(* ... *)' comments.
2256
2257 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
2258
2259 * faces.el (list-faces-display): Use display-mouse-p instead of
2260 window-system.
2261
2262 * menu-bar.el (global-map): Menu-bar items converted to the new
2263 format (menu-item..., rearranged for better CUA compliance, and
2264 their names changed for better clarity. Help strings added.
2265
2266 * international/mule-cmds.el (mule-menu-keymap)
2267 (describe-language-environment-map, set-coding-system-map)
2268 (setup-language-environment-map): Convert to new (menu-item...
2269 form, add help strings. Change names of menu items for better
2270 clarity. "Mule" menu-bar item removed (it's now in the "Options"
2271 submenu).
2272
2273 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2274
2275 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
2276 within the code.
2277
2278 2000-02-16 Dave Love <fx@gnu.org>
2279
2280 * faces.el: Don't require custom. Add more specific :groups to
2281 various deffaces.
2282 (set-face-attribute): Purecopy args.
2283 (read-face-name): Default to name at point and use it in prompt.
2284 Remove colon from arg in all callers.
2285 (list-faces-display): Hyperlink to face descriptions and customize
2286 buffers.
2287
2288 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
2289
2290 * wid-edit.el (widget-match-inline): An atom never matches a
2291 list.
2292
2293 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2294
2295 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2296 at ':' characters by call to split-string.
2297
2298 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2299
2300 * textmodes/bibtex.el: Added RCS version identification.
2301
2302 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2303
2304 * textmodes/bibtex.el: Some temporary comments removed.
2305 (bibtex-field-name, bibtex-entry-type): Made the relationship
2306 explicit.
2307 (bibtex-field-const): Allow capital letters.
2308 (bibtex-start-of-string): Deleted because unused.
2309
2310 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2311 use the term 'reference' to describe a bibtex entry as a whole.
2312 Further, reference keys are no longer called 'labels'.
2313 (bibtex-keys): Renamed to bibtex-reference-keys.
2314 (bibtex-reformat-previous-labels): Renamed to
2315 bibtex-reformat-previous-reference-keys.
2316 (bibtex-reference-type): Renamed to bibtex-entry-type.
2317 (bibtex-reference-head): Renamed to bibtex-entry-head.
2318 (bibtex-reference-maybe-empty-head): Renamed to
2319 bibtex-entry-maybe-empty-head.
2320 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2321 (bibtex-search-reference): Renamed to bibtex-search-entry.
2322 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2323 bibtex-enclosing-entry-maybe-empty-head.
2324 (bibtex-entry-field-alist, bibtex-entry-head,
2325 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2326 bibtex-map-entries, bibtex-search-entry,
2327 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2328 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2329 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2330 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2331 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2332 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2333 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2334
2335 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2336
2337 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2338 comment.
2339 (bibtex-format-field-delimiters): New function, functionality
2340 extracted from bibtex-format-entry.
2341 (bibtex-autokey-get-yearfield-digits): New function, functionality
2342 extracted from bibtex-autokey-get-yearfield.
2343
2344 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2345 entries in order to avoid stack overflow in the regexp matcher if
2346 field contents become large.
2347 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2348 bibtex-field-string-part-not-braced,
2349 bibtex-field-string-part-no-inner-braces,
2350 bibtex-field-string-part-1-inner-brace,
2351 bibtex-field-string-part-2-inner-braces,
2352 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2353 bibtex-field-string-quoted, bibtex-field-string,
2354 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2355 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2356 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2357 as parsing is now performed by the following functions.
2358 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2359 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2360 bibtex-parse-field-string, bibtex-search-forward-field-string,
2361 bibtex-parse-association, bibtex-field-name-for-parsing,
2362 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2363 bibtex-search-forward-field, bibtex-search-backward-field,
2364 bibtex-start-of-field, bibtex-end-of-field,
2365 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2366 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2367 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2368 bibtex-parse-string, bibtex-search-forward-string,
2369 bibtex-search-backward-string, bibtex-start-of-string,
2370 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2371 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2372 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2373 entries. Instead of reporting the results of the parsing by
2374 match-beginning or match-end, these functions return data structures
2375 that hold the corresponding positions.
2376 (bibtex-enclosing-field): Changed to also report field boundaries by
2377 return values rather than by match-beginning or match-end. The
2378 following functions have been adapted to use the new parsing
2379 functions.
2380 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2381 bibtex-enclosing-field, bibtex-format-entry,
2382 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2383 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2384 bibtex-print-help-message, bibtex-end-of-entry,
2385 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2386 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2387 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2388 method for parsing.
2389 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2390 bibtex-map-entries, bibtex-flash-head,
2391 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2392 bibtex-autokey-change, bibtex-autokey-get-namefield,
2393 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2394 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2395 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2396 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2397 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2398 order to make the new binding of case-fold-search immediately
2399 visible.
2400
2401 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2402
2403 * textmodes/bibtex.el: Copyright notice is up to date.
2404 Added constant 'bibtex-maintainer-salutation.
2405
2406 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2407 than make-temp-name, use match-string-no-properties and eliminate
2408 a quadratic behavior when building bibtex-strings.
2409
2410 * bibtex.el (bibtex-reference-key): Accept string entries whose
2411 reference key contains upper case letters.
2412
2413 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2414
2415 * bibtex.el (bibtex-reference-head): Allow entries to start with
2416 a new line.
2417
2418 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2419
2420 * bibtex.el: Hiding of entry bodies is not longer provided by
2421 bibtex.el directly. Instead the hideshow package can be used.
2422 Added a special bibtex entry to hs-special-modes-alist.
2423 (bibtex-hs-forward-sexp): Added for hideshow.el.
2424
2425 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2426
2427 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2428 at ':' characters by call to split-string.
2429
2430 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2431
2432 * textmodes/bibtex.el: Added RCS version identification.
2433
2434 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2435
2436 * textmodes/bibtex.el: Some temporary comments removed.
2437 (bibtex-field-name, bibtex-entry-type): Made the relationship
2438 explicit.
2439 (bibtex-field-const): Allow capital letters.
2440 (bibtex-start-of-string): Deleted because unused.
2441
2442 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2443 use the term 'reference' to describe a bibtex entry as a whole.
2444 Further, reference keys are no longer called 'labels'.
2445 (bibtex-keys): Renamed to bibtex-reference-keys.
2446 (bibtex-reformat-previous-labels): Renamed to
2447 bibtex-reformat-previous-reference-keys.
2448 (bibtex-reference-type): Renamed to bibtex-entry-type.
2449 (bibtex-reference-head): Renamed to bibtex-entry-head.
2450 (bibtex-reference-maybe-empty-head): Renamed to
2451 bibtex-entry-maybe-empty-head.
2452 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2453 (bibtex-search-reference): Renamed to bibtex-search-entry.
2454 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2455 bibtex-enclosing-entry-maybe-empty-head.
2456 (bibtex-entry-field-alist, bibtex-entry-head,
2457 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2458 bibtex-map-entries, bibtex-search-entry,
2459 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2460 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2461 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2462 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2463 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2464 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2465 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2466
2467 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2468
2469 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2470 comment.
2471 (bibtex-format-field-delimiters): New function, functionality
2472 extracted from bibtex-format-entry.
2473 (bibtex-autokey-get-yearfield-digits): New function, functionality
2474 extracted from bibtex-autokey-get-yearfield.
2475
2476 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2477 entries in order to avoid stack overflow in the regexp matcher if
2478 field contents become large.
2479 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2480 bibtex-field-string-part-not-braced,
2481 bibtex-field-string-part-no-inner-braces,
2482 bibtex-field-string-part-1-inner-brace,
2483 bibtex-field-string-part-2-inner-braces,
2484 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2485 bibtex-field-string-quoted, bibtex-field-string,
2486 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2487 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2488 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2489 as parsing is now performed by the following functions.
2490 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2491 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2492 bibtex-parse-field-string, bibtex-search-forward-field-string,
2493 bibtex-parse-association, bibtex-field-name-for-parsing,
2494 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2495 bibtex-search-forward-field, bibtex-search-backward-field,
2496 bibtex-start-of-field, bibtex-end-of-field,
2497 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2498 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2499 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2500 bibtex-parse-string, bibtex-search-forward-string,
2501 bibtex-search-backward-string, bibtex-start-of-string,
2502 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2503 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2504 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2505 entries. Instead of reporting the results of the parsing by
2506 match-beginning or match-end, these functions return data structures
2507 that hold the corresponding positions.
2508 (bibtex-enclosing-field): Changed to also report field boundaries by
2509 return values rather than by match-beginning or match-end. The
2510 following functions have been adapted to use the new parsing
2511 functions.
2512 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2513 bibtex-enclosing-field, bibtex-format-entry,
2514 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2515 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2516 bibtex-print-help-message, bibtex-end-of-entry,
2517 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2518 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2519 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2520 method for parsing.
2521 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2522 bibtex-map-entries, bibtex-flash-head,
2523 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2524 bibtex-autokey-change, bibtex-autokey-get-namefield,
2525 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2526 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2527 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2528 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2529 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2530 order to make the new binding of case-fold-search immediately
2531 visible.
2532
2533 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2534
2535 * textmodes/bibtex.el: Copyright notice is up to date.
2536 Added constant 'bibtex-maintainer-salutation.
2537
2538 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2539 than make-temp-name, use match-string-no-properties and eliminate
2540 a quadratic behavior when building bibtex-strings.
2541
2542 * bibtex.el (bibtex-reference-key): Accept string entries whose
2543 reference key contains upper case letters.
2544
2545 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2546
2547 * bibtex.el (bibtex-reference-head): Allow entries to start with
2548 a new line.
2549
2550 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2551
2552 * bibtex.el: Hiding of entry bodies is not longer provided by
2553 bibtex.el directly. Instead the hideshow package can be used.
2554 Added a special bibtex entry to hs-special-modes-alist.
2555 (bibtex-hs-forward-sexp): Added for hideshow.el.
2556
2557 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2558
2559 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
2560 proceedings entry type (for cross referencing). Thanks to Wagner
2561 Toledo Correa for the suggestion.
2562
2563 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
2564
2565 2000-02-14 Kenichi Handa <handa@etl.go.jp>
2566
2567 * international/characters.el: Setup case table for Vietnamese.
2568
2569 2000-02-12 Gerd Moellmann <gerd@gnu.org>
2570
2571 * uniquify.el (toplevel): Require CL at compile time.
2572 (uniquify-push): Removed.
2573
2574 * shadowfile.el (shadow-when): Removed.
2575
2576 * tempo.el (tempo-dolist, tempo-mapc): Removed.
2577 (tempo-process-and-insert-string): Use dolist instead of
2578 tempo-dolist.
2579
2580 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
2581 regexp for paragraph-start.
2582
2583 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
2584 commas as well.
2585
2586 2000-02-10 Dave Love <fx@gnu.org>
2587
2588 * wid-edit.el: (widgets) [defgroup]: Remove url link.
2589 (widget-color-choice-list, widget-color-history, widget-mouse-help):
2590 Deleted.
2591 (widget-specify-field, widget-specify-button): Don't use
2592 widget-mouse-help as help-echo property.
2593 (default): Use #'ignore for :validate and :mouse-down-action.
2594 (checkbox): Add help-echo.
2595 (widget-sexp-validate): Rewritten to clarify error messages.
2596 (character): Use char-valid-p in :match function.
2597 (widget-color-complete): Use facemenu-color-alist.
2598 (widget-color-action): Use facemenu-read-color.
2599
2600 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
2601 set up `caar' &c that we now have.
2602
2603 2000-02-09 Ray Blaak <blaak@gnu.org>
2604
2605 * delphi.el: Make resourcestring a declaration region, like const
2606 and var.
2607
2608 2000-02-09 Dave Love <fx@gnu.org>
2609
2610 * bindings.el (mode-line-input-method-map): New variable.
2611 (mode-line-mule-info): Use it; fix last change.
2612 (mode-line-mode-menu): Move definition.
2613 (mode-line-mouse-sensitive-p): Deleted.
2614 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
2615 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
2616 level.
2617
2618 * startup.el (command-line-1): Don't call
2619 make-mode-line-mouse-sensitive.
2620
2621 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2622
2623 * mail/rmail.el (rmail-retry-failure): Use
2624 rmail-beginning-of-message before rmail-toggle-header, because the
2625 former toggles headers.
2626
2627 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
2628
2629 * diff-mode.el (diff-kill-junk): New interactive function.
2630 (diff-reverse-direction): Use delete-and-extract-region.
2631 (diff-post-command-hook): Restrict the area so that the hook also works
2632 outside of any diff hunk. This is necessary for the minor-mode.
2633 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
2634 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
2635
2636 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
2637 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
2638 so that it can be used more easily in <foo>-mode-hook. Also make sure
2639 to avoid duplicate entries.
2640 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
2641 (font-lock-remove-keywords): Just as was done for `add', allow it to
2642 work even if font-lock-mode is nil. Also make sure we don't modify
2643 any pre-existing list by forcing a copy-sequence. Finally rename
2644 `major-mode' to `mode'.
2645 (font-lock-fontify-syntactic-anchored-keywords)
2646 (font-lock-fontify-anchored-keywords)
2647 (font-lock-fontify-keywords-region): Use line-end-position.
2648 Don't make `font-lock-multiline' local (it's now done in
2649 font-lock-set-defaults).
2650 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
2651 move the `font-lock-fontified' creation to inside the `unless'.
2652
2653 2000-02-06 Andrew Innes <andrewi@gnu.org>
2654
2655 * term/w32-win.el (x-handle-args): Comment out call to message,
2656 which occurs before window system is initialized.
2657
2658 * makefile.nt: Add support for recompiling lisp code.
2659
2660 2000-02-04 Dave Love <fx@gnu.org>
2661
2662 * bindings.el (mode-line-mule-info): Fix/extend last change.
2663
2664 * completion.el: Replace completion-dolist with dolist.
2665
2666 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
2667 dotimes.
2668
2669 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
2670
2671 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
2672 environment names before they go into the section regexp.
2673
2674 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
2675 char class in regexp.
2676
2677 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
2678 `case-fold-search' to nil.
2679
2680 * progmodes/idlwave.el (idlwave-template): Respect
2681 `idlwave-abbrev-change-case'.
2682 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
2683 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
2684 idlwave-while): respect `idlwave-reserved-word-upcase'.
2685 (idlwave-rw-case): New function.
2686 (idlwave-statement-match): Fixed problem with assignment regexp.
2687 (idlwave-font-lock-keywords): Improved regexp for keyword
2688 parameters.
2689 (idlwave-surround): New argument LENGTH to support padding of
2690 operators longer than 1 char.
2691
2692 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
2693 idlwave-shell-expression-overlay. Implemented printing of
2694 expressions on higher levels of the calling stack.
2695 (idlwave-shell-display-level-in-calling-stack): Restore stack
2696 level.
2697 (idlwave-retrieve-expression-from-level): New function.
2698 (idlwave-shell-last-calling-stack): Variable removed.
2699 (idlwave-shell-reset): Argument action reversed (`visible' to
2700 `hidden'). Also remove stop-line overlay.
2701 (idlwave-shell-calling-stack-routine): New variable.
2702 (idlwave-shell-parse-stack-and-display): Messages now display
2703 negative level numbers.
2704 (idlwave-shell-mode): Set `modeline-format'.
2705 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
2706 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
2707 21.
2708 (idlwave-shell-print-expression-function): New option.
2709
2710 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
2711 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
2712 `tool-bar' instead of `toolbar'.
2713
2714 2000-02-02 Dave Love <fx@gnu.org>
2715
2716 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
2717 emacs-lisp-mode-hook. Don't check for defalias being defined.
2718
2719 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2720 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
2721 the new builtins directly.
2722
2723 * whitespace.el (whitespace): Add :version to defgroup.
2724
2725 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
2726 Doc fix.
2727
2728 * thingatpt.el (sexp-at-point, symbol-at-point)
2729 (number-at-point, list-at-point): Add autoload cookie.
2730
2731 * recentf.el (recentf): Add :version to defgroup.
2732
2733 * quickurl.el (quickurl): Add :version to defgroup.
2734
2735 * elide-head.el (elide-head): Use point-marker more.
2736
2737 * bs.el (bs): Add :version to defgroup.
2738
2739 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
2740
2741 * progmodes/delphi.el (delphi): Add :version to defgroup.
2742
2743 2000-02-02 Gerd Moellmann <gerd@gnu.org>
2744
2745 * ange-ftp.el (ange-ftp-write-region): Handle case that
2746 succeeding process operation sets a different coding system.
2747
2748 * calculator.el: New file.
2749
2750 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2751
2752 * frame.el (frames-on-display-list, framep-on-display): New
2753 functions.
2754 (display-mouse-p, display-popup-menus-p, display-graphic-p)
2755 (display-selections-p, display-screens, display-pixel-width)
2756 (display-pixel-height, display-mm-width, display-mm-height)
2757 (display-backing-store, display-save-under, display-planes)
2758 (display-color-cells, display-visual-class): New functions.
2759
2760 * term/tty-colors.el (tty-color-gray-shades): New function.
2761
2762 * faces.el (display-color-p): Use framep-on-display.
2763 (display-grayscale-p): New function.
2764
2765 2000-01-31 Dave Love <fx@gnu.org>
2766
2767 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
2768 (create-fontset-from-x-resource): Don't concat integers.
2769
2770 2000-01-31 Inge Frick <inge@nada.kth.se>
2771
2772 * view.el: Some changes in documentation. Removed some trailing
2773 whitespace. Changed some parameter names to agree with
2774 documentation.
2775 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
2776 window is not deleted. Modifies change 1998-04-26.
2777
2778 2000-01-31 Gerd Moellmann <gerd@gnu.org>
2779
2780 * windmove.el: New file.
2781
2782 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2783 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2784 progmodes/ebnf-yac.el: Update copyright and license info.
2785
2786 * jit-lock.el (jit-lock-function): Widen before calculating end
2787 position.
2788 (jit-lock-stealth-chunk-start): Rewritten.
2789
2790 * info.el (Info-title-face-alist): Removed.
2791 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
2792 faces.
2793 (Info-fontify-node): Use these faces.
2794
2795 2000-01-30 Gerd Moellmann <gerd@gnu.org>
2796
2797 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
2798 (cl-macro-list1): Recognize `&allow-other-keys' instead of
2799 `&allow-other-keywords'.
2800
2801 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
2802 the list of directories scanned heuristically.
2803
2804 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
2805 exist.
2806
2807 2000-01-30 Jason Rumney <jasonr@gnu.org>
2808
2809 * w32-fns.el: Define w32-tty-standard-colors.
2810
2811 * startup.el (command-line): Use w32-tty-standard-colors when in
2812 w32 console mode.
2813
2814 2000-01-30 Dave Love <fx@gnu.org>
2815
2816 * jka-compr.el (jka-compr-load): Fix up load-history.
2817
2818 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
2819
2820 * emacs-lisp/cl-macs.el: Revert previous change.
2821
2822 2000-01-29 Dave Love <fx@gnu.org>
2823
2824 * facemenu.el: Purecopy various strings.
2825
2826 * timezone.el (timezone-fix-time): Window against 69 for two-digit
2827 years. Deal with three-digit years.
2828
2829 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
2830 defconst, purecopy.
2831 (help-back-label): Purecopy it.
2832
2833 2000-01-18 Gerd Moellmann <gerd@gnu.org>
2834
2835 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
2836 variable. If non-nil, order the buffer list according to the
2837 currently selected frame.
2838 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
2839 non-nil, pass the selected frame to function buffer-list.
2840
2841 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2842
2843 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
2844
2845 2000-01-28 Dave Love <fx@gnu.org>
2846
2847 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
2848
2849 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
2850 Don't use lisp-indent-hook property.
2851 (cl-abs): Remove.
2852
2853 * subr.el: Move out indent and edebug specs for when and unless.
2854
2855 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
2856 when, unless.
2857
2858 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
2859 unless, when.
2860
2861 2000-01-28 Gerd Moellmann <gerd@gnu.org>
2862
2863 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
2864 `collecting' as synonym for `collect'.
2865
2866 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
2867 for the case it contains spaces.
2868
2869 * simple.el (what-cursor-position): Change formatting of
2870 messages.
2871
2872 * frame.el (delete-other-frames): New function.
2873 (toplevel): Bind it to C-x 5 1.
2874
2875 * sort.el (sort-numeric-base): New option.
2876 (sort-numeric-fields): If number starts with `0' or `0[xX[',
2877 interpret it as octal or hexadecimal. Use sort-numeric-base
2878 as default base.
2879
2880 * progmodes/glasses.el: New file.
2881
2882 2000-01-27 Gerd Moellmann <gerd@gnu.org>
2883
2884 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
2885 userids differently.
2886
2887 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2888 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2889 progmodes/ebnf-yac.el: New files.
2890
2891 2000-01-26 Dave Love <fx@gnu.org>
2892
2893 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
2894 on a function with an empty body. [From Eric Ludlam.]
2895
2896 2000-01-25 Andre Spiegel <spiegel@gnu.org>
2897
2898 * vc.el (vc-version-diff): Make sure file name is expanded.
2899
2900 2000-01-25 Gerd Moellmann <gerd@gnu.org>
2901
2902 * scroll-bar.el (scroll-bar-timer): Variable removed.
2903 (scroll-bar-toolkit-scroll): Don't use a timer.
2904
2905 2000-01-25 Kenichi Handa <handa@etl.go.jp>
2906
2907 * language/thai-util.el (thai-composition-function): Delete
2908 superfluous `a'.
2909
2910 2000-01-24 Dave Love <fx@gnu.org>
2911
2912 * fortran.el (fortran-mode): Use beginning-of-defun-function,
2913 end-of-defun-function.
2914
2915 * font-lock.el (turn-on-font-lock): Don't depend on window-system
2916 &c.
2917
2918 2000-01-22 Jason Rumney <jasonr@gnu.org>
2919
2920 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
2921 conflicts with new face support.
2922
2923 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2924
2925 * replace.el (query-replace): Rename last arg to DELIMITED.
2926 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
2927 (query-replace-regexp): Likewise.
2928
2929 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2930
2931 * subr.el (with-syntax-table): Use make-symbol, not gensym.
2932
2933 * emacs-lisp/lisp.el (beginning-of-defun-function):
2934 Variable renamed from beginning-of-defun.
2935 Do not call make-variable-buffer-local.
2936 (beginning-of-defun-raw): Use new variable name; doc fix.
2937 (beginning-of-defun): Doc fix.
2938 (end-of-defun-function): Variable renamed from end-of-defun.
2939 Do not call make-variable-buffer-local.
2940 (end-of-defun): Use new variable name; doc fix.
2941
2942 * subr.el (dolist, dotimes): Copied from cl-macs.el
2943 and made to work.
2944
2945 * mail/undigest.el (rmail-digest-end-regexps):
2946 Variable replaces rmail-digest-end-regexp.
2947 Allows multiple regexps for detecting the end line.
2948 (undigestify-rmail-message): Corresponding changes.
2949
2950 2000-01-19 Dave Love <fx@gnu.org>
2951
2952 * files.el (user-init-file): Don't declare here -- is primitive.
2953
2954 * startup.el (command-line): Check for compiled user-init-file and
2955 set to uncompiled version if necessary.
2956
2957 2000-01-18 Gerd Moellmann <gerd@gnu.org>
2958
2959 * mail/undigest.el (rmail-digest-end-regexp): New user option.
2960 (undigestify-rmail-message): Use it.
2961
2962 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
2963
2964 2000-01-17 Gerd Moellmann <gerd@gnu.org>
2965
2966 * tmm.el (tmm-goto-completions): Adapt to prompt being part
2967 of mini-buffer.
2968
2969 2000-01-14 Gerd Moellmann <gerd@gnu.org>
2970
2971 * emacs-lisp/copyright.el (copyright-update): Removed the
2972 requirement for a trailing space from `copyright-regexp', to
2973 support copyrights with owner specified on a separate line..
2974
2975 * align.el: New file.
2976
2977 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
2978
2979 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
2980
2981 2000-01-13 Dave Love <fx@gnu.org>
2982
2983 * ph.el: Removed. (Obsoleted by EUDC.)
2984
2985 2000-01-13 Gerd Moellmann <gerd@gnu.org>
2986
2987 * net/eudc.el (toplevel): Remove autoloaded code installing
2988 menu with easymenu, because that causes build problems.
2989
2990 * frame.el (frame-notice-user-settings): New variable.
2991 (frame-notice-user-settings): Don't modify frame parameters
2992 if called a second time.
2993
2994 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2995
2996 * frame.el (frame-notice-user-settings):
2997 Notice default-frame-parameters even for non-window frames.
2998
2999 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3000
3001 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
3002 for Emacs.
3003 (eudc-bob-can-display-inline-images): Extend for Emacs.
3004 (eudc-bob-toggle-inline-display): Ditto.
3005 (eudc-bob-display-jpeg): Ditto.
3006
3007 2000-01-12 Gerd Moellmann <gerd@gnu.org>
3008
3009 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3010 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
3011 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
3012
3013 * add-log.el (add-change-log-entry): Fix error trying an `(insert
3014 nil)'.
3015
3016 * subdirs.el: Add `net' directory.
3017
3018 * net: New directory.
3019
3020 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
3021 eval-last-sexp. Don't bind debug-on-error here.
3022 (eval-last-sexp): New function. Bind debug-on-error if
3023 eval-expression-debug-on-error is non-nil.
3024 (eval-defun-2, eval-defun): Likewise.
3025
3026 * simple.el (eval-expression): Don't bind debug-on-error if
3027 eval-expression-debug-on-error is nil. Detect changed
3028 debug-on-error, and propagate new value to global binding, if
3029 eval-expression-debug-on-error is non-nil,
3030 (eval-expression-debug-on-error): Change doc string.
3031
3032 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3033
3034 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
3035
3036 * emacs-lisp/lisp-mode.el (with-syntax-table):
3037 Set up lisp-indent-function property.
3038
3039 * subr.el (with-syntax-table): Moved from simple.el.
3040
3041 * simple.el (with-syntax-table): Moved to subr.el.
3042
3043 2000-01-11 Gerd Moellmann <gerd@gnu.org>
3044
3045 * tmm.el (tmm-shortcut): Delete region after prompt instead
3046 of erasing buffer.
3047
3048 * textmodes/fill.el (fill-common-string-prefix): New function.
3049 (fill-context-prefix): Use the longest common prefix of first
3050 and second line fill prefix, if there is one.
3051
3052 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3053
3054 * array.el (array-mode): Don't use make-variable-buffer-local.
3055 Use make-local-variable for `truncate-lines'.
3056
3057 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
3058
3059 * add-log.el (add-log-current-defun): Handle user-defined
3060 add-log-current-function returning nil,
3061
3062 * add-log.el (add-change-log-entry): Insert version number
3063 if having found a current function
3064
3065 * add-log.el (add-log-current-defun): Call
3066 `add-log-current-defun-function'. Try matches at level 0 and
3067 level 1. Strip whitespace from defun found.
3068
3069 2000-01-10 John Wiegley <johnw@gnu.org>
3070
3071 * allout.el (isearch-done/outline-provisions): Added `edit'
3072 argument to correspond with the current definition of
3073 `isearch-done'.
3074
3075 2000-01-10 Dave Love <fx@gnu.org>
3076
3077 * elide-head.el (elide-head): Use point-marker, not point.
3078
3079 2000-01-10 Gerd Moellmann <gerd@gnu.org>
3080
3081 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
3082 before and after the year 2000.
3083
3084 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
3085 Add ispell- prefix.
3086
3087 2000-01-10 Ken Stevens <k.stevens@ieee.org>
3088
3089 * ispell.el: Only define dictionaries in menus when they exist.
3090 (version18p): New variable.
3091 (version20p): New variable.
3092 (xemacsp): New variable.
3093 (ispell-choices-win-default-height): Fix for XEmacs visibility.
3094 (ispell-dictionary-alist1): Added Brasileiro dictionary.
3095 (ispell-dictionary-alist6): Russian command lines no longer accept
3096 run-together words.
3097 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
3098 (ispell-dictionary-alist): Add koi8-r to customize definition.
3099 (check-ispell-version): Added documentation string. Returns
3100 library path when called non-interactively.
3101 (ispell-menu-map-needed): Uses new variables.
3102 (ispell-library-path): New variable.
3103 (ispell-decode-string): XEmacs fix for bogus variable bindings.
3104 (ispell-word): Improved documentation string. Test for valid
3105 character mappings. Correctly check typed in word changes that can
3106 result in single words split into multiple words. Returns
3107 replacement word.
3108 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
3109 replace in recursive query replace mode. Help message for
3110 recursive edit mode.
3111 (ispell-show-choices): Protect against bad framepop bindings.
3112 (ispell-help): Fix to work with XEmacs.
3113 (ispell-highlight-spelling-error): Use new variables.
3114 (ispell-overlay-window): Fix to work with XEmacs.
3115 (ispell-parse-output): Passed and returns location information
3116 tracking spelling corrections. Doesn't recheck same word on
3117 current line.
3118 (ispell-init-process): Protect against bogus XEmacs variable binding.
3119 Fix call to single argument in sleep-for. Use new variables.
3120 (ispell-region): Passed and returns location information tracking
3121 spelling corrections. Doesn't check same word on current line.
3122 Improved documentation string. Doesn't resend a line already
3123 checked to the ispell process - fixes bug in LaTeX parsing.
3124 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
3125 (ispell-skip-region): No longer skips <TT> in SGML.
3126 (ispell-process-line): Tracks location information with spelling
3127 corrections. Added documentation string. Accounts for words
3128 already accepted on this line. Don't allow query-replace on line
3129 starting with math characters. Doesn't resend a line already sent
3130 to ispell process. Fixes alignment error bug.
3131
3132 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3133
3134 * dired-x.el (dired-guess-shell-alist-default):
3135 Suggest xloadimage, which is free, not xv, which isn't.
3136
3137 * ange-ftp.el (ange-ftp-file-name-nondirectory):
3138 Don't ever include the host name or user name in the value.
3139
3140 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3141
3142 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
3143 of a real newline.
3144
3145 2000-01-09 Stephen Eglen <stephen@gnu.org>
3146
3147 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
3148 for .png files.
3149
3150 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
3151
3152 * cus-edit.el (custom-hook-convert-widget): Fix comment.
3153
3154 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3155
3156 * progmodes/cperl-mode.el: Replace ^F with ^L.
3157
3158 * sendmail.el (toplevel): Provide `sendmail' when compiling
3159 before `require'ing rmail and mailalias to prevent infinite
3160 recursion.
3161
3162 2000-01-08 Dave Love <fx@gnu.org>
3163
3164 * emacs-lisp/backquote.el: Remove inappropriate customization
3165 (allowing custom.el to use backquote).
3166
3167 2000-01-07 Dave Love <fx@gnu.org>
3168
3169 * add-log.el (add-log-debugging): Deleted.
3170 (add-change-log-entry): Treat a backup FILE-NAME as its parent
3171 file. Remove debugging code.
3172 (change-log-get-method-definition, change-log-name): Add doc.
3173 (change-log-sortable-date-at): New function.
3174 (change-log-merge): New command.
3175
3176 * time.el (display-time-string-forms): Make the Mail string active.
3177 (display-time-update): Provide help-echo for load average.
3178
3179 * bindings.el (make-mode-line-mouse2-map): New function.
3180 (mode-line-modified): Use it and simplify.
3181 (mode-line-mule-info): Provide help-echo info.
3182 (minor-mode-alist): Activate the strings.
3183 (make-mode-line-mouse-sensitive): Simplify for
3184 mode-line-buffer-identification.
3185
3186 2000-01-07 Gerd Moellmann <gerd@gnu.org>
3187
3188 * play/pong.el: New file.
3189
3190 2000-01-06 Dave Love <fx@gnu.org>
3191
3192 * array.el: Assorted cleanups for compiler warnings, doc strings,
3193 `array-' prefix for symbols.
3194
3195 2000-01-05 Dave Love <fx@gnu.org>
3196
3197 * textmodes/outline.el (outline-mode-menu-bar-map): Add
3198 outline-headers-as-kill.
3199 (outline-mode): Define imenu-generic-expression.
3200 (outline-headers-as-kill): New command.
3201
3202 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
3203 from paragraph-start.
3204 (paragraph-indent-minor-mode): New command.
3205
3206 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
3207 M-C-e, M-C-h, C-j, C-xnd, TAB.
3208 (fortran-mode): Set beginning-of-defun, end-of-defun.
3209 (fortran-column-ruler): Simplify.
3210 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
3211 (fortran-with-subprogram-narrowing): Likewise.
3212 (fortran-indent-subprogram): Call mark-defun.
3213 (fortran-check-for-matching-do): Change narrowing.
3214
3215 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
3216 (cl-lucid-hash-tag): Delete.
3217 (cl-hash-table-p): Correct test for native table.
3218 (cl-hash-table-count): Use hash-table-count.
3219
3220 * browse-url.el (browse-url): Fix case of
3221 browse-url-browser-function being an alist.
3222
3223 2000-01-05 Carsten Dominik <cd@gnu.org>
3224
3225 * textmodes/reftex-vars.el (reftex-parse-file-extension)
3226 (reftex-index-phrase-file-extension): New options.
3227
3228 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
3229 Use new option `reftex-index-phrase-file-extension'.
3230
3231 * textmodes/reftex.el (reftex-access-parse-file): Use new option
3232 `reftex-parse-file-extension'.
3233
3234 2000-01-05 Dave Love <fx@gnu.org>
3235
3236 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
3237 (beginning-of-defun-raw): Use it.
3238 (end-of-defun): New variable.
3239 (end-of-defun): Use it.
3240 (check-parens): New command.
3241
3242 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3243
3244 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
3245 (hs-show-block): Don't use `mapcar' when not accumulating.
3246
3247 Fix buglet in local variables initialization.
3248
3249 2000-01-05 Andreas Schwab <schwab@suse.de>
3250
3251 * hscroll.el (hscroll): Doc fix.
3252
3253 2000-01-05 Carsten Dominik <cd@gnu.org>
3254
3255 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
3256 idlw-toolbar.
3257
3258 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
3259 file idlw-rinfo.el.
3260 (idlwave-customize): load must read file idlw-shell.el.
3261 (idlwave-create-customize-menu): load must read file idlw-shell.el.
3262
3263 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
3264
3265 * progmodes/idlw-shell.el: Also provide idlwave-shell
3266 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
3267 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
3268
3269 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
3270 both reftex-dcr and reftex-vcr.
3271
3272 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
3273
3274 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3275
3276 * ps-print.el: PostScript code now is in separate files, doc fix.
3277 (ps-print-version): New version number (5.0.3).
3278 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
3279 local.
3280 (ps-spool-config): Initialization fix.
3281 (ps-print-prologue-1, ps-print-prologue-2)
3282 (ps-print-duplex-feature): PostScript code moved to separated file.
3283 (ps-background-image): Little code reformating.
3284 (ps-begin-file, ps-begin-job): Fix code.
3285 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
3286 (ps-prologue-file): New fun.
3287
3288 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3289
3290 * ps-vars.el: Eliminated.
3291
3292 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
3293 `;;;###autoload'.
3294
3295 * ps-print.el: ps-vars eliminated, doc fix.
3296 (ps-print-version): New version number (5.0.2).
3297 (ps-spool-config): Initialization fix.
3298 (ps-print-customize): New fun.
3299
3300 2000-01-04 Gerd Moellmann <gerd@gnu.org>
3301
3302 * autorevert.el (auto-revert-mode): Return value of
3303 auto-revert-mode.
3304
3305 2000-01-04 Dave Love <fx@gnu.org>
3306
3307 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
3308 menu items.
3309
3310 2000-01-03 Dave Love <fx@gnu.org>
3311
3312 * elide-head.el (elide-head) [defgroup]: Add :version.
3313
3314 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
3315 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
3316 `cl-hash-table-p', not `hash-table-p'.
3317 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
3318
3319 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3320
3321 * faces.el (face-read-integer, read-face-attribute)
3322 (color-defined-p, color-values): unspecified-{f,b}g are now
3323 strings.
3324
3325 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
3326
3327 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
3328 at comment end, and re-insert them after filling.
3329
3330 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3331
3332 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
3333 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
3334 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
3335
3336 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3337
3338 * term/x-win.el (xw-defined-colors): Call color-supported-p,
3339 the new name of face-color-supported-p.
3340
3341 * term/w32-win.el (xw-defined-colors): Likewise.
3342
3343 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3344
3345 * simple.el (completion-setup-function): Count completion-size
3346 from minibuffer-prompt-end, not from point-min.
3347
3348 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3349
3350 * faces.el (read-face-attribute, defined-colors, color-defined-p):
3351 Pass the frame to tty-color-* functions.
3352 (display-color-p, frame-set-background-mode): Pass the frame to
3353 tty-display-color-p.
3354
3355 * term/tty-colors.el (tty-defined-color-alist): Renamed from
3356 tty-color-alist.
3357 (tty-color-alist, tty-modify-color-alist): New functions.
3358 (tty-color-define, tty-color-clear, tty-color-approximate)
3359 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
3360 an optional parameter FRAME.
3361
3362 2000-01-01 Gerd Moellmann <gerd@gnu.org>
3363
3364 * image.el (create-image, defimage): Don't assume image data is a
3365 string.
3366
3367 * image.el (defimage): Handle specifications containing :data
3368 instead of :file.
3369 (image-type-from-data): New function.
3370 (image-type-from-file-header): Use it.
3371 (create-image): Add parameter DATA-P.
3372
3373 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3374
3375 * echistory.el (electric-command-history): Call Command-history-setup
3376 and command-history-mode using their new conventions.
3377
3378 * chistory.el (Command-history-setup): Don't switch buffers. Take
3379 no args, and do not set major-mode, mode-name or the local map.
3380 (command-history-mode): New function, does some of those things
3381 Command-history-setup used to do.
3382 (list-command-history): Call command-history-mode, not
3383 Command-history-setup.
3384 (command-history): Renamed from command-history-mode.
3385
3386 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3387
3388 * arc-mode.el (archive-mode-map): Bind q to quit-window.
3389
3390 1999-12-31 William M. Perry <wmperry@aventail.com>
3391
3392 * image.el (defimage): Images with the `:data' keyword should be
3393 considered valid as well.
3394
3395 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3396
3397 * dired.el (dired-get-filename): Don't call file-name-absolute-p
3398 with FILE if FILE is nil.
3399
3400 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3401
3402 * simple.el (choose-completion-string): In minibuffer,
3403 do not delete the prompt string.
3404
3405 1999-12-30 Gerd Moellmann <gerd@gnu.org>
3406
3407 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
3408 assigned to mode-line-mode-menu because bindings.el is dumped with
3409 Emacs, and thus the lists used for menu-item definition will be
3410 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
3411 like pure menu item definitions.
3412
3413 * expand.el (expand-abbrev-hook): Return t if expansion was
3414 done, nil otherwise.
3415
3416 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3417
3418 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
3419 (tar-quit): Function deleted.
3420
3421 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3422
3423 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
3424 was used but not declared.
3425
3426 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
3427 hs-find-block-beginning): Add or modify docstrings.
3428
3429 (hs-isearch-show): Rewrite.
3430
3431 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3432
3433 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
3434
3435 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
3436 space in front of a C-style comment end.
3437
3438 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
3439
3440 * startup.el (command-line-1): Make mode line mouse-sensitive for
3441 the MS-DOS version as well.
3442
3443 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3444
3445 * bs.el: New file.
3446
3447 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3448
3449 * textmodes/ispell.el (ispell-process-line):
3450 Add local var line-offset to adjust for the change
3451 in positions within the line, due to previous replacements.
3452
3453 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3454
3455 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3456 Doc fixes.
3457
3458 1999-12-27 Gerd Moellmann <gerd@gnu.org>
3459
3460 * add-log.el (change-log-version-number-regexp-list)
3461 (change-log-version-info-enabled): Change :version to 21.1.
3462 (toplevel): Require CL when compiling.
3463
3464 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3465
3466 * add-log.el (change-log-version-number-regexp-list): Added tag
3467 :version 20.6
3468 (change-log-version-info-enabled): Added tag :version 20.6
3469
3470 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3471
3472 * add-log.el: More general version number search with
3473 user-configurable regexp list.
3474 (change-log-version-number-regexp-list): New user variable.
3475 (change-log-find-version): Rewritten. Use user-configurable
3476 version numbering regexp list
3477 change-log-version-number-regexp-list.
3478 (change-log-find-version): Renamed to
3479 change-log-version-number-search
3480 (add-log-file-name-function): New.
3481 (change-log-search-vc-number): Added END paramaeter. Added doc
3482 string to function.
3483 (change-log-version-rcs): Renamed. Was
3484 change-log-search-vc-number.
3485
3486 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3487
3488 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
3489 overlays if they interfere.
3490 (compilation-find-file): Make intangible overlays tangible.
3491
3492 * progmodes/hideshow.el: Generally, synch w/ maintainer
3493 version 5.9.
3494
3495 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
3496
3497 (hs-minor-mode-hook): Don't initialize.
3498
3499 (hs-special-modes-alist): Rewrite value and docstring.
3500
3501 (hs-minor-mode-prefix): Delete unused var.
3502
3503 (hs-block-start-mdata-select): New var, buffer local.
3504
3505 (hs-headline): New var.
3506
3507 (hs-match-data, hs-forward-sexp): New funcs.
3508
3509 (hs-hide-comment-region): New func.
3510
3511 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
3512 hs-safety-is-job-n, hs-hide-initial-comment-block,
3513 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
3514 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
3515 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
3516 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
3517 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
3518
3519 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
3520 (hs-isearch-show-temporary): New funcs.
3521
3522 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
3523
3524 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
3525
3526 When constructing menu, use `[(shift button2)]' notation.
3527
3528 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3529
3530 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
3531 (jka-compr-compression-info-list): Add new elt to each vector.
3532 (jka-compr-write-region): Don't compress the data if it is
3533 already compressed.
3534
3535 * jka-compr.el (jka-compr-really-do-compress): New variable.
3536 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
3537 if visiting.
3538 (jka-compr-write-region): Set jka-compr-really-do-compress
3539 if visiting. Test it when deciding to compress.
3540
3541 1999-12-22 Gerd Moellmann <gerd@gnu.org>
3542
3543 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
3544 with third argument t.
3545
3546 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3547
3548 * antlr-mode.el: Version 1.2 is released.
3549 (antlr): This package has a web page.
3550
3551 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3552
3553 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
3554 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
3555 (antlr-mode-map): New binding [C-c C-c].
3556 (antlr-mode-menu): New entries.
3557
3558 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3559
3560 * antlr-mode.el: Respect Emacs conventions.
3561 ((require 'cl)): Only use during compilation.
3562 (antlr-language-for-option): New function to avoid using `find'.
3563 (antlr-mode): Use it.
3564 (antlr-with-syntax-table): Define new instead using XEmacs' one.
3565 (antlr-imenu-create-index-function): Change accordingly.
3566 (antlr-inside-rule-p): Ditto.
3567 (antlr-end-of-rule): Ditto.
3568 (antlr-end-of-body): Ditto.
3569 (antlr-beginning-of-rule): Ditto.
3570 (antlr-indent-line): Ditto.
3571
3572 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
3573
3574 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
3575 (antlr-set-tabs): Don't use hard-coded values.
3576
3577 * antlr-mode.el: Minor navigation changes. Not perfect, but this
3578 won't be possible without a huge time penalty.
3579 (antlr-skip-exception-part): Be more specific.
3580 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
3581 Renamed from `antlr-skip-grammar-header'.
3582 (antlr-next-rule): Change accordingly.
3583 (antlr-end-of-body): Ditto. Better error message.
3584 (antlr-beginning-of-body): Better error message.
3585 (antlr-imenu-create-index-function): Skip rule action prelude.
3586
3587 * antlr-mode.el: Minor syntax highlighting changes.
3588 (antlr-font-lock-default-face): Deletia.
3589 (antlr-font-lock-tokendef-face): Changed color.
3590 (antlr-font-lock-tokenref-face): Changed color.
3591 (antlr-font-lock-literal-face): Changed color.
3592 (antlr-font-lock-additional-keywords): Minor changes.
3593
3594 1999-12-20 Carsten Dominik <cd@gnu.org>
3595
3596 * progmodes/idlwave.el: New file.
3597
3598 * progmodes/idlwave-rinfo.el: New file.
3599
3600 * progmodes/idlwave-shell.el: New file.
3601
3602 * progmodes/idlwave-toolbar.el: New file.
3603
3604 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
3605
3606 1999-12-21 Gerd Moellmann <gerd@gnu.org>
3607
3608 * progmodes/cwarn.el: New file.
3609
3610 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3611
3612 * bindings.el (completion-ignored-extensions): Add .pdf.
3613
3614 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
3615
3616 * version.el: Put the version info into binary on MS-DOS as well.
3617
3618 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3619
3620 * emacs-lisp/debug.el (debugger-continue): Don't continue if
3621 debugger-may-continue is nil.
3622
3623 1999-12-18 Dave Love <fx@gnu.org>
3624
3625 * emacs-lisp/cl-macs.el: Remove conditional definition of
3626 eval-when-compile. Don't specify abs, expt, gethash,
3627 hash-table-count, hash-table-p as side-effect-free here.
3628 (cl-emacs-type): Don't declare.
3629 (cl-compile-time-init): Remove Emacs 18 compiler patch.
3630 (cl-parse-loop-clause): Remove compatibility code.
3631
3632 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
3633 (side-effect-free-fns): Add gethash, hash-table-count.
3634 (side-effect-and-error-free-fns): Add hash-table-p.
3635
3636 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
3637 `cl-' to autoload names for some hash functions. Don't autoload
3638 eval-when-compile. Don't provide mini-cl.
3639 (cl-emacs-type): Remove.
3640 (cl-map-extents): Remove compatibility code.
3641
3642 * emacs-lisp/float.el: Bind free variables.
3643
3644 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
3645
3646 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3647
3648 * bindings.el (completion-ignored-extensions): Add .tfm.
3649
3650 1999-12-16 Dave Love <fx@gnu.org>
3651
3652 * faces.el (set-face-attribute): Purecopy the attributes set.
3653
3654 * custom.el (custom-declare-variable): Purecopy value.
3655
3656 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
3657 (byte-extrude-byte-code-vectors): Use remprop.
3658 (byte-compile-lambda): Check that arg is a lambda.
3659
3660 1999-11-16 Anders Lindgren <AndersL@andersl.com>
3661
3662 * font-lock.el: System for adding and removing keywords.
3663 Both local (previously added keyword) and global keywords
3664 can be removed.
3665 (font-lock-remove-keywords): New user-level function.
3666 (font-lock-update-removed-keyword-alist): New internal function.
3667 (font-lock-removed-keywords-alist): New variable.
3668 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
3669 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
3670 growing datastructures.
3671 (font-lock-set-defaults): Removes keywords stored in
3672 `font-lock-removed-keywords-alist' after local keywords added.
3673
3674 1999-12-16 Anders Lindgren <andersl@andersl.com>
3675
3676 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
3677 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
3678
3679 * font-lock.el (c-keywords): Only highlight preprocessor
3680 directives when spelled correctly.
3681
3682 * font-lock.el (font-lock-match-c++-structor-declaration,
3683 c++-keywords): Fontify constructors and destructors with function
3684 face inside C++ class declarations.
3685
3686 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3687
3688 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
3689 the shell from sh-shell-file.
3690
3691 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
3692
3693 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3694
3695 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
3696 if one of the files specified cannot be accessed by
3697 file-attributes. Do not strip any leading directories from the
3698 file names, to behave more like `ls' does.
3699
3700 * dired.el (dired-get-filename): Handle absolute file names.
3701 (dired-readin-insert): If argument is a cons, don't print
3702 "wildcard" on the ``total'' line.
3703
3704 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3705
3706 * faces.el (face-read-integer, read-face-attribute)
3707 (color-defined-p, color-values): Allow color values unspecified-fg
3708 and unspecified-bg, handle them as unspecified.
3709
3710 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
3711
3712 * textmodes/reftex.el: (reftex-compile-variables): respect new
3713 structure of `reftex-index-macro'
3714 (reftex-compile-variables): Use the changed structure of
3715 `reftex-label-alist'.
3716
3717 * textmodes/reftex-vars.el (reftex-index-math-format,
3718 (reftex-toc-max-level): New option.
3719 reftex-index-phrases-search-whole-words,
3720 reftex-index-phrases-case-fold-search,
3721 reftex-index-phrases-skip-indexed-matches,
3722 reftex-index-phrases-wrap-long-lines,
3723 reftex-index-phrases-sort-prefers-entry,
3724 reftex-index-phrases-sort-in-blocks): New options.
3725 (reftex-index-macros): Option structure changed.
3726 (reftex-index-macros-builtin): Added `repeat' item to each entry.
3727 (reftex-label-alist): Additional item in each entry to specify if
3728 the environment should be listed in the TOC.
3729 (eval-when-compile (require 'cl)) added.
3730
3731 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
3732 longer deals with "repeat".
3733 (reftex-index): "repeat property in `reftex-index-macro-alist' is
3734 now used.
3735 (reftex-index-phrases-comment-regexp,
3736 reftex-index-phrases-macrodef-regexp,
3737 reftex-index-phrases-phrase-regexp1,
3738 reftex-index-phrases-phrase-regexp2,
3739 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
3740 New constants.
3741 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
3742 reftex-index-phrases-font-lock-keywords,
3743 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
3744 reftex-index-phrases-restrict-file): New variables.
3745 (reftex-index-phrase-selection-or-word,
3746 reftex-index-visit-phrases-buffer,
3747 reftex-index-initialize-phrases-buffer,
3748 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
3749 reftex-index-next-phrase, reftex-index-this-phrase,
3750 reftex-index-all-phrases, reftex-index-region-phrases,
3751 reftex-index-phrases-parse-header,
3752 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
3753 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
3754 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
3755 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
3756 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
3757 reftex-index-make-replace-string,
3758 reftex-query-index-phrase-globally, reftex-query-index-phrase,
3759 reftex-index-phrase-match-is-indexed,
3760 reftex-index-phrases-fixup-line,
3761 reftex-index-phrases-replace-space,
3762 reftex-index-select-phrases-macro): New functions.
3763 (reftex-index-globalize, reftex-index-globally): functions removed
3764 (eval-when-compile (require 'cl)) added.
3765
3766 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
3767 for max level.
3768 (reftex-toc-max-level-indicator): New variable.
3769 (reftex-toc-max-level): New command.
3770 (reftex-toc-map): New keybinding `t'.
3771 (reftex-toc-help): Constant updated.
3772 (eval-when-compile (require 'cl)) added.
3773
3774 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
3775 `t' command key can change `reftex-toc-max-level'
3776 (eval-when-compile (require 'cl)) added.
3777
3778 * textmode/reftex-sel (reftex-insert-docstruct): Respect
3779 `reftex-toc-max-level'
3780 (eval-when-compile (require 'cl)) added.
3781
3782 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
3783 added.
3784
3785 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
3786 added.
3787
3788 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
3789 commands.
3790 (reftex-citation, reftex-do-citation,
3791 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
3792 preselect a citation format.
3793 (eval-when-compile (require 'cl)) added.
3794
3795 * textmodes/reftex-parse.el (reftex-context-substring): Optional
3796 parameter to-end
3797 (reftex-section-info): Deal with environment matches.
3798 (eval-when-compile (require 'cl)) added.
3799
3800 * reftex-global.el (eval-when-compile (require 'cl)) added.
3801
3802 1999-12-15 Kenichi Handa <handa@etl.go.jp>
3803
3804 The following changes are for the new composition mechanism. We
3805 have deleted `composition' charset and composite characters,
3806 instead introduced a special text property `composition'.
3807
3808 * composite.el: New file.
3809
3810 * ps-mule.el: Define encode-composition-rule and find-composition
3811 for Emacs 20.4 and the earlier versions.
3812 (ps-mule-init-external-library): Just require a feature for
3813 external libraries.
3814 (ps-mule-prologue): Postscript code modified for new composition.
3815 (ps-mule-find-wrappoint): New arg COMPOSITION.
3816 (ps-mule-plot-string): Delete code for composite characaters.
3817 (ps-mule-plot-composition): New funcion.
3818 (ps-mule-prepare-font-for-components): New function.
3819 (ps-mule-plot-components): New function.
3820 (ps-mule-composition-prologue-generated): Renamed from
3821 ps-mule-cmpchar-prologue-generated.
3822 (ps-mule-composition-prologue): New named from
3823 ps-mule-cmpchar-prologue. Modified for new composition.
3824 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
3825 ps-mule-prepare-cmpchar-font): Deleted.
3826 (ps-mule-string-encoding): New arg NO-SETFONT.
3827 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
3828 check Composing, not Cmpchar
3829 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
3830 to nil.
3831 (ps-mule-begin-job): Check existence of new composition.
3832
3833 * ps-print.el (ps-plot-region): Handle new composition.
3834
3835 * simple.el (what-cursor-position): Show "(composed)" if the
3836 character is composed.
3837
3838 * international/characters.el: Fix cateogries of Lao symbols.
3839
3840 * international/fontset.el (vertical-centering-font-regexp): New
3841 variable.
3842
3843 * international/mule.el (mule-version): Updated to 5.0 (AOI).
3844 (mule-version-date): Updated to 1999.12.7.
3845 (with-category-table): New macro.
3846
3847 * international/mule-cmds.el (encode-coding-char): Don't check
3848 composite character.
3849
3850 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
3851 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
3852 x-ctext): Give `composition' property t.
3853
3854 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
3855 non-nil) at the tail of ALIST.
3856 (compose-region, decompose-region, decompse-string,
3857 reference-point-alist, compose-chars): Moved to composite.el.
3858 (compose-chars-component, compose-chars-rule,
3859 decompose-composite-char): Deleted.
3860
3861 * international/quail.el (quail-install-map): New optional arg
3862 NAME.
3863 (quail-get-translation): If DEF is a symbol but not a function,
3864 ignore it.
3865 (quail-start-translation): Put a key sequence undefined in the
3866 translation keymap in unread-command-events, not generated-events.
3867 Return parameterized event (compose-last-chars N) if the input
3868 characters should be composed.
3869 (quail-map-definition): If DEF is t, treat it as nil.
3870 (quail-delete-last-char): Delete the quail region.
3871 (quail-show-translations): Don't show list of translations if the
3872 quail package is deterministic.
3873 (quail-completion-max-depth): New variable.
3874 (quail-completion-1): Pay attention to the above variable. Fix
3875 for the case that a translation is a function.
3876 (quail-map-from-table, quail-map-from-table-1,
3877 quail-map-from-table-2): New functions.
3878 (quail-lookup-map-and-concat): New function
3879
3880 * language/devan-util.el: Mostly rewritten.
3881
3882 * language/lao.el: Register lao-composition-function in
3883 composition-function-table.
3884
3885 * language/lao-util.el: Mostly rewritten.
3886
3887 * language/thai.el: Register thai-composition-function in
3888 composition-function-table.
3889 (thai-tis620): Delete `pre-write-conversion' property.
3890
3891 * language/thai-util.el: (thai-category-table): Make it by
3892 make-category-table.
3893 (thai-composition-pattern): New variable.
3894 (thai-compose-region, thai-compose-string): Use
3895 with-category-table.
3896 (thai-post-read-conversion): Just call thai-compose-region.
3897 (thai-pre-write-conversion): Deleted.
3898 (thai-composition-function): New funciton.
3899
3900 * language/tibet-util.el: Most functions rewritten.
3901 (tibetan-char-p): Renamed from tibetan-char-examin.
3902 (tibetan-composable-examin) (tibetan-complete-char-examin)
3903 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
3904 (tibetan-add-components): New function.
3905 (tibetan-composition-function): New function.
3906
3907 * language/tibetan.el: Register tibetan-composition-function in
3908 composition-function-table.
3909 (tibetan-composable-pattern): New variable.
3910 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
3911 (tibetan-precomposition-rule-alist): Move punctuations to
3912 tibetan-punctuation-transcription-alist and
3913 tibetan-obsolete-glyphs.
3914 (tibetan-punctuation-transcription-alist): New variable.
3915 (tibetan-obsolete-glyphs): New variable.
3916 (tibetan-regexp): Improve the initialization code.
3917
3918 * textmodes/fill.el (fill-find-break-point): Delete codes for
3919 composite characters.
3920 (fill-region-as-paragraph): Likewise.
3921
3922 1999-12-14 Gerd Moellmann <gerd@gnu.org>
3923
3924 * international/mule-cmds.el (default-input-method): Specify
3925 that it should be set after current-language-environment.
3926
3927 * custom.el (custom-handle-keyword): Add :set-after.
3928 (custom-add-dependencies): New function.
3929 (custom-set-variables): Take dependencies between args into
3930 account.
3931
3932 * battery.el (battery): Doc fix.
3933
3934 1999-12-12 Gerd Moellmann <gerd@gnu.org>
3935
3936 * progmodes/cc-make.el: Removed.
3937
3938 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3939
3940 * Release of cc-mode 5.26
3941
3942 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3943
3944 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
3945 target depth. Optionally count #else lines as clause limits,
3946 as suggested by don provan <provan@lucent.com>. #elif
3947 handling fixed.
3948
3949 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
3950 (c-down-conditional-with-else): New commands that uses the
3951 added functionality in `c-forward-conditional'.
3952
3953 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3954
3955 * cc-align.el (c-lineup-comment): Preserve the alignment with
3956 a comment on the previous line instead of preserving the
3957 comment-column.
3958
3959 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3960
3961 * Fixes to IDL mode after input from Eric Eide
3962 <eeide@cs.utah.edu>:
3963 * cc-engine.el (c-beginning-of-statement-1): Allow
3964 `c-conditional-key' to be nil, for the benefit of IDL mode.
3965 * cc-engine.el (c-guess-basic-syntax): Ditto.
3966 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
3967 but do match CORBA 2.3 `valuetype'.
3968 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
3969 for IDL.
3970 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
3971 be nil for IDL.
3972 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
3973 Like C++.
3974 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
3975 set `c-method-key' and `c-baseclass-key' to nil.
3976
3977 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3978
3979 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
3980 with nonhanging open braces.
3981
3982 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3983
3984 * cc-align.el: Added docstrings to all lineup functions.
3985
3986 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
3987 keyword.
3988
3989 * cc-align.el (c-lineup-C-comments): Handle free form text
3990 comments. Use c-comment-prefix-regexp and comment-start-skip
3991 instead of hardcoded regexps.
3992
3993 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3994
3995 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
3996 behavior and return value as documented.
3997
3998 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3999
4000 * Changes for new style variable init system:
4001 * cc-langs.el (c-common-init): Dito.
4002 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
4003 now customizable.
4004 * cc-vars.el: Style variables may now take a value
4005 'set-from-style to make them take their value from the style
4006 system. This value is now the default on all these variables.
4007 * cc-vars.el (c-valid-offset): New function to verify a
4008 syntactic symbol offset setting.
4009 * cc-vars.el (c-offsets-alist): Variable moved from
4010 cc-styles.el since it's now customizable in a similar way to
4011 the other style variables.
4012 * cc-vars.el (c-old-style-variable-behavior): New variable to
4013 revert to the old style init behavior.
4014
4015 * cc-vars.el (c-file-style, c-file-offsets): Made always
4016 buffer local.
4017
4018 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
4019 the throws clause that might follow the function prototype in
4020 C++.
4021
4022 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4023
4024 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
4025 could move forward for macros that doesn't start in column 0.
4026
4027 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4028
4029 * cc-align.el (c-indent-multi-line-block,
4030 c-lineup-whitesmith-in-block): Two new lineup functions for
4031 use in whitesmith style.
4032
4033 * cc-styles.el (c-style-alist): More fixes to whitesmith
4034 style. It should now handle all different braces uniformly in
4035 both hanging and non-hanging cases.
4036
4037 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4038
4039 * cc-cmds.el (c-indent-exp): Use a marker to save point to
4040 make it stay in the same position relative to the surrounding
4041 text.
4042
4043 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
4044 when adaptive-fill-mode doesn't manage to get it correct.
4045
4046 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
4047 with dotted notation, e.g. foo.bar.Gnu.
4048
4049 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
4050 within unwind-protect (previously only some were wrapped so it
4051 would be possible to register mode initialization when full
4052 initialization did not finish).
4053
4054 * cc-styles.el (c-style-alist): Corrected the brace placement
4055 in the whitesmith style. Thanks to Sean Luke
4056 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
4057 styles with consistent brace placement for all constructs.
4058
4059 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4060
4061 * cc-cmds.el (c-context-line-break): Continue C++ comments too
4062 when point is in the middle of them.
4063
4064 * cc-cmds.el: Line breaking and paragraph filling code
4065 rewritten:
4066 (c-guess-fill-prefix): New function that uses various
4067 heuristics to guess the comment prefix.
4068 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
4069 It now assumes adaptive filling is active to preserve the line
4070 prefix inside comments.
4071 (c-indent-new-comment-line): Replacement for the now
4072 obsolete `c-comment-line-break-function' that uses
4073 `c-guess-fill-prefix' when appropriate. It now observes the
4074 setting of `comment-multi-line', which has effect in C-style
4075 block comments.
4076
4077 * cc-cmds.el (c-context-line-break): New function intended to
4078 be put on RET. It's essentially `newline-and-indent', but
4079 continues C block comments with the appropriate line prefix.
4080
4081 * cc-cmds.el (c-do-auto-fill): New function put on
4082 `normal-auto-fill-function' to implement the
4083 `c-ignore-auto-fill' variable.
4084
4085 * cc-cmds.el (c-beginning-of-statement): Use
4086 `c-comment-prefix-regexp' to avoid ending up inside the
4087 comment prefix. Better handling of comment starters and
4088 enders. Catch comments better when traversing code. Stop at
4089 preprocessor directives.
4090
4091 * cc-defs.el (c-forward-comment): New subst to hide platform
4092 dependent quirks in `forward-comment'.
4093
4094 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
4095 argument.
4096 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
4097 arguments. Activate this function by default when
4098 `parse-partial-sexp' supports it (currently Emacs 20.x).
4099
4100 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
4101 on the comment opener to make constants usable as lineup
4102 arguments.
4103
4104 * cc-align.el (c-lineup-C-comments): Fixes to handle the
4105 changed anchor position in the `c' syntactic symbol. Handle
4106 more than stars in the comment prefix; use the new variable
4107 `c-comment-prefix-regexp'. Don't indent text not preceded by
4108 a comment prefix to the right of the comment opener if it's
4109 long.
4110
4111 * cc-langs.el: Fixes to mode initialization for new line
4112 breaking and paragraph filling method. Adaptive fill mode is
4113 now activated at startup instead of deactivated. The
4114 variables used for adaptive filling and paragraph movement are
4115 also changed to incorporate the value of
4116 `c-comment-prefix-regexp'. `substitute-key-definition' is
4117 used to override some functions in the global map instead of
4118 overriding their default bindings.
4119
4120 * cc-mode.el (java-mode): Modify `paragraph-start' for the
4121 javadoc markup at mode init.
4122
4123 * cc-mode.el (c-setup-filladapt): A new convenience function
4124 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
4125 function is intended to be used explicitly by the end user
4126 only.
4127
4128 * cc-vars.el (c-comment-prefix-regexp): New variable used to
4129 recognize the comment fill prefix inside comments.
4130 (c-block-comment-prefix): New name for
4131 `c-comment-contiuation-stars', which is now obsolete. It's
4132 generalized to handle any character sequence.
4133 (c-ignore-auto-fill): New variable used to selectively disable
4134 Auto Fill mode in specific contexts.
4135
4136 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4137
4138 * cc-cmds.el (c-comment-indent): Leave at least one space
4139 between the comment and the last nonblank character in the
4140 case where we look at the indentation of the comment on the
4141 previous line (case 4).
4142
4143 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
4144 list of characters that may start a statement (it's a sort of
4145 prefix operator in Pike, and isn't used at all in any of the
4146 other languages).
4147
4148 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4149
4150 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
4151 inside continued statements as statement-cont instead of
4152 brace-list-open. The reason is that one normally adjusts
4153 brace-list-open for brace lists as top-level constructs, and
4154 brace lists inside statements is a completely different
4155 context. Case 10B.2 changed. Also changed (the somewhat
4156 esoteric) case 9A to cope with this.
4157
4158 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4159
4160 * cc-cmds.el (c-electric-brace): Added electric handling of
4161 the open brace for brace-elseif-brace.
4162
4163 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4164
4165 * cc-defs.el (c-with-syntax-table): New macro to easily switch
4166 syntax tables temporarily.
4167
4168 * cc-engine.el (c-guess-basic-syntax): Handle template and
4169 member init argument lists split over several lines. Case 5D
4170 changed.
4171
4172 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
4173 @throws introduced in Javadoc 1.2.
4174
4175 * cc-menus.el (cc-imenu-java-generic-expression): Applied
4176 patch from RMS to avoid infinite backtracking.
4177
4178 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4179
4180 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
4181 by [ ].
4182
4183 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4184
4185 * cc-align.el (c-lineup-dont-change): Compensate properly for
4186 the column in langelem.
4187
4188 * cc-engine.el (c-syntactic-information-on-region): New
4189 function to help debugging the syntactic analysis.
4190
4191 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4192
4193 * cc-align.el (c-lineup-template-args): Handle nested template
4194 arglists.
4195
4196 * cc-langs.el (c++-template-syntax-table): New syntax table
4197 that makes `<' and `>' parenthesis characters, which is useful
4198 to switch to temporarily when analyzing template arglists.
4199
4200 * cc-styles.el: Changed default alignment of labels in the
4201 java style to conform to the examples in the Java Language
4202 Specification.
4203
4204 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
4205 by default.
4206
4207 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4208
4209 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
4210 immediately before the closing paren in an arglist, so don't
4211 check that in Pike mode. Case 7A changed.
4212
4213 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4214
4215 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
4216 lines were ignored under certain conditions.
4217
4218 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4219
4220 * cc-align.el (c-lineup-template-args): New function for
4221 aligning continued template argument lists.
4222
4223 * cc-engine.el (c-guess-basic-syntax): Fix for member init
4224 lists containing function arglists split over several lines.
4225 Case 5D.1 changed.
4226
4227 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
4228 template-args-cont didn't get recognized when the first
4229 arglist opener line doesn't contain a template argument. New
4230 case 5K.
4231
4232 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4233
4234 * cc-defs.el (c-point): Changed from subst to macro for
4235 efficiency.
4236 (c-beginning-of-defun-1, c-end-of-defun-1): New
4237 beginning-of-defun/end-of-defun wrappers separated from
4238 c-point.
4239
4240 * cc-menus.el (imenu-generic-expression,
4241 imenu-case-fold-search, imenu-progress-message): Dummy
4242 definitions to avoid compiler warnings if imenu can't be
4243 loaded.
4244 * cc-menus.el (cc-imenu-init): New function called at mode
4245 init.
4246 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
4247 imenu initializations to cc-imenu-init.
4248
4249 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4250
4251 * cc-engine.el (c-guess-basic-syntax): Slightly better check
4252 for lambda-intro-cont in Pike mode. Case 6 changed.
4253
4254 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
4255 anything following "new Foo()" was considered an anonymous
4256 class body in Java mode.
4257
4258 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4259
4260 * cc-cmds.el (c-comment-line-break-function): When breaking in
4261 a string, don't insert a new line.
4262
4263 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4264
4265 * cc-engine.el (c-at-toplevel-p): New interface function which
4266 returns information useful to add-on authors. It tells you
4267 whether you're at a toplevel statement or not.
4268
4269 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4270
4271 * cc-cmds.el (c-comment-line-break-function): It is possible
4272 that forward-line does not land us at the bol, say if we're on
4273 the last line in a file. In that case, do a
4274 back-to-indentation instead of a forward-comment -1.
4275
4276 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4277
4278 * cc-engine.el (c-beginning-of-statement-1): Don't catch
4279 "default:" as normal label in case 4.
4280
4281 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4282
4283 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
4284 recognize continued bitfield declarations. Case 5D.1 changed.
4285 * cc-langs.el: New variable c-bitfield-key.
4286 * cc-mode.el: New variable c-bitfield-key.
4287
4288 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4289
4290 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
4291 anonymous array expressions (i.e. "new Foo[] {.. bracelist
4292 ..}").
4293
4294 1999-12-12 Dave Love <fx@gnu.org>
4295
4296 * mail/footnote.el: Require cl when compiling. Don't autoload
4297 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
4298 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
4299 Avoid `acons'.
4300 (footnote-mode-line-string, Footnote-add-footnote): Remove
4301 autoload cookie.
4302
4303 1999-12-12 Richard Sharman <rsharman@pobox.com>
4304
4305 * sh-script.el: Fix for when font-lock mode is active.
4306 (sh-font-lock-unfontify-region-function): New function.
4307
4308 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
4309
4310 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
4311 if start-process is not bound, since Ispell now supports such
4312 platforms as well.
4313
4314 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4315
4316 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
4317 rmail-summary-goto-msg.
4318
4319 * files.el (after-find-file): Fix previous change.
4320
4321 1999-12-11 Dave Love <fx@gnu.org>
4322
4323 * help.el (where-is): Use `commandp' as predicate for
4324 `completing-read'
4325
4326 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4327
4328 * cus-edit.el (custom-save-delete): Delete all occurrences,
4329 leave point where the first occurrence was.
4330 (custom-save-faces): Insert a newline at the end of the comment.
4331 Avoid a double newline there.
4332 If final closeparen is at bol, put a space before it.
4333 (custom-save-variables): Likewise.
4334 (custom-file): Doc fix.
4335
4336 1999-12-10 Gerd Moellmann <gerd@gnu.org>
4337
4338 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4339 regexp matching image and audio files.
4340
4341 1999-12-09 Dave Love <fx@gnu.org>
4342
4343 * mail/footnote.el: New file.
4344
4345 1999-12-09 Gerd Moellmann <gerd@gnu.org>
4346
4347 * files.el (after-find-file): Use auto-save-visited-file-name if
4348 set.
4349
4350 * mail/feedmail.el (feedmail-find-eoh): Take
4351 feedmail-queue-alternative-mail-header-separator into account.
4352
4353 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
4354
4355 * smerge-mode.el: New file.
4356
4357 * font-lock.el (font-lock-multiline): New variable.
4358 (font-lock-add-keywords): Rename `major-mode' into `mode'.
4359 (font-lock-remove-keywords): Added a dummy `mode' argument for
4360 potential future support.
4361 (font-lock-fontify-anchored-keywords,
4362 (font-lock-fontify-keywords-region): Only handle multiline strings
4363 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
4364
4365 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4366
4367 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4368
4369 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
4370
4371 1999-12-07 Dave Love <fx@gnu.org>
4372
4373 * help.el (view-emacs-problems): New command, bound to C-h P.
4374
4375 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
4376
4377 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
4378
4379 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
4380 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
4381 New code to support the minor mode version.
4382 (diff-recenter): New function.
4383 (diff-next-hunk, diff-next-file): Use it.
4384 (diff-remembered-files-alist): New var.
4385 (diff-merge-strings): New function.
4386 (diff-find-file-name): Make it smarter and use the user's input more.
4387 (diff-mode): Cosmetic changes.
4388
4389 * files.el (save-some-buffers): Turn EXITING into the more general
4390 PRED argument to allow specifying a subset of buffers.
4391
4392 * simple.el (kill-region): Use the new `delete-and-extract-region'
4393 rather than the undo log (which is incorrect with *-change-functions).
4394
4395 * font-lock.el (font-lock-default-fontify-region): Fix subtle
4396 off-by-one problem that could force re-fontifying the whole buffer.
4397 (font-lock-remove-keywords): New function.
4398 (font-lock-add-keywords): Use the new function to ensure idempotence.
4399
4400 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
4401
4402 * viper-cmd.el (viper-minibuffer-standard-hook,
4403 viper-minibuffer-real-start): Mew functions.
4404 (viper-read-string-with-history,viper-file-add-suffix,
4405 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
4406 change in the status of the minibuffer prompt.
4407
4408 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4409
4410 * comint.el (comint-redirect-results-list)
4411 (comint-redirect-results-list-from-process): Remove interactive
4412 spec.
4413
4414 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4415
4416 * info.el (info-node, info-menu-5, info-xref): Define colors for
4417 Info faces if the display supports them.
4418
4419 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4420
4421 Changes for automatic remapping of X colors on terminal frames:
4422
4423 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
4424 term-setup-hook. Call msdos-remember-default-colors and
4425 msdos-handle-reverse-video.
4426 (msdos-face-setup): Parts of code moved to
4427 msdos-setup-initial-frame.
4428 (msdos-handle-reverse-video): New function, modeled after
4429 x-handle-reverse-video.
4430 (make-msdos-frame): Don't use initial-frame-alist and
4431 default-frame-alist. Call msdos-handle-reverse-video.
4432 (msdos-color-aliases): Remove.
4433 (msdos-color-translate, msdos-approximate-color): Remove.
4434 (msdos-color-values): Use 16-bit RGB values. RGB values updated
4435 for better approximation of X colors.
4436 (msdos-face-setup): Call tty-color-clear. Remove code that sets
4437 up tty-color-alist (it is now on startup.el).
4438 (x-display-color-p, x-color-defined-p, x-color-values,
4439 x-defined-colors, face-color-supported-p, face-color-gray-p):
4440 Remove.
4441
4442 * facemenu.el (facemenu-read-color, list-colors-display): Use
4443 defined-colors for all frame types.
4444 (facemenu-color-equal): Use color-values for all frame types.
4445
4446 * faces.el (read-face-attribute): For :foreground and :background
4447 attributes and frames on character terminals, translate the color
4448 to the closest supported one before looking it up in the list of
4449 valid values.
4450 (face-valid-attribute-values): Call defined-colors for all types
4451 of frames.
4452 (defined-colors, color-defined-p, color-values, display-color-p):
4453 New finctions.
4454 (x-defined-colors, x-color-defined-p, x-color-values,
4455 x-display-color-p): Aliases for the above.
4456
4457 * startup.el (command-line): Register terminal colors for frame
4458 types other than x and w32, but only if the terminal supports
4459 colors. Call tty-color-define instead of face-register-tty-color.
4460
4461 * term/x-win.el (xw-defined-colors): Renamed from
4462 x-defined-colors.
4463 * term/w32-win.el (xw-defined-colors): Likewise.
4464
4465 * term/tty-colors.el: New file.
4466 * loadup.el: Load term/tty-colors.
4467
4468 1999-12-06 Dave Love <fx@gnu.org>
4469
4470 * ffap.el: Autoload the ffap alias directly.
4471
4472 1999-12-06 Inge Frick <inge@nada.kth.se>
4473
4474 * dired-aux.el (dired-do-shell-command): Changed documentation.
4475 (dired-shell-stuff-it): A `?' in COMMAND has now the same
4476 meaning as `*'.
4477
4478 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4479
4480 * simple.el (insert-buffer): Doc fix.
4481
4482 * apropos.el (apropos-mode): Add autoload cookie.
4483
4484 1999-12-06 Sam Steingold <sds@goems.com>
4485
4486 * progmodes/etags.el (etags-tags-completion-table): Modified the
4487 regexp to allow for the CL symbols starting with `+*'.
4488 (tags-completion-table): Doc fix (it's an obarray, not an alist).
4489 (tags-completion-table, tags-recognize-empty-tags-table): Remove
4490 `function' quoting lambda.
4491 (tags-with-face): New macro.
4492 (list-tags, tags-apropos): Use it.
4493 (tags-apropos-additional-actions): New user option.
4494 (etags-tags-apropos-additional): Use it.
4495 (tags-apropos): Call etags-tags-apropos-additional.
4496 (tags-apropos-verbose): New user option.
4497 (etags-tags-apropos): Use it.
4498 (visit-tags-table-buffer, next-file): Use `unless'.
4499 (recognize-empty-tags-table): Renamed to
4500 tags-recognize-empty-tags-table.
4501 (complete-tag): Call tags-complete-tag bypassing try-completion.
4502
4503 1999-12-06 Kenichi Handa <handa@etl.go.jp>
4504
4505 * international/mule.el (set-buffer-file-coding-system): Docstring
4506 modified.
4507
4508 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4509
4510 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4511 using the hideshow package.
4512 (hs-special-modes-alist): Added entry for bibtex to allow the use
4513 of the hideshow package.
4514 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
4515 not longer provided by bibtex.el directly. Instead the hideshow
4516 package should be used.
4517 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
4518 references to bibtex-hide-entry-bodies.
4519
4520 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4521
4522 * textmodes/bibtex.el: Copyright notice is up to date. Moved
4523 maintainer information closer to the beginning of the bibtex.el
4524 file.
4525 (bibtex-maintainer-salutation): New constant.
4526 (bibtex-version): New constant.
4527 (bibtex-submit-bug-report): Use bibtex-version and
4528 bibtex-maintainer-salutation.
4529 (bibtex-entry-field-alist): Made booktitle field optional for
4530 @inproceedings entries when crossreferenced.
4531 (bibtex-entry-field-alist): Added booktitle field to proceedings
4532 entry type (for cross referencing). Thanks to Wagner Toledo Correa
4533 for the suggestion.
4534 (bibtex-string-file-path): Fixed typo.
4535
4536 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
4537
4538 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
4539 for reftex.el.
4540 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
4541 to menu.
4542
4543 1999-12-04 Dave Love <fx@gnu.org>
4544
4545 * delsel.el: Revert previous change -- region is significant to
4546 skeleton.
4547
4548 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
4549
4550 * viper-cmd.el (viper-change-state): Use
4551 viper-ESC-moves-cursor-back to decide whether to move the cursor
4552 back.
4553
4554 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
4555
4556 * international/mule-util.el (truncate-string-to-width): Docsting
4557 fixed.
4558
4559 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
4560
4561 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
4562 use of `cond'.
4563 (lm-with-file): Move all the find-file...kill-buffer stuff into
4564 this macro. Make it use `find-file-noselect' and make it kill
4565 the buffer only if it wasn't already displayed somewhere.
4566 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
4567 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
4568 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
4569 (lm-commentary): Fix to handle the case when the change log is
4570 at the end of the file.
4571
4572 1999-12-02 Kenichi Handa <handa@etl.go.jp>
4573
4574 * international/mule.el (charsetp): Fix typo in docstring.
4575
4576 * international/mule-diag.el (list-coding-categories): Fix typo;
4577 automatic -> autoload.
4578
4579 1999-12-02 Gerd Moellmann <gerd@gnu.org>
4580
4581 * vc.el (vc-update-change-log): Look for rcs2log under
4582 exec-directory.
4583
4584 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
4585 outline-regexp, add outline-level.
4586 (lisp-outline-level): New.
4587
4588 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
4589 remove extraneous string-match.
4590
4591 * finder.el (finder-commentary): Activate Finder mode.
4592
4593 1999-12-01 Anders Lindgren <andersl@andersl.com>
4594
4595 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
4596 off when reverting buffers that contained mode specifiers.
4597 `revert-buffer' is now called with non-nil PRESERVE-MODES
4598 argument.
4599
4600 1999-12-01 Dave Love <fx@gnu.org>
4601
4602 * delsel.el: Grok skeleton-pair-insert-maybe.
4603
4604 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4605
4606 * progmodes/cperl-mode.el (cperl-under-as-char):
4607 Use nil as default.
4608
4609 1999-11-30 Gerd Moellmann <gerd@gnu.org>
4610
4611 * speedbar.el (toplevel): Remove compatibility code for Emacs
4612 versions without custom.el.
4613
4614 1999-11-30 Dave Love <fx@gnu.org>
4615
4616 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
4617
4618 * autoinsert.el: Minor doc fixes.
4619 (auto-insert): Return nil.
4620
4621 * faces.el (set-face-documentation): Purecopy STRING.
4622
4623 1999-11-29 Dave Love <fx@gnu.org>
4624
4625 * derived.el: Doc fixes, remove old backquote syntax.
4626
4627 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
4628 comment warning about editing.
4629
4630 * help.el (help-mode-hook): Define.
4631
4632 1999-11-29 Gerd Moellmann <gerd@gnu.org>
4633
4634 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
4635 invalid translation of old-style backquote syntax to new syntax.
4636
4637 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
4638
4639 * Makefile (DONTCOMPILE): Add term/internal.el.
4640
4641 1999-11-26 Dave Love <fx@gnu.org>
4642
4643 * comint.el: Fix last change.
4644
4645 * emacs-lisp/advice.el: Fix last change.
4646
4647 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4648
4649 * cus-edit.el (Custom-reset-standard): Doc fix.
4650 (custom-variable-reset-standard): Doc fix.
4651 (custom-face-reset-standard): Doc fix.
4652 (custom-face-menu): "Reset to Standard" => "Erase Customization".
4653 (custom-variable-menu): Likewise.
4654 (custom-reset-menu): Likewise.
4655 (custom-buffer-create-internal): Likewise.
4656
4657 1999-11-26 Dave Love <fx@gnu.org>
4658
4659 * progmodes/make-mode.el (makefile-mode-hook): Customize.
4660
4661 * font-lock.el: Doc fixes.
4662
4663 * menu-bar.el (menu-bar-mode): Customize.
4664
4665 * cus-start.el: Add use-dialog-box.
4666
4667 * add-log.el (change-log-mode-hook): Customize.
4668 (add-log-current-defun): Use
4669 fortran-{beginning,end}-of-subprogram.
4670
4671 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4672
4673 * emacs-lisp/advice.el: Many doc fixes.
4674
4675 * comint.el (comint-preoutput-filter-functions): Doc fix.
4676
4677 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4678
4679 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4680 Improve messages for capitalization of arg names,
4681 for flag variables, for t and nil, for imperatives.
4682 Call them imperatives rather than infinitives sans "to".
4683 (checkdoc-common-verbs-wrong-voice): Add "moves".
4684 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
4685
4686 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4687 Don't convert comments from 3-semicolon to 2-semicolon.
4688 That is a matter of style.
4689 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
4690 (checkdoc-comments): Don't bind that variable.
4691
4692 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4693
4694 * files.el (write-file-hooks): Doc fix.
4695
4696 1999-11-26 Gerd Moellmann <gerd@gnu.org>
4697
4698 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
4699
4700 1999-11-25 Dave Love <fx@gnu.org>
4701
4702 * hippie-exp.el: Require comint when compiling.
4703 (hippie-expand): Add :links.
4704 (hippie-expand-try-functions-list): Customize.
4705
4706 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
4707
4708 * viper*el: Replaced old-style backquotes.
4709
4710 * ediff*el: Replaced old-style backquotes.
4711
4712 * ediff-merge
4713 (ediff-looks-like-combined-merge,ediff-get-combined-region):
4714 Changed to support the new format for ediff-combination-pattern.
4715
4716 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
4717 Changed to support the new format for ediff-combination-pattern.
4718
4719 1999-11-24 Dave Love <fx@gnu.org>
4720
4721 * custom.el (custom-declare-group): Purecopy DOC.
4722 (custom-handle-keyword): Purecopy VALUE.
4723 (custom-add-link): Purecopy WIDGET.
4724 (custom-add-version): Purecopy VERSION.
4725 (custom-add-load): Purecopy LOAD.
4726
4727 * cus-face.el (custom-declare-face): Purecopy DOC.
4728
4729 * info.el:
4730 (Info-build-node-completions, Info-search, Info-follow-reference)
4731 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
4732 (Info-find-emacs-command-nodes): Avoid properties on matched text
4733 which may appear in minibuffer.
4734
4735 1999-11-24 Gerd Moellmann <gerd@gnu.org>
4736
4737 * locate.el (locate-with-filter): Doc fix.
4738
4739 1999-11-24 Alex Schroeder <alex@gnu.org>
4740
4741 * sql.el (sql-find-sqli-buffer): New function.
4742 (sql-set-sqli-buffer-generally): New function.
4743 (sql-set-sqli-buffer): Better checking of new-buffer.
4744 (sql-copy-column): Add comma after INTO clause, too.
4745
4746 1999-11-24 Alex Schroeder <alex@gnu.org>
4747
4748 * sql.el (sql-imenu-generic-expression): New, used to set
4749 imenu-generic-expression.
4750
4751 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
4752 setting font-lock-defaults' SYNTAX-ALIST. Set
4753 imenu-generic-expression, imenu-case-fold-search, and
4754 imenu-syntax-alist.
4755
4756 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
4757 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
4758
4759 1999-11-23 Andrew Innes <andrewi@gnu.org>
4760
4761 * w32-win.el (w32-drag-n-drop): Load files in current window, if
4762 drop coords aren't over a specific window.
4763
4764 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4765
4766 * ps-print.el: Define mule funs without checking if mule package is
4767 loaded.
4768 (ps-print-version): New version number (5.0.1).
4769 (ps-header-dirpart): Now uses abbreviate-file-name.
4770
4771 1999-11-23 Dave Love <fx@gnu.org>
4772
4773 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
4774 comment-line-start.
4775 (fortran-comment-line-start-skip): Renamed from
4776 comment-line-start-skip.
4777 (fortran-mode-map): Use renamed functions. Add manual and custom
4778 entries to menu.
4779 (fortran-mode-hook): Customize.
4780 (fortran-comment-indent-function): Renamed from
4781 fortran-comment-hook.
4782 (delete-horizontal-regexp): Function deleted.
4783 (fortran-electric-line-number): Simplified.
4784 (fortran-beginning-of-subprogram): Renamed from
4785 beginning-of-fortran-subprogram.
4786 (fortran-end-of-subprogram): Renamed from
4787 end-of-fortran-subprogram.
4788 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
4789 (fortran-previous-statement, fortran-next-statement): Simplified.
4790 (fortran-blink-match): New function.
4791 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
4792 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
4793 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
4794 line-end-position.
4795 (fortran-fill): No longer interactive. Simplified.
4796 (fortran-break-line): Simplified.
4797 (fortran-analyze-file-format): Use char-after, not looking-at.
4798
4799 * emacs-lisp/find-func.el (find-function-regexp): Use
4800 `define-minor-mode' after easy-menu change.
4801
4802 1999-11-23 Gerd Moellmann <gerd@gnu.org>
4803
4804 * comint.el: Add redirection.from active comint buffers into
4805 another buffer. Written by Peter Breton.
4806
4807 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
4808
4809 * emacs-lisp/autoload.el (make-autoload): Recognize the new
4810 `define-minor-mode'.
4811 (define-minor-mode): Specify `doc-string-elt'.
4812
4813 * emacs-lisp/easy-mmode.el: Changed maintainer.
4814 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
4815 Use defcustom for the hooks; Improve the auto-generated docstrings.
4816 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
4817 (define-minor-mode): Add BODY arg; Only declare the keymap if
4818 provided; Improve the auto-generated docstrings.
4819
4820 1999-11-22 Gerd Moellmann <gerd@gnu.org>
4821
4822 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
4823 that the leading `^' is at the start. This is necessary because
4824 paragraphs.el tries to remove anchors, but can find them only if
4825 they are the first character.
4826
4827 * progmodes/antlr-mode.el: New file.
4828
4829 * calendar/calendar.el: Fix autoload for
4830 calendar-absolute-from-astro. Add autoload for
4831 calendar-print-astro-day-number.
4832
4833 1999-11-21 Anders Lindgren <andersl@andersl.com>
4834
4835 * follow.el: Use modern backquote syntax. Minor comment update.
4836
4837 1999-11-21 Gerd Moellmann <gerd@gnu.org>
4838
4839 * simple.el (with-syntax-table): Don't switch buffers.
4840
4841 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
4842 progmodes/hideif.el: Use new backquote syntax.
4843
4844 1999-11-21 Ken Manheimer <klm@python.org>
4845
4846 * icomplete.el (icomplete-completions): Use an explicit variable
4847 `icomplete-prospects-length', obviating the need to use an
4848 apparently faulty throw/catch arrangement.
4849
4850 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
4851
4852 * term/internal.el (IT-display-table-setup): Don't overstep
4853 character code 255.
4854
4855 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
4856
4857 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
4858 for the charset chinese-sisheng is 7bit encoding, not 8bit.
4859
4860 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
4861
4862 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
4863 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
4864
4865 * files.el (auto-mode-alist): Add patterns for diff-mode.
4866
4867 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
4868 to detect an empty prompt.
4869
4870 1999-11-18 Dave Love <fx@gnu.org>
4871
4872 * simple.el (input-mode-8-bit): Fix the customization.
4873
4874 1999-11-18 Gerd Moellmann <gerd@gnu.org>
4875
4876 * international/iso-acc.el (iso-languages): Add more
4877 characters for Portuguese.
4878
4879 * speedbar.el: Clean up comment at the start of the file.
4880 Remove RCS id.
4881
4882 * progmodes/compile.el (compilation-parse-errors): Use
4883 compilation-buffer-p instead of testing major-mode.
4884
4885 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
4886
4887 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
4888 (quickurl-ask): completion-ignore-case is set to the value of
4889 quickurl-completion-ignore-case for the duration of the call to
4890 completing-read.
4891
4892 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4893
4894 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
4895
4896 1999-11-18 Kenichi Handa <handa@etl.go.jp>
4897
4898 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
4899 instead of ps-print-def.
4900
4901 * ps-print.el: Require ps-vars instead of ps-print-def.
4902
4903 * ps-mule.el: Require ps-vars instead of ps-print-def.
4904
4905 1999-11-17 Gerd Moellmann <gerd@gnu.org>
4906
4907 * simple.el (with-syntax-table): Save buffer explicitly instead of
4908 using save-excursion.
4909
4910 1999-11-16 Gerd Moellmann <gerd@gnu.org>
4911
4912 * mail/supercite.el: New maintainer.
4913
4914 1999-11-16 Reto Zimmermann <reto@synopsys.com>
4915
4916 * progmodes/vhdl-mode.el: Use new backquote syntax.
4917
4918 1999-11-16 Gerd Moellmann <gerd@gnu.org>
4919
4920 * simple.el (with-syntax-table): New.
4921
4922 1999-11-15 Sam Steingold <sds@ksp.com>
4923
4924 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
4925
4926 1999-02-22 Sam Steingold <sds@goems.com>
4927
4928 * goto-addr.el (goto-address-at-mouse,
4929 goto-address-find-address-at-point): Use compose-mail.
4930 (goto-address-mail-method): Removed variable.
4931 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
4932 goto-address-send-using-mail): Removed functions.
4933
4934 1998-11-03 Sam Steingold <sds@goems.com>
4935
4936 * simple.el (backward-delete-char-untabify):
4937 backward-delete-char-untabify-method can be `all' now - to delete
4938 hungrily including newlines.
4939
4940 1999-11-15 Sam Steingold <sds@ksp.com>
4941
4942 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
4943
4944 1999-11-15 Dave Love <fx@gnu.org>
4945
4946 * cus-edit.el (customize-face, customize-face-other-window):
4947 Require match from completing-read.
4948 (custom-buffer-done-function): Default to custom-bury-buffer, not
4949 bury-buffer.
4950
4951 1999-11-15 Gerd Moellmann <gerd@gnu.org>
4952
4953 * mail/rmail.el, iswitchb.el, hippie-exp.el,
4954 progmodes/cperl-mode.el: Use new backquote syntax.
4955
4956 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
4957
4958 * uniquify.el: Use new backquote syntax.
4959
4960 1999-11-14 Markus Rost <rost@ias.edu>
4961
4962 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
4963 as in ispell-local-dictionary-alist.
4964
4965 1999-11-14 Alex Schroeder <alex@gnu.org>
4966
4967 * ansi-color.el (ansi-color-apply): Updated regexps to include
4968 highlighted face.
4969
4970 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
4971
4972 * forms.el (forms--make-format-elt-using-text-properties):
4973 Treat `intangible' differently.
4974
4975 * forms.el: Use new backquote syntax.
4976
4977 1999-11-13 Gerd Moellmann <gerd@gnu.org>
4978
4979 * textmodes/scribe.el (scribe-mode): Doc-fix.
4980
4981 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
4982
4983 * net-utils.el (run-network-program, net-utils-run-program): Use
4984 the new backquote syntax.
4985 (smbclient-program, smbclient-program-options)
4986 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
4987 variables
4988 (smbclient, smbclient-list-shares): New functions
4989
4990 1999-11-12 Sam Steingold <sds@ksp.com>
4991
4992 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
4993 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
4994 (viper-kbd-buf-definition, viper-kbd-mode-alist)
4995 (viper-kbd-mode-pair, viper-kbd-mode-definition)
4996 (viper-kbd-global-pair, viper-kbd-global-definition):
4997 Use the new backquote syntax.
4998
4999 * emulation/viper-cmd.el (viper-test-com-defun)
5000 (viper-prefix-arg-value, viper-prefix-arg-com):
5001 Use the new backquote syntax.
5002
5003 * emacs-lisp/debug.el (debugger-env-macro):
5004 Use the new backquote syntax.
5005
5006 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
5007 Use the new backquote syntax.
5008
5009 * calendar/calendar.el (calendar-remove-frame-by-deleting):
5010 New user variable.
5011 (calendar-hide-window): Use it.
5012 (increment-calendar-month, calendar-for-loop, calendar-sum):
5013 Use the new backquote syntax.
5014
5015 1999-11-12 Andrew Innes <andrewi@gnu.org>
5016
5017 * select.el (x-set-selection): Call buffer-substring, not
5018 substring. Also fix docstring
5019
5020 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
5021
5022 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
5023 of customizable variables to bug report message. Added
5024 system-type to package name in bug report.
5025
5026 1999-11-12 Gerd Moellmann <gerd@gnu.org>
5027
5028 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
5029 to display file names.
5030
5031 1999-11-11 Gerd Moellmann <gerd@gnu.org>
5032
5033 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
5034
5035 * isearch.el: Add lazy-highlighting feature.
5036
5037 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
5038
5039 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
5040 constant.
5041 (ps-mode-submit-bug-report): New function. Entry added to menu.
5042
5043 1999-11-10 William M. Perry <wmperry@aventail.com>
5044
5045 * mwheel.el: New file to support the new style wheeled mice.
5046
5047 1999-11-10 Gerd Moellmann <gerd@gnu.org>
5048
5049 * startup.el (initial-scratch-message): Add ";;" to the front of
5050 lines in the message.
5051
5052 * files.el (file-local-copy): Remove optional BUFFER argument
5053 because that's not used by anything.
5054
5055 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
5056 to-address.
5057
5058 1999-11-08 Markus Rost <rost@ias.edu>
5059
5060 * wid-edit.el (widget-button-click): Wrap with save-excursion
5061 to restore track-mouse in the correct buffer.
5062
5063 1999-11-08 Gerd Moellmann <gerd@gnu.org>
5064
5065 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
5066
5067 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
5068
5069 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
5070 lpr-command to "lp" for some system-types. (copied from lpr.el
5071 Emacs version 20.2.1).
5072
5073 1999-11-04 Markus Rost <rost@ias.edu>
5074
5075 * simple.el (comment-region): Strip off white space at end of
5076 comment-start.
5077
5078 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5079
5080 * faces.el (secondary-selection): Fix wrong color name.
5081
5082 1999-11-04 John Tobey <jtobey@epsilondev.com>
5083
5084 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
5085 the default when invoking perldb in a non-Perl buffer, and other
5086 cases involving -e or --.
5087
5088 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5089
5090 * simple.el (previous-matching-history-element)
5091 (next-history-element): Use delete-field instead of erase-field.
5092
5093 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
5094 Use delete-field instead of erase-field.
5095
5096 * faces.el (secondary-selection): Change background to yellow.
5097
5098 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
5099 find the start of the text. Use field-string to read the user
5100 input.
5101
5102 1999-11-03 Gerd Moellmann <gerd@gnu.org>
5103
5104 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
5105 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
5106 for compatibility with old face implementation.
5107
5108 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
5109 Use erase-field instead of erase-buffer.
5110
5111 * frame.el (blink-cursor-mode, blink-cursor-end): Use
5112 internal-show-cursor with new interface.
5113 (blink-cursor-timer-function): New.
5114 (blink-cursor-start): Use blink-cursor-timer-function.
5115
5116 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5117
5118 * calendar.el (redraw-calendar): Move to nearest date before
5119 redrawing.
5120
5121 * diary-lib.el (simple-diary-display): Reset modeline even if
5122 there are no diary entries since the diary buffer may be displayed.
5123
5124 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5125
5126 * emacs-lisp/debug.el (debug): If noninteractive, display the
5127 backtrace using `message', then exit Emacs.
5128 (debugger-batch-max-lines): New variable.
5129 (debugger-setup-buffer): New subroutine, broken out of `debug'.
5130 Change the messages put at the start, to say that the debugger
5131 was entered.
5132
5133 1999-11-02 Sam Steingold <sds@ksp.com>
5134
5135 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
5136
5137 1999-11-01 John Tobey <jtobey@epsilondev.com>
5138
5139 * gud.el: (gud-perldb-massage-args): Massage correctly in the
5140 presence of perl switches other than "-e".
5141
5142 1999-11-01 Markus Rost <rost@ias.edu>
5143
5144 * dired-x.el (dired-smart-shell-command): Use
5145 shell-command-history as in shell-command.
5146
5147 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5148
5149 * userlock.el (ask-user-about-lock): Doc fix.
5150
5151 * frame.el: Doc fixes.
5152
5153 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5154
5155 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
5156 of show-cursor.
5157 (blink-cursor-start, blink-cursor-end): Ditto.
5158
5159 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
5160
5161 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5162
5163 * window.el (walk-windows): If ALL-FRAMES is a frame,
5164 start on that frame. Use save-selected-window.
5165
5166 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5167
5168 * simple.el (end-of-buffer): Use window-end to find the window end
5169 instead of vertical-motion because this handles variable-height
5170 lines correctly.
5171
5172 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
5173
5174 * ediff.el: Version change.
5175
5176 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
5177 make sure you are in a good frame before deleting other
5178 windows.
5179 (ediff-file-checked-in-p): Don't consider CVS
5180 files checked in.
5181 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
5182 are writing to a newly created empty file.
5183
5184 * ediff-mult.el (ediff-show-session-group-hook): New default.
5185
5186 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5187 First cd to the file directory. reportedly works
5188 better with remote files.
5189
5190 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
5191 Use file-name-nondirectory when passing files to CVS.
5192
5193 * ediff-diff.el (ediff-cmp-options): New variable.
5194 (ediff-same-file-contents): Use ediff-cmp-options.
5195
5196 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
5197 ediff-get-patch-buffer): Use current buffer if it appears to be a
5198 patch.
5199
5200 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
5201 C-g
5202
5203 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
5204 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
5205 (viper-save-cursor-color,viper-restore-cursor-color):
5206 Improved cursor color handling.
5207 (viper-get-saved-cursor-color-in-replace-mode,
5208 viper-get-saved-cursor-color-in-insert-mode): New functions for
5209 better cursor color handling.
5210
5211 * viper-ex.el (ex-read,ex-edit):
5212 Fixes for correct interpretation of #,%.
5213 (viper-ex): Now works correctly when called from other functions.
5214 (viper-glob-function): New variable.
5215 (viper-ex): Save excursion before doing :global.
5216
5217 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
5218
5219 * viper-cmd.el (viper-post-command-sentinel,
5220 viper-insert-state-post-command-sentinel,
5221 viper-insert-state-pre-command-sentinel): Takes better care of
5222 cursor colors.
5223
5224 * viper.el: Version change.
5225
5226 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
5227
5228 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
5229 that the modeline display was updated *only* when
5230 `whitespace-display-in-modeline' was set, not otherwise.
5231
5232 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5233
5234 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
5235 "frac12".
5236
5237 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
5238 ad-activate.
5239
5240 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
5241
5242 * whitespace.el: Test for existence of `defcustom' and `defgroup'
5243 using fboundp instead of assuming that these are not present in
5244 particular flavors of emacs.
5245 (whitespace-version): Update to 2.8
5246 (whitespace-display-in-modeline): Add custom variable to control
5247 displaying the whitespace errors on the modeline based on
5248 suggestion from <klaus.berndl@sdm.de>
5249 (whitespace-buffer): Now returns `t' if unclean and `nil' if
5250 clean, to enable using as a hook function, as suggested by Puneet
5251 Goel <puneet@computer.org>
5252 (whitespace-buffer): Fix a subtle bug that cleaned up only if
5253 quiet was not set, even with whitespace-auto-cleanup set.
5254 (whitespace-mode-line): Now uses less modeline real estate and
5255 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
5256 which is present in the file, and <y> is any type of whitespace
5257 whose check has been suppressed by setting
5258 `whitespace-check-<whitespace-type>' to nil.
5259 (whitespace-unchecked-whitespaces): New function to return the
5260 list of whitespaces for whom checks have been suppressed.
5261 (whitespace-display-unchecked-whitespaces): Renamed to
5262 `whitespace-update-modeline' to reflect its functionality.
5263
5264 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5265
5266 * progmodes/compile.el (compilation-error-regexp-alist):
5267 Undo previous change.
5268
5269 1999-10-28 Dave Love <fx@gnu.org>
5270
5271 * help.el (help-follow): Make arg optional again and really
5272 default to point.
5273
5274 1999-10-28 Gerd Moellmann <gerd@gnu.org>
5275
5276 * paths.el (rmail-file-name): Make it an option.
5277
5278 * progmodes/ada-mode.el, progmodes/ada-prj.el,
5279 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
5280 comment fixes.
5281
5282 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5283 MIPS Pro 7.3 compiler error message syntax.
5284
5285 1999-10-27 Dave Love <fx@gnu.org>
5286
5287 * progmodes/compile.el: Checkdoc-inspired fixes.
5288
5289 1999-10-27 Gerd Moellmann <gerd@gnu.org>
5290
5291 * lpr.el (print-buffer): Doc-string fix.
5292
5293 1999-10-27 Dave Love <fx@gnu.org>
5294
5295 * emacs-lisp/advice.el: Doc fixes.
5296 (ad-lemacs-p): Removed.
5297 (advice): Add :link to defgroup.
5298
5299 1999-10-27 Kenichi Handa <handa@etl.go.jp>
5300
5301 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
5302 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
5303
5304 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5305
5306 * window.el (walk-windows): If ALL-FRAMES is a frame,
5307 start on that frame. Use save-selected-window.
5308
5309 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5310
5311 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
5312 ad-activate. All callers changed, including those in data.c.
5313 (ad-activate-internal-off): Renamed from ad-activate-off.
5314 All uses changed.
5315 (ad-activate): Renamed from ad-activate-on. All uses changed.
5316 (ad-start-advice, ad-stop-advice, ad-recover-normality):
5317 Alter the definition of ad-activate-internal, not ad-activate.
5318
5319 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5320
5321 * startup.el (command-line-1): Add support for command line
5322 arguments `file' and `execute'. Fix handling of `visit'.
5323
5324 1999-10-26 Kenichi Handa <handa@etl.go.jp>
5325
5326 * international/mule-cmds.el (read-input-method-name): Handle the
5327 case that the arg DEFAULT is symbol.
5328
5329 * international/mule-diag.el (mule-diag): Handle the case that
5330 default-input-method is symbol.
5331
5332 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5333
5334 * textmodes/tildify.el: New file.
5335
5336 1999-10-25 Sam Steingold <sds@ksp.com>
5337
5338 * Makefile (compile-files): Fixed the "tr" strings.
5339 (EMACS): Set to ../src/emacs.
5340
5341 1999-10-25 Gerd Moellmann <gerd@gnu.org>
5342
5343 * info.el (Info-build-node-completions): Add '("*") to the
5344 completion list.
5345
5346 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5347
5348 * frame.el (auto-raise-mode): When enabling the mode,
5349 immediately raise the selected frame.
5350
5351 * indent.el (indent-region): Doc fix.
5352
5353 * comint.el (comint-output-filter): Make the Comint buffer current
5354 for the comint-preoutput-filter-functions.
5355
5356 * mail/reporter.el: Doc fix.
5357
5358 1999-10-24 Stephen Eglen <stephen@gnu.org>
5359
5360 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
5361 that Octave lisp files can also run under XEmacs 20.
5362 (require 'custom) added so that files can run under Emacs 19.34.
5363
5364 * iswitchb.el (iswitchb-default-keybindings): No need to use
5365 read-kbd-macro in keybindings.
5366
5367 1999-10-23 Dave Love <fx@gnu.org>
5368
5369 * elide-head.el: New file.
5370
5371 1999-10-23 Gerd Moellmann <gerd@gnu.org>
5372
5373 * Makefile (compile-files, backup-compiled-files): New targets.
5374 (bootstrap, bootstrap-clean): Ditto.
5375
5376 1999-10-22 Paul Eggert <eggert@twinsun.com>
5377
5378 * international/mule-cmds.c (locale-language-names):
5379 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
5380 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
5381 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
5382 Use Latin-8 for Welsh.
5383 Use Latin-1 for English if "en" is explicitly specified.
5384 Use Latin-1 for Scots Gaelic, Tagalog.
5385 Use Latin-1 (not Latin-4) for Greenlandic.
5386 Use Latin-1 (not Latin-2) for Albanian.
5387 (locale-preferred-coding-systems, locale-language-names):
5388 Remove generic ISO 8859 locales; locale-charset-language-names now
5389 does this.
5390 (locale-charset-language-names): New variable.
5391 (set-locale-environment): Use language name specified by
5392 locale-charset-language-names if its charsets disagree with the
5393 language name specified by locale-language-names.
5394
5395 1999-10-22 Dave Love <fx@gnu.org>
5396
5397 * make-mode.el: Minor doc fixes.
5398
5399 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
5400
5401 1999-10-21 Dave Love <fx@gnu.org>
5402
5403 * loadup.el: Add latin-8, latin-9.
5404
5405 1999-10-20 Paul Eggert <eggert@twinsun.com>
5406
5407 * disp-table.el (standard-display-european): Remove undocumented
5408 arg AUTO; no longer used by startup.el. Do not attempt to treat
5409 all non-English language environments as coding system names.
5410 Instead, use the downcased language environment name as a coding
5411 system name if it is one; otherwise, use latin-1.
5412
5413 1999-10-20 Gerd Moellmann <gerd@gnu.org>
5414
5415 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
5416 that were split so that part of the comment appeared as Lisp code.
5417
5418 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5419
5420 * ps-bdf.el: Doc fix.
5421
5422 * ps-print-def.el: New file: common definitions for all parts of
5423 ps-print.
5424 (ps-multibyte-buffer): Moved from ps-mule.
5425
5426 * ps-mule.el: File dependence fix.
5427 (ps-multibyte-buffer): Moved to ps-print-def.
5428
5429 * ps-print.el: Doc fix, better customization.
5430 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
5431 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
5432 (ps-end-file): Doc fix.
5433 (ps-setup, ps-begin-file): Fun fix.
5434 (postscript): New group.
5435 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
5436 (ps-print-prologue-1): Adjust PostScript programming.
5437 (ps-print): Adjust group hierarchy.
5438 (ps-print-n-up, ps-print-zebra, ps-print-background,
5439 ps-print-printer)
5440 (ps-print-page): New subgroups.
5441 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
5442 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
5443 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
5444 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
5445 (ps-zebra-stripe-height, ps-print-background-image)
5446 (ps-print-background-text, ps-spool-config): Adjust customization.
5447 (dos-ps-printer): Definition eliminated.
5448
5449 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5450
5451 * ps-mule.el: Doc fix, define functions properly if mule package is
5452 loaded or not.
5453 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
5454 mule package is loaded or not.
5455
5456 * ps-print.el: Doc fix, n-up printing.
5457 (ps-print-version): New version number (5.0).
5458 (ps-page-dimensions-database): Added document media.
5459 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
5460 (ps-page-order, ps-printing-region-p): New vars.
5461 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
5462 funs.
5463 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
5464 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
5465 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
5466 (ps-n-up-xstart, ps-n-up-ystart): New macros.
5467 (ps-print-begin-sheet-hook): New hook.
5468 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
5469 const.
5470 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
5471 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
5472 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
5473 (ps-count-lines): Changed to defun.
5474 (ps-header-page): Changed to defsubst, fix fun.
5475 (ps-printing-region): Doc fix, adjust programming code.
5476 (ps-output-boolean, ps-background-pages, ps-background-text)
5477 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
5478 programming code.
5479
5480 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5481
5482 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
5483 (ps-print-version): New version number (4.2).
5484 (ps-spool-config, ps-spool-tumble): New vars.
5485 (ps-print-prologue-1): Changed to defconst, adjust PostScript
5486 programming, new PostScript procedure to handle errors.
5487 (ps-print-prologue-2): Changed to defconst.
5488 (ps-print-duplex-feature): New const: duplex and tumble setting.
5489 (ps-setup, ps-begin-file): Fix funs.
5490 (ps-boolean-capitalized): New fun.
5491
5492 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
5493
5494 * Makefile (dontcompilefiles): Obsoleted.
5495 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5496 (EL): Unused.
5497 (temacs): Removed (unused).
5498 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
5499 version of the file (necessary for the update to work properly).
5500 (autoloads): Force the use of `pwd`/loaddefs.el.
5501 (updates); Redefined in terms of other targets to reduce redundancy.
5502 (.el.elc): New default rule, just in case you want it.
5503 (compile): Use a single invocation of Emacs.
5504 (bootstrap-compile); Unneeded.
5505 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
5506
5507 1999-10-19 Dave Love <fx@gnu.org>
5508
5509 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
5510
5511 1999-10-19 Sam Steingold <sds@ksp.com>
5512
5513 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
5514 comply with the comment.
5515
5516 1999-10-19 Gerd Moellmann <gerd@gnu.org>
5517
5518 * autorevert.el (auto-revert-mode): Make auto-revert-mode
5519 permanent-local.
5520
5521 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
5522
5523 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
5524 value: \"lpr\" changed to "lpr"
5525 (ps-mode-version): New constant
5526 (ps-mode-show-version): New function, added key in ps-mode-map
5527 (ps-run-messages): Removed
5528 (ps-run-font-lock-keywords-2): New defcustom variable replacing
5529 ps-run-messages. These keywords now include the value of
5530 ps-run-prompt, making its fontification customizable.
5531 (ps-run-init): Removed \\n from docstring, it is now added when
5532 the value is used
5533 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
5534 ps-run-prompt
5535 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
5536 customizable variables in doc-string (its equivalent
5537 ps-run-messages was missing in previous version of the doc-string)
5538 (ps-run-mode): Simplified assignment to font-lock-defaults, using
5539 symbols only
5540
5541 1999-10-19 Alex Schroeder <alex@gnu.org>
5542
5543 * ansi-color.el: Complete rewrite.
5544
5545 1999-10-19 Paul Eggert <eggert@twinsun.com>
5546
5547 Fix bootstrapping problems.
5548 Use the system locale to specify Emacs locale defaults.
5549
5550 * international/mule-cmds.el (global-map):
5551 Do not use backquote, because that makes a bootstrapping
5552 problem if you need to recompile all Lisp files using interpreted code.
5553 * international/mule.el (charset-id, charset-bytes,
5554 charset-dimension, charset-chars, charset-width,
5555 charset-direction, charset-iso-final-char,
5556 charset-iso-graphic-plane, charset-reverse-charset,
5557 charset-short-name, charset-long-name, charset-description,
5558 charset-plist): Likewise.
5559 * subr.el (save-match-data): Likewise.
5560
5561 * international/mule-cmds.el
5562 (set-display-table-and-terminal-coding-system): New function,
5563 containing code migrated out of set-language-environment.
5564 (set-language-environment, set-locale-environment): Use it.
5565 (locale-translation-file-name): Moved here from startup.el.
5566 (locale-language-names, locale-preferred-coding-systems):
5567 New vars.
5568 (locale-name-match, set-locale-environment): New functions.
5569
5570 * language/japan-util.el (setup-japanese-environment-internal):
5571 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
5572
5573 * startup.el (iso-8859-n-locale-regexp): Remove.
5574 (locale-translation-file-name): Move to mule-cmds.el.
5575 (command-line): Move locale-stuff into set-locale-environment.
5576
5577 1999-10-18 Dave Love <fx@gnu.org>
5578
5579 * abbrev.el (add-abbrev, inverse-add-abbrev)
5580 (expand-region-abbrevs): Remove properties from buffer text.
5581
5582 1999-10-17 Gerd Moellmann <gerd@gnu.org>
5583
5584 * iswitchb.el (iswitchb-exhibit): Extract user-input only
5585 from the mini-buffer, without the prompt.
5586
5587 * simple.el (minibuffer-prompt-end): Return the position
5588 after the prompt, not the position of that last character
5589 of the prompt.
5590
5591 1999-10-17 Miles Bader <miles@gnu.org>
5592
5593 * simple.el: Doc fixes.
5594
5595 1999-10-17 Miles Bader <miles@gnu.org>
5596
5597 * simple.el (previous-matching-history-element, next-history-element):
5598 Change to work correctly even if the point is in the prompt.
5599 (choose-completion-string): Likewise.
5600 (minibuffer-prompt-width): New function (compatibility with old subr).
5601
5602 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
5603 When constraining the final position to the current field,
5604 don't use the ONLY-IN-LINE mode of constrain-to-field.
5605
5606 1999-10-17 Miles Bader <miles@gnu.org>
5607
5608 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
5609 constrain-to-field.
5610 * textmodes/paragraphs.el (forward-sentence): Likewise.
5611
5612 1999-10-17 Miles Bader <miles@gnu.org>
5613
5614 * simple.el (line-move): Use constrain-to-field to avoid
5615 moving into a prompt.
5616 (previous-complete-history-element): Clarify doc string.
5617 (next-complete-history-element): Likewise.
5618 Use field-beginning instead of point-min.
5619 (next-matching-history-element): Use field-beginning and
5620 erase-field instead of point-min and erase-buffer.
5621 * textmodes/paragraphs.el
5622 (forward-paragraph, forward-sentence): Likewise.
5623 (backward-kill-paragraph, backward-kill-sentence): Remove code to
5624 constrain the kill to an field, as the movement commands now
5625 do this.
5626
5627 1999-10-17 Miles Bader <miles@gnu.org>
5628
5629 * simple.el (previous-matching-history-element): Get the
5630 minibuffer input with field-string instead of buffer-string.
5631 (choose-completion-string): Likewise.
5632 (next-history-element): Likewise.
5633 Erase the minibuffer input with erase-field, not erase-buffer.
5634 Use field-beginning to find the beginning of the input.
5635 * textmodes/paragraphs.el (backward-kill-sentence):
5636 Remove minibuffer-prompt hack.
5637 Constrain to any input field.
5638
5639 1999-10-17 Sam Steingold <sds@ksp.com>
5640
5641 * bindings.el (completion-ignored-extensions): Added ".sparcf"
5642 for CMUCL on sparc and ".ufsl" for LispWorks.
5643 (bound-and-true-p): Bugfix: free variable `v'.
5644
5645 1999-10-16 Dave Love <d.love@dl.ac.uk>
5646
5647 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
5648 (edebug-uninstall-read-eval-functions): Use load-read-function,
5649 avoiding elisp-eval.
5650
5651 1999-10-16 Sam Steingold <sds@ksp.com>
5652
5653 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
5654 instead of `eql'.
5655
5656 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
5657
5658 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
5659 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
5660 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
5661 * ediff-util.el (ediff-make-temp-file):
5662 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5663 * emerge.el (emerge-make-temp-file):
5664 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
5665 * vc.el (vc-update-change-log):
5666 * mail/mailpost.el (post-mail-send-it):
5667 * mail/metamail.el (metamail-region):
5668 * progmodes/cmacexp.el (c-macro-expansion):
5669 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
5670
5671 1999-10-15 Gerd Moellmann <gerd@gnu.org>
5672
5673 * smtpmail.el (smtpmail-via-smtp): Add support for
5674 automatically appending a domain to RCPT TO: addresses.
5675
5676 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5677
5678 * dired.el (dired-insert-directory): Insert the amount of
5679 free space after the total size.
5680 (dired-free-space-program, dired-free-space-args): New variables.
5681
5682 1999-10-14 Karl Heuer <kwzh@gnu.org>
5683
5684 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
5685
5686 1999-10-14 Dave Love <fx@gnu.org>
5687
5688 * international/characters.el:
5689 * international/fontset.el:
5690 * international/mule-conf.el: Add latin-iso8859-1[45].
5691
5692 * language/european.el: Add Latin-8, Latin-9. Modify some doc
5693 strings.
5694
5695 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
5696 (command-line): Detect Latin-[89] locales.
5697
5698 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5699
5700 * international/mule-cmds.el (select-safe-coding-system)
5701 (leim-list-header): Avoid the use of strings that start with backslash
5702 newline since lread.c:read1 has a hack to turn those strings into
5703 integer 0 during the loadup.el process.
5704
5705 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
5706
5707 1999-10-13 Dave Love <fx@gnu.org>
5708
5709 * image.el (insert-image): Copy the image spec and add an
5710 intangible property.
5711
5712 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5713
5714 * help.el (help-xref-interned): Make it also work on variable-only
5715 and function-only symbols.
5716 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
5717 (help-follow): If the point under mouse is not highlighted, try
5718 `help-xref-interned' on the pointed-to symbol anyway.
5719
5720 * info.el (Info-on-current-buffer): New entry point.
5721 (Info-find-node): Split into two for Info-on-current-buffer to
5722 hook into it.
5723 (Info-current-file, Info-set-mode-line, Info-up):
5724 Info-current-file can now be t.
5725 (Info-clone-buffer-hook): Function for `clone-buffer'.
5726 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
5727 Make `clone-buffer' available in various ways to the user.
5728
5729 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
5730
5731 * simple.el (shell-command, shell-command-on-region): Use
5732 make-temp-file.
5733 (clone-buffer, clone-process, clone-buffer-hook): New functions.
5734
5735 * subr.el (with-current-buffer): Don't use backquotes to avoid
5736 bootstrapping problems.
5737
5738 * loadup.el (load-path): Add subdirs for bootstrapping.
5739 (docstrings): Ignore errors during bootstrapping.
5740 (args): New `bootstrap' argument (for use in place of `dump').
5741
5742 1999-10-12 Emmanuel Briot <briot@gnat.com>
5743
5744 * ada-stmt.el: Doc-string fixes.
5745
5746 1999-10-12 Gerd Moellmann <gerd@gnu.org>
5747
5748 * recentf.el: New file.
5749
5750 * ps-mode.el: New file.
5751
5752 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
5753 case insensitive.
5754
5755 1999-10-12 Richard Sharman <rsharman@pobox.com>
5756
5757 * sh-script.el: Added support for indenting existing scripts.
5758 (sh-mode-map): Added new bindings.
5759 (sh-mode): Updated mode doc-string for new commands, added
5760 make-local-variable calls, initialize mode-specific variables.
5761 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
5762 is now a different function.
5763 (sh-header-marker): Changed docstring.
5764 (sh-set-shell): Initialize mode-specific variables.
5765 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
5766 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
5767 Changed these define-skeleton calls to work with user-specified
5768 indentation settings.
5769 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
5770 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
5771 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
5772 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
5773 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
5774 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
5775 (sh-guess-basic-offset, sh-handle-after-case-label)
5776 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
5777 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
5778 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
5779 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
5780 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
5781 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
5782 (sh-handle-this-then, sh-help-string-for-variable)
5783 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
5784 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
5785 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
5786 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
5787 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
5788 (sh-remove-our-text-properties, sh-rescan-buffer)
5789 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
5790 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
5791 (sh-scan-case, sh-search-word, sh-set-char-syntax)
5792 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
5793 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
5794 functions.
5795 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
5796 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
5797 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
5798 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
5799 (sh-var-list): New variables.
5800
5801 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
5802
5803 * quickurl.el (quickurl-list-insert): `count-lines' was returning
5804 a value one line to high if the cursor wasn't at the start of a
5805 line. A `beginning-of-line' is now performed before making the
5806 call to `count-lines'.
5807
5808 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
5809
5810 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
5811
5812 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
5813
5814 * Makefile (setwins): Abstract out the command to find subdirectories
5815 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
5816 (custom-deps, finder-data, autoloads, update-subdirs, updates)
5817 (autoloads-with-other-emacs): Use it.
5818
5819 * diff-mode.el: New file. A mode for viewing/editing context diffs.
5820
5821 1999-10-09 Gerd Moellmann <gerd@gnu.org>
5822
5823 * Makefile (bootstrap-compile): New target. Compile Lisp
5824 files with ../src/temacs.
5825
5826 1999-10-08 Dave Love <fx@gnu.org>
5827
5828 * ange-ftp.el: Require dired when compiling.
5829 (ange-ftp-normal-login): Allow EFS-style port specification.
5830
5831 1999-10-08 Simon Marshall <simon@gnu.org>
5832
5833 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
5834 (regexp-opt-group): Use it to get common suffixes in STRINGS.
5835 If STRINGS is nil, return "" rather than nil.
5836
5837 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5838
5839 * Makefile (compile): Compile files one by one. Set load-path to
5840 current directory and subdirectories when compiling.
5841
5842 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5843
5844 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
5845 (emacs): Use it everywhere instead of EMACS.
5846 (compile): New target. Compile all Lisp files from scratch.
5847 (recompile): New target. Recompile lisp directory.
5848 (autoloads-with-other-emacs): New target. Build loaddefs.el with
5849 an Emacs executable not built in the current directory tree.
5850
5851 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
5852
5853 * filecache.el (file-cache-completion-ignore-case): New variable,
5854 defaulting to the value of completion-ignore-case.
5855 (file-cache-minibuffer-complete): Use it.
5856 (file-cache-files-matching, file-cache-files-matching-internal):
5857 New functions.
5858
5859 1999-10-07 Emmanuel Briot <briot@gnat.com>
5860
5861 * ada-xref.el: New file
5862
5863 * ada-prj.el: New file
5864
5865 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
5866
5867 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
5868 subprogram being created.
5869
5870 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
5871 ada-indent-newline-indent): Rewritten to support the new indentation
5872 scheme
5873
5874 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
5875 New functions
5876
5877 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
5878 justification parameter
5879
5880 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
5881 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
5882 external program
5883
5884 1999-10-07 Dave Love <fx@gnu.org>
5885
5886 * bindings.el (bound-and-true-p): New macro.
5887 (make-mode-line-mouse-sensitive): Don't require easymenu.
5888
5889 1999-10-07 Gerd Moellmann <gerd@gnu.org>
5890
5891 * custom.el (defface): Extend documentation for new values of
5892 `type'.
5893
5894 * faces.el (face-spec-set-match-display): Recognize `type' of
5895 `motif', `lucid', `x-toolkit'.
5896 (menu): New face.
5897
5898 1999-10-05 Dave Love <fx@gnu.org>
5899
5900 * files.el: Recognize temporary crontab files.
5901
5902 * info.el: Require jka-compr when compiling.
5903 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
5904
5905 1999-10-04 Dave Love <fx@gnu.org>
5906
5907 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
5908 scroll-up-aggressively, scroll-down-aggressively.
5909
5910 * time.el (display-time-mode): Add autoload cookie.
5911
5912 * rect.el (delete-extract-rectangle): Doc fix from verna.
5913
5914 * help-macro.el (three-step-help): Customize.
5915
5916 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5917
5918 * hexl.el (hexlify-buffer): Move point in proper range
5919 if it is too large.
5920 (hexl-after-revert-hook): Update hexl-max-address.
5921 (hexl-address-to-marker): Doc fix.
5922
5923 1999-10-03 Dave Love <fx@gnu.org>
5924
5925 * image.el (defimage): Remove redundant code. Substitute file in
5926 image plist.
5927
5928 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
5929
5930 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
5931 when doing with-temp-file.
5932
5933 1999-10-01 Dave Love <fx@gnu.org>
5934
5935 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
5936
5937 * help.el: Require view when compiling.
5938 (view-emacs-FAQ): Use Info version.
5939
5940 1999-09-29 Ken'ichi Handa <handa@gnu.org>
5941
5942 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
5943 (normat->normal). Use correct font names for Korean
5944 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
5945
5946 1999-09-29 Kenichi Handa <handa@etl.go.jp>
5947
5948 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
5949 code not used by KOI8 to the same 8-bit code instead of mapping to
5950 SPC.
5951 (cyrillic-alternativnyj-decode-table): Likewise.
5952
5953 1999-09-29 Alex Schroeder <alex@gnu.org>
5954
5955 * sql.el (sql-imenu-generic-expression): Aew, used to set
5956 imenu-generic-expression.
5957 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
5958 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
5959 imenu-case-fold-search, and imenu-syntax-alist.
5960 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
5961 setting font-lock-defaults' SYNTAX-ALIST.
5962
5963 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5964
5965 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
5966 macro, try again.
5967
5968 1999-09-28 Dave Love <fx@gnu.org>
5969
5970 * cus-edit.el (custom-comment): Change widget definition.
5971 (custom-comment-create, custom-comment-show)
5972 (custom-comment-invisible-p): Don't use :comment-overlay.
5973 (custom-comment-hide): New function.
5974 (custom-variable-set, custom-variable-save)
5975 (custom-variable-reset-standard, custom-face-set)
5976 (custom-face-save): Use it.
5977
5978 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5979
5980 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
5981
5982 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5983
5984 * faces.el (region): Doc fix.
5985
5986 1999-09-27 Dave Love <fx@gnu.org>
5987
5988 * isearch.el (isearch): Add :links in defgroup.
5989 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
5990 (isearch-switch-frame-handler): Comment out (unused).
5991 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
5992 (isearch-ring-retreat-edit): Doc fix.
5993 (isearch-mouse-yank): New command.
5994 (isearch-last-command-char): Removed. Callers changed to use
5995 last-command-char.
5996 (isearch-char-to-string): Removed. Callers changed to use
5997 char-to-string.
5998
5999 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
6000
6001 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
6002 option for Russian.
6003
6004 1999-09-25 Gerd Moellmann <gerd@gnu.org>
6005
6006 * faces.el (face-differs-from-default-p): Compare face
6007 attributes individually.
6008
6009 * image.el (put-image, insert-image): Add string argument.
6010
6011 1999-09-24 Gerd Moellmann <gerd@gnu.org>
6012
6013 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
6014 LANG=de_DE.iso88591 on HPUX 11.0.
6015
6016 * dired.el (dired-move-to-filename-regexp): Make it work
6017 for LANG=de_DE.iso88591 on HPUX 11.0.
6018
6019 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6020
6021 * info.el (info-initialize): Don't test existence of ALTERNATIVE
6022 if we know for some other reason it should not be used.
6023
6024 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
6025 New variable.
6026 (edebug-recursive-edit): Save current-prefix-arg there,
6027 bind it, and set it back at the end.
6028 (edebug-outside-excursion): Restore and update the outside
6029 value of current-prefix-arg.
6030 (edebug-emacs-version-specific): Delete support for Epoch.
6031
6032 1999-09-24 Howard Melman <howard@silverstream.com>
6033
6034 * imenu.el (imenu-after-jump-hook): New variable.
6035 (imenu): Run menu-after-jump-hook.
6036 (imenu-name-lookup-function): New variable.
6037 * imenu.el (imenu--in-alist): Use those variables.
6038
6039 1999-09-24 Carsten Dominik <cd@gnu.org>
6040
6041 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
6042 multiple thebibliography environments.
6043
6044 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
6045 with recentering window.
6046 (reftex-extract-bib-entries-from-thebibliography,
6047 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
6048 with multiple thebibliography environments.
6049
6050 * textmodes/reftex-vars.el
6051 (reftex-section-levels): Function allowed as cdr.
6052 (reftex-max-section-depth) New option.
6053
6054 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
6055 with multiple thebibliography environments.
6056
6057 1999-09-23 Gerd Moellmann <gerd@gnu.org>
6058
6059 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
6060 instead of point-min in call to delete-region.
6061
6062 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
6063
6064 * vc.el (vc-backend-checkout): Use with-temp-file when checking
6065 out into arbitrary file names.
6066
6067 1999-09-19 Ken'ichi Handa <handa@gnu.org>
6068
6069 * language/european.el ("Turkish"): New language environment.
6070
6071 1999-09-19 Dave Love <fx@gnu.org>
6072
6073 * delim-col.el: New file.
6074
6075 1999-09-17 Richard Stallman <rms@gnu.org>
6076
6077 * files.el (after-find-file): When visiting a backup file,
6078 make it read-only.
6079
6080 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
6081 (apropos-keybinding-face, apropos-label-face): Likewise.
6082 (apropos-property-face, apropos-match-face): Likewise.
6083 (apropos-label-properties): New variable.
6084 (apropos-print-doc): Use apropos-label-properties.
6085 (apropos-print): Set apropos-label-properties.
6086
6087 1999-09-15 Richard Stallman <rms@gnu.org>
6088
6089 * winner.el: Use aref instead of sref.
6090
6091 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
6092
6093 1999-09-14 Gerd Moellmann <gerd@gnu.org>
6094
6095 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
6096
6097 1999-09-14 Richard Stallman <rms@gnu.org>
6098
6099 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
6100 cookie, even if followed by a letter.
6101
6102 1999-09-14 Stephen Eglen <stephen@gnu.org>
6103
6104 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
6105 --no-line-editing are passed to Octave by including them here
6106 rather than storing them in inferior-octave-startup-args.
6107
6108 1999-09-14 Eli Zaretskii <eliz@gnu.org>
6109
6110 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
6111 command, option, env and sc.
6112
6113 * subr.el (shell-quote-argument): Quote argument with double
6114 quotes for ms-dos.
6115
6116 1999-09-14 Richard Stallman <rms@gnu.org>
6117
6118 * simple.el (eval-expression-print-level): New variable.
6119 (eval-expression-print-length): New variable.
6120 (eval-expression-debug-on-error): New variable.
6121 (eval-expression): Bind print-level, print-length and
6122 debug-on-error from those vars.
6123
6124 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
6125 Bind print-level, print-length and debug-on-error.
6126
6127 1999-09-14 Inge Frick <inge@nada.kth.se>
6128
6129 * dired.el (dired-recursive-deletes): New custom variable.
6130 (dired-re-no-dot): New variable.
6131 (dired-delete-file): New function deletes files and directories
6132 recursively.
6133 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
6134
6135 * dired-aux.el (dired-recursive-copies): New custom variable.
6136 (dired-handle-overwrite): Broke a long line.
6137 (dired-copy-file): Call `dired-copy-file-recursive' instead of
6138 `copy-file'.
6139 (dired-copy-file-recursive): New function. Copy directories
6140 recursively.
6141 (dired-do-create-files): Added support for generalized directory
6142 target. How-to function may now return a function. New fluid
6143 variable `dired-one-file'.
6144 (dired-copy-how-to-fn): New variable.
6145 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
6146 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
6147 (dired-do-copy-regexp): No recursive copies.
6148
6149 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
6150
6151 * whitespace.el (whitespace-version): Update version to 2.4
6152
6153 * whitespace.el: Add customization variables to conditionally test
6154 any of the five whitespaces, per request from Rune Kleveland
6155 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
6156
6157 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
6158
6159 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
6160 list of modes to be checked for bogus whitespaces.
6161
6162 * whitespace.el (whitespace-rescan-timer-time): Update
6163 documentation.
6164
6165 * whitespace.el (whitespace-display-unchecked-whitespaces):
6166 New function to update modeline with untested whitespaces.
6167
6168 * whitespace.el (whitespace-buffer): Test only whitespaces whose
6169 checking is turned on, and update modeline using the newly created
6170 `whitespace-display-unchecked-whitespaces'.
6171
6172 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
6173 whose checking is turned on, and update modeline using the newly
6174 created `whitespace-display-unchecked-whitespaces'.
6175
6176 * whitespace.el (whitespace-describe): Update documentation.
6177
6178 * whitespace.el (whitespace-tickle-timer): Test if
6179 `whitespace-rescan-timer-time' is non-zero before tickling timer.
6180
6181 1999-09-13 Dave Love <fx@gnu.org>
6182
6183 * hideif.el (hide-ifdef-mode): Add autoload cookie.
6184
6185 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
6186 for temp buffer.
6187 (checkdoc-this-string-valid): Don't assume default comment-start.
6188
6189 1999-09-13 Gerd Moellmann <gerd@gnu.org>
6190
6191 * rsz-mini.el: Remove code, keep the interface.
6192
6193 1999-09-13 Dave Love <fx@gnu.org>
6194
6195 * help.el (help-highlight-p): Doc fix.
6196
6197 * faces.el (mode-line, header-line, tool-bar): Add :version.
6198 (highlight, secondary-selection): Add :group.
6199 (trailing-whitespace): Add :group, :version.
6200
6201 * wid-edit.el: Remove some compatibility code and checks.
6202 (widget-specify-field, widget-specify-button): Don't use XEmacs
6203 properties.
6204 (widget-overlay-inactive): Change error message.
6205 (widget-button-pressed-face): New variable.
6206 (widget-button-click): Use it.
6207 (widget-documentation-link-add): Specify mouse and button faces.
6208 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
6209 removed now the functionality is built in.
6210
6211 * cus-edit.el: Don't define-widget-keywords.
6212 (multimedia): New group.
6213 (custom-last): Function removed.
6214 (custom-quote): Add vectorp case, comment out characterp case.
6215 (custom-buffer-done-function, custom-raised-buttons): New option.
6216 (Custom-buffer-done): New function.
6217 (custom-buffer-create-internal): Obey custom-raised-buttons,
6218 Custom-buffer-done.
6219 (custom-button-face): Make it `released-button'.
6220 (custom-button-pressed-face): Make it `pressed-button'
6221 (custom-mode-map): Bind "q" to Custom-buffer-done.
6222 (custom-mode): Deal with raised/pressed buttons.
6223
6224 Changes from Didier Verna:
6225 (custom-prompt-variable): Optional third arg makes prompt for a
6226 comment string.
6227 (customize-set-value, customize-set-variable,
6228 customize-save-variable): Optional prefix makes function handle
6229 variable comments.
6230 (customize-customized, customize-saved, custom-variable-state-set)
6231 (custom-variable-set, custom-variable-save, custom-face-state-set)
6232 (custom-variable-reset-saved, custom-variable-reset-standard)
6233 (custom-face-set, custom-face-save, custom-face-reset-saved)
6234 (custom-face-reset-standard, customize-save-customized): Handle
6235 custom comments.
6236 (custom-comment-face, custom-comment-tag-face): New face.
6237 (custom-comment): New widget.
6238 (custom-comment-create, custom-comment-delete)
6239 (custom-comment-value-set, custom-comment-show)
6240 ()custom-comment-invisible-p): New functions.
6241 (custom-variable-value-create, custom-face-value-create): Create a
6242 comment field widget.
6243 (custom-variable-menu, custom-face-menu): New entry for custom
6244 comment.
6245 (custom-face-value-create): Remove compatibility code.
6246 (custom-save-variables, custom-save-faces): Possibly save custom
6247 comments.
6248
6249 * cus-face.el (custom-face-attributes): Simplify :underline,
6250 :overline, :inverse-video cases. Fix up :box case (probably needs
6251 more work).
6252
6253 Change from Didier Verna:
6254 (custom-set-faces): The arguments can now have a custom comment as
6255 fourth argument.
6256
6257 * custom.el: Don't define-widget-keywords.
6258 Change from Didier Verna:
6259 (custom-set-variables): The arguments can now have a
6260 custom comment as fifth element.
6261
6262 1999-09-13 Richard Stallman <rms@gnu.org>
6263
6264 * info.el (Info-find-node): Cope better if guesspos is too large.
6265
6266 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6267
6268 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
6269 of buffer-substring because buffer-string doesn't copy the
6270 prompt.
6271
6272 * faces.el (mode-line): Replaces `modeline'.
6273 (toplevel): Make `modeline' an alias for `mode-line'.
6274
6275 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6276
6277 * gs.el: Change `ghostscript' to `postscript' in comment.
6278
6279 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
6280
6281 * emulation/tpu-edt.el (tpu-version): New version.
6282 (tpu-search-overlay, tpu-replace-overlay): New variables.
6283 (tpu-search-highlight, tpu-toggle-direction): New functions.
6284 (tpu-lm-replace): Set tpu-replace-overlay.
6285 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
6286 command hook.
6287
6288 1999-09-11 Richard Stallman <rms@gnu.org>
6289
6290 * isearch.el (isearch-mode-map): Undo previous change.
6291
6292 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
6293 use all of that as the sexp.
6294
6295 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
6296 and use the initial argument as file name directly.
6297 Likewise if nothing matches.
6298
6299 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
6300
6301 * winner.el: Major changes. Avoid changing point and mark.
6302 Save configurations after they change, not before.
6303
6304 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
6305
6306 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
6307 Bind print-continuous-numbering and print-number-table.
6308
6309 1999-09-10 Dave Love <fx@gnu.org>
6310
6311 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
6312
6313 1999-09-09 Richard Stallman <rms@gnu.org>
6314
6315 * whitespace.el: Finish making it fit Emacs conventions.
6316 Add autoloads.
6317
6318 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6319
6320 * generic-x.el (bat-generic-mode): "::"-style comments don't
6321 need to begin with "-". Fix the font-lock definitions of ON/OFF
6322 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
6323 from the list of keywords. Add DO to the list of keywords.
6324
6325 1999-09-09 Dave Love <fx@gnu.org>
6326
6327 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
6328 (byte-optimize-backward-word): New optimizations.
6329 (side-effect-free-fns, side-effect-and-error-free-fns): Add
6330 entries.
6331
6332 1999-09-09 Gerd Moellmann <gerd@gnu.org>
6333
6334 * image.el (put-image): Remove optional buffer parameter.
6335
6336 * faces.el (face-italic-p): Return t only for values `italic'
6337 and `oblique'.
6338
6339 * mouse.el (mouse-drag-mode-line-1): Extension of former
6340 mouse-drag-mode-line that also drags the header line.
6341 (mouse-drag-mode-line): Call it.
6342 (mouse-drag-header-line): New.
6343 (toplevel): Bind down-mouse-1 on header lines to
6344 mouse-drage-header-line.
6345
6346 1999-09-08 Gerd Moellmann <gerd@gnu.org>
6347
6348 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
6349 (make-mode-line-mouse-sensitive): Replace `top-line' by
6350 `header-line'.
6351
6352 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
6353
6354 * help.el (describe-function-1): Don't return empty string for keymaps.
6355
6356 * fill.el (fill-region-as-paragraph, canonically-space-region):
6357 Respect colon-double-space at end of line.
6358
6359 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
6360
6361 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
6362 (backup-buffer): Use it.
6363
6364 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
6365
6366 * generic-x.el (generic-define-unix-modes): Added new modes:
6367 inetd-conf-generic-mode, etc-services-generic-mode,
6368 etc-passwd-generic-mode. These are all defined for Unix by default.
6369 (apache-generic-mode): Use an imenu-generic-expression to list
6370 Configuration keywords.
6371 (samba-generic-mode): Use both ; and # as comment characters.
6372 (samba-generic-mode): Font-lock expressions now highlight name
6373 value pairs.
6374 (bat-generic-mode): Keywords are now case-insensitive through
6375 font-lock-defaults setting.
6376 (java-properties-generic-mode): Supports both ! and # as comment
6377 characters.
6378 (java-properties-generic-mode): Added an imenu-generic-expression
6379 (java-properties-generic-mode): Reworked to support the various
6380 different ways to separate name and value (viz, '=', ':' and
6381 whitespace).
6382 (show-tabs-generic-mode): Added this new generic-mode.
6383
6384 1999-09-08 Richard Stallman <rms@gnu.org>
6385
6386 * progmodes/inf-lisp.el: Moved from top directory.
6387
6388 * tar-mode.el (tar-header-block-tokenize):
6389 Use `when' instead of `and'. Fix some clobbered text.
6390
6391 * gud.el (gud-make-debug-menu): Make a child for the
6392 local menu, for its menu bar, and the debug menu.
6393 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
6394 Use the history in the simple way.
6395
6396 1999-09-07 Kenichi Handa <handa@etl.go.jp>
6397
6398 * language/korea-util.el (default-korean-keyboard): Initialize it
6399 according to the environment variable HANGUL_KEYBOARD_TYPE.
6400
6401 1999-09-07 Richard Stallman <rms@gnu.org>
6402
6403 * subr.el (make-temp-file): New function.
6404
6405 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
6406
6407 * font-lock.el (font-lock-multiline): New text property contains
6408 a boolean to indicate if the char is part of a multiline match.
6409 (font-lock-default-fontify-region): Extend the region appropriately
6410 for multiline keywords.
6411 (font-lock-default-unfontify-region): Also remove the new
6412 font-lock-multiline text property.
6413 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
6414 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
6415
6416 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6417
6418 * diary-lib.el (list-diary-entries): Make sure two-digit years
6419 have leading zeros.
6420
6421 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6422
6423 * faces.el (face-set-after-frame-default): Initialize some
6424 attributes of some faces from frame parameters.
6425
6426 * faces.el (scroll-bar, border, cursor, mouse): New faces.
6427
6428 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6429
6430 * faces.el (fringe): Replaces face `margin'.
6431
6432 1999-09-07 Dave Love <fx@gnu.org>
6433
6434 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
6435
6436 1999-09-07 Richard Stallman <rms@gnu.org>
6437
6438 * subr.el (push): Doc fix.
6439
6440 1999-09-06 Richard Stallman <rms@gnu.org>
6441
6442 * vc.el (vc-annotate-display): Use < 69 not < 70
6443 to distinguish 20YY from 19YY.
6444
6445 * timezone.el (timezone-parse-date): Use < 69 not < 70
6446 to distinguish 20YY from 19YY.
6447
6448 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
6449
6450 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
6451
6452 * quickurl.el: (quickurl-list-focused-line): Removed.
6453 (quickurl-list-insert): Now works out the focused line using
6454 `count-lines' instead of using `quickurl-list-focused-line'.
6455
6456 1999-09-06 Richard Stallman <rms@gnu.org>
6457
6458 * mail/rmail.el (rmail-retry-failure): Unconditionally move
6459 to beginning of message.
6460
6461 1999-09-06 Dave Love <fx@gnu.org>
6462
6463 * isearch.el (isearch-mode-map): Add mouse-2.
6464
6465 * mail/rmail.el (rmail-read-password): Deleted.
6466 (rmail-get-pop-password): Use read-password.
6467
6468 * quickurl.el: Don't conditionally define caddr.
6469 (quickurl-url-comment): Use nth, not caddr in function and
6470 defsetf.
6471
6472 1999-09-06 Richard Stallman <rms@gnu.org>
6473
6474 * auto-show.el: Doc fixes.
6475
6476 1999-09-06 Stephen Eglen <stephen@gnu.org>
6477
6478 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
6479 --no-line-editing so that TABs in source files are not interpreted
6480 as completion requests.
6481
6482 1999-09-06 Gerd Moellmann <gerd@gnu.org>
6483
6484 * hscroll.el, auto-show.el: Remove all code, keep the public
6485 interface as no-ops.
6486
6487 * faces.el (face-bold-p): Don't return t if face has lighter
6488 weight than normal.
6489
6490 1999-09-06 Eli Zaretskii <eliz@gnu.org>
6491
6492 * startup.el (command-line): Make small-temporary-file-directory
6493 be nil except on ms-dos.
6494
6495 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
6496
6497 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
6498 is defined.
6499
6500 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
6501 letters with a colon after d or l.
6502
6503 1999-09-06 Dave Love <fx@gnu.org>
6504
6505 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
6506 primitive.)
6507
6508 1999-09-05 Richard Stallman <rms@gnu.org>
6509
6510 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
6511
6512 * textmodes/paragraphs.el (backward-kill-sentence):
6513 Don't test minibuffer-prompt-end here.
6514 (forward-sentence): Do handle it here.
6515 (backward-kill-paragraph): Don't test it here.
6516 (forward-paragraph): Handle it here.
6517
6518 * mouse.el (font-menu-add-default): Simplify code.
6519
6520 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6521
6522 * faces.el (header-line): Renamed from `top-line'.
6523
6524 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6525
6526 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
6527
6528 1999-09-04 Richard Stallman <rms@gnu.org>
6529
6530 * whitespace.el: New file.
6531
6532 1999-09-04 Dave Love <fx@gnu.org>
6533
6534 * paths.el: Make some doc strings obey the make-docfile convention.
6535
6536 * bindings.el: Likewise.
6537 (debug-ignored-errors): Remove BBDB ones.
6538
6539 1999-09-03 Richard Stallman <rms@gnu.org>
6540
6541 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
6542 not from the draft to forward.
6543
6544 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
6545
6546 1999-09-03 Dave Love <fx@gnu.org>
6547
6548 * double.el (double-mode): Customize the variable.
6549
6550 1999-09-03 Kenichi Handa <handa@etl.go.jp>
6551
6552 * international/characters.el: Delete duplicated code.
6553
6554 1999-09-02 Richard Stallman <rms@gnu.org>
6555
6556 * indent.el (indent-relative): Doc fix.
6557
6558 * quickurl.el (quickurl): Doc fix.
6559
6560 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6561
6562 * faces.el (margin): Change background to "gray" for mono (this is
6563 drawn with a stipple pattern).
6564
6565 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6566
6567 * simple.el (next-history-element): Use minibuffer-prompt-end once
6568 again. Remove test for minibuffer-prompt-in-buffer.
6569
6570 1999-09-02 Eli Zaretskii <eliz@gnu.org>
6571
6572 * files.el (small-temporary-file-directory): New variable.
6573
6574 * startup.el (command-line): Compute the value of
6575 small-temporary-file-directory.
6576
6577 * ediff-init.el (ediff-temp-file-prefix): Use
6578 small-temporary-file-directory if non-nil.
6579
6580 * vc.el (vc-update-change-log): Likewise.
6581
6582 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
6583
6584 * simple.el (shell-command, shell-command-on-region): Use
6585 make-temp-name properly. Use small-temporary-file-directory if
6586 non-nil, otherwise temporary-file-directory, to generate temporary
6587 files.
6588
6589 * dos-w32.el (direct-print-region-helper): Use
6590 temporary-file-directory. (From Stefan Monnier.)
6591
6592 1999-09-02 Richard Stallman <rms@gnu.org>
6593
6594 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
6595 from asm-comment-char.
6596 (asm-font-lock-keywords): Recognize instruction width suffixes.
6597
6598 1999-09-01 Richard Stallman <rms@gnu.org>
6599
6600 * play/fortune.el: New file.
6601
6602 1999-08-31 Dave Love <fx@gnu.org>
6603
6604 * help.el (help-make-xrefs): Don't lose on non-empty blank line
6605 after key table.
6606
6607 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
6608 redisplay variables.
6609
6610 * subr.el (push): Fix typo.
6611
6612 1999-08-30 Kevin Blake <kblake@ticnet.com>
6613
6614 * emacs-lisp/ring.el: Many doc fixes.
6615 (ring-size, ring-copy): New functions.
6616
6617 1999-08-29 Richard Stallman <rms@gnu.org>
6618
6619 * progmodes/etags.el (tags-loop-continue):
6620 After tags-loop-operate returns, force skip to next file.
6621
6622 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
6623 (mail-extr-first-letters, mail-extr-last-letters):
6624 Use character classes [:alpha:] and [:alnum:].
6625
6626 * subr.el (push, pop): New macros.
6627
6628 * progmodes/compile.el (compilation-error-regexp-alist):
6629 New item for SGI IRIX MipsPro compilers.
6630
6631 * speedbar.el (speedbar-directory-buttons): Recognize
6632 device names when checking for file names.
6633
6634 * array.el (array-reconfigure-rows): Use generate-new-buffer.
6635
6636 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
6637 and specially handle defvar inside their expansions.
6638 (eval-defun-1): New subroutine.
6639
6640 * progmodes/compile.el (compilation-error-regexp-alist):
6641 Fix the Perl -w entry to allow period after line number.
6642 Don't allow newlines in file name, but allow them after line number
6643 for Perl debugging traces.
6644
6645 * which-func.el (which-func-cleanup-function): New variable.
6646 (which-function): Call that function.
6647
6648 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
6649 to end a function name.
6650
6651 * informat.el (Info-tagify): Don't insert more than one newline
6652 before the tag table.
6653
6654 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
6655
6656 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
6657 than make-temp-name, use match-string-no-properties, and eliminate
6658 a quadratic behavior when building bibtex-strings.
6659
6660 1999-08-29 Alex Schroeder <alex@gnu.org>
6661
6662 * comint.el (comint-input-ring-separator): New variable.
6663 (comint-read-input-ring): Doc change; use
6664 comint-input-ring-separator when reading file.
6665 (comint-write-input-ring): Use
6666 comint-input-ring-separator when writing file.
6667
6668 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
6669
6670 * informat.el (Info-tagify): Start by widening.
6671 Match node headers that don't list the file name,
6672 and more kinds of page separations.
6673 Strip properties during tagification.
6674 Use start of node header line as tag's position.
6675 Fix the "done" message.
6676
6677 (Info-validate): Save and restore match data around narrowing down.
6678
6679 1999-08-28 Richard M. Stallman <rms@gnu.org>
6680
6681 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
6682 On repeated call, override previous values put into
6683 minor-mode-map-alist and minor-mode-alist.
6684
6685 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
6686
6687 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
6688
6689 1999-08-27 Andreas Schwab <schwab@gnu.org>
6690
6691 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
6692 from cvs update.
6693
6694 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6695
6696 * calendar/calendar.el (calendar-move-hook): New hook.
6697
6698 * calendar/cal-move.el: Call the new hook in every movement function.
6699
6700 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
6701 the right function name.
6702
6703 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
6704
6705 * time-stamp.el: Put quote-backquote around all symbol names
6706 in doc strings, for mousing.
6707 (time-stamp): Support multi-line patterns.
6708 (time-stamp-inserts-lines): New variable.
6709 (time-stamp-count): New variable.
6710 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
6711 "Thu" instead of "%a".
6712
6713 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6714
6715 * simple.el (kill-word): Undo previous change.
6716
6717 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6718
6719 * jit-lock.el (jit-lock-function): Extend the fontified range
6720 to the beginning of the line containing the range start and
6721 the beginning of the line following the range end.
6722
6723 1999-08-24 Dave Love <fx@gnu.org>
6724
6725 * timezone.el: Move provide to end.
6726 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
6727 <70 are 2000+.
6728 (timezone-parse-time): Simplify somewhat.
6729
6730 1999-08-24 Gerd Moellmann <gerd@gnu.org>
6731
6732 * faces.el (margin): Renamed from bitmap-area.
6733
6734 1999-08-24 Alex Schroeder <alex@gnu.org>
6735
6736 * sql.el: Doc changes.
6737 (sql-sybase): Use sql-server instead of sql-database.
6738
6739 1999-08-23 Dave Love <fx@gnu.org>
6740
6741 * rect.el: Add/fix various doc strings. Add `*' to all the
6742 interactive specs.
6743
6744 1999-08-21 Gerd Moellmann <gerd@gnu.org>
6745
6746 * jit-lock.el (jit-lock-function): Use line-beginning-position.
6747 Don't unwind-protect font-lock-fontify-region.
6748
6749 * paragraphs.el (backward-kill-paragraph): Don't move
6750 point into mini-buffer prompt.
6751 (backward-kill-sentence): Ditto.
6752
6753 * simple.el (next-history-element): Use minibuffer-prompt-end.
6754 Remove test for minibuffer-prompt-in-buffer.
6755 (kill-word): Don't move point into mini-buffer prompt.
6756
6757 1999-08-21 Dave Love <fx@gnu.org>
6758
6759 * Makefile: Exclude CVS dirs like RCS.
6760
6761 1999-08-19 Dave Love <fx@gnu.org>
6762
6763 * tooltip.el (tooltip-mode): Customize this, per convention.
6764 (tooltip-active): Option deleted.
6765
6766 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
6767
6768 * hanoi.el, page-ext.el: Declare dynamic vars.
6769
6770 * term.el: Avoid ange-ftp related compilation warnings.
6771
6772 1999-08-18 Gerd Moellmann <gerd@gnu.org>
6773
6774 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
6775 the default so that beginners can benefit from it without
6776 searching in manuals.
6777
6778 1999-08-18 Ray Blaak <blaak@gnu.org>
6779
6780 * progmodes/delphi.el: Consider assembly sections as blocks, to
6781 indent them better. Make auto-indent on newline optional.
6782
6783 1999-08-17 Gerd Moellmann <gerd@gnu.org>
6784
6785 * bindings.el (mode-line-modified): Look up key binding for C-x
6786 C-q. If it's bound call that binding, otherwise call
6787 toggle-read-only.
6788
6789 1999-08-17 Dave Love <fx@gnu.org>
6790
6791 * info.el (info): Doc fix.
6792
6793 * finder.el (finder-known-keywords): Add `multimedia'.
6794
6795 * apropos.el: Don't capitalize custom group name.
6796
6797 * info-look.el: Remove compatibility code.
6798 (info-lookup-guess-default*): DTRT for point at start of symbol.
6799 (info-complete): Don't lose with point not at end of symbol.
6800
6801 1999-08-16 Gerd Moellmann <gerd@gnu.org>
6802
6803 * term.el (toplevel): Make face `term-default' an empty face.
6804 The code relied on the fact that Emacs ignored invalid faces in
6805 face text properties in 20.4.
6806
6807 1999-08-16 Richard M. Stallman <rms@gnu.org>
6808
6809 * subr.el (point-at-eol, point-at-bol): New aliases.
6810
6811 * simple.el: Functions reordered.
6812
6813 * rect.el (delete-rectangle-line): Use line-end-position.
6814
6815 1999-08-16 Karl Heuer <kwzh@gnu.org>
6816
6817 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
6818 here from simple.el.
6819
6820 1999-08-16 Dave Love <fx@gnu.org>
6821
6822 * mouse.el: Provide `mldrag' for compatibility.
6823 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
6824 marked obsolete.
6825
6826 * mldrag.el: Removed since the features are in mouse.el.
6827
6828 * jka-compr.el (auto-compression-mode): New variable for
6829 customization.
6830
6831 * bindings.el (mode-line-mule-info): Doc fix.
6832
6833 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
6834 name comparisons.
6835
6836 * files.el (interpreter-mode-alist): Add make, guile, clisp.
6837 (find-file): Doc fix.
6838
6839 1999-08-16 Carsten Dominik <cd@gnu.org>
6840
6841 * textmodes/reftex.el: Most of the code moved to other files.
6842 * textmodes/reftex-auc.el: New file, split out from reftex.el
6843 * textmodes/reftex-cite.el: New file, split out from reftex.el
6844 * textmodes/reftex-global.el: New file, split out from reftex.el
6845 * textmodes/reftex-index.el: New file, split out from reftex.el
6846 * textmodes/reftex-parse.el: New file, split out from reftex.el
6847 * textmodes/reftex-ref.el: New file, split out from reftex.el
6848 * textmodes/reftex-sel.el: New file, split out from reftex.el
6849 * textmodes/reftex-toc.el: New file, split out from reftex.el
6850 * textmodes/reftex-vars.el: New file, split out from reftex.el
6851 * textmodes/reftex-vcr.el: New file, split out from reftex.el
6852
6853 1999-08-16 Carsten Dominik <cd@gnu.org>
6854
6855 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
6856 conflict with pop-up-frames.
6857 (reftex-special-environment-parsers): New constant.
6858 (reftex-label-alist): car of an entry can also be a function.
6859 (reftex-what-special-env): Cew function.
6860 (reftex-label-location): Call `reftex-what-special-env'.
6861 (reftex-compile-variables): Check for symbol in
6862 `reftex-label-alist'.
6863 (reftex-what-environment): Fixed bug with stacked environments of
6864 same kind (e.g. enumerate).
6865 (reftex-process-string): Preserve default directory.
6866 (reftex-label-alist-builtin): Changed prefixes of endnote and
6867 footnote. Also the magic words.
6868 (reftex-reference): Interprete new option
6869 `reftex-fref-is-default'.
6870 (reftex-replace-prefix-escapes): Interprete new `%S' format.
6871 (reftex-toc-mouse-view-line): Command removed (had no binding).
6872 (reftex-everything-regexp): New function.
6873 (reftex-nearest-match): Made better.
6874 (reftex-toc-find-section): Use new version of
6875 `reftex-nearest-match'.
6876 (reftex-insert-docstruct): Adapted to work with the index stuff.
6877 (reftex-parse-from-file): Find index entries as well.
6878 (reftex-toc-toggle-index): New function
6879 (reftex-toc-map): `i' is now used to togle the index, File
6880 boundaries has been moved to `F'.
6881 (reftex-select-label-map): Toggling display of file boundaries is
6882 now on the `F' key, for consistency with `reftex-toc-map'.
6883 (reftex-erase-all-selection-and-index-buffers): Renamed from
6884 `reftex-erase-all-selection-buffer'. Now also kills the index
6885 buffers.
6886 (reftex-viewing-cross-references): Customization group renamed
6887 from reftex-viewing-cross-references-and-citations.
6888 (reftex-index-macro-regexp,
6889 reftex-find-index-entry-regexp-format): New variables
6890 (reftex-macros-with-index): New variable
6891 (reftex-add-index-macros): New function
6892 (reftex-renumber-simple-labels, reftex-translate): Allow for
6893 multiple labels in a single ref command.
6894 (reftex-index-support): New customization group
6895 (reftex-support-index, reftex-index-special-chars,
6896 reftex-index-macros, reftex-index-default-macro,
6897 reftex-index-default-tag, reftex-index-math-format,
6898 reftex-index-section-letters, reftex-index-include-context,
6899 reftex-index-follow-mode, reftex-index-header-face,
6900 reftex-index-section-face, reftex-index-tag-face,
6901 reftex-index-face): New options
6902 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
6903 reftex-index-tag, reftex-index-return-marker,
6904 reftex-index-restriction-indicator, reftex-index-restriction-data,
6905 reftex-index-macro-regexp, reftex-index-level-re,
6906 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
6907 reftex-everything-regexp-no-index, reftex-index-re,
6908 reftex-macros-with-index, reftex-index-macro-alist): New variables
6909 (reftex-index-help, reftex-index-macros-builtin,
6910 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
6911 reftex-query-index-macro-help): New constants
6912 (reftex-index-selection-or-word, reftex-index,
6913 reftex-default-index, reftex-update-default-index,
6914 reftex-index-complete-tag, reftex-index-select-tag,
6915 reftex-index-complete-key, reftex-index-update-taglist,
6916 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
6917 reftex-display-index, reftex-insert-index,
6918 reftex-index-insert-new-letter, reftex-get-restriction,
6919 reftex-index-pre-command-hook, reftex-index-post-command-hook,
6920 reftex-index-show-help, reftex-index-next, reftex-index-previous,
6921 reftex-index-toggle-follow, reftex-index-toggle-context,
6922 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
6923 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
6924 reftex-index-quit, reftex-index-quit-and-kill,
6925 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
6926 reftex-index-revert, reftex-index-switch-index-tag,
6927 reftex-index-restrict-to-section, reftex-index-widen,
6928 reftex-index-restriction-forward,
6929 reftex-index-restriction-backward, reftex-index-visit-location,
6930 reftex-index-analyze-entry, reftex-index-globalize,
6931 reftex-index-edit, reftex-index-toggle-range-beginning,
6932 reftex-index-toggle-range-end, reftex-index-edit-key,
6933 reftex-index-edit-attribute, reftex-index-edit-visual,
6934 reftex-index-edit-part, reftex-index-level-down,
6935 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
6936 reftex-index-change-entry, reftex-index-goto-letter,
6937 reftex-add-index-macros, reftex-ensure-index-support,
6938 reftex-index-info-safe, reftex-index-info): New functions.
6939
6940
6941 1999-08-15 Richard M. Stallman <rms@gnu.org>
6942
6943 * paren.el (show-paren-mode): Support making show-paren-mode
6944 a buffer-local variable. Don't check for a window system.
6945 (show-paren-function): Check whether show-paren-function is
6946 enabled in current buffer; do the right thing if not.
6947 Don't check for a window system.
6948 (show-paren-mode): Make it a user variable.
6949
6950 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
6951 Handle `enum' like `struct'.
6952
6953 * server.el (server-process-filter): If a client visits no buffers,
6954 close it immediately before recording it.
6955
6956 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
6957 Optimize by calling concat just once. Handle =\n sequence.
6958 (mail-unquote-printable-region): New command.
6959 (mail-quote-printable): Make it autoload.
6960
6961 1999-08-15 Karl Heuer <kwzh@gnu.org>
6962
6963 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
6964
6965 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
6966
6967 * lisp/texinfmt.el: Handle @ifnottex.
6968
6969 1999-08-15 Eli Zaretskii <eliz@gnu.org>
6970
6971 * frame.el (blink-cursor): Don't turn on cursor blinking for
6972 ms-dos.
6973
6974 * faces.el (face-valid-attribute-values): Look in
6975 x-bitmap-file-path only for x and w32 window systems.
6976
6977 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
6978 Do that if width is nil as well.
6979 (x-display-mm-height, x-display-mm-width): Update values.
6980 (x-colors): Compute the list from msdos-color-values.
6981 (x-select-enable-clipboard): Doc fix.
6982 (x-frob-font-weight, x-font-family-list): New functions.
6983
6984 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
6985
6986 * window.el (shrink-window-if-larger-than-buffer): Don't try to
6987 back up from beginning of buffer.
6988
6989 1999-08-13 Karl Heuer <kwzh@gnu.org>
6990
6991 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
6992
6993 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
6994
6995 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
6996 doomsday clock, speed control is added and changes are made to
6997 allow large numbers of rings: rings now show the whole ring
6998 number, not just the last digit; consecutive rings are allowed to
6999 be the same size when necessary to fit all the rings in the
7000 window; and poles can be oriented horizontally. Face support is
7001 thrown in gratuitously.
7002 (hanoi): Changed default number of rings back to 3.
7003 (hanoi-unix, hanoi-unix-64): New commands
7004 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
7005 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
7006 hanoi-odd-ring-face): New variables.
7007 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
7008 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
7009 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
7010 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
7011 (hanoi-topos, hanoi-draw-ring): Removed.
7012
7013 1999-08-12 Gerd Moellmann <gerd@gnu.org>
7014
7015 * faces.el (face-valid-attribute-values): Return an alist for
7016 families on ttys.
7017 (face-read-integer): Handle unspecified face attributes. Add
7018 completion for `unspecified'.
7019 (read-face-attribute): Handle unspecified font attributes.
7020 (face-valid-attribute-values): Add `unspecified' to lists so that
7021 it can be chosen via completion.
7022 (face-read-string): Don't recognize "none" as input.
7023
7024 1999-08-10 Dave Love <fx@gnu.org>
7025
7026 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
7027 string.
7028
7029 * sun-curs.el: Require sun-fns.
7030
7031 1999-08-10 Dave Love <fx@gnu.org>
7032
7033 * autorevert.el (auto-revert-mode): Add autoload cookie.
7034
7035 * hscroll.el, auto-show.el: Files deleted -- we have built-in
7036 hscroll.
7037
7038 * simple.el (hscroll-step, hscroll-point-visible)
7039 (hscroll-window-column): Remove now we have the mentioned real
7040 horizontal autoscrolling.
7041
7042 1999-08-10 Richard M. Stallman <rms@gnu.org>
7043
7044 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
7045 control use of -f option.
7046 (mail-specify-envelope-from): New variable.
7047 (mail-from-style): Doc fix.
7048
7049 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
7050 (easy-menu-get-map): New arg TO-MODIFY helps choose
7051 between local and global maps.
7052 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
7053 (easy-menu-change): Doc fix.
7054
7055 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
7056 (info-lookup-guess-default): Simplified and cleaned up.
7057 (info-lookup-guess-default*): Preserve point.
7058
7059 * view.el (view-mode-disable): If buffer-read-only is nil,
7060 don't change it.
7061
7062 * files.el (after-find-file): Disable View mode if buffer is no
7063 longer read-only.
7064
7065 * view.el (view-mode-enable, view-mode-disable):
7066 Call force-mode-line-update.
7067
7068 1999-08-10 Karl Heuer <kwzh@gnu.org>
7069
7070 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
7071 * array.el, play/landmark.el, international/latin-3.el: Likewise.
7072 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
7073
7074 1999-08-10 Alex Schroeder <asc@bsiag.com>
7075
7076 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
7077 to prevent m-eating-bug.
7078
7079 1999-08-10 Eli Zaretskii <eliz@gnu.org>
7080
7081 * term/pc-win.el (msdos-bg-mode): Remove. Call
7082 frame-set-background-mode instead. All callers changed.
7083 (msdos-face-setup): Don't force color display parameter, it is set
7084 by frame-set-background-mode.
7085 (make-msdos-frame): Call x-handle-reverse-video and
7086 face-set-after-frame-default. Delete frame if creation failed.
7087
7088 * faces.el (face-set-after-frame-default): Don't call
7089 make-face-x-resource-internal for the pc window-system.
7090
7091 1999-08-10 Dave Love <fx@melange.gnu.org>
7092
7093 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
7094 case with no docstring specially.
7095
7096 1999-08-09 Eli Zaretskii <eliz@gnu.org>
7097
7098 * complete.el (PC-do-completion): If completing on file name,
7099 reproduce str by concatenating its directory and basename parts.
7100
7101 1999-08-07 Dave Love <fx@gnu.org>
7102
7103 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
7104 unibyte to multibyte conversion of search-forward (from Handa),
7105 but avoid the replacement if the language is Latin-N.
7106
7107 1999-08-06 Richard Stallman <rms@gnu.org>
7108
7109 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
7110 of eval-buffer.
7111
7112 * international/mule.el (load-with-code-conversion):
7113 Pass t to eval-buffer for DO-ALLOW-PRINT.
7114
7115 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
7116
7117 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
7118 of filenames and attributes.
7119 (ls-lisp-insert-directory): Use directory-files-and-attributes
7120 for speed.
7121
7122 1999-08-05 Dave Love <fx@gnu.org>
7123
7124 * auto-show.el (auto-show-mode): Fix :set.
7125
7126 * widget.el (define-widget-keywords): Make dummy definition and
7127 comment-out its use.
7128
7129 1999-08-04 Richard Stallman <rms@gnu.org>
7130
7131 * progmodes/tcl.el: Customized.
7132
7133 * sql.el (sql-accumulate-and-indent): Instead of testing
7134 whether this is Emacs 20 before calling comint-accumulate,
7135 test whether comint-accumulate is defined.
7136
7137 1999-08-04 Dave Love <fx@gnu.org>
7138
7139 * sgml-mode.el: Require outline when compiling.
7140 (sgml-mode-hook, html-mode-hook): Customize.
7141 (sgml-validate-command): Fix :version.
7142 (html-autoview-mode): Doc fix.
7143
7144 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
7145 nothing in Latin-N environment.
7146
7147 * info.el (Info-find-node): Call info-initialize here.
7148 (info): Not here.
7149 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
7150
7151 1999-08-04 Richard Stallman <rms@gnu.org>
7152
7153 * ansi-color.el: New file.
7154
7155 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
7156
7157 * dired.el (dired-string-replace-match): Return `nil' when no match
7158 found with global search.
7159
7160 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
7161 * terminal.el (te-terminfo-directory):
7162 * mail/mailpost.el (post-mail-send-it):
7163 * mail/metamail.el (metamail-region):
7164 * progmodes/ada-mode.el (ada-tmp-directory):
7165 Use temporary-file-directory.
7166
7167 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
7168 (compilation-filter, compilation-forget-errors)
7169 (compilation-parse-errors): Use a marker instead of an integer for
7170 `compilation-parsing-end'.
7171
7172 * progmodes/diff.el (diff-parse-differences):
7173 Use a marker instead of an integer for `compilation-parsing-end'.
7174 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7175 Use a marker instead of an integer for `compilation-parsing-end'.
7176
7177 1999-08-03 Richard Stallman <rms@gnu.org>
7178
7179 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
7180 (Buffer-menu-mode): Doc fix.
7181 (Buffer-menu-view): New command.
7182 (Buffer-menu-view-other-window): New command.
7183
7184 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
7185
7186 * replace.el (query-replace-regexp-eval)
7187 (replace-eval-replacement, replace-loop-through-replacements)
7188 (replace-match-string-symbols): New functions.
7189 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
7190 Use replace-loop-through-replacements.
7191
7192 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
7193
7194 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
7195 (5x5): Doc fix.
7196
7197 1999-08-03 Dave Love <fx@gnu.org>
7198
7199 * fortran.el (fortran-indent-new-line): Make it an alias
7200 for reindent-then-newline-and-indent.
7201
7202 1999-08-03 Didier Verna <verna@inf.enst.fr>
7203
7204 * rect.el: All functions rewritten, except when noted above
7205 their declaration. Below is a list of interface changes.
7206 (apply-on-rectangle): New function, mostly replaces
7207 `operate-on-rectangle'. All callers changed.
7208 (move-to-column-force): Pass new second argument to `move-to-column'.
7209 (kill-rectangle): Added optional prefix arg to fill lines.
7210 (delete-rectangle): Ditto.
7211 (delete-whitespace-rectangle): Ditto.
7212 (delete-extract-rectangle): Ditto.
7213 (open-rectangle): Ditto.
7214 (clear-rectangle): Ditto.
7215 (delete-whitespace-rectangle-line): New function.
7216 (delete-rectangle-line): Added third arg FILL.
7217 (delete-extract-rectangle-line): Ditto.
7218 (open-rectangle-line): Ditto.
7219 (clear-rectangle-line): Ditto.
7220
7221 1999-08-03 Ray Blaak <blaak@gnu.org>
7222
7223 * progmodes/delphi.el: New file.
7224
7225 1999-08-02 Richard Stallman <rms@gnu.org>
7226
7227 * textmodes/outline.el (outline-previous-heading): New function.
7228 (outline-up-heading-all): Use outline-previous-heading.
7229 (outline-next-heading): Delete definition inserted yesterday.
7230
7231 1999-08-01 Richard Stallman <rms@gnu.org>
7232
7233 * textmodes/outline.el (outline-next-heading): New function.
7234 (outline-up-heading-all): New function.
7235 (outline-font-lock-level): Using outline-up-heading-all.
7236 Tell outline-back-to-heading to accept invisible headings.
7237
7238 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
7239
7240 * mail/mh-utils.el (mh-find-path-run): New variable.
7241 (mh-find-path): Test and set that.
7242 Set mail-user-agent only the first time this function is run.
7243 (mail-user-agent): Defvar deleted.
7244
7245 * info.el (info-initialize): New function.
7246 (info): Call info-initialize.
7247 (Info-directory-list): Initialize to nil,
7248 so info-initialize will set it up for real.
7249
7250 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7251
7252 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
7253 does not interpret a time as the year in a day-month entry.
7254
7255 * calendar/diary-lib.el: Change syntax table entry for colon in
7256 the diary as part of the european-date-diary-pattern fix.
7257
7258 1999-08-01 Eli Zaretskii <eliz@gnu.org>
7259
7260 * international/mule.el (set-auto-coding): Allow whitespace before
7261 and after the "variable: value" pair.
7262
7263 1999-07-30 Ken'ichi Handa <handa@gnu.org>
7264
7265 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
7266 (default-sendmail-coding-system): Doc-string fixed.
7267
7268 1999-07-30 Dave Love <fx@gnu.org>
7269
7270 * subr.el (assoc-delete-all): New function, renamed from
7271 frame-delete-all.
7272
7273 * frame.el: Change comments to doc strings and other doc fixes.
7274 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
7275 Callers changed.
7276 (set-background-color, set-foreground-color, set-cursor-color)
7277 (set-mouse-color, set-border-color): Offer completion of colours.
7278 (cursor): Add :version to defgroup.
7279
7280 * facemenu.el (list-colors-display): Make it work on ttys.
7281 (facemenu-read-color): Likewise.
7282
7283 1999-07-30 Richard M. Stallman <rms@gnu.org>
7284
7285 * frame.el (frame-notice-user-settings): If background
7286 color has been changed, update background-mode from it,
7287 then update faces.
7288
7289 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7290
7291 * net-utils.el (finger): Don't do indirect fingering.
7292
7293 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7294
7295 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
7296 rules. Add separator at end of holidays.
7297 (cal-tex-rules): New customizable variable.
7298 (cal-tex-latexify-list): Add optional parameter to put separator
7299 at end.
7300
7301 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
7302
7303 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
7304 fill prefix on each line while looping to the end of paragraph.
7305 End paragraph if it's longer than the existing fill prefix.
7306
7307 * textmodes/fill.el (fill-context-prefix): Doc fix.
7308
7309 1999-07-30 Dave Love <fx@gnu.org>
7310
7311 * font-lock.el (jit-lock): Fix :load, add :version.
7312
7313 1999-07-30 Eli Zaretskii <eliz@gnu.org>
7314
7315 * term/pc-win.el (msdos-face-setup): Register standard colors in
7316 Vface_tty_color_alist.
7317 (face-color-supported-p, face_color_gray_p): New functions.
7318
7319 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
7320 is bound.
7321
7322 * startup.el (command-line): Don't register default colors for
7323 MSDOS window-system.
7324
7325 1999-07-29 Dave Love <fx@gnu.org>
7326
7327 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
7328 charquote.
7329
7330 * lisp-mode.el (eval-defun): Re-written to avoid
7331 capturing variables.
7332
7333 * picture.el (picture-beginning-of-line): Don't call
7334 hscroll-point-visible now we have real autoscrolling.
7335 (picture-end-of-line, picture-newline, picture-open-line):
7336 Likewise.
7337
7338 * international/latin-8.el: New file.
7339 * international/latin-9.el: New file.
7340
7341 1999-07-28 Dave Love <fx@gnu.org>
7342
7343 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
7344
7345 * msb.el: Require cl only when compiling.
7346 (msb--home-dir): Deleted.
7347 (msb--format-title): Use abbreviate-file-name.
7348 (msb--choose-file-menu): Simplify string comparison.
7349
7350 1999-07-28 Gerd Moellmann <gerd@gnu.org>
7351
7352 * faces.el (toolbar): Add face definition for mono displays.
7353
7354 1999-07-27 Richard M. Stallman <rms@gnu.org>
7355
7356 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7357
7358 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
7359 force copying of default-frame-alist.
7360
7361 1999-07-26 Ken'ichi Handa <handa@gnu.org>
7362
7363 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
7364
7365 1999-07-26 Richard M. Stallman <rms@gnu.org>
7366
7367 * frame.el (set-mouse-color): If new color is nil,
7368 really respecify the current color.
7369
7370 1999-07-26 Gerd Moellmann <gerd@gnu.org>
7371
7372 * faces.el (bitmap-area): Change background of face `bitmap-area'
7373 to white for mono displays.
7374
7375 1999-07-26 Kenichi Handa <handa@etl.go.jp>
7376
7377 * international/ccl.el (ccl-embed-symbol): New function.
7378 (ccl-program-p): Deleted. Now it's implemented in C code.
7379 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
7380 (ccl-compile-translate-character): Likewise.
7381 (ccl-compile-map-single): Likewise.
7382 (ccl-compile-multiple-map-function): Likewise.
7383 (declare-ccl-program): Doc-string modified.
7384 (check-ccl-program): Check compiled CCL code by ccl-program-p.
7385
7386 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
7387
7388 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7389
7390 1999-07-25 Markus Rost <rost@gnu.org>
7391
7392 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
7393 the entries to make custom-file more readable.
7394
7395 1999-07-25 Richard M. Stallman <rms@gnu.org>
7396
7397 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
7398
7399 * emacs-lisp/edebug.el: Delete compatibility code.
7400 (edebug-next-token-class): If . is followed by a digit,
7401 return `symbol' for the token class.
7402
7403 * startup.el (command-line): If we don't find the user's init file,
7404 set user-init-file to nil.
7405
7406 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7407
7408 * info-look.el (info-lookup-interactive-arguments): Add optional
7409 argument query for new choice of help mode.
7410 (info-lookup-symbol): Use it.
7411 (info-lookup-file): Ditto.
7412 (info-lookup): Don't switch to other window, if already in Info
7413 buffer.
7414
7415 1999-07-23 Dave Love <fx@gnu.org>
7416
7417 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
7418 syntax.
7419 (fortran-fontify-string, fortran-match-!-comment): Deleted.
7420 (fortran-font-lock-syntactic-keywords): New variable.
7421 (fortran-mode): Use it.
7422 (fortran-font-lock-keywords-1): Don't do comments.
7423 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
7424 match data.
7425
7426 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
7427
7428 * msb.el (msb-menu-bar-update-buffers): Renamed from
7429 menu-bar-update-buffers.
7430 (msb-custom-set, msb--toggle-menu-type): Call
7431 msb-menu-bar-update-buffers.
7432 (msb-mode): Revise the hook setting.
7433
7434 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
7435
7436 1999-07-23 Gerd Moellmann <gerd@gnu.org>
7437
7438 * font-lock.el, help.el, simple.el: Re-integrate previously
7439 described changes that were lost due to errors while checking them
7440 in.
7441
7442 1999-07-23 Kevin Blake <kblake@ticnet.com>
7443
7444 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
7445
7446 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
7447
7448 * international/encoded-kb.el
7449 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
7450 but push it to unread-command-events.
7451 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
7452 (encoded-kbd-self-insert-sjis): Likewise.
7453 (encoded-kbd-self-insert-big5): Likewise.
7454
7455 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
7456 before left margin and fill-prefix by fill-find-break-point.
7457
7458 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7459
7460 * info-look.el (info-lookup-setup-mode): Don't give up, if
7461 info-lookup-make-completions returns an error.
7462 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
7463 name latex, not latex2e.
7464
7465 1999-07-21 Richard M. Stallman <rms@gnu.org>
7466
7467 * replace.el (perform-replace): Turn off case-fold-search
7468 if FROM-STRING argument has uppercase in it.
7469
7470 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7471
7472 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
7473 mode is on. Don't use end of changed text.
7474
7475 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7476
7477 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
7478 (cl-hash-table-p): Renamed from hash-table-p.
7479 (cl-hash-table-count): Renamed from hash-table-count.
7480 (maphash): Alias to cl-maphash removed.
7481 (gethash): Likewise.
7482 (puthash): Likewise.
7483 (remhash): Likewise.
7484 (clrhash): Likewise.
7485
7486 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7487
7488 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
7489 third arg non-nil. See comment there why this isn't a good idea.
7490
7491 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7492
7493 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
7494
7495 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
7496 sit-for with 3rd arg non-nil to prevent redisplay.
7497
7498 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7499
7500 * image.el (image-type-from-file-header): If file doesn't
7501 have a directory part, add data-directory.
7502
7503 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7504
7505 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
7506 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
7507 motion handling when tooltip-gud-tips-p is nil.
7508
7509 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7510
7511 * tooltip.el (tooltip-mode): Don't use `plusp'.
7512 (tooltip-active): Use initial value of nil.
7513
7514 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
7515
7516 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7517
7518 * bindings.el (make-mode-line-mouse-sensitive): Add key
7519 definitions for `top-line'.
7520
7521 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7522
7523 * faces.el (top-line): New face.
7524
7525 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7526
7527 * image.el (image-type-regexps): Add regexp for PS files.
7528
7529 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7530
7531 * faces.el (set-face-attribute): Fix wrong handling of frame
7532 begin equal to t.
7533
7534 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7535
7536 * image.el (image-type-regexps): Add PNG format.
7537
7538 1999-07-21 Dave Love <fx@gnu.org>
7539
7540 * bindings.el (mode-line-modified): New variable.
7541 (mode-line-mode-menu-1): Switch to appropriate window before
7542 showing menu.
7543
7544 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7545
7546 * faces.el (face-underline): Removed.
7547 (face-underline-color): Ditto.
7548
7549 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7550
7551 * faces.el (face-x-resources): Fix typo.
7552
7553 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7554
7555 * faces.el: Remove handling of `:relief', extend handling of
7556 `:box'.
7557 (frame-set-background-mode): Choose new defface specs after
7558 frame parameters have changed.
7559
7560 * cus-face.el: Ditto.
7561
7562 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7563
7564 * custom.el (defface): Extend documentation to include new
7565 face attributes.
7566
7567 * cus-face.el (custom-face-attributes): Add overline,
7568 strike-through, box.
7569
7570 * faces.el (face-valid-attribute-values): Handle overline,
7571 strike-through, box.
7572 (face-attribute-name-alist): Add pairs for new face attributes.
7573 (describe-face): Handle new face attributes.
7574
7575 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7576
7577 * faces.el (face-x-resources): Add overline, strike-through, box.
7578
7579 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7580
7581 * enriched.el (enriched-translations): Add `display' and
7582 "x-display".
7583 (enriched-handle-display-prop): New.
7584 (enriched-decode-display-prop): New.
7585
7586 * format.el (top-level): Give `display' property
7587 `format-list-atomic-p.
7588 (format-annotate-single-property-change): Test that property.
7589 If present, treat list property values like atoms.
7590
7591 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7592
7593 * cus-face.el (custom-face-attributes): Use `choice' everywhere
7594 so that "*" can be entered.
7595
7596 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7597
7598 * cus-face.el (custom-face-attributes): Don't use `#''.
7599
7600 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7601
7602 * cus-face.el (custom-face-attributes): Return underline
7603 face attribute directly from the second lambda of underline.
7604
7605 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7606
7607 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
7608
7609 * frame.el (after-setting-font-hooks): New variable.
7610 (set-frame-font): Run those hooks.
7611
7612 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
7613
7614 * faces.el (set-face-attribute): Fix doc string.
7615
7616 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7617
7618 * cus-face.el (custom-face-attributes): Accept color name.
7619
7620 * faces.el (face-underline-p): Accept unspecified underlining.
7621 (face-underline): Ditto. Fix doc string.
7622
7623 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7624
7625 * faces.el (face-underline-color): New function.
7626
7627 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7628
7629 * cus-face.el (custom-face-attributes): Support underline coloring.
7630 Added slot to choose a color.
7631
7632 * faces.el (face-underline): New function.
7633 (face-underline-p): Support underline coloring.
7634 Return nil only if the underline attribute is 'normal.
7635 (set-face-underline): New function.
7636 (face-valid-attribute-values): Support underline coloring.
7637
7638 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7639
7640 * image.el (insert-image): Use `display' instead of `glyph'
7641 as text property name.
7642 (put-image): Ditto.
7643 (image-type-from-file-header): Use insert-file-contents-literally.
7644
7645 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7646
7647 * easymenu.el (easy-menu-do-add-item): Don't use the empty
7648 string to indicate separators.
7649
7650 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7651
7652 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
7653 instead of message-log.
7654
7655 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7656
7657 * faces.el (bitmap-area): New face.
7658
7659 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7660
7661 * image.el (insert-image): New.
7662
7663 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7664
7665 * frame.el (blink-cursor): Set the symbol's value.
7666 (show-trailing-whitespace): Change group to font-lock.
7667
7668 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7669
7670 * jit-lock.el: New.
7671 * font-lock.el: Add jit-mode as new support mode.
7672
7673 * font-lock.el (font-lock-fontify-keywords-region): Stop when
7674 reaching end instead of letting re-search-forward signal an error.
7675 (demand-lock-mode): New.
7676 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
7677 (font-lock-turn-off-thing-lock): Ditto.
7678 (font-lock-after-fontify-buffer): Ditto.
7679 (font-lock-after-unfontify-buffer): Ditto.
7680
7681 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7682
7683 * gs.el: New file.
7684
7685 * startup.el (command-line-1): Activate tooltip mode if
7686 interactive.
7687
7688 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7689
7690 * faces.el (toolbar): Grey default background.
7691 (modeline): Ditto.
7692
7693 * image.el (image-type-regexps): New.
7694 (image-type-from-file-header): New.
7695 (create-image): Call it.
7696
7697 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7698
7699 * image.el: New file.
7700
7701 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7702
7703 * bindings.el (mode-line-format): Replace `mode-name' with
7704 `(:eval mode-line-mode-name)'.
7705 (mode-line-mode-name): New.
7706 (make-mode-line-mouse-sensitive): Don't change default value
7707 of `mode-name'.
7708
7709 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7710
7711 * tooltip.el: New file.
7712
7713 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7714
7715 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
7716 instead of mouse-3 to pop up menus.
7717 (mode-line-kill-buffer): Removed.
7718 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
7719 buffer name.
7720 (mode-line-buffer-menu-1): Removed.
7721
7722 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
7723
7724 * bindings.el (mode-line-buffer-identification-keymap): New.
7725 (mode-line-buffer-menu-keymap): New.
7726 (mode-line-mode-menu-keymap): New.
7727 (mode-line-unbury-buffer): New.
7728 (mode-line-other-buffer): New.
7729 (mode-line-kill-buffer): New.
7730 (mode-line-buffer-menu-1): New.
7731 (mode-line-mode-menu-1): New.
7732 (make-mode-line-mouse-sensitive): New.
7733
7734 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7735
7736 * help.el (describe-key-briefly): Handle mode line strings
7737 with local-map properties.
7738 (describe-key): Ditto.
7739 (mode-line-key-binding): New.
7740
7741 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7742
7743 * scroll-bar.el (scroll-bar-timer): New.
7744 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
7745
7746 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7747
7748 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
7749 and `bottom'.
7750
7751 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7752
7753 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
7754 (global): Use different key bindings if using tookit scroll bars.
7755
7756 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7757
7758 * faces.el (modeline): Define mode line face with relief for
7759 class color, only.
7760 (toolbar): New face.
7761
7762 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7763
7764 * frame.el (frame-initialize): Set frame-creation-function to
7765 tty-create-frame-with-faces.
7766
7767 * faces.el (frame-set-background-mode): Make it work for
7768 window-system nil.
7769
7770 * faces.el (tty-create-frame-with-faces): New.
7771 (face-set-after-frame-default): Make it work for TTY frames.
7772
7773 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7774
7775 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
7776 Return a list of one font family for TTYs. Don't return bitmap
7777 file paths for TTY frames.
7778
7779 * faces.el: Add face specs for tty displays to basic faces.
7780
7781 * font-lock.el (font-lock-comment-face): Add spec for color tty.
7782 (font-lock-string-face): Ditto.
7783 (font-lock-keyword-face): Ditto.
7784 (font-lock-builtin-face): Ditto.
7785 (font-lock-function-name-face): Ditto.
7786 (font-lock-variable-name-face): Ditto.
7787 (font-lock-type-face): Ditto.
7788 (font-lock-constant-face): Ditto.
7789 (font-lock-warning-face): Ditto.
7790
7791 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7792
7793 * startup.el (command-line): Register default tty colors.
7794
7795 * faces.el (face-spec-set-match-display): Recognize `type tty'.
7796
7797 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7798
7799 * faces.el (modeline): For X frames, use a modeline with relief.
7800
7801 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7802
7803 * faces.el (frame-update-faces): Copied from 20.2.
7804 (frame-update-face-colors): Ditto. Code removed that isn't
7805 applicable in the new face implementation.
7806
7807 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7808
7809 * frame.el (show-trailing-whitespace): New.
7810
7811 * faces.el (trailing-whitespace): New basic face.
7812
7813 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7814
7815 * cus-face.el (custom-facep): Always define as alias for facep.
7816
7817 * cus-face.el (custom-face-attributes): Use choice widgets.
7818 Remove :bold and :italic.
7819
7820 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7821
7822 * faces.el (face-charset-registries): Removed since fontset.el
7823 is no always loaded.
7824
7825 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7826
7827 * faces.el (internal-get-face): Added as obsolete function for
7828 compatibility.
7829
7830 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7831
7832 * frame.el (blink-cursor-end): Call show-cursor.
7833 (blink-cursor-mode): Ditto.
7834
7835 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7836
7837 * faces.el (face-spec-reset-face): Reset all attributes to
7838 `unspecified'.
7839 (face-spec-set): Use it.
7840
7841 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7842
7843 * faces.el (read-all-face-attributes): Bug fix.
7844 (face-read-integer): Allow nil default value.
7845 (face-valid-attribute-values): Use symbol names of attribute
7846 values for completion list.
7847
7848 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7849
7850 * faces.el (internal-find-face): Define for compatibility with
7851 20.2.
7852 (face-id): Likewise.
7853
7854 * faces.el (face-id): Return the ID of a realized face for ASCII.
7855
7856 * fontset.el (x-charset-registries): Removed. Now in faces.el.
7857 (x-complement-fontset-spec): Use face-charset-registries.
7858
7859 * faces.el (face-font-selection-order): Set font selection order
7860 from Lisp.
7861 (face-alternative-font-family-alist): Set alternative font
7862 families from Lisp.
7863
7864 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7865
7866 * faces.el (set-face-charset-registries): Set symbol value.
7867
7868 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7869
7870 * faces.el (face-set-after-frame-default): Call function
7871 internal-merge-in-global-face.
7872
7873 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7874
7875 * faces.el (face-list): Return symbols from face-global-alist.
7876
7877 * faces.el (face-list): Return a copy of the face name list so
7878 that it cannot be modified from outside (facemenu.el uses
7879 nreverse, for example).
7880
7881 * cus-face.el (custom-face-attributes): Add :bold and :italic
7882 for compatibility with old code.
7883
7884 * faces.el (set-face-attributes-from-resources): Additional
7885 frame parameter.
7886 (make-face-x-resource-internal): Set attributes from resources
7887 for a given frame or all frames.
7888
7889 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7890
7891 * faces.el (all-faces): Removed.
7892
7893 * custom.el (defface): Add new face attributes to function
7894 comment.
7895
7896 * font-lock.el (font-lock-comment-face): Use new face attribute
7897 names.
7898 (font-lock-string-face): Ditto.
7899 (font-lock-keyword-face): Ditto.
7900 (font-lock-builtin-face): Ditto.
7901 (font-lock-function-name-face): Ditto.
7902 (font-lock-variable-name-face): Ditto.
7903 (font-lock-type-face): Ditto.
7904 (font-lock-reference-face): Ditto.
7905 (font-lock-warning-face): Ditto.
7906 ((boundp 'font-lock-face-attributes)): Ditto.
7907
7908 * cus-face.el (custom-face-attributes): Use new face attributes.
7909
7910 * faces.el (set-face-attribute-from-resource): Initialize
7911 from resources only for X and W32.
7912
7913 * cus-face.el (custom-declare-face): Don't make frame-local
7914 faces.
7915
7916 * faces.el (describe-face): Use princ instead of insert.
7917
7918 * faces.el: Add XLFD manipulation functions from 20.2 again
7919 because fontset.el uses them.
7920 (face-set-after-frame-default): Add empty definition.
7921
7922 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7923
7924 * faces.el (make-face): Correct typo.
7925 (set-face-attribute-from-resource): Use let*.
7926 (face-underline-p): Correct typo.
7927 (face-inverse-video-p): Ditto.
7928 (set-face-stipple): Ditto.
7929 (face-read-string): Make completion-list optional parameter.
7930
7931 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7932
7933 * faces.el (face-charset-registries): Alist mapping charset
7934 symbols to registries and encoding.
7935
7936 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7937
7938 * frame.el (blink-cursor-mode): Use interactive spec "P".
7939
7940 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7941
7942 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
7943 mode. The cursor of selected_window blinks if the mode is enabled.
7944
7945 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7946
7947 * simple.el (next-history-element): Set point to the end of the
7948 prompt if minibuffer-prompt-in-buffer.
7949
7950 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7951
7952 * faces.el (x-font-regexp): Add sub-expression parentheses for
7953 several font name components.
7954
7955 1999-07-21 Gerd Moellmann <gerd@acm.org>
7956
7957 * faces.el (set-face-relief): Use index 12 for relief.
7958 (face-fill-in): Set relief from data.
7959 (internal-make-face): Init relief to zero.
7960
7961 * faces.el (face-spec-set): Call modify-face with additional
7962 parameters for relief and fixed-p.
7963
7964 1999-07-21 Gerd Moellmann <gerd@acm.org>
7965
7966 * cus-face.el: ':fixed and ':relief added.
7967
7968 * faces.el (describe-face): Add fixed font attribute and relief.
7969 (face-attr-match-p): Ditto.
7970 (face-attr-construct): Ditto.
7971 (face-spec-set): Ditto.
7972
7973 1999-07-21 Gerd Moellmann <gerd@acm.org>
7974
7975 * faces.el (internal-make-face): Function to create a Lisp vector
7976 suitable for representing a face.
7977 (make-face): Use it instead of make-vector.
7978 (x-create-frame-with-faces): Use it instead of vector.
7979 (internal-facep): Increase vector size to 14.
7980 (internal-make-face): Ditto.
7981 (face-relief): Access relief thickness.
7982 (face-fixed-p): Access fixed font attribute.
7983 (set-face-fixed-p): Set fixed font attribute.
7984 (set-face-relief): Set relief attribute.
7985 (internal-face-interactive-int): Read int attribute of face.
7986 (modify-face): Add fixed-p and relief parameters.
7987 (copy-face): Handle fixed-p and relief.
7988 (face-equal): Compare fixed-p and relief.
7989 (face-differs-from-default-p): Ditto.
7990 (face-nontrivial-p): Add fixed-p and relief.
7991
7992 1999-07-21 Gerd Moellmann <gerd@acm.org>
7993
7994 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
7995 (internal-facep): Increase vector size.
7996 (make-face): Ditto.
7997 (face-shadow-thickness): Added.
7998 (set-face-shadow-thickness): Added.
7999 (modify-face): Add optional shadow-thickness parameter.
8000 (make-face-x-resource-internal): Add shadows.
8001 (copy-face): Ditto.
8002 (face-equal): Ditto.
8003 (face-differs-from-default-p): Ditto.
8004 (face-nontrivial-p): Ditto.
8005 (face-attr-match-p): Ditto.
8006 (face-attr-construct): Ditto.
8007 (face-spec-set): Ditto.
8008 (face-fill-in): Ditto.
8009
8010 1999-07-21 Gerd Moellmann <gerd@acm.org>
8011
8012 * bench.el (bench-mark-split-window): New bench mark.
8013
8014 1999-07-21 Gerd Moellmann <gerd@acm.org>
8015
8016 * faces.el (set-face-font): Don't pass default font to
8017 x-resolve-font so that font will not have to be of the same
8018 size.
8019
8020 1999-07-20 Dave Love <fx@gnu.org>
8021
8022 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
8023 unconditionally t.
8024
8025 1999-07-20 Karl Heuer <kwzh@gnu.org>
8026
8027 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
8028
8029 1999-07-20 Dave Love <fx@gnu.org>
8030
8031 * help.el (describe-variable): Fix test for customizability.
8032
8033 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
8034 Check for readonly buffer in interactive spec.
8035 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
8036 (backward-kill-word): Add * to interactive spec.
8037
8038 * underline.el (underline-region, ununderline-region): Add * to
8039 interactive spec.
8040
8041 * fill.el (canonically-space-region, justify-current-line): Add *
8042 to interactive spec.
8043 (fill-region-as-paragraph, fill-paragraph, fill-region)
8044 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
8045 readonly buffer in interactive spec.
8046
8047 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
8048 (backward-kill-sentence, kill-sentence): Add * to interactive
8049 spec.
8050
8051 1999-07-19 Richard M. Stallman <rms@gnu.org>
8052
8053 * dired-aux.el (dired-do-shell-command): Doc fix.
8054
8055 * shell.el (shell-unquote-argument): New function.
8056 (shell-directory-tracker): Use shell-unquote-argument.
8057 * comint.el (comint-arguments): Handle \ followed by space or tab.
8058
8059 1999-07-19 John Wiegley <jwiegley@borland.com>
8060
8061 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
8062 color codes 39 and 49, which by the way lynx uses them seem to
8063 mean "foreground reset" and "background reset".
8064
8065 1999-07-19 Karl Heuer <kwzh@gnu.org>
8066
8067 * font-lock.el (c++-keywords): Add "typeid".
8068
8069 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
8070 selects no font, treat that as zero selections, not one.
8071
8072 1999-07-19 Dave Love <fx@gnu.org>
8073
8074 * info.el (Info-search): Don't lose with empty regexp.
8075
8076 * version.el: Cater for (free) `ident' program, not `which'.
8077
8078 * hl-line.el: New file.
8079
8080 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
8081 for modes which don't define menus.
8082
8083 1999-07-16 Richard M. Stallman <rms@gnu.org>
8084
8085 * webjump.el (webjump-sample-sites): Update some URLs.
8086
8087 1999-07-14 Richard Stallman <rms@gnu.org>
8088
8089 * Version 20.4 released.
8090
8091 1999-07-14 Andreas Schwab <schwab@gnu.org>
8092
8093 * compare-w.el (compare-windows): Try to find the next window in
8094 the current frame before looking at the other frames.
8095
8096 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
8097
8098 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
8099 Use cyrillic-jcuken as default input method.
8100
8101 1999-07-12 Richard Stallman <rms@gnu.org>
8102
8103 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
8104 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
8105
8106 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
8107 (ispell-local-dictionary-alist): Add koi8-r for character set.
8108
8109 * textmodes/flyspell.el (flyspell-get-word):
8110 Add special handling for when ispell-otherchars is empty.
8111
8112 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
8113
8114 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
8115 when having nested functons.
8116 (pascal-indent-nested-functions) (pascal-indent-line)
8117 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
8118 indenting nested functions.
8119
8120 1999-07-09 Richard Stallman <rms@gnu.org>
8121
8122 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
8123
8124 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
8125
8126 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
8127 the `end' keyword was in the very beginning of the buffer.
8128
8129 1999-07-08 Richard Stallman <rms@gnu.org>
8130
8131 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
8132
8133 * term.el (term-emulate-terminal): Avoid infinite loop
8134 in strange case where minibuffer window is selected but not active.
8135
8136 1999-07-07 Stephen Eglen <stephen@gnu.org>
8137
8138 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
8139 Change regexp so that it doesn't match commands beginning with `cd'.
8140
8141 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8142
8143 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
8144
8145 1999-07-06 Richard Stallman <rms@gnu.org>
8146
8147 * hscroll.el (hscroll-minibuffer-hook): New function.
8148 (hscroll-global-mode): Add and remove that hook.
8149 Set hscroll-old-truncate-was-global's default value.
8150
8151 1999-07-05 Richard Stallman <rms@gnu.org>
8152
8153 * files.el (revert-buffer): Don't preserve point here.
8154 (revert-buffer-insert-file-contents-function): Doc fix.
8155
8156 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
8157
8158 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
8159 doing a `stat' when it isn't necessary because that can cause
8160 trouble when an NFS server is down.
8161
8162 1999-07-04 Richard Stallman <rms@gnu.org>
8163
8164 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
8165
8166 1999-07-03 Richard Stallman <rms@gnu.org>
8167
8168 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
8169 for \200...\240 also.
8170 (isearch-printing-char): Use unibyte-char-to-multibyte.
8171
8172 1999-07-02 Richard Stallman <rms@gnu.org>
8173
8174 * frame.el (minibuffer-frame-alist): Use defcustom.
8175 (pop-up-frame-alist): Likewise.
8176 (initial-frame-alist): Specify * in the doc string.
8177
8178 * hscroll.el (hscroll-mode): Make it a permanent local.
8179 (hscroll-mode): Don't cancel the timer
8180 if HScroll mode is enabled in some other buffer.
8181
8182 * isearch.el (isearch-done): If search ends in middle of intangible
8183 text (due to text property), move on to the limit of that text.
8184
8185 1999-07-01 Andrew Innes <andrewi@gnu.org>
8186
8187 * man.el (Man-build-man-command): Use value of null-device,
8188 instead of hard-coding "/dev/null".
8189
8190 * dos-w32.el (untranslated-canonical-name): Avoid expanding
8191 ange-ftp file names, which might force ange-ftp to prompt for a
8192 password.
8193
8194 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
8195 to prevent references to temp files.
8196
8197 1999-06-30 Richard Stallman <rms@gnu.org>
8198
8199 * progmodes/sh-script.el (sh-feature): If nothing is known
8200 about the given shell, use the values for `sh'.
8201
8202 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
8203
8204 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
8205 to make it non-recursive.
8206
8207 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
8208
8209 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8210
8211 * auto-show.el (auto-show-mode): Fix Typo in :set.
8212
8213 1999-06-29 Richard M. Stallman <rms@gnu.org>
8214
8215 * progmodes/sh-script.el (sh-mode): When setting syntax
8216 table, default to the standard one.
8217
8218 1999-06-27 Richard M. Stallman <rms@gnu.org>
8219
8220 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
8221
8222 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
8223
8224 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
8225 a frame when `return' is requested (even if pop-up-frames = t)
8226 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
8227 should only be set for the bibtex buffer.
8228
8229 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
8230
8231 * progmodes/compile.el: Deal with compilation-error-screen-columns
8232 being buffer-local.
8233
8234 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8235
8236 * comint.el (comint-password-prompt-regexp): Allow "(again)".
8237
8238 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8239
8240 * cal-x.el (calendar-only-one-frame-setup): New function.
8241 * calendar.el (calendar): Call it if requested.
8242
8243 1999-06-24 Karl Heuer <kwzh@gnu.org>
8244
8245 * startup.el (iso-8859-n-locale-regexp): Doc fix.
8246
8247 1999-06-22 Richard M. Stallman <rms@gnu.org>
8248
8249 * mail/supercite.el (sc-emacs-features): Doc fix.
8250
8251 1999-06-22 Karl Heuer <kwzh@gnu.org>
8252
8253 * files.el (auto-mode-alist): Add pike-mode.
8254
8255 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
8256
8257 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
8258 last byte of a numeric field is a space or a NUL. Parse it as
8259 potentially part of the number. This is used by GNU tar
8260 1.12.64012 to handle larger values.
8261
8262 1999-06-20 Karl Heuer <kwzh@gnu.org>
8263
8264 * custom.el (custom-handle-keyword): Fix error message.
8265
8266 1999-06-18 Andrew Innes <andrewi@gnu.org>
8267
8268 * mail/smtpmail.el (smtpmail-send-it): Use
8269 convert-standard-filename to make file names for queued mail safe
8270 on Windows (`:' is invalid in file names on Windows).
8271
8272 1999-06-17 Kenichi Handa <handa@etl.go.jp>
8273
8274 * international/mule-cmds.el (describe-current-input-method):
8275 Current-input-method is string.
8276 (toggle-input-method): Docstring fixed.
8277
8278 * international/mule-diag.el
8279 (describe-current-coding-system-briefly): Fix format string.
8280
8281 * international/mule-util.el (coding-system-eol-type-mnemonic):
8282 Docstring modified. Return a string.
8283
8284 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
8285
8286 * sql.el (sql-input-ring-file-name): Doc fix.
8287
8288 1999-06-17 Richard M. Stallman <rms@gnu.org>
8289
8290 * calendar/cal-x.el (special-display-buffer-names):
8291 Don't put (get-file-buffer diary-file) on this list.
8292
8293 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
8294
8295 * play/mpuz.el (mpuz-try-proposal): Fix message call.
8296 Don't penalize player for certain impossible guesses.
8297
8298 1999-06-16 Andrew Innes <andrewi@gnu.org>
8299
8300 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
8301 return the string "Unk 0 0000" so at least it appears to be a
8302 valid timestamp to `dired-move-to-filename-regexp'.
8303
8304 1999-06-15 Ken'ichi Handa <handa@gnu.org>
8305
8306 * ps-print.el (ps-control-character): Fix previous change.
8307
8308 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8309
8310 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
8311 multiple output of the last message.
8312
8313 1999-06-14 Eli Zaretskii <eliz@gnu.org>
8314
8315 * term/internal.el (IT-display-table-setup): Do not remap \222 to
8316 the ASCII apostrophe, as most DOS codepages have some other glyph
8317 there.
8318
8319 1999-06-14 Ken'ichi Handa <handa@gnu.org>
8320
8321 * language/ethio-util.el (setup-ethiopic-environment-internal):
8322 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
8323 (exit-ethiopic-environment): Likewize.
8324
8325 1999-06-12 Richard M. Stallman <rms@gnu.org>
8326
8327 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
8328
8329 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8330
8331 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
8332 custom-initialize-default to avoid infinite loop.
8333 (crisp-mode): (defun) Call transient-mark-mode here, not when
8334 loading the file. Run crisp-mode-hook here, and run
8335 crisp-load-hook when loading the file.
8336
8337 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
8338 rmail-summary buffer, search for pattern in rmail-file.
8339
8340 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
8341
8342 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
8343
8344 * ps-print.el (ps-printer-name): Fix custom type.
8345
8346 1999-06-12 Reto Zimmermann <reto@synopsys.com>
8347
8348 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
8349 (vhdl-port-paste-generic-map): Fix indentation bug.
8350 (vhdl-port-paste-port-map): Fix indentation bug.
8351 (vhdl-scan-file-contents): Make scanning case insensitive.
8352
8353 1999-06-11 Richard M. Stallman <rms@gnu.org>
8354
8355 * files.el (write-file): When buffer is not already visiting a file,
8356 don't put buffer name in the minibuffer, just make it the default.
8357 Also handle just directory as arg usefully in that case.
8358
8359 * simple.el (sendmail-user-agent-compose):
8360 Ignore case when inserting the rest of the "other" headers.
8361
8362 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
8363
8364 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
8365 (info-lookup-interactive-arguments): Never insert the default
8366 into the minibuffer automatically.
8367
8368 * emacs-lisp/cl-extra.el (getf): Don't call get*.
8369
8370 1999-06-09 Richard M. Stallman <rms@gnu.org>
8371
8372 * simple.el (shell-command): Avoid printing "mark set" message.
8373
8374 1999-06-09 Dave Love <fx@gnu.org>
8375
8376 * progmodes/compile.el (compilation-error-regexp-alist): Allow
8377 digits in program name in first pattern.
8378
8379 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
8380
8381 * vc.el (vc-dired-mode): Don't match anything before the date in
8382 dired-move-to-filename-regexp.
8383
8384 1999-06-07 Ken'ichi Handa <handa@gnu.org>
8385
8386 * international/quail.el (quail-define-rules): Fix typo in
8387 docstring.
8388
8389 1999-06-05 Stephen Eglen <stephen@gnu.org>
8390
8391 * iswitchb.el (iswitchb-default-keybindings): Add
8392 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
8393 than when package is loaded.
8394
8395 1999-06-04 Richard M. Stallman <rms@gnu.org>
8396
8397 * startup.el (command-line): Don't set user-init-file directly;
8398 tell `load' to set it.
8399
8400 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
8401
8402 * simple.el (next-history-element):
8403 Handle minibuffer-text-before-history properly when reading sexps.
8404
8405 * disp-table.el (standard-display-european):
8406 For an interactive call by the user,
8407 don't set enable-multibyte-characters,
8408 and don't set the terminal coding system.
8409
8410 * textmodes/refbib.el: Don't print any messages or display
8411 a buffer when loading the library.
8412 (r2b-help): Doc fix.
8413 (r2b-help-message): Update the documentation.
8414 (r2b-load-quietly): Variable deleted.
8415 (r2b-convert-buffer): Doc fix.
8416
8417 1999-06-04 Dave Love <fx@gnu.org>
8418
8419 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
8420
8421 * auto-show.el: Don't change hooks on loading.
8422 (auto-show-mode): Autoload. Default to nil. Add :set &c.
8423 (auto-show-mode): Add to hooks here.
8424
8425 1999-06-04 Richard Sharman <rsharman@pobox.com>
8426
8427 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
8428 recursion on bogus input.
8429
8430 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
8431
8432 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
8433 does not select a buffer from the buffers menu, then the attached
8434 frame is not switched to anything.
8435
8436 1999-06-03 Ken'ichi Handa <handa@gnu.org>
8437
8438 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
8439 (viet-viscii-...->viet-vscii...).
8440
8441 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
8442
8443 1999-06-01 Dave Love <fx@gnu.org>
8444
8445 * progmodes/fortran.el: Add :link to defgroup.
8446 (fortran-blink-matching-if): Match ELSE statements too.
8447 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
8448 that filling is always done.
8449
8450 1999-05-31 Richard M. Stallman <rms@gnu.org>
8451
8452 * simple.el (append-next-kill): Use an arg to distinguish
8453 interactive calls from Lisp calls, rather than (interactive-p).
8454
8455 * international/iso-transl.el (iso-transl-language-alist):
8456 Interchange n and N.
8457
8458 1999-05-31 Dave Love <fx@gnu.org>
8459
8460 * msb.el Add to minor-mode-map-alist. Remove hook installation
8461 and keymap munging on load.
8462 (msb-mode): New option.
8463 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
8464 Doc fix.
8465 (msb-mode-map): New variable.
8466 (msb-mode): New command.
8467
8468 1999-05-31 Dave Love <fx@gnu.org>
8469
8470 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
8471 (ispell-complete-word-dict): Likewise.
8472
8473 1999-05-31 Eli Zaretskii <eliz@gnu.org>
8474
8475 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
8476 force the data buffer to be saved, even if the data didn't
8477 change, in case the write filter was modified. Restore the
8478 current record after read-file-filter finishes.
8479
8480 1999-05-29 Karl Heuer <kwzh@gnu.org>
8481
8482 * ispell4.el: Obsolete; file deleted.
8483
8484 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
8485
8486 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
8487 VALUE is a syntax table.
8488
8489 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
8490
8491 * simple.el (zap-to-char): Doc fix.
8492
8493 1999-05-27 Ken'ichi Handa <handa@gnu.org>
8494
8495 * isearch.el (isearch-quote-char): Don't assume character codes
8496 0200 - 0237 stand for characters in some single-byte character
8497 charset.
8498
8499 1999-05-27 Dave Love <fx@gnu.org>
8500
8501 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
8502
8503 1999-05-27 Andreas Schwab <schwab@gnu.org>
8504
8505 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
8506 headerline does not exist already.
8507
8508 1999-05-26 Richard Stallman <rms@gnu.org>
8509
8510 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8511 Avoid nested null-loops.
8512
8513 1999-05-26 Ken'ichi Handa <handa@gnu.org>
8514
8515 * international/characters.el: Typo fixed; prefered->preferred.
8516
8517 * international/mule-cmds.el (find-coding-systems-for-charsets):
8518 Typo fixed; prefered->preferred.
8519
8520 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
8521 method in read-event.
8522
8523 * international/mule.el (charset-info): Doc-string fixed.
8524
8525 1999-05-25 Ken'ichi Handa <handa@gnu.org>
8526
8527 * mail/smtpmail.el (smtpmail-send-it): Bind
8528 smtpmail-code-conv-from properly.
8529 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
8530 by smtpmail-code-conv-from.
8531
8532 1999-05-24 Richard Stallman <rms@gnu.org>
8533
8534 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
8535 Binding deleted also.
8536
8537 1999-05-24 Karl Heuer <kwzh@gnu.org>
8538
8539 * comint.el (comint-bol-or-process-mark): Doc fix.
8540
8541 1999-05-23 Dave Love <fx@gnu.org>
8542
8543 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
8544 Enter it on minor-mode-map-alist.
8545 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
8546 Autoload. Add custom setter.
8547 (crisp-mark-line): Doc fix.
8548 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
8549 (crisp-mode-hook): Define.
8550
8551 1999-05-23 Ken'ichi Handa <handa@gnu.org>
8552
8553 * files.el (recover-file): Recover buffer-file-coding-system.
8554
8555 1999-05-22 Richard Stallman <rms@gnu.org>
8556
8557 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
8558 regexp match the date, to avoid treating date as file size.
8559 Add YYYY S option to WESTERN/
8560
8561 * bookmark.el: Delete some XEmacs compatibility code.
8562 (bookmark-jump-noselect): Check vc-backend.
8563
8564 * subr.el (add-to-list): Doc fix.
8565
8566 1999-05-21 Stephen Eglen <stephen@gnu.org>
8567
8568 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
8569
8570 1999-05-18 Richard Stallman <rms@gnu.org>
8571
8572 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
8573 non-space after the @anchor command.
8574 (texinfo-format-var): Handle other nested constructs, using
8575 texinfo-parse-expanded-arg and texinfo-discard-command, not
8576 texinfo-parse-arg-discard.
8577
8578 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
8579 (debug): Bind and use debugger-outer-inhibit-redisplay.
8580 Bind inhibit-redisplay to nil.
8581 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
8582
8583 1999-05-17 Dave Love <fx@gnu.org>
8584
8585 * help.el (describe-function-1): Extra arg, interactive-p.
8586 (describe-key, describe-function): Use it.
8587
8588 1999-05-17 Karl Heuer <kwzh@gnu.org>
8589
8590 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
8591
8592 1999-05-16 Dave Love <fx@gnu.org>
8593
8594 * cus-start.el (all): Delete selective-display. Add scroll-margin,
8595 scroll-preserve-screen-position, scroll-conservatively.
8596
8597 1999-05-16 Dave Love <fx@gnu.org>
8598
8599 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
8600
8601 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
8602
8603 * progmodes/vhdl-mode.el: Completely revised and massively extended.
8604
8605 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8606
8607 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
8608 magic number and is not associated with a file.
8609
8610 1999-05-14 Richard M. Stallman <rms@gnu.org>
8611
8612 * files.el (find-file-noselect-1): Fix previous change.
8613
8614 1999-05-14 Simon Marshall <simon@gnu.org>
8615
8616 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
8617
8618 1999-05-13 Ken'ichi Handa <handa@gnu.org>
8619
8620 * international/mule-diag.el (mule-diag): Change MULE to Mule in
8621 docstring.
8622
8623 * international/mule-cmds.el: Change MULE to Mule in docstrings
8624 and menus.
8625
8626 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
8627
8628 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
8629 to correctly reflect the value of BaseLineOffset in
8630 RelativeCompose. Now the value of RelativeCompose is an array of
8631 low and high positions.
8632 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
8633 RLC for the above change.
8634
8635 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
8636
8637 * comint.el (comint-password-prompt-regexp): Modified to match the
8638 output of ksu and ssh-add.
8639
8640 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
8641
8642 * language/korea-util.el (isearch-toggle-korean-input-method):
8643 Adjusted for the change of input method handling in isearch.el.
8644 (isearch-hangul-switch-symbol-ksc): Likewise.
8645 (isearch-hangul-switch-hanja): Likewise.
8646
8647 1999-05-10 Dave Love <fx@gnu.org>
8648
8649 * help.el (help-make-xrefs): Fix typo.
8650
8651 1999-05-10 Andreas Schwab <schwab@gnu.org>
8652
8653 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
8654 unibyte-display-via-language-environment.
8655
8656 * help.el (help-make-xrefs): Handle more cases when looking for
8657 commands in a keymap description.
8658
8659 1999-05-10 Eli Zaretskii <eliz@gnu.org>
8660
8661 * loadup.el: For ms-dos systems, load ccl and codepage.
8662
8663 1999-05-09 Ken'ichi Handa <handa@gnu.org>
8664
8665 * ps-print.el (ps-control-character): Call
8666 ps-mule-prepare-ascii-font to setup ASCII fonts.
8667
8668 * ps-mule.el (ps-mule-begin-job): Redo this change "if
8669 ps-multibyte-buffer is nil, use
8670 ps-mule-font-info-database-default."
8671
8672 1999-05-08 Ken Stevens <k.stevens@ieee.org>
8673
8674 * ispell.el (ispell-local-dictionary-alist): New variable for
8675 customizing local dictionaries not accessable by everyone.
8676 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
8677 (ispell-required-version): Changed format `(major minor
8678 revision)' to support general pattern matching.
8679 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
8680 skip region commented out due to incorrect skip potential in std latex.
8681 (ispell-word): Removed `when' macro. Fixed bug of not restoring
8682 cursor point on small words for calls from `ispell-minor-mode'.
8683 (check-ispell-version): Tests and accepts versions major.minor
8684 and above, with adjustments for interactions in 3.1.0-3.1.11.
8685 (ispell-get-line): No longer skips ispell process special characters.
8686 (ispell-comments-and-strings): Removed `when' macro call.
8687 (ispell-minor-check): Requires ispell-word to restore cursor point.
8688 (ispell-buffer-local-parsing): Supports checking comments only.
8689
8690 1999-05-08 Karl Heuer <kwzh@gnu.org>
8691
8692 * comint.el (comint-password-prompt-regexp): Fix last change to be
8693 more specific.
8694
8695 1999-05-07 Richard M. Stallman <rms@gnu.org>
8696
8697 * subr.el (with-temp-message): Fix the other call to message
8698 to use %s.
8699
8700 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
8701
8702 * gud.el (gud-format-command): "%F" means file sans extension.
8703 (jdb): Use %F, not %f, for gud-break.
8704
8705 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
8706
8707 * comint.el (comint-password-prompt-regexp): Modified so that it
8708 matches the output of kinit.
8709
8710 1999-05-06 Greg Stark <gsstark@mit.edu>
8711
8712 * timezone.el (timezone-parse-date): Recognize new format used in
8713 internet cookies.
8714
8715 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
8716
8717 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
8718
8719 1999-05-04 Andrew Innes <andrewi@gnu.org>
8720
8721 * time.el (display-time-update): Allow for wrap-around when
8722 checking against display-time-server-down-time.
8723
8724 1999-05-04 Ken'ichi Handa <handa@gnu.org>
8725
8726 * international/mule-diag.el (describe-coding-system): Fix English
8727 message.
8728
8729 1999-05-03 Jason Rumney <jasonr@altavista.net>
8730
8731 * term/w32-win.el: Change the x-charset-registry property for the
8732 Japanese charsets that are supported by Japanese Windows fonts.
8733
8734 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8735
8736 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
8737 diary-block diary entries for which the reminders and the diary
8738 entries can overlap.
8739
8740 1999-05-02 Jason Rumney <jasonr@altavista.net>
8741
8742 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
8743 matches the font selected in the dialog.
8744
8745 1999-05-02 Dave Love <fx@gnu.org>
8746
8747 * browse-url.el (browse-url-browser-function): Add :version.
8748
8749 * international/mule.el (auto-coding-alist): Add .tgz.
8750
8751 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
8752
8753 * international/codepage.el (cp-coding-system-for-codepage-1):
8754 Make the magnification parameter for the -dos encoder be 2.
8755
8756 1999-05-2 Andrew Innes <andrewi@gnu.org>
8757
8758 * term/w32-win.el (w32-drag-n-drop): Select file in window where
8759 it is dropped, rather than current window.
8760
8761 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
8762 after switching buffer, as case-fold-search is a buffer local
8763 variable.
8764
8765 * w32-fns.el (convert-standard-filename): Only convert directory
8766 separators to backslash if the interactive shell is one of the
8767 standard Windows shells that has DOS semantics.
8768
8769 * ls-lisp.el (ls-lisp-format-time): Trap errors from
8770 format-time-string, and return a suitable string to indicate the
8771 timestamp was invalid.
8772
8773 * hexl.el (hexlify-command): Apply shell-quote-argument after
8774 expanding hexl-program in case exec-directory contains a space.
8775 (dehexlify-command): Ditto.
8776
8777 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
8778 file extension regexps which aren't necessarily binary files.
8779 (direct-print-region-helper): Use subst-char-in-string instead of
8780 binding directory-sep-char to convert filenames to DOS syntax.
8781 (direct-print-region-use-command-dot-com): New variable.
8782 (direct-print-region-helper): Use it to control whether to invoked
8783 command.com to print on Windows 9x.
8784
8785 * browse-url.el (browse-url-browser-function): Default to
8786 browse-url-default-windows-browser on windows-nt.
8787 (browse-url-default-windows-browser): New function.
8788
8789 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
8790
8791 * forms.el (forms-mode): Don't call forms-first-record or
8792 forms-last-record if the data file has zero records.
8793
8794 1999-04-29 Richard M. Stallman <rms@gnu.org>
8795
8796 * files.el (find-file-noselect-1): If buffer-file-name has changed
8797 after find-file-not-found-hooks runs, recompute the truename.
8798 And don't use FILENAME after that point.
8799
8800 1999-04-27 Dave Love <fx@gnu.org>
8801
8802 * paren.el (show-paren-mode)
8803 * which-func.el (which-func-mode-global)
8804 * type-break.el (type-break-mode)
8805 * time.el (display-time-mode)
8806 * rsz-mini.el (resize-minibuffer-mode)
8807 * mouse-sel.el (mouse-sel-mode)
8808 * icomplete.el (icomplete-mode)
8809 * hscroll.el (hscroll-global-mode)
8810 * help.el (temp-buffer-resize-mode)
8811 * font-lock.el (global-font-lock-mode)
8812 * delsel.el (delete-selection-mode)
8813 * avoid.el (mouse-avoidance-mode)
8814 * autoinsert.el (auto-insert-mode)
8815 * winner.el (winner-mode): Doc fix.
8816
8817 1999-04-26 Karl Heuer <kwzh@gnu.org>
8818
8819 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
8820 the same whitespace that was ignored in choosing the subject string.
8821
8822 1999-04-26 Richard M. Stallman <rms@gnu.org>
8823
8824 * info.el (Info-find-node): Position properly after finding anchor.
8825
8826 * cus-start.el (all): Handle unibyte-display-via-language-environment.
8827
8828 * simple.el (indent-new-comment-line): Fix previous change.
8829
8830 * complete.el: Delete the wildcard expansion feature
8831 since that is now standard in find-file.
8832 (PC-try-load-many-files): Function deleted.
8833 (PC-after-load-many-files): Function deleted.
8834 (PC-many-files-list): Variable deleted.
8835 (PC-disable-wildcards): Variable deleted.
8836 (partial-completion-mode): Don't enable the wildcard feature.
8837
8838 * complete.el (PC-look-for-include-file): Don't set global variables
8839 `error', `buf' and `filename' here.
8840
8841 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
8842
8843 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
8844
8845 * textmodes/outline.el (outline-regexp): Doc fix.
8846
8847 1999-04-26 John Wiegley <johnw@borland.com>
8848
8849 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
8850 C++Builder 4.0 error message syntax.
8851
8852 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
8853
8854 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
8855 supported, use find -exec.
8856
8857 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
8858
8859 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
8860 coding-system-for-write, to avoid hanging when non-interactive.
8861
8862 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
8863
8864 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
8865 start with a newline.
8866
8867 1999-04-13 Ken'ichi Handa <handa@gnu.org>
8868
8869 * international/mule-conf.el (x-ctext): New coding system.
8870
8871 1999-04-12 Richard M. Stallman <rms@gnu.org>
8872
8873 * international/mule-cmds.el (input-method-function):
8874 Add permanent-local property.
8875
8876 1999-04-12 Dave Love <fx@gnu.org>
8877
8878 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
8879 change to use jka-compr-byte-compiler-base-file-name.
8880
8881 * supercite.el (sc-scan-info-alist): Revert last change.
8882 (sc-attrib-selection-list): Fix :type here instead.
8883
8884 1999-04-11 Eli Zaretskii <eliz@gnu.org>
8885
8886 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
8887 in the list of case-insensitive filesystems.
8888
8889 1999-04-09 Kenichi Handa <handa@etl.go.jp>
8890
8891 * international/fontset.el (create-fontset-from-fontset-spec):
8892 Don't register duplicated alias fontset names.
8893
8894 1999-04-08 Richard Stallman <rms@gnu.org>
8895
8896 * international/mule.el (auto-coding-alist-lookup): New function.
8897 (set-auto-coding): Use auto-coding-alist-lookup.
8898
8899 * jka-compr.el (jka-compr-insert-file-contents):
8900 Use auto-coding-alist-lookup to check for files that
8901 should not have eol conversion, in the unibyte case.
8902
8903 1999-04-07 Dave Love <fx@gnu.org>
8904
8905 * help.el (describe-variable): Check custom-loads property as well
8906 as custom-type.
8907
8908 * abbrev.el (abbrev-mode): Customizing sets the default value.
8909
8910 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
8911
8912 * vc.el (vc-backend-revert): For CVS files that were made
8913 writeable with "cvs edit", call "cvs unedit" to undo that.
8914
8915 1999-04-08 Dave Love <fx@gnu.org>
8916
8917 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
8918 more.
8919 (sc-emacs-features): Recognize Emacs 20.
8920 (sc-read-string): Use history arg.
8921 (sc-scan-info-alist): Check for rtnvalue a cons.
8922
8923 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
8924
8925 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
8926 coding system to encode the message by
8927 select-message-coding-system.
8928
8929 1999-04-07 Richard Stallman <rms@gnu.org>
8930
8931 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
8932
8933 * winner.el: Reorder definitions.
8934
8935 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
8936
8937 * mail/rmail.el (rmail-decode-babyl-format):
8938 Undo previous change.
8939
8940 1999-04-06 Richard Stallman <rms@gnu.org>
8941
8942 * info.el (Info-find-node): Check for an anchor at the
8943 proper place, before reading an indirect file.
8944
8945 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
8946
8947 * jka-compr.el (jka-compr-insert-file-contents):
8948 Use raw-text-unix when we want no conversion.
8949
8950 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
8951
8952 * timezone.el (timezone-parse-date): Corrected regexp for
8953 style (5) date format so that tenths of seconds are optional.
8954
8955 1999-04-05 Eli Zaretskii <eliz@gnu.org>
8956
8957 * term/internal.el (dos-cpNNN-setup): New function, with the guts
8958 of dos-codepage-setup.
8959 (cjk-codepages-alist): New variable, an alist of Far-Eastern
8960 codepages for which there's no need to set up cpNNN coding
8961 systems.
8962 (dos-codepage-setup): Support Far-Eastern DOS terminals.
8963
8964 1999-04-05 Richard Stallman <rms@gnu.org>
8965
8966 * mail/rmail.el (rmail-ignored-headers): Doc fix.
8967
8968 1999-04-02 Richard Stallman <rms@gnu.org>
8969
8970 * progmodes/compile.el (compilation-handle-exit): Do right thing
8971 if (car status) doesn't end in a newline.
8972
8973 1999-04-01 Dave Love <fx@gnu.org>
8974
8975 * progmodes/sql.el (SQL): Add defgroup :version.
8976
8977 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
8978
8979 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
8980 buffer-file-coding-system. If the coding system used is raw-text,
8981 etc., make the *Compiler Input* buffer unibyte.
8982
8983 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
8984
8985 * loadup.el: Don't write the fns-...el file if not dumping.
8986
8987 1999-03-31 Dave Love <fx@gnu.org>
8988
8989 * snmp-mode.el (snmp): Fix defgroup :version.
8990
8991 * hilit-chg.el (highlight-changes): Add defgroup :version.
8992
8993 1999-03-31 Andreas Schwab <schwab@gnu.org>
8994
8995 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
8996 the gnus-save-hidden-threads macro.
8997
8998 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
8999
9000 * faces.el (face-set-after-frame-default): Obey the
9001 `customized-face' for new faces.
9002
9003 1999-03-30 Dave Love <fx@gnu.org>
9004
9005 * international/mule-cmds.el (current-language-environment): Doc fix.
9006 * abbrev.el (abbrev-mode): Doc fix.
9007 * autoinsert.el (auto-insert-mode): Doc fix.
9008 * complete.el (partial-completion-mode): Doc fix.
9009 * avoid.el (mouse-avoidance-mode): Doc fix.
9010 * delsel.el (delete-selection-mode): Doc fix.
9011 * font-lock.el (global-font-lock-mode): Doc fix.
9012 * help.el (temp-buffer-resize-mode): Doc fix.
9013 * hscroll.el (hscroll-global-mode): Doc fix.
9014 * icomplete.el (icomplete-mode): Doc fix.
9015 * mouse-sel.el (mouse-sel-mode): Doc fix.
9016 * paren.el (show-paren-mode): Doc fix.
9017 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
9018 * time.el (display-time-mode): Doc fix.
9019 * type-break.el (type-break-mode): Doc fix.
9020 * which-func.el (which-func-mode-global): Doc fix.
9021 * winner.el (winner-mode): Doc fix.
9022
9023 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
9024
9025 * wid-edit.el (widget-before-change): Signal text-read-only rather
9026 than an ordinary error.
9027
9028 1999-03-30 Richard M. Stallman <rms@gnu.org>
9029
9030 * repeat.el: Don't require advice.
9031 (repeat): Do function-indirection in check for kbd macro.
9032 In self-insert case, use the *last* char in INSERTION.
9033
9034 1999-03-30 Karl Heuer <kwzh@gnu.org>
9035
9036 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
9037
9038 1999-03-29 Andreas Schwab <schwab@gnu.org>
9039
9040 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
9041 comint-input-filter-functions. Make variables related to shell
9042 directory tracking local.
9043
9044 1999-03-26 Andreas Schwab <schwab@gnu.org>
9045
9046 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
9047
9048 * simple.el (shell-command-on-region): Cope with exit-status being
9049 nil, which happens if call-process-region was interrupted.
9050
9051 1999-03-26 Richard M. Stallman <rms@gnu.org>
9052
9053 * simple.el (indent-new-comment-line): Handle use at a point
9054 after a comment-end. Handle multiple comments.
9055
9056 * mail/rmail.el (rmail-decode-babyl-format):
9057 To prevent locking, bind buffer-file-name to nil.
9058
9059 1999-03-26 Karl Fogel <kfogel@red-bean.com>
9060
9061 * mail-hist.el (mail-hist-current-header-name): Don't make
9062 off-by-one-error when determining if in message body.
9063
9064 1999-03-25 Andrew Innes <andrewi@gnu.org>
9065
9066 * w32-fns.el (set-default-process-coding-system): Copied from
9067 dos-w32.el, but modified to use Unix line endings for process
9068 input, and to add a suitable entry to process-coding-system-alist
9069 for DOS shells.
9070
9071 * dos-fns.el (set-default-process-coding-system): Copied from
9072 dos-w32.el.
9073
9074 * dos-w32.el (set-default-process-coding-system): Move function to
9075 dos-fns.el; a different version is used in w32-fns.el.
9076
9077 1999-03-24 Dave Love <fx@gnu.org>
9078
9079 * info.el (Info-directory-list): Revert change to re-writing
9080 Info-default-directory-list, but put `alternative' first.
9081 (Info-insert-dir): Modify selecting the top dir file as a consequence.
9082
9083 1999-03-23 Simon Marshall <simon@gnu.org>
9084
9085 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
9086 on the line by itself.
9087 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
9088 it is not in a declarative context.
9089
9090 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
9091
9092 * cus-edit.el (custom-variable-prompt): Allow customization of
9093 autoloaded symbols.
9094
9095 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
9096
9097 * simple.el (what-cursor-position): Don't cause error when point
9098 is at invalid multibyte sequence.
9099
9100 1999-03-21 Karl Heuer <kwzh@gnu.org>
9101
9102 * complete.el (partial-completion-mode): Doc fix.
9103
9104 1999-03-19 Richard M. Stallman <rms@gnu.org>
9105
9106 * progmodes/cplus-md.el (old-c++): Remove :group.
9107
9108 * progmodes/c-mode.el (old-c): Remove :group.
9109
9110 1999-03-18 Simon Marshall <simon@gnu.org>
9111
9112 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
9113 (java-font-lock-keywords-2): Added "strictfp" keyword.
9114
9115 1999-03-17 Jason Rumney <jasonr@altavista.net>
9116
9117 * w32-fns.el (set-w32-system-coding-system) New function.
9118 (w32-system-coding-system) Initialize to 'iso-latin-1.
9119
9120 1999-03-17 Eli Zaretskii <eliz@gnu.org>
9121
9122 * international/mule-cmds.el (set-language-environment): Fix
9123 previous change: don't use dos-codepage when unbound.
9124
9125 1999-03-17 Karl Heuer <kwzh@gnu.org>
9126
9127 * calendar/appt.el (appt-make-list): Fix previous change.
9128
9129 1999-03-16 Richard M. Stallman <rms@gnu.org>
9130
9131 * window.el (shrink-window-if-larger-than-buffer):
9132 Don't try to redisplay with the cursor at the end
9133 on its own line--that would force a scroll and spoil things.
9134
9135 1999-03-16 Eli Zaretskii <eliz@gnu.org>
9136
9137 * international/mule-cmds.el (set-language-environment): Don't use
9138 cpNNN-nonascii-translation-table if it is unbound.
9139
9140 * term/internal.el (dos-codepage-setup): Compute the unibyte
9141 syntax table and bind unibyte-display-via-language-environment
9142 here, rather than at top level, so that resetting to unibyte in
9143 .emacs works as expected.
9144
9145 1999-03-15 Simon Marshall <simon@gnu.org>
9146
9147 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
9148
9149 1999-03-14 Milan Zamazal <pdm@pvt.net>
9150
9151 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
9152
9153 1999-03-14 Kenichi Handa <handa@etl.go.jp>
9154
9155 * international/mule-util.el (detect-coding-with-priority):
9156 Restore the internal database.
9157
9158 1999-03-14 Stephen Eglen <stephen@gnu.org>
9159
9160 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
9161 if mail-from-style has invalid value.
9162
9163 1999-03-12 Karl Heuer <kwzh@gnu.org>
9164
9165 * vc.el (vc-delete-logbuf-window): New var.
9166 (vc-finish-logentry): Use it.
9167
9168 1999-03-12 Richard M. Stallman <rms@gnu.org>
9169
9170 * startup.el (command-line-1): Improve startup msg.
9171
9172 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
9173
9174 * speedbar.el: Added commentary about stealthy functions.
9175 (speedbar-message) new function.
9176 (speedbar-y-or-n-p): New function
9177 (speedbar-with-attached-buffer) Moved macro before reference.
9178 Now uses `save-selected-window'.
9179 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
9180 speedbar-generic-item-info, speedbar-item-info-file-helper,
9181 speedbar-item-delete, speedbar-insert-generic-list,
9182 speedbar-timer-fn, speedbar-check-vc-this-line,
9183 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
9184 speedbar-buffers-item-info) Use speedbar-message.
9185 (speedbar-item-info) Limit `message-log-max'.
9186 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
9187 speedbar-item-delete, speedbar-item-object-delete,
9188 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
9189
9190 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
9191
9192 * server.el (server-start): Set coding system for the server
9193 process to raw-text.
9194 (server-process-filter): Decode file names if necessary.
9195
9196 1999-03-12 Dave Love <fx@gnu.org>
9197
9198 * textmodes/fill.el (sentence-end-double-space): Doc fix.
9199
9200 * textmodes/paragraphs.el (sentence-end): Doc fix.
9201
9202 1999-03-11 Karl Heuer <kwzh@gnu.org>
9203
9204 * comint.el (comint-password-prompt-regexp): Accept "login password:"
9205
9206 1999-03-09 Karl Heuer <kwzh@gnu.org>
9207
9208 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
9209 (ispell-dictionary-alist-2): Likewise.
9210 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
9211 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
9212 (ispell-dictionary-alist): Build from six pieces, not just two.
9213
9214 * ps-bdf.el (bdf-directory-list): Doc fix.
9215
9216 * enriched.el (enriched-mode): Make var permanent-local.
9217
9218 1999-03-09 Dave Love <fx@gnu.org>
9219
9220 * textmodes/sgml-mode.el (html-mode): Use
9221 sentence-end-double-space when setting sentence-end.
9222
9223 1999-03-09 Ken'ichi Handa <handa@gnu.org>
9224
9225 * language/thai.el (tis-620): New alias coding system for thai-tis620.
9226
9227 1999-03-08 Felix Lee <flee@cygnus.com>
9228
9229 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
9230
9231 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
9232
9233 1999-03-08 Karl Heuer <kwzh@gnu.org>
9234
9235 * dired-aux.el (dired-do-copy-regexp): Doc fix.
9236 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9237
9238 * dired.el (dired-do-copy-regexp): Doc fix.
9239 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9240
9241 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
9242
9243 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
9244
9245 1999-03-08 Jason Rumney <jasonr@altavista.net>
9246
9247 * international/codepage.el (cp1250-decode-table)
9248 (cp1251-decode-table, cp1253-decode-table)
9249 (cp1257-decode-table): New translation tables for MS Windows codepages.
9250 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
9251
9252 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9253
9254 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
9255
9256 1999-03-07 Eli Zaretskii <eliz@gnu.org>
9257
9258 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
9259
9260 * term/internal.el (top level): Display character 255 as 8bit as well.
9261
9262 1999-03-06 Dave Love <fx@gnu.org>
9263
9264 * progmodes/cc-cmds.el (c-outline-level): Bind
9265 buffer-invisibility-spec.
9266
9267 * progmodes/c-mode.el (c-outline-level): Likewise.
9268
9269 * progmodes/ada-mode.el (ada-outline-level): Likewise.
9270
9271 1999-03-05 Felix Lee <flee@cygnus.com>
9272
9273 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
9274
9275 1999-03-05 Richard M. Stallman <rms@gnu.org>
9276
9277 * bindings.el (complete-symbol): Invert meaning of prefix arg.
9278
9279 1999-03-05 Andrew Innes <andrewi@gnu.org>
9280
9281 * w32-fns.el (convert-standard-filename): Convert directory
9282 separators to Windows format.
9283
9284 1999-03-05 Andreas Schwab <schwab@gnu.org>
9285
9286 * international/skkdic-cnv.el: Provide skkdic-cnv.
9287 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
9288 (batch-skkdic-convert): Doc fix.
9289
9290 1999-03-04 Dave Love <fx@gnu.org>
9291
9292 * custom.el (custom-set-variables): Protect against setter errors.
9293
9294 1999-03-04 Eli Zaretskii <eliz@gnu.org>
9295
9296 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
9297 the file sizes from overflowing.
9298 (ls-lisp-format): If file size is a float, use %8.0f to print it.
9299 Under -s, print the size in blocks with %4.0f, in case they have
9300 a *really* huge file.
9301
9302 1999-03-03 Dave Love <fx@gnu.org>
9303
9304 * options.el (edit-options): Doc fix.
9305 (list-options): Don't lose with unbound symbols. Maintain
9306 Edit-options-mode.
9307
9308 1999-03-01 Dave Love <fx@gnu.org>
9309
9310 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
9311
9312 1999-02-28 Richard M. Stallman <rms@gnu.org>
9313
9314 * ispell.el (ispell-dictionary-alist-override): New variable.
9315 (ispell-dictionary-alist): Don't setq it,
9316 if ispell-dictionary-alist-override is set.
9317
9318 * simple.el (shell-command-default-error-buffer): Renamed from
9319 shell-command-on-region-default-error-buffer.
9320 (shell-command-on-region): Mention in echo area when there
9321 is some error output. Mention success or failure, too.
9322 Accumulate multiple error outputs
9323 going forward, with formfeed in between. Display the error buffer
9324 when we have put something in it.
9325 (shell-command): Add the ERROR-BUFFER argument feature.
9326
9327 1999-02-28 Karl Heuer <kwzh@gnu.org>
9328
9329 * mail/mh-utils.el (mh-lib): Doc fix.
9330 (mh-lib-progs, mh-nmh-p): New vars.
9331 (mh-find-progs): Set mh-lib-progs along with other vars.
9332 (mh-path-search): New arg FUNC-P; if specified, use that instead
9333 of mh-file-command-p.
9334 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
9335
9336 * mail/mh-comp.el (mh-repl-formfile): New var.
9337 (mh-smail-batch): Don't ignore all arguments.
9338 (mh-reply): Do the right thing when using nmh.
9339
9340 1999-02-27 Kenichi Handa <handa@etl.go.jp>
9341
9342 * international/mule-cmds.el (select-safe-coding-system): Be sure
9343 to show a buffer being decoded.
9344
9345 1999-02-26 Ken'ichi Handa <handa@gnu.org>
9346
9347 * ps-bdf.el (bdf-directory-list): Initialize it to
9348 '("/usr/local/share/emacs/fonts/bdf").
9349
9350 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9351
9352 * ps-print.el: PostScript programming fix.
9353 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
9354 setpagedevice operator).
9355
9356 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9357
9358 * ps-print.el: Doc fix, font size specifies landscape and portrait
9359 sizes.
9360 (ps-print-version): New version number (4.1.4).
9361 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
9362 Specifies landscape and portrait sizes.
9363 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
9364 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
9365 fix.
9366 (ps-get-font-size): New fun.
9367 (ps-font-size-internal, ps-header-font-size-internal)
9368 (ps-header-title-font-size-internal): New vars.
9369
9370 * ps-mule.el: Change of ps-print font size variable name.
9371 (ps-mule-generate-font): Fun fix.
9372 (ps-mule-begin-job): Programming uniformization.
9373
9374 1999-02-25 Dave Love <fx@gnu.org>
9375
9376 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
9377 (help-make-xrefs): Do Info case first.
9378
9379 * repeat.el: Don't require advice.
9380 (repeat-last-kill-command): Variable deleted.
9381
9382 1999-02-25 Richard Stallman <rms@gnu.org>
9383
9384 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
9385 case just because the current buffer is the output buffer.
9386
9387 1999-02-25 Kenichi Handa <handa@etl.go.jp>
9388
9389 * simple.el (what-cursor-position): To show the character's
9390 encoding, use encoded-string-description instead of information
9391 of chaset-origin-alist.
9392
9393 * international/mule-cmds.el (iso-2022-control-alist): New variable.
9394 (encoded-code-description): New function.
9395 (encoded-string-description): New function.
9396 (encode-coding-char): New function.
9397
9398 1999-02-25 Andrew Innes <andrewi@gnu.org>
9399
9400 * startup.el (command-line) [windows-nt]: Fix typo in regexp
9401 checking for .emacs[.el[c]].
9402
9403 1999-02-24 Richard Stallman <rms@gnu.org>
9404
9405 * help.el (describe-function-1): Don't print a whole lambda-function.
9406
9407 1999-02-23 Ken'ichi Handa <handa@gnu.org>
9408
9409 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
9410 inputting ?\240.
9411
9412 1999-02-23 Karl Heuer <kwzh@gnu.org>
9413
9414 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
9415
9416 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
9417 (clean-buffer-list-kill-buffer-names): Doc fix.
9418
9419 * gud.el (gud-jdb-massage-args): Spelling fix.
9420
9421 1999-02-23 Richard M. Stallman <rms@gnu.org>
9422
9423 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
9424
9425 1999-02-22 Eli Zaretskii <eliz@gnu.org>
9426
9427 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
9428 excursion while calling set-auto-coding-function.
9429
9430 * play/handwrite.el (handwrite): Require ps-print, and use
9431 ps-printer-name and ps-lpr-command. Call ps-print-region-function
9432 if it's defined, instead of forking ps-lpr-command unconditionally.
9433
9434 1999-02-22 Kenichi Handa <handa@etl.go.jp>
9435
9436 * international/codepage.el (cp-coding-system-for-codepage-1): Put
9437 charset-origin-alist property to a coding system for the codepage.
9438
9439 * international/mule.el: Modify comment for charset-origin-alist
9440 property of a coding system.
9441
9442 * simple.el (what-cursor-position): charset-origin-alist property
9443 of a coding system may be a translation table or a symbol of which
9444 `translation-table' property is a translation table.
9445
9446 1999-02-21 Richard Stallman <rms@gnu.org>
9447
9448 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
9449 to the "html" template.
9450
9451 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
9452
9453 * dirtrack.el (dirtrack): Added docstring. Now returns input.
9454
9455 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
9456
9457 * dirtrack.el (dirtrack): Check for the prompt in the input string
9458 instead of the buffer.
9459
9460 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
9461
9462 * sql.el: Set version to 1.4.1. Changed mail address to
9463 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
9464 (sql-input-ring-separator): Doc fix.
9465 (sql-mode-syntax-table): double-dash starts comments is defined as
9466 ". 56" instead of ". 12b" for XEmacs.
9467 (sql-stop, sql-interactive-mode): Doc fixes.
9468 (sql-postgres): Queries for database and server, not just one.
9469 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
9470
9471 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
9472 changed. This is needed for master.el to work.
9473 (sql-set-sqli-buffer): Use the new hook.
9474
9475 * sql.el (sql-make-alternate-buffer-name): Function that sets
9476 sql-alternate-buffer-name.
9477 (sql-alternate-buffer-name): Possible name of SQLi buffers.
9478 (sql-interactive-mode): Set sql-alternate-buffer-name.
9479 (sql-rename-buffer): New command.
9480 (sql-interactive-mode-menu): Menu for SQLi buffers.
9481
9482 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
9483 and sql-input-ring-file-name are used to temporarily set
9484 comint-input-ring-file-name and comint-input-ring-separator when
9485 reading and writing input history files.
9486
9487 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
9488 (sql-input-ring-file-name): New variable with customization.
9489 (sql-input-ring-separator): New variable with customization.
9490 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
9491 Callers changed.
9492 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
9493 now includes the name of the current buffer.
9494
9495 (sql-mode): Set paragraph-separate and paragraph-start so that
9496 sql-send-paragraph sends the entire SQL statements, even if it
9497 contains indented lines.
9498
9499 1999-02-18 Dave Love <fx@gnu.org>
9500
9501 * format.el (format-encode-run-method, format-decode-run-method):
9502 Fix previous change.
9503
9504 1999-02-18 Ken'ichi Handa <handa@gnu.org>
9505
9506 * international/mule.el (coding-system-list): Moved here from
9507 mule-util.el to avoid autoloading mule-util by the call of
9508 select-safe-coding-system.
9509
9510 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
9511
9512 * simple.el (turn-on-auto-fill): Mark it as an option for
9513 `text-mode-hook'.
9514
9515 1999-02-17 Richard Stallman <rms@gnu.org>
9516
9517 * emacs-lisp/easymenu.el (easy-menu-get-map):
9518 Don't crash if (current-local-map) is nil.
9519
9520 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
9521
9522 * filecache.el (file-cache-filter-regexps): Added .class.
9523
9524 1999-02-17 Ken'ichi Handa <handa@gnu.org>
9525
9526 * international/mule-util.el (decompose-region): Use
9527 insert-buffer-substring instead of insert-buffer to avoid putting
9528 mark.
9529
9530 1999-02-17 Andreas Schwab <schwab@gnu.org>
9531
9532 * calendar/cal-move.el (scroll-calendar-left): Don't set
9533 displayed-month and displayed-year here, let generate-calendar do
9534 it, after range checking.
9535
9536 1999-02-17 Simon Marshall <simon@gnu.org>
9537
9538 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
9539
9540 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
9541 correctly between an object declared via a constructor and a method.
9542 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
9543 (java-font-lock-keywords-1): Fontify package names individually.
9544 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
9545 (java-font-lock-keywords-2): Simplify type fontification.
9546 (java-font-lock-keywords-3): Likewise.
9547
9548 1999-02-17 Kenichi Handa <handa@etl.go.jp>
9549
9550 * language/japanese.el (iso-2022-jp-2): New coding system.
9551 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
9552
9553 1999-02-16 Dave Love <fx@gnu.org>
9554
9555 * help.el (describe-function-1): Accept non-symbols.
9556
9557 1999-02-16 Paul Eggert <eggert@twinsun.com>
9558
9559 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
9560 find the last match if there are multiple matches.
9561
9562 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9563
9564 * tex-mode.el (tex-run-command, latex-run-command)
9565 (slitex-run-command, tex-command): Doc changes.
9566 (tex-start-options-string): Autoload it. Doc change. Provide
9567 a menu for customization. Allow nil. Quote backslashes only once.
9568 (tex-start-tex): Handle nil value of tex-start-options-string
9569 and apply shell-quote-argument to it.
9570
9571 1999-02-16 Eli Zaretskii <eliz@gnu.org>
9572
9573 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
9574 the size in blocks, since it can be a float.
9575 (ls-lisp-format): Likewise
9576
9577 1999-02-16 Ken'ichi Handa <handa@gnu.org>
9578
9579 * language/japanese.el (japanese-shift-jis): Add
9580 charset-origin-alist property.
9581
9582 1999-02-15 Richard Stallman <rms@gnu.org>
9583
9584 * progmodes/compile.el (compile-internal): Use save-selected-window.
9585
9586 * subr.el (momentary-string-display): Bind inhibit-read-only.
9587
9588 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
9589
9590 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
9591
9592 * mail/rmail.el (rmail-show-message): If an unseen message has a
9593 Summary-line in its header, get past one more line before looking
9594 for the X-Coding-System header.
9595
9596 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
9597
9598 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
9599 explicitly to accomodate Windows 9X lack of a useful copy program.
9600
9601 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
9602
9603 * wid-edit.el (widget-choice-value-create): Use `equal'
9604 instead of `eq'.
9605
9606 1999-02-14 Richard Stallman <rms@gnu.org>
9607
9608 * international/iso-transl.el:
9609 (iso-transl-ae): Renamed from iso-transl-e-slash.
9610 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
9611 (iso-transl-AE): Renamed from iso-transl-E-slash.
9612 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
9613 (iso-transl-char-map): Related changes.
9614
9615 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
9616
9617 1999-02-13 Richard Stallman <rms@gnu.org>
9618
9619 * textmodes/texinfmt.el (texinfo-alias): New function.
9620 (texinfo-fold-nodename-case): Add defvar.
9621 (texinfo-format-node): Do case folding if specified.
9622
9623 * ffap.el (ffap-file-at-point): Test local file names
9624 immediately. Strip off line numbers.
9625
9626 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
9627
9628 * sql.el: Set version to 1.3.2
9629 (sql-solid-program): Added support for solid.
9630 (sql-help): Doc mentions sql-solid.
9631 (sql-solid): Entry function for Solid.
9632 (sql-buffer): Doc explains the use of the variable and how to
9633 change it.
9634 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
9635 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
9636 disabled if sql-buffer doesn't have a process; sql-send-paragraph
9637 is new.
9638 (sql-show-sqli-buffer): New function to display the value of
9639 sql-buffer.
9640 (sql-change-sqli-buffer): New function to change sql-buffer.
9641 (sql-mode): Doc explains how to change sql-buffer.
9642 (sql-send-paragraph): New function to send a paragraph.
9643 (sql-mode-map): Added keybinding for sql-send-paragraph.
9644 (sql-mysql): Doc corrected.
9645 (sql-ms): Doc corrected.
9646
9647 * sql.el (sql-server): Doc fix.
9648 (sql-mysql): Added the use of sql-server to specify the host,
9649 sql-database now specifies database instead of host.
9650 (sql-mode-menu): Send... menu items are only active if sql-buffer
9651 is non-nil.
9652 (sql-help): Changed tag of entry functions a bit.
9653
9654 * sql.el: Added keywords from `finder-by-keyword'.
9655 (sql-mode): Made sql-buffer a local variable, changed the
9656 documentation: removed instructions to add *.sql files to
9657 auto-mode-alist, added documentation for having mutliple SQL
9658 buffers sending their stuff to different SQLi buffers, each
9659 running a different process.
9660 (sql-postgres): Quoted *SQL* in doc string.
9661 (sql-ms): Likewise.
9662 (sql-ingres): Likewise.
9663 (sql-ingres): Quoted *SQL* in doc string, added references to
9664 sql-user and sql-password used during login.
9665 (sql-sybase): Quoted *SQL* in doc string, added comma.
9666 (sql-oracle): Likewise.
9667 (sql-interactive-mode): Added extensive documentation for having
9668 mutliple SQL buffers sending their stuff to different SQLi
9669 buffers, each running a different process.
9670 (sql-buffer): Changed doc from *SQL* to SQLi.
9671 (sql-get-login): Doc fix.
9672
9673 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9674
9675 * international/mule-conf.el (undecided): Set ascii in
9676 safe-charsets property.
9677
9678 1999-02-12 Richard Stallman <rms@gnu.org>
9679
9680 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
9681
9682 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9683
9684 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
9685 value to ps-mule-font-info-database-latin.
9686
9687 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
9688
9689 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
9690 (ps-mule-font-info-database-default): New variable.
9691 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
9692 ps-mule-font-info-database-default.
9693
9694 1999-02-12 Dave Love <fx@gnu.org>
9695
9696 * timezone.el (timezone-make-date-sortable)
9697 (timezone-make-date-arpa-standard): Doc fix.
9698
9699 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9700
9701 * international/quail.el (quail-show-kbd-layout): Bind
9702 blink-matching-paren to nil.
9703
9704 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
9705 for ASCII and Latin-1.
9706
9707 1999-02-12 Andreas Schwab <schwab@gnu.org>
9708
9709 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
9710
9711 1999-02-12 Kenichi Handa <handa@etl.go.jp>
9712
9713 * international/mule-cmds.el (language-info-alist): Remove
9714 description about charset-origin-alist.
9715
9716 * international/mule.el: Comment added for a new coding system
9717 property `charset-origin-alit'.
9718 (make-translation-table): This variable deleted.
9719
9720 * language/chinese.el (chinese-big5): Add charset-origin-alist
9721 property.
9722 ("Chinese-CNS"): Remove charset-origin-alist property.
9723
9724 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
9725 property.
9726 (cyrillic-alternativnyj): Likewise.
9727 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
9728 ("Cyrillic-ALT"): Likewise.
9729
9730 * language/vietnamese.el (vietnamese-viqr): Add
9731 charset-origin-alist property.
9732 ("Vietnamese"): Remove charset-origin-alist property.
9733
9734 * simple.el (what-cursor-position): Don't use the varialbe
9735 charset-origin-alist, but use charset-origin-alist property of
9736 buffer-file-coding-system to decide external character set code.
9737
9738 1999-02-10 Richard Stallman <rms@gnu.org>
9739
9740 * shadowfile.el: Don't turn on the mode when the file is loaded.
9741
9742 1999-02-09 Richard Stallman <rms@gnu.org>
9743
9744 * progmodes/compile.el (compile-auto-highlight): Customize.
9745
9746 * add-log.el (add-log-file-name-function): New variable.
9747 (add-change-log-entry): Call that function, if non-nil.
9748
9749 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
9750
9751 * rmail.el (rmail-search): Track match with a marker, not an integer.
9752
9753 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9754
9755 * progmodes/compile.el (compilation-setup): Set value of
9756 compilation-directory-stack as in compilation-forget-errors.
9757 (compile-reinitialize-errors): Bind buffer-undo-list and
9758 deactivate-mark.
9759 (compilation-forget-errors): Likewise.
9760
9761 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
9762
9763 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
9764 def... constructs.
9765
9766 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
9767 Remove calls to sleep-for.
9768
9769 1999-02-08 Eli Zaretskii <eliz@gnu.org>
9770
9771 * international/codepage.el (cp-coding-system-for-codepage-1): On
9772 MS-DOS, use dos-unsupported-char-glyph for characters not
9773 supported by the codepage.
9774 (cp-make-coding-systems-for-codepage): Likewise.
9775
9776 1999-02-08 Andreas Schwab <schwab@gnu.org>
9777
9778 * international/mule-util.el (coding-system-list): Don't sort
9779 coding-system-list here.
9780
9781 * international/mule.el (coding-system-lessp): Moved here from
9782 mule-util.el
9783 (add-to-coding-system-list): New function.
9784 (make-subsidiary-coding-system, make-coding-system,
9785 define-coding-system-alias): Use it instead of setting
9786 coding-system-list directly.
9787
9788 1999-02-07 Dave Love <fx@gnu.org>
9789
9790 * calendar/appt.el (appt-make-list): Don't splice quotes and date
9791 onto message.
9792
9793 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9794
9795 * imenu.el (imenu--last-menubar-index-alist): Add doc.
9796 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
9797
9798 1999-02-06 Richard Stallman <rms@gnu.org>
9799
9800 * language/european.el (setup-slovenian-environment): New function.
9801 ("Slovenian"): New language environment.
9802
9803 * progmodes/sql.el (sql-help): Doc fix.
9804 (sql-mysql): Doc fix.
9805
9806 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9807
9808 * tex-mode.el: When compiling, require compare-w and skeleton
9809 to pacify the byte-compiler. Move the def's of the tex-commands
9810 together. Add a comment on kill-process vs. quit-process.
9811
9812 1999-02-05 Dave Love <fx@gnu.org>
9813
9814 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
9815 null markers.
9816 (compile-goto-error): Likewise.
9817
9818 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
9819
9820 * time-stamp.el (time-stamp-format): Format doc tighter.
9821 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
9822 (time-stamp): Don't re-write the time stamp if it didn't change.
9823
9824 1999-02-05 Alex Schroeder <asc@bsiag.com>
9825
9826 * progmodes/sql.el: Changed version to 1.2.1.
9827 (sql-pop-to-buffer-after-send-region): Improved documentation.
9828 (sql-mysql-program): Added MySQL support.
9829 (sql-prompt-length): Made prompt-length configurable.
9830 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
9831 (sql-help): Added MySQL support, changed documentation.
9832 (sql-send-region): A message is displayed if something is sent.
9833 (sql-mode): Added buffer-local comment-start.
9834 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
9835 (sql-interactive-mode): Added buffer-local comment-start.
9836 (sql-oracle): Set sql-prompt-length.
9837 (sql-sybase): Set sql-prompt-length.
9838 (sql-mysql): Added MySQL support.
9839 (sql-ingres): Set sql-prompt-length.
9840 (sql-ms): Set sql-prompt-length.
9841 (sql-postgres): Set sql-prompt-length.
9842
9843 1999-02-04 Eli Zaretskii <eliz@gnu.org>
9844
9845 * term/internal.el (dos-codepage-setup): Set selection coding
9846 system to cpNNN-dos.
9847
9848 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9849
9850 * international/characters.el: Let ethiopic use iso-2022-7bit.
9851
9852 1999-02-02 Dave Love <fx@gnu.org>
9853
9854 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
9855 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
9856
9857 1999-02-02 Karl Heuer <kwzh@gnu.org>
9858
9859 * terminal.el (terminal-emulator): Doc fix.
9860
9861 1999-02-02 Ken'ichi Handa <handa@gnu.org>
9862
9863 * international/mule-util.el (compose-chars): Doc-string
9864 modified. Correctly handle a composition character in ARGS.
9865
9866 1999-02-01 Richard Stallman <rms@gnu.org>
9867
9868 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
9869 (makefile-menu-index-function): Function deleted.
9870 (makefile-mode): Use makefile-imenu-generic-expression.
9871
9872 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
9873
9874 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
9875 change, invoke from before-init-hook.
9876
9877 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
9878
9879 * subr.el (remove-from-invisibility-spec): Cope with the case when
9880 buffer-invisibility-spec is t.
9881
9882 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
9883
9884 * calendar/calendar.el (calendar-mode-map): Fix bindings for
9885 appt-add and appt-delete.
9886
9887 1999-02-01 Eli Zaretskii <eliz@gnu.org>
9888
9889 * term/pc-win.el (msdos-approximate-color): New function.
9890 (msdos-color-translate): Call it to find a DOS color that best
9891 approximates an X-style "#NNNNNN" color specification.
9892
9893 1999-02-01 Ken'ichi Handa <handa@gnu.org>
9894
9895 * international/mule-util.el (compose-chars-component): Add
9896 autoload cookie.
9897
9898 1999-01-31 Ken'ichi Handa <handa@gnu.org>
9899
9900 * international/quail.el (quail-lookup-key): If cdr of MAP is a
9901 function, replace cdr of MAP by the return value of the function
9902 unconditionally.
9903
9904 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9905
9906 * progmodes/compile.el (compilation-next-error-locus): Don't
9907 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
9908
9909 1999-01-31 Eli Zaretskii <eliz@gnu.org>
9910
9911 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
9912 and NLs before "charset", and allow the charset name be in double
9913 quotes.
9914
9915 1999-01-31 Richard Stallman <rms@gnu.org>
9916
9917 * imenu.el (imenu-sort-function): Fix custom type.
9918
9919 1999-01-30 Richard Stallman <rms@gnu.org>
9920
9921 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
9922 (speedbar-line-token): Likewise.
9923
9924 * play/gametree.el (gametree-default-score): Use defcustom.
9925 (gametree-score-regexp, gametree-score-closer): Likewise.
9926 (gametree-score-manual-flag, gametree-score-opener): Likewise.
9927
9928 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9929
9930 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
9931 decoding.
9932
9933 1999-01-29 Markus Rost <rost@gnu.org>
9934
9935 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
9936 tex-validate-buffer.
9937 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
9938 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
9939 now with recent occur-mode.
9940 (tex-validate-region): Really walk through all Sexps.
9941 (tex-region): Bind shell-dirtrack-verbose.
9942 (tex-file, tex-bibtex-file): Likewise.
9943
9944 1999-01-29 Dave Love <fx@gnu.org>
9945
9946 * finder.el: (finder-commentary): Fix interactive spec. Try
9947 appending .el to file name.
9948 (finder-find-library, finder-commentary): Doc fixes.
9949
9950 1999-01-29 Andrew Innes <andrewi@gnu.org>
9951
9952 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
9953 where the userid contains directory separators.
9954
9955 1999-01-29 Dave Love <fx@gnu.org>
9956
9957 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
9958 (lm-commentary): Doc fix.
9959
9960 1999-01-29 Andreas Schwab <schwab@gnu.org>
9961
9962 * files.el (file-expand-wildcards): Never consider `.' and `..' a
9963 wildcard match. Fix regexp that tests if dirpart contains
9964 wildcard characters.
9965
9966 1999-01-28 Richard Stallman <rms@gnu.org>
9967
9968 * font-lock.el (font-lock-default-unfontify-region):
9969 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
9970
9971 1999-01-27 Jason Rumney <jasonr@altavista.net>
9972
9973 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
9974 from FAMILY field.
9975 (w32-create-initial-fontsets): Do not use before-init-hook.
9976 (mouse-set-font): Document. Automatically create and use fontsets.
9977
9978 * dos-w32.el (direct-print-region-helper): Check for printer
9979 being t as well as a string.
9980
9981 1999-01-27 Kenichi Handa <handa@etl.go.jp>
9982
9983 * mail/rmail.el (rmail-decode-mime-charset): New variable.
9984 (rmail-mime-charset-pattern): New variable.
9985 (rmail-convert-to-babyl-format): Decode by MIME-charset if
9986 rmail-decode-mime-charset is non-nil.
9987
9988 1999-01-27 Ken'ichi Handa <handa@gnu.org>
9989
9990 * international/characters.el: Set category `q' for all characters
9991 in tibetan and tibetan-1-column.
9992
9993 1999-01-27 Andrew Innes <andrewi@gnu.org>
9994
9995 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
9996 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
9997
9998 1999-01-27 Dave Love <fx@gnu.org>
9999
10000 * international/mule-cmds.el (current-language-environment):
10001 Provide :link, :type (choices) and appropriate :get.
10002
10003 1999-01-27 Eli Zaretskii <eliz@gnu.org>
10004
10005 * startup.el (command-line): Set default eol-mnemonic-* strings to
10006 display end-of-line format in mode line.
10007
10008 * cus-start.el (all): Add eol-mnemonic-* variables.
10009
10010 1999-01-26 Dave Love <fx@gnu.org>
10011
10012 * startup.el (command-line-1): Up-date copyright.
10013
10014 * paths.el (Info-default-directory-list): Use configdir twice.
10015
10016 * info.el (Info-directory-list): Don't set path-separator now
10017 we're not shipped with Texinfo. Simplify path definition.
10018 Substitute all occurrences of instdir in Info-default-directory-list.
10019
10020 1999-01-25 Richard Stallman <rms@gnu.org>
10021
10022 * startup.el (normal-top-level-add-subdirs-to-load-path):
10023 Record the inode numbers of the dirs processed, to avoid loop.
10024
10025 * textmodes/tex-mode.el (tex-run-command): Doc fix.
10026
10027 1999-01-25 Dave Love <fx@gnu.org>
10028
10029 * browse-url.el (browse-url-netscape-program): Doc addition.
10030
10031 * help.el (help-make-xrefs): Default info references to an `(emacs)'
10032 prefix.
10033
10034 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
10035 auto-mode-alist.
10036
10037 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10038
10039 * calendar/diary-lib.el (mark-diary-entries): Use
10040 assoc-ignore-case and do not capitalize when matching month and
10041 day names.
10042
10043 * calendar/calendar.el (calendar-read-date): Ditto.
10044
10045 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10046 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10047
10048 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
10049
10050 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10051
10052 * calendar/cal-islam.el (calendar-goto-islamic-date)
10053 (mark-islamic-diary-entries): Ditto.
10054
10055 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10056
10057 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10058 (calendar-read-mayan-tzolkin-date): Ditto.
10059
10060 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
10061
10062 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
10063
10064 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
10065
10066 1999-01-25 Karl Heuer <kwzh@gnu.org>
10067
10068 * faces.el (list-faces-display): Multiline case of previous fix.
10069
10070 1999-01-25 Andreas Schwab <schwab@gnu.org>
10071
10072 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
10073
10074 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
10075
10076 * files.el (find-file): If find-file-noselect returns a list,
10077 do switch-to-buffer on each element.
10078 (find-file-other-window): Likewise for all but the first element.
10079 (find-file-other-frame): Same.
10080 (find-file-noselect): When we expand a wildcard, return a list
10081 of buffers.
10082
10083 1999-01-24 Eli Zaretskii <eliz@gnu.org>
10084
10085 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
10086 to set the appropriate cpNNN-dos coding system as the
10087 highest-priority coding system.
10088
10089 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10090
10091 * international/fontset.el (generate-fontset-menu): Return a
10092 sorted list by plain names of fontsets.
10093
10094 * international/mule-diag.el (list-fontsets): Sort fontsets by
10095 plain names.
10096
10097 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
10098 FIRST is a composite character, decompose it at first.
10099
10100 1999-01-23 Dave Love <fx@gnu.org>
10101
10102 * format.el: Doc fixes.
10103 (format-encode-run-method): Have things happen in the right buffer.
10104 Deal with errors from method. Set coding-system-for-write.
10105 (format-decode-run-method): Have things happen in the right buffer.
10106 Deal with errors from method. Set coding-system-for-read.
10107 (format-alist): Use nil instead of unmatchable regexps.
10108
10109 * simple.el (shell-command-on-region): Return command's exit status.
10110
10111 1999-01-23 Eric Ludlam <zappo@gnu.org>
10112
10113 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
10114 of the file whose info we want to display.
10115 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
10116 (speedbar-add-mode-functions-list) Improve doc.
10117 (speedbar-line-token) New function.
10118 (speedbar-dired) Fix order of directories in -shown-directories.
10119 (speedbar-line-path): Default return is default-directory
10120 (speedbar-buffers-line-path): Return is dir name only.
10121 (speedbar-mode-functions-list): New variable.
10122 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
10123 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
10124 speedbar-files-item-info speedbar-buffers-item-info): New functions.
10125 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
10126 New functions.
10127 (speedbar-line-file): Broke out part that fetches file from a line.
10128 (speedbar-line-text): New function extracted from speedbar-line-file.
10129 (speedbar-line-path): Converted into a replaceable function.
10130 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
10131
10132 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10133
10134 * international/fontset.el (create-fontset-from-x-resource): Make
10135 style variants.
10136
10137 1999-01-22 Dave Love <fx@gnu.org>
10138
10139 * paths.el (Info-default-directory-list): Put sysdir after start.
10140
10141 1999-01-22 Sam Steingold <sds@goems.com>
10142
10143 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
10144 a process associated with it.
10145
10146 1999-01-22 Jason Rumney <jasonr@altavista.net>
10147
10148 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
10149
10150 1999-01-22 Felix Lee <flee@cygnus.com>
10151
10152 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
10153 major-mode.
10154 (vc-annotate-mode): Delete variable.
10155
10156 1999-01-22 Andrew Innes <andrewi@gnu.org>
10157
10158 * startup.el (command-line): [windows-nt]: Check for existence of
10159 .emacs file so as to notice .emacs.el or .emacs.elc and use them
10160 in preference to _emacs.
10161
10162 1999-01-22 Dave Love <fx@gnu.org>
10163
10164 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
10165
10166 1999-01-20 Richard Stallman <rms@gnu.org>
10167
10168 * files.el (find-file-noselect): Do wildcard processing only
10169 if new arg WILDCARDS is non-nil.
10170 (find-file, find-file-other-window): New arg WILDCARDS.
10171 Default it to non-nil if interactive.
10172 (find-file-other-frame): Likewise.
10173 (find-file-read-only): Likewise.
10174 (find-file-read-only-other-window): Likewise.
10175 (find-file-read-only-other-frame): Likewise.
10176
10177 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
10178 (widget-plist-convert-option): Delete spurious comma.
10179
10180 1999-01-19 Jason Rumney <jasonr@altavista.net>
10181
10182 * term/w32-win.el (w32-standard-fontspec-spec): Change
10183 iso8859-5 to koi8-r. Add iso8859-9.
10184
10185 1999-01-19 Dave Love <fx@gnu.org>
10186
10187 * browse-url.el (browse-url-maybe-new-window): Delete macro and
10188 its uses.
10189
10190 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
10191 is active.
10192 (fortran-indent-subprogram): Likewise.
10193
10194 1999-01-19 Dave Love <d.love@dl.ac.uk>
10195
10196 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
10197
10198 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10199
10200 * wid-edit.el (alist): Use sexp as default key-type.
10201
10202 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10203
10204 * textmodes/tex-mode.el (tex-define-common-keys):
10205 Remove key binding of tex-feed-input.
10206 (tex-mode-map): Bind tex-feed-input here.
10207 (tex-start-shell): Use compilation-shell-minor-mode. Set
10208 comint-input-filter-functions before running tex-shell-hook.
10209 (tex-start-tex): Forget compilation errors.
10210 (tex-compilation-parse-errors): Rewritten to work also with
10211 compile-mouse-goto-error and compile-goto-error. Adjusted to
10212 change in tex-region.
10213 (tex-region): For the temp file use file-name without directory.
10214 (tex-file): Expand file name of tex-print-file.
10215
10216 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10217
10218 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
10219
10220 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
10221
10222 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
10223 beginning could cause Emacs to hang. Fixed.
10224
10225 1999-01-18 Ken'ichi Handa <handa@gnu.org>
10226
10227 * international/ccl.el (ccl-compile-translate-character): Handle
10228 the case that a tranlation table is CCL register correctly.
10229
10230 * international/mule-cmds.el (select-safe-coding-system):
10231 Hightlight at most 256 characters.
10232
10233 1999-01-18 Dave Love <fx@gnu.org>
10234
10235 * startup.el (command-line): If the init file changes operation to
10236 unibyte, make all buffers unibyte and re-set language environment.
10237
10238 * disp-table.el (standard-display-european): Make all existing
10239 buffers unibyte. Fix doc.
10240
10241 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
10242
10243 * wid-edit.el (coding-system): Define this unconditionally.
10244
10245 * simple.el (shell-command-on-region-default-error-buffer): New var.
10246 (shell-command-on-region): Use that variable as interactive
10247 value of ERROR-BUFFER argument.
10248
10249 1999-01-17 Sam Steingold <sds@goems.com>
10250
10251 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
10252
10253 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10254
10255 * progmodes/compile.el (compilation-goto-locus): If already in the
10256 compilation buffer's window, keep it in that window.
10257 (compile-mouse-goto-error): Add Doc. Don't play with windows.
10258 (compile-goto-error): Don't play with windows.
10259
10260 * textmodes/tex-mode.el (latex-run-command): Doc fix.
10261 (tex-command): Doc fix.
10262 (tex-compilation-parse-errors): Doc fix.
10263 (tex-generate-zap-file-name): Don't start the name with -.
10264 (tex-expand-files): Works now also with strings ending with ":".
10265
10266 1999-01-17 Ian T Zimmerman <itz@transbay.net>
10267
10268 Patch failed to install:
10269 * gametree.el: Document scoring functionality.
10270 (gametree-score-regexp): Add optional plus sign.
10271 (gametree-score-opener): Replace `:' with `=' as the former
10272 conflicts with gametree-half-ply-regexp.
10273 (gametree-transpose-following-leaves): Add.
10274 (gametree-insert-new-leaf): Make modifying commands barf in read
10275 only buffers.
10276 (gametree-break-line-here): Add a call to
10277 `gametree-transpose-following-leaves'. This maintains the
10278 necessary invariant that on each level all leaf children precede
10279 all nonleaf children. This has always been implied, but left to
10280 the user, and, unfortunately, undocumented.
10281
10282 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
10283
10284 * wid-edit.el (plist, alist): New widget types.
10285
10286 1999-01-17 Dave Love <fx@gnu.org>
10287
10288 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
10289 fix scope of condition-case therein.
10290
10291 1999-01-17 Andrew Innes <andrewi@gnu.org>
10292
10293 * dos-w32.el: (find-buffer-file-type-coding-system): Use
10294 default-buffer-file-coding-system when file doesn't exist (and
10295 isn't covered by a special case) instead of forcing undecided-dos
10296 against the user's wishes.
10297
10298 * dos-w32.el (direct-print-region-helper): New function based on
10299 direct-print-region-function; sends data to specified printer port
10300 without further translation. Recognize and handle specially the
10301 standard `print' and `nprint' programs, as well as `lpr' and
10302 similar programs. Only write directly to the printer port if no
10303 print program is specified. Work around a bug in Windows 9x
10304 affecting Win32 version of Emacs by invoking command.com to write
10305 to the printer port instead of writing directly.
10306 (direct-print-region-function): Use direct-print-region-helper to
10307 do most of the work.
10308 (direct-ps-print-region-function): New function; analogue of
10309 direct-print-region-function for ps-print.
10310 (ps-lpr-command): Comment out setq; leave as example usage.
10311 (ps-lpr-switches): Ditto.
10312
10313 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
10314 and MS-Windows.
10315 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
10316 DOS and Windows platforms, to indicate direct printing. Update
10317 the docstring accordingly.
10318
10319 * ps-print.el: (ps-printer-name): Update docstring about usage on
10320 MS-DOS and MS-Windows.
10321 (ps-lpr-command): Update docstring as for lpr-command.
10322 (ps-print-region-function): New variable.
10323 (ps-do-despool): Use it.
10324 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
10325 DOS/Windows.
10326
10327 * subr.el (subst-char-in-string): New function.
10328
10329 1999-01-17 Eli Zaretskii <eliz@gnu.org>
10330
10331 * international/codepage.el (cp852-decode-table): Fill a nil entry.
10332
10333 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
10334 (bdf-find-font-info): New function, looks for the first readable
10335 file from a list of alternatives.
10336 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
10337 instead of bdf-get-font-info.
10338 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
10339 to ps-mule-generate-bitmap-glyph.
10340
10341 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
10342 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
10343 now be a list of alternative names.
10344 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
10345 (ps-mule-prepare-font): Likewise.
10346
10347 * international/codepage.el (cp855-decode-table,
10348 cp850-decode-table): Fill some nil entries.
10349
10350 1999-01-16 Dave Love <fx@gnu.org>
10351
10352 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
10353 last change.
10354
10355 1999-01-15 Dave Love <fx@gnu.org>
10356
10357 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
10358 and change regexp for command names.
10359 (help-xref-go-back, function-called-at-point, symbol-file)
10360 (where-is): Doc fixes.
10361 (help-xref-go-back): Remove interactive spec.
10362 (describe-function-1): Fix message for alias. Buttomize alias
10363 name.
10364
10365 * simple.el (join-line): New alias.
10366
10367 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
10368
10369 * forms.el: (forms--show-record): Convert integers to string
10370 expicitly since concat will no longer accept integers.
10371 (forms-print): Use local `total-nb-records' since
10372 `forms--total-records' will be inaccessible after buffer switching.
10373
10374 1998-01-14 Felix Lee <flee@cygnus.com>
10375
10376 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
10377
10378 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10379
10380 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
10381
10382 1999-01-14 Eli Zaretskii <eliz@gnu.org>
10383
10384 * international/codepage.el (cp850-decode-table): Fix previous change.
10385
10386 1999-01-14 Simon Marshall <simon@gnu.org>
10387
10388 * shell.el (shell-dirtrack-verbose): New custom variable.
10389 (shell-dirstack-message): Use it.
10390
10391 1999-01-14 Kenichi Handa <handa@etl.go.jp>
10392
10393 * international/mule-conf.el: Coding system alias `dos' for
10394 `undecided-dos', `mac' for `undecided-mac'.
10395
10396 * international/mule-cmds.el (describe-language-environment):
10397 Don't alter input-method-alist.
10398
10399 1999-01-13 Eli Zaretskii <eliz@gnu.org>
10400
10401 * international/codepage.el (cp850-decode-table): Replace nil
10402 entries with codes of similary looking glyphs. (Suggested by
10403 Jason Rumney <jasonr@altavista.net>.)
10404
10405 1999-01-13 Dave Love <fx@gnu.org>
10406
10407 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
10408
10409 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
10410
10411 1999-01-12 Karl Heuer <kwzh@gnu.org>
10412
10413 * files.el (auto-save-hook): Defvar this.
10414
10415 1999-01-12 Alex Schroeder <asc@bsiag.com>
10416
10417 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
10418 faces, eliminating the need to load font-lock before loading sql.
10419 (sql-mode-oracle-font-lock-keywords): Likewise.
10420 (sql-mode-postgres-font-lock-keywords): Likewise.
10421
10422 1999-01-11 Dave Love <fx@gnu.org>
10423
10424 * cus-start.el: Add inhibit-eol-conversion.
10425
10426 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
10427 the values round.
10428
10429 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
10430
10431 * help.el (help-mode-finish): Renamed from help-mode-maybe.
10432 Don't switch to Help mode here.
10433 (temp-buffer-setup-hook): Use help-mode-finish.
10434 (help-mode-setup): New function.
10435 (temp-buffer-setup-hook): Use help-mode-setup.
10436
10437 * progmodes/sql.el: New file.
10438
10439 * files.el (auto-mode-alist): Add sql-mode.
10440
10441 * faces.el (list-faces-display): Improve the formatting
10442 by computing the maximum length required for any face-name.
10443
10444 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10445
10446 * progmodes/compile.el (compilation-shell-minor-mode): New function.
10447
10448 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10449
10450 * term.el (term_send_home): Change the string to
10451 be the same as the one emitted by xterm and consistent with the
10452 ones emitted by prior and next.
10453 (term_send_end): Likewise.
10454
10455 1999-01-10 Dave Love <fx@gnu.org>
10456
10457 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
10458 bindings.
10459
10460 1999-01-10 Eli Zaretskii <eliz@gnu.org>
10461
10462 * international/codepage.el (codepage-setup): Doc fix.
10463 (cp-decoding-vector-for-codepage): Likewise.
10464
10465 1999-01-10 Markus Rost <rost@gnu.org>
10466
10467 * cus-edit.el (custom-save-delete): First scan the custom-file.
10468
10469 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
10470
10471 * international/iso-transl.el: Define a "function name" for
10472 each translation that isn't ASCII. Use these function names
10473 in iso-transl-char-map.
10474
10475 1999-01-08 Kenichi Handa <handa@etl.go.jp>
10476
10477 * international/mule-util.el (decompose-region): Do decomposition
10478 on temporary unibyte buffer.
10479
10480 * international/mule.el (make-char): Doc-string modified.
10481
10482 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10483
10484 * simple.el (comment-region): Delete spaces only if we
10485 deleted a comment starter.
10486
10487 1999-01-07 Dave Love <fx@gnu.org>
10488
10489 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10490
10491 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
10492 like eval-defun does.
10493
10494 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
10495
10496 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
10497 constructions. Doc fixes.
10498 (generic-create-generic-function): Use defalias, not fset.
10499
10500 * find-func.el: More doc fixes.
10501
10502 1999-01-06 Stephen Eglen <stephen@gnu.org>
10503
10504 * files.el (save-buffers-kill-emacs): Show the list of current
10505 processes before prompting to kill them and exit.
10506
10507 1999-01-06 Dave Love <fx@gnu.org>
10508
10509 * emacs-lisp/find-func.el: Doc fixes.
10510 (find-function-regexp): Extend for define-generic-mode,
10511 define-derived-mode, easy-mmode-define-minor-mode.
10512
10513 1999-01-06 Dave Love <fx@gnu.org>
10514
10515 * progmodes/fortran.el (fortran-window-create): Account for scroll
10516 bar width.
10517
10518 * browse-url.el: Require (noerror) w3-auto when compiling.
10519 (browse-url-maybe-new-window): Make it a macro and revert last
10520 change to callers.
10521 (browse-url-w3): Require w3 for w3-fetch-other-window.
10522
10523 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10524
10525 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
10526 argument.
10527
10528 1999-01-06 Simon Marshall <simon@gnu.org>
10529
10530 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
10531
10532 * font-lock.el (font-lock-default-fontify-buffer): When using
10533 with-temp-message, use nil rather than current-message.
10534
10535 * lazy-lock.el (lazy-lock-unstall):
10536 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
10537 rather than current-message.
10538
10539 * fast-lock.el (fast-lock-save-cache-1):
10540 (fast-lock-cache-data): When using with-temp-message, use nil rather
10541 than current-message.
10542
10543 1999-01-06 Eli Zaretskii <eliz@gnu.org>
10544
10545 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10546 the valid-codes property.
10547
10548 * international/mule-cmds.el (prefer-coding-system): Call
10549 set-coding-priority, so that the internal array of priorities is
10550 also updated.
10551
10552 * international/mule-util.el:
10553 (coding-system-change-eol-conversion,
10554 coding-system-change-text-conversion): Don't define here.
10555
10556 * international/mule-cmds.el: Define them here. Remove the
10557 autoload cookies.
10558
10559 1999-01-06 Andreas Schwab <schwab@gnu.org>
10560
10561 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
10562 if it was enabled before.
10563
10564 * view.el (View-revert-buffer-scroll-page-forward): Bind
10565 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
10566
10567 * files.el (recover-session): Preserve point when inserting
10568 explanation.
10569
10570 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
10571
10572 * cus-edit.el (custom-save-delete): Don't delete whitespace
10573 and comments before the sexp that is replaced.
10574
10575 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10576
10577 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
10578
10579 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
10580
10581 * vc.el (vc-dired-hook): Use the original value of
10582 dired-move-to-filename-regexp on lines that have not been
10583 reformatted yet.
10584 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
10585 file lines have already been reformatted.
10586
10587 1999-01-05 Dave Love <fx@gnu.org>
10588
10589 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
10590 buffer-local.
10591
10592 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
10593
10594 * progmodes/f90.el: Change of regular expressions for type to
10595 correct highlighting and identation. Some small fixes for
10596 compatibility with XEmacs.
10597
10598 1999-01-05 Stephen Eglen <stephen@gnu.org>
10599
10600 * mspools.el (mspools-vm-system-mail): Provide an alternative
10601 value based on rmail-spool-directory if $MAIL is not defined.
10602
10603 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
10604
10605 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
10606 (reftex-section-info): Handle negative section levels.
10607 (reftex-view-crossref-extra): New option.
10608 (reftex-view-crossref): Generalized to work in more places.
10609 (reftex-find-citation-regexp-format, reftex-find-reference-format,
10610 reftex-macros-with-labels, reftex-global-search-marker): New variables.
10611 (reftex-view-cite-locations-from-bibtex): New command.
10612 (reftex-view-regexp-match, reftex-global-search,
10613 reftex-global-search-continue): New functions.
10614 (reftex-extract-bib-entries): No error for non-existing BibTeX
10615 file, just a message.
10616 (reftex-extract-bib-entries): Better error handling.
10617 (reftex-select-with-char): Use `*RefTeX Select*' for selection
10618 help and force it on current frame.
10619 (reftex-default-bibliography): New function.
10620 (reftex-access-parse-file): Check consistency after loading a
10621 parse file. When inconsistent, enfore rescan.
10622 (reftex-check-parse-consistency): New function.
10623 (easy-menu-define): Options section drastically shortened.
10624
10625 1999-01-05 Kenichi Handa <handa@etl.go.jp>
10626
10627 * language/thai-util.el (thai-compose-string): New function.
10628
10629 1999-01-04 Inge Frick <inge@nada.kth.se>
10630
10631 * easymenu.el (easy-menu-define): Doc fix.
10632 (easy-menu-create-menu): New keyword :included.
10633 (easy-menu-do-add-item): New keyword :included. SUFFIX may
10634 be an expression, not only a string. Simulate style `button'.
10635 Use easy-menu-define-key-intern instead of easy-menu-define-key.
10636 (easy-menu-define-key-intern): New function.
10637 (easy-menu-add-item): Understand value returned from
10638 easy-menu-item-present-p and easy-menu-remove-item.
10639 (easy-menu-return-item): New function.
10640 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
10641
10642 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
10643
10644 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10645 Use rmail-output-read-rmail-file-name to read the file name.
10646 Always call rmail-output-to-rmail-file noninteractively.
10647 When count > 1, do the loop here.
10648 Handle rmail-delete-after-output here.
10649 (rmail-summary-output): Similar changes.
10650
10651 * mail/rmailout.el: Provide `rmailout'.
10652 (rmail-output-read-rmail-file-name): New function.
10653 (rmail-output-to-rmail-file): Use that.
10654 (rmail-output-read-file-name): New function.
10655 (rmail-output): Use that.
10656
10657 * files.el (find-file-noselect): Let /: suppress wildcard matching.
10658 Error if wildcard matches no files.
10659
10660 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
10661
10662 * menu-bar.el (clipboard-yank): Doc fix.
10663
10664 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
10665
10666 1998-12-31 Markus Rost <rost@delysid.gnu.org>
10667
10668 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
10669
10670 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
10671
10672 * rmail.el (rmail-encode-string): Make sure mask value is
10673 positive; (emacs-pid) returns a negative number on Windows 9x
10674 which causes odd behaviour.
10675
10676 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
10677
10678 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
10679 and about w32-* variables unless on Windows/NT.
10680
10681 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
10682
10683 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
10684 if buffer is modified; ask about all modified buffers.
10685
10686 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10687
10688 * simple.el (what-cursor-position): Fix previous change.
10689
10690 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
10691
10692 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
10693 from paragraph-start.
10694
10695 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
10696
10697 * international/mule-cmds.el (prefer-coding-system): If the
10698 argument requires specific EOL conversion type, make the default
10699 coding systems use that.
10700
10701 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
10702
10703 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
10704 Use shell-command-on-region.
10705 (m4-start-m4, m4-end-m4): Functions deleted.
10706
10707 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
10708
10709 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
10710
10711 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10712
10713 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
10714 to compose-mail in the correct places and as a list.
10715
10716 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
10717
10718 * page-ext.el: Added mouse-selection feature for pages directory buffer.
10719 (pages-directory-map): Bind mouse-2
10720 (pages-copy-header-and-position): Put text property.
10721 (pages-directory-goto-with-mouse): New function.
10722
10723 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
10724
10725 * international/codepage.el (cp-make-coding-systems-for-codepage):
10726 Doc fix.
10727 (cp-coding-system-for-codepage-1): Likewise.
10728
10729 1998-12-29 Kenichi Handa <handa@etl.go.jp>
10730
10731 * language/thai-util.el (thai-post-read-conversion): Handle Thai
10732 composition sequence correctly here instead of calling
10733 thai-compose-region.
10734
10735 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
10736 newline in multibyte buffer, if previous or next character is a
10737 composite char, check the first component of the composite char.
10738
10739 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
10740
10741 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
10742 and track-mouse.
10743
10744 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10745
10746 * mail/sendmail.el (mail-yank-original): Remove text properties
10747 after insertion.
10748 (mail-yank-region): Barf if no mark is set in the message
10749 being replied to.
10750
10751 * help.el (function-called-at-point): First look for function at point.
10752
10753 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10754
10755 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
10756
10757 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10758
10759 * simple.el (what-cursor-position): Print character encoding also.
10760
10761 1998-12-26 Dave Love <fx@gnu.org>
10762
10763 * textmodes/flyspell.el: If local-maps work, don't put
10764 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
10765 in flyspell-mouse-map (only).
10766 (flyspell-use-local-map): New variable.
10767 Use a different mouse-2 binding in that case,
10768 and don't add to minor-mode-map-alist.
10769 (make-flyspell-overlay, flyspell-correct-word):
10770 Test flyspell-use-local-map.
10771
10772 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10773
10774 * files.el (file-expand-wildcards): Handle wildcards in directory name.
10775 Be careful about whether to return a relative file name,
10776 and if so, relative to what directory.
10777
10778 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10779
10780 * emacs-lisp/easymenu.el (easy-menu-get-map):
10781 Change global map only if this menu exists in the global map already,
10782 and not in the local map.
10783 (easy-menu-do-add-item): Fix error message.
10784
10785 * foldout.el (foldout-inhibit-key-bindings):
10786 Avoid concatenating onto outline-minor-mode-prefix.
10787 Make a new keymap for that prefix, if it does not already have one.
10788
10789 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
10790
10791 * cperl-mode.el:
10792 Can use linear algorithm for indentation if Emacs supports it.
10793 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
10794 (cperl-after-block-p): Likewise.
10795 (cperl-after-block-and-statement-beg): Likewise.
10796 (cperl-after-block-p): After END/BEGIN we are a block.
10797 (cperl-after-expr-p): Skip labels when checking
10798 (cperl-indent-region): Make a marker for END - text added/removed.
10799 Disable hooks during the call (how to call them later?).
10800 Now indents 820-line-long function in 6.5 sec (including
10801 syntaxification) the first time (when buffer has few
10802 properties), 7.1 sec the second time.
10803 (cperl-indent-region): Do not indent whitespace lines
10804 (cperl-style-alist)
10805 Include `cperl-merge-trailing-else' where the value is clear.
10806 (cperl-styles-entries): Likewise.
10807 (cperl-problems): Improvements to docs.
10808 (cperl-tips): Likewise.
10809 (cperl-non-problems): Likewise.
10810 (cperl-mode): Make lazy syntaxification possible.
10811 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
10812 `font-lock-unfontify-region-function' was set to a wrong function.
10813
10814 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
10815 restart syntaxification. Changed so that -d ?foo? is a RE. Do
10816 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
10817 but 1<<6 was considered as HERE-doc.
10818 <file/glob> made into a string.
10819 Postpone addition of faces after syntactic step.
10820 Recognition of <FH> was wrong.
10821 Highlight `gem' in s///gem as a keyword. `qr' recognized.
10822 Knows that split// is null-RE.
10823 Highlights separators in 3-parts expressions as labels.
10824 <> was considered as a glob.
10825 Would err if the last line is `=head1'.
10826 $a-1 ? foo : bar; was a considered a regexp.
10827 `<< (' was considered a start of HERE-doc.
10828 mark qq[]-etc sections as syntax-type=string
10829 Was not processing sub protos after a comment ine.
10830 Was treating $a++ <= 5 as a glob.
10831 Tolerate unfinished REx at end-of-buffer.
10832 `unwind-protect' was left commented.
10833 / and ? after : start a REx.
10834
10835 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
10836 Better default, customizes to `message' too, off in text-mode.
10837
10838 (cperl-array-face): Renamed from `font-lock-emphasized-face',
10839 `defface'd.
10840 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
10841 `defface'd.
10842 (cperl-emacs-can-parse): New state variable.
10843 (cperl-indent-line): Corrected to use global state.
10844 (cperl-calculate-indent): Likewise.
10845 (cperl-fix-line-spacing): Likewise (not used yet).
10846 (cperl-calculate-indent): Did not consider `,' as
10847 continuation mark for statements.
10848 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
10849 Remove another parse-data optimization at toplevel: would
10850 indent correctly.
10851 Correct for labels when calculating indentation of continuations.
10852 Docstring updated.
10853 (cperl-choose-color): Converted to a function (to be
10854 compilable in text-mode).
10855 (cperl-dark-background): Disable without window-system.
10856 Do `defface' only if window-system.
10857 (cperl-fix-line-spacing): Sped up to bail out early.
10858 (x-color-defined-p): Was not compiling on XEmacs
10859 Was defmacro'ed with a tick. Remove another def.
10860 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
10861 (cperl-unwind-to-safe): New function.
10862 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
10863 (cperl-fontify-syntaxically): Unwinds start and end to go out of
10864 long strings (not very successful).
10865 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
10866 Highlight the starting // in s//foo/ as function-name.
10867 Emit a meaningful error instead of a cryptic one for an
10868 uncomplete REx near end-of-buffer.
10869
10870 (cperl-electric-keyword): `qr' recognized.
10871 (cperl-electric-else): Likewise
10872 (cperl-to-comment-or-eol): Likewise
10873 (cperl-make-regexp-x): Likewise
10874 (cperl-init-faces): Likewise, and `lock' (as overridable?).
10875 Corrected to use new macros;
10876 `if' for copying `reference-face' to `constant-face' was backward.
10877 remove init `font-lock-other-emphasized-face',
10878 `font-lock-emphasized-face', `font-lock-keyword-face'.
10879 Interpolate `cperl-invalid-face'.
10880 (cperl-make-regexp-x): Misprint in a message.
10881 (cperl-syntaxify-unwind): New configuration variable
10882 (cperl-fontify-m-as-s): New configuration variable
10883 (cperl-electric-pod): Check for after-expr was performed
10884 inside of POD too.
10885 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
10886 (cperl-clobber-mode-lists): New configuration variable.
10887 (cperl-not-bad-style-regexp): Updated.
10888 Init: `cperl-is-face' was busted.
10889 (cperl-make-face): New macros.
10890 (cperl-force-face): New macros.
10891 (font-lock-other-type-face): Done via `defface' too.
10892 (cperl-nonoverridable-face): New face. Renamed from
10893 `font-lock-other-type-face'.
10894 (cperl-init-faces-weak): Use `cperl-force-face'.
10895 (cperl-comment-indent): Commenting __END__ was not working.
10896 (cperl-indent-for-comment): Likewise.
10897 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
10898 When removing old TAGS info was not relativizing filename.
10899 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
10900 Another try to work around XEmacs problems. Better progress messages.
10901 (toplevel): Require custom unprotected => failure on 19.28.
10902 (cperl-xemacs-p): Defined when compile too
10903 (cperl-find-tags): Was writing line/pos in a wrong order,
10904 pos off by 1 and not at beg-of-line.
10905 (cperl-etags-snarf-tag): New macro
10906 (cperl-etags-goto-tag-location): New macro
10907 (cperl-version): New variable. New menu entry
10908 random docstrings: References to "future" 20.3 removed.
10909 Menu was described as `CPerl' instead of `Perl'
10910 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
10911 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
10912 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
10913 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
10914 `font-lock-reference-face', `font-lock-keyword-face'.
10915 Use `eval-after-load'.
10916 Remove not-CPerl-related faces.
10917 (cperl-tips-faces): New variable and an entry into Mini-docs.
10918 (cperl-indent-exp): Was not processing else-blocks.
10919 (cperl-get-state): NOP line removed.
10920 (cperl-ps-print): New function and menu entry.
10921 (cperl-ps-print-face-properties): New configuration variable.
10922 (cperl-invalid-face): New configuration variable.
10923 (perl-font-lock-keywords): Highlight trailing whitespace
10924 (cperl-contract-levels): Documentation corrected.
10925 (cperl-contract-level): Likewise.
10926 (cperl-ps-extend-face-list): New macro.
10927 (cperl-invalid-face): Change to ''underline.
10928
10929 1998-12-25 Markus Rost <rost@delysid.gnu.org>
10930
10931 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
10932 for read-file-name.
10933 (rmail-output-to-rmail-file): Likewise.
10934
10935 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10936
10937 * emacs-lisp/easymenu.el (easy-menu-get-map):
10938 If MENU is nil, use global menu-bar map.
10939 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
10940 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
10941
10942 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10943
10944 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
10945
10946 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10947
10948 * ps-print.el (ps-print-version): New version number (4.1.3).
10949
10950 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
10951
10952 * international/mule-cmds.el: Use make-sparse-keymap instead of
10953 define-prefix-key when defining MULE menu items.
10954
10955 * info.el (Info-node-at-bob-matching): New function.
10956 (Info-find-node, Info-build-node-completions): Call it.
10957
10958 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
10959
10960 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
10961 when this is an autoloaded keymap.
10962
10963 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
10964
10965 * international/codepage.el (cp-coding-system-for-codepage-1):
10966 Create separate encoders and decoders, for DOS and Unix. Make the
10967 usual family of 3 coding systems, so that automatic detection of
10968 EOL type works.
10969 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
10970 Unix-specific symbols here, and don't call
10971 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
10972 Handa <handa@etl.go.jp>.)
10973
10974 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
10975
10976 * term/internal.el (IT-character-translations): New variable, an
10977 alist used to display characters for which there's no glyphs in
10978 the current codepage.
10979 (IT-display-table-setup): New function, sets up the DOS terminal
10980 for a given codepage.
10981 (dos-codepage-setup): New function, sets up the MULE environment
10982 for the current value of dos-codepage.
10983 (top-level if): In the multibyte mode, turn on
10984 unibyte-display-via-language-environment. In the unibyte mode,
10985 set up the special syntax tables to map lower- to upper case and
10986 back.
10987
10988 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
10989
10990 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
10991 (speedbar-frame-plist) Remove useless comments.
10992 (speedbar-frame-mode) Do not specify height if it is in the param list.
10993 Use default y position w/out changing it.
10994 If default x position is a list, keep, calculate the non-list X
10995 value when devining an initial position.
10996 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
10997 (speedbar-tag-group-name-minimum-length): New variable.
10998 (speedbar-frame-parameter): New compatibility function.
10999 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
11000 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
11001 groups to keep things in the right order, and to help with some
11002 naming conventions.
11003 (speedbar-create-tag-hierarchy): Enable buffer local version of
11004 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
11005 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
11006 the case, derive it from the cursor location in speedbar.
11007
11008 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
11009
11010 * international/mule-cmds.el (set-language-environment): On MS-DOS
11011 terminals, install DOS-specific nonascii-translation-table if the
11012 language info doesn't specify one. Pass the default eol-type to
11013 set-language-environment-coding-systems.
11014 (set-default-coding-systems): Copy the eol-type property for the
11015 new default values of {buffer-file,process}-coding-system from the
11016 old defaults.
11017 (set-language-environment-coding-systems): Accept an optional
11018 argument EOL-TYPE, and set the eol-type property of the default
11019 coding systems accordingly.
11020 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
11021 (set-keyboard-coding-system): Likewise.
11022 (set-default-coding-systems): Don't set
11023 default-terminal-coding-system on MS-DOS to anything but nil.
11024 (prefer-coding-system): Describe in the doc string that
11025 default-terminal-coding-system is not changed on MS-DOS.
11026 (set-language-environment): For MS-DOS, set standard syntax table
11027 and display table for all characters with code above 127.
11028 (standard-display-european-internal): For MS-DOS, pass all
11029 characters with code above 127 directly to the terminal, and don't
11030 remap characters 160 and 146 in the unibyte case.
11031
11032 * international/codepage.el: New file.
11033
11034 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11035
11036 * diary-lib.el (diary-float): Fix end-of-year error and typos in
11037 comments.
11038
11039 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
11040
11041 * map-ynp.el (map-y-or-n-p): Ignore input methods.
11042
11043 * subr.el (read-passwd): Likewise.
11044
11045 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
11046
11047 * info.el (Info-find-node): Add 1 to the position read from the
11048 tag table. Don't fail if the node delimiter ^_ is the first
11049 character in the file.
11050 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
11051 first character in the file.
11052 (Info-read-subfile): Likewise.
11053 (Info-select-node): Likewise.
11054 (Info-build-node-completions): Likewise.
11055
11056 1998-12-16 Richard Stallman <rms@gnu.org>
11057
11058 * term/x-win.el (x-cut-buffer-or-selection-value):
11059 If clipboard is enabled, try it before PRIMARY selection.
11060
11061 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11062
11063 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
11064 insert c-cedilla and C-cedilla respectively, like in latin-1.
11065
11066 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
11067
11068 * language/hebrew.el: Don't use sublists in the flags argument
11069 passed to make-coding-system.
11070
11071 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11072
11073 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
11074 list of character sets found by find-charset-region.
11075
11076 * ps-mule.el: Always require ps-print. Move some function
11077 definitions for Emacs 20.2 and the earlier to ps-print.el.
11078 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
11079
11080 * ps-print.el: Define several functions for Emacs 20.2 and the
11081 earlier version.
11082 (ps-printer-name): Check if printer-name is bound.
11083
11084 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11085
11086 * ps-mule.el: Programming uniformization and little code improvement.
11087 (ps-mule-prepare-font): Programming uniformization.
11088 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
11089 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
11090
11091 * ps-bdf.el: Programming uniformization and little code improvement.
11092 (bdf-search-and-read): New fun.
11093 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
11094 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
11095 (bdf-info-relative-compose, bdf-info-baseline-offset)
11096 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
11097 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
11098 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
11099 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
11100 improvement.
11101
11102 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11103
11104 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
11105 and mule related code extraction. Autoload ps-mule funs.
11106
11107 * ps-mule.el: Doc fix. Require ps-print only when compiled.
11108 (ps-mule-prologue-generated): New fun.
11109 (ps-mule-plot-string): Add autoload cookie.
11110 (ps-mule-begin-job): Call ps-mule-prologue-generated.
11111
11112 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11113
11114 * ps-bdf.el: Require ps-mule instead of ps-print.
11115 (bdf-directory-list): Add autoload cookie.
11116
11117 * ps-mule.el: New file. Mule related code extracted from
11118 ps-print.el. Require ps-print, provide ps-mule.
11119 (ps-multibyte-buffer): Add autoload cookie.
11120 (ps-mule-prepare-ascii-font): New fun.
11121 (ps-mule-set-ascii-font): New fun.
11122 (ps-mule-skip-same-charset): Fun deleted.
11123 (ps-mule-plot-string): Set ps-mule-current-charset.
11124 (ps-mule-initialize): Add autload cookie. Don't set
11125 ps-mule-font-info-database here.
11126 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
11127 ps-mule-font-info-database and ps-control-or-escape-regexp.
11128 (ps-mule-begin-page): New fun.
11129
11130 * ps-print.el: Mule related code moved to ps-mule.el.
11131 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
11132 check ps-mule-charset-list.
11133 (ps-begin-page): Don't set ps-mule-current-charset, instead call
11134 ps-mule-begin-page.
11135 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
11136 (ps-plot-region): Don't set ps-mule-current-charset, instead call
11137 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
11138 instead skip same charsets by itself.
11139 (ps-generate): Call ps-mule-initialize of needs-begin-file is
11140 non-nil. Call ps-mule-begin-job.
11141
11142 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11143
11144 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
11145 instead of bdf.
11146
11147 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
11148 (ps-mule-external-libraries): New element FEATURE.
11149 (ps-mule-init-external-library): Ajusted for the above change.
11150 (ps-mule-generate-font): Likewise.
11151 (ps-mule-generate-glyphs): Likewise.
11152 (ps-mule-prepare-font): Likewise.
11153 (ps-mule-initialize): Likewise.
11154 (ps-begin-file): Superfluous tailing parenthesis deleted.
11155
11156 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11157
11158 * international/fontset.el (x-decompose-font-name): If PATTERN
11159 doesn't have any wild cards, return a vector made from a name that
11160 is found by x-resolve-font-name found. Comments added.
11161
11162 * international/mule-cmds.el (find-coding-systems-for-charsets):
11163 Handle the case of unknown charset.
11164 (find-multibyte-characters): If invalid multibyte characters are
11165 found, return the corresponding strings instead of character
11166 codes.
11167 (find-multibyte-characters): Adjusted for the above change.
11168 (select-safe-coding-system): For a unibyte buffer, always returns
11169 DEFAULT-CODING-SYSTEM.
11170 (get-charset-property): Fix previous change. Make it a function.
11171 (put-charset-property): Make it a function.
11172
11173 * international/mule.el (make-coding-system): Set mime-charset
11174 property of *-with-esc coding system to nil.
11175
11176 * international/quail.el (quail-point-in-conversion-region): New
11177 function.
11178 (quail-conversion-backward-delete-char): When a key sequence is
11179 being translated, call quail-delete-last-char.
11180
11181 * language/devan-util.el
11182 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
11183 handle devanagari-decomposition-rules.
11184
11185 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
11186
11187 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
11188 tex-start-options-string to empty string.
11189 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
11190
11191 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
11192
11193 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
11194 5xx responses are already handled properly).
11195
11196 1998-12-13 Richard Stallman <rms@gnu.org>
11197
11198 * progmodes/compile.el (compilation-error-regexp-alist): Insist
11199 on a non-digit in the file name.
11200
11201 * simple.el (comment-region): Handle comment-padding
11202 separately for insertion and for deletion, in the right way for each.
11203
11204 1998-12-13 Felix Lee <flee@cygnus.com>
11205
11206 * progmodes/compile.el (compilation-error-regexp-alist): Fix
11207 regexp to match "ChangeLog:1:1998-12-09 ..."
11208
11209 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
11210
11211 * cus-start.el (dos-unsupported-char-glyph): Add.
11212
11213 1998-12-11 Dave Love <fx@gnu.org>
11214
11215 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
11216 forward-sexp in condition-case.
11217
11218 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11219 Remove unnecessary test on `library' for explicit file name.
11220 Widen scope of save-match-data.
11221
11222 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
11223
11224 * international/mule.el (load-with-code-conversion): If the loaded
11225 file was inserted with no-conversion or raw-text coding system,
11226 make the buffer unibyte.
11227
11228 1998-12-09 Richard Stallman <rms@gnu.org>
11229
11230 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11231 Get rid of nested loops.
11232
11233 * mouse.el (mouse-drag-vertical-line):
11234 If WHICH-SIDE is not `right', then scroll bars are on the left.
11235
11236 * loadhist.el (load-history-loaded): defvar moved to help.el.
11237
11238 * help.el (symbol-file-load-history-loaded): Variable renamed,
11239 and defvar moved from loadhist.el.
11240 (symbol-file): Renamed from describe-function-find-file.
11241 Load fns-VERSION.el here.
11242 (describe-variable, describe-function-1): Use symbol-file.
11243
11244 * textmodes/tex-mode.el (tex-generate-zap-file-name):
11245 Don't start the name with #.
11246
11247 * ispell.el: Take out the eval-when's.
11248
11249 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
11250
11251 * dirtrack.el (dirtrack-directory-change-hook): New hook.
11252 (dirtrack): Run it. Make debug message more verbose.
11253
11254 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11255
11256 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
11257 name of the abbrev table, and provide support for XEmacs.
11258 (octave-xemacs-p): New variable.
11259
11260 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11261
11262 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
11263 exit, when mail-interactive is nil.
11264
11265 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
11266
11267 * files.el (after-find-file): Message fix.
11268
11269 1998-12-09 Ken Stevens <stevens@kdstevens.com>
11270
11271 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
11272
11273 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
11274
11275 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
11276 filenames using backslashes.
11277
11278 1998-12-09 Dave Love <fx@gnu.org>
11279
11280 * browse-url.el (browse-url-mail): Call compose-mail-other-window
11281 with correct number of args.
11282 (browse-url-maybe-new-window): New arg. Callers changed.
11283
11284 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
11285 comment.
11286
11287 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
11288
11289 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
11290
11291 1998-12-08 Markus Rost <rost@delysid.gnu.org>
11292
11293 * vc.el (vc-rcs-release): Fix Type.
11294 (vc-sccs-release): Fix Type.
11295 (vc-cvs-release): Fix Type.
11296
11297 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
11298 arg work right.
11299
11300 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
11301 output of last undeleted message.
11302
11303 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
11304
11305 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11306 (buffer-undo-list) [windows-nt]: Use different relative path.
11307
11308 1998-12-07 Simon Marshall <simon@gnu.org>
11309
11310 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
11311
11312 1998-12-05 Markus Rost <rost@delysid.gnu.org>
11313
11314 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
11315
11316 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
11317
11318 1998-12-04 Markus Rost <rost@delysid.gnu.org>
11319
11320 * info.el (Info-menu): Don't return error if point is between menu
11321 header and first menu item.
11322
11323 1998-12-04 Dave Love <fx@gnu.org>
11324
11325 * help.el (describe-function-1): Fix description for alias.
11326
11327 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
11328
11329 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
11330 specifications from summary line.
11331
11332 * rect.el (delete-whitespace-rectangle): Mark for autoload.
11333 (close-rectangle): Define alias only once in loaddefs.el.
11334
11335 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
11336
11337 * term/internal.el: Remove code which sets up a special syntax
11338 table for non-ASCII characters.
11339
11340 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
11341
11342 * dos-w32.el (direct-print-region-function): Try to ensure that
11343 printer-name is expanded to a file name on a local drive;
11344 sometimes printing a file loaded from a network volume fails.
11345 (direct-print-region-function): Add a function to
11346 write-region-annotate-functions to append a formfeed character to
11347 the region being printed, if the region doesn't end with a
11348 formfeed already. This avoids creating a second print job
11349 containing a blank page when print spooling is enabled on Windows.
11350
11351 1998-12-02 Dave Love <fx@gnu.org>
11352
11353 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
11354 `Info-goto-node'.
11355
11356 1998-12-02 Richard Stallman <rms@gnu.org>
11357
11358 * help.el (temp-buffer-resize-mode): Doc fix.
11359
11360 * cus-edit.el (custom-save-delete): Save point before
11361 reading a sexp, rather than backing up.
11362
11363 * international/iso-transl.el: Fix previous change.
11364
11365 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
11366
11367 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
11368 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
11369 Added defvars to suppress compilation warnings.
11370
11371 1998-11-30 Ken Stevens <k.stevens@ieee.org>
11372
11373 * ispell.el: Improved and fixed customize for variables:
11374 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
11375 ispell-dictionary-alist, ispell-skip-sgml.
11376 Improved and fixed comments in variables and messages for
11377 functions: ispell-help-in-bufferp, ispell-local-dictionary,
11378 ispell-menu-map, ispell-checking-message, ispell-parser,
11379 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
11380 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
11381 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
11382 ispell-message-text-end, ispell-add-per-file-word-list.
11383 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
11384 system is now required for all languages. Casechars improved for
11385 castellano, castellano8, and norsk dictionaries. Dictionary
11386 norsk7-tex added. Dictionary polish added.
11387 (ispell-dictionary-alist): Redefined at load-time to support
11388 dictionary changes.
11389 (ispell-menu-map): Redefined at load-time to support menu changes.
11390 (ispell-check-version): New alias for `check-ispell-version'.
11391 (ispell-parse-output): Fixed matching for ispell error messages.
11392 Correctly returns spelling suggestions in order generated by ispell
11393 process.
11394 (check-ispell-version): Ensure `case-fold-search' doesn't get
11395 redefined.
11396 (ispell-complete-word): Ensure `case-fold-search' doesn't get
11397 redefined. Fix bug that didn't respect case of word being completed.
11398 (ispell-init-process): Set process coding system to be compatible
11399 with emacs processes and the ispell process.
11400 (ispell-kill-ispell): Ensures ispell process has terminated before
11401 starting new process. This can otherwise confuse process filters
11402 and hang the ispell process.
11403 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
11404 skipping support for sgml.
11405 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
11406 which could cause `ispell-complete-word' to hang.
11407 (ispell-message): Improved message reference matching. Ensure
11408 `case-fold-search' doesn't get redefined.
11409 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
11410 get redefined. Fixed bug in returning to nroff mode from tex mode.
11411 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
11412 get redefined.
11413
11414 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11415
11416 * textmodes/flyspell.el (flyspell-check-word-p):
11417 Don't delay inside a kbd macro.
11418
11419 * subr.el (make-local-hook): Return the hook variable.
11420
11421 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11422
11423 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
11424 Use a timer instead of post-command-hook.
11425 (hscroll-timer): New variable.
11426
11427 1998-11-30 Dave Love <fx@gnu.org>
11428
11429 * help.el (help-xref-button): Do nothing if text already has the
11430 help-xref property.
11431 (describe-variable): Revert previous change to hyperlink to source.
11432
11433 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
11434
11435 * bindings.el (features): Add `base64' to this list.
11436
11437 * loadhist.el (symbol-file): Doc fix.
11438
11439 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11440
11441 * files.el (hack-one-local-variable): Cope with non-file buffers.
11442
11443 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
11444
11445 * help.el (describe-mode): Put major mode first.
11446
11447 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
11448 to support special-display and same-window features.
11449
11450 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11451
11452 * simple.el (transpose-subr, transpose-subr-1): Rename variables
11453 bound in one function and used in the other.
11454 (transpose-subr-start1, transpose-subr-start2): Add defvars.
11455 (transpose-subr-end1, transpose-subr-end2): Add defvars.
11456
11457 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11458
11459 * autoinsert.el (auto-insert-alist): Use user-mail-address.
11460
11461 1998-11-26 Kenichi Handa <handa@etl.go.jp>
11462
11463 * international/ccl.el (ccl-dump-translate-character-const-tbl):
11464 Give format correct control string.
11465
11466 * international/mule.el (define-translation-table): Fix bug of
11467 setting incorrect translation-table-id. If the first element of
11468 ARGS is a translation table, just register it.
11469
11470 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
11471 property.
11472
11473 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
11474
11475 * thingatpt.el (thing-at-point-url-at-point): Don't use current
11476 syntax table to determine what is whitespace.
11477
11478 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
11479
11480 * frame.el (frame-parameter): Doc fix.
11481
11482 * textmodes/tex-mode.el (tex-feed-input): New function.
11483 (tex-define-common-keys): Add binding for C-c C-m.
11484
11485 1998-11-23 Dave Love <fx@gnu.org>
11486
11487 * progmodes/fortran.el: Various minor doc fixes.
11488 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
11489 (fortran-with-subprogram-narrowing): New macro.
11490 (fortran-check-for-matching-do): Use it.
11491 (fortran-end-do): Use fortran-check-end-prog-re.
11492 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
11493 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
11494
11495 1998-11-23 Simon Marshall <simon@gnu.org>
11496
11497 * font-lock.el (font-lock-defaults): Doc fix.
11498 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
11499 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
11500
11501 * lazy-lock.el (lazy-lock-unstall):
11502 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
11503
11504 * fast-lock.el (fast-lock-save-cache-1):
11505 (fast-lock-cache-data): Rewritten to use with-temp-message.
11506
11507 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
11508
11509 * mail/rmail.el (rmail-set-message-counters-counter): Detect
11510 messages that have been added with DOS line endings and convert
11511 the line endings for such messages.
11512
11513 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11514
11515 * help.el: Add resizing of temporary buffers.
11516 (temp-buffer-resize-mode): New command and variable.
11517 (temp-buffer-max-height): New variable.
11518 (resize-temp-buffer-window): New function.
11519
11520 * window.el (window-buffer-height): New function, split from
11521 shrink-window-if-larger-than-buffer.
11522 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
11523
11524 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
11525
11526 * frame.el (initial-frame-alist): Add defcustom.
11527
11528 * shell.el (shell-prompt-pattern): Add defcustom.
11529
11530 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11531
11532 * message.el (message-ignored-supersedes-headers): Remove
11533 NNTP-Posting-Date.
11534
11535 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11536
11537 * help.el (describe-mode): Don't avoid loop indirecting thru
11538 value of INDICATOR.
11539
11540 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11541
11542 * help.el (describe-variable): Allow any variable with a defcustom,
11543 even if it is not a user variable.
11544
11545 * mail/rmail.el (mail-unsent-separator): Additional alternative.
11546
11547 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
11548
11549 * gnus/nntp.el (nntp-request-group): Allow for failures when
11550 requesting a new group.
11551
11552 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11553
11554 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
11555
11556 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11557
11558 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
11559
11560 1998-11-19 Simon Marshall <simon@gnu.org>
11561
11562 * subr.el (with-temp-message): New macro.
11563
11564 * emacs-lisp/lisp-mode.el (with-temp-message):
11565 Add lisp-indent-function property.
11566
11567 1998-11-18 Dave Love <fx@gnu.org>
11568
11569 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
11570
11571 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11572
11573 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
11574 This is not obsolete.
11575
11576 1998-11-18 Kenichi Handa <handa@etl.go.jp>
11577
11578 * textmodes/picture.el: Make a new map by make-keymap.
11579 (picture-desired-column): New variable.
11580 (picture-update-desired-column): New function.
11581 (picture-beginning-of-line): Set picture-desired-column to 0.
11582 (picture-end-of-line): Set picture-desired-column to the current
11583 column.
11584 (picture-forward-column): Pay attention to multi-column character.
11585 (picture-backward-column): Likewise.
11586 (picture-move-down): Likewise.
11587 (picture-move-up): Likewise.
11588 (picture-movement-nw): With prefix arg, move twice columns.
11589 (picture-movement-ne): Likewise.
11590 (picture-movement-sw): Likewise.
11591 (picture-movement-se): Likewise.
11592 (picture-set-motion): Handle two-column movements.
11593 (picture-move): Call picture-move-down or picture-forward-column
11594 only when necessary.
11595 (picture-insert): Pay attention to picture-desired-column.
11596 (picture-self-insert): Likewise.
11597 (picture-clear-column): Pay attention to multi-column character.
11598 (picture-mode): Modify doc-string for two-column movement.
11599
11600 * rect.el (move-to-column-force): New function.
11601 (operate-on-rectangle): If coerce-tabs is non-nil, call
11602 move-to-column-force instead of move-to-column.
11603 (insert-rectangle): Call move-to-column-force instead of
11604 move-to-column.
11605 (open-rectangle-line): If begextra is not zero, call
11606 move-to-column-force.
11607
11608
11609 1998-11-16 Dave Love <fx@gnu.org>
11610
11611 * textmodes/sgml-mode.el Require skeleton when compiling.
11612 (sgml-font-lock-keywords-1): Accept single-letter tags.
11613 (v2): Defvar free variable.
11614
11615 1998-11-16 Sam Steingold <sds@goems.com>
11616
11617 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
11618 macro, not ELisp one.
11619
11620 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11621
11622 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
11623 characters to symbol.
11624
11625 * language/japan-util.el (japanese-zenkaku-region): New optional
11626 arg KATAKANA-ONLY.
11627
11628 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11629
11630 * international/mule.el
11631 (after-insert-file-set-buffer-file-coding-system): If the buffer
11632 is changed to unibyte, return inserted bytes.
11633
11634 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
11635 and link names if necessary.
11636 (tar-header-block-summarize): Handle the case that file or link
11637 names are multibyte.
11638 (tar-summarize-buffer): At first set the current buffer unibyte,
11639 then if there are multibyte file names, change it to multibyte.
11640 (tar-mode): Get char position from tar-header-offset.
11641 (tar-extract): Avoid multibyte<->unibyte conversion in
11642 insert-buffer-subsring by setting both buffers unibyte
11643 temporarily.
11644 (tar-copy): Set the buffer unibyte while doing a work. Write
11645 without code conversion.
11646 (tar-expunge): Set the buffer unibyte while doing a work.
11647 (tar-alter-one-field): Likewise.
11648 (tar-clear-modification-flags): Compare byte position with
11649 tar-header-offset.
11650 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
11651 insert-buffer-subsring by setting both buffers unibyte
11652 temporarily. Pay attention to multibyteness while updating the
11653 descriptor-line.
11654 (tar-mode-write-file): Write without code conversion.
11655
11656 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11657
11658 * nngateway.el: Require cl.
11659
11660 1998-11-15 Dave Love <fx@gnu.org>
11661
11662 * progmodes/fortran.el: Fix previous change:
11663 (fortran-end-prog-re1): Changed.
11664 (fortran-check-end-prog-re): New function.
11665 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
11666
11667 1998-11-13 Tom Breton <tob@world.std.com>
11668
11669 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
11670 GNU Emacs.
11671
11672 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
11673
11674 * textmodes/reftex.el: (reftex-finding-files): Group documentation
11675 fixed.
11676 (reftex-toc-toggle-file-boundary,
11677 reftex-toc-toggle-labels,
11678 reftex-toc-toggle-context,reftex-find-start-point): New functions.
11679 (reftex-toc-include-labels, reftex-toc-include-context,
11680 reftex-toc-include-file-boundaries,
11681 reftex-toc-keep-other-windows): New options.
11682 (reftex-use-text-after-label-as-context): Option removed.
11683 (reftex-extract-bib-entries): Protect use in non-latex
11684 buffers.
11685 (reftex-toc-visit-location): Renamed from
11686 `reftex-toc-visit-line'.
11687 (reftex-latin1-to-ascii): Works now with and without Mule.
11688 (reftex-truncate): Removed special stuff for Emacs 20.2.
11689 (reftex-get-offset): Made more general.
11690 (reftex-show-label-location): Renamed from
11691 `reftex-select-label-callback'.
11692 (reftex-pop-to-label): Function removed (using
11693 `reftex-show-label-location' instead.
11694 (reftex-insert-docstruct): Renamed from
11695 `reftex-make-and-insert-label-list'. Function args changed.
11696 (reftex-toc): Now uses `reftex-insert-docstruct' and
11697 `reftex-find-start-point'.
11698 (reftex-select-item): Use `reftex-find-start-point'.
11699 (reftex-toc-visit-line): Can display labels and file
11700 boundaries.
11701 (reftex-TeX-master-file): `(TeX-master-file)' protected.
11702
11703 1998-11-12 Sam Steingold <sds@goems.com>
11704
11705 * browse-url.el (browse-url): Handle the case when
11706 `browse-url-browser-function' is a lambda list.
11707
11708 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
11709
11710 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
11711 version string.
11712 * loadhist.el (symbol-file): Likewise
11713
11714 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
11715
11716 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
11717
11718 1998-11-11 Sam Steingold <sds@goems.com>
11719
11720 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
11721 `run-lisp' instead of signalling an error.
11722
11723 1998-11-11 Karl Heuer <kwzh@gnu.org>
11724
11725 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
11726
11727 1998-11-11 Richard Stallman <rms@gnu.org>
11728
11729 * vc-hooks.el (vc-toggle-read-only): Doc fix.
11730
11731 1998-11-11 Per Starback <starback@update.uu.se>
11732
11733 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
11734 renamed svenska8 to svenska, and fixed and extended CASECHARS
11735 for it.
11736
11737 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
11738
11739 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
11740 handling if setpagedevice is not available.
11741 (ps-begin-file): Fix typo.
11742
11743 1998-11-11 Kenichi Handa <handa@etl.go.jp>
11744
11745 * international/mule-util.el (compose-chars-component): Signal
11746 error if CH is a rule-based composition character.
11747 (compose-chars): Signal error if an already compsed character is
11748 going to be composed by rule-base.
11749
11750 * term/x-win.el: If a resolved ASCII font name doesn't conform to
11751 full XLFD, don't try to get information of WEIGHT and SLANT from
11752 that font name.
11753
11754 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
11755
11756 * dos-w32.el (set-default-process-coding-system): Use function on
11757 before-init-hook to set default-process-coding-system based on
11758 enable-multibyte-characters.
11759
11760 * term/w32-win.el ([language-change]): For now ignore
11761 keyboard language-change events.
11762
11763 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
11764
11765 * ediff-util.el (ediff-make-temp-file): Run the prefix through
11766 convert-standard-file-name, but leave the results of
11767 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
11768 characters if the original name already exists, or has a special
11769 handler.
11770
11771 1998-11-10 Karl Heuer <kwzh@gnu.org>
11772
11773 * international/iso-insert.el: Delete autoload cookies.
11774
11775 * international/iso-transl.el: Add autoload cookies.
11776
11777 1998-11-10 Richard Stallman <rms@gnu.org>
11778
11779 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
11780 (ispell-process-line): Don't treat multibyte
11781
11782 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
11783
11784 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
11785 setpagedevice to specify the page size if setpagedevice is
11786 available. This is necessary to select the correct paper tray on
11787 Level 2 printers with multiple paper sizes available.
11788
11789 (ps-begin-file): Cope with font names that contain spaces, and
11790 call BeginDoc in a BeginSetup/EndSetup block.
11791
11792 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
11793
11794 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
11795 convert-standard-filename.
11796
11797 * loadhist.el (symbol-file): Run fns-VERSION.el through
11798 convert-standard-filename.
11799
11800 1998-11-06 Richard Stallman <rms@gnu.org>
11801
11802 * textmodes/texinfmt.el (texinfo-format-scan):
11803 Detect the case of two @-commands in a row; process just the first.
11804 (texinfo-append-refill): If line has a @c, insert the @refill
11805 before it.
11806 (texinfo-format-refill): Return with point where the @refill was.
11807
11808 * files.el (hack-local-variables): Test local-enable-local-variables.
11809 (hack-local-variables-prop-line): Likewise.
11810 (set-auto-mode): Don't test local-enable-local-variables here.
11811 (enable-local-variables): Doc fix.
11812 (local-enable-local-variables): Doc fix.
11813 (normal-mode): Doc fix.
11814
11815 1998-11-06 Karl Heuer <kwzh@gnu.org>
11816
11817 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
11818
11819 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
11820
11821 * simple.el (line-number-mode): Doc fix.
11822
11823 1998-11-06 Kenichi Handa <handa@etl.go.jp>
11824
11825 * international/fontset.el (create-fontset-from-fontset-spec):
11826 Give correct arg to `error'.
11827
11828 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
11829
11830 * textmodes/sgml-mode.el (html-mode): Doc fix.
11831 (sgml-name-8bit-mode): Fix missing format character in message string.
11832
11833 1998-11-05 Karl Heuer <kwzh@gnu.org>
11834
11835 * mail/sendmail.el (sendmail-send-it): Check for failure.
11836
11837 1998-11-05 Richard Stallman <rms@gnu.org>
11838
11839 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
11840
11841 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
11842 (close-rectangle): Define as alias.
11843
11844 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
11845
11846 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
11847
11848 1998-11-05 Dave Love <fx@gnu.org>
11849
11850 * help.el (describe-variable): Don't quote link to source.
11851
11852 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
11853
11854 * gud.el (gud-common-init): Use pop-to-buffer.
11855 (same-window-regexps): Add an element that matches all gud buffers.
11856
11857 1998-11-04 Jason Rumney <jasonr@altavista.net>
11858
11859 * term/w32-win.el (x-get-selection-value): Alias to
11860 x-cut-buffer-or-selection-value.
11861 (w32-standard-fontset-spec): New variable.
11862 (w32-create-initial-fontsets, mouse-set-font): Check whether
11863 new-fontset is available.
11864 (w32-use-w32-font-dialog): Enable use of set-variable.
11865
11866 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11867
11868 * vc.el (with-vc-file, edit-vc-file): New macros.
11869
11870 1998-11-04 Kenichi Handa <handa@etl.go.jp>
11871
11872 * international/quail.el (quail-show-guidance-buf): Call
11873 set-minibuffer-window to set minibuffer window of the current
11874 frame correctly.
11875
11876 1998-11-03 Theodore Jump <tjump@tertius.com>
11877
11878 * term/w32-win.el: Require fontset.
11879
11880 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
11881
11882 * faces.el (set-face-font): Call resolve-fontset-name on w32.
11883 (set-face-font-auto): Ditto.
11884
11885 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
11886
11887 * mouse.el (mouse-drag-region): Fix typo.
11888
11889 1998-11-02 Dave Love <fx@gnu.org>
11890
11891 * progmodes/fortran.el Fix for fontification of strings lost somehow:
11892 (fortran-fontify-string): New function.
11893 (fortran-font-lock-keywords-1): Use it.
11894
11895 1998-11-02 Markus Rost <rost@delysid.gnu.org>
11896
11897 * comint.el (comint-file-name-quote-list): Doc fix.
11898
11899 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11900
11901 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
11902 build directory, not source directory.
11903
11904 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
11905 if we did not get one for the final move.
11906
11907 1998-11-01 Dave Love <fx@gnu.org>
11908
11909 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
11910 Don't funcall browse-url-browser-function.
11911
11912 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
11913 Don't funcall browse-url-browser-function.
11914
11915 * fortran.el (fortran-end-prog-re1): Fix the regexp.
11916
11917 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11918
11919 * files.el (revert-buffer): Doc fix.
11920
11921 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
11922
11923 * textmodes/tex-mode.el (tex-start-options-string):
11924 Quote the backslashes with more backslashes.
11925
11926 1998-10-31 Dave Love <fx@gnu.org>
11927
11928 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
11929 (webjump): Don't funcall browse-url-browser-function.
11930
11931 1998-10-30 Kenichi Handa <handa@etl.go.jp>
11932
11933 * international/quail.el (quail-start-translation): Handle
11934 switching of the frame in read-key-sequence.
11935 (quail-start-conversion): Likewise.
11936 (quail-show-guidance-buf): Detach quail-guidance-buf from any
11937 windows before setting an appropriate window for it.
11938 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
11939 quail-guidance-win to nil.
11940 (quail-update-guidance): If quail-guidance-buf is not in the
11941 selected frame, call quail-show-guidance-buf again.
11942
11943 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
11944
11945 * progmodes/pascal.el (pascal-mode):
11946 `blink-matching-paren-dont-ignore-comments' set to t.
11947
11948 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11949
11950 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
11951
11952 1998-10-30 Dave Love <fx@gnu.org>
11953
11954 * vc.el (vc-backend-merge-news): Check for "P" output.
11955
11956 * help.el (describe-variable): Hyperlink the definition.
11957
11958 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
11959
11960 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
11961 (sh-set-shell): Likewise.
11962
11963 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
11964
11965 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
11966 (edebug-on-error): Fix customize type to match that of
11967 debug-on-error.
11968
11969 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
11970
11971 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
11972 report-emacs-bug-address instead of undefined bug-gnu-emacs.
11973
11974 * international/mule-cmds.el (select-message-coding-system): Doc
11975 fix.
11976
11977 * international/mule-diag.el (describe-coding-system): Describe
11978 all flags.
11979
11980 * mail/sendmail.el (sendmail-coding-system,
11981 default-sendmail-coding-system): Doc fix.
11982
11983 * simple.el (shell-command-on-region): Doc fix.
11984
11985 * loadup.el: Write fns-*.el in current directory instead of
11986 data-directory since no installation directory exists yet. Mark
11987 buffer unmodified afterwards.
11988
11989 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
11990 instead of data-directory since it is architecture dependent.
11991 (load-history-loaded): Update doc string.
11992
11993 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
11994
11995 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
11996 path as a default directory when canonicalizing names.
11997
11998 * w32-fns.el: Remove a dangling reference to a directory on the
11999 build machine.
12000
12001 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12002
12003 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
12004 namespace related keywords such as `class', `body', `private',
12005 `variable', `namespace eval', etc.
12006 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
12007 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
12008 imenu and font-lock so that searches for \sw would find words
12009 containing colons.
12010
12011 * progmodes/etags.el (initialize-new-tags-table):
12012 Do not alter find-tag-marker-ring and tags-location-ring.
12013
12014 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
12015
12016 * term/w32-win.el: Require fontset.
12017 (w32-init-fontsets): New function (code from x-win.el).
12018
12019 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12020
12021 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
12022 calendar-and-diary-frame-parameters): Add title parameter.
12023
12024 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12025
12026 * completion.el (dynamic-completion-mode): New function to enable
12027 the mode. (Just loading the file now does not change anything.)
12028
12029 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12030
12031 * ps-print.el: User option for multibyte buffer handling and doc fix.
12032 (ps-multibyte-buffer): New user option.
12033 (ps-setup): Print new user option.
12034 (ps-print-quote): New fun.
12035 (ps-color-p, ps-mule-font-info-database-latin): New var.
12036 (ps-default-color, ps-mule-font-info-database)
12037 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
12038 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
12039 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
12040 Little code improvement.
12041 (ps-mule-initialize): Initialize ps-mule-font-info-database.
12042 (ps-print-prologue-header, ps-font-family, ps-font-size)
12043 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
12044 (ps-build-face-reference, ps-mule-font-info-database-bdf)
12045 (ps-mule-external-libraries, ps-mule-init-external-library)
12046 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
12047 Doc fix.
12048 (ps-print-version): New version number (4.1.1) and doc fix.
12049 (ps-print-prologue-header): New user option.
12050 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
12051 Conditional compilation for GNU Emacs and emacsens.
12052 (ps-generate-postscript-with-faces): Skip invisible text better.
12053 (ps-setup): Print new user option.
12054 (ps-print-preprint): Check if input file name exists and is unwritable.
12055 (ps-begin-file): Adjust PostScript prologue header for duplex printers
12056 and insert user PostScript prologue header comments.
12057 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
12058 New funs.
12059 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
12060 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
12061 PostScript programming normalization.
12062 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
12063 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
12064 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
12065 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
12066 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
12067 Programming style normalization.
12068
12069 1998-10-26 Kenichi Handa <handa@etl.go.jp>
12070
12071 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12072 version, check the value of mule-version.
12073
12074 * international/mule-util.el (compose-region): Insert then delete
12075 to preserve markers.
12076 (decompose-region): Use search-forward for efficiency.
12077
12078 * language/chinese.el (pre-write-encode-hz): Cancel previous
12079 change, use generate-new-buffer instead of get-buffer-create.
12080 * language/devan-util.el
12081 (in-is13194-devanagari-pre-write-conversion): Likewise.
12082 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12083 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12084 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12085
12086 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12087
12088 * mail/rmailsum.el (rmail-message-subject-p):
12089 Handle message whose header has not been reformatted.
12090
12091 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
12092
12093 1998-10-25 Jason Rumney <jasonr@altavista.net>
12094
12095 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
12096 New variables.
12097 (mouse-set-font): Use font menus instead of dialog according to
12098 w32-use-w32-font-dialog.
12099
12100 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12101
12102 * calendar/calendar.el (calendar-day-name-array): Add doc string
12103 correctly!
12104 (calendar-month-name-array): Add doc string correctly!
12105
12106 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
12107
12108 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
12109
12110 1998-10-21 Markus Rost <rost@delysid.gnu.org>
12111
12112 * lisp/info.el (Info-next-menu-item): Stay on top of node.
12113
12114 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
12115
12116 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
12117
12118 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
12119
12120 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
12121
12122 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
12123
12124 1998-10-21 Karl Heuer <kwzh@gnu.org>
12125
12126 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
12127 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
12128 (profile-filter, profile-reset-timer): Functions deleted.
12129 (profile-check-zero-init-times, profile-get-time): Likewise.
12130 (profile-find-function, profile-quit): Likewise.
12131 (profile-distinct, profile-call-stack, profile-last-time): New vars.
12132 (profile-time-list, profile-init-list): Doc fix.
12133 (profile-functions): Simplify.
12134 (profile-print): Use float. Make output include space separators.
12135 (profile-add-time): New helper function.
12136 (profile-function-prolog): Renamed from profile-start-function.
12137 Handle profile-distinct.
12138 (profile-function-epilog): Renamed from profile-update-function.
12139 Handle profile-distinct.
12140 (profile-a-function): If the function to be profiled is an
12141 autoload form, load it. If it's lazy-loaded, fetch it.
12142 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
12143 (profile-restore-fun): Arg FUN is now a function symbol, as was
12144 documented, rather than a one-element list.
12145 (profile-finish): Call profile-restore-fun properly.
12146
12147 1998-10-21 Kenichi Handa <handa@etl.go.jp>
12148
12149 * international/characters.el: Setup charset property
12150 nospace-between-words.
12151
12152 * international/mule-cmds.el (get-charset-property): If CHARSET is
12153 composition, return nil.
12154 (put-charset-property): If CHARSET is composition, do nothing.
12155
12156 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
12157 * language/devan-util.el
12158 (in-is13194-devanagari-pre-write-conversion): Likewise.
12159 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12160 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12161 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12162
12163 * textmodes/fill.el (sentence-end-without-period): New variable.
12164 (canonically-space-region): Pay attention to
12165 sentence-end-without-period.
12166 (fill-find-break-point): The first argument CHARSET deleted.
12167 Caller changed.
12168 (fill-region-as-paragraph): Pay attention to charset property
12169 nospace-between-words and text property nospace-between-words.
12170
12171 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12172
12173 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
12174 an unrecognized shell.
12175
12176 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12177
12178 * desktop.el (desktop-save): Include minor modes symbolically.
12179 (desktop-create-buffer): Turn on all minor modes in `mim'.
12180
12181 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12182
12183 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
12184 (sh-font-lock-keywords): Handle rpm and rpm2.
12185 (sh-ancestor-alist): Handle rpm.
12186
12187 * files.el (auto-mode-alist): Recognize .rpm files.
12188 Also .spec and .mspec files.
12189
12190 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
12191
12192 * faces.el (frame-set-background-mode): Enable the function for
12193 MSDOS frames.
12194
12195 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12196
12197 * calendar/calendar.el (calendar-day-name-array): Add doc string.
12198 (calendar-month-name-array): Add doc string.
12199
12200 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
12201
12202 * simple.el (kill-ring-max): Increased to 60.
12203
12204 1998-10-17 Kenichi Handa <handa@etl.go.jp>
12205
12206 * international/characters.el: Setup auto-fill-chars.
12207
12208 * international/kinsoku.el (kinsoku): Check the variable
12209 enable-kinsoku.
12210
12211 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
12212 Don't call kinsoku directly, intead call fill-find-break-point.
12213
12214 * textmodes/fill.el: Setup `fill-find-break-point-function'
12215 property to character sets which require `kinsoku' processing for
12216 filling.
12217 (fill-find-break-point): New function.
12218 (fill-region-as-paragraph): Don't check kinsoku-enable here.
12219 Don't call kinsoku directly, intead call fill-find-break-point.
12220
12221 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
12222
12223 * faces.el (modify-face-read-string): Return (nil) for "none".
12224 (modify-face): Don't get error if (nil) is the argument.
12225 (face-try-color-list): Don't check whether nil is a valid color.
12226
12227 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
12228
12229 * emacs-lisp/bytecomp.el (byte-recompile-directory):
12230 Print message about each directory, even in batch mode.
12231
12232 * gnus/nntp.el: Require `cl' before using nnoo-declare.
12233
12234 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
12235 (ps-mule-string-char): No need to use sref.
12236 (ps-mule-next-index): No need to use sref.
12237
12238 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
12239
12240 * files.el (revert-buffer-internal-hook): Add defvar.
12241
12242 * arc-mode.el (archive-mode): Locally set file-precious-flag.
12243
12244 * tar-mode.el (tar-mode): Locally set file-precious-flag.
12245
12246 1998-10-16 Markus Rost <rost@delysid.gnu.org>
12247
12248 * international/mule-cmds.el (default-input-method): Fix custom type.
12249
12250 * net-utils.el (whois-server-list): Fix customization type.
12251
12252 * shell.el (shell-input-autoexpand): Fix customization group.
12253
12254 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
12255
12256 * repeat.el (repeat): Handle keyboard macros properly.
12257 Handle new prefix arg after self-insert command.
12258
12259 * repeat.el: Don't include cl even at compile time.
12260 (repeat): Avoid using `loop'.
12261
12262 * simple.el (shell-command-on-region): Doc fix.
12263 (next-history-element): Special error message if no default.
12264
12265 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
12266
12267 * ps-print.el (ps-print-buffer): Doc fix.
12268 (ps-despool): Likewise.
12269
12270 * arc-mode.el (arc-mode): Provide arc-mode.
12271
12272 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12273
12274 * ps-print.el (ps-print-buffer): Doc fix.
12275
12276 1998-10-14 Dave Love <fx@gnu.org>
12277
12278 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
12279 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
12280 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
12281
12282 * progmodes/fortran.el (fortran-mode-map): Change "Join
12283 Continuation Line" to "Join Line".
12284 (fortran-font-lock-keywords-1): Add "cycle", "exit".
12285
12286 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12287
12288 * progmodes/fortran.el (fortran-join-line): Use
12289 `delete-indentation' instead of issuing an error message if not on
12290 a continuation line. Provide for joining several lines using
12291 prefix arg.
12292
12293 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
12294
12295 * term/pc-win.el (msdos-color-values): New variable.
12296 (x-color-values): New function, emulates its namesake from
12297 src/xfns.c.
12298 (msdos-bg-mode): Add all dark colors to those which return
12299 "dark".
12300
12301 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12302
12303 * replace.el (keep-lines, flush-lines, how-many):
12304 Don't ignore case if arg has upper case letters.
12305
12306 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
12307
12308 * progmodes/vhdl-mode.el
12309 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
12310 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
12311 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
12312 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
12313 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
12314 (vhdl-when): Fix indentation problem.
12315 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
12316 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
12317 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
12318
12319 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
12320
12321 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
12322 (ls-lisp-insert-directory): Renamed from insert-directory.
12323 (insert-directory): New function.
12324
12325 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
12326
12327 * simple.el (completion-fixup-function): Variable deleted.
12328 (completion-setup-function): Delete code for completion-fixup-function.
12329 * emacs-lisp/lisp.el (lisp-complete-symbol):
12330 Don't bind completion-fixup-function.
12331
12332 * files.el (find-file-wildcards): New option.
12333 (find-file-noselect): Handle wild cards, if enabled.
12334 (file-expand-wildcards): New function.
12335
12336 * simple.el (set-fill-column): Doc fix.
12337
12338 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12339
12340 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
12341
12342 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
12343
12344 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
12345 Move declaration before first use.
12346 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
12347 hif-math, hif-factor): Rename token to hif-token and token-list to
12348 hif-token-list.
12349 (hif-token, hif-token-list): Declare them.
12350 (hif-find-ifdef-block): Return cons of top and bottom point
12351 instead of setting dynamically bound variables.
12352 (hide-ifdef-block, show-ifdef-block): Use return value of
12353 hif-find-ifdef-block.
12354
12355 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12356
12357 * subr.el (read-passwd): Use clear-this-command-keys.
12358
12359 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
12360
12361 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
12362 and ...-for-write.
12363
12364 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
12365
12366 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
12367 responses to GROUP command, since this may be called from a timer
12368 with quit inhibited.
12369
12370 1998-10-12 Kenichi Handa <handa@etl.go.jp>
12371
12372 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
12373 set unconditional-jump to nil.
12374 (ccl-compile-read-multibyte-character): Return nil.
12375 (ccl-compile-write-multibyte-character): Likewise.
12376 (ccl-compile-translate-character): Likewise
12377 (ccl-compile-map-multiple): Likewise.
12378 (ccl-compile-map-single): Likewise.
12379
12380 * international/kinsoku.el: Add coding tag.
12381 (kinsoku-bol): Remove superfluous TAB in a string.
12382
12383 * international/mule-cmds.el (find-coding-systems-for-charsets):
12384 Delete `composition' (if any) from CHARSETS.
12385
12386 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12387
12388 * international/mule-cmds.el (setup-specified-language-environment):
12389 Add apropos-inhibit property.
12390 (describe-specified-language-support): Likewise.
12391
12392 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
12393
12394 * international/mule.el (make-coding-system): Create -with-esc
12395 variant coding system.
12396
12397 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12398
12399 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
12400 (next-file): Optionally offer to revert a file's buffer,
12401 if it has an existing buffer but the file has changed.
12402
12403 * info.el (Info-insert-dir): Detect and report problems
12404 in input files, such as "No Top node". Return with point
12405 at the beginning of the text.
12406 (Info-find-node): Reinsert the code to handle files
12407 with no tags table; it was deleted by mistake.
12408
12409 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12410
12411 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
12412 texinfo-find-higher-level-node repeatedly find the same node.
12413 (texinfo-find-higher-level-node): Doc fix.
12414
12415 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
12416
12417 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
12418 (smtpmail-address-buffer): Add defvar.
12419 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
12420
12421 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
12422
12423 * ffap.el (ffap-machine-p-local): Fix editing error.
12424
12425 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12426
12427 * faces.el (frame-set-background-mode):
12428 Don't do anythung for text-only or MSDOS frame.
12429
12430 1998-10-08 Kenichi Handa <handa@etl.go.jp>
12431
12432 * international/quail.el (quail-defrule): New optional arg APPEND.
12433 (quail-defrule-internal): Fix bug of handling the argument APPEND.
12434
12435 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
12436
12437 * gnus/pop3.el (pop3-open-server):
12438 Set process-coding-system-alist around open-network-stream.
12439
12440 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
12441
12442 * files.el (save-buffer): Doc fix.
12443
12444 1998-10-07 Karl Heuer <kwzh@gnu.org>
12445
12446 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
12447 return DEF unchanged, not nil. Simplify.
12448
12449 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
12450
12451 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
12452
12453 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
12454
12455 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
12456
12457 * net-utils.el (ftp, nslookup): Require comint.
12458 (network-service-connection): Likewise.
12459 (whois-server-name): Defaults to whois.arin.net
12460 (whois-server-list, whois-server-tld, whois-guess-server): New var.
12461 (whois): Tries to guess the appropriate top-level domain server.
12462 (whois-get-tld): New function.
12463
12464 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
12465 (dirtrack-debug-toggle): Added this function.
12466
12467 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12468
12469 * files.el (find-file-noselect): Switch to the correct buffer
12470 before checking find-file-literally, and allow non-nil non-t
12471 rawfile params.
12472
12473 1998-10-06 Karl Heuer <kwzh@gnu.org>
12474
12475 * midnight.el (clean-buffer-list): Add autoload cookie.
12476
12477 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
12478 no-autosave.
12479 * tar-mode.el (tar-mode-revert): Likewise.
12480 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
12481 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
12482 * gnus/message.el (message-auto-save-directory): Renamed from
12483 message-autosave-directory. All references changed.
12484
12485 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12486
12487 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
12488 string. Expose mime stuff while searching.
12489
12490 1998-10-06 Richard Stallman <rms@gnu.org>
12491
12492 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
12493
12494 * replace.el (perform-replace): Position point properly
12495 before and after the recursive edit of C-r.
12496
12497 * progmodes/etags.el (tags-reset-tags-tables): Properly
12498 find the markers in the old rings that are being discarded.
12499
12500 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12501
12502 * apropos.el (apropos-print): Control invalid characters.
12503
12504 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12505 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
12506 confusing customize.
12507
12508 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
12509
12510 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
12511 built-in commands. Add more built-in commands and fix face names.
12512
12513 1998-10-05 Simon Marshall <simon@gnu.org>
12514
12515 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
12516
12517 1998-10-04 Eric Ludlam <zappo@gnu.org>
12518
12519 * speedbar.el (speedbar-initial-expansion-list-name): Remove
12520 customization since it is not useful in this case.
12521 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
12522 sure it gets evalled to a number. Also verify that set-frame-name
12523 fn exists before calling it.
12524
12525 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12526 Protect a `forward-sexp' call which could fail, and improved regex
12527 for ie, and eg abbreviations.
12528
12529 1998-10-02 Noah Friedman <friedman@splode.com>
12530
12531 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
12532 send-string.
12533 (rlogin-send-Ctrl-D): Here also.
12534 (rlogin-send-Ctrl-Z): Here also.
12535 (rlogin-send-Ctrl-backslash): Here also.
12536
12537 1998-10-02 Dave Love <fx@gnu.org>
12538
12539 * outline.el (hide-region-body): Bind
12540 outline-view-change-hook to nil while making repeated calls to
12541 outline-flag-region. Run it once at the end.
12542 (hide-other, hide-sublevels, show-children): Likewise.
12543
12544 * info-look.el: Remove duplicate scheme-mode entry.
12545 (info-lookup-make-completions): When looking for entries, check
12546 that `item' isn't null or "Menu".
12547
12548 1998-10-01 Karl Heuer <kwzh@gnu.org>
12549
12550 * net-utils.el: Don't require ffap.
12551 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
12552 (ping, nslookup-host, finger, network-connection-to-service): Use them.
12553
12554 1998-09-30 Richard Stallman <rms@gnu.org>
12555
12556 * ispell.el (check-ispell-version): No need to bind default-major-mode.
12557
12558 * imenu.el (imenu--generic-function): Sort each submenu by position.
12559 (imenu--sort-by-position): New function.
12560
12561 * cus-edit.el (Custom-mode-menu): Fix info node name.
12562 (customize group): Fix info node name.
12563
12564 * mail/mailalias.el (build-mail-aliases): Don't allow
12565 a newline in the alias name. Don't define an alias
12566 if the definition would be empty.
12567
12568 * which-func.el (which-func-mode-global): Make :set function
12569 more reliable.
12570
12571 * custom.el (custom-set-variables): Load the requests first,
12572 then check the symbol's `set' function.
12573
12574 * ffap.el: Doc fixes.
12575
12576 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12577
12578 * gnus.el: (gnus-valid-select-methods): Fix type.
12579 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
12580 * gnus-score.el (gnus-orphan-score): Fix type.
12581 (gnus-score-default-header, gnus-score-default-type): Fix type.
12582 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
12583 (gnus-saved-headers): Fix type.
12584
12585 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
12586 Avoid nil value of `two-lines-citation-part'.
12587
12588 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
12589
12590 * which-func.el (which-function): Handle case when
12591 (car imenu--index-alist) is nil.
12592
12593 1998-09-29 Dave Love <fx@gnu.org>
12594
12595 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
12596 bzip2 args.
12597
12598 1998-09-29 Simon Marshall <simon@gnu.org>
12599
12600 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
12601 comint-exec-hook.
12602
12603 1998-09-29 Stephen Eglen <stephen@gnu.org>
12604
12605 * info-look.el: Add support for Octave.
12606
12607 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
12608
12609 * textmodes/reftex.el (reftex-finding-files): New customize group.
12610 (reftex-texpath-environment-variables,
12611 reftex-use-external-file-finders, reftex-external-file-finders,
12612 reftex-search-unrecursed-path-first): New options.
12613 (reftex-process-string, reftex-find-file-externally): New
12614 functions.
12615 (reftex-access-search-path): Execute shell commands to find the
12616 search path.
12617 (reftex-toggle-auto-view-crossref): When turning on, make sure
12618 `reftex-auto-view-crossref' becomes non-nil.
12619 (reftex-abbrev-regexp): Constant removed.
12620 (reftex-convert-string): Abbrev regexp calculated locally.
12621
12622 1998-09-28 Dave Love <fx@gnu.org>
12623
12624 * progmodes/fortran.el: Don't call regexp-opt when deriving
12625 font-lock patterns with keywords that aren't all literal.
12626
12627 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
12628
12629 * octave-inf.el (inferior-octave-prompt): Also match prompts of
12630 the form `octave.bin:1>' which come from using precopiled binary
12631 versions.
12632
12633 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12634
12635 * help.el (help-for-help): Use %THIS-KEY%.
12636 (help-quit): Add doc.
12637
12638 * help-macro.el (make-help-screen): Keep HELP-TEXT
12639 in a separate function definition, not in the help command FNAME.
12640 Replace %THIS-KEY% with the key sequence that ran FNAME.
12641
12642 1998-09-25 Richard Stallman <rms@gnu.org>
12643
12644 * textmodes/texinfo.el (texinfo-show-structure):
12645 Bind inhibit-read-only.
12646
12647 * isearch.el (isearch-search-and-update): Properly
12648 handle upper case letters in the reverse-search special case.
12649
12650 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12651
12652 * gnus.el: Extend the list of autoloaded functions.
12653
12654 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12655 buffer before creating help group. (from Gnus v5.6.43, fix by
12656 1998-08-20 Per Starback <starback@update.uu.se>)
12657
12658 * gnus-util.el (gnus-output-to-rmail): Adjust to
12659 `rmail-output-to-rmail-file'.
12660
12661 1998-09-25 Karl Heuer <kwzh@gnu.org>
12662
12663 * hexl.el (hexl-mode-map): More of previous change.
12664
12665 * textmodes/tex-mode.el (tex-run-command): Doc fix.
12666 (tex-start-tex): Don't use tex-start-options-string in star case.
12667 Quote file name in star case as well as in non-star.
12668 Add blank and quoting of option string here.
12669 (tex-start-options-string): Not here.
12670
12671 1998-09-23 Karl Heuer <kwzh@gnu.org>
12672
12673 * term.el (term-delimiter-argument-list): Doc fix.
12674 (term-emulate-terminal): Escape literal semicolon.
12675 * progmodes/asm-mode.el (asm-mode): Doc fix.
12676 (asm-comment-char): Escape literal semicolon.
12677 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
12678
12679 1998-09-23 Richard Stallman <rms@gnu.org>
12680
12681 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
12682 only those that normally modify the buffer.
12683
12684 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
12685 over again.
12686
12687 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
12688
12689 * ispell.el (check-ispell-version): Ensure same buffer is current
12690 when let-binding of case-fold-search ends.
12691
12692 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12693
12694 * ps-print.el: Skip invisible overlay.
12695 Test for set-buffer-multibyte rather than using mule-version.
12696 (ps-print-version): New version number (4.1) and doc fix.
12697 (ps-generate-postscript-with-faces): Skip invisible overlay.
12698
12699 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
12700
12701 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
12702
12703 1998-09-22 Kenichi Handa <handa@etl.go.jp>
12704
12705 * international/quail.el (quail-update-guidance): Check for the
12706 return value of (quail-guidance) fixed.
12707 (quail-update-translation): Bind quail-current-str locally when it
12708 calls quail-update-guidance.
12709 (quail-update-translation): If input-method-exit-on-first-char is
12710 non-nil, terminate translation only when the current input method
12711 is simple.
12712
12713 1998-09-22 Paul Eggert <eggert@twinsun.com>
12714
12715 * startup.el (locale-translation-file-name): Prefer X-related names
12716 to the name used by GNU/Linux sans X. Set to nil if no file found.
12717 (command-line): Use locale-translation-file-name if it is not nil,
12718 instead of testing for its existence again.
12719 regexp-quote the ctype before using it in a regexp.
12720 Allow a colon to appear after the ctype in the aliases file,
12721 as is done in X11R6.4.
12722
12723 1998-09-21 Richard Stallman <rms@gnu.org>
12724
12725 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
12726
12727 * calendar/appt.el (appt-interval): Variable deleted.
12728 (appt-check): For minutes in between appt-display-interval times,
12729 do check, but don't display anything except an updated mode line.
12730 Count against appt-display-interval based on minutes since
12731 first display of this appointment, not based on time of day.
12732 If appt-display-mode-line, force mode line redisplay
12733 whenever appt-mode-string has changed.
12734 (appt-add, appt-delete): Add autoload cookies.
12735 (appt-check): Catch errors from calling `diary'.
12736 (appt-max-time): Renamed from max-time.
12737 (appt-now-displayed, appt-display-count): New variables.
12738 (appt-timer): Don't create one if we already have one.
12739
12740 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12741 More general code to use the source buffer instead of the zap file.
12742
12743 * hilit-chg.el (highlight-compare-with-file): Renamed from
12744 compare-with-file.
12745
12746 * loadhist.el (load-history-loaded): New variable.
12747 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
12748
12749 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
12750
12751 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12752 Fix error messages.
12753
12754 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
12755
12756 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
12757 Emacs frame.
12758
12759 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12760
12761 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
12762 `undecided' and `undecided-unix'.
12763
12764 1998-09-21 Dave Love <fx@gnu.org>
12765
12766 * help.el (help-make-xrefs): Fix typo affecting Info references.
12767
12768 * subr.el (remove-hook): Check list values to avoid errors.
12769
12770 1998-09-18 Noah Friedman <friedman@splode.com>
12771
12772 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
12773 store string in eldoc-last-message without consing a new string.
12774 Rearrange logic from nested if's into cond's.
12775 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
12776 Do not print message; just return string.
12777 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
12778 Do not print message; just return string.
12779 Cache that string in eldoc-last-data.
12780 (eldoc-last-data): Make into a vector.
12781 (eldoc-get-fnsym-args-string): Use new data form of structure.
12782 (eldoc-get-var-docstring): Here also.
12783 (eldoc-last-data-store): New function.
12784 (eldoc-get-fnsym-args-string): Use it.
12785 (eldoc-get-var-docstring): Here also.
12786 (eldoc-docstring-first-line): Minimize interim string consing.
12787 Call substitute-command-keys on the result.
12788 (eldoc-print-var-docstrings, eldoc-print-docstring,
12789 eldoc-docstring-message): Functions removed.
12790 (eldoc-docstring-format-sym-doc): New function, functionality
12791 ripped out of eldoc-docstring-message.
12792 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
12793
12794 1998-09-18 Kenichi Handa <handa@etl.go.jp>
12795
12796 * international/mule.el (make-coding-system): Doc-string modified.
12797
12798 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
12799
12800 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
12801
12802 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
12803 customize type.
12804
12805 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
12806 type.
12807
12808 * progmodes/compile.el (compilation-error-screen-columns): New
12809 variable.
12810 (compilation-next-error-locus): Use it to decide whether to use
12811 forward-char or move-to-column.
12812
12813 * mail/rmail.el (rmail-movemail-program): Fix customize type.
12814
12815 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
12816 feedmail-fiddle-plex-user-list,
12817 feedmail-spray-address-fiddle-plex-list,
12818 feedmail-prompt-before-queue-user-alist,
12819 feedmail-prompt-before-queue-help-supplement,
12820 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
12821 feedmail-queue-alternative-mail-header-separator): Fix customize
12822 type.
12823
12824 * startup.el (site-run-file): Fix customize type.
12825
12826 * speedbar.el (speedbar-initial-expansion-list-name): Fix
12827 customize type.
12828
12829 * shell.el (shell-input-autoexpand): Fix customize type.
12830
12831 * ps-print.el (ps-font-info-database): Add missing dots in value.
12832 Improve layout of customize type.
12833
12834 * net-utils.el (traceroute-program-options, ping-program-options,
12835 ipconfig-program-options, netstat-program-options,
12836 arp-program-options, route-program-options,
12837 nslookup-program-options, ftp-program-options): Fix customize
12838 type.
12839
12840 * midnight.el (clean-buffer-list-kill-regexps,
12841 clean-buffer-list-kill-buffer-names,
12842 clean-buffer-list-kill-never-buffer-names,
12843 clean-buffer-list-kill-never-regexps): Fix customize type.
12844
12845 * man.el (Man-init-defvars): Avoid trailing nil on
12846 Man-filter-list.
12847
12848 * lpr.el (printer-name): Fix customize type.
12849
12850 1998-09-16 Kenichi Handa <handa@etl.go.jp>
12851
12852 * international/mule-cmds.el (reset-language-environment): Call
12853 update-coding-systems-internal.
12854
12855 * international/mule-conf.el: Call update-coding-systems-internal
12856 at the tail.
12857
12858 1998-09-14 Dave Love <fx@gnu.org>
12859
12860 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
12861 use the menu-enable properties, pending doing it correctly and
12862 acceptably fast.
12863
12864 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
12865
12866 1998-09-13 Dave Love <d.love@dl.ac.uk>
12867
12868 * progmodes/hideshow.el (hs-grok-mode-type): Check
12869 comment-{start,end} non-nil as well as bound. Report an error if
12870 we can't grok the mode.
12871
12872 1998-09-13 Richard Stallman <rms@gnu.org>
12873
12874 * simple.el (blink-matching-open): Don't log paren matching
12875 messages in *Messages*.
12876
12877 1998-09-12 Richard Stallman <rms@gnu.org>
12878
12879 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
12880 Set point-before-scroll at end even if there was an error.
12881
12882 * ange-ftp.el (ange-ftp-insert-file-contents):
12883 Use binary mode for dumb-unix hosts as for unix hosts.
12884 (ange-ftp-copy-file-internal): Likewise.
12885
12886 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12887
12888 * emacs-lisp/pp.el: Doc fixes.
12889
12890 * wid-edit.el (widget-menu-max-shortcuts): New variable.
12891 (widget-choose): Don't use single-char shortcuts if # items
12892 exceeds that many. Use minibuffer instead.
12893
12894 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12895
12896 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
12897
12898 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
12899
12900 * speedbar.el (speedbar-frame-mode): Do not set frame position if
12901 in terminal mode.
12902
12903 1998-09-10 Noah Friedman <friedman@splode.com>
12904
12905 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
12906 defcustom declaration. It's wreaking too much havoc with XEmacs
12907 and older versions of Emacs, which share this code.
12908
12909 * type-break.el (type-break-mode): Here also.
12910
12911 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
12912 `t' to add-hook also to modify the new local value.
12913
12914 1998-09-10 Dave Love <fx@gnu.org>
12915
12916 * vc.el (vc-insert-headers): Doc fix.
12917
12918 1998-09-10 Richard Stallman <rms@gnu.org>
12919
12920 * textmodes/flyspell.el (flyspell-mode-on): Make the
12921 ispell-... variables permanent locals.
12922 (flyspell-mode-off): Add autoload cookie.
12923
12924 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
12925 do use binary mode, just as for `unix'.
12926 (ange-ftp-host-type): If HOST is nil, return `unix'.
12927
12928 * dired.el (dired-mark-files-containing-regexp):
12929 Don't scan directories. Ignore non-readable files.
12930
12931 * progmodes/compile.el (compilation-error-regexp-alist):
12932 Fix previous change: allow . and _ in command name.
12933
12934 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
12935
12936 * uncompress.el (uncompress-while-visiting):
12937 Use just the car of what find-operation-coding-system returns.
12938
12939 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
12940
12941 * shell.el (shell-file-name-quote-list): Add # to the value.
12942
12943 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
12944
12945 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
12946 to make killing of ispell process work even if
12947 kill-all-local-variables has been run.
12948
12949 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12950
12951 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
12952 loop when sexp entry ends at end of file with no newline.
12953
12954 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12955
12956 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
12957 (Custom-reset-standard): Fix menu inconsistency.
12958
12959 * mail/feedmail.el (feedmail-from-line): Allow t.
12960 (feedmail-message-id-suffix): Allow nil.
12961
12962 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
12963 Simplify. Make prefix arg work right.
12964
12965 1998-09-09 Dave Love <fx@gnu.org>
12966
12967 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12968
12969 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
12970
12971 1998-09-08 Dave Love <fx@gnu.org>
12972
12973 * add-log.el (change-log-font-lock-keywords): Do parenthesized
12974 stuff only after file names or at start of line. Allow parens
12975 around e-mail, as well as angles.
12976
12977 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
12978 ignore-errors too, eval'd when compile. Require w3 stuff at load
12979 time for nicer failure if it's not available.
12980
12981 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
12982
12983 * comint.el (comint-arguments): Ignore backslashes when using
12984 w32 shells that expect backslashes as the directory separator.
12985
12986 1998-09-04 Kenichi Handa <handa@etl.go.jp>
12987
12988 * international/fontset.el (resolved-ascii-font): New variable.
12989 (x-complement-fontset-spec): By side effect, set
12990 `resolved-ascii-font' to the resolved name of ASCII font."
12991 (create-fontset-from-fontset-spec): Don't get a value for
12992 resolved-ascii-font from the list full-fontlist. It is set by
12993 x-complement-fontset-spec now.
12994
12995 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12996 version, check the value of mule-version.
12997
12998 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
12999
13000 * textmodes/reftex.el (reftex-view-crossref): Split up into
13001 several functions. No longer moves to find a macro.
13002 (reftex-view-cr-cite, reftex-view-cr-ref,
13003 reftex-end-of-bib-entry): New functions.
13004 (reftex-auto-view-crossref): New value `window' allowed.
13005 (reftex-view-crossref-when-idle): Process new `window' option in
13006 (reftex-translate-to-ascii-function): New default.
13007 (reftex-label-illegal-re): Default changed, removed Latin1.
13008 (reftex-latin1-to-ascii): New function.
13009 (reftex-what-environment): Check for section regexp before use.
13010 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
13011 absolute path names.
13012 (reftex-TeX-master-file): Changed sequence of file checks.
13013 (reftex-do-citation): bibview cache only with RefTeX mode on.
13014
13015 1998-09-06 Richard Stallman <rms@gnu.org>
13016
13017 * progmodes/compile.el (compilation-error-regexp-alist):
13018 In first pattern (GNU utilities and other things),
13019 allow a space after the optional program name at the beginning.
13020
13021 * mail/mail-hist.el (mail-hist-current-header-contents):
13022 Fix previous change: use mail-header-end.
13023
13024 1998-09-06 Bill Richter <richter@math.nwu.edu>
13025
13026 * international/ccl.el: Doc fixes.
13027 * international/encoded-kb.el: Doc fixes.
13028 * international/fontset.el: Doc fixes.
13029 * international/kinsoku.el: Doc fixes.
13030 * international/kkc.el: Doc fixes.
13031 * international/mule-cmds.el: Doc fixes.
13032 * international/mule-conf.el: Doc fixes.
13033 * international/mule-util.el: Doc fixes.
13034 * international/mule.el: Doc fixes.
13035
13036 1998-09-05 Eric Ludlam <zappo@gnu.org>
13037
13038 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
13039 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
13040 (checkdoc-this-string-valid-engine): Permit ? as terminating
13041 punctuation for first line sentence breaking.
13042 (checkdoc-this-string-valid): When converting a comment into a doc
13043 string, make sure " chars are \".
13044 (checkdoc-sentencespace-region-engine): Only do double space check
13045 if based on the variable `sentence-end-double-space'
13046 (checkdoc-this-string-valid-engine): ? ends valid sentence.
13047 (checkdoc-proper-noun-region-engine): Exclude items in URLs
13048
13049 1998-09-04 Richard Stallman <rms@gnu.org>
13050
13051 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13052 Recognize define-skeleton as a function definer.
13053
13054 * cus-edit.el (customize-option): Refuse to customize
13055 a variable that has no defcustom. But if variable is autoloaded,
13056 first try to load the library that defines it.
13057
13058 * international/iso-insert.el: Use `string' before calling `insert'
13059 so that in multibyte buffers we insert multibyte chars.
13060
13061 * dired.el (dired-mark-files-containing-regexp):
13062 Don't use find-file; instead, insert the file in a temp buffer.
13063
13064 * textmodes/tex-mode.el (tex-start-options-string): New option.
13065 (tex-start-tex): Use that variable.
13066
13067 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
13068 value in the `repeat' alternative a list.
13069
13070 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
13071 the inserted newline, verify that one was really inserted.
13072
13073 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
13074 remains on or remains off.
13075 (flyspell-multi-language-p): Default changed to nil.
13076
13077 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
13078 In "found in comment" case, don't beginning-of-line after forward-line.
13079
13080 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
13081 If the function definition is not a lambda, return original FORM
13082 with no error.
13083
13084 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
13085
13086 * net-utils.el (netstat-program-options): Changed from nil to "-a"
13087 so that by default netstat shows all network connections.
13088
13089 1998-09-04 Bob Weiner <weiner@altrasoft.com>
13090
13091 * international/quail.el: Doc fixes.
13092
13093 * info.el (info): Don't add parens if FILE already has them.
13094
13095 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
13096
13097 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
13098 on extension lines.
13099
13100 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
13101
13102 * w32-fns.el (w32-shell-dos-semantics): New function.
13103
13104 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
13105
13106 * international/quail.el (quail-choose-completion-string): Store
13107 completion `choice' in `quail-current-str'; don't insert it.
13108
13109 1998-09-02 Kenichi Handa <handa@etl.go.jp>
13110
13111 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
13112 argument to ps-mule-generate-bitmap-font.
13113
13114 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
13115 entry and change Latin-1 entry in the default value.
13116 (ps-mule-font-info-database-ps-bdf): New variable.
13117 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
13118 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
13119 registerd in FONT-SPEC.
13120 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
13121 charcter width of bitmap fonts.
13122 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
13123 procedure NF.
13124 (ps-begin-file): Output PostScript code for setting
13125 SpaceWidthRatio.
13126 (ps-plot-region): Use line-beginning-position to get a position of
13127 the beginning of the current line.
13128
13129 * international/mule-cmds.el (register-input-method): Doc-string
13130 modified.
13131
13132 1998-09-01 Dave Love <fx@gnu.org>
13133
13134 * international/mule-cmds.el (current-language-environment): Fix
13135 setter function.
13136
13137 1998-09-01 Simon Marshall <simon@gnu.org>
13138
13139 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
13140 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
13141 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
13142 names with font-lock-type-face. Fontify type specs, etc., with
13143 font-lock-keyword-face.
13144
13145 1998-08-31 Kenichi Handa <handa@etl.go.jp>
13146
13147 * international/fontset.el (x-complement-fontset-spec): If ASCII
13148 font is specified in FONTLIST, don't substitute it for the
13149 resolved name.
13150
13151 1998-08-31 Paul Eggert <eggert@twinsun.com>
13152
13153 * international/mule.el (charset-description): Doc fix.
13154
13155 * language/chinese.el, language/cyrillic.el, language/czech.el,
13156 language/devanagari.el, language/ethiopic.el,
13157 language/european.el, language/hebrew.el, language/indian.el,
13158 language/japanese.el, language/korean.el, language/lao.el,
13159 language/slovak.el, language/thai.el, language/tibetan.el,
13160 language/vietnamese.el:
13161 Add coding: local variable, to avoid bootstrapping problem
13162 if you need to recompile all the Lisp files using interpreted code.
13163
13164 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13165
13166 * cal-china.el (chinese-year-cache): Change range of years from
13167 1989-2000 to 1990-2010.
13168
13169 1998-08-29 Dave Love <d.love@dl.ac.uk>
13170
13171 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
13172 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
13173
13174 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13175
13176 * ps-print.el (ps-print-control-characters): Doc-string modified.
13177 (ps-output-string-prim): Comment format changed.
13178 (ps-do-despool): Indentation of source code changed.
13179
13180 1998-08-28 Kenichi Handa <handa@etl.go.jp>
13181
13182 * subr.el (sref): Make it an alias of aref. Make the
13183 byte-compiler warn that it is obsolete.
13184 (char-bytes): Make the byte-compiler warn that it is obsolete.
13185
13186 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
13187 Calculate the total bytes using position-bytes instead of
13188 char-bytes.
13189
13190 1998-08-27 Karl Heuer <kwzh@gnu.org>
13191
13192 * snmp-mode.el: New file.
13193 * files.el (auto-mode-alist): Add snmp-mode patterns.
13194
13195 1998-08-27 Karl Eichwalder <ke@suse.de>
13196
13197 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
13198
13199 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13200
13201 * calendar/diary-lib.el (diary-block): Doc fix..
13202 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
13203
13204 1998-08-27 Richard Stallman <rms@gnu.org>
13205
13206 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
13207 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
13208 Clear appt-mode-string if we don't put something in it.
13209
13210 1998-08-27 Dave Love <fx@gnu.org>
13211
13212 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
13213 dired-local-variables-file for dired-x.
13214
13215 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
13216 for compressed library files too.
13217
13218 1998-08-26 Kenichi Handa <handa@etl.go.jp>
13219
13220 * language/european.el ("Latin-1"): Modify `documentation' key value.
13221 ("Latin-2"): Likewise.
13222
13223 1998-08-26 Karl Heuer <kwzh@gnu.org>
13224
13225 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
13226
13227 1998-08-26 Albert L. Ting <alt@artisan.com>
13228
13229 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
13230 (mail-hist-current-header-contents): Use mail-text-start.
13231
13232 1998-08-26 Richard Stallman <rms@gnu.org>
13233
13234 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
13235 (customize-changed-options-previous-release): New variable.
13236 (customize-changed-options): Use that variable as default arg.
13237
13238 1998-08-26 Karl Eichwalder <ke@suse.de>
13239
13240 * midnight.el: Require `timer' not only when compiling.
13241
13242 1998-08-26 Per Starback <starback@update.uu.se>
13243
13244 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13245 buffer before creating help group.
13246
13247 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13248
13249 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
13250 coding-system-for-write before saving.
13251
13252 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
13253
13254 * isearch.el (isearch-forward): Doc fix.
13255
13256 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
13257
13258 * emacs-lisp/find-func.el: Fix :version tags to have a string
13259 value, not a float.
13260
13261 * cus-dep.el: Fix typo in output.
13262
13263 1998-08-25 Dave Love <fx@gnu.org>
13264
13265 * repeat.el (repeat): Doc fix.
13266 [From rms:]
13267 (repeat-previous-repeated-command): New variable.
13268 (repeat): Check for real-last-command being null or repeat. Set
13269 repeat-previous-repeated-command.
13270
13271 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
13272
13273 1998-08-25 Kenichi Handa <handa@etl.go.jp>
13274
13275 * gnus/message.el (message-send-mail-with-sendmail): Bind
13276 coding-system-for-write by the return value of
13277 select-message-coding-system.
13278 (message-send-mail-with-qmail): Likewise.
13279
13280 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
13281
13282 * emacs-lisp/autoload.el: Fix doc-string-elt property on
13283 define-derived-mode.
13284
13285 * files.el (file-name-invalid-regexp):
13286 Fix regex for ms-dos without long file names.
13287
13288 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13289
13290 * ps-print.el: Multi-byte buffer handling.
13291 (ps-print-version): New version number (4.0) and doc fix.
13292 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
13293 compilation for GNU Emacs and emacsens.
13294 (ps-generate-postscript-with-faces): Force invisible text to be
13295 visible.
13296 (dos-ps-printer): New var to avoid compilation gripes.
13297
13298 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13299
13300 * ps-print.el (ps-mule-plot-string): Pay attention to the case
13301 that no more characters can't be printed in the current line.
13302
13303 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13304
13305 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
13306 greater than TO.
13307
13308 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13309
13310 * ps-print.el: Add codes to make ps-print.el work also on Emacs
13311 20.2 and the earlier version.
13312 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
13313 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
13314 (ps-mule-find-wrappoint): Likewise.
13315 (ps-mule-generate-font): Change `X' to `x' in format
13316 control-string.
13317 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
13318 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
13319 `restore' form procedures `BC' and `EC'.
13320
13321 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13322
13323 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
13324 is an executable procedure. Make LineThickness, Xshadow, and
13325 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
13326 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
13327 ps-mule-font-info-database-bdf): New vars.
13328 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
13329 (ccl-encode-ethio-unicode): New CCL program.
13330 (ps-mule-encode-ethiopic): New fun.
13331 (ps-mule-current-charset): New var.
13332 (ps-mule-get-font-spec, ps-mule-font-spec-src,
13333 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
13334 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
13335 (ps-mule-external-libraries): New var.
13336 (ps-mule-init-external-library): New fun.
13337 (ps-mule-font-cache): New var.
13338 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
13339 (ps-last-font): New var.
13340 (ps-mule-prepare-font): New fun.
13341 (ps-mule-charset-list): New var.
13342 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
13343 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
13344 ps-mule-plot-string): New funs.
13345 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
13346 New vars.
13347 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
13348 ps-mule-prepare-cmpchar-font): New funs.
13349 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
13350 vars.
13351 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
13352 ps-mule-generate-bitmap-glyph): New funs.
13353 (ps-mule-initialize, ps-mule-begin): New funs.
13354 (ps-output-string-prim): Insert string as unibyte.
13355 (ps-output-prologue): New fun.
13356 (ps-flush-output): Handle the case of 'prologue.
13357 (ps-begin-file): Call ps-mule-initialize.
13358 (ps-begin-job): Set ps-control-or-escape-regexp differently if
13359 printing multibyte characters.
13360 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
13361 (ps-basic-plot-string): Handle the case of printing ASCII
13362 characters by external libraries (e.g. BDF).
13363 (ps-set-font): Set ps-last-font.
13364 (ps-plot-region): Handle multibyte characters, use
13365 ps-mule-plot-string for them.
13366 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
13367
13368 * bdf.el: New file.
13369
13370 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
13371
13372 * international/mule-cmds.el (select-message-coding-system): New
13373 function.
13374 (set-language-environment-coding-systems): Set
13375 default-sendmail-coding-system.
13376
13377 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
13378 (default-sendmail-coding-system): New variable.
13379 (sendmail-send-it): Encode the message by a coding system
13380 select-message-coding-system returns.
13381
13382 1998-08-23 Eric Ludlam <zappo@gnu.org>
13383
13384 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
13385 (speedbar-mode): Set buffer to read only.
13386 (speedbar-temp-buffer-show-function): For emacs don't call hook
13387 with arguments.
13388 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
13389
13390 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
13391
13392 * speedbar.el (speedbar-key-map): Fix typo.
13393
13394 See ChangeLog.7 for earlier changes.