]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(goto-address-fontify): Use keymap property, not local-map.
[gnu-emacs] / lisp / ChangeLog
1 2000-06-15 Dave Love <fx@gnu.org>
2
3 * net/goto-addr.el (goto-address-fontify): Use keymap property,
4 not local-map.
5
6 2000-06-15 Kenichi Handa <handa@etl.go.jp>
7
8 * international/mule.el (set-buffer-file-coding-system): Almost
9 rewritten to handle `undecided' as no-op.
10
11 2000-06-14 Gerd Moellmann <gerd@gnu.org>
12
13 * Makefile.in (VPATH): New file.
14
15 * Makefile: Removed.
16
17 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
18 (goto-address-highlight-keymap): Bind C-c RET.
19
20 2000-06-14 Kenichi Handa <handa@etl.go.jp>
21
22 * mail/sendmail.el (sendmail-send-it): The temporary buffer
23 inherits buffer-file-coding-system of the current buffer.
24
25 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
26 0. Give correct argument to set-auto-coding-function.
27 (tar-expunge): For goto-char, use (point-min), not 0.
28 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
29 (tar-subfile-save-buffer): Likewize.
30
31 * international/mule.el
32 (after-insert-file-set-buffer-file-coding-system): Call
33 set-buffer-file-coding-system with the arg FORCE t.
34
35 2000-06-13 Gerd Moellmann <gerd@gnu.org>
36
37 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
38 nil. Contemporary sendmails issue an X-Authentication-Warning if
39 the sender is set with `-f.
40
41 2000-06-13 Dave Love <fx@gnu.org>
42
43 * help.el (describe-function-1): Kluge around cases of functions
44 fset to subrs whose doc doesn't match their symbol-name.
45
46 * image.el (insert-image): Default STRING to a space.
47
48 * info.el Doc fixes.
49 (Info-build-node-completions): Match Ref tags.
50
51 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
52
53 * frame.el (display-multi-frame-p, display-multi-font-p): New
54 defaliases for display-graphic-p.
55
56 * hl-line.el: Fixed a typo in commentary.
57
58 2000-06-13 Kenichi Handa <handa@etl.go.jp>
59
60 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
61 fixed.
62
63 2000-06-12 Dave Love <fx@gnu.org>
64
65 * image.el (insert-image): Save a little consing.
66
67 2000-06-12 Kenichi Handa <handa@etl.go.jp>
68
69 * language/tibet-util.el: Convert all tibetan-1-column characters
70 to the corresponding tibetan characters.
71 (tibetan-add-components): Delete code for the special treatment of
72 'a chung.
73
74 * language/tibetan.el (tibetan-composable-pattern): Fix previous
75 change.
76 (tibetan-vowel-transcription-alist): More rules added.
77 (tibetan-composite-vowel-alist): New variable.
78 (tibetan-precomposition-rule-alist): More rules added.
79
80 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
81
82 * startup.el (command-line): Only call menu-bar-mode if interactive.
83
84 * thingatpt.el (toplevel symbol-properties):
85 * textmodes/makeinfo.el (makeinfo-compile):
86 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
87 * progmodes/hideif.el (hif-compress-define-list)
88 (hide-ifdef-use-define-alist):
89 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
90 (ange-ftp-vms-add-file-entry):
91 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
92 * man.el (Man-build-man-command):
93 * mail/rnewspost.el (news-reply-header-hook):
94 * info.el (Info-insert-dir):
95 * emulation/mlconvert.el (backward-word, forward-word, setq):
96 * emacs-lisp/gulp.el (gulp-send-requests):
97 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
98 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
99 (byte-optimize-apply, end of file):
100 * emacs-lisp/advice.el (ad-advice-class-completion-table)
101 (ad-make-freeze-definition):
102 * startup.el (command-line, command-line-1): Don't quote lambdas.
103
104 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
105 (cvs-cleanup-removed): New function.
106 (cvs-cleanup-functions): New var.
107 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
108 some flexibility in specifying additional entries to auto-cleanup.
109 (cvs-quickdir): New function.
110 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
111 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
112 (cvs-mode-find-file): Check that we are on a filename or dirname
113 when invoked through a mouse-click.
114 (cvs-full-path): Remove.
115 (cvs-dired-action): Re-introduced.
116 (cvs-dired-noselect): Use it.
117 (vc-post-command-functions): use this new hook if available.
118
119 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
120 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
121 (cvs-filename-map, cvs-dirname-map): Remove.
122 (cvs-default-action): Remove.
123 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
124 if the arg is really a keymap.
125 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
126 Don't hardcode the mapping from state (aka type) to face, but check
127 the var cvs-fi-<type>-face instead.
128 (cvs-fileinfo-from-entries): New function.
129
130 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
131 Docstring fix.
132 (cvs-find-file-and-jump): Change default to be safer.
133 (cvs-mode-diff-map): Define it as a function as well.
134 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
135 Bind mouse-2 in this global map rather than with text-properties.
136
137 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
138 file to resolve the ambiguity between C(conflict) and C(need-merge).
139
140 2000-06-12 Kenichi Handa <handa@etl.go.jp>
141
142 * international/mule.el (set-buffer-file-coding-system): If
143 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
144 unconditionally.
145
146 2000-06-12 Dave Love <fx@gnu.org>
147
148 * wid-edit.el (widget-specify-button): Really suppress the face if
149 required.
150
151 2000-06-11 Gerd Moellmann <gerd@gnu.org>
152
153 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
154
155 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
156
157 * imenu.el (imenu-generic-expression): Docstring fix.
158
159 * composite.el (composition-function-table): Move the `put'
160 below the autoload cookie so we can load the file before loaddefs.
161
162 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
163
164 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
165 Handle easy-mmode-define-global-mode.
166 For complex macros like define-minor-mode that can generate
167 several autoload entries, try to autoload entries in the
168 macroexpanded code.
169
170 * emacs-lisp/easy-mmode.el (define-minor-mode):
171 If KEYMAP is a symbol, just use it.
172 Use byte-compile-current-file and load-file-name to infer the
173 proper :require to pass to defcustom.
174 Wrap the hook var into `progn' so as not to autoload it.
175 Add a :autoload-end cookie.
176 Be more careful about the evaluation of KEYMAP.
177 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
178 (define-derived-mode): Move define-abbrev-table outside of defvar.
179
180 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
181
182 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
183 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
184 (backup-compiled-files): Ignore errors during `tar'.
185 (bootstrap): Make autoloads before elc files.
186
187 2000-06-10 Kenichi Handa <handa@etl.go.jp>
188
189 * international/mule.el (set-buffer-file-coding-system): If one of
190 undecided-XXX is specified, change only EOL conversion.
191
192 * international/mule-conf.el (unix): New alias for the coding
193 system undecided-unix.
194
195 2000-06-09 Dave Love <fx@gnu.org>
196
197 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
198
199 * progmodes/executable.el: Byte compile dynamic.
200 (executable-insert): Change custom type.
201 (executable-find): Add autoload cookie.
202 (executable-make-buffer-file-executable-if-script-p): New
203 function. After Noah Friedman.
204
205 * files.el (after-save-hook): Customize, with
206 executable-make-buffer-file-executable-if-script-p as an option.
207
208 2000-06-09 Kenichi Handa <handa@etl.go.jp>
209
210 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
211 "tib24p-mule.bdf" for Tibetan.
212
213 * composite.el (decompose-composite-char): Declare it as obsolete.
214
215 * man.el (Man-fontify-manpage): Pay attention to underline and
216 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
217
218 2000-06-08 Gerd Moellmann <gerd@gnu.org>
219
220 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
221 Set maintainer to FSF since author isn't reachable.
222
223 2000-06-08 Dave Love <fx@gnu.org>
224
225 * international/mule-cmds.el (select-safe-coding-system): If
226 DEFAULT-CODING-SYSTEM is not specified, also check the most
227 preferred coding-system if buffer-file-coding-system is
228 `undecided'. From Handa.
229
230 2000-06-08 Kenichi Handa <handa@etl.go.jp>
231
232 * international/mule.el
233 (after-insert-file-set-buffer-file-coding-system): If the buffer
234 size is greater than INSERTED, judget that we are not visiting.
235
236 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
237
238 * whitespace.el (defgroup whitespace): Comment out `:version'.
239 XEmacs 20.4 has problems defining the group with this present.
240 We'll have this commented out till get resolve the problem.
241
242 2000-06-07 Gerd Moellmann <gerd@gnu.org>
243
244 * align.el: Update from author.
245
246 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
247
248 * apropos.el (apropos-mode-hook): New user variable.
249 (apropos-mode): Run apropos-mode-hook.
250
251 2000-06-07 David Ponce <david@dponce.com>
252
253 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
254 commands. Require `wid-edit' at run-time.
255
256 2000-06-07 David Ponce <david@dponce.com>
257
258 * recentf.el: Added some "Commentary".
259 (recentf-open-more-files, recentf-edit-list): Minor changes to
260 move the point at the top of the file list. This behaviour is
261 consistent with the menu one when the list contains a lot of
262 files.
263 (recentf-cleanup): Now displays the number of items removed from
264 the list.
265 (recentf-relative-filter) New menu filter to show filenames
266 relative to `default-directory'.
267
268 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
269
270 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
271 with/without giving an error if PostScript printer doesn't have this
272 kind of page size. Zebra Stripe continues or restarts on next page.
273 Manual/automatic paper feeding. Switch or not the header.
274 (ps-print-version): New version number (5.2.2).
275 (ps-windows-system): Include emx as a Windows system.
276 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
277 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
278 (ps-background-text): Code fix.
279 (ps-error-handler-message, ps-user-defined-prologue)
280 (ps-print-prologue-header, ps-printer-name)
281 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
282 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
283 (ps-use-face-background): Customization fix.
284 (ps-n-up-database): Data fix.
285 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
286 (ps-switch-header): New vars.
287 (ps-xemacs-color-name, ps-face-foreground-name)
288 (ps-face-background-name, ps-boolean-constant): New funs.
289
290 2000-06-07 Dave Love <fx@gnu.org>
291
292 * allout.el: New version from Manheimer.
293
294 2000-06-07 Kenichi Handa <handa@etl.go.jp>
295
296 * textmodes/fill.el (fill-find-break-point): Check the validity of
297 charset.
298
299 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
300
301 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
302 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
303 Call display-color-p and display-mouse-p instead of looking at
304 window-system.
305
306 2000-06-06 Dave Love <fx@gnu.org>
307
308 * image.el (find-image): Doc fix. Return nil if image not found.
309 (put-image, insert-image): Make STRING arg optional.
310
311 2000-06-06 Kenichi Handa <handa@etl.go.jp>
312
313 * language/vietnamese.el: Remove eval-when-compile.
314 (viet-viscii-nonascii-translation-table): Define it as a
315 translation table made from viet-viscii-decode-table.
316 (viet-viscii-encode-table): Define it as a translation table made
317 from the reverse map of above.
318 (viet-vscii-nonascii-translation-table): Define it as a
319 translation table made from viet-vscii-decode-table.
320 (viet-vscii-encode-table): Define it as a translation table made
321 from the reverse map of above.
322 (ccl-decode-viscii): Use translate-character.
323 (ccl-encode-viscii, ccl-encode-viscii-font)
324 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
325 Likewize.
326
327 * language/cyrillic.el: Remove eval-when-compile.
328 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
329 translation table made from cyrillic-koi8-r-decode-table.
330 (cyrillic-koi8-r-encode-table): Define it as a translation table
331 made from the reverse map of above.
332 (ccl-decode-koi8): Use translate-character.
333 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
334 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
335 a translation table made from cyrillic-alternativnyj-decode-table.
336 (cyrillic-alternativnyj-encode-table): Define it as a translation
337 table made from the reverse map of above.
338 (ccl-decode-alternativnyj): Use translate-character.
339 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
340 Likewize
341
342 * international/mule-diag.el (non-iso-charset-alist): Specify
343 translation table symbol instead of translation table itself.
344 (list-block-of-chars): CHARSET may be a translation table symbol.
345
346 * international/mule.el (make-coding-system): If CODING-SYSTEM
347 already exists, override it.
348
349 * international/fontset.el: Use family `proportional' for Tibetan
350 fonts.
351
352 * international/ccl.el (ccl-compile-translate-character): Don't
353 check if Rrr has property translation-table.
354 (ccl-compile-map-multiple): Modified to avoid compiler warning.
355
356 2000-06-05 Gerd Moellmann <gerd@gnu.org>
357
358 * info.el: Bind case-fold-search to t when searching in case
359 a user sets it to nil in a hook.
360
361 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
362
363 * autoarg.el (autoarg-mode, autoarg-kp-mode):
364 * hl-line.el (hl-line-mode): Use the new :global key argument.
365
366 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
367 (tar-clip-time-string): Prepend a space.
368 (tar-grind-file-mode): Construct a string rather than modifying one.
369 (tar-header-block-summarize): Fix docstring.
370 Use `format' rather than an error-prone set of copy-loops.
371
372 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
373 (diff-goto-source, diff-unified->context, diff-context->unified)
374 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
375 understand the format output by the `-p' argument to diff.
376
377 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
378 (sh-re-done): Use defconst.
379 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
380 (sh-help-string-for-variable, sh-guess-basic-offset):
381 Don't quote lambdas.
382 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
383 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
384
385 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
386 (mh-letter-mode): Derive from text-mode.
387 This implicitly means that it now calls kill-all-local-variables.
388 Also remove the Emacs-18 compatibility code.
389
390 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
391 Make use of symbol-property doc-string-elt.
392 Use memq rather than a sequence of eq.
393 (doc-string-elt): Fix the wrong or missing previously unused values.
394 (autoload-print-form): New function extracted from
395 generate-file-autoloads to allow recursion when handling progn
396 so that defvar's and defun's docstrings are properly printed.
397 (generate-file-autoloads): Use it.
398
399 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
400 Use find-file-hooks in the minor-mode function.
401 Be careful not to loop indefinitely in the post-command-hook function.
402
403 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
404
405 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
406 tty's.
407 * ediff-diff.el (ediff-exec-process): Use --binary for fine
408 differences whenever appropriate.
409 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
410 * viper.el (find-file, find-file-other-window): Get viper to do
411 wildcards.
412
413 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
414
415 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
416 (jit-lock-fontify-buffer): New function for JIT refontification.
417 (jit-lock-mode): Fix docstring.
418 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
419 Remove jit-lock-after-change from the _local_ hook.
420 (jit-lock-function-1): Fix docstring.
421
422 * info.el (Info-on-current-buffer): Initialize info.
423
424 * newcomment.el (comment-indent): Ignore comment-indent-hook.
425
426 * progmodes/tcl.el (tcl-indent-for-comment):
427 Ignore comment-indent-hook.
428
429 * emacs-lisp/easy-mmode.el: Require CL during compilation.
430 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
431 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
432 and improve to use the lighter to guess the capitalization.
433 (define-minor-mode): Inline code from easy-mmode-define-toggle.
434 Add keyword arguments to specify global-ness or the custom group.
435 Add local-map and help-echo properties to the lighter.
436 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
437 (easy-mmode-define-global-mode): New macro.
438
439 2000-06-02 Dave Love <fx@gnu.org>
440
441 * wid-edit.el: byte-compile-dynamic since we typically don't use
442 all the widgets. Don't require cl or widget. Remove
443 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
444 (widget-read-event): Removed. Callers changed to use read-event.
445 (widget-button-release-event-p): Renamed from
446 button-release-event-p.
447 (widget-field-add-space, widget-field-use-before-change):
448 Uncustomize.
449 (widget-specify-field): Use keymap property, not local-map.
450 (widget-specify-button): Obey :suppress-face.
451 (widget-specify-insert): Use modern backquote syntax.
452 (widget-image-directory): Renamed from widget-glyph-directory.
453 (widget-image-enable): Renamed from widget-glyph-enable.
454 (widget-image-find): Replaces widget-glyph-find.
455 (widget-button-pressed-face): Move defvar.
456 (widget-image-insert): Replaces widget-glyph-insert.
457 (widget-convert): Use keywordp.
458 (widget-leave-text, widget-children-value-delete): Use mapc.
459 (widget-keymap): Remove XEmacs stuff.
460 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
461 (widget-button-click): Don't set point at the click, but re-centre
462 if we scroll out of window. Rewritten for images v. glyphs &c.
463 (widget-tabable-at): Use POS arg, not point.
464 (widget-beginning-of-line, widget-end-of-line)
465 (widget-item-value-create, widget-sublist, widget-princ-to-string)
466 (widget-sexp-prompt-value, widget-echo-help): Simplify.
467 (widget-default-create): Use widget-image-insert; some rewriting.
468 (widget-visibility-value-create)
469 (widget-push-button-value-create, widget-toggle-value-create): Use
470 widget-image-insert.
471 (checkbox): Create on and off images dynamically.
472 (documentation-link): Change :help-echo.
473 (widget-documentation-link-echo-help): Remove.
474
475 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
476
477 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
478
479 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
480 (easy-mmode-define-toggle, define-minor-mode): Use it.
481 (easy-mmode-define-keymap): Docstring fix.
482 (define-derived-mode): Default PARENT to fundamental-mode.
483 Add the derived-mode-parent symbol-property.
484 (easy-mmode-derived-mode-p): New function.
485
486 2000-06-02 Dave Love <fx@gnu.org>
487
488 * files.el (convert-standard-filename): Doc fix.
489 (normal-backup-enable-predicate): New function.
490 (backup-enable-predicate): Use it to replace the lambda form.
491
492 * calendar/todo-mode.el: [This needs more work on the outline
493 stuff.] Doc fixes.
494 (todo) <defgroup>: Add :version.
495 (todo-add-category): Don't use pushnew.
496 (todo-cmd-raise): Fix typo.
497 (todo-top-priorities): Change temp buffer name.
498 (todo-category-alist): Avoid redundant lambda.
499 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
500 Use outline-next-heading.
501
502 * autoarg.el: Rewritten to use define-minor-mode.
503 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
504 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
505
506 2000-06-02 Kenichi Handa <handa@etl.go.jp>
507
508 * isearch.el (isearch-other-meta-char): Fix previous change.
509
510 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
511
512 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
513 (log-edit-done): Only add the comment to the ring if it's different
514 from the last comment entered.
515
516 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
517
518 2000-06-01 Dave Love <fx@gnu.org>
519
520 * hl-line.el: Rewritten using define-minor-mode.
521
522 * help.el (describe-function-1): Distinguish special form from
523 builtin function. Sanity-check presence of arglist for builtins.
524
525 2000-06-01 Kenichi Handa <handa@etl.go.jp>
526
527 * international/characters.el: Fix syntax/category setting of
528 Tibetan characters.
529
530 * language/tibet-util.el (tibetan-add-components): Fixes for new
531 encoding of Tibetan characters.
532 (tibetan-decompose-precomposition-alist): New variable.
533 (tibetan-decompose-region): Convert precomposed characters to
534 non-precomposed characters.
535 (tibetan-decompose-string): Likewise.
536 (tibetan-composition-function): Fix args to
537 thibetan-compose-string.
538
539 * language/tibetan.el (tibetan-composable-pattern): More
540 characters included.
541 (tibetan-consonant-transcription-alist): Rule for "R" added.
542 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
543 "+R" added.
544 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
545
546 * language/lao-util.el (lao-composition-function): Fix args to
547 compose-string.
548
549 * language/thai-util.el (thai-composition-function): Fix args to
550 compose-string.
551
552 * isearch.el (isearch-update): Set disable-point-adjustment to t
553 to prevent the point moving to the end of a composition when a
554 part of a composition is searched.
555 (isearch-other-meta-char): If the key invoking this command can be
556 mapped by function-key-map to a printing char, call
557 isearch-process-search-char directly.
558
559 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
560
561 * emacs-lisp/bytecomp.el:
562 * frame.el:
563 * international/mule-cmds.el:
564 * international/mule-util.el:
565 * international/mule.el:
566 * mouse.el:
567 * subr.el:
568 * faces.el: Update calls to make-obsolete with a WHEN argument.
569
570 * byte-run.el (make-obsolete, make-obsolete-variable):
571 Add an optional WHEN argument and change the format of the
572 symbol-property information.
573 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
574 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
575 new obsolete-symbol-property format and print WHEN if it is provided.
576
577 2000-05-31 Dave Love <fx@gnu.org>
578
579 * loadhist.el (loadhist-hook-functions): Remove
580 before-change-function, after-change-function.
581 (unload-feature): Deal with symbols which are both bound and
582 fbound.
583
584 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
585 before-change-function, after-change-function.
586
587 * simple.el (newline): Don't bind before-change-function,
588 after-change-function.
589
590 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
591
592 * whitespace.el (whitespace-rescan-timer-time): Update interval
593 set to 600 seconds (10 minutes) instead of 60 seconds since
594 a large number of whitespace buffers causes emacs to `freeze'
595 for a considerable amount of time.
596
597 * whitespace.el: Updated email address
598
599 2000-05-31 Dave Love <fx@gnu.org>
600
601 * add-log.el (change-log-font-lock-keywords) <function>: Add
602 pattern for function of change.
603 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
604 acknowledgements patterns.
605
606 2000-05-31 Kenichi Handa <handa@etl.go.jp>
607
608 * isearch.el (isearch-printing-char): If keyboard coding system is
609 being used, call isearch-process-search-multibyte-characters.
610
611 * international/isearch-x.el: Mostly rewritten.
612
613 * international/quail.el (quail-start-conversion): Don't include
614 unhandled events in the returned events, but set them in
615 unread-command-events. Exit if all inputs are deleted.
616
617 2000-05-30 Jason Rumney <jasonr@gnu.org>
618
619 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
620
621 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
622 Reenable code to create initial fontsets.
623 Use set-fontset-font in place of put-charset-property.
624
625 2000-05-30 Gerd Moellmann <gerd@gnu.org>
626
627 * progmodes/perl-mode.el (perl-indent-line): When looking for a
628 label, ensure that the first colon isn't followed by another.
629
630 * paths.el (Info-default-directory-list): Doc fix.
631
632 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
633 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
634 send a query containing USER only, not USER@HOST.
635
636 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
637 and rmail-msgend to compute the restriction at the end, instead of
638 computing it.
639
640 2000-05-29 Gerd Moellmann <gerd@gnu.org>
641
642 * dabbrev.el (dabbrev-expand): Don't display messages in the
643 echo area if the minibuffer window is active.
644
645 * jit-lock.el (jit-lock-mode): Add after change function to
646 local hook.
647
648 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
649
650 * antlr-mode.el: New commands: hide/unhide actions,
651 upcase/downcase literals.
652 (antlr-tiny-action-length): New user option.
653 (antlr-hide-actions): New command. Suggested by
654 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
655 (antlr-mode-map): New binding [C-c C-v].
656 (antlr-mode-menu): New entries.
657 (antlr-downcase-literals): New command.
658 (antlr-upcase-literals): Ditto.
659
660 * antlr-mode.el: Minor changes: indendation, mode-name.
661 (antlr-indent-line): Indent cpp directive at column 0.
662 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
663
664 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
665 (antlr-font-lock-additional-keywords): Workaround for intentional
666 bug in XEmacs version of font-lock.
667 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
668 be used by a smarter version of `buffers-menu-grouping-function'.
669
670 2000-05-29 Gerd Moellmann <gerd@gnu.org>
671
672 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
673 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
674
675 2000-05-29 Kenichi Handa <handa@etl.go.jp>
676
677 * international/encoded-kb.el
678 (encoded-kbd-iso2022-designation-map): Pay attention to that
679 charset-iso-final-char return -1 for eight-bit-control and
680 eight-bit-graphic.
681
682 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
683
684 * speedbar.el (speedbar-use-images, speedbar-update-flag)
685 (speedbar-easymenu-definition-base): Use display-graphic-p where
686 available, instead of window-system.
687
688 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
689
690 * international/codepage.el (cp-coding-system-for-codepage-1): Add
691 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
692 coding systems.
693
694 2000-05-26 Dave Love <fx@gnu.org>
695
696 * disp-table.el (standard-display-underline): Don't use
697 internal-find-face.
698
699 * mail/reporter.el: Maintainer change. Doc fixes.
700 (reporter-version): Deleted.
701
702 * emacs-lisp/elp.el: Maintainer change.
703 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
704
705 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
706
707 * add-log.el (add-change-log-entry): Merge the current entry with the
708 previous one if the previous one is empty.
709
710 2000-05-26 Dave Love <fx@gnu.org>
711
712 * loadhist.el (unload-feature): Fix interactive spec [from
713 lijnzaad@ebi.ac.uk].
714
715 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
716 subr-arity to check primitives.
717 (byte-compile-flush-pending, byte-compile-file-form-progn)
718 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
719 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
720 mapcar.
721
722 2000-05-26 Kenichi Handa <handa@etl.go.jp>
723
724 * international/fontset.el: Set family names of non-latin charsets
725 in default fontset to "*".
726
727 * international/mule-diag.el (print-fontset): Combine family part
728 and registry part of the fontname by "-*-" instead of "-".
729
730 * international/mule-cmds.el (encode-coding-char): Make strings
731 multibyte before calling encode-coding-string.
732
733 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
734
735 * derived.el: Fix keywords.
736 (define-derived-mode): Only define if needed.
737
738 * simple.el (fill-comment, comment-column, comment-start)
739 (comment-start-skip, comment-end, comment-indent-function)
740 (block-comment-start, block-comment-end, indent-for-comment)
741 (set-comment-column, kill-comment, comment-padding, comment-region)
742 (comment-multi-line, indent-new-comment-line): Remove.
743
744 * bindings.el (esc-map): Change ; to comment-dwim and use the new
745 function names for comment operations.
746
747 * newcomment.el: Add abundant autoload cookies.
748 (comment-style): Don't depend on runtime data at compile-time.
749 (comment-indent-hook): Remove.
750 (comment-indent): Check if comment-indent-hook is bound.
751 (comment-region): Docstring fix.
752
753 2000-05-25 Dave Love <fx@gnu.org>
754
755 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
756 byte-code-function-p.
757
758 * mail/rmailsum.el: Add provide.
759
760 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
761
762 * smerge-mode.el (smerge-diff-switches): Don't use list* in
763 defcustom.
764
765 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
766
767 * ediff-diff.el (ediff-exec-process): delete --binary option from
768 non-buffer ediff jobs.
769
770 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
771
772 * hilit-chg.el (highlight-changes-mode): Ask about color or
773 grayscale support, not about window-system.
774
775 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
776 window-system.
777 (ffap-highlight): Always default to t.
778
779 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
780 display-popup-menus-p instead of looking at window-system.
781
782 * disp-table.el (standard-display-g1, standard-display-graphic):
783 Only refuse to use string glyphs on X and MS-Windows.
784
785 * avoid.el: Remove window-system from commentary, suggest to use
786 display-*-p instead.
787
788 * apropos.el (apropos-print): Use display-mouse-p instead of
789 window-system.
790
791 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
792
793 * international/codepage.el (cp-decoding-vector-for-codepage):
794 Fill up unsupported characters with their own codes. From Kenichi
795 Handa.
796
797 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
798
799 * international/mule-diag.el (describe-char-after): Use
800 display-graphic-p instead of window-system, so that this function
801 works on MS-DOS.
802
803 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
804
805 * international/codepage.el (cp-make-coding-systems-for-codepage):
806 Remove the eight-bit-graphic and eight-bit-control charsets from
807 the list of charsets which we convert into `?'.
808
809 2000-05-25 Kenichi Handa <handa@etl.go.jp>
810
811 * international/mule-conf.el: Specify CHARSET-ID explicitely for
812 private charsets.
813 (mule-unicode-0100-24ff, japanese-jisx0213-1,
814 japanese-jisx0213-2): New charsets.
815
816 * international/fontset.el: Setup default fontset for new charsets.
817
818 2000-05-24 Dave Love <fx@gnu.org>
819
820 * info.el (Info-find-node-2): Restructure [following "Vadim
821 S. Solomin" <sovs@uic.nnov.ru>].
822
823 * icomplete.el: Fix header for Finder.
824
825 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
826
827 * rmailout.el (rmail-output-to-rmail-file): Added optional param
828 STAY.
829
830 * rmail.el (rmail-automatic-folder-directives): New user variable.
831 (rmail-show-message): Add call to `rmail-auto-file' during
832 display.
833 (rmail-auto-file): New function.
834
835 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
836
837 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
838 account.
839 (ediff-test-utility,ediff-diff-mandatory-option)
840 (ediff-reset-diff-options): Utilities for proper initialization of
841 ediff-diff-options and ediff-diff3-options on Windows.
842
843 * ediff-init.el (ediff-merge-filename-prefix): New customizable
844 variable.
845
846 * ediff-mult.el (ediff-filegroup-action): Use
847 ediff-merge-filename-prefix.
848
849 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
850
851 * viper-ex.el (ex-write): Set selective display to nil.
852
853 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
854
855 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
856 aliases for hebrew-iso-8bit.
857
858 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
859
860 * woman.el: New version from Francis J. Wright
861 <F.J.Wright@Maths.QMW.ac.uk>.
862 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
863 names in environment variables regardless of the path separator.
864 (woman-topic-all-completions-1): Don't call file-name-directory-p
865 on all files, since woman-file-regexp already filters out any
866 directories.
867
868 2000-05-24 Kenichi Handa <handa@etl.go.jp>
869
870 * international/quail.el (quail-start-translation): Don't change
871 modified-p of the current buffer.
872 (quail-start-conversion): Likewise.
873
874 * international/kkc.el (kkc-region): Don't change modified-p of
875 the current buffer.
876
877 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
878 conform to RFC1468.
879 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
880
881 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
882
883 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
884 (speedbar-insert-button): Invisible text property fix.
885 (speedbar-directory-plus): Renamed from speedbar-directory-+
886 (speedbar-directory-minus): Renamed from speedbar-directory--
887 (speedbar-page-plus): Renamed from speedbar-file-+
888 (speedbar-page-minus): Renamed from speedbar-file--
889 (speedbar-page): Renamed from speedbar-file-
890 (speedbar-tag): Renamed from speedbar-tag-
891 (speedbar-tag-plus): Renamed from speedbar-tag-+
892 (speedbar-tag-minus): Renamed from speedbar-tag--
893 (speedbar-expand-image-button-alist): Use above renames.
894
895 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
896 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
897 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
898 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
899 * sb-pg.xpm: Renamed from sb-file.xpm
900 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
901 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
902
903 2000-05-24 Kenichi Handa <handa@etl.go.jp>
904
905 * international/quail.el (quail-show-guidance-buf): Set
906 current-input-method of the guidance buffer to the name of the
907 curren input method.
908
909 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
910
911 * progmodes/compile.el (compile-internal): Style typo.
912
913 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
914 quote vars and functions in the docstring.
915
916 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
917
918 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
919 Don't quote lambdas.
920
921 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
922
923 2000-05-23 Gerd Moellmann <gerd@gnu.org>
924
925 * startup.el (command-line): Determine source file of compiled
926 user init file differently. Warn if compiled user init file
927 is older than its source file.
928
929 * ffap.el (ffap-url-regexp): Add `https'.
930
931 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
932
933 * files.el (make-backup-file-name-1): Replace slashes with `!'
934 rather than `|' (which is not allowed on Windows). Replace the
935 drive letters with a string "drive_X".
936
937 2000-05-23 Gerd Moellmann <gerd@gnu.org>
938
939 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
940
941 * files.el (interpreter-mode-alist): Add `bash2'.
942
943 2000-05-22 Dave Love <fx@gnu.org>
944
945 * loadhist.el (feature-symbols, file-provides, file-requires): Use
946 mapc.
947 (feature-file): Avoid calling symbol-name. Doc fix.
948 (file-set-intersect, file-dependents): Use dolist, not mapcar.
949 (loadhist-hook-functions): Add mouse-position-function.
950 (unload-feature): Change uses of mapcar.
951
952 * files.el (parse-colon-path): Doc fix.
953 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
954 (set-auto-mode): Use mapc.
955
956 * complete.el (PC-look-for-include-file): Use :alnum: character
957 class.
958 (partial-completion-mode): Add autoload cookie.
959
960 2000-05-22 Sam Steingold <sds@gnu.org>
961
962 * info.el (Info-fontify-node): Fixed the call to
963 `add-text-properties' (bug introduced on 2000-05-18).
964
965 2000-05-22 Dave Love <fx@gnu.org>
966
967 * bindings.el: Remove debug-ignored-errors set in other files.
968
969 * progmodes/etags.el: Add to debug-ignored-errors.
970 (visit-tags-table-buffer): Clear out buffers holding old tables
971 when making a new list.
972 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
973 mapc.
974
975 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
976 quote keywords.
977 (cmpl-string-case-type): Use character classes.
978
979 * comint.el:
980 * textmodes/ispell.el:
981 * imenu.el:
982 * mail/mh-e.el:
983 * progmodes/compile.el: Add to debug-ignored-errors.
984
985 * dabbrev.el: Add to debug-ignored-errors.
986 (dabbrev-completion): Use mapc.
987
988 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
989
990 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
991 (woman-mapcan, woman-parse-man.conf)
992 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
993 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
994 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
995 path syntax better.
996 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
997 (woman-manpath): Call woman-parse-man.conf.
998 (woman-emulation): New defcustom, defaults to nroff.
999 (woman-font-support): New defconst.
1000 (woman-use-symbol-font): New defcustom.
1001 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
1002 "Emulation".
1003 Many functions: Doc fix.
1004
1005 2000-05-22 Kenichi Handa <handa@etl.go.jp>
1006
1007 * international/quail.el (quail-simple-translation-keymap): Map
1008 128..255 to quail-self-insert-command.
1009 (quail-keyboard-layout-alist): Add definition for "pc102-de".
1010
1011 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
1012
1013 * help.el (help-manyarg-func-alist): Typo.
1014
1015 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
1016 intervals which makes it heaps simpler.
1017
1018 * newcomment.el (comment-region-internal): Go back to BEG after quoting
1019 the nested comment markers.
1020
1021 * subr.el (remove-hook): Don't turn the hook's value into a list.
1022
1023 2000-05-21 Dave Love <fx@gnu.org>
1024
1025 * edmacro.el (edmacro-parse-keys): Return vector if any elements
1026 are invalid characters.
1027
1028 * international/mule-util.el (detect-coding-with-priority): Use
1029 mapc. Remove redundant lambda.
1030
1031 * international/mule-diag.el (list-non-iso-charset-chars)
1032 (describe-fontset): Remove redundant lambda.
1033
1034 * emulation/crisp.el (brief-mode): New alias.
1035
1036 * emacs-lisp/ring.el (ring-elements): New function.
1037
1038 * emacs-lisp/easymenu.el (easy-menu-create-menu)
1039 (easy-menu-do-add-item): Use keywordp.
1040
1041 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
1042
1043 * replace.el: Doc and error message fixes.
1044 (replace-highlight): Use facep, not internal-find-face.
1045
1046 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
1047
1048 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
1049
1050 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
1051 (log-edit-insert-changelog): Drop `:' as well.
1052
1053 * log-view.el: Fix file description.
1054 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
1055 available.
1056 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
1057 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
1058
1059 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
1060 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
1061 Print a status message if the toggle is called interactively.
1062 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
1063 for global minor modes and use `defcustom' for them.
1064 Use add-minor-mode.
1065 (easy-mmode-define-derived-mode): Remove.
1066 (define-derived-mode): Fancier default docstring.
1067 (easy-mmode-define-navigation): Signal an error rather than (ding).
1068
1069 * newcomment.el (comment-styles): New `box-multi'.
1070 (comment-normalize-vars): Better default for comment-continue to
1071 avoid whitespace-only continuations.
1072 (comment-search-forward): Always move even in the no-syntax case.
1073 (comment-padright): Only obey N if it's only obeyed for padleft.
1074 (comment-make-extra-lines): Better handling of empty continuations.
1075 Use `=' for the filler if comment-start has only one character.
1076 (uncomment-region): Try handling the special `=' filler.
1077 (comment-region): Allow LINES even if MULTI is nil.
1078 (comment-box): Choose box style based on comment-style.
1079
1080 2000-05-20 Kenichi Handa <handa@etl.go.jp>
1081
1082 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
1083 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
1084
1085 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
1086
1087 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
1088 and insert, not subst-char-in-region.
1089
1090 * international/mule-diag.el (list-character-sets-1): Handle
1091 charsets eight-bit-control and eight-bit-graphic.
1092 (list-iso-charset-chars): Likewise.
1093 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
1094 charactes as is. Use indent-to to align characters.
1095
1096 * international/mule-cmds.el (find-multibyte-characters): Never
1097 exclude charsets eight-bit-control and eight-bit-graphic.
1098
1099 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
1100
1101 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
1102 Don't quote lambdas.
1103
1104 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
1105
1106 2000-05-19 Gerd Moellmann <gerd@gnu.org>
1107
1108 * gud.el (gud-jdb-directories): Doc fix.
1109
1110 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
1111
1112 * newcomment.el: New file.
1113
1114 2000-05-19 Gerd Moellmann <gerd@gnu.org>
1115
1116 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
1117
1118 2000-05-18 Andreas Schwab <schwab@suse.de>
1119
1120 * dired.el (dired-between-files): Also skip lines beginning with
1121 `used'.
1122
1123 2000-05-18 Gerd Moellmann <gerd@gnu.org>
1124
1125 * msb.el (msb-menu-cond): Add choice `user'.
1126
1127 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1128
1129 * ps-print.el: Compatibility, customization and doc fix.
1130 (ps-printer-name-option): Replace defconst by defvar.
1131 (ps-postscript-code-directory): XEmacs compatibility.
1132 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
1133 fix.
1134 (ps-user-defined-prologue, ps-print-prologue-header)
1135 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
1136 compatibility and code fix.
1137 (ps-print-background-image, ps-print-background-text):
1138 Customization fix.
1139 (ps-line-number-start, ps-n-up-on): New vars.
1140
1141 2000-05-18 Espen Skoglund <esk@ira.uka.de>
1142
1143 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
1144 the indent-comment function to just return the appropriate indent.
1145
1146 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
1147
1148 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
1149 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
1150 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
1151
1152 2000-05-18 Dave Love <fx@gnu.org>
1153
1154 * info.el (Info-fontify-node): Add intangible property as well as
1155 invisible.
1156
1157 * calendar/appt.el (appt-make-list): Match all lines of entry.
1158 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
1159
1160 2000-05-18 Kenichi Handa <handa@etl.go.jp>
1161
1162 * international/mule-diag.el (describe-char-after): Call
1163 internal-char-font, not char-font. If internal-char-font returns
1164 nil, display "-- none --".
1165
1166 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
1167
1168 * image.el (image-type-available-p): Don't reference image-types
1169 if it isn't bound.
1170
1171 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
1172
1173 * autoarg.el (autoarg-mode): Typo in the :set argument.
1174
1175 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
1176
1177 * startup.el (command-line-1): Don't signal an error if the
1178 directory for auto-save-list files does not yet exist.
1179
1180 2000-05-17 Kenichi Handa <handa@etl.go.jp>
1181
1182 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
1183
1184 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
1185
1186 * subr.el (remove-hook): `setq' hook-value, not `set'.
1187
1188 2000-05-16 Sam Steingold <sds@gnu.org>
1189
1190 * info.el (debug-ignored-errors): More errors to ignore.
1191
1192 2000-05-16 Dave Love <fx@gnu.org>
1193
1194 * cus-edit.el: Don't require cl or easymenu.
1195 (custom-variable-prompt): Test standard-value property, not
1196 user-variable-p.
1197
1198 2000-05-16 Sam Steingold <sds@gnu.org>
1199
1200 * subr.el (add-hook): `setq' hook-value, not `set'.
1201
1202 2000-05-16 Gerd Moellmann <gerd@gnu.org>
1203
1204 * startup.el (command-line-1): Mention the FAQ in the startup
1205 message.
1206
1207 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
1208
1209 * progmodes/compile.el (compilation-parse-errors): Collect
1210 `nomessage' regexps last.
1211
1212 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
1213
1214 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
1215 to the function name.
1216
1217 2000-05-15 Dave Love <fx@gnu.org>
1218
1219 * speedbar.el (speedbar-recenter): Typo.
1220 (speedbar-expand-line): Make arg optional.
1221 (speedbar-mode): Avoid a compiler warning.
1222
1223 2000-05-15 Gerd Moellmann <gerd@gnu.org>
1224
1225 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
1226 user-specified option string is empty.
1227
1228 * mouse.el (mouse-yank-at-click): Doc fix.
1229
1230 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
1231
1232 * term/internal.el (IT-character-translations): More updates of
1233 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
1234 documents.
1235
1236 2000-05-15 Gerd Moellmann <gerd@gnu.org>
1237
1238 * env.el (getenv): New function, interactively callable.
1239 (setenv, getenv): Remove autoload cookies.
1240
1241 * loadup.el: Load `env'.
1242
1243 * progmodes/f90.el: Change author's mail address.
1244
1245 2000-05-14 Dave Love <fx@gnu.org>
1246
1247 * mail/rmail.el (rmail-show-message-hook): Customize and offer
1248 goto-addr as an option.
1249
1250 * help.el (help-xref-stack): Doc fix.
1251 (help-xref-following): New variable.
1252 (help-make-xrefs): Use it.
1253 (help-xref-go-back): Use position information from stack element.
1254 (help-follow): Make position in stack element a pair. Use
1255 help-xref-following.
1256
1257 * autoarg.el: New file.
1258
1259 * faces.el: Declare more functions obsolete.
1260
1261 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
1262 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
1263 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
1264 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
1265 Remove all the setup-...-environment functions.
1266
1267 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
1268
1269 * speedbar.el: Updated the commentary section. xemacs20p now uses
1270 >= when detecting. Require `defimage' safely.
1271 (speedbar-easymenu-definition-base): Add toggle for images.
1272 (speedbar-easymenu-definition-special): Add flush cache & expand.
1273 (speedbar-visiting-tag-hook): Set new defaults. Added options.
1274 (speedbar-reconfigure-keymaps-hook): New variable.
1275 (speedbar-frame-parameters): Updated documentation.
1276 (speedbar-use-imenu-flag): Updated custom tag
1277 (speedbar-dynamic-tags-function-list): New variable.
1278 (speedbar-tag-hierarchy-method): Updated doc & custom.
1279 (speedbar-indentation-width, speedbar-indentation-width) New
1280 variables.
1281 (speedbar-hide-button-brackets-flag): Customizable.
1282 (speedbar-vc-indicator): Doc update.
1283 (speedbar-ignored-path-expressions): Updated default value.
1284 (speedbar-supported-extension-expressions): Updated default value.
1285 (speedbar-syntax-table): Remove {} paren status.
1286 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
1287 as "+". Added overlay aliases.
1288 (speedbar-mode): Use `speedbar-mode-line-update' instead of
1289 `force-mode-line-update'.
1290 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
1291 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
1292 `mouse-set-point'
1293 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
1294 (speedbar-item-info-tag-helper): Revamped to handle a wider range
1295 of arbitrary text, and new helper functions.
1296 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
1297 filename finder.
1298 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
1299 (speedbar-directory-buttons): Update path search/expansion.
1300 (speedbar-make-tag-line): Pay attention to
1301 `speedbar-indentation-width'. Use more care w/ invisible
1302 properties.
1303 (speedbar-change-expand-button-char): Call
1304 `speedbar-insert-image-button-maybe'.
1305 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
1306 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
1307 (speedbar-trim-words-tag-hierarchy)
1308 (speedbar-simple-group-tag-hierarchy): New functions
1309 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
1310 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
1311 functions.
1312 (speedbar-mouse-set-point): New function
1313 (speedbar-power-click): Updated documentation.
1314 (speedbar-line-token, speedbar-goto-this-file): Handle more types
1315 of tag prefix text.
1316 (speedbar-expand-line, speedbar-contract-line): Make more robust
1317 to strange text.
1318 (speedbar-expand-line): Takes universal argument to flush the
1319 cache.
1320 (speedbar-flush-expand-line): New function.
1321 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
1322 Use new generator insertion method.
1323 (speedbar-fetch-dynamic-tags): New function.
1324 (speedbar-fetch-dynamic-imenu): Removed code now handled in
1325 `speedbar-fetch-dynamic-imenu'.
1326 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
1327 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
1328 "Revert Buffer" menu items.
1329 (speedbar-buffer-buttons-engine): Be smarter when creating a
1330 filename tag (for expansion purposes.).
1331 (speedbar-highlight-one-tag-line,
1332 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
1333 (speedbar-recenter): New functions.
1334 (defimage-speedbar): Image loading abstraction.
1335 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
1336 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
1337 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
1338 (speedbar-tag-type, speedbar-tag-mail): New images.
1339 (speedbar-expand-image-button-alist): New variable.
1340 (speedbar-insert-image-button-maybe): Insert an image over some
1341 buttons.
1342
1343 2000-05-13 Kenichi Handa <handa@etl.go.jp>
1344
1345 * international/mule-cmds.el (encode-coding-char): An ASCII
1346 character is always encodable.
1347
1348 * international/mule-conf.el: Add more information in descriptions
1349 of character sets.
1350
1351 * international/mule-diag.el (describe-char-after): New function.
1352 (describe-font-internal): Adjusted for the change of font-info.
1353 (describe-font): Likewise.
1354 (print-fontset): Rewritten for the new fontset implementation.
1355 (describe-fontset): Include fontset alias names in completion.
1356 (list-fontsets): Adjusted for the change of print-fontset.
1357
1358 * simple.el (what-cursor-position): If DETAIL is non-nil, call
1359 describe-char-after instead of displaying the detail in the echo
1360 area.
1361 (syntax-code-table): Format changed.
1362 (string-to-syntax): Adjusted for the above change.
1363
1364 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
1365
1366 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
1367
1368 2000-05-12 Dave Love <fx@gnu.org>
1369
1370 * calendar/todo-mode.el: Remove some compatibility stuff and CL
1371 dependence. Use line-{beginning,end}-position, not
1372 point-at{b,e}ol. Some doc fixes.
1373 (todo-position): New function. Fix callers of position to use it.
1374 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
1375
1376 2000-05-12 Gerd Moellmann <gerd@gnu.org>
1377
1378 * time.el (display-time-mail-icon): Use `:ascent center'.
1379
1380 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
1381 handling FTP security extensions.
1382
1383 2000-05-11 Dave Love <fx@gnu.org>
1384
1385 * calendar/todo-mode.el: New file.
1386
1387 2000-05-11 Gerd Moellmann <gerd@gnu.org>
1388
1389 * comint.el (comint-read-input-ring): Move reference to
1390 comint-input-ring-size outside of the save-excursion. It was
1391 causing the default value to be the only one ever seen.
1392
1393 * font-lock.el: Update copyright. Remove Simon Marshall's email
1394 address on request from him.
1395
1396 * subr.el (substitute-key-definition): Add comment describing
1397 the meaning of PREFIX.
1398
1399 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
1400
1401 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
1402
1403 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
1404 (add-minor-mode): Don't make the variable buffer-local and add a
1405 reference to define-minor-mode in the docstring.
1406
1407 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
1408 HEADER/FOOTER and fix bug with trailing empty directory.
1409 (cvs-append-to-ignore): Use vc-editable-p if available.
1410 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
1411 (vc-do-command): Tweak advice to handle the new VC.
1412
1413 * log-view.el (log-view-goto-rev): New function for the new VC.
1414 (log-view-minor-wrap): Use mark-active.
1415
1416 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
1417 (log-edit-changelog-full-paragraphs): New var.
1418 (log-edit-insert-changelog): Remove a lonely leading `* file'.
1419 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
1420 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
1421 (log-edit-changelog-ours-p, log-edit-changelog-entries)
1422 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
1423 Replace the `cvs' prefix with `log-edit'.
1424
1425 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
1426
1427 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
1428 (diff-font-lock-defaults): Explicitly turn off multiline.
1429 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
1430 (diff-ediff-patch): Fix call to ediff-patch-file.
1431 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
1432 Handle comments.
1433
1434 * frame.el (automatic-hscrolling): Typo.
1435
1436 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
1437
1438 2000-05-09 Sam Steingold <sds@goems.com>
1439
1440 * apropos.el (apropos-print): use `describe-face' instead of
1441 `customize-face-other-window'.
1442
1443 2000-05-09 Dave Love <fx@gnu.org>
1444
1445 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
1446
1447 * help.el (describe-variable): Have customize button pop the
1448 help-xref stack when invoked.
1449 (help-xref-symbol-regexp): Add `face'.
1450 (help-make-xrefs): Check for quoted face names and adapt regexp
1451 submatch numbers to cope.
1452 (help-xref-interned): Maybe insert face doc too. Separate
1453 sections with a line of hyphens.
1454
1455 * faces.el: Some doc fixes. Declare some functions obsolete.
1456 (describe-face): Add customize button. Return the help
1457 text. Fix prompt.
1458
1459 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
1460
1461 * term/internal.el (IT-character-translations): Fix last change.
1462
1463 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
1464
1465 * woman.el: New file
1466 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
1467
1468 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
1469
1470 * term/internal.el (IT-character-translations): Update ASCII
1471 simulations for greek-iso8859-7, add latin-iso8859-14 and
1472 latin-iso8859-15.
1473
1474 * international/mule-cmds.el (set-language-info-alist): Call
1475 define-prefix-command with 3 arguments, to make the map suitable
1476 for a menu.
1477
1478 2000-05-07 Dave Love <fx@gnu.org>
1479
1480 * time.el: Small doc fixes from Pavel Janík ml..
1481
1482 2000-05-05 Dave Love <fx@gnu.org>
1483
1484 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
1485 list in doc string. Don't quote keyword symbols.
1486 * emacs-lisp/cl.el: Likewise
1487 * emacs-lisp/cl-seq.el: Likewise
1488
1489 2000-05-05 Gerd Moellmann <gerd@gnu.org>
1490
1491 * abbrev.el (abbrev-mode): Make ARG optional.
1492
1493 2000-05-04 Gerd Moellmann <gerd@gnu.org>
1494
1495 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
1496
1497 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
1498
1499 * subr.el (substitute-key-definition): Clarify documentation.
1500
1501 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
1502
1503 * glasses.el (glasses-convert-to-unreadable): Use
1504 `glasses-separator' instead of the hard-wired "_".
1505 (glasses-mode): Call `glasses-make-unreadable' only in a single
1506 place.
1507
1508 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
1509
1510 * term/internal.el (cjk-codepages-alist): Add associations for
1511 Chinese and Korean codepages. Remove FIXME comment.
1512
1513 2000-05-03 Dave Love <fx@gnu.org>
1514
1515 * time.el (display-time-mail-face, display-time-use-mail-icon):
1516 New option.
1517 (display-time-mail-icon): New variable.
1518 (display-time-string-forms): Use the above. Fix the local-map.
1519
1520 2000-05-03 Gerd Moellmann <gerd@gnu.org>
1521
1522 * replace.el (query-replace-map): Add binding for `E'.
1523 (query-replace-help): Extend help text.
1524 (perform-replace): Allow editing the replacement string.
1525
1526 * make-mode.el (makefile-mode-abbrev-table): New variable.
1527 (makefile-mode): Set local abbrev table to
1528 makefile-mode-abbrev-table.
1529 (makefile-font-lock-keywords): Fontify includes and conditionals.
1530
1531 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
1532 set TOGGLE's value.
1533
1534 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
1535 mail-interactive-insert-alias.
1536 (mail-abbrev-complete-alias): New command.
1537 (mail-mode-map): Bind it to `M-TAB'.
1538
1539 2000-05-03 Kenichi Handa <handa@etl.go.jp>
1540
1541 * language/lao-util.el (lao-compose-region): New function.
1542
1543 2000-05-02 Gerd Moellmann <gerd@gnu.org>
1544
1545 * files.el (recover-session): Make directories as necessary
1546 if they don't exist yet.
1547
1548 * calendar/cal-french.el
1549 (french-calendar-multibyte-special-days-array)
1550 (french-calendar-special-days-array): Change French text.
1551 (calendar-french-date-string): Change output.
1552 (calendar-goto-french-date): Likewise.
1553
1554 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
1555
1556 * wid-edit.el (widget-default-active): Obey `:always-active'.
1557 (widget-documentation-string-value-create): Set `:always-active'.
1558
1559 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
1560
1561 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
1562 default prefix to `~/_emacs.d/auto-save.list/_s'.
1563 (normal-top-level): Create the directory for auto-save files, if
1564 it doesn't already exist (in the ms-dos case only).
1565
1566 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
1567
1568 * international/mule-cmds.el (set-language-environment): Don't
1569 concat an integer (dos-codepage), use format instead.
1570
1571 2000-05-02 Dave Love <fx@gnu.org>
1572
1573 * help.el (help-xref-on-pp): Check for constant symbols.
1574
1575 2000-04-29 Gerd Moellmann <gerd@gnu.org>
1576
1577 * startup.el (normal-top-level): Put a condition-case around
1578 the code loading subdirs.el.
1579
1580 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1581
1582 * ps-print.el: Upside-down and face background color printing,
1583 line number step, doc fix.
1584 (ps-print-version): New version number (5.2).
1585 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
1586 (ps-face-attribute-list, ps-plot-with-face): Code fix.
1587 (ps-spool-config): Var fix.
1588 (ps-printer-name-option): Const fix.
1589 (ps-print-upside-down, ps-use-face-background)
1590 (ps-line-number-step): New vars.
1591 (ps-window-system, ps-lp-system): New consts.
1592 (ps-face-background): New fun.
1593
1594 2000-04-28 Richard Stallman <rms@gnu.org>
1595
1596 * files.el (make-auto-save-file-name):
1597 Apply auto-save-file-name-transforms to visited file name
1598 before generating auto save file name.
1599 (auto-save-file-name-transforms): New variable.
1600
1601 * files.el (backup-enable-predicate):
1602 Correctly test for a file under a temporary directory.
1603
1604 2000-04-28 Gerd Moellmann <gerd@gnu.org>
1605
1606 * subr.el (add-minor-mode): Rewritten.
1607
1608 2000-04-28 Kenichi Handa <handa@etl.go.jp>
1609
1610 * mail/sendmail.el (sendmail-send-it): Set
1611 buffer-file-coding-system to the selected coding system for MIME
1612 header.
1613
1614 2000-04-27 Gerd Moellmann <gerd@gnu.org>
1615
1616 * dired.el (dired-move-to-filename-regexp): Allow format where
1617 YYYY is followed by two spaces.
1618
1619 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
1620 in the second character class of the regexp.
1621
1622 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
1623 mh-etc, too.
1624
1625 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
1626 nil.
1627
1628 * subr.el (add-minor-mode): Use `set' instead of `setq'.
1629
1630 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
1631 argument.
1632
1633 2000-04-27 Sen Nagata <sen@eccosys.com>
1634
1635 * emacs-lisp/crm.el (crm-completion-table): New variable.
1636 (crm-collection-fn, crm-test-completion)
1637 (completing-read-multiple): Use it.
1638
1639 2000-04-27 Dave Love <fx@gnu.org>
1640
1641 * help.el (locate-library): Use mapc.
1642 (help-manyarg-func-alist): Add call-process-region.
1643
1644 2000-04-26 Gerd Moellmann <gerd@gnu.org>
1645
1646 * subr.el (add-minor-mode): Make argument MAP optional.
1647
1648 * desktop.el (desktop-save): Save list of minor modes.
1649 (desktop-create-buffer): Restore minor modes.
1650 (desktop-minor-mode-table): New user-option.
1651
1652 * subr.el (add-minor-mode): New function.
1653
1654 * image.el (find-image): New function.
1655 (defimage): Rewritten to find image at load time.
1656
1657 * startup.el (normal-top-level-add-to-load-path): Handle
1658 case that the default directory is not in load-path.
1659
1660 * help.el: Old patch from Stefan Monnier.
1661 (help-xref-on-pp): New function.
1662 (describe-variable): Use it to display xrefs in a symbol's value.
1663
1664 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
1665
1666 * cus-edit.el (custom-face): Fix parenthesis.
1667
1668 2000-04-26 Kenichi Handa <handa@etl.go.jp>
1669
1670 * mail/rmail.el (rmail-expunge): When there are no deleted
1671 messages, do nothing.
1672
1673 2000-04-26 Dave Love <fx@gnu.org>
1674
1675 * international/mule-cmds.el (locale-translation-file-name):
1676 Defvar to nil.
1677 (set-locale-environment): Set it here (at runtime).
1678
1679 2000-04-25 Gerd Moellmann <gerd@gnu.org>
1680
1681 * replace.el (perform-replace): Add parameters START and END. Use
1682 them instead of the check for a region in Transient Mark mode.
1683 (query-replace-read-args): Return two more list elements for the
1684 start and end of the region in Transient Mark mode.
1685 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1686 (map-query-replace-regexp, replace-string, replace-regexp): Add
1687 optional last arguments START and END and pass them to
1688 perform-replace.
1689
1690 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
1691 form with additional arguments for perform-replace.
1692
1693 * progmodes/etags.el (tags-query-replace): Add parameters START
1694 and END. Construct a form with additional arguments for
1695 perform-replace.
1696
1697 * simple.el (shell-command): Set default directory for "*Shell
1698 Command Output" buffer.
1699
1700 * language/european.el (iso-latin-4): Fix typo.
1701
1702 * emacs-lisp/crm.el: New file.
1703
1704 2000-04-24 Dave Love <fx@gnu.org>
1705
1706 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
1707 (Custom-reset-saved, Custom-reset-standard)
1708 (custom-group-value-create, custom-group-set, custom-group-save)
1709 (custom-group-reset-current, custom-group-reset-saved)
1710 (custom-group-reset-standard): Use mapc.
1711 (custom-buffer-create-internal): Disable undo when creating items.
1712 Use mapc.
1713 (custom-face): Avoid redundant lambda.
1714
1715 2000-04-24 Gerd Moellmann <gerd@gnu.org>
1716
1717 * startup.el (auto-save-list-file-prefix): Set default to
1718 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
1719
1720 2000-04-24 Sam Steingold <sds@gnu.org>
1721
1722 * time-stamp.el (time-stamp-string-preprocess): Always convert
1723 `field-result' to a string.
1724
1725 2000-04-24 Gerd Moellmann <gerd@gnu.org>
1726
1727 * frame.el (scrolling): New group.
1728 (automatic-hscrolling): New user-option.
1729
1730 * startup.el (command-line-x-option-alist): Add `-lsp' and
1731 `--line-spacing'.
1732
1733 2000-04-19 Dave Love <fx@gnu.org>
1734
1735 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
1736 (cl-mapc): Rename from mapc. Fix the funcall.
1737
1738 2000-04-19 Gerd Moellmann <gerd@gnu.org>
1739
1740 * simple.el (clone-indirect-buffer-other-window): New command.
1741 (clone-indirect-buffer): Add optional arg NORECROD.
1742 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
1743
1744 * help.el (resize-temp-buffer-window): Use count-screen-lines.
1745
1746 * window.el (count-screen-lines): New function.
1747 (shrink-window-if-larger-than-buffer): Use count-screen-lines
1748 instead of window-buffer-height.
1749
1750 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
1751 non-existing variable comint-input-sentinel.
1752 (inferior-lisp-args-to-list): Removed.
1753 (inferior-lisp): Use split-string instead of
1754 inferior-lisp-args-to-list.
1755
1756 * hexl.el (hexl-insert-hex-string): New command.
1757
1758 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
1759 instead of concat.
1760
1761 2000-04-18 Gerd Moellmann <gerd@gnu.org>
1762
1763 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
1764 at the start of an existing but empty folder.
1765
1766 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1767
1768 * ps-mule.el: Customization fix, doc fix.
1769 (ps-multibyte-buffer): Customization fix.
1770
1771 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1772
1773 * subr.el (read-passwd): Use read-char-exclusive.
1774
1775 2000-04-17 Gerd Moellmann <gerd@gnu.org>
1776
1777 * textmodes/texinfo.el (texinfo-insert-@email)
1778 (texinfo-insert-@emph, texinfo-insert-@quotation)
1779 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
1780 (texinfo-mode-map): Add key bindings for them.
1781
1782 * files.el (basic-save-buffer-2): Use a template with `$'
1783 instead of `#' for VMS.
1784
1785 * simple.el (clone-indirect-buffer): New function.
1786
1787 2000-04-16 Stephen Eglen <stephen@gnu.org>
1788
1789 * iswitchb.el (iswitchb-case): New function. If the user input
1790 contains any upper-case characters, the search is made
1791 case-sensitive.
1792
1793 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
1794
1795 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
1796 comment-end.
1797 (texinfo-font-lock-syntactic-keywords): New var.
1798 (texinfo-font-lock-keywords): Remove comment regexp.
1799 (texinfo-insert-block): New function.
1800 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
1801 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
1802 and font-lock-defaults. Use regexp-opt for outline-regexp.
1803 (texinfo-environments): New var.
1804 (texinfo-environment-regexp): Use regexp-opt and
1805 texinfo-environments.
1806
1807 * textmodes/ispell.el (ispell-menu-map-needed): Check that
1808 ispell-process is bound since this might be eval'd before ispell
1809 is loaded.
1810 (ispell-message): Use a tiny bit less magic and a bit more hard
1811 data to figure out what kind of sc-cite-regexp to use.
1812
1813 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
1814
1815 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
1816 (insert-cyclic-diary-entry): Unquote the lambda.
1817
1818 * gud.el (gud-jdb-build-source-files-list): Fix typo.
1819
1820 * files.el (backup-enable-predicate): Unquote the lambda.
1821
1822 * cus-edit.el (custom-face, face): Unquote the lambda.
1823
1824 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1825
1826 * ps-print.el: Check for line-beginning-position definition.
1827
1828 * ps-print.el: Fix counting lines in a region.
1829 (ps-print-version): New version number (5.1.5).
1830 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
1831 (ps-printing-region): Fun code fix.
1832
1833 2000-04-15 Gerd Moellmann <gerd@gnu.org>
1834
1835 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
1836 to file-directory-p.
1837
1838 2000-04-14 Gerd Moellmann <gerd@gnu.org>
1839
1840 * gud.el (gud-jdb-build-source-files-list): Check that directory
1841 exists before calling directory-files.
1842
1843 2000-04-13 Dave Love <fx@gnu.org>
1844
1845 * emacs-lisp/trace.el: Change maintainer. Use new backquote
1846 syntax.
1847
1848 * emacs-lisp/cl-specs.el: Remove when, unless.
1849
1850 * emacs-lisp/cl-extra.el: Don't quote keywords.
1851 (cl-old-mapc): New variable.
1852 (mapc): Use it.
1853 (cl-map-intervals): Use with-current-buffer. Don't check for
1854 next-property-change.
1855 (cl-map-overlays): Use with-current-buffer.
1856 (cl-expt): Remove.
1857 (copy-tree, remprop): Define unconditionally.
1858
1859 * emacs-lisp/cl-compat.el (keywordp): Remove.
1860
1861 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
1862 to use keywordp.
1863 (edebug-spec): Enable keywordp.
1864
1865 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
1866 string-lessp.
1867
1868 * cus-start.el: Use keywordp.
1869
1870 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1871
1872 * diary-lib.el (include-other-diary-files): Fix the fix of
1873 2000-02-18 by doing a save-excursion.
1874
1875 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1876
1877 * ps-print.el: Customization fix, doc fix.
1878 (ps-print-version): New version number (5.1.4).
1879 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
1880 (ps-print-preprint): Adjust code.
1881 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
1882 (ps-print-prologue-header, ps-print-control-characters)
1883 (ps-spool-config): Customization fix.
1884
1885 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
1886
1887 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
1888 converted to the new menu-item format, names silightly changed,
1889 help strings added.
1890
1891 Support for spelling without async subprocesses:
1892
1893 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
1894 (ispell-session-buffer): New variables.
1895 (ispell-start-process, ispell-process-status,
1896 ispell-accept-output, ispell-send-string): New functions, for
1897 Ispell invocation when async subprocesses aren't supported.
1898 (ispell-word, ispell-pdict-save, ispell-command-loop,
1899 ispell-process-line, ispell-buffer-local-parsing): Replace calls
1900 to process-send-string with calls to ispell-send-string, and
1901 accept-process-output with ispell-accept-output.
1902 (ispell-init-process): Call ispell-process-status instead of
1903 process-status with.
1904 (ispell-init-process): Call ispell-start-process. Call
1905 ispell-accept-output and ispell-send-string. Don't call
1906 process-kill-without-query and kill-process if they are unbound.
1907 (ispell-async-processp): New function.
1908
1909 2000-04-12 Dave Love <fx@gnu.org>
1910
1911 * info.el: Add debug-ignored-errors.
1912 (Info-mode-menu): Add some items.
1913 (Info-directory): Add autoload cookie.
1914
1915 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
1916 Modify `truncate-lines'. Make `describe-language-environment'
1917 always visible and add help. Modify `describe-key' help. Invoke
1918 Info-directory from `info'. New entry `emacs-manual'.
1919
1920 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1921
1922 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
1923 propertized-buffer-identification.
1924 (ebrowse-update-member-buffer-mode-line): Likewise.
1925 (ebrowse--mode-strings): Removed.
1926 (ebrowse--mode-line-props): Removed.
1927
1928 * files.el (auto-mode-alist): Add `EBROWSE'.
1929
1930 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
1931 space before testing for end of buffer.
1932 (ebrowse-load): Removed.
1933 (ebrowse-revert-tree-buffer-from-file): Rewritten.
1934 (ebrowse-create-tree-buffer): Rewritten.
1935 (ebrowse-tree-mode): Read tree from buffer.
1936
1937 * progmodes/ebrowse-ffh.el: Removed.
1938
1939 2000-04-10 Kenichi Handa <handa@etl.go.jp>
1940
1941 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
1942
1943 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1944
1945 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
1946 at the wrong place.
1947
1948 2000-04-09 Dave Love <fx@gnu.org>
1949
1950 * files.el (backup-enable-predicate): Use
1951 temporary-file-directory, small-temporary-file-directory.
1952 (make-backup-file-name-function, backup-directory-alist): New
1953 variables.
1954 (make-backup-file-name-1): New function.
1955 (make-backup-file-name): Use it.
1956 (find-backup-file-name): Likewise. Use format for clarity, not
1957 concat.
1958 (file-newest-backup): Use make-backup-file-name.
1959
1960 2000-04-09 Gerd Moellmann <gerd@gnu.org>
1961
1962 * progmodes/ebrowse-ffh.el: New file.
1963
1964 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
1965 to ebrowse-ffh.el.
1966 (ebrowse-load): Add autoload.
1967
1968 * finder.el (finder-commentary): Add autoload cookie.
1969
1970 * mail/rfc2368.el: Correct author's email address.
1971
1972 * progmodes/ebrowse.el: New file.
1973
1974 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
1975 item help string.
1976 (easy-menu-do-add-item): Ditto.
1977 (easy-menu-define): Extend doc string.
1978
1979 * jit-lock.el (with-buffer-unmodified): Use
1980 restore-buffer-modified-p.
1981 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
1982 (jit-lock-function, jit-lock-stealth-fontify): Don't use
1983 with-buffer-unmodified.
1984
1985 2000-04-08 Dave Love <fx@gnu.org>
1986
1987 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
1988 unless, when.
1989
1990 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
1991
1992 * viper-util.el (viper-put-on-search-overlay): New subroutine.
1993 (viper-flash-search-pattern): No operation when using Emacs
1994 doesn't support face.
1995 Use `viper-put-on-search-overlay'.
1996
1997 2000-04-04 Gerd Moellmann <gerd@gnu.org>
1998
1999 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
2000 like C-r.
2001
2002 * progmodes/make-mode.el: Some doc fixes.
2003 (makefile-mode-abbrev-table): New variable.
2004 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
2005 (makefile-font-lock-keywords): Fontify includes and conditionals.
2006 (toplevel): Require `dabbrev' and `add-log' when compiling.
2007
2008 * replace.el (perform-replace): Don't move forward one char
2009 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
2010 to do that because it leaves point 1 position after the last
2011 replacement, after everything has been replaced.
2012
2013 * jit-lock.el (with-buffer-unmodified): New macro.
2014 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
2015 modified state.
2016 (jit-lock-function-1): Extracted from jit-lock-function; not
2017 preserving buffer's modified state.
2018 (jit-lock-function, jit-lock-stealth-fontify): Call
2019 jit-lock-function-1.
2020
2021 * mail/rfc2368.el: Remove supernumerary copyright line.
2022
2023 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
2024
2025 * glasses.el: Provide facilities for inserting space before left
2026 parentheses and uncapitalization of identifiers.
2027 (glasses-mode): Try to remove old overlays in all cases.
2028
2029 2000-04-03 Gerd Moellmann <gerd@gnu.org>
2030
2031 * progmodes/compile.el (compile-internal): Display the compilation
2032 buffer in a different frame, if it's already displayed there.
2033
2034 * mail/rfc2368.el: New file.
2035
2036 * simple.el (sendmail-user-agent-compose): Recognize a `body'
2037 header and insert its value as mail body.
2038
2039 * subr.el (member-ignore-case): New function.
2040
2041 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
2042 (dabbrev--find-expansion): Ignore buffers matching a regexp
2043 from dabbrev-ignored-regexps.
2044
2045 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
2046 to extensions handled by gzip.
2047
2048 2000-04-03 Richard M. Stallman <rms@gnu.org>
2049
2050 * files.el (insert-directory): List the total free space
2051 along with the used space.
2052
2053 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
2054 line is followed by one that matches CITATION-REGEXP, end the
2055 paragraph.
2056
2057 2000-04-03 Markus Rost <rost@delysid.gnu.org>
2058
2059 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
2060 (rmail-make-basic-summary-line): Use that option.
2061
2062 2000-04-03 Kenichi Handa <handa@etl.go.jp>
2063
2064 * international/mule-cmds.el (encoded-string-description):
2065 Rewritten. Try pretty description for ISO 2022 escape sequences
2066 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
2067 for hexadecimal format.
2068
2069 2000-04-01 Dave Love <fx@gnu.org>
2070
2071 * cpp.el: Change customization group to `c' from `C'.
2072
2073 * vcursor.el (vcursor-move): Use display-color-p.
2074
2075 * international/mule-util.el: Provide mule-utils.
2076 (string-to-sequence): Simplify and speed up.
2077
2078 * international/mule.el (make-coding-system): Purecopy doc-string.
2079
2080 * international/mule-cmds.el: Various menu changes.
2081 (describe-specified-language-support): Handle `Default'.
2082 (set-language-info): Purecopy `info'.
2083
2084 2000-03-31 Andrew Innes <andrewi@gnu.org>
2085
2086 * vc.el (vc-backend-diff): Return the correct status if we had to
2087 retry the rcsdiff command without the --brief option.
2088
2089 2000-03-31 Dave Love <fx@gnu.org>
2090
2091 * help.el (help-manyarg-func-alist): Correct several omissions.
2092
2093 * add-log.el: Don't require cl, fortran.
2094 (add-log-current-defun-function): Doc fix.
2095 (change-log-version-number-regexp-list): Remove SCCS part. Doc
2096 fix.
2097 (change-log-version-rcs): Function deleted.
2098 (change-log-version-number-search): Doc fix. Use
2099 vc-workfile-version. Avoid CL dolist.
2100 (add-change-log-entry): Just call add-log-current-defun to get
2101 defun. Simplify somewhat.
2102 (change-log-get-method-definition-1): Likewise.
2103 (add-log-current-defun): Return nil if calling
2104 add-log-current-defun-function does so. Move Fortran stuff to
2105 fortran.el. Return string without properties.
2106
2107 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
2108 and :alpha: char classes.
2109
2110 * mail/supercite.el: Defvar curline when compiling.
2111 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
2112 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
2113 rather than a-zA-Z0-9 to allow non-ASCII characters.
2114
2115 2000-03-31 Gerd Moellmann <gerd@gnu.org>
2116
2117 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
2118
2119 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
2120 Re-enable new code.
2121
2122 * lpr.el (print-region-1): Use -d to specify printer name for
2123 systems `usg-unix-v*, `dgux', `hpux', `irix'.
2124
2125 2000-03-31 Dave Love <fx@gnu.org>
2126
2127 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
2128 for function definition in symbol's function value slot first
2129 instead of first consulting byte-compile-function-environment.
2130
2131 2000-03-31 Kenichi Handa <handa@etl.go.jp>
2132
2133 * language/european.el ("Polish"): New language environment.
2134 (setup-polish-environment): New function.
2135
2136 2000-03-30 Gerd Moellmann <gerd@gnu.org>
2137
2138 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
2139 Disable new code.
2140
2141 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
2142 trying to `load' the symbol of an autoload instead of the file
2143 recorded in the autoload. Fix error messages.
2144
2145 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2146
2147 * ps-print.el: PostScript programming fix for ghostview, doc fix.
2148 (ps-print-version): New version number (5.1.3).
2149 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
2150 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
2151 (ps-generate-postscript-with-faces): Code fix.
2152 (ps-color-values): XEmacs compatibility.
2153 (ps-print-background-image, ps-print-background-text, ps-printer-name)
2154 (ps-default-fg, ps-default-bg): Adjust customization.
2155 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
2156 (ps-color-scale): Renaming old ps-color-value fun.
2157 (ps-print-headers): Replace ps-print-header group to avoid conflict
2158 with ps-print-header variable.
2159 (ps-print-miscellany): New group.
2160 (ps-format-color, ps-rgb-color): New funs.
2161 (ps-default-foreground): New var.
2162 (ps-printer-name-option): New const.
2163
2164 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
2165
2166 * net/net-utils.el:
2167 (network-connection-host, network-connection-service): New variables
2168 (network-connection-mode): New mode, derived from comint-mode
2169 (network-connection-mode-setup): New function, saves host and
2170 service information in local variables.
2171
2172 * lisp/locate.el:
2173 (locate-word-at-point): Added this function
2174 (locate): Default to using locate-word-at-point as input
2175 Run dired-mode-hook
2176
2177 2000-03-29 Dave Love <fx@gnu.org>
2178
2179 * calendar/appt.el: Doc fixes.
2180 (appt-check): Convert min-to-app to a string before passing to
2181 appt-disp-window-function or concat.
2182 (appt-delete-window): Remove test for frame-root-window.
2183 (appt-select-lowest-window, appt-convert-time): Simplify.
2184
2185 * emacs-lisp/bytecomp.el: Doc fixes.
2186 (byte-compile-file-form-autoload): Update
2187 byte-compile-function-environment.
2188
2189 2000-03-29 Andreas Schwab <schwab@suse.de>
2190
2191 * emacs-lisp/autoload.el: Also print defsubst doc string
2192 specially.
2193
2194 * dired.el (dired-insert-directory): If dired-free-space-program
2195 failed just delete its output.
2196
2197 2000-03-29 Dave Love <fx@gnu.org>
2198
2199 * international/iso-cvt.el: Move provide to end. Doc fixes.
2200 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
2201 (iso-iso2sgml, iso-sgml2iso): New functions.
2202 (iso-cvt-define-menu): Fix some entries and use backquote for
2203 clarity.
2204
2205 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
2206
2207 2000-03-28 Gerd Moellmann <gerd@gnu.org>
2208
2209 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
2210 ISO-DATE. If non-nil, return date in ISO 8601 format.
2211
2212 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
2213
2214 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
2215 if it ever becomes used.
2216 (log-edit-mode-hook): Default to vc-log-mode-hook.
2217 (log-edit-mode): Fix the docstring.
2218
2219 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
2220 the code.
2221
2222 2000-03-26 Dave Love <fx@gnu.org>
2223
2224 * net/browse-url.el (browse-url): Re-fix case of
2225 browse-url-browser-function being an alist.
2226 (browse-url): Add :link to defgroup.
2227
2228 * files.el: Doc fixes.
2229 (file-truename): Include `[' in wildcard characters.
2230 (automount-dir-prefix): Customize.
2231 (find-file-wildcards): Add :version.
2232 (find-file-noselect): Simplify a mapcar call.
2233
2234 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
2235 compatible with inf-lisp version.
2236 (eval-defun-1): Fix custom-declare-variable case.
2237
2238 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
2239
2240 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
2241
2242 2000-03-24 Gerd Moellmann <gerd@gnu.org>
2243
2244 * Makefile (COMPILE_FIRST): New macro.
2245 (compile-files): Compile files from COMPILE_FIRST first.
2246
2247 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
2248 code.
2249
2250 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
2251 matching open parenthesis in column 0 to defun-prompt-regexp
2252 only if open-paren-in-column-0-is-defun-start is set.
2253
2254 * sun-curs.el: Require CL at compile-time only.
2255
2256 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
2257 instead of copy-list which is a function from CL.
2258 (msb--choose-menu, msb--mode-menu-cond)
2259 (msb--create-buffer-menu-2): Use dolist instead of mapc.
2260 (msb--init-file-alist): Use mapcar instead of mapcan.
2261 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
2262 `(' in column 0 in doc string.
2263 (msb--add-separators): Use mapcar instead of mapcan.
2264
2265 * cus-dep.el: Require CL at compile-time only.
2266
2267 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
2268
2269 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
2270 (byte-compile-warnings): New warning `noruntime'.
2271 (byte-compile-constants, byte-compile-variables): Fix docstring.
2272 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
2273 execute `eval-whenc-compile's body.
2274 (byte-compile-unresolved-functions): Fix docstring.
2275 (byte-compile-eval): New function.
2276 (byte-compile-callargs-warn): Check if the function will be available
2277 at runtime (via property `byte-compile-noruntime').
2278 (byte-compile-print-syms): New function.
2279 (byte-compile-warn-about-unresolved-functions): Also warn about
2280 `noruntime' functions (and use `byte-compile-print-syms').
2281 (byte-compile-file): Capitalize the message.
2282
2283 2000-03-24 Gerd Moellmann <gerd@gnu.org>
2284
2285 * mail/rmail.el (rmail-confirm-expunge): New user-option.
2286 (rmail-expunge): Ask for confirmation depending on the setting
2287 of rmail-confirm-expunge.
2288
2289 2000-03-23 Gerd Moellmann <gerd@gnu.org>
2290
2291 * Makefile (bootstrap-clean): If $(emacs) exists, build
2292 loaddefs.el first. A loaddefs.el that's not up-to-date might
2293 cause a bootstrap failure because things don't autoload as
2294 expected.
2295
2296 2000-03-23 Dave Love <fx@gnu.org>
2297
2298 * net/browse-url.el: Restore previous use of
2299 browse-url-maybe-new-window.
2300
2301 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2302
2303 * ps-print.el: Skip banner page fix.
2304 (ps-print-version): New version number (5.1.2).
2305 (ps-begin-file, ps-end-file, ps-generate): Code fix.
2306
2307 2000-03-23 Dave Pearson <davep@davep.org>
2308
2309 * net/quickurl.el Changed the type of parameter passed to the
2310 function defined by `quickurl-format-function'. Before only the
2311 text of the URL was passed. Now the whole URL structure is passed
2312 and the function is responsible for extracting the parts it
2313 requires. Changed the default of `quickurl-format-function'
2314 accordingly.
2315 (quickurl-insert): Changed the `funcall' of
2316 `quickurl-format-function' to match the above change.
2317 (quickurl-list-insert): Changed the `url' case so that it makes
2318 use of `quickurl-format-function', previous to this the format was
2319 hard wired.
2320
2321 2000-03-22 Gerd Moellmann <gerd@gnu.org>
2322
2323 * startup.el: Change some spellings for the X Window System.
2324
2325 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
2326
2327 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
2328 up the code and the regexp and make sure the cursor is temporarily
2329 moved to the suspicious line while querying the user.
2330
2331 2000-03-22 Jason Rumney <jasonr@gnu.org>
2332
2333 * w32-fns.el (w32-charset-info-alist): Initialize.
2334
2335 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2336
2337 * ps-print.el: N-up last page fix.
2338 (ps-print-version): New version number (5.1.1).
2339 (ps-end-file, ps-end-job, ps-generate): Code fix.
2340
2341 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
2342
2343 * files.el (find-file-run-dired): Update docstring.
2344 (find-directory-functions): New hook.
2345 (find-file-noselect): Run find-directory-functions rather than
2346 calling dired directly.
2347
2348 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
2349
2350 * pcvs.el: Add a minimal leading commentary.
2351 (cvs-make-cvs-buffer): Change the header part by removing the startup
2352 message and adding a `Module' entry. Also replace the FOOTER and
2353 HEADER special fileinfos with the new support in ewoc for updating
2354 its own footer and header.
2355 (cvs-update-header): Update to use the header/footer of the ewoc.
2356 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
2357 (cvs-is-within-p): New function.
2358 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
2359 to only examine some subset of the buffers.
2360
2361 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
2362 `format' instead of our own ad-hoc functions.
2363 Remove HEADER and FOOTER cases, now handled in the EWOC.
2364 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
2365
2366 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
2367 output to avoid scaring the user.
2368 (cvs-parse-table): Catch message for non-up-to-date commits.
2369
2370 * pcvs-defs.el (cvs-startup-message): Remove.
2371 (cvs-global-menu): New autoloaded menu.
2372
2373 * pcvs-util.el (cvs-string-fill): Remove.
2374
2375 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
2376 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
2377 PP part of it and also make it work for footers and headers.
2378 (ewoc-create): Drop POS and BUFFER arguments.
2379 Use the DLL's dummy node to store the end-of-footer position.
2380 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
2381 (ewoc-refresh): Remove unused `header' variable.
2382 (ewoc-(get|set)-hf): New functions.
2383
2384 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
2385 log-view-*-(message|file) and use easy-mmode-define-navigation.
2386 (log-view-message-re): Match SCCS format as well.
2387 And match the revision line rather than the dashed separator line.
2388 (log-view-mode): Use the new define-derived-mode.
2389 (log-view-current-tag): Fill in with an actual implementation.
2390
2391 * cvs-status.el (cvs-status-(prev|next)): Rename from
2392 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
2393 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
2394 to let the output "breathe" a little more (more readable).
2395 (cvs-status-mode): Use the new define-derived-mode.
2396
2397 * smerge-mode.el (smerge-auto-leave): New function and variable.
2398 (smerge-basic-map): Rename from smerge-basic-keymap.
2399 Change the bindings for smerge-diff-*.
2400 (smerge-*-map): Use easy-mmode-defmap.
2401 (smerge-(next|prev)): Use easy-mmode-define-navigation.
2402 (smerge-keep-*): Use smerge-auto-leave.
2403
2404 2000-03-21 Jason Rumney <jasonr@gnu.org>
2405
2406 * cus-edit.el (custom-button-face): Use 3D look for w32.
2407 (custom-button-pressed-face): Likewise.
2408
2409 2000-03-21 Gerd Moellmann <gerd@gnu.org>
2410
2411 * progmodes/etags.el (tags-case-fold-search): New user-option.
2412 (tags-loop-eval): New function. Bind case-fold-search around eval
2413 depending on the value of tags-case-fold-search.
2414 (tags-loop-continue): Use tags-loop-eval.
2415 (find-tag-in-order): Bind case-fold-search depending on the value
2416 of tags-case-fold-search.
2417
2418 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
2419
2420 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
2421 (diff-end-of-hunk): Return the end position for use in
2422 `easy-mmode-define-navigation'.
2423 (diff-recenter): Remove.
2424 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
2425 of `easy-mmode-define-navigation'.
2426 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
2427 previous renaming) and fix to use new names.
2428 (diff-merge-strings): Use \n as separator: simpler, faster.
2429 (diff-mode): Use `define-derived-mode'.
2430
2431 * derived.el (define-derived-mode): Don't autoload anymore.
2432 Prefer the macro-only version provided by easy-mmode.el.
2433
2434 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
2435 `easy-mmode-define-derived-mode'.
2436 Use `combine-run-hooks'.
2437 (easy-mmode-define-navigation): New macro.
2438
2439 * subr.el (combine-run-hooks): New function.
2440
2441 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
2442
2443 * term/x-win.el: Fontsets related initialization is simplified.
2444
2445 * international/mule-diag.el (describe-font): Don't refer to
2446 global-fontset-alist, instead call font-list.
2447 (describe-fontset, list-fontsets, mule-diag): Likewise.
2448 (print-fontset): Adjusted for the change of fontset
2449 implementation.
2450
2451 * international/fontset.el (x-charset-registries): Variable
2452 removed, instead the corresponding data is stored in the default
2453 fontset.
2454 (register-alternate-fontnames): Function removed.
2455 (resolved-ascii-font): Variable removed.
2456 (x-compose-font-name): Ignore the second argument REDOCE.
2457 (x-complement-fontset-spec): Complement only an ASCII font and
2458 element for those charsets than can use that ASCII font.
2459 (generate-fontset-menu): Don't refer to global-fontset-alist,
2460 instead call fontset-list.
2461 (uninstantiated-fontset-alist): Variable removed.
2462 (x-style-funcs-alist): Likewise.
2463 (fontset-default-styles): Likewise.
2464 (x-modify-font-name): Function removed.
2465 (create-fontset-from-fontset-spec): Ignore the argument
2466 STYLE-VARIANT.
2467 (create-fontset-from-ascii-font): Docsting adjusted for the above
2468 change.
2469 (instantiate-fontset, resolve-fontset-name): Functions removed.
2470 (fontset-list): Now implemented by C code.
2471
2472 * faces.el (read-face-font): Fix TABLE arg to completing-read.
2473 (describe-face): Include `font' attribute in the description.
2474
2475 2000-03-21 Kenichi Handa <handa@etl.go.jp>
2476
2477 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
2478
2479 2000-03-20 Gerd Moellmann <gerd@gnu.org>
2480
2481 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
2482 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
2483 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
2484
2485 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
2486 about behavior of set-buffer-modified-p wrt redisplay.
2487
2488 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2489
2490 * view.el (view-mode-disable): Kill local binding of view-read-only.
2491
2492 2000-03-18 Gerd Moellmann <gerd@gnu.org>
2493
2494 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
2495 is a string, convert it to a syntax cell using string-to-syntax.
2496
2497 * simple.el (syntax-code-table, syntax-flag-table): New variables.
2498 (string-to-syntax): New function.
2499
2500 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
2501 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
2502 try to use passive ftp mode.
2503
2504 2000-03-17 Gerd Moellmann <gerd@gnu.org>
2505
2506 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
2507
2508 * simple.el (append-to-buffer): Update point of windows after
2509 insertion.
2510
2511 * abbrev.el (inverse-add-abbrev): Identify word by first moving
2512 forward then moving backward. Reindent.
2513
2514 * frame.el (other-frame): Call x-focus-frame only if
2515 focus-follows-mouse is off.
2516
2517 2000-03-17 Dave Love <fx@gnu.org>
2518
2519 * pcvs-util.el (cvs-strings->string): Rename
2520 replace-regexps-in-string.
2521
2522 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
2523
2524 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
2525 regexp for labels cannot span several lines.
2526
2527 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
2528 `(setq :<key> ':<key>)' to the macro expansion.
2529
2530 2000-03-16 Dave Love <fx@gnu.org>
2531
2532 * progmodes/f90.el (f90): Put custom group under `languages', not
2533 `fortran'.
2534 (f90-mode-hook): Customize.
2535 (f90-mode): Set add-log-current-defun-function.
2536 (f90-current-defun): New function.
2537
2538 2000-03-16 Gerd Moellmann <gerd@gnu.org>
2539
2540 * cus-edit.el (custom-variable-tag-face): Handle case that
2541 default face's height is not a number.
2542 (custom-face-tag-face, custom-group-tag-face-1)
2543 (custom-group-tag-face): Ditto.
2544 (custom-group-tag-face-1): Add :group.
2545
2546 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
2547
2548 2000-03-15 Gerd Moellmann <gerd@gnu.org>
2549
2550 * pcvs-defs.el (toplevel): Remove autoload cookie for form
2551 requiring easymenu.
2552
2553 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2554
2555 * ps-print.el: PostScript user-defined prologue, PostScript error
2556 handler, doc fix.
2557 (ps-print-version): New version number (5.1).
2558 (ps-user-defined-prologue, ps-error-handler-message)
2559 (ps-print-prologue-0, ps-error-handler-alist): New vars.
2560 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
2561 (ps-insert-string): New function.
2562
2563 2000-03-15 Kenichi Handa <handa@etl.go.jp>
2564
2565 * international/ccl.el (ccl-compile-expression): Don't generate
2566 invalid self-assignment code.
2567
2568 2000-03-14 Dave Love <fx@gnu.org>
2569
2570 * subr.el (replace-regexp-in-string): Renamed from
2571 replace-regexps-in-string. Doc fix.
2572
2573 2000-03-12 Dave Love <fx@gnu.org>
2574
2575 * cus-edit.el: Doc fixes.
2576 (customize-set-variable, customize-save-variable): Rename args for
2577 doc.
2578 (custom-variable-tag-face, custom-face-tag-face)
2579 (custom-group-tag-face-1, custom-group-tag-face): Modify from
2580 style which user identify as hyperlink.
2581 (hook): Don't add undefined functions to the hook.
2582 (debug-ignored-errors): Transfer message from bindings.el.
2583
2584 2000-03-12 Gerd Moellmann <gerd@gnu.org>
2585
2586 * recentf.el (recentf-keep-non-readable-files-p): Remove
2587 double/nested definition.
2588
2589 2000-03-12 Dave Love <fx@gnu.org>
2590
2591 * facemenu.el (facemenu-get-face): Use display-color-p.
2592 * enriched.el (enriched-decode-foreground): Likewise.
2593 (enriched-decode-background): Likewise.
2594 * isearch.el (isearch-highlight): Likewise.
2595 * info-look.el (info-lookup): Likewise.
2596 * simple.el (completion-setup-function): Likewise.
2597
2598 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
2599 :options.
2600
2601 * bindings.el (mode-line-format): Fix line-number and
2602 column-number items. Add help-echo for the background.
2603 (mode-line-mule-info): Modify help-echo.
2604
2605 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
2606 defcustom.
2607
2608 * files.el (load-file): Allow completion to .elc.
2609
2610 * man.el: Doc fixes.
2611 (Man-init-defvars): Use display-color-p to set fontification.
2612
2613 * play/hanoi.el (hanoi-internal): Don't use oddp.
2614
2615 2000-03-12 Gerd Moellmann <gerd@gnu.org>
2616
2617 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
2618
2619 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
2620
2621 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
2622
2623 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
2624 Fix comment.
2625
2626 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
2627
2628 * font-lock.el (font-lock-keywords): Fix the doc now that
2629 regexp-opt-depth is unnecessary.
2630 (save-buffer-state): Set an edebug spec.
2631 (font-lock-fontify-anchored-keywords): Properly handle the case when
2632 the matcher goes past the limit.
2633
2634 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
2635 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
2636
2637 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
2638 dll.el and cookie.el (from Elib) with heavy renaming and other
2639 massaging.
2640
2641 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
2642 Autoload the functions used.
2643 (easy-mmode-define-syntax): Fix CL typo.
2644 (easy-mmode-define-derived-mode): Improve the docstring generation.
2645
2646 2000-03-10 Gerd Moellmann <gerd@gnu.org>
2647
2648 * textmodes/texinfo.el (texinfo-version): Variable and function
2649 removed.
2650
2651 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
2652
2653 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
2654 allow more flexibility.
2655 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
2656 fns.
2657 (easy-mmode-defmap, easy-mmode-defsyntax)
2658 (easy-mmode-define-derived-mode): New macros.
2659
2660 2000-03-09 Didier Verna <didier@xemacs.org>
2661
2662 * rect.el (replace-rectangle): New function.
2663
2664 2000-03-09 Dave Love <fx@gnu.org>
2665
2666 * progmodes/fortran.el (fortran-comment-line-start): Define as
2667 "C".
2668 (fortran-comment-line-start-skip): Don't match cpp stuff.
2669 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
2670 (fortran-mode-map): Remove over-eager custom-menu-create for now.
2671 (fortran-mode): Don't set fortran-comment-line-start-skip,
2672 fortran-comment-line-start here. Set comment-start,
2673 add-log-current-defun.
2674 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
2675 (fortran-current-defun): New function.
2676
2677 2000-03-09 Gerd Moellmann <gerd@gnu.org>
2678
2679 * emacs-lisp/re-builder.el: New file.
2680
2681 * mouse.el (mouse-drag-region): Don't run up-event handler
2682 if hscroll has changed.
2683
2684 * octave-mod.el (octave-font-lock-keywords): To font-lock the
2685 builtin operators, use `font-lock-builtin-face' for Emacs and
2686 `font-lock-preprocessor-face' otherwise.
2687
2688 * font-lock.el (lisp-font-lock-keywords-1): Highlight
2689 `(defun (setf foo)' differently.
2690
2691 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
2692
2693 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
2694 (regexp-opt): Update comment and adapt the code the new meaning of
2695 the `paren' argument of regex-opt-group for shy-groups.
2696 (regexp-opt-depth): Handle shy groups as well as backslashed
2697 backslashes.
2698 (regexp-opt-group): Turn the leading comment into a docstring.
2699 Allow `paren' to be a string (the string to use to open a group).
2700 Remove open-presuf and close-presuf. Instead of checking for `all
2701 one-char' and then later on check for `several one-char', handle
2702 both cases close together. Also apply a more generic algorithm
2703 for suffixes (the mirror image of the algorithm used for
2704 prefixes). Use shy-groups. Use nreverse rather than reverse.
2705 (regexp-opt-try-suffix): Removed.
2706
2707 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
2708 from comint-mode-map, so we can just inherit from it. Also, move
2709 the initialization into the `defvar' since there's no docstring
2710 anyway and it's fairly short.
2711 (inferior-scheme-mode): Define it as derived-mode: the code is
2712 shorter and this way we inherit from comint-mode-map rather than
2713 copying it.
2714
2715 * subr.el (replace-regexps-in-string): Properly handle the case
2716 where we match an empty string.
2717
2718 * comint.el (comint-exec-1): Add the current-dir to the exec-path
2719 when the command has a directory component (such as "./testml").
2720 Also fix a typo in the comment.
2721
2722 2000-03-08 Gerd Moellmann <gerd@gnu.org>
2723
2724 * Makefile (compile-files): Compile files one by one because
2725 that's the only way to ensure a clean compilation environment for
2726 each individual file.
2727
2728 * frame.el (other-frame): Call x-focus-frame.
2729
2730 2000-03-07 Dave Love <fx@gnu.org>
2731
2732 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
2733 :require to defcustom.
2734
2735 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
2736 lists.
2737
2738 * files.el (auto-mode-alist): Add configure.in.
2739
2740 * progmodes/autoconf.el: New file.
2741
2742 2000-03-07 Gerd Moellmann <gerd@gnu.org>
2743
2744 * mail/mh-e.el: Change maintainer to `none'.
2745
2746 * recentf.el (recentf-keep-non-readable-files-p): Quote args
2747 to remove-hook and add-hook.
2748
2749 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2750
2751 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
2752 it as the default.
2753 (mail-send): Test mail-send-nonascii also for the new `mime' value.
2754 (sendmail-send-it): Conditionally add MIME headers specifying the
2755 used character set.
2756
2757 2000-03-07 Dave Love <fx@gnu.org>
2758
2759 * winner.el: Fix keywords, autoload cookies. Split
2760 eval-when-compile form to avoid compilation failure.
2761
2762 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
2763
2764 * international/mule.el: Modify comment about coding system
2765 property `coding-category'.
2766 (make-coding-system): New argument EOL-TYPE. Pay attention to
2767 coding-category property of PROPERTIES.
2768
2769 * international/mule-conf.el (coding-category-utf-8,
2770 coding-category-utf-16-be, coding-category-utf-16-le): New coding
2771 categories. Include them in the argument for set-coding-priority.
2772
2773 * international/mule-cmds.el (reset-language-environment): Include
2774 coding-category-utf-8, coding-category-utf-16-be, and
2775 coding-category-utf-16-le in the argument for set-coding-priority.
2776 (reset-language-environment): Initialize coding-category-utf-8,
2777 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
2778
2779 2000-03-06 Karl Fogel <kfogel@red-bean.com>
2780
2781 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
2782 code abstracted out of `bookmark-jump-noselect'. Now tries info
2783 extensions as well as compression extensions.
2784 (bookmark-jump-noselect): Use above new func.
2785
2786 2000-03-03 Gerd Moellmann <gerd@gnu.org>
2787
2788 * strokes.el: Change maintainer's mail address.
2789
2790 2000-03-03 Kenichi Handa <handa@etl.go.jp>
2791
2792 * international/mule-diag.el (list-character-sets): Make help-echo
2793 string by substitute-command-keys.
2794 (list-character-sets): Likewise.
2795 (sort-listed-character-sets): Call help-setup-xref.
2796
2797 2000-03-02 Gerd Moellmann <gerd@gnu.org>
2798
2799 * time.el (display-time-mail-file): Add `none' to the list of
2800 choices.
2801
2802 2000-03-01 Dave Love <fx@gnu.org>
2803
2804 * help.el (help-xref-go-back): Don't try to set position.
2805
2806 * international/mule-diag.el (list-character-sets): Call
2807 help-setup-xref. Add help-echo to xrefs.
2808 (list-character-sets-1): Add help-echo to xrefs.
2809
2810 2000-03-02 Gerd Moellmann <gerd@gnu.org>
2811
2812 * frame.el (blink-cursor-mode): Switch cursor on when turning
2813 the mode off.
2814
2815 * add-log.el (add-log-current-defun): Add support for
2816 Autoconf mode.
2817
2818 * mail/rmail.el (rmail-quit-hook): New variable.
2819
2820 2000-03-01 Dave Love <fx@gnu.org>
2821
2822 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
2823
2824 * help.el (help-xref-button): Add help-echo arg.
2825 (describe-function-1, describe-variable, help-make-xrefs): Use it.
2826
2827 * faces.el (list-faces-display): Supply help-echo with
2828 help-make-xrefs.
2829
2830 * facemenu.el (list-text-properties-at): Set help-xref-stack to
2831 nil.
2832
2833 2000-03-01 Gerd Moellmann <gerd@gnu.org>
2834
2835 * image.el (defimage): Look for image files in load-path.
2836
2837 * frame.el (busy-cursor-delay-seconds): Change type to
2838 `number'.
2839
2840 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2841
2842 * recentf.el (recentf): Added version tag to the defgroup of
2843 recentf.
2844
2845 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2846
2847 * recentf.el (recentf-cleanup): Changed to remove excluded file
2848 too.
2849 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
2850 action to select/unselect a file.
2851 (recentf-edit-list): Code cleanup and improvement.
2852 (recentf-open-more-files-action): `recentf-open-more-files' button
2853 widget action to open a file.
2854 (recentf-open-more-files): No more use standard completion but
2855 widgets.
2856 (recentf-more-collection): Deleted.
2857 (recentf-more-history): Deleted.
2858 (recentf-setup-more-completion): Deleted.
2859
2860 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2861
2862 * recentf.el (recentf-mode): No more needs that Emacs is running
2863 under a window-system.
2864
2865 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2866
2867 * recentf.el (recentf-edit-list): New command to edit the recent
2868 list which allow the user to remove files.
2869 (recentf-edit-selected-items): New global variable, used by
2870 `recentf-edit-list' to hold the list of files to be removed from
2871 the recent list.
2872 (recentf-make-menu-items): Updated to display a "Edit list..."
2873 menu item. Minor code cleanup.
2874
2875 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2876
2877 * recentf.el (recentf-open-more-files): New command to open files
2878 that are not displayed in the menu.
2879 (recentf-more-collection): New global variable holding the set of
2880 permissible completions used by `recentf-open-more-files'.
2881 (recentf-more-history): New global variable holding the history list
2882 used by `recentf-open-more-files' completion.
2883 (recentf-setup-more-completion): New function to setup completion for
2884 `recentf-open-more-files'.
2885 (recentf-make-menu-items): Updated to display a "More..." menu item.
2886
2887 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2888
2889 * recentf.el (recentf-menu-action): Doc fixed.
2890
2891 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2892
2893 * recentf.el (recentf-menu-filter): Doc updated.
2894 (recentf-update-menu-hook): Allow menu filters to force menu update.
2895 (recentf-make-menu-items): New menu filter handling.
2896 (recentf-make-menu-item): New helper function.
2897 (recentf-menu-elements): New menu handling function.
2898 (recentf-sort-ascending): Updated to new menu filter handling.
2899 (recentf-sort-descending): Updated to new menu filter handling.
2900 (recentf-sort-basenames-ascending): New menu filter function.
2901 (recentf-sort-basenames-descending): New menu filter function.
2902 (recentf-show-basenames): New menu filter function.
2903 (recentf-show-basenames-ascending): New menu filter function.
2904 (recentf-show-basenames-descending): New menu filter function.
2905
2906 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2907
2908 * diary-lib.el (list-diary-entries): Don't try to go forward at
2909 the end of the buffer.
2910
2911 2000-02-29 Kenichi Handa <handa@etl.go.jp>
2912
2913 * international/mule-diag.el (list-character-sets): Completely
2914 rewritten.
2915 (sort-listed-character-sets): New function.
2916 (list-character-sets-1): Completely rewritten.
2917 (list-character-sets-2): New function.
2918 (non-iso-charset-alist): New variable.
2919 (decode-codepage-char): New function.
2920 (charset-history): New variable.
2921 (read-charset) (list-block-of-chars)
2922 (list-iso-charset-chars)
2923 (list-non-iso-charset-chars)
2924 (list-charset-chars): New functions.
2925 (mule-diag): Call list-character-sets-2, not
2926 list-character-sets-2.
2927 (dump-charsets): Likewise.
2928
2929 2000-02-29 Gerd Moellmann <gerd@gnu.org>
2930
2931 * dired-x.el (dired-filename-at-point): Add `@' to valid
2932 file name characters.
2933 (dired-filename-at-point): Handle ange-ftp file names.
2934
2935 * frame.el (frame-notice-user-settings): Use assq-delete-all
2936 instead of assoc-delete-all.
2937 (frame-notice-user-settings): Ditto.
2938
2939 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
2940 Don't copy alist.
2941
2942 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
2943
2944 * calculator.el (calculator-use-menu): New option.
2945 (calculator-initial-bindings): Changed some bindings to work as
2946 macros.
2947 (calculator-forced-input): Removed.
2948 (calculator-restart-other-mode): New variable.
2949 (calculator-mode-map): Set up menu.
2950
2951 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
2952
2953 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
2954 tags.
2955
2956 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
2957
2958 * viper-cmd.el (viper-envelop-ESC-key): added the option to
2959 translate all ESC key sequences.
2960 (viper-goto-mark-subr): restore markers for files for which
2961 they were saved.
2962 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
2963 * viper-util.el (viper-set-replace-overlay-glyphs,
2964 viper-set-replace-overlay): always check if the replacement
2965 overlay is live.
2966 * viper.el (viper-vi-state-mode-list): added major modes.
2967 * ediff-wind.el: minor comment changes.
2968 * ediff.el: copyright notice date fix.
2969
2970 2000-02-27 Jason Rumney <jasonr@gnu.org>
2971
2972 * faces.el (face-font-family-alternatives): Add arial to helv.
2973 (mode-line, header-line, tool-bar): Same default as x for w32.
2974 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
2975 face-font-family-alternatives from working.
2976 * term/w32-win.el (mouse-set-font): Do not build fontset from
2977 chosen font.
2978
2979 2000-02-25 Sam Steingold <sds@goems.com>
2980
2981 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
2982 properly.
2983
2984 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2985
2986 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
2987
2988 2000-02-25 Gerd Moellmann <gerd@gnu.org>
2989
2990 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
2991 writable.
2992
2993 * frame.el (busy-cursor-delay-seconds): New option.
2994
2995 2000-02-24 Gerd Moellmann <gerd@gnu.org>
2996
2997 * frame.el (show-cursor-in-non-selected-windows): New option.
2998
2999 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3000
3001 * diary-lib.el (include-other-diary-files): Undo the selective
3002 display in any included file and don't kill it.
3003
3004 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
3005
3006 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
3007 bar. Menu items converted to (menu-item format, help strings
3008 added.
3009 [downcase, upcase]: Don't enable on MS-DOS.
3010 [symlink, symlinks]: Don't show if make-symbolic-link is not
3011 bound.
3012 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
3013
3014 2000-02-23 Dave Love <fx@gnu.org>
3015
3016 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
3017 (backward-kill-word): Revert addition of * to interactive spec --
3018 it's a feature.
3019
3020 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
3021 (backward-kill-sentence, kill-sentence): Likewise.
3022
3023 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
3024 scratch buffer name.
3025 (gud-format-command): Use int-to-string in ?l case. Simplify
3026 slightly.
3027
3028 * term/w32-win.el (internal-face-interactive): Update prompt for
3029 new read-face-name.
3030
3031 * mail/footnote.el (footnote): Add :version to defgroup.
3032 (footnote-section-tag-regexp): Customize.
3033 (footnote-start-tag, footnote-end-tag): New option.
3034 (footnote-latin-regexp): New variable.
3035 (Footnote-latin): New function.
3036 (footnote-style-alist): Add element for latin style.
3037 (footnote-style): Moved.
3038 (Footnote-goto-footnote): Use eq to test arg.
3039
3040 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
3041
3042 * emacs-lisp/byte-opt.el: Change old backquote syntax.
3043 (byte-compile-trueconstp): Include keywords.
3044 (byte-optimize-quote, byte-optimize-lapcode): Use
3045 byte-compile-const-symbol-p.
3046 (byte-optimize-char-before): New optimization.
3047
3048 * emacs-lisp/bytecomp.el: Change old backquote syntax.
3049 (byte-compile-const-symbol-p): New function.
3050 (byte-compile-constp, byte-compile-out-toplevel)
3051 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
3052 Use it.
3053
3054 * subr.el (define-key-after): Default AFTER to t. Doc fix.
3055
3056 2000-02-23 Kenichi Handa <handa@etl.go.jp>
3057
3058 * international/encoded-kb.el: Be sure to update minor-mode-alist
3059 and minor-mode-map-alist.
3060 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
3061 codes SS2 and SS3 correctly.
3062 (encoded-kbd-self-insert-ccl): New function.
3063 (encoded-kbd-setup-keymap): New function.
3064 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
3065 by calling encoded-kbd-setup-keymap.
3066
3067 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
3068 characters.
3069 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
3070 locally.
3071
3072 2000-02-22 Dave Love <fx@gnu.org>
3073
3074 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
3075 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
3076 defvar.
3077 (lisp-mode-syntax-table): Set up for #|...|# comments.
3078 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
3079 classes. Match `defface'.
3080 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
3081 (eval-defun-1): Fix for defcustom.
3082 (lisp-indent-region): Doc fix.
3083
3084 * subr.el (when, unless, split-string): Doc fix.
3085 (read-passwd): Move call of clear-this-command-keys to the right
3086 place.
3087 (replace-regexps-in-string): New function.
3088
3089 2000-02-22 Gerd Moellmann <gerd@gnu.org>
3090
3091 * help.el (describe-variable): Set syntax table to
3092 emacs-lisp-mode-syntax-table when moving forward over the
3093 symbol's name.
3094
3095 2000-02-22 Dave Love <fx@gnu.org>
3096
3097 * xt-mouse.el: Doc fixes.
3098 (xterm-mouse-position-function): New function, replacing advice of
3099 mouse-position.
3100 (xterm-mouse-mode): Use it. Don't turn on under a window system.
3101
3102 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
3103
3104 2000-02-21 Gerd Moellmann <gerd@gnu.org>
3105
3106 * format.el (format-annotate-single-property-change): Handle
3107 properties.with dotted-list values.
3108 (format-proper-list-p): New function.
3109
3110 * enriched.el (enriched-face-ans): Handle '(foreground-color
3111 . COLOR) and (background-color . COLOR).
3112
3113 2000-02-20 Dave Love <fx@gnu.org>
3114
3115 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
3116 and assignments to it.
3117 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
3118 current local map.
3119 (make-flyspell-overlay): Use it.
3120 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
3121
3122 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
3123 (lm-get-header-re): Defun, not defsubst.
3124 (lm-get-package-name): Defun, not defsubst. Simplify.
3125 (lm-version): Doc fix. Simplify.
3126 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
3127 (lm-crack-address, lm-last-modified-date, lm-commentary)
3128 (lm-verify, lm-synopsis): Simplify.
3129 (lm-report-bug): Require emacsbug. Use compose-mail.
3130
3131 2000-02-20 Gerd Moellmann <gerd@gnu.org>
3132
3133 * dired.el (dired-mode): Call propertized-buffer-identification
3134 to set mode-line-buffer-identification to something having
3135 the right text properties.
3136
3137 * bindings.el (propertized-buffer-identification): New function.
3138
3139 2000-02-20 Dave Love <fx@gnu.org>
3140
3141 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
3142 check for t-mouse too.
3143
3144 * cus-start.el: Make echo-keystrokes `number'.
3145
3146 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
3147
3148 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
3149 Don't call ring-empty-p unless tags-location-ring is bound.
3150 From Noah Friedman <friedman@splode.com>.
3151
3152 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
3153
3154 * progmodes/hideshow.el (hs-flag-region): No longer use
3155 `intangible' overlay property.
3156
3157 (hs-toggle-hiding): New command.
3158 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
3159
3160 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
3161 Fix omission bug: Run `hs-minor-mode-hook' for both activation
3162 and deactivation.
3163
3164 2000-02-18 Gerd Moellmann <gerd@gnu.org>
3165
3166 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
3167
3168 2000-02-17 Gerd Moellmann <gerd@gnu.org>
3169
3170 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
3171
3172 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
3173 of `*' to handle `(* ... *)' comments.
3174
3175 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
3176
3177 * faces.el (list-faces-display): Use display-mouse-p instead of
3178 window-system.
3179
3180 * menu-bar.el (global-map): Menu-bar items converted to the new
3181 format (menu-item..., rearranged for better CUA compliance, and
3182 their names changed for better clarity. Help strings added.
3183
3184 * international/mule-cmds.el (mule-menu-keymap)
3185 (describe-language-environment-map, set-coding-system-map)
3186 (setup-language-environment-map): Convert to new (menu-item...
3187 form, add help strings. Change names of menu items for better
3188 clarity. "Mule" menu-bar item removed (it's now in the "Options"
3189 submenu).
3190
3191 2000-02-17 Gerd Moellmann <gerd@gnu.org>
3192
3193 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
3194 within the code.
3195
3196 2000-02-16 Dave Love <fx@gnu.org>
3197
3198 * faces.el: Don't require custom. Add more specific :groups to
3199 various deffaces.
3200 (set-face-attribute): Purecopy args.
3201 (read-face-name): Default to name at point and use it in prompt.
3202 Remove colon from arg in all callers.
3203 (list-faces-display): Hyperlink to face descriptions and customize
3204 buffers.
3205
3206 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
3207
3208 * wid-edit.el (widget-match-inline): An atom never matches a
3209 list.
3210
3211 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3212
3213 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
3214 at ':' characters by call to split-string.
3215
3216 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3217
3218 * textmodes/bibtex.el: Added RCS version identification.
3219
3220 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3221
3222 * textmodes/bibtex.el: Some temporary comments removed.
3223 (bibtex-field-name, bibtex-entry-type): Made the relationship
3224 explicit.
3225 (bibtex-field-const): Allow capital letters.
3226 (bibtex-start-of-string): Deleted because unused.
3227
3228 * textmodes/bibtex.el: Unified some nomenclature. We no longer
3229 use the term 'reference' to describe a bibtex entry as a whole.
3230 Further, reference keys are no longer called 'labels'.
3231 (bibtex-keys): Renamed to bibtex-reference-keys.
3232 (bibtex-reformat-previous-labels): Renamed to
3233 bibtex-reformat-previous-reference-keys.
3234 (bibtex-reference-type): Renamed to bibtex-entry-type.
3235 (bibtex-reference-head): Renamed to bibtex-entry-head.
3236 (bibtex-reference-maybe-empty-head): Renamed to
3237 bibtex-entry-maybe-empty-head.
3238 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
3239 (bibtex-search-reference): Renamed to bibtex-search-entry.
3240 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
3241 bibtex-enclosing-entry-maybe-empty-head.
3242 (bibtex-entry-field-alist, bibtex-entry-head,
3243 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
3244 bibtex-map-entries, bibtex-search-entry,
3245 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
3246 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3247 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
3248 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
3249 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
3250 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
3251 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
3252
3253 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3254
3255 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
3256 comment.
3257 (bibtex-format-field-delimiters): New function, functionality
3258 extracted from bibtex-format-entry.
3259 (bibtex-autokey-get-yearfield-digits): New function, functionality
3260 extracted from bibtex-autokey-get-yearfield.
3261
3262 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
3263 entries in order to avoid stack overflow in the regexp matcher if
3264 field contents become large.
3265 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
3266 bibtex-field-string-part-not-braced,
3267 bibtex-field-string-part-no-inner-braces,
3268 bibtex-field-string-part-1-inner-brace,
3269 bibtex-field-string-part-2-inner-braces,
3270 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
3271 bibtex-field-string-quoted, bibtex-field-string,
3272 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
3273 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
3274 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
3275 as parsing is now performed by the following functions.
3276 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
3277 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
3278 bibtex-parse-field-string, bibtex-search-forward-field-string,
3279 bibtex-parse-association, bibtex-field-name-for-parsing,
3280 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
3281 bibtex-search-forward-field, bibtex-search-backward-field,
3282 bibtex-start-of-field, bibtex-end-of-field,
3283 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
3284 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
3285 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
3286 bibtex-parse-string, bibtex-search-forward-string,
3287 bibtex-search-backward-string, bibtex-start-of-string,
3288 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
3289 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
3290 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
3291 entries. Instead of reporting the results of the parsing by
3292 match-beginning or match-end, these functions return data structures
3293 that hold the corresponding positions.
3294 (bibtex-enclosing-field): Changed to also report field boundaries by
3295 return values rather than by match-beginning or match-end. The
3296 following functions have been adapted to use the new parsing
3297 functions.
3298 (bibtex-skip-to-valid-entry, bibtex-search-reference,
3299 bibtex-enclosing-field, bibtex-format-entry,
3300 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
3301 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
3302 bibtex-print-help-message, bibtex-end-of-entry,
3303 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
3304 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3305 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
3306 method for parsing.
3307 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
3308 bibtex-map-entries, bibtex-flash-head,
3309 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
3310 bibtex-autokey-change, bibtex-autokey-get-namefield,
3311 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
3312 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3313 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
3314 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3315 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
3316 order to make the new binding of case-fold-search immediately
3317 visible.
3318
3319 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3320
3321 * textmodes/bibtex.el: Copyright notice is up to date.
3322 Added constant 'bibtex-maintainer-salutation.
3323
3324 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
3325 than make-temp-name, use match-string-no-properties and eliminate
3326 a quadratic behavior when building bibtex-strings.
3327
3328 * bibtex.el (bibtex-reference-key): Accept string entries whose
3329 reference key contains upper case letters.
3330
3331 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3332
3333 * bibtex.el (bibtex-reference-head): Allow entries to start with
3334 a new line.
3335
3336 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3337
3338 * bibtex.el: Hiding of entry bodies is not longer provided by
3339 bibtex.el directly. Instead the hideshow package can be used.
3340 Added a special bibtex entry to hs-special-modes-alist.
3341 (bibtex-hs-forward-sexp): Added for hideshow.el.
3342
3343 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3344
3345 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
3346 at ':' characters by call to split-string.
3347
3348 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3349
3350 * textmodes/bibtex.el: Added RCS version identification.
3351
3352 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3353
3354 * textmodes/bibtex.el: Some temporary comments removed.
3355 (bibtex-field-name, bibtex-entry-type): Made the relationship
3356 explicit.
3357 (bibtex-field-const): Allow capital letters.
3358 (bibtex-start-of-string): Deleted because unused.
3359
3360 * textmodes/bibtex.el: Unified some nomenclature. We no longer
3361 use the term 'reference' to describe a bibtex entry as a whole.
3362 Further, reference keys are no longer called 'labels'.
3363 (bibtex-keys): Renamed to bibtex-reference-keys.
3364 (bibtex-reformat-previous-labels): Renamed to
3365 bibtex-reformat-previous-reference-keys.
3366 (bibtex-reference-type): Renamed to bibtex-entry-type.
3367 (bibtex-reference-head): Renamed to bibtex-entry-head.
3368 (bibtex-reference-maybe-empty-head): Renamed to
3369 bibtex-entry-maybe-empty-head.
3370 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
3371 (bibtex-search-reference): Renamed to bibtex-search-entry.
3372 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
3373 bibtex-enclosing-entry-maybe-empty-head.
3374 (bibtex-entry-field-alist, bibtex-entry-head,
3375 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
3376 bibtex-map-entries, bibtex-search-entry,
3377 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
3378 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3379 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
3380 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
3381 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
3382 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
3383 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
3384
3385 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3386
3387 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
3388 comment.
3389 (bibtex-format-field-delimiters): New function, functionality
3390 extracted from bibtex-format-entry.
3391 (bibtex-autokey-get-yearfield-digits): New function, functionality
3392 extracted from bibtex-autokey-get-yearfield.
3393
3394 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
3395 entries in order to avoid stack overflow in the regexp matcher if
3396 field contents become large.
3397 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
3398 bibtex-field-string-part-not-braced,
3399 bibtex-field-string-part-no-inner-braces,
3400 bibtex-field-string-part-1-inner-brace,
3401 bibtex-field-string-part-2-inner-braces,
3402 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
3403 bibtex-field-string-quoted, bibtex-field-string,
3404 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
3405 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
3406 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
3407 as parsing is now performed by the following functions.
3408 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
3409 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
3410 bibtex-parse-field-string, bibtex-search-forward-field-string,
3411 bibtex-parse-association, bibtex-field-name-for-parsing,
3412 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
3413 bibtex-search-forward-field, bibtex-search-backward-field,
3414 bibtex-start-of-field, bibtex-end-of-field,
3415 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
3416 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
3417 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
3418 bibtex-parse-string, bibtex-search-forward-string,
3419 bibtex-search-backward-string, bibtex-start-of-string,
3420 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
3421 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
3422 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
3423 entries. Instead of reporting the results of the parsing by
3424 match-beginning or match-end, these functions return data structures
3425 that hold the corresponding positions.
3426 (bibtex-enclosing-field): Changed to also report field boundaries by
3427 return values rather than by match-beginning or match-end. The
3428 following functions have been adapted to use the new parsing
3429 functions.
3430 (bibtex-skip-to-valid-entry, bibtex-search-reference,
3431 bibtex-enclosing-field, bibtex-format-entry,
3432 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
3433 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
3434 bibtex-print-help-message, bibtex-end-of-entry,
3435 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
3436 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3437 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
3438 method for parsing.
3439 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
3440 bibtex-map-entries, bibtex-flash-head,
3441 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
3442 bibtex-autokey-change, bibtex-autokey-get-namefield,
3443 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
3444 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3445 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
3446 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3447 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
3448 order to make the new binding of case-fold-search immediately
3449 visible.
3450
3451 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3452
3453 * textmodes/bibtex.el: Copyright notice is up to date.
3454 Added constant 'bibtex-maintainer-salutation.
3455
3456 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
3457 than make-temp-name, use match-string-no-properties and eliminate
3458 a quadratic behavior when building bibtex-strings.
3459
3460 * bibtex.el (bibtex-reference-key): Accept string entries whose
3461 reference key contains upper case letters.
3462
3463 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3464
3465 * bibtex.el (bibtex-reference-head): Allow entries to start with
3466 a new line.
3467
3468 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3469
3470 * bibtex.el: Hiding of entry bodies is not longer provided by
3471 bibtex.el directly. Instead the hideshow package can be used.
3472 Added a special bibtex entry to hs-special-modes-alist.
3473 (bibtex-hs-forward-sexp): Added for hideshow.el.
3474
3475 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3476
3477 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
3478 proceedings entry type (for cross referencing). Thanks to Wagner
3479 Toledo Correa for the suggestion.
3480
3481 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
3482
3483 2000-02-14 Kenichi Handa <handa@etl.go.jp>
3484
3485 * international/characters.el: Setup case table for Vietnamese.
3486
3487 2000-02-12 Gerd Moellmann <gerd@gnu.org>
3488
3489 * uniquify.el (toplevel): Require CL at compile time.
3490 (uniquify-push): Removed.
3491
3492 * shadowfile.el (shadow-when): Removed.
3493
3494 * tempo.el (tempo-dolist, tempo-mapc): Removed.
3495 (tempo-process-and-insert-string): Use dolist instead of
3496 tempo-dolist.
3497
3498 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
3499 regexp for paragraph-start.
3500
3501 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
3502 commas as well.
3503
3504 2000-02-10 Dave Love <fx@gnu.org>
3505
3506 * wid-edit.el: (widgets) [defgroup]: Remove url link.
3507 (widget-color-choice-list, widget-color-history, widget-mouse-help):
3508 Deleted.
3509 (widget-specify-field, widget-specify-button): Don't use
3510 widget-mouse-help as help-echo property.
3511 (default): Use #'ignore for :validate and :mouse-down-action.
3512 (checkbox): Add help-echo.
3513 (widget-sexp-validate): Rewritten to clarify error messages.
3514 (character): Use char-valid-p in :match function.
3515 (widget-color-complete): Use facemenu-color-alist.
3516 (widget-color-action): Use facemenu-read-color.
3517
3518 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
3519 set up `caar' &c that we now have.
3520
3521 2000-02-09 Ray Blaak <blaak@gnu.org>
3522
3523 * delphi.el: Make resourcestring a declaration region, like const
3524 and var.
3525
3526 2000-02-09 Dave Love <fx@gnu.org>
3527
3528 * bindings.el (mode-line-input-method-map): New variable.
3529 (mode-line-mule-info): Use it; fix last change.
3530 (mode-line-mode-menu): Move definition.
3531 (mode-line-mouse-sensitive-p): Deleted.
3532 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
3533 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
3534 level.
3535
3536 * startup.el (command-line-1): Don't call
3537 make-mode-line-mouse-sensitive.
3538
3539 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
3540
3541 * mail/rmail.el (rmail-retry-failure): Use
3542 rmail-beginning-of-message before rmail-toggle-header, because the
3543 former toggles headers.
3544
3545 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
3546
3547 * diff-mode.el (diff-kill-junk): New interactive function.
3548 (diff-reverse-direction): Use delete-and-extract-region.
3549 (diff-post-command-hook): Restrict the area so that the hook also works
3550 outside of any diff hunk. This is necessary for the minor-mode.
3551 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
3552 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
3553
3554 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
3555 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
3556 so that it can be used more easily in <foo>-mode-hook. Also make sure
3557 to avoid duplicate entries.
3558 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
3559 (font-lock-remove-keywords): Just as was done for `add', allow it to
3560 work even if font-lock-mode is nil. Also make sure we don't modify
3561 any pre-existing list by forcing a copy-sequence. Finally rename
3562 `major-mode' to `mode'.
3563 (font-lock-fontify-syntactic-anchored-keywords)
3564 (font-lock-fontify-anchored-keywords)
3565 (font-lock-fontify-keywords-region): Use line-end-position.
3566 Don't make `font-lock-multiline' local (it's now done in
3567 font-lock-set-defaults).
3568 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
3569 move the `font-lock-fontified' creation to inside the `unless'.
3570
3571 2000-02-06 Andrew Innes <andrewi@gnu.org>
3572
3573 * term/w32-win.el (x-handle-args): Comment out call to message,
3574 which occurs before window system is initialized.
3575
3576 * makefile.nt: Add support for recompiling lisp code.
3577
3578 2000-02-04 Dave Love <fx@gnu.org>
3579
3580 * bindings.el (mode-line-mule-info): Fix/extend last change.
3581
3582 * completion.el: Replace completion-dolist with dolist.
3583
3584 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
3585 dotimes.
3586
3587 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
3588
3589 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
3590 environment names before they go into the section regexp.
3591
3592 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
3593 char class in regexp.
3594
3595 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
3596 `case-fold-search' to nil.
3597
3598 * progmodes/idlwave.el (idlwave-template): Respect
3599 `idlwave-abbrev-change-case'.
3600 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
3601 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
3602 idlwave-while): respect `idlwave-reserved-word-upcase'.
3603 (idlwave-rw-case): New function.
3604 (idlwave-statement-match): Fixed problem with assignment regexp.
3605 (idlwave-font-lock-keywords): Improved regexp for keyword
3606 parameters.
3607 (idlwave-surround): New argument LENGTH to support padding of
3608 operators longer than 1 char.
3609
3610 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
3611 idlwave-shell-expression-overlay. Implemented printing of
3612 expressions on higher levels of the calling stack.
3613 (idlwave-shell-display-level-in-calling-stack): Restore stack
3614 level.
3615 (idlwave-retrieve-expression-from-level): New function.
3616 (idlwave-shell-last-calling-stack): Variable removed.
3617 (idlwave-shell-reset): Argument action reversed (`visible' to
3618 `hidden'). Also remove stop-line overlay.
3619 (idlwave-shell-calling-stack-routine): New variable.
3620 (idlwave-shell-parse-stack-and-display): Messages now display
3621 negative level numbers.
3622 (idlwave-shell-mode): Set `modeline-format'.
3623 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
3624 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
3625 21.
3626 (idlwave-shell-print-expression-function): New option.
3627
3628 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
3629 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
3630 `tool-bar' instead of `toolbar'.
3631
3632 2000-02-02 Dave Love <fx@gnu.org>
3633
3634 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
3635 emacs-lisp-mode-hook. Don't check for defalias being defined.
3636
3637 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3638 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
3639 the new builtins directly.
3640
3641 * whitespace.el (whitespace): Add :version to defgroup.
3642
3643 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
3644 Doc fix.
3645
3646 * thingatpt.el (sexp-at-point, symbol-at-point)
3647 (number-at-point, list-at-point): Add autoload cookie.
3648
3649 * recentf.el (recentf): Add :version to defgroup.
3650
3651 * quickurl.el (quickurl): Add :version to defgroup.
3652
3653 * elide-head.el (elide-head): Use point-marker more.
3654
3655 * bs.el (bs): Add :version to defgroup.
3656
3657 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
3658
3659 * progmodes/delphi.el (delphi): Add :version to defgroup.
3660
3661 2000-02-02 Gerd Moellmann <gerd@gnu.org>
3662
3663 * ange-ftp.el (ange-ftp-write-region): Handle case that
3664 succeeding process operation sets a different coding system.
3665
3666 * calculator.el: New file.
3667
3668 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
3669
3670 * frame.el (frames-on-display-list, framep-on-display): New
3671 functions.
3672 (display-mouse-p, display-popup-menus-p, display-graphic-p)
3673 (display-selections-p, display-screens, display-pixel-width)
3674 (display-pixel-height, display-mm-width, display-mm-height)
3675 (display-backing-store, display-save-under, display-planes)
3676 (display-color-cells, display-visual-class): New functions.
3677
3678 * term/tty-colors.el (tty-color-gray-shades): New function.
3679
3680 * faces.el (display-color-p): Use framep-on-display.
3681 (display-grayscale-p): New function.
3682
3683 2000-01-31 Dave Love <fx@gnu.org>
3684
3685 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
3686 (create-fontset-from-x-resource): Don't concat integers.
3687
3688 2000-01-31 Inge Frick <inge@nada.kth.se>
3689
3690 * view.el: Some changes in documentation. Removed some trailing
3691 whitespace. Changed some parameter names to agree with
3692 documentation.
3693 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
3694 window is not deleted. Modifies change 1998-04-26.
3695
3696 2000-01-31 Gerd Moellmann <gerd@gnu.org>
3697
3698 * windmove.el: New file.
3699
3700 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
3701 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
3702 progmodes/ebnf-yac.el: Update copyright and license info.
3703
3704 * jit-lock.el (jit-lock-function): Widen before calculating end
3705 position.
3706 (jit-lock-stealth-chunk-start): Rewritten.
3707
3708 * info.el (Info-title-face-alist): Removed.
3709 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
3710 faces.
3711 (Info-fontify-node): Use these faces.
3712
3713 2000-01-30 Gerd Moellmann <gerd@gnu.org>
3714
3715 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
3716 (cl-macro-list1): Recognize `&allow-other-keys' instead of
3717 `&allow-other-keywords'.
3718
3719 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
3720 the list of directories scanned heuristically.
3721
3722 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
3723 exist.
3724
3725 2000-01-30 Jason Rumney <jasonr@gnu.org>
3726
3727 * w32-fns.el: Define w32-tty-standard-colors.
3728
3729 * startup.el (command-line): Use w32-tty-standard-colors when in
3730 w32 console mode.
3731
3732 2000-01-30 Dave Love <fx@gnu.org>
3733
3734 * jka-compr.el (jka-compr-load): Fix up load-history.
3735
3736 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
3737
3738 * emacs-lisp/cl-macs.el: Revert previous change.
3739
3740 2000-01-29 Dave Love <fx@gnu.org>
3741
3742 * facemenu.el: Purecopy various strings.
3743
3744 * timezone.el (timezone-fix-time): Window against 69 for two-digit
3745 years. Deal with three-digit years.
3746
3747 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
3748 defconst, purecopy.
3749 (help-back-label): Purecopy it.
3750
3751 2000-01-18 Gerd Moellmann <gerd@gnu.org>
3752
3753 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
3754 variable. If non-nil, order the buffer list according to the
3755 currently selected frame.
3756 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
3757 non-nil, pass the selected frame to function buffer-list.
3758
3759 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3760
3761 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
3762
3763 2000-01-28 Dave Love <fx@gnu.org>
3764
3765 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
3766
3767 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
3768 Don't use lisp-indent-hook property.
3769 (cl-abs): Remove.
3770
3771 * subr.el: Move out indent and edebug specs for when and unless.
3772
3773 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
3774 when, unless.
3775
3776 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
3777 unless, when.
3778
3779 2000-01-28 Gerd Moellmann <gerd@gnu.org>
3780
3781 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
3782 `collecting' as synonym for `collect'.
3783
3784 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
3785 for the case it contains spaces.
3786
3787 * simple.el (what-cursor-position): Change formatting of
3788 messages.
3789
3790 * frame.el (delete-other-frames): New function.
3791 (toplevel): Bind it to C-x 5 1.
3792
3793 * sort.el (sort-numeric-base): New option.
3794 (sort-numeric-fields): If number starts with `0' or `0[xX[',
3795 interpret it as octal or hexadecimal. Use sort-numeric-base
3796 as default base.
3797
3798 * progmodes/glasses.el: New file.
3799
3800 2000-01-27 Gerd Moellmann <gerd@gnu.org>
3801
3802 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
3803 userids differently.
3804
3805 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
3806 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
3807 progmodes/ebnf-yac.el: New files.
3808
3809 2000-01-26 Dave Love <fx@gnu.org>
3810
3811 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
3812 on a function with an empty body. [From Eric Ludlam.]
3813
3814 2000-01-25 Andre Spiegel <spiegel@gnu.org>
3815
3816 * vc.el (vc-version-diff): Make sure file name is expanded.
3817
3818 2000-01-25 Gerd Moellmann <gerd@gnu.org>
3819
3820 * scroll-bar.el (scroll-bar-timer): Variable removed.
3821 (scroll-bar-toolkit-scroll): Don't use a timer.
3822
3823 2000-01-25 Kenichi Handa <handa@etl.go.jp>
3824
3825 * language/thai-util.el (thai-composition-function): Delete
3826 superfluous `a'.
3827
3828 2000-01-24 Dave Love <fx@gnu.org>
3829
3830 * fortran.el (fortran-mode): Use beginning-of-defun-function,
3831 end-of-defun-function.
3832
3833 * font-lock.el (turn-on-font-lock): Don't depend on window-system
3834 &c.
3835
3836 2000-01-22 Jason Rumney <jasonr@gnu.org>
3837
3838 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
3839 conflicts with new face support.
3840
3841 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3842
3843 * replace.el (query-replace): Rename last arg to DELIMITED.
3844 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
3845 (query-replace-regexp): Likewise.
3846
3847 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3848
3849 * subr.el (with-syntax-table): Use make-symbol, not gensym.
3850
3851 * emacs-lisp/lisp.el (beginning-of-defun-function):
3852 Variable renamed from beginning-of-defun.
3853 Do not call make-variable-buffer-local.
3854 (beginning-of-defun-raw): Use new variable name; doc fix.
3855 (beginning-of-defun): Doc fix.
3856 (end-of-defun-function): Variable renamed from end-of-defun.
3857 Do not call make-variable-buffer-local.
3858 (end-of-defun): Use new variable name; doc fix.
3859
3860 * subr.el (dolist, dotimes): Copied from cl-macs.el
3861 and made to work.
3862
3863 * mail/undigest.el (rmail-digest-end-regexps):
3864 Variable replaces rmail-digest-end-regexp.
3865 Allows multiple regexps for detecting the end line.
3866 (undigestify-rmail-message): Corresponding changes.
3867
3868 2000-01-19 Dave Love <fx@gnu.org>
3869
3870 * files.el (user-init-file): Don't declare here -- is primitive.
3871
3872 * startup.el (command-line): Check for compiled user-init-file and
3873 set to uncompiled version if necessary.
3874
3875 2000-01-18 Gerd Moellmann <gerd@gnu.org>
3876
3877 * mail/undigest.el (rmail-digest-end-regexp): New user option.
3878 (undigestify-rmail-message): Use it.
3879
3880 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
3881
3882 2000-01-17 Gerd Moellmann <gerd@gnu.org>
3883
3884 * tmm.el (tmm-goto-completions): Adapt to prompt being part
3885 of mini-buffer.
3886
3887 2000-01-14 Gerd Moellmann <gerd@gnu.org>
3888
3889 * emacs-lisp/copyright.el (copyright-update): Removed the
3890 requirement for a trailing space from `copyright-regexp', to
3891 support copyrights with owner specified on a separate line..
3892
3893 * align.el: New file.
3894
3895 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
3896
3897 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
3898
3899 2000-01-13 Dave Love <fx@gnu.org>
3900
3901 * ph.el: Removed. (Obsoleted by EUDC.)
3902
3903 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3904
3905 * net/eudc.el (toplevel): Remove autoloaded code installing
3906 menu with easymenu, because that causes build problems.
3907
3908 * frame.el (frame-notice-user-settings): New variable.
3909 (frame-notice-user-settings): Don't modify frame parameters
3910 if called a second time.
3911
3912 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3913
3914 * frame.el (frame-notice-user-settings):
3915 Notice default-frame-parameters even for non-window frames.
3916
3917 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3918
3919 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
3920 for Emacs.
3921 (eudc-bob-can-display-inline-images): Extend for Emacs.
3922 (eudc-bob-toggle-inline-display): Ditto.
3923 (eudc-bob-display-jpeg): Ditto.
3924
3925 2000-01-12 Gerd Moellmann <gerd@gnu.org>
3926
3927 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3928 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
3929 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
3930
3931 * add-log.el (add-change-log-entry): Fix error trying an `(insert
3932 nil)'.
3933
3934 * subdirs.el: Add `net' directory.
3935
3936 * net: New directory.
3937
3938 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
3939 eval-last-sexp. Don't bind debug-on-error here.
3940 (eval-last-sexp): New function. Bind debug-on-error if
3941 eval-expression-debug-on-error is non-nil.
3942 (eval-defun-2, eval-defun): Likewise.
3943
3944 * simple.el (eval-expression): Don't bind debug-on-error if
3945 eval-expression-debug-on-error is nil. Detect changed
3946 debug-on-error, and propagate new value to global binding, if
3947 eval-expression-debug-on-error is non-nil,
3948 (eval-expression-debug-on-error): Change doc string.
3949
3950 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3951
3952 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
3953
3954 * emacs-lisp/lisp-mode.el (with-syntax-table):
3955 Set up lisp-indent-function property.
3956
3957 * subr.el (with-syntax-table): Moved from simple.el.
3958
3959 * simple.el (with-syntax-table): Moved to subr.el.
3960
3961 2000-01-11 Gerd Moellmann <gerd@gnu.org>
3962
3963 * tmm.el (tmm-shortcut): Delete region after prompt instead
3964 of erasing buffer.
3965
3966 * textmodes/fill.el (fill-common-string-prefix): New function.
3967 (fill-context-prefix): Use the longest common prefix of first
3968 and second line fill prefix, if there is one.
3969
3970 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3971
3972 * array.el (array-mode): Don't use make-variable-buffer-local.
3973 Use make-local-variable for `truncate-lines'.
3974
3975 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
3976
3977 * add-log.el (add-log-current-defun): Handle user-defined
3978 add-log-current-function returning nil,
3979
3980 * add-log.el (add-change-log-entry): Insert version number
3981 if having found a current function
3982
3983 * add-log.el (add-log-current-defun): Call
3984 `add-log-current-defun-function'. Try matches at level 0 and
3985 level 1. Strip whitespace from defun found.
3986
3987 2000-01-10 John Wiegley <johnw@gnu.org>
3988
3989 * allout.el (isearch-done/outline-provisions): Added `edit'
3990 argument to correspond with the current definition of
3991 `isearch-done'.
3992
3993 2000-01-10 Dave Love <fx@gnu.org>
3994
3995 * elide-head.el (elide-head): Use point-marker, not point.
3996
3997 2000-01-10 Gerd Moellmann <gerd@gnu.org>
3998
3999 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
4000 before and after the year 2000.
4001
4002 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
4003 Add ispell- prefix.
4004
4005 2000-01-10 Ken Stevens <k.stevens@ieee.org>
4006
4007 * ispell.el: Only define dictionaries in menus when they exist.
4008 (version18p): New variable.
4009 (version20p): New variable.
4010 (xemacsp): New variable.
4011 (ispell-choices-win-default-height): Fix for XEmacs visibility.
4012 (ispell-dictionary-alist1): Added Brasileiro dictionary.
4013 (ispell-dictionary-alist6): Russian command lines no longer accept
4014 run-together words.
4015 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
4016 (ispell-dictionary-alist): Add koi8-r to customize definition.
4017 (check-ispell-version): Added documentation string. Returns
4018 library path when called non-interactively.
4019 (ispell-menu-map-needed): Uses new variables.
4020 (ispell-library-path): New variable.
4021 (ispell-decode-string): XEmacs fix for bogus variable bindings.
4022 (ispell-word): Improved documentation string. Test for valid
4023 character mappings. Correctly check typed in word changes that can
4024 result in single words split into multiple words. Returns
4025 replacement word.
4026 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
4027 replace in recursive query replace mode. Help message for
4028 recursive edit mode.
4029 (ispell-show-choices): Protect against bad framepop bindings.
4030 (ispell-help): Fix to work with XEmacs.
4031 (ispell-highlight-spelling-error): Use new variables.
4032 (ispell-overlay-window): Fix to work with XEmacs.
4033 (ispell-parse-output): Passed and returns location information
4034 tracking spelling corrections. Doesn't recheck same word on
4035 current line.
4036 (ispell-init-process): Protect against bogus XEmacs variable binding.
4037 Fix call to single argument in sleep-for. Use new variables.
4038 (ispell-region): Passed and returns location information tracking
4039 spelling corrections. Doesn't check same word on current line.
4040 Improved documentation string. Doesn't resend a line already
4041 checked to the ispell process - fixes bug in LaTeX parsing.
4042 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
4043 (ispell-skip-region): No longer skips <TT> in SGML.
4044 (ispell-process-line): Tracks location information with spelling
4045 corrections. Added documentation string. Accounts for words
4046 already accepted on this line. Don't allow query-replace on line
4047 starting with math characters. Doesn't resend a line already sent
4048 to ispell process. Fixes alignment error bug.
4049
4050 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4051
4052 * dired-x.el (dired-guess-shell-alist-default):
4053 Suggest xloadimage, which is free, not xv, which isn't.
4054
4055 * ange-ftp.el (ange-ftp-file-name-nondirectory):
4056 Don't ever include the host name or user name in the value.
4057
4058 2000-01-09 Gerd Moellmann <gerd@gnu.org>
4059
4060 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
4061 of a real newline.
4062
4063 2000-01-09 Stephen Eglen <stephen@gnu.org>
4064
4065 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
4066 for .png files.
4067
4068 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
4069
4070 * cus-edit.el (custom-hook-convert-widget): Fix comment.
4071
4072 2000-01-09 Gerd Moellmann <gerd@gnu.org>
4073
4074 * progmodes/cperl-mode.el: Replace ^F with ^L.
4075
4076 * sendmail.el (toplevel): Provide `sendmail' when compiling
4077 before `require'ing rmail and mailalias to prevent infinite
4078 recursion.
4079
4080 2000-01-08 Dave Love <fx@gnu.org>
4081
4082 * emacs-lisp/backquote.el: Remove inappropriate customization
4083 (allowing custom.el to use backquote).
4084
4085 2000-01-07 Dave Love <fx@gnu.org>
4086
4087 * add-log.el (add-log-debugging): Deleted.
4088 (add-change-log-entry): Treat a backup FILE-NAME as its parent
4089 file. Remove debugging code.
4090 (change-log-get-method-definition, change-log-name): Add doc.
4091 (change-log-sortable-date-at): New function.
4092 (change-log-merge): New command.
4093
4094 * time.el (display-time-string-forms): Make the Mail string active.
4095 (display-time-update): Provide help-echo for load average.
4096
4097 * bindings.el (make-mode-line-mouse2-map): New function.
4098 (mode-line-modified): Use it and simplify.
4099 (mode-line-mule-info): Provide help-echo info.
4100 (minor-mode-alist): Activate the strings.
4101 (make-mode-line-mouse-sensitive): Simplify for
4102 mode-line-buffer-identification.
4103
4104 2000-01-07 Gerd Moellmann <gerd@gnu.org>
4105
4106 * play/pong.el: New file.
4107
4108 2000-01-06 Dave Love <fx@gnu.org>
4109
4110 * array.el: Assorted cleanups for compiler warnings, doc strings,
4111 `array-' prefix for symbols.
4112
4113 2000-01-05 Dave Love <fx@gnu.org>
4114
4115 * textmodes/outline.el (outline-mode-menu-bar-map): Add
4116 outline-headers-as-kill.
4117 (outline-mode): Define imenu-generic-expression.
4118 (outline-headers-as-kill): New command.
4119
4120 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
4121 from paragraph-start.
4122 (paragraph-indent-minor-mode): New command.
4123
4124 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
4125 M-C-e, M-C-h, C-j, C-xnd, TAB.
4126 (fortran-mode): Set beginning-of-defun, end-of-defun.
4127 (fortran-column-ruler): Simplify.
4128 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
4129 (fortran-with-subprogram-narrowing): Likewise.
4130 (fortran-indent-subprogram): Call mark-defun.
4131 (fortran-check-for-matching-do): Change narrowing.
4132
4133 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
4134 (cl-lucid-hash-tag): Delete.
4135 (cl-hash-table-p): Correct test for native table.
4136 (cl-hash-table-count): Use hash-table-count.
4137
4138 * browse-url.el (browse-url): Fix case of
4139 browse-url-browser-function being an alist.
4140
4141 2000-01-05 Carsten Dominik <cd@gnu.org>
4142
4143 * textmodes/reftex-vars.el (reftex-parse-file-extension)
4144 (reftex-index-phrase-file-extension): New options.
4145
4146 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
4147 Use new option `reftex-index-phrase-file-extension'.
4148
4149 * textmodes/reftex.el (reftex-access-parse-file): Use new option
4150 `reftex-parse-file-extension'.
4151
4152 2000-01-05 Dave Love <fx@gnu.org>
4153
4154 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
4155 (beginning-of-defun-raw): Use it.
4156 (end-of-defun): New variable.
4157 (end-of-defun): Use it.
4158 (check-parens): New command.
4159
4160 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
4161
4162 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
4163 (hs-show-block): Don't use `mapcar' when not accumulating.
4164
4165 Fix buglet in local variables initialization.
4166
4167 2000-01-05 Andreas Schwab <schwab@suse.de>
4168
4169 * hscroll.el (hscroll): Doc fix.
4170
4171 2000-01-05 Carsten Dominik <cd@gnu.org>
4172
4173 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
4174 idlw-toolbar.
4175
4176 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
4177 file idlw-rinfo.el.
4178 (idlwave-customize): load must read file idlw-shell.el.
4179 (idlwave-create-customize-menu): load must read file idlw-shell.el.
4180
4181 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
4182
4183 * progmodes/idlw-shell.el: Also provide idlwave-shell
4184 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
4185 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
4186
4187 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
4188 both reftex-dcr and reftex-vcr.
4189
4190 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
4191
4192 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4193
4194 * ps-print.el: PostScript code now is in separate files, doc fix.
4195 (ps-print-version): New version number (5.0.3).
4196 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
4197 local.
4198 (ps-spool-config): Initialization fix.
4199 (ps-print-prologue-1, ps-print-prologue-2)
4200 (ps-print-duplex-feature): PostScript code moved to separated file.
4201 (ps-background-image): Little code reformating.
4202 (ps-begin-file, ps-begin-job): Fix code.
4203 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
4204 (ps-prologue-file): New fun.
4205
4206 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4207
4208 * ps-vars.el: Eliminated.
4209
4210 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
4211 `;;;###autoload'.
4212
4213 * ps-print.el: ps-vars eliminated, doc fix.
4214 (ps-print-version): New version number (5.0.2).
4215 (ps-spool-config): Initialization fix.
4216 (ps-print-customize): New fun.
4217
4218 2000-01-04 Gerd Moellmann <gerd@gnu.org>
4219
4220 * autorevert.el (auto-revert-mode): Return value of
4221 auto-revert-mode.
4222
4223 2000-01-04 Dave Love <fx@gnu.org>
4224
4225 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
4226 menu items.
4227
4228 2000-01-03 Dave Love <fx@gnu.org>
4229
4230 * elide-head.el (elide-head) [defgroup]: Add :version.
4231
4232 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
4233 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
4234 `cl-hash-table-p', not `hash-table-p'.
4235 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
4236
4237 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
4238
4239 * faces.el (face-read-integer, read-face-attribute)
4240 (color-defined-p, color-values): unspecified-{f,b}g are now
4241 strings.
4242
4243 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
4244
4245 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
4246 at comment end, and re-insert them after filling.
4247
4248 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
4249
4250 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
4251 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
4252 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
4253
4254 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
4255
4256 * term/x-win.el (xw-defined-colors): Call color-supported-p,
4257 the new name of face-color-supported-p.
4258
4259 * term/w32-win.el (xw-defined-colors): Likewise.
4260
4261 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
4262
4263 * simple.el (completion-setup-function): Count completion-size
4264 from minibuffer-prompt-end, not from point-min.
4265
4266 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
4267
4268 * faces.el (read-face-attribute, defined-colors, color-defined-p):
4269 Pass the frame to tty-color-* functions.
4270 (display-color-p, frame-set-background-mode): Pass the frame to
4271 tty-display-color-p.
4272
4273 * term/tty-colors.el (tty-defined-color-alist): Renamed from
4274 tty-color-alist.
4275 (tty-color-alist, tty-modify-color-alist): New functions.
4276 (tty-color-define, tty-color-clear, tty-color-approximate)
4277 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
4278 an optional parameter FRAME.
4279
4280 2000-01-01 Gerd Moellmann <gerd@gnu.org>
4281
4282 * image.el (create-image, defimage): Don't assume image data is a
4283 string.
4284
4285 * image.el (defimage): Handle specifications containing :data
4286 instead of :file.
4287 (image-type-from-data): New function.
4288 (image-type-from-file-header): Use it.
4289 (create-image): Add parameter DATA-P.
4290
4291 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4292
4293 * echistory.el (electric-command-history): Call Command-history-setup
4294 and command-history-mode using their new conventions.
4295
4296 * chistory.el (Command-history-setup): Don't switch buffers. Take
4297 no args, and do not set major-mode, mode-name or the local map.
4298 (command-history-mode): New function, does some of those things
4299 Command-history-setup used to do.
4300 (list-command-history): Call command-history-mode, not
4301 Command-history-setup.
4302 (command-history): Renamed from command-history-mode.
4303
4304 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4305
4306 * arc-mode.el (archive-mode-map): Bind q to quit-window.
4307
4308 1999-12-31 William M. Perry <wmperry@aventail.com>
4309
4310 * image.el (defimage): Images with the `:data' keyword should be
4311 considered valid as well.
4312
4313 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4314
4315 * dired.el (dired-get-filename): Don't call file-name-absolute-p
4316 with FILE if FILE is nil.
4317
4318 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4319
4320 * simple.el (choose-completion-string): In minibuffer,
4321 do not delete the prompt string.
4322
4323 1999-12-30 Gerd Moellmann <gerd@gnu.org>
4324
4325 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
4326 assigned to mode-line-mode-menu because bindings.el is dumped with
4327 Emacs, and thus the lists used for menu-item definition will be
4328 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
4329 like pure menu item definitions.
4330
4331 * expand.el (expand-abbrev-hook): Return t if expansion was
4332 done, nil otherwise.
4333
4334 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4335
4336 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
4337 (tar-quit): Function deleted.
4338
4339 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
4340
4341 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
4342 was used but not declared.
4343
4344 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
4345 hs-find-block-beginning): Add or modify docstrings.
4346
4347 (hs-isearch-show): Rewrite.
4348
4349 1999-12-28 Gerd Moellmann <gerd@gnu.org>
4350
4351 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
4352
4353 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
4354 space in front of a C-style comment end.
4355
4356 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
4357
4358 * startup.el (command-line-1): Make mode line mouse-sensitive for
4359 the MS-DOS version as well.
4360
4361 1999-12-28 Gerd Moellmann <gerd@gnu.org>
4362
4363 * bs.el: New file.
4364
4365 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4366
4367 * textmodes/ispell.el (ispell-process-line):
4368 Add local var line-offset to adjust for the change
4369 in positions within the line, due to previous replacements.
4370
4371 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4372
4373 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4374 Doc fixes.
4375
4376 1999-12-27 Gerd Moellmann <gerd@gnu.org>
4377
4378 * add-log.el (change-log-version-number-regexp-list)
4379 (change-log-version-info-enabled): Change :version to 21.1.
4380 (toplevel): Require CL when compiling.
4381
4382 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
4383
4384 * add-log.el (change-log-version-number-regexp-list): Added tag
4385 :version 20.6
4386 (change-log-version-info-enabled): Added tag :version 20.6
4387
4388 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
4389
4390 * add-log.el: More general version number search with
4391 user-configurable regexp list.
4392 (change-log-version-number-regexp-list): New user variable.
4393 (change-log-find-version): Rewritten. Use user-configurable
4394 version numbering regexp list
4395 change-log-version-number-regexp-list.
4396 (change-log-find-version): Renamed to
4397 change-log-version-number-search
4398 (add-log-file-name-function): New.
4399 (change-log-search-vc-number): Added END paramaeter. Added doc
4400 string to function.
4401 (change-log-version-rcs): Renamed. Was
4402 change-log-search-vc-number.
4403
4404 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
4405
4406 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
4407 overlays if they interfere.
4408 (compilation-find-file): Make intangible overlays tangible.
4409
4410 * progmodes/hideshow.el: Generally, synch w/ maintainer
4411 version 5.9.
4412
4413 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
4414
4415 (hs-minor-mode-hook): Don't initialize.
4416
4417 (hs-special-modes-alist): Rewrite value and docstring.
4418
4419 (hs-minor-mode-prefix): Delete unused var.
4420
4421 (hs-block-start-mdata-select): New var, buffer local.
4422
4423 (hs-headline): New var.
4424
4425 (hs-match-data, hs-forward-sexp): New funcs.
4426
4427 (hs-hide-comment-region): New func.
4428
4429 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
4430 hs-safety-is-job-n, hs-hide-initial-comment-block,
4431 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
4432 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
4433 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
4434 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
4435 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
4436
4437 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
4438 (hs-isearch-show-temporary): New funcs.
4439
4440 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
4441
4442 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
4443
4444 When constructing menu, use `[(shift button2)]' notation.
4445
4446 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4447
4448 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
4449 (jka-compr-compression-info-list): Add new elt to each vector.
4450 (jka-compr-write-region): Don't compress the data if it is
4451 already compressed.
4452
4453 * jka-compr.el (jka-compr-really-do-compress): New variable.
4454 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
4455 if visiting.
4456 (jka-compr-write-region): Set jka-compr-really-do-compress
4457 if visiting. Test it when deciding to compress.
4458
4459 1999-12-22 Gerd Moellmann <gerd@gnu.org>
4460
4461 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
4462 with third argument t.
4463
4464 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
4465
4466 * antlr-mode.el: Version 1.2 is released.
4467 (antlr): This package has a web page.
4468
4469 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
4470
4471 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
4472 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
4473 (antlr-mode-map): New binding [C-c C-c].
4474 (antlr-mode-menu): New entries.
4475
4476 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
4477
4478 * antlr-mode.el: Respect Emacs conventions.
4479 ((require 'cl)): Only use during compilation.
4480 (antlr-language-for-option): New function to avoid using `find'.
4481 (antlr-mode): Use it.
4482 (antlr-with-syntax-table): Define new instead using XEmacs' one.
4483 (antlr-imenu-create-index-function): Change accordingly.
4484 (antlr-inside-rule-p): Ditto.
4485 (antlr-end-of-rule): Ditto.
4486 (antlr-end-of-body): Ditto.
4487 (antlr-beginning-of-rule): Ditto.
4488 (antlr-indent-line): Ditto.
4489
4490 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
4491
4492 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
4493 (antlr-set-tabs): Don't use hard-coded values.
4494
4495 * antlr-mode.el: Minor navigation changes. Not perfect, but this
4496 won't be possible without a huge time penalty.
4497 (antlr-skip-exception-part): Be more specific.
4498 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
4499 Renamed from `antlr-skip-grammar-header'.
4500 (antlr-next-rule): Change accordingly.
4501 (antlr-end-of-body): Ditto. Better error message.
4502 (antlr-beginning-of-body): Better error message.
4503 (antlr-imenu-create-index-function): Skip rule action prelude.
4504
4505 * antlr-mode.el: Minor syntax highlighting changes.
4506 (antlr-font-lock-default-face): Deletia.
4507 (antlr-font-lock-tokendef-face): Changed color.
4508 (antlr-font-lock-tokenref-face): Changed color.
4509 (antlr-font-lock-literal-face): Changed color.
4510 (antlr-font-lock-additional-keywords): Minor changes.
4511
4512 1999-12-20 Carsten Dominik <cd@gnu.org>
4513
4514 * progmodes/idlwave.el: New file.
4515
4516 * progmodes/idlwave-rinfo.el: New file.
4517
4518 * progmodes/idlwave-shell.el: New file.
4519
4520 * progmodes/idlwave-toolbar.el: New file.
4521
4522 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
4523
4524 1999-12-21 Gerd Moellmann <gerd@gnu.org>
4525
4526 * progmodes/cwarn.el: New file.
4527
4528 1999-12-19 Gerd Moellmann <gerd@gnu.org>
4529
4530 * bindings.el (completion-ignored-extensions): Add .pdf.
4531
4532 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
4533
4534 * version.el: Put the version info into binary on MS-DOS as well.
4535
4536 1999-12-19 Gerd Moellmann <gerd@gnu.org>
4537
4538 * emacs-lisp/debug.el (debugger-continue): Don't continue if
4539 debugger-may-continue is nil.
4540
4541 1999-12-18 Dave Love <fx@gnu.org>
4542
4543 * emacs-lisp/cl-macs.el: Remove conditional definition of
4544 eval-when-compile. Don't specify abs, expt, gethash,
4545 hash-table-count, hash-table-p as side-effect-free here.
4546 (cl-emacs-type): Don't declare.
4547 (cl-compile-time-init): Remove Emacs 18 compiler patch.
4548 (cl-parse-loop-clause): Remove compatibility code.
4549
4550 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
4551 (side-effect-free-fns): Add gethash, hash-table-count.
4552 (side-effect-and-error-free-fns): Add hash-table-p.
4553
4554 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
4555 `cl-' to autoload names for some hash functions. Don't autoload
4556 eval-when-compile. Don't provide mini-cl.
4557 (cl-emacs-type): Remove.
4558 (cl-map-extents): Remove compatibility code.
4559
4560 * emacs-lisp/float.el: Bind free variables.
4561
4562 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
4563
4564 1999-12-16 Gerd Moellmann <gerd@gnu.org>
4565
4566 * bindings.el (completion-ignored-extensions): Add .tfm.
4567
4568 1999-12-16 Dave Love <fx@gnu.org>
4569
4570 * faces.el (set-face-attribute): Purecopy the attributes set.
4571
4572 * custom.el (custom-declare-variable): Purecopy value.
4573
4574 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
4575 (byte-extrude-byte-code-vectors): Use remprop.
4576 (byte-compile-lambda): Check that arg is a lambda.
4577
4578 1999-11-16 Anders Lindgren <AndersL@andersl.com>
4579
4580 * font-lock.el: System for adding and removing keywords.
4581 Both local (previously added keyword) and global keywords
4582 can be removed.
4583 (font-lock-remove-keywords): New user-level function.
4584 (font-lock-update-removed-keyword-alist): New internal function.
4585 (font-lock-removed-keywords-alist): New variable.
4586 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
4587 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
4588 growing datastructures.
4589 (font-lock-set-defaults): Removes keywords stored in
4590 `font-lock-removed-keywords-alist' after local keywords added.
4591
4592 1999-12-16 Anders Lindgren <andersl@andersl.com>
4593
4594 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
4595 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
4596
4597 * font-lock.el (c-keywords): Only highlight preprocessor
4598 directives when spelled correctly.
4599
4600 * font-lock.el (font-lock-match-c++-structor-declaration,
4601 c++-keywords): Fontify constructors and destructors with function
4602 face inside C++ class declarations.
4603
4604 1999-12-16 Gerd Moellmann <gerd@gnu.org>
4605
4606 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
4607 the shell from sh-shell-file.
4608
4609 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
4610
4611 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
4612
4613 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
4614 if one of the files specified cannot be accessed by
4615 file-attributes. Do not strip any leading directories from the
4616 file names, to behave more like `ls' does.
4617
4618 * dired.el (dired-get-filename): Handle absolute file names.
4619 (dired-readin-insert): If argument is a cons, don't print
4620 "wildcard" on the ``total'' line.
4621
4622 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
4623
4624 * faces.el (face-read-integer, read-face-attribute)
4625 (color-defined-p, color-values): Allow color values unspecified-fg
4626 and unspecified-bg, handle them as unspecified.
4627
4628 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
4629
4630 * textmodes/reftex.el: (reftex-compile-variables): respect new
4631 structure of `reftex-index-macro'
4632 (reftex-compile-variables): Use the changed structure of
4633 `reftex-label-alist'.
4634
4635 * textmodes/reftex-vars.el (reftex-index-math-format,
4636 (reftex-toc-max-level): New option.
4637 reftex-index-phrases-search-whole-words,
4638 reftex-index-phrases-case-fold-search,
4639 reftex-index-phrases-skip-indexed-matches,
4640 reftex-index-phrases-wrap-long-lines,
4641 reftex-index-phrases-sort-prefers-entry,
4642 reftex-index-phrases-sort-in-blocks): New options.
4643 (reftex-index-macros): Option structure changed.
4644 (reftex-index-macros-builtin): Added `repeat' item to each entry.
4645 (reftex-label-alist): Additional item in each entry to specify if
4646 the environment should be listed in the TOC.
4647 (eval-when-compile (require 'cl)) added.
4648
4649 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
4650 longer deals with "repeat".
4651 (reftex-index): "repeat property in `reftex-index-macro-alist' is
4652 now used.
4653 (reftex-index-phrases-comment-regexp,
4654 reftex-index-phrases-macrodef-regexp,
4655 reftex-index-phrases-phrase-regexp1,
4656 reftex-index-phrases-phrase-regexp2,
4657 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
4658 New constants.
4659 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
4660 reftex-index-phrases-font-lock-keywords,
4661 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
4662 reftex-index-phrases-restrict-file): New variables.
4663 (reftex-index-phrase-selection-or-word,
4664 reftex-index-visit-phrases-buffer,
4665 reftex-index-initialize-phrases-buffer,
4666 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
4667 reftex-index-next-phrase, reftex-index-this-phrase,
4668 reftex-index-all-phrases, reftex-index-region-phrases,
4669 reftex-index-phrases-parse-header,
4670 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
4671 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
4672 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
4673 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
4674 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
4675 reftex-index-make-replace-string,
4676 reftex-query-index-phrase-globally, reftex-query-index-phrase,
4677 reftex-index-phrase-match-is-indexed,
4678 reftex-index-phrases-fixup-line,
4679 reftex-index-phrases-replace-space,
4680 reftex-index-select-phrases-macro): New functions.
4681 (reftex-index-globalize, reftex-index-globally): functions removed
4682 (eval-when-compile (require 'cl)) added.
4683
4684 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
4685 for max level.
4686 (reftex-toc-max-level-indicator): New variable.
4687 (reftex-toc-max-level): New command.
4688 (reftex-toc-map): New keybinding `t'.
4689 (reftex-toc-help): Constant updated.
4690 (eval-when-compile (require 'cl)) added.
4691
4692 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
4693 `t' command key can change `reftex-toc-max-level'
4694 (eval-when-compile (require 'cl)) added.
4695
4696 * textmode/reftex-sel (reftex-insert-docstruct): Respect
4697 `reftex-toc-max-level'
4698 (eval-when-compile (require 'cl)) added.
4699
4700 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
4701 added.
4702
4703 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
4704 added.
4705
4706 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
4707 commands.
4708 (reftex-citation, reftex-do-citation,
4709 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
4710 preselect a citation format.
4711 (eval-when-compile (require 'cl)) added.
4712
4713 * textmodes/reftex-parse.el (reftex-context-substring): Optional
4714 parameter to-end
4715 (reftex-section-info): Deal with environment matches.
4716 (eval-when-compile (require 'cl)) added.
4717
4718 * reftex-global.el (eval-when-compile (require 'cl)) added.
4719
4720 1999-12-15 Kenichi Handa <handa@etl.go.jp>
4721
4722 The following changes are for the new composition mechanism. We
4723 have deleted `composition' charset and composite characters,
4724 instead introduced a special text property `composition'.
4725
4726 * composite.el: New file.
4727
4728 * ps-mule.el: Define encode-composition-rule and find-composition
4729 for Emacs 20.4 and the earlier versions.
4730 (ps-mule-init-external-library): Just require a feature for
4731 external libraries.
4732 (ps-mule-prologue): Postscript code modified for new composition.
4733 (ps-mule-find-wrappoint): New arg COMPOSITION.
4734 (ps-mule-plot-string): Delete code for composite characaters.
4735 (ps-mule-plot-composition): New funcion.
4736 (ps-mule-prepare-font-for-components): New function.
4737 (ps-mule-plot-components): New function.
4738 (ps-mule-composition-prologue-generated): Renamed from
4739 ps-mule-cmpchar-prologue-generated.
4740 (ps-mule-composition-prologue): New named from
4741 ps-mule-cmpchar-prologue. Modified for new composition.
4742 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
4743 ps-mule-prepare-cmpchar-font): Deleted.
4744 (ps-mule-string-encoding): New arg NO-SETFONT.
4745 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
4746 check Composing, not Cmpchar
4747 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
4748 to nil.
4749 (ps-mule-begin-job): Check existence of new composition.
4750
4751 * ps-print.el (ps-plot-region): Handle new composition.
4752
4753 * simple.el (what-cursor-position): Show "(composed)" if the
4754 character is composed.
4755
4756 * international/characters.el: Fix cateogries of Lao symbols.
4757
4758 * international/fontset.el (vertical-centering-font-regexp): New
4759 variable.
4760
4761 * international/mule.el (mule-version): Updated to 5.0 (AOI).
4762 (mule-version-date): Updated to 1999.12.7.
4763 (with-category-table): New macro.
4764
4765 * international/mule-cmds.el (encode-coding-char): Don't check
4766 composite character.
4767
4768 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
4769 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
4770 x-ctext): Give `composition' property t.
4771
4772 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
4773 non-nil) at the tail of ALIST.
4774 (compose-region, decompose-region, decompse-string,
4775 reference-point-alist, compose-chars): Moved to composite.el.
4776 (compose-chars-component, compose-chars-rule,
4777 decompose-composite-char): Deleted.
4778
4779 * international/quail.el (quail-install-map): New optional arg
4780 NAME.
4781 (quail-get-translation): If DEF is a symbol but not a function,
4782 ignore it.
4783 (quail-start-translation): Put a key sequence undefined in the
4784 translation keymap in unread-command-events, not generated-events.
4785 Return parameterized event (compose-last-chars N) if the input
4786 characters should be composed.
4787 (quail-map-definition): If DEF is t, treat it as nil.
4788 (quail-delete-last-char): Delete the quail region.
4789 (quail-show-translations): Don't show list of translations if the
4790 quail package is deterministic.
4791 (quail-completion-max-depth): New variable.
4792 (quail-completion-1): Pay attention to the above variable. Fix
4793 for the case that a translation is a function.
4794 (quail-map-from-table, quail-map-from-table-1,
4795 quail-map-from-table-2): New functions.
4796 (quail-lookup-map-and-concat): New function
4797
4798 * language/devan-util.el: Mostly rewritten.
4799
4800 * language/lao.el: Register lao-composition-function in
4801 composition-function-table.
4802
4803 * language/lao-util.el: Mostly rewritten.
4804
4805 * language/thai.el: Register thai-composition-function in
4806 composition-function-table.
4807 (thai-tis620): Delete `pre-write-conversion' property.
4808
4809 * language/thai-util.el: (thai-category-table): Make it by
4810 make-category-table.
4811 (thai-composition-pattern): New variable.
4812 (thai-compose-region, thai-compose-string): Use
4813 with-category-table.
4814 (thai-post-read-conversion): Just call thai-compose-region.
4815 (thai-pre-write-conversion): Deleted.
4816 (thai-composition-function): New funciton.
4817
4818 * language/tibet-util.el: Most functions rewritten.
4819 (tibetan-char-p): Renamed from tibetan-char-examin.
4820 (tibetan-composable-examin) (tibetan-complete-char-examin)
4821 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
4822 (tibetan-add-components): New function.
4823 (tibetan-composition-function): New function.
4824
4825 * language/tibetan.el: Register tibetan-composition-function in
4826 composition-function-table.
4827 (tibetan-composable-pattern): New variable.
4828 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
4829 (tibetan-precomposition-rule-alist): Move punctuations to
4830 tibetan-punctuation-transcription-alist and
4831 tibetan-obsolete-glyphs.
4832 (tibetan-punctuation-transcription-alist): New variable.
4833 (tibetan-obsolete-glyphs): New variable.
4834 (tibetan-regexp): Improve the initialization code.
4835
4836 * textmodes/fill.el (fill-find-break-point): Delete codes for
4837 composite characters.
4838 (fill-region-as-paragraph): Likewise.
4839
4840 1999-12-14 Gerd Moellmann <gerd@gnu.org>
4841
4842 * international/mule-cmds.el (default-input-method): Specify
4843 that it should be set after current-language-environment.
4844
4845 * custom.el (custom-handle-keyword): Add :set-after.
4846 (custom-add-dependencies): New function.
4847 (custom-set-variables): Take dependencies between args into
4848 account.
4849
4850 * battery.el (battery): Doc fix.
4851
4852 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4853
4854 * progmodes/cc-make.el: Removed.
4855
4856 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4857
4858 * Release of cc-mode 5.26
4859
4860 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4861
4862 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
4863 target depth. Optionally count #else lines as clause limits,
4864 as suggested by don provan <provan@lucent.com>. #elif
4865 handling fixed.
4866
4867 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
4868 (c-down-conditional-with-else): New commands that uses the
4869 added functionality in `c-forward-conditional'.
4870
4871 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4872
4873 * cc-align.el (c-lineup-comment): Preserve the alignment with
4874 a comment on the previous line instead of preserving the
4875 comment-column.
4876
4877 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4878
4879 * Fixes to IDL mode after input from Eric Eide
4880 <eeide@cs.utah.edu>:
4881 * cc-engine.el (c-beginning-of-statement-1): Allow
4882 `c-conditional-key' to be nil, for the benefit of IDL mode.
4883 * cc-engine.el (c-guess-basic-syntax): Ditto.
4884 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
4885 but do match CORBA 2.3 `valuetype'.
4886 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
4887 for IDL.
4888 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
4889 be nil for IDL.
4890 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
4891 Like C++.
4892 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
4893 set `c-method-key' and `c-baseclass-key' to nil.
4894
4895 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4896
4897 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
4898 with nonhanging open braces.
4899
4900 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4901
4902 * cc-align.el: Added docstrings to all lineup functions.
4903
4904 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
4905 keyword.
4906
4907 * cc-align.el (c-lineup-C-comments): Handle free form text
4908 comments. Use c-comment-prefix-regexp and comment-start-skip
4909 instead of hardcoded regexps.
4910
4911 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4912
4913 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
4914 behavior and return value as documented.
4915
4916 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4917
4918 * Changes for new style variable init system:
4919 * cc-langs.el (c-common-init): Dito.
4920 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
4921 now customizable.
4922 * cc-vars.el: Style variables may now take a value
4923 'set-from-style to make them take their value from the style
4924 system. This value is now the default on all these variables.
4925 * cc-vars.el (c-valid-offset): New function to verify a
4926 syntactic symbol offset setting.
4927 * cc-vars.el (c-offsets-alist): Variable moved from
4928 cc-styles.el since it's now customizable in a similar way to
4929 the other style variables.
4930 * cc-vars.el (c-old-style-variable-behavior): New variable to
4931 revert to the old style init behavior.
4932
4933 * cc-vars.el (c-file-style, c-file-offsets): Made always
4934 buffer local.
4935
4936 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
4937 the throws clause that might follow the function prototype in
4938 C++.
4939
4940 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4941
4942 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
4943 could move forward for macros that doesn't start in column 0.
4944
4945 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4946
4947 * cc-align.el (c-indent-multi-line-block,
4948 c-lineup-whitesmith-in-block): Two new lineup functions for
4949 use in whitesmith style.
4950
4951 * cc-styles.el (c-style-alist): More fixes to whitesmith
4952 style. It should now handle all different braces uniformly in
4953 both hanging and non-hanging cases.
4954
4955 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4956
4957 * cc-cmds.el (c-indent-exp): Use a marker to save point to
4958 make it stay in the same position relative to the surrounding
4959 text.
4960
4961 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
4962 when adaptive-fill-mode doesn't manage to get it correct.
4963
4964 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
4965 with dotted notation, e.g. foo.bar.Gnu.
4966
4967 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
4968 within unwind-protect (previously only some were wrapped so it
4969 would be possible to register mode initialization when full
4970 initialization did not finish).
4971
4972 * cc-styles.el (c-style-alist): Corrected the brace placement
4973 in the whitesmith style. Thanks to Sean Luke
4974 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
4975 styles with consistent brace placement for all constructs.
4976
4977 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4978
4979 * cc-cmds.el (c-context-line-break): Continue C++ comments too
4980 when point is in the middle of them.
4981
4982 * cc-cmds.el: Line breaking and paragraph filling code
4983 rewritten:
4984 (c-guess-fill-prefix): New function that uses various
4985 heuristics to guess the comment prefix.
4986 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
4987 It now assumes adaptive filling is active to preserve the line
4988 prefix inside comments.
4989 (c-indent-new-comment-line): Replacement for the now
4990 obsolete `c-comment-line-break-function' that uses
4991 `c-guess-fill-prefix' when appropriate. It now observes the
4992 setting of `comment-multi-line', which has effect in C-style
4993 block comments.
4994
4995 * cc-cmds.el (c-context-line-break): New function intended to
4996 be put on RET. It's essentially `newline-and-indent', but
4997 continues C block comments with the appropriate line prefix.
4998
4999 * cc-cmds.el (c-do-auto-fill): New function put on
5000 `normal-auto-fill-function' to implement the
5001 `c-ignore-auto-fill' variable.
5002
5003 * cc-cmds.el (c-beginning-of-statement): Use
5004 `c-comment-prefix-regexp' to avoid ending up inside the
5005 comment prefix. Better handling of comment starters and
5006 enders. Catch comments better when traversing code. Stop at
5007 preprocessor directives.
5008
5009 * cc-defs.el (c-forward-comment): New subst to hide platform
5010 dependent quirks in `forward-comment'.
5011
5012 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
5013 argument.
5014 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
5015 arguments. Activate this function by default when
5016 `parse-partial-sexp' supports it (currently Emacs 20.x).
5017
5018 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
5019 on the comment opener to make constants usable as lineup
5020 arguments.
5021
5022 * cc-align.el (c-lineup-C-comments): Fixes to handle the
5023 changed anchor position in the `c' syntactic symbol. Handle
5024 more than stars in the comment prefix; use the new variable
5025 `c-comment-prefix-regexp'. Don't indent text not preceded by
5026 a comment prefix to the right of the comment opener if it's
5027 long.
5028
5029 * cc-langs.el: Fixes to mode initialization for new line
5030 breaking and paragraph filling method. Adaptive fill mode is
5031 now activated at startup instead of deactivated. The
5032 variables used for adaptive filling and paragraph movement are
5033 also changed to incorporate the value of
5034 `c-comment-prefix-regexp'. `substitute-key-definition' is
5035 used to override some functions in the global map instead of
5036 overriding their default bindings.
5037
5038 * cc-mode.el (java-mode): Modify `paragraph-start' for the
5039 javadoc markup at mode init.
5040
5041 * cc-mode.el (c-setup-filladapt): A new convenience function
5042 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
5043 function is intended to be used explicitly by the end user
5044 only.
5045
5046 * cc-vars.el (c-comment-prefix-regexp): New variable used to
5047 recognize the comment fill prefix inside comments.
5048 (c-block-comment-prefix): New name for
5049 `c-comment-contiuation-stars', which is now obsolete. It's
5050 generalized to handle any character sequence.
5051 (c-ignore-auto-fill): New variable used to selectively disable
5052 Auto Fill mode in specific contexts.
5053
5054 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5055
5056 * cc-cmds.el (c-comment-indent): Leave at least one space
5057 between the comment and the last nonblank character in the
5058 case where we look at the indentation of the comment on the
5059 previous line (case 4).
5060
5061 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
5062 list of characters that may start a statement (it's a sort of
5063 prefix operator in Pike, and isn't used at all in any of the
5064 other languages).
5065
5066 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5067
5068 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
5069 inside continued statements as statement-cont instead of
5070 brace-list-open. The reason is that one normally adjusts
5071 brace-list-open for brace lists as top-level constructs, and
5072 brace lists inside statements is a completely different
5073 context. Case 10B.2 changed. Also changed (the somewhat
5074 esoteric) case 9A to cope with this.
5075
5076 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5077
5078 * cc-cmds.el (c-electric-brace): Added electric handling of
5079 the open brace for brace-elseif-brace.
5080
5081 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5082
5083 * cc-defs.el (c-with-syntax-table): New macro to easily switch
5084 syntax tables temporarily.
5085
5086 * cc-engine.el (c-guess-basic-syntax): Handle template and
5087 member init argument lists split over several lines. Case 5D
5088 changed.
5089
5090 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
5091 @throws introduced in Javadoc 1.2.
5092
5093 * cc-menus.el (cc-imenu-java-generic-expression): Applied
5094 patch from RMS to avoid infinite backtracking.
5095
5096 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5097
5098 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
5099 by [ ].
5100
5101 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5102
5103 * cc-align.el (c-lineup-dont-change): Compensate properly for
5104 the column in langelem.
5105
5106 * cc-engine.el (c-syntactic-information-on-region): New
5107 function to help debugging the syntactic analysis.
5108
5109 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5110
5111 * cc-align.el (c-lineup-template-args): Handle nested template
5112 arglists.
5113
5114 * cc-langs.el (c++-template-syntax-table): New syntax table
5115 that makes `<' and `>' parenthesis characters, which is useful
5116 to switch to temporarily when analyzing template arglists.
5117
5118 * cc-styles.el: Changed default alignment of labels in the
5119 java style to conform to the examples in the Java Language
5120 Specification.
5121
5122 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
5123 by default.
5124
5125 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5126
5127 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
5128 immediately before the closing paren in an arglist, so don't
5129 check that in Pike mode. Case 7A changed.
5130
5131 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5132
5133 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
5134 lines were ignored under certain conditions.
5135
5136 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5137
5138 * cc-align.el (c-lineup-template-args): New function for
5139 aligning continued template argument lists.
5140
5141 * cc-engine.el (c-guess-basic-syntax): Fix for member init
5142 lists containing function arglists split over several lines.
5143 Case 5D.1 changed.
5144
5145 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
5146 template-args-cont didn't get recognized when the first
5147 arglist opener line doesn't contain a template argument. New
5148 case 5K.
5149
5150 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5151
5152 * cc-defs.el (c-point): Changed from subst to macro for
5153 efficiency.
5154 (c-beginning-of-defun-1, c-end-of-defun-1): New
5155 beginning-of-defun/end-of-defun wrappers separated from
5156 c-point.
5157
5158 * cc-menus.el (imenu-generic-expression,
5159 imenu-case-fold-search, imenu-progress-message): Dummy
5160 definitions to avoid compiler warnings if imenu can't be
5161 loaded.
5162 * cc-menus.el (cc-imenu-init): New function called at mode
5163 init.
5164 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
5165 imenu initializations to cc-imenu-init.
5166
5167 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5168
5169 * cc-engine.el (c-guess-basic-syntax): Slightly better check
5170 for lambda-intro-cont in Pike mode. Case 6 changed.
5171
5172 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
5173 anything following "new Foo()" was considered an anonymous
5174 class body in Java mode.
5175
5176 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
5177
5178 * cc-cmds.el (c-comment-line-break-function): When breaking in
5179 a string, don't insert a new line.
5180
5181 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
5182
5183 * cc-engine.el (c-at-toplevel-p): New interface function which
5184 returns information useful to add-on authors. It tells you
5185 whether you're at a toplevel statement or not.
5186
5187 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
5188
5189 * cc-cmds.el (c-comment-line-break-function): It is possible
5190 that forward-line does not land us at the bol, say if we're on
5191 the last line in a file. In that case, do a
5192 back-to-indentation instead of a forward-comment -1.
5193
5194 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5195
5196 * cc-engine.el (c-beginning-of-statement-1): Don't catch
5197 "default:" as normal label in case 4.
5198
5199 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5200
5201 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
5202 recognize continued bitfield declarations. Case 5D.1 changed.
5203 * cc-langs.el: New variable c-bitfield-key.
5204 * cc-mode.el: New variable c-bitfield-key.
5205
5206 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5207
5208 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
5209 anonymous array expressions (i.e. "new Foo[] {.. bracelist
5210 ..}").
5211
5212 1999-12-12 Dave Love <fx@gnu.org>
5213
5214 * mail/footnote.el: Require cl when compiling. Don't autoload
5215 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
5216 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
5217 Avoid `acons'.
5218 (footnote-mode-line-string, Footnote-add-footnote): Remove
5219 autoload cookie.
5220
5221 1999-12-12 Richard Sharman <rsharman@pobox.com>
5222
5223 * sh-script.el: Fix for when font-lock mode is active.
5224 (sh-font-lock-unfontify-region-function): New function.
5225
5226 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
5227
5228 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
5229 if start-process is not bound, since Ispell now supports such
5230 platforms as well.
5231
5232 1999-12-12 Gerd Moellmann <gerd@gnu.org>
5233
5234 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
5235 rmail-summary-goto-msg.
5236
5237 * files.el (after-find-file): Fix previous change.
5238
5239 1999-12-11 Dave Love <fx@gnu.org>
5240
5241 * help.el (where-is): Use `commandp' as predicate for
5242 `completing-read'
5243
5244 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5245
5246 * cus-edit.el (custom-save-delete): Delete all occurrences,
5247 leave point where the first occurrence was.
5248 (custom-save-faces): Insert a newline at the end of the comment.
5249 Avoid a double newline there.
5250 If final closeparen is at bol, put a space before it.
5251 (custom-save-variables): Likewise.
5252 (custom-file): Doc fix.
5253
5254 1999-12-10 Gerd Moellmann <gerd@gnu.org>
5255
5256 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
5257 regexp matching image and audio files.
5258
5259 1999-12-09 Dave Love <fx@gnu.org>
5260
5261 * mail/footnote.el: New file.
5262
5263 1999-12-09 Gerd Moellmann <gerd@gnu.org>
5264
5265 * files.el (after-find-file): Use auto-save-visited-file-name if
5266 set.
5267
5268 * mail/feedmail.el (feedmail-find-eoh): Take
5269 feedmail-queue-alternative-mail-header-separator into account.
5270
5271 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
5272
5273 * smerge-mode.el: New file.
5274
5275 * font-lock.el (font-lock-multiline): New variable.
5276 (font-lock-add-keywords): Rename `major-mode' into `mode'.
5277 (font-lock-remove-keywords): Added a dummy `mode' argument for
5278 potential future support.
5279 (font-lock-fontify-anchored-keywords,
5280 (font-lock-fontify-keywords-region): Only handle multiline strings
5281 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
5282
5283 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5284
5285 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
5286
5287 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
5288
5289 1999-12-07 Dave Love <fx@gnu.org>
5290
5291 * help.el (view-emacs-problems): New command, bound to C-h P.
5292
5293 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
5294
5295 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
5296
5297 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
5298 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
5299 New code to support the minor mode version.
5300 (diff-recenter): New function.
5301 (diff-next-hunk, diff-next-file): Use it.
5302 (diff-remembered-files-alist): New var.
5303 (diff-merge-strings): New function.
5304 (diff-find-file-name): Make it smarter and use the user's input more.
5305 (diff-mode): Cosmetic changes.
5306
5307 * files.el (save-some-buffers): Turn EXITING into the more general
5308 PRED argument to allow specifying a subset of buffers.
5309
5310 * simple.el (kill-region): Use the new `delete-and-extract-region'
5311 rather than the undo log (which is incorrect with *-change-functions).
5312
5313 * font-lock.el (font-lock-default-fontify-region): Fix subtle
5314 off-by-one problem that could force re-fontifying the whole buffer.
5315 (font-lock-remove-keywords): New function.
5316 (font-lock-add-keywords): Use the new function to ensure idempotence.
5317
5318 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
5319
5320 * viper-cmd.el (viper-minibuffer-standard-hook,
5321 viper-minibuffer-real-start): Mew functions.
5322 (viper-read-string-with-history,viper-file-add-suffix,
5323 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
5324 change in the status of the minibuffer prompt.
5325
5326 1999-12-06 Gerd Moellmann <gerd@gnu.org>
5327
5328 * comint.el (comint-redirect-results-list)
5329 (comint-redirect-results-list-from-process): Remove interactive
5330 spec.
5331
5332 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
5333
5334 * info.el (info-node, info-menu-5, info-xref): Define colors for
5335 Info faces if the display supports them.
5336
5337 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
5338
5339 Changes for automatic remapping of X colors on terminal frames:
5340
5341 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
5342 term-setup-hook. Call msdos-remember-default-colors and
5343 msdos-handle-reverse-video.
5344 (msdos-face-setup): Parts of code moved to
5345 msdos-setup-initial-frame.
5346 (msdos-handle-reverse-video): New function, modeled after
5347 x-handle-reverse-video.
5348 (make-msdos-frame): Don't use initial-frame-alist and
5349 default-frame-alist. Call msdos-handle-reverse-video.
5350 (msdos-color-aliases): Remove.
5351 (msdos-color-translate, msdos-approximate-color): Remove.
5352 (msdos-color-values): Use 16-bit RGB values. RGB values updated
5353 for better approximation of X colors.
5354 (msdos-face-setup): Call tty-color-clear. Remove code that sets
5355 up tty-color-alist (it is now on startup.el).
5356 (x-display-color-p, x-color-defined-p, x-color-values,
5357 x-defined-colors, face-color-supported-p, face-color-gray-p):
5358 Remove.
5359
5360 * facemenu.el (facemenu-read-color, list-colors-display): Use
5361 defined-colors for all frame types.
5362 (facemenu-color-equal): Use color-values for all frame types.
5363
5364 * faces.el (read-face-attribute): For :foreground and :background
5365 attributes and frames on character terminals, translate the color
5366 to the closest supported one before looking it up in the list of
5367 valid values.
5368 (face-valid-attribute-values): Call defined-colors for all types
5369 of frames.
5370 (defined-colors, color-defined-p, color-values, display-color-p):
5371 New finctions.
5372 (x-defined-colors, x-color-defined-p, x-color-values,
5373 x-display-color-p): Aliases for the above.
5374
5375 * startup.el (command-line): Register terminal colors for frame
5376 types other than x and w32, but only if the terminal supports
5377 colors. Call tty-color-define instead of face-register-tty-color.
5378
5379 * term/x-win.el (xw-defined-colors): Renamed from
5380 x-defined-colors.
5381 * term/w32-win.el (xw-defined-colors): Likewise.
5382
5383 * term/tty-colors.el: New file.
5384 * loadup.el: Load term/tty-colors.
5385
5386 1999-12-06 Dave Love <fx@gnu.org>
5387
5388 * ffap.el: Autoload the ffap alias directly.
5389
5390 1999-12-06 Inge Frick <inge@nada.kth.se>
5391
5392 * dired-aux.el (dired-do-shell-command): Changed documentation.
5393 (dired-shell-stuff-it): A `?' in COMMAND has now the same
5394 meaning as `*'.
5395
5396 1999-12-06 Gerd Moellmann <gerd@gnu.org>
5397
5398 * simple.el (insert-buffer): Doc fix.
5399
5400 * apropos.el (apropos-mode): Add autoload cookie.
5401
5402 1999-12-06 Sam Steingold <sds@goems.com>
5403
5404 * progmodes/etags.el (etags-tags-completion-table): Modified the
5405 regexp to allow for the CL symbols starting with `+*'.
5406 (tags-completion-table): Doc fix (it's an obarray, not an alist).
5407 (tags-completion-table, tags-recognize-empty-tags-table): Remove
5408 `function' quoting lambda.
5409 (tags-with-face): New macro.
5410 (list-tags, tags-apropos): Use it.
5411 (tags-apropos-additional-actions): New user option.
5412 (etags-tags-apropos-additional): Use it.
5413 (tags-apropos): Call etags-tags-apropos-additional.
5414 (tags-apropos-verbose): New user option.
5415 (etags-tags-apropos): Use it.
5416 (visit-tags-table-buffer, next-file): Use `unless'.
5417 (recognize-empty-tags-table): Renamed to
5418 tags-recognize-empty-tags-table.
5419 (complete-tag): Call tags-complete-tag bypassing try-completion.
5420
5421 1999-12-06 Kenichi Handa <handa@etl.go.jp>
5422
5423 * international/mule.el (set-buffer-file-coding-system): Docstring
5424 modified.
5425
5426 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
5427
5428 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
5429 using the hideshow package.
5430 (hs-special-modes-alist): Added entry for bibtex to allow the use
5431 of the hideshow package.
5432 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
5433 not longer provided by bibtex.el directly. Instead the hideshow
5434 package should be used.
5435 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
5436 references to bibtex-hide-entry-bodies.
5437
5438 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
5439
5440 * textmodes/bibtex.el: Copyright notice is up to date. Moved
5441 maintainer information closer to the beginning of the bibtex.el
5442 file.
5443 (bibtex-maintainer-salutation): New constant.
5444 (bibtex-version): New constant.
5445 (bibtex-submit-bug-report): Use bibtex-version and
5446 bibtex-maintainer-salutation.
5447 (bibtex-entry-field-alist): Made booktitle field optional for
5448 @inproceedings entries when crossreferenced.
5449 (bibtex-entry-field-alist): Added booktitle field to proceedings
5450 entry type (for cross referencing). Thanks to Wagner Toledo Correa
5451 for the suggestion.
5452 (bibtex-string-file-path): Fixed typo.
5453
5454 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
5455
5456 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
5457 for reftex.el.
5458 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
5459 to menu.
5460
5461 1999-12-04 Dave Love <fx@gnu.org>
5462
5463 * delsel.el: Revert previous change -- region is significant to
5464 skeleton.
5465
5466 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
5467
5468 * viper-cmd.el (viper-change-state): Use
5469 viper-ESC-moves-cursor-back to decide whether to move the cursor
5470 back.
5471
5472 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
5473
5474 * international/mule-util.el (truncate-string-to-width): Docsting
5475 fixed.
5476
5477 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
5478
5479 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
5480 use of `cond'.
5481 (lm-with-file): Move all the find-file...kill-buffer stuff into
5482 this macro. Make it use `find-file-noselect' and make it kill
5483 the buffer only if it wasn't already displayed somewhere.
5484 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
5485 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
5486 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
5487 (lm-commentary): Fix to handle the case when the change log is
5488 at the end of the file.
5489
5490 1999-12-02 Kenichi Handa <handa@etl.go.jp>
5491
5492 * international/mule.el (charsetp): Fix typo in docstring.
5493
5494 * international/mule-diag.el (list-coding-categories): Fix typo;
5495 automatic -> autoload.
5496
5497 1999-12-02 Gerd Moellmann <gerd@gnu.org>
5498
5499 * vc.el (vc-update-change-log): Look for rcs2log under
5500 exec-directory.
5501
5502 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
5503 outline-regexp, add outline-level.
5504 (lisp-outline-level): New.
5505
5506 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
5507 remove extraneous string-match.
5508
5509 * finder.el (finder-commentary): Activate Finder mode.
5510
5511 1999-12-01 Anders Lindgren <andersl@andersl.com>
5512
5513 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
5514 off when reverting buffers that contained mode specifiers.
5515 `revert-buffer' is now called with non-nil PRESERVE-MODES
5516 argument.
5517
5518 1999-12-01 Dave Love <fx@gnu.org>
5519
5520 * delsel.el: Grok skeleton-pair-insert-maybe.
5521
5522 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5523
5524 * progmodes/cperl-mode.el (cperl-under-as-char):
5525 Use nil as default.
5526
5527 1999-11-30 Gerd Moellmann <gerd@gnu.org>
5528
5529 * speedbar.el (toplevel): Remove compatibility code for Emacs
5530 versions without custom.el.
5531
5532 1999-11-30 Dave Love <fx@gnu.org>
5533
5534 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
5535
5536 * autoinsert.el: Minor doc fixes.
5537 (auto-insert): Return nil.
5538
5539 * faces.el (set-face-documentation): Purecopy STRING.
5540
5541 1999-11-29 Dave Love <fx@gnu.org>
5542
5543 * derived.el: Doc fixes, remove old backquote syntax.
5544
5545 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
5546 comment warning about editing.
5547
5548 * help.el (help-mode-hook): Define.
5549
5550 1999-11-29 Gerd Moellmann <gerd@gnu.org>
5551
5552 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
5553 invalid translation of old-style backquote syntax to new syntax.
5554
5555 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
5556
5557 * Makefile (DONTCOMPILE): Add term/internal.el.
5558
5559 1999-11-26 Dave Love <fx@gnu.org>
5560
5561 * comint.el: Fix last change.
5562
5563 * emacs-lisp/advice.el: Fix last change.
5564
5565 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5566
5567 * cus-edit.el (Custom-reset-standard): Doc fix.
5568 (custom-variable-reset-standard): Doc fix.
5569 (custom-face-reset-standard): Doc fix.
5570 (custom-face-menu): "Reset to Standard" => "Erase Customization".
5571 (custom-variable-menu): Likewise.
5572 (custom-reset-menu): Likewise.
5573 (custom-buffer-create-internal): Likewise.
5574
5575 1999-11-26 Dave Love <fx@gnu.org>
5576
5577 * progmodes/make-mode.el (makefile-mode-hook): Customize.
5578
5579 * font-lock.el: Doc fixes.
5580
5581 * menu-bar.el (menu-bar-mode): Customize.
5582
5583 * cus-start.el: Add use-dialog-box.
5584
5585 * add-log.el (change-log-mode-hook): Customize.
5586 (add-log-current-defun): Use
5587 fortran-{beginning,end}-of-subprogram.
5588
5589 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5590
5591 * emacs-lisp/advice.el: Many doc fixes.
5592
5593 * comint.el (comint-preoutput-filter-functions): Doc fix.
5594
5595 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5596
5597 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5598 Improve messages for capitalization of arg names,
5599 for flag variables, for t and nil, for imperatives.
5600 Call them imperatives rather than infinitives sans "to".
5601 (checkdoc-common-verbs-wrong-voice): Add "moves".
5602 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
5603
5604 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5605 Don't convert comments from 3-semicolon to 2-semicolon.
5606 That is a matter of style.
5607 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
5608 (checkdoc-comments): Don't bind that variable.
5609
5610 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5611
5612 * files.el (write-file-hooks): Doc fix.
5613
5614 1999-11-26 Gerd Moellmann <gerd@gnu.org>
5615
5616 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
5617
5618 1999-11-25 Dave Love <fx@gnu.org>
5619
5620 * hippie-exp.el: Require comint when compiling.
5621 (hippie-expand): Add :links.
5622 (hippie-expand-try-functions-list): Customize.
5623
5624 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
5625
5626 * viper*el: Replaced old-style backquotes.
5627
5628 * ediff*el: Replaced old-style backquotes.
5629
5630 * ediff-merge
5631 (ediff-looks-like-combined-merge,ediff-get-combined-region):
5632 Changed to support the new format for ediff-combination-pattern.
5633
5634 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
5635 Changed to support the new format for ediff-combination-pattern.
5636
5637 1999-11-24 Dave Love <fx@gnu.org>
5638
5639 * custom.el (custom-declare-group): Purecopy DOC.
5640 (custom-handle-keyword): Purecopy VALUE.
5641 (custom-add-link): Purecopy WIDGET.
5642 (custom-add-version): Purecopy VERSION.
5643 (custom-add-load): Purecopy LOAD.
5644
5645 * cus-face.el (custom-declare-face): Purecopy DOC.
5646
5647 * info.el:
5648 (Info-build-node-completions, Info-search, Info-follow-reference)
5649 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
5650 (Info-find-emacs-command-nodes): Avoid properties on matched text
5651 which may appear in minibuffer.
5652
5653 1999-11-24 Gerd Moellmann <gerd@gnu.org>
5654
5655 * locate.el (locate-with-filter): Doc fix.
5656
5657 1999-11-24 Alex Schroeder <alex@gnu.org>
5658
5659 * sql.el (sql-find-sqli-buffer): New function.
5660 (sql-set-sqli-buffer-generally): New function.
5661 (sql-set-sqli-buffer): Better checking of new-buffer.
5662 (sql-copy-column): Add comma after INTO clause, too.
5663
5664 1999-11-24 Alex Schroeder <alex@gnu.org>
5665
5666 * sql.el (sql-imenu-generic-expression): New, used to set
5667 imenu-generic-expression.
5668
5669 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
5670 setting font-lock-defaults' SYNTAX-ALIST. Set
5671 imenu-generic-expression, imenu-case-fold-search, and
5672 imenu-syntax-alist.
5673
5674 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
5675 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
5676
5677 1999-11-23 Andrew Innes <andrewi@gnu.org>
5678
5679 * w32-win.el (w32-drag-n-drop): Load files in current window, if
5680 drop coords aren't over a specific window.
5681
5682 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5683
5684 * ps-print.el: Define mule funs without checking if mule package is
5685 loaded.
5686 (ps-print-version): New version number (5.0.1).
5687 (ps-header-dirpart): Now uses abbreviate-file-name.
5688
5689 1999-11-23 Dave Love <fx@gnu.org>
5690
5691 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
5692 comment-line-start.
5693 (fortran-comment-line-start-skip): Renamed from
5694 comment-line-start-skip.
5695 (fortran-mode-map): Use renamed functions. Add manual and custom
5696 entries to menu.
5697 (fortran-mode-hook): Customize.
5698 (fortran-comment-indent-function): Renamed from
5699 fortran-comment-hook.
5700 (delete-horizontal-regexp): Function deleted.
5701 (fortran-electric-line-number): Simplified.
5702 (fortran-beginning-of-subprogram): Renamed from
5703 beginning-of-fortran-subprogram.
5704 (fortran-end-of-subprogram): Renamed from
5705 end-of-fortran-subprogram.
5706 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
5707 (fortran-previous-statement, fortran-next-statement): Simplified.
5708 (fortran-blink-match): New function.
5709 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
5710 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
5711 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
5712 line-end-position.
5713 (fortran-fill): No longer interactive. Simplified.
5714 (fortran-break-line): Simplified.
5715 (fortran-analyze-file-format): Use char-after, not looking-at.
5716
5717 * emacs-lisp/find-func.el (find-function-regexp): Use
5718 `define-minor-mode' after easy-menu change.
5719
5720 1999-11-23 Gerd Moellmann <gerd@gnu.org>
5721
5722 * comint.el: Add redirection.from active comint buffers into
5723 another buffer. Written by Peter Breton.
5724
5725 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
5726
5727 * emacs-lisp/autoload.el (make-autoload): Recognize the new
5728 `define-minor-mode'.
5729 (define-minor-mode): Specify `doc-string-elt'.
5730
5731 * emacs-lisp/easy-mmode.el: Changed maintainer.
5732 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
5733 Use defcustom for the hooks; Improve the auto-generated docstrings.
5734 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
5735 (define-minor-mode): Add BODY arg; Only declare the keymap if
5736 provided; Improve the auto-generated docstrings.
5737
5738 1999-11-22 Gerd Moellmann <gerd@gnu.org>
5739
5740 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
5741 that the leading `^' is at the start. This is necessary because
5742 paragraphs.el tries to remove anchors, but can find them only if
5743 they are the first character.
5744
5745 * progmodes/antlr-mode.el: New file.
5746
5747 * calendar/calendar.el: Fix autoload for
5748 calendar-absolute-from-astro. Add autoload for
5749 calendar-print-astro-day-number.
5750
5751 1999-11-21 Anders Lindgren <andersl@andersl.com>
5752
5753 * follow.el: Use modern backquote syntax. Minor comment update.
5754
5755 1999-11-21 Gerd Moellmann <gerd@gnu.org>
5756
5757 * simple.el (with-syntax-table): Don't switch buffers.
5758
5759 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
5760 progmodes/hideif.el: Use new backquote syntax.
5761
5762 1999-11-21 Ken Manheimer <klm@python.org>
5763
5764 * icomplete.el (icomplete-completions): Use an explicit variable
5765 `icomplete-prospects-length', obviating the need to use an
5766 apparently faulty throw/catch arrangement.
5767
5768 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
5769
5770 * term/internal.el (IT-display-table-setup): Don't overstep
5771 character code 255.
5772
5773 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
5774
5775 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
5776 for the charset chinese-sisheng is 7bit encoding, not 8bit.
5777
5778 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
5779
5780 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
5781 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
5782
5783 * files.el (auto-mode-alist): Add patterns for diff-mode.
5784
5785 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
5786 to detect an empty prompt.
5787
5788 1999-11-18 Dave Love <fx@gnu.org>
5789
5790 * simple.el (input-mode-8-bit): Fix the customization.
5791
5792 1999-11-18 Gerd Moellmann <gerd@gnu.org>
5793
5794 * international/iso-acc.el (iso-languages): Add more
5795 characters for Portuguese.
5796
5797 * speedbar.el: Clean up comment at the start of the file.
5798 Remove RCS id.
5799
5800 * progmodes/compile.el (compilation-parse-errors): Use
5801 compilation-buffer-p instead of testing major-mode.
5802
5803 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
5804
5805 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
5806 (quickurl-ask): completion-ignore-case is set to the value of
5807 quickurl-completion-ignore-case for the duration of the call to
5808 completing-read.
5809
5810 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5811
5812 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
5813
5814 1999-11-18 Kenichi Handa <handa@etl.go.jp>
5815
5816 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
5817 instead of ps-print-def.
5818
5819 * ps-print.el: Require ps-vars instead of ps-print-def.
5820
5821 * ps-mule.el: Require ps-vars instead of ps-print-def.
5822
5823 1999-11-17 Gerd Moellmann <gerd@gnu.org>
5824
5825 * simple.el (with-syntax-table): Save buffer explicitly instead of
5826 using save-excursion.
5827
5828 1999-11-16 Gerd Moellmann <gerd@gnu.org>
5829
5830 * mail/supercite.el: New maintainer.
5831
5832 1999-11-16 Reto Zimmermann <reto@synopsys.com>
5833
5834 * progmodes/vhdl-mode.el: Use new backquote syntax.
5835
5836 1999-11-16 Gerd Moellmann <gerd@gnu.org>
5837
5838 * simple.el (with-syntax-table): New.
5839
5840 1999-11-15 Sam Steingold <sds@ksp.com>
5841
5842 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
5843
5844 1999-02-22 Sam Steingold <sds@goems.com>
5845
5846 * goto-addr.el (goto-address-at-mouse,
5847 goto-address-find-address-at-point): Use compose-mail.
5848 (goto-address-mail-method): Removed variable.
5849 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
5850 goto-address-send-using-mail): Removed functions.
5851
5852 1998-11-03 Sam Steingold <sds@goems.com>
5853
5854 * simple.el (backward-delete-char-untabify):
5855 backward-delete-char-untabify-method can be `all' now - to delete
5856 hungrily including newlines.
5857
5858 1999-11-15 Sam Steingold <sds@ksp.com>
5859
5860 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
5861
5862 1999-11-15 Dave Love <fx@gnu.org>
5863
5864 * cus-edit.el (customize-face, customize-face-other-window):
5865 Require match from completing-read.
5866 (custom-buffer-done-function): Default to custom-bury-buffer, not
5867 bury-buffer.
5868
5869 1999-11-15 Gerd Moellmann <gerd@gnu.org>
5870
5871 * mail/rmail.el, iswitchb.el, hippie-exp.el,
5872 progmodes/cperl-mode.el: Use new backquote syntax.
5873
5874 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
5875
5876 * uniquify.el: Use new backquote syntax.
5877
5878 1999-11-14 Markus Rost <rost@ias.edu>
5879
5880 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
5881 as in ispell-local-dictionary-alist.
5882
5883 1999-11-14 Alex Schroeder <alex@gnu.org>
5884
5885 * ansi-color.el (ansi-color-apply): Updated regexps to include
5886 highlighted face.
5887
5888 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
5889
5890 * forms.el (forms--make-format-elt-using-text-properties):
5891 Treat `intangible' differently.
5892
5893 * forms.el: Use new backquote syntax.
5894
5895 1999-11-13 Gerd Moellmann <gerd@gnu.org>
5896
5897 * textmodes/scribe.el (scribe-mode): Doc-fix.
5898
5899 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
5900
5901 * net-utils.el (run-network-program, net-utils-run-program): Use
5902 the new backquote syntax.
5903 (smbclient-program, smbclient-program-options)
5904 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
5905 variables
5906 (smbclient, smbclient-list-shares): New functions
5907
5908 1999-11-12 Sam Steingold <sds@ksp.com>
5909
5910 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
5911 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
5912 (viper-kbd-buf-definition, viper-kbd-mode-alist)
5913 (viper-kbd-mode-pair, viper-kbd-mode-definition)
5914 (viper-kbd-global-pair, viper-kbd-global-definition):
5915 Use the new backquote syntax.
5916
5917 * emulation/viper-cmd.el (viper-test-com-defun)
5918 (viper-prefix-arg-value, viper-prefix-arg-com):
5919 Use the new backquote syntax.
5920
5921 * emacs-lisp/debug.el (debugger-env-macro):
5922 Use the new backquote syntax.
5923
5924 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
5925 Use the new backquote syntax.
5926
5927 * calendar/calendar.el (calendar-remove-frame-by-deleting):
5928 New user variable.
5929 (calendar-hide-window): Use it.
5930 (increment-calendar-month, calendar-for-loop, calendar-sum):
5931 Use the new backquote syntax.
5932
5933 1999-11-12 Andrew Innes <andrewi@gnu.org>
5934
5935 * select.el (x-set-selection): Call buffer-substring, not
5936 substring. Also fix docstring
5937
5938 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
5939
5940 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
5941 of customizable variables to bug report message. Added
5942 system-type to package name in bug report.
5943
5944 1999-11-12 Gerd Moellmann <gerd@gnu.org>
5945
5946 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
5947 to display file names.
5948
5949 1999-11-11 Gerd Moellmann <gerd@gnu.org>
5950
5951 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
5952
5953 * isearch.el: Add lazy-highlighting feature.
5954
5955 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
5956
5957 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
5958 constant.
5959 (ps-mode-submit-bug-report): New function. Entry added to menu.
5960
5961 1999-11-10 William M. Perry <wmperry@aventail.com>
5962
5963 * mwheel.el: New file to support the new style wheeled mice.
5964
5965 1999-11-10 Gerd Moellmann <gerd@gnu.org>
5966
5967 * startup.el (initial-scratch-message): Add ";;" to the front of
5968 lines in the message.
5969
5970 * files.el (file-local-copy): Remove optional BUFFER argument
5971 because that's not used by anything.
5972
5973 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
5974 to-address.
5975
5976 1999-11-08 Markus Rost <rost@ias.edu>
5977
5978 * wid-edit.el (widget-button-click): Wrap with save-excursion
5979 to restore track-mouse in the correct buffer.
5980
5981 1999-11-08 Gerd Moellmann <gerd@gnu.org>
5982
5983 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
5984
5985 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
5986
5987 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
5988 lpr-command to "lp" for some system-types. (copied from lpr.el
5989 Emacs version 20.2.1).
5990
5991 1999-11-04 Markus Rost <rost@ias.edu>
5992
5993 * simple.el (comment-region): Strip off white space at end of
5994 comment-start.
5995
5996 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5997
5998 * faces.el (secondary-selection): Fix wrong color name.
5999
6000 1999-11-04 John Tobey <jtobey@epsilondev.com>
6001
6002 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
6003 the default when invoking perldb in a non-Perl buffer, and other
6004 cases involving -e or --.
6005
6006 1999-11-04 Gerd Moellmann <gerd@gnu.org>
6007
6008 * simple.el (previous-matching-history-element)
6009 (next-history-element): Use delete-field instead of erase-field.
6010
6011 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
6012 Use delete-field instead of erase-field.
6013
6014 * faces.el (secondary-selection): Change background to yellow.
6015
6016 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
6017 find the start of the text. Use field-string to read the user
6018 input.
6019
6020 1999-11-03 Gerd Moellmann <gerd@gnu.org>
6021
6022 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
6023 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
6024 for compatibility with old face implementation.
6025
6026 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
6027 Use erase-field instead of erase-buffer.
6028
6029 * frame.el (blink-cursor-mode, blink-cursor-end): Use
6030 internal-show-cursor with new interface.
6031 (blink-cursor-timer-function): New.
6032 (blink-cursor-start): Use blink-cursor-timer-function.
6033
6034 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6035
6036 * calendar.el (redraw-calendar): Move to nearest date before
6037 redrawing.
6038
6039 * diary-lib.el (simple-diary-display): Reset modeline even if
6040 there are no diary entries since the diary buffer may be displayed.
6041
6042 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6043
6044 * emacs-lisp/debug.el (debug): If noninteractive, display the
6045 backtrace using `message', then exit Emacs.
6046 (debugger-batch-max-lines): New variable.
6047 (debugger-setup-buffer): New subroutine, broken out of `debug'.
6048 Change the messages put at the start, to say that the debugger
6049 was entered.
6050
6051 1999-11-02 Sam Steingold <sds@ksp.com>
6052
6053 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
6054
6055 1999-11-01 John Tobey <jtobey@epsilondev.com>
6056
6057 * gud.el: (gud-perldb-massage-args): Massage correctly in the
6058 presence of perl switches other than "-e".
6059
6060 1999-11-01 Markus Rost <rost@ias.edu>
6061
6062 * dired-x.el (dired-smart-shell-command): Use
6063 shell-command-history as in shell-command.
6064
6065 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6066
6067 * userlock.el (ask-user-about-lock): Doc fix.
6068
6069 * frame.el: Doc fixes.
6070
6071 1999-11-01 Gerd Moellmann <gerd@gnu.org>
6072
6073 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
6074 of show-cursor.
6075 (blink-cursor-start, blink-cursor-end): Ditto.
6076
6077 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
6078
6079 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6080
6081 * window.el (walk-windows): If ALL-FRAMES is a frame,
6082 start on that frame. Use save-selected-window.
6083
6084 1999-11-01 Gerd Moellmann <gerd@gnu.org>
6085
6086 * simple.el (end-of-buffer): Use window-end to find the window end
6087 instead of vertical-motion because this handles variable-height
6088 lines correctly.
6089
6090 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
6091
6092 * ediff.el: Version change.
6093
6094 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
6095 make sure you are in a good frame before deleting other
6096 windows.
6097 (ediff-file-checked-in-p): Don't consider CVS
6098 files checked in.
6099 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
6100 are writing to a newly created empty file.
6101
6102 * ediff-mult.el (ediff-show-session-group-hook): New default.
6103
6104 * ediff-vers.el (ediff-pcl-cvs-view-revision):
6105 First cd to the file directory. reportedly works
6106 better with remote files.
6107
6108 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
6109 Use file-name-nondirectory when passing files to CVS.
6110
6111 * ediff-diff.el (ediff-cmp-options): New variable.
6112 (ediff-same-file-contents): Use ediff-cmp-options.
6113
6114 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
6115 ediff-get-patch-buffer): Use current buffer if it appears to be a
6116 patch.
6117
6118 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
6119 C-g
6120
6121 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
6122 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
6123 (viper-save-cursor-color,viper-restore-cursor-color):
6124 Improved cursor color handling.
6125 (viper-get-saved-cursor-color-in-replace-mode,
6126 viper-get-saved-cursor-color-in-insert-mode): New functions for
6127 better cursor color handling.
6128
6129 * viper-ex.el (ex-read,ex-edit):
6130 Fixes for correct interpretation of #,%.
6131 (viper-ex): Now works correctly when called from other functions.
6132 (viper-glob-function): New variable.
6133 (viper-ex): Save excursion before doing :global.
6134
6135 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
6136
6137 * viper-cmd.el (viper-post-command-sentinel,
6138 viper-insert-state-post-command-sentinel,
6139 viper-insert-state-pre-command-sentinel): Takes better care of
6140 cursor colors.
6141
6142 * viper.el: Version change.
6143
6144 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
6145
6146 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
6147 that the modeline display was updated *only* when
6148 `whitespace-display-in-modeline' was set, not otherwise.
6149
6150 1999-10-30 Gerd Moellmann <gerd@gnu.org>
6151
6152 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
6153 "frac12".
6154
6155 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
6156 ad-activate.
6157
6158 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
6159
6160 * whitespace.el: Test for existence of `defcustom' and `defgroup'
6161 using fboundp instead of assuming that these are not present in
6162 particular flavors of emacs.
6163 (whitespace-version): Update to 2.8
6164 (whitespace-display-in-modeline): Add custom variable to control
6165 displaying the whitespace errors on the modeline based on
6166 suggestion from <klaus.berndl@sdm.de>
6167 (whitespace-buffer): Now returns `t' if unclean and `nil' if
6168 clean, to enable using as a hook function, as suggested by Puneet
6169 Goel <puneet@computer.org>
6170 (whitespace-buffer): Fix a subtle bug that cleaned up only if
6171 quiet was not set, even with whitespace-auto-cleanup set.
6172 (whitespace-mode-line): Now uses less modeline real estate and
6173 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
6174 which is present in the file, and <y> is any type of whitespace
6175 whose check has been suppressed by setting
6176 `whitespace-check-<whitespace-type>' to nil.
6177 (whitespace-unchecked-whitespaces): New function to return the
6178 list of whitespaces for whom checks have been suppressed.
6179 (whitespace-display-unchecked-whitespaces): Renamed to
6180 `whitespace-update-modeline' to reflect its functionality.
6181
6182 1999-10-30 Gerd Moellmann <gerd@gnu.org>
6183
6184 * progmodes/compile.el (compilation-error-regexp-alist):
6185 Undo previous change.
6186
6187 1999-10-28 Dave Love <fx@gnu.org>
6188
6189 * help.el (help-follow): Make arg optional again and really
6190 default to point.
6191
6192 1999-10-28 Gerd Moellmann <gerd@gnu.org>
6193
6194 * paths.el (rmail-file-name): Make it an option.
6195
6196 * progmodes/ada-mode.el, progmodes/ada-prj.el,
6197 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
6198 comment fixes.
6199
6200 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
6201 MIPS Pro 7.3 compiler error message syntax.
6202
6203 1999-10-27 Dave Love <fx@gnu.org>
6204
6205 * progmodes/compile.el: Checkdoc-inspired fixes.
6206
6207 1999-10-27 Gerd Moellmann <gerd@gnu.org>
6208
6209 * lpr.el (print-buffer): Doc-string fix.
6210
6211 1999-10-27 Dave Love <fx@gnu.org>
6212
6213 * emacs-lisp/advice.el: Doc fixes.
6214 (ad-lemacs-p): Removed.
6215 (advice): Add :link to defgroup.
6216
6217 1999-10-27 Kenichi Handa <handa@etl.go.jp>
6218
6219 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
6220 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
6221
6222 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6223
6224 * window.el (walk-windows): If ALL-FRAMES is a frame,
6225 start on that frame. Use save-selected-window.
6226
6227 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6228
6229 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
6230 ad-activate. All callers changed, including those in data.c.
6231 (ad-activate-internal-off): Renamed from ad-activate-off.
6232 All uses changed.
6233 (ad-activate): Renamed from ad-activate-on. All uses changed.
6234 (ad-start-advice, ad-stop-advice, ad-recover-normality):
6235 Alter the definition of ad-activate-internal, not ad-activate.
6236
6237 1999-10-26 Gerd Moellmann <gerd@gnu.org>
6238
6239 * startup.el (command-line-1): Add support for command line
6240 arguments `file' and `execute'. Fix handling of `visit'.
6241
6242 1999-10-26 Kenichi Handa <handa@etl.go.jp>
6243
6244 * international/mule-cmds.el (read-input-method-name): Handle the
6245 case that the arg DEFAULT is symbol.
6246
6247 * international/mule-diag.el (mule-diag): Handle the case that
6248 default-input-method is symbol.
6249
6250 1999-10-26 Gerd Moellmann <gerd@gnu.org>
6251
6252 * textmodes/tildify.el: New file.
6253
6254 1999-10-25 Sam Steingold <sds@ksp.com>
6255
6256 * Makefile (compile-files): Fixed the "tr" strings.
6257 (EMACS): Set to ../src/emacs.
6258
6259 1999-10-25 Gerd Moellmann <gerd@gnu.org>
6260
6261 * info.el (Info-build-node-completions): Add '("*") to the
6262 completion list.
6263
6264 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6265
6266 * frame.el (auto-raise-mode): When enabling the mode,
6267 immediately raise the selected frame.
6268
6269 * indent.el (indent-region): Doc fix.
6270
6271 * comint.el (comint-output-filter): Make the Comint buffer current
6272 for the comint-preoutput-filter-functions.
6273
6274 * mail/reporter.el: Doc fix.
6275
6276 1999-10-24 Stephen Eglen <stephen@gnu.org>
6277
6278 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
6279 that Octave lisp files can also run under XEmacs 20.
6280 (require 'custom) added so that files can run under Emacs 19.34.
6281
6282 * iswitchb.el (iswitchb-default-keybindings): No need to use
6283 read-kbd-macro in keybindings.
6284
6285 1999-10-23 Dave Love <fx@gnu.org>
6286
6287 * elide-head.el: New file.
6288
6289 1999-10-23 Gerd Moellmann <gerd@gnu.org>
6290
6291 * Makefile (compile-files, backup-compiled-files): New targets.
6292 (bootstrap, bootstrap-clean): Ditto.
6293
6294 1999-10-22 Paul Eggert <eggert@twinsun.com>
6295
6296 * international/mule-cmds.c (locale-language-names):
6297 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
6298 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
6299 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
6300 Use Latin-8 for Welsh.
6301 Use Latin-1 for English if "en" is explicitly specified.
6302 Use Latin-1 for Scots Gaelic, Tagalog.
6303 Use Latin-1 (not Latin-4) for Greenlandic.
6304 Use Latin-1 (not Latin-2) for Albanian.
6305 (locale-preferred-coding-systems, locale-language-names):
6306 Remove generic ISO 8859 locales; locale-charset-language-names now
6307 does this.
6308 (locale-charset-language-names): New variable.
6309 (set-locale-environment): Use language name specified by
6310 locale-charset-language-names if its charsets disagree with the
6311 language name specified by locale-language-names.
6312
6313 1999-10-22 Dave Love <fx@gnu.org>
6314
6315 * make-mode.el: Minor doc fixes.
6316
6317 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
6318
6319 1999-10-21 Dave Love <fx@gnu.org>
6320
6321 * loadup.el: Add latin-8, latin-9.
6322
6323 1999-10-20 Paul Eggert <eggert@twinsun.com>
6324
6325 * disp-table.el (standard-display-european): Remove undocumented
6326 arg AUTO; no longer used by startup.el. Do not attempt to treat
6327 all non-English language environments as coding system names.
6328 Instead, use the downcased language environment name as a coding
6329 system name if it is one; otherwise, use latin-1.
6330
6331 1999-10-20 Gerd Moellmann <gerd@gnu.org>
6332
6333 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
6334 that were split so that part of the comment appeared as Lisp code.
6335
6336 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6337
6338 * ps-bdf.el: Doc fix.
6339
6340 * ps-print-def.el: New file: common definitions for all parts of
6341 ps-print.
6342 (ps-multibyte-buffer): Moved from ps-mule.
6343
6344 * ps-mule.el: File dependence fix.
6345 (ps-multibyte-buffer): Moved to ps-print-def.
6346
6347 * ps-print.el: Doc fix, better customization.
6348 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
6349 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
6350 (ps-end-file): Doc fix.
6351 (ps-setup, ps-begin-file): Fun fix.
6352 (postscript): New group.
6353 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
6354 (ps-print-prologue-1): Adjust PostScript programming.
6355 (ps-print): Adjust group hierarchy.
6356 (ps-print-n-up, ps-print-zebra, ps-print-background,
6357 ps-print-printer)
6358 (ps-print-page): New subgroups.
6359 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
6360 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
6361 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
6362 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
6363 (ps-zebra-stripe-height, ps-print-background-image)
6364 (ps-print-background-text, ps-spool-config): Adjust customization.
6365 (dos-ps-printer): Definition eliminated.
6366
6367 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6368
6369 * ps-mule.el: Doc fix, define functions properly if mule package is
6370 loaded or not.
6371 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
6372 mule package is loaded or not.
6373
6374 * ps-print.el: Doc fix, n-up printing.
6375 (ps-print-version): New version number (5.0).
6376 (ps-page-dimensions-database): Added document media.
6377 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
6378 (ps-page-order, ps-printing-region-p): New vars.
6379 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
6380 funs.
6381 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
6382 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
6383 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
6384 (ps-n-up-xstart, ps-n-up-ystart): New macros.
6385 (ps-print-begin-sheet-hook): New hook.
6386 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
6387 const.
6388 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
6389 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
6390 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
6391 (ps-count-lines): Changed to defun.
6392 (ps-header-page): Changed to defsubst, fix fun.
6393 (ps-printing-region): Doc fix, adjust programming code.
6394 (ps-output-boolean, ps-background-pages, ps-background-text)
6395 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
6396 programming code.
6397
6398 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6399
6400 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
6401 (ps-print-version): New version number (4.2).
6402 (ps-spool-config, ps-spool-tumble): New vars.
6403 (ps-print-prologue-1): Changed to defconst, adjust PostScript
6404 programming, new PostScript procedure to handle errors.
6405 (ps-print-prologue-2): Changed to defconst.
6406 (ps-print-duplex-feature): New const: duplex and tumble setting.
6407 (ps-setup, ps-begin-file): Fix funs.
6408 (ps-boolean-capitalized): New fun.
6409
6410 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
6411
6412 * Makefile (dontcompilefiles): Obsoleted.
6413 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
6414 (EL): Unused.
6415 (temacs): Removed (unused).
6416 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
6417 version of the file (necessary for the update to work properly).
6418 (autoloads): Force the use of `pwd`/loaddefs.el.
6419 (updates); Redefined in terms of other targets to reduce redundancy.
6420 (.el.elc): New default rule, just in case you want it.
6421 (compile): Use a single invocation of Emacs.
6422 (bootstrap-compile); Unneeded.
6423 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
6424
6425 1999-10-19 Dave Love <fx@gnu.org>
6426
6427 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
6428
6429 1999-10-19 Sam Steingold <sds@ksp.com>
6430
6431 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
6432 comply with the comment.
6433
6434 1999-10-19 Gerd Moellmann <gerd@gnu.org>
6435
6436 * autorevert.el (auto-revert-mode): Make auto-revert-mode
6437 permanent-local.
6438
6439 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
6440
6441 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
6442 value: \"lpr\" changed to "lpr"
6443 (ps-mode-version): New constant
6444 (ps-mode-show-version): New function, added key in ps-mode-map
6445 (ps-run-messages): Removed
6446 (ps-run-font-lock-keywords-2): New defcustom variable replacing
6447 ps-run-messages. These keywords now include the value of
6448 ps-run-prompt, making its fontification customizable.
6449 (ps-run-init): Removed \\n from docstring, it is now added when
6450 the value is used
6451 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
6452 ps-run-prompt
6453 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
6454 customizable variables in doc-string (its equivalent
6455 ps-run-messages was missing in previous version of the doc-string)
6456 (ps-run-mode): Simplified assignment to font-lock-defaults, using
6457 symbols only
6458
6459 1999-10-19 Alex Schroeder <alex@gnu.org>
6460
6461 * ansi-color.el: Complete rewrite.
6462
6463 1999-10-19 Paul Eggert <eggert@twinsun.com>
6464
6465 Fix bootstrapping problems.
6466 Use the system locale to specify Emacs locale defaults.
6467
6468 * international/mule-cmds.el (global-map):
6469 Do not use backquote, because that makes a bootstrapping
6470 problem if you need to recompile all Lisp files using interpreted code.
6471 * international/mule.el (charset-id, charset-bytes,
6472 charset-dimension, charset-chars, charset-width,
6473 charset-direction, charset-iso-final-char,
6474 charset-iso-graphic-plane, charset-reverse-charset,
6475 charset-short-name, charset-long-name, charset-description,
6476 charset-plist): Likewise.
6477 * subr.el (save-match-data): Likewise.
6478
6479 * international/mule-cmds.el
6480 (set-display-table-and-terminal-coding-system): New function,
6481 containing code migrated out of set-language-environment.
6482 (set-language-environment, set-locale-environment): Use it.
6483 (locale-translation-file-name): Moved here from startup.el.
6484 (locale-language-names, locale-preferred-coding-systems):
6485 New vars.
6486 (locale-name-match, set-locale-environment): New functions.
6487
6488 * language/japan-util.el (setup-japanese-environment-internal):
6489 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
6490
6491 * startup.el (iso-8859-n-locale-regexp): Remove.
6492 (locale-translation-file-name): Move to mule-cmds.el.
6493 (command-line): Move locale-stuff into set-locale-environment.
6494
6495 1999-10-18 Dave Love <fx@gnu.org>
6496
6497 * abbrev.el (add-abbrev, inverse-add-abbrev)
6498 (expand-region-abbrevs): Remove properties from buffer text.
6499
6500 1999-10-17 Gerd Moellmann <gerd@gnu.org>
6501
6502 * iswitchb.el (iswitchb-exhibit): Extract user-input only
6503 from the mini-buffer, without the prompt.
6504
6505 * simple.el (minibuffer-prompt-end): Return the position
6506 after the prompt, not the position of that last character
6507 of the prompt.
6508
6509 1999-10-17 Miles Bader <miles@gnu.org>
6510
6511 * simple.el: Doc fixes.
6512
6513 1999-10-17 Miles Bader <miles@gnu.org>
6514
6515 * simple.el (previous-matching-history-element, next-history-element):
6516 Change to work correctly even if the point is in the prompt.
6517 (choose-completion-string): Likewise.
6518 (minibuffer-prompt-width): New function (compatibility with old subr).
6519
6520 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
6521 When constraining the final position to the current field,
6522 don't use the ONLY-IN-LINE mode of constrain-to-field.
6523
6524 1999-10-17 Miles Bader <miles@gnu.org>
6525
6526 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
6527 constrain-to-field.
6528 * textmodes/paragraphs.el (forward-sentence): Likewise.
6529
6530 1999-10-17 Miles Bader <miles@gnu.org>
6531
6532 * simple.el (line-move): Use constrain-to-field to avoid
6533 moving into a prompt.
6534 (previous-complete-history-element): Clarify doc string.
6535 (next-complete-history-element): Likewise.
6536 Use field-beginning instead of point-min.
6537 (next-matching-history-element): Use field-beginning and
6538 erase-field instead of point-min and erase-buffer.
6539 * textmodes/paragraphs.el
6540 (forward-paragraph, forward-sentence): Likewise.
6541 (backward-kill-paragraph, backward-kill-sentence): Remove code to
6542 constrain the kill to an field, as the movement commands now
6543 do this.
6544
6545 1999-10-17 Miles Bader <miles@gnu.org>
6546
6547 * simple.el (previous-matching-history-element): Get the
6548 minibuffer input with field-string instead of buffer-string.
6549 (choose-completion-string): Likewise.
6550 (next-history-element): Likewise.
6551 Erase the minibuffer input with erase-field, not erase-buffer.
6552 Use field-beginning to find the beginning of the input.
6553 * textmodes/paragraphs.el (backward-kill-sentence):
6554 Remove minibuffer-prompt hack.
6555 Constrain to any input field.
6556
6557 1999-10-17 Sam Steingold <sds@ksp.com>
6558
6559 * bindings.el (completion-ignored-extensions): Added ".sparcf"
6560 for CMUCL on sparc and ".ufsl" for LispWorks.
6561 (bound-and-true-p): Bugfix: free variable `v'.
6562
6563 1999-10-16 Dave Love <d.love@dl.ac.uk>
6564
6565 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
6566 (edebug-uninstall-read-eval-functions): Use load-read-function,
6567 avoiding elisp-eval.
6568
6569 1999-10-16 Sam Steingold <sds@ksp.com>
6570
6571 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
6572 instead of `eql'.
6573
6574 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
6575
6576 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
6577 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
6578 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
6579 * ediff-util.el (ediff-make-temp-file):
6580 * ediff-vers.el (ediff-pcl-cvs-view-revision):
6581 * emerge.el (emerge-make-temp-file):
6582 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
6583 * vc.el (vc-update-change-log):
6584 * mail/mailpost.el (post-mail-send-it):
6585 * mail/metamail.el (metamail-region):
6586 * progmodes/cmacexp.el (c-macro-expansion):
6587 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
6588
6589 1999-10-15 Gerd Moellmann <gerd@gnu.org>
6590
6591 * smtpmail.el (smtpmail-via-smtp): Add support for
6592 automatically appending a domain to RCPT TO: addresses.
6593
6594 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6595
6596 * dired.el (dired-insert-directory): Insert the amount of
6597 free space after the total size.
6598 (dired-free-space-program, dired-free-space-args): New variables.
6599
6600 1999-10-14 Karl Heuer <kwzh@gnu.org>
6601
6602 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
6603
6604 1999-10-14 Dave Love <fx@gnu.org>
6605
6606 * international/characters.el:
6607 * international/fontset.el:
6608 * international/mule-conf.el: Add latin-iso8859-1[45].
6609
6610 * language/european.el: Add Latin-8, Latin-9. Modify some doc
6611 strings.
6612
6613 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
6614 (command-line): Detect Latin-[89] locales.
6615
6616 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
6617
6618 * international/mule-cmds.el (select-safe-coding-system)
6619 (leim-list-header): Avoid the use of strings that start with backslash
6620 newline since lread.c:read1 has a hack to turn those strings into
6621 integer 0 during the loadup.el process.
6622
6623 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
6624
6625 1999-10-13 Dave Love <fx@gnu.org>
6626
6627 * image.el (insert-image): Copy the image spec and add an
6628 intangible property.
6629
6630 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
6631
6632 * help.el (help-xref-interned): Make it also work on variable-only
6633 and function-only symbols.
6634 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
6635 (help-follow): If the point under mouse is not highlighted, try
6636 `help-xref-interned' on the pointed-to symbol anyway.
6637
6638 * info.el (Info-on-current-buffer): New entry point.
6639 (Info-find-node): Split into two for Info-on-current-buffer to
6640 hook into it.
6641 (Info-current-file, Info-set-mode-line, Info-up):
6642 Info-current-file can now be t.
6643 (Info-clone-buffer-hook): Function for `clone-buffer'.
6644 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
6645 Make `clone-buffer' available in various ways to the user.
6646
6647 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
6648
6649 * simple.el (shell-command, shell-command-on-region): Use
6650 make-temp-file.
6651 (clone-buffer, clone-process, clone-buffer-hook): New functions.
6652
6653 * subr.el (with-current-buffer): Don't use backquotes to avoid
6654 bootstrapping problems.
6655
6656 * loadup.el (load-path): Add subdirs for bootstrapping.
6657 (docstrings): Ignore errors during bootstrapping.
6658 (args): New `bootstrap' argument (for use in place of `dump').
6659
6660 1999-10-12 Emmanuel Briot <briot@gnat.com>
6661
6662 * ada-stmt.el: Doc-string fixes.
6663
6664 1999-10-12 Gerd Moellmann <gerd@gnu.org>
6665
6666 * recentf.el: New file.
6667
6668 * ps-mode.el: New file.
6669
6670 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
6671 case insensitive.
6672
6673 1999-10-12 Richard Sharman <rsharman@pobox.com>
6674
6675 * sh-script.el: Added support for indenting existing scripts.
6676 (sh-mode-map): Added new bindings.
6677 (sh-mode): Updated mode doc-string for new commands, added
6678 make-local-variable calls, initialize mode-specific variables.
6679 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
6680 is now a different function.
6681 (sh-header-marker): Changed docstring.
6682 (sh-set-shell): Initialize mode-specific variables.
6683 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
6684 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
6685 Changed these define-skeleton calls to work with user-specified
6686 indentation settings.
6687 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
6688 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
6689 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
6690 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
6691 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
6692 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
6693 (sh-guess-basic-offset, sh-handle-after-case-label)
6694 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
6695 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
6696 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
6697 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
6698 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
6699 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
6700 (sh-handle-this-then, sh-help-string-for-variable)
6701 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
6702 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
6703 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
6704 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
6705 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
6706 (sh-remove-our-text-properties, sh-rescan-buffer)
6707 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
6708 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
6709 (sh-scan-case, sh-search-word, sh-set-char-syntax)
6710 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
6711 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
6712 functions.
6713 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
6714 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
6715 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
6716 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
6717 (sh-var-list): New variables.
6718
6719 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
6720
6721 * quickurl.el (quickurl-list-insert): `count-lines' was returning
6722 a value one line to high if the cursor wasn't at the start of a
6723 line. A `beginning-of-line' is now performed before making the
6724 call to `count-lines'.
6725
6726 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
6727
6728 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
6729
6730 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
6731
6732 * Makefile (setwins): Abstract out the command to find subdirectories
6733 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
6734 (custom-deps, finder-data, autoloads, update-subdirs, updates)
6735 (autoloads-with-other-emacs): Use it.
6736
6737 * diff-mode.el: New file. A mode for viewing/editing context diffs.
6738
6739 1999-10-09 Gerd Moellmann <gerd@gnu.org>
6740
6741 * Makefile (bootstrap-compile): New target. Compile Lisp
6742 files with ../src/temacs.
6743
6744 1999-10-08 Dave Love <fx@gnu.org>
6745
6746 * ange-ftp.el: Require dired when compiling.
6747 (ange-ftp-normal-login): Allow EFS-style port specification.
6748
6749 1999-10-08 Simon Marshall <simon@gnu.org>
6750
6751 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
6752 (regexp-opt-group): Use it to get common suffixes in STRINGS.
6753 If STRINGS is nil, return "" rather than nil.
6754
6755 1999-10-08 Gerd Moellmann <gerd@gnu.org>
6756
6757 * Makefile (compile): Compile files one by one. Set load-path to
6758 current directory and subdirectories when compiling.
6759
6760 1999-10-08 Gerd Moellmann <gerd@gnu.org>
6761
6762 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
6763 (emacs): Use it everywhere instead of EMACS.
6764 (compile): New target. Compile all Lisp files from scratch.
6765 (recompile): New target. Recompile lisp directory.
6766 (autoloads-with-other-emacs): New target. Build loaddefs.el with
6767 an Emacs executable not built in the current directory tree.
6768
6769 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
6770
6771 * filecache.el (file-cache-completion-ignore-case): New variable,
6772 defaulting to the value of completion-ignore-case.
6773 (file-cache-minibuffer-complete): Use it.
6774 (file-cache-files-matching, file-cache-files-matching-internal):
6775 New functions.
6776
6777 1999-10-07 Emmanuel Briot <briot@gnat.com>
6778
6779 * ada-xref.el: New file
6780
6781 * ada-prj.el: New file
6782
6783 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
6784
6785 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
6786 subprogram being created.
6787
6788 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
6789 ada-indent-newline-indent): Rewritten to support the new indentation
6790 scheme
6791
6792 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
6793 New functions
6794
6795 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
6796 justification parameter
6797
6798 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
6799 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
6800 external program
6801
6802 1999-10-07 Dave Love <fx@gnu.org>
6803
6804 * bindings.el (bound-and-true-p): New macro.
6805 (make-mode-line-mouse-sensitive): Don't require easymenu.
6806
6807 1999-10-07 Gerd Moellmann <gerd@gnu.org>
6808
6809 * custom.el (defface): Extend documentation for new values of
6810 `type'.
6811
6812 * faces.el (face-spec-set-match-display): Recognize `type' of
6813 `motif', `lucid', `x-toolkit'.
6814 (menu): New face.
6815
6816 1999-10-05 Dave Love <fx@gnu.org>
6817
6818 * files.el: Recognize temporary crontab files.
6819
6820 * info.el: Require jka-compr when compiling.
6821 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
6822
6823 1999-10-04 Dave Love <fx@gnu.org>
6824
6825 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
6826 scroll-up-aggressively, scroll-down-aggressively.
6827
6828 * time.el (display-time-mode): Add autoload cookie.
6829
6830 * rect.el (delete-extract-rectangle): Doc fix from verna.
6831
6832 * help-macro.el (three-step-help): Customize.
6833
6834 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6835
6836 * hexl.el (hexlify-buffer): Move point in proper range
6837 if it is too large.
6838 (hexl-after-revert-hook): Update hexl-max-address.
6839 (hexl-address-to-marker): Doc fix.
6840
6841 1999-10-03 Dave Love <fx@gnu.org>
6842
6843 * image.el (defimage): Remove redundant code. Substitute file in
6844 image plist.
6845
6846 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
6847
6848 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
6849 when doing with-temp-file.
6850
6851 1999-10-01 Dave Love <fx@gnu.org>
6852
6853 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
6854
6855 * help.el: Require view when compiling.
6856 (view-emacs-FAQ): Use Info version.
6857
6858 1999-09-29 Ken'ichi Handa <handa@gnu.org>
6859
6860 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
6861 (normat->normal). Use correct font names for Korean
6862 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
6863
6864 1999-09-29 Kenichi Handa <handa@etl.go.jp>
6865
6866 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
6867 code not used by KOI8 to the same 8-bit code instead of mapping to
6868 SPC.
6869 (cyrillic-alternativnyj-decode-table): Likewise.
6870
6871 1999-09-29 Alex Schroeder <alex@gnu.org>
6872
6873 * sql.el (sql-imenu-generic-expression): Aew, used to set
6874 imenu-generic-expression.
6875 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
6876 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
6877 imenu-case-fold-search, and imenu-syntax-alist.
6878 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
6879 setting font-lock-defaults' SYNTAX-ALIST.
6880
6881 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6882
6883 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
6884 macro, try again.
6885
6886 1999-09-28 Dave Love <fx@gnu.org>
6887
6888 * cus-edit.el (custom-comment): Change widget definition.
6889 (custom-comment-create, custom-comment-show)
6890 (custom-comment-invisible-p): Don't use :comment-overlay.
6891 (custom-comment-hide): New function.
6892 (custom-variable-set, custom-variable-save)
6893 (custom-variable-reset-standard, custom-face-set)
6894 (custom-face-save): Use it.
6895
6896 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6897
6898 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
6899
6900 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6901
6902 * faces.el (region): Doc fix.
6903
6904 1999-09-27 Dave Love <fx@gnu.org>
6905
6906 * isearch.el (isearch): Add :links in defgroup.
6907 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
6908 (isearch-switch-frame-handler): Comment out (unused).
6909 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
6910 (isearch-ring-retreat-edit): Doc fix.
6911 (isearch-mouse-yank): New command.
6912 (isearch-last-command-char): Removed. Callers changed to use
6913 last-command-char.
6914 (isearch-char-to-string): Removed. Callers changed to use
6915 char-to-string.
6916
6917 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
6918
6919 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
6920 option for Russian.
6921
6922 1999-09-25 Gerd Moellmann <gerd@gnu.org>
6923
6924 * faces.el (face-differs-from-default-p): Compare face
6925 attributes individually.
6926
6927 * image.el (put-image, insert-image): Add string argument.
6928
6929 1999-09-24 Gerd Moellmann <gerd@gnu.org>
6930
6931 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
6932 LANG=de_DE.iso88591 on HPUX 11.0.
6933
6934 * dired.el (dired-move-to-filename-regexp): Make it work
6935 for LANG=de_DE.iso88591 on HPUX 11.0.
6936
6937 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6938
6939 * info.el (info-initialize): Don't test existence of ALTERNATIVE
6940 if we know for some other reason it should not be used.
6941
6942 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
6943 New variable.
6944 (edebug-recursive-edit): Save current-prefix-arg there,
6945 bind it, and set it back at the end.
6946 (edebug-outside-excursion): Restore and update the outside
6947 value of current-prefix-arg.
6948 (edebug-emacs-version-specific): Delete support for Epoch.
6949
6950 1999-09-24 Howard Melman <howard@silverstream.com>
6951
6952 * imenu.el (imenu-after-jump-hook): New variable.
6953 (imenu): Run menu-after-jump-hook.
6954 (imenu-name-lookup-function): New variable.
6955 * imenu.el (imenu--in-alist): Use those variables.
6956
6957 1999-09-24 Carsten Dominik <cd@gnu.org>
6958
6959 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
6960 multiple thebibliography environments.
6961
6962 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
6963 with recentering window.
6964 (reftex-extract-bib-entries-from-thebibliography,
6965 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
6966 with multiple thebibliography environments.
6967
6968 * textmodes/reftex-vars.el
6969 (reftex-section-levels): Function allowed as cdr.
6970 (reftex-max-section-depth) New option.
6971
6972 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
6973 with multiple thebibliography environments.
6974
6975 1999-09-23 Gerd Moellmann <gerd@gnu.org>
6976
6977 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
6978 instead of point-min in call to delete-region.
6979
6980 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
6981
6982 * vc.el (vc-backend-checkout): Use with-temp-file when checking
6983 out into arbitrary file names.
6984
6985 1999-09-19 Ken'ichi Handa <handa@gnu.org>
6986
6987 * language/european.el ("Turkish"): New language environment.
6988
6989 1999-09-19 Dave Love <fx@gnu.org>
6990
6991 * delim-col.el: New file.
6992
6993 1999-09-17 Richard Stallman <rms@gnu.org>
6994
6995 * files.el (after-find-file): When visiting a backup file,
6996 make it read-only.
6997
6998 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
6999 (apropos-keybinding-face, apropos-label-face): Likewise.
7000 (apropos-property-face, apropos-match-face): Likewise.
7001 (apropos-label-properties): New variable.
7002 (apropos-print-doc): Use apropos-label-properties.
7003 (apropos-print): Set apropos-label-properties.
7004
7005 1999-09-15 Richard Stallman <rms@gnu.org>
7006
7007 * winner.el: Use aref instead of sref.
7008
7009 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
7010
7011 1999-09-14 Gerd Moellmann <gerd@gnu.org>
7012
7013 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
7014
7015 1999-09-14 Richard Stallman <rms@gnu.org>
7016
7017 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
7018 cookie, even if followed by a letter.
7019
7020 1999-09-14 Stephen Eglen <stephen@gnu.org>
7021
7022 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
7023 --no-line-editing are passed to Octave by including them here
7024 rather than storing them in inferior-octave-startup-args.
7025
7026 1999-09-14 Eli Zaretskii <eliz@gnu.org>
7027
7028 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
7029 command, option, env and sc.
7030
7031 * subr.el (shell-quote-argument): Quote argument with double
7032 quotes for ms-dos.
7033
7034 1999-09-14 Richard Stallman <rms@gnu.org>
7035
7036 * simple.el (eval-expression-print-level): New variable.
7037 (eval-expression-print-length): New variable.
7038 (eval-expression-debug-on-error): New variable.
7039 (eval-expression): Bind print-level, print-length and
7040 debug-on-error from those vars.
7041
7042 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
7043 Bind print-level, print-length and debug-on-error.
7044
7045 1999-09-14 Inge Frick <inge@nada.kth.se>
7046
7047 * dired.el (dired-recursive-deletes): New custom variable.
7048 (dired-re-no-dot): New variable.
7049 (dired-delete-file): New function deletes files and directories
7050 recursively.
7051 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
7052
7053 * dired-aux.el (dired-recursive-copies): New custom variable.
7054 (dired-handle-overwrite): Broke a long line.
7055 (dired-copy-file): Call `dired-copy-file-recursive' instead of
7056 `copy-file'.
7057 (dired-copy-file-recursive): New function. Copy directories
7058 recursively.
7059 (dired-do-create-files): Added support for generalized directory
7060 target. How-to function may now return a function. New fluid
7061 variable `dired-one-file'.
7062 (dired-copy-how-to-fn): New variable.
7063 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
7064 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
7065 (dired-do-copy-regexp): No recursive copies.
7066
7067 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
7068
7069 * whitespace.el (whitespace-version): Update version to 2.4
7070
7071 * whitespace.el: Add customization variables to conditionally test
7072 any of the five whitespaces, per request from Rune Kleveland
7073 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
7074
7075 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
7076
7077 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
7078 list of modes to be checked for bogus whitespaces.
7079
7080 * whitespace.el (whitespace-rescan-timer-time): Update
7081 documentation.
7082
7083 * whitespace.el (whitespace-display-unchecked-whitespaces):
7084 New function to update modeline with untested whitespaces.
7085
7086 * whitespace.el (whitespace-buffer): Test only whitespaces whose
7087 checking is turned on, and update modeline using the newly created
7088 `whitespace-display-unchecked-whitespaces'.
7089
7090 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
7091 whose checking is turned on, and update modeline using the newly
7092 created `whitespace-display-unchecked-whitespaces'.
7093
7094 * whitespace.el (whitespace-describe): Update documentation.
7095
7096 * whitespace.el (whitespace-tickle-timer): Test if
7097 `whitespace-rescan-timer-time' is non-zero before tickling timer.
7098
7099 1999-09-13 Dave Love <fx@gnu.org>
7100
7101 * hideif.el (hide-ifdef-mode): Add autoload cookie.
7102
7103 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
7104 for temp buffer.
7105 (checkdoc-this-string-valid): Don't assume default comment-start.
7106
7107 1999-09-13 Gerd Moellmann <gerd@gnu.org>
7108
7109 * rsz-mini.el: Remove code, keep the interface.
7110
7111 1999-09-13 Dave Love <fx@gnu.org>
7112
7113 * help.el (help-highlight-p): Doc fix.
7114
7115 * faces.el (mode-line, header-line, tool-bar): Add :version.
7116 (highlight, secondary-selection): Add :group.
7117 (trailing-whitespace): Add :group, :version.
7118
7119 * wid-edit.el: Remove some compatibility code and checks.
7120 (widget-specify-field, widget-specify-button): Don't use XEmacs
7121 properties.
7122 (widget-overlay-inactive): Change error message.
7123 (widget-button-pressed-face): New variable.
7124 (widget-button-click): Use it.
7125 (widget-documentation-link-add): Specify mouse and button faces.
7126 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
7127 removed now the functionality is built in.
7128
7129 * cus-edit.el: Don't define-widget-keywords.
7130 (multimedia): New group.
7131 (custom-last): Function removed.
7132 (custom-quote): Add vectorp case, comment out characterp case.
7133 (custom-buffer-done-function, custom-raised-buttons): New option.
7134 (Custom-buffer-done): New function.
7135 (custom-buffer-create-internal): Obey custom-raised-buttons,
7136 Custom-buffer-done.
7137 (custom-button-face): Make it `released-button'.
7138 (custom-button-pressed-face): Make it `pressed-button'
7139 (custom-mode-map): Bind "q" to Custom-buffer-done.
7140 (custom-mode): Deal with raised/pressed buttons.
7141
7142 Changes from Didier Verna:
7143 (custom-prompt-variable): Optional third arg makes prompt for a
7144 comment string.
7145 (customize-set-value, customize-set-variable,
7146 customize-save-variable): Optional prefix makes function handle
7147 variable comments.
7148 (customize-customized, customize-saved, custom-variable-state-set)
7149 (custom-variable-set, custom-variable-save, custom-face-state-set)
7150 (custom-variable-reset-saved, custom-variable-reset-standard)
7151 (custom-face-set, custom-face-save, custom-face-reset-saved)
7152 (custom-face-reset-standard, customize-save-customized): Handle
7153 custom comments.
7154 (custom-comment-face, custom-comment-tag-face): New face.
7155 (custom-comment): New widget.
7156 (custom-comment-create, custom-comment-delete)
7157 (custom-comment-value-set, custom-comment-show)
7158 ()custom-comment-invisible-p): New functions.
7159 (custom-variable-value-create, custom-face-value-create): Create a
7160 comment field widget.
7161 (custom-variable-menu, custom-face-menu): New entry for custom
7162 comment.
7163 (custom-face-value-create): Remove compatibility code.
7164 (custom-save-variables, custom-save-faces): Possibly save custom
7165 comments.
7166
7167 * cus-face.el (custom-face-attributes): Simplify :underline,
7168 :overline, :inverse-video cases. Fix up :box case (probably needs
7169 more work).
7170
7171 Change from Didier Verna:
7172 (custom-set-faces): The arguments can now have a custom comment as
7173 fourth argument.
7174
7175 * custom.el: Don't define-widget-keywords.
7176 Change from Didier Verna:
7177 (custom-set-variables): The arguments can now have a
7178 custom comment as fifth element.
7179
7180 1999-09-13 Richard Stallman <rms@gnu.org>
7181
7182 * info.el (Info-find-node): Cope better if guesspos is too large.
7183
7184 1999-09-12 Gerd Moellmann <gerd@gnu.org>
7185
7186 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
7187 of buffer-substring because buffer-string doesn't copy the
7188 prompt.
7189
7190 * faces.el (mode-line): Replaces `modeline'.
7191 (toplevel): Make `modeline' an alias for `mode-line'.
7192
7193 1999-09-12 Gerd Moellmann <gerd@gnu.org>
7194
7195 * gs.el: Change `ghostscript' to `postscript' in comment.
7196
7197 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
7198
7199 * emulation/tpu-edt.el (tpu-version): New version.
7200 (tpu-search-overlay, tpu-replace-overlay): New variables.
7201 (tpu-search-highlight, tpu-toggle-direction): New functions.
7202 (tpu-lm-replace): Set tpu-replace-overlay.
7203 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
7204 command hook.
7205
7206 1999-09-11 Richard Stallman <rms@gnu.org>
7207
7208 * isearch.el (isearch-mode-map): Undo previous change.
7209
7210 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
7211 use all of that as the sexp.
7212
7213 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
7214 and use the initial argument as file name directly.
7215 Likewise if nothing matches.
7216
7217 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
7218
7219 * winner.el: Major changes. Avoid changing point and mark.
7220 Save configurations after they change, not before.
7221
7222 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
7223
7224 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
7225 Bind print-continuous-numbering and print-number-table.
7226
7227 1999-09-10 Dave Love <fx@gnu.org>
7228
7229 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
7230
7231 1999-09-09 Richard Stallman <rms@gnu.org>
7232
7233 * whitespace.el: Finish making it fit Emacs conventions.
7234 Add autoloads.
7235
7236 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
7237
7238 * generic-x.el (bat-generic-mode): "::"-style comments don't
7239 need to begin with "-". Fix the font-lock definitions of ON/OFF
7240 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
7241 from the list of keywords. Add DO to the list of keywords.
7242
7243 1999-09-09 Dave Love <fx@gnu.org>
7244
7245 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
7246 (byte-optimize-backward-word): New optimizations.
7247 (side-effect-free-fns, side-effect-and-error-free-fns): Add
7248 entries.
7249
7250 1999-09-09 Gerd Moellmann <gerd@gnu.org>
7251
7252 * image.el (put-image): Remove optional buffer parameter.
7253
7254 * faces.el (face-italic-p): Return t only for values `italic'
7255 and `oblique'.
7256
7257 * mouse.el (mouse-drag-mode-line-1): Extension of former
7258 mouse-drag-mode-line that also drags the header line.
7259 (mouse-drag-mode-line): Call it.
7260 (mouse-drag-header-line): New.
7261 (toplevel): Bind down-mouse-1 on header lines to
7262 mouse-drage-header-line.
7263
7264 1999-09-08 Gerd Moellmann <gerd@gnu.org>
7265
7266 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
7267 (make-mode-line-mouse-sensitive): Replace `top-line' by
7268 `header-line'.
7269
7270 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
7271
7272 * help.el (describe-function-1): Don't return empty string for keymaps.
7273
7274 * fill.el (fill-region-as-paragraph, canonically-space-region):
7275 Respect colon-double-space at end of line.
7276
7277 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
7278
7279 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
7280 (backup-buffer): Use it.
7281
7282 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
7283
7284 * generic-x.el (generic-define-unix-modes): Added new modes:
7285 inetd-conf-generic-mode, etc-services-generic-mode,
7286 etc-passwd-generic-mode. These are all defined for Unix by default.
7287 (apache-generic-mode): Use an imenu-generic-expression to list
7288 Configuration keywords.
7289 (samba-generic-mode): Use both ; and # as comment characters.
7290 (samba-generic-mode): Font-lock expressions now highlight name
7291 value pairs.
7292 (bat-generic-mode): Keywords are now case-insensitive through
7293 font-lock-defaults setting.
7294 (java-properties-generic-mode): Supports both ! and # as comment
7295 characters.
7296 (java-properties-generic-mode): Added an imenu-generic-expression
7297 (java-properties-generic-mode): Reworked to support the various
7298 different ways to separate name and value (viz, '=', ':' and
7299 whitespace).
7300 (show-tabs-generic-mode): Added this new generic-mode.
7301
7302 1999-09-08 Richard Stallman <rms@gnu.org>
7303
7304 * progmodes/inf-lisp.el: Moved from top directory.
7305
7306 * tar-mode.el (tar-header-block-tokenize):
7307 Use `when' instead of `and'. Fix some clobbered text.
7308
7309 * gud.el (gud-make-debug-menu): Make a child for the
7310 local menu, for its menu bar, and the debug menu.
7311 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
7312 Use the history in the simple way.
7313
7314 1999-09-07 Kenichi Handa <handa@etl.go.jp>
7315
7316 * language/korea-util.el (default-korean-keyboard): Initialize it
7317 according to the environment variable HANGUL_KEYBOARD_TYPE.
7318
7319 1999-09-07 Richard Stallman <rms@gnu.org>
7320
7321 * subr.el (make-temp-file): New function.
7322
7323 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
7324
7325 * font-lock.el (font-lock-multiline): New text property contains
7326 a boolean to indicate if the char is part of a multiline match.
7327 (font-lock-default-fontify-region): Extend the region appropriately
7328 for multiline keywords.
7329 (font-lock-default-unfontify-region): Also remove the new
7330 font-lock-multiline text property.
7331 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
7332 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
7333
7334 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7335
7336 * diary-lib.el (list-diary-entries): Make sure two-digit years
7337 have leading zeros.
7338
7339 1999-09-07 Gerd Moellmann <gerd@gnu.org>
7340
7341 * faces.el (face-set-after-frame-default): Initialize some
7342 attributes of some faces from frame parameters.
7343
7344 * faces.el (scroll-bar, border, cursor, mouse): New faces.
7345
7346 1999-09-07 Gerd Moellmann <gerd@gnu.org>
7347
7348 * faces.el (fringe): Replaces face `margin'.
7349
7350 1999-09-07 Dave Love <fx@gnu.org>
7351
7352 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
7353
7354 1999-09-07 Richard Stallman <rms@gnu.org>
7355
7356 * subr.el (push): Doc fix.
7357
7358 1999-09-06 Richard Stallman <rms@gnu.org>
7359
7360 * vc.el (vc-annotate-display): Use < 69 not < 70
7361 to distinguish 20YY from 19YY.
7362
7363 * timezone.el (timezone-parse-date): Use < 69 not < 70
7364 to distinguish 20YY from 19YY.
7365
7366 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
7367
7368 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
7369
7370 * quickurl.el: (quickurl-list-focused-line): Removed.
7371 (quickurl-list-insert): Now works out the focused line using
7372 `count-lines' instead of using `quickurl-list-focused-line'.
7373
7374 1999-09-06 Richard Stallman <rms@gnu.org>
7375
7376 * mail/rmail.el (rmail-retry-failure): Unconditionally move
7377 to beginning of message.
7378
7379 1999-09-06 Dave Love <fx@gnu.org>
7380
7381 * isearch.el (isearch-mode-map): Add mouse-2.
7382
7383 * mail/rmail.el (rmail-read-password): Deleted.
7384 (rmail-get-pop-password): Use read-password.
7385
7386 * quickurl.el: Don't conditionally define caddr.
7387 (quickurl-url-comment): Use nth, not caddr in function and
7388 defsetf.
7389
7390 1999-09-06 Richard Stallman <rms@gnu.org>
7391
7392 * auto-show.el: Doc fixes.
7393
7394 1999-09-06 Stephen Eglen <stephen@gnu.org>
7395
7396 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
7397 --no-line-editing so that TABs in source files are not interpreted
7398 as completion requests.
7399
7400 1999-09-06 Gerd Moellmann <gerd@gnu.org>
7401
7402 * hscroll.el, auto-show.el: Remove all code, keep the public
7403 interface as no-ops.
7404
7405 * faces.el (face-bold-p): Don't return t if face has lighter
7406 weight than normal.
7407
7408 1999-09-06 Eli Zaretskii <eliz@gnu.org>
7409
7410 * startup.el (command-line): Make small-temporary-file-directory
7411 be nil except on ms-dos.
7412
7413 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
7414
7415 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
7416 is defined.
7417
7418 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
7419 letters with a colon after d or l.
7420
7421 1999-09-06 Dave Love <fx@gnu.org>
7422
7423 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
7424 primitive.)
7425
7426 1999-09-05 Richard Stallman <rms@gnu.org>
7427
7428 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
7429
7430 * textmodes/paragraphs.el (backward-kill-sentence):
7431 Don't test minibuffer-prompt-end here.
7432 (forward-sentence): Do handle it here.
7433 (backward-kill-paragraph): Don't test it here.
7434 (forward-paragraph): Handle it here.
7435
7436 * mouse.el (font-menu-add-default): Simplify code.
7437
7438 1999-09-05 Gerd Moellmann <gerd@gnu.org>
7439
7440 * faces.el (header-line): Renamed from `top-line'.
7441
7442 1999-09-05 Gerd Moellmann <gerd@gnu.org>
7443
7444 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
7445
7446 1999-09-04 Richard Stallman <rms@gnu.org>
7447
7448 * whitespace.el: New file.
7449
7450 1999-09-04 Dave Love <fx@gnu.org>
7451
7452 * paths.el: Make some doc strings obey the make-docfile convention.
7453
7454 * bindings.el: Likewise.
7455 (debug-ignored-errors): Remove BBDB ones.
7456
7457 1999-09-03 Richard Stallman <rms@gnu.org>
7458
7459 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
7460 not from the draft to forward.
7461
7462 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
7463
7464 1999-09-03 Dave Love <fx@gnu.org>
7465
7466 * double.el (double-mode): Customize the variable.
7467
7468 1999-09-03 Kenichi Handa <handa@etl.go.jp>
7469
7470 * international/characters.el: Delete duplicated code.
7471
7472 1999-09-02 Richard Stallman <rms@gnu.org>
7473
7474 * indent.el (indent-relative): Doc fix.
7475
7476 * quickurl.el (quickurl): Doc fix.
7477
7478 1999-09-02 Gerd Moellmann <gerd@gnu.org>
7479
7480 * faces.el (margin): Change background to "gray" for mono (this is
7481 drawn with a stipple pattern).
7482
7483 1999-09-02 Gerd Moellmann <gerd@gnu.org>
7484
7485 * simple.el (next-history-element): Use minibuffer-prompt-end once
7486 again. Remove test for minibuffer-prompt-in-buffer.
7487
7488 1999-09-02 Eli Zaretskii <eliz@gnu.org>
7489
7490 * files.el (small-temporary-file-directory): New variable.
7491
7492 * startup.el (command-line): Compute the value of
7493 small-temporary-file-directory.
7494
7495 * ediff-init.el (ediff-temp-file-prefix): Use
7496 small-temporary-file-directory if non-nil.
7497
7498 * vc.el (vc-update-change-log): Likewise.
7499
7500 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
7501
7502 * simple.el (shell-command, shell-command-on-region): Use
7503 make-temp-name properly. Use small-temporary-file-directory if
7504 non-nil, otherwise temporary-file-directory, to generate temporary
7505 files.
7506
7507 * dos-w32.el (direct-print-region-helper): Use
7508 temporary-file-directory. (From Stefan Monnier.)
7509
7510 1999-09-02 Richard Stallman <rms@gnu.org>
7511
7512 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
7513 from asm-comment-char.
7514 (asm-font-lock-keywords): Recognize instruction width suffixes.
7515
7516 1999-09-01 Richard Stallman <rms@gnu.org>
7517
7518 * play/fortune.el: New file.
7519
7520 1999-08-31 Dave Love <fx@gnu.org>
7521
7522 * help.el (help-make-xrefs): Don't lose on non-empty blank line
7523 after key table.
7524
7525 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
7526 redisplay variables.
7527
7528 * subr.el (push): Fix typo.
7529
7530 1999-08-30 Kevin Blake <kblake@ticnet.com>
7531
7532 * emacs-lisp/ring.el: Many doc fixes.
7533 (ring-size, ring-copy): New functions.
7534
7535 1999-08-29 Richard Stallman <rms@gnu.org>
7536
7537 * progmodes/etags.el (tags-loop-continue):
7538 After tags-loop-operate returns, force skip to next file.
7539
7540 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
7541 (mail-extr-first-letters, mail-extr-last-letters):
7542 Use character classes [:alpha:] and [:alnum:].
7543
7544 * subr.el (push, pop): New macros.
7545
7546 * progmodes/compile.el (compilation-error-regexp-alist):
7547 New item for SGI IRIX MipsPro compilers.
7548
7549 * speedbar.el (speedbar-directory-buttons): Recognize
7550 device names when checking for file names.
7551
7552 * array.el (array-reconfigure-rows): Use generate-new-buffer.
7553
7554 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
7555 and specially handle defvar inside their expansions.
7556 (eval-defun-1): New subroutine.
7557
7558 * progmodes/compile.el (compilation-error-regexp-alist):
7559 Fix the Perl -w entry to allow period after line number.
7560 Don't allow newlines in file name, but allow them after line number
7561 for Perl debugging traces.
7562
7563 * which-func.el (which-func-cleanup-function): New variable.
7564 (which-function): Call that function.
7565
7566 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
7567 to end a function name.
7568
7569 * informat.el (Info-tagify): Don't insert more than one newline
7570 before the tag table.
7571
7572 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
7573
7574 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
7575 than make-temp-name, use match-string-no-properties, and eliminate
7576 a quadratic behavior when building bibtex-strings.
7577
7578 1999-08-29 Alex Schroeder <alex@gnu.org>
7579
7580 * comint.el (comint-input-ring-separator): New variable.
7581 (comint-read-input-ring): Doc change; use
7582 comint-input-ring-separator when reading file.
7583 (comint-write-input-ring): Use
7584 comint-input-ring-separator when writing file.
7585
7586 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
7587
7588 * informat.el (Info-tagify): Start by widening.
7589 Match node headers that don't list the file name,
7590 and more kinds of page separations.
7591 Strip properties during tagification.
7592 Use start of node header line as tag's position.
7593 Fix the "done" message.
7594
7595 (Info-validate): Save and restore match data around narrowing down.
7596
7597 1999-08-28 Richard M. Stallman <rms@gnu.org>
7598
7599 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
7600 On repeated call, override previous values put into
7601 minor-mode-map-alist and minor-mode-alist.
7602
7603 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
7604
7605 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
7606
7607 1999-08-27 Andreas Schwab <schwab@gnu.org>
7608
7609 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
7610 from cvs update.
7611
7612 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7613
7614 * calendar/calendar.el (calendar-move-hook): New hook.
7615
7616 * calendar/cal-move.el: Call the new hook in every movement function.
7617
7618 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
7619 the right function name.
7620
7621 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
7622
7623 * time-stamp.el: Put quote-backquote around all symbol names
7624 in doc strings, for mousing.
7625 (time-stamp): Support multi-line patterns.
7626 (time-stamp-inserts-lines): New variable.
7627 (time-stamp-count): New variable.
7628 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
7629 "Thu" instead of "%a".
7630
7631 1999-08-25 Gerd Moellmann <gerd@gnu.org>
7632
7633 * simple.el (kill-word): Undo previous change.
7634
7635 1999-08-25 Gerd Moellmann <gerd@gnu.org>
7636
7637 * jit-lock.el (jit-lock-function): Extend the fontified range
7638 to the beginning of the line containing the range start and
7639 the beginning of the line following the range end.
7640
7641 1999-08-24 Dave Love <fx@gnu.org>
7642
7643 * timezone.el: Move provide to end.
7644 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
7645 <70 are 2000+.
7646 (timezone-parse-time): Simplify somewhat.
7647
7648 1999-08-24 Gerd Moellmann <gerd@gnu.org>
7649
7650 * faces.el (margin): Renamed from bitmap-area.
7651
7652 1999-08-24 Alex Schroeder <alex@gnu.org>
7653
7654 * sql.el: Doc changes.
7655 (sql-sybase): Use sql-server instead of sql-database.
7656
7657 1999-08-23 Dave Love <fx@gnu.org>
7658
7659 * rect.el: Add/fix various doc strings. Add `*' to all the
7660 interactive specs.
7661
7662 1999-08-21 Gerd Moellmann <gerd@gnu.org>
7663
7664 * jit-lock.el (jit-lock-function): Use line-beginning-position.
7665 Don't unwind-protect font-lock-fontify-region.
7666
7667 * paragraphs.el (backward-kill-paragraph): Don't move
7668 point into mini-buffer prompt.
7669 (backward-kill-sentence): Ditto.
7670
7671 * simple.el (next-history-element): Use minibuffer-prompt-end.
7672 Remove test for minibuffer-prompt-in-buffer.
7673 (kill-word): Don't move point into mini-buffer prompt.
7674
7675 1999-08-21 Dave Love <fx@gnu.org>
7676
7677 * Makefile: Exclude CVS dirs like RCS.
7678
7679 1999-08-19 Dave Love <fx@gnu.org>
7680
7681 * tooltip.el (tooltip-mode): Customize this, per convention.
7682 (tooltip-active): Option deleted.
7683
7684 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
7685
7686 * hanoi.el, page-ext.el: Declare dynamic vars.
7687
7688 * term.el: Avoid ange-ftp related compilation warnings.
7689
7690 1999-08-18 Gerd Moellmann <gerd@gnu.org>
7691
7692 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
7693 the default so that beginners can benefit from it without
7694 searching in manuals.
7695
7696 1999-08-18 Ray Blaak <blaak@gnu.org>
7697
7698 * progmodes/delphi.el: Consider assembly sections as blocks, to
7699 indent them better. Make auto-indent on newline optional.
7700
7701 1999-08-17 Gerd Moellmann <gerd@gnu.org>
7702
7703 * bindings.el (mode-line-modified): Look up key binding for C-x
7704 C-q. If it's bound call that binding, otherwise call
7705 toggle-read-only.
7706
7707 1999-08-17 Dave Love <fx@gnu.org>
7708
7709 * info.el (info): Doc fix.
7710
7711 * finder.el (finder-known-keywords): Add `multimedia'.
7712
7713 * apropos.el: Don't capitalize custom group name.
7714
7715 * info-look.el: Remove compatibility code.
7716 (info-lookup-guess-default*): DTRT for point at start of symbol.
7717 (info-complete): Don't lose with point not at end of symbol.
7718
7719 1999-08-16 Gerd Moellmann <gerd@gnu.org>
7720
7721 * term.el (toplevel): Make face `term-default' an empty face.
7722 The code relied on the fact that Emacs ignored invalid faces in
7723 face text properties in 20.4.
7724
7725 1999-08-16 Richard M. Stallman <rms@gnu.org>
7726
7727 * subr.el (point-at-eol, point-at-bol): New aliases.
7728
7729 * simple.el: Functions reordered.
7730
7731 * rect.el (delete-rectangle-line): Use line-end-position.
7732
7733 1999-08-16 Karl Heuer <kwzh@gnu.org>
7734
7735 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
7736 here from simple.el.
7737
7738 1999-08-16 Dave Love <fx@gnu.org>
7739
7740 * mouse.el: Provide `mldrag' for compatibility.
7741 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
7742 marked obsolete.
7743
7744 * mldrag.el: Removed since the features are in mouse.el.
7745
7746 * jka-compr.el (auto-compression-mode): New variable for
7747 customization.
7748
7749 * bindings.el (mode-line-mule-info): Doc fix.
7750
7751 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
7752 name comparisons.
7753
7754 * files.el (interpreter-mode-alist): Add make, guile, clisp.
7755 (find-file): Doc fix.
7756
7757 1999-08-16 Carsten Dominik <cd@gnu.org>
7758
7759 * textmodes/reftex.el: Most of the code moved to other files.
7760 * textmodes/reftex-auc.el: New file, split out from reftex.el
7761 * textmodes/reftex-cite.el: New file, split out from reftex.el
7762 * textmodes/reftex-global.el: New file, split out from reftex.el
7763 * textmodes/reftex-index.el: New file, split out from reftex.el
7764 * textmodes/reftex-parse.el: New file, split out from reftex.el
7765 * textmodes/reftex-ref.el: New file, split out from reftex.el
7766 * textmodes/reftex-sel.el: New file, split out from reftex.el
7767 * textmodes/reftex-toc.el: New file, split out from reftex.el
7768 * textmodes/reftex-vars.el: New file, split out from reftex.el
7769 * textmodes/reftex-vcr.el: New file, split out from reftex.el
7770
7771 1999-08-16 Carsten Dominik <cd@gnu.org>
7772
7773 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
7774 conflict with pop-up-frames.
7775 (reftex-special-environment-parsers): New constant.
7776 (reftex-label-alist): car of an entry can also be a function.
7777 (reftex-what-special-env): Cew function.
7778 (reftex-label-location): Call `reftex-what-special-env'.
7779 (reftex-compile-variables): Check for symbol in
7780 `reftex-label-alist'.
7781 (reftex-what-environment): Fixed bug with stacked environments of
7782 same kind (e.g. enumerate).
7783 (reftex-process-string): Preserve default directory.
7784 (reftex-label-alist-builtin): Changed prefixes of endnote and
7785 footnote. Also the magic words.
7786 (reftex-reference): Interprete new option
7787 `reftex-fref-is-default'.
7788 (reftex-replace-prefix-escapes): Interprete new `%S' format.
7789 (reftex-toc-mouse-view-line): Command removed (had no binding).
7790 (reftex-everything-regexp): New function.
7791 (reftex-nearest-match): Made better.
7792 (reftex-toc-find-section): Use new version of
7793 `reftex-nearest-match'.
7794 (reftex-insert-docstruct): Adapted to work with the index stuff.
7795 (reftex-parse-from-file): Find index entries as well.
7796 (reftex-toc-toggle-index): New function
7797 (reftex-toc-map): `i' is now used to togle the index, File
7798 boundaries has been moved to `F'.
7799 (reftex-select-label-map): Toggling display of file boundaries is
7800 now on the `F' key, for consistency with `reftex-toc-map'.
7801 (reftex-erase-all-selection-and-index-buffers): Renamed from
7802 `reftex-erase-all-selection-buffer'. Now also kills the index
7803 buffers.
7804 (reftex-viewing-cross-references): Customization group renamed
7805 from reftex-viewing-cross-references-and-citations.
7806 (reftex-index-macro-regexp,
7807 reftex-find-index-entry-regexp-format): New variables
7808 (reftex-macros-with-index): New variable
7809 (reftex-add-index-macros): New function
7810 (reftex-renumber-simple-labels, reftex-translate): Allow for
7811 multiple labels in a single ref command.
7812 (reftex-index-support): New customization group
7813 (reftex-support-index, reftex-index-special-chars,
7814 reftex-index-macros, reftex-index-default-macro,
7815 reftex-index-default-tag, reftex-index-math-format,
7816 reftex-index-section-letters, reftex-index-include-context,
7817 reftex-index-follow-mode, reftex-index-header-face,
7818 reftex-index-section-face, reftex-index-tag-face,
7819 reftex-index-face): New options
7820 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
7821 reftex-index-tag, reftex-index-return-marker,
7822 reftex-index-restriction-indicator, reftex-index-restriction-data,
7823 reftex-index-macro-regexp, reftex-index-level-re,
7824 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
7825 reftex-everything-regexp-no-index, reftex-index-re,
7826 reftex-macros-with-index, reftex-index-macro-alist): New variables
7827 (reftex-index-help, reftex-index-macros-builtin,
7828 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
7829 reftex-query-index-macro-help): New constants
7830 (reftex-index-selection-or-word, reftex-index,
7831 reftex-default-index, reftex-update-default-index,
7832 reftex-index-complete-tag, reftex-index-select-tag,
7833 reftex-index-complete-key, reftex-index-update-taglist,
7834 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
7835 reftex-display-index, reftex-insert-index,
7836 reftex-index-insert-new-letter, reftex-get-restriction,
7837 reftex-index-pre-command-hook, reftex-index-post-command-hook,
7838 reftex-index-show-help, reftex-index-next, reftex-index-previous,
7839 reftex-index-toggle-follow, reftex-index-toggle-context,
7840 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
7841 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
7842 reftex-index-quit, reftex-index-quit-and-kill,
7843 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
7844 reftex-index-revert, reftex-index-switch-index-tag,
7845 reftex-index-restrict-to-section, reftex-index-widen,
7846 reftex-index-restriction-forward,
7847 reftex-index-restriction-backward, reftex-index-visit-location,
7848 reftex-index-analyze-entry, reftex-index-globalize,
7849 reftex-index-edit, reftex-index-toggle-range-beginning,
7850 reftex-index-toggle-range-end, reftex-index-edit-key,
7851 reftex-index-edit-attribute, reftex-index-edit-visual,
7852 reftex-index-edit-part, reftex-index-level-down,
7853 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
7854 reftex-index-change-entry, reftex-index-goto-letter,
7855 reftex-add-index-macros, reftex-ensure-index-support,
7856 reftex-index-info-safe, reftex-index-info): New functions.
7857
7858
7859 1999-08-15 Richard M. Stallman <rms@gnu.org>
7860
7861 * paren.el (show-paren-mode): Support making show-paren-mode
7862 a buffer-local variable. Don't check for a window system.
7863 (show-paren-function): Check whether show-paren-function is
7864 enabled in current buffer; do the right thing if not.
7865 Don't check for a window system.
7866 (show-paren-mode): Make it a user variable.
7867
7868 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
7869 Handle `enum' like `struct'.
7870
7871 * server.el (server-process-filter): If a client visits no buffers,
7872 close it immediately before recording it.
7873
7874 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
7875 Optimize by calling concat just once. Handle =\n sequence.
7876 (mail-unquote-printable-region): New command.
7877 (mail-quote-printable): Make it autoload.
7878
7879 1999-08-15 Karl Heuer <kwzh@gnu.org>
7880
7881 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
7882
7883 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
7884
7885 * lisp/texinfmt.el: Handle @ifnottex.
7886
7887 1999-08-15 Eli Zaretskii <eliz@gnu.org>
7888
7889 * frame.el (blink-cursor): Don't turn on cursor blinking for
7890 ms-dos.
7891
7892 * faces.el (face-valid-attribute-values): Look in
7893 x-bitmap-file-path only for x and w32 window systems.
7894
7895 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
7896 Do that if width is nil as well.
7897 (x-display-mm-height, x-display-mm-width): Update values.
7898 (x-colors): Compute the list from msdos-color-values.
7899 (x-select-enable-clipboard): Doc fix.
7900 (x-frob-font-weight, x-font-family-list): New functions.
7901
7902 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
7903
7904 * window.el (shrink-window-if-larger-than-buffer): Don't try to
7905 back up from beginning of buffer.
7906
7907 1999-08-13 Karl Heuer <kwzh@gnu.org>
7908
7909 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
7910
7911 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
7912
7913 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
7914 doomsday clock, speed control is added and changes are made to
7915 allow large numbers of rings: rings now show the whole ring
7916 number, not just the last digit; consecutive rings are allowed to
7917 be the same size when necessary to fit all the rings in the
7918 window; and poles can be oriented horizontally. Face support is
7919 thrown in gratuitously.
7920 (hanoi): Changed default number of rings back to 3.
7921 (hanoi-unix, hanoi-unix-64): New commands
7922 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
7923 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
7924 hanoi-odd-ring-face): New variables.
7925 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
7926 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
7927 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
7928 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
7929 (hanoi-topos, hanoi-draw-ring): Removed.
7930
7931 1999-08-12 Gerd Moellmann <gerd@gnu.org>
7932
7933 * faces.el (face-valid-attribute-values): Return an alist for
7934 families on ttys.
7935 (face-read-integer): Handle unspecified face attributes. Add
7936 completion for `unspecified'.
7937 (read-face-attribute): Handle unspecified font attributes.
7938 (face-valid-attribute-values): Add `unspecified' to lists so that
7939 it can be chosen via completion.
7940 (face-read-string): Don't recognize "none" as input.
7941
7942 1999-08-10 Dave Love <fx@gnu.org>
7943
7944 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
7945 string.
7946
7947 * sun-curs.el: Require sun-fns.
7948
7949 1999-08-10 Dave Love <fx@gnu.org>
7950
7951 * autorevert.el (auto-revert-mode): Add autoload cookie.
7952
7953 * hscroll.el, auto-show.el: Files deleted -- we have built-in
7954 hscroll.
7955
7956 * simple.el (hscroll-step, hscroll-point-visible)
7957 (hscroll-window-column): Remove now we have the mentioned real
7958 horizontal autoscrolling.
7959
7960 1999-08-10 Richard M. Stallman <rms@gnu.org>
7961
7962 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
7963 control use of -f option.
7964 (mail-specify-envelope-from): New variable.
7965 (mail-from-style): Doc fix.
7966
7967 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
7968 (easy-menu-get-map): New arg TO-MODIFY helps choose
7969 between local and global maps.
7970 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
7971 (easy-menu-change): Doc fix.
7972
7973 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
7974 (info-lookup-guess-default): Simplified and cleaned up.
7975 (info-lookup-guess-default*): Preserve point.
7976
7977 * view.el (view-mode-disable): If buffer-read-only is nil,
7978 don't change it.
7979
7980 * files.el (after-find-file): Disable View mode if buffer is no
7981 longer read-only.
7982
7983 * view.el (view-mode-enable, view-mode-disable):
7984 Call force-mode-line-update.
7985
7986 1999-08-10 Karl Heuer <kwzh@gnu.org>
7987
7988 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
7989 * array.el, play/landmark.el, international/latin-3.el: Likewise.
7990 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
7991
7992 1999-08-10 Alex Schroeder <asc@bsiag.com>
7993
7994 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
7995 to prevent m-eating-bug.
7996
7997 1999-08-10 Eli Zaretskii <eliz@gnu.org>
7998
7999 * term/pc-win.el (msdos-bg-mode): Remove. Call
8000 frame-set-background-mode instead. All callers changed.
8001 (msdos-face-setup): Don't force color display parameter, it is set
8002 by frame-set-background-mode.
8003 (make-msdos-frame): Call x-handle-reverse-video and
8004 face-set-after-frame-default. Delete frame if creation failed.
8005
8006 * faces.el (face-set-after-frame-default): Don't call
8007 make-face-x-resource-internal for the pc window-system.
8008
8009 1999-08-10 Dave Love <fx@melange.gnu.org>
8010
8011 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
8012 case with no docstring specially.
8013
8014 1999-08-09 Eli Zaretskii <eliz@gnu.org>
8015
8016 * complete.el (PC-do-completion): If completing on file name,
8017 reproduce str by concatenating its directory and basename parts.
8018
8019 1999-08-07 Dave Love <fx@gnu.org>
8020
8021 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
8022 unibyte to multibyte conversion of search-forward (from Handa),
8023 but avoid the replacement if the language is Latin-N.
8024
8025 1999-08-06 Richard Stallman <rms@gnu.org>
8026
8027 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
8028 of eval-buffer.
8029
8030 * international/mule.el (load-with-code-conversion):
8031 Pass t to eval-buffer for DO-ALLOW-PRINT.
8032
8033 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
8034
8035 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
8036 of filenames and attributes.
8037 (ls-lisp-insert-directory): Use directory-files-and-attributes
8038 for speed.
8039
8040 1999-08-05 Dave Love <fx@gnu.org>
8041
8042 * auto-show.el (auto-show-mode): Fix :set.
8043
8044 * widget.el (define-widget-keywords): Make dummy definition and
8045 comment-out its use.
8046
8047 1999-08-04 Richard Stallman <rms@gnu.org>
8048
8049 * progmodes/tcl.el: Customized.
8050
8051 * sql.el (sql-accumulate-and-indent): Instead of testing
8052 whether this is Emacs 20 before calling comint-accumulate,
8053 test whether comint-accumulate is defined.
8054
8055 1999-08-04 Dave Love <fx@gnu.org>
8056
8057 * sgml-mode.el: Require outline when compiling.
8058 (sgml-mode-hook, html-mode-hook): Customize.
8059 (sgml-validate-command): Fix :version.
8060 (html-autoview-mode): Doc fix.
8061
8062 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
8063 nothing in Latin-N environment.
8064
8065 * info.el (Info-find-node): Call info-initialize here.
8066 (info): Not here.
8067 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
8068
8069 1999-08-04 Richard Stallman <rms@gnu.org>
8070
8071 * ansi-color.el: New file.
8072
8073 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
8074
8075 * dired.el (dired-string-replace-match): Return `nil' when no match
8076 found with global search.
8077
8078 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
8079 * terminal.el (te-terminfo-directory):
8080 * mail/mailpost.el (post-mail-send-it):
8081 * mail/metamail.el (metamail-region):
8082 * progmodes/ada-mode.el (ada-tmp-directory):
8083 Use temporary-file-directory.
8084
8085 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
8086 (compilation-filter, compilation-forget-errors)
8087 (compilation-parse-errors): Use a marker instead of an integer for
8088 `compilation-parsing-end'.
8089
8090 * progmodes/diff.el (diff-parse-differences):
8091 Use a marker instead of an integer for `compilation-parsing-end'.
8092 * textmodes/tex-mode.el (tex-compilation-parse-errors):
8093 Use a marker instead of an integer for `compilation-parsing-end'.
8094
8095 1999-08-03 Richard Stallman <rms@gnu.org>
8096
8097 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
8098 (Buffer-menu-mode): Doc fix.
8099 (Buffer-menu-view): New command.
8100 (Buffer-menu-view-other-window): New command.
8101
8102 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
8103
8104 * replace.el (query-replace-regexp-eval)
8105 (replace-eval-replacement, replace-loop-through-replacements)
8106 (replace-match-string-symbols): New functions.
8107 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
8108 Use replace-loop-through-replacements.
8109
8110 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
8111
8112 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
8113 (5x5): Doc fix.
8114
8115 1999-08-03 Dave Love <fx@gnu.org>
8116
8117 * fortran.el (fortran-indent-new-line): Make it an alias
8118 for reindent-then-newline-and-indent.
8119
8120 1999-08-03 Didier Verna <verna@inf.enst.fr>
8121
8122 * rect.el: All functions rewritten, except when noted above
8123 their declaration. Below is a list of interface changes.
8124 (apply-on-rectangle): New function, mostly replaces
8125 `operate-on-rectangle'. All callers changed.
8126 (move-to-column-force): Pass new second argument to `move-to-column'.
8127 (kill-rectangle): Added optional prefix arg to fill lines.
8128 (delete-rectangle): Ditto.
8129 (delete-whitespace-rectangle): Ditto.
8130 (delete-extract-rectangle): Ditto.
8131 (open-rectangle): Ditto.
8132 (clear-rectangle): Ditto.
8133 (delete-whitespace-rectangle-line): New function.
8134 (delete-rectangle-line): Added third arg FILL.
8135 (delete-extract-rectangle-line): Ditto.
8136 (open-rectangle-line): Ditto.
8137 (clear-rectangle-line): Ditto.
8138
8139 1999-08-03 Ray Blaak <blaak@gnu.org>
8140
8141 * progmodes/delphi.el: New file.
8142
8143 1999-08-02 Richard Stallman <rms@gnu.org>
8144
8145 * textmodes/outline.el (outline-previous-heading): New function.
8146 (outline-up-heading-all): Use outline-previous-heading.
8147 (outline-next-heading): Delete definition inserted yesterday.
8148
8149 1999-08-01 Richard Stallman <rms@gnu.org>
8150
8151 * textmodes/outline.el (outline-next-heading): New function.
8152 (outline-up-heading-all): New function.
8153 (outline-font-lock-level): Using outline-up-heading-all.
8154 Tell outline-back-to-heading to accept invisible headings.
8155
8156 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
8157
8158 * mail/mh-utils.el (mh-find-path-run): New variable.
8159 (mh-find-path): Test and set that.
8160 Set mail-user-agent only the first time this function is run.
8161 (mail-user-agent): Defvar deleted.
8162
8163 * info.el (info-initialize): New function.
8164 (info): Call info-initialize.
8165 (Info-directory-list): Initialize to nil,
8166 so info-initialize will set it up for real.
8167
8168 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8169
8170 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
8171 does not interpret a time as the year in a day-month entry.
8172
8173 * calendar/diary-lib.el: Change syntax table entry for colon in
8174 the diary as part of the european-date-diary-pattern fix.
8175
8176 1999-08-01 Eli Zaretskii <eliz@gnu.org>
8177
8178 * international/mule.el (set-auto-coding): Allow whitespace before
8179 and after the "variable: value" pair.
8180
8181 1999-07-30 Ken'ichi Handa <handa@gnu.org>
8182
8183 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
8184 (default-sendmail-coding-system): Doc-string fixed.
8185
8186 1999-07-30 Dave Love <fx@gnu.org>
8187
8188 * subr.el (assoc-delete-all): New function, renamed from
8189 frame-delete-all.
8190
8191 * frame.el: Change comments to doc strings and other doc fixes.
8192 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
8193 Callers changed.
8194 (set-background-color, set-foreground-color, set-cursor-color)
8195 (set-mouse-color, set-border-color): Offer completion of colours.
8196 (cursor): Add :version to defgroup.
8197
8198 * facemenu.el (list-colors-display): Make it work on ttys.
8199 (facemenu-read-color): Likewise.
8200
8201 1999-07-30 Richard M. Stallman <rms@gnu.org>
8202
8203 * frame.el (frame-notice-user-settings): If background
8204 color has been changed, update background-mode from it,
8205 then update faces.
8206
8207 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
8208
8209 * net-utils.el (finger): Don't do indirect fingering.
8210
8211 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8212
8213 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
8214 rules. Add separator at end of holidays.
8215 (cal-tex-rules): New customizable variable.
8216 (cal-tex-latexify-list): Add optional parameter to put separator
8217 at end.
8218
8219 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
8220
8221 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
8222 fill prefix on each line while looping to the end of paragraph.
8223 End paragraph if it's longer than the existing fill prefix.
8224
8225 * textmodes/fill.el (fill-context-prefix): Doc fix.
8226
8227 1999-07-30 Dave Love <fx@gnu.org>
8228
8229 * font-lock.el (jit-lock): Fix :load, add :version.
8230
8231 1999-07-30 Eli Zaretskii <eliz@gnu.org>
8232
8233 * term/pc-win.el (msdos-face-setup): Register standard colors in
8234 Vface_tty_color_alist.
8235 (face-color-supported-p, face_color_gray_p): New functions.
8236
8237 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
8238 is bound.
8239
8240 * startup.el (command-line): Don't register default colors for
8241 MSDOS window-system.
8242
8243 1999-07-29 Dave Love <fx@gnu.org>
8244
8245 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
8246 charquote.
8247
8248 * lisp-mode.el (eval-defun): Re-written to avoid
8249 capturing variables.
8250
8251 * picture.el (picture-beginning-of-line): Don't call
8252 hscroll-point-visible now we have real autoscrolling.
8253 (picture-end-of-line, picture-newline, picture-open-line):
8254 Likewise.
8255
8256 * international/latin-8.el: New file.
8257 * international/latin-9.el: New file.
8258
8259 1999-07-28 Dave Love <fx@gnu.org>
8260
8261 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
8262
8263 * msb.el: Require cl only when compiling.
8264 (msb--home-dir): Deleted.
8265 (msb--format-title): Use abbreviate-file-name.
8266 (msb--choose-file-menu): Simplify string comparison.
8267
8268 1999-07-28 Gerd Moellmann <gerd@gnu.org>
8269
8270 * faces.el (toolbar): Add face definition for mono displays.
8271
8272 1999-07-27 Richard M. Stallman <rms@gnu.org>
8273
8274 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
8275
8276 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
8277 force copying of default-frame-alist.
8278
8279 1999-07-26 Ken'ichi Handa <handa@gnu.org>
8280
8281 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
8282
8283 1999-07-26 Richard M. Stallman <rms@gnu.org>
8284
8285 * frame.el (set-mouse-color): If new color is nil,
8286 really respecify the current color.
8287
8288 1999-07-26 Gerd Moellmann <gerd@gnu.org>
8289
8290 * faces.el (bitmap-area): Change background of face `bitmap-area'
8291 to white for mono displays.
8292
8293 1999-07-26 Kenichi Handa <handa@etl.go.jp>
8294
8295 * international/ccl.el (ccl-embed-symbol): New function.
8296 (ccl-program-p): Deleted. Now it's implemented in C code.
8297 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
8298 (ccl-compile-translate-character): Likewise.
8299 (ccl-compile-map-single): Likewise.
8300 (ccl-compile-multiple-map-function): Likewise.
8301 (declare-ccl-program): Doc-string modified.
8302 (check-ccl-program): Check compiled CCL code by ccl-program-p.
8303
8304 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
8305
8306 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
8307
8308 1999-07-25 Markus Rost <rost@gnu.org>
8309
8310 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
8311 the entries to make custom-file more readable.
8312
8313 1999-07-25 Richard M. Stallman <rms@gnu.org>
8314
8315 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
8316
8317 * emacs-lisp/edebug.el: Delete compatibility code.
8318 (edebug-next-token-class): If . is followed by a digit,
8319 return `symbol' for the token class.
8320
8321 * startup.el (command-line): If we don't find the user's init file,
8322 set user-init-file to nil.
8323
8324 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8325
8326 * info-look.el (info-lookup-interactive-arguments): Add optional
8327 argument query for new choice of help mode.
8328 (info-lookup-symbol): Use it.
8329 (info-lookup-file): Ditto.
8330 (info-lookup): Don't switch to other window, if already in Info
8331 buffer.
8332
8333 1999-07-23 Dave Love <fx@gnu.org>
8334
8335 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
8336 syntax.
8337 (fortran-fontify-string, fortran-match-!-comment): Deleted.
8338 (fortran-font-lock-syntactic-keywords): New variable.
8339 (fortran-mode): Use it.
8340 (fortran-font-lock-keywords-1): Don't do comments.
8341 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
8342 match data.
8343
8344 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
8345
8346 * msb.el (msb-menu-bar-update-buffers): Renamed from
8347 menu-bar-update-buffers.
8348 (msb-custom-set, msb--toggle-menu-type): Call
8349 msb-menu-bar-update-buffers.
8350 (msb-mode): Revise the hook setting.
8351
8352 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
8353
8354 1999-07-23 Gerd Moellmann <gerd@gnu.org>
8355
8356 * font-lock.el, help.el, simple.el: Re-integrate previously
8357 described changes that were lost due to errors while checking them
8358 in.
8359
8360 1999-07-23 Kevin Blake <kblake@ticnet.com>
8361
8362 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
8363
8364 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
8365
8366 * international/encoded-kb.el
8367 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
8368 but push it to unread-command-events.
8369 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
8370 (encoded-kbd-self-insert-sjis): Likewise.
8371 (encoded-kbd-self-insert-big5): Likewise.
8372
8373 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
8374 before left margin and fill-prefix by fill-find-break-point.
8375
8376 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8377
8378 * info-look.el (info-lookup-setup-mode): Don't give up, if
8379 info-lookup-make-completions returns an error.
8380 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
8381 name latex, not latex2e.
8382
8383 1999-07-21 Richard M. Stallman <rms@gnu.org>
8384
8385 * replace.el (perform-replace): Turn off case-fold-search
8386 if FROM-STRING argument has uppercase in it.
8387
8388 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8389
8390 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
8391 mode is on. Don't use end of changed text.
8392
8393 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8394
8395 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
8396 (cl-hash-table-p): Renamed from hash-table-p.
8397 (cl-hash-table-count): Renamed from hash-table-count.
8398 (maphash): Alias to cl-maphash removed.
8399 (gethash): Likewise.
8400 (puthash): Likewise.
8401 (remhash): Likewise.
8402 (clrhash): Likewise.
8403
8404 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8405
8406 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
8407 third arg non-nil. See comment there why this isn't a good idea.
8408
8409 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8410
8411 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
8412
8413 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
8414 sit-for with 3rd arg non-nil to prevent redisplay.
8415
8416 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8417
8418 * image.el (image-type-from-file-header): If file doesn't
8419 have a directory part, add data-directory.
8420
8421 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8422
8423 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
8424 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
8425 motion handling when tooltip-gud-tips-p is nil.
8426
8427 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8428
8429 * tooltip.el (tooltip-mode): Don't use `plusp'.
8430 (tooltip-active): Use initial value of nil.
8431
8432 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
8433
8434 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8435
8436 * bindings.el (make-mode-line-mouse-sensitive): Add key
8437 definitions for `top-line'.
8438
8439 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8440
8441 * faces.el (top-line): New face.
8442
8443 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8444
8445 * image.el (image-type-regexps): Add regexp for PS files.
8446
8447 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8448
8449 * faces.el (set-face-attribute): Fix wrong handling of frame
8450 begin equal to t.
8451
8452 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8453
8454 * image.el (image-type-regexps): Add PNG format.
8455
8456 1999-07-21 Dave Love <fx@gnu.org>
8457
8458 * bindings.el (mode-line-modified): New variable.
8459 (mode-line-mode-menu-1): Switch to appropriate window before
8460 showing menu.
8461
8462 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8463
8464 * faces.el (face-underline): Removed.
8465 (face-underline-color): Ditto.
8466
8467 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8468
8469 * faces.el (face-x-resources): Fix typo.
8470
8471 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8472
8473 * faces.el: Remove handling of `:relief', extend handling of
8474 `:box'.
8475 (frame-set-background-mode): Choose new defface specs after
8476 frame parameters have changed.
8477
8478 * cus-face.el: Ditto.
8479
8480 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8481
8482 * custom.el (defface): Extend documentation to include new
8483 face attributes.
8484
8485 * cus-face.el (custom-face-attributes): Add overline,
8486 strike-through, box.
8487
8488 * faces.el (face-valid-attribute-values): Handle overline,
8489 strike-through, box.
8490 (face-attribute-name-alist): Add pairs for new face attributes.
8491 (describe-face): Handle new face attributes.
8492
8493 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8494
8495 * faces.el (face-x-resources): Add overline, strike-through, box.
8496
8497 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8498
8499 * enriched.el (enriched-translations): Add `display' and
8500 "x-display".
8501 (enriched-handle-display-prop): New.
8502 (enriched-decode-display-prop): New.
8503
8504 * format.el (top-level): Give `display' property
8505 `format-list-atomic-p.
8506 (format-annotate-single-property-change): Test that property.
8507 If present, treat list property values like atoms.
8508
8509 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8510
8511 * cus-face.el (custom-face-attributes): Use `choice' everywhere
8512 so that "*" can be entered.
8513
8514 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8515
8516 * cus-face.el (custom-face-attributes): Don't use `#''.
8517
8518 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
8519
8520 * cus-face.el (custom-face-attributes): Return underline
8521 face attribute directly from the second lambda of underline.
8522
8523 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8524
8525 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
8526
8527 * frame.el (after-setting-font-hooks): New variable.
8528 (set-frame-font): Run those hooks.
8529
8530 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
8531
8532 * faces.el (set-face-attribute): Fix doc string.
8533
8534 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8535
8536 * cus-face.el (custom-face-attributes): Accept color name.
8537
8538 * faces.el (face-underline-p): Accept unspecified underlining.
8539 (face-underline): Ditto. Fix doc string.
8540
8541 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
8542
8543 * faces.el (face-underline-color): New function.
8544
8545 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
8546
8547 * cus-face.el (custom-face-attributes): Support underline coloring.
8548 Added slot to choose a color.
8549
8550 * faces.el (face-underline): New function.
8551 (face-underline-p): Support underline coloring.
8552 Return nil only if the underline attribute is 'normal.
8553 (set-face-underline): New function.
8554 (face-valid-attribute-values): Support underline coloring.
8555
8556 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8557
8558 * image.el (insert-image): Use `display' instead of `glyph'
8559 as text property name.
8560 (put-image): Ditto.
8561 (image-type-from-file-header): Use insert-file-contents-literally.
8562
8563 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8564
8565 * easymenu.el (easy-menu-do-add-item): Don't use the empty
8566 string to indicate separators.
8567
8568 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8569
8570 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
8571 instead of message-log.
8572
8573 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8574
8575 * faces.el (bitmap-area): New face.
8576
8577 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8578
8579 * image.el (insert-image): New.
8580
8581 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8582
8583 * frame.el (blink-cursor): Set the symbol's value.
8584 (show-trailing-whitespace): Change group to font-lock.
8585
8586 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8587
8588 * jit-lock.el: New.
8589 * font-lock.el: Add jit-mode as new support mode.
8590
8591 * font-lock.el (font-lock-fontify-keywords-region): Stop when
8592 reaching end instead of letting re-search-forward signal an error.
8593 (demand-lock-mode): New.
8594 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
8595 (font-lock-turn-off-thing-lock): Ditto.
8596 (font-lock-after-fontify-buffer): Ditto.
8597 (font-lock-after-unfontify-buffer): Ditto.
8598
8599 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8600
8601 * gs.el: New file.
8602
8603 * startup.el (command-line-1): Activate tooltip mode if
8604 interactive.
8605
8606 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8607
8608 * faces.el (toolbar): Grey default background.
8609 (modeline): Ditto.
8610
8611 * image.el (image-type-regexps): New.
8612 (image-type-from-file-header): New.
8613 (create-image): Call it.
8614
8615 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8616
8617 * image.el: New file.
8618
8619 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8620
8621 * bindings.el (mode-line-format): Replace `mode-name' with
8622 `(:eval mode-line-mode-name)'.
8623 (mode-line-mode-name): New.
8624 (make-mode-line-mouse-sensitive): Don't change default value
8625 of `mode-name'.
8626
8627 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8628
8629 * tooltip.el: New file.
8630
8631 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8632
8633 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
8634 instead of mouse-3 to pop up menus.
8635 (mode-line-kill-buffer): Removed.
8636 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
8637 buffer name.
8638 (mode-line-buffer-menu-1): Removed.
8639
8640 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
8641
8642 * bindings.el (mode-line-buffer-identification-keymap): New.
8643 (mode-line-buffer-menu-keymap): New.
8644 (mode-line-mode-menu-keymap): New.
8645 (mode-line-unbury-buffer): New.
8646 (mode-line-other-buffer): New.
8647 (mode-line-kill-buffer): New.
8648 (mode-line-buffer-menu-1): New.
8649 (mode-line-mode-menu-1): New.
8650 (make-mode-line-mouse-sensitive): New.
8651
8652 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8653
8654 * help.el (describe-key-briefly): Handle mode line strings
8655 with local-map properties.
8656 (describe-key): Ditto.
8657 (mode-line-key-binding): New.
8658
8659 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8660
8661 * scroll-bar.el (scroll-bar-timer): New.
8662 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
8663
8664 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8665
8666 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
8667 and `bottom'.
8668
8669 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8670
8671 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
8672 (global): Use different key bindings if using tookit scroll bars.
8673
8674 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8675
8676 * faces.el (modeline): Define mode line face with relief for
8677 class color, only.
8678 (toolbar): New face.
8679
8680 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8681
8682 * frame.el (frame-initialize): Set frame-creation-function to
8683 tty-create-frame-with-faces.
8684
8685 * faces.el (frame-set-background-mode): Make it work for
8686 window-system nil.
8687
8688 * faces.el (tty-create-frame-with-faces): New.
8689 (face-set-after-frame-default): Make it work for TTY frames.
8690
8691 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8692
8693 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
8694 Return a list of one font family for TTYs. Don't return bitmap
8695 file paths for TTY frames.
8696
8697 * faces.el: Add face specs for tty displays to basic faces.
8698
8699 * font-lock.el (font-lock-comment-face): Add spec for color tty.
8700 (font-lock-string-face): Ditto.
8701 (font-lock-keyword-face): Ditto.
8702 (font-lock-builtin-face): Ditto.
8703 (font-lock-function-name-face): Ditto.
8704 (font-lock-variable-name-face): Ditto.
8705 (font-lock-type-face): Ditto.
8706 (font-lock-constant-face): Ditto.
8707 (font-lock-warning-face): Ditto.
8708
8709 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8710
8711 * startup.el (command-line): Register default tty colors.
8712
8713 * faces.el (face-spec-set-match-display): Recognize `type tty'.
8714
8715 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8716
8717 * faces.el (modeline): For X frames, use a modeline with relief.
8718
8719 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8720
8721 * faces.el (frame-update-faces): Copied from 20.2.
8722 (frame-update-face-colors): Ditto. Code removed that isn't
8723 applicable in the new face implementation.
8724
8725 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8726
8727 * frame.el (show-trailing-whitespace): New.
8728
8729 * faces.el (trailing-whitespace): New basic face.
8730
8731 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8732
8733 * cus-face.el (custom-facep): Always define as alias for facep.
8734
8735 * cus-face.el (custom-face-attributes): Use choice widgets.
8736 Remove :bold and :italic.
8737
8738 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8739
8740 * faces.el (face-charset-registries): Removed since fontset.el
8741 is no always loaded.
8742
8743 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8744
8745 * faces.el (internal-get-face): Added as obsolete function for
8746 compatibility.
8747
8748 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8749
8750 * frame.el (blink-cursor-end): Call show-cursor.
8751 (blink-cursor-mode): Ditto.
8752
8753 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8754
8755 * faces.el (face-spec-reset-face): Reset all attributes to
8756 `unspecified'.
8757 (face-spec-set): Use it.
8758
8759 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8760
8761 * faces.el (read-all-face-attributes): Bug fix.
8762 (face-read-integer): Allow nil default value.
8763 (face-valid-attribute-values): Use symbol names of attribute
8764 values for completion list.
8765
8766 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8767
8768 * faces.el (internal-find-face): Define for compatibility with
8769 20.2.
8770 (face-id): Likewise.
8771
8772 * faces.el (face-id): Return the ID of a realized face for ASCII.
8773
8774 * fontset.el (x-charset-registries): Removed. Now in faces.el.
8775 (x-complement-fontset-spec): Use face-charset-registries.
8776
8777 * faces.el (face-font-selection-order): Set font selection order
8778 from Lisp.
8779 (face-alternative-font-family-alist): Set alternative font
8780 families from Lisp.
8781
8782 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8783
8784 * faces.el (set-face-charset-registries): Set symbol value.
8785
8786 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8787
8788 * faces.el (face-set-after-frame-default): Call function
8789 internal-merge-in-global-face.
8790
8791 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8792
8793 * faces.el (face-list): Return symbols from face-global-alist.
8794
8795 * faces.el (face-list): Return a copy of the face name list so
8796 that it cannot be modified from outside (facemenu.el uses
8797 nreverse, for example).
8798
8799 * cus-face.el (custom-face-attributes): Add :bold and :italic
8800 for compatibility with old code.
8801
8802 * faces.el (set-face-attributes-from-resources): Additional
8803 frame parameter.
8804 (make-face-x-resource-internal): Set attributes from resources
8805 for a given frame or all frames.
8806
8807 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8808
8809 * faces.el (all-faces): Removed.
8810
8811 * custom.el (defface): Add new face attributes to function
8812 comment.
8813
8814 * font-lock.el (font-lock-comment-face): Use new face attribute
8815 names.
8816 (font-lock-string-face): Ditto.
8817 (font-lock-keyword-face): Ditto.
8818 (font-lock-builtin-face): Ditto.
8819 (font-lock-function-name-face): Ditto.
8820 (font-lock-variable-name-face): Ditto.
8821 (font-lock-type-face): Ditto.
8822 (font-lock-reference-face): Ditto.
8823 (font-lock-warning-face): Ditto.
8824 ((boundp 'font-lock-face-attributes)): Ditto.
8825
8826 * cus-face.el (custom-face-attributes): Use new face attributes.
8827
8828 * faces.el (set-face-attribute-from-resource): Initialize
8829 from resources only for X and W32.
8830
8831 * cus-face.el (custom-declare-face): Don't make frame-local
8832 faces.
8833
8834 * faces.el (describe-face): Use princ instead of insert.
8835
8836 * faces.el: Add XLFD manipulation functions from 20.2 again
8837 because fontset.el uses them.
8838 (face-set-after-frame-default): Add empty definition.
8839
8840 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8841
8842 * faces.el (make-face): Correct typo.
8843 (set-face-attribute-from-resource): Use let*.
8844 (face-underline-p): Correct typo.
8845 (face-inverse-video-p): Ditto.
8846 (set-face-stipple): Ditto.
8847 (face-read-string): Make completion-list optional parameter.
8848
8849 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8850
8851 * faces.el (face-charset-registries): Alist mapping charset
8852 symbols to registries and encoding.
8853
8854 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8855
8856 * frame.el (blink-cursor-mode): Use interactive spec "P".
8857
8858 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8859
8860 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
8861 mode. The cursor of selected_window blinks if the mode is enabled.
8862
8863 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8864
8865 * simple.el (next-history-element): Set point to the end of the
8866 prompt if minibuffer-prompt-in-buffer.
8867
8868 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8869
8870 * faces.el (x-font-regexp): Add sub-expression parentheses for
8871 several font name components.
8872
8873 1999-07-21 Gerd Moellmann <gerd@acm.org>
8874
8875 * faces.el (set-face-relief): Use index 12 for relief.
8876 (face-fill-in): Set relief from data.
8877 (internal-make-face): Init relief to zero.
8878
8879 * faces.el (face-spec-set): Call modify-face with additional
8880 parameters for relief and fixed-p.
8881
8882 1999-07-21 Gerd Moellmann <gerd@acm.org>
8883
8884 * cus-face.el: ':fixed and ':relief added.
8885
8886 * faces.el (describe-face): Add fixed font attribute and relief.
8887 (face-attr-match-p): Ditto.
8888 (face-attr-construct): Ditto.
8889 (face-spec-set): Ditto.
8890
8891 1999-07-21 Gerd Moellmann <gerd@acm.org>
8892
8893 * faces.el (internal-make-face): Function to create a Lisp vector
8894 suitable for representing a face.
8895 (make-face): Use it instead of make-vector.
8896 (x-create-frame-with-faces): Use it instead of vector.
8897 (internal-facep): Increase vector size to 14.
8898 (internal-make-face): Ditto.
8899 (face-relief): Access relief thickness.
8900 (face-fixed-p): Access fixed font attribute.
8901 (set-face-fixed-p): Set fixed font attribute.
8902 (set-face-relief): Set relief attribute.
8903 (internal-face-interactive-int): Read int attribute of face.
8904 (modify-face): Add fixed-p and relief parameters.
8905 (copy-face): Handle fixed-p and relief.
8906 (face-equal): Compare fixed-p and relief.
8907 (face-differs-from-default-p): Ditto.
8908 (face-nontrivial-p): Add fixed-p and relief.
8909
8910 1999-07-21 Gerd Moellmann <gerd@acm.org>
8911
8912 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
8913 (internal-facep): Increase vector size.
8914 (make-face): Ditto.
8915 (face-shadow-thickness): Added.
8916 (set-face-shadow-thickness): Added.
8917 (modify-face): Add optional shadow-thickness parameter.
8918 (make-face-x-resource-internal): Add shadows.
8919 (copy-face): Ditto.
8920 (face-equal): Ditto.
8921 (face-differs-from-default-p): Ditto.
8922 (face-nontrivial-p): Ditto.
8923 (face-attr-match-p): Ditto.
8924 (face-attr-construct): Ditto.
8925 (face-spec-set): Ditto.
8926 (face-fill-in): Ditto.
8927
8928 1999-07-21 Gerd Moellmann <gerd@acm.org>
8929
8930 * bench.el (bench-mark-split-window): New bench mark.
8931
8932 1999-07-21 Gerd Moellmann <gerd@acm.org>
8933
8934 * faces.el (set-face-font): Don't pass default font to
8935 x-resolve-font so that font will not have to be of the same
8936 size.
8937
8938 1999-07-20 Dave Love <fx@gnu.org>
8939
8940 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
8941 unconditionally t.
8942
8943 1999-07-20 Karl Heuer <kwzh@gnu.org>
8944
8945 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
8946
8947 1999-07-20 Dave Love <fx@gnu.org>
8948
8949 * help.el (describe-variable): Fix test for customizability.
8950
8951 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
8952 Check for readonly buffer in interactive spec.
8953 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
8954 (backward-kill-word): Add * to interactive spec.
8955
8956 * underline.el (underline-region, ununderline-region): Add * to
8957 interactive spec.
8958
8959 * fill.el (canonically-space-region, justify-current-line): Add *
8960 to interactive spec.
8961 (fill-region-as-paragraph, fill-paragraph, fill-region)
8962 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
8963 readonly buffer in interactive spec.
8964
8965 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
8966 (backward-kill-sentence, kill-sentence): Add * to interactive
8967 spec.
8968
8969 1999-07-19 Richard M. Stallman <rms@gnu.org>
8970
8971 * dired-aux.el (dired-do-shell-command): Doc fix.
8972
8973 * shell.el (shell-unquote-argument): New function.
8974 (shell-directory-tracker): Use shell-unquote-argument.
8975 * comint.el (comint-arguments): Handle \ followed by space or tab.
8976
8977 1999-07-19 John Wiegley <jwiegley@borland.com>
8978
8979 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
8980 color codes 39 and 49, which by the way lynx uses them seem to
8981 mean "foreground reset" and "background reset".
8982
8983 1999-07-19 Karl Heuer <kwzh@gnu.org>
8984
8985 * font-lock.el (c++-keywords): Add "typeid".
8986
8987 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
8988 selects no font, treat that as zero selections, not one.
8989
8990 1999-07-19 Dave Love <fx@gnu.org>
8991
8992 * info.el (Info-search): Don't lose with empty regexp.
8993
8994 * version.el: Cater for (free) `ident' program, not `which'.
8995
8996 * hl-line.el: New file.
8997
8998 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
8999 for modes which don't define menus.
9000
9001 1999-07-16 Richard M. Stallman <rms@gnu.org>
9002
9003 * webjump.el (webjump-sample-sites): Update some URLs.
9004
9005 1999-07-14 Richard Stallman <rms@gnu.org>
9006
9007 * Version 20.4 released.
9008
9009 1999-07-14 Andreas Schwab <schwab@gnu.org>
9010
9011 * compare-w.el (compare-windows): Try to find the next window in
9012 the current frame before looking at the other frames.
9013
9014 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
9015
9016 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
9017 Use cyrillic-jcuken as default input method.
9018
9019 1999-07-12 Richard Stallman <rms@gnu.org>
9020
9021 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
9022 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
9023
9024 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
9025 (ispell-local-dictionary-alist): Add koi8-r for character set.
9026
9027 * textmodes/flyspell.el (flyspell-get-word):
9028 Add special handling for when ispell-otherchars is empty.
9029
9030 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
9031
9032 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
9033 when having nested functons.
9034 (pascal-indent-nested-functions) (pascal-indent-line)
9035 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
9036 indenting nested functions.
9037
9038 1999-07-09 Richard Stallman <rms@gnu.org>
9039
9040 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
9041
9042 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
9043
9044 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
9045 the `end' keyword was in the very beginning of the buffer.
9046
9047 1999-07-08 Richard Stallman <rms@gnu.org>
9048
9049 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
9050
9051 * term.el (term-emulate-terminal): Avoid infinite loop
9052 in strange case where minibuffer window is selected but not active.
9053
9054 1999-07-07 Stephen Eglen <stephen@gnu.org>
9055
9056 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
9057 Change regexp so that it doesn't match commands beginning with `cd'.
9058
9059 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9060
9061 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
9062
9063 1999-07-06 Richard Stallman <rms@gnu.org>
9064
9065 * hscroll.el (hscroll-minibuffer-hook): New function.
9066 (hscroll-global-mode): Add and remove that hook.
9067 Set hscroll-old-truncate-was-global's default value.
9068
9069 1999-07-05 Richard Stallman <rms@gnu.org>
9070
9071 * files.el (revert-buffer): Don't preserve point here.
9072 (revert-buffer-insert-file-contents-function): Doc fix.
9073
9074 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
9075
9076 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
9077 doing a `stat' when it isn't necessary because that can cause
9078 trouble when an NFS server is down.
9079
9080 1999-07-04 Richard Stallman <rms@gnu.org>
9081
9082 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
9083
9084 1999-07-03 Richard Stallman <rms@gnu.org>
9085
9086 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
9087 for \200...\240 also.
9088 (isearch-printing-char): Use unibyte-char-to-multibyte.
9089
9090 1999-07-02 Richard Stallman <rms@gnu.org>
9091
9092 * frame.el (minibuffer-frame-alist): Use defcustom.
9093 (pop-up-frame-alist): Likewise.
9094 (initial-frame-alist): Specify * in the doc string.
9095
9096 * hscroll.el (hscroll-mode): Make it a permanent local.
9097 (hscroll-mode): Don't cancel the timer
9098 if HScroll mode is enabled in some other buffer.
9099
9100 * isearch.el (isearch-done): If search ends in middle of intangible
9101 text (due to text property), move on to the limit of that text.
9102
9103 1999-07-01 Andrew Innes <andrewi@gnu.org>
9104
9105 * man.el (Man-build-man-command): Use value of null-device,
9106 instead of hard-coding "/dev/null".
9107
9108 * dos-w32.el (untranslated-canonical-name): Avoid expanding
9109 ange-ftp file names, which might force ange-ftp to prompt for a
9110 password.
9111
9112 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
9113 to prevent references to temp files.
9114
9115 1999-06-30 Richard Stallman <rms@gnu.org>
9116
9117 * progmodes/sh-script.el (sh-feature): If nothing is known
9118 about the given shell, use the values for `sh'.
9119
9120 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
9121
9122 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
9123 to make it non-recursive.
9124
9125 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
9126
9127 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9128
9129 * auto-show.el (auto-show-mode): Fix Typo in :set.
9130
9131 1999-06-29 Richard M. Stallman <rms@gnu.org>
9132
9133 * progmodes/sh-script.el (sh-mode): When setting syntax
9134 table, default to the standard one.
9135
9136 1999-06-27 Richard M. Stallman <rms@gnu.org>
9137
9138 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
9139
9140 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
9141
9142 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
9143 a frame when `return' is requested (even if pop-up-frames = t)
9144 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
9145 should only be set for the bibtex buffer.
9146
9147 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
9148
9149 * progmodes/compile.el: Deal with compilation-error-screen-columns
9150 being buffer-local.
9151
9152 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9153
9154 * comint.el (comint-password-prompt-regexp): Allow "(again)".
9155
9156 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9157
9158 * cal-x.el (calendar-only-one-frame-setup): New function.
9159 * calendar.el (calendar): Call it if requested.
9160
9161 1999-06-24 Karl Heuer <kwzh@gnu.org>
9162
9163 * startup.el (iso-8859-n-locale-regexp): Doc fix.
9164
9165 1999-06-22 Richard M. Stallman <rms@gnu.org>
9166
9167 * mail/supercite.el (sc-emacs-features): Doc fix.
9168
9169 1999-06-22 Karl Heuer <kwzh@gnu.org>
9170
9171 * files.el (auto-mode-alist): Add pike-mode.
9172
9173 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
9174
9175 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
9176 last byte of a numeric field is a space or a NUL. Parse it as
9177 potentially part of the number. This is used by GNU tar
9178 1.12.64012 to handle larger values.
9179
9180 1999-06-20 Karl Heuer <kwzh@gnu.org>
9181
9182 * custom.el (custom-handle-keyword): Fix error message.
9183
9184 1999-06-18 Andrew Innes <andrewi@gnu.org>
9185
9186 * mail/smtpmail.el (smtpmail-send-it): Use
9187 convert-standard-filename to make file names for queued mail safe
9188 on Windows (`:' is invalid in file names on Windows).
9189
9190 1999-06-17 Kenichi Handa <handa@etl.go.jp>
9191
9192 * international/mule-cmds.el (describe-current-input-method):
9193 Current-input-method is string.
9194 (toggle-input-method): Docstring fixed.
9195
9196 * international/mule-diag.el
9197 (describe-current-coding-system-briefly): Fix format string.
9198
9199 * international/mule-util.el (coding-system-eol-type-mnemonic):
9200 Docstring modified. Return a string.
9201
9202 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
9203
9204 * sql.el (sql-input-ring-file-name): Doc fix.
9205
9206 1999-06-17 Richard M. Stallman <rms@gnu.org>
9207
9208 * calendar/cal-x.el (special-display-buffer-names):
9209 Don't put (get-file-buffer diary-file) on this list.
9210
9211 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
9212
9213 * play/mpuz.el (mpuz-try-proposal): Fix message call.
9214 Don't penalize player for certain impossible guesses.
9215
9216 1999-06-16 Andrew Innes <andrewi@gnu.org>
9217
9218 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
9219 return the string "Unk 0 0000" so at least it appears to be a
9220 valid timestamp to `dired-move-to-filename-regexp'.
9221
9222 1999-06-15 Ken'ichi Handa <handa@gnu.org>
9223
9224 * ps-print.el (ps-control-character): Fix previous change.
9225
9226 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9227
9228 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
9229 multiple output of the last message.
9230
9231 1999-06-14 Eli Zaretskii <eliz@gnu.org>
9232
9233 * term/internal.el (IT-display-table-setup): Do not remap \222 to
9234 the ASCII apostrophe, as most DOS codepages have some other glyph
9235 there.
9236
9237 1999-06-14 Ken'ichi Handa <handa@gnu.org>
9238
9239 * language/ethio-util.el (setup-ethiopic-environment-internal):
9240 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
9241 (exit-ethiopic-environment): Likewize.
9242
9243 1999-06-12 Richard M. Stallman <rms@gnu.org>
9244
9245 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
9246
9247 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9248
9249 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
9250 custom-initialize-default to avoid infinite loop.
9251 (crisp-mode): (defun) Call transient-mark-mode here, not when
9252 loading the file. Run crisp-mode-hook here, and run
9253 crisp-load-hook when loading the file.
9254
9255 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
9256 rmail-summary buffer, search for pattern in rmail-file.
9257
9258 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
9259
9260 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
9261
9262 * ps-print.el (ps-printer-name): Fix custom type.
9263
9264 1999-06-12 Reto Zimmermann <reto@synopsys.com>
9265
9266 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
9267 (vhdl-port-paste-generic-map): Fix indentation bug.
9268 (vhdl-port-paste-port-map): Fix indentation bug.
9269 (vhdl-scan-file-contents): Make scanning case insensitive.
9270
9271 1999-06-11 Richard M. Stallman <rms@gnu.org>
9272
9273 * files.el (write-file): When buffer is not already visiting a file,
9274 don't put buffer name in the minibuffer, just make it the default.
9275 Also handle just directory as arg usefully in that case.
9276
9277 * simple.el (sendmail-user-agent-compose):
9278 Ignore case when inserting the rest of the "other" headers.
9279
9280 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
9281
9282 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
9283 (info-lookup-interactive-arguments): Never insert the default
9284 into the minibuffer automatically.
9285
9286 * emacs-lisp/cl-extra.el (getf): Don't call get*.
9287
9288 1999-06-09 Richard M. Stallman <rms@gnu.org>
9289
9290 * simple.el (shell-command): Avoid printing "mark set" message.
9291
9292 1999-06-09 Dave Love <fx@gnu.org>
9293
9294 * progmodes/compile.el (compilation-error-regexp-alist): Allow
9295 digits in program name in first pattern.
9296
9297 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
9298
9299 * vc.el (vc-dired-mode): Don't match anything before the date in
9300 dired-move-to-filename-regexp.
9301
9302 1999-06-07 Ken'ichi Handa <handa@gnu.org>
9303
9304 * international/quail.el (quail-define-rules): Fix typo in
9305 docstring.
9306
9307 1999-06-05 Stephen Eglen <stephen@gnu.org>
9308
9309 * iswitchb.el (iswitchb-default-keybindings): Add
9310 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
9311 than when package is loaded.
9312
9313 1999-06-04 Richard M. Stallman <rms@gnu.org>
9314
9315 * startup.el (command-line): Don't set user-init-file directly;
9316 tell `load' to set it.
9317
9318 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
9319
9320 * simple.el (next-history-element):
9321 Handle minibuffer-text-before-history properly when reading sexps.
9322
9323 * disp-table.el (standard-display-european):
9324 For an interactive call by the user,
9325 don't set enable-multibyte-characters,
9326 and don't set the terminal coding system.
9327
9328 * textmodes/refbib.el: Don't print any messages or display
9329 a buffer when loading the library.
9330 (r2b-help): Doc fix.
9331 (r2b-help-message): Update the documentation.
9332 (r2b-load-quietly): Variable deleted.
9333 (r2b-convert-buffer): Doc fix.
9334
9335 1999-06-04 Dave Love <fx@gnu.org>
9336
9337 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
9338
9339 * auto-show.el: Don't change hooks on loading.
9340 (auto-show-mode): Autoload. Default to nil. Add :set &c.
9341 (auto-show-mode): Add to hooks here.
9342
9343 1999-06-04 Richard Sharman <rsharman@pobox.com>
9344
9345 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
9346 recursion on bogus input.
9347
9348 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
9349
9350 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
9351 does not select a buffer from the buffers menu, then the attached
9352 frame is not switched to anything.
9353
9354 1999-06-03 Ken'ichi Handa <handa@gnu.org>
9355
9356 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
9357 (viet-viscii-...->viet-vscii...).
9358
9359 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
9360
9361 1999-06-01 Dave Love <fx@gnu.org>
9362
9363 * progmodes/fortran.el: Add :link to defgroup.
9364 (fortran-blink-matching-if): Match ELSE statements too.
9365 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
9366 that filling is always done.
9367
9368 1999-05-31 Richard M. Stallman <rms@gnu.org>
9369
9370 * simple.el (append-next-kill): Use an arg to distinguish
9371 interactive calls from Lisp calls, rather than (interactive-p).
9372
9373 * international/iso-transl.el (iso-transl-language-alist):
9374 Interchange n and N.
9375
9376 1999-05-31 Dave Love <fx@gnu.org>
9377
9378 * msb.el Add to minor-mode-map-alist. Remove hook installation
9379 and keymap munging on load.
9380 (msb-mode): New option.
9381 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
9382 Doc fix.
9383 (msb-mode-map): New variable.
9384 (msb-mode): New command.
9385
9386 1999-05-31 Dave Love <fx@gnu.org>
9387
9388 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
9389 (ispell-complete-word-dict): Likewise.
9390
9391 1999-05-31 Eli Zaretskii <eliz@gnu.org>
9392
9393 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
9394 force the data buffer to be saved, even if the data didn't
9395 change, in case the write filter was modified. Restore the
9396 current record after read-file-filter finishes.
9397
9398 1999-05-29 Karl Heuer <kwzh@gnu.org>
9399
9400 * ispell4.el: Obsolete; file deleted.
9401
9402 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
9403
9404 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
9405 VALUE is a syntax table.
9406
9407 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
9408
9409 * simple.el (zap-to-char): Doc fix.
9410
9411 1999-05-27 Ken'ichi Handa <handa@gnu.org>
9412
9413 * isearch.el (isearch-quote-char): Don't assume character codes
9414 0200 - 0237 stand for characters in some single-byte character
9415 charset.
9416
9417 1999-05-27 Dave Love <fx@gnu.org>
9418
9419 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
9420
9421 1999-05-27 Andreas Schwab <schwab@gnu.org>
9422
9423 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
9424 headerline does not exist already.
9425
9426 1999-05-26 Richard Stallman <rms@gnu.org>
9427
9428 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9429 Avoid nested null-loops.
9430
9431 1999-05-26 Ken'ichi Handa <handa@gnu.org>
9432
9433 * international/characters.el: Typo fixed; prefered->preferred.
9434
9435 * international/mule-cmds.el (find-coding-systems-for-charsets):
9436 Typo fixed; prefered->preferred.
9437
9438 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
9439 method in read-event.
9440
9441 * international/mule.el (charset-info): Doc-string fixed.
9442
9443 1999-05-25 Ken'ichi Handa <handa@gnu.org>
9444
9445 * mail/smtpmail.el (smtpmail-send-it): Bind
9446 smtpmail-code-conv-from properly.
9447 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
9448 by smtpmail-code-conv-from.
9449
9450 1999-05-24 Richard Stallman <rms@gnu.org>
9451
9452 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
9453 Binding deleted also.
9454
9455 1999-05-24 Karl Heuer <kwzh@gnu.org>
9456
9457 * comint.el (comint-bol-or-process-mark): Doc fix.
9458
9459 1999-05-23 Dave Love <fx@gnu.org>
9460
9461 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
9462 Enter it on minor-mode-map-alist.
9463 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
9464 Autoload. Add custom setter.
9465 (crisp-mark-line): Doc fix.
9466 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
9467 (crisp-mode-hook): Define.
9468
9469 1999-05-23 Ken'ichi Handa <handa@gnu.org>
9470
9471 * files.el (recover-file): Recover buffer-file-coding-system.
9472
9473 1999-05-22 Richard Stallman <rms@gnu.org>
9474
9475 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
9476 regexp match the date, to avoid treating date as file size.
9477 Add YYYY S option to WESTERN/
9478
9479 * bookmark.el: Delete some XEmacs compatibility code.
9480 (bookmark-jump-noselect): Check vc-backend.
9481
9482 * subr.el (add-to-list): Doc fix.
9483
9484 1999-05-21 Stephen Eglen <stephen@gnu.org>
9485
9486 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
9487
9488 1999-05-18 Richard Stallman <rms@gnu.org>
9489
9490 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
9491 non-space after the @anchor command.
9492 (texinfo-format-var): Handle other nested constructs, using
9493 texinfo-parse-expanded-arg and texinfo-discard-command, not
9494 texinfo-parse-arg-discard.
9495
9496 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
9497 (debug): Bind and use debugger-outer-inhibit-redisplay.
9498 Bind inhibit-redisplay to nil.
9499 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
9500
9501 1999-05-17 Dave Love <fx@gnu.org>
9502
9503 * help.el (describe-function-1): Extra arg, interactive-p.
9504 (describe-key, describe-function): Use it.
9505
9506 1999-05-17 Karl Heuer <kwzh@gnu.org>
9507
9508 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
9509
9510 1999-05-16 Dave Love <fx@gnu.org>
9511
9512 * cus-start.el (all): Delete selective-display. Add scroll-margin,
9513 scroll-preserve-screen-position, scroll-conservatively.
9514
9515 1999-05-16 Dave Love <fx@gnu.org>
9516
9517 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
9518
9519 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
9520
9521 * progmodes/vhdl-mode.el: Completely revised and massively extended.
9522
9523 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9524
9525 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
9526 magic number and is not associated with a file.
9527
9528 1999-05-14 Richard M. Stallman <rms@gnu.org>
9529
9530 * files.el (find-file-noselect-1): Fix previous change.
9531
9532 1999-05-14 Simon Marshall <simon@gnu.org>
9533
9534 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
9535
9536 1999-05-13 Ken'ichi Handa <handa@gnu.org>
9537
9538 * international/mule-diag.el (mule-diag): Change MULE to Mule in
9539 docstring.
9540
9541 * international/mule-cmds.el: Change MULE to Mule in docstrings
9542 and menus.
9543
9544 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
9545
9546 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
9547 to correctly reflect the value of BaseLineOffset in
9548 RelativeCompose. Now the value of RelativeCompose is an array of
9549 low and high positions.
9550 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
9551 RLC for the above change.
9552
9553 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
9554
9555 * comint.el (comint-password-prompt-regexp): Modified to match the
9556 output of ksu and ssh-add.
9557
9558 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
9559
9560 * language/korea-util.el (isearch-toggle-korean-input-method):
9561 Adjusted for the change of input method handling in isearch.el.
9562 (isearch-hangul-switch-symbol-ksc): Likewise.
9563 (isearch-hangul-switch-hanja): Likewise.
9564
9565 1999-05-10 Dave Love <fx@gnu.org>
9566
9567 * help.el (help-make-xrefs): Fix typo.
9568
9569 1999-05-10 Andreas Schwab <schwab@gnu.org>
9570
9571 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
9572 unibyte-display-via-language-environment.
9573
9574 * help.el (help-make-xrefs): Handle more cases when looking for
9575 commands in a keymap description.
9576
9577 1999-05-10 Eli Zaretskii <eliz@gnu.org>
9578
9579 * loadup.el: For ms-dos systems, load ccl and codepage.
9580
9581 1999-05-09 Ken'ichi Handa <handa@gnu.org>
9582
9583 * ps-print.el (ps-control-character): Call
9584 ps-mule-prepare-ascii-font to setup ASCII fonts.
9585
9586 * ps-mule.el (ps-mule-begin-job): Redo this change "if
9587 ps-multibyte-buffer is nil, use
9588 ps-mule-font-info-database-default."
9589
9590 1999-05-08 Ken Stevens <k.stevens@ieee.org>
9591
9592 * ispell.el (ispell-local-dictionary-alist): New variable for
9593 customizing local dictionaries not accessable by everyone.
9594 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
9595 (ispell-required-version): Changed format `(major minor
9596 revision)' to support general pattern matching.
9597 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
9598 skip region commented out due to incorrect skip potential in std latex.
9599 (ispell-word): Removed `when' macro. Fixed bug of not restoring
9600 cursor point on small words for calls from `ispell-minor-mode'.
9601 (check-ispell-version): Tests and accepts versions major.minor
9602 and above, with adjustments for interactions in 3.1.0-3.1.11.
9603 (ispell-get-line): No longer skips ispell process special characters.
9604 (ispell-comments-and-strings): Removed `when' macro call.
9605 (ispell-minor-check): Requires ispell-word to restore cursor point.
9606 (ispell-buffer-local-parsing): Supports checking comments only.
9607
9608 1999-05-08 Karl Heuer <kwzh@gnu.org>
9609
9610 * comint.el (comint-password-prompt-regexp): Fix last change to be
9611 more specific.
9612
9613 1999-05-07 Richard M. Stallman <rms@gnu.org>
9614
9615 * subr.el (with-temp-message): Fix the other call to message
9616 to use %s.
9617
9618 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
9619
9620 * gud.el (gud-format-command): "%F" means file sans extension.
9621 (jdb): Use %F, not %f, for gud-break.
9622
9623 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
9624
9625 * comint.el (comint-password-prompt-regexp): Modified so that it
9626 matches the output of kinit.
9627
9628 1999-05-06 Greg Stark <gsstark@mit.edu>
9629
9630 * timezone.el (timezone-parse-date): Recognize new format used in
9631 internet cookies.
9632
9633 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
9634
9635 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
9636
9637 1999-05-04 Andrew Innes <andrewi@gnu.org>
9638
9639 * time.el (display-time-update): Allow for wrap-around when
9640 checking against display-time-server-down-time.
9641
9642 1999-05-04 Ken'ichi Handa <handa@gnu.org>
9643
9644 * international/mule-diag.el (describe-coding-system): Fix English
9645 message.
9646
9647 1999-05-03 Jason Rumney <jasonr@altavista.net>
9648
9649 * term/w32-win.el: Change the x-charset-registry property for the
9650 Japanese charsets that are supported by Japanese Windows fonts.
9651
9652 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9653
9654 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
9655 diary-block diary entries for which the reminders and the diary
9656 entries can overlap.
9657
9658 1999-05-02 Jason Rumney <jasonr@altavista.net>
9659
9660 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
9661 matches the font selected in the dialog.
9662
9663 1999-05-02 Dave Love <fx@gnu.org>
9664
9665 * browse-url.el (browse-url-browser-function): Add :version.
9666
9667 * international/mule.el (auto-coding-alist): Add .tgz.
9668
9669 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
9670
9671 * international/codepage.el (cp-coding-system-for-codepage-1):
9672 Make the magnification parameter for the -dos encoder be 2.
9673
9674 1999-05-2 Andrew Innes <andrewi@gnu.org>
9675
9676 * term/w32-win.el (w32-drag-n-drop): Select file in window where
9677 it is dropped, rather than current window.
9678
9679 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
9680 after switching buffer, as case-fold-search is a buffer local
9681 variable.
9682
9683 * w32-fns.el (convert-standard-filename): Only convert directory
9684 separators to backslash if the interactive shell is one of the
9685 standard Windows shells that has DOS semantics.
9686
9687 * ls-lisp.el (ls-lisp-format-time): Trap errors from
9688 format-time-string, and return a suitable string to indicate the
9689 timestamp was invalid.
9690
9691 * hexl.el (hexlify-command): Apply shell-quote-argument after
9692 expanding hexl-program in case exec-directory contains a space.
9693 (dehexlify-command): Ditto.
9694
9695 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
9696 file extension regexps which aren't necessarily binary files.
9697 (direct-print-region-helper): Use subst-char-in-string instead of
9698 binding directory-sep-char to convert filenames to DOS syntax.
9699 (direct-print-region-use-command-dot-com): New variable.
9700 (direct-print-region-helper): Use it to control whether to invoked
9701 command.com to print on Windows 9x.
9702
9703 * browse-url.el (browse-url-browser-function): Default to
9704 browse-url-default-windows-browser on windows-nt.
9705 (browse-url-default-windows-browser): New function.
9706
9707 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
9708
9709 * forms.el (forms-mode): Don't call forms-first-record or
9710 forms-last-record if the data file has zero records.
9711
9712 1999-04-29 Richard M. Stallman <rms@gnu.org>
9713
9714 * files.el (find-file-noselect-1): If buffer-file-name has changed
9715 after find-file-not-found-hooks runs, recompute the truename.
9716 And don't use FILENAME after that point.
9717
9718 1999-04-27 Dave Love <fx@gnu.org>
9719
9720 * paren.el (show-paren-mode)
9721 * which-func.el (which-func-mode-global)
9722 * type-break.el (type-break-mode)
9723 * time.el (display-time-mode)
9724 * rsz-mini.el (resize-minibuffer-mode)
9725 * mouse-sel.el (mouse-sel-mode)
9726 * icomplete.el (icomplete-mode)
9727 * hscroll.el (hscroll-global-mode)
9728 * help.el (temp-buffer-resize-mode)
9729 * font-lock.el (global-font-lock-mode)
9730 * delsel.el (delete-selection-mode)
9731 * avoid.el (mouse-avoidance-mode)
9732 * autoinsert.el (auto-insert-mode)
9733 * winner.el (winner-mode): Doc fix.
9734
9735 1999-04-26 Karl Heuer <kwzh@gnu.org>
9736
9737 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
9738 the same whitespace that was ignored in choosing the subject string.
9739
9740 1999-04-26 Richard M. Stallman <rms@gnu.org>
9741
9742 * info.el (Info-find-node): Position properly after finding anchor.
9743
9744 * cus-start.el (all): Handle unibyte-display-via-language-environment.
9745
9746 * simple.el (indent-new-comment-line): Fix previous change.
9747
9748 * complete.el: Delete the wildcard expansion feature
9749 since that is now standard in find-file.
9750 (PC-try-load-many-files): Function deleted.
9751 (PC-after-load-many-files): Function deleted.
9752 (PC-many-files-list): Variable deleted.
9753 (PC-disable-wildcards): Variable deleted.
9754 (partial-completion-mode): Don't enable the wildcard feature.
9755
9756 * complete.el (PC-look-for-include-file): Don't set global variables
9757 `error', `buf' and `filename' here.
9758
9759 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
9760
9761 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
9762
9763 * textmodes/outline.el (outline-regexp): Doc fix.
9764
9765 1999-04-26 John Wiegley <johnw@borland.com>
9766
9767 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
9768 C++Builder 4.0 error message syntax.
9769
9770 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
9771
9772 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
9773 supported, use find -exec.
9774
9775 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9776
9777 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
9778 coding-system-for-write, to avoid hanging when non-interactive.
9779
9780 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
9781
9782 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
9783 start with a newline.
9784
9785 1999-04-13 Ken'ichi Handa <handa@gnu.org>
9786
9787 * international/mule-conf.el (x-ctext): New coding system.
9788
9789 1999-04-12 Richard M. Stallman <rms@gnu.org>
9790
9791 * international/mule-cmds.el (input-method-function):
9792 Add permanent-local property.
9793
9794 1999-04-12 Dave Love <fx@gnu.org>
9795
9796 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
9797 change to use jka-compr-byte-compiler-base-file-name.
9798
9799 * supercite.el (sc-scan-info-alist): Revert last change.
9800 (sc-attrib-selection-list): Fix :type here instead.
9801
9802 1999-04-11 Eli Zaretskii <eliz@gnu.org>
9803
9804 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
9805 in the list of case-insensitive filesystems.
9806
9807 1999-04-09 Kenichi Handa <handa@etl.go.jp>
9808
9809 * international/fontset.el (create-fontset-from-fontset-spec):
9810 Don't register duplicated alias fontset names.
9811
9812 1999-04-08 Richard Stallman <rms@gnu.org>
9813
9814 * international/mule.el (auto-coding-alist-lookup): New function.
9815 (set-auto-coding): Use auto-coding-alist-lookup.
9816
9817 * jka-compr.el (jka-compr-insert-file-contents):
9818 Use auto-coding-alist-lookup to check for files that
9819 should not have eol conversion, in the unibyte case.
9820
9821 1999-04-07 Dave Love <fx@gnu.org>
9822
9823 * help.el (describe-variable): Check custom-loads property as well
9824 as custom-type.
9825
9826 * abbrev.el (abbrev-mode): Customizing sets the default value.
9827
9828 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
9829
9830 * vc.el (vc-backend-revert): For CVS files that were made
9831 writeable with "cvs edit", call "cvs unedit" to undo that.
9832
9833 1999-04-08 Dave Love <fx@gnu.org>
9834
9835 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
9836 more.
9837 (sc-emacs-features): Recognize Emacs 20.
9838 (sc-read-string): Use history arg.
9839 (sc-scan-info-alist): Check for rtnvalue a cons.
9840
9841 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
9842
9843 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
9844 coding system to encode the message by
9845 select-message-coding-system.
9846
9847 1999-04-07 Richard Stallman <rms@gnu.org>
9848
9849 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
9850
9851 * winner.el: Reorder definitions.
9852
9853 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
9854
9855 * mail/rmail.el (rmail-decode-babyl-format):
9856 Undo previous change.
9857
9858 1999-04-06 Richard Stallman <rms@gnu.org>
9859
9860 * info.el (Info-find-node): Check for an anchor at the
9861 proper place, before reading an indirect file.
9862
9863 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
9864
9865 * jka-compr.el (jka-compr-insert-file-contents):
9866 Use raw-text-unix when we want no conversion.
9867
9868 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
9869
9870 * timezone.el (timezone-parse-date): Corrected regexp for
9871 style (5) date format so that tenths of seconds are optional.
9872
9873 1999-04-05 Eli Zaretskii <eliz@gnu.org>
9874
9875 * term/internal.el (dos-cpNNN-setup): New function, with the guts
9876 of dos-codepage-setup.
9877 (cjk-codepages-alist): New variable, an alist of Far-Eastern
9878 codepages for which there's no need to set up cpNNN coding
9879 systems.
9880 (dos-codepage-setup): Support Far-Eastern DOS terminals.
9881
9882 1999-04-05 Richard Stallman <rms@gnu.org>
9883
9884 * mail/rmail.el (rmail-ignored-headers): Doc fix.
9885
9886 1999-04-02 Richard Stallman <rms@gnu.org>
9887
9888 * progmodes/compile.el (compilation-handle-exit): Do right thing
9889 if (car status) doesn't end in a newline.
9890
9891 1999-04-01 Dave Love <fx@gnu.org>
9892
9893 * progmodes/sql.el (SQL): Add defgroup :version.
9894
9895 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
9896
9897 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
9898 buffer-file-coding-system. If the coding system used is raw-text,
9899 etc., make the *Compiler Input* buffer unibyte.
9900
9901 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
9902
9903 * loadup.el: Don't write the fns-...el file if not dumping.
9904
9905 1999-03-31 Dave Love <fx@gnu.org>
9906
9907 * snmp-mode.el (snmp): Fix defgroup :version.
9908
9909 * hilit-chg.el (highlight-changes): Add defgroup :version.
9910
9911 1999-03-31 Andreas Schwab <schwab@gnu.org>
9912
9913 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
9914 the gnus-save-hidden-threads macro.
9915
9916 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
9917
9918 * faces.el (face-set-after-frame-default): Obey the
9919 `customized-face' for new faces.
9920
9921 1999-03-30 Dave Love <fx@gnu.org>
9922
9923 * international/mule-cmds.el (current-language-environment): Doc fix.
9924 * abbrev.el (abbrev-mode): Doc fix.
9925 * autoinsert.el (auto-insert-mode): Doc fix.
9926 * complete.el (partial-completion-mode): Doc fix.
9927 * avoid.el (mouse-avoidance-mode): Doc fix.
9928 * delsel.el (delete-selection-mode): Doc fix.
9929 * font-lock.el (global-font-lock-mode): Doc fix.
9930 * help.el (temp-buffer-resize-mode): Doc fix.
9931 * hscroll.el (hscroll-global-mode): Doc fix.
9932 * icomplete.el (icomplete-mode): Doc fix.
9933 * mouse-sel.el (mouse-sel-mode): Doc fix.
9934 * paren.el (show-paren-mode): Doc fix.
9935 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
9936 * time.el (display-time-mode): Doc fix.
9937 * type-break.el (type-break-mode): Doc fix.
9938 * which-func.el (which-func-mode-global): Doc fix.
9939 * winner.el (winner-mode): Doc fix.
9940
9941 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
9942
9943 * wid-edit.el (widget-before-change): Signal text-read-only rather
9944 than an ordinary error.
9945
9946 1999-03-30 Richard M. Stallman <rms@gnu.org>
9947
9948 * repeat.el: Don't require advice.
9949 (repeat): Do function-indirection in check for kbd macro.
9950 In self-insert case, use the *last* char in INSERTION.
9951
9952 1999-03-30 Karl Heuer <kwzh@gnu.org>
9953
9954 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
9955
9956 1999-03-29 Andreas Schwab <schwab@gnu.org>
9957
9958 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
9959 comint-input-filter-functions. Make variables related to shell
9960 directory tracking local.
9961
9962 1999-03-26 Andreas Schwab <schwab@gnu.org>
9963
9964 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
9965
9966 * simple.el (shell-command-on-region): Cope with exit-status being
9967 nil, which happens if call-process-region was interrupted.
9968
9969 1999-03-26 Richard M. Stallman <rms@gnu.org>
9970
9971 * simple.el (indent-new-comment-line): Handle use at a point
9972 after a comment-end. Handle multiple comments.
9973
9974 * mail/rmail.el (rmail-decode-babyl-format):
9975 To prevent locking, bind buffer-file-name to nil.
9976
9977 1999-03-26 Karl Fogel <kfogel@red-bean.com>
9978
9979 * mail-hist.el (mail-hist-current-header-name): Don't make
9980 off-by-one-error when determining if in message body.
9981
9982 1999-03-25 Andrew Innes <andrewi@gnu.org>
9983
9984 * w32-fns.el (set-default-process-coding-system): Copied from
9985 dos-w32.el, but modified to use Unix line endings for process
9986 input, and to add a suitable entry to process-coding-system-alist
9987 for DOS shells.
9988
9989 * dos-fns.el (set-default-process-coding-system): Copied from
9990 dos-w32.el.
9991
9992 * dos-w32.el (set-default-process-coding-system): Move function to
9993 dos-fns.el; a different version is used in w32-fns.el.
9994
9995 1999-03-24 Dave Love <fx@gnu.org>
9996
9997 * info.el (Info-directory-list): Revert change to re-writing
9998 Info-default-directory-list, but put `alternative' first.
9999 (Info-insert-dir): Modify selecting the top dir file as a consequence.
10000
10001 1999-03-23 Simon Marshall <simon@gnu.org>
10002
10003 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
10004 on the line by itself.
10005 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
10006 it is not in a declarative context.
10007
10008 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
10009
10010 * cus-edit.el (custom-variable-prompt): Allow customization of
10011 autoloaded symbols.
10012
10013 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
10014
10015 * simple.el (what-cursor-position): Don't cause error when point
10016 is at invalid multibyte sequence.
10017
10018 1999-03-21 Karl Heuer <kwzh@gnu.org>
10019
10020 * complete.el (partial-completion-mode): Doc fix.
10021
10022 1999-03-19 Richard M. Stallman <rms@gnu.org>
10023
10024 * progmodes/cplus-md.el (old-c++): Remove :group.
10025
10026 * progmodes/c-mode.el (old-c): Remove :group.
10027
10028 1999-03-18 Simon Marshall <simon@gnu.org>
10029
10030 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
10031 (java-font-lock-keywords-2): Added "strictfp" keyword.
10032
10033 1999-03-17 Jason Rumney <jasonr@altavista.net>
10034
10035 * w32-fns.el (set-w32-system-coding-system) New function.
10036 (w32-system-coding-system) Initialize to 'iso-latin-1.
10037
10038 1999-03-17 Eli Zaretskii <eliz@gnu.org>
10039
10040 * international/mule-cmds.el (set-language-environment): Fix
10041 previous change: don't use dos-codepage when unbound.
10042
10043 1999-03-17 Karl Heuer <kwzh@gnu.org>
10044
10045 * calendar/appt.el (appt-make-list): Fix previous change.
10046
10047 1999-03-16 Richard M. Stallman <rms@gnu.org>
10048
10049 * window.el (shrink-window-if-larger-than-buffer):
10050 Don't try to redisplay with the cursor at the end
10051 on its own line--that would force a scroll and spoil things.
10052
10053 1999-03-16 Eli Zaretskii <eliz@gnu.org>
10054
10055 * international/mule-cmds.el (set-language-environment): Don't use
10056 cpNNN-nonascii-translation-table if it is unbound.
10057
10058 * term/internal.el (dos-codepage-setup): Compute the unibyte
10059 syntax table and bind unibyte-display-via-language-environment
10060 here, rather than at top level, so that resetting to unibyte in
10061 .emacs works as expected.
10062
10063 1999-03-15 Simon Marshall <simon@gnu.org>
10064
10065 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
10066
10067 1999-03-14 Milan Zamazal <pdm@pvt.net>
10068
10069 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
10070
10071 1999-03-14 Kenichi Handa <handa@etl.go.jp>
10072
10073 * international/mule-util.el (detect-coding-with-priority):
10074 Restore the internal database.
10075
10076 1999-03-14 Stephen Eglen <stephen@gnu.org>
10077
10078 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
10079 if mail-from-style has invalid value.
10080
10081 1999-03-12 Karl Heuer <kwzh@gnu.org>
10082
10083 * vc.el (vc-delete-logbuf-window): New var.
10084 (vc-finish-logentry): Use it.
10085
10086 1999-03-12 Richard M. Stallman <rms@gnu.org>
10087
10088 * startup.el (command-line-1): Improve startup msg.
10089
10090 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
10091
10092 * speedbar.el: Added commentary about stealthy functions.
10093 (speedbar-message) new function.
10094 (speedbar-y-or-n-p): New function
10095 (speedbar-with-attached-buffer) Moved macro before reference.
10096 Now uses `save-selected-window'.
10097 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
10098 speedbar-generic-item-info, speedbar-item-info-file-helper,
10099 speedbar-item-delete, speedbar-insert-generic-list,
10100 speedbar-timer-fn, speedbar-check-vc-this-line,
10101 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
10102 speedbar-buffers-item-info) Use speedbar-message.
10103 (speedbar-item-info) Limit `message-log-max'.
10104 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
10105 speedbar-item-delete, speedbar-item-object-delete,
10106 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
10107
10108 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
10109
10110 * server.el (server-start): Set coding system for the server
10111 process to raw-text.
10112 (server-process-filter): Decode file names if necessary.
10113
10114 1999-03-12 Dave Love <fx@gnu.org>
10115
10116 * textmodes/fill.el (sentence-end-double-space): Doc fix.
10117
10118 * textmodes/paragraphs.el (sentence-end): Doc fix.
10119
10120 1999-03-11 Karl Heuer <kwzh@gnu.org>
10121
10122 * comint.el (comint-password-prompt-regexp): Accept "login password:"
10123
10124 1999-03-09 Karl Heuer <kwzh@gnu.org>
10125
10126 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
10127 (ispell-dictionary-alist-2): Likewise.
10128 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
10129 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
10130 (ispell-dictionary-alist): Build from six pieces, not just two.
10131
10132 * ps-bdf.el (bdf-directory-list): Doc fix.
10133
10134 * enriched.el (enriched-mode): Make var permanent-local.
10135
10136 1999-03-09 Dave Love <fx@gnu.org>
10137
10138 * textmodes/sgml-mode.el (html-mode): Use
10139 sentence-end-double-space when setting sentence-end.
10140
10141 1999-03-09 Ken'ichi Handa <handa@gnu.org>
10142
10143 * language/thai.el (tis-620): New alias coding system for thai-tis620.
10144
10145 1999-03-08 Felix Lee <flee@cygnus.com>
10146
10147 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
10148
10149 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
10150
10151 1999-03-08 Karl Heuer <kwzh@gnu.org>
10152
10153 * dired-aux.el (dired-do-copy-regexp): Doc fix.
10154 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
10155
10156 * dired.el (dired-do-copy-regexp): Doc fix.
10157 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
10158
10159 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
10160
10161 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
10162
10163 1999-03-08 Jason Rumney <jasonr@altavista.net>
10164
10165 * international/codepage.el (cp1250-decode-table)
10166 (cp1251-decode-table, cp1253-decode-table)
10167 (cp1257-decode-table): New translation tables for MS Windows codepages.
10168 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
10169
10170 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
10171
10172 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
10173
10174 1999-03-07 Eli Zaretskii <eliz@gnu.org>
10175
10176 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
10177
10178 * term/internal.el (top level): Display character 255 as 8bit as well.
10179
10180 1999-03-06 Dave Love <fx@gnu.org>
10181
10182 * progmodes/cc-cmds.el (c-outline-level): Bind
10183 buffer-invisibility-spec.
10184
10185 * progmodes/c-mode.el (c-outline-level): Likewise.
10186
10187 * progmodes/ada-mode.el (ada-outline-level): Likewise.
10188
10189 1999-03-05 Felix Lee <flee@cygnus.com>
10190
10191 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
10192
10193 1999-03-05 Richard M. Stallman <rms@gnu.org>
10194
10195 * bindings.el (complete-symbol): Invert meaning of prefix arg.
10196
10197 1999-03-05 Andrew Innes <andrewi@gnu.org>
10198
10199 * w32-fns.el (convert-standard-filename): Convert directory
10200 separators to Windows format.
10201
10202 1999-03-05 Andreas Schwab <schwab@gnu.org>
10203
10204 * international/skkdic-cnv.el: Provide skkdic-cnv.
10205 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
10206 (batch-skkdic-convert): Doc fix.
10207
10208 1999-03-04 Dave Love <fx@gnu.org>
10209
10210 * custom.el (custom-set-variables): Protect against setter errors.
10211
10212 1999-03-04 Eli Zaretskii <eliz@gnu.org>
10213
10214 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
10215 the file sizes from overflowing.
10216 (ls-lisp-format): If file size is a float, use %8.0f to print it.
10217 Under -s, print the size in blocks with %4.0f, in case they have
10218 a *really* huge file.
10219
10220 1999-03-03 Dave Love <fx@gnu.org>
10221
10222 * options.el (edit-options): Doc fix.
10223 (list-options): Don't lose with unbound symbols. Maintain
10224 Edit-options-mode.
10225
10226 1999-03-01 Dave Love <fx@gnu.org>
10227
10228 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
10229
10230 1999-02-28 Richard M. Stallman <rms@gnu.org>
10231
10232 * ispell.el (ispell-dictionary-alist-override): New variable.
10233 (ispell-dictionary-alist): Don't setq it,
10234 if ispell-dictionary-alist-override is set.
10235
10236 * simple.el (shell-command-default-error-buffer): Renamed from
10237 shell-command-on-region-default-error-buffer.
10238 (shell-command-on-region): Mention in echo area when there
10239 is some error output. Mention success or failure, too.
10240 Accumulate multiple error outputs
10241 going forward, with formfeed in between. Display the error buffer
10242 when we have put something in it.
10243 (shell-command): Add the ERROR-BUFFER argument feature.
10244
10245 1999-02-28 Karl Heuer <kwzh@gnu.org>
10246
10247 * mail/mh-utils.el (mh-lib): Doc fix.
10248 (mh-lib-progs, mh-nmh-p): New vars.
10249 (mh-find-progs): Set mh-lib-progs along with other vars.
10250 (mh-path-search): New arg FUNC-P; if specified, use that instead
10251 of mh-file-command-p.
10252 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
10253
10254 * mail/mh-comp.el (mh-repl-formfile): New var.
10255 (mh-smail-batch): Don't ignore all arguments.
10256 (mh-reply): Do the right thing when using nmh.
10257
10258 1999-02-27 Kenichi Handa <handa@etl.go.jp>
10259
10260 * international/mule-cmds.el (select-safe-coding-system): Be sure
10261 to show a buffer being decoded.
10262
10263 1999-02-26 Ken'ichi Handa <handa@gnu.org>
10264
10265 * ps-bdf.el (bdf-directory-list): Initialize it to
10266 '("/usr/local/share/emacs/fonts/bdf").
10267
10268 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10269
10270 * ps-print.el: PostScript programming fix.
10271 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
10272 setpagedevice operator).
10273
10274 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10275
10276 * ps-print.el: Doc fix, font size specifies landscape and portrait
10277 sizes.
10278 (ps-print-version): New version number (4.1.4).
10279 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
10280 Specifies landscape and portrait sizes.
10281 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
10282 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
10283 fix.
10284 (ps-get-font-size): New fun.
10285 (ps-font-size-internal, ps-header-font-size-internal)
10286 (ps-header-title-font-size-internal): New vars.
10287
10288 * ps-mule.el: Change of ps-print font size variable name.
10289 (ps-mule-generate-font): Fun fix.
10290 (ps-mule-begin-job): Programming uniformization.
10291
10292 1999-02-25 Dave Love <fx@gnu.org>
10293
10294 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
10295 (help-make-xrefs): Do Info case first.
10296
10297 * repeat.el: Don't require advice.
10298 (repeat-last-kill-command): Variable deleted.
10299
10300 1999-02-25 Richard Stallman <rms@gnu.org>
10301
10302 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
10303 case just because the current buffer is the output buffer.
10304
10305 1999-02-25 Kenichi Handa <handa@etl.go.jp>
10306
10307 * simple.el (what-cursor-position): To show the character's
10308 encoding, use encoded-string-description instead of information
10309 of chaset-origin-alist.
10310
10311 * international/mule-cmds.el (iso-2022-control-alist): New variable.
10312 (encoded-code-description): New function.
10313 (encoded-string-description): New function.
10314 (encode-coding-char): New function.
10315
10316 1999-02-25 Andrew Innes <andrewi@gnu.org>
10317
10318 * startup.el (command-line) [windows-nt]: Fix typo in regexp
10319 checking for .emacs[.el[c]].
10320
10321 1999-02-24 Richard Stallman <rms@gnu.org>
10322
10323 * help.el (describe-function-1): Don't print a whole lambda-function.
10324
10325 1999-02-23 Ken'ichi Handa <handa@gnu.org>
10326
10327 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
10328 inputting ?\240.
10329
10330 1999-02-23 Karl Heuer <kwzh@gnu.org>
10331
10332 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
10333
10334 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
10335 (clean-buffer-list-kill-buffer-names): Doc fix.
10336
10337 * gud.el (gud-jdb-massage-args): Spelling fix.
10338
10339 1999-02-23 Richard M. Stallman <rms@gnu.org>
10340
10341 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
10342
10343 1999-02-22 Eli Zaretskii <eliz@gnu.org>
10344
10345 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
10346 excursion while calling set-auto-coding-function.
10347
10348 * play/handwrite.el (handwrite): Require ps-print, and use
10349 ps-printer-name and ps-lpr-command. Call ps-print-region-function
10350 if it's defined, instead of forking ps-lpr-command unconditionally.
10351
10352 1999-02-22 Kenichi Handa <handa@etl.go.jp>
10353
10354 * international/codepage.el (cp-coding-system-for-codepage-1): Put
10355 charset-origin-alist property to a coding system for the codepage.
10356
10357 * international/mule.el: Modify comment for charset-origin-alist
10358 property of a coding system.
10359
10360 * simple.el (what-cursor-position): charset-origin-alist property
10361 of a coding system may be a translation table or a symbol of which
10362 `translation-table' property is a translation table.
10363
10364 1999-02-21 Richard Stallman <rms@gnu.org>
10365
10366 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
10367 to the "html" template.
10368
10369 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
10370
10371 * dirtrack.el (dirtrack): Added docstring. Now returns input.
10372
10373 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
10374
10375 * dirtrack.el (dirtrack): Check for the prompt in the input string
10376 instead of the buffer.
10377
10378 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
10379
10380 * sql.el: Set version to 1.4.1. Changed mail address to
10381 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
10382 (sql-input-ring-separator): Doc fix.
10383 (sql-mode-syntax-table): double-dash starts comments is defined as
10384 ". 56" instead of ". 12b" for XEmacs.
10385 (sql-stop, sql-interactive-mode): Doc fixes.
10386 (sql-postgres): Queries for database and server, not just one.
10387 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
10388
10389 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
10390 changed. This is needed for master.el to work.
10391 (sql-set-sqli-buffer): Use the new hook.
10392
10393 * sql.el (sql-make-alternate-buffer-name): Function that sets
10394 sql-alternate-buffer-name.
10395 (sql-alternate-buffer-name): Possible name of SQLi buffers.
10396 (sql-interactive-mode): Set sql-alternate-buffer-name.
10397 (sql-rename-buffer): New command.
10398 (sql-interactive-mode-menu): Menu for SQLi buffers.
10399
10400 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
10401 and sql-input-ring-file-name are used to temporarily set
10402 comint-input-ring-file-name and comint-input-ring-separator when
10403 reading and writing input history files.
10404
10405 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
10406 (sql-input-ring-file-name): New variable with customization.
10407 (sql-input-ring-separator): New variable with customization.
10408 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
10409 Callers changed.
10410 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
10411 now includes the name of the current buffer.
10412
10413 (sql-mode): Set paragraph-separate and paragraph-start so that
10414 sql-send-paragraph sends the entire SQL statements, even if it
10415 contains indented lines.
10416
10417 1999-02-18 Dave Love <fx@gnu.org>
10418
10419 * format.el (format-encode-run-method, format-decode-run-method):
10420 Fix previous change.
10421
10422 1999-02-18 Ken'ichi Handa <handa@gnu.org>
10423
10424 * international/mule.el (coding-system-list): Moved here from
10425 mule-util.el to avoid autoloading mule-util by the call of
10426 select-safe-coding-system.
10427
10428 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
10429
10430 * simple.el (turn-on-auto-fill): Mark it as an option for
10431 `text-mode-hook'.
10432
10433 1999-02-17 Richard Stallman <rms@gnu.org>
10434
10435 * emacs-lisp/easymenu.el (easy-menu-get-map):
10436 Don't crash if (current-local-map) is nil.
10437
10438 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
10439
10440 * filecache.el (file-cache-filter-regexps): Added .class.
10441
10442 1999-02-17 Ken'ichi Handa <handa@gnu.org>
10443
10444 * international/mule-util.el (decompose-region): Use
10445 insert-buffer-substring instead of insert-buffer to avoid putting
10446 mark.
10447
10448 1999-02-17 Andreas Schwab <schwab@gnu.org>
10449
10450 * calendar/cal-move.el (scroll-calendar-left): Don't set
10451 displayed-month and displayed-year here, let generate-calendar do
10452 it, after range checking.
10453
10454 1999-02-17 Simon Marshall <simon@gnu.org>
10455
10456 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
10457
10458 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
10459 correctly between an object declared via a constructor and a method.
10460 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
10461 (java-font-lock-keywords-1): Fontify package names individually.
10462 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
10463 (java-font-lock-keywords-2): Simplify type fontification.
10464 (java-font-lock-keywords-3): Likewise.
10465
10466 1999-02-17 Kenichi Handa <handa@etl.go.jp>
10467
10468 * language/japanese.el (iso-2022-jp-2): New coding system.
10469 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
10470
10471 1999-02-16 Dave Love <fx@gnu.org>
10472
10473 * help.el (describe-function-1): Accept non-symbols.
10474
10475 1999-02-16 Paul Eggert <eggert@twinsun.com>
10476
10477 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
10478 find the last match if there are multiple matches.
10479
10480 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10481
10482 * tex-mode.el (tex-run-command, latex-run-command)
10483 (slitex-run-command, tex-command): Doc changes.
10484 (tex-start-options-string): Autoload it. Doc change. Provide
10485 a menu for customization. Allow nil. Quote backslashes only once.
10486 (tex-start-tex): Handle nil value of tex-start-options-string
10487 and apply shell-quote-argument to it.
10488
10489 1999-02-16 Eli Zaretskii <eliz@gnu.org>
10490
10491 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
10492 the size in blocks, since it can be a float.
10493 (ls-lisp-format): Likewise
10494
10495 1999-02-16 Ken'ichi Handa <handa@gnu.org>
10496
10497 * language/japanese.el (japanese-shift-jis): Add
10498 charset-origin-alist property.
10499
10500 1999-02-15 Richard Stallman <rms@gnu.org>
10501
10502 * progmodes/compile.el (compile-internal): Use save-selected-window.
10503
10504 * subr.el (momentary-string-display): Bind inhibit-read-only.
10505
10506 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
10507
10508 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
10509
10510 * mail/rmail.el (rmail-show-message): If an unseen message has a
10511 Summary-line in its header, get past one more line before looking
10512 for the X-Coding-System header.
10513
10514 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
10515
10516 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
10517 explicitly to accomodate Windows 9X lack of a useful copy program.
10518
10519 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
10520
10521 * wid-edit.el (widget-choice-value-create): Use `equal'
10522 instead of `eq'.
10523
10524 1999-02-14 Richard Stallman <rms@gnu.org>
10525
10526 * international/iso-transl.el:
10527 (iso-transl-ae): Renamed from iso-transl-e-slash.
10528 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
10529 (iso-transl-AE): Renamed from iso-transl-E-slash.
10530 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
10531 (iso-transl-char-map): Related changes.
10532
10533 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
10534
10535 1999-02-13 Richard Stallman <rms@gnu.org>
10536
10537 * textmodes/texinfmt.el (texinfo-alias): New function.
10538 (texinfo-fold-nodename-case): Add defvar.
10539 (texinfo-format-node): Do case folding if specified.
10540
10541 * ffap.el (ffap-file-at-point): Test local file names
10542 immediately. Strip off line numbers.
10543
10544 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
10545
10546 * sql.el: Set version to 1.3.2
10547 (sql-solid-program): Added support for solid.
10548 (sql-help): Doc mentions sql-solid.
10549 (sql-solid): Entry function for Solid.
10550 (sql-buffer): Doc explains the use of the variable and how to
10551 change it.
10552 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
10553 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
10554 disabled if sql-buffer doesn't have a process; sql-send-paragraph
10555 is new.
10556 (sql-show-sqli-buffer): New function to display the value of
10557 sql-buffer.
10558 (sql-change-sqli-buffer): New function to change sql-buffer.
10559 (sql-mode): Doc explains how to change sql-buffer.
10560 (sql-send-paragraph): New function to send a paragraph.
10561 (sql-mode-map): Added keybinding for sql-send-paragraph.
10562 (sql-mysql): Doc corrected.
10563 (sql-ms): Doc corrected.
10564
10565 * sql.el (sql-server): Doc fix.
10566 (sql-mysql): Added the use of sql-server to specify the host,
10567 sql-database now specifies database instead of host.
10568 (sql-mode-menu): Send... menu items are only active if sql-buffer
10569 is non-nil.
10570 (sql-help): Changed tag of entry functions a bit.
10571
10572 * sql.el: Added keywords from `finder-by-keyword'.
10573 (sql-mode): Made sql-buffer a local variable, changed the
10574 documentation: removed instructions to add *.sql files to
10575 auto-mode-alist, added documentation for having mutliple SQL
10576 buffers sending their stuff to different SQLi buffers, each
10577 running a different process.
10578 (sql-postgres): Quoted *SQL* in doc string.
10579 (sql-ms): Likewise.
10580 (sql-ingres): Likewise.
10581 (sql-ingres): Quoted *SQL* in doc string, added references to
10582 sql-user and sql-password used during login.
10583 (sql-sybase): Quoted *SQL* in doc string, added comma.
10584 (sql-oracle): Likewise.
10585 (sql-interactive-mode): Added extensive documentation for having
10586 mutliple SQL buffers sending their stuff to different SQLi
10587 buffers, each running a different process.
10588 (sql-buffer): Changed doc from *SQL* to SQLi.
10589 (sql-get-login): Doc fix.
10590
10591 1999-02-12 Ken'ichi Handa <handa@gnu.org>
10592
10593 * international/mule-conf.el (undecided): Set ascii in
10594 safe-charsets property.
10595
10596 1999-02-12 Richard Stallman <rms@gnu.org>
10597
10598 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
10599
10600 1999-02-12 Ken'ichi Handa <handa@gnu.org>
10601
10602 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
10603 value to ps-mule-font-info-database-latin.
10604
10605 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
10606
10607 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
10608 (ps-mule-font-info-database-default): New variable.
10609 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
10610 ps-mule-font-info-database-default.
10611
10612 1999-02-12 Dave Love <fx@gnu.org>
10613
10614 * timezone.el (timezone-make-date-sortable)
10615 (timezone-make-date-arpa-standard): Doc fix.
10616
10617 1999-02-12 Ken'ichi Handa <handa@gnu.org>
10618
10619 * international/quail.el (quail-show-kbd-layout): Bind
10620 blink-matching-paren to nil.
10621
10622 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
10623 for ASCII and Latin-1.
10624
10625 1999-02-12 Andreas Schwab <schwab@gnu.org>
10626
10627 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
10628
10629 1999-02-12 Kenichi Handa <handa@etl.go.jp>
10630
10631 * international/mule-cmds.el (language-info-alist): Remove
10632 description about charset-origin-alist.
10633
10634 * international/mule.el: Comment added for a new coding system
10635 property `charset-origin-alit'.
10636 (make-translation-table): This variable deleted.
10637
10638 * language/chinese.el (chinese-big5): Add charset-origin-alist
10639 property.
10640 ("Chinese-CNS"): Remove charset-origin-alist property.
10641
10642 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
10643 property.
10644 (cyrillic-alternativnyj): Likewise.
10645 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
10646 ("Cyrillic-ALT"): Likewise.
10647
10648 * language/vietnamese.el (vietnamese-viqr): Add
10649 charset-origin-alist property.
10650 ("Vietnamese"): Remove charset-origin-alist property.
10651
10652 * simple.el (what-cursor-position): Don't use the varialbe
10653 charset-origin-alist, but use charset-origin-alist property of
10654 buffer-file-coding-system to decide external character set code.
10655
10656 1999-02-10 Richard Stallman <rms@gnu.org>
10657
10658 * shadowfile.el: Don't turn on the mode when the file is loaded.
10659
10660 1999-02-09 Richard Stallman <rms@gnu.org>
10661
10662 * progmodes/compile.el (compile-auto-highlight): Customize.
10663
10664 * add-log.el (add-log-file-name-function): New variable.
10665 (add-change-log-entry): Call that function, if non-nil.
10666
10667 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
10668
10669 * rmail.el (rmail-search): Track match with a marker, not an integer.
10670
10671 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10672
10673 * progmodes/compile.el (compilation-setup): Set value of
10674 compilation-directory-stack as in compilation-forget-errors.
10675 (compile-reinitialize-errors): Bind buffer-undo-list and
10676 deactivate-mark.
10677 (compilation-forget-errors): Likewise.
10678
10679 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
10680
10681 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
10682 def... constructs.
10683
10684 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
10685 Remove calls to sleep-for.
10686
10687 1999-02-08 Eli Zaretskii <eliz@gnu.org>
10688
10689 * international/codepage.el (cp-coding-system-for-codepage-1): On
10690 MS-DOS, use dos-unsupported-char-glyph for characters not
10691 supported by the codepage.
10692 (cp-make-coding-systems-for-codepage): Likewise.
10693
10694 1999-02-08 Andreas Schwab <schwab@gnu.org>
10695
10696 * international/mule-util.el (coding-system-list): Don't sort
10697 coding-system-list here.
10698
10699 * international/mule.el (coding-system-lessp): Moved here from
10700 mule-util.el
10701 (add-to-coding-system-list): New function.
10702 (make-subsidiary-coding-system, make-coding-system,
10703 define-coding-system-alias): Use it instead of setting
10704 coding-system-list directly.
10705
10706 1999-02-07 Dave Love <fx@gnu.org>
10707
10708 * calendar/appt.el (appt-make-list): Don't splice quotes and date
10709 onto message.
10710
10711 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10712
10713 * imenu.el (imenu--last-menubar-index-alist): Add doc.
10714 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
10715
10716 1999-02-06 Richard Stallman <rms@gnu.org>
10717
10718 * language/european.el (setup-slovenian-environment): New function.
10719 ("Slovenian"): New language environment.
10720
10721 * progmodes/sql.el (sql-help): Doc fix.
10722 (sql-mysql): Doc fix.
10723
10724 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10725
10726 * tex-mode.el: When compiling, require compare-w and skeleton
10727 to pacify the byte-compiler. Move the def's of the tex-commands
10728 together. Add a comment on kill-process vs. quit-process.
10729
10730 1999-02-05 Dave Love <fx@gnu.org>
10731
10732 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
10733 null markers.
10734 (compile-goto-error): Likewise.
10735
10736 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
10737
10738 * time-stamp.el (time-stamp-format): Format doc tighter.
10739 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
10740 (time-stamp): Don't re-write the time stamp if it didn't change.
10741
10742 1999-02-05 Alex Schroeder <asc@bsiag.com>
10743
10744 * progmodes/sql.el: Changed version to 1.2.1.
10745 (sql-pop-to-buffer-after-send-region): Improved documentation.
10746 (sql-mysql-program): Added MySQL support.
10747 (sql-prompt-length): Made prompt-length configurable.
10748 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
10749 (sql-help): Added MySQL support, changed documentation.
10750 (sql-send-region): A message is displayed if something is sent.
10751 (sql-mode): Added buffer-local comment-start.
10752 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
10753 (sql-interactive-mode): Added buffer-local comment-start.
10754 (sql-oracle): Set sql-prompt-length.
10755 (sql-sybase): Set sql-prompt-length.
10756 (sql-mysql): Added MySQL support.
10757 (sql-ingres): Set sql-prompt-length.
10758 (sql-ms): Set sql-prompt-length.
10759 (sql-postgres): Set sql-prompt-length.
10760
10761 1999-02-04 Eli Zaretskii <eliz@gnu.org>
10762
10763 * term/internal.el (dos-codepage-setup): Set selection coding
10764 system to cpNNN-dos.
10765
10766 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10767
10768 * international/characters.el: Let ethiopic use iso-2022-7bit.
10769
10770 1999-02-02 Dave Love <fx@gnu.org>
10771
10772 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
10773 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
10774
10775 1999-02-02 Karl Heuer <kwzh@gnu.org>
10776
10777 * terminal.el (terminal-emulator): Doc fix.
10778
10779 1999-02-02 Ken'ichi Handa <handa@gnu.org>
10780
10781 * international/mule-util.el (compose-chars): Doc-string
10782 modified. Correctly handle a composition character in ARGS.
10783
10784 1999-02-01 Richard Stallman <rms@gnu.org>
10785
10786 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
10787 (makefile-menu-index-function): Function deleted.
10788 (makefile-mode): Use makefile-imenu-generic-expression.
10789
10790 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
10791
10792 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
10793 change, invoke from before-init-hook.
10794
10795 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
10796
10797 * subr.el (remove-from-invisibility-spec): Cope with the case when
10798 buffer-invisibility-spec is t.
10799
10800 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
10801
10802 * calendar/calendar.el (calendar-mode-map): Fix bindings for
10803 appt-add and appt-delete.
10804
10805 1999-02-01 Eli Zaretskii <eliz@gnu.org>
10806
10807 * term/pc-win.el (msdos-approximate-color): New function.
10808 (msdos-color-translate): Call it to find a DOS color that best
10809 approximates an X-style "#NNNNNN" color specification.
10810
10811 1999-02-01 Ken'ichi Handa <handa@gnu.org>
10812
10813 * international/mule-util.el (compose-chars-component): Add
10814 autoload cookie.
10815
10816 1999-01-31 Ken'ichi Handa <handa@gnu.org>
10817
10818 * international/quail.el (quail-lookup-key): If cdr of MAP is a
10819 function, replace cdr of MAP by the return value of the function
10820 unconditionally.
10821
10822 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10823
10824 * progmodes/compile.el (compilation-next-error-locus): Don't
10825 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
10826
10827 1999-01-31 Eli Zaretskii <eliz@gnu.org>
10828
10829 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
10830 and NLs before "charset", and allow the charset name be in double
10831 quotes.
10832
10833 1999-01-31 Richard Stallman <rms@gnu.org>
10834
10835 * imenu.el (imenu-sort-function): Fix custom type.
10836
10837 1999-01-30 Richard Stallman <rms@gnu.org>
10838
10839 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
10840 (speedbar-line-token): Likewise.
10841
10842 * play/gametree.el (gametree-default-score): Use defcustom.
10843 (gametree-score-regexp, gametree-score-closer): Likewise.
10844 (gametree-score-manual-flag, gametree-score-opener): Likewise.
10845
10846 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10847
10848 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
10849 decoding.
10850
10851 1999-01-29 Markus Rost <rost@gnu.org>
10852
10853 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
10854 tex-validate-buffer.
10855 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
10856 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
10857 now with recent occur-mode.
10858 (tex-validate-region): Really walk through all Sexps.
10859 (tex-region): Bind shell-dirtrack-verbose.
10860 (tex-file, tex-bibtex-file): Likewise.
10861
10862 1999-01-29 Dave Love <fx@gnu.org>
10863
10864 * finder.el: (finder-commentary): Fix interactive spec. Try
10865 appending .el to file name.
10866 (finder-find-library, finder-commentary): Doc fixes.
10867
10868 1999-01-29 Andrew Innes <andrewi@gnu.org>
10869
10870 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
10871 where the userid contains directory separators.
10872
10873 1999-01-29 Dave Love <fx@gnu.org>
10874
10875 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
10876 (lm-commentary): Doc fix.
10877
10878 1999-01-29 Andreas Schwab <schwab@gnu.org>
10879
10880 * files.el (file-expand-wildcards): Never consider `.' and `..' a
10881 wildcard match. Fix regexp that tests if dirpart contains
10882 wildcard characters.
10883
10884 1999-01-28 Richard Stallman <rms@gnu.org>
10885
10886 * font-lock.el (font-lock-default-unfontify-region):
10887 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
10888
10889 1999-01-27 Jason Rumney <jasonr@altavista.net>
10890
10891 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
10892 from FAMILY field.
10893 (w32-create-initial-fontsets): Do not use before-init-hook.
10894 (mouse-set-font): Document. Automatically create and use fontsets.
10895
10896 * dos-w32.el (direct-print-region-helper): Check for printer
10897 being t as well as a string.
10898
10899 1999-01-27 Kenichi Handa <handa@etl.go.jp>
10900
10901 * mail/rmail.el (rmail-decode-mime-charset): New variable.
10902 (rmail-mime-charset-pattern): New variable.
10903 (rmail-convert-to-babyl-format): Decode by MIME-charset if
10904 rmail-decode-mime-charset is non-nil.
10905
10906 1999-01-27 Ken'ichi Handa <handa@gnu.org>
10907
10908 * international/characters.el: Set category `q' for all characters
10909 in tibetan and tibetan-1-column.
10910
10911 1999-01-27 Andrew Innes <andrewi@gnu.org>
10912
10913 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
10914 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
10915
10916 1999-01-27 Dave Love <fx@gnu.org>
10917
10918 * international/mule-cmds.el (current-language-environment):
10919 Provide :link, :type (choices) and appropriate :get.
10920
10921 1999-01-27 Eli Zaretskii <eliz@gnu.org>
10922
10923 * startup.el (command-line): Set default eol-mnemonic-* strings to
10924 display end-of-line format in mode line.
10925
10926 * cus-start.el (all): Add eol-mnemonic-* variables.
10927
10928 1999-01-26 Dave Love <fx@gnu.org>
10929
10930 * startup.el (command-line-1): Up-date copyright.
10931
10932 * paths.el (Info-default-directory-list): Use configdir twice.
10933
10934 * info.el (Info-directory-list): Don't set path-separator now
10935 we're not shipped with Texinfo. Simplify path definition.
10936 Substitute all occurrences of instdir in Info-default-directory-list.
10937
10938 1999-01-25 Richard Stallman <rms@gnu.org>
10939
10940 * startup.el (normal-top-level-add-subdirs-to-load-path):
10941 Record the inode numbers of the dirs processed, to avoid loop.
10942
10943 * textmodes/tex-mode.el (tex-run-command): Doc fix.
10944
10945 1999-01-25 Dave Love <fx@gnu.org>
10946
10947 * browse-url.el (browse-url-netscape-program): Doc addition.
10948
10949 * help.el (help-make-xrefs): Default info references to an `(emacs)'
10950 prefix.
10951
10952 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
10953 auto-mode-alist.
10954
10955 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10956
10957 * calendar/diary-lib.el (mark-diary-entries): Use
10958 assoc-ignore-case and do not capitalize when matching month and
10959 day names.
10960
10961 * calendar/calendar.el (calendar-read-date): Ditto.
10962
10963 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10964 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10965
10966 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
10967
10968 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10969
10970 * calendar/cal-islam.el (calendar-goto-islamic-date)
10971 (mark-islamic-diary-entries): Ditto.
10972
10973 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10974
10975 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10976 (calendar-read-mayan-tzolkin-date): Ditto.
10977
10978 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
10979
10980 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
10981
10982 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
10983
10984 1999-01-25 Karl Heuer <kwzh@gnu.org>
10985
10986 * faces.el (list-faces-display): Multiline case of previous fix.
10987
10988 1999-01-25 Andreas Schwab <schwab@gnu.org>
10989
10990 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
10991
10992 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
10993
10994 * files.el (find-file): If find-file-noselect returns a list,
10995 do switch-to-buffer on each element.
10996 (find-file-other-window): Likewise for all but the first element.
10997 (find-file-other-frame): Same.
10998 (find-file-noselect): When we expand a wildcard, return a list
10999 of buffers.
11000
11001 1999-01-24 Eli Zaretskii <eliz@gnu.org>
11002
11003 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
11004 to set the appropriate cpNNN-dos coding system as the
11005 highest-priority coding system.
11006
11007 1999-01-23 Ken'ichi Handa <handa@gnu.org>
11008
11009 * international/fontset.el (generate-fontset-menu): Return a
11010 sorted list by plain names of fontsets.
11011
11012 * international/mule-diag.el (list-fontsets): Sort fontsets by
11013 plain names.
11014
11015 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
11016 FIRST is a composite character, decompose it at first.
11017
11018 1999-01-23 Dave Love <fx@gnu.org>
11019
11020 * format.el: Doc fixes.
11021 (format-encode-run-method): Have things happen in the right buffer.
11022 Deal with errors from method. Set coding-system-for-write.
11023 (format-decode-run-method): Have things happen in the right buffer.
11024 Deal with errors from method. Set coding-system-for-read.
11025 (format-alist): Use nil instead of unmatchable regexps.
11026
11027 * simple.el (shell-command-on-region): Return command's exit status.
11028
11029 1999-01-23 Eric Ludlam <zappo@gnu.org>
11030
11031 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
11032 of the file whose info we want to display.
11033 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
11034 (speedbar-add-mode-functions-list) Improve doc.
11035 (speedbar-line-token) New function.
11036 (speedbar-dired) Fix order of directories in -shown-directories.
11037 (speedbar-line-path): Default return is default-directory
11038 (speedbar-buffers-line-path): Return is dir name only.
11039 (speedbar-mode-functions-list): New variable.
11040 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
11041 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
11042 speedbar-files-item-info speedbar-buffers-item-info): New functions.
11043 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
11044 New functions.
11045 (speedbar-line-file): Broke out part that fetches file from a line.
11046 (speedbar-line-text): New function extracted from speedbar-line-file.
11047 (speedbar-line-path): Converted into a replaceable function.
11048 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
11049
11050 1999-01-23 Ken'ichi Handa <handa@gnu.org>
11051
11052 * international/fontset.el (create-fontset-from-x-resource): Make
11053 style variants.
11054
11055 1999-01-22 Dave Love <fx@gnu.org>
11056
11057 * paths.el (Info-default-directory-list): Put sysdir after start.
11058
11059 1999-01-22 Sam Steingold <sds@goems.com>
11060
11061 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
11062 a process associated with it.
11063
11064 1999-01-22 Jason Rumney <jasonr@altavista.net>
11065
11066 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
11067
11068 1999-01-22 Felix Lee <flee@cygnus.com>
11069
11070 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
11071 major-mode.
11072 (vc-annotate-mode): Delete variable.
11073
11074 1999-01-22 Andrew Innes <andrewi@gnu.org>
11075
11076 * startup.el (command-line): [windows-nt]: Check for existence of
11077 .emacs file so as to notice .emacs.el or .emacs.elc and use them
11078 in preference to _emacs.
11079
11080 1999-01-22 Dave Love <fx@gnu.org>
11081
11082 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
11083
11084 1999-01-20 Richard Stallman <rms@gnu.org>
11085
11086 * files.el (find-file-noselect): Do wildcard processing only
11087 if new arg WILDCARDS is non-nil.
11088 (find-file, find-file-other-window): New arg WILDCARDS.
11089 Default it to non-nil if interactive.
11090 (find-file-other-frame): Likewise.
11091 (find-file-read-only): Likewise.
11092 (find-file-read-only-other-window): Likewise.
11093 (find-file-read-only-other-frame): Likewise.
11094
11095 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
11096 (widget-plist-convert-option): Delete spurious comma.
11097
11098 1999-01-19 Jason Rumney <jasonr@altavista.net>
11099
11100 * term/w32-win.el (w32-standard-fontspec-spec): Change
11101 iso8859-5 to koi8-r. Add iso8859-9.
11102
11103 1999-01-19 Dave Love <fx@gnu.org>
11104
11105 * browse-url.el (browse-url-maybe-new-window): Delete macro and
11106 its uses.
11107
11108 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
11109 is active.
11110 (fortran-indent-subprogram): Likewise.
11111
11112 1999-01-19 Dave Love <d.love@dl.ac.uk>
11113
11114 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
11115
11116 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11117
11118 * wid-edit.el (alist): Use sexp as default key-type.
11119
11120 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11121
11122 * textmodes/tex-mode.el (tex-define-common-keys):
11123 Remove key binding of tex-feed-input.
11124 (tex-mode-map): Bind tex-feed-input here.
11125 (tex-start-shell): Use compilation-shell-minor-mode. Set
11126 comint-input-filter-functions before running tex-shell-hook.
11127 (tex-start-tex): Forget compilation errors.
11128 (tex-compilation-parse-errors): Rewritten to work also with
11129 compile-mouse-goto-error and compile-goto-error. Adjusted to
11130 change in tex-region.
11131 (tex-region): For the temp file use file-name without directory.
11132 (tex-file): Expand file name of tex-print-file.
11133
11134 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11135
11136 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
11137
11138 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
11139
11140 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
11141 beginning could cause Emacs to hang. Fixed.
11142
11143 1999-01-18 Ken'ichi Handa <handa@gnu.org>
11144
11145 * international/ccl.el (ccl-compile-translate-character): Handle
11146 the case that a tranlation table is CCL register correctly.
11147
11148 * international/mule-cmds.el (select-safe-coding-system):
11149 Hightlight at most 256 characters.
11150
11151 1999-01-18 Dave Love <fx@gnu.org>
11152
11153 * startup.el (command-line): If the init file changes operation to
11154 unibyte, make all buffers unibyte and re-set language environment.
11155
11156 * disp-table.el (standard-display-european): Make all existing
11157 buffers unibyte. Fix doc.
11158
11159 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
11160
11161 * wid-edit.el (coding-system): Define this unconditionally.
11162
11163 * simple.el (shell-command-on-region-default-error-buffer): New var.
11164 (shell-command-on-region): Use that variable as interactive
11165 value of ERROR-BUFFER argument.
11166
11167 1999-01-17 Sam Steingold <sds@goems.com>
11168
11169 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
11170
11171 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11172
11173 * progmodes/compile.el (compilation-goto-locus): If already in the
11174 compilation buffer's window, keep it in that window.
11175 (compile-mouse-goto-error): Add Doc. Don't play with windows.
11176 (compile-goto-error): Don't play with windows.
11177
11178 * textmodes/tex-mode.el (latex-run-command): Doc fix.
11179 (tex-command): Doc fix.
11180 (tex-compilation-parse-errors): Doc fix.
11181 (tex-generate-zap-file-name): Don't start the name with -.
11182 (tex-expand-files): Works now also with strings ending with ":".
11183
11184 1999-01-17 Ian T Zimmerman <itz@transbay.net>
11185
11186 Patch failed to install:
11187 * gametree.el: Document scoring functionality.
11188 (gametree-score-regexp): Add optional plus sign.
11189 (gametree-score-opener): Replace `:' with `=' as the former
11190 conflicts with gametree-half-ply-regexp.
11191 (gametree-transpose-following-leaves): Add.
11192 (gametree-insert-new-leaf): Make modifying commands barf in read
11193 only buffers.
11194 (gametree-break-line-here): Add a call to
11195 `gametree-transpose-following-leaves'. This maintains the
11196 necessary invariant that on each level all leaf children precede
11197 all nonleaf children. This has always been implied, but left to
11198 the user, and, unfortunately, undocumented.
11199
11200 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
11201
11202 * wid-edit.el (plist, alist): New widget types.
11203
11204 1999-01-17 Dave Love <fx@gnu.org>
11205
11206 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
11207 fix scope of condition-case therein.
11208
11209 1999-01-17 Andrew Innes <andrewi@gnu.org>
11210
11211 * dos-w32.el: (find-buffer-file-type-coding-system): Use
11212 default-buffer-file-coding-system when file doesn't exist (and
11213 isn't covered by a special case) instead of forcing undecided-dos
11214 against the user's wishes.
11215
11216 * dos-w32.el (direct-print-region-helper): New function based on
11217 direct-print-region-function; sends data to specified printer port
11218 without further translation. Recognize and handle specially the
11219 standard `print' and `nprint' programs, as well as `lpr' and
11220 similar programs. Only write directly to the printer port if no
11221 print program is specified. Work around a bug in Windows 9x
11222 affecting Win32 version of Emacs by invoking command.com to write
11223 to the printer port instead of writing directly.
11224 (direct-print-region-function): Use direct-print-region-helper to
11225 do most of the work.
11226 (direct-ps-print-region-function): New function; analogue of
11227 direct-print-region-function for ps-print.
11228 (ps-lpr-command): Comment out setq; leave as example usage.
11229 (ps-lpr-switches): Ditto.
11230
11231 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
11232 and MS-Windows.
11233 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
11234 DOS and Windows platforms, to indicate direct printing. Update
11235 the docstring accordingly.
11236
11237 * ps-print.el: (ps-printer-name): Update docstring about usage on
11238 MS-DOS and MS-Windows.
11239 (ps-lpr-command): Update docstring as for lpr-command.
11240 (ps-print-region-function): New variable.
11241 (ps-do-despool): Use it.
11242 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
11243 DOS/Windows.
11244
11245 * subr.el (subst-char-in-string): New function.
11246
11247 1999-01-17 Eli Zaretskii <eliz@gnu.org>
11248
11249 * international/codepage.el (cp852-decode-table): Fill a nil entry.
11250
11251 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
11252 (bdf-find-font-info): New function, looks for the first readable
11253 file from a list of alternatives.
11254 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
11255 instead of bdf-get-font-info.
11256 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
11257 to ps-mule-generate-bitmap-glyph.
11258
11259 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
11260 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
11261 now be a list of alternative names.
11262 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
11263 (ps-mule-prepare-font): Likewise.
11264
11265 * international/codepage.el (cp855-decode-table,
11266 cp850-decode-table): Fill some nil entries.
11267
11268 1999-01-16 Dave Love <fx@gnu.org>
11269
11270 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
11271 last change.
11272
11273 1999-01-15 Dave Love <fx@gnu.org>
11274
11275 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
11276 and change regexp for command names.
11277 (help-xref-go-back, function-called-at-point, symbol-file)
11278 (where-is): Doc fixes.
11279 (help-xref-go-back): Remove interactive spec.
11280 (describe-function-1): Fix message for alias. Buttomize alias
11281 name.
11282
11283 * simple.el (join-line): New alias.
11284
11285 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
11286
11287 * forms.el: (forms--show-record): Convert integers to string
11288 expicitly since concat will no longer accept integers.
11289 (forms-print): Use local `total-nb-records' since
11290 `forms--total-records' will be inaccessible after buffer switching.
11291
11292 1998-01-14 Felix Lee <flee@cygnus.com>
11293
11294 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
11295
11296 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
11297
11298 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
11299
11300 1999-01-14 Eli Zaretskii <eliz@gnu.org>
11301
11302 * international/codepage.el (cp850-decode-table): Fix previous change.
11303
11304 1999-01-14 Simon Marshall <simon@gnu.org>
11305
11306 * shell.el (shell-dirtrack-verbose): New custom variable.
11307 (shell-dirstack-message): Use it.
11308
11309 1999-01-14 Kenichi Handa <handa@etl.go.jp>
11310
11311 * international/mule-conf.el: Coding system alias `dos' for
11312 `undecided-dos', `mac' for `undecided-mac'.
11313
11314 * international/mule-cmds.el (describe-language-environment):
11315 Don't alter input-method-alist.
11316
11317 1999-01-13 Eli Zaretskii <eliz@gnu.org>
11318
11319 * international/codepage.el (cp850-decode-table): Replace nil
11320 entries with codes of similary looking glyphs. (Suggested by
11321 Jason Rumney <jasonr@altavista.net>.)
11322
11323 1999-01-13 Dave Love <fx@gnu.org>
11324
11325 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
11326
11327 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
11328
11329 1999-01-12 Karl Heuer <kwzh@gnu.org>
11330
11331 * files.el (auto-save-hook): Defvar this.
11332
11333 1999-01-12 Alex Schroeder <asc@bsiag.com>
11334
11335 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
11336 faces, eliminating the need to load font-lock before loading sql.
11337 (sql-mode-oracle-font-lock-keywords): Likewise.
11338 (sql-mode-postgres-font-lock-keywords): Likewise.
11339
11340 1999-01-11 Dave Love <fx@gnu.org>
11341
11342 * cus-start.el: Add inhibit-eol-conversion.
11343
11344 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
11345 the values round.
11346
11347 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
11348
11349 * help.el (help-mode-finish): Renamed from help-mode-maybe.
11350 Don't switch to Help mode here.
11351 (temp-buffer-setup-hook): Use help-mode-finish.
11352 (help-mode-setup): New function.
11353 (temp-buffer-setup-hook): Use help-mode-setup.
11354
11355 * progmodes/sql.el: New file.
11356
11357 * files.el (auto-mode-alist): Add sql-mode.
11358
11359 * faces.el (list-faces-display): Improve the formatting
11360 by computing the maximum length required for any face-name.
11361
11362 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11363
11364 * progmodes/compile.el (compilation-shell-minor-mode): New function.
11365
11366 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
11367
11368 * term.el (term_send_home): Change the string to
11369 be the same as the one emitted by xterm and consistent with the
11370 ones emitted by prior and next.
11371 (term_send_end): Likewise.
11372
11373 1999-01-10 Dave Love <fx@gnu.org>
11374
11375 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
11376 bindings.
11377
11378 1999-01-10 Eli Zaretskii <eliz@gnu.org>
11379
11380 * international/codepage.el (codepage-setup): Doc fix.
11381 (cp-decoding-vector-for-codepage): Likewise.
11382
11383 1999-01-10 Markus Rost <rost@gnu.org>
11384
11385 * cus-edit.el (custom-save-delete): First scan the custom-file.
11386
11387 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
11388
11389 * international/iso-transl.el: Define a "function name" for
11390 each translation that isn't ASCII. Use these function names
11391 in iso-transl-char-map.
11392
11393 1999-01-08 Kenichi Handa <handa@etl.go.jp>
11394
11395 * international/mule-util.el (decompose-region): Do decomposition
11396 on temporary unibyte buffer.
11397
11398 * international/mule.el (make-char): Doc-string modified.
11399
11400 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
11401
11402 * simple.el (comment-region): Delete spaces only if we
11403 deleted a comment starter.
11404
11405 1999-01-07 Dave Love <fx@gnu.org>
11406
11407 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
11408
11409 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
11410 like eval-defun does.
11411
11412 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
11413
11414 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
11415 constructions. Doc fixes.
11416 (generic-create-generic-function): Use defalias, not fset.
11417
11418 * find-func.el: More doc fixes.
11419
11420 1999-01-06 Stephen Eglen <stephen@gnu.org>
11421
11422 * files.el (save-buffers-kill-emacs): Show the list of current
11423 processes before prompting to kill them and exit.
11424
11425 1999-01-06 Dave Love <fx@gnu.org>
11426
11427 * emacs-lisp/find-func.el: Doc fixes.
11428 (find-function-regexp): Extend for define-generic-mode,
11429 define-derived-mode, easy-mmode-define-minor-mode.
11430
11431 1999-01-06 Dave Love <fx@gnu.org>
11432
11433 * progmodes/fortran.el (fortran-window-create): Account for scroll
11434 bar width.
11435
11436 * browse-url.el: Require (noerror) w3-auto when compiling.
11437 (browse-url-maybe-new-window): Make it a macro and revert last
11438 change to callers.
11439 (browse-url-w3): Require w3 for w3-fetch-other-window.
11440
11441 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11442
11443 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
11444 argument.
11445
11446 1999-01-06 Simon Marshall <simon@gnu.org>
11447
11448 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
11449
11450 * font-lock.el (font-lock-default-fontify-buffer): When using
11451 with-temp-message, use nil rather than current-message.
11452
11453 * lazy-lock.el (lazy-lock-unstall):
11454 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
11455 rather than current-message.
11456
11457 * fast-lock.el (fast-lock-save-cache-1):
11458 (fast-lock-cache-data): When using with-temp-message, use nil rather
11459 than current-message.
11460
11461 1999-01-06 Eli Zaretskii <eliz@gnu.org>
11462
11463 * international/codepage.el (cp-coding-system-for-codepage-1): Add
11464 the valid-codes property.
11465
11466 * international/mule-cmds.el (prefer-coding-system): Call
11467 set-coding-priority, so that the internal array of priorities is
11468 also updated.
11469
11470 * international/mule-util.el:
11471 (coding-system-change-eol-conversion,
11472 coding-system-change-text-conversion): Don't define here.
11473
11474 * international/mule-cmds.el: Define them here. Remove the
11475 autoload cookies.
11476
11477 1999-01-06 Andreas Schwab <schwab@gnu.org>
11478
11479 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
11480 if it was enabled before.
11481
11482 * view.el (View-revert-buffer-scroll-page-forward): Bind
11483 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
11484
11485 * files.el (recover-session): Preserve point when inserting
11486 explanation.
11487
11488 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
11489
11490 * cus-edit.el (custom-save-delete): Don't delete whitespace
11491 and comments before the sexp that is replaced.
11492
11493 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11494
11495 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
11496
11497 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
11498
11499 * vc.el (vc-dired-hook): Use the original value of
11500 dired-move-to-filename-regexp on lines that have not been
11501 reformatted yet.
11502 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
11503 file lines have already been reformatted.
11504
11505 1999-01-05 Dave Love <fx@gnu.org>
11506
11507 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
11508 buffer-local.
11509
11510 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
11511
11512 * progmodes/f90.el: Change of regular expressions for type to
11513 correct highlighting and identation. Some small fixes for
11514 compatibility with XEmacs.
11515
11516 1999-01-05 Stephen Eglen <stephen@gnu.org>
11517
11518 * mspools.el (mspools-vm-system-mail): Provide an alternative
11519 value based on rmail-spool-directory if $MAIL is not defined.
11520
11521 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
11522
11523 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
11524 (reftex-section-info): Handle negative section levels.
11525 (reftex-view-crossref-extra): New option.
11526 (reftex-view-crossref): Generalized to work in more places.
11527 (reftex-find-citation-regexp-format, reftex-find-reference-format,
11528 reftex-macros-with-labels, reftex-global-search-marker): New variables.
11529 (reftex-view-cite-locations-from-bibtex): New command.
11530 (reftex-view-regexp-match, reftex-global-search,
11531 reftex-global-search-continue): New functions.
11532 (reftex-extract-bib-entries): No error for non-existing BibTeX
11533 file, just a message.
11534 (reftex-extract-bib-entries): Better error handling.
11535 (reftex-select-with-char): Use `*RefTeX Select*' for selection
11536 help and force it on current frame.
11537 (reftex-default-bibliography): New function.
11538 (reftex-access-parse-file): Check consistency after loading a
11539 parse file. When inconsistent, enfore rescan.
11540 (reftex-check-parse-consistency): New function.
11541 (easy-menu-define): Options section drastically shortened.
11542
11543 1999-01-05 Kenichi Handa <handa@etl.go.jp>
11544
11545 * language/thai-util.el (thai-compose-string): New function.
11546
11547 1999-01-04 Inge Frick <inge@nada.kth.se>
11548
11549 * easymenu.el (easy-menu-define): Doc fix.
11550 (easy-menu-create-menu): New keyword :included.
11551 (easy-menu-do-add-item): New keyword :included. SUFFIX may
11552 be an expression, not only a string. Simulate style `button'.
11553 Use easy-menu-define-key-intern instead of easy-menu-define-key.
11554 (easy-menu-define-key-intern): New function.
11555 (easy-menu-add-item): Understand value returned from
11556 easy-menu-item-present-p and easy-menu-remove-item.
11557 (easy-menu-return-item): New function.
11558 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
11559
11560 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
11561
11562 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
11563 Use rmail-output-read-rmail-file-name to read the file name.
11564 Always call rmail-output-to-rmail-file noninteractively.
11565 When count > 1, do the loop here.
11566 Handle rmail-delete-after-output here.
11567 (rmail-summary-output): Similar changes.
11568
11569 * mail/rmailout.el: Provide `rmailout'.
11570 (rmail-output-read-rmail-file-name): New function.
11571 (rmail-output-to-rmail-file): Use that.
11572 (rmail-output-read-file-name): New function.
11573 (rmail-output): Use that.
11574
11575 * files.el (find-file-noselect): Let /: suppress wildcard matching.
11576 Error if wildcard matches no files.
11577
11578 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
11579
11580 * menu-bar.el (clipboard-yank): Doc fix.
11581
11582 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
11583
11584 1998-12-31 Markus Rost <rost@delysid.gnu.org>
11585
11586 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
11587
11588 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
11589
11590 * rmail.el (rmail-encode-string): Make sure mask value is
11591 positive; (emacs-pid) returns a negative number on Windows 9x
11592 which causes odd behaviour.
11593
11594 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
11595
11596 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
11597 and about w32-* variables unless on Windows/NT.
11598
11599 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
11600
11601 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
11602 if buffer is modified; ask about all modified buffers.
11603
11604 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11605
11606 * simple.el (what-cursor-position): Fix previous change.
11607
11608 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
11609
11610 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
11611 from paragraph-start.
11612
11613 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
11614
11615 * international/mule-cmds.el (prefer-coding-system): If the
11616 argument requires specific EOL conversion type, make the default
11617 coding systems use that.
11618
11619 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
11620
11621 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
11622 Use shell-command-on-region.
11623 (m4-start-m4, m4-end-m4): Functions deleted.
11624
11625 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
11626
11627 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
11628
11629 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11630
11631 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
11632 to compose-mail in the correct places and as a list.
11633
11634 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
11635
11636 * page-ext.el: Added mouse-selection feature for pages directory buffer.
11637 (pages-directory-map): Bind mouse-2
11638 (pages-copy-header-and-position): Put text property.
11639 (pages-directory-goto-with-mouse): New function.
11640
11641 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
11642
11643 * international/codepage.el (cp-make-coding-systems-for-codepage):
11644 Doc fix.
11645 (cp-coding-system-for-codepage-1): Likewise.
11646
11647 1998-12-29 Kenichi Handa <handa@etl.go.jp>
11648
11649 * language/thai-util.el (thai-post-read-conversion): Handle Thai
11650 composition sequence correctly here instead of calling
11651 thai-compose-region.
11652
11653 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
11654 newline in multibyte buffer, if previous or next character is a
11655 composite char, check the first component of the composite char.
11656
11657 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
11658
11659 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
11660 and track-mouse.
11661
11662 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11663
11664 * mail/sendmail.el (mail-yank-original): Remove text properties
11665 after insertion.
11666 (mail-yank-region): Barf if no mark is set in the message
11667 being replied to.
11668
11669 * help.el (function-called-at-point): First look for function at point.
11670
11671 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11672
11673 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
11674
11675 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11676
11677 * simple.el (what-cursor-position): Print character encoding also.
11678
11679 1998-12-26 Dave Love <fx@gnu.org>
11680
11681 * textmodes/flyspell.el: If local-maps work, don't put
11682 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
11683 in flyspell-mouse-map (only).
11684 (flyspell-use-local-map): New variable.
11685 Use a different mouse-2 binding in that case,
11686 and don't add to minor-mode-map-alist.
11687 (make-flyspell-overlay, flyspell-correct-word):
11688 Test flyspell-use-local-map.
11689
11690 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11691
11692 * files.el (file-expand-wildcards): Handle wildcards in directory name.
11693 Be careful about whether to return a relative file name,
11694 and if so, relative to what directory.
11695
11696 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
11697
11698 * emacs-lisp/easymenu.el (easy-menu-get-map):
11699 Change global map only if this menu exists in the global map already,
11700 and not in the local map.
11701 (easy-menu-do-add-item): Fix error message.
11702
11703 * foldout.el (foldout-inhibit-key-bindings):
11704 Avoid concatenating onto outline-minor-mode-prefix.
11705 Make a new keymap for that prefix, if it does not already have one.
11706
11707 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
11708
11709 * cperl-mode.el:
11710 Can use linear algorithm for indentation if Emacs supports it.
11711 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
11712 (cperl-after-block-p): Likewise.
11713 (cperl-after-block-and-statement-beg): Likewise.
11714 (cperl-after-block-p): After END/BEGIN we are a block.
11715 (cperl-after-expr-p): Skip labels when checking
11716 (cperl-indent-region): Make a marker for END - text added/removed.
11717 Disable hooks during the call (how to call them later?).
11718 Now indents 820-line-long function in 6.5 sec (including
11719 syntaxification) the first time (when buffer has few
11720 properties), 7.1 sec the second time.
11721 (cperl-indent-region): Do not indent whitespace lines
11722 (cperl-style-alist)
11723 Include `cperl-merge-trailing-else' where the value is clear.
11724 (cperl-styles-entries): Likewise.
11725 (cperl-problems): Improvements to docs.
11726 (cperl-tips): Likewise.
11727 (cperl-non-problems): Likewise.
11728 (cperl-mode): Make lazy syntaxification possible.
11729 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
11730 `font-lock-unfontify-region-function' was set to a wrong function.
11731
11732 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
11733 restart syntaxification. Changed so that -d ?foo? is a RE. Do
11734 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
11735 but 1<<6 was considered as HERE-doc.
11736 <file/glob> made into a string.
11737 Postpone addition of faces after syntactic step.
11738 Recognition of <FH> was wrong.
11739 Highlight `gem' in s///gem as a keyword. `qr' recognized.
11740 Knows that split// is null-RE.
11741 Highlights separators in 3-parts expressions as labels.
11742 <> was considered as a glob.
11743 Would err if the last line is `=head1'.
11744 $a-1 ? foo : bar; was a considered a regexp.
11745 `<< (' was considered a start of HERE-doc.
11746 mark qq[]-etc sections as syntax-type=string
11747 Was not processing sub protos after a comment ine.
11748 Was treating $a++ <= 5 as a glob.
11749 Tolerate unfinished REx at end-of-buffer.
11750 `unwind-protect' was left commented.
11751 / and ? after : start a REx.
11752
11753 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
11754 Better default, customizes to `message' too, off in text-mode.
11755
11756 (cperl-array-face): Renamed from `font-lock-emphasized-face',
11757 `defface'd.
11758 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
11759 `defface'd.
11760 (cperl-emacs-can-parse): New state variable.
11761 (cperl-indent-line): Corrected to use global state.
11762 (cperl-calculate-indent): Likewise.
11763 (cperl-fix-line-spacing): Likewise (not used yet).
11764 (cperl-calculate-indent): Did not consider `,' as
11765 continuation mark for statements.
11766 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
11767 Remove another parse-data optimization at toplevel: would
11768 indent correctly.
11769 Correct for labels when calculating indentation of continuations.
11770 Docstring updated.
11771 (cperl-choose-color): Converted to a function (to be
11772 compilable in text-mode).
11773 (cperl-dark-background): Disable without window-system.
11774 Do `defface' only if window-system.
11775 (cperl-fix-line-spacing): Sped up to bail out early.
11776 (x-color-defined-p): Was not compiling on XEmacs
11777 Was defmacro'ed with a tick. Remove another def.
11778 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
11779 (cperl-unwind-to-safe): New function.
11780 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
11781 (cperl-fontify-syntaxically): Unwinds start and end to go out of
11782 long strings (not very successful).
11783 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
11784 Highlight the starting // in s//foo/ as function-name.
11785 Emit a meaningful error instead of a cryptic one for an
11786 uncomplete REx near end-of-buffer.
11787
11788 (cperl-electric-keyword): `qr' recognized.
11789 (cperl-electric-else): Likewise
11790 (cperl-to-comment-or-eol): Likewise
11791 (cperl-make-regexp-x): Likewise
11792 (cperl-init-faces): Likewise, and `lock' (as overridable?).
11793 Corrected to use new macros;
11794 `if' for copying `reference-face' to `constant-face' was backward.
11795 remove init `font-lock-other-emphasized-face',
11796 `font-lock-emphasized-face', `font-lock-keyword-face'.
11797 Interpolate `cperl-invalid-face'.
11798 (cperl-make-regexp-x): Misprint in a message.
11799 (cperl-syntaxify-unwind): New configuration variable
11800 (cperl-fontify-m-as-s): New configuration variable
11801 (cperl-electric-pod): Check for after-expr was performed
11802 inside of POD too.
11803 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
11804 (cperl-clobber-mode-lists): New configuration variable.
11805 (cperl-not-bad-style-regexp): Updated.
11806 Init: `cperl-is-face' was busted.
11807 (cperl-make-face): New macros.
11808 (cperl-force-face): New macros.
11809 (font-lock-other-type-face): Done via `defface' too.
11810 (cperl-nonoverridable-face): New face. Renamed from
11811 `font-lock-other-type-face'.
11812 (cperl-init-faces-weak): Use `cperl-force-face'.
11813 (cperl-comment-indent): Commenting __END__ was not working.
11814 (cperl-indent-for-comment): Likewise.
11815 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
11816 When removing old TAGS info was not relativizing filename.
11817 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
11818 Another try to work around XEmacs problems. Better progress messages.
11819 (toplevel): Require custom unprotected => failure on 19.28.
11820 (cperl-xemacs-p): Defined when compile too
11821 (cperl-find-tags): Was writing line/pos in a wrong order,
11822 pos off by 1 and not at beg-of-line.
11823 (cperl-etags-snarf-tag): New macro
11824 (cperl-etags-goto-tag-location): New macro
11825 (cperl-version): New variable. New menu entry
11826 random docstrings: References to "future" 20.3 removed.
11827 Menu was described as `CPerl' instead of `Perl'
11828 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
11829 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
11830 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
11831 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
11832 `font-lock-reference-face', `font-lock-keyword-face'.
11833 Use `eval-after-load'.
11834 Remove not-CPerl-related faces.
11835 (cperl-tips-faces): New variable and an entry into Mini-docs.
11836 (cperl-indent-exp): Was not processing else-blocks.
11837 (cperl-get-state): NOP line removed.
11838 (cperl-ps-print): New function and menu entry.
11839 (cperl-ps-print-face-properties): New configuration variable.
11840 (cperl-invalid-face): New configuration variable.
11841 (perl-font-lock-keywords): Highlight trailing whitespace
11842 (cperl-contract-levels): Documentation corrected.
11843 (cperl-contract-level): Likewise.
11844 (cperl-ps-extend-face-list): New macro.
11845 (cperl-invalid-face): Change to ''underline.
11846
11847 1998-12-25 Markus Rost <rost@delysid.gnu.org>
11848
11849 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
11850 for read-file-name.
11851 (rmail-output-to-rmail-file): Likewise.
11852
11853 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
11854
11855 * emacs-lisp/easymenu.el (easy-menu-get-map):
11856 If MENU is nil, use global menu-bar map.
11857 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
11858 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
11859
11860 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11861
11862 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
11863
11864 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11865
11866 * ps-print.el (ps-print-version): New version number (4.1.3).
11867
11868 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
11869
11870 * international/mule-cmds.el: Use make-sparse-keymap instead of
11871 define-prefix-key when defining MULE menu items.
11872
11873 * info.el (Info-node-at-bob-matching): New function.
11874 (Info-find-node, Info-build-node-completions): Call it.
11875
11876 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
11877
11878 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
11879 when this is an autoloaded keymap.
11880
11881 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
11882
11883 * international/codepage.el (cp-coding-system-for-codepage-1):
11884 Create separate encoders and decoders, for DOS and Unix. Make the
11885 usual family of 3 coding systems, so that automatic detection of
11886 EOL type works.
11887 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
11888 Unix-specific symbols here, and don't call
11889 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
11890 Handa <handa@etl.go.jp>.)
11891
11892 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
11893
11894 * term/internal.el (IT-character-translations): New variable, an
11895 alist used to display characters for which there's no glyphs in
11896 the current codepage.
11897 (IT-display-table-setup): New function, sets up the DOS terminal
11898 for a given codepage.
11899 (dos-codepage-setup): New function, sets up the MULE environment
11900 for the current value of dos-codepage.
11901 (top-level if): In the multibyte mode, turn on
11902 unibyte-display-via-language-environment. In the unibyte mode,
11903 set up the special syntax tables to map lower- to upper case and
11904 back.
11905
11906 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
11907
11908 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
11909 (speedbar-frame-plist) Remove useless comments.
11910 (speedbar-frame-mode) Do not specify height if it is in the param list.
11911 Use default y position w/out changing it.
11912 If default x position is a list, keep, calculate the non-list X
11913 value when devining an initial position.
11914 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
11915 (speedbar-tag-group-name-minimum-length): New variable.
11916 (speedbar-frame-parameter): New compatibility function.
11917 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
11918 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
11919 groups to keep things in the right order, and to help with some
11920 naming conventions.
11921 (speedbar-create-tag-hierarchy): Enable buffer local version of
11922 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
11923 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
11924 the case, derive it from the cursor location in speedbar.
11925
11926 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
11927
11928 * international/mule-cmds.el (set-language-environment): On MS-DOS
11929 terminals, install DOS-specific nonascii-translation-table if the
11930 language info doesn't specify one. Pass the default eol-type to
11931 set-language-environment-coding-systems.
11932 (set-default-coding-systems): Copy the eol-type property for the
11933 new default values of {buffer-file,process}-coding-system from the
11934 old defaults.
11935 (set-language-environment-coding-systems): Accept an optional
11936 argument EOL-TYPE, and set the eol-type property of the default
11937 coding systems accordingly.
11938 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
11939 (set-keyboard-coding-system): Likewise.
11940 (set-default-coding-systems): Don't set
11941 default-terminal-coding-system on MS-DOS to anything but nil.
11942 (prefer-coding-system): Describe in the doc string that
11943 default-terminal-coding-system is not changed on MS-DOS.
11944 (set-language-environment): For MS-DOS, set standard syntax table
11945 and display table for all characters with code above 127.
11946 (standard-display-european-internal): For MS-DOS, pass all
11947 characters with code above 127 directly to the terminal, and don't
11948 remap characters 160 and 146 in the unibyte case.
11949
11950 * international/codepage.el: New file.
11951
11952 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11953
11954 * diary-lib.el (diary-float): Fix end-of-year error and typos in
11955 comments.
11956
11957 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
11958
11959 * map-ynp.el (map-y-or-n-p): Ignore input methods.
11960
11961 * subr.el (read-passwd): Likewise.
11962
11963 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
11964
11965 * info.el (Info-find-node): Add 1 to the position read from the
11966 tag table. Don't fail if the node delimiter ^_ is the first
11967 character in the file.
11968 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
11969 first character in the file.
11970 (Info-read-subfile): Likewise.
11971 (Info-select-node): Likewise.
11972 (Info-build-node-completions): Likewise.
11973
11974 1998-12-16 Richard Stallman <rms@gnu.org>
11975
11976 * term/x-win.el (x-cut-buffer-or-selection-value):
11977 If clipboard is enabled, try it before PRIMARY selection.
11978
11979 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11980
11981 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
11982 insert c-cedilla and C-cedilla respectively, like in latin-1.
11983
11984 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
11985
11986 * language/hebrew.el: Don't use sublists in the flags argument
11987 passed to make-coding-system.
11988
11989 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11990
11991 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
11992 list of character sets found by find-charset-region.
11993
11994 * ps-mule.el: Always require ps-print. Move some function
11995 definitions for Emacs 20.2 and the earlier to ps-print.el.
11996 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
11997
11998 * ps-print.el: Define several functions for Emacs 20.2 and the
11999 earlier version.
12000 (ps-printer-name): Check if printer-name is bound.
12001
12002 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12003
12004 * ps-mule.el: Programming uniformization and little code improvement.
12005 (ps-mule-prepare-font): Programming uniformization.
12006 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
12007 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
12008
12009 * ps-bdf.el: Programming uniformization and little code improvement.
12010 (bdf-search-and-read): New fun.
12011 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
12012 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
12013 (bdf-info-relative-compose, bdf-info-baseline-offset)
12014 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
12015 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
12016 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
12017 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
12018 improvement.
12019
12020 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12021
12022 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
12023 and mule related code extraction. Autoload ps-mule funs.
12024
12025 * ps-mule.el: Doc fix. Require ps-print only when compiled.
12026 (ps-mule-prologue-generated): New fun.
12027 (ps-mule-plot-string): Add autoload cookie.
12028 (ps-mule-begin-job): Call ps-mule-prologue-generated.
12029
12030 1998-12-15 Kenichi Handa <handa@etl.go.jp>
12031
12032 * ps-bdf.el: Require ps-mule instead of ps-print.
12033 (bdf-directory-list): Add autoload cookie.
12034
12035 * ps-mule.el: New file. Mule related code extracted from
12036 ps-print.el. Require ps-print, provide ps-mule.
12037 (ps-multibyte-buffer): Add autoload cookie.
12038 (ps-mule-prepare-ascii-font): New fun.
12039 (ps-mule-set-ascii-font): New fun.
12040 (ps-mule-skip-same-charset): Fun deleted.
12041 (ps-mule-plot-string): Set ps-mule-current-charset.
12042 (ps-mule-initialize): Add autload cookie. Don't set
12043 ps-mule-font-info-database here.
12044 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
12045 ps-mule-font-info-database and ps-control-or-escape-regexp.
12046 (ps-mule-begin-page): New fun.
12047
12048 * ps-print.el: Mule related code moved to ps-mule.el.
12049 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
12050 check ps-mule-charset-list.
12051 (ps-begin-page): Don't set ps-mule-current-charset, instead call
12052 ps-mule-begin-page.
12053 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
12054 (ps-plot-region): Don't set ps-mule-current-charset, instead call
12055 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
12056 instead skip same charsets by itself.
12057 (ps-generate): Call ps-mule-initialize of needs-begin-file is
12058 non-nil. Call ps-mule-begin-job.
12059
12060 1998-12-15 Kenichi Handa <handa@etl.go.jp>
12061
12062 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
12063 instead of bdf.
12064
12065 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
12066 (ps-mule-external-libraries): New element FEATURE.
12067 (ps-mule-init-external-library): Ajusted for the above change.
12068 (ps-mule-generate-font): Likewise.
12069 (ps-mule-generate-glyphs): Likewise.
12070 (ps-mule-prepare-font): Likewise.
12071 (ps-mule-initialize): Likewise.
12072 (ps-begin-file): Superfluous tailing parenthesis deleted.
12073
12074 1998-12-15 Kenichi Handa <handa@etl.go.jp>
12075
12076 * international/fontset.el (x-decompose-font-name): If PATTERN
12077 doesn't have any wild cards, return a vector made from a name that
12078 is found by x-resolve-font-name found. Comments added.
12079
12080 * international/mule-cmds.el (find-coding-systems-for-charsets):
12081 Handle the case of unknown charset.
12082 (find-multibyte-characters): If invalid multibyte characters are
12083 found, return the corresponding strings instead of character
12084 codes.
12085 (find-multibyte-characters): Adjusted for the above change.
12086 (select-safe-coding-system): For a unibyte buffer, always returns
12087 DEFAULT-CODING-SYSTEM.
12088 (get-charset-property): Fix previous change. Make it a function.
12089 (put-charset-property): Make it a function.
12090
12091 * international/mule.el (make-coding-system): Set mime-charset
12092 property of *-with-esc coding system to nil.
12093
12094 * international/quail.el (quail-point-in-conversion-region): New
12095 function.
12096 (quail-conversion-backward-delete-char): When a key sequence is
12097 being translated, call quail-delete-last-char.
12098
12099 * language/devan-util.el
12100 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
12101 handle devanagari-decomposition-rules.
12102
12103 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
12104
12105 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
12106 tex-start-options-string to empty string.
12107 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
12108
12109 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
12110
12111 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
12112 5xx responses are already handled properly).
12113
12114 1998-12-13 Richard Stallman <rms@gnu.org>
12115
12116 * progmodes/compile.el (compilation-error-regexp-alist): Insist
12117 on a non-digit in the file name.
12118
12119 * simple.el (comment-region): Handle comment-padding
12120 separately for insertion and for deletion, in the right way for each.
12121
12122 1998-12-13 Felix Lee <flee@cygnus.com>
12123
12124 * progmodes/compile.el (compilation-error-regexp-alist): Fix
12125 regexp to match "ChangeLog:1:1998-12-09 ..."
12126
12127 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
12128
12129 * cus-start.el (dos-unsupported-char-glyph): Add.
12130
12131 1998-12-11 Dave Love <fx@gnu.org>
12132
12133 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
12134 forward-sexp in condition-case.
12135
12136 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12137 Remove unnecessary test on `library' for explicit file name.
12138 Widen scope of save-match-data.
12139
12140 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
12141
12142 * international/mule.el (load-with-code-conversion): If the loaded
12143 file was inserted with no-conversion or raw-text coding system,
12144 make the buffer unibyte.
12145
12146 1998-12-09 Richard Stallman <rms@gnu.org>
12147
12148 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
12149 Get rid of nested loops.
12150
12151 * mouse.el (mouse-drag-vertical-line):
12152 If WHICH-SIDE is not `right', then scroll bars are on the left.
12153
12154 * loadhist.el (load-history-loaded): defvar moved to help.el.
12155
12156 * help.el (symbol-file-load-history-loaded): Variable renamed,
12157 and defvar moved from loadhist.el.
12158 (symbol-file): Renamed from describe-function-find-file.
12159 Load fns-VERSION.el here.
12160 (describe-variable, describe-function-1): Use symbol-file.
12161
12162 * textmodes/tex-mode.el (tex-generate-zap-file-name):
12163 Don't start the name with #.
12164
12165 * ispell.el: Take out the eval-when's.
12166
12167 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
12168
12169 * dirtrack.el (dirtrack-directory-change-hook): New hook.
12170 (dirtrack): Run it. Make debug message more verbose.
12171
12172 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
12173
12174 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
12175 name of the abbrev table, and provide support for XEmacs.
12176 (octave-xemacs-p): New variable.
12177
12178 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12179
12180 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
12181 exit, when mail-interactive is nil.
12182
12183 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
12184
12185 * files.el (after-find-file): Message fix.
12186
12187 1998-12-09 Ken Stevens <stevens@kdstevens.com>
12188
12189 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
12190
12191 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
12192
12193 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
12194 filenames using backslashes.
12195
12196 1998-12-09 Dave Love <fx@gnu.org>
12197
12198 * browse-url.el (browse-url-mail): Call compose-mail-other-window
12199 with correct number of args.
12200 (browse-url-maybe-new-window): New arg. Callers changed.
12201
12202 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
12203 comment.
12204
12205 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
12206
12207 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
12208
12209 1998-12-08 Markus Rost <rost@delysid.gnu.org>
12210
12211 * vc.el (vc-rcs-release): Fix Type.
12212 (vc-sccs-release): Fix Type.
12213 (vc-cvs-release): Fix Type.
12214
12215 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
12216 arg work right.
12217
12218 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
12219 output of last undeleted message.
12220
12221 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
12222
12223 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
12224 (buffer-undo-list) [windows-nt]: Use different relative path.
12225
12226 1998-12-07 Simon Marshall <simon@gnu.org>
12227
12228 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
12229
12230 1998-12-05 Markus Rost <rost@delysid.gnu.org>
12231
12232 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
12233
12234 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
12235
12236 1998-12-04 Markus Rost <rost@delysid.gnu.org>
12237
12238 * info.el (Info-menu): Don't return error if point is between menu
12239 header and first menu item.
12240
12241 1998-12-04 Dave Love <fx@gnu.org>
12242
12243 * help.el (describe-function-1): Fix description for alias.
12244
12245 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
12246
12247 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
12248 specifications from summary line.
12249
12250 * rect.el (delete-whitespace-rectangle): Mark for autoload.
12251 (close-rectangle): Define alias only once in loaddefs.el.
12252
12253 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
12254
12255 * term/internal.el: Remove code which sets up a special syntax
12256 table for non-ASCII characters.
12257
12258 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
12259
12260 * dos-w32.el (direct-print-region-function): Try to ensure that
12261 printer-name is expanded to a file name on a local drive;
12262 sometimes printing a file loaded from a network volume fails.
12263 (direct-print-region-function): Add a function to
12264 write-region-annotate-functions to append a formfeed character to
12265 the region being printed, if the region doesn't end with a
12266 formfeed already. This avoids creating a second print job
12267 containing a blank page when print spooling is enabled on Windows.
12268
12269 1998-12-02 Dave Love <fx@gnu.org>
12270
12271 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
12272 `Info-goto-node'.
12273
12274 1998-12-02 Richard Stallman <rms@gnu.org>
12275
12276 * help.el (temp-buffer-resize-mode): Doc fix.
12277
12278 * cus-edit.el (custom-save-delete): Save point before
12279 reading a sexp, rather than backing up.
12280
12281 * international/iso-transl.el: Fix previous change.
12282
12283 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
12284
12285 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
12286 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
12287 Added defvars to suppress compilation warnings.
12288
12289 1998-11-30 Ken Stevens <k.stevens@ieee.org>
12290
12291 * ispell.el: Improved and fixed customize for variables:
12292 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
12293 ispell-dictionary-alist, ispell-skip-sgml.
12294 Improved and fixed comments in variables and messages for
12295 functions: ispell-help-in-bufferp, ispell-local-dictionary,
12296 ispell-menu-map, ispell-checking-message, ispell-parser,
12297 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
12298 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
12299 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
12300 ispell-message-text-end, ispell-add-per-file-word-list.
12301 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
12302 system is now required for all languages. Casechars improved for
12303 castellano, castellano8, and norsk dictionaries. Dictionary
12304 norsk7-tex added. Dictionary polish added.
12305 (ispell-dictionary-alist): Redefined at load-time to support
12306 dictionary changes.
12307 (ispell-menu-map): Redefined at load-time to support menu changes.
12308 (ispell-check-version): New alias for `check-ispell-version'.
12309 (ispell-parse-output): Fixed matching for ispell error messages.
12310 Correctly returns spelling suggestions in order generated by ispell
12311 process.
12312 (check-ispell-version): Ensure `case-fold-search' doesn't get
12313 redefined.
12314 (ispell-complete-word): Ensure `case-fold-search' doesn't get
12315 redefined. Fix bug that didn't respect case of word being completed.
12316 (ispell-init-process): Set process coding system to be compatible
12317 with emacs processes and the ispell process.
12318 (ispell-kill-ispell): Ensures ispell process has terminated before
12319 starting new process. This can otherwise confuse process filters
12320 and hang the ispell process.
12321 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
12322 skipping support for sgml.
12323 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
12324 which could cause `ispell-complete-word' to hang.
12325 (ispell-message): Improved message reference matching. Ensure
12326 `case-fold-search' doesn't get redefined.
12327 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
12328 get redefined. Fixed bug in returning to nroff mode from tex mode.
12329 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
12330 get redefined.
12331
12332 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
12333
12334 * textmodes/flyspell.el (flyspell-check-word-p):
12335 Don't delay inside a kbd macro.
12336
12337 * subr.el (make-local-hook): Return the hook variable.
12338
12339 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12340
12341 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
12342 Use a timer instead of post-command-hook.
12343 (hscroll-timer): New variable.
12344
12345 1998-11-30 Dave Love <fx@gnu.org>
12346
12347 * help.el (help-xref-button): Do nothing if text already has the
12348 help-xref property.
12349 (describe-variable): Revert previous change to hyperlink to source.
12350
12351 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
12352
12353 * bindings.el (features): Add `base64' to this list.
12354
12355 * loadhist.el (symbol-file): Doc fix.
12356
12357 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
12358
12359 * files.el (hack-one-local-variable): Cope with non-file buffers.
12360
12361 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
12362
12363 * help.el (describe-mode): Put major mode first.
12364
12365 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
12366 to support special-display and same-window features.
12367
12368 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12369
12370 * simple.el (transpose-subr, transpose-subr-1): Rename variables
12371 bound in one function and used in the other.
12372 (transpose-subr-start1, transpose-subr-start2): Add defvars.
12373 (transpose-subr-end1, transpose-subr-end2): Add defvars.
12374
12375 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12376
12377 * autoinsert.el (auto-insert-alist): Use user-mail-address.
12378
12379 1998-11-26 Kenichi Handa <handa@etl.go.jp>
12380
12381 * international/ccl.el (ccl-dump-translate-character-const-tbl):
12382 Give format correct control string.
12383
12384 * international/mule.el (define-translation-table): Fix bug of
12385 setting incorrect translation-table-id. If the first element of
12386 ARGS is a translation table, just register it.
12387
12388 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
12389 property.
12390
12391 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
12392
12393 * thingatpt.el (thing-at-point-url-at-point): Don't use current
12394 syntax table to determine what is whitespace.
12395
12396 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
12397
12398 * frame.el (frame-parameter): Doc fix.
12399
12400 * textmodes/tex-mode.el (tex-feed-input): New function.
12401 (tex-define-common-keys): Add binding for C-c C-m.
12402
12403 1998-11-23 Dave Love <fx@gnu.org>
12404
12405 * progmodes/fortran.el: Various minor doc fixes.
12406 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
12407 (fortran-with-subprogram-narrowing): New macro.
12408 (fortran-check-for-matching-do): Use it.
12409 (fortran-end-do): Use fortran-check-end-prog-re.
12410 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
12411 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
12412
12413 1998-11-23 Simon Marshall <simon@gnu.org>
12414
12415 * font-lock.el (font-lock-defaults): Doc fix.
12416 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
12417 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
12418
12419 * lazy-lock.el (lazy-lock-unstall):
12420 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
12421
12422 * fast-lock.el (fast-lock-save-cache-1):
12423 (fast-lock-cache-data): Rewritten to use with-temp-message.
12424
12425 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
12426
12427 * mail/rmail.el (rmail-set-message-counters-counter): Detect
12428 messages that have been added with DOS line endings and convert
12429 the line endings for such messages.
12430
12431 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12432
12433 * help.el: Add resizing of temporary buffers.
12434 (temp-buffer-resize-mode): New command and variable.
12435 (temp-buffer-max-height): New variable.
12436 (resize-temp-buffer-window): New function.
12437
12438 * window.el (window-buffer-height): New function, split from
12439 shrink-window-if-larger-than-buffer.
12440 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
12441
12442 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
12443
12444 * frame.el (initial-frame-alist): Add defcustom.
12445
12446 * shell.el (shell-prompt-pattern): Add defcustom.
12447
12448 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12449
12450 * message.el (message-ignored-supersedes-headers): Remove
12451 NNTP-Posting-Date.
12452
12453 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
12454
12455 * help.el (describe-mode): Don't avoid loop indirecting thru
12456 value of INDICATOR.
12457
12458 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12459
12460 * help.el (describe-variable): Allow any variable with a defcustom,
12461 even if it is not a user variable.
12462
12463 * mail/rmail.el (mail-unsent-separator): Additional alternative.
12464
12465 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
12466
12467 * gnus/nntp.el (nntp-request-group): Allow for failures when
12468 requesting a new group.
12469
12470 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
12471
12472 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
12473
12474 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12475
12476 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
12477
12478 1998-11-19 Simon Marshall <simon@gnu.org>
12479
12480 * subr.el (with-temp-message): New macro.
12481
12482 * emacs-lisp/lisp-mode.el (with-temp-message):
12483 Add lisp-indent-function property.
12484
12485 1998-11-18 Dave Love <fx@gnu.org>
12486
12487 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
12488
12489 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
12490
12491 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
12492 This is not obsolete.
12493
12494 1998-11-18 Kenichi Handa <handa@etl.go.jp>
12495
12496 * textmodes/picture.el: Make a new map by make-keymap.
12497 (picture-desired-column): New variable.
12498 (picture-update-desired-column): New function.
12499 (picture-beginning-of-line): Set picture-desired-column to 0.
12500 (picture-end-of-line): Set picture-desired-column to the current
12501 column.
12502 (picture-forward-column): Pay attention to multi-column character.
12503 (picture-backward-column): Likewise.
12504 (picture-move-down): Likewise.
12505 (picture-move-up): Likewise.
12506 (picture-movement-nw): With prefix arg, move twice columns.
12507 (picture-movement-ne): Likewise.
12508 (picture-movement-sw): Likewise.
12509 (picture-movement-se): Likewise.
12510 (picture-set-motion): Handle two-column movements.
12511 (picture-move): Call picture-move-down or picture-forward-column
12512 only when necessary.
12513 (picture-insert): Pay attention to picture-desired-column.
12514 (picture-self-insert): Likewise.
12515 (picture-clear-column): Pay attention to multi-column character.
12516 (picture-mode): Modify doc-string for two-column movement.
12517
12518 * rect.el (move-to-column-force): New function.
12519 (operate-on-rectangle): If coerce-tabs is non-nil, call
12520 move-to-column-force instead of move-to-column.
12521 (insert-rectangle): Call move-to-column-force instead of
12522 move-to-column.
12523 (open-rectangle-line): If begextra is not zero, call
12524 move-to-column-force.
12525
12526
12527 1998-11-16 Dave Love <fx@gnu.org>
12528
12529 * textmodes/sgml-mode.el Require skeleton when compiling.
12530 (sgml-font-lock-keywords-1): Accept single-letter tags.
12531 (v2): Defvar free variable.
12532
12533 1998-11-16 Sam Steingold <sds@goems.com>
12534
12535 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
12536 macro, not ELisp one.
12537
12538 1998-11-16 Kenichi Handa <handa@etl.go.jp>
12539
12540 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
12541 characters to symbol.
12542
12543 * language/japan-util.el (japanese-zenkaku-region): New optional
12544 arg KATAKANA-ONLY.
12545
12546 1998-11-16 Kenichi Handa <handa@etl.go.jp>
12547
12548 * international/mule.el
12549 (after-insert-file-set-buffer-file-coding-system): If the buffer
12550 is changed to unibyte, return inserted bytes.
12551
12552 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
12553 and link names if necessary.
12554 (tar-header-block-summarize): Handle the case that file or link
12555 names are multibyte.
12556 (tar-summarize-buffer): At first set the current buffer unibyte,
12557 then if there are multibyte file names, change it to multibyte.
12558 (tar-mode): Get char position from tar-header-offset.
12559 (tar-extract): Avoid multibyte<->unibyte conversion in
12560 insert-buffer-subsring by setting both buffers unibyte
12561 temporarily.
12562 (tar-copy): Set the buffer unibyte while doing a work. Write
12563 without code conversion.
12564 (tar-expunge): Set the buffer unibyte while doing a work.
12565 (tar-alter-one-field): Likewise.
12566 (tar-clear-modification-flags): Compare byte position with
12567 tar-header-offset.
12568 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
12569 insert-buffer-subsring by setting both buffers unibyte
12570 temporarily. Pay attention to multibyteness while updating the
12571 descriptor-line.
12572 (tar-mode-write-file): Write without code conversion.
12573
12574 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12575
12576 * nngateway.el: Require cl.
12577
12578 1998-11-15 Dave Love <fx@gnu.org>
12579
12580 * progmodes/fortran.el: Fix previous change:
12581 (fortran-end-prog-re1): Changed.
12582 (fortran-check-end-prog-re): New function.
12583 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
12584
12585 1998-11-13 Tom Breton <tob@world.std.com>
12586
12587 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
12588 GNU Emacs.
12589
12590 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
12591
12592 * textmodes/reftex.el: (reftex-finding-files): Group documentation
12593 fixed.
12594 (reftex-toc-toggle-file-boundary,
12595 reftex-toc-toggle-labels,
12596 reftex-toc-toggle-context,reftex-find-start-point): New functions.
12597 (reftex-toc-include-labels, reftex-toc-include-context,
12598 reftex-toc-include-file-boundaries,
12599 reftex-toc-keep-other-windows): New options.
12600 (reftex-use-text-after-label-as-context): Option removed.
12601 (reftex-extract-bib-entries): Protect use in non-latex
12602 buffers.
12603 (reftex-toc-visit-location): Renamed from
12604 `reftex-toc-visit-line'.
12605 (reftex-latin1-to-ascii): Works now with and without Mule.
12606 (reftex-truncate): Removed special stuff for Emacs 20.2.
12607 (reftex-get-offset): Made more general.
12608 (reftex-show-label-location): Renamed from
12609 `reftex-select-label-callback'.
12610 (reftex-pop-to-label): Function removed (using
12611 `reftex-show-label-location' instead.
12612 (reftex-insert-docstruct): Renamed from
12613 `reftex-make-and-insert-label-list'. Function args changed.
12614 (reftex-toc): Now uses `reftex-insert-docstruct' and
12615 `reftex-find-start-point'.
12616 (reftex-select-item): Use `reftex-find-start-point'.
12617 (reftex-toc-visit-line): Can display labels and file
12618 boundaries.
12619 (reftex-TeX-master-file): `(TeX-master-file)' protected.
12620
12621 1998-11-12 Sam Steingold <sds@goems.com>
12622
12623 * browse-url.el (browse-url): Handle the case when
12624 `browse-url-browser-function' is a lambda list.
12625
12626 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
12627
12628 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
12629 version string.
12630 * loadhist.el (symbol-file): Likewise
12631
12632 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
12633
12634 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
12635
12636 1998-11-11 Sam Steingold <sds@goems.com>
12637
12638 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
12639 `run-lisp' instead of signalling an error.
12640
12641 1998-11-11 Karl Heuer <kwzh@gnu.org>
12642
12643 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
12644
12645 1998-11-11 Richard Stallman <rms@gnu.org>
12646
12647 * vc-hooks.el (vc-toggle-read-only): Doc fix.
12648
12649 1998-11-11 Per Starback <starback@update.uu.se>
12650
12651 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
12652 renamed svenska8 to svenska, and fixed and extended CASECHARS
12653 for it.
12654
12655 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
12656
12657 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
12658 handling if setpagedevice is not available.
12659 (ps-begin-file): Fix typo.
12660
12661 1998-11-11 Kenichi Handa <handa@etl.go.jp>
12662
12663 * international/mule-util.el (compose-chars-component): Signal
12664 error if CH is a rule-based composition character.
12665 (compose-chars): Signal error if an already compsed character is
12666 going to be composed by rule-base.
12667
12668 * term/x-win.el: If a resolved ASCII font name doesn't conform to
12669 full XLFD, don't try to get information of WEIGHT and SLANT from
12670 that font name.
12671
12672 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
12673
12674 * dos-w32.el (set-default-process-coding-system): Use function on
12675 before-init-hook to set default-process-coding-system based on
12676 enable-multibyte-characters.
12677
12678 * term/w32-win.el ([language-change]): For now ignore
12679 keyboard language-change events.
12680
12681 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
12682
12683 * ediff-util.el (ediff-make-temp-file): Run the prefix through
12684 convert-standard-file-name, but leave the results of
12685 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
12686 characters if the original name already exists, or has a special
12687 handler.
12688
12689 1998-11-10 Karl Heuer <kwzh@gnu.org>
12690
12691 * international/iso-insert.el: Delete autoload cookies.
12692
12693 * international/iso-transl.el: Add autoload cookies.
12694
12695 1998-11-10 Richard Stallman <rms@gnu.org>
12696
12697 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
12698 (ispell-process-line): Don't treat multibyte
12699
12700 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
12701
12702 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
12703 setpagedevice to specify the page size if setpagedevice is
12704 available. This is necessary to select the correct paper tray on
12705 Level 2 printers with multiple paper sizes available.
12706
12707 (ps-begin-file): Cope with font names that contain spaces, and
12708 call BeginDoc in a BeginSetup/EndSetup block.
12709
12710 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
12711
12712 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
12713 convert-standard-filename.
12714
12715 * loadhist.el (symbol-file): Run fns-VERSION.el through
12716 convert-standard-filename.
12717
12718 1998-11-06 Richard Stallman <rms@gnu.org>
12719
12720 * textmodes/texinfmt.el (texinfo-format-scan):
12721 Detect the case of two @-commands in a row; process just the first.
12722 (texinfo-append-refill): If line has a @c, insert the @refill
12723 before it.
12724 (texinfo-format-refill): Return with point where the @refill was.
12725
12726 * files.el (hack-local-variables): Test local-enable-local-variables.
12727 (hack-local-variables-prop-line): Likewise.
12728 (set-auto-mode): Don't test local-enable-local-variables here.
12729 (enable-local-variables): Doc fix.
12730 (local-enable-local-variables): Doc fix.
12731 (normal-mode): Doc fix.
12732
12733 1998-11-06 Karl Heuer <kwzh@gnu.org>
12734
12735 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
12736
12737 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
12738
12739 * simple.el (line-number-mode): Doc fix.
12740
12741 1998-11-06 Kenichi Handa <handa@etl.go.jp>
12742
12743 * international/fontset.el (create-fontset-from-fontset-spec):
12744 Give correct arg to `error'.
12745
12746 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
12747
12748 * textmodes/sgml-mode.el (html-mode): Doc fix.
12749 (sgml-name-8bit-mode): Fix missing format character in message string.
12750
12751 1998-11-05 Karl Heuer <kwzh@gnu.org>
12752
12753 * mail/sendmail.el (sendmail-send-it): Check for failure.
12754
12755 1998-11-05 Richard Stallman <rms@gnu.org>
12756
12757 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
12758
12759 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
12760 (close-rectangle): Define as alias.
12761
12762 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
12763
12764 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
12765
12766 1998-11-05 Dave Love <fx@gnu.org>
12767
12768 * help.el (describe-variable): Don't quote link to source.
12769
12770 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
12771
12772 * gud.el (gud-common-init): Use pop-to-buffer.
12773 (same-window-regexps): Add an element that matches all gud buffers.
12774
12775 1998-11-04 Jason Rumney <jasonr@altavista.net>
12776
12777 * term/w32-win.el (x-get-selection-value): Alias to
12778 x-cut-buffer-or-selection-value.
12779 (w32-standard-fontset-spec): New variable.
12780 (w32-create-initial-fontsets, mouse-set-font): Check whether
12781 new-fontset is available.
12782 (w32-use-w32-font-dialog): Enable use of set-variable.
12783
12784 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12785
12786 * vc.el (with-vc-file, edit-vc-file): New macros.
12787
12788 1998-11-04 Kenichi Handa <handa@etl.go.jp>
12789
12790 * international/quail.el (quail-show-guidance-buf): Call
12791 set-minibuffer-window to set minibuffer window of the current
12792 frame correctly.
12793
12794 1998-11-03 Theodore Jump <tjump@tertius.com>
12795
12796 * term/w32-win.el: Require fontset.
12797
12798 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
12799
12800 * faces.el (set-face-font): Call resolve-fontset-name on w32.
12801 (set-face-font-auto): Ditto.
12802
12803 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
12804
12805 * mouse.el (mouse-drag-region): Fix typo.
12806
12807 1998-11-02 Dave Love <fx@gnu.org>
12808
12809 * progmodes/fortran.el Fix for fontification of strings lost somehow:
12810 (fortran-fontify-string): New function.
12811 (fortran-font-lock-keywords-1): Use it.
12812
12813 1998-11-02 Markus Rost <rost@delysid.gnu.org>
12814
12815 * comint.el (comint-file-name-quote-list): Doc fix.
12816
12817 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
12818
12819 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
12820 build directory, not source directory.
12821
12822 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
12823 if we did not get one for the final move.
12824
12825 1998-11-01 Dave Love <fx@gnu.org>
12826
12827 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
12828 Don't funcall browse-url-browser-function.
12829
12830 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
12831 Don't funcall browse-url-browser-function.
12832
12833 * fortran.el (fortran-end-prog-re1): Fix the regexp.
12834
12835 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
12836
12837 * files.el (revert-buffer): Doc fix.
12838
12839 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
12840
12841 * textmodes/tex-mode.el (tex-start-options-string):
12842 Quote the backslashes with more backslashes.
12843
12844 1998-10-31 Dave Love <fx@gnu.org>
12845
12846 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
12847 (webjump): Don't funcall browse-url-browser-function.
12848
12849 1998-10-30 Kenichi Handa <handa@etl.go.jp>
12850
12851 * international/quail.el (quail-start-translation): Handle
12852 switching of the frame in read-key-sequence.
12853 (quail-start-conversion): Likewise.
12854 (quail-show-guidance-buf): Detach quail-guidance-buf from any
12855 windows before setting an appropriate window for it.
12856 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
12857 quail-guidance-win to nil.
12858 (quail-update-guidance): If quail-guidance-buf is not in the
12859 selected frame, call quail-show-guidance-buf again.
12860
12861 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
12862
12863 * progmodes/pascal.el (pascal-mode):
12864 `blink-matching-paren-dont-ignore-comments' set to t.
12865
12866 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12867
12868 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
12869
12870 1998-10-30 Dave Love <fx@gnu.org>
12871
12872 * vc.el (vc-backend-merge-news): Check for "P" output.
12873
12874 * help.el (describe-variable): Hyperlink the definition.
12875
12876 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
12877
12878 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
12879 (sh-set-shell): Likewise.
12880
12881 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
12882
12883 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
12884 (edebug-on-error): Fix customize type to match that of
12885 debug-on-error.
12886
12887 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
12888
12889 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
12890 report-emacs-bug-address instead of undefined bug-gnu-emacs.
12891
12892 * international/mule-cmds.el (select-message-coding-system): Doc
12893 fix.
12894
12895 * international/mule-diag.el (describe-coding-system): Describe
12896 all flags.
12897
12898 * mail/sendmail.el (sendmail-coding-system,
12899 default-sendmail-coding-system): Doc fix.
12900
12901 * simple.el (shell-command-on-region): Doc fix.
12902
12903 * loadup.el: Write fns-*.el in current directory instead of
12904 data-directory since no installation directory exists yet. Mark
12905 buffer unmodified afterwards.
12906
12907 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
12908 instead of data-directory since it is architecture dependent.
12909 (load-history-loaded): Update doc string.
12910
12911 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
12912
12913 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
12914 path as a default directory when canonicalizing names.
12915
12916 * w32-fns.el: Remove a dangling reference to a directory on the
12917 build machine.
12918
12919 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12920
12921 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
12922 namespace related keywords such as `class', `body', `private',
12923 `variable', `namespace eval', etc.
12924 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
12925 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
12926 imenu and font-lock so that searches for \sw would find words
12927 containing colons.
12928
12929 * progmodes/etags.el (initialize-new-tags-table):
12930 Do not alter find-tag-marker-ring and tags-location-ring.
12931
12932 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
12933
12934 * term/w32-win.el: Require fontset.
12935 (w32-init-fontsets): New function (code from x-win.el).
12936
12937 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12938
12939 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
12940 calendar-and-diary-frame-parameters): Add title parameter.
12941
12942 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12943
12944 * completion.el (dynamic-completion-mode): New function to enable
12945 the mode. (Just loading the file now does not change anything.)
12946
12947 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12948
12949 * ps-print.el: User option for multibyte buffer handling and doc fix.
12950 (ps-multibyte-buffer): New user option.
12951 (ps-setup): Print new user option.
12952 (ps-print-quote): New fun.
12953 (ps-color-p, ps-mule-font-info-database-latin): New var.
12954 (ps-default-color, ps-mule-font-info-database)
12955 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
12956 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
12957 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
12958 Little code improvement.
12959 (ps-mule-initialize): Initialize ps-mule-font-info-database.
12960 (ps-print-prologue-header, ps-font-family, ps-font-size)
12961 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
12962 (ps-build-face-reference, ps-mule-font-info-database-bdf)
12963 (ps-mule-external-libraries, ps-mule-init-external-library)
12964 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
12965 Doc fix.
12966 (ps-print-version): New version number (4.1.1) and doc fix.
12967 (ps-print-prologue-header): New user option.
12968 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
12969 Conditional compilation for GNU Emacs and emacsens.
12970 (ps-generate-postscript-with-faces): Skip invisible text better.
12971 (ps-setup): Print new user option.
12972 (ps-print-preprint): Check if input file name exists and is unwritable.
12973 (ps-begin-file): Adjust PostScript prologue header for duplex printers
12974 and insert user PostScript prologue header comments.
12975 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
12976 New funs.
12977 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
12978 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
12979 PostScript programming normalization.
12980 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
12981 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
12982 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
12983 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
12984 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
12985 Programming style normalization.
12986
12987 1998-10-26 Kenichi Handa <handa@etl.go.jp>
12988
12989 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12990 version, check the value of mule-version.
12991
12992 * international/mule-util.el (compose-region): Insert then delete
12993 to preserve markers.
12994 (decompose-region): Use search-forward for efficiency.
12995
12996 * language/chinese.el (pre-write-encode-hz): Cancel previous
12997 change, use generate-new-buffer instead of get-buffer-create.
12998 * language/devan-util.el
12999 (in-is13194-devanagari-pre-write-conversion): Likewise.
13000 * language/thai-util.el (thai-pre-write-conversion): Likewise.
13001 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
13002 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
13003
13004 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
13005
13006 * mail/rmailsum.el (rmail-message-subject-p):
13007 Handle message whose header has not been reformatted.
13008
13009 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
13010
13011 1998-10-25 Jason Rumney <jasonr@altavista.net>
13012
13013 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
13014 New variables.
13015 (mouse-set-font): Use font menus instead of dialog according to
13016 w32-use-w32-font-dialog.
13017
13018 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13019
13020 * calendar/calendar.el (calendar-day-name-array): Add doc string
13021 correctly!
13022 (calendar-month-name-array): Add doc string correctly!
13023
13024 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
13025
13026 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
13027
13028 1998-10-21 Markus Rost <rost@delysid.gnu.org>
13029
13030 * lisp/info.el (Info-next-menu-item): Stay on top of node.
13031
13032 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
13033
13034 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
13035
13036 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
13037
13038 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
13039
13040 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
13041
13042 1998-10-21 Karl Heuer <kwzh@gnu.org>
13043
13044 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
13045 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
13046 (profile-filter, profile-reset-timer): Functions deleted.
13047 (profile-check-zero-init-times, profile-get-time): Likewise.
13048 (profile-find-function, profile-quit): Likewise.
13049 (profile-distinct, profile-call-stack, profile-last-time): New vars.
13050 (profile-time-list, profile-init-list): Doc fix.
13051 (profile-functions): Simplify.
13052 (profile-print): Use float. Make output include space separators.
13053 (profile-add-time): New helper function.
13054 (profile-function-prolog): Renamed from profile-start-function.
13055 Handle profile-distinct.
13056 (profile-function-epilog): Renamed from profile-update-function.
13057 Handle profile-distinct.
13058 (profile-a-function): If the function to be profiled is an
13059 autoload form, load it. If it's lazy-loaded, fetch it.
13060 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
13061 (profile-restore-fun): Arg FUN is now a function symbol, as was
13062 documented, rather than a one-element list.
13063 (profile-finish): Call profile-restore-fun properly.
13064
13065 1998-10-21 Kenichi Handa <handa@etl.go.jp>
13066
13067 * international/characters.el: Setup charset property
13068 nospace-between-words.
13069
13070 * international/mule-cmds.el (get-charset-property): If CHARSET is
13071 composition, return nil.
13072 (put-charset-property): If CHARSET is composition, do nothing.
13073
13074 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
13075 * language/devan-util.el
13076 (in-is13194-devanagari-pre-write-conversion): Likewise.
13077 * language/thai-util.el (thai-pre-write-conversion): Likewise.
13078 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
13079 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
13080
13081 * textmodes/fill.el (sentence-end-without-period): New variable.
13082 (canonically-space-region): Pay attention to
13083 sentence-end-without-period.
13084 (fill-find-break-point): The first argument CHARSET deleted.
13085 Caller changed.
13086 (fill-region-as-paragraph): Pay attention to charset property
13087 nospace-between-words and text property nospace-between-words.
13088
13089 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
13090
13091 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
13092 an unrecognized shell.
13093
13094 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
13095
13096 * desktop.el (desktop-save): Include minor modes symbolically.
13097 (desktop-create-buffer): Turn on all minor modes in `mim'.
13098
13099 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
13100
13101 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
13102 (sh-font-lock-keywords): Handle rpm and rpm2.
13103 (sh-ancestor-alist): Handle rpm.
13104
13105 * files.el (auto-mode-alist): Recognize .rpm files.
13106 Also .spec and .mspec files.
13107
13108 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
13109
13110 * faces.el (frame-set-background-mode): Enable the function for
13111 MSDOS frames.
13112
13113 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13114
13115 * calendar/calendar.el (calendar-day-name-array): Add doc string.
13116 (calendar-month-name-array): Add doc string.
13117
13118 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
13119
13120 * simple.el (kill-ring-max): Increased to 60.
13121
13122 1998-10-17 Kenichi Handa <handa@etl.go.jp>
13123
13124 * international/characters.el: Setup auto-fill-chars.
13125
13126 * international/kinsoku.el (kinsoku): Check the variable
13127 enable-kinsoku.
13128
13129 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
13130 Don't call kinsoku directly, intead call fill-find-break-point.
13131
13132 * textmodes/fill.el: Setup `fill-find-break-point-function'
13133 property to character sets which require `kinsoku' processing for
13134 filling.
13135 (fill-find-break-point): New function.
13136 (fill-region-as-paragraph): Don't check kinsoku-enable here.
13137 Don't call kinsoku directly, intead call fill-find-break-point.
13138
13139 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
13140
13141 * faces.el (modify-face-read-string): Return (nil) for "none".
13142 (modify-face): Don't get error if (nil) is the argument.
13143 (face-try-color-list): Don't check whether nil is a valid color.
13144
13145 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
13146
13147 * emacs-lisp/bytecomp.el (byte-recompile-directory):
13148 Print message about each directory, even in batch mode.
13149
13150 * gnus/nntp.el: Require `cl' before using nnoo-declare.
13151
13152 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
13153 (ps-mule-string-char): No need to use sref.
13154 (ps-mule-next-index): No need to use sref.
13155
13156 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
13157
13158 * files.el (revert-buffer-internal-hook): Add defvar.
13159
13160 * arc-mode.el (archive-mode): Locally set file-precious-flag.
13161
13162 * tar-mode.el (tar-mode): Locally set file-precious-flag.
13163
13164 1998-10-16 Markus Rost <rost@delysid.gnu.org>
13165
13166 * international/mule-cmds.el (default-input-method): Fix custom type.
13167
13168 * net-utils.el (whois-server-list): Fix customization type.
13169
13170 * shell.el (shell-input-autoexpand): Fix customization group.
13171
13172 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
13173
13174 * repeat.el (repeat): Handle keyboard macros properly.
13175 Handle new prefix arg after self-insert command.
13176
13177 * repeat.el: Don't include cl even at compile time.
13178 (repeat): Avoid using `loop'.
13179
13180 * simple.el (shell-command-on-region): Doc fix.
13181 (next-history-element): Special error message if no default.
13182
13183 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
13184
13185 * ps-print.el (ps-print-buffer): Doc fix.
13186 (ps-despool): Likewise.
13187
13188 * arc-mode.el (arc-mode): Provide arc-mode.
13189
13190 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
13191
13192 * ps-print.el (ps-print-buffer): Doc fix.
13193
13194 1998-10-14 Dave Love <fx@gnu.org>
13195
13196 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
13197 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
13198 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
13199
13200 * progmodes/fortran.el (fortran-mode-map): Change "Join
13201 Continuation Line" to "Join Line".
13202 (fortran-font-lock-keywords-1): Add "cycle", "exit".
13203
13204 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
13205
13206 * progmodes/fortran.el (fortran-join-line): Use
13207 `delete-indentation' instead of issuing an error message if not on
13208 a continuation line. Provide for joining several lines using
13209 prefix arg.
13210
13211 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
13212
13213 * term/pc-win.el (msdos-color-values): New variable.
13214 (x-color-values): New function, emulates its namesake from
13215 src/xfns.c.
13216 (msdos-bg-mode): Add all dark colors to those which return
13217 "dark".
13218
13219 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
13220
13221 * replace.el (keep-lines, flush-lines, how-many):
13222 Don't ignore case if arg has upper case letters.
13223
13224 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
13225
13226 * progmodes/vhdl-mode.el
13227 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
13228 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
13229 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
13230 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
13231 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
13232 (vhdl-when): Fix indentation problem.
13233 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
13234 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
13235 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
13236
13237 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
13238
13239 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
13240 (ls-lisp-insert-directory): Renamed from insert-directory.
13241 (insert-directory): New function.
13242
13243 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
13244
13245 * simple.el (completion-fixup-function): Variable deleted.
13246 (completion-setup-function): Delete code for completion-fixup-function.
13247 * emacs-lisp/lisp.el (lisp-complete-symbol):
13248 Don't bind completion-fixup-function.
13249
13250 * files.el (find-file-wildcards): New option.
13251 (find-file-noselect): Handle wild cards, if enabled.
13252 (file-expand-wildcards): New function.
13253
13254 * simple.el (set-fill-column): Doc fix.
13255
13256 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13257
13258 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
13259
13260 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
13261
13262 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
13263 Move declaration before first use.
13264 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
13265 hif-math, hif-factor): Rename token to hif-token and token-list to
13266 hif-token-list.
13267 (hif-token, hif-token-list): Declare them.
13268 (hif-find-ifdef-block): Return cons of top and bottom point
13269 instead of setting dynamically bound variables.
13270 (hide-ifdef-block, show-ifdef-block): Use return value of
13271 hif-find-ifdef-block.
13272
13273 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
13274
13275 * subr.el (read-passwd): Use clear-this-command-keys.
13276
13277 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
13278
13279 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
13280 and ...-for-write.
13281
13282 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
13283
13284 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
13285 responses to GROUP command, since this may be called from a timer
13286 with quit inhibited.
13287
13288 1998-10-12 Kenichi Handa <handa@etl.go.jp>
13289
13290 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
13291 set unconditional-jump to nil.
13292 (ccl-compile-read-multibyte-character): Return nil.
13293 (ccl-compile-write-multibyte-character): Likewise.
13294 (ccl-compile-translate-character): Likewise
13295 (ccl-compile-map-multiple): Likewise.
13296 (ccl-compile-map-single): Likewise.
13297
13298 * international/kinsoku.el: Add coding tag.
13299 (kinsoku-bol): Remove superfluous TAB in a string.
13300
13301 * international/mule-cmds.el (find-coding-systems-for-charsets):
13302 Delete `composition' (if any) from CHARSETS.
13303
13304 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
13305
13306 * international/mule-cmds.el (setup-specified-language-environment):
13307 Add apropos-inhibit property.
13308 (describe-specified-language-support): Likewise.
13309
13310 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
13311
13312 * international/mule.el (make-coding-system): Create -with-esc
13313 variant coding system.
13314
13315 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
13316
13317 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
13318 (next-file): Optionally offer to revert a file's buffer,
13319 if it has an existing buffer but the file has changed.
13320
13321 * info.el (Info-insert-dir): Detect and report problems
13322 in input files, such as "No Top node". Return with point
13323 at the beginning of the text.
13324 (Info-find-node): Reinsert the code to handle files
13325 with no tags table; it was deleted by mistake.
13326
13327 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
13328
13329 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
13330 texinfo-find-higher-level-node repeatedly find the same node.
13331 (texinfo-find-higher-level-node): Doc fix.
13332
13333 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
13334
13335 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
13336 (smtpmail-address-buffer): Add defvar.
13337 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
13338
13339 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
13340
13341 * ffap.el (ffap-machine-p-local): Fix editing error.
13342
13343 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
13344
13345 * faces.el (frame-set-background-mode):
13346 Don't do anythung for text-only or MSDOS frame.
13347
13348 1998-10-08 Kenichi Handa <handa@etl.go.jp>
13349
13350 * international/quail.el (quail-defrule): New optional arg APPEND.
13351 (quail-defrule-internal): Fix bug of handling the argument APPEND.
13352
13353 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
13354
13355 * gnus/pop3.el (pop3-open-server):
13356 Set process-coding-system-alist around open-network-stream.
13357
13358 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
13359
13360 * files.el (save-buffer): Doc fix.
13361
13362 1998-10-07 Karl Heuer <kwzh@gnu.org>
13363
13364 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
13365 return DEF unchanged, not nil. Simplify.
13366
13367 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
13368
13369 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
13370
13371 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
13372
13373 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
13374
13375 * net-utils.el (ftp, nslookup): Require comint.
13376 (network-service-connection): Likewise.
13377 (whois-server-name): Defaults to whois.arin.net
13378 (whois-server-list, whois-server-tld, whois-guess-server): New var.
13379 (whois): Tries to guess the appropriate top-level domain server.
13380 (whois-get-tld): New function.
13381
13382 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
13383 (dirtrack-debug-toggle): Added this function.
13384
13385 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13386
13387 * files.el (find-file-noselect): Switch to the correct buffer
13388 before checking find-file-literally, and allow non-nil non-t
13389 rawfile params.
13390
13391 1998-10-06 Karl Heuer <kwzh@gnu.org>
13392
13393 * midnight.el (clean-buffer-list): Add autoload cookie.
13394
13395 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
13396 no-autosave.
13397 * tar-mode.el (tar-mode-revert): Likewise.
13398 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
13399 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
13400 * gnus/message.el (message-auto-save-directory): Renamed from
13401 message-autosave-directory. All references changed.
13402
13403 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
13404
13405 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
13406 string. Expose mime stuff while searching.
13407
13408 1998-10-06 Richard Stallman <rms@gnu.org>
13409
13410 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
13411
13412 * replace.el (perform-replace): Position point properly
13413 before and after the recursive edit of C-r.
13414
13415 * progmodes/etags.el (tags-reset-tags-tables): Properly
13416 find the markers in the old rings that are being discarded.
13417
13418 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13419
13420 * apropos.el (apropos-print): Control invalid characters.
13421
13422 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13423 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
13424 confusing customize.
13425
13426 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
13427
13428 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
13429 built-in commands. Add more built-in commands and fix face names.
13430
13431 1998-10-05 Simon Marshall <simon@gnu.org>
13432
13433 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
13434
13435 1998-10-04 Eric Ludlam <zappo@gnu.org>
13436
13437 * speedbar.el (speedbar-initial-expansion-list-name): Remove
13438 customization since it is not useful in this case.
13439 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
13440 sure it gets evalled to a number. Also verify that set-frame-name
13441 fn exists before calling it.
13442
13443 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
13444 Protect a `forward-sexp' call which could fail, and improved regex
13445 for ie, and eg abbreviations.
13446
13447 1998-10-02 Noah Friedman <friedman@splode.com>
13448
13449 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
13450 send-string.
13451 (rlogin-send-Ctrl-D): Here also.
13452 (rlogin-send-Ctrl-Z): Here also.
13453 (rlogin-send-Ctrl-backslash): Here also.
13454
13455 1998-10-02 Dave Love <fx@gnu.org>
13456
13457 * outline.el (hide-region-body): Bind
13458 outline-view-change-hook to nil while making repeated calls to
13459 outline-flag-region. Run it once at the end.
13460 (hide-other, hide-sublevels, show-children): Likewise.
13461
13462 * info-look.el: Remove duplicate scheme-mode entry.
13463 (info-lookup-make-completions): When looking for entries, check
13464 that `item' isn't null or "Menu".
13465
13466 1998-10-01 Karl Heuer <kwzh@gnu.org>
13467
13468 * net-utils.el: Don't require ffap.
13469 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
13470 (ping, nslookup-host, finger, network-connection-to-service): Use them.
13471
13472 1998-09-30 Richard Stallman <rms@gnu.org>
13473
13474 * ispell.el (check-ispell-version): No need to bind default-major-mode.
13475
13476 * imenu.el (imenu--generic-function): Sort each submenu by position.
13477 (imenu--sort-by-position): New function.
13478
13479 * cus-edit.el (Custom-mode-menu): Fix info node name.
13480 (customize group): Fix info node name.
13481
13482 * mail/mailalias.el (build-mail-aliases): Don't allow
13483 a newline in the alias name. Don't define an alias
13484 if the definition would be empty.
13485
13486 * which-func.el (which-func-mode-global): Make :set function
13487 more reliable.
13488
13489 * custom.el (custom-set-variables): Load the requests first,
13490 then check the symbol's `set' function.
13491
13492 * ffap.el: Doc fixes.
13493
13494 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13495
13496 * gnus.el: (gnus-valid-select-methods): Fix type.
13497 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
13498 * gnus-score.el (gnus-orphan-score): Fix type.
13499 (gnus-score-default-header, gnus-score-default-type): Fix type.
13500 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
13501 (gnus-saved-headers): Fix type.
13502
13503 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
13504 Avoid nil value of `two-lines-citation-part'.
13505
13506 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
13507
13508 * which-func.el (which-function): Handle case when
13509 (car imenu--index-alist) is nil.
13510
13511 1998-09-29 Dave Love <fx@gnu.org>
13512
13513 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
13514 bzip2 args.
13515
13516 1998-09-29 Simon Marshall <simon@gnu.org>
13517
13518 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
13519 comint-exec-hook.
13520
13521 1998-09-29 Stephen Eglen <stephen@gnu.org>
13522
13523 * info-look.el: Add support for Octave.
13524
13525 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
13526
13527 * textmodes/reftex.el (reftex-finding-files): New customize group.
13528 (reftex-texpath-environment-variables,
13529 reftex-use-external-file-finders, reftex-external-file-finders,
13530 reftex-search-unrecursed-path-first): New options.
13531 (reftex-process-string, reftex-find-file-externally): New
13532 functions.
13533 (reftex-access-search-path): Execute shell commands to find the
13534 search path.
13535 (reftex-toggle-auto-view-crossref): When turning on, make sure
13536 `reftex-auto-view-crossref' becomes non-nil.
13537 (reftex-abbrev-regexp): Constant removed.
13538 (reftex-convert-string): Abbrev regexp calculated locally.
13539
13540 1998-09-28 Dave Love <fx@gnu.org>
13541
13542 * progmodes/fortran.el: Don't call regexp-opt when deriving
13543 font-lock patterns with keywords that aren't all literal.
13544
13545 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
13546
13547 * octave-inf.el (inferior-octave-prompt): Also match prompts of
13548 the form `octave.bin:1>' which come from using precopiled binary
13549 versions.
13550
13551 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
13552
13553 * help.el (help-for-help): Use %THIS-KEY%.
13554 (help-quit): Add doc.
13555
13556 * help-macro.el (make-help-screen): Keep HELP-TEXT
13557 in a separate function definition, not in the help command FNAME.
13558 Replace %THIS-KEY% with the key sequence that ran FNAME.
13559
13560 1998-09-25 Richard Stallman <rms@gnu.org>
13561
13562 * textmodes/texinfo.el (texinfo-show-structure):
13563 Bind inhibit-read-only.
13564
13565 * isearch.el (isearch-search-and-update): Properly
13566 handle upper case letters in the reverse-search special case.
13567
13568 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13569
13570 * gnus.el: Extend the list of autoloaded functions.
13571
13572 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13573 buffer before creating help group. (from Gnus v5.6.43, fix by
13574 1998-08-20 Per Starback <starback@update.uu.se>)
13575
13576 * gnus-util.el (gnus-output-to-rmail): Adjust to
13577 `rmail-output-to-rmail-file'.
13578
13579 1998-09-25 Karl Heuer <kwzh@gnu.org>
13580
13581 * hexl.el (hexl-mode-map): More of previous change.
13582
13583 * textmodes/tex-mode.el (tex-run-command): Doc fix.
13584 (tex-start-tex): Don't use tex-start-options-string in star case.
13585 Quote file name in star case as well as in non-star.
13586 Add blank and quoting of option string here.
13587 (tex-start-options-string): Not here.
13588
13589 1998-09-23 Karl Heuer <kwzh@gnu.org>
13590
13591 * term.el (term-delimiter-argument-list): Doc fix.
13592 (term-emulate-terminal): Escape literal semicolon.
13593 * progmodes/asm-mode.el (asm-mode): Doc fix.
13594 (asm-comment-char): Escape literal semicolon.
13595 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
13596
13597 1998-09-23 Richard Stallman <rms@gnu.org>
13598
13599 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
13600 only those that normally modify the buffer.
13601
13602 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
13603 over again.
13604
13605 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
13606
13607 * ispell.el (check-ispell-version): Ensure same buffer is current
13608 when let-binding of case-fold-search ends.
13609
13610 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13611
13612 * ps-print.el: Skip invisible overlay.
13613 Test for set-buffer-multibyte rather than using mule-version.
13614 (ps-print-version): New version number (4.1) and doc fix.
13615 (ps-generate-postscript-with-faces): Skip invisible overlay.
13616
13617 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
13618
13619 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
13620
13621 1998-09-22 Kenichi Handa <handa@etl.go.jp>
13622
13623 * international/quail.el (quail-update-guidance): Check for the
13624 return value of (quail-guidance) fixed.
13625 (quail-update-translation): Bind quail-current-str locally when it
13626 calls quail-update-guidance.
13627 (quail-update-translation): If input-method-exit-on-first-char is
13628 non-nil, terminate translation only when the current input method
13629 is simple.
13630
13631 1998-09-22 Paul Eggert <eggert@twinsun.com>
13632
13633 * startup.el (locale-translation-file-name): Prefer X-related names
13634 to the name used by GNU/Linux sans X. Set to nil if no file found.
13635 (command-line): Use locale-translation-file-name if it is not nil,
13636 instead of testing for its existence again.
13637 regexp-quote the ctype before using it in a regexp.
13638 Allow a colon to appear after the ctype in the aliases file,
13639 as is done in X11R6.4.
13640
13641 1998-09-21 Richard Stallman <rms@gnu.org>
13642
13643 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
13644
13645 * calendar/appt.el (appt-interval): Variable deleted.
13646 (appt-check): For minutes in between appt-display-interval times,
13647 do check, but don't display anything except an updated mode line.
13648 Count against appt-display-interval based on minutes since
13649 first display of this appointment, not based on time of day.
13650 If appt-display-mode-line, force mode line redisplay
13651 whenever appt-mode-string has changed.
13652 (appt-add, appt-delete): Add autoload cookies.
13653 (appt-check): Catch errors from calling `diary'.
13654 (appt-max-time): Renamed from max-time.
13655 (appt-now-displayed, appt-display-count): New variables.
13656 (appt-timer): Don't create one if we already have one.
13657
13658 * textmodes/tex-mode.el (tex-compilation-parse-errors):
13659 More general code to use the source buffer instead of the zap file.
13660
13661 * hilit-chg.el (highlight-compare-with-file): Renamed from
13662 compare-with-file.
13663
13664 * loadhist.el (load-history-loaded): New variable.
13665 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
13666
13667 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
13668
13669 * emacs-lisp/find-func.el (find-function-search-for-symbol):
13670 Fix error messages.
13671
13672 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
13673
13674 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
13675 Emacs frame.
13676
13677 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13678
13679 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
13680 `undecided' and `undecided-unix'.
13681
13682 1998-09-21 Dave Love <fx@gnu.org>
13683
13684 * help.el (help-make-xrefs): Fix typo affecting Info references.
13685
13686 * subr.el (remove-hook): Check list values to avoid errors.
13687
13688 1998-09-18 Noah Friedman <friedman@splode.com>
13689
13690 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
13691 store string in eldoc-last-message without consing a new string.
13692 Rearrange logic from nested if's into cond's.
13693 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
13694 Do not print message; just return string.
13695 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
13696 Do not print message; just return string.
13697 Cache that string in eldoc-last-data.
13698 (eldoc-last-data): Make into a vector.
13699 (eldoc-get-fnsym-args-string): Use new data form of structure.
13700 (eldoc-get-var-docstring): Here also.
13701 (eldoc-last-data-store): New function.
13702 (eldoc-get-fnsym-args-string): Use it.
13703 (eldoc-get-var-docstring): Here also.
13704 (eldoc-docstring-first-line): Minimize interim string consing.
13705 Call substitute-command-keys on the result.
13706 (eldoc-print-var-docstrings, eldoc-print-docstring,
13707 eldoc-docstring-message): Functions removed.
13708 (eldoc-docstring-format-sym-doc): New function, functionality
13709 ripped out of eldoc-docstring-message.
13710 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
13711
13712 1998-09-18 Kenichi Handa <handa@etl.go.jp>
13713
13714 * international/mule.el (make-coding-system): Doc-string modified.
13715
13716 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
13717
13718 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
13719
13720 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
13721 customize type.
13722
13723 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
13724 type.
13725
13726 * progmodes/compile.el (compilation-error-screen-columns): New
13727 variable.
13728 (compilation-next-error-locus): Use it to decide whether to use
13729 forward-char or move-to-column.
13730
13731 * mail/rmail.el (rmail-movemail-program): Fix customize type.
13732
13733 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
13734 feedmail-fiddle-plex-user-list,
13735 feedmail-spray-address-fiddle-plex-list,
13736 feedmail-prompt-before-queue-user-alist,
13737 feedmail-prompt-before-queue-help-supplement,
13738 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
13739 feedmail-queue-alternative-mail-header-separator): Fix customize
13740 type.
13741
13742 * startup.el (site-run-file): Fix customize type.
13743
13744 * speedbar.el (speedbar-initial-expansion-list-name): Fix
13745 customize type.
13746
13747 * shell.el (shell-input-autoexpand): Fix customize type.
13748
13749 * ps-print.el (ps-font-info-database): Add missing dots in value.
13750 Improve layout of customize type.
13751
13752 * net-utils.el (traceroute-program-options, ping-program-options,
13753 ipconfig-program-options, netstat-program-options,
13754 arp-program-options, route-program-options,
13755 nslookup-program-options, ftp-program-options): Fix customize
13756 type.
13757
13758 * midnight.el (clean-buffer-list-kill-regexps,
13759 clean-buffer-list-kill-buffer-names,
13760 clean-buffer-list-kill-never-buffer-names,
13761 clean-buffer-list-kill-never-regexps): Fix customize type.
13762
13763 * man.el (Man-init-defvars): Avoid trailing nil on
13764 Man-filter-list.
13765
13766 * lpr.el (printer-name): Fix customize type.
13767
13768 1998-09-16 Kenichi Handa <handa@etl.go.jp>
13769
13770 * international/mule-cmds.el (reset-language-environment): Call
13771 update-coding-systems-internal.
13772
13773 * international/mule-conf.el: Call update-coding-systems-internal
13774 at the tail.
13775
13776 1998-09-14 Dave Love <fx@gnu.org>
13777
13778 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
13779 use the menu-enable properties, pending doing it correctly and
13780 acceptably fast.
13781
13782 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
13783
13784 1998-09-13 Dave Love <d.love@dl.ac.uk>
13785
13786 * progmodes/hideshow.el (hs-grok-mode-type): Check
13787 comment-{start,end} non-nil as well as bound. Report an error if
13788 we can't grok the mode.
13789
13790 1998-09-13 Richard Stallman <rms@gnu.org>
13791
13792 * simple.el (blink-matching-open): Don't log paren matching
13793 messages in *Messages*.
13794
13795 1998-09-12 Richard Stallman <rms@gnu.org>
13796
13797 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
13798 Set point-before-scroll at end even if there was an error.
13799
13800 * ange-ftp.el (ange-ftp-insert-file-contents):
13801 Use binary mode for dumb-unix hosts as for unix hosts.
13802 (ange-ftp-copy-file-internal): Likewise.
13803
13804 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13805
13806 * emacs-lisp/pp.el: Doc fixes.
13807
13808 * wid-edit.el (widget-menu-max-shortcuts): New variable.
13809 (widget-choose): Don't use single-char shortcuts if # items
13810 exceeds that many. Use minibuffer instead.
13811
13812 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13813
13814 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
13815
13816 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
13817
13818 * speedbar.el (speedbar-frame-mode): Do not set frame position if
13819 in terminal mode.
13820
13821 1998-09-10 Noah Friedman <friedman@splode.com>
13822
13823 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
13824 defcustom declaration. It's wreaking too much havoc with XEmacs
13825 and older versions of Emacs, which share this code.
13826
13827 * type-break.el (type-break-mode): Here also.
13828
13829 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
13830 `t' to add-hook also to modify the new local value.
13831
13832 1998-09-10 Dave Love <fx@gnu.org>
13833
13834 * vc.el (vc-insert-headers): Doc fix.
13835
13836 1998-09-10 Richard Stallman <rms@gnu.org>
13837
13838 * textmodes/flyspell.el (flyspell-mode-on): Make the
13839 ispell-... variables permanent locals.
13840 (flyspell-mode-off): Add autoload cookie.
13841
13842 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
13843 do use binary mode, just as for `unix'.
13844 (ange-ftp-host-type): If HOST is nil, return `unix'.
13845
13846 * dired.el (dired-mark-files-containing-regexp):
13847 Don't scan directories. Ignore non-readable files.
13848
13849 * progmodes/compile.el (compilation-error-regexp-alist):
13850 Fix previous change: allow . and _ in command name.
13851
13852 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
13853
13854 * uncompress.el (uncompress-while-visiting):
13855 Use just the car of what find-operation-coding-system returns.
13856
13857 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
13858
13859 * shell.el (shell-file-name-quote-list): Add # to the value.
13860
13861 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
13862
13863 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
13864 to make killing of ispell process work even if
13865 kill-all-local-variables has been run.
13866
13867 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13868
13869 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
13870 loop when sexp entry ends at end of file with no newline.
13871
13872 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13873
13874 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
13875 (Custom-reset-standard): Fix menu inconsistency.
13876
13877 * mail/feedmail.el (feedmail-from-line): Allow t.
13878 (feedmail-message-id-suffix): Allow nil.
13879
13880 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
13881 Simplify. Make prefix arg work right.
13882
13883 1998-09-09 Dave Love <fx@gnu.org>
13884
13885 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13886
13887 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
13888
13889 1998-09-08 Dave Love <fx@gnu.org>
13890
13891 * add-log.el (change-log-font-lock-keywords): Do parenthesized
13892 stuff only after file names or at start of line. Allow parens
13893 around e-mail, as well as angles.
13894
13895 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
13896 ignore-errors too, eval'd when compile. Require w3 stuff at load
13897 time for nicer failure if it's not available.
13898
13899 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
13900
13901 * comint.el (comint-arguments): Ignore backslashes when using
13902 w32 shells that expect backslashes as the directory separator.
13903
13904 1998-09-04 Kenichi Handa <handa@etl.go.jp>
13905
13906 * international/fontset.el (resolved-ascii-font): New variable.
13907 (x-complement-fontset-spec): By side effect, set
13908 `resolved-ascii-font' to the resolved name of ASCII font."
13909 (create-fontset-from-fontset-spec): Don't get a value for
13910 resolved-ascii-font from the list full-fontlist. It is set by
13911 x-complement-fontset-spec now.
13912
13913 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
13914 version, check the value of mule-version.
13915
13916 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
13917
13918 * textmodes/reftex.el (reftex-view-crossref): Split up into
13919 several functions. No longer moves to find a macro.
13920 (reftex-view-cr-cite, reftex-view-cr-ref,
13921 reftex-end-of-bib-entry): New functions.
13922 (reftex-auto-view-crossref): New value `window' allowed.
13923 (reftex-view-crossref-when-idle): Process new `window' option in
13924 (reftex-translate-to-ascii-function): New default.
13925 (reftex-label-illegal-re): Default changed, removed Latin1.
13926 (reftex-latin1-to-ascii): New function.
13927 (reftex-what-environment): Check for section regexp before use.
13928 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
13929 absolute path names.
13930 (reftex-TeX-master-file): Changed sequence of file checks.
13931 (reftex-do-citation): bibview cache only with RefTeX mode on.
13932
13933 1998-09-06 Richard Stallman <rms@gnu.org>
13934
13935 * progmodes/compile.el (compilation-error-regexp-alist):
13936 In first pattern (GNU utilities and other things),
13937 allow a space after the optional program name at the beginning.
13938
13939 * mail/mail-hist.el (mail-hist-current-header-contents):
13940 Fix previous change: use mail-header-end.
13941
13942 1998-09-06 Bill Richter <richter@math.nwu.edu>
13943
13944 * international/ccl.el: Doc fixes.
13945 * international/encoded-kb.el: Doc fixes.
13946 * international/fontset.el: Doc fixes.
13947 * international/kinsoku.el: Doc fixes.
13948 * international/kkc.el: Doc fixes.
13949 * international/mule-cmds.el: Doc fixes.
13950 * international/mule-conf.el: Doc fixes.
13951 * international/mule-util.el: Doc fixes.
13952 * international/mule.el: Doc fixes.
13953
13954 1998-09-05 Eric Ludlam <zappo@gnu.org>
13955
13956 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
13957 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
13958 (checkdoc-this-string-valid-engine): Permit ? as terminating
13959 punctuation for first line sentence breaking.
13960 (checkdoc-this-string-valid): When converting a comment into a doc
13961 string, make sure " chars are \".
13962 (checkdoc-sentencespace-region-engine): Only do double space check
13963 if based on the variable `sentence-end-double-space'
13964 (checkdoc-this-string-valid-engine): ? ends valid sentence.
13965 (checkdoc-proper-noun-region-engine): Exclude items in URLs
13966
13967 1998-09-04 Richard Stallman <rms@gnu.org>
13968
13969 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13970 Recognize define-skeleton as a function definer.
13971
13972 * cus-edit.el (customize-option): Refuse to customize
13973 a variable that has no defcustom. But if variable is autoloaded,
13974 first try to load the library that defines it.
13975
13976 * international/iso-insert.el: Use `string' before calling `insert'
13977 so that in multibyte buffers we insert multibyte chars.
13978
13979 * dired.el (dired-mark-files-containing-regexp):
13980 Don't use find-file; instead, insert the file in a temp buffer.
13981
13982 * textmodes/tex-mode.el (tex-start-options-string): New option.
13983 (tex-start-tex): Use that variable.
13984
13985 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
13986 value in the `repeat' alternative a list.
13987
13988 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
13989 the inserted newline, verify that one was really inserted.
13990
13991 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
13992 remains on or remains off.
13993 (flyspell-multi-language-p): Default changed to nil.
13994
13995 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
13996 In "found in comment" case, don't beginning-of-line after forward-line.
13997
13998 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
13999 If the function definition is not a lambda, return original FORM
14000 with no error.
14001
14002 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
14003
14004 * net-utils.el (netstat-program-options): Changed from nil to "-a"
14005 so that by default netstat shows all network connections.
14006
14007 1998-09-04 Bob Weiner <weiner@altrasoft.com>
14008
14009 * international/quail.el: Doc fixes.
14010
14011 * info.el (info): Don't add parens if FILE already has them.
14012
14013 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
14014
14015 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
14016 on extension lines.
14017
14018 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
14019
14020 * w32-fns.el (w32-shell-dos-semantics): New function.
14021
14022 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
14023
14024 * international/quail.el (quail-choose-completion-string): Store
14025 completion `choice' in `quail-current-str'; don't insert it.
14026
14027 1998-09-02 Kenichi Handa <handa@etl.go.jp>
14028
14029 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
14030 argument to ps-mule-generate-bitmap-font.
14031
14032 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
14033 entry and change Latin-1 entry in the default value.
14034 (ps-mule-font-info-database-ps-bdf): New variable.
14035 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
14036 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
14037 registerd in FONT-SPEC.
14038 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
14039 charcter width of bitmap fonts.
14040 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
14041 procedure NF.
14042 (ps-begin-file): Output PostScript code for setting
14043 SpaceWidthRatio.
14044 (ps-plot-region): Use line-beginning-position to get a position of
14045 the beginning of the current line.
14046
14047 * international/mule-cmds.el (register-input-method): Doc-string
14048 modified.
14049
14050 1998-09-01 Dave Love <fx@gnu.org>
14051
14052 * international/mule-cmds.el (current-language-environment): Fix
14053 setter function.
14054
14055 1998-09-01 Simon Marshall <simon@gnu.org>
14056
14057 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
14058 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
14059 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
14060 names with font-lock-type-face. Fontify type specs, etc., with
14061 font-lock-keyword-face.
14062
14063 1998-08-31 Kenichi Handa <handa@etl.go.jp>
14064
14065 * international/fontset.el (x-complement-fontset-spec): If ASCII
14066 font is specified in FONTLIST, don't substitute it for the
14067 resolved name.
14068
14069 1998-08-31 Paul Eggert <eggert@twinsun.com>
14070
14071 * international/mule.el (charset-description): Doc fix.
14072
14073 * language/chinese.el, language/cyrillic.el, language/czech.el,
14074 language/devanagari.el, language/ethiopic.el,
14075 language/european.el, language/hebrew.el, language/indian.el,
14076 language/japanese.el, language/korean.el, language/lao.el,
14077 language/slovak.el, language/thai.el, language/tibetan.el,
14078 language/vietnamese.el:
14079 Add coding: local variable, to avoid bootstrapping problem
14080 if you need to recompile all the Lisp files using interpreted code.
14081
14082 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14083
14084 * cal-china.el (chinese-year-cache): Change range of years from
14085 1989-2000 to 1990-2010.
14086
14087 1998-08-29 Dave Love <d.love@dl.ac.uk>
14088
14089 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
14090 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
14091
14092 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14093
14094 * ps-print.el (ps-print-control-characters): Doc-string modified.
14095 (ps-output-string-prim): Comment format changed.
14096 (ps-do-despool): Indentation of source code changed.
14097
14098 1998-08-28 Kenichi Handa <handa@etl.go.jp>
14099
14100 * subr.el (sref): Make it an alias of aref. Make the
14101 byte-compiler warn that it is obsolete.
14102 (char-bytes): Make the byte-compiler warn that it is obsolete.
14103
14104 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
14105 Calculate the total bytes using position-bytes instead of
14106 char-bytes.
14107
14108 1998-08-27 Karl Heuer <kwzh@gnu.org>
14109
14110 * snmp-mode.el: New file.
14111 * files.el (auto-mode-alist): Add snmp-mode patterns.
14112
14113 1998-08-27 Karl Eichwalder <ke@suse.de>
14114
14115 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
14116
14117 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14118
14119 * calendar/diary-lib.el (diary-block): Doc fix..
14120 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
14121
14122 1998-08-27 Richard Stallman <rms@gnu.org>
14123
14124 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
14125 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
14126 Clear appt-mode-string if we don't put something in it.
14127
14128 1998-08-27 Dave Love <fx@gnu.org>
14129
14130 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
14131 dired-local-variables-file for dired-x.
14132
14133 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
14134 for compressed library files too.
14135
14136 1998-08-26 Kenichi Handa <handa@etl.go.jp>
14137
14138 * language/european.el ("Latin-1"): Modify `documentation' key value.
14139 ("Latin-2"): Likewise.
14140
14141 1998-08-26 Karl Heuer <kwzh@gnu.org>
14142
14143 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
14144
14145 1998-08-26 Albert L. Ting <alt@artisan.com>
14146
14147 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
14148 (mail-hist-current-header-contents): Use mail-text-start.
14149
14150 1998-08-26 Richard Stallman <rms@gnu.org>
14151
14152 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
14153 (customize-changed-options-previous-release): New variable.
14154 (customize-changed-options): Use that variable as default arg.
14155
14156 1998-08-26 Karl Eichwalder <ke@suse.de>
14157
14158 * midnight.el: Require `timer' not only when compiling.
14159
14160 1998-08-26 Per Starback <starback@update.uu.se>
14161
14162 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
14163 buffer before creating help group.
14164
14165 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
14166
14167 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
14168 coding-system-for-write before saving.
14169
14170 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
14171
14172 * isearch.el (isearch-forward): Doc fix.
14173
14174 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
14175
14176 * emacs-lisp/find-func.el: Fix :version tags to have a string
14177 value, not a float.
14178
14179 * cus-dep.el: Fix typo in output.
14180
14181 1998-08-25 Dave Love <fx@gnu.org>
14182
14183 * repeat.el (repeat): Doc fix.
14184 [From rms:]
14185 (repeat-previous-repeated-command): New variable.
14186 (repeat): Check for real-last-command being null or repeat. Set
14187 repeat-previous-repeated-command.
14188
14189 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
14190
14191 1998-08-25 Kenichi Handa <handa@etl.go.jp>
14192
14193 * gnus/message.el (message-send-mail-with-sendmail): Bind
14194 coding-system-for-write by the return value of
14195 select-message-coding-system.
14196 (message-send-mail-with-qmail): Likewise.
14197
14198 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
14199
14200 * emacs-lisp/autoload.el: Fix doc-string-elt property on
14201 define-derived-mode.
14202
14203 * files.el (file-name-invalid-regexp):
14204 Fix regex for ms-dos without long file names.
14205
14206 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14207
14208 * ps-print.el: Multi-byte buffer handling.
14209 (ps-print-version): New version number (4.0) and doc fix.
14210 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
14211 compilation for GNU Emacs and emacsens.
14212 (ps-generate-postscript-with-faces): Force invisible text to be
14213 visible.
14214 (dos-ps-printer): New var to avoid compilation gripes.
14215
14216 1998-08-24 Kenichi Handa <handa@etl.go.jp>
14217
14218 * ps-print.el (ps-mule-plot-string): Pay attention to the case
14219 that no more characters can't be printed in the current line.
14220
14221 1998-08-24 Kenichi Handa <handa@etl.go.jp>
14222
14223 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
14224 greater than TO.
14225
14226 1998-08-24 Kenichi Handa <handa@etl.go.jp>
14227
14228 * ps-print.el: Add codes to make ps-print.el work also on Emacs
14229 20.2 and the earlier version.
14230 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
14231 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
14232 (ps-mule-find-wrappoint): Likewise.
14233 (ps-mule-generate-font): Change `X' to `x' in format
14234 control-string.
14235 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
14236 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
14237 `restore' form procedures `BC' and `EC'.
14238
14239 1998-08-24 Kenichi Handa <handa@etl.go.jp>
14240
14241 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
14242 is an executable procedure. Make LineThickness, Xshadow, and
14243 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
14244 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
14245 ps-mule-font-info-database-bdf): New vars.
14246 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
14247 (ccl-encode-ethio-unicode): New CCL program.
14248 (ps-mule-encode-ethiopic): New fun.
14249 (ps-mule-current-charset): New var.
14250 (ps-mule-get-font-spec, ps-mule-font-spec-src,
14251 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
14252 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
14253 (ps-mule-external-libraries): New var.
14254 (ps-mule-init-external-library): New fun.
14255 (ps-mule-font-cache): New var.
14256 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
14257 (ps-last-font): New var.
14258 (ps-mule-prepare-font): New fun.
14259 (ps-mule-charset-list): New var.
14260 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
14261 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
14262 ps-mule-plot-string): New funs.
14263 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
14264 New vars.
14265 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
14266 ps-mule-prepare-cmpchar-font): New funs.
14267 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
14268 vars.
14269 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
14270 ps-mule-generate-bitmap-glyph): New funs.
14271 (ps-mule-initialize, ps-mule-begin): New funs.
14272 (ps-output-string-prim): Insert string as unibyte.
14273 (ps-output-prologue): New fun.
14274 (ps-flush-output): Handle the case of 'prologue.
14275 (ps-begin-file): Call ps-mule-initialize.
14276 (ps-begin-job): Set ps-control-or-escape-regexp differently if
14277 printing multibyte characters.
14278 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
14279 (ps-basic-plot-string): Handle the case of printing ASCII
14280 characters by external libraries (e.g. BDF).
14281 (ps-set-font): Set ps-last-font.
14282 (ps-plot-region): Handle multibyte characters, use
14283 ps-mule-plot-string for them.
14284 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
14285
14286 * bdf.el: New file.
14287
14288 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
14289
14290 * international/mule-cmds.el (select-message-coding-system): New
14291 function.
14292 (set-language-environment-coding-systems): Set
14293 default-sendmail-coding-system.
14294
14295 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
14296 (default-sendmail-coding-system): New variable.
14297 (sendmail-send-it): Encode the message by a coding system
14298 select-message-coding-system returns.
14299
14300 1998-08-23 Eric Ludlam <zappo@gnu.org>
14301
14302 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
14303 (speedbar-mode): Set buffer to read only.
14304 (speedbar-temp-buffer-show-function): For emacs don't call hook
14305 with arguments.
14306 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
14307
14308 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
14309
14310 * speedbar.el (speedbar-key-map): Fix typo.
14311
14312 See ChangeLog.7 for earlier changes.