]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2000-05-23 Gerd Moellmann <gerd@gnu.org>
2
3 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
4
5 * files.el (interpreter-mode-alist): Add `bash2'.
6
7 2000-05-22 Dave Love <fx@gnu.org>
8
9 * loadhist.el (feature-symbols, file-provides, file-requires): Use
10 mapc.
11 (feature-file): Avoid calling symbol-name. Doc fix.
12 (file-set-intersect, file-dependents): Use dolist, not mapcar.
13 (loadhist-hook-functions): Add mouse-position-function.
14 (unload-feature): Change uses of mapcar.
15
16 * files.el (parse-colon-path): Doc fix.
17 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
18 (set-auto-mode): Use mapc.
19
20 * complete.el (PC-look-for-include-file): Use :alnum: character
21 class.
22 (partial-completion-mode): Add autoload cookie.
23
24 2000-05-22 Sam Steingold <sds@gnu.org>
25
26 * info.el (Info-fontify-node): Fixed the call to
27 `add-text-properties' (bug introduced on 2000-05-18).
28
29 2000-05-22 Dave Love <fx@gnu.org>
30
31 * bindings.el: Remove debug-ignored-errors set in other files.
32
33 * progmodes/etags.el: Add to debug-ignored-errors.
34 (visit-tags-table-buffer): Clear out buffers holding old tables
35 when making a new list.
36 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
37 mapc.
38
39 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
40 quote keywords.
41 (cmpl-string-case-type): Use character classes.
42
43 * comint.el:
44 * textmodes/ispell.el:
45 * imenu.el:
46 * mail/mh-e.el:
47 * progmodes/compile.el: Add to debug-ignored-errors.
48
49 * dabbrev.el: Add to debug-ignored-errors.
50 (dabbrev-completion): Use mapc.
51
52 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
53
54 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
55 (woman-mapcan, woman-parse-man.conf)
56 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
57 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
58 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
59 path syntax better.
60 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
61 (woman-manpath): Call woman-parse-man.conf.
62 (woman-emulation): New defcustom, defaults to nroff.
63 (woman-font-support): New defconst.
64 (woman-use-symbol-font): New defcustom.
65 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
66 "Emulation".
67 Many functions: Doc fix.
68
69 2000-05-22 Kenichi Handa <handa@etl.go.jp>
70
71 * international/quail.el (quail-simple-translation-keymap): Map
72 128..255 to quail-self-insert-command.
73 (quail-keyboard-layout-alist): Add definition for "pc102-de".
74
75 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
76
77 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
78 intervals which makes it heaps simpler.
79
80 * newcomment.el (comment-region-internal): Go back to BEG after quoting
81 the nested comment markers.
82
83 * subr.el (remove-hook): Don't turn the hook's value into a list.
84
85 2000-05-21 Dave Love <fx@gnu.org>
86
87 * edmacro.el (edmacro-parse-keys): Return vector if any elements
88 are invalid characters.
89
90 * international/mule-util.el (detect-coding-with-priority): Use
91 mapc. Remove redundant lambda.
92
93 * international/mule-diag.el (list-non-iso-charset-chars)
94 (describe-fontset): Remove redundant lambda.
95
96 * emulation/crisp.el (brief-mode): New alias.
97
98 * emacs-lisp/ring.el (ring-elements): New function.
99
100 * emacs-lisp/easymenu.el (easy-menu-create-menu)
101 (easy-menu-do-add-item): Use keywordp.
102
103 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
104
105 * replace.el: Doc and error message fixes.
106 (replace-highlight): Use facep, not internal-find-face.
107
108 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
109
110 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
111
112 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
113 (log-edit-insert-changelog): Drop `:' as well.
114
115 * log-view.el: Fix file description.
116 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
117 available.
118 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
119 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
120
121 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
122 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
123 Print a status message if the toggle is called interactively.
124 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
125 for global minor modes and use `defcustom' for them.
126 Use add-minor-mode.
127 (easy-mmode-define-derived-mode): Remove.
128 (define-derived-mode): Fancier default docstring.
129 (easy-mmode-define-navigation): Signal an error rather than (ding).
130
131 * newcomment.el (comment-styles): New `box-multi'.
132 (comment-normalize-vars): Better default for comment-continue to
133 avoid whitespace-only continuations.
134 (comment-search-forward): Always move even in the no-syntax case.
135 (comment-padright): Only obey N if it's only obeyed for padleft.
136 (comment-make-extra-lines): Better handling of empty continuations.
137 Use `=' for the filler if comment-start has only one character.
138 (uncomment-region): Try handling the special `=' filler.
139 (comment-region): Allow LINES even if MULTI is nil.
140 (comment-box): Choose box style based on comment-style.
141
142 2000-05-20 Kenichi Handa <handa@etl.go.jp>
143
144 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
145 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
146
147 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
148
149 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
150 and insert, not subst-char-in-region.
151
152 * international/mule-diag.el (list-character-sets-1): Handle
153 charsets eight-bit-control and eight-bit-graphic.
154 (list-iso-charset-chars): Likewise.
155 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
156 charactes as is. Use indent-to to align characters.
157
158 * international/mule-cmds.el (find-multibyte-characters): Never
159 exclude charsets eight-bit-control and eight-bit-graphic.
160
161 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
162
163 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
164 Don't quote lambdas.
165
166 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
167
168 2000-05-19 Gerd Moellmann <gerd@gnu.org>
169
170 * gud.el (gud-jdb-directories): Doc fix.
171
172 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
173
174 * newcomment.el: New file.
175
176 2000-05-19 Gerd Moellmann <gerd@gnu.org>
177
178 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
179
180 2000-05-18 Andreas Schwab <schwab@suse.de>
181
182 * dired.el (dired-between-files): Also skip lines beginning with
183 `used'.
184
185 2000-05-18 Gerd Moellmann <gerd@gnu.org>
186
187 * msb.el (msb-menu-cond): Add choice `user'.
188
189 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
190
191 * ps-print.el: Compatibility, customization and doc fix.
192 (ps-printer-name-option): Replace defconst by defvar.
193 (ps-postscript-code-directory): XEmacs compatibility.
194 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
195 fix.
196 (ps-user-defined-prologue, ps-print-prologue-header)
197 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
198 compatibility and code fix.
199 (ps-print-background-image, ps-print-background-text):
200 Customization fix.
201 (ps-line-number-start, ps-n-up-on): New vars.
202
203 2000-05-18 Espen Skoglund <esk@ira.uka.de>
204
205 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
206 the indent-comment function to just return the appropriate indent.
207
208 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
209
210 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
211 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
212 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
213
214 2000-05-18 Dave Love <fx@gnu.org>
215
216 * info.el (Info-fontify-node): Add intangible property as well as
217 invisible.
218
219 * calendar/appt.el (appt-make-list): Match all lines of entry.
220 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
221
222 2000-05-18 Kenichi Handa <handa@etl.go.jp>
223
224 * international/mule-diag.el (describe-char-after): Call
225 internal-char-font, not char-font. If internal-char-font returns
226 nil, display "-- none --".
227
228 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
229
230 * image.el (image-type-available-p): Don't reference image-types
231 if it isn't bound.
232
233 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
234
235 * autoarg.el (autoarg-mode): Typo in the :set argument.
236
237 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
238
239 * startup.el (command-line-1): Don't signal an error if the
240 directory for auto-save-list files does not yet exist.
241
242 2000-05-17 Kenichi Handa <handa@etl.go.jp>
243
244 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
245
246 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
247
248 * subr.el (remove-hook): `setq' hook-value, not `set'.
249
250 2000-05-16 Sam Steingold <sds@gnu.org>
251
252 * info.el (debug-ignored-errors): More errors to ignore.
253
254 2000-05-16 Dave Love <fx@gnu.org>
255
256 * cus-edit.el: Don't require cl or easymenu.
257 (custom-variable-prompt): Test standard-value property, not
258 user-variable-p.
259
260 2000-05-16 Sam Steingold <sds@gnu.org>
261
262 * subr.el (add-hook): `setq' hook-value, not `set'.
263
264 2000-05-16 Gerd Moellmann <gerd@gnu.org>
265
266 * startup.el (command-line-1): Mention the FAQ in the startup
267 message.
268
269 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
270
271 * progmodes/compile.el (compilation-parse-errors): Collect
272 `nomessage' regexps last.
273
274 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
275
276 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
277 to the function name.
278
279 2000-05-15 Dave Love <fx@gnu.org>
280
281 * speedbar.el (speedbar-recenter): Typo.
282 (speedbar-expand-line): Make arg optional.
283 (speedbar-mode): Avoid a compiler warning.
284
285 2000-05-15 Gerd Moellmann <gerd@gnu.org>
286
287 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
288 user-specified option string is empty.
289
290 * mouse.el (mouse-yank-at-click): Doc fix.
291
292 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
293
294 * term/internal.el (IT-character-translations): More updates of
295 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
296 documents.
297
298 2000-05-15 Gerd Moellmann <gerd@gnu.org>
299
300 * env.el (getenv): New function, interactively callable.
301 (setenv, getenv): Remove autoload cookies.
302
303 * loadup.el: Load `env'.
304
305 * progmodes/f90.el: Change author's mail address.
306
307 2000-05-14 Dave Love <fx@gnu.org>
308
309 * mail/rmail.el (rmail-show-message-hook): Customize and offer
310 goto-addr as an option.
311
312 * help.el (help-xref-stack): Doc fix.
313 (help-xref-following): New variable.
314 (help-make-xrefs): Use it.
315 (help-xref-go-back): Use position information from stack element.
316 (help-follow): Make position in stack element a pair. Use
317 help-xref-following.
318
319 * autoarg.el: New file.
320
321 * faces.el: Declare more functions obsolete.
322
323 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
324 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
325 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
326 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
327 Remove all the setup-...-environment functions.
328
329 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
330
331 * speedbar.el: Updated the commentary section. xemacs20p now uses
332 >= when detecting. Require `defimage' safely.
333 (speedbar-easymenu-definition-base): Add toggle for images.
334 (speedbar-easymenu-definition-special): Add flush cache & expand.
335 (speedbar-visiting-tag-hook): Set new defaults. Added options.
336 (speedbar-reconfigure-keymaps-hook): New variable.
337 (speedbar-frame-parameters): Updated documentation.
338 (speedbar-use-imenu-flag): Updated custom tag
339 (speedbar-dynamic-tags-function-list): New variable.
340 (speedbar-tag-hierarchy-method): Updated doc & custom.
341 (speedbar-indentation-width, speedbar-indentation-width) New
342 variables.
343 (speedbar-hide-button-brackets-flag): Customizable.
344 (speedbar-vc-indicator): Doc update.
345 (speedbar-ignored-path-expressions): Updated default value.
346 (speedbar-supported-extension-expressions): Updated default value.
347 (speedbar-syntax-table): Remove {} paren status.
348 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
349 as "+". Added overlay aliases.
350 (speedbar-mode): Use `speedbar-mode-line-update' instead of
351 `force-mode-line-update'.
352 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
353 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
354 `mouse-set-point'
355 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
356 (speedbar-item-info-tag-helper): Revamped to handle a wider range
357 of arbitrary text, and new helper functions.
358 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
359 filename finder.
360 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
361 (speedbar-directory-buttons): Update path search/expansion.
362 (speedbar-make-tag-line): Pay attention to
363 `speedbar-indentation-width'. Use more care w/ invisible
364 properties.
365 (speedbar-change-expand-button-char): Call
366 `speedbar-insert-image-button-maybe'.
367 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
368 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
369 (speedbar-trim-words-tag-hierarchy)
370 (speedbar-simple-group-tag-hierarchy): New functions
371 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
372 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
373 functions.
374 (speedbar-mouse-set-point): New function
375 (speedbar-power-click): Updated documentation.
376 (speedbar-line-token, speedbar-goto-this-file): Handle more types
377 of tag prefix text.
378 (speedbar-expand-line, speedbar-contract-line): Make more robust
379 to strange text.
380 (speedbar-expand-line): Takes universal argument to flush the
381 cache.
382 (speedbar-flush-expand-line): New function.
383 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
384 Use new generator insertion method.
385 (speedbar-fetch-dynamic-tags): New function.
386 (speedbar-fetch-dynamic-imenu): Removed code now handled in
387 `speedbar-fetch-dynamic-imenu'.
388 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
389 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
390 "Revert Buffer" menu items.
391 (speedbar-buffer-buttons-engine): Be smarter when creating a
392 filename tag (for expansion purposes.).
393 (speedbar-highlight-one-tag-line,
394 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
395 (speedbar-recenter): New functions.
396 (defimage-speedbar): Image loading abstraction.
397 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
398 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
399 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
400 (speedbar-tag-type, speedbar-tag-mail): New images.
401 (speedbar-expand-image-button-alist): New variable.
402 (speedbar-insert-image-button-maybe): Insert an image over some
403 buttons.
404
405 2000-05-13 Kenichi Handa <handa@etl.go.jp>
406
407 * international/mule-cmds.el (encode-coding-char): An ASCII
408 character is always encodable.
409
410 * international/mule-conf.el: Add more information in descriptions
411 of character sets.
412
413 * international/mule-diag.el (describe-char-after): New function.
414 (describe-font-internal): Adjusted for the change of font-info.
415 (describe-font): Likewise.
416 (print-fontset): Rewritten for the new fontset implementation.
417 (describe-fontset): Include fontset alias names in completion.
418 (list-fontsets): Adjusted for the change of print-fontset.
419
420 * simple.el (what-cursor-position): If DETAIL is non-nil, call
421 describe-char-after instead of displaying the detail in the echo
422 area.
423 (syntax-code-table): Format changed.
424 (string-to-syntax): Adjusted for the above change.
425
426 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
427
428 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
429
430 2000-05-12 Dave Love <fx@gnu.org>
431
432 * calendar/todo-mode.el: Remove some compatibility stuff and CL
433 dependence. Use line-{beginning,end}-position, not
434 point-at{b,e}ol. Some doc fixes.
435 (todo-position): New function. Fix callers of position to use it.
436 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
437
438 2000-05-12 Gerd Moellmann <gerd@gnu.org>
439
440 * time.el (display-time-mail-icon): Use `:ascent center'.
441
442 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
443 handling FTP security extensions.
444
445 2000-05-11 Dave Love <fx@gnu.org>
446
447 * calendar/todo-mode.el: New file.
448
449 2000-05-11 Gerd Moellmann <gerd@gnu.org>
450
451 * comint.el (comint-read-input-ring): Move reference to
452 comint-input-ring-size outside of the save-excursion. It was
453 causing the default value to be the only one ever seen.
454
455 * font-lock.el: Update copyright. Remove Simon Marshall's email
456 address on request from him.
457
458 * subr.el (substitute-key-definition): Add comment describing
459 the meaning of PREFIX.
460
461 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
462
463 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
464
465 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
466 (add-minor-mode): Don't make the variable buffer-local and add a
467 reference to define-minor-mode in the docstring.
468
469 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
470 HEADER/FOOTER and fix bug with trailing empty directory.
471 (cvs-append-to-ignore): Use vc-editable-p if available.
472 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
473 (vc-do-command): Tweak advice to handle the new VC.
474
475 * log-view.el (log-view-goto-rev): New function for the new VC.
476 (log-view-minor-wrap): Use mark-active.
477
478 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
479 (log-edit-changelog-full-paragraphs): New var.
480 (log-edit-insert-changelog): Remove a lonely leading `* file'.
481 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
482 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
483 (log-edit-changelog-ours-p, log-edit-changelog-entries)
484 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
485 Replace the `cvs' prefix with `log-edit'.
486
487 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
488
489 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
490 (diff-font-lock-defaults): Explicitly turn off multiline.
491 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
492 (diff-ediff-patch): Fix call to ediff-patch-file.
493 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
494 Handle comments.
495
496 * frame.el (automatic-hscrolling): Typo.
497
498 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
499
500 2000-05-09 Sam Steingold <sds@goems.com>
501
502 * apropos.el (apropos-print): use `describe-face' instead of
503 `customize-face-other-window'.
504
505 2000-05-09 Dave Love <fx@gnu.org>
506
507 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
508
509 * help.el (describe-variable): Have customize button pop the
510 help-xref stack when invoked.
511 (help-xref-symbol-regexp): Add `face'.
512 (help-make-xrefs): Check for quoted face names and adapt regexp
513 submatch numbers to cope.
514 (help-xref-interned): Maybe insert face doc too. Separate
515 sections with a line of hyphens.
516
517 * faces.el: Some doc fixes. Declare some functions obsolete.
518 (describe-face): Add customize button. Return the help
519 text. Fix prompt.
520
521 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
522
523 * term/internal.el (IT-character-translations): Fix last change.
524
525 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
526
527 * woman.el: New file
528 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
529
530 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
531
532 * term/internal.el (IT-character-translations): Update ASCII
533 simulations for greek-iso8859-7, add latin-iso8859-14 and
534 latin-iso8859-15.
535
536 * international/mule-cmds.el (set-language-info-alist): Call
537 define-prefix-command with 3 arguments, to make the map suitable
538 for a menu.
539
540 2000-05-07 Dave Love <fx@gnu.org>
541
542 * time.el: Small doc fixes from Pavel Janic.
543
544 2000-05-05 Dave Love <fx@gnu.org>
545
546 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
547 list in doc string. Don't quote keyword symbols.
548 * emacs-lisp/cl.el: Likewise
549 * emacs-lisp/cl-seq.el: Likewise
550
551 2000-05-05 Gerd Moellmann <gerd@gnu.org>
552
553 * abbrev.el (abbrev-mode): Make ARG optional.
554
555 2000-05-04 Gerd Moellmann <gerd@gnu.org>
556
557 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
558
559 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
560
561 * subr.el (substitute-key-definition): Clarify documentation.
562
563 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
564
565 * glasses.el (glasses-convert-to-unreadable): Use
566 `glasses-separator' instead of the hard-wired "_".
567 (glasses-mode): Call `glasses-make-unreadable' only in a single
568 place.
569
570 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
571
572 * term/internal.el (cjk-codepages-alist): Add associations for
573 Chinese and Korean codepages. Remove FIXME comment.
574
575 2000-05-03 Dave Love <fx@gnu.org>
576
577 * time.el (display-time-mail-face, display-time-use-mail-icon):
578 New option.
579 (display-time-mail-icon): New variable.
580 (display-time-string-forms): Use the above. Fix the local-map.
581
582 2000-05-03 Gerd Moellmann <gerd@gnu.org>
583
584 * replace.el (query-replace-map): Add binding for `E'.
585 (query-replace-help): Extend help text.
586 (perform-replace): Allow editing the replacement string.
587
588 * make-mode.el (makefile-mode-abbrev-table): New variable.
589 (makefile-mode): Set local abbrev table to
590 makefile-mode-abbrev-table.
591 (makefile-font-lock-keywords): Fontify includes and conditionals.
592
593 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
594 set TOGGLE's value.
595
596 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
597 mail-interactive-insert-alias.
598 (mail-abbrev-complete-alias): New command.
599 (mail-mode-map): Bind it to `M-TAB'.
600
601 2000-05-03 Kenichi Handa <handa@etl.go.jp>
602
603 * language/lao-util.el (lao-compose-region): New function.
604
605 2000-05-02 Gerd Moellmann <gerd@gnu.org>
606
607 * files.el (recover-session): Make directories as necessary
608 if they don't exist yet.
609
610 * calendar/cal-french.el
611 (french-calendar-multibyte-special-days-array)
612 (french-calendar-special-days-array): Change French text.
613 (calendar-french-date-string): Change output.
614 (calendar-goto-french-date): Likewise.
615
616 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
617
618 * wid-edit.el (widget-default-active): Obey `:always-active'.
619 (widget-documentation-string-value-create): Set `:always-active'.
620
621 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
622
623 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
624 default prefix to `~/_emacs.d/auto-save.list/_s'.
625 (normal-top-level): Create the directory for auto-save files, if
626 it doesn't already exist (in the ms-dos case only).
627
628 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
629
630 * international/mule-cmds.el (set-language-environment): Don't
631 concat an integer (dos-codepage), use format instead.
632
633 2000-05-02 Dave Love <fx@gnu.org>
634
635 * help.el (help-xref-on-pp): Check for constant symbols.
636
637 2000-04-29 Gerd Moellmann <gerd@gnu.org>
638
639 * startup.el (normal-top-level): Put a condition-case around
640 the code loading subdirs.el.
641
642 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
643
644 * ps-print.el: Upside-down and face background color printing,
645 line number step, doc fix.
646 (ps-print-version): New version number (5.2).
647 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
648 (ps-face-attribute-list, ps-plot-with-face): Code fix.
649 (ps-spool-config): Var fix.
650 (ps-printer-name-option): Const fix.
651 (ps-print-upside-down, ps-use-face-background)
652 (ps-line-number-step): New vars.
653 (ps-window-system, ps-lp-system): New consts.
654 (ps-face-background): New fun.
655
656 2000-04-28 Richard Stallman <rms@gnu.org>
657
658 * files.el (make-auto-save-file-name):
659 Apply auto-save-file-name-transforms to visited file name
660 before generating auto save file name.
661 (auto-save-file-name-transforms): New variable.
662
663 * files.el (backup-enable-predicate):
664 Correctly test for a file under a temporary directory.
665
666 2000-04-28 Gerd Moellmann <gerd@gnu.org>
667
668 * subr.el (add-minor-mode): Rewritten.
669
670 2000-04-28 Kenichi Handa <handa@etl.go.jp>
671
672 * mail/sendmail.el (sendmail-send-it): Set
673 buffer-file-coding-system to the selected coding system for MIME
674 header.
675
676 2000-04-27 Gerd Moellmann <gerd@gnu.org>
677
678 * dired.el (dired-move-to-filename-regexp): Allow format where
679 YYYY is followed by two spaces.
680
681 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
682 in the second character class of the regexp.
683
684 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
685 mh-etc, too.
686
687 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
688 nil.
689
690 * subr.el (add-minor-mode): Use `set' instead of `setq'.
691
692 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
693 argument.
694
695 2000-04-27 Sen Nagata <sen@eccosys.com>
696
697 * emacs-lisp/crm.el (crm-completion-table): New variable.
698 (crm-collection-fn, crm-test-completion)
699 (completing-read-multiple): Use it.
700
701 2000-04-27 Dave Love <fx@gnu.org>
702
703 * help.el (locate-library): Use mapc.
704 (help-manyarg-func-alist): Add call-process-region.
705
706 2000-04-26 Gerd Moellmann <gerd@gnu.org>
707
708 * subr.el (add-minor-mode): Make argument MAP optional.
709
710 * desktop.el (desktop-save): Save list of minor modes.
711 (desktop-create-buffer): Restore minor modes.
712 (desktop-minor-mode-table): New user-option.
713
714 * subr.el (add-minor-mode): New function.
715
716 * image.el (find-image): New function.
717 (defimage): Rewritten to find image at load time.
718
719 * startup.el (normal-top-level-add-to-load-path): Handle
720 case that the default directory is not in load-path.
721
722 * help.el: Old patch from Stefan Monnier.
723 (help-xref-on-pp): New function.
724 (describe-variable): Use it to display xrefs in a symbol's value.
725
726 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
727
728 * cus-edit.el (custom-face): Fix parenthesis.
729
730 2000-04-26 Kenichi Handa <handa@etl.go.jp>
731
732 * mail/rmail.el (rmail-expunge): When there are no deleted
733 messages, do nothing.
734
735 2000-04-26 Dave Love <fx@gnu.org>
736
737 * international/mule-cmds.el (locale-translation-file-name):
738 Defvar to nil.
739 (set-locale-environment): Set it here (at runtime).
740
741 2000-04-25 Gerd Moellmann <gerd@gnu.org>
742
743 * replace.el (perform-replace): Add parameters START and END. Use
744 them instead of the check for a region in Transient Mark mode.
745 (query-replace-read-args): Return two more list elements for the
746 start and end of the region in Transient Mark mode.
747 (query-replace, query-replace-regexp, query-replace-regexp-eval)
748 (map-query-replace-regexp, replace-string, replace-regexp): Add
749 optional last arguments START and END and pass them to
750 perform-replace.
751
752 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
753 form with additional arguments for perform-replace.
754
755 * progmodes/etags.el (tags-query-replace): Add parameters START
756 and END. Construct a form with additional arguments for
757 perform-replace.
758
759 * simple.el (shell-command): Set default directory for "*Shell
760 Command Output" buffer.
761
762 * language/european.el (iso-latin-4): Fix typo.
763
764 * emacs-lisp/crm.el: New file.
765
766 2000-04-24 Dave Love <fx@gnu.org>
767
768 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
769 (Custom-reset-saved, Custom-reset-standard)
770 (custom-group-value-create, custom-group-set, custom-group-save)
771 (custom-group-reset-current, custom-group-reset-saved)
772 (custom-group-reset-standard): Use mapc.
773 (custom-buffer-create-internal): Disable undo when creating items.
774 Use mapc.
775 (custom-face): Avoid redundant lambda.
776
777 2000-04-24 Gerd Moellmann <gerd@gnu.org>
778
779 * startup.el (auto-save-list-file-prefix): Set default to
780 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
781
782 2000-04-24 Sam Steingold <sds@gnu.org>
783
784 * time-stamp.el (time-stamp-string-preprocess): Always convert
785 `field-result' to a string.
786
787 2000-04-24 Gerd Moellmann <gerd@gnu.org>
788
789 * frame.el (scrolling): New group.
790 (automatic-hscrolling): New user-option.
791
792 * startup.el (command-line-x-option-alist): Add `-lsp' and
793 `--line-spacing'.
794
795 2000-04-19 Dave Love <fx@gnu.org>
796
797 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
798 (cl-mapc): Rename from mapc. Fix the funcall.
799
800 2000-04-19 Gerd Moellmann <gerd@gnu.org>
801
802 * simple.el (clone-indirect-buffer-other-window): New command.
803 (clone-indirect-buffer): Add optional arg NORECROD.
804 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
805
806 * help.el (resize-temp-buffer-window): Use count-screen-lines.
807
808 * window.el (count-screen-lines): New function.
809 (shrink-window-if-larger-than-buffer): Use count-screen-lines
810 instead of window-buffer-height.
811
812 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
813 non-existing variable comint-input-sentinel.
814 (inferior-lisp-args-to-list): Removed.
815 (inferior-lisp): Use split-string instead of
816 inferior-lisp-args-to-list.
817
818 * hexl.el (hexl-insert-hex-string): New command.
819
820 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
821 instead of concat.
822
823 2000-04-18 Gerd Moellmann <gerd@gnu.org>
824
825 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
826 at the start of an existing but empty folder.
827
828 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
829
830 * ps-mule.el: Customization fix, doc fix.
831 (ps-multibyte-buffer): Customization fix.
832
833 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
834
835 * subr.el (read-passwd): Use read-char-exclusive.
836
837 2000-04-17 Gerd Moellmann <gerd@gnu.org>
838
839 * textmodes/texinfo.el (texinfo-insert-@email)
840 (texinfo-insert-@emph, texinfo-insert-@quotation)
841 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
842 (texinfo-mode-map): Add key bindings for them.
843
844 * files.el (basic-save-buffer-2): Use a template with `$'
845 instead of `#' for VMS.
846
847 * simple.el (clone-indirect-buffer): New function.
848
849 2000-04-16 Stephen Eglen <stephen@gnu.org>
850
851 * iswitchb.el (iswitchb-case): New function. If the user input
852 contains any upper-case characters, the search is made
853 case-sensitive.
854
855 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
856
857 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
858 comment-end.
859 (texinfo-font-lock-syntactic-keywords): New var.
860 (texinfo-font-lock-keywords): Remove comment regexp.
861 (texinfo-insert-block): New function.
862 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
863 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
864 and font-lock-defaults. Use regexp-opt for outline-regexp.
865 (texinfo-environments): New var.
866 (texinfo-environment-regexp): Use regexp-opt and
867 texinfo-environments.
868
869 * textmodes/ispell.el (ispell-menu-map-needed): Check that
870 ispell-process is bound since this might be eval'd before ispell
871 is loaded.
872 (ispell-message): Use a tiny bit less magic and a bit more hard
873 data to figure out what kind of sc-cite-regexp to use.
874
875 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
876
877 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
878 (insert-cyclic-diary-entry): Unquote the lambda.
879
880 * gud.el (gud-jdb-build-source-files-list): Fix typo.
881
882 * files.el (backup-enable-predicate): Unquote the lambda.
883
884 * cus-edit.el (custom-face, face): Unquote the lambda.
885
886 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
887
888 * ps-print.el: Check for line-beginning-position definition.
889
890 * ps-print.el: Fix counting lines in a region.
891 (ps-print-version): New version number (5.1.5).
892 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
893 (ps-printing-region): Fun code fix.
894
895 2000-04-15 Gerd Moellmann <gerd@gnu.org>
896
897 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
898 to file-directory-p.
899
900 2000-04-14 Gerd Moellmann <gerd@gnu.org>
901
902 * gud.el (gud-jdb-build-source-files-list): Check that directory
903 exists before calling directory-files.
904
905 2000-04-13 Dave Love <fx@gnu.org>
906
907 * emacs-lisp/trace.el: Change maintainer. Use new backquote
908 syntax.
909
910 * emacs-lisp/cl-specs.el: Remove when, unless.
911
912 * emacs-lisp/cl-extra.el: Don't quote keywords.
913 (cl-old-mapc): New variable.
914 (mapc): Use it.
915 (cl-map-intervals): Use with-current-buffer. Don't check for
916 next-property-change.
917 (cl-map-overlays): Use with-current-buffer.
918 (cl-expt): Remove.
919 (copy-tree, remprop): Define unconditionally.
920
921 * emacs-lisp/cl-compat.el (keywordp): Remove.
922
923 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
924 to use keywordp.
925 (edebug-spec): Enable keywordp.
926
927 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
928 string-lessp.
929
930 * cus-start.el: Use keywordp.
931
932 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
933
934 * diary-lib.el (include-other-diary-files): Fix the fix of
935 2000-02-18 by doing a save-excursion.
936
937 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
938
939 * ps-print.el: Customization fix, doc fix.
940 (ps-print-version): New version number (5.1.4).
941 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
942 (ps-print-preprint): Adjust code.
943 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
944 (ps-print-prologue-header, ps-print-control-characters)
945 (ps-spool-config): Customization fix.
946
947 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
948
949 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
950 converted to the new menu-item format, names silightly changed,
951 help strings added.
952
953 Support for spelling without async subprocesses:
954
955 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
956 (ispell-session-buffer): New variables.
957 (ispell-start-process, ispell-process-status,
958 ispell-accept-output, ispell-send-string): New functions, for
959 Ispell invocation when async subprocesses aren't supported.
960 (ispell-word, ispell-pdict-save, ispell-command-loop,
961 ispell-process-line, ispell-buffer-local-parsing): Replace calls
962 to process-send-string with calls to ispell-send-string, and
963 accept-process-output with ispell-accept-output.
964 (ispell-init-process): Call ispell-process-status instead of
965 process-status with.
966 (ispell-init-process): Call ispell-start-process. Call
967 ispell-accept-output and ispell-send-string. Don't call
968 process-kill-without-query and kill-process if they are unbound.
969 (ispell-async-processp): New function.
970
971 2000-04-12 Dave Love <fx@gnu.org>
972
973 * info.el: Add debug-ignored-errors.
974 (Info-mode-menu): Add some items.
975 (Info-directory): Add autoload cookie.
976
977 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
978 Modify `truncate-lines'. Make `describe-language-environment'
979 always visible and add help. Modify `describe-key' help. Invoke
980 Info-directory from `info'. New entry `emacs-manual'.
981
982 2000-04-10 Gerd Moellmann <gerd@gnu.org>
983
984 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
985 propertized-buffer-identification.
986 (ebrowse-update-member-buffer-mode-line): Likewise.
987 (ebrowse--mode-strings): Removed.
988 (ebrowse--mode-line-props): Removed.
989
990 * files.el (auto-mode-alist): Add `EBROWSE'.
991
992 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
993 space before testing for end of buffer.
994 (ebrowse-load): Removed.
995 (ebrowse-revert-tree-buffer-from-file): Rewritten.
996 (ebrowse-create-tree-buffer): Rewritten.
997 (ebrowse-tree-mode): Read tree from buffer.
998
999 * progmodes/ebrowse-ffh.el: Removed.
1000
1001 2000-04-10 Kenichi Handa <handa@etl.go.jp>
1002
1003 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
1004
1005 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1006
1007 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
1008 at the wrong place.
1009
1010 2000-04-09 Dave Love <fx@gnu.org>
1011
1012 * files.el (backup-enable-predicate): Use
1013 temporary-file-directory, small-temporary-file-directory.
1014 (make-backup-file-name-function, backup-directory-alist): New
1015 variables.
1016 (make-backup-file-name-1): New function.
1017 (make-backup-file-name): Use it.
1018 (find-backup-file-name): Likewise. Use format for clarity, not
1019 concat.
1020 (file-newest-backup): Use make-backup-file-name.
1021
1022 2000-04-09 Gerd Moellmann <gerd@gnu.org>
1023
1024 * progmodes/ebrowse-ffh.el: New file.
1025
1026 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
1027 to ebrowse-ffh.el.
1028 (ebrowse-load): Add autoload.
1029
1030 * finder.el (finder-commentary): Add autoload cookie.
1031
1032 * mail/rfc2368.el: Correct author's email address.
1033
1034 * progmodes/ebrowse.el: New file.
1035
1036 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
1037 item help string.
1038 (easy-menu-do-add-item): Ditto.
1039 (easy-menu-define): Extend doc string.
1040
1041 * jit-lock.el (with-buffer-unmodified): Use
1042 restore-buffer-modified-p.
1043 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
1044 (jit-lock-function, jit-lock-stealth-fontify): Don't use
1045 with-buffer-unmodified.
1046
1047 2000-04-08 Dave Love <fx@gnu.org>
1048
1049 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
1050 unless, when.
1051
1052 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
1053
1054 * viper-util.el (viper-put-on-search-overlay): New subroutine.
1055 (viper-flash-search-pattern): No operation when using Emacs
1056 doesn't support face.
1057 Use `viper-put-on-search-overlay'.
1058
1059 2000-04-04 Gerd Moellmann <gerd@gnu.org>
1060
1061 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
1062 like C-r.
1063
1064 * progmodes/make-mode.el: Some doc fixes.
1065 (makefile-mode-abbrev-table): New variable.
1066 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
1067 (makefile-font-lock-keywords): Fontify includes and conditionals.
1068 (toplevel): Require `dabbrev' and `add-log' when compiling.
1069
1070 * replace.el (perform-replace): Don't move forward one char
1071 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
1072 to do that because it leaves point 1 position after the last
1073 replacement, after everything has been replaced.
1074
1075 * jit-lock.el (with-buffer-unmodified): New macro.
1076 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
1077 modified state.
1078 (jit-lock-function-1): Extracted from jit-lock-function; not
1079 preserving buffer's modified state.
1080 (jit-lock-function, jit-lock-stealth-fontify): Call
1081 jit-lock-function-1.
1082
1083 * mail/rfc2368.el: Remove supernumerary copyright line.
1084
1085 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
1086
1087 * glasses.el: Provide facilities for inserting space before left
1088 parentheses and uncapitalization of identifiers.
1089 (glasses-mode): Try to remove old overlays in all cases.
1090
1091 2000-04-03 Gerd Moellmann <gerd@gnu.org>
1092
1093 * progmodes/compile.el (compile-internal): Display the compilation
1094 buffer in a different frame, if it's already displayed there.
1095
1096 * mail/rfc2368.el: New file.
1097
1098 * simple.el (sendmail-user-agent-compose): Recognize a `body'
1099 header and insert its value as mail body.
1100
1101 * subr.el (member-ignore-case): New function.
1102
1103 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
1104 (dabbrev--find-expansion): Ignore buffers matching a regexp
1105 from dabbrev-ignored-regexps.
1106
1107 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
1108 to extensions handled by gzip.
1109
1110 2000-04-03 Richard M. Stallman <rms@gnu.org>
1111
1112 * files.el (insert-directory): List the total free space
1113 along with the used space.
1114
1115 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
1116 line is followed by one that matches CITATION-REGEXP, end the
1117 paragraph.
1118
1119 2000-04-03 Markus Rost <rost@delysid.gnu.org>
1120
1121 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
1122 (rmail-make-basic-summary-line): Use that option.
1123
1124 2000-04-03 Kenichi Handa <handa@etl.go.jp>
1125
1126 * international/mule-cmds.el (encoded-string-description):
1127 Rewritten. Try pretty description for ISO 2022 escape sequences
1128 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
1129 for hexadecimal format.
1130
1131 2000-04-01 Dave Love <fx@gnu.org>
1132
1133 * cpp.el: Change customization group to `c' from `C'.
1134
1135 * vcursor.el (vcursor-move): Use display-color-p.
1136
1137 * international/mule-util.el: Provide mule-utils.
1138 (string-to-sequence): Simplify and speed up.
1139
1140 * international/mule.el (make-coding-system): Purecopy doc-string.
1141
1142 * international/mule-cmds.el: Various menu changes.
1143 (describe-specified-language-support): Handle `Default'.
1144 (set-language-info): Purecopy `info'.
1145
1146 2000-03-31 Andrew Innes <andrewi@gnu.org>
1147
1148 * vc.el (vc-backend-diff): Return the correct status if we had to
1149 retry the rcsdiff command without the --brief option.
1150
1151 2000-03-31 Dave Love <fx@gnu.org>
1152
1153 * help.el (help-manyarg-func-alist): Correct several omissions.
1154
1155 * add-log.el: Don't require cl, fortran.
1156 (add-log-current-defun-function): Doc fix.
1157 (change-log-version-number-regexp-list): Remove SCCS part. Doc
1158 fix.
1159 (change-log-version-rcs): Function deleted.
1160 (change-log-version-number-search): Doc fix. Use
1161 vc-workfile-version. Avoid CL dolist.
1162 (add-change-log-entry): Just call add-log-current-defun to get
1163 defun. Simplify somewhat.
1164 (change-log-get-method-definition-1): Likewise.
1165 (add-log-current-defun): Return nil if calling
1166 add-log-current-defun-function does so. Move Fortran stuff to
1167 fortran.el. Return string without properties.
1168
1169 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
1170 and :alpha: char classes.
1171
1172 * mail/supercite.el: Defvar curline when compiling.
1173 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
1174 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
1175 rather than a-zA-Z0-9 to allow non-ASCII characters.
1176
1177 2000-03-31 Gerd Moellmann <gerd@gnu.org>
1178
1179 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
1180
1181 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1182 Re-enable new code.
1183
1184 * lpr.el (print-region-1): Use -d to specify printer name for
1185 systems `usg-unix-v*, `dgux', `hpux', `irix'.
1186
1187 2000-03-31 Dave Love <fx@gnu.org>
1188
1189 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
1190 for function definition in symbol's function value slot first
1191 instead of first consulting byte-compile-function-environment.
1192
1193 2000-03-31 Kenichi Handa <handa@etl.go.jp>
1194
1195 * language/european.el ("Polish"): New language environment.
1196 (setup-polish-environment): New function.
1197
1198 2000-03-30 Gerd Moellmann <gerd@gnu.org>
1199
1200 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1201 Disable new code.
1202
1203 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
1204 trying to `load' the symbol of an autoload instead of the file
1205 recorded in the autoload. Fix error messages.
1206
1207 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1208
1209 * ps-print.el: PostScript programming fix for ghostview, doc fix.
1210 (ps-print-version): New version number (5.1.3).
1211 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
1212 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
1213 (ps-generate-postscript-with-faces): Code fix.
1214 (ps-color-values): XEmacs compatibility.
1215 (ps-print-background-image, ps-print-background-text, ps-printer-name)
1216 (ps-default-fg, ps-default-bg): Adjust customization.
1217 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
1218 (ps-color-scale): Renaming old ps-color-value fun.
1219 (ps-print-headers): Replace ps-print-header group to avoid conflict
1220 with ps-print-header variable.
1221 (ps-print-miscellany): New group.
1222 (ps-format-color, ps-rgb-color): New funs.
1223 (ps-default-foreground): New var.
1224 (ps-printer-name-option): New const.
1225
1226 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
1227
1228 * net/net-utils.el:
1229 (network-connection-host, network-connection-service): New variables
1230 (network-connection-mode): New mode, derived from comint-mode
1231 (network-connection-mode-setup): New function, saves host and
1232 service information in local variables.
1233
1234 * lisp/locate.el:
1235 (locate-word-at-point): Added this function
1236 (locate): Default to using locate-word-at-point as input
1237 Run dired-mode-hook
1238
1239 2000-03-29 Dave Love <fx@gnu.org>
1240
1241 * calendar/appt.el: Doc fixes.
1242 (appt-check): Convert min-to-app to a string before passing to
1243 appt-disp-window-function or concat.
1244 (appt-delete-window): Remove test for frame-root-window.
1245 (appt-select-lowest-window, appt-convert-time): Simplify.
1246
1247 * emacs-lisp/bytecomp.el: Doc fixes.
1248 (byte-compile-file-form-autoload): Update
1249 byte-compile-function-environment.
1250
1251 2000-03-29 Andreas Schwab <schwab@suse.de>
1252
1253 * emacs-lisp/autoload.el: Also print defsubst doc string
1254 specially.
1255
1256 * dired.el (dired-insert-directory): If dired-free-space-program
1257 failed just delete its output.
1258
1259 2000-03-29 Dave Love <fx@gnu.org>
1260
1261 * international/iso-cvt.el: Move provide to end. Doc fixes.
1262 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
1263 (iso-iso2sgml, iso-sgml2iso): New functions.
1264 (iso-cvt-define-menu): Fix some entries and use backquote for
1265 clarity.
1266
1267 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
1268
1269 2000-03-28 Gerd Moellmann <gerd@gnu.org>
1270
1271 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
1272 ISO-DATE. If non-nil, return date in ISO 8601 format.
1273
1274 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
1275
1276 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
1277 if it ever becomes used.
1278 (log-edit-mode-hook): Default to vc-log-mode-hook.
1279 (log-edit-mode): Fix the docstring.
1280
1281 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
1282 the code.
1283
1284 2000-03-26 Dave Love <fx@gnu.org>
1285
1286 * net/browse-url.el (browse-url): Re-fix case of
1287 browse-url-browser-function being an alist.
1288 (browse-url): Add :link to defgroup.
1289
1290 * files.el: Doc fixes.
1291 (file-truename): Include `[' in wildcard characters.
1292 (automount-dir-prefix): Customize.
1293 (find-file-wildcards): Add :version.
1294 (find-file-noselect): Simplify a mapcar call.
1295
1296 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
1297 compatible with inf-lisp version.
1298 (eval-defun-1): Fix custom-declare-variable case.
1299
1300 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
1301
1302 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
1303
1304 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1305
1306 * Makefile (COMPILE_FIRST): New macro.
1307 (compile-files): Compile files from COMPILE_FIRST first.
1308
1309 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
1310 code.
1311
1312 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
1313 matching open parenthesis in column 0 to defun-prompt-regexp
1314 only if open-paren-in-column-0-is-defun-start is set.
1315
1316 * sun-curs.el: Require CL at compile-time only.
1317
1318 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
1319 instead of copy-list which is a function from CL.
1320 (msb--choose-menu, msb--mode-menu-cond)
1321 (msb--create-buffer-menu-2): Use dolist instead of mapc.
1322 (msb--init-file-alist): Use mapcar instead of mapcan.
1323 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
1324 `(' in column 0 in doc string.
1325 (msb--add-separators): Use mapcar instead of mapcan.
1326
1327 * cus-dep.el: Require CL at compile-time only.
1328
1329 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
1330
1331 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1332 (byte-compile-warnings): New warning `noruntime'.
1333 (byte-compile-constants, byte-compile-variables): Fix docstring.
1334 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
1335 execute `eval-whenc-compile's body.
1336 (byte-compile-unresolved-functions): Fix docstring.
1337 (byte-compile-eval): New function.
1338 (byte-compile-callargs-warn): Check if the function will be available
1339 at runtime (via property `byte-compile-noruntime').
1340 (byte-compile-print-syms): New function.
1341 (byte-compile-warn-about-unresolved-functions): Also warn about
1342 `noruntime' functions (and use `byte-compile-print-syms').
1343 (byte-compile-file): Capitalize the message.
1344
1345 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1346
1347 * mail/rmail.el (rmail-confirm-expunge): New user-option.
1348 (rmail-expunge): Ask for confirmation depending on the setting
1349 of rmail-confirm-expunge.
1350
1351 2000-03-23 Gerd Moellmann <gerd@gnu.org>
1352
1353 * Makefile (bootstrap-clean): If $(emacs) exists, build
1354 loaddefs.el first. A loaddefs.el that's not up-to-date might
1355 cause a bootstrap failure because things don't autoload as
1356 expected.
1357
1358 2000-03-23 Dave Love <fx@gnu.org>
1359
1360 * net/browse-url.el: Restore previous use of
1361 browse-url-maybe-new-window.
1362
1363 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1364
1365 * ps-print.el: Skip banner page fix.
1366 (ps-print-version): New version number (5.1.2).
1367 (ps-begin-file, ps-end-file, ps-generate): Code fix.
1368
1369 2000-03-23 Dave Pearson <davep@davep.org>
1370
1371 * net/quickurl.el Changed the type of parameter passed to the
1372 function defined by `quickurl-format-function'. Before only the
1373 text of the URL was passed. Now the whole URL structure is passed
1374 and the function is responsible for extracting the parts it
1375 requires. Changed the default of `quickurl-format-function'
1376 accordingly.
1377 (quickurl-insert): Changed the `funcall' of
1378 `quickurl-format-function' to match the above change.
1379 (quickurl-list-insert): Changed the `url' case so that it makes
1380 use of `quickurl-format-function', previous to this the format was
1381 hard wired.
1382
1383 2000-03-22 Gerd Moellmann <gerd@gnu.org>
1384
1385 * startup.el: Change some spellings for the X Window System.
1386
1387 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
1388
1389 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
1390 up the code and the regexp and make sure the cursor is temporarily
1391 moved to the suspicious line while querying the user.
1392
1393 2000-03-22 Jason Rumney <jasonr@gnu.org>
1394
1395 * w32-fns.el (w32-charset-info-alist): Initialize.
1396
1397 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1398
1399 * ps-print.el: N-up last page fix.
1400 (ps-print-version): New version number (5.1.1).
1401 (ps-end-file, ps-end-job, ps-generate): Code fix.
1402
1403 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1404
1405 * files.el (find-file-run-dired): Update docstring.
1406 (find-directory-functions): New hook.
1407 (find-file-noselect): Run find-directory-functions rather than
1408 calling dired directly.
1409
1410 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
1411
1412 * pcvs.el: Add a minimal leading commentary.
1413 (cvs-make-cvs-buffer): Change the header part by removing the startup
1414 message and adding a `Module' entry. Also replace the FOOTER and
1415 HEADER special fileinfos with the new support in ewoc for updating
1416 its own footer and header.
1417 (cvs-update-header): Update to use the header/footer of the ewoc.
1418 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
1419 (cvs-is-within-p): New function.
1420 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
1421 to only examine some subset of the buffers.
1422
1423 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
1424 `format' instead of our own ad-hoc functions.
1425 Remove HEADER and FOOTER cases, now handled in the EWOC.
1426 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
1427
1428 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
1429 output to avoid scaring the user.
1430 (cvs-parse-table): Catch message for non-up-to-date commits.
1431
1432 * pcvs-defs.el (cvs-startup-message): Remove.
1433 (cvs-global-menu): New autoloaded menu.
1434
1435 * pcvs-util.el (cvs-string-fill): Remove.
1436
1437 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
1438 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
1439 PP part of it and also make it work for footers and headers.
1440 (ewoc-create): Drop POS and BUFFER arguments.
1441 Use the DLL's dummy node to store the end-of-footer position.
1442 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
1443 (ewoc-refresh): Remove unused `header' variable.
1444 (ewoc-(get|set)-hf): New functions.
1445
1446 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
1447 log-view-*-(message|file) and use easy-mmode-define-navigation.
1448 (log-view-message-re): Match SCCS format as well.
1449 And match the revision line rather than the dashed separator line.
1450 (log-view-mode): Use the new define-derived-mode.
1451 (log-view-current-tag): Fill in with an actual implementation.
1452
1453 * cvs-status.el (cvs-status-(prev|next)): Rename from
1454 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
1455 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
1456 to let the output "breathe" a little more (more readable).
1457 (cvs-status-mode): Use the new define-derived-mode.
1458
1459 * smerge-mode.el (smerge-auto-leave): New function and variable.
1460 (smerge-basic-map): Rename from smerge-basic-keymap.
1461 Change the bindings for smerge-diff-*.
1462 (smerge-*-map): Use easy-mmode-defmap.
1463 (smerge-(next|prev)): Use easy-mmode-define-navigation.
1464 (smerge-keep-*): Use smerge-auto-leave.
1465
1466 2000-03-21 Jason Rumney <jasonr@gnu.org>
1467
1468 * cus-edit.el (custom-button-face): Use 3D look for w32.
1469 (custom-button-pressed-face): Likewise.
1470
1471 2000-03-21 Gerd Moellmann <gerd@gnu.org>
1472
1473 * progmodes/etags.el (tags-case-fold-search): New user-option.
1474 (tags-loop-eval): New function. Bind case-fold-search around eval
1475 depending on the value of tags-case-fold-search.
1476 (tags-loop-continue): Use tags-loop-eval.
1477 (find-tag-in-order): Bind case-fold-search depending on the value
1478 of tags-case-fold-search.
1479
1480 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1481
1482 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
1483 (diff-end-of-hunk): Return the end position for use in
1484 `easy-mmode-define-navigation'.
1485 (diff-recenter): Remove.
1486 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
1487 of `easy-mmode-define-navigation'.
1488 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
1489 previous renaming) and fix to use new names.
1490 (diff-merge-strings): Use \n as separator: simpler, faster.
1491 (diff-mode): Use `define-derived-mode'.
1492
1493 * derived.el (define-derived-mode): Don't autoload anymore.
1494 Prefer the macro-only version provided by easy-mmode.el.
1495
1496 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
1497 `easy-mmode-define-derived-mode'.
1498 Use `combine-run-hooks'.
1499 (easy-mmode-define-navigation): New macro.
1500
1501 * subr.el (combine-run-hooks): New function.
1502
1503 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
1504
1505 * term/x-win.el: Fontsets related initialization is simplified.
1506
1507 * international/mule-diag.el (describe-font): Don't refer to
1508 global-fontset-alist, instead call font-list.
1509 (describe-fontset, list-fontsets, mule-diag): Likewise.
1510 (print-fontset): Adjusted for the change of fontset
1511 implementation.
1512
1513 * international/fontset.el (x-charset-registries): Variable
1514 removed, instead the corresponding data is stored in the default
1515 fontset.
1516 (register-alternate-fontnames): Function removed.
1517 (resolved-ascii-font): Variable removed.
1518 (x-compose-font-name): Ignore the second argument REDOCE.
1519 (x-complement-fontset-spec): Complement only an ASCII font and
1520 element for those charsets than can use that ASCII font.
1521 (generate-fontset-menu): Don't refer to global-fontset-alist,
1522 instead call fontset-list.
1523 (uninstantiated-fontset-alist): Variable removed.
1524 (x-style-funcs-alist): Likewise.
1525 (fontset-default-styles): Likewise.
1526 (x-modify-font-name): Function removed.
1527 (create-fontset-from-fontset-spec): Ignore the argument
1528 STYLE-VARIANT.
1529 (create-fontset-from-ascii-font): Docsting adjusted for the above
1530 change.
1531 (instantiate-fontset, resolve-fontset-name): Functions removed.
1532 (fontset-list): Now implemented by C code.
1533
1534 * faces.el (read-face-font): Fix TABLE arg to completing-read.
1535 (describe-face): Include `font' attribute in the description.
1536
1537 2000-03-21 Kenichi Handa <handa@etl.go.jp>
1538
1539 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
1540
1541 2000-03-20 Gerd Moellmann <gerd@gnu.org>
1542
1543 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
1544 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
1545 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
1546
1547 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
1548 about behavior of set-buffer-modified-p wrt redisplay.
1549
1550 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1551
1552 * view.el (view-mode-disable): Kill local binding of view-read-only.
1553
1554 2000-03-18 Gerd Moellmann <gerd@gnu.org>
1555
1556 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
1557 is a string, convert it to a syntax cell using string-to-syntax.
1558
1559 * simple.el (syntax-code-table, syntax-flag-table): New variables.
1560 (string-to-syntax): New function.
1561
1562 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
1563 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
1564 try to use passive ftp mode.
1565
1566 2000-03-17 Gerd Moellmann <gerd@gnu.org>
1567
1568 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
1569
1570 * simple.el (append-to-buffer): Update point of windows after
1571 insertion.
1572
1573 * abbrev.el (inverse-add-abbrev): Identify word by first moving
1574 forward then moving backward. Reindent.
1575
1576 * frame.el (other-frame): Call x-focus-frame only if
1577 focus-follows-mouse is off.
1578
1579 2000-03-17 Dave Love <fx@gnu.org>
1580
1581 * pcvs-util.el (cvs-strings->string): Rename
1582 replace-regexps-in-string.
1583
1584 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
1585
1586 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
1587 regexp for labels cannot span several lines.
1588
1589 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
1590 `(setq :<key> ':<key>)' to the macro expansion.
1591
1592 2000-03-16 Dave Love <fx@gnu.org>
1593
1594 * progmodes/f90.el (f90): Put custom group under `languages', not
1595 `fortran'.
1596 (f90-mode-hook): Customize.
1597 (f90-mode): Set add-log-current-defun-function.
1598 (f90-current-defun): New function.
1599
1600 2000-03-16 Gerd Moellmann <gerd@gnu.org>
1601
1602 * cus-edit.el (custom-variable-tag-face): Handle case that
1603 default face's height is not a number.
1604 (custom-face-tag-face, custom-group-tag-face-1)
1605 (custom-group-tag-face): Ditto.
1606 (custom-group-tag-face-1): Add :group.
1607
1608 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
1609
1610 2000-03-15 Gerd Moellmann <gerd@gnu.org>
1611
1612 * pcvs-defs.el (toplevel): Remove autoload cookie for form
1613 requiring easymenu.
1614
1615 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1616
1617 * ps-print.el: PostScript user-defined prologue, PostScript error
1618 handler, doc fix.
1619 (ps-print-version): New version number (5.1).
1620 (ps-user-defined-prologue, ps-error-handler-message)
1621 (ps-print-prologue-0, ps-error-handler-alist): New vars.
1622 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
1623 (ps-insert-string): New function.
1624
1625 2000-03-15 Kenichi Handa <handa@etl.go.jp>
1626
1627 * international/ccl.el (ccl-compile-expression): Don't generate
1628 invalid self-assignment code.
1629
1630 2000-03-14 Dave Love <fx@gnu.org>
1631
1632 * subr.el (replace-regexp-in-string): Renamed from
1633 replace-regexps-in-string. Doc fix.
1634
1635 2000-03-12 Dave Love <fx@gnu.org>
1636
1637 * cus-edit.el: Doc fixes.
1638 (customize-set-variable, customize-save-variable): Rename args for
1639 doc.
1640 (custom-variable-tag-face, custom-face-tag-face)
1641 (custom-group-tag-face-1, custom-group-tag-face): Modify from
1642 style which user identify as hyperlink.
1643 (hook): Don't add undefined functions to the hook.
1644 (debug-ignored-errors): Transfer message from bindings.el.
1645
1646 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1647
1648 * recentf.el (recentf-keep-non-readable-files-p): Remove
1649 double/nested definition.
1650
1651 2000-03-12 Dave Love <fx@gnu.org>
1652
1653 * facemenu.el (facemenu-get-face): Use display-color-p.
1654 * enriched.el (enriched-decode-foreground): Likewise.
1655 (enriched-decode-background): Likewise.
1656 * isearch.el (isearch-highlight): Likewise.
1657 * info-look.el (info-lookup): Likewise.
1658 * simple.el (completion-setup-function): Likewise.
1659
1660 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
1661 :options.
1662
1663 * bindings.el (mode-line-format): Fix line-number and
1664 column-number items. Add help-echo for the background.
1665 (mode-line-mule-info): Modify help-echo.
1666
1667 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
1668 defcustom.
1669
1670 * files.el (load-file): Allow completion to .elc.
1671
1672 * man.el: Doc fixes.
1673 (Man-init-defvars): Use display-color-p to set fontification.
1674
1675 * play/hanoi.el (hanoi-internal): Don't use oddp.
1676
1677 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1678
1679 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
1680
1681 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
1682
1683 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
1684
1685 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
1686 Fix comment.
1687
1688 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
1689
1690 * font-lock.el (font-lock-keywords): Fix the doc now that
1691 regexp-opt-depth is unnecessary.
1692 (save-buffer-state): Set an edebug spec.
1693 (font-lock-fontify-anchored-keywords): Properly handle the case when
1694 the matcher goes past the limit.
1695
1696 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
1697 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
1698
1699 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
1700 dll.el and cookie.el (from Elib) with heavy renaming and other
1701 massaging.
1702
1703 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
1704 Autoload the functions used.
1705 (easy-mmode-define-syntax): Fix CL typo.
1706 (easy-mmode-define-derived-mode): Improve the docstring generation.
1707
1708 2000-03-10 Gerd Moellmann <gerd@gnu.org>
1709
1710 * textmodes/texinfo.el (texinfo-version): Variable and function
1711 removed.
1712
1713 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
1714
1715 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
1716 allow more flexibility.
1717 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
1718 fns.
1719 (easy-mmode-defmap, easy-mmode-defsyntax)
1720 (easy-mmode-define-derived-mode): New macros.
1721
1722 2000-03-09 Didier Verna <didier@xemacs.org>
1723
1724 * rect.el (replace-rectangle): New function.
1725
1726 2000-03-09 Dave Love <fx@gnu.org>
1727
1728 * progmodes/fortran.el (fortran-comment-line-start): Define as
1729 "C".
1730 (fortran-comment-line-start-skip): Don't match cpp stuff.
1731 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
1732 (fortran-mode-map): Remove over-eager custom-menu-create for now.
1733 (fortran-mode): Don't set fortran-comment-line-start-skip,
1734 fortran-comment-line-start here. Set comment-start,
1735 add-log-current-defun.
1736 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
1737 (fortran-current-defun): New function.
1738
1739 2000-03-09 Gerd Moellmann <gerd@gnu.org>
1740
1741 * emacs-lisp/re-builder.el: New file.
1742
1743 * mouse.el (mouse-drag-region): Don't run up-event handler
1744 if hscroll has changed.
1745
1746 * octave-mod.el (octave-font-lock-keywords): To font-lock the
1747 builtin operators, use `font-lock-builtin-face' for Emacs and
1748 `font-lock-preprocessor-face' otherwise.
1749
1750 * font-lock.el (lisp-font-lock-keywords-1): Highlight
1751 `(defun (setf foo)' differently.
1752
1753 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
1754
1755 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
1756 (regexp-opt): Update comment and adapt the code the new meaning of
1757 the `paren' argument of regex-opt-group for shy-groups.
1758 (regexp-opt-depth): Handle shy groups as well as backslashed
1759 backslashes.
1760 (regexp-opt-group): Turn the leading comment into a docstring.
1761 Allow `paren' to be a string (the string to use to open a group).
1762 Remove open-presuf and close-presuf. Instead of checking for `all
1763 one-char' and then later on check for `several one-char', handle
1764 both cases close together. Also apply a more generic algorithm
1765 for suffixes (the mirror image of the algorithm used for
1766 prefixes). Use shy-groups. Use nreverse rather than reverse.
1767 (regexp-opt-try-suffix): Removed.
1768
1769 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
1770 from comint-mode-map, so we can just inherit from it. Also, move
1771 the initialization into the `defvar' since there's no docstring
1772 anyway and it's fairly short.
1773 (inferior-scheme-mode): Define it as derived-mode: the code is
1774 shorter and this way we inherit from comint-mode-map rather than
1775 copying it.
1776
1777 * subr.el (replace-regexps-in-string): Properly handle the case
1778 where we match an empty string.
1779
1780 * comint.el (comint-exec-1): Add the current-dir to the exec-path
1781 when the command has a directory component (such as "./testml").
1782 Also fix a typo in the comment.
1783
1784 2000-03-08 Gerd Moellmann <gerd@gnu.org>
1785
1786 * Makefile (compile-files): Compile files one by one because
1787 that's the only way to ensure a clean compilation environment for
1788 each individual file.
1789
1790 * frame.el (other-frame): Call x-focus-frame.
1791
1792 2000-03-07 Dave Love <fx@gnu.org>
1793
1794 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
1795 :require to defcustom.
1796
1797 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
1798 lists.
1799
1800 * files.el (auto-mode-alist): Add configure.in.
1801
1802 * progmodes/autoconf.el: New file.
1803
1804 2000-03-07 Gerd Moellmann <gerd@gnu.org>
1805
1806 * mail/mh-e.el: Change maintainer to `none'.
1807
1808 * recentf.el (recentf-keep-non-readable-files-p): Quote args
1809 to remove-hook and add-hook.
1810
1811 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1812
1813 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
1814 it as the default.
1815 (mail-send): Test mail-send-nonascii also for the new `mime' value.
1816 (sendmail-send-it): Conditionally add MIME headers specifying the
1817 used character set.
1818
1819 2000-03-07 Dave Love <fx@gnu.org>
1820
1821 * winner.el: Fix keywords, autoload cookies. Split
1822 eval-when-compile form to avoid compilation failure.
1823
1824 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
1825
1826 * international/mule.el: Modify comment about coding system
1827 property `coding-category'.
1828 (make-coding-system): New argument EOL-TYPE. Pay attention to
1829 coding-category property of PROPERTIES.
1830
1831 * international/mule-conf.el (coding-category-utf-8,
1832 coding-category-utf-16-be, coding-category-utf-16-le): New coding
1833 categories. Include them in the argument for set-coding-priority.
1834
1835 * international/mule-cmds.el (reset-language-environment): Include
1836 coding-category-utf-8, coding-category-utf-16-be, and
1837 coding-category-utf-16-le in the argument for set-coding-priority.
1838 (reset-language-environment): Initialize coding-category-utf-8,
1839 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
1840
1841 2000-03-06 Karl Fogel <kfogel@red-bean.com>
1842
1843 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
1844 code abstracted out of `bookmark-jump-noselect'. Now tries info
1845 extensions as well as compression extensions.
1846 (bookmark-jump-noselect): Use above new func.
1847
1848 2000-03-03 Gerd Moellmann <gerd@gnu.org>
1849
1850 * strokes.el: Change maintainer's mail address.
1851
1852 2000-03-03 Kenichi Handa <handa@etl.go.jp>
1853
1854 * international/mule-diag.el (list-character-sets): Make help-echo
1855 string by substitute-command-keys.
1856 (list-character-sets): Likewise.
1857 (sort-listed-character-sets): Call help-setup-xref.
1858
1859 2000-03-02 Gerd Moellmann <gerd@gnu.org>
1860
1861 * time.el (display-time-mail-file): Add `none' to the list of
1862 choices.
1863
1864 2000-03-01 Dave Love <fx@gnu.org>
1865
1866 * help.el (help-xref-go-back): Don't try to set position.
1867
1868 * international/mule-diag.el (list-character-sets): Call
1869 help-setup-xref. Add help-echo to xrefs.
1870 (list-character-sets-1): Add help-echo to xrefs.
1871
1872 2000-03-02 Gerd Moellmann <gerd@gnu.org>
1873
1874 * frame.el (blink-cursor-mode): Switch cursor on when turning
1875 the mode off.
1876
1877 * add-log.el (add-log-current-defun): Add support for
1878 Autoconf mode.
1879
1880 * mail/rmail.el (rmail-quit-hook): New variable.
1881
1882 2000-03-01 Dave Love <fx@gnu.org>
1883
1884 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
1885
1886 * help.el (help-xref-button): Add help-echo arg.
1887 (describe-function-1, describe-variable, help-make-xrefs): Use it.
1888
1889 * faces.el (list-faces-display): Supply help-echo with
1890 help-make-xrefs.
1891
1892 * facemenu.el (list-text-properties-at): Set help-xref-stack to
1893 nil.
1894
1895 2000-03-01 Gerd Moellmann <gerd@gnu.org>
1896
1897 * image.el (defimage): Look for image files in load-path.
1898
1899 * frame.el (busy-cursor-delay-seconds): Change type to
1900 `number'.
1901
1902 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1903
1904 * recentf.el (recentf): Added version tag to the defgroup of
1905 recentf.
1906
1907 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1908
1909 * recentf.el (recentf-cleanup): Changed to remove excluded file
1910 too.
1911 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
1912 action to select/unselect a file.
1913 (recentf-edit-list): Code cleanup and improvement.
1914 (recentf-open-more-files-action): `recentf-open-more-files' button
1915 widget action to open a file.
1916 (recentf-open-more-files): No more use standard completion but
1917 widgets.
1918 (recentf-more-collection): Deleted.
1919 (recentf-more-history): Deleted.
1920 (recentf-setup-more-completion): Deleted.
1921
1922 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1923
1924 * recentf.el (recentf-mode): No more needs that Emacs is running
1925 under a window-system.
1926
1927 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1928
1929 * recentf.el (recentf-edit-list): New command to edit the recent
1930 list which allow the user to remove files.
1931 (recentf-edit-selected-items): New global variable, used by
1932 `recentf-edit-list' to hold the list of files to be removed from
1933 the recent list.
1934 (recentf-make-menu-items): Updated to display a "Edit list..."
1935 menu item. Minor code cleanup.
1936
1937 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1938
1939 * recentf.el (recentf-open-more-files): New command to open files
1940 that are not displayed in the menu.
1941 (recentf-more-collection): New global variable holding the set of
1942 permissible completions used by `recentf-open-more-files'.
1943 (recentf-more-history): New global variable holding the history list
1944 used by `recentf-open-more-files' completion.
1945 (recentf-setup-more-completion): New function to setup completion for
1946 `recentf-open-more-files'.
1947 (recentf-make-menu-items): Updated to display a "More..." menu item.
1948
1949 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1950
1951 * recentf.el (recentf-menu-action): Doc fixed.
1952
1953 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1954
1955 * recentf.el (recentf-menu-filter): Doc updated.
1956 (recentf-update-menu-hook): Allow menu filters to force menu update.
1957 (recentf-make-menu-items): New menu filter handling.
1958 (recentf-make-menu-item): New helper function.
1959 (recentf-menu-elements): New menu handling function.
1960 (recentf-sort-ascending): Updated to new menu filter handling.
1961 (recentf-sort-descending): Updated to new menu filter handling.
1962 (recentf-sort-basenames-ascending): New menu filter function.
1963 (recentf-sort-basenames-descending): New menu filter function.
1964 (recentf-show-basenames): New menu filter function.
1965 (recentf-show-basenames-ascending): New menu filter function.
1966 (recentf-show-basenames-descending): New menu filter function.
1967
1968 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1969
1970 * diary-lib.el (list-diary-entries): Don't try to go forward at
1971 the end of the buffer.
1972
1973 2000-02-29 Kenichi Handa <handa@etl.go.jp>
1974
1975 * international/mule-diag.el (list-character-sets): Completely
1976 rewritten.
1977 (sort-listed-character-sets): New function.
1978 (list-character-sets-1): Completely rewritten.
1979 (list-character-sets-2): New function.
1980 (non-iso-charset-alist): New variable.
1981 (decode-codepage-char): New function.
1982 (charset-history): New variable.
1983 (read-charset) (list-block-of-chars)
1984 (list-iso-charset-chars)
1985 (list-non-iso-charset-chars)
1986 (list-charset-chars): New functions.
1987 (mule-diag): Call list-character-sets-2, not
1988 list-character-sets-2.
1989 (dump-charsets): Likewise.
1990
1991 2000-02-29 Gerd Moellmann <gerd@gnu.org>
1992
1993 * dired-x.el (dired-filename-at-point): Add `@' to valid
1994 file name characters.
1995 (dired-filename-at-point): Handle ange-ftp file names.
1996
1997 * frame.el (frame-notice-user-settings): Use assq-delete-all
1998 instead of assoc-delete-all.
1999 (frame-notice-user-settings): Ditto.
2000
2001 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
2002 Don't copy alist.
2003
2004 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
2005
2006 * calculator.el (calculator-use-menu): New option.
2007 (calculator-initial-bindings): Changed some bindings to work as
2008 macros.
2009 (calculator-forced-input): Removed.
2010 (calculator-restart-other-mode): New variable.
2011 (calculator-mode-map): Set up menu.
2012
2013 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
2014
2015 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
2016 tags.
2017
2018 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
2019
2020 * viper-cmd.el (viper-envelop-ESC-key): added the option to
2021 translate all ESC key sequences.
2022 (viper-goto-mark-subr): restore markers for files for which
2023 they were saved.
2024 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
2025 * viper-util.el (viper-set-replace-overlay-glyphs,
2026 viper-set-replace-overlay): always check if the replacement
2027 overlay is live.
2028 * viper.el (viper-vi-state-mode-list): added major modes.
2029 * ediff-wind.el: minor comment changes.
2030 * ediff.el: copyright notice date fix.
2031
2032 2000-02-27 Jason Rumney <jasonr@gnu.org>
2033
2034 * faces.el (face-font-family-alternatives): Add arial to helv.
2035 (mode-line, header-line, tool-bar): Same default as x for w32.
2036 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
2037 face-font-family-alternatives from working.
2038 * term/w32-win.el (mouse-set-font): Do not build fontset from
2039 chosen font.
2040
2041 2000-02-25 Sam Steingold <sds@goems.com>
2042
2043 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
2044 properly.
2045
2046 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2047
2048 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
2049
2050 2000-02-25 Gerd Moellmann <gerd@gnu.org>
2051
2052 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
2053 writable.
2054
2055 * frame.el (busy-cursor-delay-seconds): New option.
2056
2057 2000-02-24 Gerd Moellmann <gerd@gnu.org>
2058
2059 * frame.el (show-cursor-in-non-selected-windows): New option.
2060
2061 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2062
2063 * diary-lib.el (include-other-diary-files): Undo the selective
2064 display in any included file and don't kill it.
2065
2066 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
2067
2068 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
2069 bar. Menu items converted to (menu-item format, help strings
2070 added.
2071 [downcase, upcase]: Don't enable on MS-DOS.
2072 [symlink, symlinks]: Don't show if make-symbolic-link is not
2073 bound.
2074 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
2075
2076 2000-02-23 Dave Love <fx@gnu.org>
2077
2078 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
2079 (backward-kill-word): Revert addition of * to interactive spec --
2080 it's a feature.
2081
2082 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
2083 (backward-kill-sentence, kill-sentence): Likewise.
2084
2085 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
2086 scratch buffer name.
2087 (gud-format-command): Use int-to-string in ?l case. Simplify
2088 slightly.
2089
2090 * term/w32-win.el (internal-face-interactive): Update prompt for
2091 new read-face-name.
2092
2093 * mail/footnote.el (footnote): Add :version to defgroup.
2094 (footnote-section-tag-regexp): Customize.
2095 (footnote-start-tag, footnote-end-tag): New option.
2096 (footnote-latin-regexp): New variable.
2097 (Footnote-latin): New function.
2098 (footnote-style-alist): Add element for latin style.
2099 (footnote-style): Moved.
2100 (Footnote-goto-footnote): Use eq to test arg.
2101
2102 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
2103
2104 * emacs-lisp/byte-opt.el: Change old backquote syntax.
2105 (byte-compile-trueconstp): Include keywords.
2106 (byte-optimize-quote, byte-optimize-lapcode): Use
2107 byte-compile-const-symbol-p.
2108 (byte-optimize-char-before): New optimization.
2109
2110 * emacs-lisp/bytecomp.el: Change old backquote syntax.
2111 (byte-compile-const-symbol-p): New function.
2112 (byte-compile-constp, byte-compile-out-toplevel)
2113 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
2114 Use it.
2115
2116 * subr.el (define-key-after): Default AFTER to t. Doc fix.
2117
2118 2000-02-23 Kenichi Handa <handa@etl.go.jp>
2119
2120 * international/encoded-kb.el: Be sure to update minor-mode-alist
2121 and minor-mode-map-alist.
2122 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
2123 codes SS2 and SS3 correctly.
2124 (encoded-kbd-self-insert-ccl): New function.
2125 (encoded-kbd-setup-keymap): New function.
2126 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
2127 by calling encoded-kbd-setup-keymap.
2128
2129 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
2130 characters.
2131 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
2132 locally.
2133
2134 2000-02-22 Dave Love <fx@gnu.org>
2135
2136 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
2137 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
2138 defvar.
2139 (lisp-mode-syntax-table): Set up for #|...|# comments.
2140 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
2141 classes. Match `defface'.
2142 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
2143 (eval-defun-1): Fix for defcustom.
2144 (lisp-indent-region): Doc fix.
2145
2146 * subr.el (when, unless, split-string): Doc fix.
2147 (read-passwd): Move call of clear-this-command-keys to the right
2148 place.
2149 (replace-regexps-in-string): New function.
2150
2151 2000-02-22 Gerd Moellmann <gerd@gnu.org>
2152
2153 * help.el (describe-variable): Set syntax table to
2154 emacs-lisp-mode-syntax-table when moving forward over the
2155 symbol's name.
2156
2157 2000-02-22 Dave Love <fx@gnu.org>
2158
2159 * xt-mouse.el: Doc fixes.
2160 (xterm-mouse-position-function): New function, replacing advice of
2161 mouse-position.
2162 (xterm-mouse-mode): Use it. Don't turn on under a window system.
2163
2164 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
2165
2166 2000-02-21 Gerd Moellmann <gerd@gnu.org>
2167
2168 * format.el (format-annotate-single-property-change): Handle
2169 properties.with dotted-list values.
2170 (format-proper-list-p): New function.
2171
2172 * enriched.el (enriched-face-ans): Handle '(foreground-color
2173 . COLOR) and (background-color . COLOR).
2174
2175 2000-02-20 Dave Love <fx@gnu.org>
2176
2177 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
2178 and assignments to it.
2179 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
2180 current local map.
2181 (make-flyspell-overlay): Use it.
2182 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
2183
2184 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
2185 (lm-get-header-re): Defun, not defsubst.
2186 (lm-get-package-name): Defun, not defsubst. Simplify.
2187 (lm-version): Doc fix. Simplify.
2188 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
2189 (lm-crack-address, lm-last-modified-date, lm-commentary)
2190 (lm-verify, lm-synopsis): Simplify.
2191 (lm-report-bug): Require emacsbug. Use compose-mail.
2192
2193 2000-02-20 Gerd Moellmann <gerd@gnu.org>
2194
2195 * dired.el (dired-mode): Call propertized-buffer-identification
2196 to set mode-line-buffer-identification to something having
2197 the right text properties.
2198
2199 * bindings.el (propertized-buffer-identification): New function.
2200
2201 2000-02-20 Dave Love <fx@gnu.org>
2202
2203 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
2204 check for t-mouse too.
2205
2206 * cus-start.el: Make echo-keystrokes `number'.
2207
2208 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2209
2210 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
2211 Don't call ring-empty-p unless tags-location-ring is bound.
2212 From Noah Friedman <friedman@splode.com>.
2213
2214 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
2215
2216 * progmodes/hideshow.el (hs-flag-region): No longer use
2217 `intangible' overlay property.
2218
2219 (hs-toggle-hiding): New command.
2220 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
2221
2222 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
2223 Fix omission bug: Run `hs-minor-mode-hook' for both activation
2224 and deactivation.
2225
2226 2000-02-18 Gerd Moellmann <gerd@gnu.org>
2227
2228 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
2229
2230 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2231
2232 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
2233
2234 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
2235 of `*' to handle `(* ... *)' comments.
2236
2237 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
2238
2239 * faces.el (list-faces-display): Use display-mouse-p instead of
2240 window-system.
2241
2242 * menu-bar.el (global-map): Menu-bar items converted to the new
2243 format (menu-item..., rearranged for better CUA compliance, and
2244 their names changed for better clarity. Help strings added.
2245
2246 * international/mule-cmds.el (mule-menu-keymap)
2247 (describe-language-environment-map, set-coding-system-map)
2248 (setup-language-environment-map): Convert to new (menu-item...
2249 form, add help strings. Change names of menu items for better
2250 clarity. "Mule" menu-bar item removed (it's now in the "Options"
2251 submenu).
2252
2253 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2254
2255 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
2256 within the code.
2257
2258 2000-02-16 Dave Love <fx@gnu.org>
2259
2260 * faces.el: Don't require custom. Add more specific :groups to
2261 various deffaces.
2262 (set-face-attribute): Purecopy args.
2263 (read-face-name): Default to name at point and use it in prompt.
2264 Remove colon from arg in all callers.
2265 (list-faces-display): Hyperlink to face descriptions and customize
2266 buffers.
2267
2268 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
2269
2270 * wid-edit.el (widget-match-inline): An atom never matches a
2271 list.
2272
2273 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2274
2275 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2276 at ':' characters by call to split-string.
2277
2278 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2279
2280 * textmodes/bibtex.el: Added RCS version identification.
2281
2282 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2283
2284 * textmodes/bibtex.el: Some temporary comments removed.
2285 (bibtex-field-name, bibtex-entry-type): Made the relationship
2286 explicit.
2287 (bibtex-field-const): Allow capital letters.
2288 (bibtex-start-of-string): Deleted because unused.
2289
2290 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2291 use the term 'reference' to describe a bibtex entry as a whole.
2292 Further, reference keys are no longer called 'labels'.
2293 (bibtex-keys): Renamed to bibtex-reference-keys.
2294 (bibtex-reformat-previous-labels): Renamed to
2295 bibtex-reformat-previous-reference-keys.
2296 (bibtex-reference-type): Renamed to bibtex-entry-type.
2297 (bibtex-reference-head): Renamed to bibtex-entry-head.
2298 (bibtex-reference-maybe-empty-head): Renamed to
2299 bibtex-entry-maybe-empty-head.
2300 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2301 (bibtex-search-reference): Renamed to bibtex-search-entry.
2302 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2303 bibtex-enclosing-entry-maybe-empty-head.
2304 (bibtex-entry-field-alist, bibtex-entry-head,
2305 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2306 bibtex-map-entries, bibtex-search-entry,
2307 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2308 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2309 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2310 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2311 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2312 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2313 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2314
2315 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2316
2317 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2318 comment.
2319 (bibtex-format-field-delimiters): New function, functionality
2320 extracted from bibtex-format-entry.
2321 (bibtex-autokey-get-yearfield-digits): New function, functionality
2322 extracted from bibtex-autokey-get-yearfield.
2323
2324 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2325 entries in order to avoid stack overflow in the regexp matcher if
2326 field contents become large.
2327 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2328 bibtex-field-string-part-not-braced,
2329 bibtex-field-string-part-no-inner-braces,
2330 bibtex-field-string-part-1-inner-brace,
2331 bibtex-field-string-part-2-inner-braces,
2332 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2333 bibtex-field-string-quoted, bibtex-field-string,
2334 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2335 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2336 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2337 as parsing is now performed by the following functions.
2338 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2339 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2340 bibtex-parse-field-string, bibtex-search-forward-field-string,
2341 bibtex-parse-association, bibtex-field-name-for-parsing,
2342 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2343 bibtex-search-forward-field, bibtex-search-backward-field,
2344 bibtex-start-of-field, bibtex-end-of-field,
2345 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2346 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2347 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2348 bibtex-parse-string, bibtex-search-forward-string,
2349 bibtex-search-backward-string, bibtex-start-of-string,
2350 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2351 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2352 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2353 entries. Instead of reporting the results of the parsing by
2354 match-beginning or match-end, these functions return data structures
2355 that hold the corresponding positions.
2356 (bibtex-enclosing-field): Changed to also report field boundaries by
2357 return values rather than by match-beginning or match-end. The
2358 following functions have been adapted to use the new parsing
2359 functions.
2360 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2361 bibtex-enclosing-field, bibtex-format-entry,
2362 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2363 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2364 bibtex-print-help-message, bibtex-end-of-entry,
2365 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2366 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2367 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2368 method for parsing.
2369 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2370 bibtex-map-entries, bibtex-flash-head,
2371 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2372 bibtex-autokey-change, bibtex-autokey-get-namefield,
2373 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2374 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2375 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2376 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2377 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2378 order to make the new binding of case-fold-search immediately
2379 visible.
2380
2381 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2382
2383 * textmodes/bibtex.el: Copyright notice is up to date.
2384 Added constant 'bibtex-maintainer-salutation.
2385
2386 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2387 than make-temp-name, use match-string-no-properties and eliminate
2388 a quadratic behavior when building bibtex-strings.
2389
2390 * bibtex.el (bibtex-reference-key): Accept string entries whose
2391 reference key contains upper case letters.
2392
2393 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2394
2395 * bibtex.el (bibtex-reference-head): Allow entries to start with
2396 a new line.
2397
2398 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2399
2400 * bibtex.el: Hiding of entry bodies is not longer provided by
2401 bibtex.el directly. Instead the hideshow package can be used.
2402 Added a special bibtex entry to hs-special-modes-alist.
2403 (bibtex-hs-forward-sexp): Added for hideshow.el.
2404
2405 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2406
2407 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2408 at ':' characters by call to split-string.
2409
2410 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2411
2412 * textmodes/bibtex.el: Added RCS version identification.
2413
2414 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2415
2416 * textmodes/bibtex.el: Some temporary comments removed.
2417 (bibtex-field-name, bibtex-entry-type): Made the relationship
2418 explicit.
2419 (bibtex-field-const): Allow capital letters.
2420 (bibtex-start-of-string): Deleted because unused.
2421
2422 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2423 use the term 'reference' to describe a bibtex entry as a whole.
2424 Further, reference keys are no longer called 'labels'.
2425 (bibtex-keys): Renamed to bibtex-reference-keys.
2426 (bibtex-reformat-previous-labels): Renamed to
2427 bibtex-reformat-previous-reference-keys.
2428 (bibtex-reference-type): Renamed to bibtex-entry-type.
2429 (bibtex-reference-head): Renamed to bibtex-entry-head.
2430 (bibtex-reference-maybe-empty-head): Renamed to
2431 bibtex-entry-maybe-empty-head.
2432 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2433 (bibtex-search-reference): Renamed to bibtex-search-entry.
2434 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2435 bibtex-enclosing-entry-maybe-empty-head.
2436 (bibtex-entry-field-alist, bibtex-entry-head,
2437 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2438 bibtex-map-entries, bibtex-search-entry,
2439 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2440 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2441 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2442 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2443 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2444 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2445 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2446
2447 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2448
2449 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2450 comment.
2451 (bibtex-format-field-delimiters): New function, functionality
2452 extracted from bibtex-format-entry.
2453 (bibtex-autokey-get-yearfield-digits): New function, functionality
2454 extracted from bibtex-autokey-get-yearfield.
2455
2456 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2457 entries in order to avoid stack overflow in the regexp matcher if
2458 field contents become large.
2459 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2460 bibtex-field-string-part-not-braced,
2461 bibtex-field-string-part-no-inner-braces,
2462 bibtex-field-string-part-1-inner-brace,
2463 bibtex-field-string-part-2-inner-braces,
2464 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2465 bibtex-field-string-quoted, bibtex-field-string,
2466 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2467 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2468 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2469 as parsing is now performed by the following functions.
2470 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2471 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2472 bibtex-parse-field-string, bibtex-search-forward-field-string,
2473 bibtex-parse-association, bibtex-field-name-for-parsing,
2474 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2475 bibtex-search-forward-field, bibtex-search-backward-field,
2476 bibtex-start-of-field, bibtex-end-of-field,
2477 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2478 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2479 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2480 bibtex-parse-string, bibtex-search-forward-string,
2481 bibtex-search-backward-string, bibtex-start-of-string,
2482 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2483 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2484 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2485 entries. Instead of reporting the results of the parsing by
2486 match-beginning or match-end, these functions return data structures
2487 that hold the corresponding positions.
2488 (bibtex-enclosing-field): Changed to also report field boundaries by
2489 return values rather than by match-beginning or match-end. The
2490 following functions have been adapted to use the new parsing
2491 functions.
2492 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2493 bibtex-enclosing-field, bibtex-format-entry,
2494 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2495 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2496 bibtex-print-help-message, bibtex-end-of-entry,
2497 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2498 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2499 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2500 method for parsing.
2501 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2502 bibtex-map-entries, bibtex-flash-head,
2503 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2504 bibtex-autokey-change, bibtex-autokey-get-namefield,
2505 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2506 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2507 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2508 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2509 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2510 order to make the new binding of case-fold-search immediately
2511 visible.
2512
2513 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2514
2515 * textmodes/bibtex.el: Copyright notice is up to date.
2516 Added constant 'bibtex-maintainer-salutation.
2517
2518 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2519 than make-temp-name, use match-string-no-properties and eliminate
2520 a quadratic behavior when building bibtex-strings.
2521
2522 * bibtex.el (bibtex-reference-key): Accept string entries whose
2523 reference key contains upper case letters.
2524
2525 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2526
2527 * bibtex.el (bibtex-reference-head): Allow entries to start with
2528 a new line.
2529
2530 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2531
2532 * bibtex.el: Hiding of entry bodies is not longer provided by
2533 bibtex.el directly. Instead the hideshow package can be used.
2534 Added a special bibtex entry to hs-special-modes-alist.
2535 (bibtex-hs-forward-sexp): Added for hideshow.el.
2536
2537 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2538
2539 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
2540 proceedings entry type (for cross referencing). Thanks to Wagner
2541 Toledo Correa for the suggestion.
2542
2543 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
2544
2545 2000-02-14 Kenichi Handa <handa@etl.go.jp>
2546
2547 * international/characters.el: Setup case table for Vietnamese.
2548
2549 2000-02-12 Gerd Moellmann <gerd@gnu.org>
2550
2551 * uniquify.el (toplevel): Require CL at compile time.
2552 (uniquify-push): Removed.
2553
2554 * shadowfile.el (shadow-when): Removed.
2555
2556 * tempo.el (tempo-dolist, tempo-mapc): Removed.
2557 (tempo-process-and-insert-string): Use dolist instead of
2558 tempo-dolist.
2559
2560 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
2561 regexp for paragraph-start.
2562
2563 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
2564 commas as well.
2565
2566 2000-02-10 Dave Love <fx@gnu.org>
2567
2568 * wid-edit.el: (widgets) [defgroup]: Remove url link.
2569 (widget-color-choice-list, widget-color-history, widget-mouse-help):
2570 Deleted.
2571 (widget-specify-field, widget-specify-button): Don't use
2572 widget-mouse-help as help-echo property.
2573 (default): Use #'ignore for :validate and :mouse-down-action.
2574 (checkbox): Add help-echo.
2575 (widget-sexp-validate): Rewritten to clarify error messages.
2576 (character): Use char-valid-p in :match function.
2577 (widget-color-complete): Use facemenu-color-alist.
2578 (widget-color-action): Use facemenu-read-color.
2579
2580 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
2581 set up `caar' &c that we now have.
2582
2583 2000-02-09 Ray Blaak <blaak@gnu.org>
2584
2585 * delphi.el: Make resourcestring a declaration region, like const
2586 and var.
2587
2588 2000-02-09 Dave Love <fx@gnu.org>
2589
2590 * bindings.el (mode-line-input-method-map): New variable.
2591 (mode-line-mule-info): Use it; fix last change.
2592 (mode-line-mode-menu): Move definition.
2593 (mode-line-mouse-sensitive-p): Deleted.
2594 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
2595 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
2596 level.
2597
2598 * startup.el (command-line-1): Don't call
2599 make-mode-line-mouse-sensitive.
2600
2601 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2602
2603 * mail/rmail.el (rmail-retry-failure): Use
2604 rmail-beginning-of-message before rmail-toggle-header, because the
2605 former toggles headers.
2606
2607 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
2608
2609 * diff-mode.el (diff-kill-junk): New interactive function.
2610 (diff-reverse-direction): Use delete-and-extract-region.
2611 (diff-post-command-hook): Restrict the area so that the hook also works
2612 outside of any diff hunk. This is necessary for the minor-mode.
2613 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
2614 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
2615
2616 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
2617 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
2618 so that it can be used more easily in <foo>-mode-hook. Also make sure
2619 to avoid duplicate entries.
2620 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
2621 (font-lock-remove-keywords): Just as was done for `add', allow it to
2622 work even if font-lock-mode is nil. Also make sure we don't modify
2623 any pre-existing list by forcing a copy-sequence. Finally rename
2624 `major-mode' to `mode'.
2625 (font-lock-fontify-syntactic-anchored-keywords)
2626 (font-lock-fontify-anchored-keywords)
2627 (font-lock-fontify-keywords-region): Use line-end-position.
2628 Don't make `font-lock-multiline' local (it's now done in
2629 font-lock-set-defaults).
2630 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
2631 move the `font-lock-fontified' creation to inside the `unless'.
2632
2633 2000-02-06 Andrew Innes <andrewi@gnu.org>
2634
2635 * term/w32-win.el (x-handle-args): Comment out call to message,
2636 which occurs before window system is initialized.
2637
2638 * makefile.nt: Add support for recompiling lisp code.
2639
2640 2000-02-04 Dave Love <fx@gnu.org>
2641
2642 * bindings.el (mode-line-mule-info): Fix/extend last change.
2643
2644 * completion.el: Replace completion-dolist with dolist.
2645
2646 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
2647 dotimes.
2648
2649 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
2650
2651 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
2652 environment names before they go into the section regexp.
2653
2654 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
2655 char class in regexp.
2656
2657 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
2658 `case-fold-search' to nil.
2659
2660 * progmodes/idlwave.el (idlwave-template): Respect
2661 `idlwave-abbrev-change-case'.
2662 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
2663 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
2664 idlwave-while): respect `idlwave-reserved-word-upcase'.
2665 (idlwave-rw-case): New function.
2666 (idlwave-statement-match): Fixed problem with assignment regexp.
2667 (idlwave-font-lock-keywords): Improved regexp for keyword
2668 parameters.
2669 (idlwave-surround): New argument LENGTH to support padding of
2670 operators longer than 1 char.
2671
2672 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
2673 idlwave-shell-expression-overlay. Implemented printing of
2674 expressions on higher levels of the calling stack.
2675 (idlwave-shell-display-level-in-calling-stack): Restore stack
2676 level.
2677 (idlwave-retrieve-expression-from-level): New function.
2678 (idlwave-shell-last-calling-stack): Variable removed.
2679 (idlwave-shell-reset): Argument action reversed (`visible' to
2680 `hidden'). Also remove stop-line overlay.
2681 (idlwave-shell-calling-stack-routine): New variable.
2682 (idlwave-shell-parse-stack-and-display): Messages now display
2683 negative level numbers.
2684 (idlwave-shell-mode): Set `modeline-format'.
2685 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
2686 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
2687 21.
2688 (idlwave-shell-print-expression-function): New option.
2689
2690 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
2691 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
2692 `tool-bar' instead of `toolbar'.
2693
2694 2000-02-02 Dave Love <fx@gnu.org>
2695
2696 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
2697 emacs-lisp-mode-hook. Don't check for defalias being defined.
2698
2699 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2700 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
2701 the new builtins directly.
2702
2703 * whitespace.el (whitespace): Add :version to defgroup.
2704
2705 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
2706 Doc fix.
2707
2708 * thingatpt.el (sexp-at-point, symbol-at-point)
2709 (number-at-point, list-at-point): Add autoload cookie.
2710
2711 * recentf.el (recentf): Add :version to defgroup.
2712
2713 * quickurl.el (quickurl): Add :version to defgroup.
2714
2715 * elide-head.el (elide-head): Use point-marker more.
2716
2717 * bs.el (bs): Add :version to defgroup.
2718
2719 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
2720
2721 * progmodes/delphi.el (delphi): Add :version to defgroup.
2722
2723 2000-02-02 Gerd Moellmann <gerd@gnu.org>
2724
2725 * ange-ftp.el (ange-ftp-write-region): Handle case that
2726 succeeding process operation sets a different coding system.
2727
2728 * calculator.el: New file.
2729
2730 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2731
2732 * frame.el (frames-on-display-list, framep-on-display): New
2733 functions.
2734 (display-mouse-p, display-popup-menus-p, display-graphic-p)
2735 (display-selections-p, display-screens, display-pixel-width)
2736 (display-pixel-height, display-mm-width, display-mm-height)
2737 (display-backing-store, display-save-under, display-planes)
2738 (display-color-cells, display-visual-class): New functions.
2739
2740 * term/tty-colors.el (tty-color-gray-shades): New function.
2741
2742 * faces.el (display-color-p): Use framep-on-display.
2743 (display-grayscale-p): New function.
2744
2745 2000-01-31 Dave Love <fx@gnu.org>
2746
2747 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
2748 (create-fontset-from-x-resource): Don't concat integers.
2749
2750 2000-01-31 Inge Frick <inge@nada.kth.se>
2751
2752 * view.el: Some changes in documentation. Removed some trailing
2753 whitespace. Changed some parameter names to agree with
2754 documentation.
2755 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
2756 window is not deleted. Modifies change 1998-04-26.
2757
2758 2000-01-31 Gerd Moellmann <gerd@gnu.org>
2759
2760 * windmove.el: New file.
2761
2762 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2763 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2764 progmodes/ebnf-yac.el: Update copyright and license info.
2765
2766 * jit-lock.el (jit-lock-function): Widen before calculating end
2767 position.
2768 (jit-lock-stealth-chunk-start): Rewritten.
2769
2770 * info.el (Info-title-face-alist): Removed.
2771 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
2772 faces.
2773 (Info-fontify-node): Use these faces.
2774
2775 2000-01-30 Gerd Moellmann <gerd@gnu.org>
2776
2777 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
2778 (cl-macro-list1): Recognize `&allow-other-keys' instead of
2779 `&allow-other-keywords'.
2780
2781 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
2782 the list of directories scanned heuristically.
2783
2784 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
2785 exist.
2786
2787 2000-01-30 Jason Rumney <jasonr@gnu.org>
2788
2789 * w32-fns.el: Define w32-tty-standard-colors.
2790
2791 * startup.el (command-line): Use w32-tty-standard-colors when in
2792 w32 console mode.
2793
2794 2000-01-30 Dave Love <fx@gnu.org>
2795
2796 * jka-compr.el (jka-compr-load): Fix up load-history.
2797
2798 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
2799
2800 * emacs-lisp/cl-macs.el: Revert previous change.
2801
2802 2000-01-29 Dave Love <fx@gnu.org>
2803
2804 * facemenu.el: Purecopy various strings.
2805
2806 * timezone.el (timezone-fix-time): Window against 69 for two-digit
2807 years. Deal with three-digit years.
2808
2809 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
2810 defconst, purecopy.
2811 (help-back-label): Purecopy it.
2812
2813 2000-01-18 Gerd Moellmann <gerd@gnu.org>
2814
2815 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
2816 variable. If non-nil, order the buffer list according to the
2817 currently selected frame.
2818 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
2819 non-nil, pass the selected frame to function buffer-list.
2820
2821 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2822
2823 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
2824
2825 2000-01-28 Dave Love <fx@gnu.org>
2826
2827 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
2828
2829 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
2830 Don't use lisp-indent-hook property.
2831 (cl-abs): Remove.
2832
2833 * subr.el: Move out indent and edebug specs for when and unless.
2834
2835 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
2836 when, unless.
2837
2838 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
2839 unless, when.
2840
2841 2000-01-28 Gerd Moellmann <gerd@gnu.org>
2842
2843 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
2844 `collecting' as synonym for `collect'.
2845
2846 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
2847 for the case it contains spaces.
2848
2849 * simple.el (what-cursor-position): Change formatting of
2850 messages.
2851
2852 * frame.el (delete-other-frames): New function.
2853 (toplevel): Bind it to C-x 5 1.
2854
2855 * sort.el (sort-numeric-base): New option.
2856 (sort-numeric-fields): If number starts with `0' or `0[xX[',
2857 interpret it as octal or hexadecimal. Use sort-numeric-base
2858 as default base.
2859
2860 * progmodes/glasses.el: New file.
2861
2862 2000-01-27 Gerd Moellmann <gerd@gnu.org>
2863
2864 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
2865 userids differently.
2866
2867 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2868 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2869 progmodes/ebnf-yac.el: New files.
2870
2871 2000-01-26 Dave Love <fx@gnu.org>
2872
2873 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
2874 on a function with an empty body. [From Eric Ludlam.]
2875
2876 2000-01-25 Andre Spiegel <spiegel@gnu.org>
2877
2878 * vc.el (vc-version-diff): Make sure file name is expanded.
2879
2880 2000-01-25 Gerd Moellmann <gerd@gnu.org>
2881
2882 * scroll-bar.el (scroll-bar-timer): Variable removed.
2883 (scroll-bar-toolkit-scroll): Don't use a timer.
2884
2885 2000-01-25 Kenichi Handa <handa@etl.go.jp>
2886
2887 * language/thai-util.el (thai-composition-function): Delete
2888 superfluous `a'.
2889
2890 2000-01-24 Dave Love <fx@gnu.org>
2891
2892 * fortran.el (fortran-mode): Use beginning-of-defun-function,
2893 end-of-defun-function.
2894
2895 * font-lock.el (turn-on-font-lock): Don't depend on window-system
2896 &c.
2897
2898 2000-01-22 Jason Rumney <jasonr@gnu.org>
2899
2900 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
2901 conflicts with new face support.
2902
2903 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2904
2905 * replace.el (query-replace): Rename last arg to DELIMITED.
2906 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
2907 (query-replace-regexp): Likewise.
2908
2909 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2910
2911 * subr.el (with-syntax-table): Use make-symbol, not gensym.
2912
2913 * emacs-lisp/lisp.el (beginning-of-defun-function):
2914 Variable renamed from beginning-of-defun.
2915 Do not call make-variable-buffer-local.
2916 (beginning-of-defun-raw): Use new variable name; doc fix.
2917 (beginning-of-defun): Doc fix.
2918 (end-of-defun-function): Variable renamed from end-of-defun.
2919 Do not call make-variable-buffer-local.
2920 (end-of-defun): Use new variable name; doc fix.
2921
2922 * subr.el (dolist, dotimes): Copied from cl-macs.el
2923 and made to work.
2924
2925 * mail/undigest.el (rmail-digest-end-regexps):
2926 Variable replaces rmail-digest-end-regexp.
2927 Allows multiple regexps for detecting the end line.
2928 (undigestify-rmail-message): Corresponding changes.
2929
2930 2000-01-19 Dave Love <fx@gnu.org>
2931
2932 * files.el (user-init-file): Don't declare here -- is primitive.
2933
2934 * startup.el (command-line): Check for compiled user-init-file and
2935 set to uncompiled version if necessary.
2936
2937 2000-01-18 Gerd Moellmann <gerd@gnu.org>
2938
2939 * mail/undigest.el (rmail-digest-end-regexp): New user option.
2940 (undigestify-rmail-message): Use it.
2941
2942 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
2943
2944 2000-01-17 Gerd Moellmann <gerd@gnu.org>
2945
2946 * tmm.el (tmm-goto-completions): Adapt to prompt being part
2947 of mini-buffer.
2948
2949 2000-01-14 Gerd Moellmann <gerd@gnu.org>
2950
2951 * emacs-lisp/copyright.el (copyright-update): Removed the
2952 requirement for a trailing space from `copyright-regexp', to
2953 support copyrights with owner specified on a separate line..
2954
2955 * align.el: New file.
2956
2957 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
2958
2959 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
2960
2961 2000-01-13 Dave Love <fx@gnu.org>
2962
2963 * ph.el: Removed. (Obsoleted by EUDC.)
2964
2965 2000-01-13 Gerd Moellmann <gerd@gnu.org>
2966
2967 * net/eudc.el (toplevel): Remove autoloaded code installing
2968 menu with easymenu, because that causes build problems.
2969
2970 * frame.el (frame-notice-user-settings): New variable.
2971 (frame-notice-user-settings): Don't modify frame parameters
2972 if called a second time.
2973
2974 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2975
2976 * frame.el (frame-notice-user-settings):
2977 Notice default-frame-parameters even for non-window frames.
2978
2979 2000-01-13 Gerd Moellmann <gerd@gnu.org>
2980
2981 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
2982 for Emacs.
2983 (eudc-bob-can-display-inline-images): Extend for Emacs.
2984 (eudc-bob-toggle-inline-display): Ditto.
2985 (eudc-bob-display-jpeg): Ditto.
2986
2987 2000-01-12 Gerd Moellmann <gerd@gnu.org>
2988
2989 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
2990 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
2991 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
2992
2993 * add-log.el (add-change-log-entry): Fix error trying an `(insert
2994 nil)'.
2995
2996 * subdirs.el: Add `net' directory.
2997
2998 * net: New directory.
2999
3000 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
3001 eval-last-sexp. Don't bind debug-on-error here.
3002 (eval-last-sexp): New function. Bind debug-on-error if
3003 eval-expression-debug-on-error is non-nil.
3004 (eval-defun-2, eval-defun): Likewise.
3005
3006 * simple.el (eval-expression): Don't bind debug-on-error if
3007 eval-expression-debug-on-error is nil. Detect changed
3008 debug-on-error, and propagate new value to global binding, if
3009 eval-expression-debug-on-error is non-nil,
3010 (eval-expression-debug-on-error): Change doc string.
3011
3012 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3013
3014 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
3015
3016 * emacs-lisp/lisp-mode.el (with-syntax-table):
3017 Set up lisp-indent-function property.
3018
3019 * subr.el (with-syntax-table): Moved from simple.el.
3020
3021 * simple.el (with-syntax-table): Moved to subr.el.
3022
3023 2000-01-11 Gerd Moellmann <gerd@gnu.org>
3024
3025 * tmm.el (tmm-shortcut): Delete region after prompt instead
3026 of erasing buffer.
3027
3028 * textmodes/fill.el (fill-common-string-prefix): New function.
3029 (fill-context-prefix): Use the longest common prefix of first
3030 and second line fill prefix, if there is one.
3031
3032 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3033
3034 * array.el (array-mode): Don't use make-variable-buffer-local.
3035 Use make-local-variable for `truncate-lines'.
3036
3037 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
3038
3039 * add-log.el (add-log-current-defun): Handle user-defined
3040 add-log-current-function returning nil,
3041
3042 * add-log.el (add-change-log-entry): Insert version number
3043 if having found a current function
3044
3045 * add-log.el (add-log-current-defun): Call
3046 `add-log-current-defun-function'. Try matches at level 0 and
3047 level 1. Strip whitespace from defun found.
3048
3049 2000-01-10 John Wiegley <johnw@gnu.org>
3050
3051 * allout.el (isearch-done/outline-provisions): Added `edit'
3052 argument to correspond with the current definition of
3053 `isearch-done'.
3054
3055 2000-01-10 Dave Love <fx@gnu.org>
3056
3057 * elide-head.el (elide-head): Use point-marker, not point.
3058
3059 2000-01-10 Gerd Moellmann <gerd@gnu.org>
3060
3061 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
3062 before and after the year 2000.
3063
3064 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
3065 Add ispell- prefix.
3066
3067 2000-01-10 Ken Stevens <k.stevens@ieee.org>
3068
3069 * ispell.el: Only define dictionaries in menus when they exist.
3070 (version18p): New variable.
3071 (version20p): New variable.
3072 (xemacsp): New variable.
3073 (ispell-choices-win-default-height): Fix for XEmacs visibility.
3074 (ispell-dictionary-alist1): Added Brasileiro dictionary.
3075 (ispell-dictionary-alist6): Russian command lines no longer accept
3076 run-together words.
3077 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
3078 (ispell-dictionary-alist): Add koi8-r to customize definition.
3079 (check-ispell-version): Added documentation string. Returns
3080 library path when called non-interactively.
3081 (ispell-menu-map-needed): Uses new variables.
3082 (ispell-library-path): New variable.
3083 (ispell-decode-string): XEmacs fix for bogus variable bindings.
3084 (ispell-word): Improved documentation string. Test for valid
3085 character mappings. Correctly check typed in word changes that can
3086 result in single words split into multiple words. Returns
3087 replacement word.
3088 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
3089 replace in recursive query replace mode. Help message for
3090 recursive edit mode.
3091 (ispell-show-choices): Protect against bad framepop bindings.
3092 (ispell-help): Fix to work with XEmacs.
3093 (ispell-highlight-spelling-error): Use new variables.
3094 (ispell-overlay-window): Fix to work with XEmacs.
3095 (ispell-parse-output): Passed and returns location information
3096 tracking spelling corrections. Doesn't recheck same word on
3097 current line.
3098 (ispell-init-process): Protect against bogus XEmacs variable binding.
3099 Fix call to single argument in sleep-for. Use new variables.
3100 (ispell-region): Passed and returns location information tracking
3101 spelling corrections. Doesn't check same word on current line.
3102 Improved documentation string. Doesn't resend a line already
3103 checked to the ispell process - fixes bug in LaTeX parsing.
3104 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
3105 (ispell-skip-region): No longer skips <TT> in SGML.
3106 (ispell-process-line): Tracks location information with spelling
3107 corrections. Added documentation string. Accounts for words
3108 already accepted on this line. Don't allow query-replace on line
3109 starting with math characters. Doesn't resend a line already sent
3110 to ispell process. Fixes alignment error bug.
3111
3112 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3113
3114 * dired-x.el (dired-guess-shell-alist-default):
3115 Suggest xloadimage, which is free, not xv, which isn't.
3116
3117 * ange-ftp.el (ange-ftp-file-name-nondirectory):
3118 Don't ever include the host name or user name in the value.
3119
3120 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3121
3122 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
3123 of a real newline.
3124
3125 2000-01-09 Stephen Eglen <stephen@gnu.org>
3126
3127 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
3128 for .png files.
3129
3130 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
3131
3132 * cus-edit.el (custom-hook-convert-widget): Fix comment.
3133
3134 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3135
3136 * progmodes/cperl-mode.el: Replace ^F with ^L.
3137
3138 * sendmail.el (toplevel): Provide `sendmail' when compiling
3139 before `require'ing rmail and mailalias to prevent infinite
3140 recursion.
3141
3142 2000-01-08 Dave Love <fx@gnu.org>
3143
3144 * emacs-lisp/backquote.el: Remove inappropriate customization
3145 (allowing custom.el to use backquote).
3146
3147 2000-01-07 Dave Love <fx@gnu.org>
3148
3149 * add-log.el (add-log-debugging): Deleted.
3150 (add-change-log-entry): Treat a backup FILE-NAME as its parent
3151 file. Remove debugging code.
3152 (change-log-get-method-definition, change-log-name): Add doc.
3153 (change-log-sortable-date-at): New function.
3154 (change-log-merge): New command.
3155
3156 * time.el (display-time-string-forms): Make the Mail string active.
3157 (display-time-update): Provide help-echo for load average.
3158
3159 * bindings.el (make-mode-line-mouse2-map): New function.
3160 (mode-line-modified): Use it and simplify.
3161 (mode-line-mule-info): Provide help-echo info.
3162 (minor-mode-alist): Activate the strings.
3163 (make-mode-line-mouse-sensitive): Simplify for
3164 mode-line-buffer-identification.
3165
3166 2000-01-07 Gerd Moellmann <gerd@gnu.org>
3167
3168 * play/pong.el: New file.
3169
3170 2000-01-06 Dave Love <fx@gnu.org>
3171
3172 * array.el: Assorted cleanups for compiler warnings, doc strings,
3173 `array-' prefix for symbols.
3174
3175 2000-01-05 Dave Love <fx@gnu.org>
3176
3177 * textmodes/outline.el (outline-mode-menu-bar-map): Add
3178 outline-headers-as-kill.
3179 (outline-mode): Define imenu-generic-expression.
3180 (outline-headers-as-kill): New command.
3181
3182 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
3183 from paragraph-start.
3184 (paragraph-indent-minor-mode): New command.
3185
3186 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
3187 M-C-e, M-C-h, C-j, C-xnd, TAB.
3188 (fortran-mode): Set beginning-of-defun, end-of-defun.
3189 (fortran-column-ruler): Simplify.
3190 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
3191 (fortran-with-subprogram-narrowing): Likewise.
3192 (fortran-indent-subprogram): Call mark-defun.
3193 (fortran-check-for-matching-do): Change narrowing.
3194
3195 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
3196 (cl-lucid-hash-tag): Delete.
3197 (cl-hash-table-p): Correct test for native table.
3198 (cl-hash-table-count): Use hash-table-count.
3199
3200 * browse-url.el (browse-url): Fix case of
3201 browse-url-browser-function being an alist.
3202
3203 2000-01-05 Carsten Dominik <cd@gnu.org>
3204
3205 * textmodes/reftex-vars.el (reftex-parse-file-extension)
3206 (reftex-index-phrase-file-extension): New options.
3207
3208 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
3209 Use new option `reftex-index-phrase-file-extension'.
3210
3211 * textmodes/reftex.el (reftex-access-parse-file): Use new option
3212 `reftex-parse-file-extension'.
3213
3214 2000-01-05 Dave Love <fx@gnu.org>
3215
3216 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
3217 (beginning-of-defun-raw): Use it.
3218 (end-of-defun): New variable.
3219 (end-of-defun): Use it.
3220 (check-parens): New command.
3221
3222 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3223
3224 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
3225 (hs-show-block): Don't use `mapcar' when not accumulating.
3226
3227 Fix buglet in local variables initialization.
3228
3229 2000-01-05 Andreas Schwab <schwab@suse.de>
3230
3231 * hscroll.el (hscroll): Doc fix.
3232
3233 2000-01-05 Carsten Dominik <cd@gnu.org>
3234
3235 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
3236 idlw-toolbar.
3237
3238 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
3239 file idlw-rinfo.el.
3240 (idlwave-customize): load must read file idlw-shell.el.
3241 (idlwave-create-customize-menu): load must read file idlw-shell.el.
3242
3243 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
3244
3245 * progmodes/idlw-shell.el: Also provide idlwave-shell
3246 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
3247 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
3248
3249 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
3250 both reftex-dcr and reftex-vcr.
3251
3252 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
3253
3254 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3255
3256 * ps-print.el: PostScript code now is in separate files, doc fix.
3257 (ps-print-version): New version number (5.0.3).
3258 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
3259 local.
3260 (ps-spool-config): Initialization fix.
3261 (ps-print-prologue-1, ps-print-prologue-2)
3262 (ps-print-duplex-feature): PostScript code moved to separated file.
3263 (ps-background-image): Little code reformating.
3264 (ps-begin-file, ps-begin-job): Fix code.
3265 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
3266 (ps-prologue-file): New fun.
3267
3268 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3269
3270 * ps-vars.el: Eliminated.
3271
3272 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
3273 `;;;###autoload'.
3274
3275 * ps-print.el: ps-vars eliminated, doc fix.
3276 (ps-print-version): New version number (5.0.2).
3277 (ps-spool-config): Initialization fix.
3278 (ps-print-customize): New fun.
3279
3280 2000-01-04 Gerd Moellmann <gerd@gnu.org>
3281
3282 * autorevert.el (auto-revert-mode): Return value of
3283 auto-revert-mode.
3284
3285 2000-01-04 Dave Love <fx@gnu.org>
3286
3287 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
3288 menu items.
3289
3290 2000-01-03 Dave Love <fx@gnu.org>
3291
3292 * elide-head.el (elide-head) [defgroup]: Add :version.
3293
3294 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
3295 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
3296 `cl-hash-table-p', not `hash-table-p'.
3297 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
3298
3299 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3300
3301 * faces.el (face-read-integer, read-face-attribute)
3302 (color-defined-p, color-values): unspecified-{f,b}g are now
3303 strings.
3304
3305 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
3306
3307 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
3308 at comment end, and re-insert them after filling.
3309
3310 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3311
3312 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
3313 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
3314 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
3315
3316 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3317
3318 * term/x-win.el (xw-defined-colors): Call color-supported-p,
3319 the new name of face-color-supported-p.
3320
3321 * term/w32-win.el (xw-defined-colors): Likewise.
3322
3323 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3324
3325 * simple.el (completion-setup-function): Count completion-size
3326 from minibuffer-prompt-end, not from point-min.
3327
3328 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3329
3330 * faces.el (read-face-attribute, defined-colors, color-defined-p):
3331 Pass the frame to tty-color-* functions.
3332 (display-color-p, frame-set-background-mode): Pass the frame to
3333 tty-display-color-p.
3334
3335 * term/tty-colors.el (tty-defined-color-alist): Renamed from
3336 tty-color-alist.
3337 (tty-color-alist, tty-modify-color-alist): New functions.
3338 (tty-color-define, tty-color-clear, tty-color-approximate)
3339 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
3340 an optional parameter FRAME.
3341
3342 2000-01-01 Gerd Moellmann <gerd@gnu.org>
3343
3344 * image.el (create-image, defimage): Don't assume image data is a
3345 string.
3346
3347 * image.el (defimage): Handle specifications containing :data
3348 instead of :file.
3349 (image-type-from-data): New function.
3350 (image-type-from-file-header): Use it.
3351 (create-image): Add parameter DATA-P.
3352
3353 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3354
3355 * echistory.el (electric-command-history): Call Command-history-setup
3356 and command-history-mode using their new conventions.
3357
3358 * chistory.el (Command-history-setup): Don't switch buffers. Take
3359 no args, and do not set major-mode, mode-name or the local map.
3360 (command-history-mode): New function, does some of those things
3361 Command-history-setup used to do.
3362 (list-command-history): Call command-history-mode, not
3363 Command-history-setup.
3364 (command-history): Renamed from command-history-mode.
3365
3366 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3367
3368 * arc-mode.el (archive-mode-map): Bind q to quit-window.
3369
3370 1999-12-31 William M. Perry <wmperry@aventail.com>
3371
3372 * image.el (defimage): Images with the `:data' keyword should be
3373 considered valid as well.
3374
3375 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3376
3377 * dired.el (dired-get-filename): Don't call file-name-absolute-p
3378 with FILE if FILE is nil.
3379
3380 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3381
3382 * simple.el (choose-completion-string): In minibuffer,
3383 do not delete the prompt string.
3384
3385 1999-12-30 Gerd Moellmann <gerd@gnu.org>
3386
3387 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
3388 assigned to mode-line-mode-menu because bindings.el is dumped with
3389 Emacs, and thus the lists used for menu-item definition will be
3390 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
3391 like pure menu item definitions.
3392
3393 * expand.el (expand-abbrev-hook): Return t if expansion was
3394 done, nil otherwise.
3395
3396 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3397
3398 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
3399 (tar-quit): Function deleted.
3400
3401 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3402
3403 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
3404 was used but not declared.
3405
3406 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
3407 hs-find-block-beginning): Add or modify docstrings.
3408
3409 (hs-isearch-show): Rewrite.
3410
3411 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3412
3413 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
3414
3415 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
3416 space in front of a C-style comment end.
3417
3418 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
3419
3420 * startup.el (command-line-1): Make mode line mouse-sensitive for
3421 the MS-DOS version as well.
3422
3423 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3424
3425 * bs.el: New file.
3426
3427 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3428
3429 * textmodes/ispell.el (ispell-process-line):
3430 Add local var line-offset to adjust for the change
3431 in positions within the line, due to previous replacements.
3432
3433 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3434
3435 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3436 Doc fixes.
3437
3438 1999-12-27 Gerd Moellmann <gerd@gnu.org>
3439
3440 * add-log.el (change-log-version-number-regexp-list)
3441 (change-log-version-info-enabled): Change :version to 21.1.
3442 (toplevel): Require CL when compiling.
3443
3444 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3445
3446 * add-log.el (change-log-version-number-regexp-list): Added tag
3447 :version 20.6
3448 (change-log-version-info-enabled): Added tag :version 20.6
3449
3450 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3451
3452 * add-log.el: More general version number search with
3453 user-configurable regexp list.
3454 (change-log-version-number-regexp-list): New user variable.
3455 (change-log-find-version): Rewritten. Use user-configurable
3456 version numbering regexp list
3457 change-log-version-number-regexp-list.
3458 (change-log-find-version): Renamed to
3459 change-log-version-number-search
3460 (add-log-file-name-function): New.
3461 (change-log-search-vc-number): Added END paramaeter. Added doc
3462 string to function.
3463 (change-log-version-rcs): Renamed. Was
3464 change-log-search-vc-number.
3465
3466 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3467
3468 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
3469 overlays if they interfere.
3470 (compilation-find-file): Make intangible overlays tangible.
3471
3472 * progmodes/hideshow.el: Generally, synch w/ maintainer
3473 version 5.9.
3474
3475 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
3476
3477 (hs-minor-mode-hook): Don't initialize.
3478
3479 (hs-special-modes-alist): Rewrite value and docstring.
3480
3481 (hs-minor-mode-prefix): Delete unused var.
3482
3483 (hs-block-start-mdata-select): New var, buffer local.
3484
3485 (hs-headline): New var.
3486
3487 (hs-match-data, hs-forward-sexp): New funcs.
3488
3489 (hs-hide-comment-region): New func.
3490
3491 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
3492 hs-safety-is-job-n, hs-hide-initial-comment-block,
3493 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
3494 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
3495 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
3496 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
3497 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
3498
3499 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
3500 (hs-isearch-show-temporary): New funcs.
3501
3502 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
3503
3504 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
3505
3506 When constructing menu, use `[(shift button2)]' notation.
3507
3508 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3509
3510 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
3511 (jka-compr-compression-info-list): Add new elt to each vector.
3512 (jka-compr-write-region): Don't compress the data if it is
3513 already compressed.
3514
3515 * jka-compr.el (jka-compr-really-do-compress): New variable.
3516 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
3517 if visiting.
3518 (jka-compr-write-region): Set jka-compr-really-do-compress
3519 if visiting. Test it when deciding to compress.
3520
3521 1999-12-22 Gerd Moellmann <gerd@gnu.org>
3522
3523 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
3524 with third argument t.
3525
3526 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3527
3528 * antlr-mode.el: Version 1.2 is released.
3529 (antlr): This package has a web page.
3530
3531 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3532
3533 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
3534 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
3535 (antlr-mode-map): New binding [C-c C-c].
3536 (antlr-mode-menu): New entries.
3537
3538 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3539
3540 * antlr-mode.el: Respect Emacs conventions.
3541 ((require 'cl)): Only use during compilation.
3542 (antlr-language-for-option): New function to avoid using `find'.
3543 (antlr-mode): Use it.
3544 (antlr-with-syntax-table): Define new instead using XEmacs' one.
3545 (antlr-imenu-create-index-function): Change accordingly.
3546 (antlr-inside-rule-p): Ditto.
3547 (antlr-end-of-rule): Ditto.
3548 (antlr-end-of-body): Ditto.
3549 (antlr-beginning-of-rule): Ditto.
3550 (antlr-indent-line): Ditto.
3551
3552 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
3553
3554 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
3555 (antlr-set-tabs): Don't use hard-coded values.
3556
3557 * antlr-mode.el: Minor navigation changes. Not perfect, but this
3558 won't be possible without a huge time penalty.
3559 (antlr-skip-exception-part): Be more specific.
3560 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
3561 Renamed from `antlr-skip-grammar-header'.
3562 (antlr-next-rule): Change accordingly.
3563 (antlr-end-of-body): Ditto. Better error message.
3564 (antlr-beginning-of-body): Better error message.
3565 (antlr-imenu-create-index-function): Skip rule action prelude.
3566
3567 * antlr-mode.el: Minor syntax highlighting changes.
3568 (antlr-font-lock-default-face): Deletia.
3569 (antlr-font-lock-tokendef-face): Changed color.
3570 (antlr-font-lock-tokenref-face): Changed color.
3571 (antlr-font-lock-literal-face): Changed color.
3572 (antlr-font-lock-additional-keywords): Minor changes.
3573
3574 1999-12-20 Carsten Dominik <cd@gnu.org>
3575
3576 * progmodes/idlwave.el: New file.
3577
3578 * progmodes/idlwave-rinfo.el: New file.
3579
3580 * progmodes/idlwave-shell.el: New file.
3581
3582 * progmodes/idlwave-toolbar.el: New file.
3583
3584 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
3585
3586 1999-12-21 Gerd Moellmann <gerd@gnu.org>
3587
3588 * progmodes/cwarn.el: New file.
3589
3590 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3591
3592 * bindings.el (completion-ignored-extensions): Add .pdf.
3593
3594 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
3595
3596 * version.el: Put the version info into binary on MS-DOS as well.
3597
3598 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3599
3600 * emacs-lisp/debug.el (debugger-continue): Don't continue if
3601 debugger-may-continue is nil.
3602
3603 1999-12-18 Dave Love <fx@gnu.org>
3604
3605 * emacs-lisp/cl-macs.el: Remove conditional definition of
3606 eval-when-compile. Don't specify abs, expt, gethash,
3607 hash-table-count, hash-table-p as side-effect-free here.
3608 (cl-emacs-type): Don't declare.
3609 (cl-compile-time-init): Remove Emacs 18 compiler patch.
3610 (cl-parse-loop-clause): Remove compatibility code.
3611
3612 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
3613 (side-effect-free-fns): Add gethash, hash-table-count.
3614 (side-effect-and-error-free-fns): Add hash-table-p.
3615
3616 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
3617 `cl-' to autoload names for some hash functions. Don't autoload
3618 eval-when-compile. Don't provide mini-cl.
3619 (cl-emacs-type): Remove.
3620 (cl-map-extents): Remove compatibility code.
3621
3622 * emacs-lisp/float.el: Bind free variables.
3623
3624 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
3625
3626 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3627
3628 * bindings.el (completion-ignored-extensions): Add .tfm.
3629
3630 1999-12-16 Dave Love <fx@gnu.org>
3631
3632 * faces.el (set-face-attribute): Purecopy the attributes set.
3633
3634 * custom.el (custom-declare-variable): Purecopy value.
3635
3636 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
3637 (byte-extrude-byte-code-vectors): Use remprop.
3638 (byte-compile-lambda): Check that arg is a lambda.
3639
3640 1999-11-16 Anders Lindgren <AndersL@andersl.com>
3641
3642 * font-lock.el: System for adding and removing keywords.
3643 Both local (previously added keyword) and global keywords
3644 can be removed.
3645 (font-lock-remove-keywords): New user-level function.
3646 (font-lock-update-removed-keyword-alist): New internal function.
3647 (font-lock-removed-keywords-alist): New variable.
3648 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
3649 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
3650 growing datastructures.
3651 (font-lock-set-defaults): Removes keywords stored in
3652 `font-lock-removed-keywords-alist' after local keywords added.
3653
3654 1999-12-16 Anders Lindgren <andersl@andersl.com>
3655
3656 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
3657 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
3658
3659 * font-lock.el (c-keywords): Only highlight preprocessor
3660 directives when spelled correctly.
3661
3662 * font-lock.el (font-lock-match-c++-structor-declaration,
3663 c++-keywords): Fontify constructors and destructors with function
3664 face inside C++ class declarations.
3665
3666 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3667
3668 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
3669 the shell from sh-shell-file.
3670
3671 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
3672
3673 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3674
3675 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
3676 if one of the files specified cannot be accessed by
3677 file-attributes. Do not strip any leading directories from the
3678 file names, to behave more like `ls' does.
3679
3680 * dired.el (dired-get-filename): Handle absolute file names.
3681 (dired-readin-insert): If argument is a cons, don't print
3682 "wildcard" on the ``total'' line.
3683
3684 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3685
3686 * faces.el (face-read-integer, read-face-attribute)
3687 (color-defined-p, color-values): Allow color values unspecified-fg
3688 and unspecified-bg, handle them as unspecified.
3689
3690 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
3691
3692 * textmodes/reftex.el: (reftex-compile-variables): respect new
3693 structure of `reftex-index-macro'
3694 (reftex-compile-variables): Use the changed structure of
3695 `reftex-label-alist'.
3696
3697 * textmodes/reftex-vars.el (reftex-index-math-format,
3698 (reftex-toc-max-level): New option.
3699 reftex-index-phrases-search-whole-words,
3700 reftex-index-phrases-case-fold-search,
3701 reftex-index-phrases-skip-indexed-matches,
3702 reftex-index-phrases-wrap-long-lines,
3703 reftex-index-phrases-sort-prefers-entry,
3704 reftex-index-phrases-sort-in-blocks): New options.
3705 (reftex-index-macros): Option structure changed.
3706 (reftex-index-macros-builtin): Added `repeat' item to each entry.
3707 (reftex-label-alist): Additional item in each entry to specify if
3708 the environment should be listed in the TOC.
3709 (eval-when-compile (require 'cl)) added.
3710
3711 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
3712 longer deals with "repeat".
3713 (reftex-index): "repeat property in `reftex-index-macro-alist' is
3714 now used.
3715 (reftex-index-phrases-comment-regexp,
3716 reftex-index-phrases-macrodef-regexp,
3717 reftex-index-phrases-phrase-regexp1,
3718 reftex-index-phrases-phrase-regexp2,
3719 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
3720 New constants.
3721 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
3722 reftex-index-phrases-font-lock-keywords,
3723 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
3724 reftex-index-phrases-restrict-file): New variables.
3725 (reftex-index-phrase-selection-or-word,
3726 reftex-index-visit-phrases-buffer,
3727 reftex-index-initialize-phrases-buffer,
3728 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
3729 reftex-index-next-phrase, reftex-index-this-phrase,
3730 reftex-index-all-phrases, reftex-index-region-phrases,
3731 reftex-index-phrases-parse-header,
3732 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
3733 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
3734 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
3735 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
3736 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
3737 reftex-index-make-replace-string,
3738 reftex-query-index-phrase-globally, reftex-query-index-phrase,
3739 reftex-index-phrase-match-is-indexed,
3740 reftex-index-phrases-fixup-line,
3741 reftex-index-phrases-replace-space,
3742 reftex-index-select-phrases-macro): New functions.
3743 (reftex-index-globalize, reftex-index-globally): functions removed
3744 (eval-when-compile (require 'cl)) added.
3745
3746 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
3747 for max level.
3748 (reftex-toc-max-level-indicator): New variable.
3749 (reftex-toc-max-level): New command.
3750 (reftex-toc-map): New keybinding `t'.
3751 (reftex-toc-help): Constant updated.
3752 (eval-when-compile (require 'cl)) added.
3753
3754 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
3755 `t' command key can change `reftex-toc-max-level'
3756 (eval-when-compile (require 'cl)) added.
3757
3758 * textmode/reftex-sel (reftex-insert-docstruct): Respect
3759 `reftex-toc-max-level'
3760 (eval-when-compile (require 'cl)) added.
3761
3762 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
3763 added.
3764
3765 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
3766 added.
3767
3768 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
3769 commands.
3770 (reftex-citation, reftex-do-citation,
3771 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
3772 preselect a citation format.
3773 (eval-when-compile (require 'cl)) added.
3774
3775 * textmodes/reftex-parse.el (reftex-context-substring): Optional
3776 parameter to-end
3777 (reftex-section-info): Deal with environment matches.
3778 (eval-when-compile (require 'cl)) added.
3779
3780 * reftex-global.el (eval-when-compile (require 'cl)) added.
3781
3782 1999-12-15 Kenichi Handa <handa@etl.go.jp>
3783
3784 The following changes are for the new composition mechanism. We
3785 have deleted `composition' charset and composite characters,
3786 instead introduced a special text property `composition'.
3787
3788 * composite.el: New file.
3789
3790 * ps-mule.el: Define encode-composition-rule and find-composition
3791 for Emacs 20.4 and the earlier versions.
3792 (ps-mule-init-external-library): Just require a feature for
3793 external libraries.
3794 (ps-mule-prologue): Postscript code modified for new composition.
3795 (ps-mule-find-wrappoint): New arg COMPOSITION.
3796 (ps-mule-plot-string): Delete code for composite characaters.
3797 (ps-mule-plot-composition): New funcion.
3798 (ps-mule-prepare-font-for-components): New function.
3799 (ps-mule-plot-components): New function.
3800 (ps-mule-composition-prologue-generated): Renamed from
3801 ps-mule-cmpchar-prologue-generated.
3802 (ps-mule-composition-prologue): New named from
3803 ps-mule-cmpchar-prologue. Modified for new composition.
3804 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
3805 ps-mule-prepare-cmpchar-font): Deleted.
3806 (ps-mule-string-encoding): New arg NO-SETFONT.
3807 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
3808 check Composing, not Cmpchar
3809 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
3810 to nil.
3811 (ps-mule-begin-job): Check existence of new composition.
3812
3813 * ps-print.el (ps-plot-region): Handle new composition.
3814
3815 * simple.el (what-cursor-position): Show "(composed)" if the
3816 character is composed.
3817
3818 * international/characters.el: Fix cateogries of Lao symbols.
3819
3820 * international/fontset.el (vertical-centering-font-regexp): New
3821 variable.
3822
3823 * international/mule.el (mule-version): Updated to 5.0 (AOI).
3824 (mule-version-date): Updated to 1999.12.7.
3825 (with-category-table): New macro.
3826
3827 * international/mule-cmds.el (encode-coding-char): Don't check
3828 composite character.
3829
3830 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
3831 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
3832 x-ctext): Give `composition' property t.
3833
3834 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
3835 non-nil) at the tail of ALIST.
3836 (compose-region, decompose-region, decompse-string,
3837 reference-point-alist, compose-chars): Moved to composite.el.
3838 (compose-chars-component, compose-chars-rule,
3839 decompose-composite-char): Deleted.
3840
3841 * international/quail.el (quail-install-map): New optional arg
3842 NAME.
3843 (quail-get-translation): If DEF is a symbol but not a function,
3844 ignore it.
3845 (quail-start-translation): Put a key sequence undefined in the
3846 translation keymap in unread-command-events, not generated-events.
3847 Return parameterized event (compose-last-chars N) if the input
3848 characters should be composed.
3849 (quail-map-definition): If DEF is t, treat it as nil.
3850 (quail-delete-last-char): Delete the quail region.
3851 (quail-show-translations): Don't show list of translations if the
3852 quail package is deterministic.
3853 (quail-completion-max-depth): New variable.
3854 (quail-completion-1): Pay attention to the above variable. Fix
3855 for the case that a translation is a function.
3856 (quail-map-from-table, quail-map-from-table-1,
3857 quail-map-from-table-2): New functions.
3858 (quail-lookup-map-and-concat): New function
3859
3860 * language/devan-util.el: Mostly rewritten.
3861
3862 * language/lao.el: Register lao-composition-function in
3863 composition-function-table.
3864
3865 * language/lao-util.el: Mostly rewritten.
3866
3867 * language/thai.el: Register thai-composition-function in
3868 composition-function-table.
3869 (thai-tis620): Delete `pre-write-conversion' property.
3870
3871 * language/thai-util.el: (thai-category-table): Make it by
3872 make-category-table.
3873 (thai-composition-pattern): New variable.
3874 (thai-compose-region, thai-compose-string): Use
3875 with-category-table.
3876 (thai-post-read-conversion): Just call thai-compose-region.
3877 (thai-pre-write-conversion): Deleted.
3878 (thai-composition-function): New funciton.
3879
3880 * language/tibet-util.el: Most functions rewritten.
3881 (tibetan-char-p): Renamed from tibetan-char-examin.
3882 (tibetan-composable-examin) (tibetan-complete-char-examin)
3883 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
3884 (tibetan-add-components): New function.
3885 (tibetan-composition-function): New function.
3886
3887 * language/tibetan.el: Register tibetan-composition-function in
3888 composition-function-table.
3889 (tibetan-composable-pattern): New variable.
3890 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
3891 (tibetan-precomposition-rule-alist): Move punctuations to
3892 tibetan-punctuation-transcription-alist and
3893 tibetan-obsolete-glyphs.
3894 (tibetan-punctuation-transcription-alist): New variable.
3895 (tibetan-obsolete-glyphs): New variable.
3896 (tibetan-regexp): Improve the initialization code.
3897
3898 * textmodes/fill.el (fill-find-break-point): Delete codes for
3899 composite characters.
3900 (fill-region-as-paragraph): Likewise.
3901
3902 1999-12-14 Gerd Moellmann <gerd@gnu.org>
3903
3904 * international/mule-cmds.el (default-input-method): Specify
3905 that it should be set after current-language-environment.
3906
3907 * custom.el (custom-handle-keyword): Add :set-after.
3908 (custom-add-dependencies): New function.
3909 (custom-set-variables): Take dependencies between args into
3910 account.
3911
3912 * battery.el (battery): Doc fix.
3913
3914 1999-12-12 Gerd Moellmann <gerd@gnu.org>
3915
3916 * progmodes/cc-make.el: Removed.
3917
3918 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3919
3920 * Release of cc-mode 5.26
3921
3922 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3923
3924 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
3925 target depth. Optionally count #else lines as clause limits,
3926 as suggested by don provan <provan@lucent.com>. #elif
3927 handling fixed.
3928
3929 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
3930 (c-down-conditional-with-else): New commands that uses the
3931 added functionality in `c-forward-conditional'.
3932
3933 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3934
3935 * cc-align.el (c-lineup-comment): Preserve the alignment with
3936 a comment on the previous line instead of preserving the
3937 comment-column.
3938
3939 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3940
3941 * Fixes to IDL mode after input from Eric Eide
3942 <eeide@cs.utah.edu>:
3943 * cc-engine.el (c-beginning-of-statement-1): Allow
3944 `c-conditional-key' to be nil, for the benefit of IDL mode.
3945 * cc-engine.el (c-guess-basic-syntax): Ditto.
3946 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
3947 but do match CORBA 2.3 `valuetype'.
3948 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
3949 for IDL.
3950 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
3951 be nil for IDL.
3952 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
3953 Like C++.
3954 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
3955 set `c-method-key' and `c-baseclass-key' to nil.
3956
3957 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3958
3959 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
3960 with nonhanging open braces.
3961
3962 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3963
3964 * cc-align.el: Added docstrings to all lineup functions.
3965
3966 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
3967 keyword.
3968
3969 * cc-align.el (c-lineup-C-comments): Handle free form text
3970 comments. Use c-comment-prefix-regexp and comment-start-skip
3971 instead of hardcoded regexps.
3972
3973 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3974
3975 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
3976 behavior and return value as documented.
3977
3978 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3979
3980 * Changes for new style variable init system:
3981 * cc-langs.el (c-common-init): Dito.
3982 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
3983 now customizable.
3984 * cc-vars.el: Style variables may now take a value
3985 'set-from-style to make them take their value from the style
3986 system. This value is now the default on all these variables.
3987 * cc-vars.el (c-valid-offset): New function to verify a
3988 syntactic symbol offset setting.
3989 * cc-vars.el (c-offsets-alist): Variable moved from
3990 cc-styles.el since it's now customizable in a similar way to
3991 the other style variables.
3992 * cc-vars.el (c-old-style-variable-behavior): New variable to
3993 revert to the old style init behavior.
3994
3995 * cc-vars.el (c-file-style, c-file-offsets): Made always
3996 buffer local.
3997
3998 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
3999 the throws clause that might follow the function prototype in
4000 C++.
4001
4002 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4003
4004 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
4005 could move forward for macros that doesn't start in column 0.
4006
4007 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4008
4009 * cc-align.el (c-indent-multi-line-block,
4010 c-lineup-whitesmith-in-block): Two new lineup functions for
4011 use in whitesmith style.
4012
4013 * cc-styles.el (c-style-alist): More fixes to whitesmith
4014 style. It should now handle all different braces uniformly in
4015 both hanging and non-hanging cases.
4016
4017 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4018
4019 * cc-cmds.el (c-indent-exp): Use a marker to save point to
4020 make it stay in the same position relative to the surrounding
4021 text.
4022
4023 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
4024 when adaptive-fill-mode doesn't manage to get it correct.
4025
4026 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
4027 with dotted notation, e.g. foo.bar.Gnu.
4028
4029 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
4030 within unwind-protect (previously only some were wrapped so it
4031 would be possible to register mode initialization when full
4032 initialization did not finish).
4033
4034 * cc-styles.el (c-style-alist): Corrected the brace placement
4035 in the whitesmith style. Thanks to Sean Luke
4036 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
4037 styles with consistent brace placement for all constructs.
4038
4039 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4040
4041 * cc-cmds.el (c-context-line-break): Continue C++ comments too
4042 when point is in the middle of them.
4043
4044 * cc-cmds.el: Line breaking and paragraph filling code
4045 rewritten:
4046 (c-guess-fill-prefix): New function that uses various
4047 heuristics to guess the comment prefix.
4048 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
4049 It now assumes adaptive filling is active to preserve the line
4050 prefix inside comments.
4051 (c-indent-new-comment-line): Replacement for the now
4052 obsolete `c-comment-line-break-function' that uses
4053 `c-guess-fill-prefix' when appropriate. It now observes the
4054 setting of `comment-multi-line', which has effect in C-style
4055 block comments.
4056
4057 * cc-cmds.el (c-context-line-break): New function intended to
4058 be put on RET. It's essentially `newline-and-indent', but
4059 continues C block comments with the appropriate line prefix.
4060
4061 * cc-cmds.el (c-do-auto-fill): New function put on
4062 `normal-auto-fill-function' to implement the
4063 `c-ignore-auto-fill' variable.
4064
4065 * cc-cmds.el (c-beginning-of-statement): Use
4066 `c-comment-prefix-regexp' to avoid ending up inside the
4067 comment prefix. Better handling of comment starters and
4068 enders. Catch comments better when traversing code. Stop at
4069 preprocessor directives.
4070
4071 * cc-defs.el (c-forward-comment): New subst to hide platform
4072 dependent quirks in `forward-comment'.
4073
4074 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
4075 argument.
4076 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
4077 arguments. Activate this function by default when
4078 `parse-partial-sexp' supports it (currently Emacs 20.x).
4079
4080 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
4081 on the comment opener to make constants usable as lineup
4082 arguments.
4083
4084 * cc-align.el (c-lineup-C-comments): Fixes to handle the
4085 changed anchor position in the `c' syntactic symbol. Handle
4086 more than stars in the comment prefix; use the new variable
4087 `c-comment-prefix-regexp'. Don't indent text not preceded by
4088 a comment prefix to the right of the comment opener if it's
4089 long.
4090
4091 * cc-langs.el: Fixes to mode initialization for new line
4092 breaking and paragraph filling method. Adaptive fill mode is
4093 now activated at startup instead of deactivated. The
4094 variables used for adaptive filling and paragraph movement are
4095 also changed to incorporate the value of
4096 `c-comment-prefix-regexp'. `substitute-key-definition' is
4097 used to override some functions in the global map instead of
4098 overriding their default bindings.
4099
4100 * cc-mode.el (java-mode): Modify `paragraph-start' for the
4101 javadoc markup at mode init.
4102
4103 * cc-mode.el (c-setup-filladapt): A new convenience function
4104 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
4105 function is intended to be used explicitly by the end user
4106 only.
4107
4108 * cc-vars.el (c-comment-prefix-regexp): New variable used to
4109 recognize the comment fill prefix inside comments.
4110 (c-block-comment-prefix): New name for
4111 `c-comment-contiuation-stars', which is now obsolete. It's
4112 generalized to handle any character sequence.
4113 (c-ignore-auto-fill): New variable used to selectively disable
4114 Auto Fill mode in specific contexts.
4115
4116 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4117
4118 * cc-cmds.el (c-comment-indent): Leave at least one space
4119 between the comment and the last nonblank character in the
4120 case where we look at the indentation of the comment on the
4121 previous line (case 4).
4122
4123 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
4124 list of characters that may start a statement (it's a sort of
4125 prefix operator in Pike, and isn't used at all in any of the
4126 other languages).
4127
4128 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4129
4130 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
4131 inside continued statements as statement-cont instead of
4132 brace-list-open. The reason is that one normally adjusts
4133 brace-list-open for brace lists as top-level constructs, and
4134 brace lists inside statements is a completely different
4135 context. Case 10B.2 changed. Also changed (the somewhat
4136 esoteric) case 9A to cope with this.
4137
4138 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4139
4140 * cc-cmds.el (c-electric-brace): Added electric handling of
4141 the open brace for brace-elseif-brace.
4142
4143 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4144
4145 * cc-defs.el (c-with-syntax-table): New macro to easily switch
4146 syntax tables temporarily.
4147
4148 * cc-engine.el (c-guess-basic-syntax): Handle template and
4149 member init argument lists split over several lines. Case 5D
4150 changed.
4151
4152 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
4153 @throws introduced in Javadoc 1.2.
4154
4155 * cc-menus.el (cc-imenu-java-generic-expression): Applied
4156 patch from RMS to avoid infinite backtracking.
4157
4158 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4159
4160 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
4161 by [ ].
4162
4163 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4164
4165 * cc-align.el (c-lineup-dont-change): Compensate properly for
4166 the column in langelem.
4167
4168 * cc-engine.el (c-syntactic-information-on-region): New
4169 function to help debugging the syntactic analysis.
4170
4171 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4172
4173 * cc-align.el (c-lineup-template-args): Handle nested template
4174 arglists.
4175
4176 * cc-langs.el (c++-template-syntax-table): New syntax table
4177 that makes `<' and `>' parenthesis characters, which is useful
4178 to switch to temporarily when analyzing template arglists.
4179
4180 * cc-styles.el: Changed default alignment of labels in the
4181 java style to conform to the examples in the Java Language
4182 Specification.
4183
4184 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
4185 by default.
4186
4187 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4188
4189 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
4190 immediately before the closing paren in an arglist, so don't
4191 check that in Pike mode. Case 7A changed.
4192
4193 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4194
4195 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
4196 lines were ignored under certain conditions.
4197
4198 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4199
4200 * cc-align.el (c-lineup-template-args): New function for
4201 aligning continued template argument lists.
4202
4203 * cc-engine.el (c-guess-basic-syntax): Fix for member init
4204 lists containing function arglists split over several lines.
4205 Case 5D.1 changed.
4206
4207 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
4208 template-args-cont didn't get recognized when the first
4209 arglist opener line doesn't contain a template argument. New
4210 case 5K.
4211
4212 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4213
4214 * cc-defs.el (c-point): Changed from subst to macro for
4215 efficiency.
4216 (c-beginning-of-defun-1, c-end-of-defun-1): New
4217 beginning-of-defun/end-of-defun wrappers separated from
4218 c-point.
4219
4220 * cc-menus.el (imenu-generic-expression,
4221 imenu-case-fold-search, imenu-progress-message): Dummy
4222 definitions to avoid compiler warnings if imenu can't be
4223 loaded.
4224 * cc-menus.el (cc-imenu-init): New function called at mode
4225 init.
4226 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
4227 imenu initializations to cc-imenu-init.
4228
4229 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4230
4231 * cc-engine.el (c-guess-basic-syntax): Slightly better check
4232 for lambda-intro-cont in Pike mode. Case 6 changed.
4233
4234 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
4235 anything following "new Foo()" was considered an anonymous
4236 class body in Java mode.
4237
4238 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4239
4240 * cc-cmds.el (c-comment-line-break-function): When breaking in
4241 a string, don't insert a new line.
4242
4243 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4244
4245 * cc-engine.el (c-at-toplevel-p): New interface function which
4246 returns information useful to add-on authors. It tells you
4247 whether you're at a toplevel statement or not.
4248
4249 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4250
4251 * cc-cmds.el (c-comment-line-break-function): It is possible
4252 that forward-line does not land us at the bol, say if we're on
4253 the last line in a file. In that case, do a
4254 back-to-indentation instead of a forward-comment -1.
4255
4256 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4257
4258 * cc-engine.el (c-beginning-of-statement-1): Don't catch
4259 "default:" as normal label in case 4.
4260
4261 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4262
4263 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
4264 recognize continued bitfield declarations. Case 5D.1 changed.
4265 * cc-langs.el: New variable c-bitfield-key.
4266 * cc-mode.el: New variable c-bitfield-key.
4267
4268 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4269
4270 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
4271 anonymous array expressions (i.e. "new Foo[] {.. bracelist
4272 ..}").
4273
4274 1999-12-12 Dave Love <fx@gnu.org>
4275
4276 * mail/footnote.el: Require cl when compiling. Don't autoload
4277 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
4278 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
4279 Avoid `acons'.
4280 (footnote-mode-line-string, Footnote-add-footnote): Remove
4281 autoload cookie.
4282
4283 1999-12-12 Richard Sharman <rsharman@pobox.com>
4284
4285 * sh-script.el: Fix for when font-lock mode is active.
4286 (sh-font-lock-unfontify-region-function): New function.
4287
4288 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
4289
4290 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
4291 if start-process is not bound, since Ispell now supports such
4292 platforms as well.
4293
4294 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4295
4296 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
4297 rmail-summary-goto-msg.
4298
4299 * files.el (after-find-file): Fix previous change.
4300
4301 1999-12-11 Dave Love <fx@gnu.org>
4302
4303 * help.el (where-is): Use `commandp' as predicate for
4304 `completing-read'
4305
4306 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4307
4308 * cus-edit.el (custom-save-delete): Delete all occurrences,
4309 leave point where the first occurrence was.
4310 (custom-save-faces): Insert a newline at the end of the comment.
4311 Avoid a double newline there.
4312 If final closeparen is at bol, put a space before it.
4313 (custom-save-variables): Likewise.
4314 (custom-file): Doc fix.
4315
4316 1999-12-10 Gerd Moellmann <gerd@gnu.org>
4317
4318 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4319 regexp matching image and audio files.
4320
4321 1999-12-09 Dave Love <fx@gnu.org>
4322
4323 * mail/footnote.el: New file.
4324
4325 1999-12-09 Gerd Moellmann <gerd@gnu.org>
4326
4327 * files.el (after-find-file): Use auto-save-visited-file-name if
4328 set.
4329
4330 * mail/feedmail.el (feedmail-find-eoh): Take
4331 feedmail-queue-alternative-mail-header-separator into account.
4332
4333 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
4334
4335 * smerge-mode.el: New file.
4336
4337 * font-lock.el (font-lock-multiline): New variable.
4338 (font-lock-add-keywords): Rename `major-mode' into `mode'.
4339 (font-lock-remove-keywords): Added a dummy `mode' argument for
4340 potential future support.
4341 (font-lock-fontify-anchored-keywords,
4342 (font-lock-fontify-keywords-region): Only handle multiline strings
4343 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
4344
4345 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4346
4347 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4348
4349 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
4350
4351 1999-12-07 Dave Love <fx@gnu.org>
4352
4353 * help.el (view-emacs-problems): New command, bound to C-h P.
4354
4355 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
4356
4357 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
4358
4359 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
4360 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
4361 New code to support the minor mode version.
4362 (diff-recenter): New function.
4363 (diff-next-hunk, diff-next-file): Use it.
4364 (diff-remembered-files-alist): New var.
4365 (diff-merge-strings): New function.
4366 (diff-find-file-name): Make it smarter and use the user's input more.
4367 (diff-mode): Cosmetic changes.
4368
4369 * files.el (save-some-buffers): Turn EXITING into the more general
4370 PRED argument to allow specifying a subset of buffers.
4371
4372 * simple.el (kill-region): Use the new `delete-and-extract-region'
4373 rather than the undo log (which is incorrect with *-change-functions).
4374
4375 * font-lock.el (font-lock-default-fontify-region): Fix subtle
4376 off-by-one problem that could force re-fontifying the whole buffer.
4377 (font-lock-remove-keywords): New function.
4378 (font-lock-add-keywords): Use the new function to ensure idempotence.
4379
4380 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
4381
4382 * viper-cmd.el (viper-minibuffer-standard-hook,
4383 viper-minibuffer-real-start): Mew functions.
4384 (viper-read-string-with-history,viper-file-add-suffix,
4385 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
4386 change in the status of the minibuffer prompt.
4387
4388 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4389
4390 * comint.el (comint-redirect-results-list)
4391 (comint-redirect-results-list-from-process): Remove interactive
4392 spec.
4393
4394 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4395
4396 * info.el (info-node, info-menu-5, info-xref): Define colors for
4397 Info faces if the display supports them.
4398
4399 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4400
4401 Changes for automatic remapping of X colors on terminal frames:
4402
4403 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
4404 term-setup-hook. Call msdos-remember-default-colors and
4405 msdos-handle-reverse-video.
4406 (msdos-face-setup): Parts of code moved to
4407 msdos-setup-initial-frame.
4408 (msdos-handle-reverse-video): New function, modeled after
4409 x-handle-reverse-video.
4410 (make-msdos-frame): Don't use initial-frame-alist and
4411 default-frame-alist. Call msdos-handle-reverse-video.
4412 (msdos-color-aliases): Remove.
4413 (msdos-color-translate, msdos-approximate-color): Remove.
4414 (msdos-color-values): Use 16-bit RGB values. RGB values updated
4415 for better approximation of X colors.
4416 (msdos-face-setup): Call tty-color-clear. Remove code that sets
4417 up tty-color-alist (it is now on startup.el).
4418 (x-display-color-p, x-color-defined-p, x-color-values,
4419 x-defined-colors, face-color-supported-p, face-color-gray-p):
4420 Remove.
4421
4422 * facemenu.el (facemenu-read-color, list-colors-display): Use
4423 defined-colors for all frame types.
4424 (facemenu-color-equal): Use color-values for all frame types.
4425
4426 * faces.el (read-face-attribute): For :foreground and :background
4427 attributes and frames on character terminals, translate the color
4428 to the closest supported one before looking it up in the list of
4429 valid values.
4430 (face-valid-attribute-values): Call defined-colors for all types
4431 of frames.
4432 (defined-colors, color-defined-p, color-values, display-color-p):
4433 New finctions.
4434 (x-defined-colors, x-color-defined-p, x-color-values,
4435 x-display-color-p): Aliases for the above.
4436
4437 * startup.el (command-line): Register terminal colors for frame
4438 types other than x and w32, but only if the terminal supports
4439 colors. Call tty-color-define instead of face-register-tty-color.
4440
4441 * term/x-win.el (xw-defined-colors): Renamed from
4442 x-defined-colors.
4443 * term/w32-win.el (xw-defined-colors): Likewise.
4444
4445 * term/tty-colors.el: New file.
4446 * loadup.el: Load term/tty-colors.
4447
4448 1999-12-06 Dave Love <fx@gnu.org>
4449
4450 * ffap.el: Autoload the ffap alias directly.
4451
4452 1999-12-06 Inge Frick <inge@nada.kth.se>
4453
4454 * dired-aux.el (dired-do-shell-command): Changed documentation.
4455 (dired-shell-stuff-it): A `?' in COMMAND has now the same
4456 meaning as `*'.
4457
4458 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4459
4460 * simple.el (insert-buffer): Doc fix.
4461
4462 * apropos.el (apropos-mode): Add autoload cookie.
4463
4464 1999-12-06 Sam Steingold <sds@goems.com>
4465
4466 * progmodes/etags.el (etags-tags-completion-table): Modified the
4467 regexp to allow for the CL symbols starting with `+*'.
4468 (tags-completion-table): Doc fix (it's an obarray, not an alist).
4469 (tags-completion-table, tags-recognize-empty-tags-table): Remove
4470 `function' quoting lambda.
4471 (tags-with-face): New macro.
4472 (list-tags, tags-apropos): Use it.
4473 (tags-apropos-additional-actions): New user option.
4474 (etags-tags-apropos-additional): Use it.
4475 (tags-apropos): Call etags-tags-apropos-additional.
4476 (tags-apropos-verbose): New user option.
4477 (etags-tags-apropos): Use it.
4478 (visit-tags-table-buffer, next-file): Use `unless'.
4479 (recognize-empty-tags-table): Renamed to
4480 tags-recognize-empty-tags-table.
4481 (complete-tag): Call tags-complete-tag bypassing try-completion.
4482
4483 1999-12-06 Kenichi Handa <handa@etl.go.jp>
4484
4485 * international/mule.el (set-buffer-file-coding-system): Docstring
4486 modified.
4487
4488 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4489
4490 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4491 using the hideshow package.
4492 (hs-special-modes-alist): Added entry for bibtex to allow the use
4493 of the hideshow package.
4494 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
4495 not longer provided by bibtex.el directly. Instead the hideshow
4496 package should be used.
4497 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
4498 references to bibtex-hide-entry-bodies.
4499
4500 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4501
4502 * textmodes/bibtex.el: Copyright notice is up to date. Moved
4503 maintainer information closer to the beginning of the bibtex.el
4504 file.
4505 (bibtex-maintainer-salutation): New constant.
4506 (bibtex-version): New constant.
4507 (bibtex-submit-bug-report): Use bibtex-version and
4508 bibtex-maintainer-salutation.
4509 (bibtex-entry-field-alist): Made booktitle field optional for
4510 @inproceedings entries when crossreferenced.
4511 (bibtex-entry-field-alist): Added booktitle field to proceedings
4512 entry type (for cross referencing). Thanks to Wagner Toledo Correa
4513 for the suggestion.
4514 (bibtex-string-file-path): Fixed typo.
4515
4516 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
4517
4518 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
4519 for reftex.el.
4520 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
4521 to menu.
4522
4523 1999-12-04 Dave Love <fx@gnu.org>
4524
4525 * delsel.el: Revert previous change -- region is significant to
4526 skeleton.
4527
4528 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
4529
4530 * viper-cmd.el (viper-change-state): Use
4531 viper-ESC-moves-cursor-back to decide whether to move the cursor
4532 back.
4533
4534 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
4535
4536 * international/mule-util.el (truncate-string-to-width): Docsting
4537 fixed.
4538
4539 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
4540
4541 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
4542 use of `cond'.
4543 (lm-with-file): Move all the find-file...kill-buffer stuff into
4544 this macro. Make it use `find-file-noselect' and make it kill
4545 the buffer only if it wasn't already displayed somewhere.
4546 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
4547 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
4548 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
4549 (lm-commentary): Fix to handle the case when the change log is
4550 at the end of the file.
4551
4552 1999-12-02 Kenichi Handa <handa@etl.go.jp>
4553
4554 * international/mule.el (charsetp): Fix typo in docstring.
4555
4556 * international/mule-diag.el (list-coding-categories): Fix typo;
4557 automatic -> autoload.
4558
4559 1999-12-02 Gerd Moellmann <gerd@gnu.org>
4560
4561 * vc.el (vc-update-change-log): Look for rcs2log under
4562 exec-directory.
4563
4564 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
4565 outline-regexp, add outline-level.
4566 (lisp-outline-level): New.
4567
4568 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
4569 remove extraneous string-match.
4570
4571 * finder.el (finder-commentary): Activate Finder mode.
4572
4573 1999-12-01 Anders Lindgren <andersl@andersl.com>
4574
4575 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
4576 off when reverting buffers that contained mode specifiers.
4577 `revert-buffer' is now called with non-nil PRESERVE-MODES
4578 argument.
4579
4580 1999-12-01 Dave Love <fx@gnu.org>
4581
4582 * delsel.el: Grok skeleton-pair-insert-maybe.
4583
4584 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4585
4586 * progmodes/cperl-mode.el (cperl-under-as-char):
4587 Use nil as default.
4588
4589 1999-11-30 Gerd Moellmann <gerd@gnu.org>
4590
4591 * speedbar.el (toplevel): Remove compatibility code for Emacs
4592 versions without custom.el.
4593
4594 1999-11-30 Dave Love <fx@gnu.org>
4595
4596 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
4597
4598 * autoinsert.el: Minor doc fixes.
4599 (auto-insert): Return nil.
4600
4601 * faces.el (set-face-documentation): Purecopy STRING.
4602
4603 1999-11-29 Dave Love <fx@gnu.org>
4604
4605 * derived.el: Doc fixes, remove old backquote syntax.
4606
4607 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
4608 comment warning about editing.
4609
4610 * help.el (help-mode-hook): Define.
4611
4612 1999-11-29 Gerd Moellmann <gerd@gnu.org>
4613
4614 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
4615 invalid translation of old-style backquote syntax to new syntax.
4616
4617 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
4618
4619 * Makefile (DONTCOMPILE): Add term/internal.el.
4620
4621 1999-11-26 Dave Love <fx@gnu.org>
4622
4623 * comint.el: Fix last change.
4624
4625 * emacs-lisp/advice.el: Fix last change.
4626
4627 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4628
4629 * cus-edit.el (Custom-reset-standard): Doc fix.
4630 (custom-variable-reset-standard): Doc fix.
4631 (custom-face-reset-standard): Doc fix.
4632 (custom-face-menu): "Reset to Standard" => "Erase Customization".
4633 (custom-variable-menu): Likewise.
4634 (custom-reset-menu): Likewise.
4635 (custom-buffer-create-internal): Likewise.
4636
4637 1999-11-26 Dave Love <fx@gnu.org>
4638
4639 * progmodes/make-mode.el (makefile-mode-hook): Customize.
4640
4641 * font-lock.el: Doc fixes.
4642
4643 * menu-bar.el (menu-bar-mode): Customize.
4644
4645 * cus-start.el: Add use-dialog-box.
4646
4647 * add-log.el (change-log-mode-hook): Customize.
4648 (add-log-current-defun): Use
4649 fortran-{beginning,end}-of-subprogram.
4650
4651 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4652
4653 * emacs-lisp/advice.el: Many doc fixes.
4654
4655 * comint.el (comint-preoutput-filter-functions): Doc fix.
4656
4657 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4658
4659 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4660 Improve messages for capitalization of arg names,
4661 for flag variables, for t and nil, for imperatives.
4662 Call them imperatives rather than infinitives sans "to".
4663 (checkdoc-common-verbs-wrong-voice): Add "moves".
4664 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
4665
4666 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4667 Don't convert comments from 3-semicolon to 2-semicolon.
4668 That is a matter of style.
4669 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
4670 (checkdoc-comments): Don't bind that variable.
4671
4672 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4673
4674 * files.el (write-file-hooks): Doc fix.
4675
4676 1999-11-26 Gerd Moellmann <gerd@gnu.org>
4677
4678 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
4679
4680 1999-11-25 Dave Love <fx@gnu.org>
4681
4682 * hippie-exp.el: Require comint when compiling.
4683 (hippie-expand): Add :links.
4684 (hippie-expand-try-functions-list): Customize.
4685
4686 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
4687
4688 * viper*el: Replaced old-style backquotes.
4689
4690 * ediff*el: Replaced old-style backquotes.
4691
4692 * ediff-merge
4693 (ediff-looks-like-combined-merge,ediff-get-combined-region):
4694 Changed to support the new format for ediff-combination-pattern.
4695
4696 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
4697 Changed to support the new format for ediff-combination-pattern.
4698
4699 1999-11-24 Dave Love <fx@gnu.org>
4700
4701 * custom.el (custom-declare-group): Purecopy DOC.
4702 (custom-handle-keyword): Purecopy VALUE.
4703 (custom-add-link): Purecopy WIDGET.
4704 (custom-add-version): Purecopy VERSION.
4705 (custom-add-load): Purecopy LOAD.
4706
4707 * cus-face.el (custom-declare-face): Purecopy DOC.
4708
4709 * info.el:
4710 (Info-build-node-completions, Info-search, Info-follow-reference)
4711 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
4712 (Info-find-emacs-command-nodes): Avoid properties on matched text
4713 which may appear in minibuffer.
4714
4715 1999-11-24 Gerd Moellmann <gerd@gnu.org>
4716
4717 * locate.el (locate-with-filter): Doc fix.
4718
4719 1999-11-24 Alex Schroeder <alex@gnu.org>
4720
4721 * sql.el (sql-find-sqli-buffer): New function.
4722 (sql-set-sqli-buffer-generally): New function.
4723 (sql-set-sqli-buffer): Better checking of new-buffer.
4724 (sql-copy-column): Add comma after INTO clause, too.
4725
4726 1999-11-24 Alex Schroeder <alex@gnu.org>
4727
4728 * sql.el (sql-imenu-generic-expression): New, used to set
4729 imenu-generic-expression.
4730
4731 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
4732 setting font-lock-defaults' SYNTAX-ALIST. Set
4733 imenu-generic-expression, imenu-case-fold-search, and
4734 imenu-syntax-alist.
4735
4736 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
4737 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
4738
4739 1999-11-23 Andrew Innes <andrewi@gnu.org>
4740
4741 * w32-win.el (w32-drag-n-drop): Load files in current window, if
4742 drop coords aren't over a specific window.
4743
4744 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4745
4746 * ps-print.el: Define mule funs without checking if mule package is
4747 loaded.
4748 (ps-print-version): New version number (5.0.1).
4749 (ps-header-dirpart): Now uses abbreviate-file-name.
4750
4751 1999-11-23 Dave Love <fx@gnu.org>
4752
4753 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
4754 comment-line-start.
4755 (fortran-comment-line-start-skip): Renamed from
4756 comment-line-start-skip.
4757 (fortran-mode-map): Use renamed functions. Add manual and custom
4758 entries to menu.
4759 (fortran-mode-hook): Customize.
4760 (fortran-comment-indent-function): Renamed from
4761 fortran-comment-hook.
4762 (delete-horizontal-regexp): Function deleted.
4763 (fortran-electric-line-number): Simplified.
4764 (fortran-beginning-of-subprogram): Renamed from
4765 beginning-of-fortran-subprogram.
4766 (fortran-end-of-subprogram): Renamed from
4767 end-of-fortran-subprogram.
4768 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
4769 (fortran-previous-statement, fortran-next-statement): Simplified.
4770 (fortran-blink-match): New function.
4771 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
4772 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
4773 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
4774 line-end-position.
4775 (fortran-fill): No longer interactive. Simplified.
4776 (fortran-break-line): Simplified.
4777 (fortran-analyze-file-format): Use char-after, not looking-at.
4778
4779 * emacs-lisp/find-func.el (find-function-regexp): Use
4780 `define-minor-mode' after easy-menu change.
4781
4782 1999-11-23 Gerd Moellmann <gerd@gnu.org>
4783
4784 * comint.el: Add redirection.from active comint buffers into
4785 another buffer. Written by Peter Breton.
4786
4787 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
4788
4789 * emacs-lisp/autoload.el (make-autoload): Recognize the new
4790 `define-minor-mode'.
4791 (define-minor-mode): Specify `doc-string-elt'.
4792
4793 * emacs-lisp/easy-mmode.el: Changed maintainer.
4794 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
4795 Use defcustom for the hooks; Improve the auto-generated docstrings.
4796 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
4797 (define-minor-mode): Add BODY arg; Only declare the keymap if
4798 provided; Improve the auto-generated docstrings.
4799
4800 1999-11-22 Gerd Moellmann <gerd@gnu.org>
4801
4802 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
4803 that the leading `^' is at the start. This is necessary because
4804 paragraphs.el tries to remove anchors, but can find them only if
4805 they are the first character.
4806
4807 * progmodes/antlr-mode.el: New file.
4808
4809 * calendar/calendar.el: Fix autoload for
4810 calendar-absolute-from-astro. Add autoload for
4811 calendar-print-astro-day-number.
4812
4813 1999-11-21 Anders Lindgren <andersl@andersl.com>
4814
4815 * follow.el: Use modern backquote syntax. Minor comment update.
4816
4817 1999-11-21 Gerd Moellmann <gerd@gnu.org>
4818
4819 * simple.el (with-syntax-table): Don't switch buffers.
4820
4821 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
4822 progmodes/hideif.el: Use new backquote syntax.
4823
4824 1999-11-21 Ken Manheimer <klm@python.org>
4825
4826 * icomplete.el (icomplete-completions): Use an explicit variable
4827 `icomplete-prospects-length', obviating the need to use an
4828 apparently faulty throw/catch arrangement.
4829
4830 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
4831
4832 * term/internal.el (IT-display-table-setup): Don't overstep
4833 character code 255.
4834
4835 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
4836
4837 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
4838 for the charset chinese-sisheng is 7bit encoding, not 8bit.
4839
4840 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
4841
4842 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
4843 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
4844
4845 * files.el (auto-mode-alist): Add patterns for diff-mode.
4846
4847 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
4848 to detect an empty prompt.
4849
4850 1999-11-18 Dave Love <fx@gnu.org>
4851
4852 * simple.el (input-mode-8-bit): Fix the customization.
4853
4854 1999-11-18 Gerd Moellmann <gerd@gnu.org>
4855
4856 * international/iso-acc.el (iso-languages): Add more
4857 characters for Portuguese.
4858
4859 * speedbar.el: Clean up comment at the start of the file.
4860 Remove RCS id.
4861
4862 * progmodes/compile.el (compilation-parse-errors): Use
4863 compilation-buffer-p instead of testing major-mode.
4864
4865 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
4866
4867 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
4868 (quickurl-ask): completion-ignore-case is set to the value of
4869 quickurl-completion-ignore-case for the duration of the call to
4870 completing-read.
4871
4872 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4873
4874 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
4875
4876 1999-11-18 Kenichi Handa <handa@etl.go.jp>
4877
4878 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
4879 instead of ps-print-def.
4880
4881 * ps-print.el: Require ps-vars instead of ps-print-def.
4882
4883 * ps-mule.el: Require ps-vars instead of ps-print-def.
4884
4885 1999-11-17 Gerd Moellmann <gerd@gnu.org>
4886
4887 * simple.el (with-syntax-table): Save buffer explicitly instead of
4888 using save-excursion.
4889
4890 1999-11-16 Gerd Moellmann <gerd@gnu.org>
4891
4892 * mail/supercite.el: New maintainer.
4893
4894 1999-11-16 Reto Zimmermann <reto@synopsys.com>
4895
4896 * progmodes/vhdl-mode.el: Use new backquote syntax.
4897
4898 1999-11-16 Gerd Moellmann <gerd@gnu.org>
4899
4900 * simple.el (with-syntax-table): New.
4901
4902 1999-11-15 Sam Steingold <sds@ksp.com>
4903
4904 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
4905
4906 1999-02-22 Sam Steingold <sds@goems.com>
4907
4908 * goto-addr.el (goto-address-at-mouse,
4909 goto-address-find-address-at-point): Use compose-mail.
4910 (goto-address-mail-method): Removed variable.
4911 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
4912 goto-address-send-using-mail): Removed functions.
4913
4914 1998-11-03 Sam Steingold <sds@goems.com>
4915
4916 * simple.el (backward-delete-char-untabify):
4917 backward-delete-char-untabify-method can be `all' now - to delete
4918 hungrily including newlines.
4919
4920 1999-11-15 Sam Steingold <sds@ksp.com>
4921
4922 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
4923
4924 1999-11-15 Dave Love <fx@gnu.org>
4925
4926 * cus-edit.el (customize-face, customize-face-other-window):
4927 Require match from completing-read.
4928 (custom-buffer-done-function): Default to custom-bury-buffer, not
4929 bury-buffer.
4930
4931 1999-11-15 Gerd Moellmann <gerd@gnu.org>
4932
4933 * mail/rmail.el, iswitchb.el, hippie-exp.el,
4934 progmodes/cperl-mode.el: Use new backquote syntax.
4935
4936 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
4937
4938 * uniquify.el: Use new backquote syntax.
4939
4940 1999-11-14 Markus Rost <rost@ias.edu>
4941
4942 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
4943 as in ispell-local-dictionary-alist.
4944
4945 1999-11-14 Alex Schroeder <alex@gnu.org>
4946
4947 * ansi-color.el (ansi-color-apply): Updated regexps to include
4948 highlighted face.
4949
4950 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
4951
4952 * forms.el (forms--make-format-elt-using-text-properties):
4953 Treat `intangible' differently.
4954
4955 * forms.el: Use new backquote syntax.
4956
4957 1999-11-13 Gerd Moellmann <gerd@gnu.org>
4958
4959 * textmodes/scribe.el (scribe-mode): Doc-fix.
4960
4961 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
4962
4963 * net-utils.el (run-network-program, net-utils-run-program): Use
4964 the new backquote syntax.
4965 (smbclient-program, smbclient-program-options)
4966 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
4967 variables
4968 (smbclient, smbclient-list-shares): New functions
4969
4970 1999-11-12 Sam Steingold <sds@ksp.com>
4971
4972 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
4973 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
4974 (viper-kbd-buf-definition, viper-kbd-mode-alist)
4975 (viper-kbd-mode-pair, viper-kbd-mode-definition)
4976 (viper-kbd-global-pair, viper-kbd-global-definition):
4977 Use the new backquote syntax.
4978
4979 * emulation/viper-cmd.el (viper-test-com-defun)
4980 (viper-prefix-arg-value, viper-prefix-arg-com):
4981 Use the new backquote syntax.
4982
4983 * emacs-lisp/debug.el (debugger-env-macro):
4984 Use the new backquote syntax.
4985
4986 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
4987 Use the new backquote syntax.
4988
4989 * calendar/calendar.el (calendar-remove-frame-by-deleting):
4990 New user variable.
4991 (calendar-hide-window): Use it.
4992 (increment-calendar-month, calendar-for-loop, calendar-sum):
4993 Use the new backquote syntax.
4994
4995 1999-11-12 Andrew Innes <andrewi@gnu.org>
4996
4997 * select.el (x-set-selection): Call buffer-substring, not
4998 substring. Also fix docstring
4999
5000 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
5001
5002 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
5003 of customizable variables to bug report message. Added
5004 system-type to package name in bug report.
5005
5006 1999-11-12 Gerd Moellmann <gerd@gnu.org>
5007
5008 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
5009 to display file names.
5010
5011 1999-11-11 Gerd Moellmann <gerd@gnu.org>
5012
5013 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
5014
5015 * isearch.el: Add lazy-highlighting feature.
5016
5017 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
5018
5019 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
5020 constant.
5021 (ps-mode-submit-bug-report): New function. Entry added to menu.
5022
5023 1999-11-10 William M. Perry <wmperry@aventail.com>
5024
5025 * mwheel.el: New file to support the new style wheeled mice.
5026
5027 1999-11-10 Gerd Moellmann <gerd@gnu.org>
5028
5029 * startup.el (initial-scratch-message): Add ";;" to the front of
5030 lines in the message.
5031
5032 * files.el (file-local-copy): Remove optional BUFFER argument
5033 because that's not used by anything.
5034
5035 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
5036 to-address.
5037
5038 1999-11-08 Markus Rost <rost@ias.edu>
5039
5040 * wid-edit.el (widget-button-click): Wrap with save-excursion
5041 to restore track-mouse in the correct buffer.
5042
5043 1999-11-08 Gerd Moellmann <gerd@gnu.org>
5044
5045 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
5046
5047 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
5048
5049 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
5050 lpr-command to "lp" for some system-types. (copied from lpr.el
5051 Emacs version 20.2.1).
5052
5053 1999-11-04 Markus Rost <rost@ias.edu>
5054
5055 * simple.el (comment-region): Strip off white space at end of
5056 comment-start.
5057
5058 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5059
5060 * faces.el (secondary-selection): Fix wrong color name.
5061
5062 1999-11-04 John Tobey <jtobey@epsilondev.com>
5063
5064 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
5065 the default when invoking perldb in a non-Perl buffer, and other
5066 cases involving -e or --.
5067
5068 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5069
5070 * simple.el (previous-matching-history-element)
5071 (next-history-element): Use delete-field instead of erase-field.
5072
5073 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
5074 Use delete-field instead of erase-field.
5075
5076 * faces.el (secondary-selection): Change background to yellow.
5077
5078 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
5079 find the start of the text. Use field-string to read the user
5080 input.
5081
5082 1999-11-03 Gerd Moellmann <gerd@gnu.org>
5083
5084 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
5085 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
5086 for compatibility with old face implementation.
5087
5088 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
5089 Use erase-field instead of erase-buffer.
5090
5091 * frame.el (blink-cursor-mode, blink-cursor-end): Use
5092 internal-show-cursor with new interface.
5093 (blink-cursor-timer-function): New.
5094 (blink-cursor-start): Use blink-cursor-timer-function.
5095
5096 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5097
5098 * calendar.el (redraw-calendar): Move to nearest date before
5099 redrawing.
5100
5101 * diary-lib.el (simple-diary-display): Reset modeline even if
5102 there are no diary entries since the diary buffer may be displayed.
5103
5104 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5105
5106 * emacs-lisp/debug.el (debug): If noninteractive, display the
5107 backtrace using `message', then exit Emacs.
5108 (debugger-batch-max-lines): New variable.
5109 (debugger-setup-buffer): New subroutine, broken out of `debug'.
5110 Change the messages put at the start, to say that the debugger
5111 was entered.
5112
5113 1999-11-02 Sam Steingold <sds@ksp.com>
5114
5115 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
5116
5117 1999-11-01 John Tobey <jtobey@epsilondev.com>
5118
5119 * gud.el: (gud-perldb-massage-args): Massage correctly in the
5120 presence of perl switches other than "-e".
5121
5122 1999-11-01 Markus Rost <rost@ias.edu>
5123
5124 * dired-x.el (dired-smart-shell-command): Use
5125 shell-command-history as in shell-command.
5126
5127 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5128
5129 * userlock.el (ask-user-about-lock): Doc fix.
5130
5131 * frame.el: Doc fixes.
5132
5133 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5134
5135 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
5136 of show-cursor.
5137 (blink-cursor-start, blink-cursor-end): Ditto.
5138
5139 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
5140
5141 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5142
5143 * window.el (walk-windows): If ALL-FRAMES is a frame,
5144 start on that frame. Use save-selected-window.
5145
5146 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5147
5148 * simple.el (end-of-buffer): Use window-end to find the window end
5149 instead of vertical-motion because this handles variable-height
5150 lines correctly.
5151
5152 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
5153
5154 * ediff.el: Version change.
5155
5156 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
5157 make sure you are in a good frame before deleting other
5158 windows.
5159 (ediff-file-checked-in-p): Don't consider CVS
5160 files checked in.
5161 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
5162 are writing to a newly created empty file.
5163
5164 * ediff-mult.el (ediff-show-session-group-hook): New default.
5165
5166 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5167 First cd to the file directory. reportedly works
5168 better with remote files.
5169
5170 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
5171 Use file-name-nondirectory when passing files to CVS.
5172
5173 * ediff-diff.el (ediff-cmp-options): New variable.
5174 (ediff-same-file-contents): Use ediff-cmp-options.
5175
5176 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
5177 ediff-get-patch-buffer): Use current buffer if it appears to be a
5178 patch.
5179
5180 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
5181 C-g
5182
5183 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
5184 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
5185 (viper-save-cursor-color,viper-restore-cursor-color):
5186 Improved cursor color handling.
5187 (viper-get-saved-cursor-color-in-replace-mode,
5188 viper-get-saved-cursor-color-in-insert-mode): New functions for
5189 better cursor color handling.
5190
5191 * viper-ex.el (ex-read,ex-edit):
5192 Fixes for correct interpretation of #,%.
5193 (viper-ex): Now works correctly when called from other functions.
5194 (viper-glob-function): New variable.
5195 (viper-ex): Save excursion before doing :global.
5196
5197 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
5198
5199 * viper-cmd.el (viper-post-command-sentinel,
5200 viper-insert-state-post-command-sentinel,
5201 viper-insert-state-pre-command-sentinel): Takes better care of
5202 cursor colors.
5203
5204 * viper.el: Version change.
5205
5206 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
5207
5208 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
5209 that the modeline display was updated *only* when
5210 `whitespace-display-in-modeline' was set, not otherwise.
5211
5212 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5213
5214 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
5215 "frac12".
5216
5217 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
5218 ad-activate.
5219
5220 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
5221
5222 * whitespace.el: Test for existence of `defcustom' and `defgroup'
5223 using fboundp instead of assuming that these are not present in
5224 particular flavors of emacs.
5225 (whitespace-version): Update to 2.8
5226 (whitespace-display-in-modeline): Add custom variable to control
5227 displaying the whitespace errors on the modeline based on
5228 suggestion from <klaus.berndl@sdm.de>
5229 (whitespace-buffer): Now returns `t' if unclean and `nil' if
5230 clean, to enable using as a hook function, as suggested by Puneet
5231 Goel <puneet@computer.org>
5232 (whitespace-buffer): Fix a subtle bug that cleaned up only if
5233 quiet was not set, even with whitespace-auto-cleanup set.
5234 (whitespace-mode-line): Now uses less modeline real estate and
5235 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
5236 which is present in the file, and <y> is any type of whitespace
5237 whose check has been suppressed by setting
5238 `whitespace-check-<whitespace-type>' to nil.
5239 (whitespace-unchecked-whitespaces): New function to return the
5240 list of whitespaces for whom checks have been suppressed.
5241 (whitespace-display-unchecked-whitespaces): Renamed to
5242 `whitespace-update-modeline' to reflect its functionality.
5243
5244 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5245
5246 * progmodes/compile.el (compilation-error-regexp-alist):
5247 Undo previous change.
5248
5249 1999-10-28 Dave Love <fx@gnu.org>
5250
5251 * help.el (help-follow): Make arg optional again and really
5252 default to point.
5253
5254 1999-10-28 Gerd Moellmann <gerd@gnu.org>
5255
5256 * paths.el (rmail-file-name): Make it an option.
5257
5258 * progmodes/ada-mode.el, progmodes/ada-prj.el,
5259 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
5260 comment fixes.
5261
5262 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5263 MIPS Pro 7.3 compiler error message syntax.
5264
5265 1999-10-27 Dave Love <fx@gnu.org>
5266
5267 * progmodes/compile.el: Checkdoc-inspired fixes.
5268
5269 1999-10-27 Gerd Moellmann <gerd@gnu.org>
5270
5271 * lpr.el (print-buffer): Doc-string fix.
5272
5273 1999-10-27 Dave Love <fx@gnu.org>
5274
5275 * emacs-lisp/advice.el: Doc fixes.
5276 (ad-lemacs-p): Removed.
5277 (advice): Add :link to defgroup.
5278
5279 1999-10-27 Kenichi Handa <handa@etl.go.jp>
5280
5281 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
5282 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
5283
5284 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5285
5286 * window.el (walk-windows): If ALL-FRAMES is a frame,
5287 start on that frame. Use save-selected-window.
5288
5289 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5290
5291 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
5292 ad-activate. All callers changed, including those in data.c.
5293 (ad-activate-internal-off): Renamed from ad-activate-off.
5294 All uses changed.
5295 (ad-activate): Renamed from ad-activate-on. All uses changed.
5296 (ad-start-advice, ad-stop-advice, ad-recover-normality):
5297 Alter the definition of ad-activate-internal, not ad-activate.
5298
5299 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5300
5301 * startup.el (command-line-1): Add support for command line
5302 arguments `file' and `execute'. Fix handling of `visit'.
5303
5304 1999-10-26 Kenichi Handa <handa@etl.go.jp>
5305
5306 * international/mule-cmds.el (read-input-method-name): Handle the
5307 case that the arg DEFAULT is symbol.
5308
5309 * international/mule-diag.el (mule-diag): Handle the case that
5310 default-input-method is symbol.
5311
5312 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5313
5314 * textmodes/tildify.el: New file.
5315
5316 1999-10-25 Sam Steingold <sds@ksp.com>
5317
5318 * Makefile (compile-files): Fixed the "tr" strings.
5319 (EMACS): Set to ../src/emacs.
5320
5321 1999-10-25 Gerd Moellmann <gerd@gnu.org>
5322
5323 * info.el (Info-build-node-completions): Add '("*") to the
5324 completion list.
5325
5326 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5327
5328 * frame.el (auto-raise-mode): When enabling the mode,
5329 immediately raise the selected frame.
5330
5331 * indent.el (indent-region): Doc fix.
5332
5333 * comint.el (comint-output-filter): Make the Comint buffer current
5334 for the comint-preoutput-filter-functions.
5335
5336 * mail/reporter.el: Doc fix.
5337
5338 1999-10-24 Stephen Eglen <stephen@gnu.org>
5339
5340 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
5341 that Octave lisp files can also run under XEmacs 20.
5342 (require 'custom) added so that files can run under Emacs 19.34.
5343
5344 * iswitchb.el (iswitchb-default-keybindings): No need to use
5345 read-kbd-macro in keybindings.
5346
5347 1999-10-23 Dave Love <fx@gnu.org>
5348
5349 * elide-head.el: New file.
5350
5351 1999-10-23 Gerd Moellmann <gerd@gnu.org>
5352
5353 * Makefile (compile-files, backup-compiled-files): New targets.
5354 (bootstrap, bootstrap-clean): Ditto.
5355
5356 1999-10-22 Paul Eggert <eggert@twinsun.com>
5357
5358 * international/mule-cmds.c (locale-language-names):
5359 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
5360 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
5361 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
5362 Use Latin-8 for Welsh.
5363 Use Latin-1 for English if "en" is explicitly specified.
5364 Use Latin-1 for Scots Gaelic, Tagalog.
5365 Use Latin-1 (not Latin-4) for Greenlandic.
5366 Use Latin-1 (not Latin-2) for Albanian.
5367 (locale-preferred-coding-systems, locale-language-names):
5368 Remove generic ISO 8859 locales; locale-charset-language-names now
5369 does this.
5370 (locale-charset-language-names): New variable.
5371 (set-locale-environment): Use language name specified by
5372 locale-charset-language-names if its charsets disagree with the
5373 language name specified by locale-language-names.
5374
5375 1999-10-22 Dave Love <fx@gnu.org>
5376
5377 * make-mode.el: Minor doc fixes.
5378
5379 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
5380
5381 1999-10-21 Dave Love <fx@gnu.org>
5382
5383 * loadup.el: Add latin-8, latin-9.
5384
5385 1999-10-20 Paul Eggert <eggert@twinsun.com>
5386
5387 * disp-table.el (standard-display-european): Remove undocumented
5388 arg AUTO; no longer used by startup.el. Do not attempt to treat
5389 all non-English language environments as coding system names.
5390 Instead, use the downcased language environment name as a coding
5391 system name if it is one; otherwise, use latin-1.
5392
5393 1999-10-20 Gerd Moellmann <gerd@gnu.org>
5394
5395 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
5396 that were split so that part of the comment appeared as Lisp code.
5397
5398 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5399
5400 * ps-bdf.el: Doc fix.
5401
5402 * ps-print-def.el: New file: common definitions for all parts of
5403 ps-print.
5404 (ps-multibyte-buffer): Moved from ps-mule.
5405
5406 * ps-mule.el: File dependence fix.
5407 (ps-multibyte-buffer): Moved to ps-print-def.
5408
5409 * ps-print.el: Doc fix, better customization.
5410 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
5411 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
5412 (ps-end-file): Doc fix.
5413 (ps-setup, ps-begin-file): Fun fix.
5414 (postscript): New group.
5415 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
5416 (ps-print-prologue-1): Adjust PostScript programming.
5417 (ps-print): Adjust group hierarchy.
5418 (ps-print-n-up, ps-print-zebra, ps-print-background,
5419 ps-print-printer)
5420 (ps-print-page): New subgroups.
5421 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
5422 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
5423 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
5424 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
5425 (ps-zebra-stripe-height, ps-print-background-image)
5426 (ps-print-background-text, ps-spool-config): Adjust customization.
5427 (dos-ps-printer): Definition eliminated.
5428
5429 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5430
5431 * ps-mule.el: Doc fix, define functions properly if mule package is
5432 loaded or not.
5433 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
5434 mule package is loaded or not.
5435
5436 * ps-print.el: Doc fix, n-up printing.
5437 (ps-print-version): New version number (5.0).
5438 (ps-page-dimensions-database): Added document media.
5439 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
5440 (ps-page-order, ps-printing-region-p): New vars.
5441 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
5442 funs.
5443 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
5444 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
5445 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
5446 (ps-n-up-xstart, ps-n-up-ystart): New macros.
5447 (ps-print-begin-sheet-hook): New hook.
5448 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
5449 const.
5450 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
5451 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
5452 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
5453 (ps-count-lines): Changed to defun.
5454 (ps-header-page): Changed to defsubst, fix fun.
5455 (ps-printing-region): Doc fix, adjust programming code.
5456 (ps-output-boolean, ps-background-pages, ps-background-text)
5457 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
5458 programming code.
5459
5460 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5461
5462 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
5463 (ps-print-version): New version number (4.2).
5464 (ps-spool-config, ps-spool-tumble): New vars.
5465 (ps-print-prologue-1): Changed to defconst, adjust PostScript
5466 programming, new PostScript procedure to handle errors.
5467 (ps-print-prologue-2): Changed to defconst.
5468 (ps-print-duplex-feature): New const: duplex and tumble setting.
5469 (ps-setup, ps-begin-file): Fix funs.
5470 (ps-boolean-capitalized): New fun.
5471
5472 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
5473
5474 * Makefile (dontcompilefiles): Obsoleted.
5475 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5476 (EL): Unused.
5477 (temacs): Removed (unused).
5478 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
5479 version of the file (necessary for the update to work properly).
5480 (autoloads): Force the use of `pwd`/loaddefs.el.
5481 (updates); Redefined in terms of other targets to reduce redundancy.
5482 (.el.elc): New default rule, just in case you want it.
5483 (compile): Use a single invocation of Emacs.
5484 (bootstrap-compile); Unneeded.
5485 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
5486
5487 1999-10-19 Dave Love <fx@gnu.org>
5488
5489 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
5490
5491 1999-10-19 Sam Steingold <sds@ksp.com>
5492
5493 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
5494 comply with the comment.
5495
5496 1999-10-19 Gerd Moellmann <gerd@gnu.org>
5497
5498 * autorevert.el (auto-revert-mode): Make auto-revert-mode
5499 permanent-local.
5500
5501 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
5502
5503 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
5504 value: \"lpr\" changed to "lpr"
5505 (ps-mode-version): New constant
5506 (ps-mode-show-version): New function, added key in ps-mode-map
5507 (ps-run-messages): Removed
5508 (ps-run-font-lock-keywords-2): New defcustom variable replacing
5509 ps-run-messages. These keywords now include the value of
5510 ps-run-prompt, making its fontification customizable.
5511 (ps-run-init): Removed \\n from docstring, it is now added when
5512 the value is used
5513 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
5514 ps-run-prompt
5515 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
5516 customizable variables in doc-string (its equivalent
5517 ps-run-messages was missing in previous version of the doc-string)
5518 (ps-run-mode): Simplified assignment to font-lock-defaults, using
5519 symbols only
5520
5521 1999-10-19 Alex Schroeder <alex@gnu.org>
5522
5523 * ansi-color.el: Complete rewrite.
5524
5525 1999-10-19 Paul Eggert <eggert@twinsun.com>
5526
5527 Fix bootstrapping problems.
5528 Use the system locale to specify Emacs locale defaults.
5529
5530 * international/mule-cmds.el (global-map):
5531 Do not use backquote, because that makes a bootstrapping
5532 problem if you need to recompile all Lisp files using interpreted code.
5533 * international/mule.el (charset-id, charset-bytes,
5534 charset-dimension, charset-chars, charset-width,
5535 charset-direction, charset-iso-final-char,
5536 charset-iso-graphic-plane, charset-reverse-charset,
5537 charset-short-name, charset-long-name, charset-description,
5538 charset-plist): Likewise.
5539 * subr.el (save-match-data): Likewise.
5540
5541 * international/mule-cmds.el
5542 (set-display-table-and-terminal-coding-system): New function,
5543 containing code migrated out of set-language-environment.
5544 (set-language-environment, set-locale-environment): Use it.
5545 (locale-translation-file-name): Moved here from startup.el.
5546 (locale-language-names, locale-preferred-coding-systems):
5547 New vars.
5548 (locale-name-match, set-locale-environment): New functions.
5549
5550 * language/japan-util.el (setup-japanese-environment-internal):
5551 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
5552
5553 * startup.el (iso-8859-n-locale-regexp): Remove.
5554 (locale-translation-file-name): Move to mule-cmds.el.
5555 (command-line): Move locale-stuff into set-locale-environment.
5556
5557 1999-10-18 Dave Love <fx@gnu.org>
5558
5559 * abbrev.el (add-abbrev, inverse-add-abbrev)
5560 (expand-region-abbrevs): Remove properties from buffer text.
5561
5562 1999-10-17 Gerd Moellmann <gerd@gnu.org>
5563
5564 * iswitchb.el (iswitchb-exhibit): Extract user-input only
5565 from the mini-buffer, without the prompt.
5566
5567 * simple.el (minibuffer-prompt-end): Return the position
5568 after the prompt, not the position of that last character
5569 of the prompt.
5570
5571 1999-10-17 Miles Bader <miles@gnu.org>
5572
5573 * simple.el: Doc fixes.
5574
5575 1999-10-17 Miles Bader <miles@gnu.org>
5576
5577 * simple.el (previous-matching-history-element, next-history-element):
5578 Change to work correctly even if the point is in the prompt.
5579 (choose-completion-string): Likewise.
5580 (minibuffer-prompt-width): New function (compatibility with old subr).
5581
5582 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
5583 When constraining the final position to the current field,
5584 don't use the ONLY-IN-LINE mode of constrain-to-field.
5585
5586 1999-10-17 Miles Bader <miles@gnu.org>
5587
5588 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
5589 constrain-to-field.
5590 * textmodes/paragraphs.el (forward-sentence): Likewise.
5591
5592 1999-10-17 Miles Bader <miles@gnu.org>
5593
5594 * simple.el (line-move): Use constrain-to-field to avoid
5595 moving into a prompt.
5596 (previous-complete-history-element): Clarify doc string.
5597 (next-complete-history-element): Likewise.
5598 Use field-beginning instead of point-min.
5599 (next-matching-history-element): Use field-beginning and
5600 erase-field instead of point-min and erase-buffer.
5601 * textmodes/paragraphs.el
5602 (forward-paragraph, forward-sentence): Likewise.
5603 (backward-kill-paragraph, backward-kill-sentence): Remove code to
5604 constrain the kill to an field, as the movement commands now
5605 do this.
5606
5607 1999-10-17 Miles Bader <miles@gnu.org>
5608
5609 * simple.el (previous-matching-history-element): Get the
5610 minibuffer input with field-string instead of buffer-string.
5611 (choose-completion-string): Likewise.
5612 (next-history-element): Likewise.
5613 Erase the minibuffer input with erase-field, not erase-buffer.
5614 Use field-beginning to find the beginning of the input.
5615 * textmodes/paragraphs.el (backward-kill-sentence):
5616 Remove minibuffer-prompt hack.
5617 Constrain to any input field.
5618
5619 1999-10-17 Sam Steingold <sds@ksp.com>
5620
5621 * bindings.el (completion-ignored-extensions): Added ".sparcf"
5622 for CMUCL on sparc and ".ufsl" for LispWorks.
5623 (bound-and-true-p): Bugfix: free variable `v'.
5624
5625 1999-10-16 Dave Love <d.love@dl.ac.uk>
5626
5627 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
5628 (edebug-uninstall-read-eval-functions): Use load-read-function,
5629 avoiding elisp-eval.
5630
5631 1999-10-16 Sam Steingold <sds@ksp.com>
5632
5633 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
5634 instead of `eql'.
5635
5636 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
5637
5638 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
5639 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
5640 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
5641 * ediff-util.el (ediff-make-temp-file):
5642 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5643 * emerge.el (emerge-make-temp-file):
5644 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
5645 * vc.el (vc-update-change-log):
5646 * mail/mailpost.el (post-mail-send-it):
5647 * mail/metamail.el (metamail-region):
5648 * progmodes/cmacexp.el (c-macro-expansion):
5649 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
5650
5651 1999-10-15 Gerd Moellmann <gerd@gnu.org>
5652
5653 * smtpmail.el (smtpmail-via-smtp): Add support for
5654 automatically appending a domain to RCPT TO: addresses.
5655
5656 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5657
5658 * dired.el (dired-insert-directory): Insert the amount of
5659 free space after the total size.
5660 (dired-free-space-program, dired-free-space-args): New variables.
5661
5662 1999-10-14 Karl Heuer <kwzh@gnu.org>
5663
5664 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
5665
5666 1999-10-14 Dave Love <fx@gnu.org>
5667
5668 * international/characters.el:
5669 * international/fontset.el:
5670 * international/mule-conf.el: Add latin-iso8859-1[45].
5671
5672 * language/european.el: Add Latin-8, Latin-9. Modify some doc
5673 strings.
5674
5675 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
5676 (command-line): Detect Latin-[89] locales.
5677
5678 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5679
5680 * international/mule-cmds.el (select-safe-coding-system)
5681 (leim-list-header): Avoid the use of strings that start with backslash
5682 newline since lread.c:read1 has a hack to turn those strings into
5683 integer 0 during the loadup.el process.
5684
5685 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
5686
5687 1999-10-13 Dave Love <fx@gnu.org>
5688
5689 * image.el (insert-image): Copy the image spec and add an
5690 intangible property.
5691
5692 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5693
5694 * help.el (help-xref-interned): Make it also work on variable-only
5695 and function-only symbols.
5696 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
5697 (help-follow): If the point under mouse is not highlighted, try
5698 `help-xref-interned' on the pointed-to symbol anyway.
5699
5700 * info.el (Info-on-current-buffer): New entry point.
5701 (Info-find-node): Split into two for Info-on-current-buffer to
5702 hook into it.
5703 (Info-current-file, Info-set-mode-line, Info-up):
5704 Info-current-file can now be t.
5705 (Info-clone-buffer-hook): Function for `clone-buffer'.
5706 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
5707 Make `clone-buffer' available in various ways to the user.
5708
5709 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
5710
5711 * simple.el (shell-command, shell-command-on-region): Use
5712 make-temp-file.
5713 (clone-buffer, clone-process, clone-buffer-hook): New functions.
5714
5715 * subr.el (with-current-buffer): Don't use backquotes to avoid
5716 bootstrapping problems.
5717
5718 * loadup.el (load-path): Add subdirs for bootstrapping.
5719 (docstrings): Ignore errors during bootstrapping.
5720 (args): New `bootstrap' argument (for use in place of `dump').
5721
5722 1999-10-12 Emmanuel Briot <briot@gnat.com>
5723
5724 * ada-stmt.el: Doc-string fixes.
5725
5726 1999-10-12 Gerd Moellmann <gerd@gnu.org>
5727
5728 * recentf.el: New file.
5729
5730 * ps-mode.el: New file.
5731
5732 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
5733 case insensitive.
5734
5735 1999-10-12 Richard Sharman <rsharman@pobox.com>
5736
5737 * sh-script.el: Added support for indenting existing scripts.
5738 (sh-mode-map): Added new bindings.
5739 (sh-mode): Updated mode doc-string for new commands, added
5740 make-local-variable calls, initialize mode-specific variables.
5741 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
5742 is now a different function.
5743 (sh-header-marker): Changed docstring.
5744 (sh-set-shell): Initialize mode-specific variables.
5745 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
5746 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
5747 Changed these define-skeleton calls to work with user-specified
5748 indentation settings.
5749 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
5750 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
5751 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
5752 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
5753 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
5754 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
5755 (sh-guess-basic-offset, sh-handle-after-case-label)
5756 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
5757 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
5758 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
5759 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
5760 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
5761 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
5762 (sh-handle-this-then, sh-help-string-for-variable)
5763 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
5764 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
5765 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
5766 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
5767 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
5768 (sh-remove-our-text-properties, sh-rescan-buffer)
5769 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
5770 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
5771 (sh-scan-case, sh-search-word, sh-set-char-syntax)
5772 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
5773 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
5774 functions.
5775 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
5776 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
5777 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
5778 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
5779 (sh-var-list): New variables.
5780
5781 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
5782
5783 * quickurl.el (quickurl-list-insert): `count-lines' was returning
5784 a value one line to high if the cursor wasn't at the start of a
5785 line. A `beginning-of-line' is now performed before making the
5786 call to `count-lines'.
5787
5788 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
5789
5790 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
5791
5792 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
5793
5794 * Makefile (setwins): Abstract out the command to find subdirectories
5795 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
5796 (custom-deps, finder-data, autoloads, update-subdirs, updates)
5797 (autoloads-with-other-emacs): Use it.
5798
5799 * diff-mode.el: New file. A mode for viewing/editing context diffs.
5800
5801 1999-10-09 Gerd Moellmann <gerd@gnu.org>
5802
5803 * Makefile (bootstrap-compile): New target. Compile Lisp
5804 files with ../src/temacs.
5805
5806 1999-10-08 Dave Love <fx@gnu.org>
5807
5808 * ange-ftp.el: Require dired when compiling.
5809 (ange-ftp-normal-login): Allow EFS-style port specification.
5810
5811 1999-10-08 Simon Marshall <simon@gnu.org>
5812
5813 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
5814 (regexp-opt-group): Use it to get common suffixes in STRINGS.
5815 If STRINGS is nil, return "" rather than nil.
5816
5817 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5818
5819 * Makefile (compile): Compile files one by one. Set load-path to
5820 current directory and subdirectories when compiling.
5821
5822 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5823
5824 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
5825 (emacs): Use it everywhere instead of EMACS.
5826 (compile): New target. Compile all Lisp files from scratch.
5827 (recompile): New target. Recompile lisp directory.
5828 (autoloads-with-other-emacs): New target. Build loaddefs.el with
5829 an Emacs executable not built in the current directory tree.
5830
5831 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
5832
5833 * filecache.el (file-cache-completion-ignore-case): New variable,
5834 defaulting to the value of completion-ignore-case.
5835 (file-cache-minibuffer-complete): Use it.
5836 (file-cache-files-matching, file-cache-files-matching-internal):
5837 New functions.
5838
5839 1999-10-07 Emmanuel Briot <briot@gnat.com>
5840
5841 * ada-xref.el: New file
5842
5843 * ada-prj.el: New file
5844
5845 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
5846
5847 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
5848 subprogram being created.
5849
5850 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
5851 ada-indent-newline-indent): Rewritten to support the new indentation
5852 scheme
5853
5854 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
5855 New functions
5856
5857 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
5858 justification parameter
5859
5860 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
5861 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
5862 external program
5863
5864 1999-10-07 Dave Love <fx@gnu.org>
5865
5866 * bindings.el (bound-and-true-p): New macro.
5867 (make-mode-line-mouse-sensitive): Don't require easymenu.
5868
5869 1999-10-07 Gerd Moellmann <gerd@gnu.org>
5870
5871 * custom.el (defface): Extend documentation for new values of
5872 `type'.
5873
5874 * faces.el (face-spec-set-match-display): Recognize `type' of
5875 `motif', `lucid', `x-toolkit'.
5876 (menu): New face.
5877
5878 1999-10-05 Dave Love <fx@gnu.org>
5879
5880 * files.el: Recognize temporary crontab files.
5881
5882 * info.el: Require jka-compr when compiling.
5883 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
5884
5885 1999-10-04 Dave Love <fx@gnu.org>
5886
5887 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
5888 scroll-up-aggressively, scroll-down-aggressively.
5889
5890 * time.el (display-time-mode): Add autoload cookie.
5891
5892 * rect.el (delete-extract-rectangle): Doc fix from verna.
5893
5894 * help-macro.el (three-step-help): Customize.
5895
5896 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5897
5898 * hexl.el (hexlify-buffer): Move point in proper range
5899 if it is too large.
5900 (hexl-after-revert-hook): Update hexl-max-address.
5901 (hexl-address-to-marker): Doc fix.
5902
5903 1999-10-03 Dave Love <fx@gnu.org>
5904
5905 * image.el (defimage): Remove redundant code. Substitute file in
5906 image plist.
5907
5908 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
5909
5910 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
5911 when doing with-temp-file.
5912
5913 1999-10-01 Dave Love <fx@gnu.org>
5914
5915 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
5916
5917 * help.el: Require view when compiling.
5918 (view-emacs-FAQ): Use Info version.
5919
5920 1999-09-29 Ken'ichi Handa <handa@gnu.org>
5921
5922 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
5923 (normat->normal). Use correct font names for Korean
5924 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
5925
5926 1999-09-29 Kenichi Handa <handa@etl.go.jp>
5927
5928 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
5929 code not used by KOI8 to the same 8-bit code instead of mapping to
5930 SPC.
5931 (cyrillic-alternativnyj-decode-table): Likewise.
5932
5933 1999-09-29 Alex Schroeder <alex@gnu.org>
5934
5935 * sql.el (sql-imenu-generic-expression): Aew, used to set
5936 imenu-generic-expression.
5937 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
5938 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
5939 imenu-case-fold-search, and imenu-syntax-alist.
5940 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
5941 setting font-lock-defaults' SYNTAX-ALIST.
5942
5943 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5944
5945 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
5946 macro, try again.
5947
5948 1999-09-28 Dave Love <fx@gnu.org>
5949
5950 * cus-edit.el (custom-comment): Change widget definition.
5951 (custom-comment-create, custom-comment-show)
5952 (custom-comment-invisible-p): Don't use :comment-overlay.
5953 (custom-comment-hide): New function.
5954 (custom-variable-set, custom-variable-save)
5955 (custom-variable-reset-standard, custom-face-set)
5956 (custom-face-save): Use it.
5957
5958 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5959
5960 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
5961
5962 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5963
5964 * faces.el (region): Doc fix.
5965
5966 1999-09-27 Dave Love <fx@gnu.org>
5967
5968 * isearch.el (isearch): Add :links in defgroup.
5969 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
5970 (isearch-switch-frame-handler): Comment out (unused).
5971 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
5972 (isearch-ring-retreat-edit): Doc fix.
5973 (isearch-mouse-yank): New command.
5974 (isearch-last-command-char): Removed. Callers changed to use
5975 last-command-char.
5976 (isearch-char-to-string): Removed. Callers changed to use
5977 char-to-string.
5978
5979 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
5980
5981 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
5982 option for Russian.
5983
5984 1999-09-25 Gerd Moellmann <gerd@gnu.org>
5985
5986 * faces.el (face-differs-from-default-p): Compare face
5987 attributes individually.
5988
5989 * image.el (put-image, insert-image): Add string argument.
5990
5991 1999-09-24 Gerd Moellmann <gerd@gnu.org>
5992
5993 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
5994 LANG=de_DE.iso88591 on HPUX 11.0.
5995
5996 * dired.el (dired-move-to-filename-regexp): Make it work
5997 for LANG=de_DE.iso88591 on HPUX 11.0.
5998
5999 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6000
6001 * info.el (info-initialize): Don't test existence of ALTERNATIVE
6002 if we know for some other reason it should not be used.
6003
6004 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
6005 New variable.
6006 (edebug-recursive-edit): Save current-prefix-arg there,
6007 bind it, and set it back at the end.
6008 (edebug-outside-excursion): Restore and update the outside
6009 value of current-prefix-arg.
6010 (edebug-emacs-version-specific): Delete support for Epoch.
6011
6012 1999-09-24 Howard Melman <howard@silverstream.com>
6013
6014 * imenu.el (imenu-after-jump-hook): New variable.
6015 (imenu): Run menu-after-jump-hook.
6016 (imenu-name-lookup-function): New variable.
6017 * imenu.el (imenu--in-alist): Use those variables.
6018
6019 1999-09-24 Carsten Dominik <cd@gnu.org>
6020
6021 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
6022 multiple thebibliography environments.
6023
6024 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
6025 with recentering window.
6026 (reftex-extract-bib-entries-from-thebibliography,
6027 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
6028 with multiple thebibliography environments.
6029
6030 * textmodes/reftex-vars.el
6031 (reftex-section-levels): Function allowed as cdr.
6032 (reftex-max-section-depth) New option.
6033
6034 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
6035 with multiple thebibliography environments.
6036
6037 1999-09-23 Gerd Moellmann <gerd@gnu.org>
6038
6039 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
6040 instead of point-min in call to delete-region.
6041
6042 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
6043
6044 * vc.el (vc-backend-checkout): Use with-temp-file when checking
6045 out into arbitrary file names.
6046
6047 1999-09-19 Ken'ichi Handa <handa@gnu.org>
6048
6049 * language/european.el ("Turkish"): New language environment.
6050
6051 1999-09-19 Dave Love <fx@gnu.org>
6052
6053 * delim-col.el: New file.
6054
6055 1999-09-17 Richard Stallman <rms@gnu.org>
6056
6057 * files.el (after-find-file): When visiting a backup file,
6058 make it read-only.
6059
6060 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
6061 (apropos-keybinding-face, apropos-label-face): Likewise.
6062 (apropos-property-face, apropos-match-face): Likewise.
6063 (apropos-label-properties): New variable.
6064 (apropos-print-doc): Use apropos-label-properties.
6065 (apropos-print): Set apropos-label-properties.
6066
6067 1999-09-15 Richard Stallman <rms@gnu.org>
6068
6069 * winner.el: Use aref instead of sref.
6070
6071 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
6072
6073 1999-09-14 Gerd Moellmann <gerd@gnu.org>
6074
6075 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
6076
6077 1999-09-14 Richard Stallman <rms@gnu.org>
6078
6079 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
6080 cookie, even if followed by a letter.
6081
6082 1999-09-14 Stephen Eglen <stephen@gnu.org>
6083
6084 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
6085 --no-line-editing are passed to Octave by including them here
6086 rather than storing them in inferior-octave-startup-args.
6087
6088 1999-09-14 Eli Zaretskii <eliz@gnu.org>
6089
6090 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
6091 command, option, env and sc.
6092
6093 * subr.el (shell-quote-argument): Quote argument with double
6094 quotes for ms-dos.
6095
6096 1999-09-14 Richard Stallman <rms@gnu.org>
6097
6098 * simple.el (eval-expression-print-level): New variable.
6099 (eval-expression-print-length): New variable.
6100 (eval-expression-debug-on-error): New variable.
6101 (eval-expression): Bind print-level, print-length and
6102 debug-on-error from those vars.
6103
6104 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
6105 Bind print-level, print-length and debug-on-error.
6106
6107 1999-09-14 Inge Frick <inge@nada.kth.se>
6108
6109 * dired.el (dired-recursive-deletes): New custom variable.
6110 (dired-re-no-dot): New variable.
6111 (dired-delete-file): New function deletes files and directories
6112 recursively.
6113 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
6114
6115 * dired-aux.el (dired-recursive-copies): New custom variable.
6116 (dired-handle-overwrite): Broke a long line.
6117 (dired-copy-file): Call `dired-copy-file-recursive' instead of
6118 `copy-file'.
6119 (dired-copy-file-recursive): New function. Copy directories
6120 recursively.
6121 (dired-do-create-files): Added support for generalized directory
6122 target. How-to function may now return a function. New fluid
6123 variable `dired-one-file'.
6124 (dired-copy-how-to-fn): New variable.
6125 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
6126 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
6127 (dired-do-copy-regexp): No recursive copies.
6128
6129 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
6130
6131 * whitespace.el (whitespace-version): Update version to 2.4
6132
6133 * whitespace.el: Add customization variables to conditionally test
6134 any of the five whitespaces, per request from Rune Kleveland
6135 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
6136
6137 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
6138
6139 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
6140 list of modes to be checked for bogus whitespaces.
6141
6142 * whitespace.el (whitespace-rescan-timer-time): Update
6143 documentation.
6144
6145 * whitespace.el (whitespace-display-unchecked-whitespaces):
6146 New function to update modeline with untested whitespaces.
6147
6148 * whitespace.el (whitespace-buffer): Test only whitespaces whose
6149 checking is turned on, and update modeline using the newly created
6150 `whitespace-display-unchecked-whitespaces'.
6151
6152 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
6153 whose checking is turned on, and update modeline using the newly
6154 created `whitespace-display-unchecked-whitespaces'.
6155
6156 * whitespace.el (whitespace-describe): Update documentation.
6157
6158 * whitespace.el (whitespace-tickle-timer): Test if
6159 `whitespace-rescan-timer-time' is non-zero before tickling timer.
6160
6161 1999-09-13 Dave Love <fx@gnu.org>
6162
6163 * hideif.el (hide-ifdef-mode): Add autoload cookie.
6164
6165 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
6166 for temp buffer.
6167 (checkdoc-this-string-valid): Don't assume default comment-start.
6168
6169 1999-09-13 Gerd Moellmann <gerd@gnu.org>
6170
6171 * rsz-mini.el: Remove code, keep the interface.
6172
6173 1999-09-13 Dave Love <fx@gnu.org>
6174
6175 * help.el (help-highlight-p): Doc fix.
6176
6177 * faces.el (mode-line, header-line, tool-bar): Add :version.
6178 (highlight, secondary-selection): Add :group.
6179 (trailing-whitespace): Add :group, :version.
6180
6181 * wid-edit.el: Remove some compatibility code and checks.
6182 (widget-specify-field, widget-specify-button): Don't use XEmacs
6183 properties.
6184 (widget-overlay-inactive): Change error message.
6185 (widget-button-pressed-face): New variable.
6186 (widget-button-click): Use it.
6187 (widget-documentation-link-add): Specify mouse and button faces.
6188 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
6189 removed now the functionality is built in.
6190
6191 * cus-edit.el: Don't define-widget-keywords.
6192 (multimedia): New group.
6193 (custom-last): Function removed.
6194 (custom-quote): Add vectorp case, comment out characterp case.
6195 (custom-buffer-done-function, custom-raised-buttons): New option.
6196 (Custom-buffer-done): New function.
6197 (custom-buffer-create-internal): Obey custom-raised-buttons,
6198 Custom-buffer-done.
6199 (custom-button-face): Make it `released-button'.
6200 (custom-button-pressed-face): Make it `pressed-button'
6201 (custom-mode-map): Bind "q" to Custom-buffer-done.
6202 (custom-mode): Deal with raised/pressed buttons.
6203
6204 Changes from Didier Verna:
6205 (custom-prompt-variable): Optional third arg makes prompt for a
6206 comment string.
6207 (customize-set-value, customize-set-variable,
6208 customize-save-variable): Optional prefix makes function handle
6209 variable comments.
6210 (customize-customized, customize-saved, custom-variable-state-set)
6211 (custom-variable-set, custom-variable-save, custom-face-state-set)
6212 (custom-variable-reset-saved, custom-variable-reset-standard)
6213 (custom-face-set, custom-face-save, custom-face-reset-saved)
6214 (custom-face-reset-standard, customize-save-customized): Handle
6215 custom comments.
6216 (custom-comment-face, custom-comment-tag-face): New face.
6217 (custom-comment): New widget.
6218 (custom-comment-create, custom-comment-delete)
6219 (custom-comment-value-set, custom-comment-show)
6220 ()custom-comment-invisible-p): New functions.
6221 (custom-variable-value-create, custom-face-value-create): Create a
6222 comment field widget.
6223 (custom-variable-menu, custom-face-menu): New entry for custom
6224 comment.
6225 (custom-face-value-create): Remove compatibility code.
6226 (custom-save-variables, custom-save-faces): Possibly save custom
6227 comments.
6228
6229 * cus-face.el (custom-face-attributes): Simplify :underline,
6230 :overline, :inverse-video cases. Fix up :box case (probably needs
6231 more work).
6232
6233 Change from Didier Verna:
6234 (custom-set-faces): The arguments can now have a custom comment as
6235 fourth argument.
6236
6237 * custom.el: Don't define-widget-keywords.
6238 Change from Didier Verna:
6239 (custom-set-variables): The arguments can now have a
6240 custom comment as fifth element.
6241
6242 1999-09-13 Richard Stallman <rms@gnu.org>
6243
6244 * info.el (Info-find-node): Cope better if guesspos is too large.
6245
6246 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6247
6248 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
6249 of buffer-substring because buffer-string doesn't copy the
6250 prompt.
6251
6252 * faces.el (mode-line): Replaces `modeline'.
6253 (toplevel): Make `modeline' an alias for `mode-line'.
6254
6255 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6256
6257 * gs.el: Change `ghostscript' to `postscript' in comment.
6258
6259 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
6260
6261 * emulation/tpu-edt.el (tpu-version): New version.
6262 (tpu-search-overlay, tpu-replace-overlay): New variables.
6263 (tpu-search-highlight, tpu-toggle-direction): New functions.
6264 (tpu-lm-replace): Set tpu-replace-overlay.
6265 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
6266 command hook.
6267
6268 1999-09-11 Richard Stallman <rms@gnu.org>
6269
6270 * isearch.el (isearch-mode-map): Undo previous change.
6271
6272 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
6273 use all of that as the sexp.
6274
6275 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
6276 and use the initial argument as file name directly.
6277 Likewise if nothing matches.
6278
6279 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
6280
6281 * winner.el: Major changes. Avoid changing point and mark.
6282 Save configurations after they change, not before.
6283
6284 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
6285
6286 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
6287 Bind print-continuous-numbering and print-number-table.
6288
6289 1999-09-10 Dave Love <fx@gnu.org>
6290
6291 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
6292
6293 1999-09-09 Richard Stallman <rms@gnu.org>
6294
6295 * whitespace.el: Finish making it fit Emacs conventions.
6296 Add autoloads.
6297
6298 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6299
6300 * generic-x.el (bat-generic-mode): "::"-style comments don't
6301 need to begin with "-". Fix the font-lock definitions of ON/OFF
6302 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
6303 from the list of keywords. Add DO to the list of keywords.
6304
6305 1999-09-09 Dave Love <fx@gnu.org>
6306
6307 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
6308 (byte-optimize-backward-word): New optimizations.
6309 (side-effect-free-fns, side-effect-and-error-free-fns): Add
6310 entries.
6311
6312 1999-09-09 Gerd Moellmann <gerd@gnu.org>
6313
6314 * image.el (put-image): Remove optional buffer parameter.
6315
6316 * faces.el (face-italic-p): Return t only for values `italic'
6317 and `oblique'.
6318
6319 * mouse.el (mouse-drag-mode-line-1): Extension of former
6320 mouse-drag-mode-line that also drags the header line.
6321 (mouse-drag-mode-line): Call it.
6322 (mouse-drag-header-line): New.
6323 (toplevel): Bind down-mouse-1 on header lines to
6324 mouse-drage-header-line.
6325
6326 1999-09-08 Gerd Moellmann <gerd@gnu.org>
6327
6328 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
6329 (make-mode-line-mouse-sensitive): Replace `top-line' by
6330 `header-line'.
6331
6332 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
6333
6334 * help.el (describe-function-1): Don't return empty string for keymaps.
6335
6336 * fill.el (fill-region-as-paragraph, canonically-space-region):
6337 Respect colon-double-space at end of line.
6338
6339 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
6340
6341 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
6342 (backup-buffer): Use it.
6343
6344 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
6345
6346 * generic-x.el (generic-define-unix-modes): Added new modes:
6347 inetd-conf-generic-mode, etc-services-generic-mode,
6348 etc-passwd-generic-mode. These are all defined for Unix by default.
6349 (apache-generic-mode): Use an imenu-generic-expression to list
6350 Configuration keywords.
6351 (samba-generic-mode): Use both ; and # as comment characters.
6352 (samba-generic-mode): Font-lock expressions now highlight name
6353 value pairs.
6354 (bat-generic-mode): Keywords are now case-insensitive through
6355 font-lock-defaults setting.
6356 (java-properties-generic-mode): Supports both ! and # as comment
6357 characters.
6358 (java-properties-generic-mode): Added an imenu-generic-expression
6359 (java-properties-generic-mode): Reworked to support the various
6360 different ways to separate name and value (viz, '=', ':' and
6361 whitespace).
6362 (show-tabs-generic-mode): Added this new generic-mode.
6363
6364 1999-09-08 Richard Stallman <rms@gnu.org>
6365
6366 * progmodes/inf-lisp.el: Moved from top directory.
6367
6368 * tar-mode.el (tar-header-block-tokenize):
6369 Use `when' instead of `and'. Fix some clobbered text.
6370
6371 * gud.el (gud-make-debug-menu): Make a child for the
6372 local menu, for its menu bar, and the debug menu.
6373 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
6374 Use the history in the simple way.
6375
6376 1999-09-07 Kenichi Handa <handa@etl.go.jp>
6377
6378 * language/korea-util.el (default-korean-keyboard): Initialize it
6379 according to the environment variable HANGUL_KEYBOARD_TYPE.
6380
6381 1999-09-07 Richard Stallman <rms@gnu.org>
6382
6383 * subr.el (make-temp-file): New function.
6384
6385 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
6386
6387 * font-lock.el (font-lock-multiline): New text property contains
6388 a boolean to indicate if the char is part of a multiline match.
6389 (font-lock-default-fontify-region): Extend the region appropriately
6390 for multiline keywords.
6391 (font-lock-default-unfontify-region): Also remove the new
6392 font-lock-multiline text property.
6393 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
6394 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
6395
6396 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6397
6398 * diary-lib.el (list-diary-entries): Make sure two-digit years
6399 have leading zeros.
6400
6401 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6402
6403 * faces.el (face-set-after-frame-default): Initialize some
6404 attributes of some faces from frame parameters.
6405
6406 * faces.el (scroll-bar, border, cursor, mouse): New faces.
6407
6408 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6409
6410 * faces.el (fringe): Replaces face `margin'.
6411
6412 1999-09-07 Dave Love <fx@gnu.org>
6413
6414 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
6415
6416 1999-09-07 Richard Stallman <rms@gnu.org>
6417
6418 * subr.el (push): Doc fix.
6419
6420 1999-09-06 Richard Stallman <rms@gnu.org>
6421
6422 * vc.el (vc-annotate-display): Use < 69 not < 70
6423 to distinguish 20YY from 19YY.
6424
6425 * timezone.el (timezone-parse-date): Use < 69 not < 70
6426 to distinguish 20YY from 19YY.
6427
6428 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
6429
6430 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
6431
6432 * quickurl.el: (quickurl-list-focused-line): Removed.
6433 (quickurl-list-insert): Now works out the focused line using
6434 `count-lines' instead of using `quickurl-list-focused-line'.
6435
6436 1999-09-06 Richard Stallman <rms@gnu.org>
6437
6438 * mail/rmail.el (rmail-retry-failure): Unconditionally move
6439 to beginning of message.
6440
6441 1999-09-06 Dave Love <fx@gnu.org>
6442
6443 * isearch.el (isearch-mode-map): Add mouse-2.
6444
6445 * mail/rmail.el (rmail-read-password): Deleted.
6446 (rmail-get-pop-password): Use read-password.
6447
6448 * quickurl.el: Don't conditionally define caddr.
6449 (quickurl-url-comment): Use nth, not caddr in function and
6450 defsetf.
6451
6452 1999-09-06 Richard Stallman <rms@gnu.org>
6453
6454 * auto-show.el: Doc fixes.
6455
6456 1999-09-06 Stephen Eglen <stephen@gnu.org>
6457
6458 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
6459 --no-line-editing so that TABs in source files are not interpreted
6460 as completion requests.
6461
6462 1999-09-06 Gerd Moellmann <gerd@gnu.org>
6463
6464 * hscroll.el, auto-show.el: Remove all code, keep the public
6465 interface as no-ops.
6466
6467 * faces.el (face-bold-p): Don't return t if face has lighter
6468 weight than normal.
6469
6470 1999-09-06 Eli Zaretskii <eliz@gnu.org>
6471
6472 * startup.el (command-line): Make small-temporary-file-directory
6473 be nil except on ms-dos.
6474
6475 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
6476
6477 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
6478 is defined.
6479
6480 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
6481 letters with a colon after d or l.
6482
6483 1999-09-06 Dave Love <fx@gnu.org>
6484
6485 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
6486 primitive.)
6487
6488 1999-09-05 Richard Stallman <rms@gnu.org>
6489
6490 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
6491
6492 * textmodes/paragraphs.el (backward-kill-sentence):
6493 Don't test minibuffer-prompt-end here.
6494 (forward-sentence): Do handle it here.
6495 (backward-kill-paragraph): Don't test it here.
6496 (forward-paragraph): Handle it here.
6497
6498 * mouse.el (font-menu-add-default): Simplify code.
6499
6500 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6501
6502 * faces.el (header-line): Renamed from `top-line'.
6503
6504 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6505
6506 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
6507
6508 1999-09-04 Richard Stallman <rms@gnu.org>
6509
6510 * whitespace.el: New file.
6511
6512 1999-09-04 Dave Love <fx@gnu.org>
6513
6514 * paths.el: Make some doc strings obey the make-docfile convention.
6515
6516 * bindings.el: Likewise.
6517 (debug-ignored-errors): Remove BBDB ones.
6518
6519 1999-09-03 Richard Stallman <rms@gnu.org>
6520
6521 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
6522 not from the draft to forward.
6523
6524 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
6525
6526 1999-09-03 Dave Love <fx@gnu.org>
6527
6528 * double.el (double-mode): Customize the variable.
6529
6530 1999-09-03 Kenichi Handa <handa@etl.go.jp>
6531
6532 * international/characters.el: Delete duplicated code.
6533
6534 1999-09-02 Richard Stallman <rms@gnu.org>
6535
6536 * indent.el (indent-relative): Doc fix.
6537
6538 * quickurl.el (quickurl): Doc fix.
6539
6540 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6541
6542 * faces.el (margin): Change background to "gray" for mono (this is
6543 drawn with a stipple pattern).
6544
6545 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6546
6547 * simple.el (next-history-element): Use minibuffer-prompt-end once
6548 again. Remove test for minibuffer-prompt-in-buffer.
6549
6550 1999-09-02 Eli Zaretskii <eliz@gnu.org>
6551
6552 * files.el (small-temporary-file-directory): New variable.
6553
6554 * startup.el (command-line): Compute the value of
6555 small-temporary-file-directory.
6556
6557 * ediff-init.el (ediff-temp-file-prefix): Use
6558 small-temporary-file-directory if non-nil.
6559
6560 * vc.el (vc-update-change-log): Likewise.
6561
6562 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
6563
6564 * simple.el (shell-command, shell-command-on-region): Use
6565 make-temp-name properly. Use small-temporary-file-directory if
6566 non-nil, otherwise temporary-file-directory, to generate temporary
6567 files.
6568
6569 * dos-w32.el (direct-print-region-helper): Use
6570 temporary-file-directory. (From Stefan Monnier.)
6571
6572 1999-09-02 Richard Stallman <rms@gnu.org>
6573
6574 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
6575 from asm-comment-char.
6576 (asm-font-lock-keywords): Recognize instruction width suffixes.
6577
6578 1999-09-01 Richard Stallman <rms@gnu.org>
6579
6580 * play/fortune.el: New file.
6581
6582 1999-08-31 Dave Love <fx@gnu.org>
6583
6584 * help.el (help-make-xrefs): Don't lose on non-empty blank line
6585 after key table.
6586
6587 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
6588 redisplay variables.
6589
6590 * subr.el (push): Fix typo.
6591
6592 1999-08-30 Kevin Blake <kblake@ticnet.com>
6593
6594 * emacs-lisp/ring.el: Many doc fixes.
6595 (ring-size, ring-copy): New functions.
6596
6597 1999-08-29 Richard Stallman <rms@gnu.org>
6598
6599 * progmodes/etags.el (tags-loop-continue):
6600 After tags-loop-operate returns, force skip to next file.
6601
6602 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
6603 (mail-extr-first-letters, mail-extr-last-letters):
6604 Use character classes [:alpha:] and [:alnum:].
6605
6606 * subr.el (push, pop): New macros.
6607
6608 * progmodes/compile.el (compilation-error-regexp-alist):
6609 New item for SGI IRIX MipsPro compilers.
6610
6611 * speedbar.el (speedbar-directory-buttons): Recognize
6612 device names when checking for file names.
6613
6614 * array.el (array-reconfigure-rows): Use generate-new-buffer.
6615
6616 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
6617 and specially handle defvar inside their expansions.
6618 (eval-defun-1): New subroutine.
6619
6620 * progmodes/compile.el (compilation-error-regexp-alist):
6621 Fix the Perl -w entry to allow period after line number.
6622 Don't allow newlines in file name, but allow them after line number
6623 for Perl debugging traces.
6624
6625 * which-func.el (which-func-cleanup-function): New variable.
6626 (which-function): Call that function.
6627
6628 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
6629 to end a function name.
6630
6631 * informat.el (Info-tagify): Don't insert more than one newline
6632 before the tag table.
6633
6634 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
6635
6636 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
6637 than make-temp-name, use match-string-no-properties, and eliminate
6638 a quadratic behavior when building bibtex-strings.
6639
6640 1999-08-29 Alex Schroeder <alex@gnu.org>
6641
6642 * comint.el (comint-input-ring-separator): New variable.
6643 (comint-read-input-ring): Doc change; use
6644 comint-input-ring-separator when reading file.
6645 (comint-write-input-ring): Use
6646 comint-input-ring-separator when writing file.
6647
6648 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
6649
6650 * informat.el (Info-tagify): Start by widening.
6651 Match node headers that don't list the file name,
6652 and more kinds of page separations.
6653 Strip properties during tagification.
6654 Use start of node header line as tag's position.
6655 Fix the "done" message.
6656
6657 (Info-validate): Save and restore match data around narrowing down.
6658
6659 1999-08-28 Richard M. Stallman <rms@gnu.org>
6660
6661 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
6662 On repeated call, override previous values put into
6663 minor-mode-map-alist and minor-mode-alist.
6664
6665 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
6666
6667 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
6668
6669 1999-08-27 Andreas Schwab <schwab@gnu.org>
6670
6671 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
6672 from cvs update.
6673
6674 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6675
6676 * calendar/calendar.el (calendar-move-hook): New hook.
6677
6678 * calendar/cal-move.el: Call the new hook in every movement function.
6679
6680 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
6681 the right function name.
6682
6683 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
6684
6685 * time-stamp.el: Put quote-backquote around all symbol names
6686 in doc strings, for mousing.
6687 (time-stamp): Support multi-line patterns.
6688 (time-stamp-inserts-lines): New variable.
6689 (time-stamp-count): New variable.
6690 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
6691 "Thu" instead of "%a".
6692
6693 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6694
6695 * simple.el (kill-word): Undo previous change.
6696
6697 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6698
6699 * jit-lock.el (jit-lock-function): Extend the fontified range
6700 to the beginning of the line containing the range start and
6701 the beginning of the line following the range end.
6702
6703 1999-08-24 Dave Love <fx@gnu.org>
6704
6705 * timezone.el: Move provide to end.
6706 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
6707 <70 are 2000+.
6708 (timezone-parse-time): Simplify somewhat.
6709
6710 1999-08-24 Gerd Moellmann <gerd@gnu.org>
6711
6712 * faces.el (margin): Renamed from bitmap-area.
6713
6714 1999-08-24 Alex Schroeder <alex@gnu.org>
6715
6716 * sql.el: Doc changes.
6717 (sql-sybase): Use sql-server instead of sql-database.
6718
6719 1999-08-23 Dave Love <fx@gnu.org>
6720
6721 * rect.el: Add/fix various doc strings. Add `*' to all the
6722 interactive specs.
6723
6724 1999-08-21 Gerd Moellmann <gerd@gnu.org>
6725
6726 * jit-lock.el (jit-lock-function): Use line-beginning-position.
6727 Don't unwind-protect font-lock-fontify-region.
6728
6729 * paragraphs.el (backward-kill-paragraph): Don't move
6730 point into mini-buffer prompt.
6731 (backward-kill-sentence): Ditto.
6732
6733 * simple.el (next-history-element): Use minibuffer-prompt-end.
6734 Remove test for minibuffer-prompt-in-buffer.
6735 (kill-word): Don't move point into mini-buffer prompt.
6736
6737 1999-08-21 Dave Love <fx@gnu.org>
6738
6739 * Makefile: Exclude CVS dirs like RCS.
6740
6741 1999-08-19 Dave Love <fx@gnu.org>
6742
6743 * tooltip.el (tooltip-mode): Customize this, per convention.
6744 (tooltip-active): Option deleted.
6745
6746 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
6747
6748 * hanoi.el, page-ext.el: Declare dynamic vars.
6749
6750 * term.el: Avoid ange-ftp related compilation warnings.
6751
6752 1999-08-18 Gerd Moellmann <gerd@gnu.org>
6753
6754 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
6755 the default so that beginners can benefit from it without
6756 searching in manuals.
6757
6758 1999-08-18 Ray Blaak <blaak@gnu.org>
6759
6760 * progmodes/delphi.el: Consider assembly sections as blocks, to
6761 indent them better. Make auto-indent on newline optional.
6762
6763 1999-08-17 Gerd Moellmann <gerd@gnu.org>
6764
6765 * bindings.el (mode-line-modified): Look up key binding for C-x
6766 C-q. If it's bound call that binding, otherwise call
6767 toggle-read-only.
6768
6769 1999-08-17 Dave Love <fx@gnu.org>
6770
6771 * info.el (info): Doc fix.
6772
6773 * finder.el (finder-known-keywords): Add `multimedia'.
6774
6775 * apropos.el: Don't capitalize custom group name.
6776
6777 * info-look.el: Remove compatibility code.
6778 (info-lookup-guess-default*): DTRT for point at start of symbol.
6779 (info-complete): Don't lose with point not at end of symbol.
6780
6781 1999-08-16 Gerd Moellmann <gerd@gnu.org>
6782
6783 * term.el (toplevel): Make face `term-default' an empty face.
6784 The code relied on the fact that Emacs ignored invalid faces in
6785 face text properties in 20.4.
6786
6787 1999-08-16 Richard M. Stallman <rms@gnu.org>
6788
6789 * subr.el (point-at-eol, point-at-bol): New aliases.
6790
6791 * simple.el: Functions reordered.
6792
6793 * rect.el (delete-rectangle-line): Use line-end-position.
6794
6795 1999-08-16 Karl Heuer <kwzh@gnu.org>
6796
6797 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
6798 here from simple.el.
6799
6800 1999-08-16 Dave Love <fx@gnu.org>
6801
6802 * mouse.el: Provide `mldrag' for compatibility.
6803 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
6804 marked obsolete.
6805
6806 * mldrag.el: Removed since the features are in mouse.el.
6807
6808 * jka-compr.el (auto-compression-mode): New variable for
6809 customization.
6810
6811 * bindings.el (mode-line-mule-info): Doc fix.
6812
6813 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
6814 name comparisons.
6815
6816 * files.el (interpreter-mode-alist): Add make, guile, clisp.
6817 (find-file): Doc fix.
6818
6819 1999-08-16 Carsten Dominik <cd@gnu.org>
6820
6821 * textmodes/reftex.el: Most of the code moved to other files.
6822 * textmodes/reftex-auc.el: New file, split out from reftex.el
6823 * textmodes/reftex-cite.el: New file, split out from reftex.el
6824 * textmodes/reftex-global.el: New file, split out from reftex.el
6825 * textmodes/reftex-index.el: New file, split out from reftex.el
6826 * textmodes/reftex-parse.el: New file, split out from reftex.el
6827 * textmodes/reftex-ref.el: New file, split out from reftex.el
6828 * textmodes/reftex-sel.el: New file, split out from reftex.el
6829 * textmodes/reftex-toc.el: New file, split out from reftex.el
6830 * textmodes/reftex-vars.el: New file, split out from reftex.el
6831 * textmodes/reftex-vcr.el: New file, split out from reftex.el
6832
6833 1999-08-16 Carsten Dominik <cd@gnu.org>
6834
6835 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
6836 conflict with pop-up-frames.
6837 (reftex-special-environment-parsers): New constant.
6838 (reftex-label-alist): car of an entry can also be a function.
6839 (reftex-what-special-env): Cew function.
6840 (reftex-label-location): Call `reftex-what-special-env'.
6841 (reftex-compile-variables): Check for symbol in
6842 `reftex-label-alist'.
6843 (reftex-what-environment): Fixed bug with stacked environments of
6844 same kind (e.g. enumerate).
6845 (reftex-process-string): Preserve default directory.
6846 (reftex-label-alist-builtin): Changed prefixes of endnote and
6847 footnote. Also the magic words.
6848 (reftex-reference): Interprete new option
6849 `reftex-fref-is-default'.
6850 (reftex-replace-prefix-escapes): Interprete new `%S' format.
6851 (reftex-toc-mouse-view-line): Command removed (had no binding).
6852 (reftex-everything-regexp): New function.
6853 (reftex-nearest-match): Made better.
6854 (reftex-toc-find-section): Use new version of
6855 `reftex-nearest-match'.
6856 (reftex-insert-docstruct): Adapted to work with the index stuff.
6857 (reftex-parse-from-file): Find index entries as well.
6858 (reftex-toc-toggle-index): New function
6859 (reftex-toc-map): `i' is now used to togle the index, File
6860 boundaries has been moved to `F'.
6861 (reftex-select-label-map): Toggling display of file boundaries is
6862 now on the `F' key, for consistency with `reftex-toc-map'.
6863 (reftex-erase-all-selection-and-index-buffers): Renamed from
6864 `reftex-erase-all-selection-buffer'. Now also kills the index
6865 buffers.
6866 (reftex-viewing-cross-references): Customization group renamed
6867 from reftex-viewing-cross-references-and-citations.
6868 (reftex-index-macro-regexp,
6869 reftex-find-index-entry-regexp-format): New variables
6870 (reftex-macros-with-index): New variable
6871 (reftex-add-index-macros): New function
6872 (reftex-renumber-simple-labels, reftex-translate): Allow for
6873 multiple labels in a single ref command.
6874 (reftex-index-support): New customization group
6875 (reftex-support-index, reftex-index-special-chars,
6876 reftex-index-macros, reftex-index-default-macro,
6877 reftex-index-default-tag, reftex-index-math-format,
6878 reftex-index-section-letters, reftex-index-include-context,
6879 reftex-index-follow-mode, reftex-index-header-face,
6880 reftex-index-section-face, reftex-index-tag-face,
6881 reftex-index-face): New options
6882 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
6883 reftex-index-tag, reftex-index-return-marker,
6884 reftex-index-restriction-indicator, reftex-index-restriction-data,
6885 reftex-index-macro-regexp, reftex-index-level-re,
6886 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
6887 reftex-everything-regexp-no-index, reftex-index-re,
6888 reftex-macros-with-index, reftex-index-macro-alist): New variables
6889 (reftex-index-help, reftex-index-macros-builtin,
6890 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
6891 reftex-query-index-macro-help): New constants
6892 (reftex-index-selection-or-word, reftex-index,
6893 reftex-default-index, reftex-update-default-index,
6894 reftex-index-complete-tag, reftex-index-select-tag,
6895 reftex-index-complete-key, reftex-index-update-taglist,
6896 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
6897 reftex-display-index, reftex-insert-index,
6898 reftex-index-insert-new-letter, reftex-get-restriction,
6899 reftex-index-pre-command-hook, reftex-index-post-command-hook,
6900 reftex-index-show-help, reftex-index-next, reftex-index-previous,
6901 reftex-index-toggle-follow, reftex-index-toggle-context,
6902 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
6903 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
6904 reftex-index-quit, reftex-index-quit-and-kill,
6905 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
6906 reftex-index-revert, reftex-index-switch-index-tag,
6907 reftex-index-restrict-to-section, reftex-index-widen,
6908 reftex-index-restriction-forward,
6909 reftex-index-restriction-backward, reftex-index-visit-location,
6910 reftex-index-analyze-entry, reftex-index-globalize,
6911 reftex-index-edit, reftex-index-toggle-range-beginning,
6912 reftex-index-toggle-range-end, reftex-index-edit-key,
6913 reftex-index-edit-attribute, reftex-index-edit-visual,
6914 reftex-index-edit-part, reftex-index-level-down,
6915 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
6916 reftex-index-change-entry, reftex-index-goto-letter,
6917 reftex-add-index-macros, reftex-ensure-index-support,
6918 reftex-index-info-safe, reftex-index-info): New functions.
6919
6920
6921 1999-08-15 Richard M. Stallman <rms@gnu.org>
6922
6923 * paren.el (show-paren-mode): Support making show-paren-mode
6924 a buffer-local variable. Don't check for a window system.
6925 (show-paren-function): Check whether show-paren-function is
6926 enabled in current buffer; do the right thing if not.
6927 Don't check for a window system.
6928 (show-paren-mode): Make it a user variable.
6929
6930 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
6931 Handle `enum' like `struct'.
6932
6933 * server.el (server-process-filter): If a client visits no buffers,
6934 close it immediately before recording it.
6935
6936 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
6937 Optimize by calling concat just once. Handle =\n sequence.
6938 (mail-unquote-printable-region): New command.
6939 (mail-quote-printable): Make it autoload.
6940
6941 1999-08-15 Karl Heuer <kwzh@gnu.org>
6942
6943 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
6944
6945 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
6946
6947 * lisp/texinfmt.el: Handle @ifnottex.
6948
6949 1999-08-15 Eli Zaretskii <eliz@gnu.org>
6950
6951 * frame.el (blink-cursor): Don't turn on cursor blinking for
6952 ms-dos.
6953
6954 * faces.el (face-valid-attribute-values): Look in
6955 x-bitmap-file-path only for x and w32 window systems.
6956
6957 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
6958 Do that if width is nil as well.
6959 (x-display-mm-height, x-display-mm-width): Update values.
6960 (x-colors): Compute the list from msdos-color-values.
6961 (x-select-enable-clipboard): Doc fix.
6962 (x-frob-font-weight, x-font-family-list): New functions.
6963
6964 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
6965
6966 * window.el (shrink-window-if-larger-than-buffer): Don't try to
6967 back up from beginning of buffer.
6968
6969 1999-08-13 Karl Heuer <kwzh@gnu.org>
6970
6971 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
6972
6973 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
6974
6975 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
6976 doomsday clock, speed control is added and changes are made to
6977 allow large numbers of rings: rings now show the whole ring
6978 number, not just the last digit; consecutive rings are allowed to
6979 be the same size when necessary to fit all the rings in the
6980 window; and poles can be oriented horizontally. Face support is
6981 thrown in gratuitously.
6982 (hanoi): Changed default number of rings back to 3.
6983 (hanoi-unix, hanoi-unix-64): New commands
6984 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
6985 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
6986 hanoi-odd-ring-face): New variables.
6987 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
6988 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
6989 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
6990 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
6991 (hanoi-topos, hanoi-draw-ring): Removed.
6992
6993 1999-08-12 Gerd Moellmann <gerd@gnu.org>
6994
6995 * faces.el (face-valid-attribute-values): Return an alist for
6996 families on ttys.
6997 (face-read-integer): Handle unspecified face attributes. Add
6998 completion for `unspecified'.
6999 (read-face-attribute): Handle unspecified font attributes.
7000 (face-valid-attribute-values): Add `unspecified' to lists so that
7001 it can be chosen via completion.
7002 (face-read-string): Don't recognize "none" as input.
7003
7004 1999-08-10 Dave Love <fx@gnu.org>
7005
7006 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
7007 string.
7008
7009 * sun-curs.el: Require sun-fns.
7010
7011 1999-08-10 Dave Love <fx@gnu.org>
7012
7013 * autorevert.el (auto-revert-mode): Add autoload cookie.
7014
7015 * hscroll.el, auto-show.el: Files deleted -- we have built-in
7016 hscroll.
7017
7018 * simple.el (hscroll-step, hscroll-point-visible)
7019 (hscroll-window-column): Remove now we have the mentioned real
7020 horizontal autoscrolling.
7021
7022 1999-08-10 Richard M. Stallman <rms@gnu.org>
7023
7024 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
7025 control use of -f option.
7026 (mail-specify-envelope-from): New variable.
7027 (mail-from-style): Doc fix.
7028
7029 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
7030 (easy-menu-get-map): New arg TO-MODIFY helps choose
7031 between local and global maps.
7032 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
7033 (easy-menu-change): Doc fix.
7034
7035 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
7036 (info-lookup-guess-default): Simplified and cleaned up.
7037 (info-lookup-guess-default*): Preserve point.
7038
7039 * view.el (view-mode-disable): If buffer-read-only is nil,
7040 don't change it.
7041
7042 * files.el (after-find-file): Disable View mode if buffer is no
7043 longer read-only.
7044
7045 * view.el (view-mode-enable, view-mode-disable):
7046 Call force-mode-line-update.
7047
7048 1999-08-10 Karl Heuer <kwzh@gnu.org>
7049
7050 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
7051 * array.el, play/landmark.el, international/latin-3.el: Likewise.
7052 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
7053
7054 1999-08-10 Alex Schroeder <asc@bsiag.com>
7055
7056 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
7057 to prevent m-eating-bug.
7058
7059 1999-08-10 Eli Zaretskii <eliz@gnu.org>
7060
7061 * term/pc-win.el (msdos-bg-mode): Remove. Call
7062 frame-set-background-mode instead. All callers changed.
7063 (msdos-face-setup): Don't force color display parameter, it is set
7064 by frame-set-background-mode.
7065 (make-msdos-frame): Call x-handle-reverse-video and
7066 face-set-after-frame-default. Delete frame if creation failed.
7067
7068 * faces.el (face-set-after-frame-default): Don't call
7069 make-face-x-resource-internal for the pc window-system.
7070
7071 1999-08-10 Dave Love <fx@melange.gnu.org>
7072
7073 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
7074 case with no docstring specially.
7075
7076 1999-08-09 Eli Zaretskii <eliz@gnu.org>
7077
7078 * complete.el (PC-do-completion): If completing on file name,
7079 reproduce str by concatenating its directory and basename parts.
7080
7081 1999-08-07 Dave Love <fx@gnu.org>
7082
7083 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
7084 unibyte to multibyte conversion of search-forward (from Handa),
7085 but avoid the replacement if the language is Latin-N.
7086
7087 1999-08-06 Richard Stallman <rms@gnu.org>
7088
7089 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
7090 of eval-buffer.
7091
7092 * international/mule.el (load-with-code-conversion):
7093 Pass t to eval-buffer for DO-ALLOW-PRINT.
7094
7095 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
7096
7097 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
7098 of filenames and attributes.
7099 (ls-lisp-insert-directory): Use directory-files-and-attributes
7100 for speed.
7101
7102 1999-08-05 Dave Love <fx@gnu.org>
7103
7104 * auto-show.el (auto-show-mode): Fix :set.
7105
7106 * widget.el (define-widget-keywords): Make dummy definition and
7107 comment-out its use.
7108
7109 1999-08-04 Richard Stallman <rms@gnu.org>
7110
7111 * progmodes/tcl.el: Customized.
7112
7113 * sql.el (sql-accumulate-and-indent): Instead of testing
7114 whether this is Emacs 20 before calling comint-accumulate,
7115 test whether comint-accumulate is defined.
7116
7117 1999-08-04 Dave Love <fx@gnu.org>
7118
7119 * sgml-mode.el: Require outline when compiling.
7120 (sgml-mode-hook, html-mode-hook): Customize.
7121 (sgml-validate-command): Fix :version.
7122 (html-autoview-mode): Doc fix.
7123
7124 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
7125 nothing in Latin-N environment.
7126
7127 * info.el (Info-find-node): Call info-initialize here.
7128 (info): Not here.
7129 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
7130
7131 1999-08-04 Richard Stallman <rms@gnu.org>
7132
7133 * ansi-color.el: New file.
7134
7135 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
7136
7137 * dired.el (dired-string-replace-match): Return `nil' when no match
7138 found with global search.
7139
7140 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
7141 * terminal.el (te-terminfo-directory):
7142 * mail/mailpost.el (post-mail-send-it):
7143 * mail/metamail.el (metamail-region):
7144 * progmodes/ada-mode.el (ada-tmp-directory):
7145 Use temporary-file-directory.
7146
7147 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
7148 (compilation-filter, compilation-forget-errors)
7149 (compilation-parse-errors): Use a marker instead of an integer for
7150 `compilation-parsing-end'.
7151
7152 * progmodes/diff.el (diff-parse-differences):
7153 Use a marker instead of an integer for `compilation-parsing-end'.
7154 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7155 Use a marker instead of an integer for `compilation-parsing-end'.
7156
7157 1999-08-03 Richard Stallman <rms@gnu.org>
7158
7159 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
7160 (Buffer-menu-mode): Doc fix.
7161 (Buffer-menu-view): New command.
7162 (Buffer-menu-view-other-window): New command.
7163
7164 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
7165
7166 * replace.el (query-replace-regexp-eval)
7167 (replace-eval-replacement, replace-loop-through-replacements)
7168 (replace-match-string-symbols): New functions.
7169 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
7170 Use replace-loop-through-replacements.
7171
7172 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
7173
7174 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
7175 (5x5): Doc fix.
7176
7177 1999-08-03 Dave Love <fx@gnu.org>
7178
7179 * fortran.el (fortran-indent-new-line): Make it an alias
7180 for reindent-then-newline-and-indent.
7181
7182 1999-08-03 Didier Verna <verna@inf.enst.fr>
7183
7184 * rect.el: All functions rewritten, except when noted above
7185 their declaration. Below is a list of interface changes.
7186 (apply-on-rectangle): New function, mostly replaces
7187 `operate-on-rectangle'. All callers changed.
7188 (move-to-column-force): Pass new second argument to `move-to-column'.
7189 (kill-rectangle): Added optional prefix arg to fill lines.
7190 (delete-rectangle): Ditto.
7191 (delete-whitespace-rectangle): Ditto.
7192 (delete-extract-rectangle): Ditto.
7193 (open-rectangle): Ditto.
7194 (clear-rectangle): Ditto.
7195 (delete-whitespace-rectangle-line): New function.
7196 (delete-rectangle-line): Added third arg FILL.
7197 (delete-extract-rectangle-line): Ditto.
7198 (open-rectangle-line): Ditto.
7199 (clear-rectangle-line): Ditto.
7200
7201 1999-08-03 Ray Blaak <blaak@gnu.org>
7202
7203 * progmodes/delphi.el: New file.
7204
7205 1999-08-02 Richard Stallman <rms@gnu.org>
7206
7207 * textmodes/outline.el (outline-previous-heading): New function.
7208 (outline-up-heading-all): Use outline-previous-heading.
7209 (outline-next-heading): Delete definition inserted yesterday.
7210
7211 1999-08-01 Richard Stallman <rms@gnu.org>
7212
7213 * textmodes/outline.el (outline-next-heading): New function.
7214 (outline-up-heading-all): New function.
7215 (outline-font-lock-level): Using outline-up-heading-all.
7216 Tell outline-back-to-heading to accept invisible headings.
7217
7218 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
7219
7220 * mail/mh-utils.el (mh-find-path-run): New variable.
7221 (mh-find-path): Test and set that.
7222 Set mail-user-agent only the first time this function is run.
7223 (mail-user-agent): Defvar deleted.
7224
7225 * info.el (info-initialize): New function.
7226 (info): Call info-initialize.
7227 (Info-directory-list): Initialize to nil,
7228 so info-initialize will set it up for real.
7229
7230 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7231
7232 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
7233 does not interpret a time as the year in a day-month entry.
7234
7235 * calendar/diary-lib.el: Change syntax table entry for colon in
7236 the diary as part of the european-date-diary-pattern fix.
7237
7238 1999-08-01 Eli Zaretskii <eliz@gnu.org>
7239
7240 * international/mule.el (set-auto-coding): Allow whitespace before
7241 and after the "variable: value" pair.
7242
7243 1999-07-30 Ken'ichi Handa <handa@gnu.org>
7244
7245 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
7246 (default-sendmail-coding-system): Doc-string fixed.
7247
7248 1999-07-30 Dave Love <fx@gnu.org>
7249
7250 * subr.el (assoc-delete-all): New function, renamed from
7251 frame-delete-all.
7252
7253 * frame.el: Change comments to doc strings and other doc fixes.
7254 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
7255 Callers changed.
7256 (set-background-color, set-foreground-color, set-cursor-color)
7257 (set-mouse-color, set-border-color): Offer completion of colours.
7258 (cursor): Add :version to defgroup.
7259
7260 * facemenu.el (list-colors-display): Make it work on ttys.
7261 (facemenu-read-color): Likewise.
7262
7263 1999-07-30 Richard M. Stallman <rms@gnu.org>
7264
7265 * frame.el (frame-notice-user-settings): If background
7266 color has been changed, update background-mode from it,
7267 then update faces.
7268
7269 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7270
7271 * net-utils.el (finger): Don't do indirect fingering.
7272
7273 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7274
7275 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
7276 rules. Add separator at end of holidays.
7277 (cal-tex-rules): New customizable variable.
7278 (cal-tex-latexify-list): Add optional parameter to put separator
7279 at end.
7280
7281 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
7282
7283 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
7284 fill prefix on each line while looping to the end of paragraph.
7285 End paragraph if it's longer than the existing fill prefix.
7286
7287 * textmodes/fill.el (fill-context-prefix): Doc fix.
7288
7289 1999-07-30 Dave Love <fx@gnu.org>
7290
7291 * font-lock.el (jit-lock): Fix :load, add :version.
7292
7293 1999-07-30 Eli Zaretskii <eliz@gnu.org>
7294
7295 * term/pc-win.el (msdos-face-setup): Register standard colors in
7296 Vface_tty_color_alist.
7297 (face-color-supported-p, face_color_gray_p): New functions.
7298
7299 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
7300 is bound.
7301
7302 * startup.el (command-line): Don't register default colors for
7303 MSDOS window-system.
7304
7305 1999-07-29 Dave Love <fx@gnu.org>
7306
7307 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
7308 charquote.
7309
7310 * lisp-mode.el (eval-defun): Re-written to avoid
7311 capturing variables.
7312
7313 * picture.el (picture-beginning-of-line): Don't call
7314 hscroll-point-visible now we have real autoscrolling.
7315 (picture-end-of-line, picture-newline, picture-open-line):
7316 Likewise.
7317
7318 * international/latin-8.el: New file.
7319 * international/latin-9.el: New file.
7320
7321 1999-07-28 Dave Love <fx@gnu.org>
7322
7323 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
7324
7325 * msb.el: Require cl only when compiling.
7326 (msb--home-dir): Deleted.
7327 (msb--format-title): Use abbreviate-file-name.
7328 (msb--choose-file-menu): Simplify string comparison.
7329
7330 1999-07-28 Gerd Moellmann <gerd@gnu.org>
7331
7332 * faces.el (toolbar): Add face definition for mono displays.
7333
7334 1999-07-27 Richard M. Stallman <rms@gnu.org>
7335
7336 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7337
7338 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
7339 force copying of default-frame-alist.
7340
7341 1999-07-26 Ken'ichi Handa <handa@gnu.org>
7342
7343 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
7344
7345 1999-07-26 Richard M. Stallman <rms@gnu.org>
7346
7347 * frame.el (set-mouse-color): If new color is nil,
7348 really respecify the current color.
7349
7350 1999-07-26 Gerd Moellmann <gerd@gnu.org>
7351
7352 * faces.el (bitmap-area): Change background of face `bitmap-area'
7353 to white for mono displays.
7354
7355 1999-07-26 Kenichi Handa <handa@etl.go.jp>
7356
7357 * international/ccl.el (ccl-embed-symbol): New function.
7358 (ccl-program-p): Deleted. Now it's implemented in C code.
7359 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
7360 (ccl-compile-translate-character): Likewise.
7361 (ccl-compile-map-single): Likewise.
7362 (ccl-compile-multiple-map-function): Likewise.
7363 (declare-ccl-program): Doc-string modified.
7364 (check-ccl-program): Check compiled CCL code by ccl-program-p.
7365
7366 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
7367
7368 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7369
7370 1999-07-25 Markus Rost <rost@gnu.org>
7371
7372 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
7373 the entries to make custom-file more readable.
7374
7375 1999-07-25 Richard M. Stallman <rms@gnu.org>
7376
7377 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
7378
7379 * emacs-lisp/edebug.el: Delete compatibility code.
7380 (edebug-next-token-class): If . is followed by a digit,
7381 return `symbol' for the token class.
7382
7383 * startup.el (command-line): If we don't find the user's init file,
7384 set user-init-file to nil.
7385
7386 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7387
7388 * info-look.el (info-lookup-interactive-arguments): Add optional
7389 argument query for new choice of help mode.
7390 (info-lookup-symbol): Use it.
7391 (info-lookup-file): Ditto.
7392 (info-lookup): Don't switch to other window, if already in Info
7393 buffer.
7394
7395 1999-07-23 Dave Love <fx@gnu.org>
7396
7397 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
7398 syntax.
7399 (fortran-fontify-string, fortran-match-!-comment): Deleted.
7400 (fortran-font-lock-syntactic-keywords): New variable.
7401 (fortran-mode): Use it.
7402 (fortran-font-lock-keywords-1): Don't do comments.
7403 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
7404 match data.
7405
7406 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
7407
7408 * msb.el (msb-menu-bar-update-buffers): Renamed from
7409 menu-bar-update-buffers.
7410 (msb-custom-set, msb--toggle-menu-type): Call
7411 msb-menu-bar-update-buffers.
7412 (msb-mode): Revise the hook setting.
7413
7414 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
7415
7416 1999-07-23 Gerd Moellmann <gerd@gnu.org>
7417
7418 * font-lock.el, help.el, simple.el: Re-integrate previously
7419 described changes that were lost due to errors while checking them
7420 in.
7421
7422 1999-07-23 Kevin Blake <kblake@ticnet.com>
7423
7424 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
7425
7426 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
7427
7428 * international/encoded-kb.el
7429 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
7430 but push it to unread-command-events.
7431 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
7432 (encoded-kbd-self-insert-sjis): Likewise.
7433 (encoded-kbd-self-insert-big5): Likewise.
7434
7435 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
7436 before left margin and fill-prefix by fill-find-break-point.
7437
7438 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7439
7440 * info-look.el (info-lookup-setup-mode): Don't give up, if
7441 info-lookup-make-completions returns an error.
7442 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
7443 name latex, not latex2e.
7444
7445 1999-07-21 Richard M. Stallman <rms@gnu.org>
7446
7447 * replace.el (perform-replace): Turn off case-fold-search
7448 if FROM-STRING argument has uppercase in it.
7449
7450 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7451
7452 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
7453 mode is on. Don't use end of changed text.
7454
7455 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7456
7457 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
7458 (cl-hash-table-p): Renamed from hash-table-p.
7459 (cl-hash-table-count): Renamed from hash-table-count.
7460 (maphash): Alias to cl-maphash removed.
7461 (gethash): Likewise.
7462 (puthash): Likewise.
7463 (remhash): Likewise.
7464 (clrhash): Likewise.
7465
7466 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7467
7468 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
7469 third arg non-nil. See comment there why this isn't a good idea.
7470
7471 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7472
7473 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
7474
7475 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
7476 sit-for with 3rd arg non-nil to prevent redisplay.
7477
7478 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7479
7480 * image.el (image-type-from-file-header): If file doesn't
7481 have a directory part, add data-directory.
7482
7483 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7484
7485 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
7486 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
7487 motion handling when tooltip-gud-tips-p is nil.
7488
7489 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7490
7491 * tooltip.el (tooltip-mode): Don't use `plusp'.
7492 (tooltip-active): Use initial value of nil.
7493
7494 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
7495
7496 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7497
7498 * bindings.el (make-mode-line-mouse-sensitive): Add key
7499 definitions for `top-line'.
7500
7501 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7502
7503 * faces.el (top-line): New face.
7504
7505 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7506
7507 * image.el (image-type-regexps): Add regexp for PS files.
7508
7509 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7510
7511 * faces.el (set-face-attribute): Fix wrong handling of frame
7512 begin equal to t.
7513
7514 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7515
7516 * image.el (image-type-regexps): Add PNG format.
7517
7518 1999-07-21 Dave Love <fx@gnu.org>
7519
7520 * bindings.el (mode-line-modified): New variable.
7521 (mode-line-mode-menu-1): Switch to appropriate window before
7522 showing menu.
7523
7524 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7525
7526 * faces.el (face-underline): Removed.
7527 (face-underline-color): Ditto.
7528
7529 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7530
7531 * faces.el (face-x-resources): Fix typo.
7532
7533 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7534
7535 * faces.el: Remove handling of `:relief', extend handling of
7536 `:box'.
7537 (frame-set-background-mode): Choose new defface specs after
7538 frame parameters have changed.
7539
7540 * cus-face.el: Ditto.
7541
7542 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7543
7544 * custom.el (defface): Extend documentation to include new
7545 face attributes.
7546
7547 * cus-face.el (custom-face-attributes): Add overline,
7548 strike-through, box.
7549
7550 * faces.el (face-valid-attribute-values): Handle overline,
7551 strike-through, box.
7552 (face-attribute-name-alist): Add pairs for new face attributes.
7553 (describe-face): Handle new face attributes.
7554
7555 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7556
7557 * faces.el (face-x-resources): Add overline, strike-through, box.
7558
7559 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7560
7561 * enriched.el (enriched-translations): Add `display' and
7562 "x-display".
7563 (enriched-handle-display-prop): New.
7564 (enriched-decode-display-prop): New.
7565
7566 * format.el (top-level): Give `display' property
7567 `format-list-atomic-p.
7568 (format-annotate-single-property-change): Test that property.
7569 If present, treat list property values like atoms.
7570
7571 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7572
7573 * cus-face.el (custom-face-attributes): Use `choice' everywhere
7574 so that "*" can be entered.
7575
7576 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7577
7578 * cus-face.el (custom-face-attributes): Don't use `#''.
7579
7580 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7581
7582 * cus-face.el (custom-face-attributes): Return underline
7583 face attribute directly from the second lambda of underline.
7584
7585 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7586
7587 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
7588
7589 * frame.el (after-setting-font-hooks): New variable.
7590 (set-frame-font): Run those hooks.
7591
7592 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
7593
7594 * faces.el (set-face-attribute): Fix doc string.
7595
7596 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7597
7598 * cus-face.el (custom-face-attributes): Accept color name.
7599
7600 * faces.el (face-underline-p): Accept unspecified underlining.
7601 (face-underline): Ditto. Fix doc string.
7602
7603 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7604
7605 * faces.el (face-underline-color): New function.
7606
7607 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7608
7609 * cus-face.el (custom-face-attributes): Support underline coloring.
7610 Added slot to choose a color.
7611
7612 * faces.el (face-underline): New function.
7613 (face-underline-p): Support underline coloring.
7614 Return nil only if the underline attribute is 'normal.
7615 (set-face-underline): New function.
7616 (face-valid-attribute-values): Support underline coloring.
7617
7618 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7619
7620 * image.el (insert-image): Use `display' instead of `glyph'
7621 as text property name.
7622 (put-image): Ditto.
7623 (image-type-from-file-header): Use insert-file-contents-literally.
7624
7625 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7626
7627 * easymenu.el (easy-menu-do-add-item): Don't use the empty
7628 string to indicate separators.
7629
7630 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7631
7632 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
7633 instead of message-log.
7634
7635 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7636
7637 * faces.el (bitmap-area): New face.
7638
7639 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7640
7641 * image.el (insert-image): New.
7642
7643 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7644
7645 * frame.el (blink-cursor): Set the symbol's value.
7646 (show-trailing-whitespace): Change group to font-lock.
7647
7648 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7649
7650 * jit-lock.el: New.
7651 * font-lock.el: Add jit-mode as new support mode.
7652
7653 * font-lock.el (font-lock-fontify-keywords-region): Stop when
7654 reaching end instead of letting re-search-forward signal an error.
7655 (demand-lock-mode): New.
7656 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
7657 (font-lock-turn-off-thing-lock): Ditto.
7658 (font-lock-after-fontify-buffer): Ditto.
7659 (font-lock-after-unfontify-buffer): Ditto.
7660
7661 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7662
7663 * gs.el: New file.
7664
7665 * startup.el (command-line-1): Activate tooltip mode if
7666 interactive.
7667
7668 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7669
7670 * faces.el (toolbar): Grey default background.
7671 (modeline): Ditto.
7672
7673 * image.el (image-type-regexps): New.
7674 (image-type-from-file-header): New.
7675 (create-image): Call it.
7676
7677 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7678
7679 * image.el: New file.
7680
7681 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7682
7683 * bindings.el (mode-line-format): Replace `mode-name' with
7684 `(:eval mode-line-mode-name)'.
7685 (mode-line-mode-name): New.
7686 (make-mode-line-mouse-sensitive): Don't change default value
7687 of `mode-name'.
7688
7689 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7690
7691 * tooltip.el: New file.
7692
7693 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7694
7695 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
7696 instead of mouse-3 to pop up menus.
7697 (mode-line-kill-buffer): Removed.
7698 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
7699 buffer name.
7700 (mode-line-buffer-menu-1): Removed.
7701
7702 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
7703
7704 * bindings.el (mode-line-buffer-identification-keymap): New.
7705 (mode-line-buffer-menu-keymap): New.
7706 (mode-line-mode-menu-keymap): New.
7707 (mode-line-unbury-buffer): New.
7708 (mode-line-other-buffer): New.
7709 (mode-line-kill-buffer): New.
7710 (mode-line-buffer-menu-1): New.
7711 (mode-line-mode-menu-1): New.
7712 (make-mode-line-mouse-sensitive): New.
7713
7714 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7715
7716 * help.el (describe-key-briefly): Handle mode line strings
7717 with local-map properties.
7718 (describe-key): Ditto.
7719 (mode-line-key-binding): New.
7720
7721 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7722
7723 * scroll-bar.el (scroll-bar-timer): New.
7724 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
7725
7726 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7727
7728 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
7729 and `bottom'.
7730
7731 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7732
7733 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
7734 (global): Use different key bindings if using tookit scroll bars.
7735
7736 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7737
7738 * faces.el (modeline): Define mode line face with relief for
7739 class color, only.
7740 (toolbar): New face.
7741
7742 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7743
7744 * frame.el (frame-initialize): Set frame-creation-function to
7745 tty-create-frame-with-faces.
7746
7747 * faces.el (frame-set-background-mode): Make it work for
7748 window-system nil.
7749
7750 * faces.el (tty-create-frame-with-faces): New.
7751 (face-set-after-frame-default): Make it work for TTY frames.
7752
7753 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7754
7755 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
7756 Return a list of one font family for TTYs. Don't return bitmap
7757 file paths for TTY frames.
7758
7759 * faces.el: Add face specs for tty displays to basic faces.
7760
7761 * font-lock.el (font-lock-comment-face): Add spec for color tty.
7762 (font-lock-string-face): Ditto.
7763 (font-lock-keyword-face): Ditto.
7764 (font-lock-builtin-face): Ditto.
7765 (font-lock-function-name-face): Ditto.
7766 (font-lock-variable-name-face): Ditto.
7767 (font-lock-type-face): Ditto.
7768 (font-lock-constant-face): Ditto.
7769 (font-lock-warning-face): Ditto.
7770
7771 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7772
7773 * startup.el (command-line): Register default tty colors.
7774
7775 * faces.el (face-spec-set-match-display): Recognize `type tty'.
7776
7777 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7778
7779 * faces.el (modeline): For X frames, use a modeline with relief.
7780
7781 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7782
7783 * faces.el (frame-update-faces): Copied from 20.2.
7784 (frame-update-face-colors): Ditto. Code removed that isn't
7785 applicable in the new face implementation.
7786
7787 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7788
7789 * frame.el (show-trailing-whitespace): New.
7790
7791 * faces.el (trailing-whitespace): New basic face.
7792
7793 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7794
7795 * cus-face.el (custom-facep): Always define as alias for facep.
7796
7797 * cus-face.el (custom-face-attributes): Use choice widgets.
7798 Remove :bold and :italic.
7799
7800 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7801
7802 * faces.el (face-charset-registries): Removed since fontset.el
7803 is no always loaded.
7804
7805 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7806
7807 * faces.el (internal-get-face): Added as obsolete function for
7808 compatibility.
7809
7810 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7811
7812 * frame.el (blink-cursor-end): Call show-cursor.
7813 (blink-cursor-mode): Ditto.
7814
7815 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7816
7817 * faces.el (face-spec-reset-face): Reset all attributes to
7818 `unspecified'.
7819 (face-spec-set): Use it.
7820
7821 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7822
7823 * faces.el (read-all-face-attributes): Bug fix.
7824 (face-read-integer): Allow nil default value.
7825 (face-valid-attribute-values): Use symbol names of attribute
7826 values for completion list.
7827
7828 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7829
7830 * faces.el (internal-find-face): Define for compatibility with
7831 20.2.
7832 (face-id): Likewise.
7833
7834 * faces.el (face-id): Return the ID of a realized face for ASCII.
7835
7836 * fontset.el (x-charset-registries): Removed. Now in faces.el.
7837 (x-complement-fontset-spec): Use face-charset-registries.
7838
7839 * faces.el (face-font-selection-order): Set font selection order
7840 from Lisp.
7841 (face-alternative-font-family-alist): Set alternative font
7842 families from Lisp.
7843
7844 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7845
7846 * faces.el (set-face-charset-registries): Set symbol value.
7847
7848 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7849
7850 * faces.el (face-set-after-frame-default): Call function
7851 internal-merge-in-global-face.
7852
7853 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7854
7855 * faces.el (face-list): Return symbols from face-global-alist.
7856
7857 * faces.el (face-list): Return a copy of the face name list so
7858 that it cannot be modified from outside (facemenu.el uses
7859 nreverse, for example).
7860
7861 * cus-face.el (custom-face-attributes): Add :bold and :italic
7862 for compatibility with old code.
7863
7864 * faces.el (set-face-attributes-from-resources): Additional
7865 frame parameter.
7866 (make-face-x-resource-internal): Set attributes from resources
7867 for a given frame or all frames.
7868
7869 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7870
7871 * faces.el (all-faces): Removed.
7872
7873 * custom.el (defface): Add new face attributes to function
7874 comment.
7875
7876 * font-lock.el (font-lock-comment-face): Use new face attribute
7877 names.
7878 (font-lock-string-face): Ditto.
7879 (font-lock-keyword-face): Ditto.
7880 (font-lock-builtin-face): Ditto.
7881 (font-lock-function-name-face): Ditto.
7882 (font-lock-variable-name-face): Ditto.
7883 (font-lock-type-face): Ditto.
7884 (font-lock-reference-face): Ditto.
7885 (font-lock-warning-face): Ditto.
7886 ((boundp 'font-lock-face-attributes)): Ditto.
7887
7888 * cus-face.el (custom-face-attributes): Use new face attributes.
7889
7890 * faces.el (set-face-attribute-from-resource): Initialize
7891 from resources only for X and W32.
7892
7893 * cus-face.el (custom-declare-face): Don't make frame-local
7894 faces.
7895
7896 * faces.el (describe-face): Use princ instead of insert.
7897
7898 * faces.el: Add XLFD manipulation functions from 20.2 again
7899 because fontset.el uses them.
7900 (face-set-after-frame-default): Add empty definition.
7901
7902 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7903
7904 * faces.el (make-face): Correct typo.
7905 (set-face-attribute-from-resource): Use let*.
7906 (face-underline-p): Correct typo.
7907 (face-inverse-video-p): Ditto.
7908 (set-face-stipple): Ditto.
7909 (face-read-string): Make completion-list optional parameter.
7910
7911 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7912
7913 * faces.el (face-charset-registries): Alist mapping charset
7914 symbols to registries and encoding.
7915
7916 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7917
7918 * frame.el (blink-cursor-mode): Use interactive spec "P".
7919
7920 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7921
7922 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
7923 mode. The cursor of selected_window blinks if the mode is enabled.
7924
7925 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7926
7927 * simple.el (next-history-element): Set point to the end of the
7928 prompt if minibuffer-prompt-in-buffer.
7929
7930 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7931
7932 * faces.el (x-font-regexp): Add sub-expression parentheses for
7933 several font name components.
7934
7935 1999-07-21 Gerd Moellmann <gerd@acm.org>
7936
7937 * faces.el (set-face-relief): Use index 12 for relief.
7938 (face-fill-in): Set relief from data.
7939 (internal-make-face): Init relief to zero.
7940
7941 * faces.el (face-spec-set): Call modify-face with additional
7942 parameters for relief and fixed-p.
7943
7944 1999-07-21 Gerd Moellmann <gerd@acm.org>
7945
7946 * cus-face.el: ':fixed and ':relief added.
7947
7948 * faces.el (describe-face): Add fixed font attribute and relief.
7949 (face-attr-match-p): Ditto.
7950 (face-attr-construct): Ditto.
7951 (face-spec-set): Ditto.
7952
7953 1999-07-21 Gerd Moellmann <gerd@acm.org>
7954
7955 * faces.el (internal-make-face): Function to create a Lisp vector
7956 suitable for representing a face.
7957 (make-face): Use it instead of make-vector.
7958 (x-create-frame-with-faces): Use it instead of vector.
7959 (internal-facep): Increase vector size to 14.
7960 (internal-make-face): Ditto.
7961 (face-relief): Access relief thickness.
7962 (face-fixed-p): Access fixed font attribute.
7963 (set-face-fixed-p): Set fixed font attribute.
7964 (set-face-relief): Set relief attribute.
7965 (internal-face-interactive-int): Read int attribute of face.
7966 (modify-face): Add fixed-p and relief parameters.
7967 (copy-face): Handle fixed-p and relief.
7968 (face-equal): Compare fixed-p and relief.
7969 (face-differs-from-default-p): Ditto.
7970 (face-nontrivial-p): Add fixed-p and relief.
7971
7972 1999-07-21 Gerd Moellmann <gerd@acm.org>
7973
7974 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
7975 (internal-facep): Increase vector size.
7976 (make-face): Ditto.
7977 (face-shadow-thickness): Added.
7978 (set-face-shadow-thickness): Added.
7979 (modify-face): Add optional shadow-thickness parameter.
7980 (make-face-x-resource-internal): Add shadows.
7981 (copy-face): Ditto.
7982 (face-equal): Ditto.
7983 (face-differs-from-default-p): Ditto.
7984 (face-nontrivial-p): Ditto.
7985 (face-attr-match-p): Ditto.
7986 (face-attr-construct): Ditto.
7987 (face-spec-set): Ditto.
7988 (face-fill-in): Ditto.
7989
7990 1999-07-21 Gerd Moellmann <gerd@acm.org>
7991
7992 * bench.el (bench-mark-split-window): New bench mark.
7993
7994 1999-07-21 Gerd Moellmann <gerd@acm.org>
7995
7996 * faces.el (set-face-font): Don't pass default font to
7997 x-resolve-font so that font will not have to be of the same
7998 size.
7999
8000 1999-07-20 Dave Love <fx@gnu.org>
8001
8002 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
8003 unconditionally t.
8004
8005 1999-07-20 Karl Heuer <kwzh@gnu.org>
8006
8007 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
8008
8009 1999-07-20 Dave Love <fx@gnu.org>
8010
8011 * help.el (describe-variable): Fix test for customizability.
8012
8013 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
8014 Check for readonly buffer in interactive spec.
8015 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
8016 (backward-kill-word): Add * to interactive spec.
8017
8018 * underline.el (underline-region, ununderline-region): Add * to
8019 interactive spec.
8020
8021 * fill.el (canonically-space-region, justify-current-line): Add *
8022 to interactive spec.
8023 (fill-region-as-paragraph, fill-paragraph, fill-region)
8024 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
8025 readonly buffer in interactive spec.
8026
8027 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
8028 (backward-kill-sentence, kill-sentence): Add * to interactive
8029 spec.
8030
8031 1999-07-19 Richard M. Stallman <rms@gnu.org>
8032
8033 * dired-aux.el (dired-do-shell-command): Doc fix.
8034
8035 * shell.el (shell-unquote-argument): New function.
8036 (shell-directory-tracker): Use shell-unquote-argument.
8037 * comint.el (comint-arguments): Handle \ followed by space or tab.
8038
8039 1999-07-19 John Wiegley <jwiegley@borland.com>
8040
8041 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
8042 color codes 39 and 49, which by the way lynx uses them seem to
8043 mean "foreground reset" and "background reset".
8044
8045 1999-07-19 Karl Heuer <kwzh@gnu.org>
8046
8047 * font-lock.el (c++-keywords): Add "typeid".
8048
8049 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
8050 selects no font, treat that as zero selections, not one.
8051
8052 1999-07-19 Dave Love <fx@gnu.org>
8053
8054 * info.el (Info-search): Don't lose with empty regexp.
8055
8056 * version.el: Cater for (free) `ident' program, not `which'.
8057
8058 * hl-line.el: New file.
8059
8060 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
8061 for modes which don't define menus.
8062
8063 1999-07-16 Richard M. Stallman <rms@gnu.org>
8064
8065 * webjump.el (webjump-sample-sites): Update some URLs.
8066
8067 1999-07-14 Richard Stallman <rms@gnu.org>
8068
8069 * Version 20.4 released.
8070
8071 1999-07-14 Andreas Schwab <schwab@gnu.org>
8072
8073 * compare-w.el (compare-windows): Try to find the next window in
8074 the current frame before looking at the other frames.
8075
8076 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
8077
8078 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
8079 Use cyrillic-jcuken as default input method.
8080
8081 1999-07-12 Richard Stallman <rms@gnu.org>
8082
8083 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
8084 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
8085
8086 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
8087 (ispell-local-dictionary-alist): Add koi8-r for character set.
8088
8089 * textmodes/flyspell.el (flyspell-get-word):
8090 Add special handling for when ispell-otherchars is empty.
8091
8092 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
8093
8094 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
8095 when having nested functons.
8096 (pascal-indent-nested-functions) (pascal-indent-line)
8097 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
8098 indenting nested functions.
8099
8100 1999-07-09 Richard Stallman <rms@gnu.org>
8101
8102 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
8103
8104 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
8105
8106 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
8107 the `end' keyword was in the very beginning of the buffer.
8108
8109 1999-07-08 Richard Stallman <rms@gnu.org>
8110
8111 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
8112
8113 * term.el (term-emulate-terminal): Avoid infinite loop
8114 in strange case where minibuffer window is selected but not active.
8115
8116 1999-07-07 Stephen Eglen <stephen@gnu.org>
8117
8118 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
8119 Change regexp so that it doesn't match commands beginning with `cd'.
8120
8121 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8122
8123 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
8124
8125 1999-07-06 Richard Stallman <rms@gnu.org>
8126
8127 * hscroll.el (hscroll-minibuffer-hook): New function.
8128 (hscroll-global-mode): Add and remove that hook.
8129 Set hscroll-old-truncate-was-global's default value.
8130
8131 1999-07-05 Richard Stallman <rms@gnu.org>
8132
8133 * files.el (revert-buffer): Don't preserve point here.
8134 (revert-buffer-insert-file-contents-function): Doc fix.
8135
8136 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
8137
8138 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
8139 doing a `stat' when it isn't necessary because that can cause
8140 trouble when an NFS server is down.
8141
8142 1999-07-04 Richard Stallman <rms@gnu.org>
8143
8144 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
8145
8146 1999-07-03 Richard Stallman <rms@gnu.org>
8147
8148 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
8149 for \200...\240 also.
8150 (isearch-printing-char): Use unibyte-char-to-multibyte.
8151
8152 1999-07-02 Richard Stallman <rms@gnu.org>
8153
8154 * frame.el (minibuffer-frame-alist): Use defcustom.
8155 (pop-up-frame-alist): Likewise.
8156 (initial-frame-alist): Specify * in the doc string.
8157
8158 * hscroll.el (hscroll-mode): Make it a permanent local.
8159 (hscroll-mode): Don't cancel the timer
8160 if HScroll mode is enabled in some other buffer.
8161
8162 * isearch.el (isearch-done): If search ends in middle of intangible
8163 text (due to text property), move on to the limit of that text.
8164
8165 1999-07-01 Andrew Innes <andrewi@gnu.org>
8166
8167 * man.el (Man-build-man-command): Use value of null-device,
8168 instead of hard-coding "/dev/null".
8169
8170 * dos-w32.el (untranslated-canonical-name): Avoid expanding
8171 ange-ftp file names, which might force ange-ftp to prompt for a
8172 password.
8173
8174 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
8175 to prevent references to temp files.
8176
8177 1999-06-30 Richard Stallman <rms@gnu.org>
8178
8179 * progmodes/sh-script.el (sh-feature): If nothing is known
8180 about the given shell, use the values for `sh'.
8181
8182 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
8183
8184 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
8185 to make it non-recursive.
8186
8187 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
8188
8189 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8190
8191 * auto-show.el (auto-show-mode): Fix Typo in :set.
8192
8193 1999-06-29 Richard M. Stallman <rms@gnu.org>
8194
8195 * progmodes/sh-script.el (sh-mode): When setting syntax
8196 table, default to the standard one.
8197
8198 1999-06-27 Richard M. Stallman <rms@gnu.org>
8199
8200 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
8201
8202 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
8203
8204 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
8205 a frame when `return' is requested (even if pop-up-frames = t)
8206 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
8207 should only be set for the bibtex buffer.
8208
8209 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
8210
8211 * progmodes/compile.el: Deal with compilation-error-screen-columns
8212 being buffer-local.
8213
8214 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8215
8216 * comint.el (comint-password-prompt-regexp): Allow "(again)".
8217
8218 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8219
8220 * cal-x.el (calendar-only-one-frame-setup): New function.
8221 * calendar.el (calendar): Call it if requested.
8222
8223 1999-06-24 Karl Heuer <kwzh@gnu.org>
8224
8225 * startup.el (iso-8859-n-locale-regexp): Doc fix.
8226
8227 1999-06-22 Richard M. Stallman <rms@gnu.org>
8228
8229 * mail/supercite.el (sc-emacs-features): Doc fix.
8230
8231 1999-06-22 Karl Heuer <kwzh@gnu.org>
8232
8233 * files.el (auto-mode-alist): Add pike-mode.
8234
8235 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
8236
8237 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
8238 last byte of a numeric field is a space or a NUL. Parse it as
8239 potentially part of the number. This is used by GNU tar
8240 1.12.64012 to handle larger values.
8241
8242 1999-06-20 Karl Heuer <kwzh@gnu.org>
8243
8244 * custom.el (custom-handle-keyword): Fix error message.
8245
8246 1999-06-18 Andrew Innes <andrewi@gnu.org>
8247
8248 * mail/smtpmail.el (smtpmail-send-it): Use
8249 convert-standard-filename to make file names for queued mail safe
8250 on Windows (`:' is invalid in file names on Windows).
8251
8252 1999-06-17 Kenichi Handa <handa@etl.go.jp>
8253
8254 * international/mule-cmds.el (describe-current-input-method):
8255 Current-input-method is string.
8256 (toggle-input-method): Docstring fixed.
8257
8258 * international/mule-diag.el
8259 (describe-current-coding-system-briefly): Fix format string.
8260
8261 * international/mule-util.el (coding-system-eol-type-mnemonic):
8262 Docstring modified. Return a string.
8263
8264 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
8265
8266 * sql.el (sql-input-ring-file-name): Doc fix.
8267
8268 1999-06-17 Richard M. Stallman <rms@gnu.org>
8269
8270 * calendar/cal-x.el (special-display-buffer-names):
8271 Don't put (get-file-buffer diary-file) on this list.
8272
8273 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
8274
8275 * play/mpuz.el (mpuz-try-proposal): Fix message call.
8276 Don't penalize player for certain impossible guesses.
8277
8278 1999-06-16 Andrew Innes <andrewi@gnu.org>
8279
8280 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
8281 return the string "Unk 0 0000" so at least it appears to be a
8282 valid timestamp to `dired-move-to-filename-regexp'.
8283
8284 1999-06-15 Ken'ichi Handa <handa@gnu.org>
8285
8286 * ps-print.el (ps-control-character): Fix previous change.
8287
8288 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8289
8290 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
8291 multiple output of the last message.
8292
8293 1999-06-14 Eli Zaretskii <eliz@gnu.org>
8294
8295 * term/internal.el (IT-display-table-setup): Do not remap \222 to
8296 the ASCII apostrophe, as most DOS codepages have some other glyph
8297 there.
8298
8299 1999-06-14 Ken'ichi Handa <handa@gnu.org>
8300
8301 * language/ethio-util.el (setup-ethiopic-environment-internal):
8302 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
8303 (exit-ethiopic-environment): Likewize.
8304
8305 1999-06-12 Richard M. Stallman <rms@gnu.org>
8306
8307 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
8308
8309 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8310
8311 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
8312 custom-initialize-default to avoid infinite loop.
8313 (crisp-mode): (defun) Call transient-mark-mode here, not when
8314 loading the file. Run crisp-mode-hook here, and run
8315 crisp-load-hook when loading the file.
8316
8317 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
8318 rmail-summary buffer, search for pattern in rmail-file.
8319
8320 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
8321
8322 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
8323
8324 * ps-print.el (ps-printer-name): Fix custom type.
8325
8326 1999-06-12 Reto Zimmermann <reto@synopsys.com>
8327
8328 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
8329 (vhdl-port-paste-generic-map): Fix indentation bug.
8330 (vhdl-port-paste-port-map): Fix indentation bug.
8331 (vhdl-scan-file-contents): Make scanning case insensitive.
8332
8333 1999-06-11 Richard M. Stallman <rms@gnu.org>
8334
8335 * files.el (write-file): When buffer is not already visiting a file,
8336 don't put buffer name in the minibuffer, just make it the default.
8337 Also handle just directory as arg usefully in that case.
8338
8339 * simple.el (sendmail-user-agent-compose):
8340 Ignore case when inserting the rest of the "other" headers.
8341
8342 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
8343
8344 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
8345 (info-lookup-interactive-arguments): Never insert the default
8346 into the minibuffer automatically.
8347
8348 * emacs-lisp/cl-extra.el (getf): Don't call get*.
8349
8350 1999-06-09 Richard M. Stallman <rms@gnu.org>
8351
8352 * simple.el (shell-command): Avoid printing "mark set" message.
8353
8354 1999-06-09 Dave Love <fx@gnu.org>
8355
8356 * progmodes/compile.el (compilation-error-regexp-alist): Allow
8357 digits in program name in first pattern.
8358
8359 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
8360
8361 * vc.el (vc-dired-mode): Don't match anything before the date in
8362 dired-move-to-filename-regexp.
8363
8364 1999-06-07 Ken'ichi Handa <handa@gnu.org>
8365
8366 * international/quail.el (quail-define-rules): Fix typo in
8367 docstring.
8368
8369 1999-06-05 Stephen Eglen <stephen@gnu.org>
8370
8371 * iswitchb.el (iswitchb-default-keybindings): Add
8372 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
8373 than when package is loaded.
8374
8375 1999-06-04 Richard M. Stallman <rms@gnu.org>
8376
8377 * startup.el (command-line): Don't set user-init-file directly;
8378 tell `load' to set it.
8379
8380 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
8381
8382 * simple.el (next-history-element):
8383 Handle minibuffer-text-before-history properly when reading sexps.
8384
8385 * disp-table.el (standard-display-european):
8386 For an interactive call by the user,
8387 don't set enable-multibyte-characters,
8388 and don't set the terminal coding system.
8389
8390 * textmodes/refbib.el: Don't print any messages or display
8391 a buffer when loading the library.
8392 (r2b-help): Doc fix.
8393 (r2b-help-message): Update the documentation.
8394 (r2b-load-quietly): Variable deleted.
8395 (r2b-convert-buffer): Doc fix.
8396
8397 1999-06-04 Dave Love <fx@gnu.org>
8398
8399 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
8400
8401 * auto-show.el: Don't change hooks on loading.
8402 (auto-show-mode): Autoload. Default to nil. Add :set &c.
8403 (auto-show-mode): Add to hooks here.
8404
8405 1999-06-04 Richard Sharman <rsharman@pobox.com>
8406
8407 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
8408 recursion on bogus input.
8409
8410 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
8411
8412 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
8413 does not select a buffer from the buffers menu, then the attached
8414 frame is not switched to anything.
8415
8416 1999-06-03 Ken'ichi Handa <handa@gnu.org>
8417
8418 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
8419 (viet-viscii-...->viet-vscii...).
8420
8421 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
8422
8423 1999-06-01 Dave Love <fx@gnu.org>
8424
8425 * progmodes/fortran.el: Add :link to defgroup.
8426 (fortran-blink-matching-if): Match ELSE statements too.
8427 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
8428 that filling is always done.
8429
8430 1999-05-31 Richard M. Stallman <rms@gnu.org>
8431
8432 * simple.el (append-next-kill): Use an arg to distinguish
8433 interactive calls from Lisp calls, rather than (interactive-p).
8434
8435 * international/iso-transl.el (iso-transl-language-alist):
8436 Interchange n and N.
8437
8438 1999-05-31 Dave Love <fx@gnu.org>
8439
8440 * msb.el Add to minor-mode-map-alist. Remove hook installation
8441 and keymap munging on load.
8442 (msb-mode): New option.
8443 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
8444 Doc fix.
8445 (msb-mode-map): New variable.
8446 (msb-mode): New command.
8447
8448 1999-05-31 Dave Love <fx@gnu.org>
8449
8450 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
8451 (ispell-complete-word-dict): Likewise.
8452
8453 1999-05-31 Eli Zaretskii <eliz@gnu.org>
8454
8455 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
8456 force the data buffer to be saved, even if the data didn't
8457 change, in case the write filter was modified. Restore the
8458 current record after read-file-filter finishes.
8459
8460 1999-05-29 Karl Heuer <kwzh@gnu.org>
8461
8462 * ispell4.el: Obsolete; file deleted.
8463
8464 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
8465
8466 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
8467 VALUE is a syntax table.
8468
8469 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
8470
8471 * simple.el (zap-to-char): Doc fix.
8472
8473 1999-05-27 Ken'ichi Handa <handa@gnu.org>
8474
8475 * isearch.el (isearch-quote-char): Don't assume character codes
8476 0200 - 0237 stand for characters in some single-byte character
8477 charset.
8478
8479 1999-05-27 Dave Love <fx@gnu.org>
8480
8481 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
8482
8483 1999-05-27 Andreas Schwab <schwab@gnu.org>
8484
8485 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
8486 headerline does not exist already.
8487
8488 1999-05-26 Richard Stallman <rms@gnu.org>
8489
8490 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8491 Avoid nested null-loops.
8492
8493 1999-05-26 Ken'ichi Handa <handa@gnu.org>
8494
8495 * international/characters.el: Typo fixed; prefered->preferred.
8496
8497 * international/mule-cmds.el (find-coding-systems-for-charsets):
8498 Typo fixed; prefered->preferred.
8499
8500 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
8501 method in read-event.
8502
8503 * international/mule.el (charset-info): Doc-string fixed.
8504
8505 1999-05-25 Ken'ichi Handa <handa@gnu.org>
8506
8507 * mail/smtpmail.el (smtpmail-send-it): Bind
8508 smtpmail-code-conv-from properly.
8509 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
8510 by smtpmail-code-conv-from.
8511
8512 1999-05-24 Richard Stallman <rms@gnu.org>
8513
8514 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
8515 Binding deleted also.
8516
8517 1999-05-24 Karl Heuer <kwzh@gnu.org>
8518
8519 * comint.el (comint-bol-or-process-mark): Doc fix.
8520
8521 1999-05-23 Dave Love <fx@gnu.org>
8522
8523 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
8524 Enter it on minor-mode-map-alist.
8525 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
8526 Autoload. Add custom setter.
8527 (crisp-mark-line): Doc fix.
8528 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
8529 (crisp-mode-hook): Define.
8530
8531 1999-05-23 Ken'ichi Handa <handa@gnu.org>
8532
8533 * files.el (recover-file): Recover buffer-file-coding-system.
8534
8535 1999-05-22 Richard Stallman <rms@gnu.org>
8536
8537 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
8538 regexp match the date, to avoid treating date as file size.
8539 Add YYYY S option to WESTERN/
8540
8541 * bookmark.el: Delete some XEmacs compatibility code.
8542 (bookmark-jump-noselect): Check vc-backend.
8543
8544 * subr.el (add-to-list): Doc fix.
8545
8546 1999-05-21 Stephen Eglen <stephen@gnu.org>
8547
8548 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
8549
8550 1999-05-18 Richard Stallman <rms@gnu.org>
8551
8552 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
8553 non-space after the @anchor command.
8554 (texinfo-format-var): Handle other nested constructs, using
8555 texinfo-parse-expanded-arg and texinfo-discard-command, not
8556 texinfo-parse-arg-discard.
8557
8558 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
8559 (debug): Bind and use debugger-outer-inhibit-redisplay.
8560 Bind inhibit-redisplay to nil.
8561 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
8562
8563 1999-05-17 Dave Love <fx@gnu.org>
8564
8565 * help.el (describe-function-1): Extra arg, interactive-p.
8566 (describe-key, describe-function): Use it.
8567
8568 1999-05-17 Karl Heuer <kwzh@gnu.org>
8569
8570 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
8571
8572 1999-05-16 Dave Love <fx@gnu.org>
8573
8574 * cus-start.el (all): Delete selective-display. Add scroll-margin,
8575 scroll-preserve-screen-position, scroll-conservatively.
8576
8577 1999-05-16 Dave Love <fx@gnu.org>
8578
8579 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
8580
8581 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
8582
8583 * progmodes/vhdl-mode.el: Completely revised and massively extended.
8584
8585 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8586
8587 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
8588 magic number and is not associated with a file.
8589
8590 1999-05-14 Richard M. Stallman <rms@gnu.org>
8591
8592 * files.el (find-file-noselect-1): Fix previous change.
8593
8594 1999-05-14 Simon Marshall <simon@gnu.org>
8595
8596 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
8597
8598 1999-05-13 Ken'ichi Handa <handa@gnu.org>
8599
8600 * international/mule-diag.el (mule-diag): Change MULE to Mule in
8601 docstring.
8602
8603 * international/mule-cmds.el: Change MULE to Mule in docstrings
8604 and menus.
8605
8606 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
8607
8608 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
8609 to correctly reflect the value of BaseLineOffset in
8610 RelativeCompose. Now the value of RelativeCompose is an array of
8611 low and high positions.
8612 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
8613 RLC for the above change.
8614
8615 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
8616
8617 * comint.el (comint-password-prompt-regexp): Modified to match the
8618 output of ksu and ssh-add.
8619
8620 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
8621
8622 * language/korea-util.el (isearch-toggle-korean-input-method):
8623 Adjusted for the change of input method handling in isearch.el.
8624 (isearch-hangul-switch-symbol-ksc): Likewise.
8625 (isearch-hangul-switch-hanja): Likewise.
8626
8627 1999-05-10 Dave Love <fx@gnu.org>
8628
8629 * help.el (help-make-xrefs): Fix typo.
8630
8631 1999-05-10 Andreas Schwab <schwab@gnu.org>
8632
8633 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
8634 unibyte-display-via-language-environment.
8635
8636 * help.el (help-make-xrefs): Handle more cases when looking for
8637 commands in a keymap description.
8638
8639 1999-05-10 Eli Zaretskii <eliz@gnu.org>
8640
8641 * loadup.el: For ms-dos systems, load ccl and codepage.
8642
8643 1999-05-09 Ken'ichi Handa <handa@gnu.org>
8644
8645 * ps-print.el (ps-control-character): Call
8646 ps-mule-prepare-ascii-font to setup ASCII fonts.
8647
8648 * ps-mule.el (ps-mule-begin-job): Redo this change "if
8649 ps-multibyte-buffer is nil, use
8650 ps-mule-font-info-database-default."
8651
8652 1999-05-08 Ken Stevens <k.stevens@ieee.org>
8653
8654 * ispell.el (ispell-local-dictionary-alist): New variable for
8655 customizing local dictionaries not accessable by everyone.
8656 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
8657 (ispell-required-version): Changed format `(major minor
8658 revision)' to support general pattern matching.
8659 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
8660 skip region commented out due to incorrect skip potential in std latex.
8661 (ispell-word): Removed `when' macro. Fixed bug of not restoring
8662 cursor point on small words for calls from `ispell-minor-mode'.
8663 (check-ispell-version): Tests and accepts versions major.minor
8664 and above, with adjustments for interactions in 3.1.0-3.1.11.
8665 (ispell-get-line): No longer skips ispell process special characters.
8666 (ispell-comments-and-strings): Removed `when' macro call.
8667 (ispell-minor-check): Requires ispell-word to restore cursor point.
8668 (ispell-buffer-local-parsing): Supports checking comments only.
8669
8670 1999-05-08 Karl Heuer <kwzh@gnu.org>
8671
8672 * comint.el (comint-password-prompt-regexp): Fix last change to be
8673 more specific.
8674
8675 1999-05-07 Richard M. Stallman <rms@gnu.org>
8676
8677 * subr.el (with-temp-message): Fix the other call to message
8678 to use %s.
8679
8680 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
8681
8682 * gud.el (gud-format-command): "%F" means file sans extension.
8683 (jdb): Use %F, not %f, for gud-break.
8684
8685 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
8686
8687 * comint.el (comint-password-prompt-regexp): Modified so that it
8688 matches the output of kinit.
8689
8690 1999-05-06 Greg Stark <gsstark@mit.edu>
8691
8692 * timezone.el (timezone-parse-date): Recognize new format used in
8693 internet cookies.
8694
8695 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
8696
8697 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
8698
8699 1999-05-04 Andrew Innes <andrewi@gnu.org>
8700
8701 * time.el (display-time-update): Allow for wrap-around when
8702 checking against display-time-server-down-time.
8703
8704 1999-05-04 Ken'ichi Handa <handa@gnu.org>
8705
8706 * international/mule-diag.el (describe-coding-system): Fix English
8707 message.
8708
8709 1999-05-03 Jason Rumney <jasonr@altavista.net>
8710
8711 * term/w32-win.el: Change the x-charset-registry property for the
8712 Japanese charsets that are supported by Japanese Windows fonts.
8713
8714 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8715
8716 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
8717 diary-block diary entries for which the reminders and the diary
8718 entries can overlap.
8719
8720 1999-05-02 Jason Rumney <jasonr@altavista.net>
8721
8722 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
8723 matches the font selected in the dialog.
8724
8725 1999-05-02 Dave Love <fx@gnu.org>
8726
8727 * browse-url.el (browse-url-browser-function): Add :version.
8728
8729 * international/mule.el (auto-coding-alist): Add .tgz.
8730
8731 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
8732
8733 * international/codepage.el (cp-coding-system-for-codepage-1):
8734 Make the magnification parameter for the -dos encoder be 2.
8735
8736 1999-05-2 Andrew Innes <andrewi@gnu.org>
8737
8738 * term/w32-win.el (w32-drag-n-drop): Select file in window where
8739 it is dropped, rather than current window.
8740
8741 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
8742 after switching buffer, as case-fold-search is a buffer local
8743 variable.
8744
8745 * w32-fns.el (convert-standard-filename): Only convert directory
8746 separators to backslash if the interactive shell is one of the
8747 standard Windows shells that has DOS semantics.
8748
8749 * ls-lisp.el (ls-lisp-format-time): Trap errors from
8750 format-time-string, and return a suitable string to indicate the
8751 timestamp was invalid.
8752
8753 * hexl.el (hexlify-command): Apply shell-quote-argument after
8754 expanding hexl-program in case exec-directory contains a space.
8755 (dehexlify-command): Ditto.
8756
8757 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
8758 file extension regexps which aren't necessarily binary files.
8759 (direct-print-region-helper): Use subst-char-in-string instead of
8760 binding directory-sep-char to convert filenames to DOS syntax.
8761 (direct-print-region-use-command-dot-com): New variable.
8762 (direct-print-region-helper): Use it to control whether to invoked
8763 command.com to print on Windows 9x.
8764
8765 * browse-url.el (browse-url-browser-function): Default to
8766 browse-url-default-windows-browser on windows-nt.
8767 (browse-url-default-windows-browser): New function.
8768
8769 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
8770
8771 * forms.el (forms-mode): Don't call forms-first-record or
8772 forms-last-record if the data file has zero records.
8773
8774 1999-04-29 Richard M. Stallman <rms@gnu.org>
8775
8776 * files.el (find-file-noselect-1): If buffer-file-name has changed
8777 after find-file-not-found-hooks runs, recompute the truename.
8778 And don't use FILENAME after that point.
8779
8780 1999-04-27 Dave Love <fx@gnu.org>
8781
8782 * paren.el (show-paren-mode)
8783 * which-func.el (which-func-mode-global)
8784 * type-break.el (type-break-mode)
8785 * time.el (display-time-mode)
8786 * rsz-mini.el (resize-minibuffer-mode)
8787 * mouse-sel.el (mouse-sel-mode)
8788 * icomplete.el (icomplete-mode)
8789 * hscroll.el (hscroll-global-mode)
8790 * help.el (temp-buffer-resize-mode)
8791 * font-lock.el (global-font-lock-mode)
8792 * delsel.el (delete-selection-mode)
8793 * avoid.el (mouse-avoidance-mode)
8794 * autoinsert.el (auto-insert-mode)
8795 * winner.el (winner-mode): Doc fix.
8796
8797 1999-04-26 Karl Heuer <kwzh@gnu.org>
8798
8799 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
8800 the same whitespace that was ignored in choosing the subject string.
8801
8802 1999-04-26 Richard M. Stallman <rms@gnu.org>
8803
8804 * info.el (Info-find-node): Position properly after finding anchor.
8805
8806 * cus-start.el (all): Handle unibyte-display-via-language-environment.
8807
8808 * simple.el (indent-new-comment-line): Fix previous change.
8809
8810 * complete.el: Delete the wildcard expansion feature
8811 since that is now standard in find-file.
8812 (PC-try-load-many-files): Function deleted.
8813 (PC-after-load-many-files): Function deleted.
8814 (PC-many-files-list): Variable deleted.
8815 (PC-disable-wildcards): Variable deleted.
8816 (partial-completion-mode): Don't enable the wildcard feature.
8817
8818 * complete.el (PC-look-for-include-file): Don't set global variables
8819 `error', `buf' and `filename' here.
8820
8821 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
8822
8823 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
8824
8825 * textmodes/outline.el (outline-regexp): Doc fix.
8826
8827 1999-04-26 John Wiegley <johnw@borland.com>
8828
8829 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
8830 C++Builder 4.0 error message syntax.
8831
8832 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
8833
8834 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
8835 supported, use find -exec.
8836
8837 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
8838
8839 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
8840 coding-system-for-write, to avoid hanging when non-interactive.
8841
8842 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
8843
8844 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
8845 start with a newline.
8846
8847 1999-04-13 Ken'ichi Handa <handa@gnu.org>
8848
8849 * international/mule-conf.el (x-ctext): New coding system.
8850
8851 1999-04-12 Richard M. Stallman <rms@gnu.org>
8852
8853 * international/mule-cmds.el (input-method-function):
8854 Add permanent-local property.
8855
8856 1999-04-12 Dave Love <fx@gnu.org>
8857
8858 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
8859 change to use jka-compr-byte-compiler-base-file-name.
8860
8861 * supercite.el (sc-scan-info-alist): Revert last change.
8862 (sc-attrib-selection-list): Fix :type here instead.
8863
8864 1999-04-11 Eli Zaretskii <eliz@gnu.org>
8865
8866 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
8867 in the list of case-insensitive filesystems.
8868
8869 1999-04-09 Kenichi Handa <handa@etl.go.jp>
8870
8871 * international/fontset.el (create-fontset-from-fontset-spec):
8872 Don't register duplicated alias fontset names.
8873
8874 1999-04-08 Richard Stallman <rms@gnu.org>
8875
8876 * international/mule.el (auto-coding-alist-lookup): New function.
8877 (set-auto-coding): Use auto-coding-alist-lookup.
8878
8879 * jka-compr.el (jka-compr-insert-file-contents):
8880 Use auto-coding-alist-lookup to check for files that
8881 should not have eol conversion, in the unibyte case.
8882
8883 1999-04-07 Dave Love <fx@gnu.org>
8884
8885 * help.el (describe-variable): Check custom-loads property as well
8886 as custom-type.
8887
8888 * abbrev.el (abbrev-mode): Customizing sets the default value.
8889
8890 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
8891
8892 * vc.el (vc-backend-revert): For CVS files that were made
8893 writeable with "cvs edit", call "cvs unedit" to undo that.
8894
8895 1999-04-08 Dave Love <fx@gnu.org>
8896
8897 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
8898 more.
8899 (sc-emacs-features): Recognize Emacs 20.
8900 (sc-read-string): Use history arg.
8901 (sc-scan-info-alist): Check for rtnvalue a cons.
8902
8903 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
8904
8905 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
8906 coding system to encode the message by
8907 select-message-coding-system.
8908
8909 1999-04-07 Richard Stallman <rms@gnu.org>
8910
8911 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
8912
8913 * winner.el: Reorder definitions.
8914
8915 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
8916
8917 * mail/rmail.el (rmail-decode-babyl-format):
8918 Undo previous change.
8919
8920 1999-04-06 Richard Stallman <rms@gnu.org>
8921
8922 * info.el (Info-find-node): Check for an anchor at the
8923 proper place, before reading an indirect file.
8924
8925 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
8926
8927 * jka-compr.el (jka-compr-insert-file-contents):
8928 Use raw-text-unix when we want no conversion.
8929
8930 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
8931
8932 * timezone.el (timezone-parse-date): Corrected regexp for
8933 style (5) date format so that tenths of seconds are optional.
8934
8935 1999-04-05 Eli Zaretskii <eliz@gnu.org>
8936
8937 * term/internal.el (dos-cpNNN-setup): New function, with the guts
8938 of dos-codepage-setup.
8939 (cjk-codepages-alist): New variable, an alist of Far-Eastern
8940 codepages for which there's no need to set up cpNNN coding
8941 systems.
8942 (dos-codepage-setup): Support Far-Eastern DOS terminals.
8943
8944 1999-04-05 Richard Stallman <rms@gnu.org>
8945
8946 * mail/rmail.el (rmail-ignored-headers): Doc fix.
8947
8948 1999-04-02 Richard Stallman <rms@gnu.org>
8949
8950 * progmodes/compile.el (compilation-handle-exit): Do right thing
8951 if (car status) doesn't end in a newline.
8952
8953 1999-04-01 Dave Love <fx@gnu.org>
8954
8955 * progmodes/sql.el (SQL): Add defgroup :version.
8956
8957 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
8958
8959 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
8960 buffer-file-coding-system. If the coding system used is raw-text,
8961 etc., make the *Compiler Input* buffer unibyte.
8962
8963 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
8964
8965 * loadup.el: Don't write the fns-...el file if not dumping.
8966
8967 1999-03-31 Dave Love <fx@gnu.org>
8968
8969 * snmp-mode.el (snmp): Fix defgroup :version.
8970
8971 * hilit-chg.el (highlight-changes): Add defgroup :version.
8972
8973 1999-03-31 Andreas Schwab <schwab@gnu.org>
8974
8975 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
8976 the gnus-save-hidden-threads macro.
8977
8978 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
8979
8980 * faces.el (face-set-after-frame-default): Obey the
8981 `customized-face' for new faces.
8982
8983 1999-03-30 Dave Love <fx@gnu.org>
8984
8985 * international/mule-cmds.el (current-language-environment): Doc fix.
8986 * abbrev.el (abbrev-mode): Doc fix.
8987 * autoinsert.el (auto-insert-mode): Doc fix.
8988 * complete.el (partial-completion-mode): Doc fix.
8989 * avoid.el (mouse-avoidance-mode): Doc fix.
8990 * delsel.el (delete-selection-mode): Doc fix.
8991 * font-lock.el (global-font-lock-mode): Doc fix.
8992 * help.el (temp-buffer-resize-mode): Doc fix.
8993 * hscroll.el (hscroll-global-mode): Doc fix.
8994 * icomplete.el (icomplete-mode): Doc fix.
8995 * mouse-sel.el (mouse-sel-mode): Doc fix.
8996 * paren.el (show-paren-mode): Doc fix.
8997 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
8998 * time.el (display-time-mode): Doc fix.
8999 * type-break.el (type-break-mode): Doc fix.
9000 * which-func.el (which-func-mode-global): Doc fix.
9001 * winner.el (winner-mode): Doc fix.
9002
9003 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
9004
9005 * wid-edit.el (widget-before-change): Signal text-read-only rather
9006 than an ordinary error.
9007
9008 1999-03-30 Richard M. Stallman <rms@gnu.org>
9009
9010 * repeat.el: Don't require advice.
9011 (repeat): Do function-indirection in check for kbd macro.
9012 In self-insert case, use the *last* char in INSERTION.
9013
9014 1999-03-30 Karl Heuer <kwzh@gnu.org>
9015
9016 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
9017
9018 1999-03-29 Andreas Schwab <schwab@gnu.org>
9019
9020 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
9021 comint-input-filter-functions. Make variables related to shell
9022 directory tracking local.
9023
9024 1999-03-26 Andreas Schwab <schwab@gnu.org>
9025
9026 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
9027
9028 * simple.el (shell-command-on-region): Cope with exit-status being
9029 nil, which happens if call-process-region was interrupted.
9030
9031 1999-03-26 Richard M. Stallman <rms@gnu.org>
9032
9033 * simple.el (indent-new-comment-line): Handle use at a point
9034 after a comment-end. Handle multiple comments.
9035
9036 * mail/rmail.el (rmail-decode-babyl-format):
9037 To prevent locking, bind buffer-file-name to nil.
9038
9039 1999-03-26 Karl Fogel <kfogel@red-bean.com>
9040
9041 * mail-hist.el (mail-hist-current-header-name): Don't make
9042 off-by-one-error when determining if in message body.
9043
9044 1999-03-25 Andrew Innes <andrewi@gnu.org>
9045
9046 * w32-fns.el (set-default-process-coding-system): Copied from
9047 dos-w32.el, but modified to use Unix line endings for process
9048 input, and to add a suitable entry to process-coding-system-alist
9049 for DOS shells.
9050
9051 * dos-fns.el (set-default-process-coding-system): Copied from
9052 dos-w32.el.
9053
9054 * dos-w32.el (set-default-process-coding-system): Move function to
9055 dos-fns.el; a different version is used in w32-fns.el.
9056
9057 1999-03-24 Dave Love <fx@gnu.org>
9058
9059 * info.el (Info-directory-list): Revert change to re-writing
9060 Info-default-directory-list, but put `alternative' first.
9061 (Info-insert-dir): Modify selecting the top dir file as a consequence.
9062
9063 1999-03-23 Simon Marshall <simon@gnu.org>
9064
9065 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
9066 on the line by itself.
9067 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
9068 it is not in a declarative context.
9069
9070 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
9071
9072 * cus-edit.el (custom-variable-prompt): Allow customization of
9073 autoloaded symbols.
9074
9075 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
9076
9077 * simple.el (what-cursor-position): Don't cause error when point
9078 is at invalid multibyte sequence.
9079
9080 1999-03-21 Karl Heuer <kwzh@gnu.org>
9081
9082 * complete.el (partial-completion-mode): Doc fix.
9083
9084 1999-03-19 Richard M. Stallman <rms@gnu.org>
9085
9086 * progmodes/cplus-md.el (old-c++): Remove :group.
9087
9088 * progmodes/c-mode.el (old-c): Remove :group.
9089
9090 1999-03-18 Simon Marshall <simon@gnu.org>
9091
9092 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
9093 (java-font-lock-keywords-2): Added "strictfp" keyword.
9094
9095 1999-03-17 Jason Rumney <jasonr@altavista.net>
9096
9097 * w32-fns.el (set-w32-system-coding-system) New function.
9098 (w32-system-coding-system) Initialize to 'iso-latin-1.
9099
9100 1999-03-17 Eli Zaretskii <eliz@gnu.org>
9101
9102 * international/mule-cmds.el (set-language-environment): Fix
9103 previous change: don't use dos-codepage when unbound.
9104
9105 1999-03-17 Karl Heuer <kwzh@gnu.org>
9106
9107 * calendar/appt.el (appt-make-list): Fix previous change.
9108
9109 1999-03-16 Richard M. Stallman <rms@gnu.org>
9110
9111 * window.el (shrink-window-if-larger-than-buffer):
9112 Don't try to redisplay with the cursor at the end
9113 on its own line--that would force a scroll and spoil things.
9114
9115 1999-03-16 Eli Zaretskii <eliz@gnu.org>
9116
9117 * international/mule-cmds.el (set-language-environment): Don't use
9118 cpNNN-nonascii-translation-table if it is unbound.
9119
9120 * term/internal.el (dos-codepage-setup): Compute the unibyte
9121 syntax table and bind unibyte-display-via-language-environment
9122 here, rather than at top level, so that resetting to unibyte in
9123 .emacs works as expected.
9124
9125 1999-03-15 Simon Marshall <simon@gnu.org>
9126
9127 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
9128
9129 1999-03-14 Milan Zamazal <pdm@pvt.net>
9130
9131 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
9132
9133 1999-03-14 Kenichi Handa <handa@etl.go.jp>
9134
9135 * international/mule-util.el (detect-coding-with-priority):
9136 Restore the internal database.
9137
9138 1999-03-14 Stephen Eglen <stephen@gnu.org>
9139
9140 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
9141 if mail-from-style has invalid value.
9142
9143 1999-03-12 Karl Heuer <kwzh@gnu.org>
9144
9145 * vc.el (vc-delete-logbuf-window): New var.
9146 (vc-finish-logentry): Use it.
9147
9148 1999-03-12 Richard M. Stallman <rms@gnu.org>
9149
9150 * startup.el (command-line-1): Improve startup msg.
9151
9152 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
9153
9154 * speedbar.el: Added commentary about stealthy functions.
9155 (speedbar-message) new function.
9156 (speedbar-y-or-n-p): New function
9157 (speedbar-with-attached-buffer) Moved macro before reference.
9158 Now uses `save-selected-window'.
9159 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
9160 speedbar-generic-item-info, speedbar-item-info-file-helper,
9161 speedbar-item-delete, speedbar-insert-generic-list,
9162 speedbar-timer-fn, speedbar-check-vc-this-line,
9163 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
9164 speedbar-buffers-item-info) Use speedbar-message.
9165 (speedbar-item-info) Limit `message-log-max'.
9166 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
9167 speedbar-item-delete, speedbar-item-object-delete,
9168 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
9169
9170 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
9171
9172 * server.el (server-start): Set coding system for the server
9173 process to raw-text.
9174 (server-process-filter): Decode file names if necessary.
9175
9176 1999-03-12 Dave Love <fx@gnu.org>
9177
9178 * textmodes/fill.el (sentence-end-double-space): Doc fix.
9179
9180 * textmodes/paragraphs.el (sentence-end): Doc fix.
9181
9182 1999-03-11 Karl Heuer <kwzh@gnu.org>
9183
9184 * comint.el (comint-password-prompt-regexp): Accept "login password:"
9185
9186 1999-03-09 Karl Heuer <kwzh@gnu.org>
9187
9188 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
9189 (ispell-dictionary-alist-2): Likewise.
9190 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
9191 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
9192 (ispell-dictionary-alist): Build from six pieces, not just two.
9193
9194 * ps-bdf.el (bdf-directory-list): Doc fix.
9195
9196 * enriched.el (enriched-mode): Make var permanent-local.
9197
9198 1999-03-09 Dave Love <fx@gnu.org>
9199
9200 * textmodes/sgml-mode.el (html-mode): Use
9201 sentence-end-double-space when setting sentence-end.
9202
9203 1999-03-09 Ken'ichi Handa <handa@gnu.org>
9204
9205 * language/thai.el (tis-620): New alias coding system for thai-tis620.
9206
9207 1999-03-08 Felix Lee <flee@cygnus.com>
9208
9209 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
9210
9211 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
9212
9213 1999-03-08 Karl Heuer <kwzh@gnu.org>
9214
9215 * dired-aux.el (dired-do-copy-regexp): Doc fix.
9216 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9217
9218 * dired.el (dired-do-copy-regexp): Doc fix.
9219 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9220
9221 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
9222
9223 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
9224
9225 1999-03-08 Jason Rumney <jasonr@altavista.net>
9226
9227 * international/codepage.el (cp1250-decode-table)
9228 (cp1251-decode-table, cp1253-decode-table)
9229 (cp1257-decode-table): New translation tables for MS Windows codepages.
9230 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
9231
9232 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9233
9234 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
9235
9236 1999-03-07 Eli Zaretskii <eliz@gnu.org>
9237
9238 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
9239
9240 * term/internal.el (top level): Display character 255 as 8bit as well.
9241
9242 1999-03-06 Dave Love <fx@gnu.org>
9243
9244 * progmodes/cc-cmds.el (c-outline-level): Bind
9245 buffer-invisibility-spec.
9246
9247 * progmodes/c-mode.el (c-outline-level): Likewise.
9248
9249 * progmodes/ada-mode.el (ada-outline-level): Likewise.
9250
9251 1999-03-05 Felix Lee <flee@cygnus.com>
9252
9253 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
9254
9255 1999-03-05 Richard M. Stallman <rms@gnu.org>
9256
9257 * bindings.el (complete-symbol): Invert meaning of prefix arg.
9258
9259 1999-03-05 Andrew Innes <andrewi@gnu.org>
9260
9261 * w32-fns.el (convert-standard-filename): Convert directory
9262 separators to Windows format.
9263
9264 1999-03-05 Andreas Schwab <schwab@gnu.org>
9265
9266 * international/skkdic-cnv.el: Provide skkdic-cnv.
9267 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
9268 (batch-skkdic-convert): Doc fix.
9269
9270 1999-03-04 Dave Love <fx@gnu.org>
9271
9272 * custom.el (custom-set-variables): Protect against setter errors.
9273
9274 1999-03-04 Eli Zaretskii <eliz@gnu.org>
9275
9276 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
9277 the file sizes from overflowing.
9278 (ls-lisp-format): If file size is a float, use %8.0f to print it.
9279 Under -s, print the size in blocks with %4.0f, in case they have
9280 a *really* huge file.
9281
9282 1999-03-03 Dave Love <fx@gnu.org>
9283
9284 * options.el (edit-options): Doc fix.
9285 (list-options): Don't lose with unbound symbols. Maintain
9286 Edit-options-mode.
9287
9288 1999-03-01 Dave Love <fx@gnu.org>
9289
9290 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
9291
9292 1999-02-28 Richard M. Stallman <rms@gnu.org>
9293
9294 * ispell.el (ispell-dictionary-alist-override): New variable.
9295 (ispell-dictionary-alist): Don't setq it,
9296 if ispell-dictionary-alist-override is set.
9297
9298 * simple.el (shell-command-default-error-buffer): Renamed from
9299 shell-command-on-region-default-error-buffer.
9300 (shell-command-on-region): Mention in echo area when there
9301 is some error output. Mention success or failure, too.
9302 Accumulate multiple error outputs
9303 going forward, with formfeed in between. Display the error buffer
9304 when we have put something in it.
9305 (shell-command): Add the ERROR-BUFFER argument feature.
9306
9307 1999-02-28 Karl Heuer <kwzh@gnu.org>
9308
9309 * mail/mh-utils.el (mh-lib): Doc fix.
9310 (mh-lib-progs, mh-nmh-p): New vars.
9311 (mh-find-progs): Set mh-lib-progs along with other vars.
9312 (mh-path-search): New arg FUNC-P; if specified, use that instead
9313 of mh-file-command-p.
9314 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
9315
9316 * mail/mh-comp.el (mh-repl-formfile): New var.
9317 (mh-smail-batch): Don't ignore all arguments.
9318 (mh-reply): Do the right thing when using nmh.
9319
9320 1999-02-27 Kenichi Handa <handa@etl.go.jp>
9321
9322 * international/mule-cmds.el (select-safe-coding-system): Be sure
9323 to show a buffer being decoded.
9324
9325 1999-02-26 Ken'ichi Handa <handa@gnu.org>
9326
9327 * ps-bdf.el (bdf-directory-list): Initialize it to
9328 '("/usr/local/share/emacs/fonts/bdf").
9329
9330 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9331
9332 * ps-print.el: PostScript programming fix.
9333 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
9334 setpagedevice operator).
9335
9336 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9337
9338 * ps-print.el: Doc fix, font size specifies landscape and portrait
9339 sizes.
9340 (ps-print-version): New version number (4.1.4).
9341 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
9342 Specifies landscape and portrait sizes.
9343 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
9344 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
9345 fix.
9346 (ps-get-font-size): New fun.
9347 (ps-font-size-internal, ps-header-font-size-internal)
9348 (ps-header-title-font-size-internal): New vars.
9349
9350 * ps-mule.el: Change of ps-print font size variable name.
9351 (ps-mule-generate-font): Fun fix.
9352 (ps-mule-begin-job): Programming uniformization.
9353
9354 1999-02-25 Dave Love <fx@gnu.org>
9355
9356 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
9357 (help-make-xrefs): Do Info case first.
9358
9359 * repeat.el: Don't require advice.
9360 (repeat-last-kill-command): Variable deleted.
9361
9362 1999-02-25 Richard Stallman <rms@gnu.org>
9363
9364 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
9365 case just because the current buffer is the output buffer.
9366
9367 1999-02-25 Kenichi Handa <handa@etl.go.jp>
9368
9369 * simple.el (what-cursor-position): To show the character's
9370 encoding, use encoded-string-description instead of information
9371 of chaset-origin-alist.
9372
9373 * international/mule-cmds.el (iso-2022-control-alist): New variable.
9374 (encoded-code-description): New function.
9375 (encoded-string-description): New function.
9376 (encode-coding-char): New function.
9377
9378 1999-02-25 Andrew Innes <andrewi@gnu.org>
9379
9380 * startup.el (command-line) [windows-nt]: Fix typo in regexp
9381 checking for .emacs[.el[c]].
9382
9383 1999-02-24 Richard Stallman <rms@gnu.org>
9384
9385 * help.el (describe-function-1): Don't print a whole lambda-function.
9386
9387 1999-02-23 Ken'ichi Handa <handa@gnu.org>
9388
9389 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
9390 inputting ?\240.
9391
9392 1999-02-23 Karl Heuer <kwzh@gnu.org>
9393
9394 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
9395
9396 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
9397 (clean-buffer-list-kill-buffer-names): Doc fix.
9398
9399 * gud.el (gud-jdb-massage-args): Spelling fix.
9400
9401 1999-02-23 Richard M. Stallman <rms@gnu.org>
9402
9403 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
9404
9405 1999-02-22 Eli Zaretskii <eliz@gnu.org>
9406
9407 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
9408 excursion while calling set-auto-coding-function.
9409
9410 * play/handwrite.el (handwrite): Require ps-print, and use
9411 ps-printer-name and ps-lpr-command. Call ps-print-region-function
9412 if it's defined, instead of forking ps-lpr-command unconditionally.
9413
9414 1999-02-22 Kenichi Handa <handa@etl.go.jp>
9415
9416 * international/codepage.el (cp-coding-system-for-codepage-1): Put
9417 charset-origin-alist property to a coding system for the codepage.
9418
9419 * international/mule.el: Modify comment for charset-origin-alist
9420 property of a coding system.
9421
9422 * simple.el (what-cursor-position): charset-origin-alist property
9423 of a coding system may be a translation table or a symbol of which
9424 `translation-table' property is a translation table.
9425
9426 1999-02-21 Richard Stallman <rms@gnu.org>
9427
9428 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
9429 to the "html" template.
9430
9431 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
9432
9433 * dirtrack.el (dirtrack): Added docstring. Now returns input.
9434
9435 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
9436
9437 * dirtrack.el (dirtrack): Check for the prompt in the input string
9438 instead of the buffer.
9439
9440 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
9441
9442 * sql.el: Set version to 1.4.1. Changed mail address to
9443 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
9444 (sql-input-ring-separator): Doc fix.
9445 (sql-mode-syntax-table): double-dash starts comments is defined as
9446 ". 56" instead of ". 12b" for XEmacs.
9447 (sql-stop, sql-interactive-mode): Doc fixes.
9448 (sql-postgres): Queries for database and server, not just one.
9449 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
9450
9451 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
9452 changed. This is needed for master.el to work.
9453 (sql-set-sqli-buffer): Use the new hook.
9454
9455 * sql.el (sql-make-alternate-buffer-name): Function that sets
9456 sql-alternate-buffer-name.
9457 (sql-alternate-buffer-name): Possible name of SQLi buffers.
9458 (sql-interactive-mode): Set sql-alternate-buffer-name.
9459 (sql-rename-buffer): New command.
9460 (sql-interactive-mode-menu): Menu for SQLi buffers.
9461
9462 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
9463 and sql-input-ring-file-name are used to temporarily set
9464 comint-input-ring-file-name and comint-input-ring-separator when
9465 reading and writing input history files.
9466
9467 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
9468 (sql-input-ring-file-name): New variable with customization.
9469 (sql-input-ring-separator): New variable with customization.
9470 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
9471 Callers changed.
9472 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
9473 now includes the name of the current buffer.
9474
9475 (sql-mode): Set paragraph-separate and paragraph-start so that
9476 sql-send-paragraph sends the entire SQL statements, even if it
9477 contains indented lines.
9478
9479 1999-02-18 Dave Love <fx@gnu.org>
9480
9481 * format.el (format-encode-run-method, format-decode-run-method):
9482 Fix previous change.
9483
9484 1999-02-18 Ken'ichi Handa <handa@gnu.org>
9485
9486 * international/mule.el (coding-system-list): Moved here from
9487 mule-util.el to avoid autoloading mule-util by the call of
9488 select-safe-coding-system.
9489
9490 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
9491
9492 * simple.el (turn-on-auto-fill): Mark it as an option for
9493 `text-mode-hook'.
9494
9495 1999-02-17 Richard Stallman <rms@gnu.org>
9496
9497 * emacs-lisp/easymenu.el (easy-menu-get-map):
9498 Don't crash if (current-local-map) is nil.
9499
9500 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
9501
9502 * filecache.el (file-cache-filter-regexps): Added .class.
9503
9504 1999-02-17 Ken'ichi Handa <handa@gnu.org>
9505
9506 * international/mule-util.el (decompose-region): Use
9507 insert-buffer-substring instead of insert-buffer to avoid putting
9508 mark.
9509
9510 1999-02-17 Andreas Schwab <schwab@gnu.org>
9511
9512 * calendar/cal-move.el (scroll-calendar-left): Don't set
9513 displayed-month and displayed-year here, let generate-calendar do
9514 it, after range checking.
9515
9516 1999-02-17 Simon Marshall <simon@gnu.org>
9517
9518 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
9519
9520 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
9521 correctly between an object declared via a constructor and a method.
9522 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
9523 (java-font-lock-keywords-1): Fontify package names individually.
9524 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
9525 (java-font-lock-keywords-2): Simplify type fontification.
9526 (java-font-lock-keywords-3): Likewise.
9527
9528 1999-02-17 Kenichi Handa <handa@etl.go.jp>
9529
9530 * language/japanese.el (iso-2022-jp-2): New coding system.
9531 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
9532
9533 1999-02-16 Dave Love <fx@gnu.org>
9534
9535 * help.el (describe-function-1): Accept non-symbols.
9536
9537 1999-02-16 Paul Eggert <eggert@twinsun.com>
9538
9539 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
9540 find the last match if there are multiple matches.
9541
9542 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9543
9544 * tex-mode.el (tex-run-command, latex-run-command)
9545 (slitex-run-command, tex-command): Doc changes.
9546 (tex-start-options-string): Autoload it. Doc change. Provide
9547 a menu for customization. Allow nil. Quote backslashes only once.
9548 (tex-start-tex): Handle nil value of tex-start-options-string
9549 and apply shell-quote-argument to it.
9550
9551 1999-02-16 Eli Zaretskii <eliz@gnu.org>
9552
9553 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
9554 the size in blocks, since it can be a float.
9555 (ls-lisp-format): Likewise
9556
9557 1999-02-16 Ken'ichi Handa <handa@gnu.org>
9558
9559 * language/japanese.el (japanese-shift-jis): Add
9560 charset-origin-alist property.
9561
9562 1999-02-15 Richard Stallman <rms@gnu.org>
9563
9564 * progmodes/compile.el (compile-internal): Use save-selected-window.
9565
9566 * subr.el (momentary-string-display): Bind inhibit-read-only.
9567
9568 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
9569
9570 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
9571
9572 * mail/rmail.el (rmail-show-message): If an unseen message has a
9573 Summary-line in its header, get past one more line before looking
9574 for the X-Coding-System header.
9575
9576 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
9577
9578 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
9579 explicitly to accomodate Windows 9X lack of a useful copy program.
9580
9581 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
9582
9583 * wid-edit.el (widget-choice-value-create): Use `equal'
9584 instead of `eq'.
9585
9586 1999-02-14 Richard Stallman <rms@gnu.org>
9587
9588 * international/iso-transl.el:
9589 (iso-transl-ae): Renamed from iso-transl-e-slash.
9590 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
9591 (iso-transl-AE): Renamed from iso-transl-E-slash.
9592 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
9593 (iso-transl-char-map): Related changes.
9594
9595 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
9596
9597 1999-02-13 Richard Stallman <rms@gnu.org>
9598
9599 * textmodes/texinfmt.el (texinfo-alias): New function.
9600 (texinfo-fold-nodename-case): Add defvar.
9601 (texinfo-format-node): Do case folding if specified.
9602
9603 * ffap.el (ffap-file-at-point): Test local file names
9604 immediately. Strip off line numbers.
9605
9606 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
9607
9608 * sql.el: Set version to 1.3.2
9609 (sql-solid-program): Added support for solid.
9610 (sql-help): Doc mentions sql-solid.
9611 (sql-solid): Entry function for Solid.
9612 (sql-buffer): Doc explains the use of the variable and how to
9613 change it.
9614 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
9615 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
9616 disabled if sql-buffer doesn't have a process; sql-send-paragraph
9617 is new.
9618 (sql-show-sqli-buffer): New function to display the value of
9619 sql-buffer.
9620 (sql-change-sqli-buffer): New function to change sql-buffer.
9621 (sql-mode): Doc explains how to change sql-buffer.
9622 (sql-send-paragraph): New function to send a paragraph.
9623 (sql-mode-map): Added keybinding for sql-send-paragraph.
9624 (sql-mysql): Doc corrected.
9625 (sql-ms): Doc corrected.
9626
9627 * sql.el (sql-server): Doc fix.
9628 (sql-mysql): Added the use of sql-server to specify the host,
9629 sql-database now specifies database instead of host.
9630 (sql-mode-menu): Send... menu items are only active if sql-buffer
9631 is non-nil.
9632 (sql-help): Changed tag of entry functions a bit.
9633
9634 * sql.el: Added keywords from `finder-by-keyword'.
9635 (sql-mode): Made sql-buffer a local variable, changed the
9636 documentation: removed instructions to add *.sql files to
9637 auto-mode-alist, added documentation for having mutliple SQL
9638 buffers sending their stuff to different SQLi buffers, each
9639 running a different process.
9640 (sql-postgres): Quoted *SQL* in doc string.
9641 (sql-ms): Likewise.
9642 (sql-ingres): Likewise.
9643 (sql-ingres): Quoted *SQL* in doc string, added references to
9644 sql-user and sql-password used during login.
9645 (sql-sybase): Quoted *SQL* in doc string, added comma.
9646 (sql-oracle): Likewise.
9647 (sql-interactive-mode): Added extensive documentation for having
9648 mutliple SQL buffers sending their stuff to different SQLi
9649 buffers, each running a different process.
9650 (sql-buffer): Changed doc from *SQL* to SQLi.
9651 (sql-get-login): Doc fix.
9652
9653 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9654
9655 * international/mule-conf.el (undecided): Set ascii in
9656 safe-charsets property.
9657
9658 1999-02-12 Richard Stallman <rms@gnu.org>
9659
9660 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
9661
9662 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9663
9664 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
9665 value to ps-mule-font-info-database-latin.
9666
9667 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
9668
9669 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
9670 (ps-mule-font-info-database-default): New variable.
9671 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
9672 ps-mule-font-info-database-default.
9673
9674 1999-02-12 Dave Love <fx@gnu.org>
9675
9676 * timezone.el (timezone-make-date-sortable)
9677 (timezone-make-date-arpa-standard): Doc fix.
9678
9679 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9680
9681 * international/quail.el (quail-show-kbd-layout): Bind
9682 blink-matching-paren to nil.
9683
9684 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
9685 for ASCII and Latin-1.
9686
9687 1999-02-12 Andreas Schwab <schwab@gnu.org>
9688
9689 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
9690
9691 1999-02-12 Kenichi Handa <handa@etl.go.jp>
9692
9693 * international/mule-cmds.el (language-info-alist): Remove
9694 description about charset-origin-alist.
9695
9696 * international/mule.el: Comment added for a new coding system
9697 property `charset-origin-alit'.
9698 (make-translation-table): This variable deleted.
9699
9700 * language/chinese.el (chinese-big5): Add charset-origin-alist
9701 property.
9702 ("Chinese-CNS"): Remove charset-origin-alist property.
9703
9704 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
9705 property.
9706 (cyrillic-alternativnyj): Likewise.
9707 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
9708 ("Cyrillic-ALT"): Likewise.
9709
9710 * language/vietnamese.el (vietnamese-viqr): Add
9711 charset-origin-alist property.
9712 ("Vietnamese"): Remove charset-origin-alist property.
9713
9714 * simple.el (what-cursor-position): Don't use the varialbe
9715 charset-origin-alist, but use charset-origin-alist property of
9716 buffer-file-coding-system to decide external character set code.
9717
9718 1999-02-10 Richard Stallman <rms@gnu.org>
9719
9720 * shadowfile.el: Don't turn on the mode when the file is loaded.
9721
9722 1999-02-09 Richard Stallman <rms@gnu.org>
9723
9724 * progmodes/compile.el (compile-auto-highlight): Customize.
9725
9726 * add-log.el (add-log-file-name-function): New variable.
9727 (add-change-log-entry): Call that function, if non-nil.
9728
9729 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
9730
9731 * rmail.el (rmail-search): Track match with a marker, not an integer.
9732
9733 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9734
9735 * progmodes/compile.el (compilation-setup): Set value of
9736 compilation-directory-stack as in compilation-forget-errors.
9737 (compile-reinitialize-errors): Bind buffer-undo-list and
9738 deactivate-mark.
9739 (compilation-forget-errors): Likewise.
9740
9741 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
9742
9743 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
9744 def... constructs.
9745
9746 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
9747 Remove calls to sleep-for.
9748
9749 1999-02-08 Eli Zaretskii <eliz@gnu.org>
9750
9751 * international/codepage.el (cp-coding-system-for-codepage-1): On
9752 MS-DOS, use dos-unsupported-char-glyph for characters not
9753 supported by the codepage.
9754 (cp-make-coding-systems-for-codepage): Likewise.
9755
9756 1999-02-08 Andreas Schwab <schwab@gnu.org>
9757
9758 * international/mule-util.el (coding-system-list): Don't sort
9759 coding-system-list here.
9760
9761 * international/mule.el (coding-system-lessp): Moved here from
9762 mule-util.el
9763 (add-to-coding-system-list): New function.
9764 (make-subsidiary-coding-system, make-coding-system,
9765 define-coding-system-alias): Use it instead of setting
9766 coding-system-list directly.
9767
9768 1999-02-07 Dave Love <fx@gnu.org>
9769
9770 * calendar/appt.el (appt-make-list): Don't splice quotes and date
9771 onto message.
9772
9773 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9774
9775 * imenu.el (imenu--last-menubar-index-alist): Add doc.
9776 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
9777
9778 1999-02-06 Richard Stallman <rms@gnu.org>
9779
9780 * language/european.el (setup-slovenian-environment): New function.
9781 ("Slovenian"): New language environment.
9782
9783 * progmodes/sql.el (sql-help): Doc fix.
9784 (sql-mysql): Doc fix.
9785
9786 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9787
9788 * tex-mode.el: When compiling, require compare-w and skeleton
9789 to pacify the byte-compiler. Move the def's of the tex-commands
9790 together. Add a comment on kill-process vs. quit-process.
9791
9792 1999-02-05 Dave Love <fx@gnu.org>
9793
9794 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
9795 null markers.
9796 (compile-goto-error): Likewise.
9797
9798 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
9799
9800 * time-stamp.el (time-stamp-format): Format doc tighter.
9801 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
9802 (time-stamp): Don't re-write the time stamp if it didn't change.
9803
9804 1999-02-05 Alex Schroeder <asc@bsiag.com>
9805
9806 * progmodes/sql.el: Changed version to 1.2.1.
9807 (sql-pop-to-buffer-after-send-region): Improved documentation.
9808 (sql-mysql-program): Added MySQL support.
9809 (sql-prompt-length): Made prompt-length configurable.
9810 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
9811 (sql-help): Added MySQL support, changed documentation.
9812 (sql-send-region): A message is displayed if something is sent.
9813 (sql-mode): Added buffer-local comment-start.
9814 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
9815 (sql-interactive-mode): Added buffer-local comment-start.
9816 (sql-oracle): Set sql-prompt-length.
9817 (sql-sybase): Set sql-prompt-length.
9818 (sql-mysql): Added MySQL support.
9819 (sql-ingres): Set sql-prompt-length.
9820 (sql-ms): Set sql-prompt-length.
9821 (sql-postgres): Set sql-prompt-length.
9822
9823 1999-02-04 Eli Zaretskii <eliz@gnu.org>
9824
9825 * term/internal.el (dos-codepage-setup): Set selection coding
9826 system to cpNNN-dos.
9827
9828 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9829
9830 * international/characters.el: Let ethiopic use iso-2022-7bit.
9831
9832 1999-02-02 Dave Love <fx@gnu.org>
9833
9834 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
9835 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
9836
9837 1999-02-02 Karl Heuer <kwzh@gnu.org>
9838
9839 * terminal.el (terminal-emulator): Doc fix.
9840
9841 1999-02-02 Ken'ichi Handa <handa@gnu.org>
9842
9843 * international/mule-util.el (compose-chars): Doc-string
9844 modified. Correctly handle a composition character in ARGS.
9845
9846 1999-02-01 Richard Stallman <rms@gnu.org>
9847
9848 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
9849 (makefile-menu-index-function): Function deleted.
9850 (makefile-mode): Use makefile-imenu-generic-expression.
9851
9852 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
9853
9854 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
9855 change, invoke from before-init-hook.
9856
9857 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
9858
9859 * subr.el (remove-from-invisibility-spec): Cope with the case when
9860 buffer-invisibility-spec is t.
9861
9862 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
9863
9864 * calendar/calendar.el (calendar-mode-map): Fix bindings for
9865 appt-add and appt-delete.
9866
9867 1999-02-01 Eli Zaretskii <eliz@gnu.org>
9868
9869 * term/pc-win.el (msdos-approximate-color): New function.
9870 (msdos-color-translate): Call it to find a DOS color that best
9871 approximates an X-style "#NNNNNN" color specification.
9872
9873 1999-02-01 Ken'ichi Handa <handa@gnu.org>
9874
9875 * international/mule-util.el (compose-chars-component): Add
9876 autoload cookie.
9877
9878 1999-01-31 Ken'ichi Handa <handa@gnu.org>
9879
9880 * international/quail.el (quail-lookup-key): If cdr of MAP is a
9881 function, replace cdr of MAP by the return value of the function
9882 unconditionally.
9883
9884 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9885
9886 * progmodes/compile.el (compilation-next-error-locus): Don't
9887 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
9888
9889 1999-01-31 Eli Zaretskii <eliz@gnu.org>
9890
9891 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
9892 and NLs before "charset", and allow the charset name be in double
9893 quotes.
9894
9895 1999-01-31 Richard Stallman <rms@gnu.org>
9896
9897 * imenu.el (imenu-sort-function): Fix custom type.
9898
9899 1999-01-30 Richard Stallman <rms@gnu.org>
9900
9901 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
9902 (speedbar-line-token): Likewise.
9903
9904 * play/gametree.el (gametree-default-score): Use defcustom.
9905 (gametree-score-regexp, gametree-score-closer): Likewise.
9906 (gametree-score-manual-flag, gametree-score-opener): Likewise.
9907
9908 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9909
9910 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
9911 decoding.
9912
9913 1999-01-29 Markus Rost <rost@gnu.org>
9914
9915 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
9916 tex-validate-buffer.
9917 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
9918 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
9919 now with recent occur-mode.
9920 (tex-validate-region): Really walk through all Sexps.
9921 (tex-region): Bind shell-dirtrack-verbose.
9922 (tex-file, tex-bibtex-file): Likewise.
9923
9924 1999-01-29 Dave Love <fx@gnu.org>
9925
9926 * finder.el: (finder-commentary): Fix interactive spec. Try
9927 appending .el to file name.
9928 (finder-find-library, finder-commentary): Doc fixes.
9929
9930 1999-01-29 Andrew Innes <andrewi@gnu.org>
9931
9932 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
9933 where the userid contains directory separators.
9934
9935 1999-01-29 Dave Love <fx@gnu.org>
9936
9937 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
9938 (lm-commentary): Doc fix.
9939
9940 1999-01-29 Andreas Schwab <schwab@gnu.org>
9941
9942 * files.el (file-expand-wildcards): Never consider `.' and `..' a
9943 wildcard match. Fix regexp that tests if dirpart contains
9944 wildcard characters.
9945
9946 1999-01-28 Richard Stallman <rms@gnu.org>
9947
9948 * font-lock.el (font-lock-default-unfontify-region):
9949 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
9950
9951 1999-01-27 Jason Rumney <jasonr@altavista.net>
9952
9953 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
9954 from FAMILY field.
9955 (w32-create-initial-fontsets): Do not use before-init-hook.
9956 (mouse-set-font): Document. Automatically create and use fontsets.
9957
9958 * dos-w32.el (direct-print-region-helper): Check for printer
9959 being t as well as a string.
9960
9961 1999-01-27 Kenichi Handa <handa@etl.go.jp>
9962
9963 * mail/rmail.el (rmail-decode-mime-charset): New variable.
9964 (rmail-mime-charset-pattern): New variable.
9965 (rmail-convert-to-babyl-format): Decode by MIME-charset if
9966 rmail-decode-mime-charset is non-nil.
9967
9968 1999-01-27 Ken'ichi Handa <handa@gnu.org>
9969
9970 * international/characters.el: Set category `q' for all characters
9971 in tibetan and tibetan-1-column.
9972
9973 1999-01-27 Andrew Innes <andrewi@gnu.org>
9974
9975 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
9976 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
9977
9978 1999-01-27 Dave Love <fx@gnu.org>
9979
9980 * international/mule-cmds.el (current-language-environment):
9981 Provide :link, :type (choices) and appropriate :get.
9982
9983 1999-01-27 Eli Zaretskii <eliz@gnu.org>
9984
9985 * startup.el (command-line): Set default eol-mnemonic-* strings to
9986 display end-of-line format in mode line.
9987
9988 * cus-start.el (all): Add eol-mnemonic-* variables.
9989
9990 1999-01-26 Dave Love <fx@gnu.org>
9991
9992 * startup.el (command-line-1): Up-date copyright.
9993
9994 * paths.el (Info-default-directory-list): Use configdir twice.
9995
9996 * info.el (Info-directory-list): Don't set path-separator now
9997 we're not shipped with Texinfo. Simplify path definition.
9998 Substitute all occurrences of instdir in Info-default-directory-list.
9999
10000 1999-01-25 Richard Stallman <rms@gnu.org>
10001
10002 * startup.el (normal-top-level-add-subdirs-to-load-path):
10003 Record the inode numbers of the dirs processed, to avoid loop.
10004
10005 * textmodes/tex-mode.el (tex-run-command): Doc fix.
10006
10007 1999-01-25 Dave Love <fx@gnu.org>
10008
10009 * browse-url.el (browse-url-netscape-program): Doc addition.
10010
10011 * help.el (help-make-xrefs): Default info references to an `(emacs)'
10012 prefix.
10013
10014 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
10015 auto-mode-alist.
10016
10017 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10018
10019 * calendar/diary-lib.el (mark-diary-entries): Use
10020 assoc-ignore-case and do not capitalize when matching month and
10021 day names.
10022
10023 * calendar/calendar.el (calendar-read-date): Ditto.
10024
10025 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10026 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10027
10028 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
10029
10030 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10031
10032 * calendar/cal-islam.el (calendar-goto-islamic-date)
10033 (mark-islamic-diary-entries): Ditto.
10034
10035 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10036
10037 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10038 (calendar-read-mayan-tzolkin-date): Ditto.
10039
10040 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
10041
10042 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
10043
10044 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
10045
10046 1999-01-25 Karl Heuer <kwzh@gnu.org>
10047
10048 * faces.el (list-faces-display): Multiline case of previous fix.
10049
10050 1999-01-25 Andreas Schwab <schwab@gnu.org>
10051
10052 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
10053
10054 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
10055
10056 * files.el (find-file): If find-file-noselect returns a list,
10057 do switch-to-buffer on each element.
10058 (find-file-other-window): Likewise for all but the first element.
10059 (find-file-other-frame): Same.
10060 (find-file-noselect): When we expand a wildcard, return a list
10061 of buffers.
10062
10063 1999-01-24 Eli Zaretskii <eliz@gnu.org>
10064
10065 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
10066 to set the appropriate cpNNN-dos coding system as the
10067 highest-priority coding system.
10068
10069 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10070
10071 * international/fontset.el (generate-fontset-menu): Return a
10072 sorted list by plain names of fontsets.
10073
10074 * international/mule-diag.el (list-fontsets): Sort fontsets by
10075 plain names.
10076
10077 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
10078 FIRST is a composite character, decompose it at first.
10079
10080 1999-01-23 Dave Love <fx@gnu.org>
10081
10082 * format.el: Doc fixes.
10083 (format-encode-run-method): Have things happen in the right buffer.
10084 Deal with errors from method. Set coding-system-for-write.
10085 (format-decode-run-method): Have things happen in the right buffer.
10086 Deal with errors from method. Set coding-system-for-read.
10087 (format-alist): Use nil instead of unmatchable regexps.
10088
10089 * simple.el (shell-command-on-region): Return command's exit status.
10090
10091 1999-01-23 Eric Ludlam <zappo@gnu.org>
10092
10093 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
10094 of the file whose info we want to display.
10095 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
10096 (speedbar-add-mode-functions-list) Improve doc.
10097 (speedbar-line-token) New function.
10098 (speedbar-dired) Fix order of directories in -shown-directories.
10099 (speedbar-line-path): Default return is default-directory
10100 (speedbar-buffers-line-path): Return is dir name only.
10101 (speedbar-mode-functions-list): New variable.
10102 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
10103 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
10104 speedbar-files-item-info speedbar-buffers-item-info): New functions.
10105 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
10106 New functions.
10107 (speedbar-line-file): Broke out part that fetches file from a line.
10108 (speedbar-line-text): New function extracted from speedbar-line-file.
10109 (speedbar-line-path): Converted into a replaceable function.
10110 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
10111
10112 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10113
10114 * international/fontset.el (create-fontset-from-x-resource): Make
10115 style variants.
10116
10117 1999-01-22 Dave Love <fx@gnu.org>
10118
10119 * paths.el (Info-default-directory-list): Put sysdir after start.
10120
10121 1999-01-22 Sam Steingold <sds@goems.com>
10122
10123 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
10124 a process associated with it.
10125
10126 1999-01-22 Jason Rumney <jasonr@altavista.net>
10127
10128 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
10129
10130 1999-01-22 Felix Lee <flee@cygnus.com>
10131
10132 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
10133 major-mode.
10134 (vc-annotate-mode): Delete variable.
10135
10136 1999-01-22 Andrew Innes <andrewi@gnu.org>
10137
10138 * startup.el (command-line): [windows-nt]: Check for existence of
10139 .emacs file so as to notice .emacs.el or .emacs.elc and use them
10140 in preference to _emacs.
10141
10142 1999-01-22 Dave Love <fx@gnu.org>
10143
10144 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
10145
10146 1999-01-20 Richard Stallman <rms@gnu.org>
10147
10148 * files.el (find-file-noselect): Do wildcard processing only
10149 if new arg WILDCARDS is non-nil.
10150 (find-file, find-file-other-window): New arg WILDCARDS.
10151 Default it to non-nil if interactive.
10152 (find-file-other-frame): Likewise.
10153 (find-file-read-only): Likewise.
10154 (find-file-read-only-other-window): Likewise.
10155 (find-file-read-only-other-frame): Likewise.
10156
10157 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
10158 (widget-plist-convert-option): Delete spurious comma.
10159
10160 1999-01-19 Jason Rumney <jasonr@altavista.net>
10161
10162 * term/w32-win.el (w32-standard-fontspec-spec): Change
10163 iso8859-5 to koi8-r. Add iso8859-9.
10164
10165 1999-01-19 Dave Love <fx@gnu.org>
10166
10167 * browse-url.el (browse-url-maybe-new-window): Delete macro and
10168 its uses.
10169
10170 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
10171 is active.
10172 (fortran-indent-subprogram): Likewise.
10173
10174 1999-01-19 Dave Love <d.love@dl.ac.uk>
10175
10176 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
10177
10178 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10179
10180 * wid-edit.el (alist): Use sexp as default key-type.
10181
10182 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10183
10184 * textmodes/tex-mode.el (tex-define-common-keys):
10185 Remove key binding of tex-feed-input.
10186 (tex-mode-map): Bind tex-feed-input here.
10187 (tex-start-shell): Use compilation-shell-minor-mode. Set
10188 comint-input-filter-functions before running tex-shell-hook.
10189 (tex-start-tex): Forget compilation errors.
10190 (tex-compilation-parse-errors): Rewritten to work also with
10191 compile-mouse-goto-error and compile-goto-error. Adjusted to
10192 change in tex-region.
10193 (tex-region): For the temp file use file-name without directory.
10194 (tex-file): Expand file name of tex-print-file.
10195
10196 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10197
10198 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
10199
10200 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
10201
10202 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
10203 beginning could cause Emacs to hang. Fixed.
10204
10205 1999-01-18 Ken'ichi Handa <handa@gnu.org>
10206
10207 * international/ccl.el (ccl-compile-translate-character): Handle
10208 the case that a tranlation table is CCL register correctly.
10209
10210 * international/mule-cmds.el (select-safe-coding-system):
10211 Hightlight at most 256 characters.
10212
10213 1999-01-18 Dave Love <fx@gnu.org>
10214
10215 * startup.el (command-line): If the init file changes operation to
10216 unibyte, make all buffers unibyte and re-set language environment.
10217
10218 * disp-table.el (standard-display-european): Make all existing
10219 buffers unibyte. Fix doc.
10220
10221 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
10222
10223 * wid-edit.el (coding-system): Define this unconditionally.
10224
10225 * simple.el (shell-command-on-region-default-error-buffer): New var.
10226 (shell-command-on-region): Use that variable as interactive
10227 value of ERROR-BUFFER argument.
10228
10229 1999-01-17 Sam Steingold <sds@goems.com>
10230
10231 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
10232
10233 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10234
10235 * progmodes/compile.el (compilation-goto-locus): If already in the
10236 compilation buffer's window, keep it in that window.
10237 (compile-mouse-goto-error): Add Doc. Don't play with windows.
10238 (compile-goto-error): Don't play with windows.
10239
10240 * textmodes/tex-mode.el (latex-run-command): Doc fix.
10241 (tex-command): Doc fix.
10242 (tex-compilation-parse-errors): Doc fix.
10243 (tex-generate-zap-file-name): Don't start the name with -.
10244 (tex-expand-files): Works now also with strings ending with ":".
10245
10246 1999-01-17 Ian T Zimmerman <itz@transbay.net>
10247
10248 Patch failed to install:
10249 * gametree.el: Document scoring functionality.
10250 (gametree-score-regexp): Add optional plus sign.
10251 (gametree-score-opener): Replace `:' with `=' as the former
10252 conflicts with gametree-half-ply-regexp.
10253 (gametree-transpose-following-leaves): Add.
10254 (gametree-insert-new-leaf): Make modifying commands barf in read
10255 only buffers.
10256 (gametree-break-line-here): Add a call to
10257 `gametree-transpose-following-leaves'. This maintains the
10258 necessary invariant that on each level all leaf children precede
10259 all nonleaf children. This has always been implied, but left to
10260 the user, and, unfortunately, undocumented.
10261
10262 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
10263
10264 * wid-edit.el (plist, alist): New widget types.
10265
10266 1999-01-17 Dave Love <fx@gnu.org>
10267
10268 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
10269 fix scope of condition-case therein.
10270
10271 1999-01-17 Andrew Innes <andrewi@gnu.org>
10272
10273 * dos-w32.el: (find-buffer-file-type-coding-system): Use
10274 default-buffer-file-coding-system when file doesn't exist (and
10275 isn't covered by a special case) instead of forcing undecided-dos
10276 against the user's wishes.
10277
10278 * dos-w32.el (direct-print-region-helper): New function based on
10279 direct-print-region-function; sends data to specified printer port
10280 without further translation. Recognize and handle specially the
10281 standard `print' and `nprint' programs, as well as `lpr' and
10282 similar programs. Only write directly to the printer port if no
10283 print program is specified. Work around a bug in Windows 9x
10284 affecting Win32 version of Emacs by invoking command.com to write
10285 to the printer port instead of writing directly.
10286 (direct-print-region-function): Use direct-print-region-helper to
10287 do most of the work.
10288 (direct-ps-print-region-function): New function; analogue of
10289 direct-print-region-function for ps-print.
10290 (ps-lpr-command): Comment out setq; leave as example usage.
10291 (ps-lpr-switches): Ditto.
10292
10293 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
10294 and MS-Windows.
10295 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
10296 DOS and Windows platforms, to indicate direct printing. Update
10297 the docstring accordingly.
10298
10299 * ps-print.el: (ps-printer-name): Update docstring about usage on
10300 MS-DOS and MS-Windows.
10301 (ps-lpr-command): Update docstring as for lpr-command.
10302 (ps-print-region-function): New variable.
10303 (ps-do-despool): Use it.
10304 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
10305 DOS/Windows.
10306
10307 * subr.el (subst-char-in-string): New function.
10308
10309 1999-01-17 Eli Zaretskii <eliz@gnu.org>
10310
10311 * international/codepage.el (cp852-decode-table): Fill a nil entry.
10312
10313 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
10314 (bdf-find-font-info): New function, looks for the first readable
10315 file from a list of alternatives.
10316 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
10317 instead of bdf-get-font-info.
10318 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
10319 to ps-mule-generate-bitmap-glyph.
10320
10321 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
10322 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
10323 now be a list of alternative names.
10324 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
10325 (ps-mule-prepare-font): Likewise.
10326
10327 * international/codepage.el (cp855-decode-table,
10328 cp850-decode-table): Fill some nil entries.
10329
10330 1999-01-16 Dave Love <fx@gnu.org>
10331
10332 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
10333 last change.
10334
10335 1999-01-15 Dave Love <fx@gnu.org>
10336
10337 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
10338 and change regexp for command names.
10339 (help-xref-go-back, function-called-at-point, symbol-file)
10340 (where-is): Doc fixes.
10341 (help-xref-go-back): Remove interactive spec.
10342 (describe-function-1): Fix message for alias. Buttomize alias
10343 name.
10344
10345 * simple.el (join-line): New alias.
10346
10347 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
10348
10349 * forms.el: (forms--show-record): Convert integers to string
10350 expicitly since concat will no longer accept integers.
10351 (forms-print): Use local `total-nb-records' since
10352 `forms--total-records' will be inaccessible after buffer switching.
10353
10354 1998-01-14 Felix Lee <flee@cygnus.com>
10355
10356 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
10357
10358 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10359
10360 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
10361
10362 1999-01-14 Eli Zaretskii <eliz@gnu.org>
10363
10364 * international/codepage.el (cp850-decode-table): Fix previous change.
10365
10366 1999-01-14 Simon Marshall <simon@gnu.org>
10367
10368 * shell.el (shell-dirtrack-verbose): New custom variable.
10369 (shell-dirstack-message): Use it.
10370
10371 1999-01-14 Kenichi Handa <handa@etl.go.jp>
10372
10373 * international/mule-conf.el: Coding system alias `dos' for
10374 `undecided-dos', `mac' for `undecided-mac'.
10375
10376 * international/mule-cmds.el (describe-language-environment):
10377 Don't alter input-method-alist.
10378
10379 1999-01-13 Eli Zaretskii <eliz@gnu.org>
10380
10381 * international/codepage.el (cp850-decode-table): Replace nil
10382 entries with codes of similary looking glyphs. (Suggested by
10383 Jason Rumney <jasonr@altavista.net>.)
10384
10385 1999-01-13 Dave Love <fx@gnu.org>
10386
10387 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
10388
10389 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
10390
10391 1999-01-12 Karl Heuer <kwzh@gnu.org>
10392
10393 * files.el (auto-save-hook): Defvar this.
10394
10395 1999-01-12 Alex Schroeder <asc@bsiag.com>
10396
10397 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
10398 faces, eliminating the need to load font-lock before loading sql.
10399 (sql-mode-oracle-font-lock-keywords): Likewise.
10400 (sql-mode-postgres-font-lock-keywords): Likewise.
10401
10402 1999-01-11 Dave Love <fx@gnu.org>
10403
10404 * cus-start.el: Add inhibit-eol-conversion.
10405
10406 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
10407 the values round.
10408
10409 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
10410
10411 * help.el (help-mode-finish): Renamed from help-mode-maybe.
10412 Don't switch to Help mode here.
10413 (temp-buffer-setup-hook): Use help-mode-finish.
10414 (help-mode-setup): New function.
10415 (temp-buffer-setup-hook): Use help-mode-setup.
10416
10417 * progmodes/sql.el: New file.
10418
10419 * files.el (auto-mode-alist): Add sql-mode.
10420
10421 * faces.el (list-faces-display): Improve the formatting
10422 by computing the maximum length required for any face-name.
10423
10424 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10425
10426 * progmodes/compile.el (compilation-shell-minor-mode): New function.
10427
10428 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10429
10430 * term.el (term_send_home): Change the string to
10431 be the same as the one emitted by xterm and consistent with the
10432 ones emitted by prior and next.
10433 (term_send_end): Likewise.
10434
10435 1999-01-10 Dave Love <fx@gnu.org>
10436
10437 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
10438 bindings.
10439
10440 1999-01-10 Eli Zaretskii <eliz@gnu.org>
10441
10442 * international/codepage.el (codepage-setup): Doc fix.
10443 (cp-decoding-vector-for-codepage): Likewise.
10444
10445 1999-01-10 Markus Rost <rost@gnu.org>
10446
10447 * cus-edit.el (custom-save-delete): First scan the custom-file.
10448
10449 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
10450
10451 * international/iso-transl.el: Define a "function name" for
10452 each translation that isn't ASCII. Use these function names
10453 in iso-transl-char-map.
10454
10455 1999-01-08 Kenichi Handa <handa@etl.go.jp>
10456
10457 * international/mule-util.el (decompose-region): Do decomposition
10458 on temporary unibyte buffer.
10459
10460 * international/mule.el (make-char): Doc-string modified.
10461
10462 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10463
10464 * simple.el (comment-region): Delete spaces only if we
10465 deleted a comment starter.
10466
10467 1999-01-07 Dave Love <fx@gnu.org>
10468
10469 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10470
10471 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
10472 like eval-defun does.
10473
10474 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
10475
10476 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
10477 constructions. Doc fixes.
10478 (generic-create-generic-function): Use defalias, not fset.
10479
10480 * find-func.el: More doc fixes.
10481
10482 1999-01-06 Stephen Eglen <stephen@gnu.org>
10483
10484 * files.el (save-buffers-kill-emacs): Show the list of current
10485 processes before prompting to kill them and exit.
10486
10487 1999-01-06 Dave Love <fx@gnu.org>
10488
10489 * emacs-lisp/find-func.el: Doc fixes.
10490 (find-function-regexp): Extend for define-generic-mode,
10491 define-derived-mode, easy-mmode-define-minor-mode.
10492
10493 1999-01-06 Dave Love <fx@gnu.org>
10494
10495 * progmodes/fortran.el (fortran-window-create): Account for scroll
10496 bar width.
10497
10498 * browse-url.el: Require (noerror) w3-auto when compiling.
10499 (browse-url-maybe-new-window): Make it a macro and revert last
10500 change to callers.
10501 (browse-url-w3): Require w3 for w3-fetch-other-window.
10502
10503 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10504
10505 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
10506 argument.
10507
10508 1999-01-06 Simon Marshall <simon@gnu.org>
10509
10510 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
10511
10512 * font-lock.el (font-lock-default-fontify-buffer): When using
10513 with-temp-message, use nil rather than current-message.
10514
10515 * lazy-lock.el (lazy-lock-unstall):
10516 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
10517 rather than current-message.
10518
10519 * fast-lock.el (fast-lock-save-cache-1):
10520 (fast-lock-cache-data): When using with-temp-message, use nil rather
10521 than current-message.
10522
10523 1999-01-06 Eli Zaretskii <eliz@gnu.org>
10524
10525 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10526 the valid-codes property.
10527
10528 * international/mule-cmds.el (prefer-coding-system): Call
10529 set-coding-priority, so that the internal array of priorities is
10530 also updated.
10531
10532 * international/mule-util.el:
10533 (coding-system-change-eol-conversion,
10534 coding-system-change-text-conversion): Don't define here.
10535
10536 * international/mule-cmds.el: Define them here. Remove the
10537 autoload cookies.
10538
10539 1999-01-06 Andreas Schwab <schwab@gnu.org>
10540
10541 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
10542 if it was enabled before.
10543
10544 * view.el (View-revert-buffer-scroll-page-forward): Bind
10545 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
10546
10547 * files.el (recover-session): Preserve point when inserting
10548 explanation.
10549
10550 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
10551
10552 * cus-edit.el (custom-save-delete): Don't delete whitespace
10553 and comments before the sexp that is replaced.
10554
10555 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10556
10557 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
10558
10559 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
10560
10561 * vc.el (vc-dired-hook): Use the original value of
10562 dired-move-to-filename-regexp on lines that have not been
10563 reformatted yet.
10564 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
10565 file lines have already been reformatted.
10566
10567 1999-01-05 Dave Love <fx@gnu.org>
10568
10569 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
10570 buffer-local.
10571
10572 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
10573
10574 * progmodes/f90.el: Change of regular expressions for type to
10575 correct highlighting and identation. Some small fixes for
10576 compatibility with XEmacs.
10577
10578 1999-01-05 Stephen Eglen <stephen@gnu.org>
10579
10580 * mspools.el (mspools-vm-system-mail): Provide an alternative
10581 value based on rmail-spool-directory if $MAIL is not defined.
10582
10583 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
10584
10585 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
10586 (reftex-section-info): Handle negative section levels.
10587 (reftex-view-crossref-extra): New option.
10588 (reftex-view-crossref): Generalized to work in more places.
10589 (reftex-find-citation-regexp-format, reftex-find-reference-format,
10590 reftex-macros-with-labels, reftex-global-search-marker): New variables.
10591 (reftex-view-cite-locations-from-bibtex): New command.
10592 (reftex-view-regexp-match, reftex-global-search,
10593 reftex-global-search-continue): New functions.
10594 (reftex-extract-bib-entries): No error for non-existing BibTeX
10595 file, just a message.
10596 (reftex-extract-bib-entries): Better error handling.
10597 (reftex-select-with-char): Use `*RefTeX Select*' for selection
10598 help and force it on current frame.
10599 (reftex-default-bibliography): New function.
10600 (reftex-access-parse-file): Check consistency after loading a
10601 parse file. When inconsistent, enfore rescan.
10602 (reftex-check-parse-consistency): New function.
10603 (easy-menu-define): Options section drastically shortened.
10604
10605 1999-01-05 Kenichi Handa <handa@etl.go.jp>
10606
10607 * language/thai-util.el (thai-compose-string): New function.
10608
10609 1999-01-04 Inge Frick <inge@nada.kth.se>
10610
10611 * easymenu.el (easy-menu-define): Doc fix.
10612 (easy-menu-create-menu): New keyword :included.
10613 (easy-menu-do-add-item): New keyword :included. SUFFIX may
10614 be an expression, not only a string. Simulate style `button'.
10615 Use easy-menu-define-key-intern instead of easy-menu-define-key.
10616 (easy-menu-define-key-intern): New function.
10617 (easy-menu-add-item): Understand value returned from
10618 easy-menu-item-present-p and easy-menu-remove-item.
10619 (easy-menu-return-item): New function.
10620 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
10621
10622 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
10623
10624 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10625 Use rmail-output-read-rmail-file-name to read the file name.
10626 Always call rmail-output-to-rmail-file noninteractively.
10627 When count > 1, do the loop here.
10628 Handle rmail-delete-after-output here.
10629 (rmail-summary-output): Similar changes.
10630
10631 * mail/rmailout.el: Provide `rmailout'.
10632 (rmail-output-read-rmail-file-name): New function.
10633 (rmail-output-to-rmail-file): Use that.
10634 (rmail-output-read-file-name): New function.
10635 (rmail-output): Use that.
10636
10637 * files.el (find-file-noselect): Let /: suppress wildcard matching.
10638 Error if wildcard matches no files.
10639
10640 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
10641
10642 * menu-bar.el (clipboard-yank): Doc fix.
10643
10644 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
10645
10646 1998-12-31 Markus Rost <rost@delysid.gnu.org>
10647
10648 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
10649
10650 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
10651
10652 * rmail.el (rmail-encode-string): Make sure mask value is
10653 positive; (emacs-pid) returns a negative number on Windows 9x
10654 which causes odd behaviour.
10655
10656 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
10657
10658 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
10659 and about w32-* variables unless on Windows/NT.
10660
10661 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
10662
10663 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
10664 if buffer is modified; ask about all modified buffers.
10665
10666 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10667
10668 * simple.el (what-cursor-position): Fix previous change.
10669
10670 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
10671
10672 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
10673 from paragraph-start.
10674
10675 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
10676
10677 * international/mule-cmds.el (prefer-coding-system): If the
10678 argument requires specific EOL conversion type, make the default
10679 coding systems use that.
10680
10681 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
10682
10683 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
10684 Use shell-command-on-region.
10685 (m4-start-m4, m4-end-m4): Functions deleted.
10686
10687 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
10688
10689 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
10690
10691 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10692
10693 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
10694 to compose-mail in the correct places and as a list.
10695
10696 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
10697
10698 * page-ext.el: Added mouse-selection feature for pages directory buffer.
10699 (pages-directory-map): Bind mouse-2
10700 (pages-copy-header-and-position): Put text property.
10701 (pages-directory-goto-with-mouse): New function.
10702
10703 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
10704
10705 * international/codepage.el (cp-make-coding-systems-for-codepage):
10706 Doc fix.
10707 (cp-coding-system-for-codepage-1): Likewise.
10708
10709 1998-12-29 Kenichi Handa <handa@etl.go.jp>
10710
10711 * language/thai-util.el (thai-post-read-conversion): Handle Thai
10712 composition sequence correctly here instead of calling
10713 thai-compose-region.
10714
10715 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
10716 newline in multibyte buffer, if previous or next character is a
10717 composite char, check the first component of the composite char.
10718
10719 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
10720
10721 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
10722 and track-mouse.
10723
10724 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10725
10726 * mail/sendmail.el (mail-yank-original): Remove text properties
10727 after insertion.
10728 (mail-yank-region): Barf if no mark is set in the message
10729 being replied to.
10730
10731 * help.el (function-called-at-point): First look for function at point.
10732
10733 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10734
10735 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
10736
10737 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10738
10739 * simple.el (what-cursor-position): Print character encoding also.
10740
10741 1998-12-26 Dave Love <fx@gnu.org>
10742
10743 * textmodes/flyspell.el: If local-maps work, don't put
10744 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
10745 in flyspell-mouse-map (only).
10746 (flyspell-use-local-map): New variable.
10747 Use a different mouse-2 binding in that case,
10748 and don't add to minor-mode-map-alist.
10749 (make-flyspell-overlay, flyspell-correct-word):
10750 Test flyspell-use-local-map.
10751
10752 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10753
10754 * files.el (file-expand-wildcards): Handle wildcards in directory name.
10755 Be careful about whether to return a relative file name,
10756 and if so, relative to what directory.
10757
10758 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10759
10760 * emacs-lisp/easymenu.el (easy-menu-get-map):
10761 Change global map only if this menu exists in the global map already,
10762 and not in the local map.
10763 (easy-menu-do-add-item): Fix error message.
10764
10765 * foldout.el (foldout-inhibit-key-bindings):
10766 Avoid concatenating onto outline-minor-mode-prefix.
10767 Make a new keymap for that prefix, if it does not already have one.
10768
10769 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
10770
10771 * cperl-mode.el:
10772 Can use linear algorithm for indentation if Emacs supports it.
10773 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
10774 (cperl-after-block-p): Likewise.
10775 (cperl-after-block-and-statement-beg): Likewise.
10776 (cperl-after-block-p): After END/BEGIN we are a block.
10777 (cperl-after-expr-p): Skip labels when checking
10778 (cperl-indent-region): Make a marker for END - text added/removed.
10779 Disable hooks during the call (how to call them later?).
10780 Now indents 820-line-long function in 6.5 sec (including
10781 syntaxification) the first time (when buffer has few
10782 properties), 7.1 sec the second time.
10783 (cperl-indent-region): Do not indent whitespace lines
10784 (cperl-style-alist)
10785 Include `cperl-merge-trailing-else' where the value is clear.
10786 (cperl-styles-entries): Likewise.
10787 (cperl-problems): Improvements to docs.
10788 (cperl-tips): Likewise.
10789 (cperl-non-problems): Likewise.
10790 (cperl-mode): Make lazy syntaxification possible.
10791 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
10792 `font-lock-unfontify-region-function' was set to a wrong function.
10793
10794 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
10795 restart syntaxification. Changed so that -d ?foo? is a RE. Do
10796 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
10797 but 1<<6 was considered as HERE-doc.
10798 <file/glob> made into a string.
10799 Postpone addition of faces after syntactic step.
10800 Recognition of <FH> was wrong.
10801 Highlight `gem' in s///gem as a keyword. `qr' recognized.
10802 Knows that split// is null-RE.
10803 Highlights separators in 3-parts expressions as labels.
10804 <> was considered as a glob.
10805 Would err if the last line is `=head1'.
10806 $a-1 ? foo : bar; was a considered a regexp.
10807 `<< (' was considered a start of HERE-doc.
10808 mark qq[]-etc sections as syntax-type=string
10809 Was not processing sub protos after a comment ine.
10810 Was treating $a++ <= 5 as a glob.
10811 Tolerate unfinished REx at end-of-buffer.
10812 `unwind-protect' was left commented.
10813 / and ? after : start a REx.
10814
10815 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
10816 Better default, customizes to `message' too, off in text-mode.
10817
10818 (cperl-array-face): Renamed from `font-lock-emphasized-face',
10819 `defface'd.
10820 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
10821 `defface'd.
10822 (cperl-emacs-can-parse): New state variable.
10823 (cperl-indent-line): Corrected to use global state.
10824 (cperl-calculate-indent): Likewise.
10825 (cperl-fix-line-spacing): Likewise (not used yet).
10826 (cperl-calculate-indent): Did not consider `,' as
10827 continuation mark for statements.
10828 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
10829 Remove another parse-data optimization at toplevel: would
10830 indent correctly.
10831 Correct for labels when calculating indentation of continuations.
10832 Docstring updated.
10833 (cperl-choose-color): Converted to a function (to be
10834 compilable in text-mode).
10835 (cperl-dark-background): Disable without window-system.
10836 Do `defface' only if window-system.
10837 (cperl-fix-line-spacing): Sped up to bail out early.
10838 (x-color-defined-p): Was not compiling on XEmacs
10839 Was defmacro'ed with a tick. Remove another def.
10840 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
10841 (cperl-unwind-to-safe): New function.
10842 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
10843 (cperl-fontify-syntaxically): Unwinds start and end to go out of
10844 long strings (not very successful).
10845 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
10846 Highlight the starting // in s//foo/ as function-name.
10847 Emit a meaningful error instead of a cryptic one for an
10848 uncomplete REx near end-of-buffer.
10849
10850 (cperl-electric-keyword): `qr' recognized.
10851 (cperl-electric-else): Likewise
10852 (cperl-to-comment-or-eol): Likewise
10853 (cperl-make-regexp-x): Likewise
10854 (cperl-init-faces): Likewise, and `lock' (as overridable?).
10855 Corrected to use new macros;
10856 `if' for copying `reference-face' to `constant-face' was backward.
10857 remove init `font-lock-other-emphasized-face',
10858 `font-lock-emphasized-face', `font-lock-keyword-face'.
10859 Interpolate `cperl-invalid-face'.
10860 (cperl-make-regexp-x): Misprint in a message.
10861 (cperl-syntaxify-unwind): New configuration variable
10862 (cperl-fontify-m-as-s): New configuration variable
10863 (cperl-electric-pod): Check for after-expr was performed
10864 inside of POD too.
10865 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
10866 (cperl-clobber-mode-lists): New configuration variable.
10867 (cperl-not-bad-style-regexp): Updated.
10868 Init: `cperl-is-face' was busted.
10869 (cperl-make-face): New macros.
10870 (cperl-force-face): New macros.
10871 (font-lock-other-type-face): Done via `defface' too.
10872 (cperl-nonoverridable-face): New face. Renamed from
10873 `font-lock-other-type-face'.
10874 (cperl-init-faces-weak): Use `cperl-force-face'.
10875 (cperl-comment-indent): Commenting __END__ was not working.
10876 (cperl-indent-for-comment): Likewise.
10877 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
10878 When removing old TAGS info was not relativizing filename.
10879 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
10880 Another try to work around XEmacs problems. Better progress messages.
10881 (toplevel): Require custom unprotected => failure on 19.28.
10882 (cperl-xemacs-p): Defined when compile too
10883 (cperl-find-tags): Was writing line/pos in a wrong order,
10884 pos off by 1 and not at beg-of-line.
10885 (cperl-etags-snarf-tag): New macro
10886 (cperl-etags-goto-tag-location): New macro
10887 (cperl-version): New variable. New menu entry
10888 random docstrings: References to "future" 20.3 removed.
10889 Menu was described as `CPerl' instead of `Perl'
10890 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
10891 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
10892 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
10893 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
10894 `font-lock-reference-face', `font-lock-keyword-face'.
10895 Use `eval-after-load'.
10896 Remove not-CPerl-related faces.
10897 (cperl-tips-faces): New variable and an entry into Mini-docs.
10898 (cperl-indent-exp): Was not processing else-blocks.
10899 (cperl-get-state): NOP line removed.
10900 (cperl-ps-print): New function and menu entry.
10901 (cperl-ps-print-face-properties): New configuration variable.
10902 (cperl-invalid-face): New configuration variable.
10903 (perl-font-lock-keywords): Highlight trailing whitespace
10904 (cperl-contract-levels): Documentation corrected.
10905 (cperl-contract-level): Likewise.
10906 (cperl-ps-extend-face-list): New macro.
10907 (cperl-invalid-face): Change to ''underline.
10908
10909 1998-12-25 Markus Rost <rost@delysid.gnu.org>
10910
10911 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
10912 for read-file-name.
10913 (rmail-output-to-rmail-file): Likewise.
10914
10915 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10916
10917 * emacs-lisp/easymenu.el (easy-menu-get-map):
10918 If MENU is nil, use global menu-bar map.
10919 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
10920 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
10921
10922 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10923
10924 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
10925
10926 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10927
10928 * ps-print.el (ps-print-version): New version number (4.1.3).
10929
10930 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
10931
10932 * international/mule-cmds.el: Use make-sparse-keymap instead of
10933 define-prefix-key when defining MULE menu items.
10934
10935 * info.el (Info-node-at-bob-matching): New function.
10936 (Info-find-node, Info-build-node-completions): Call it.
10937
10938 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
10939
10940 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
10941 when this is an autoloaded keymap.
10942
10943 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
10944
10945 * international/codepage.el (cp-coding-system-for-codepage-1):
10946 Create separate encoders and decoders, for DOS and Unix. Make the
10947 usual family of 3 coding systems, so that automatic detection of
10948 EOL type works.
10949 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
10950 Unix-specific symbols here, and don't call
10951 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
10952 Handa <handa@etl.go.jp>.)
10953
10954 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
10955
10956 * term/internal.el (IT-character-translations): New variable, an
10957 alist used to display characters for which there's no glyphs in
10958 the current codepage.
10959 (IT-display-table-setup): New function, sets up the DOS terminal
10960 for a given codepage.
10961 (dos-codepage-setup): New function, sets up the MULE environment
10962 for the current value of dos-codepage.
10963 (top-level if): In the multibyte mode, turn on
10964 unibyte-display-via-language-environment. In the unibyte mode,
10965 set up the special syntax tables to map lower- to upper case and
10966 back.
10967
10968 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
10969
10970 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
10971 (speedbar-frame-plist) Remove useless comments.
10972 (speedbar-frame-mode) Do not specify height if it is in the param list.
10973 Use default y position w/out changing it.
10974 If default x position is a list, keep, calculate the non-list X
10975 value when devining an initial position.
10976 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
10977 (speedbar-tag-group-name-minimum-length): New variable.
10978 (speedbar-frame-parameter): New compatibility function.
10979 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
10980 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
10981 groups to keep things in the right order, and to help with some
10982 naming conventions.
10983 (speedbar-create-tag-hierarchy): Enable buffer local version of
10984 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
10985 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
10986 the case, derive it from the cursor location in speedbar.
10987
10988 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
10989
10990 * international/mule-cmds.el (set-language-environment): On MS-DOS
10991 terminals, install DOS-specific nonascii-translation-table if the
10992 language info doesn't specify one. Pass the default eol-type to
10993 set-language-environment-coding-systems.
10994 (set-default-coding-systems): Copy the eol-type property for the
10995 new default values of {buffer-file,process}-coding-system from the
10996 old defaults.
10997 (set-language-environment-coding-systems): Accept an optional
10998 argument EOL-TYPE, and set the eol-type property of the default
10999 coding systems accordingly.
11000 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
11001 (set-keyboard-coding-system): Likewise.
11002 (set-default-coding-systems): Don't set
11003 default-terminal-coding-system on MS-DOS to anything but nil.
11004 (prefer-coding-system): Describe in the doc string that
11005 default-terminal-coding-system is not changed on MS-DOS.
11006 (set-language-environment): For MS-DOS, set standard syntax table
11007 and display table for all characters with code above 127.
11008 (standard-display-european-internal): For MS-DOS, pass all
11009 characters with code above 127 directly to the terminal, and don't
11010 remap characters 160 and 146 in the unibyte case.
11011
11012 * international/codepage.el: New file.
11013
11014 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11015
11016 * diary-lib.el (diary-float): Fix end-of-year error and typos in
11017 comments.
11018
11019 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
11020
11021 * map-ynp.el (map-y-or-n-p): Ignore input methods.
11022
11023 * subr.el (read-passwd): Likewise.
11024
11025 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
11026
11027 * info.el (Info-find-node): Add 1 to the position read from the
11028 tag table. Don't fail if the node delimiter ^_ is the first
11029 character in the file.
11030 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
11031 first character in the file.
11032 (Info-read-subfile): Likewise.
11033 (Info-select-node): Likewise.
11034 (Info-build-node-completions): Likewise.
11035
11036 1998-12-16 Richard Stallman <rms@gnu.org>
11037
11038 * term/x-win.el (x-cut-buffer-or-selection-value):
11039 If clipboard is enabled, try it before PRIMARY selection.
11040
11041 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11042
11043 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
11044 insert c-cedilla and C-cedilla respectively, like in latin-1.
11045
11046 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
11047
11048 * language/hebrew.el: Don't use sublists in the flags argument
11049 passed to make-coding-system.
11050
11051 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11052
11053 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
11054 list of character sets found by find-charset-region.
11055
11056 * ps-mule.el: Always require ps-print. Move some function
11057 definitions for Emacs 20.2 and the earlier to ps-print.el.
11058 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
11059
11060 * ps-print.el: Define several functions for Emacs 20.2 and the
11061 earlier version.
11062 (ps-printer-name): Check if printer-name is bound.
11063
11064 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11065
11066 * ps-mule.el: Programming uniformization and little code improvement.
11067 (ps-mule-prepare-font): Programming uniformization.
11068 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
11069 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
11070
11071 * ps-bdf.el: Programming uniformization and little code improvement.
11072 (bdf-search-and-read): New fun.
11073 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
11074 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
11075 (bdf-info-relative-compose, bdf-info-baseline-offset)
11076 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
11077 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
11078 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
11079 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
11080 improvement.
11081
11082 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11083
11084 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
11085 and mule related code extraction. Autoload ps-mule funs.
11086
11087 * ps-mule.el: Doc fix. Require ps-print only when compiled.
11088 (ps-mule-prologue-generated): New fun.
11089 (ps-mule-plot-string): Add autoload cookie.
11090 (ps-mule-begin-job): Call ps-mule-prologue-generated.
11091
11092 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11093
11094 * ps-bdf.el: Require ps-mule instead of ps-print.
11095 (bdf-directory-list): Add autoload cookie.
11096
11097 * ps-mule.el: New file. Mule related code extracted from
11098 ps-print.el. Require ps-print, provide ps-mule.
11099 (ps-multibyte-buffer): Add autoload cookie.
11100 (ps-mule-prepare-ascii-font): New fun.
11101 (ps-mule-set-ascii-font): New fun.
11102 (ps-mule-skip-same-charset): Fun deleted.
11103 (ps-mule-plot-string): Set ps-mule-current-charset.
11104 (ps-mule-initialize): Add autload cookie. Don't set
11105 ps-mule-font-info-database here.
11106 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
11107 ps-mule-font-info-database and ps-control-or-escape-regexp.
11108 (ps-mule-begin-page): New fun.
11109
11110 * ps-print.el: Mule related code moved to ps-mule.el.
11111 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
11112 check ps-mule-charset-list.
11113 (ps-begin-page): Don't set ps-mule-current-charset, instead call
11114 ps-mule-begin-page.
11115 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
11116 (ps-plot-region): Don't set ps-mule-current-charset, instead call
11117 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
11118 instead skip same charsets by itself.
11119 (ps-generate): Call ps-mule-initialize of needs-begin-file is
11120 non-nil. Call ps-mule-begin-job.
11121
11122 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11123
11124 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
11125 instead of bdf.
11126
11127 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
11128 (ps-mule-external-libraries): New element FEATURE.
11129 (ps-mule-init-external-library): Ajusted for the above change.
11130 (ps-mule-generate-font): Likewise.
11131 (ps-mule-generate-glyphs): Likewise.
11132 (ps-mule-prepare-font): Likewise.
11133 (ps-mule-initialize): Likewise.
11134 (ps-begin-file): Superfluous tailing parenthesis deleted.
11135
11136 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11137
11138 * international/fontset.el (x-decompose-font-name): If PATTERN
11139 doesn't have any wild cards, return a vector made from a name that
11140 is found by x-resolve-font-name found. Comments added.
11141
11142 * international/mule-cmds.el (find-coding-systems-for-charsets):
11143 Handle the case of unknown charset.
11144 (find-multibyte-characters): If invalid multibyte characters are
11145 found, return the corresponding strings instead of character
11146 codes.
11147 (find-multibyte-characters): Adjusted for the above change.
11148 (select-safe-coding-system): For a unibyte buffer, always returns
11149 DEFAULT-CODING-SYSTEM.
11150 (get-charset-property): Fix previous change. Make it a function.
11151 (put-charset-property): Make it a function.
11152
11153 * international/mule.el (make-coding-system): Set mime-charset
11154 property of *-with-esc coding system to nil.
11155
11156 * international/quail.el (quail-point-in-conversion-region): New
11157 function.
11158 (quail-conversion-backward-delete-char): When a key sequence is
11159 being translated, call quail-delete-last-char.
11160
11161 * language/devan-util.el
11162 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
11163 handle devanagari-decomposition-rules.
11164
11165 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
11166
11167 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
11168 tex-start-options-string to empty string.
11169 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
11170
11171 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
11172
11173 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
11174 5xx responses are already handled properly).
11175
11176 1998-12-13 Richard Stallman <rms@gnu.org>
11177
11178 * progmodes/compile.el (compilation-error-regexp-alist): Insist
11179 on a non-digit in the file name.
11180
11181 * simple.el (comment-region): Handle comment-padding
11182 separately for insertion and for deletion, in the right way for each.
11183
11184 1998-12-13 Felix Lee <flee@cygnus.com>
11185
11186 * progmodes/compile.el (compilation-error-regexp-alist): Fix
11187 regexp to match "ChangeLog:1:1998-12-09 ..."
11188
11189 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
11190
11191 * cus-start.el (dos-unsupported-char-glyph): Add.
11192
11193 1998-12-11 Dave Love <fx@gnu.org>
11194
11195 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
11196 forward-sexp in condition-case.
11197
11198 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11199 Remove unnecessary test on `library' for explicit file name.
11200 Widen scope of save-match-data.
11201
11202 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
11203
11204 * international/mule.el (load-with-code-conversion): If the loaded
11205 file was inserted with no-conversion or raw-text coding system,
11206 make the buffer unibyte.
11207
11208 1998-12-09 Richard Stallman <rms@gnu.org>
11209
11210 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11211 Get rid of nested loops.
11212
11213 * mouse.el (mouse-drag-vertical-line):
11214 If WHICH-SIDE is not `right', then scroll bars are on the left.
11215
11216 * loadhist.el (load-history-loaded): defvar moved to help.el.
11217
11218 * help.el (symbol-file-load-history-loaded): Variable renamed,
11219 and defvar moved from loadhist.el.
11220 (symbol-file): Renamed from describe-function-find-file.
11221 Load fns-VERSION.el here.
11222 (describe-variable, describe-function-1): Use symbol-file.
11223
11224 * textmodes/tex-mode.el (tex-generate-zap-file-name):
11225 Don't start the name with #.
11226
11227 * ispell.el: Take out the eval-when's.
11228
11229 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
11230
11231 * dirtrack.el (dirtrack-directory-change-hook): New hook.
11232 (dirtrack): Run it. Make debug message more verbose.
11233
11234 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11235
11236 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
11237 name of the abbrev table, and provide support for XEmacs.
11238 (octave-xemacs-p): New variable.
11239
11240 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11241
11242 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
11243 exit, when mail-interactive is nil.
11244
11245 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
11246
11247 * files.el (after-find-file): Message fix.
11248
11249 1998-12-09 Ken Stevens <stevens@kdstevens.com>
11250
11251 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
11252
11253 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
11254
11255 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
11256 filenames using backslashes.
11257
11258 1998-12-09 Dave Love <fx@gnu.org>
11259
11260 * browse-url.el (browse-url-mail): Call compose-mail-other-window
11261 with correct number of args.
11262 (browse-url-maybe-new-window): New arg. Callers changed.
11263
11264 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
11265 comment.
11266
11267 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
11268
11269 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
11270
11271 1998-12-08 Markus Rost <rost@delysid.gnu.org>
11272
11273 * vc.el (vc-rcs-release): Fix Type.
11274 (vc-sccs-release): Fix Type.
11275 (vc-cvs-release): Fix Type.
11276
11277 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
11278 arg work right.
11279
11280 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
11281 output of last undeleted message.
11282
11283 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
11284
11285 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11286 (buffer-undo-list) [windows-nt]: Use different relative path.
11287
11288 1998-12-07 Simon Marshall <simon@gnu.org>
11289
11290 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
11291
11292 1998-12-05 Markus Rost <rost@delysid.gnu.org>
11293
11294 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
11295
11296 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
11297
11298 1998-12-04 Markus Rost <rost@delysid.gnu.org>
11299
11300 * info.el (Info-menu): Don't return error if point is between menu
11301 header and first menu item.
11302
11303 1998-12-04 Dave Love <fx@gnu.org>
11304
11305 * help.el (describe-function-1): Fix description for alias.
11306
11307 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
11308
11309 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
11310 specifications from summary line.
11311
11312 * rect.el (delete-whitespace-rectangle): Mark for autoload.
11313 (close-rectangle): Define alias only once in loaddefs.el.
11314
11315 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
11316
11317 * term/internal.el: Remove code which sets up a special syntax
11318 table for non-ASCII characters.
11319
11320 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
11321
11322 * dos-w32.el (direct-print-region-function): Try to ensure that
11323 printer-name is expanded to a file name on a local drive;
11324 sometimes printing a file loaded from a network volume fails.
11325 (direct-print-region-function): Add a function to
11326 write-region-annotate-functions to append a formfeed character to
11327 the region being printed, if the region doesn't end with a
11328 formfeed already. This avoids creating a second print job
11329 containing a blank page when print spooling is enabled on Windows.
11330
11331 1998-12-02 Dave Love <fx@gnu.org>
11332
11333 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
11334 `Info-goto-node'.
11335
11336 1998-12-02 Richard Stallman <rms@gnu.org>
11337
11338 * help.el (temp-buffer-resize-mode): Doc fix.
11339
11340 * cus-edit.el (custom-save-delete): Save point before
11341 reading a sexp, rather than backing up.
11342
11343 * international/iso-transl.el: Fix previous change.
11344
11345 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
11346
11347 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
11348 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
11349 Added defvars to suppress compilation warnings.
11350
11351 1998-11-30 Ken Stevens <k.stevens@ieee.org>
11352
11353 * ispell.el: Improved and fixed customize for variables:
11354 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
11355 ispell-dictionary-alist, ispell-skip-sgml.
11356 Improved and fixed comments in variables and messages for
11357 functions: ispell-help-in-bufferp, ispell-local-dictionary,
11358 ispell-menu-map, ispell-checking-message, ispell-parser,
11359 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
11360 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
11361 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
11362 ispell-message-text-end, ispell-add-per-file-word-list.
11363 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
11364 system is now required for all languages. Casechars improved for
11365 castellano, castellano8, and norsk dictionaries. Dictionary
11366 norsk7-tex added. Dictionary polish added.
11367 (ispell-dictionary-alist): Redefined at load-time to support
11368 dictionary changes.
11369 (ispell-menu-map): Redefined at load-time to support menu changes.
11370 (ispell-check-version): New alias for `check-ispell-version'.
11371 (ispell-parse-output): Fixed matching for ispell error messages.
11372 Correctly returns spelling suggestions in order generated by ispell
11373 process.
11374 (check-ispell-version): Ensure `case-fold-search' doesn't get
11375 redefined.
11376 (ispell-complete-word): Ensure `case-fold-search' doesn't get
11377 redefined. Fix bug that didn't respect case of word being completed.
11378 (ispell-init-process): Set process coding system to be compatible
11379 with emacs processes and the ispell process.
11380 (ispell-kill-ispell): Ensures ispell process has terminated before
11381 starting new process. This can otherwise confuse process filters
11382 and hang the ispell process.
11383 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
11384 skipping support for sgml.
11385 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
11386 which could cause `ispell-complete-word' to hang.
11387 (ispell-message): Improved message reference matching. Ensure
11388 `case-fold-search' doesn't get redefined.
11389 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
11390 get redefined. Fixed bug in returning to nroff mode from tex mode.
11391 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
11392 get redefined.
11393
11394 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11395
11396 * textmodes/flyspell.el (flyspell-check-word-p):
11397 Don't delay inside a kbd macro.
11398
11399 * subr.el (make-local-hook): Return the hook variable.
11400
11401 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11402
11403 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
11404 Use a timer instead of post-command-hook.
11405 (hscroll-timer): New variable.
11406
11407 1998-11-30 Dave Love <fx@gnu.org>
11408
11409 * help.el (help-xref-button): Do nothing if text already has the
11410 help-xref property.
11411 (describe-variable): Revert previous change to hyperlink to source.
11412
11413 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
11414
11415 * bindings.el (features): Add `base64' to this list.
11416
11417 * loadhist.el (symbol-file): Doc fix.
11418
11419 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11420
11421 * files.el (hack-one-local-variable): Cope with non-file buffers.
11422
11423 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
11424
11425 * help.el (describe-mode): Put major mode first.
11426
11427 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
11428 to support special-display and same-window features.
11429
11430 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11431
11432 * simple.el (transpose-subr, transpose-subr-1): Rename variables
11433 bound in one function and used in the other.
11434 (transpose-subr-start1, transpose-subr-start2): Add defvars.
11435 (transpose-subr-end1, transpose-subr-end2): Add defvars.
11436
11437 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11438
11439 * autoinsert.el (auto-insert-alist): Use user-mail-address.
11440
11441 1998-11-26 Kenichi Handa <handa@etl.go.jp>
11442
11443 * international/ccl.el (ccl-dump-translate-character-const-tbl):
11444 Give format correct control string.
11445
11446 * international/mule.el (define-translation-table): Fix bug of
11447 setting incorrect translation-table-id. If the first element of
11448 ARGS is a translation table, just register it.
11449
11450 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
11451 property.
11452
11453 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
11454
11455 * thingatpt.el (thing-at-point-url-at-point): Don't use current
11456 syntax table to determine what is whitespace.
11457
11458 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
11459
11460 * frame.el (frame-parameter): Doc fix.
11461
11462 * textmodes/tex-mode.el (tex-feed-input): New function.
11463 (tex-define-common-keys): Add binding for C-c C-m.
11464
11465 1998-11-23 Dave Love <fx@gnu.org>
11466
11467 * progmodes/fortran.el: Various minor doc fixes.
11468 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
11469 (fortran-with-subprogram-narrowing): New macro.
11470 (fortran-check-for-matching-do): Use it.
11471 (fortran-end-do): Use fortran-check-end-prog-re.
11472 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
11473 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
11474
11475 1998-11-23 Simon Marshall <simon@gnu.org>
11476
11477 * font-lock.el (font-lock-defaults): Doc fix.
11478 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
11479 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
11480
11481 * lazy-lock.el (lazy-lock-unstall):
11482 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
11483
11484 * fast-lock.el (fast-lock-save-cache-1):
11485 (fast-lock-cache-data): Rewritten to use with-temp-message.
11486
11487 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
11488
11489 * mail/rmail.el (rmail-set-message-counters-counter): Detect
11490 messages that have been added with DOS line endings and convert
11491 the line endings for such messages.
11492
11493 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11494
11495 * help.el: Add resizing of temporary buffers.
11496 (temp-buffer-resize-mode): New command and variable.
11497 (temp-buffer-max-height): New variable.
11498 (resize-temp-buffer-window): New function.
11499
11500 * window.el (window-buffer-height): New function, split from
11501 shrink-window-if-larger-than-buffer.
11502 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
11503
11504 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
11505
11506 * frame.el (initial-frame-alist): Add defcustom.
11507
11508 * shell.el (shell-prompt-pattern): Add defcustom.
11509
11510 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11511
11512 * message.el (message-ignored-supersedes-headers): Remove
11513 NNTP-Posting-Date.
11514
11515 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11516
11517 * help.el (describe-mode): Don't avoid loop indirecting thru
11518 value of INDICATOR.
11519
11520 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11521
11522 * help.el (describe-variable): Allow any variable with a defcustom,
11523 even if it is not a user variable.
11524
11525 * mail/rmail.el (mail-unsent-separator): Additional alternative.
11526
11527 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
11528
11529 * gnus/nntp.el (nntp-request-group): Allow for failures when
11530 requesting a new group.
11531
11532 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11533
11534 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
11535
11536 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11537
11538 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
11539
11540 1998-11-19 Simon Marshall <simon@gnu.org>
11541
11542 * subr.el (with-temp-message): New macro.
11543
11544 * emacs-lisp/lisp-mode.el (with-temp-message):
11545 Add lisp-indent-function property.
11546
11547 1998-11-18 Dave Love <fx@gnu.org>
11548
11549 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
11550
11551 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11552
11553 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
11554 This is not obsolete.
11555
11556 1998-11-18 Kenichi Handa <handa@etl.go.jp>
11557
11558 * textmodes/picture.el: Make a new map by make-keymap.
11559 (picture-desired-column): New variable.
11560 (picture-update-desired-column): New function.
11561 (picture-beginning-of-line): Set picture-desired-column to 0.
11562 (picture-end-of-line): Set picture-desired-column to the current
11563 column.
11564 (picture-forward-column): Pay attention to multi-column character.
11565 (picture-backward-column): Likewise.
11566 (picture-move-down): Likewise.
11567 (picture-move-up): Likewise.
11568 (picture-movement-nw): With prefix arg, move twice columns.
11569 (picture-movement-ne): Likewise.
11570 (picture-movement-sw): Likewise.
11571 (picture-movement-se): Likewise.
11572 (picture-set-motion): Handle two-column movements.
11573 (picture-move): Call picture-move-down or picture-forward-column
11574 only when necessary.
11575 (picture-insert): Pay attention to picture-desired-column.
11576 (picture-self-insert): Likewise.
11577 (picture-clear-column): Pay attention to multi-column character.
11578 (picture-mode): Modify doc-string for two-column movement.
11579
11580 * rect.el (move-to-column-force): New function.
11581 (operate-on-rectangle): If coerce-tabs is non-nil, call
11582 move-to-column-force instead of move-to-column.
11583 (insert-rectangle): Call move-to-column-force instead of
11584 move-to-column.
11585 (open-rectangle-line): If begextra is not zero, call
11586 move-to-column-force.
11587
11588
11589 1998-11-16 Dave Love <fx@gnu.org>
11590
11591 * textmodes/sgml-mode.el Require skeleton when compiling.
11592 (sgml-font-lock-keywords-1): Accept single-letter tags.
11593 (v2): Defvar free variable.
11594
11595 1998-11-16 Sam Steingold <sds@goems.com>
11596
11597 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
11598 macro, not ELisp one.
11599
11600 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11601
11602 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
11603 characters to symbol.
11604
11605 * language/japan-util.el (japanese-zenkaku-region): New optional
11606 arg KATAKANA-ONLY.
11607
11608 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11609
11610 * international/mule.el
11611 (after-insert-file-set-buffer-file-coding-system): If the buffer
11612 is changed to unibyte, return inserted bytes.
11613
11614 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
11615 and link names if necessary.
11616 (tar-header-block-summarize): Handle the case that file or link
11617 names are multibyte.
11618 (tar-summarize-buffer): At first set the current buffer unibyte,
11619 then if there are multibyte file names, change it to multibyte.
11620 (tar-mode): Get char position from tar-header-offset.
11621 (tar-extract): Avoid multibyte<->unibyte conversion in
11622 insert-buffer-subsring by setting both buffers unibyte
11623 temporarily.
11624 (tar-copy): Set the buffer unibyte while doing a work. Write
11625 without code conversion.
11626 (tar-expunge): Set the buffer unibyte while doing a work.
11627 (tar-alter-one-field): Likewise.
11628 (tar-clear-modification-flags): Compare byte position with
11629 tar-header-offset.
11630 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
11631 insert-buffer-subsring by setting both buffers unibyte
11632 temporarily. Pay attention to multibyteness while updating the
11633 descriptor-line.
11634 (tar-mode-write-file): Write without code conversion.
11635
11636 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11637
11638 * nngateway.el: Require cl.
11639
11640 1998-11-15 Dave Love <fx@gnu.org>
11641
11642 * progmodes/fortran.el: Fix previous change:
11643 (fortran-end-prog-re1): Changed.
11644 (fortran-check-end-prog-re): New function.
11645 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
11646
11647 1998-11-13 Tom Breton <tob@world.std.com>
11648
11649 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
11650 GNU Emacs.
11651
11652 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
11653
11654 * textmodes/reftex.el: (reftex-finding-files): Group documentation
11655 fixed.
11656 (reftex-toc-toggle-file-boundary,
11657 reftex-toc-toggle-labels,
11658 reftex-toc-toggle-context,reftex-find-start-point): New functions.
11659 (reftex-toc-include-labels, reftex-toc-include-context,
11660 reftex-toc-include-file-boundaries,
11661 reftex-toc-keep-other-windows): New options.
11662 (reftex-use-text-after-label-as-context): Option removed.
11663 (reftex-extract-bib-entries): Protect use in non-latex
11664 buffers.
11665 (reftex-toc-visit-location): Renamed from
11666 `reftex-toc-visit-line'.
11667 (reftex-latin1-to-ascii): Works now with and without Mule.
11668 (reftex-truncate): Removed special stuff for Emacs 20.2.
11669 (reftex-get-offset): Made more general.
11670 (reftex-show-label-location): Renamed from
11671 `reftex-select-label-callback'.
11672 (reftex-pop-to-label): Function removed (using
11673 `reftex-show-label-location' instead.
11674 (reftex-insert-docstruct): Renamed from
11675 `reftex-make-and-insert-label-list'. Function args changed.
11676 (reftex-toc): Now uses `reftex-insert-docstruct' and
11677 `reftex-find-start-point'.
11678 (reftex-select-item): Use `reftex-find-start-point'.
11679 (reftex-toc-visit-line): Can display labels and file
11680 boundaries.
11681 (reftex-TeX-master-file): `(TeX-master-file)' protected.
11682
11683 1998-11-12 Sam Steingold <sds@goems.com>
11684
11685 * browse-url.el (browse-url): Handle the case when
11686 `browse-url-browser-function' is a lambda list.
11687
11688 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
11689
11690 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
11691 version string.
11692 * loadhist.el (symbol-file): Likewise
11693
11694 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
11695
11696 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
11697
11698 1998-11-11 Sam Steingold <sds@goems.com>
11699
11700 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
11701 `run-lisp' instead of signalling an error.
11702
11703 1998-11-11 Karl Heuer <kwzh@gnu.org>
11704
11705 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
11706
11707 1998-11-11 Richard Stallman <rms@gnu.org>
11708
11709 * vc-hooks.el (vc-toggle-read-only): Doc fix.
11710
11711 1998-11-11 Per Starback <starback@update.uu.se>
11712
11713 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
11714 renamed svenska8 to svenska, and fixed and extended CASECHARS
11715 for it.
11716
11717 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
11718
11719 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
11720 handling if setpagedevice is not available.
11721 (ps-begin-file): Fix typo.
11722
11723 1998-11-11 Kenichi Handa <handa@etl.go.jp>
11724
11725 * international/mule-util.el (compose-chars-component): Signal
11726 error if CH is a rule-based composition character.
11727 (compose-chars): Signal error if an already compsed character is
11728 going to be composed by rule-base.
11729
11730 * term/x-win.el: If a resolved ASCII font name doesn't conform to
11731 full XLFD, don't try to get information of WEIGHT and SLANT from
11732 that font name.
11733
11734 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
11735
11736 * dos-w32.el (set-default-process-coding-system): Use function on
11737 before-init-hook to set default-process-coding-system based on
11738 enable-multibyte-characters.
11739
11740 * term/w32-win.el ([language-change]): For now ignore
11741 keyboard language-change events.
11742
11743 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
11744
11745 * ediff-util.el (ediff-make-temp-file): Run the prefix through
11746 convert-standard-file-name, but leave the results of
11747 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
11748 characters if the original name already exists, or has a special
11749 handler.
11750
11751 1998-11-10 Karl Heuer <kwzh@gnu.org>
11752
11753 * international/iso-insert.el: Delete autoload cookies.
11754
11755 * international/iso-transl.el: Add autoload cookies.
11756
11757 1998-11-10 Richard Stallman <rms@gnu.org>
11758
11759 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
11760 (ispell-process-line): Don't treat multibyte
11761
11762 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
11763
11764 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
11765 setpagedevice to specify the page size if setpagedevice is
11766 available. This is necessary to select the correct paper tray on
11767 Level 2 printers with multiple paper sizes available.
11768
11769 (ps-begin-file): Cope with font names that contain spaces, and
11770 call BeginDoc in a BeginSetup/EndSetup block.
11771
11772 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
11773
11774 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
11775 convert-standard-filename.
11776
11777 * loadhist.el (symbol-file): Run fns-VERSION.el through
11778 convert-standard-filename.
11779
11780 1998-11-06 Richard Stallman <rms@gnu.org>
11781
11782 * textmodes/texinfmt.el (texinfo-format-scan):
11783 Detect the case of two @-commands in a row; process just the first.
11784 (texinfo-append-refill): If line has a @c, insert the @refill
11785 before it.
11786 (texinfo-format-refill): Return with point where the @refill was.
11787
11788 * files.el (hack-local-variables): Test local-enable-local-variables.
11789 (hack-local-variables-prop-line): Likewise.
11790 (set-auto-mode): Don't test local-enable-local-variables here.
11791 (enable-local-variables): Doc fix.
11792 (local-enable-local-variables): Doc fix.
11793 (normal-mode): Doc fix.
11794
11795 1998-11-06 Karl Heuer <kwzh@gnu.org>
11796
11797 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
11798
11799 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
11800
11801 * simple.el (line-number-mode): Doc fix.
11802
11803 1998-11-06 Kenichi Handa <handa@etl.go.jp>
11804
11805 * international/fontset.el (create-fontset-from-fontset-spec):
11806 Give correct arg to `error'.
11807
11808 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
11809
11810 * textmodes/sgml-mode.el (html-mode): Doc fix.
11811 (sgml-name-8bit-mode): Fix missing format character in message string.
11812
11813 1998-11-05 Karl Heuer <kwzh@gnu.org>
11814
11815 * mail/sendmail.el (sendmail-send-it): Check for failure.
11816
11817 1998-11-05 Richard Stallman <rms@gnu.org>
11818
11819 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
11820
11821 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
11822 (close-rectangle): Define as alias.
11823
11824 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
11825
11826 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
11827
11828 1998-11-05 Dave Love <fx@gnu.org>
11829
11830 * help.el (describe-variable): Don't quote link to source.
11831
11832 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
11833
11834 * gud.el (gud-common-init): Use pop-to-buffer.
11835 (same-window-regexps): Add an element that matches all gud buffers.
11836
11837 1998-11-04 Jason Rumney <jasonr@altavista.net>
11838
11839 * term/w32-win.el (x-get-selection-value): Alias to
11840 x-cut-buffer-or-selection-value.
11841 (w32-standard-fontset-spec): New variable.
11842 (w32-create-initial-fontsets, mouse-set-font): Check whether
11843 new-fontset is available.
11844 (w32-use-w32-font-dialog): Enable use of set-variable.
11845
11846 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11847
11848 * vc.el (with-vc-file, edit-vc-file): New macros.
11849
11850 1998-11-04 Kenichi Handa <handa@etl.go.jp>
11851
11852 * international/quail.el (quail-show-guidance-buf): Call
11853 set-minibuffer-window to set minibuffer window of the current
11854 frame correctly.
11855
11856 1998-11-03 Theodore Jump <tjump@tertius.com>
11857
11858 * term/w32-win.el: Require fontset.
11859
11860 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
11861
11862 * faces.el (set-face-font): Call resolve-fontset-name on w32.
11863 (set-face-font-auto): Ditto.
11864
11865 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
11866
11867 * mouse.el (mouse-drag-region): Fix typo.
11868
11869 1998-11-02 Dave Love <fx@gnu.org>
11870
11871 * progmodes/fortran.el Fix for fontification of strings lost somehow:
11872 (fortran-fontify-string): New function.
11873 (fortran-font-lock-keywords-1): Use it.
11874
11875 1998-11-02 Markus Rost <rost@delysid.gnu.org>
11876
11877 * comint.el (comint-file-name-quote-list): Doc fix.
11878
11879 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11880
11881 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
11882 build directory, not source directory.
11883
11884 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
11885 if we did not get one for the final move.
11886
11887 1998-11-01 Dave Love <fx@gnu.org>
11888
11889 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
11890 Don't funcall browse-url-browser-function.
11891
11892 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
11893 Don't funcall browse-url-browser-function.
11894
11895 * fortran.el (fortran-end-prog-re1): Fix the regexp.
11896
11897 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11898
11899 * files.el (revert-buffer): Doc fix.
11900
11901 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
11902
11903 * textmodes/tex-mode.el (tex-start-options-string):
11904 Quote the backslashes with more backslashes.
11905
11906 1998-10-31 Dave Love <fx@gnu.org>
11907
11908 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
11909 (webjump): Don't funcall browse-url-browser-function.
11910
11911 1998-10-30 Kenichi Handa <handa@etl.go.jp>
11912
11913 * international/quail.el (quail-start-translation): Handle
11914 switching of the frame in read-key-sequence.
11915 (quail-start-conversion): Likewise.
11916 (quail-show-guidance-buf): Detach quail-guidance-buf from any
11917 windows before setting an appropriate window for it.
11918 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
11919 quail-guidance-win to nil.
11920 (quail-update-guidance): If quail-guidance-buf is not in the
11921 selected frame, call quail-show-guidance-buf again.
11922
11923 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
11924
11925 * progmodes/pascal.el (pascal-mode):
11926 `blink-matching-paren-dont-ignore-comments' set to t.
11927
11928 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11929
11930 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
11931
11932 1998-10-30 Dave Love <fx@gnu.org>
11933
11934 * vc.el (vc-backend-merge-news): Check for "P" output.
11935
11936 * help.el (describe-variable): Hyperlink the definition.
11937
11938 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
11939
11940 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
11941 (sh-set-shell): Likewise.
11942
11943 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
11944
11945 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
11946 (edebug-on-error): Fix customize type to match that of
11947 debug-on-error.
11948
11949 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
11950
11951 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
11952 report-emacs-bug-address instead of undefined bug-gnu-emacs.
11953
11954 * international/mule-cmds.el (select-message-coding-system): Doc
11955 fix.
11956
11957 * international/mule-diag.el (describe-coding-system): Describe
11958 all flags.
11959
11960 * mail/sendmail.el (sendmail-coding-system,
11961 default-sendmail-coding-system): Doc fix.
11962
11963 * simple.el (shell-command-on-region): Doc fix.
11964
11965 * loadup.el: Write fns-*.el in current directory instead of
11966 data-directory since no installation directory exists yet. Mark
11967 buffer unmodified afterwards.
11968
11969 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
11970 instead of data-directory since it is architecture dependent.
11971 (load-history-loaded): Update doc string.
11972
11973 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
11974
11975 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
11976 path as a default directory when canonicalizing names.
11977
11978 * w32-fns.el: Remove a dangling reference to a directory on the
11979 build machine.
11980
11981 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11982
11983 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
11984 namespace related keywords such as `class', `body', `private',
11985 `variable', `namespace eval', etc.
11986 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
11987 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
11988 imenu and font-lock so that searches for \sw would find words
11989 containing colons.
11990
11991 * progmodes/etags.el (initialize-new-tags-table):
11992 Do not alter find-tag-marker-ring and tags-location-ring.
11993
11994 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
11995
11996 * term/w32-win.el: Require fontset.
11997 (w32-init-fontsets): New function (code from x-win.el).
11998
11999 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12000
12001 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
12002 calendar-and-diary-frame-parameters): Add title parameter.
12003
12004 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12005
12006 * completion.el (dynamic-completion-mode): New function to enable
12007 the mode. (Just loading the file now does not change anything.)
12008
12009 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12010
12011 * ps-print.el: User option for multibyte buffer handling and doc fix.
12012 (ps-multibyte-buffer): New user option.
12013 (ps-setup): Print new user option.
12014 (ps-print-quote): New fun.
12015 (ps-color-p, ps-mule-font-info-database-latin): New var.
12016 (ps-default-color, ps-mule-font-info-database)
12017 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
12018 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
12019 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
12020 Little code improvement.
12021 (ps-mule-initialize): Initialize ps-mule-font-info-database.
12022 (ps-print-prologue-header, ps-font-family, ps-font-size)
12023 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
12024 (ps-build-face-reference, ps-mule-font-info-database-bdf)
12025 (ps-mule-external-libraries, ps-mule-init-external-library)
12026 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
12027 Doc fix.
12028 (ps-print-version): New version number (4.1.1) and doc fix.
12029 (ps-print-prologue-header): New user option.
12030 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
12031 Conditional compilation for GNU Emacs and emacsens.
12032 (ps-generate-postscript-with-faces): Skip invisible text better.
12033 (ps-setup): Print new user option.
12034 (ps-print-preprint): Check if input file name exists and is unwritable.
12035 (ps-begin-file): Adjust PostScript prologue header for duplex printers
12036 and insert user PostScript prologue header comments.
12037 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
12038 New funs.
12039 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
12040 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
12041 PostScript programming normalization.
12042 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
12043 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
12044 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
12045 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
12046 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
12047 Programming style normalization.
12048
12049 1998-10-26 Kenichi Handa <handa@etl.go.jp>
12050
12051 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12052 version, check the value of mule-version.
12053
12054 * international/mule-util.el (compose-region): Insert then delete
12055 to preserve markers.
12056 (decompose-region): Use search-forward for efficiency.
12057
12058 * language/chinese.el (pre-write-encode-hz): Cancel previous
12059 change, use generate-new-buffer instead of get-buffer-create.
12060 * language/devan-util.el
12061 (in-is13194-devanagari-pre-write-conversion): Likewise.
12062 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12063 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12064 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12065
12066 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12067
12068 * mail/rmailsum.el (rmail-message-subject-p):
12069 Handle message whose header has not been reformatted.
12070
12071 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
12072
12073 1998-10-25 Jason Rumney <jasonr@altavista.net>
12074
12075 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
12076 New variables.
12077 (mouse-set-font): Use font menus instead of dialog according to
12078 w32-use-w32-font-dialog.
12079
12080 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12081
12082 * calendar/calendar.el (calendar-day-name-array): Add doc string
12083 correctly!
12084 (calendar-month-name-array): Add doc string correctly!
12085
12086 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
12087
12088 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
12089
12090 1998-10-21 Markus Rost <rost@delysid.gnu.org>
12091
12092 * lisp/info.el (Info-next-menu-item): Stay on top of node.
12093
12094 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
12095
12096 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
12097
12098 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
12099
12100 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
12101
12102 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
12103
12104 1998-10-21 Karl Heuer <kwzh@gnu.org>
12105
12106 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
12107 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
12108 (profile-filter, profile-reset-timer): Functions deleted.
12109 (profile-check-zero-init-times, profile-get-time): Likewise.
12110 (profile-find-function, profile-quit): Likewise.
12111 (profile-distinct, profile-call-stack, profile-last-time): New vars.
12112 (profile-time-list, profile-init-list): Doc fix.
12113 (profile-functions): Simplify.
12114 (profile-print): Use float. Make output include space separators.
12115 (profile-add-time): New helper function.
12116 (profile-function-prolog): Renamed from profile-start-function.
12117 Handle profile-distinct.
12118 (profile-function-epilog): Renamed from profile-update-function.
12119 Handle profile-distinct.
12120 (profile-a-function): If the function to be profiled is an
12121 autoload form, load it. If it's lazy-loaded, fetch it.
12122 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
12123 (profile-restore-fun): Arg FUN is now a function symbol, as was
12124 documented, rather than a one-element list.
12125 (profile-finish): Call profile-restore-fun properly.
12126
12127 1998-10-21 Kenichi Handa <handa@etl.go.jp>
12128
12129 * international/characters.el: Setup charset property
12130 nospace-between-words.
12131
12132 * international/mule-cmds.el (get-charset-property): If CHARSET is
12133 composition, return nil.
12134 (put-charset-property): If CHARSET is composition, do nothing.
12135
12136 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
12137 * language/devan-util.el
12138 (in-is13194-devanagari-pre-write-conversion): Likewise.
12139 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12140 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12141 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12142
12143 * textmodes/fill.el (sentence-end-without-period): New variable.
12144 (canonically-space-region): Pay attention to
12145 sentence-end-without-period.
12146 (fill-find-break-point): The first argument CHARSET deleted.
12147 Caller changed.
12148 (fill-region-as-paragraph): Pay attention to charset property
12149 nospace-between-words and text property nospace-between-words.
12150
12151 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12152
12153 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
12154 an unrecognized shell.
12155
12156 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12157
12158 * desktop.el (desktop-save): Include minor modes symbolically.
12159 (desktop-create-buffer): Turn on all minor modes in `mim'.
12160
12161 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12162
12163 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
12164 (sh-font-lock-keywords): Handle rpm and rpm2.
12165 (sh-ancestor-alist): Handle rpm.
12166
12167 * files.el (auto-mode-alist): Recognize .rpm files.
12168 Also .spec and .mspec files.
12169
12170 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
12171
12172 * faces.el (frame-set-background-mode): Enable the function for
12173 MSDOS frames.
12174
12175 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12176
12177 * calendar/calendar.el (calendar-day-name-array): Add doc string.
12178 (calendar-month-name-array): Add doc string.
12179
12180 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
12181
12182 * simple.el (kill-ring-max): Increased to 60.
12183
12184 1998-10-17 Kenichi Handa <handa@etl.go.jp>
12185
12186 * international/characters.el: Setup auto-fill-chars.
12187
12188 * international/kinsoku.el (kinsoku): Check the variable
12189 enable-kinsoku.
12190
12191 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
12192 Don't call kinsoku directly, intead call fill-find-break-point.
12193
12194 * textmodes/fill.el: Setup `fill-find-break-point-function'
12195 property to character sets which require `kinsoku' processing for
12196 filling.
12197 (fill-find-break-point): New function.
12198 (fill-region-as-paragraph): Don't check kinsoku-enable here.
12199 Don't call kinsoku directly, intead call fill-find-break-point.
12200
12201 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
12202
12203 * faces.el (modify-face-read-string): Return (nil) for "none".
12204 (modify-face): Don't get error if (nil) is the argument.
12205 (face-try-color-list): Don't check whether nil is a valid color.
12206
12207 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
12208
12209 * emacs-lisp/bytecomp.el (byte-recompile-directory):
12210 Print message about each directory, even in batch mode.
12211
12212 * gnus/nntp.el: Require `cl' before using nnoo-declare.
12213
12214 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
12215 (ps-mule-string-char): No need to use sref.
12216 (ps-mule-next-index): No need to use sref.
12217
12218 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
12219
12220 * files.el (revert-buffer-internal-hook): Add defvar.
12221
12222 * arc-mode.el (archive-mode): Locally set file-precious-flag.
12223
12224 * tar-mode.el (tar-mode): Locally set file-precious-flag.
12225
12226 1998-10-16 Markus Rost <rost@delysid.gnu.org>
12227
12228 * international/mule-cmds.el (default-input-method): Fix custom type.
12229
12230 * net-utils.el (whois-server-list): Fix customization type.
12231
12232 * shell.el (shell-input-autoexpand): Fix customization group.
12233
12234 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
12235
12236 * repeat.el (repeat): Handle keyboard macros properly.
12237 Handle new prefix arg after self-insert command.
12238
12239 * repeat.el: Don't include cl even at compile time.
12240 (repeat): Avoid using `loop'.
12241
12242 * simple.el (shell-command-on-region): Doc fix.
12243 (next-history-element): Special error message if no default.
12244
12245 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
12246
12247 * ps-print.el (ps-print-buffer): Doc fix.
12248 (ps-despool): Likewise.
12249
12250 * arc-mode.el (arc-mode): Provide arc-mode.
12251
12252 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12253
12254 * ps-print.el (ps-print-buffer): Doc fix.
12255
12256 1998-10-14 Dave Love <fx@gnu.org>
12257
12258 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
12259 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
12260 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
12261
12262 * progmodes/fortran.el (fortran-mode-map): Change "Join
12263 Continuation Line" to "Join Line".
12264 (fortran-font-lock-keywords-1): Add "cycle", "exit".
12265
12266 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12267
12268 * progmodes/fortran.el (fortran-join-line): Use
12269 `delete-indentation' instead of issuing an error message if not on
12270 a continuation line. Provide for joining several lines using
12271 prefix arg.
12272
12273 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
12274
12275 * term/pc-win.el (msdos-color-values): New variable.
12276 (x-color-values): New function, emulates its namesake from
12277 src/xfns.c.
12278 (msdos-bg-mode): Add all dark colors to those which return
12279 "dark".
12280
12281 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12282
12283 * replace.el (keep-lines, flush-lines, how-many):
12284 Don't ignore case if arg has upper case letters.
12285
12286 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
12287
12288 * progmodes/vhdl-mode.el
12289 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
12290 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
12291 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
12292 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
12293 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
12294 (vhdl-when): Fix indentation problem.
12295 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
12296 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
12297 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
12298
12299 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
12300
12301 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
12302 (ls-lisp-insert-directory): Renamed from insert-directory.
12303 (insert-directory): New function.
12304
12305 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
12306
12307 * simple.el (completion-fixup-function): Variable deleted.
12308 (completion-setup-function): Delete code for completion-fixup-function.
12309 * emacs-lisp/lisp.el (lisp-complete-symbol):
12310 Don't bind completion-fixup-function.
12311
12312 * files.el (find-file-wildcards): New option.
12313 (find-file-noselect): Handle wild cards, if enabled.
12314 (file-expand-wildcards): New function.
12315
12316 * simple.el (set-fill-column): Doc fix.
12317
12318 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12319
12320 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
12321
12322 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
12323
12324 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
12325 Move declaration before first use.
12326 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
12327 hif-math, hif-factor): Rename token to hif-token and token-list to
12328 hif-token-list.
12329 (hif-token, hif-token-list): Declare them.
12330 (hif-find-ifdef-block): Return cons of top and bottom point
12331 instead of setting dynamically bound variables.
12332 (hide-ifdef-block, show-ifdef-block): Use return value of
12333 hif-find-ifdef-block.
12334
12335 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12336
12337 * subr.el (read-passwd): Use clear-this-command-keys.
12338
12339 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
12340
12341 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
12342 and ...-for-write.
12343
12344 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
12345
12346 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
12347 responses to GROUP command, since this may be called from a timer
12348 with quit inhibited.
12349
12350 1998-10-12 Kenichi Handa <handa@etl.go.jp>
12351
12352 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
12353 set unconditional-jump to nil.
12354 (ccl-compile-read-multibyte-character): Return nil.
12355 (ccl-compile-write-multibyte-character): Likewise.
12356 (ccl-compile-translate-character): Likewise
12357 (ccl-compile-map-multiple): Likewise.
12358 (ccl-compile-map-single): Likewise.
12359
12360 * international/kinsoku.el: Add coding tag.
12361 (kinsoku-bol): Remove superfluous TAB in a string.
12362
12363 * international/mule-cmds.el (find-coding-systems-for-charsets):
12364 Delete `composition' (if any) from CHARSETS.
12365
12366 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12367
12368 * international/mule-cmds.el (setup-specified-language-environment):
12369 Add apropos-inhibit property.
12370 (describe-specified-language-support): Likewise.
12371
12372 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
12373
12374 * international/mule.el (make-coding-system): Create -with-esc
12375 variant coding system.
12376
12377 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12378
12379 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
12380 (next-file): Optionally offer to revert a file's buffer,
12381 if it has an existing buffer but the file has changed.
12382
12383 * info.el (Info-insert-dir): Detect and report problems
12384 in input files, such as "No Top node". Return with point
12385 at the beginning of the text.
12386 (Info-find-node): Reinsert the code to handle files
12387 with no tags table; it was deleted by mistake.
12388
12389 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12390
12391 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
12392 texinfo-find-higher-level-node repeatedly find the same node.
12393 (texinfo-find-higher-level-node): Doc fix.
12394
12395 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
12396
12397 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
12398 (smtpmail-address-buffer): Add defvar.
12399 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
12400
12401 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
12402
12403 * ffap.el (ffap-machine-p-local): Fix editing error.
12404
12405 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12406
12407 * faces.el (frame-set-background-mode):
12408 Don't do anythung for text-only or MSDOS frame.
12409
12410 1998-10-08 Kenichi Handa <handa@etl.go.jp>
12411
12412 * international/quail.el (quail-defrule): New optional arg APPEND.
12413 (quail-defrule-internal): Fix bug of handling the argument APPEND.
12414
12415 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
12416
12417 * gnus/pop3.el (pop3-open-server):
12418 Set process-coding-system-alist around open-network-stream.
12419
12420 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
12421
12422 * files.el (save-buffer): Doc fix.
12423
12424 1998-10-07 Karl Heuer <kwzh@gnu.org>
12425
12426 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
12427 return DEF unchanged, not nil. Simplify.
12428
12429 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
12430
12431 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
12432
12433 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
12434
12435 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
12436
12437 * net-utils.el (ftp, nslookup): Require comint.
12438 (network-service-connection): Likewise.
12439 (whois-server-name): Defaults to whois.arin.net
12440 (whois-server-list, whois-server-tld, whois-guess-server): New var.
12441 (whois): Tries to guess the appropriate top-level domain server.
12442 (whois-get-tld): New function.
12443
12444 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
12445 (dirtrack-debug-toggle): Added this function.
12446
12447 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12448
12449 * files.el (find-file-noselect): Switch to the correct buffer
12450 before checking find-file-literally, and allow non-nil non-t
12451 rawfile params.
12452
12453 1998-10-06 Karl Heuer <kwzh@gnu.org>
12454
12455 * midnight.el (clean-buffer-list): Add autoload cookie.
12456
12457 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
12458 no-autosave.
12459 * tar-mode.el (tar-mode-revert): Likewise.
12460 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
12461 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
12462 * gnus/message.el (message-auto-save-directory): Renamed from
12463 message-autosave-directory. All references changed.
12464
12465 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12466
12467 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
12468 string. Expose mime stuff while searching.
12469
12470 1998-10-06 Richard Stallman <rms@gnu.org>
12471
12472 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
12473
12474 * replace.el (perform-replace): Position point properly
12475 before and after the recursive edit of C-r.
12476
12477 * progmodes/etags.el (tags-reset-tags-tables): Properly
12478 find the markers in the old rings that are being discarded.
12479
12480 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12481
12482 * apropos.el (apropos-print): Control invalid characters.
12483
12484 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12485 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
12486 confusing customize.
12487
12488 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
12489
12490 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
12491 built-in commands. Add more built-in commands and fix face names.
12492
12493 1998-10-05 Simon Marshall <simon@gnu.org>
12494
12495 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
12496
12497 1998-10-04 Eric Ludlam <zappo@gnu.org>
12498
12499 * speedbar.el (speedbar-initial-expansion-list-name): Remove
12500 customization since it is not useful in this case.
12501 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
12502 sure it gets evalled to a number. Also verify that set-frame-name
12503 fn exists before calling it.
12504
12505 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12506 Protect a `forward-sexp' call which could fail, and improved regex
12507 for ie, and eg abbreviations.
12508
12509 1998-10-02 Noah Friedman <friedman@splode.com>
12510
12511 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
12512 send-string.
12513 (rlogin-send-Ctrl-D): Here also.
12514 (rlogin-send-Ctrl-Z): Here also.
12515 (rlogin-send-Ctrl-backslash): Here also.
12516
12517 1998-10-02 Dave Love <fx@gnu.org>
12518
12519 * outline.el (hide-region-body): Bind
12520 outline-view-change-hook to nil while making repeated calls to
12521 outline-flag-region. Run it once at the end.
12522 (hide-other, hide-sublevels, show-children): Likewise.
12523
12524 * info-look.el: Remove duplicate scheme-mode entry.
12525 (info-lookup-make-completions): When looking for entries, check
12526 that `item' isn't null or "Menu".
12527
12528 1998-10-01 Karl Heuer <kwzh@gnu.org>
12529
12530 * net-utils.el: Don't require ffap.
12531 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
12532 (ping, nslookup-host, finger, network-connection-to-service): Use them.
12533
12534 1998-09-30 Richard Stallman <rms@gnu.org>
12535
12536 * ispell.el (check-ispell-version): No need to bind default-major-mode.
12537
12538 * imenu.el (imenu--generic-function): Sort each submenu by position.
12539 (imenu--sort-by-position): New function.
12540
12541 * cus-edit.el (Custom-mode-menu): Fix info node name.
12542 (customize group): Fix info node name.
12543
12544 * mail/mailalias.el (build-mail-aliases): Don't allow
12545 a newline in the alias name. Don't define an alias
12546 if the definition would be empty.
12547
12548 * which-func.el (which-func-mode-global): Make :set function
12549 more reliable.
12550
12551 * custom.el (custom-set-variables): Load the requests first,
12552 then check the symbol's `set' function.
12553
12554 * ffap.el: Doc fixes.
12555
12556 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12557
12558 * gnus.el: (gnus-valid-select-methods): Fix type.
12559 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
12560 * gnus-score.el (gnus-orphan-score): Fix type.
12561 (gnus-score-default-header, gnus-score-default-type): Fix type.
12562 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
12563 (gnus-saved-headers): Fix type.
12564
12565 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
12566 Avoid nil value of `two-lines-citation-part'.
12567
12568 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
12569
12570 * which-func.el (which-function): Handle case when
12571 (car imenu--index-alist) is nil.
12572
12573 1998-09-29 Dave Love <fx@gnu.org>
12574
12575 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
12576 bzip2 args.
12577
12578 1998-09-29 Simon Marshall <simon@gnu.org>
12579
12580 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
12581 comint-exec-hook.
12582
12583 1998-09-29 Stephen Eglen <stephen@gnu.org>
12584
12585 * info-look.el: Add support for Octave.
12586
12587 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
12588
12589 * textmodes/reftex.el (reftex-finding-files): New customize group.
12590 (reftex-texpath-environment-variables,
12591 reftex-use-external-file-finders, reftex-external-file-finders,
12592 reftex-search-unrecursed-path-first): New options.
12593 (reftex-process-string, reftex-find-file-externally): New
12594 functions.
12595 (reftex-access-search-path): Execute shell commands to find the
12596 search path.
12597 (reftex-toggle-auto-view-crossref): When turning on, make sure
12598 `reftex-auto-view-crossref' becomes non-nil.
12599 (reftex-abbrev-regexp): Constant removed.
12600 (reftex-convert-string): Abbrev regexp calculated locally.
12601
12602 1998-09-28 Dave Love <fx@gnu.org>
12603
12604 * progmodes/fortran.el: Don't call regexp-opt when deriving
12605 font-lock patterns with keywords that aren't all literal.
12606
12607 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
12608
12609 * octave-inf.el (inferior-octave-prompt): Also match prompts of
12610 the form `octave.bin:1>' which come from using precopiled binary
12611 versions.
12612
12613 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12614
12615 * help.el (help-for-help): Use %THIS-KEY%.
12616 (help-quit): Add doc.
12617
12618 * help-macro.el (make-help-screen): Keep HELP-TEXT
12619 in a separate function definition, not in the help command FNAME.
12620 Replace %THIS-KEY% with the key sequence that ran FNAME.
12621
12622 1998-09-25 Richard Stallman <rms@gnu.org>
12623
12624 * textmodes/texinfo.el (texinfo-show-structure):
12625 Bind inhibit-read-only.
12626
12627 * isearch.el (isearch-search-and-update): Properly
12628 handle upper case letters in the reverse-search special case.
12629
12630 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12631
12632 * gnus.el: Extend the list of autoloaded functions.
12633
12634 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12635 buffer before creating help group. (from Gnus v5.6.43, fix by
12636 1998-08-20 Per Starback <starback@update.uu.se>)
12637
12638 * gnus-util.el (gnus-output-to-rmail): Adjust to
12639 `rmail-output-to-rmail-file'.
12640
12641 1998-09-25 Karl Heuer <kwzh@gnu.org>
12642
12643 * hexl.el (hexl-mode-map): More of previous change.
12644
12645 * textmodes/tex-mode.el (tex-run-command): Doc fix.
12646 (tex-start-tex): Don't use tex-start-options-string in star case.
12647 Quote file name in star case as well as in non-star.
12648 Add blank and quoting of option string here.
12649 (tex-start-options-string): Not here.
12650
12651 1998-09-23 Karl Heuer <kwzh@gnu.org>
12652
12653 * term.el (term-delimiter-argument-list): Doc fix.
12654 (term-emulate-terminal): Escape literal semicolon.
12655 * progmodes/asm-mode.el (asm-mode): Doc fix.
12656 (asm-comment-char): Escape literal semicolon.
12657 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
12658
12659 1998-09-23 Richard Stallman <rms@gnu.org>
12660
12661 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
12662 only those that normally modify the buffer.
12663
12664 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
12665 over again.
12666
12667 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
12668
12669 * ispell.el (check-ispell-version): Ensure same buffer is current
12670 when let-binding of case-fold-search ends.
12671
12672 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12673
12674 * ps-print.el: Skip invisible overlay.
12675 Test for set-buffer-multibyte rather than using mule-version.
12676 (ps-print-version): New version number (4.1) and doc fix.
12677 (ps-generate-postscript-with-faces): Skip invisible overlay.
12678
12679 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
12680
12681 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
12682
12683 1998-09-22 Kenichi Handa <handa@etl.go.jp>
12684
12685 * international/quail.el (quail-update-guidance): Check for the
12686 return value of (quail-guidance) fixed.
12687 (quail-update-translation): Bind quail-current-str locally when it
12688 calls quail-update-guidance.
12689 (quail-update-translation): If input-method-exit-on-first-char is
12690 non-nil, terminate translation only when the current input method
12691 is simple.
12692
12693 1998-09-22 Paul Eggert <eggert@twinsun.com>
12694
12695 * startup.el (locale-translation-file-name): Prefer X-related names
12696 to the name used by GNU/Linux sans X. Set to nil if no file found.
12697 (command-line): Use locale-translation-file-name if it is not nil,
12698 instead of testing for its existence again.
12699 regexp-quote the ctype before using it in a regexp.
12700 Allow a colon to appear after the ctype in the aliases file,
12701 as is done in X11R6.4.
12702
12703 1998-09-21 Richard Stallman <rms@gnu.org>
12704
12705 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
12706
12707 * calendar/appt.el (appt-interval): Variable deleted.
12708 (appt-check): For minutes in between appt-display-interval times,
12709 do check, but don't display anything except an updated mode line.
12710 Count against appt-display-interval based on minutes since
12711 first display of this appointment, not based on time of day.
12712 If appt-display-mode-line, force mode line redisplay
12713 whenever appt-mode-string has changed.
12714 (appt-add, appt-delete): Add autoload cookies.
12715 (appt-check): Catch errors from calling `diary'.
12716 (appt-max-time): Renamed from max-time.
12717 (appt-now-displayed, appt-display-count): New variables.
12718 (appt-timer): Don't create one if we already have one.
12719
12720 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12721 More general code to use the source buffer instead of the zap file.
12722
12723 * hilit-chg.el (highlight-compare-with-file): Renamed from
12724 compare-with-file.
12725
12726 * loadhist.el (load-history-loaded): New variable.
12727 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
12728
12729 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
12730
12731 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12732 Fix error messages.
12733
12734 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
12735
12736 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
12737 Emacs frame.
12738
12739 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12740
12741 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
12742 `undecided' and `undecided-unix'.
12743
12744 1998-09-21 Dave Love <fx@gnu.org>
12745
12746 * help.el (help-make-xrefs): Fix typo affecting Info references.
12747
12748 * subr.el (remove-hook): Check list values to avoid errors.
12749
12750 1998-09-18 Noah Friedman <friedman@splode.com>
12751
12752 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
12753 store string in eldoc-last-message without consing a new string.
12754 Rearrange logic from nested if's into cond's.
12755 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
12756 Do not print message; just return string.
12757 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
12758 Do not print message; just return string.
12759 Cache that string in eldoc-last-data.
12760 (eldoc-last-data): Make into a vector.
12761 (eldoc-get-fnsym-args-string): Use new data form of structure.
12762 (eldoc-get-var-docstring): Here also.
12763 (eldoc-last-data-store): New function.
12764 (eldoc-get-fnsym-args-string): Use it.
12765 (eldoc-get-var-docstring): Here also.
12766 (eldoc-docstring-first-line): Minimize interim string consing.
12767 Call substitute-command-keys on the result.
12768 (eldoc-print-var-docstrings, eldoc-print-docstring,
12769 eldoc-docstring-message): Functions removed.
12770 (eldoc-docstring-format-sym-doc): New function, functionality
12771 ripped out of eldoc-docstring-message.
12772 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
12773
12774 1998-09-18 Kenichi Handa <handa@etl.go.jp>
12775
12776 * international/mule.el (make-coding-system): Doc-string modified.
12777
12778 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
12779
12780 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
12781
12782 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
12783 customize type.
12784
12785 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
12786 type.
12787
12788 * progmodes/compile.el (compilation-error-screen-columns): New
12789 variable.
12790 (compilation-next-error-locus): Use it to decide whether to use
12791 forward-char or move-to-column.
12792
12793 * mail/rmail.el (rmail-movemail-program): Fix customize type.
12794
12795 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
12796 feedmail-fiddle-plex-user-list,
12797 feedmail-spray-address-fiddle-plex-list,
12798 feedmail-prompt-before-queue-user-alist,
12799 feedmail-prompt-before-queue-help-supplement,
12800 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
12801 feedmail-queue-alternative-mail-header-separator): Fix customize
12802 type.
12803
12804 * startup.el (site-run-file): Fix customize type.
12805
12806 * speedbar.el (speedbar-initial-expansion-list-name): Fix
12807 customize type.
12808
12809 * shell.el (shell-input-autoexpand): Fix customize type.
12810
12811 * ps-print.el (ps-font-info-database): Add missing dots in value.
12812 Improve layout of customize type.
12813
12814 * net-utils.el (traceroute-program-options, ping-program-options,
12815 ipconfig-program-options, netstat-program-options,
12816 arp-program-options, route-program-options,
12817 nslookup-program-options, ftp-program-options): Fix customize
12818 type.
12819
12820 * midnight.el (clean-buffer-list-kill-regexps,
12821 clean-buffer-list-kill-buffer-names,
12822 clean-buffer-list-kill-never-buffer-names,
12823 clean-buffer-list-kill-never-regexps): Fix customize type.
12824
12825 * man.el (Man-init-defvars): Avoid trailing nil on
12826 Man-filter-list.
12827
12828 * lpr.el (printer-name): Fix customize type.
12829
12830 1998-09-16 Kenichi Handa <handa@etl.go.jp>
12831
12832 * international/mule-cmds.el (reset-language-environment): Call
12833 update-coding-systems-internal.
12834
12835 * international/mule-conf.el: Call update-coding-systems-internal
12836 at the tail.
12837
12838 1998-09-14 Dave Love <fx@gnu.org>
12839
12840 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
12841 use the menu-enable properties, pending doing it correctly and
12842 acceptably fast.
12843
12844 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
12845
12846 1998-09-13 Dave Love <d.love@dl.ac.uk>
12847
12848 * progmodes/hideshow.el (hs-grok-mode-type): Check
12849 comment-{start,end} non-nil as well as bound. Report an error if
12850 we can't grok the mode.
12851
12852 1998-09-13 Richard Stallman <rms@gnu.org>
12853
12854 * simple.el (blink-matching-open): Don't log paren matching
12855 messages in *Messages*.
12856
12857 1998-09-12 Richard Stallman <rms@gnu.org>
12858
12859 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
12860 Set point-before-scroll at end even if there was an error.
12861
12862 * ange-ftp.el (ange-ftp-insert-file-contents):
12863 Use binary mode for dumb-unix hosts as for unix hosts.
12864 (ange-ftp-copy-file-internal): Likewise.
12865
12866 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12867
12868 * emacs-lisp/pp.el: Doc fixes.
12869
12870 * wid-edit.el (widget-menu-max-shortcuts): New variable.
12871 (widget-choose): Don't use single-char shortcuts if # items
12872 exceeds that many. Use minibuffer instead.
12873
12874 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12875
12876 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
12877
12878 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
12879
12880 * speedbar.el (speedbar-frame-mode): Do not set frame position if
12881 in terminal mode.
12882
12883 1998-09-10 Noah Friedman <friedman@splode.com>
12884
12885 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
12886 defcustom declaration. It's wreaking too much havoc with XEmacs
12887 and older versions of Emacs, which share this code.
12888
12889 * type-break.el (type-break-mode): Here also.
12890
12891 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
12892 `t' to add-hook also to modify the new local value.
12893
12894 1998-09-10 Dave Love <fx@gnu.org>
12895
12896 * vc.el (vc-insert-headers): Doc fix.
12897
12898 1998-09-10 Richard Stallman <rms@gnu.org>
12899
12900 * textmodes/flyspell.el (flyspell-mode-on): Make the
12901 ispell-... variables permanent locals.
12902 (flyspell-mode-off): Add autoload cookie.
12903
12904 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
12905 do use binary mode, just as for `unix'.
12906 (ange-ftp-host-type): If HOST is nil, return `unix'.
12907
12908 * dired.el (dired-mark-files-containing-regexp):
12909 Don't scan directories. Ignore non-readable files.
12910
12911 * progmodes/compile.el (compilation-error-regexp-alist):
12912 Fix previous change: allow . and _ in command name.
12913
12914 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
12915
12916 * uncompress.el (uncompress-while-visiting):
12917 Use just the car of what find-operation-coding-system returns.
12918
12919 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
12920
12921 * shell.el (shell-file-name-quote-list): Add # to the value.
12922
12923 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
12924
12925 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
12926 to make killing of ispell process work even if
12927 kill-all-local-variables has been run.
12928
12929 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12930
12931 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
12932 loop when sexp entry ends at end of file with no newline.
12933
12934 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12935
12936 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
12937 (Custom-reset-standard): Fix menu inconsistency.
12938
12939 * mail/feedmail.el (feedmail-from-line): Allow t.
12940 (feedmail-message-id-suffix): Allow nil.
12941
12942 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
12943 Simplify. Make prefix arg work right.
12944
12945 1998-09-09 Dave Love <fx@gnu.org>
12946
12947 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12948
12949 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
12950
12951 1998-09-08 Dave Love <fx@gnu.org>
12952
12953 * add-log.el (change-log-font-lock-keywords): Do parenthesized
12954 stuff only after file names or at start of line. Allow parens
12955 around e-mail, as well as angles.
12956
12957 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
12958 ignore-errors too, eval'd when compile. Require w3 stuff at load
12959 time for nicer failure if it's not available.
12960
12961 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
12962
12963 * comint.el (comint-arguments): Ignore backslashes when using
12964 w32 shells that expect backslashes as the directory separator.
12965
12966 1998-09-04 Kenichi Handa <handa@etl.go.jp>
12967
12968 * international/fontset.el (resolved-ascii-font): New variable.
12969 (x-complement-fontset-spec): By side effect, set
12970 `resolved-ascii-font' to the resolved name of ASCII font."
12971 (create-fontset-from-fontset-spec): Don't get a value for
12972 resolved-ascii-font from the list full-fontlist. It is set by
12973 x-complement-fontset-spec now.
12974
12975 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12976 version, check the value of mule-version.
12977
12978 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
12979
12980 * textmodes/reftex.el (reftex-view-crossref): Split up into
12981 several functions. No longer moves to find a macro.
12982 (reftex-view-cr-cite, reftex-view-cr-ref,
12983 reftex-end-of-bib-entry): New functions.
12984 (reftex-auto-view-crossref): New value `window' allowed.
12985 (reftex-view-crossref-when-idle): Process new `window' option in
12986 (reftex-translate-to-ascii-function): New default.
12987 (reftex-label-illegal-re): Default changed, removed Latin1.
12988 (reftex-latin1-to-ascii): New function.
12989 (reftex-what-environment): Check for section regexp before use.
12990 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
12991 absolute path names.
12992 (reftex-TeX-master-file): Changed sequence of file checks.
12993 (reftex-do-citation): bibview cache only with RefTeX mode on.
12994
12995 1998-09-06 Richard Stallman <rms@gnu.org>
12996
12997 * progmodes/compile.el (compilation-error-regexp-alist):
12998 In first pattern (GNU utilities and other things),
12999 allow a space after the optional program name at the beginning.
13000
13001 * mail/mail-hist.el (mail-hist-current-header-contents):
13002 Fix previous change: use mail-header-end.
13003
13004 1998-09-06 Bill Richter <richter@math.nwu.edu>
13005
13006 * international/ccl.el: Doc fixes.
13007 * international/encoded-kb.el: Doc fixes.
13008 * international/fontset.el: Doc fixes.
13009 * international/kinsoku.el: Doc fixes.
13010 * international/kkc.el: Doc fixes.
13011 * international/mule-cmds.el: Doc fixes.
13012 * international/mule-conf.el: Doc fixes.
13013 * international/mule-util.el: Doc fixes.
13014 * international/mule.el: Doc fixes.
13015
13016 1998-09-05 Eric Ludlam <zappo@gnu.org>
13017
13018 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
13019 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
13020 (checkdoc-this-string-valid-engine): Permit ? as terminating
13021 punctuation for first line sentence breaking.
13022 (checkdoc-this-string-valid): When converting a comment into a doc
13023 string, make sure " chars are \".
13024 (checkdoc-sentencespace-region-engine): Only do double space check
13025 if based on the variable `sentence-end-double-space'
13026 (checkdoc-this-string-valid-engine): ? ends valid sentence.
13027 (checkdoc-proper-noun-region-engine): Exclude items in URLs
13028
13029 1998-09-04 Richard Stallman <rms@gnu.org>
13030
13031 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13032 Recognize define-skeleton as a function definer.
13033
13034 * cus-edit.el (customize-option): Refuse to customize
13035 a variable that has no defcustom. But if variable is autoloaded,
13036 first try to load the library that defines it.
13037
13038 * international/iso-insert.el: Use `string' before calling `insert'
13039 so that in multibyte buffers we insert multibyte chars.
13040
13041 * dired.el (dired-mark-files-containing-regexp):
13042 Don't use find-file; instead, insert the file in a temp buffer.
13043
13044 * textmodes/tex-mode.el (tex-start-options-string): New option.
13045 (tex-start-tex): Use that variable.
13046
13047 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
13048 value in the `repeat' alternative a list.
13049
13050 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
13051 the inserted newline, verify that one was really inserted.
13052
13053 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
13054 remains on or remains off.
13055 (flyspell-multi-language-p): Default changed to nil.
13056
13057 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
13058 In "found in comment" case, don't beginning-of-line after forward-line.
13059
13060 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
13061 If the function definition is not a lambda, return original FORM
13062 with no error.
13063
13064 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
13065
13066 * net-utils.el (netstat-program-options): Changed from nil to "-a"
13067 so that by default netstat shows all network connections.
13068
13069 1998-09-04 Bob Weiner <weiner@altrasoft.com>
13070
13071 * international/quail.el: Doc fixes.
13072
13073 * info.el (info): Don't add parens if FILE already has them.
13074
13075 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
13076
13077 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
13078 on extension lines.
13079
13080 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
13081
13082 * w32-fns.el (w32-shell-dos-semantics): New function.
13083
13084 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
13085
13086 * international/quail.el (quail-choose-completion-string): Store
13087 completion `choice' in `quail-current-str'; don't insert it.
13088
13089 1998-09-02 Kenichi Handa <handa@etl.go.jp>
13090
13091 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
13092 argument to ps-mule-generate-bitmap-font.
13093
13094 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
13095 entry and change Latin-1 entry in the default value.
13096 (ps-mule-font-info-database-ps-bdf): New variable.
13097 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
13098 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
13099 registerd in FONT-SPEC.
13100 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
13101 charcter width of bitmap fonts.
13102 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
13103 procedure NF.
13104 (ps-begin-file): Output PostScript code for setting
13105 SpaceWidthRatio.
13106 (ps-plot-region): Use line-beginning-position to get a position of
13107 the beginning of the current line.
13108
13109 * international/mule-cmds.el (register-input-method): Doc-string
13110 modified.
13111
13112 1998-09-01 Dave Love <fx@gnu.org>
13113
13114 * international/mule-cmds.el (current-language-environment): Fix
13115 setter function.
13116
13117 1998-09-01 Simon Marshall <simon@gnu.org>
13118
13119 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
13120 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
13121 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
13122 names with font-lock-type-face. Fontify type specs, etc., with
13123 font-lock-keyword-face.
13124
13125 1998-08-31 Kenichi Handa <handa@etl.go.jp>
13126
13127 * international/fontset.el (x-complement-fontset-spec): If ASCII
13128 font is specified in FONTLIST, don't substitute it for the
13129 resolved name.
13130
13131 1998-08-31 Paul Eggert <eggert@twinsun.com>
13132
13133 * international/mule.el (charset-description): Doc fix.
13134
13135 * language/chinese.el, language/cyrillic.el, language/czech.el,
13136 language/devanagari.el, language/ethiopic.el,
13137 language/european.el, language/hebrew.el, language/indian.el,
13138 language/japanese.el, language/korean.el, language/lao.el,
13139 language/slovak.el, language/thai.el, language/tibetan.el,
13140 language/vietnamese.el:
13141 Add coding: local variable, to avoid bootstrapping problem
13142 if you need to recompile all the Lisp files using interpreted code.
13143
13144 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13145
13146 * cal-china.el (chinese-year-cache): Change range of years from
13147 1989-2000 to 1990-2010.
13148
13149 1998-08-29 Dave Love <d.love@dl.ac.uk>
13150
13151 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
13152 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
13153
13154 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13155
13156 * ps-print.el (ps-print-control-characters): Doc-string modified.
13157 (ps-output-string-prim): Comment format changed.
13158 (ps-do-despool): Indentation of source code changed.
13159
13160 1998-08-28 Kenichi Handa <handa@etl.go.jp>
13161
13162 * subr.el (sref): Make it an alias of aref. Make the
13163 byte-compiler warn that it is obsolete.
13164 (char-bytes): Make the byte-compiler warn that it is obsolete.
13165
13166 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
13167 Calculate the total bytes using position-bytes instead of
13168 char-bytes.
13169
13170 1998-08-27 Karl Heuer <kwzh@gnu.org>
13171
13172 * snmp-mode.el: New file.
13173 * files.el (auto-mode-alist): Add snmp-mode patterns.
13174
13175 1998-08-27 Karl Eichwalder <ke@suse.de>
13176
13177 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
13178
13179 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13180
13181 * calendar/diary-lib.el (diary-block): Doc fix..
13182 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
13183
13184 1998-08-27 Richard Stallman <rms@gnu.org>
13185
13186 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
13187 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
13188 Clear appt-mode-string if we don't put something in it.
13189
13190 1998-08-27 Dave Love <fx@gnu.org>
13191
13192 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
13193 dired-local-variables-file for dired-x.
13194
13195 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
13196 for compressed library files too.
13197
13198 1998-08-26 Kenichi Handa <handa@etl.go.jp>
13199
13200 * language/european.el ("Latin-1"): Modify `documentation' key value.
13201 ("Latin-2"): Likewise.
13202
13203 1998-08-26 Karl Heuer <kwzh@gnu.org>
13204
13205 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
13206
13207 1998-08-26 Albert L. Ting <alt@artisan.com>
13208
13209 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
13210 (mail-hist-current-header-contents): Use mail-text-start.
13211
13212 1998-08-26 Richard Stallman <rms@gnu.org>
13213
13214 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
13215 (customize-changed-options-previous-release): New variable.
13216 (customize-changed-options): Use that variable as default arg.
13217
13218 1998-08-26 Karl Eichwalder <ke@suse.de>
13219
13220 * midnight.el: Require `timer' not only when compiling.
13221
13222 1998-08-26 Per Starback <starback@update.uu.se>
13223
13224 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13225 buffer before creating help group.
13226
13227 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13228
13229 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
13230 coding-system-for-write before saving.
13231
13232 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
13233
13234 * isearch.el (isearch-forward): Doc fix.
13235
13236 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
13237
13238 * emacs-lisp/find-func.el: Fix :version tags to have a string
13239 value, not a float.
13240
13241 * cus-dep.el: Fix typo in output.
13242
13243 1998-08-25 Dave Love <fx@gnu.org>
13244
13245 * repeat.el (repeat): Doc fix.
13246 [From rms:]
13247 (repeat-previous-repeated-command): New variable.
13248 (repeat): Check for real-last-command being null or repeat. Set
13249 repeat-previous-repeated-command.
13250
13251 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
13252
13253 1998-08-25 Kenichi Handa <handa@etl.go.jp>
13254
13255 * gnus/message.el (message-send-mail-with-sendmail): Bind
13256 coding-system-for-write by the return value of
13257 select-message-coding-system.
13258 (message-send-mail-with-qmail): Likewise.
13259
13260 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
13261
13262 * emacs-lisp/autoload.el: Fix doc-string-elt property on
13263 define-derived-mode.
13264
13265 * files.el (file-name-invalid-regexp):
13266 Fix regex for ms-dos without long file names.
13267
13268 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13269
13270 * ps-print.el: Multi-byte buffer handling.
13271 (ps-print-version): New version number (4.0) and doc fix.
13272 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
13273 compilation for GNU Emacs and emacsens.
13274 (ps-generate-postscript-with-faces): Force invisible text to be
13275 visible.
13276 (dos-ps-printer): New var to avoid compilation gripes.
13277
13278 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13279
13280 * ps-print.el (ps-mule-plot-string): Pay attention to the case
13281 that no more characters can't be printed in the current line.
13282
13283 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13284
13285 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
13286 greater than TO.
13287
13288 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13289
13290 * ps-print.el: Add codes to make ps-print.el work also on Emacs
13291 20.2 and the earlier version.
13292 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
13293 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
13294 (ps-mule-find-wrappoint): Likewise.
13295 (ps-mule-generate-font): Change `X' to `x' in format
13296 control-string.
13297 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
13298 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
13299 `restore' form procedures `BC' and `EC'.
13300
13301 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13302
13303 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
13304 is an executable procedure. Make LineThickness, Xshadow, and
13305 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
13306 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
13307 ps-mule-font-info-database-bdf): New vars.
13308 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
13309 (ccl-encode-ethio-unicode): New CCL program.
13310 (ps-mule-encode-ethiopic): New fun.
13311 (ps-mule-current-charset): New var.
13312 (ps-mule-get-font-spec, ps-mule-font-spec-src,
13313 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
13314 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
13315 (ps-mule-external-libraries): New var.
13316 (ps-mule-init-external-library): New fun.
13317 (ps-mule-font-cache): New var.
13318 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
13319 (ps-last-font): New var.
13320 (ps-mule-prepare-font): New fun.
13321 (ps-mule-charset-list): New var.
13322 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
13323 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
13324 ps-mule-plot-string): New funs.
13325 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
13326 New vars.
13327 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
13328 ps-mule-prepare-cmpchar-font): New funs.
13329 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
13330 vars.
13331 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
13332 ps-mule-generate-bitmap-glyph): New funs.
13333 (ps-mule-initialize, ps-mule-begin): New funs.
13334 (ps-output-string-prim): Insert string as unibyte.
13335 (ps-output-prologue): New fun.
13336 (ps-flush-output): Handle the case of 'prologue.
13337 (ps-begin-file): Call ps-mule-initialize.
13338 (ps-begin-job): Set ps-control-or-escape-regexp differently if
13339 printing multibyte characters.
13340 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
13341 (ps-basic-plot-string): Handle the case of printing ASCII
13342 characters by external libraries (e.g. BDF).
13343 (ps-set-font): Set ps-last-font.
13344 (ps-plot-region): Handle multibyte characters, use
13345 ps-mule-plot-string for them.
13346 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
13347
13348 * bdf.el: New file.
13349
13350 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
13351
13352 * international/mule-cmds.el (select-message-coding-system): New
13353 function.
13354 (set-language-environment-coding-systems): Set
13355 default-sendmail-coding-system.
13356
13357 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
13358 (default-sendmail-coding-system): New variable.
13359 (sendmail-send-it): Encode the message by a coding system
13360 select-message-coding-system returns.
13361
13362 1998-08-23 Eric Ludlam <zappo@gnu.org>
13363
13364 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
13365 (speedbar-mode): Set buffer to read only.
13366 (speedbar-temp-buffer-show-function): For emacs don't call hook
13367 with arguments.
13368 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
13369
13370 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
13371
13372 * speedbar.el (speedbar-key-map): Fix typo.
13373
13374 See ChangeLog.7 for earlier changes.