]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Replace autoloads for dolist, dotimes.
[gnu-emacs] / lisp / ChangeLog
1 2000-01-30 Dave Love <fx@gnu.org>
2
3 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
4
5 * emacs-lisp/cl-macs.el: Revert previous change.
6
7 2000-01-29 Dave Love <fx@gnu.org>
8
9 * facemenu.el: Purecopy various strings.
10
11 * timezone.el (timezone-fix-time): Window against 69 for two-digit
12 years. Deal with three-digit years.
13
14 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
15 defconst, purecopy.
16 (help-back-label): Purecopy it.
17
18 2000-01-18 Gerd Moellmann <gerd@gnu.org>
19
20 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
21 variable. If non-nil, order the buffer list according to the
22 currently selected frame.
23 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
24 non-nil, pass the selected frame to function buffer-list.
25
26 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
27
28 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
29
30 2000-01-28 Dave Love <fx@gnu.org>
31
32 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
33
34 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
35 Don't use lisp-indent-hook property.
36 (cl-abs): Remove.
37
38 * subr.el: Move out indent and edebug specs for when and unless.
39
40 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
41 when, unless.
42
43 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
44 unless, when.
45
46 2000-01-28 Gerd Moellmann <gerd@gnu.org>
47
48 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
49 `collecting' as synonym for `collect'.
50
51 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
52 for the case it contains spaces.
53
54 * simple.el (what-cursor-position): Change formatting of
55 messages.
56
57 * frame.el (delete-other-frames): New function.
58 (toplevel): Bind it to C-x 5 1.
59
60 * sort.el (sort-numeric-base): New option.
61 (sort-numeric-fields): If number starts with `0' or `0[xX[',
62 interpret it as octal or hexadecimal. Use sort-numeric-base
63 as default base.
64
65 * progmodes/glasses.el: New file.
66
67 2000-01-27 Gerd Moellmann <gerd@gnu.org>
68
69 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
70 userids differently.
71
72 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
73 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
74 progmodes/ebnf-yac.el: New files.
75
76 2000-01-26 Dave Love <fx@gnu.org>
77
78 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
79 on a function with an empty body. [From Eric Ludlam.]
80
81 2000-01-25 Andre Spiegel <spiegel@gnu.org>
82
83 * vc.el (vc-version-diff): Make sure file name is expanded.
84
85 2000-01-25 Gerd Moellmann <gerd@gnu.org>
86
87 * scroll-bar.el (scroll-bar-timer): Variable removed.
88 (scroll-bar-toolkit-scroll): Don't use a timer.
89
90 2000-01-25 Kenichi Handa <handa@etl.go.jp>
91
92 * language/thai-util.el (thai-composition-function): Delete
93 superfluous `a'.
94
95 2000-01-24 Dave Love <fx@gnu.org>
96
97 * fortran.el (fortran-mode): Use beginning-of-defun-function,
98 end-of-defun-function.
99
100 * font-lock.el (turn-on-font-lock): Don't depend on window-system
101 &c.
102
103 2000-01-22 Jason Rumney <jasonr@gnu.org>
104
105 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
106 conflicts with new face support.
107
108 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
109
110 * replace.el (query-replace): Rename last arg to DELIMITED.
111 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
112 (query-replace-regexp): Likewise.
113
114 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
115
116 * subr.el (with-syntax-table): Use make-symbol, not gensym.
117
118 * emacs-lisp/lisp.el (beginning-of-defun-function):
119 Variable renamed from beginning-of-defun.
120 Do not call make-variable-buffer-local.
121 (beginning-of-defun-raw): Use new variable name; doc fix.
122 (beginning-of-defun): Doc fix.
123 (end-of-defun-function): Variable renamed from end-of-defun.
124 Do not call make-variable-buffer-local.
125 (end-of-defun): Use new variable name; doc fix.
126
127 * subr.el (dolist, dotimes): Copied from cl-macs.el
128 and made to work.
129
130 * mail/undigest.el (rmail-digest-end-regexps):
131 Variable replaces rmail-digest-end-regexp.
132 Allows multiple regexps for detecting the end line.
133 (undigestify-rmail-message): Corresponding changes.
134
135 2000-01-19 Dave Love <fx@gnu.org>
136
137 * files.el (user-init-file): Don't declare here -- is primitive.
138
139 * startup.el (command-line): Check for compiled user-init-file and
140 set to uncompiled version if necessary.
141
142 2000-01-18 Gerd Moellmann <gerd@gnu.org>
143
144 * mail/undigest.el (rmail-digest-end-regexp): New user option.
145 (undigestify-rmail-message): Use it.
146
147 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
148
149 2000-01-17 Gerd Moellmann <gerd@gnu.org>
150
151 * tmm.el (tmm-goto-completions): Adapt to prompt being part
152 of mini-buffer.
153
154 2000-01-14 Gerd Moellmann <gerd@gnu.org>
155
156 * emacs-lisp/copyright.el (copyright-update): Removed the
157 requirement for a trailing space from `copyright-regexp', to
158 support copyrights with owner specified on a separate line..
159
160 * align.el: New file.
161
162 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
163
164 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
165
166 2000-01-13 Dave Love <fx@gnu.org>
167
168 * ph.el: Removed. (Obsoleted by EUDC.)
169
170 2000-01-13 Gerd Moellmann <gerd@gnu.org>
171
172 * net/eudc.el (toplevel): Remove autoloaded code installing
173 menu with easymenu, because that causes build problems.
174
175 * frame.el (frame-notice-user-settings): New variable.
176 (frame-notice-user-settings): Don't modify frame parameters
177 if called a second time.
178
179 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
180
181 * frame.el (frame-notice-user-settings):
182 Notice default-frame-parameters even for non-window frames.
183
184 2000-01-13 Gerd Moellmann <gerd@gnu.org>
185
186 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
187 for Emacs.
188 (eudc-bob-can-display-inline-images): Extend for Emacs.
189 (eudc-bob-toggle-inline-display): Ditto.
190 (eudc-bob-display-jpeg): Ditto.
191
192 2000-01-12 Gerd Moellmann <gerd@gnu.org>
193
194 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
195 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
196 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
197
198 * add-log.el (add-change-log-entry): Fix error trying an `(insert
199 nil)'.
200
201 * subdirs.el: Add `net' directory.
202
203 * net: New directory.
204
205 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
206 eval-last-sexp. Don't bind debug-on-error here.
207 (eval-last-sexp): New function. Bind debug-on-error if
208 eval-expression-debug-on-error is non-nil.
209 (eval-defun-2, eval-defun): Likewise.
210
211 * simple.el (eval-expression): Don't bind debug-on-error if
212 eval-expression-debug-on-error is nil. Detect changed
213 debug-on-error, and propagate new value to global binding, if
214 eval-expression-debug-on-error is non-nil,
215 (eval-expression-debug-on-error): Change doc string.
216
217 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
218
219 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
220
221 * emacs-lisp/lisp-mode.el (with-syntax-table):
222 Set up lisp-indent-function property.
223
224 * subr.el (with-syntax-table): Moved from simple.el.
225
226 * simple.el (with-syntax-table): Moved to subr.el.
227
228 2000-01-11 Gerd Moellmann <gerd@gnu.org>
229
230 * tmm.el (tmm-shortcut): Delete region after prompt instead
231 of erasing buffer.
232
233 * textmodes/fill.el (fill-common-string-prefix): New function.
234 (fill-context-prefix): Use the longest common prefix of first
235 and second line fill prefix, if there is one.
236
237 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
238
239 * array.el (array-mode): Don't use make-variable-buffer-local.
240 Use make-local-variable for `truncate-lines'.
241
242 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
243
244 * add-log.el (add-log-current-defun): Handle user-defined
245 add-log-current-function returning nil,
246
247 * add-log.el (add-change-log-entry): Insert version number
248 if having found a current function
249
250 * add-log.el (add-log-current-defun): Call
251 `add-log-current-defun-function'. Try matches at level 0 and
252 level 1. Strip whitespace from defun found.
253
254 2000-01-10 John Wiegley <johnw@gnu.org>
255
256 * allout.el (isearch-done/outline-provisions): Added `edit'
257 argument to correspond with the current definition of
258 `isearch-done'.
259
260 2000-01-10 Dave Love <fx@gnu.org>
261
262 * elide-head.el (elide-head): Use point-marker, not point.
263
264 2000-01-10 Gerd Moellmann <gerd@gnu.org>
265
266 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
267 before and after the year 2000.
268
269 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
270 Add ispell- prefix.
271
272 2000-01-10 Ken Stevens <k.stevens@ieee.org>
273
274 * ispell.el: Only define dictionaries in menus when they exist.
275 (version18p): New variable.
276 (version20p): New variable.
277 (xemacsp): New variable.
278 (ispell-choices-win-default-height): Fix for XEmacs visibility.
279 (ispell-dictionary-alist1): Added Brasileiro dictionary.
280 (ispell-dictionary-alist6): Russian command lines no longer accept
281 run-together words.
282 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
283 (ispell-dictionary-alist): Add koi8-r to customize definition.
284 (check-ispell-version): Added documentation string. Returns
285 library path when called non-interactively.
286 (ispell-menu-map-needed): Uses new variables.
287 (ispell-library-path): New variable.
288 (ispell-decode-string): XEmacs fix for bogus variable bindings.
289 (ispell-word): Improved documentation string. Test for valid
290 character mappings. Correctly check typed in word changes that can
291 result in single words split into multiple words. Returns
292 replacement word.
293 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
294 replace in recursive query replace mode. Help message for
295 recursive edit mode.
296 (ispell-show-choices): Protect against bad framepop bindings.
297 (ispell-help): Fix to work with XEmacs.
298 (ispell-highlight-spelling-error): Use new variables.
299 (ispell-overlay-window): Fix to work with XEmacs.
300 (ispell-parse-output): Passed and returns location information
301 tracking spelling corrections. Doesn't recheck same word on
302 current line.
303 (ispell-init-process): Protect against bogus XEmacs variable binding.
304 Fix call to single argument in sleep-for. Use new variables.
305 (ispell-region): Passed and returns location information tracking
306 spelling corrections. Doesn't check same word on current line.
307 Improved documentation string. Doesn't resend a line already
308 checked to the ispell process - fixes bug in LaTeX parsing.
309 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
310 (ispell-skip-region): No longer skips <TT> in SGML.
311 (ispell-process-line): Tracks location information with spelling
312 corrections. Added documentation string. Accounts for words
313 already accepted on this line. Don't allow query-replace on line
314 starting with math characters. Doesn't resend a line already sent
315 to ispell process. Fixes alignment error bug.
316
317 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
318
319 * dired-x.el (dired-guess-shell-alist-default):
320 Suggest xloadimage, which is free, not xv, which isn't.
321
322 * ange-ftp.el (ange-ftp-file-name-nondirectory):
323 Don't ever include the host name or user name in the value.
324
325 2000-01-09 Gerd Moellmann <gerd@gnu.org>
326
327 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
328 of a real newline.
329
330 2000-01-09 Stephen Eglen <stephen@gnu.org>
331
332 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
333 for .png files.
334
335 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
336
337 * cus-edit.el (custom-hook-convert-widget): Fix comment.
338
339 2000-01-09 Gerd Moellmann <gerd@gnu.org>
340
341 * progmodes/cperl-mode.el: Replace ^F with ^L.
342
343 * sendmail.el (toplevel): Provide `sendmail' when compiling
344 before `require'ing rmail and mailalias to prevent infinite
345 recursion.
346
347 2000-01-08 Dave Love <fx@gnu.org>
348
349 * emacs-lisp/backquote.el: Remove inappropriate customization
350 (allowing custom.el to use backquote).
351
352 2000-01-07 Dave Love <fx@gnu.org>
353
354 * add-log.el (add-log-debugging): Deleted.
355 (add-change-log-entry): Treat a backup FILE-NAME as its parent
356 file. Remove debugging code.
357 (change-log-get-method-definition, change-log-name): Add doc.
358 (change-log-sortable-date-at): New function.
359 (change-log-merge): New command.
360
361 * time.el (display-time-string-forms): Make the Mail string active.
362 (display-time-update): Provide help-echo for load average.
363
364 * bindings.el (make-mode-line-mouse2-map): New function.
365 (mode-line-modified): Use it and simplify.
366 (mode-line-mule-info): Provide help-echo info.
367 (minor-mode-alist): Activate the strings.
368 (make-mode-line-mouse-sensitive): Simplify for
369 mode-line-buffer-identification.
370
371 2000-01-07 Gerd Moellmann <gerd@gnu.org>
372
373 * play/pong.el: New file.
374
375 2000-01-06 Dave Love <fx@gnu.org>
376
377 * array.el: Assorted cleanups for compiler warnings, doc strings,
378 `array-' prefix for symbols.
379
380 2000-01-05 Dave Love <fx@gnu.org>
381
382 * textmodes/outline.el (outline-mode-menu-bar-map): Add
383 outline-headers-as-kill.
384 (outline-mode): Define imenu-generic-expression.
385 (outline-headers-as-kill): New command.
386
387 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
388 from paragraph-start.
389 (paragraph-indent-minor-mode): New command.
390
391 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
392 M-C-e, M-C-h, C-j, C-xnd, TAB.
393 (fortran-mode): Set beginning-of-defun, end-of-defun.
394 (fortran-column-ruler): Simplify.
395 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
396 (fortran-with-subprogram-narrowing): Likewise.
397 (fortran-indent-subprogram): Call mark-defun.
398 (fortran-check-for-matching-do): Change narrowing.
399
400 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
401 (cl-lucid-hash-tag): Delete.
402 (cl-hash-table-p): Correct test for native table.
403 (cl-hash-table-count): Use hash-table-count.
404
405 * browse-url.el (browse-url): Fix case of
406 browse-url-browser-function being an alist.
407
408 2000-01-05 Carsten Dominik <cd@gnu.org>
409
410 * textmodes/reftex-vars.el (reftex-parse-file-extension)
411 (reftex-index-phrase-file-extension): New options.
412
413 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
414 Use new option `reftex-index-phrase-file-extension'.
415
416 * textmodes/reftex.el (reftex-access-parse-file): Use new option
417 `reftex-parse-file-extension'.
418
419 2000-01-05 Dave Love <fx@gnu.org>
420
421 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
422 (beginning-of-defun-raw): Use it.
423 (end-of-defun): New variable.
424 (end-of-defun): Use it.
425 (check-parens): New command.
426
427 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
428
429 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
430 (hs-show-block): Don't use `mapcar' when not accumulating.
431
432 Fix buglet in local variables initialization.
433
434 2000-01-05 Andreas Schwab <schwab@suse.de>
435
436 * hscroll.el (hscroll): Doc fix.
437
438 2000-01-05 Carsten Dominik <cd@gnu.org>
439
440 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
441 idlw-toolbar.
442
443 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
444 file idlw-rinfo.el.
445 (idlwave-customize): load must read file idlw-shell.el.
446 (idlwave-create-customize-menu): load must read file idlw-shell.el.
447
448 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
449
450 * progmodes/idlw-shell.el: Also provide idlwave-shell
451 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
452 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
453
454 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
455 both reftex-dcr and reftex-vcr.
456
457 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
458
459 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
460
461 * ps-print.el: PostScript code now is in separate files, doc fix.
462 (ps-print-version): New version number (5.0.3).
463 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
464 local.
465 (ps-spool-config): Initialization fix.
466 (ps-print-prologue-1, ps-print-prologue-2)
467 (ps-print-duplex-feature): PostScript code moved to separated file.
468 (ps-background-image): Little code reformating.
469 (ps-begin-file, ps-begin-job): Fix code.
470 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
471 (ps-prologue-file): New fun.
472
473 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
474
475 * ps-vars.el: Eliminated.
476
477 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
478 `;;;###autoload'.
479
480 * ps-print.el: ps-vars eliminated, doc fix.
481 (ps-print-version): New version number (5.0.2).
482 (ps-spool-config): Initialization fix.
483 (ps-print-customize): New fun.
484
485 2000-01-04 Gerd Moellmann <gerd@gnu.org>
486
487 * autorevert.el (auto-revert-mode): Return value of
488 auto-revert-mode.
489
490 2000-01-04 Dave Love <fx@gnu.org>
491
492 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
493 menu items.
494
495 2000-01-03 Dave Love <fx@gnu.org>
496
497 * elide-head.el (elide-head) [defgroup]: Add :version.
498
499 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
500 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
501 `cl-hash-table-p', not `hash-table-p'.
502 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
503
504 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
505
506 * faces.el (face-read-integer, read-face-attribute)
507 (color-defined-p, color-values): unspecified-{f,b}g are now
508 strings.
509
510 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
511
512 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
513 at comment end, and re-insert them after filling.
514
515 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
516
517 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
518 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
519 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
520
521 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
522
523 * term/x-win.el (xw-defined-colors): Call color-supported-p,
524 the new name of face-color-supported-p.
525
526 * term/w32-win.el (xw-defined-colors): Likewise.
527
528 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
529
530 * simple.el (completion-setup-function): Count completion-size
531 from minibuffer-prompt-end, not from point-min.
532
533 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
534
535 * faces.el (read-face-attribute, defined-colors, color-defined-p):
536 Pass the frame to tty-color-* functions.
537 (display-color-p, frame-set-background-mode): Pass the frame to
538 tty-display-color-p.
539
540 * term/tty-colors.el (tty-defined-color-alist): Renamed from
541 tty-color-alist.
542 (tty-color-alist, tty-modify-color-alist): New functions.
543 (tty-color-define, tty-color-clear, tty-color-approximate)
544 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
545 an optional parameter FRAME.
546
547 2000-01-01 Gerd Moellmann <gerd@gnu.org>
548
549 * image.el (create-image, defimage): Don't assume image data is a
550 string.
551
552 * image.el (defimage): Handle specifications containing :data
553 instead of :file.
554 (image-type-from-data): New function.
555 (image-type-from-file-header): Use it.
556 (create-image): Add parameter DATA-P.
557
558 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
559
560 * echistory.el (electric-command-history): Call Command-history-setup
561 and command-history-mode using their new conventions.
562
563 * chistory.el (Command-history-setup): Don't switch buffers. Take
564 no args, and do not set major-mode, mode-name or the local map.
565 (command-history-mode): New function, does some of those things
566 Command-history-setup used to do.
567 (list-command-history): Call command-history-mode, not
568 Command-history-setup.
569 (command-history): Renamed from command-history-mode.
570
571 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
572
573 * arc-mode.el (archive-mode-map): Bind q to quit-window.
574
575 1999-12-31 William M. Perry <wmperry@aventail.com>
576
577 * image.el (defimage): Images with the `:data' keyword should be
578 considered valid as well.
579
580 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
581
582 * dired.el (dired-get-filename): Don't call file-name-absolute-p
583 with FILE if FILE is nil.
584
585 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
586
587 * simple.el (choose-completion-string): In minibuffer,
588 do not delete the prompt string.
589
590 1999-12-30 Gerd Moellmann <gerd@gnu.org>
591
592 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
593 assigned to mode-line-mode-menu because bindings.el is dumped with
594 Emacs, and thus the lists used for menu-item definition will be
595 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
596 like pure menu item definitions.
597
598 * expand.el (expand-abbrev-hook): Return t if expansion was
599 done, nil otherwise.
600
601 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
602
603 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
604 (tar-quit): Function deleted.
605
606 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
607
608 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
609 was used but not declared.
610
611 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
612 hs-find-block-beginning): Add or modify docstrings.
613
614 (hs-isearch-show): Rewrite.
615
616 1999-12-28 Gerd Moellmann <gerd@gnu.org>
617
618 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
619
620 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
621 space in front of a C-style comment end.
622
623 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
624
625 * startup.el (command-line-1): Make mode line mouse-sensitive for
626 the MS-DOS version as well.
627
628 1999-12-28 Gerd Moellmann <gerd@gnu.org>
629
630 * bs.el: New file.
631
632 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
633
634 * textmodes/ispell.el (ispell-process-line):
635 Add local var line-offset to adjust for the change
636 in positions within the line, due to previous replacements.
637
638 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
639
640 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
641 Doc fixes.
642
643 1999-12-27 Gerd Moellmann <gerd@gnu.org>
644
645 * add-log.el (change-log-version-number-regexp-list)
646 (change-log-version-info-enabled): Change :version to 21.1.
647 (toplevel): Require CL when compiling.
648
649 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
650
651 * add-log.el (change-log-version-number-regexp-list): Added tag
652 :version 20.6
653 (change-log-version-info-enabled): Added tag :version 20.6
654
655 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
656
657 * add-log.el: More general version number search with
658 user-configurable regexp list.
659 (change-log-version-number-regexp-list): New user variable.
660 (change-log-find-version): Rewritten. Use user-configurable
661 version numbering regexp list
662 change-log-version-number-regexp-list.
663 (change-log-find-version): Renamed to
664 change-log-version-number-search
665 (add-log-file-name-function): New.
666 (change-log-search-vc-number): Added END paramaeter. Added doc
667 string to function.
668 (change-log-version-rcs): Renamed. Was
669 change-log-search-vc-number.
670
671 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
672
673 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
674 overlays if they interfere.
675 (compilation-find-file): Make intangible overlays tangible.
676
677 * progmodes/hideshow.el: Generally, synch w/ maintainer
678 version 5.9.
679
680 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
681
682 (hs-minor-mode-hook): Don't initialize.
683
684 (hs-special-modes-alist): Rewrite value and docstring.
685
686 (hs-minor-mode-prefix): Delete unused var.
687
688 (hs-block-start-mdata-select): New var, buffer local.
689
690 (hs-headline): New var.
691
692 (hs-match-data, hs-forward-sexp): New funcs.
693
694 (hs-hide-comment-region): New func.
695
696 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
697 hs-safety-is-job-n, hs-hide-initial-comment-block,
698 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
699 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
700 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
701 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
702 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
703
704 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
705 (hs-isearch-show-temporary): New funcs.
706
707 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
708
709 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
710
711 When constructing menu, use `[(shift button2)]' notation.
712
713 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
714
715 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
716 (jka-compr-compression-info-list): Add new elt to each vector.
717 (jka-compr-write-region): Don't compress the data if it is
718 already compressed.
719
720 * jka-compr.el (jka-compr-really-do-compress): New variable.
721 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
722 if visiting.
723 (jka-compr-write-region): Set jka-compr-really-do-compress
724 if visiting. Test it when deciding to compress.
725
726 1999-12-22 Gerd Moellmann <gerd@gnu.org>
727
728 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
729 with third argument t.
730
731 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
732
733 * antlr-mode.el: Version 1.2 is released.
734 (antlr): This package has a web page.
735
736 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
737
738 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
739 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
740 (antlr-mode-map): New binding [C-c C-c].
741 (antlr-mode-menu): New entries.
742
743 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
744
745 * antlr-mode.el: Respect Emacs conventions.
746 ((require 'cl)): Only use during compilation.
747 (antlr-language-for-option): New function to avoid using `find'.
748 (antlr-mode): Use it.
749 (antlr-with-syntax-table): Define new instead using XEmacs' one.
750 (antlr-imenu-create-index-function): Change accordingly.
751 (antlr-inside-rule-p): Ditto.
752 (antlr-end-of-rule): Ditto.
753 (antlr-end-of-body): Ditto.
754 (antlr-beginning-of-rule): Ditto.
755 (antlr-indent-line): Ditto.
756
757 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
758
759 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
760 (antlr-set-tabs): Don't use hard-coded values.
761
762 * antlr-mode.el: Minor navigation changes. Not perfect, but this
763 won't be possible without a huge time penalty.
764 (antlr-skip-exception-part): Be more specific.
765 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
766 Renamed from `antlr-skip-grammar-header'.
767 (antlr-next-rule): Change accordingly.
768 (antlr-end-of-body): Ditto. Better error message.
769 (antlr-beginning-of-body): Better error message.
770 (antlr-imenu-create-index-function): Skip rule action prelude.
771
772 * antlr-mode.el: Minor syntax highlighting changes.
773 (antlr-font-lock-default-face): Deletia.
774 (antlr-font-lock-tokendef-face): Changed color.
775 (antlr-font-lock-tokenref-face): Changed color.
776 (antlr-font-lock-literal-face): Changed color.
777 (antlr-font-lock-additional-keywords): Minor changes.
778
779 1999-12-20 Carsten Dominik <cd@gnu.org>
780
781 * progmodes/idlwave.el: New file.
782
783 * progmodes/idlwave-rinfo.el: New file.
784
785 * progmodes/idlwave-shell.el: New file.
786
787 * progmodes/idlwave-toolbar.el: New file.
788
789 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
790
791 1999-12-21 Gerd Moellmann <gerd@gnu.org>
792
793 * progmodes/cwarn.el: New file.
794
795 1999-12-19 Gerd Moellmann <gerd@gnu.org>
796
797 * bindings.el (completion-ignored-extensions): Add .pdf.
798
799 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
800
801 * version.el: Put the version info into binary on MS-DOS as well.
802
803 1999-12-19 Gerd Moellmann <gerd@gnu.org>
804
805 * emacs-lisp/debug.el (debugger-continue): Don't continue if
806 debugger-may-continue is nil.
807
808 1999-12-18 Dave Love <fx@gnu.org>
809
810 * emacs-lisp/cl-macs.el: Remove conditional definition of
811 eval-when-compile. Don't specify abs, expt, gethash,
812 hash-table-count, hash-table-p as side-effect-free here.
813 (cl-emacs-type): Don't declare.
814 (cl-compile-time-init): Remove Emacs 18 compiler patch.
815 (cl-parse-loop-clause): Remove compatibility code.
816
817 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
818 (side-effect-free-fns): Add gethash, hash-table-count.
819 (side-effect-and-error-free-fns): Add hash-table-p.
820
821 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
822 `cl-' to autoload names for some hash functions. Don't autoload
823 eval-when-compile. Don't provide mini-cl.
824 (cl-emacs-type): Remove.
825 (cl-map-extents): Remove compatibility code.
826
827 * emacs-lisp/float.el: Bind free variables.
828
829 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
830
831 1999-12-16 Gerd Moellmann <gerd@gnu.org>
832
833 * bindings.el (completion-ignored-extensions): Add .tfm.
834
835 1999-12-16 Dave Love <fx@gnu.org>
836
837 * faces.el (set-face-attribute): Purecopy the attributes set.
838
839 * custom.el (custom-declare-variable): Purecopy value.
840
841 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
842 (byte-extrude-byte-code-vectors): Use remprop.
843 (byte-compile-lambda): Check that arg is a lambda.
844
845 1999-11-16 Anders Lindgren <AndersL@andersl.com>
846
847 * font-lock.el: System for adding and removing keywords.
848 Both local (previously added keyword) and global keywords
849 can be removed.
850 (font-lock-remove-keywords): New user-level function.
851 (font-lock-update-removed-keyword-alist): New internal function.
852 (font-lock-removed-keywords-alist): New variable.
853 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
854 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
855 growing datastructures.
856 (font-lock-set-defaults): Removes keywords stored in
857 `font-lock-removed-keywords-alist' after local keywords added.
858
859 1999-12-16 Anders Lindgren <andersl@andersl.com>
860
861 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
862 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
863
864 * font-lock.el (c-keywords): Only highlight preprocessor
865 directives when spelled correctly.
866
867 * font-lock.el (font-lock-match-c++-structor-declaration,
868 c++-keywords): Fontify constructors and destructors with function
869 face inside C++ class declarations.
870
871 1999-12-16 Gerd Moellmann <gerd@gnu.org>
872
873 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
874 the shell from sh-shell-file.
875
876 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
877
878 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
879
880 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
881 if one of the files specified cannot be accessed by
882 file-attributes. Do not strip any leading directories from the
883 file names, to behave more like `ls' does.
884
885 * dired.el (dired-get-filename): Handle absolute file names.
886 (dired-readin-insert): If argument is a cons, don't print
887 "wildcard" on the ``total'' line.
888
889 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
890
891 * faces.el (face-read-integer, read-face-attribute)
892 (color-defined-p, color-values): Allow color values unspecified-fg
893 and unspecified-bg, handle them as unspecified.
894
895 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
896
897 * textmodes/reftex.el: (reftex-compile-variables): respect new
898 structure of `reftex-index-macro'
899 (reftex-compile-variables): Use the changed structure of
900 `reftex-label-alist'.
901
902 * textmodes/reftex-vars.el (reftex-index-math-format,
903 (reftex-toc-max-level): New option.
904 reftex-index-phrases-search-whole-words,
905 reftex-index-phrases-case-fold-search,
906 reftex-index-phrases-skip-indexed-matches,
907 reftex-index-phrases-wrap-long-lines,
908 reftex-index-phrases-sort-prefers-entry,
909 reftex-index-phrases-sort-in-blocks): New options.
910 (reftex-index-macros): Option structure changed.
911 (reftex-index-macros-builtin): Added `repeat' item to each entry.
912 (reftex-label-alist): Additional item in each entry to specify if
913 the environment should be listed in the TOC.
914 (eval-when-compile (require 'cl)) added.
915
916 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
917 longer deals with "repeat".
918 (reftex-index): "repeat property in `reftex-index-macro-alist' is
919 now used.
920 (reftex-index-phrases-comment-regexp,
921 reftex-index-phrases-macrodef-regexp,
922 reftex-index-phrases-phrase-regexp1,
923 reftex-index-phrases-phrase-regexp2,
924 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
925 New constants.
926 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
927 reftex-index-phrases-font-lock-keywords,
928 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
929 reftex-index-phrases-restrict-file): New variables.
930 (reftex-index-phrase-selection-or-word,
931 reftex-index-visit-phrases-buffer,
932 reftex-index-initialize-phrases-buffer,
933 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
934 reftex-index-next-phrase, reftex-index-this-phrase,
935 reftex-index-all-phrases, reftex-index-region-phrases,
936 reftex-index-phrases-parse-header,
937 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
938 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
939 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
940 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
941 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
942 reftex-index-make-replace-string,
943 reftex-query-index-phrase-globally, reftex-query-index-phrase,
944 reftex-index-phrase-match-is-indexed,
945 reftex-index-phrases-fixup-line,
946 reftex-index-phrases-replace-space,
947 reftex-index-select-phrases-macro): New functions.
948 (reftex-index-globalize, reftex-index-globally): functions removed
949 (eval-when-compile (require 'cl)) added.
950
951 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
952 for max level.
953 (reftex-toc-max-level-indicator): New variable.
954 (reftex-toc-max-level): New command.
955 (reftex-toc-map): New keybinding `t'.
956 (reftex-toc-help): Constant updated.
957 (eval-when-compile (require 'cl)) added.
958
959 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
960 `t' command key can change `reftex-toc-max-level'
961 (eval-when-compile (require 'cl)) added.
962
963 * textmode/reftex-sel (reftex-insert-docstruct): Respect
964 `reftex-toc-max-level'
965 (eval-when-compile (require 'cl)) added.
966
967 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
968 added.
969
970 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
971 added.
972
973 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
974 commands.
975 (reftex-citation, reftex-do-citation,
976 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
977 preselect a citation format.
978 (eval-when-compile (require 'cl)) added.
979
980 * textmodes/reftex-parse.el (reftex-context-substring): Optional
981 parameter to-end
982 (reftex-section-info): Deal with environment matches.
983 (eval-when-compile (require 'cl)) added.
984
985 * reftex-global.el (eval-when-compile (require 'cl)) added.
986
987 1999-12-15 Kenichi Handa <handa@etl.go.jp>
988
989 The following changes are for the new composition mechanism. We
990 have deleted `composition' charset and composite characters,
991 instead introduced a special text property `composition'.
992
993 * composite.el: New file.
994
995 * ps-mule.el: Define encode-composition-rule and find-composition
996 for Emacs 20.4 and the earlier versions.
997 (ps-mule-init-external-library): Just require a feature for
998 external libraries.
999 (ps-mule-prologue): Postscript code modified for new composition.
1000 (ps-mule-find-wrappoint): New arg COMPOSITION.
1001 (ps-mule-plot-string): Delete code for composite characaters.
1002 (ps-mule-plot-composition): New funcion.
1003 (ps-mule-prepare-font-for-components): New function.
1004 (ps-mule-plot-components): New function.
1005 (ps-mule-composition-prologue-generated): Renamed from
1006 ps-mule-cmpchar-prologue-generated.
1007 (ps-mule-composition-prologue): New named from
1008 ps-mule-cmpchar-prologue. Modified for new composition.
1009 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
1010 ps-mule-prepare-cmpchar-font): Deleted.
1011 (ps-mule-string-encoding): New arg NO-SETFONT.
1012 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
1013 check Composing, not Cmpchar
1014 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
1015 to nil.
1016 (ps-mule-begin-job): Check existence of new composition.
1017
1018 * ps-print.el (ps-plot-region): Handle new composition.
1019
1020 * simple.el (what-cursor-position): Show "(composed)" if the
1021 character is composed.
1022
1023 * international/characters.el: Fix cateogries of Lao symbols.
1024
1025 * international/fontset.el (vertical-centering-font-regexp): New
1026 variable.
1027
1028 * international/mule.el (mule-version): Updated to 5.0 (AOI).
1029 (mule-version-date): Updated to 1999.12.7.
1030 (with-category-table): New macro.
1031
1032 * international/mule-cmds.el (encode-coding-char): Don't check
1033 composite character.
1034
1035 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
1036 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
1037 x-ctext): Give `composition' property t.
1038
1039 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
1040 non-nil) at the tail of ALIST.
1041 (compose-region, decompose-region, decompse-string,
1042 reference-point-alist, compose-chars): Moved to composite.el.
1043 (compose-chars-component, compose-chars-rule,
1044 decompose-composite-char): Deleted.
1045
1046 * international/quail.el (quail-install-map): New optional arg
1047 NAME.
1048 (quail-get-translation): If DEF is a symbol but not a function,
1049 ignore it.
1050 (quail-start-translation): Put a key sequence undefined in the
1051 translation keymap in unread-command-events, not generated-events.
1052 Return parameterized event (compose-last-chars N) if the input
1053 characters should be composed.
1054 (quail-map-definition): If DEF is t, treat it as nil.
1055 (quail-delete-last-char): Delete the quail region.
1056 (quail-show-translations): Don't show list of translations if the
1057 quail package is deterministic.
1058 (quail-completion-max-depth): New variable.
1059 (quail-completion-1): Pay attention to the above variable. Fix
1060 for the case that a translation is a function.
1061 (quail-map-from-table, quail-map-from-table-1,
1062 quail-map-from-table-2): New functions.
1063 (quail-lookup-map-and-concat): New function
1064
1065 * language/devan-util.el: Mostly rewritten.
1066
1067 * language/lao.el: Register lao-composition-function in
1068 composition-function-table.
1069
1070 * language/lao-util.el: Mostly rewritten.
1071
1072 * language/thai.el: Register thai-composition-function in
1073 composition-function-table.
1074 (thai-tis620): Delete `pre-write-conversion' property.
1075
1076 * language/thai-util.el: (thai-category-table): Make it by
1077 make-category-table.
1078 (thai-composition-pattern): New variable.
1079 (thai-compose-region, thai-compose-string): Use
1080 with-category-table.
1081 (thai-post-read-conversion): Just call thai-compose-region.
1082 (thai-pre-write-conversion): Deleted.
1083 (thai-composition-function): New funciton.
1084
1085 * language/tibet-util.el: Most functions rewritten.
1086 (tibetan-char-p): Renamed from tibetan-char-examin.
1087 (tibetan-composable-examin) (tibetan-complete-char-examin)
1088 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
1089 (tibetan-add-components): New function.
1090 (tibetan-composition-function): New function.
1091
1092 * language/tibetan.el: Register tibetan-composition-function in
1093 composition-function-table.
1094 (tibetan-composable-pattern): New variable.
1095 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
1096 (tibetan-precomposition-rule-alist): Move punctuations to
1097 tibetan-punctuation-transcription-alist and
1098 tibetan-obsolete-glyphs.
1099 (tibetan-punctuation-transcription-alist): New variable.
1100 (tibetan-obsolete-glyphs): New variable.
1101 (tibetan-regexp): Improve the initialization code.
1102
1103 * textmodes/fill.el (fill-find-break-point): Delete codes for
1104 composite characters.
1105 (fill-region-as-paragraph): Likewise.
1106
1107 1999-12-14 Gerd Moellmann <gerd@gnu.org>
1108
1109 * international/mule-cmds.el (default-input-method): Specify
1110 that it should be set after current-language-environment.
1111
1112 * custom.el (custom-handle-keyword): Add :set-after.
1113 (custom-add-dependencies): New function.
1114 (custom-set-variables): Take dependencies between args into
1115 account.
1116
1117 * battery.el (battery): Doc fix.
1118
1119 1999-12-12 Gerd Moellmann <gerd@gnu.org>
1120
1121 * progmodes/cc-make.el: Removed.
1122
1123 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1124
1125 * Release of cc-mode 5.26
1126
1127 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1128
1129 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
1130 target depth. Optionally count #else lines as clause limits,
1131 as suggested by don provan <provan@lucent.com>. #elif
1132 handling fixed.
1133
1134 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
1135 (c-down-conditional-with-else): New commands that uses the
1136 added functionality in `c-forward-conditional'.
1137
1138 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1139
1140 * cc-align.el (c-lineup-comment): Preserve the alignment with
1141 a comment on the previous line instead of preserving the
1142 comment-column.
1143
1144 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1145
1146 * Fixes to IDL mode after input from Eric Eide
1147 <eeide@cs.utah.edu>:
1148 * cc-engine.el (c-beginning-of-statement-1): Allow
1149 `c-conditional-key' to be nil, for the benefit of IDL mode.
1150 * cc-engine.el (c-guess-basic-syntax): Ditto.
1151 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
1152 but do match CORBA 2.3 `valuetype'.
1153 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
1154 for IDL.
1155 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
1156 be nil for IDL.
1157 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
1158 Like C++.
1159 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
1160 set `c-method-key' and `c-baseclass-key' to nil.
1161
1162 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1163
1164 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
1165 with nonhanging open braces.
1166
1167 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1168
1169 * cc-align.el: Added docstrings to all lineup functions.
1170
1171 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
1172 keyword.
1173
1174 * cc-align.el (c-lineup-C-comments): Handle free form text
1175 comments. Use c-comment-prefix-regexp and comment-start-skip
1176 instead of hardcoded regexps.
1177
1178 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1179
1180 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
1181 behavior and return value as documented.
1182
1183 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1184
1185 * Changes for new style variable init system:
1186 * cc-langs.el (c-common-init): Dito.
1187 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
1188 now customizable.
1189 * cc-vars.el: Style variables may now take a value
1190 'set-from-style to make them take their value from the style
1191 system. This value is now the default on all these variables.
1192 * cc-vars.el (c-valid-offset): New function to verify a
1193 syntactic symbol offset setting.
1194 * cc-vars.el (c-offsets-alist): Variable moved from
1195 cc-styles.el since it's now customizable in a similar way to
1196 the other style variables.
1197 * cc-vars.el (c-old-style-variable-behavior): New variable to
1198 revert to the old style init behavior.
1199
1200 * cc-vars.el (c-file-style, c-file-offsets): Made always
1201 buffer local.
1202
1203 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
1204 the throws clause that might follow the function prototype in
1205 C++.
1206
1207 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1208
1209 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
1210 could move forward for macros that doesn't start in column 0.
1211
1212 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1213
1214 * cc-align.el (c-indent-multi-line-block,
1215 c-lineup-whitesmith-in-block): Two new lineup functions for
1216 use in whitesmith style.
1217
1218 * cc-styles.el (c-style-alist): More fixes to whitesmith
1219 style. It should now handle all different braces uniformly in
1220 both hanging and non-hanging cases.
1221
1222 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1223
1224 * cc-cmds.el (c-indent-exp): Use a marker to save point to
1225 make it stay in the same position relative to the surrounding
1226 text.
1227
1228 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
1229 when adaptive-fill-mode doesn't manage to get it correct.
1230
1231 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
1232 with dotted notation, e.g. foo.bar.Gnu.
1233
1234 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
1235 within unwind-protect (previously only some were wrapped so it
1236 would be possible to register mode initialization when full
1237 initialization did not finish).
1238
1239 * cc-styles.el (c-style-alist): Corrected the brace placement
1240 in the whitesmith style. Thanks to Sean Luke
1241 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
1242 styles with consistent brace placement for all constructs.
1243
1244 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1245
1246 * cc-cmds.el (c-context-line-break): Continue C++ comments too
1247 when point is in the middle of them.
1248
1249 * cc-cmds.el: Line breaking and paragraph filling code
1250 rewritten:
1251 (c-guess-fill-prefix): New function that uses various
1252 heuristics to guess the comment prefix.
1253 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
1254 It now assumes adaptive filling is active to preserve the line
1255 prefix inside comments.
1256 (c-indent-new-comment-line): Replacement for the now
1257 obsolete `c-comment-line-break-function' that uses
1258 `c-guess-fill-prefix' when appropriate. It now observes the
1259 setting of `comment-multi-line', which has effect in C-style
1260 block comments.
1261
1262 * cc-cmds.el (c-context-line-break): New function intended to
1263 be put on RET. It's essentially `newline-and-indent', but
1264 continues C block comments with the appropriate line prefix.
1265
1266 * cc-cmds.el (c-do-auto-fill): New function put on
1267 `normal-auto-fill-function' to implement the
1268 `c-ignore-auto-fill' variable.
1269
1270 * cc-cmds.el (c-beginning-of-statement): Use
1271 `c-comment-prefix-regexp' to avoid ending up inside the
1272 comment prefix. Better handling of comment starters and
1273 enders. Catch comments better when traversing code. Stop at
1274 preprocessor directives.
1275
1276 * cc-defs.el (c-forward-comment): New subst to hide platform
1277 dependent quirks in `forward-comment'.
1278
1279 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
1280 argument.
1281 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
1282 arguments. Activate this function by default when
1283 `parse-partial-sexp' supports it (currently Emacs 20.x).
1284
1285 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
1286 on the comment opener to make constants usable as lineup
1287 arguments.
1288
1289 * cc-align.el (c-lineup-C-comments): Fixes to handle the
1290 changed anchor position in the `c' syntactic symbol. Handle
1291 more than stars in the comment prefix; use the new variable
1292 `c-comment-prefix-regexp'. Don't indent text not preceded by
1293 a comment prefix to the right of the comment opener if it's
1294 long.
1295
1296 * cc-langs.el: Fixes to mode initialization for new line
1297 breaking and paragraph filling method. Adaptive fill mode is
1298 now activated at startup instead of deactivated. The
1299 variables used for adaptive filling and paragraph movement are
1300 also changed to incorporate the value of
1301 `c-comment-prefix-regexp'. `substitute-key-definition' is
1302 used to override some functions in the global map instead of
1303 overriding their default bindings.
1304
1305 * cc-mode.el (java-mode): Modify `paragraph-start' for the
1306 javadoc markup at mode init.
1307
1308 * cc-mode.el (c-setup-filladapt): A new convenience function
1309 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
1310 function is intended to be used explicitly by the end user
1311 only.
1312
1313 * cc-vars.el (c-comment-prefix-regexp): New variable used to
1314 recognize the comment fill prefix inside comments.
1315 (c-block-comment-prefix): New name for
1316 `c-comment-contiuation-stars', which is now obsolete. It's
1317 generalized to handle any character sequence.
1318 (c-ignore-auto-fill): New variable used to selectively disable
1319 Auto Fill mode in specific contexts.
1320
1321 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1322
1323 * cc-cmds.el (c-comment-indent): Leave at least one space
1324 between the comment and the last nonblank character in the
1325 case where we look at the indentation of the comment on the
1326 previous line (case 4).
1327
1328 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
1329 list of characters that may start a statement (it's a sort of
1330 prefix operator in Pike, and isn't used at all in any of the
1331 other languages).
1332
1333 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1334
1335 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
1336 inside continued statements as statement-cont instead of
1337 brace-list-open. The reason is that one normally adjusts
1338 brace-list-open for brace lists as top-level constructs, and
1339 brace lists inside statements is a completely different
1340 context. Case 10B.2 changed. Also changed (the somewhat
1341 esoteric) case 9A to cope with this.
1342
1343 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1344
1345 * cc-cmds.el (c-electric-brace): Added electric handling of
1346 the open brace for brace-elseif-brace.
1347
1348 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1349
1350 * cc-defs.el (c-with-syntax-table): New macro to easily switch
1351 syntax tables temporarily.
1352
1353 * cc-engine.el (c-guess-basic-syntax): Handle template and
1354 member init argument lists split over several lines. Case 5D
1355 changed.
1356
1357 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
1358 @throws introduced in Javadoc 1.2.
1359
1360 * cc-menus.el (cc-imenu-java-generic-expression): Applied
1361 patch from RMS to avoid infinite backtracking.
1362
1363 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1364
1365 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
1366 by [ ].
1367
1368 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1369
1370 * cc-align.el (c-lineup-dont-change): Compensate properly for
1371 the column in langelem.
1372
1373 * cc-engine.el (c-syntactic-information-on-region): New
1374 function to help debugging the syntactic analysis.
1375
1376 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1377
1378 * cc-align.el (c-lineup-template-args): Handle nested template
1379 arglists.
1380
1381 * cc-langs.el (c++-template-syntax-table): New syntax table
1382 that makes `<' and `>' parenthesis characters, which is useful
1383 to switch to temporarily when analyzing template arglists.
1384
1385 * cc-styles.el: Changed default alignment of labels in the
1386 java style to conform to the examples in the Java Language
1387 Specification.
1388
1389 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
1390 by default.
1391
1392 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1393
1394 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
1395 immediately before the closing paren in an arglist, so don't
1396 check that in Pike mode. Case 7A changed.
1397
1398 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1399
1400 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
1401 lines were ignored under certain conditions.
1402
1403 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1404
1405 * cc-align.el (c-lineup-template-args): New function for
1406 aligning continued template argument lists.
1407
1408 * cc-engine.el (c-guess-basic-syntax): Fix for member init
1409 lists containing function arglists split over several lines.
1410 Case 5D.1 changed.
1411
1412 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
1413 template-args-cont didn't get recognized when the first
1414 arglist opener line doesn't contain a template argument. New
1415 case 5K.
1416
1417 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1418
1419 * cc-defs.el (c-point): Changed from subst to macro for
1420 efficiency.
1421 (c-beginning-of-defun-1, c-end-of-defun-1): New
1422 beginning-of-defun/end-of-defun wrappers separated from
1423 c-point.
1424
1425 * cc-menus.el (imenu-generic-expression,
1426 imenu-case-fold-search, imenu-progress-message): Dummy
1427 definitions to avoid compiler warnings if imenu can't be
1428 loaded.
1429 * cc-menus.el (cc-imenu-init): New function called at mode
1430 init.
1431 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
1432 imenu initializations to cc-imenu-init.
1433
1434 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1435
1436 * cc-engine.el (c-guess-basic-syntax): Slightly better check
1437 for lambda-intro-cont in Pike mode. Case 6 changed.
1438
1439 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
1440 anything following "new Foo()" was considered an anonymous
1441 class body in Java mode.
1442
1443 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
1444
1445 * cc-cmds.el (c-comment-line-break-function): When breaking in
1446 a string, don't insert a new line.
1447
1448 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
1449
1450 * cc-engine.el (c-at-toplevel-p): New interface function which
1451 returns information useful to add-on authors. It tells you
1452 whether you're at a toplevel statement or not.
1453
1454 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
1455
1456 * cc-cmds.el (c-comment-line-break-function): It is possible
1457 that forward-line does not land us at the bol, say if we're on
1458 the last line in a file. In that case, do a
1459 back-to-indentation instead of a forward-comment -1.
1460
1461 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1462
1463 * cc-engine.el (c-beginning-of-statement-1): Don't catch
1464 "default:" as normal label in case 4.
1465
1466 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1467
1468 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
1469 recognize continued bitfield declarations. Case 5D.1 changed.
1470 * cc-langs.el: New variable c-bitfield-key.
1471 * cc-mode.el: New variable c-bitfield-key.
1472
1473 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1474
1475 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
1476 anonymous array expressions (i.e. "new Foo[] {.. bracelist
1477 ..}").
1478
1479 1999-12-12 Dave Love <fx@gnu.org>
1480
1481 * mail/footnote.el: Require cl when compiling. Don't autoload
1482 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
1483 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
1484 Avoid `acons'.
1485 (footnote-mode-line-string, Footnote-add-footnote): Remove
1486 autoload cookie.
1487
1488 1999-12-12 Richard Sharman <rsharman@pobox.com>
1489
1490 * sh-script.el: Fix for when font-lock mode is active.
1491 (sh-font-lock-unfontify-region-function): New function.
1492
1493 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
1494
1495 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
1496 if start-process is not bound, since Ispell now supports such
1497 platforms as well.
1498
1499 1999-12-12 Gerd Moellmann <gerd@gnu.org>
1500
1501 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
1502 rmail-summary-goto-msg.
1503
1504 * files.el (after-find-file): Fix previous change.
1505
1506 1999-12-11 Dave Love <fx@gnu.org>
1507
1508 * help.el (where-is): Use `commandp' as predicate for
1509 `completing-read'
1510
1511 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1512
1513 * cus-edit.el (custom-save-delete): Delete all occurrences,
1514 leave point where the first occurrence was.
1515 (custom-save-faces): Insert a newline at the end of the comment.
1516 Avoid a double newline there.
1517 If final closeparen is at bol, put a space before it.
1518 (custom-save-variables): Likewise.
1519 (custom-file): Doc fix.
1520
1521 1999-12-10 Gerd Moellmann <gerd@gnu.org>
1522
1523 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
1524 regexp matching image and audio files.
1525
1526 1999-12-09 Dave Love <fx@gnu.org>
1527
1528 * mail/footnote.el: New file.
1529
1530 1999-12-09 Gerd Moellmann <gerd@gnu.org>
1531
1532 * files.el (after-find-file): Use auto-save-visited-file-name if
1533 set.
1534
1535 * mail/feedmail.el (feedmail-find-eoh): Take
1536 feedmail-queue-alternative-mail-header-separator into account.
1537
1538 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
1539
1540 * smerge-mode.el: New file.
1541
1542 * font-lock.el (font-lock-multiline): New variable.
1543 (font-lock-add-keywords): Rename `major-mode' into `mode'.
1544 (font-lock-remove-keywords): Added a dummy `mode' argument for
1545 potential future support.
1546 (font-lock-fontify-anchored-keywords,
1547 (font-lock-fontify-keywords-region): Only handle multiline strings
1548 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
1549
1550 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1551
1552 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
1553
1554 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
1555
1556 1999-12-07 Dave Love <fx@gnu.org>
1557
1558 * help.el (view-emacs-problems): New command, bound to C-h P.
1559
1560 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
1561
1562 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
1563
1564 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
1565 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
1566 New code to support the minor mode version.
1567 (diff-recenter): New function.
1568 (diff-next-hunk, diff-next-file): Use it.
1569 (diff-remembered-files-alist): New var.
1570 (diff-merge-strings): New function.
1571 (diff-find-file-name): Make it smarter and use the user's input more.
1572 (diff-mode): Cosmetic changes.
1573
1574 * files.el (save-some-buffers): Turn EXITING into the more general
1575 PRED argument to allow specifying a subset of buffers.
1576
1577 * simple.el (kill-region): Use the new `delete-and-extract-region'
1578 rather than the undo log (which is incorrect with *-change-functions).
1579
1580 * font-lock.el (font-lock-default-fontify-region): Fix subtle
1581 off-by-one problem that could force re-fontifying the whole buffer.
1582 (font-lock-remove-keywords): New function.
1583 (font-lock-add-keywords): Use the new function to ensure idempotence.
1584
1585 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
1586
1587 * viper-cmd.el (viper-minibuffer-standard-hook,
1588 viper-minibuffer-real-start): Mew functions.
1589 (viper-read-string-with-history,viper-file-add-suffix,
1590 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
1591 change in the status of the minibuffer prompt.
1592
1593 1999-12-06 Gerd Moellmann <gerd@gnu.org>
1594
1595 * comint.el (comint-redirect-results-list)
1596 (comint-redirect-results-list-from-process): Remove interactive
1597 spec.
1598
1599 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
1600
1601 * info.el (info-node, info-menu-5, info-xref): Define colors for
1602 Info faces if the display supports them.
1603
1604 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
1605
1606 Changes for automatic remapping of X colors on terminal frames:
1607
1608 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
1609 term-setup-hook. Call msdos-remember-default-colors and
1610 msdos-handle-reverse-video.
1611 (msdos-face-setup): Parts of code moved to
1612 msdos-setup-initial-frame.
1613 (msdos-handle-reverse-video): New function, modeled after
1614 x-handle-reverse-video.
1615 (make-msdos-frame): Don't use initial-frame-alist and
1616 default-frame-alist. Call msdos-handle-reverse-video.
1617 (msdos-color-aliases): Remove.
1618 (msdos-color-translate, msdos-approximate-color): Remove.
1619 (msdos-color-values): Use 16-bit RGB values. RGB values updated
1620 for better approximation of X colors.
1621 (msdos-face-setup): Call tty-color-clear. Remove code that sets
1622 up tty-color-alist (it is now on startup.el).
1623 (x-display-color-p, x-color-defined-p, x-color-values,
1624 x-defined-colors, face-color-supported-p, face-color-gray-p):
1625 Remove.
1626
1627 * facemenu.el (facemenu-read-color, list-colors-display): Use
1628 defined-colors for all frame types.
1629 (facemenu-color-equal): Use color-values for all frame types.
1630
1631 * faces.el (read-face-attribute): For :foreground and :background
1632 attributes and frames on character terminals, translate the color
1633 to the closest supported one before looking it up in the list of
1634 valid values.
1635 (face-valid-attribute-values): Call defined-colors for all types
1636 of frames.
1637 (defined-colors, color-defined-p, color-values, display-color-p):
1638 New finctions.
1639 (x-defined-colors, x-color-defined-p, x-color-values,
1640 x-display-color-p): Aliases for the above.
1641
1642 * startup.el (command-line): Register terminal colors for frame
1643 types other than x and w32, but only if the terminal supports
1644 colors. Call tty-color-define instead of face-register-tty-color.
1645
1646 * term/x-win.el (xw-defined-colors): Renamed from
1647 x-defined-colors.
1648 * term/w32-win.el (xw-defined-colors): Likewise.
1649
1650 * term/tty-colors.el: New file.
1651 * loadup.el: Load term/tty-colors.
1652
1653 1999-12-06 Dave Love <fx@gnu.org>
1654
1655 * ffap.el: Autoload the ffap alias directly.
1656
1657 1999-12-06 Inge Frick <inge@nada.kth.se>
1658
1659 * dired-aux.el (dired-do-shell-command): Changed documentation.
1660 (dired-shell-stuff-it): A `?' in COMMAND has now the same
1661 meaning as `*'.
1662
1663 1999-12-06 Gerd Moellmann <gerd@gnu.org>
1664
1665 * simple.el (insert-buffer): Doc fix.
1666
1667 * apropos.el (apropos-mode): Add autoload cookie.
1668
1669 1999-12-06 Sam Steingold <sds@goems.com>
1670
1671 * progmodes/etags.el (etags-tags-completion-table): Modified the
1672 regexp to allow for the CL symbols starting with `+*'.
1673 (tags-completion-table): Doc fix (it's an obarray, not an alist).
1674 (tags-completion-table, tags-recognize-empty-tags-table): Remove
1675 `function' quoting lambda.
1676 (tags-with-face): New macro.
1677 (list-tags, tags-apropos): Use it.
1678 (tags-apropos-additional-actions): New user option.
1679 (etags-tags-apropos-additional): Use it.
1680 (tags-apropos): Call etags-tags-apropos-additional.
1681 (tags-apropos-verbose): New user option.
1682 (etags-tags-apropos): Use it.
1683 (visit-tags-table-buffer, next-file): Use `unless'.
1684 (recognize-empty-tags-table): Renamed to
1685 tags-recognize-empty-tags-table.
1686 (complete-tag): Call tags-complete-tag bypassing try-completion.
1687
1688 1999-12-06 Kenichi Handa <handa@etl.go.jp>
1689
1690 * international/mule.el (set-buffer-file-coding-system): Docstring
1691 modified.
1692
1693 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
1694
1695 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
1696 using the hideshow package.
1697 (hs-special-modes-alist): Added entry for bibtex to allow the use
1698 of the hideshow package.
1699 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
1700 not longer provided by bibtex.el directly. Instead the hideshow
1701 package should be used.
1702 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
1703 references to bibtex-hide-entry-bodies.
1704
1705 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
1706
1707 * textmodes/bibtex.el: Copyright notice is up to date. Moved
1708 maintainer information closer to the beginning of the bibtex.el
1709 file.
1710 (bibtex-maintainer-salutation): New constant.
1711 (bibtex-version): New constant.
1712 (bibtex-submit-bug-report): Use bibtex-version and
1713 bibtex-maintainer-salutation.
1714 (bibtex-entry-field-alist): Made booktitle field optional for
1715 @inproceedings entries when crossreferenced.
1716 (bibtex-entry-field-alist): Added booktitle field to proceedings
1717 entry type (for cross referencing). Thanks to Wagner Toledo Correa
1718 for the suggestion.
1719 (bibtex-string-file-path): Fixed typo.
1720
1721 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
1722
1723 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
1724 for reftex.el.
1725 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
1726 to menu.
1727
1728 1999-12-04 Dave Love <fx@gnu.org>
1729
1730 * delsel.el: Revert previous change -- region is significant to
1731 skeleton.
1732
1733 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
1734
1735 * viper-cmd.el (viper-change-state): Use
1736 viper-ESC-moves-cursor-back to decide whether to move the cursor
1737 back.
1738
1739 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
1740
1741 * international/mule-util.el (truncate-string-to-width): Docsting
1742 fixed.
1743
1744 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
1745
1746 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
1747 use of `cond'.
1748 (lm-with-file): Move all the find-file...kill-buffer stuff into
1749 this macro. Make it use `find-file-noselect' and make it kill
1750 the buffer only if it wasn't already displayed somewhere.
1751 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
1752 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
1753 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
1754 (lm-commentary): Fix to handle the case when the change log is
1755 at the end of the file.
1756
1757 1999-12-02 Kenichi Handa <handa@etl.go.jp>
1758
1759 * international/mule.el (charsetp): Fix typo in docstring.
1760
1761 * international/mule-diag.el (list-coding-categories): Fix typo;
1762 automatic -> autoload.
1763
1764 1999-12-02 Gerd Moellmann <gerd@gnu.org>
1765
1766 * vc.el (vc-update-change-log): Look for rcs2log under
1767 exec-directory.
1768
1769 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
1770 outline-regexp, add outline-level.
1771 (lisp-outline-level): New.
1772
1773 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
1774 remove extraneous string-match.
1775
1776 * finder.el (finder-commentary): Activate Finder mode.
1777
1778 1999-12-01 Anders Lindgren <andersl@andersl.com>
1779
1780 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
1781 off when reverting buffers that contained mode specifiers.
1782 `revert-buffer' is now called with non-nil PRESERVE-MODES
1783 argument.
1784
1785 1999-12-01 Dave Love <fx@gnu.org>
1786
1787 * delsel.el: Grok skeleton-pair-insert-maybe.
1788
1789 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1790
1791 * progmodes/cperl-mode.el (cperl-under-as-char):
1792 Use nil as default.
1793
1794 1999-11-30 Gerd Moellmann <gerd@gnu.org>
1795
1796 * speedbar.el (toplevel): Remove compatibility code for Emacs
1797 versions without custom.el.
1798
1799 1999-11-30 Dave Love <fx@gnu.org>
1800
1801 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
1802
1803 * autoinsert.el: Minor doc fixes.
1804 (auto-insert): Return nil.
1805
1806 * faces.el (set-face-documentation): Purecopy STRING.
1807
1808 1999-11-29 Dave Love <fx@gnu.org>
1809
1810 * derived.el: Doc fixes, remove old backquote syntax.
1811
1812 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
1813 comment warning about editing.
1814
1815 * help.el (help-mode-hook): Define.
1816
1817 1999-11-29 Gerd Moellmann <gerd@gnu.org>
1818
1819 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
1820 invalid translation of old-style backquote syntax to new syntax.
1821
1822 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
1823
1824 * Makefile (DONTCOMPILE): Add term/internal.el.
1825
1826 1999-11-26 Dave Love <fx@gnu.org>
1827
1828 * comint.el: Fix last change.
1829
1830 * emacs-lisp/advice.el: Fix last change.
1831
1832 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1833
1834 * cus-edit.el (Custom-reset-standard): Doc fix.
1835 (custom-variable-reset-standard): Doc fix.
1836 (custom-face-reset-standard): Doc fix.
1837 (custom-face-menu): "Reset to Standard" => "Erase Customization".
1838 (custom-variable-menu): Likewise.
1839 (custom-reset-menu): Likewise.
1840 (custom-buffer-create-internal): Likewise.
1841
1842 1999-11-26 Dave Love <fx@gnu.org>
1843
1844 * progmodes/make-mode.el (makefile-mode-hook): Customize.
1845
1846 * font-lock.el: Doc fixes.
1847
1848 * menu-bar.el (menu-bar-mode): Customize.
1849
1850 * cus-start.el: Add use-dialog-box.
1851
1852 * add-log.el (change-log-mode-hook): Customize.
1853 (add-log-current-defun): Use
1854 fortran-{beginning,end}-of-subprogram.
1855
1856 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1857
1858 * emacs-lisp/advice.el: Many doc fixes.
1859
1860 * comint.el (comint-preoutput-filter-functions): Doc fix.
1861
1862 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1863
1864 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1865 Improve messages for capitalization of arg names,
1866 for flag variables, for t and nil, for imperatives.
1867 Call them imperatives rather than infinitives sans "to".
1868 (checkdoc-common-verbs-wrong-voice): Add "moves".
1869 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
1870
1871 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
1872 Don't convert comments from 3-semicolon to 2-semicolon.
1873 That is a matter of style.
1874 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
1875 (checkdoc-comments): Don't bind that variable.
1876
1877 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1878
1879 * files.el (write-file-hooks): Doc fix.
1880
1881 1999-11-26 Gerd Moellmann <gerd@gnu.org>
1882
1883 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
1884
1885 1999-11-25 Dave Love <fx@gnu.org>
1886
1887 * hippie-exp.el: Require comint when compiling.
1888 (hippie-expand): Add :links.
1889 (hippie-expand-try-functions-list): Customize.
1890
1891 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
1892
1893 * viper*el: Replaced old-style backquotes.
1894
1895 * ediff*el: Replaced old-style backquotes.
1896
1897 * ediff-merge
1898 (ediff-looks-like-combined-merge,ediff-get-combined-region):
1899 Changed to support the new format for ediff-combination-pattern.
1900
1901 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
1902 Changed to support the new format for ediff-combination-pattern.
1903
1904 1999-11-24 Dave Love <fx@gnu.org>
1905
1906 * custom.el (custom-declare-group): Purecopy DOC.
1907 (custom-handle-keyword): Purecopy VALUE.
1908 (custom-add-link): Purecopy WIDGET.
1909 (custom-add-version): Purecopy VERSION.
1910 (custom-add-load): Purecopy LOAD.
1911
1912 * cus-face.el (custom-declare-face): Purecopy DOC.
1913
1914 * info.el:
1915 (Info-build-node-completions, Info-search, Info-follow-reference)
1916 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
1917 (Info-find-emacs-command-nodes): Avoid properties on matched text
1918 which may appear in minibuffer.
1919
1920 1999-11-24 Gerd Moellmann <gerd@gnu.org>
1921
1922 * locate.el (locate-with-filter): Doc fix.
1923
1924 1999-11-24 Alex Schroeder <alex@gnu.org>
1925
1926 * sql.el (sql-find-sqli-buffer): New function.
1927 (sql-set-sqli-buffer-generally): New function.
1928 (sql-set-sqli-buffer): Better checking of new-buffer.
1929 (sql-copy-column): Add comma after INTO clause, too.
1930
1931 1999-11-24 Alex Schroeder <alex@gnu.org>
1932
1933 * sql.el (sql-imenu-generic-expression): New, used to set
1934 imenu-generic-expression.
1935
1936 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
1937 setting font-lock-defaults' SYNTAX-ALIST. Set
1938 imenu-generic-expression, imenu-case-fold-search, and
1939 imenu-syntax-alist.
1940
1941 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
1942 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
1943
1944 1999-11-23 Andrew Innes <andrewi@gnu.org>
1945
1946 * w32-win.el (w32-drag-n-drop): Load files in current window, if
1947 drop coords aren't over a specific window.
1948
1949 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1950
1951 * ps-print.el: Define mule funs without checking if mule package is
1952 loaded.
1953 (ps-print-version): New version number (5.0.1).
1954 (ps-header-dirpart): Now uses abbreviate-file-name.
1955
1956 1999-11-23 Dave Love <fx@gnu.org>
1957
1958 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
1959 comment-line-start.
1960 (fortran-comment-line-start-skip): Renamed from
1961 comment-line-start-skip.
1962 (fortran-mode-map): Use renamed functions. Add manual and custom
1963 entries to menu.
1964 (fortran-mode-hook): Customize.
1965 (fortran-comment-indent-function): Renamed from
1966 fortran-comment-hook.
1967 (delete-horizontal-regexp): Function deleted.
1968 (fortran-electric-line-number): Simplified.
1969 (fortran-beginning-of-subprogram): Renamed from
1970 beginning-of-fortran-subprogram.
1971 (fortran-end-of-subprogram): Renamed from
1972 end-of-fortran-subprogram.
1973 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
1974 (fortran-previous-statement, fortran-next-statement): Simplified.
1975 (fortran-blink-match): New function.
1976 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
1977 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
1978 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
1979 line-end-position.
1980 (fortran-fill): No longer interactive. Simplified.
1981 (fortran-break-line): Simplified.
1982 (fortran-analyze-file-format): Use char-after, not looking-at.
1983
1984 * emacs-lisp/find-func.el (find-function-regexp): Use
1985 `define-minor-mode' after easy-menu change.
1986
1987 1999-11-23 Gerd Moellmann <gerd@gnu.org>
1988
1989 * comint.el: Add redirection.from active comint buffers into
1990 another buffer. Written by Peter Breton.
1991
1992 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
1993
1994 * emacs-lisp/autoload.el (make-autoload): Recognize the new
1995 `define-minor-mode'.
1996 (define-minor-mode): Specify `doc-string-elt'.
1997
1998 * emacs-lisp/easy-mmode.el: Changed maintainer.
1999 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
2000 Use defcustom for the hooks; Improve the auto-generated docstrings.
2001 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
2002 (define-minor-mode): Add BODY arg; Only declare the keymap if
2003 provided; Improve the auto-generated docstrings.
2004
2005 1999-11-22 Gerd Moellmann <gerd@gnu.org>
2006
2007 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
2008 that the leading `^' is at the start. This is necessary because
2009 paragraphs.el tries to remove anchors, but can find them only if
2010 they are the first character.
2011
2012 * progmodes/antlr-mode.el: New file.
2013
2014 * calendar/calendar.el: Fix autoload for
2015 calendar-absolute-from-astro. Add autoload for
2016 calendar-print-astro-day-number.
2017
2018 1999-11-21 Anders Lindgren <andersl@andersl.com>
2019
2020 * follow.el: Use modern backquote syntax. Minor comment update.
2021
2022 1999-11-21 Gerd Moellmann <gerd@gnu.org>
2023
2024 * simple.el (with-syntax-table): Don't switch buffers.
2025
2026 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
2027 progmodes/hideif.el: Use new backquote syntax.
2028
2029 1999-11-21 Ken Manheimer <klm@python.org>
2030
2031 * icomplete.el (icomplete-completions): Use an explicit variable
2032 `icomplete-prospects-length', obviating the need to use an
2033 apparently faulty throw/catch arrangement.
2034
2035 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
2036
2037 * term/internal.el (IT-display-table-setup): Don't overstep
2038 character code 255.
2039
2040 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
2041
2042 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
2043 for the charset chinese-sisheng is 7bit encoding, not 8bit.
2044
2045 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
2046
2047 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
2048 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
2049
2050 * files.el (auto-mode-alist): Add patterns for diff-mode.
2051
2052 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
2053 to detect an empty prompt.
2054
2055 1999-11-18 Dave Love <fx@gnu.org>
2056
2057 * simple.el (input-mode-8-bit): Fix the customization.
2058
2059 1999-11-18 Gerd Moellmann <gerd@gnu.org>
2060
2061 * international/iso-acc.el (iso-languages): Add more
2062 characters for Portuguese.
2063
2064 * speedbar.el: Clean up comment at the start of the file.
2065 Remove RCS id.
2066
2067 * progmodes/compile.el (compilation-parse-errors): Use
2068 compilation-buffer-p instead of testing major-mode.
2069
2070 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
2071
2072 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
2073 (quickurl-ask): completion-ignore-case is set to the value of
2074 quickurl-completion-ignore-case for the duration of the call to
2075 completing-read.
2076
2077 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2078
2079 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
2080
2081 1999-11-18 Kenichi Handa <handa@etl.go.jp>
2082
2083 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
2084 instead of ps-print-def.
2085
2086 * ps-print.el: Require ps-vars instead of ps-print-def.
2087
2088 * ps-mule.el: Require ps-vars instead of ps-print-def.
2089
2090 1999-11-17 Gerd Moellmann <gerd@gnu.org>
2091
2092 * simple.el (with-syntax-table): Save buffer explicitly instead of
2093 using save-excursion.
2094
2095 1999-11-16 Gerd Moellmann <gerd@gnu.org>
2096
2097 * mail/supercite.el: New maintainer.
2098
2099 1999-11-16 Reto Zimmermann <reto@synopsys.com>
2100
2101 * progmodes/vhdl-mode.el: Use new backquote syntax.
2102
2103 1999-11-16 Gerd Moellmann <gerd@gnu.org>
2104
2105 * simple.el (with-syntax-table): New.
2106
2107 1999-11-15 Sam Steingold <sds@ksp.com>
2108
2109 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
2110
2111 1999-02-22 Sam Steingold <sds@goems.com>
2112
2113 * goto-addr.el (goto-address-at-mouse,
2114 goto-address-find-address-at-point): Use compose-mail.
2115 (goto-address-mail-method): Removed variable.
2116 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
2117 goto-address-send-using-mail): Removed functions.
2118
2119 1998-11-03 Sam Steingold <sds@goems.com>
2120
2121 * simple.el (backward-delete-char-untabify):
2122 backward-delete-char-untabify-method can be `all' now - to delete
2123 hungrily including newlines.
2124
2125 1999-11-15 Sam Steingold <sds@ksp.com>
2126
2127 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
2128
2129 1999-11-15 Dave Love <fx@gnu.org>
2130
2131 * cus-edit.el (customize-face, customize-face-other-window):
2132 Require match from completing-read.
2133 (custom-buffer-done-function): Default to custom-bury-buffer, not
2134 bury-buffer.
2135
2136 1999-11-15 Gerd Moellmann <gerd@gnu.org>
2137
2138 * mail/rmail.el, iswitchb.el, hippie-exp.el,
2139 progmodes/cperl-mode.el: Use new backquote syntax.
2140
2141 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
2142
2143 * uniquify.el: Use new backquote syntax.
2144
2145 1999-11-14 Markus Rost <rost@ias.edu>
2146
2147 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
2148 as in ispell-local-dictionary-alist.
2149
2150 1999-11-14 Alex Schroeder <alex@gnu.org>
2151
2152 * ansi-color.el (ansi-color-apply): Updated regexps to include
2153 highlighted face.
2154
2155 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
2156
2157 * forms.el (forms--make-format-elt-using-text-properties):
2158 Treat `intangible' differently.
2159
2160 * forms.el: Use new backquote syntax.
2161
2162 1999-11-13 Gerd Moellmann <gerd@gnu.org>
2163
2164 * textmodes/scribe.el (scribe-mode): Doc-fix.
2165
2166 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
2167
2168 * net-utils.el (run-network-program, net-utils-run-program): Use
2169 the new backquote syntax.
2170 (smbclient-program, smbclient-program-options)
2171 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
2172 variables
2173 (smbclient, smbclient-list-shares): New functions
2174
2175 1999-11-12 Sam Steingold <sds@ksp.com>
2176
2177 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
2178 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
2179 (viper-kbd-buf-definition, viper-kbd-mode-alist)
2180 (viper-kbd-mode-pair, viper-kbd-mode-definition)
2181 (viper-kbd-global-pair, viper-kbd-global-definition):
2182 Use the new backquote syntax.
2183
2184 * emulation/viper-cmd.el (viper-test-com-defun)
2185 (viper-prefix-arg-value, viper-prefix-arg-com):
2186 Use the new backquote syntax.
2187
2188 * emacs-lisp/debug.el (debugger-env-macro):
2189 Use the new backquote syntax.
2190
2191 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
2192 Use the new backquote syntax.
2193
2194 * calendar/calendar.el (calendar-remove-frame-by-deleting):
2195 New user variable.
2196 (calendar-hide-window): Use it.
2197 (increment-calendar-month, calendar-for-loop, calendar-sum):
2198 Use the new backquote syntax.
2199
2200 1999-11-12 Andrew Innes <andrewi@gnu.org>
2201
2202 * select.el (x-set-selection): Call buffer-substring, not
2203 substring. Also fix docstring
2204
2205 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
2206
2207 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
2208 of customizable variables to bug report message. Added
2209 system-type to package name in bug report.
2210
2211 1999-11-12 Gerd Moellmann <gerd@gnu.org>
2212
2213 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
2214 to display file names.
2215
2216 1999-11-11 Gerd Moellmann <gerd@gnu.org>
2217
2218 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
2219
2220 * isearch.el: Add lazy-highlighting feature.
2221
2222 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
2223
2224 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
2225 constant.
2226 (ps-mode-submit-bug-report): New function. Entry added to menu.
2227
2228 1999-11-10 William M. Perry <wmperry@aventail.com>
2229
2230 * mwheel.el: New file to support the new style wheeled mice.
2231
2232 1999-11-10 Gerd Moellmann <gerd@gnu.org>
2233
2234 * startup.el (initial-scratch-message): Add ";;" to the front of
2235 lines in the message.
2236
2237 * files.el (file-local-copy): Remove optional BUFFER argument
2238 because that's not used by anything.
2239
2240 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
2241 to-address.
2242
2243 1999-11-08 Markus Rost <rost@ias.edu>
2244
2245 * wid-edit.el (widget-button-click): Wrap with save-excursion
2246 to restore track-mouse in the correct buffer.
2247
2248 1999-11-08 Gerd Moellmann <gerd@gnu.org>
2249
2250 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
2251
2252 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
2253
2254 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
2255 lpr-command to "lp" for some system-types. (copied from lpr.el
2256 Emacs version 20.2.1).
2257
2258 1999-11-04 Markus Rost <rost@ias.edu>
2259
2260 * simple.el (comment-region): Strip off white space at end of
2261 comment-start.
2262
2263 1999-11-04 Gerd Moellmann <gerd@gnu.org>
2264
2265 * faces.el (secondary-selection): Fix wrong color name.
2266
2267 1999-11-04 John Tobey <jtobey@epsilondev.com>
2268
2269 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
2270 the default when invoking perldb in a non-Perl buffer, and other
2271 cases involving -e or --.
2272
2273 1999-11-04 Gerd Moellmann <gerd@gnu.org>
2274
2275 * simple.el (previous-matching-history-element)
2276 (next-history-element): Use delete-field instead of erase-field.
2277
2278 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
2279 Use delete-field instead of erase-field.
2280
2281 * faces.el (secondary-selection): Change background to yellow.
2282
2283 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
2284 find the start of the text. Use field-string to read the user
2285 input.
2286
2287 1999-11-03 Gerd Moellmann <gerd@gnu.org>
2288
2289 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
2290 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
2291 for compatibility with old face implementation.
2292
2293 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
2294 Use erase-field instead of erase-buffer.
2295
2296 * frame.el (blink-cursor-mode, blink-cursor-end): Use
2297 internal-show-cursor with new interface.
2298 (blink-cursor-timer-function): New.
2299 (blink-cursor-start): Use blink-cursor-timer-function.
2300
2301 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2302
2303 * calendar.el (redraw-calendar): Move to nearest date before
2304 redrawing.
2305
2306 * diary-lib.el (simple-diary-display): Reset modeline even if
2307 there are no diary entries since the diary buffer may be displayed.
2308
2309 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2310
2311 * emacs-lisp/debug.el (debug): If noninteractive, display the
2312 backtrace using `message', then exit Emacs.
2313 (debugger-batch-max-lines): New variable.
2314 (debugger-setup-buffer): New subroutine, broken out of `debug'.
2315 Change the messages put at the start, to say that the debugger
2316 was entered.
2317
2318 1999-11-02 Sam Steingold <sds@ksp.com>
2319
2320 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
2321
2322 1999-11-01 John Tobey <jtobey@epsilondev.com>
2323
2324 * gud.el: (gud-perldb-massage-args): Massage correctly in the
2325 presence of perl switches other than "-e".
2326
2327 1999-11-01 Markus Rost <rost@ias.edu>
2328
2329 * dired-x.el (dired-smart-shell-command): Use
2330 shell-command-history as in shell-command.
2331
2332 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2333
2334 * userlock.el (ask-user-about-lock): Doc fix.
2335
2336 * frame.el: Doc fixes.
2337
2338 1999-11-01 Gerd Moellmann <gerd@gnu.org>
2339
2340 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
2341 of show-cursor.
2342 (blink-cursor-start, blink-cursor-end): Ditto.
2343
2344 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
2345
2346 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2347
2348 * window.el (walk-windows): If ALL-FRAMES is a frame,
2349 start on that frame. Use save-selected-window.
2350
2351 1999-11-01 Gerd Moellmann <gerd@gnu.org>
2352
2353 * simple.el (end-of-buffer): Use window-end to find the window end
2354 instead of vertical-motion because this handles variable-height
2355 lines correctly.
2356
2357 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
2358
2359 * ediff.el: Version change.
2360
2361 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
2362 make sure you are in a good frame before deleting other
2363 windows.
2364 (ediff-file-checked-in-p): Don't consider CVS
2365 files checked in.
2366 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
2367 are writing to a newly created empty file.
2368
2369 * ediff-mult.el (ediff-show-session-group-hook): New default.
2370
2371 * ediff-vers.el (ediff-pcl-cvs-view-revision):
2372 First cd to the file directory. reportedly works
2373 better with remote files.
2374
2375 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
2376 Use file-name-nondirectory when passing files to CVS.
2377
2378 * ediff-diff.el (ediff-cmp-options): New variable.
2379 (ediff-same-file-contents): Use ediff-cmp-options.
2380
2381 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
2382 ediff-get-patch-buffer): Use current buffer if it appears to be a
2383 patch.
2384
2385 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
2386 C-g
2387
2388 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
2389 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
2390 (viper-save-cursor-color,viper-restore-cursor-color):
2391 Improved cursor color handling.
2392 (viper-get-saved-cursor-color-in-replace-mode,
2393 viper-get-saved-cursor-color-in-insert-mode): New functions for
2394 better cursor color handling.
2395
2396 * viper-ex.el (ex-read,ex-edit):
2397 Fixes for correct interpretation of #,%.
2398 (viper-ex): Now works correctly when called from other functions.
2399 (viper-glob-function): New variable.
2400 (viper-ex): Save excursion before doing :global.
2401
2402 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
2403
2404 * viper-cmd.el (viper-post-command-sentinel,
2405 viper-insert-state-post-command-sentinel,
2406 viper-insert-state-pre-command-sentinel): Takes better care of
2407 cursor colors.
2408
2409 * viper.el: Version change.
2410
2411 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
2412
2413 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
2414 that the modeline display was updated *only* when
2415 `whitespace-display-in-modeline' was set, not otherwise.
2416
2417 1999-10-30 Gerd Moellmann <gerd@gnu.org>
2418
2419 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
2420 "frac12".
2421
2422 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
2423 ad-activate.
2424
2425 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
2426
2427 * whitespace.el: Test for existence of `defcustom' and `defgroup'
2428 using fboundp instead of assuming that these are not present in
2429 particular flavors of emacs.
2430 (whitespace-version): Update to 2.8
2431 (whitespace-display-in-modeline): Add custom variable to control
2432 displaying the whitespace errors on the modeline based on
2433 suggestion from <klaus.berndl@sdm.de>
2434 (whitespace-buffer): Now returns `t' if unclean and `nil' if
2435 clean, to enable using as a hook function, as suggested by Puneet
2436 Goel <puneet@computer.org>
2437 (whitespace-buffer): Fix a subtle bug that cleaned up only if
2438 quiet was not set, even with whitespace-auto-cleanup set.
2439 (whitespace-mode-line): Now uses less modeline real estate and
2440 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
2441 which is present in the file, and <y> is any type of whitespace
2442 whose check has been suppressed by setting
2443 `whitespace-check-<whitespace-type>' to nil.
2444 (whitespace-unchecked-whitespaces): New function to return the
2445 list of whitespaces for whom checks have been suppressed.
2446 (whitespace-display-unchecked-whitespaces): Renamed to
2447 `whitespace-update-modeline' to reflect its functionality.
2448
2449 1999-10-30 Gerd Moellmann <gerd@gnu.org>
2450
2451 * progmodes/compile.el (compilation-error-regexp-alist):
2452 Undo previous change.
2453
2454 1999-10-28 Dave Love <fx@gnu.org>
2455
2456 * help.el (help-follow): Make arg optional again and really
2457 default to point.
2458
2459 1999-10-28 Gerd Moellmann <gerd@gnu.org>
2460
2461 * paths.el (rmail-file-name): Make it an option.
2462
2463 * progmodes/ada-mode.el, progmodes/ada-prj.el,
2464 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
2465 comment fixes.
2466
2467 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
2468 MIPS Pro 7.3 compiler error message syntax.
2469
2470 1999-10-27 Dave Love <fx@gnu.org>
2471
2472 * progmodes/compile.el: Checkdoc-inspired fixes.
2473
2474 1999-10-27 Gerd Moellmann <gerd@gnu.org>
2475
2476 * lpr.el (print-buffer): Doc-string fix.
2477
2478 1999-10-27 Dave Love <fx@gnu.org>
2479
2480 * emacs-lisp/advice.el: Doc fixes.
2481 (ad-lemacs-p): Removed.
2482 (advice): Add :link to defgroup.
2483
2484 1999-10-27 Kenichi Handa <handa@etl.go.jp>
2485
2486 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
2487 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
2488
2489 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2490
2491 * window.el (walk-windows): If ALL-FRAMES is a frame,
2492 start on that frame. Use save-selected-window.
2493
2494 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2495
2496 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
2497 ad-activate. All callers changed, including those in data.c.
2498 (ad-activate-internal-off): Renamed from ad-activate-off.
2499 All uses changed.
2500 (ad-activate): Renamed from ad-activate-on. All uses changed.
2501 (ad-start-advice, ad-stop-advice, ad-recover-normality):
2502 Alter the definition of ad-activate-internal, not ad-activate.
2503
2504 1999-10-26 Gerd Moellmann <gerd@gnu.org>
2505
2506 * startup.el (command-line-1): Add support for command line
2507 arguments `file' and `execute'. Fix handling of `visit'.
2508
2509 1999-10-26 Kenichi Handa <handa@etl.go.jp>
2510
2511 * international/mule-cmds.el (read-input-method-name): Handle the
2512 case that the arg DEFAULT is symbol.
2513
2514 * international/mule-diag.el (mule-diag): Handle the case that
2515 default-input-method is symbol.
2516
2517 1999-10-26 Gerd Moellmann <gerd@gnu.org>
2518
2519 * textmodes/tildify.el: New file.
2520
2521 1999-10-25 Sam Steingold <sds@ksp.com>
2522
2523 * Makefile (compile-files): Fixed the "tr" strings.
2524 (EMACS): Set to ../src/emacs.
2525
2526 1999-10-25 Gerd Moellmann <gerd@gnu.org>
2527
2528 * info.el (Info-build-node-completions): Add '("*") to the
2529 completion list.
2530
2531 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2532
2533 * frame.el (auto-raise-mode): When enabling the mode,
2534 immediately raise the selected frame.
2535
2536 * indent.el (indent-region): Doc fix.
2537
2538 * comint.el (comint-output-filter): Make the Comint buffer current
2539 for the comint-preoutput-filter-functions.
2540
2541 * mail/reporter.el: Doc fix.
2542
2543 1999-10-24 Stephen Eglen <stephen@gnu.org>
2544
2545 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
2546 that Octave lisp files can also run under XEmacs 20.
2547 (require 'custom) added so that files can run under Emacs 19.34.
2548
2549 * iswitchb.el (iswitchb-default-keybindings): No need to use
2550 read-kbd-macro in keybindings.
2551
2552 1999-10-23 Dave Love <fx@gnu.org>
2553
2554 * elide-head.el: New file.
2555
2556 1999-10-23 Gerd Moellmann <gerd@gnu.org>
2557
2558 * Makefile (compile-files, backup-compiled-files): New targets.
2559 (bootstrap, bootstrap-clean): Ditto.
2560
2561 1999-10-22 Paul Eggert <eggert@twinsun.com>
2562
2563 * international/mule-cmds.c (locale-language-names):
2564 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
2565 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
2566 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
2567 Use Latin-8 for Welsh.
2568 Use Latin-1 for English if "en" is explicitly specified.
2569 Use Latin-1 for Scots Gaelic, Tagalog.
2570 Use Latin-1 (not Latin-4) for Greenlandic.
2571 Use Latin-1 (not Latin-2) for Albanian.
2572 (locale-preferred-coding-systems, locale-language-names):
2573 Remove generic ISO 8859 locales; locale-charset-language-names now
2574 does this.
2575 (locale-charset-language-names): New variable.
2576 (set-locale-environment): Use language name specified by
2577 locale-charset-language-names if its charsets disagree with the
2578 language name specified by locale-language-names.
2579
2580 1999-10-22 Dave Love <fx@gnu.org>
2581
2582 * make-mode.el: Minor doc fixes.
2583
2584 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
2585
2586 1999-10-21 Dave Love <fx@gnu.org>
2587
2588 * loadup.el: Add latin-8, latin-9.
2589
2590 1999-10-20 Paul Eggert <eggert@twinsun.com>
2591
2592 * disp-table.el (standard-display-european): Remove undocumented
2593 arg AUTO; no longer used by startup.el. Do not attempt to treat
2594 all non-English language environments as coding system names.
2595 Instead, use the downcased language environment name as a coding
2596 system name if it is one; otherwise, use latin-1.
2597
2598 1999-10-20 Gerd Moellmann <gerd@gnu.org>
2599
2600 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
2601 that were split so that part of the comment appeared as Lisp code.
2602
2603 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2604
2605 * ps-bdf.el: Doc fix.
2606
2607 * ps-print-def.el: New file: common definitions for all parts of
2608 ps-print.
2609 (ps-multibyte-buffer): Moved from ps-mule.
2610
2611 * ps-mule.el: File dependence fix.
2612 (ps-multibyte-buffer): Moved to ps-print-def.
2613
2614 * ps-print.el: Doc fix, better customization.
2615 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
2616 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
2617 (ps-end-file): Doc fix.
2618 (ps-setup, ps-begin-file): Fun fix.
2619 (postscript): New group.
2620 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
2621 (ps-print-prologue-1): Adjust PostScript programming.
2622 (ps-print): Adjust group hierarchy.
2623 (ps-print-n-up, ps-print-zebra, ps-print-background,
2624 ps-print-printer)
2625 (ps-print-page): New subgroups.
2626 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
2627 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
2628 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
2629 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
2630 (ps-zebra-stripe-height, ps-print-background-image)
2631 (ps-print-background-text, ps-spool-config): Adjust customization.
2632 (dos-ps-printer): Definition eliminated.
2633
2634 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2635
2636 * ps-mule.el: Doc fix, define functions properly if mule package is
2637 loaded or not.
2638 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
2639 mule package is loaded or not.
2640
2641 * ps-print.el: Doc fix, n-up printing.
2642 (ps-print-version): New version number (5.0).
2643 (ps-page-dimensions-database): Added document media.
2644 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
2645 (ps-page-order, ps-printing-region-p): New vars.
2646 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
2647 funs.
2648 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
2649 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
2650 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
2651 (ps-n-up-xstart, ps-n-up-ystart): New macros.
2652 (ps-print-begin-sheet-hook): New hook.
2653 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
2654 const.
2655 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
2656 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
2657 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
2658 (ps-count-lines): Changed to defun.
2659 (ps-header-page): Changed to defsubst, fix fun.
2660 (ps-printing-region): Doc fix, adjust programming code.
2661 (ps-output-boolean, ps-background-pages, ps-background-text)
2662 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
2663 programming code.
2664
2665 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2666
2667 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
2668 (ps-print-version): New version number (4.2).
2669 (ps-spool-config, ps-spool-tumble): New vars.
2670 (ps-print-prologue-1): Changed to defconst, adjust PostScript
2671 programming, new PostScript procedure to handle errors.
2672 (ps-print-prologue-2): Changed to defconst.
2673 (ps-print-duplex-feature): New const: duplex and tumble setting.
2674 (ps-setup, ps-begin-file): Fix funs.
2675 (ps-boolean-capitalized): New fun.
2676
2677 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
2678
2679 * Makefile (dontcompilefiles): Obsoleted.
2680 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
2681 (EL): Unused.
2682 (temacs): Removed (unused).
2683 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
2684 version of the file (necessary for the update to work properly).
2685 (autoloads): Force the use of `pwd`/loaddefs.el.
2686 (updates); Redefined in terms of other targets to reduce redundancy.
2687 (.el.elc): New default rule, just in case you want it.
2688 (compile): Use a single invocation of Emacs.
2689 (bootstrap-compile); Unneeded.
2690 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
2691
2692 1999-10-19 Dave Love <fx@gnu.org>
2693
2694 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
2695
2696 1999-10-19 Sam Steingold <sds@ksp.com>
2697
2698 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
2699 comply with the comment.
2700
2701 1999-10-19 Gerd Moellmann <gerd@gnu.org>
2702
2703 * autorevert.el (auto-revert-mode): Make auto-revert-mode
2704 permanent-local.
2705
2706 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
2707
2708 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
2709 value: \"lpr\" changed to "lpr"
2710 (ps-mode-version): New constant
2711 (ps-mode-show-version): New function, added key in ps-mode-map
2712 (ps-run-messages): Removed
2713 (ps-run-font-lock-keywords-2): New defcustom variable replacing
2714 ps-run-messages. These keywords now include the value of
2715 ps-run-prompt, making its fontification customizable.
2716 (ps-run-init): Removed \\n from docstring, it is now added when
2717 the value is used
2718 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
2719 ps-run-prompt
2720 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
2721 customizable variables in doc-string (its equivalent
2722 ps-run-messages was missing in previous version of the doc-string)
2723 (ps-run-mode): Simplified assignment to font-lock-defaults, using
2724 symbols only
2725
2726 1999-10-19 Alex Schroeder <alex@gnu.org>
2727
2728 * ansi-color.el: Complete rewrite.
2729
2730 1999-10-19 Paul Eggert <eggert@twinsun.com>
2731
2732 Fix bootstrapping problems.
2733 Use the system locale to specify Emacs locale defaults.
2734
2735 * international/mule-cmds.el (global-map):
2736 Do not use backquote, because that makes a bootstrapping
2737 problem if you need to recompile all Lisp files using interpreted code.
2738 * international/mule.el (charset-id, charset-bytes,
2739 charset-dimension, charset-chars, charset-width,
2740 charset-direction, charset-iso-final-char,
2741 charset-iso-graphic-plane, charset-reverse-charset,
2742 charset-short-name, charset-long-name, charset-description,
2743 charset-plist): Likewise.
2744 * subr.el (save-match-data): Likewise.
2745
2746 * international/mule-cmds.el
2747 (set-display-table-and-terminal-coding-system): New function,
2748 containing code migrated out of set-language-environment.
2749 (set-language-environment, set-locale-environment): Use it.
2750 (locale-translation-file-name): Moved here from startup.el.
2751 (locale-language-names, locale-preferred-coding-systems):
2752 New vars.
2753 (locale-name-match, set-locale-environment): New functions.
2754
2755 * language/japan-util.el (setup-japanese-environment-internal):
2756 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
2757
2758 * startup.el (iso-8859-n-locale-regexp): Remove.
2759 (locale-translation-file-name): Move to mule-cmds.el.
2760 (command-line): Move locale-stuff into set-locale-environment.
2761
2762 1999-10-18 Dave Love <fx@gnu.org>
2763
2764 * abbrev.el (add-abbrev, inverse-add-abbrev)
2765 (expand-region-abbrevs): Remove properties from buffer text.
2766
2767 1999-10-17 Gerd Moellmann <gerd@gnu.org>
2768
2769 * iswitchb.el (iswitchb-exhibit): Extract user-input only
2770 from the mini-buffer, without the prompt.
2771
2772 * simple.el (minibuffer-prompt-end): Return the position
2773 after the prompt, not the position of that last character
2774 of the prompt.
2775
2776 1999-10-17 Miles Bader <miles@gnu.org>
2777
2778 * simple.el: Doc fixes.
2779
2780 1999-10-17 Miles Bader <miles@gnu.org>
2781
2782 * simple.el (previous-matching-history-element, next-history-element):
2783 Change to work correctly even if the point is in the prompt.
2784 (choose-completion-string): Likewise.
2785 (minibuffer-prompt-width): New function (compatibility with old subr).
2786
2787 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
2788 When constraining the final position to the current field,
2789 don't use the ONLY-IN-LINE mode of constrain-to-field.
2790
2791 1999-10-17 Miles Bader <miles@gnu.org>
2792
2793 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
2794 constrain-to-field.
2795 * textmodes/paragraphs.el (forward-sentence): Likewise.
2796
2797 1999-10-17 Miles Bader <miles@gnu.org>
2798
2799 * simple.el (line-move): Use constrain-to-field to avoid
2800 moving into a prompt.
2801 (previous-complete-history-element): Clarify doc string.
2802 (next-complete-history-element): Likewise.
2803 Use field-beginning instead of point-min.
2804 (next-matching-history-element): Use field-beginning and
2805 erase-field instead of point-min and erase-buffer.
2806 * textmodes/paragraphs.el
2807 (forward-paragraph, forward-sentence): Likewise.
2808 (backward-kill-paragraph, backward-kill-sentence): Remove code to
2809 constrain the kill to an field, as the movement commands now
2810 do this.
2811
2812 1999-10-17 Miles Bader <miles@gnu.org>
2813
2814 * simple.el (previous-matching-history-element): Get the
2815 minibuffer input with field-string instead of buffer-string.
2816 (choose-completion-string): Likewise.
2817 (next-history-element): Likewise.
2818 Erase the minibuffer input with erase-field, not erase-buffer.
2819 Use field-beginning to find the beginning of the input.
2820 * textmodes/paragraphs.el (backward-kill-sentence):
2821 Remove minibuffer-prompt hack.
2822 Constrain to any input field.
2823
2824 1999-10-17 Sam Steingold <sds@ksp.com>
2825
2826 * bindings.el (completion-ignored-extensions): Added ".sparcf"
2827 for CMUCL on sparc and ".ufsl" for LispWorks.
2828 (bound-and-true-p): Bugfix: free variable `v'.
2829
2830 1999-10-16 Dave Love <d.love@dl.ac.uk>
2831
2832 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
2833 (edebug-uninstall-read-eval-functions): Use load-read-function,
2834 avoiding elisp-eval.
2835
2836 1999-10-16 Sam Steingold <sds@ksp.com>
2837
2838 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
2839 instead of `eql'.
2840
2841 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
2842
2843 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
2844 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
2845 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
2846 * ediff-util.el (ediff-make-temp-file):
2847 * ediff-vers.el (ediff-pcl-cvs-view-revision):
2848 * emerge.el (emerge-make-temp-file):
2849 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
2850 * vc.el (vc-update-change-log):
2851 * mail/mailpost.el (post-mail-send-it):
2852 * mail/metamail.el (metamail-region):
2853 * progmodes/cmacexp.el (c-macro-expansion):
2854 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
2855
2856 1999-10-15 Gerd Moellmann <gerd@gnu.org>
2857
2858 * smtpmail.el (smtpmail-via-smtp): Add support for
2859 automatically appending a domain to RCPT TO: addresses.
2860
2861 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2862
2863 * dired.el (dired-insert-directory): Insert the amount of
2864 free space after the total size.
2865 (dired-free-space-program, dired-free-space-args): New variables.
2866
2867 1999-10-14 Karl Heuer <kwzh@gnu.org>
2868
2869 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
2870
2871 1999-10-14 Dave Love <fx@gnu.org>
2872
2873 * international/characters.el:
2874 * international/fontset.el:
2875 * international/mule-conf.el: Add latin-iso8859-1[45].
2876
2877 * language/european.el: Add Latin-8, Latin-9. Modify some doc
2878 strings.
2879
2880 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
2881 (command-line): Detect Latin-[89] locales.
2882
2883 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
2884
2885 * international/mule-cmds.el (select-safe-coding-system)
2886 (leim-list-header): Avoid the use of strings that start with backslash
2887 newline since lread.c:read1 has a hack to turn those strings into
2888 integer 0 during the loadup.el process.
2889
2890 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
2891
2892 1999-10-13 Dave Love <fx@gnu.org>
2893
2894 * image.el (insert-image): Copy the image spec and add an
2895 intangible property.
2896
2897 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
2898
2899 * help.el (help-xref-interned): Make it also work on variable-only
2900 and function-only symbols.
2901 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
2902 (help-follow): If the point under mouse is not highlighted, try
2903 `help-xref-interned' on the pointed-to symbol anyway.
2904
2905 * info.el (Info-on-current-buffer): New entry point.
2906 (Info-find-node): Split into two for Info-on-current-buffer to
2907 hook into it.
2908 (Info-current-file, Info-set-mode-line, Info-up):
2909 Info-current-file can now be t.
2910 (Info-clone-buffer-hook): Function for `clone-buffer'.
2911 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
2912 Make `clone-buffer' available in various ways to the user.
2913
2914 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
2915
2916 * simple.el (shell-command, shell-command-on-region): Use
2917 make-temp-file.
2918 (clone-buffer, clone-process, clone-buffer-hook): New functions.
2919
2920 * subr.el (with-current-buffer): Don't use backquotes to avoid
2921 bootstrapping problems.
2922
2923 * loadup.el (load-path): Add subdirs for bootstrapping.
2924 (docstrings): Ignore errors during bootstrapping.
2925 (args): New `bootstrap' argument (for use in place of `dump').
2926
2927 1999-10-12 Emmanuel Briot <briot@gnat.com>
2928
2929 * ada-stmt.el: Doc-string fixes.
2930
2931 1999-10-12 Gerd Moellmann <gerd@gnu.org>
2932
2933 * recentf.el: New file.
2934
2935 * ps-mode.el: New file.
2936
2937 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
2938 case insensitive.
2939
2940 1999-10-12 Richard Sharman <rsharman@pobox.com>
2941
2942 * sh-script.el: Added support for indenting existing scripts.
2943 (sh-mode-map): Added new bindings.
2944 (sh-mode): Updated mode doc-string for new commands, added
2945 make-local-variable calls, initialize mode-specific variables.
2946 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
2947 is now a different function.
2948 (sh-header-marker): Changed docstring.
2949 (sh-set-shell): Initialize mode-specific variables.
2950 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
2951 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
2952 Changed these define-skeleton calls to work with user-specified
2953 indentation settings.
2954 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
2955 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
2956 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
2957 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
2958 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
2959 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
2960 (sh-guess-basic-offset, sh-handle-after-case-label)
2961 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
2962 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
2963 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
2964 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
2965 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
2966 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
2967 (sh-handle-this-then, sh-help-string-for-variable)
2968 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
2969 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
2970 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
2971 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
2972 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
2973 (sh-remove-our-text-properties, sh-rescan-buffer)
2974 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
2975 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
2976 (sh-scan-case, sh-search-word, sh-set-char-syntax)
2977 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
2978 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
2979 functions.
2980 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
2981 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
2982 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
2983 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
2984 (sh-var-list): New variables.
2985
2986 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
2987
2988 * quickurl.el (quickurl-list-insert): `count-lines' was returning
2989 a value one line to high if the cursor wasn't at the start of a
2990 line. A `beginning-of-line' is now performed before making the
2991 call to `count-lines'.
2992
2993 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
2994
2995 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
2996
2997 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
2998
2999 * Makefile (setwins): Abstract out the command to find subdirectories
3000 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
3001 (custom-deps, finder-data, autoloads, update-subdirs, updates)
3002 (autoloads-with-other-emacs): Use it.
3003
3004 * diff-mode.el: New file. A mode for viewing/editing context diffs.
3005
3006 1999-10-09 Gerd Moellmann <gerd@gnu.org>
3007
3008 * Makefile (bootstrap-compile): New target. Compile Lisp
3009 files with ../src/temacs.
3010
3011 1999-10-08 Simon Marshall <simon@gnu.org>
3012
3013 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
3014 (regexp-opt-group): Use it to get common suffixes in STRINGS.
3015 If STRINGS is nil, return "" rather than nil.
3016
3017 1999-10-08 Gerd Moellmann <gerd@gnu.org>
3018
3019 * Makefile (compile): Compile files one by one. Set load-path to
3020 current directory and subdirectories when compiling.
3021
3022 1999-10-08 Gerd Moellmann <gerd@gnu.org>
3023
3024 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
3025 (emacs): Use it everywhere instead of EMACS.
3026 (compile): New target. Compile all Lisp files from scratch.
3027 (recompile): New target. Recompile lisp directory.
3028 (autoloads-with-other-emacs): New target. Build loaddefs.el with
3029 an Emacs executable not built in the current directory tree.
3030
3031 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
3032
3033 * filecache.el (file-cache-completion-ignore-case): New variable,
3034 defaulting to the value of completion-ignore-case.
3035 (file-cache-minibuffer-complete): Use it.
3036 (file-cache-files-matching, file-cache-files-matching-internal):
3037 New functions.
3038
3039 1999-10-07 Emmanuel Briot <briot@gnat.com>
3040
3041 * ada-xref.el: New file
3042
3043 * ada-prj.el: New file
3044
3045 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
3046
3047 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
3048 subprogram being created.
3049
3050 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
3051 ada-indent-newline-indent): Rewritten to support the new indentation
3052 scheme
3053
3054 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
3055 New functions
3056
3057 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
3058 justification parameter
3059
3060 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
3061 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
3062 external program
3063
3064 1999-10-07 Dave Love <fx@gnu.org>
3065
3066 * bindings.el (bound-and-true-p): New macro.
3067 (make-mode-line-mouse-sensitive): Don't require easymenu.
3068
3069 1999-10-07 Gerd Moellmann <gerd@gnu.org>
3070
3071 * custom.el (defface): Extend documentation for new values of
3072 `type'.
3073
3074 * faces.el (face-spec-set-match-display): Recognize `type' of
3075 `motif', `lucid', `x-toolkit'.
3076 (menu): New face.
3077
3078 1999-10-05 Dave Love <fx@gnu.org>
3079
3080 * files.el: Recognize temporary crontab files.
3081
3082 * info.el: Require jka-compr when compiling.
3083 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
3084
3085 1999-10-04 Dave Love <fx@gnu.org>
3086
3087 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
3088 scroll-up-aggressively, scroll-down-aggressively.
3089
3090 * time.el (display-time-mode): Add autoload cookie.
3091
3092 * rect.el (delete-extract-rectangle): Doc fix from verna.
3093
3094 * help-macro.el (three-step-help): Customize.
3095
3096 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3097
3098 * hexl.el (hexlify-buffer): Move point in proper range
3099 if it is too large.
3100 (hexl-after-revert-hook): Update hexl-max-address.
3101 (hexl-address-to-marker): Doc fix.
3102
3103 1999-10-03 Dave Love <fx@gnu.org>
3104
3105 * image.el (defimage): Remove redundant code. Substitute file in
3106 image plist.
3107
3108 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
3109
3110 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
3111 when doing with-temp-file.
3112
3113 1999-10-01 Dave Love <fx@gnu.org>
3114
3115 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
3116
3117 * help.el: Require view when compiling.
3118 (view-emacs-FAQ): Use Info version.
3119
3120 1999-09-29 Ken'ichi Handa <handa@gnu.org>
3121
3122 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
3123 (normat->normal). Use correct font names for Korean
3124 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
3125
3126 1999-09-29 Kenichi Handa <handa@etl.go.jp>
3127
3128 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
3129 code not used by KOI8 to the same 8-bit code instead of mapping to
3130 SPC.
3131 (cyrillic-alternativnyj-decode-table): Likewise.
3132
3133 1999-09-29 Alex Schroeder <alex@gnu.org>
3134
3135 * sql.el (sql-imenu-generic-expression): Aew, used to set
3136 imenu-generic-expression.
3137 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
3138 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
3139 imenu-case-fold-search, and imenu-syntax-alist.
3140 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
3141 setting font-lock-defaults' SYNTAX-ALIST.
3142
3143 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3144
3145 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
3146 macro, try again.
3147
3148 1999-09-28 Dave Love <fx@gnu.org>
3149
3150 * cus-edit.el (custom-comment): Change widget definition.
3151 (custom-comment-create, custom-comment-show)
3152 (custom-comment-invisible-p): Don't use :comment-overlay.
3153 (custom-comment-hide): New function.
3154 (custom-variable-set, custom-variable-save)
3155 (custom-variable-reset-standard, custom-face-set)
3156 (custom-face-save): Use it.
3157
3158 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3159
3160 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
3161
3162 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3163
3164 * faces.el (region): Doc fix.
3165
3166 1999-09-27 Dave Love <fx@gnu.org>
3167
3168 * isearch.el (isearch): Add :links in defgroup.
3169 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
3170 (isearch-switch-frame-handler): Comment out (unused).
3171 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
3172 (isearch-ring-retreat-edit): Doc fix.
3173 (isearch-mouse-yank): New command.
3174 (isearch-last-command-char): Removed. Callers changed to use
3175 last-command-char.
3176 (isearch-char-to-string): Removed. Callers changed to use
3177 char-to-string.
3178
3179 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
3180
3181 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
3182 option for Russian.
3183
3184 1999-09-25 Gerd Moellmann <gerd@gnu.org>
3185
3186 * faces.el (face-differs-from-default-p): Compare face
3187 attributes individually.
3188
3189 * image.el (put-image, insert-image): Add string argument.
3190
3191 1999-09-24 Gerd Moellmann <gerd@gnu.org>
3192
3193 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
3194 LANG=de_DE.iso88591 on HPUX 11.0.
3195
3196 * dired.el (dired-move-to-filename-regexp): Make it work
3197 for LANG=de_DE.iso88591 on HPUX 11.0.
3198
3199 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3200
3201 * info.el (info-initialize): Don't test existence of ALTERNATIVE
3202 if we know for some other reason it should not be used.
3203
3204 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
3205 New variable.
3206 (edebug-recursive-edit): Save current-prefix-arg there,
3207 bind it, and set it back at the end.
3208 (edebug-outside-excursion): Restore and update the outside
3209 value of current-prefix-arg.
3210 (edebug-emacs-version-specific): Delete support for Epoch.
3211
3212 1999-09-24 Howard Melman <howard@silverstream.com>
3213
3214 * imenu.el (imenu-after-jump-hook): New variable.
3215 (imenu): Run menu-after-jump-hook.
3216 (imenu-name-lookup-function): New variable.
3217 * imenu.el (imenu--in-alist): Use those variables.
3218
3219 1999-09-24 Carsten Dominik <cd@gnu.org>
3220
3221 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
3222 multiple thebibliography environments.
3223
3224 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
3225 with recentering window.
3226 (reftex-extract-bib-entries-from-thebibliography,
3227 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
3228 with multiple thebibliography environments.
3229
3230 * textmodes/reftex-vars.el
3231 (reftex-section-levels): Function allowed as cdr.
3232 (reftex-max-section-depth) New option.
3233
3234 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
3235 with multiple thebibliography environments.
3236
3237 1999-09-23 Gerd Moellmann <gerd@gnu.org>
3238
3239 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
3240 instead of point-min in call to delete-region.
3241
3242 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
3243
3244 * vc.el (vc-backend-checkout): Use with-temp-file when checking
3245 out into arbitrary file names.
3246
3247 1999-09-19 Ken'ichi Handa <handa@gnu.org>
3248
3249 * language/european.el ("Turkish"): New language environment.
3250
3251 1999-09-19 Dave Love <fx@gnu.org>
3252
3253 * delim-col.el: New file.
3254
3255 1999-09-17 Richard Stallman <rms@gnu.org>
3256
3257 * files.el (after-find-file): When visiting a backup file,
3258 make it read-only.
3259
3260 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
3261 (apropos-keybinding-face, apropos-label-face): Likewise.
3262 (apropos-property-face, apropos-match-face): Likewise.
3263 (apropos-label-properties): New variable.
3264 (apropos-print-doc): Use apropos-label-properties.
3265 (apropos-print): Set apropos-label-properties.
3266
3267 1999-09-15 Richard Stallman <rms@gnu.org>
3268
3269 * winner.el: Use aref instead of sref.
3270
3271 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
3272
3273 1999-09-14 Gerd Moellmann <gerd@gnu.org>
3274
3275 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
3276
3277 1999-09-14 Richard Stallman <rms@gnu.org>
3278
3279 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
3280 cookie, even if followed by a letter.
3281
3282 1999-09-14 Stephen Eglen <stephen@gnu.org>
3283
3284 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
3285 --no-line-editing are passed to Octave by including them here
3286 rather than storing them in inferior-octave-startup-args.
3287
3288 1999-09-14 Eli Zaretskii <eliz@gnu.org>
3289
3290 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
3291 command, option, env and sc.
3292
3293 * subr.el (shell-quote-argument): Quote argument with double
3294 quotes for ms-dos.
3295
3296 1999-09-14 Richard Stallman <rms@gnu.org>
3297
3298 * simple.el (eval-expression-print-level): New variable.
3299 (eval-expression-print-length): New variable.
3300 (eval-expression-debug-on-error): New variable.
3301 (eval-expression): Bind print-level, print-length and
3302 debug-on-error from those vars.
3303
3304 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
3305 Bind print-level, print-length and debug-on-error.
3306
3307 1999-09-14 Inge Frick <inge@nada.kth.se>
3308
3309 * dired.el (dired-recursive-deletes): New custom variable.
3310 (dired-re-no-dot): New variable.
3311 (dired-delete-file): New function deletes files and directories
3312 recursively.
3313 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
3314
3315 * dired-aux.el (dired-recursive-copies): New custom variable.
3316 (dired-handle-overwrite): Broke a long line.
3317 (dired-copy-file): Call `dired-copy-file-recursive' instead of
3318 `copy-file'.
3319 (dired-copy-file-recursive): New function. Copy directories
3320 recursively.
3321 (dired-do-create-files): Added support for generalized directory
3322 target. How-to function may now return a function. New fluid
3323 variable `dired-one-file'.
3324 (dired-copy-how-to-fn): New variable.
3325 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
3326 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
3327 (dired-do-copy-regexp): No recursive copies.
3328
3329 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
3330
3331 * whitespace.el (whitespace-version): Update version to 2.4
3332
3333 * whitespace.el: Add customization variables to conditionally test
3334 any of the five whitespaces, per request from Rune Kleveland
3335 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
3336
3337 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
3338
3339 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
3340 list of modes to be checked for bogus whitespaces.
3341
3342 * whitespace.el (whitespace-rescan-timer-time): Update
3343 documentation.
3344
3345 * whitespace.el (whitespace-display-unchecked-whitespaces):
3346 New function to update modeline with untested whitespaces.
3347
3348 * whitespace.el (whitespace-buffer): Test only whitespaces whose
3349 checking is turned on, and update modeline using the newly created
3350 `whitespace-display-unchecked-whitespaces'.
3351
3352 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
3353 whose checking is turned on, and update modeline using the newly
3354 created `whitespace-display-unchecked-whitespaces'.
3355
3356 * whitespace.el (whitespace-describe): Update documentation.
3357
3358 * whitespace.el (whitespace-tickle-timer): Test if
3359 `whitespace-rescan-timer-time' is non-zero before tickling timer.
3360
3361 1999-09-13 Dave Love <fx@gnu.org>
3362
3363 * hideif.el (hide-ifdef-mode): Add autoload cookie.
3364
3365 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
3366 for temp buffer.
3367 (checkdoc-this-string-valid): Don't assume default comment-start.
3368
3369 1999-09-13 Gerd Moellmann <gerd@gnu.org>
3370
3371 * rsz-mini.el: Remove code, keep the interface.
3372
3373 1999-09-13 Dave Love <fx@gnu.org>
3374
3375 * help.el (help-highlight-p): Doc fix.
3376
3377 * faces.el (mode-line, header-line, tool-bar): Add :version.
3378 (highlight, secondary-selection): Add :group.
3379 (trailing-whitespace): Add :group, :version.
3380
3381 * wid-edit.el: Remove some compatibility code and checks.
3382 (widget-specify-field, widget-specify-button): Don't use XEmacs
3383 properties.
3384 (widget-overlay-inactive): Change error message.
3385 (widget-button-pressed-face): New variable.
3386 (widget-button-click): Use it.
3387 (widget-documentation-link-add): Specify mouse and button faces.
3388 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
3389 removed now the functionality is built in.
3390
3391 * cus-edit.el: Don't define-widget-keywords.
3392 (multimedia): New group.
3393 (custom-last): Function removed.
3394 (custom-quote): Add vectorp case, comment out characterp case.
3395 (custom-buffer-done-function, custom-raised-buttons): New option.
3396 (Custom-buffer-done): New function.
3397 (custom-buffer-create-internal): Obey custom-raised-buttons,
3398 Custom-buffer-done.
3399 (custom-button-face): Make it `released-button'.
3400 (custom-button-pressed-face): Make it `pressed-button'
3401 (custom-mode-map): Bind "q" to Custom-buffer-done.
3402 (custom-mode): Deal with raised/pressed buttons.
3403
3404 Changes from Didier Verna:
3405 (custom-prompt-variable): Optional third arg makes prompt for a
3406 comment string.
3407 (customize-set-value, customize-set-variable,
3408 customize-save-variable): Optional prefix makes function handle
3409 variable comments.
3410 (customize-customized, customize-saved, custom-variable-state-set)
3411 (custom-variable-set, custom-variable-save, custom-face-state-set)
3412 (custom-variable-reset-saved, custom-variable-reset-standard)
3413 (custom-face-set, custom-face-save, custom-face-reset-saved)
3414 (custom-face-reset-standard, customize-save-customized): Handle
3415 custom comments.
3416 (custom-comment-face, custom-comment-tag-face): New face.
3417 (custom-comment): New widget.
3418 (custom-comment-create, custom-comment-delete)
3419 (custom-comment-value-set, custom-comment-show)
3420 ()custom-comment-invisible-p): New functions.
3421 (custom-variable-value-create, custom-face-value-create): Create a
3422 comment field widget.
3423 (custom-variable-menu, custom-face-menu): New entry for custom
3424 comment.
3425 (custom-face-value-create): Remove compatibility code.
3426 (custom-save-variables, custom-save-faces): Possibly save custom
3427 comments.
3428
3429 * cus-face.el (custom-face-attributes): Simplify :underline,
3430 :overline, :inverse-video cases. Fix up :box case (probably needs
3431 more work).
3432
3433 Change from Didier Verna:
3434 (custom-set-faces): The arguments can now have a custom comment as
3435 fourth argument.
3436
3437 * custom.el: Don't define-widget-keywords.
3438 Change from Didier Verna:
3439 (custom-set-variables): The arguments can now have a
3440 custom comment as fifth element.
3441
3442 1999-09-13 Richard Stallman <rms@gnu.org>
3443
3444 * info.el (Info-find-node): Cope better if guesspos is too large.
3445
3446 1999-09-12 Gerd Moellmann <gerd@gnu.org>
3447
3448 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
3449 of buffer-substring because buffer-string doesn't copy the
3450 prompt.
3451
3452 * faces.el (mode-line): Replaces `modeline'.
3453 (toplevel): Make `modeline' an alias for `mode-line'.
3454
3455 1999-09-12 Gerd Moellmann <gerd@gnu.org>
3456
3457 * gs.el: Change `ghostscript' to `postscript' in comment.
3458
3459 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
3460
3461 * emulation/tpu-edt.el (tpu-version): New version.
3462 (tpu-search-overlay, tpu-replace-overlay): New variables.
3463 (tpu-search-highlight, tpu-toggle-direction): New functions.
3464 (tpu-lm-replace): Set tpu-replace-overlay.
3465 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
3466 command hook.
3467
3468 1999-09-11 Richard Stallman <rms@gnu.org>
3469
3470 * isearch.el (isearch-mode-map): Undo previous change.
3471
3472 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
3473 use all of that as the sexp.
3474
3475 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
3476 and use the initial argument as file name directly.
3477 Likewise if nothing matches.
3478
3479 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
3480
3481 * winner.el: Major changes. Avoid changing point and mark.
3482 Save configurations after they change, not before.
3483
3484 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
3485
3486 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
3487 Bind print-continuous-numbering and print-number-table.
3488
3489 1999-09-10 Dave Love <fx@gnu.org>
3490
3491 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
3492
3493 1999-09-09 Richard Stallman <rms@gnu.org>
3494
3495 * whitespace.el: Finish making it fit Emacs conventions.
3496 Add autoloads.
3497
3498 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
3499
3500 * generic-x.el (bat-generic-mode): "::"-style comments don't
3501 need to begin with "-". Fix the font-lock definitions of ON/OFF
3502 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
3503 from the list of keywords. Add DO to the list of keywords.
3504
3505 1999-09-09 Dave Love <fx@gnu.org>
3506
3507 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
3508 (byte-optimize-backward-word): New optimizations.
3509 (side-effect-free-fns, side-effect-and-error-free-fns): Add
3510 entries.
3511
3512 1999-09-09 Gerd Moellmann <gerd@gnu.org>
3513
3514 * image.el (put-image): Remove optional buffer parameter.
3515
3516 * faces.el (face-italic-p): Return t only for values `italic'
3517 and `oblique'.
3518
3519 * mouse.el (mouse-drag-mode-line-1): Extension of former
3520 mouse-drag-mode-line that also drags the header line.
3521 (mouse-drag-mode-line): Call it.
3522 (mouse-drag-header-line): New.
3523 (toplevel): Bind down-mouse-1 on header lines to
3524 mouse-drage-header-line.
3525
3526 1999-09-08 Gerd Moellmann <gerd@gnu.org>
3527
3528 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
3529 (make-mode-line-mouse-sensitive): Replace `top-line' by
3530 `header-line'.
3531
3532 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
3533
3534 * help.el (describe-function-1): Don't return empty string for keymaps.
3535
3536 * fill.el (fill-region-as-paragraph, canonically-space-region):
3537 Respect colon-double-space at end of line.
3538
3539 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
3540
3541 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
3542 (backup-buffer): Use it.
3543
3544 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
3545
3546 * generic-x.el (generic-define-unix-modes): Added new modes:
3547 inetd-conf-generic-mode, etc-services-generic-mode,
3548 etc-passwd-generic-mode. These are all defined for Unix by default.
3549 (apache-generic-mode): Use an imenu-generic-expression to list
3550 Configuration keywords.
3551 (samba-generic-mode): Use both ; and # as comment characters.
3552 (samba-generic-mode): Font-lock expressions now highlight name
3553 value pairs.
3554 (bat-generic-mode): Keywords are now case-insensitive through
3555 font-lock-defaults setting.
3556 (java-properties-generic-mode): Supports both ! and # as comment
3557 characters.
3558 (java-properties-generic-mode): Added an imenu-generic-expression
3559 (java-properties-generic-mode): Reworked to support the various
3560 different ways to separate name and value (viz, '=', ':' and
3561 whitespace).
3562 (show-tabs-generic-mode): Added this new generic-mode.
3563
3564 1999-09-08 Richard Stallman <rms@gnu.org>
3565
3566 * progmodes/inf-lisp.el: Moved from top directory.
3567
3568 * tar-mode.el (tar-header-block-tokenize):
3569 Use `when' instead of `and'. Fix some clobbered text.
3570
3571 * gud.el (gud-make-debug-menu): Make a child for the
3572 local menu, for its menu bar, and the debug menu.
3573 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
3574 Use the history in the simple way.
3575
3576 1999-09-07 Kenichi Handa <handa@etl.go.jp>
3577
3578 * language/korea-util.el (default-korean-keyboard): Initialize it
3579 according to the environment variable HANGUL_KEYBOARD_TYPE.
3580
3581 1999-09-07 Richard Stallman <rms@gnu.org>
3582
3583 * subr.el (make-temp-file): New function.
3584
3585 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
3586
3587 * font-lock.el (font-lock-multiline): New text property contains
3588 a boolean to indicate if the char is part of a multiline match.
3589 (font-lock-default-fontify-region): Extend the region appropriately
3590 for multiline keywords.
3591 (font-lock-default-unfontify-region): Also remove the new
3592 font-lock-multiline text property.
3593 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
3594 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
3595
3596 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3597
3598 * diary-lib.el (list-diary-entries): Make sure two-digit years
3599 have leading zeros.
3600
3601 1999-09-07 Gerd Moellmann <gerd@gnu.org>
3602
3603 * faces.el (face-set-after-frame-default): Initialize some
3604 attributes of some faces from frame parameters.
3605
3606 * faces.el (scroll-bar, border, cursor, mouse): New faces.
3607
3608 1999-09-07 Gerd Moellmann <gerd@gnu.org>
3609
3610 * faces.el (fringe): Replaces face `margin'.
3611
3612 1999-09-07 Dave Love <fx@gnu.org>
3613
3614 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
3615
3616 1999-09-07 Richard Stallman <rms@gnu.org>
3617
3618 * subr.el (push): Doc fix.
3619
3620 1999-09-06 Richard Stallman <rms@gnu.org>
3621
3622 * vc.el (vc-annotate-display): Use < 69 not < 70
3623 to distinguish 20YY from 19YY.
3624
3625 * timezone.el (timezone-parse-date): Use < 69 not < 70
3626 to distinguish 20YY from 19YY.
3627
3628 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
3629
3630 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
3631
3632 * quickurl.el: (quickurl-list-focused-line): Removed.
3633 (quickurl-list-insert): Now works out the focused line using
3634 `count-lines' instead of using `quickurl-list-focused-line'.
3635
3636 1999-09-06 Richard Stallman <rms@gnu.org>
3637
3638 * mail/rmail.el (rmail-retry-failure): Unconditionally move
3639 to beginning of message.
3640
3641 1999-09-06 Dave Love <fx@gnu.org>
3642
3643 * isearch.el (isearch-mode-map): Add mouse-2.
3644
3645 * mail/rmail.el (rmail-read-password): Deleted.
3646 (rmail-get-pop-password): Use read-password.
3647
3648 * quickurl.el: Don't conditionally define caddr.
3649 (quickurl-url-comment): Use nth, not caddr in function and
3650 defsetf.
3651
3652 1999-09-06 Richard Stallman <rms@gnu.org>
3653
3654 * auto-show.el: Doc fixes.
3655
3656 1999-09-06 Stephen Eglen <stephen@gnu.org>
3657
3658 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
3659 --no-line-editing so that TABs in source files are not interpreted
3660 as completion requests.
3661
3662 1999-09-06 Gerd Moellmann <gerd@gnu.org>
3663
3664 * hscroll.el, auto-show.el: Remove all code, keep the public
3665 interface as no-ops.
3666
3667 * faces.el (face-bold-p): Don't return t if face has lighter
3668 weight than normal.
3669
3670 1999-09-06 Eli Zaretskii <eliz@gnu.org>
3671
3672 * startup.el (command-line): Make small-temporary-file-directory
3673 be nil except on ms-dos.
3674
3675 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
3676
3677 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
3678 is defined.
3679
3680 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
3681 letters with a colon after d or l.
3682
3683 1999-09-06 Dave Love <fx@gnu.org>
3684
3685 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
3686 primitive.)
3687
3688 1999-09-05 Richard Stallman <rms@gnu.org>
3689
3690 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
3691
3692 * textmodes/paragraphs.el (backward-kill-sentence):
3693 Don't test minibuffer-prompt-end here.
3694 (forward-sentence): Do handle it here.
3695 (backward-kill-paragraph): Don't test it here.
3696 (forward-paragraph): Handle it here.
3697
3698 * mouse.el (font-menu-add-default): Simplify code.
3699
3700 1999-09-05 Gerd Moellmann <gerd@gnu.org>
3701
3702 * faces.el (header-line): Renamed from `top-line'.
3703
3704 1999-09-05 Gerd Moellmann <gerd@gnu.org>
3705
3706 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
3707
3708 1999-09-04 Richard Stallman <rms@gnu.org>
3709
3710 * whitespace.el: New file.
3711
3712 1999-09-04 Dave Love <fx@gnu.org>
3713
3714 * paths.el: Make some doc strings obey the make-docfile convention.
3715
3716 * bindings.el: Likewise.
3717 (debug-ignored-errors): Remove BBDB ones.
3718
3719 1999-09-03 Richard Stallman <rms@gnu.org>
3720
3721 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
3722 not from the draft to forward.
3723
3724 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
3725
3726 1999-09-03 Dave Love <fx@gnu.org>
3727
3728 * double.el (double-mode): Customize the variable.
3729
3730 1999-09-03 Kenichi Handa <handa@etl.go.jp>
3731
3732 * international/characters.el: Delete duplicated code.
3733
3734 1999-09-02 Richard Stallman <rms@gnu.org>
3735
3736 * indent.el (indent-relative): Doc fix.
3737
3738 * quickurl.el (quickurl): Doc fix.
3739
3740 1999-09-02 Gerd Moellmann <gerd@gnu.org>
3741
3742 * faces.el (margin): Change background to "gray" for mono (this is
3743 drawn with a stipple pattern).
3744
3745 1999-09-02 Gerd Moellmann <gerd@gnu.org>
3746
3747 * simple.el (next-history-element): Use minibuffer-prompt-end once
3748 again. Remove test for minibuffer-prompt-in-buffer.
3749
3750 1999-09-02 Eli Zaretskii <eliz@gnu.org>
3751
3752 * files.el (small-temporary-file-directory): New variable.
3753
3754 * startup.el (command-line): Compute the value of
3755 small-temporary-file-directory.
3756
3757 * ediff-init.el (ediff-temp-file-prefix): Use
3758 small-temporary-file-directory if non-nil.
3759
3760 * vc.el (vc-update-change-log): Likewise.
3761
3762 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
3763
3764 * simple.el (shell-command, shell-command-on-region): Use
3765 make-temp-name properly. Use small-temporary-file-directory if
3766 non-nil, otherwise temporary-file-directory, to generate temporary
3767 files.
3768
3769 * dos-w32.el (direct-print-region-helper): Use
3770 temporary-file-directory. (From Stefan Monnier.)
3771
3772 1999-09-02 Richard Stallman <rms@gnu.org>
3773
3774 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
3775 from asm-comment-char.
3776 (asm-font-lock-keywords): Recognize instruction width suffixes.
3777
3778 1999-09-01 Richard Stallman <rms@gnu.org>
3779
3780 * play/fortune.el: New file.
3781
3782 1999-08-31 Dave Love <fx@gnu.org>
3783
3784 * help.el (help-make-xrefs): Don't lose on non-empty blank line
3785 after key table.
3786
3787 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
3788 redisplay variables.
3789
3790 * subr.el (push): Fix typo.
3791
3792 1999-08-30 Kevin Blake <kblake@ticnet.com>
3793
3794 * emacs-lisp/ring.el: Many doc fixes.
3795 (ring-size, ring-copy): New functions.
3796
3797 1999-08-29 Richard Stallman <rms@gnu.org>
3798
3799 * progmodes/etags.el (tags-loop-continue):
3800 After tags-loop-operate returns, force skip to next file.
3801
3802 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
3803 (mail-extr-first-letters, mail-extr-last-letters):
3804 Use character classes [:alpha:] and [:alnum:].
3805
3806 * subr.el (push, pop): New macros.
3807
3808 * progmodes/compile.el (compilation-error-regexp-alist):
3809 New item for SGI IRIX MipsPro compilers.
3810
3811 * speedbar.el (speedbar-directory-buttons): Recognize
3812 device names when checking for file names.
3813
3814 * array.el (array-reconfigure-rows): Use generate-new-buffer.
3815
3816 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
3817 and specially handle defvar inside their expansions.
3818 (eval-defun-1): New subroutine.
3819
3820 * progmodes/compile.el (compilation-error-regexp-alist):
3821 Fix the Perl -w entry to allow period after line number.
3822 Don't allow newlines in file name, but allow them after line number
3823 for Perl debugging traces.
3824
3825 * which-func.el (which-func-cleanup-function): New variable.
3826 (which-function): Call that function.
3827
3828 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
3829 to end a function name.
3830
3831 * informat.el (Info-tagify): Don't insert more than one newline
3832 before the tag table.
3833
3834 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
3835
3836 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
3837 than make-temp-name, use match-string-no-properties, and eliminate
3838 a quadratic behavior when building bibtex-strings.
3839
3840 1999-08-29 Alex Schroeder <alex@gnu.org>
3841
3842 * comint.el (comint-input-ring-separator): New variable.
3843 (comint-read-input-ring): Doc change; use
3844 comint-input-ring-separator when reading file.
3845 (comint-write-input-ring): Use
3846 comint-input-ring-separator when writing file.
3847
3848 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
3849
3850 * informat.el (Info-tagify): Start by widening.
3851 Match node headers that don't list the file name,
3852 and more kinds of page separations.
3853 Strip properties during tagification.
3854 Use start of node header line as tag's position.
3855 Fix the "done" message.
3856
3857 (Info-validate): Save and restore match data around narrowing down.
3858
3859 1999-08-28 Richard M. Stallman <rms@gnu.org>
3860
3861 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
3862 On repeated call, override previous values put into
3863 minor-mode-map-alist and minor-mode-alist.
3864
3865 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
3866
3867 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
3868
3869 1999-08-27 Andreas Schwab <schwab@gnu.org>
3870
3871 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
3872 from cvs update.
3873
3874 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3875
3876 * calendar/calendar.el (calendar-move-hook): New hook.
3877
3878 * calendar/cal-move.el: Call the new hook in every movement function.
3879
3880 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
3881 the right function name.
3882
3883 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
3884
3885 * time-stamp.el: Put quote-backquote around all symbol names
3886 in doc strings, for mousing.
3887 (time-stamp): Support multi-line patterns.
3888 (time-stamp-inserts-lines): New variable.
3889 (time-stamp-count): New variable.
3890 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
3891 "Thu" instead of "%a".
3892
3893 1999-08-25 Gerd Moellmann <gerd@gnu.org>
3894
3895 * simple.el (kill-word): Undo previous change.
3896
3897 1999-08-25 Gerd Moellmann <gerd@gnu.org>
3898
3899 * jit-lock.el (jit-lock-function): Extend the fontified range
3900 to the beginning of the line containing the range start and
3901 the beginning of the line following the range end.
3902
3903 1999-08-24 Dave Love <fx@gnu.org>
3904
3905 * timezone.el: Move provide to end.
3906 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
3907 <70 are 2000+.
3908 (timezone-parse-time): Simplify somewhat.
3909
3910 1999-08-24 Gerd Moellmann <gerd@gnu.org>
3911
3912 * faces.el (margin): Renamed from bitmap-area.
3913
3914 1999-08-24 Alex Schroeder <alex@gnu.org>
3915
3916 * sql.el: Doc changes.
3917 (sql-sybase): Use sql-server instead of sql-database.
3918
3919 1999-08-23 Dave Love <fx@gnu.org>
3920
3921 * rect.el: Add/fix various doc strings. Add `*' to all the
3922 interactive specs.
3923
3924 1999-08-21 Gerd Moellmann <gerd@gnu.org>
3925
3926 * jit-lock.el (jit-lock-function): Use line-beginning-position.
3927 Don't unwind-protect font-lock-fontify-region.
3928
3929 * paragraphs.el (backward-kill-paragraph): Don't move
3930 point into mini-buffer prompt.
3931 (backward-kill-sentence): Ditto.
3932
3933 * simple.el (next-history-element): Use minibuffer-prompt-end.
3934 Remove test for minibuffer-prompt-in-buffer.
3935 (kill-word): Don't move point into mini-buffer prompt.
3936
3937 1999-08-21 Dave Love <fx@gnu.org>
3938
3939 * Makefile: Exclude CVS dirs like RCS.
3940
3941 1999-08-19 Dave Love <fx@gnu.org>
3942
3943 * tooltip.el (tooltip-mode): Customize this, per convention.
3944 (tooltip-active): Option deleted.
3945
3946 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
3947
3948 * hanoi.el, page-ext.el: Declare dynamic vars.
3949
3950 * term.el: Avoid ange-ftp related compilation warnings.
3951
3952 1999-08-18 Gerd Moellmann <gerd@gnu.org>
3953
3954 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
3955 the default so that beginners can benefit from it without
3956 searching in manuals.
3957
3958 1999-08-18 Ray Blaak <blaak@gnu.org>
3959
3960 * progmodes/delphi.el: Consider assembly sections as blocks, to
3961 indent them better. Make auto-indent on newline optional.
3962
3963 1999-08-17 Gerd Moellmann <gerd@gnu.org>
3964
3965 * bindings.el (mode-line-modified): Look up key binding for C-x
3966 C-q. If it's bound call that binding, otherwise call
3967 toggle-read-only.
3968
3969 1999-08-17 Dave Love <fx@gnu.org>
3970
3971 * info.el (info): Doc fix.
3972
3973 * finder.el (finder-known-keywords): Add `multimedia'.
3974
3975 * apropos.el: Don't capitalize custom group name.
3976
3977 * info-look.el: Remove compatibility code.
3978 (info-lookup-guess-default*): DTRT for point at start of symbol.
3979 (info-complete): Don't lose with point not at end of symbol.
3980
3981 1999-08-16 Gerd Moellmann <gerd@gnu.org>
3982
3983 * term.el (toplevel): Make face `term-default' an empty face.
3984 The code relied on the fact that Emacs ignored invalid faces in
3985 face text properties in 20.4.
3986
3987 1999-08-16 Richard M. Stallman <rms@gnu.org>
3988
3989 * subr.el (point-at-eol, point-at-bol): New aliases.
3990
3991 * simple.el: Functions reordered.
3992
3993 * rect.el (delete-rectangle-line): Use line-end-position.
3994
3995 1999-08-16 Karl Heuer <kwzh@gnu.org>
3996
3997 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
3998 here from simple.el.
3999
4000 1999-08-16 Dave Love <fx@gnu.org>
4001
4002 * mouse.el: Provide `mldrag' for compatibility.
4003 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
4004 marked obsolete.
4005
4006 * mldrag.el: Removed since the features are in mouse.el.
4007
4008 * jka-compr.el (auto-compression-mode): New variable for
4009 customization.
4010
4011 * bindings.el (mode-line-mule-info): Doc fix.
4012
4013 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
4014 name comparisons.
4015
4016 * files.el (interpreter-mode-alist): Add make, guile, clisp.
4017 (find-file): Doc fix.
4018
4019 1999-08-16 Carsten Dominik <cd@gnu.org>
4020
4021 * textmodes/reftex.el: Most of the code moved to other files.
4022 * textmodes/reftex-auc.el: New file, split out from reftex.el
4023 * textmodes/reftex-cite.el: New file, split out from reftex.el
4024 * textmodes/reftex-global.el: New file, split out from reftex.el
4025 * textmodes/reftex-index.el: New file, split out from reftex.el
4026 * textmodes/reftex-parse.el: New file, split out from reftex.el
4027 * textmodes/reftex-ref.el: New file, split out from reftex.el
4028 * textmodes/reftex-sel.el: New file, split out from reftex.el
4029 * textmodes/reftex-toc.el: New file, split out from reftex.el
4030 * textmodes/reftex-vars.el: New file, split out from reftex.el
4031 * textmodes/reftex-vcr.el: New file, split out from reftex.el
4032
4033 1999-08-16 Carsten Dominik <cd@gnu.org>
4034
4035 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
4036 conflict with pop-up-frames.
4037 (reftex-special-environment-parsers): New constant.
4038 (reftex-label-alist): car of an entry can also be a function.
4039 (reftex-what-special-env): Cew function.
4040 (reftex-label-location): Call `reftex-what-special-env'.
4041 (reftex-compile-variables): Check for symbol in
4042 `reftex-label-alist'.
4043 (reftex-what-environment): Fixed bug with stacked environments of
4044 same kind (e.g. enumerate).
4045 (reftex-process-string): Preserve default directory.
4046 (reftex-label-alist-builtin): Changed prefixes of endnote and
4047 footnote. Also the magic words.
4048 (reftex-reference): Interprete new option
4049 `reftex-fref-is-default'.
4050 (reftex-replace-prefix-escapes): Interprete new `%S' format.
4051 (reftex-toc-mouse-view-line): Command removed (had no binding).
4052 (reftex-everything-regexp): New function.
4053 (reftex-nearest-match): Made better.
4054 (reftex-toc-find-section): Use new version of
4055 `reftex-nearest-match'.
4056 (reftex-insert-docstruct): Adapted to work with the index stuff.
4057 (reftex-parse-from-file): Find index entries as well.
4058 (reftex-toc-toggle-index): New function
4059 (reftex-toc-map): `i' is now used to togle the index, File
4060 boundaries has been moved to `F'.
4061 (reftex-select-label-map): Toggling display of file boundaries is
4062 now on the `F' key, for consistency with `reftex-toc-map'.
4063 (reftex-erase-all-selection-and-index-buffers): Renamed from
4064 `reftex-erase-all-selection-buffer'. Now also kills the index
4065 buffers.
4066 (reftex-viewing-cross-references): Customization group renamed
4067 from reftex-viewing-cross-references-and-citations.
4068 (reftex-index-macro-regexp,
4069 reftex-find-index-entry-regexp-format): New variables
4070 (reftex-macros-with-index): New variable
4071 (reftex-add-index-macros): New function
4072 (reftex-renumber-simple-labels, reftex-translate): Allow for
4073 multiple labels in a single ref command.
4074 (reftex-index-support): New customization group
4075 (reftex-support-index, reftex-index-special-chars,
4076 reftex-index-macros, reftex-index-default-macro,
4077 reftex-index-default-tag, reftex-index-math-format,
4078 reftex-index-section-letters, reftex-index-include-context,
4079 reftex-index-follow-mode, reftex-index-header-face,
4080 reftex-index-section-face, reftex-index-tag-face,
4081 reftex-index-face): New options
4082 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
4083 reftex-index-tag, reftex-index-return-marker,
4084 reftex-index-restriction-indicator, reftex-index-restriction-data,
4085 reftex-index-macro-regexp, reftex-index-level-re,
4086 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
4087 reftex-everything-regexp-no-index, reftex-index-re,
4088 reftex-macros-with-index, reftex-index-macro-alist): New variables
4089 (reftex-index-help, reftex-index-macros-builtin,
4090 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
4091 reftex-query-index-macro-help): New constants
4092 (reftex-index-selection-or-word, reftex-index,
4093 reftex-default-index, reftex-update-default-index,
4094 reftex-index-complete-tag, reftex-index-select-tag,
4095 reftex-index-complete-key, reftex-index-update-taglist,
4096 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
4097 reftex-display-index, reftex-insert-index,
4098 reftex-index-insert-new-letter, reftex-get-restriction,
4099 reftex-index-pre-command-hook, reftex-index-post-command-hook,
4100 reftex-index-show-help, reftex-index-next, reftex-index-previous,
4101 reftex-index-toggle-follow, reftex-index-toggle-context,
4102 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
4103 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
4104 reftex-index-quit, reftex-index-quit-and-kill,
4105 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
4106 reftex-index-revert, reftex-index-switch-index-tag,
4107 reftex-index-restrict-to-section, reftex-index-widen,
4108 reftex-index-restriction-forward,
4109 reftex-index-restriction-backward, reftex-index-visit-location,
4110 reftex-index-analyze-entry, reftex-index-globalize,
4111 reftex-index-edit, reftex-index-toggle-range-beginning,
4112 reftex-index-toggle-range-end, reftex-index-edit-key,
4113 reftex-index-edit-attribute, reftex-index-edit-visual,
4114 reftex-index-edit-part, reftex-index-level-down,
4115 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
4116 reftex-index-change-entry, reftex-index-goto-letter,
4117 reftex-add-index-macros, reftex-ensure-index-support,
4118 reftex-index-info-safe, reftex-index-info): New functions.
4119
4120
4121 1999-08-15 Richard M. Stallman <rms@gnu.org>
4122
4123 * paren.el (show-paren-mode): Support making show-paren-mode
4124 a buffer-local variable. Don't check for a window system.
4125 (show-paren-function): Check whether show-paren-function is
4126 enabled in current buffer; do the right thing if not.
4127 Don't check for a window system.
4128 (show-paren-mode): Make it a user variable.
4129
4130 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
4131 Handle `enum' like `struct'.
4132
4133 * server.el (server-process-filter): If a client visits no buffers,
4134 close it immediately before recording it.
4135
4136 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
4137 Optimize by calling concat just once. Handle =\n sequence.
4138 (mail-unquote-printable-region): New command.
4139 (mail-quote-printable): Make it autoload.
4140
4141 1999-08-15 Karl Heuer <kwzh@gnu.org>
4142
4143 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
4144
4145 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
4146
4147 * lisp/texinfmt.el: Handle @ifnottex.
4148
4149 1999-08-15 Eli Zaretskii <eliz@gnu.org>
4150
4151 * frame.el (blink-cursor): Don't turn on cursor blinking for
4152 ms-dos.
4153
4154 * faces.el (face-valid-attribute-values): Look in
4155 x-bitmap-file-path only for x and w32 window systems.
4156
4157 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
4158 Do that if width is nil as well.
4159 (x-display-mm-height, x-display-mm-width): Update values.
4160 (x-colors): Compute the list from msdos-color-values.
4161 (x-select-enable-clipboard): Doc fix.
4162 (x-frob-font-weight, x-font-family-list): New functions.
4163
4164 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
4165
4166 * window.el (shrink-window-if-larger-than-buffer): Don't try to
4167 back up from beginning of buffer.
4168
4169 1999-08-13 Karl Heuer <kwzh@gnu.org>
4170
4171 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
4172
4173 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
4174
4175 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
4176 doomsday clock, speed control is added and changes are made to
4177 allow large numbers of rings: rings now show the whole ring
4178 number, not just the last digit; consecutive rings are allowed to
4179 be the same size when necessary to fit all the rings in the
4180 window; and poles can be oriented horizontally. Face support is
4181 thrown in gratuitously.
4182 (hanoi): Changed default number of rings back to 3.
4183 (hanoi-unix, hanoi-unix-64): New commands
4184 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
4185 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
4186 hanoi-odd-ring-face): New variables.
4187 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
4188 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
4189 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
4190 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
4191 (hanoi-topos, hanoi-draw-ring): Removed.
4192
4193 1999-08-12 Gerd Moellmann <gerd@gnu.org>
4194
4195 * faces.el (face-valid-attribute-values): Return an alist for
4196 families on ttys.
4197 (face-read-integer): Handle unspecified face attributes. Add
4198 completion for `unspecified'.
4199 (read-face-attribute): Handle unspecified font attributes.
4200 (face-valid-attribute-values): Add `unspecified' to lists so that
4201 it can be chosen via completion.
4202 (face-read-string): Don't recognize "none" as input.
4203
4204 1999-08-10 Dave Love <fx@gnu.org>
4205
4206 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
4207 string.
4208
4209 * sun-curs.el: Require sun-fns.
4210
4211 1999-08-10 Dave Love <fx@gnu.org>
4212
4213 * autorevert.el (auto-revert-mode): Add autoload cookie.
4214
4215 * hscroll.el, auto-show.el: Files deleted -- we have built-in
4216 hscroll.
4217
4218 * simple.el (hscroll-step, hscroll-point-visible)
4219 (hscroll-window-column): Remove now we have the mentioned real
4220 horizontal autoscrolling.
4221
4222 1999-08-10 Richard M. Stallman <rms@gnu.org>
4223
4224 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
4225 control use of -f option.
4226 (mail-specify-envelope-from): New variable.
4227 (mail-from-style): Doc fix.
4228
4229 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
4230 (easy-menu-get-map): New arg TO-MODIFY helps choose
4231 between local and global maps.
4232 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
4233 (easy-menu-change): Doc fix.
4234
4235 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
4236 (info-lookup-guess-default): Simplified and cleaned up.
4237 (info-lookup-guess-default*): Preserve point.
4238
4239 * view.el (view-mode-disable): If buffer-read-only is nil,
4240 don't change it.
4241
4242 * files.el (after-find-file): Disable View mode if buffer is no
4243 longer read-only.
4244
4245 * view.el (view-mode-enable, view-mode-disable):
4246 Call force-mode-line-update.
4247
4248 1999-08-10 Karl Heuer <kwzh@gnu.org>
4249
4250 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
4251 * array.el, play/landmark.el, international/latin-3.el: Likewise.
4252 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
4253
4254 1999-08-10 Alex Schroeder <asc@bsiag.com>
4255
4256 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
4257 to prevent m-eating-bug.
4258
4259 1999-08-10 Eli Zaretskii <eliz@gnu.org>
4260
4261 * term/pc-win.el (msdos-bg-mode): Remove. Call
4262 frame-set-background-mode instead. All callers changed.
4263 (msdos-face-setup): Don't force color display parameter, it is set
4264 by frame-set-background-mode.
4265 (make-msdos-frame): Call x-handle-reverse-video and
4266 face-set-after-frame-default. Delete frame if creation failed.
4267
4268 * faces.el (face-set-after-frame-default): Don't call
4269 make-face-x-resource-internal for the pc window-system.
4270
4271 1999-08-10 Dave Love <fx@melange.gnu.org>
4272
4273 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
4274 case with no docstring specially.
4275
4276 1999-08-09 Eli Zaretskii <eliz@gnu.org>
4277
4278 * complete.el (PC-do-completion): If completing on file name,
4279 reproduce str by concatenating its directory and basename parts.
4280
4281 1999-08-07 Dave Love <fx@gnu.org>
4282
4283 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
4284 unibyte to multibyte conversion of search-forward (from Handa),
4285 but avoid the replacement if the language is Latin-N.
4286
4287 1999-08-06 Richard Stallman <rms@gnu.org>
4288
4289 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
4290 of eval-buffer.
4291
4292 * international/mule.el (load-with-code-conversion):
4293 Pass t to eval-buffer for DO-ALLOW-PRINT.
4294
4295 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
4296
4297 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
4298 of filenames and attributes.
4299 (ls-lisp-insert-directory): Use directory-files-and-attributes
4300 for speed.
4301
4302 1999-08-05 Dave Love <fx@gnu.org>
4303
4304 * auto-show.el (auto-show-mode): Fix :set.
4305
4306 * widget.el (define-widget-keywords): Make dummy definition and
4307 comment-out its use.
4308
4309 1999-08-04 Richard Stallman <rms@gnu.org>
4310
4311 * progmodes/tcl.el: Customized.
4312
4313 * sql.el (sql-accumulate-and-indent): Instead of testing
4314 whether this is Emacs 20 before calling comint-accumulate,
4315 test whether comint-accumulate is defined.
4316
4317 1999-08-04 Dave Love <fx@gnu.org>
4318
4319 * sgml-mode.el: Require outline when compiling.
4320 (sgml-mode-hook, html-mode-hook): Customize.
4321 (sgml-validate-command): Fix :version.
4322 (html-autoview-mode): Doc fix.
4323
4324 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
4325 nothing in Latin-N environment.
4326
4327 * info.el (Info-find-node): Call info-initialize here.
4328 (info): Not here.
4329 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
4330
4331 1999-08-04 Richard Stallman <rms@gnu.org>
4332
4333 * ansi-color.el: New file.
4334
4335 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
4336
4337 * dired.el (dired-string-replace-match): Return `nil' when no match
4338 found with global search.
4339
4340 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
4341 * terminal.el (te-terminfo-directory):
4342 * mail/mailpost.el (post-mail-send-it):
4343 * mail/metamail.el (metamail-region):
4344 * progmodes/ada-mode.el (ada-tmp-directory):
4345 Use temporary-file-directory.
4346
4347 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
4348 (compilation-filter, compilation-forget-errors)
4349 (compilation-parse-errors): Use a marker instead of an integer for
4350 `compilation-parsing-end'.
4351
4352 * progmodes/diff.el (diff-parse-differences):
4353 Use a marker instead of an integer for `compilation-parsing-end'.
4354 * textmodes/tex-mode.el (tex-compilation-parse-errors):
4355 Use a marker instead of an integer for `compilation-parsing-end'.
4356
4357 1999-08-03 Richard Stallman <rms@gnu.org>
4358
4359 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
4360 (Buffer-menu-mode): Doc fix.
4361 (Buffer-menu-view): New command.
4362 (Buffer-menu-view-other-window): New command.
4363
4364 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
4365
4366 * replace.el (query-replace-regexp-eval)
4367 (replace-eval-replacement, replace-loop-through-replacements)
4368 (replace-match-string-symbols): New functions.
4369 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
4370 Use replace-loop-through-replacements.
4371
4372 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
4373
4374 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
4375 (5x5): Doc fix.
4376
4377 1999-08-03 Dave Love <fx@gnu.org>
4378
4379 * fortran.el (fortran-indent-new-line): Make it an alias
4380 for reindent-then-newline-and-indent.
4381
4382 1999-08-03 Didier Verna <verna@inf.enst.fr>
4383
4384 * rect.el: All functions rewritten, except when noted above
4385 their declaration. Below is a list of interface changes.
4386 (apply-on-rectangle): New function, mostly replaces
4387 `operate-on-rectangle'. All callers changed.
4388 (move-to-column-force): Pass new second argument to `move-to-column'.
4389 (kill-rectangle): Added optional prefix arg to fill lines.
4390 (delete-rectangle): Ditto.
4391 (delete-whitespace-rectangle): Ditto.
4392 (delete-extract-rectangle): Ditto.
4393 (open-rectangle): Ditto.
4394 (clear-rectangle): Ditto.
4395 (delete-whitespace-rectangle-line): New function.
4396 (delete-rectangle-line): Added third arg FILL.
4397 (delete-extract-rectangle-line): Ditto.
4398 (open-rectangle-line): Ditto.
4399 (clear-rectangle-line): Ditto.
4400
4401 1999-08-03 Ray Blaak <blaak@gnu.org>
4402
4403 * progmodes/delphi.el: New file.
4404
4405 1999-08-02 Richard Stallman <rms@gnu.org>
4406
4407 * textmodes/outline.el (outline-previous-heading): New function.
4408 (outline-up-heading-all): Use outline-previous-heading.
4409 (outline-next-heading): Delete definition inserted yesterday.
4410
4411 1999-08-01 Richard Stallman <rms@gnu.org>
4412
4413 * textmodes/outline.el (outline-next-heading): New function.
4414 (outline-up-heading-all): New function.
4415 (outline-font-lock-level): Using outline-up-heading-all.
4416 Tell outline-back-to-heading to accept invisible headings.
4417
4418 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
4419
4420 * mail/mh-utils.el (mh-find-path-run): New variable.
4421 (mh-find-path): Test and set that.
4422 Set mail-user-agent only the first time this function is run.
4423 (mail-user-agent): Defvar deleted.
4424
4425 * info.el (info-initialize): New function.
4426 (info): Call info-initialize.
4427 (Info-directory-list): Initialize to nil,
4428 so info-initialize will set it up for real.
4429
4430 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4431
4432 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
4433 does not interpret a time as the year in a day-month entry.
4434
4435 * calendar/diary-lib.el: Change syntax table entry for colon in
4436 the diary as part of the european-date-diary-pattern fix.
4437
4438 1999-08-01 Eli Zaretskii <eliz@gnu.org>
4439
4440 * international/mule.el (set-auto-coding): Allow whitespace before
4441 and after the "variable: value" pair.
4442
4443 1999-07-30 Ken'ichi Handa <handa@gnu.org>
4444
4445 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
4446 (default-sendmail-coding-system): Doc-string fixed.
4447
4448 1999-07-30 Dave Love <fx@gnu.org>
4449
4450 * subr.el (assoc-delete-all): New function, renamed from
4451 frame-delete-all.
4452
4453 * frame.el: Change comments to doc strings and other doc fixes.
4454 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
4455 Callers changed.
4456 (set-background-color, set-foreground-color, set-cursor-color)
4457 (set-mouse-color, set-border-color): Offer completion of colours.
4458 (cursor): Add :version to defgroup.
4459
4460 * facemenu.el (list-colors-display): Make it work on ttys.
4461 (facemenu-read-color): Likewise.
4462
4463 1999-07-30 Richard M. Stallman <rms@gnu.org>
4464
4465 * frame.el (frame-notice-user-settings): If background
4466 color has been changed, update background-mode from it,
4467 then update faces.
4468
4469 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
4470
4471 * net-utils.el (finger): Don't do indirect fingering.
4472
4473 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4474
4475 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
4476 rules. Add separator at end of holidays.
4477 (cal-tex-rules): New customizable variable.
4478 (cal-tex-latexify-list): Add optional parameter to put separator
4479 at end.
4480
4481 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
4482
4483 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
4484 fill prefix on each line while looping to the end of paragraph.
4485 End paragraph if it's longer than the existing fill prefix.
4486
4487 * textmodes/fill.el (fill-context-prefix): Doc fix.
4488
4489 1999-07-30 Dave Love <fx@gnu.org>
4490
4491 * font-lock.el (jit-lock): Fix :load, add :version.
4492
4493 1999-07-30 Eli Zaretskii <eliz@gnu.org>
4494
4495 * term/pc-win.el (msdos-face-setup): Register standard colors in
4496 Vface_tty_color_alist.
4497 (face-color-supported-p, face_color_gray_p): New functions.
4498
4499 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
4500 is bound.
4501
4502 * startup.el (command-line): Don't register default colors for
4503 MSDOS window-system.
4504
4505 1999-07-29 Dave Love <fx@gnu.org>
4506
4507 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
4508 charquote.
4509
4510 * lisp-mode.el (eval-defun): Re-written to avoid
4511 capturing variables.
4512
4513 * picture.el (picture-beginning-of-line): Don't call
4514 hscroll-point-visible now we have real autoscrolling.
4515 (picture-end-of-line, picture-newline, picture-open-line):
4516 Likewise.
4517
4518 * international/latin-8.el: New file.
4519 * international/latin-9.el: New file.
4520
4521 1999-07-28 Dave Love <fx@gnu.org>
4522
4523 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
4524
4525 * msb.el: Require cl only when compiling.
4526 (msb--home-dir): Deleted.
4527 (msb--format-title): Use abbreviate-file-name.
4528 (msb--choose-file-menu): Simplify string comparison.
4529
4530 1999-07-28 Gerd Moellmann <gerd@gnu.org>
4531
4532 * faces.el (toolbar): Add face definition for mono displays.
4533
4534 1999-07-27 Richard M. Stallman <rms@gnu.org>
4535
4536 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
4537
4538 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
4539 force copying of default-frame-alist.
4540
4541 1999-07-26 Ken'ichi Handa <handa@gnu.org>
4542
4543 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
4544
4545 1999-07-26 Richard M. Stallman <rms@gnu.org>
4546
4547 * frame.el (set-mouse-color): If new color is nil,
4548 really respecify the current color.
4549
4550 1999-07-26 Gerd Moellmann <gerd@gnu.org>
4551
4552 * faces.el (bitmap-area): Change background of face `bitmap-area'
4553 to white for mono displays.
4554
4555 1999-07-26 Kenichi Handa <handa@etl.go.jp>
4556
4557 * international/ccl.el (ccl-embed-symbol): New function.
4558 (ccl-program-p): Deleted. Now it's implemented in C code.
4559 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
4560 (ccl-compile-translate-character): Likewise.
4561 (ccl-compile-map-single): Likewise.
4562 (ccl-compile-multiple-map-function): Likewise.
4563 (declare-ccl-program): Doc-string modified.
4564 (check-ccl-program): Check compiled CCL code by ccl-program-p.
4565
4566 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
4567
4568 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
4569
4570 1999-07-25 Markus Rost <rost@gnu.org>
4571
4572 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
4573 the entries to make custom-file more readable.
4574
4575 1999-07-25 Richard M. Stallman <rms@gnu.org>
4576
4577 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
4578
4579 * emacs-lisp/edebug.el: Delete compatibility code.
4580 (edebug-next-token-class): If . is followed by a digit,
4581 return `symbol' for the token class.
4582
4583 * startup.el (command-line): If we don't find the user's init file,
4584 set user-init-file to nil.
4585
4586 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4587
4588 * info-look.el (info-lookup-interactive-arguments): Add optional
4589 argument query for new choice of help mode.
4590 (info-lookup-symbol): Use it.
4591 (info-lookup-file): Ditto.
4592 (info-lookup): Don't switch to other window, if already in Info
4593 buffer.
4594
4595 1999-07-23 Dave Love <fx@gnu.org>
4596
4597 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
4598 syntax.
4599 (fortran-fontify-string, fortran-match-!-comment): Deleted.
4600 (fortran-font-lock-syntactic-keywords): New variable.
4601 (fortran-mode): Use it.
4602 (fortran-font-lock-keywords-1): Don't do comments.
4603 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
4604 match data.
4605
4606 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
4607
4608 * msb.el (msb-menu-bar-update-buffers): Renamed from
4609 menu-bar-update-buffers.
4610 (msb-custom-set, msb--toggle-menu-type): Call
4611 msb-menu-bar-update-buffers.
4612 (msb-mode): Revise the hook setting.
4613
4614 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
4615
4616 1999-07-23 Gerd Moellmann <gerd@gnu.org>
4617
4618 * font-lock.el, help.el, simple.el: Re-integrate previously
4619 described changes that were lost due to errors while checking them
4620 in.
4621
4622 1999-07-23 Kevin Blake <kblake@ticnet.com>
4623
4624 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
4625
4626 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
4627
4628 * international/encoded-kb.el
4629 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
4630 but push it to unread-command-events.
4631 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
4632 (encoded-kbd-self-insert-sjis): Likewise.
4633 (encoded-kbd-self-insert-big5): Likewise.
4634
4635 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
4636 before left margin and fill-prefix by fill-find-break-point.
4637
4638 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4639
4640 * info-look.el (info-lookup-setup-mode): Don't give up, if
4641 info-lookup-make-completions returns an error.
4642 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
4643 name latex, not latex2e.
4644
4645 1999-07-21 Richard M. Stallman <rms@gnu.org>
4646
4647 * replace.el (perform-replace): Turn off case-fold-search
4648 if FROM-STRING argument has uppercase in it.
4649
4650 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4651
4652 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
4653 mode is on. Don't use end of changed text.
4654
4655 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4656
4657 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
4658 (cl-hash-table-p): Renamed from hash-table-p.
4659 (cl-hash-table-count): Renamed from hash-table-count.
4660 (maphash): Alias to cl-maphash removed.
4661 (gethash): Likewise.
4662 (puthash): Likewise.
4663 (remhash): Likewise.
4664 (clrhash): Likewise.
4665
4666 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4667
4668 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
4669 third arg non-nil. See comment there why this isn't a good idea.
4670
4671 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4672
4673 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
4674
4675 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
4676 sit-for with 3rd arg non-nil to prevent redisplay.
4677
4678 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4679
4680 * image.el (image-type-from-file-header): If file doesn't
4681 have a directory part, add data-directory.
4682
4683 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4684
4685 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
4686 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
4687 motion handling when tooltip-gud-tips-p is nil.
4688
4689 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4690
4691 * tooltip.el (tooltip-mode): Don't use `plusp'.
4692 (tooltip-active): Use initial value of nil.
4693
4694 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
4695
4696 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4697
4698 * bindings.el (make-mode-line-mouse-sensitive): Add key
4699 definitions for `top-line'.
4700
4701 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4702
4703 * faces.el (top-line): New face.
4704
4705 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4706
4707 * image.el (image-type-regexps): Add regexp for PS files.
4708
4709 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4710
4711 * faces.el (set-face-attribute): Fix wrong handling of frame
4712 begin equal to t.
4713
4714 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4715
4716 * image.el (image-type-regexps): Add PNG format.
4717
4718 1999-07-21 Dave Love <fx@gnu.org>
4719
4720 * bindings.el (mode-line-modified): New variable.
4721 (mode-line-mode-menu-1): Switch to appropriate window before
4722 showing menu.
4723
4724 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4725
4726 * faces.el (face-underline): Removed.
4727 (face-underline-color): Ditto.
4728
4729 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4730
4731 * faces.el (face-x-resources): Fix typo.
4732
4733 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4734
4735 * faces.el: Remove handling of `:relief', extend handling of
4736 `:box'.
4737 (frame-set-background-mode): Choose new defface specs after
4738 frame parameters have changed.
4739
4740 * cus-face.el: Ditto.
4741
4742 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4743
4744 * custom.el (defface): Extend documentation to include new
4745 face attributes.
4746
4747 * cus-face.el (custom-face-attributes): Add overline,
4748 strike-through, box.
4749
4750 * faces.el (face-valid-attribute-values): Handle overline,
4751 strike-through, box.
4752 (face-attribute-name-alist): Add pairs for new face attributes.
4753 (describe-face): Handle new face attributes.
4754
4755 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4756
4757 * faces.el (face-x-resources): Add overline, strike-through, box.
4758
4759 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4760
4761 * enriched.el (enriched-translations): Add `display' and
4762 "x-display".
4763 (enriched-handle-display-prop): New.
4764 (enriched-decode-display-prop): New.
4765
4766 * format.el (top-level): Give `display' property
4767 `format-list-atomic-p.
4768 (format-annotate-single-property-change): Test that property.
4769 If present, treat list property values like atoms.
4770
4771 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4772
4773 * cus-face.el (custom-face-attributes): Use `choice' everywhere
4774 so that "*" can be entered.
4775
4776 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4777
4778 * cus-face.el (custom-face-attributes): Don't use `#''.
4779
4780 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
4781
4782 * cus-face.el (custom-face-attributes): Return underline
4783 face attribute directly from the second lambda of underline.
4784
4785 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4786
4787 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
4788
4789 * frame.el (after-setting-font-hooks): New variable.
4790 (set-frame-font): Run those hooks.
4791
4792 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
4793
4794 * faces.el (set-face-attribute): Fix doc string.
4795
4796 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4797
4798 * cus-face.el (custom-face-attributes): Accept color name.
4799
4800 * faces.el (face-underline-p): Accept unspecified underlining.
4801 (face-underline): Ditto. Fix doc string.
4802
4803 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
4804
4805 * faces.el (face-underline-color): New function.
4806
4807 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
4808
4809 * cus-face.el (custom-face-attributes): Support underline coloring.
4810 Added slot to choose a color.
4811
4812 * faces.el (face-underline): New function.
4813 (face-underline-p): Support underline coloring.
4814 Return nil only if the underline attribute is 'normal.
4815 (set-face-underline): New function.
4816 (face-valid-attribute-values): Support underline coloring.
4817
4818 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4819
4820 * image.el (insert-image): Use `display' instead of `glyph'
4821 as text property name.
4822 (put-image): Ditto.
4823 (image-type-from-file-header): Use insert-file-contents-literally.
4824
4825 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4826
4827 * easymenu.el (easy-menu-do-add-item): Don't use the empty
4828 string to indicate separators.
4829
4830 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4831
4832 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
4833 instead of message-log.
4834
4835 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4836
4837 * faces.el (bitmap-area): New face.
4838
4839 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4840
4841 * image.el (insert-image): New.
4842
4843 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4844
4845 * frame.el (blink-cursor): Set the symbol's value.
4846 (show-trailing-whitespace): Change group to font-lock.
4847
4848 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4849
4850 * jit-lock.el: New.
4851 * font-lock.el: Add jit-mode as new support mode.
4852
4853 * font-lock.el (font-lock-fontify-keywords-region): Stop when
4854 reaching end instead of letting re-search-forward signal an error.
4855 (demand-lock-mode): New.
4856 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
4857 (font-lock-turn-off-thing-lock): Ditto.
4858 (font-lock-after-fontify-buffer): Ditto.
4859 (font-lock-after-unfontify-buffer): Ditto.
4860
4861 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4862
4863 * gs.el: New file.
4864
4865 * startup.el (command-line-1): Activate tooltip mode if
4866 interactive.
4867
4868 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4869
4870 * faces.el (toolbar): Grey default background.
4871 (modeline): Ditto.
4872
4873 * image.el (image-type-regexps): New.
4874 (image-type-from-file-header): New.
4875 (create-image): Call it.
4876
4877 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4878
4879 * image.el: New file.
4880
4881 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4882
4883 * bindings.el (mode-line-format): Replace `mode-name' with
4884 `(:eval mode-line-mode-name)'.
4885 (mode-line-mode-name): New.
4886 (make-mode-line-mouse-sensitive): Don't change default value
4887 of `mode-name'.
4888
4889 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4890
4891 * tooltip.el: New file.
4892
4893 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4894
4895 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
4896 instead of mouse-3 to pop up menus.
4897 (mode-line-kill-buffer): Removed.
4898 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
4899 buffer name.
4900 (mode-line-buffer-menu-1): Removed.
4901
4902 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
4903
4904 * bindings.el (mode-line-buffer-identification-keymap): New.
4905 (mode-line-buffer-menu-keymap): New.
4906 (mode-line-mode-menu-keymap): New.
4907 (mode-line-unbury-buffer): New.
4908 (mode-line-other-buffer): New.
4909 (mode-line-kill-buffer): New.
4910 (mode-line-buffer-menu-1): New.
4911 (mode-line-mode-menu-1): New.
4912 (make-mode-line-mouse-sensitive): New.
4913
4914 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4915
4916 * help.el (describe-key-briefly): Handle mode line strings
4917 with local-map properties.
4918 (describe-key): Ditto.
4919 (mode-line-key-binding): New.
4920
4921 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4922
4923 * scroll-bar.el (scroll-bar-timer): New.
4924 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
4925
4926 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4927
4928 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
4929 and `bottom'.
4930
4931 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4932
4933 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
4934 (global): Use different key bindings if using tookit scroll bars.
4935
4936 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4937
4938 * faces.el (modeline): Define mode line face with relief for
4939 class color, only.
4940 (toolbar): New face.
4941
4942 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4943
4944 * frame.el (frame-initialize): Set frame-creation-function to
4945 tty-create-frame-with-faces.
4946
4947 * faces.el (frame-set-background-mode): Make it work for
4948 window-system nil.
4949
4950 * faces.el (tty-create-frame-with-faces): New.
4951 (face-set-after-frame-default): Make it work for TTY frames.
4952
4953 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4954
4955 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
4956 Return a list of one font family for TTYs. Don't return bitmap
4957 file paths for TTY frames.
4958
4959 * faces.el: Add face specs for tty displays to basic faces.
4960
4961 * font-lock.el (font-lock-comment-face): Add spec for color tty.
4962 (font-lock-string-face): Ditto.
4963 (font-lock-keyword-face): Ditto.
4964 (font-lock-builtin-face): Ditto.
4965 (font-lock-function-name-face): Ditto.
4966 (font-lock-variable-name-face): Ditto.
4967 (font-lock-type-face): Ditto.
4968 (font-lock-constant-face): Ditto.
4969 (font-lock-warning-face): Ditto.
4970
4971 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4972
4973 * startup.el (command-line): Register default tty colors.
4974
4975 * faces.el (face-spec-set-match-display): Recognize `type tty'.
4976
4977 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4978
4979 * faces.el (modeline): For X frames, use a modeline with relief.
4980
4981 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4982
4983 * faces.el (frame-update-faces): Copied from 20.2.
4984 (frame-update-face-colors): Ditto. Code removed that isn't
4985 applicable in the new face implementation.
4986
4987 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4988
4989 * frame.el (show-trailing-whitespace): New.
4990
4991 * faces.el (trailing-whitespace): New basic face.
4992
4993 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4994
4995 * cus-face.el (custom-facep): Always define as alias for facep.
4996
4997 * cus-face.el (custom-face-attributes): Use choice widgets.
4998 Remove :bold and :italic.
4999
5000 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5001
5002 * faces.el (face-charset-registries): Removed since fontset.el
5003 is no always loaded.
5004
5005 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5006
5007 * faces.el (internal-get-face): Added as obsolete function for
5008 compatibility.
5009
5010 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5011
5012 * frame.el (blink-cursor-end): Call show-cursor.
5013 (blink-cursor-mode): Ditto.
5014
5015 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5016
5017 * faces.el (face-spec-reset-face): Reset all attributes to
5018 `unspecified'.
5019 (face-spec-set): Use it.
5020
5021 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5022
5023 * faces.el (read-all-face-attributes): Bug fix.
5024 (face-read-integer): Allow nil default value.
5025 (face-valid-attribute-values): Use symbol names of attribute
5026 values for completion list.
5027
5028 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5029
5030 * faces.el (internal-find-face): Define for compatibility with
5031 20.2.
5032 (face-id): Likewise.
5033
5034 * faces.el (face-id): Return the ID of a realized face for ASCII.
5035
5036 * fontset.el (x-charset-registries): Removed. Now in faces.el.
5037 (x-complement-fontset-spec): Use face-charset-registries.
5038
5039 * faces.el (face-font-selection-order): Set font selection order
5040 from Lisp.
5041 (face-alternative-font-family-alist): Set alternative font
5042 families from Lisp.
5043
5044 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5045
5046 * faces.el (set-face-charset-registries): Set symbol value.
5047
5048 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5049
5050 * faces.el (face-set-after-frame-default): Call function
5051 internal-merge-in-global-face.
5052
5053 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5054
5055 * faces.el (face-list): Return symbols from face-global-alist.
5056
5057 * faces.el (face-list): Return a copy of the face name list so
5058 that it cannot be modified from outside (facemenu.el uses
5059 nreverse, for example).
5060
5061 * cus-face.el (custom-face-attributes): Add :bold and :italic
5062 for compatibility with old code.
5063
5064 * faces.el (set-face-attributes-from-resources): Additional
5065 frame parameter.
5066 (make-face-x-resource-internal): Set attributes from resources
5067 for a given frame or all frames.
5068
5069 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5070
5071 * faces.el (all-faces): Removed.
5072
5073 * custom.el (defface): Add new face attributes to function
5074 comment.
5075
5076 * font-lock.el (font-lock-comment-face): Use new face attribute
5077 names.
5078 (font-lock-string-face): Ditto.
5079 (font-lock-keyword-face): Ditto.
5080 (font-lock-builtin-face): Ditto.
5081 (font-lock-function-name-face): Ditto.
5082 (font-lock-variable-name-face): Ditto.
5083 (font-lock-type-face): Ditto.
5084 (font-lock-reference-face): Ditto.
5085 (font-lock-warning-face): Ditto.
5086 ((boundp 'font-lock-face-attributes)): Ditto.
5087
5088 * cus-face.el (custom-face-attributes): Use new face attributes.
5089
5090 * faces.el (set-face-attribute-from-resource): Initialize
5091 from resources only for X and W32.
5092
5093 * cus-face.el (custom-declare-face): Don't make frame-local
5094 faces.
5095
5096 * faces.el (describe-face): Use princ instead of insert.
5097
5098 * faces.el: Add XLFD manipulation functions from 20.2 again
5099 because fontset.el uses them.
5100 (face-set-after-frame-default): Add empty definition.
5101
5102 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5103
5104 * faces.el (make-face): Correct typo.
5105 (set-face-attribute-from-resource): Use let*.
5106 (face-underline-p): Correct typo.
5107 (face-inverse-video-p): Ditto.
5108 (set-face-stipple): Ditto.
5109 (face-read-string): Make completion-list optional parameter.
5110
5111 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5112
5113 * faces.el (face-charset-registries): Alist mapping charset
5114 symbols to registries and encoding.
5115
5116 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5117
5118 * frame.el (blink-cursor-mode): Use interactive spec "P".
5119
5120 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5121
5122 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
5123 mode. The cursor of selected_window blinks if the mode is enabled.
5124
5125 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5126
5127 * simple.el (next-history-element): Set point to the end of the
5128 prompt if minibuffer-prompt-in-buffer.
5129
5130 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5131
5132 * faces.el (x-font-regexp): Add sub-expression parentheses for
5133 several font name components.
5134
5135 1999-07-21 Gerd Moellmann <gerd@acm.org>
5136
5137 * faces.el (set-face-relief): Use index 12 for relief.
5138 (face-fill-in): Set relief from data.
5139 (internal-make-face): Init relief to zero.
5140
5141 * faces.el (face-spec-set): Call modify-face with additional
5142 parameters for relief and fixed-p.
5143
5144 1999-07-21 Gerd Moellmann <gerd@acm.org>
5145
5146 * cus-face.el: ':fixed and ':relief added.
5147
5148 * faces.el (describe-face): Add fixed font attribute and relief.
5149 (face-attr-match-p): Ditto.
5150 (face-attr-construct): Ditto.
5151 (face-spec-set): Ditto.
5152
5153 1999-07-21 Gerd Moellmann <gerd@acm.org>
5154
5155 * faces.el (internal-make-face): Function to create a Lisp vector
5156 suitable for representing a face.
5157 (make-face): Use it instead of make-vector.
5158 (x-create-frame-with-faces): Use it instead of vector.
5159 (internal-facep): Increase vector size to 14.
5160 (internal-make-face): Ditto.
5161 (face-relief): Access relief thickness.
5162 (face-fixed-p): Access fixed font attribute.
5163 (set-face-fixed-p): Set fixed font attribute.
5164 (set-face-relief): Set relief attribute.
5165 (internal-face-interactive-int): Read int attribute of face.
5166 (modify-face): Add fixed-p and relief parameters.
5167 (copy-face): Handle fixed-p and relief.
5168 (face-equal): Compare fixed-p and relief.
5169 (face-differs-from-default-p): Ditto.
5170 (face-nontrivial-p): Add fixed-p and relief.
5171
5172 1999-07-21 Gerd Moellmann <gerd@acm.org>
5173
5174 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
5175 (internal-facep): Increase vector size.
5176 (make-face): Ditto.
5177 (face-shadow-thickness): Added.
5178 (set-face-shadow-thickness): Added.
5179 (modify-face): Add optional shadow-thickness parameter.
5180 (make-face-x-resource-internal): Add shadows.
5181 (copy-face): Ditto.
5182 (face-equal): Ditto.
5183 (face-differs-from-default-p): Ditto.
5184 (face-nontrivial-p): Ditto.
5185 (face-attr-match-p): Ditto.
5186 (face-attr-construct): Ditto.
5187 (face-spec-set): Ditto.
5188 (face-fill-in): Ditto.
5189
5190 1999-07-21 Gerd Moellmann <gerd@acm.org>
5191
5192 * bench.el (bench-mark-split-window): New bench mark.
5193
5194 1999-07-21 Gerd Moellmann <gerd@acm.org>
5195
5196 * faces.el (set-face-font): Don't pass default font to
5197 x-resolve-font so that font will not have to be of the same
5198 size.
5199
5200 1999-07-20 Dave Love <fx@gnu.org>
5201
5202 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
5203 unconditionally t.
5204
5205 1999-07-20 Karl Heuer <kwzh@gnu.org>
5206
5207 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
5208
5209 1999-07-20 Dave Love <fx@gnu.org>
5210
5211 * help.el (describe-variable): Fix test for customizability.
5212
5213 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
5214 Check for readonly buffer in interactive spec.
5215 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
5216 (backward-kill-word): Add * to interactive spec.
5217
5218 * underline.el (underline-region, ununderline-region): Add * to
5219 interactive spec.
5220
5221 * fill.el (canonically-space-region, justify-current-line): Add *
5222 to interactive spec.
5223 (fill-region-as-paragraph, fill-paragraph, fill-region)
5224 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
5225 readonly buffer in interactive spec.
5226
5227 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
5228 (backward-kill-sentence, kill-sentence): Add * to interactive
5229 spec.
5230
5231 1999-07-19 Richard M. Stallman <rms@gnu.org>
5232
5233 * dired-aux.el (dired-do-shell-command): Doc fix.
5234
5235 * shell.el (shell-unquote-argument): New function.
5236 (shell-directory-tracker): Use shell-unquote-argument.
5237 * comint.el (comint-arguments): Handle \ followed by space or tab.
5238
5239 1999-07-19 John Wiegley <jwiegley@borland.com>
5240
5241 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
5242 color codes 39 and 49, which by the way lynx uses them seem to
5243 mean "foreground reset" and "background reset".
5244
5245 1999-07-19 Karl Heuer <kwzh@gnu.org>
5246
5247 * font-lock.el (c++-keywords): Add "typeid".
5248
5249 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
5250 selects no font, treat that as zero selections, not one.
5251
5252 1999-07-19 Dave Love <fx@gnu.org>
5253
5254 * info.el (Info-search): Don't lose with empty regexp.
5255
5256 * version.el: Cater for (free) `ident' program, not `which'.
5257
5258 * hl-line.el: New file.
5259
5260 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
5261 for modes which don't define menus.
5262
5263 1999-07-16 Richard M. Stallman <rms@gnu.org>
5264
5265 * webjump.el (webjump-sample-sites): Update some URLs.
5266
5267 1999-07-14 Richard Stallman <rms@gnu.org>
5268
5269 * Version 20.4 released.
5270
5271 1999-07-14 Andreas Schwab <schwab@gnu.org>
5272
5273 * compare-w.el (compare-windows): Try to find the next window in
5274 the current frame before looking at the other frames.
5275
5276 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
5277
5278 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
5279 Use cyrillic-jcuken as default input method.
5280
5281 1999-07-12 Richard Stallman <rms@gnu.org>
5282
5283 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
5284 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
5285
5286 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
5287 (ispell-local-dictionary-alist): Add koi8-r for character set.
5288
5289 * textmodes/flyspell.el (flyspell-get-word):
5290 Add special handling for when ispell-otherchars is empty.
5291
5292 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
5293
5294 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
5295 when having nested functons.
5296 (pascal-indent-nested-functions) (pascal-indent-line)
5297 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
5298 indenting nested functions.
5299
5300 1999-07-09 Richard Stallman <rms@gnu.org>
5301
5302 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
5303
5304 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
5305
5306 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
5307 the `end' keyword was in the very beginning of the buffer.
5308
5309 1999-07-08 Richard Stallman <rms@gnu.org>
5310
5311 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
5312
5313 * term.el (term-emulate-terminal): Avoid infinite loop
5314 in strange case where minibuffer window is selected but not active.
5315
5316 1999-07-07 Stephen Eglen <stephen@gnu.org>
5317
5318 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
5319 Change regexp so that it doesn't match commands beginning with `cd'.
5320
5321 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
5322
5323 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
5324
5325 1999-07-06 Richard Stallman <rms@gnu.org>
5326
5327 * hscroll.el (hscroll-minibuffer-hook): New function.
5328 (hscroll-global-mode): Add and remove that hook.
5329 Set hscroll-old-truncate-was-global's default value.
5330
5331 1999-07-05 Richard Stallman <rms@gnu.org>
5332
5333 * files.el (revert-buffer): Don't preserve point here.
5334 (revert-buffer-insert-file-contents-function): Doc fix.
5335
5336 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
5337
5338 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
5339 doing a `stat' when it isn't necessary because that can cause
5340 trouble when an NFS server is down.
5341
5342 1999-07-04 Richard Stallman <rms@gnu.org>
5343
5344 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
5345
5346 1999-07-03 Richard Stallman <rms@gnu.org>
5347
5348 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
5349 for \200...\240 also.
5350 (isearch-printing-char): Use unibyte-char-to-multibyte.
5351
5352 1999-07-02 Richard Stallman <rms@gnu.org>
5353
5354 * frame.el (minibuffer-frame-alist): Use defcustom.
5355 (pop-up-frame-alist): Likewise.
5356 (initial-frame-alist): Specify * in the doc string.
5357
5358 * hscroll.el (hscroll-mode): Make it a permanent local.
5359 (hscroll-mode): Don't cancel the timer
5360 if HScroll mode is enabled in some other buffer.
5361
5362 * isearch.el (isearch-done): If search ends in middle of intangible
5363 text (due to text property), move on to the limit of that text.
5364
5365 1999-07-01 Andrew Innes <andrewi@gnu.org>
5366
5367 * man.el (Man-build-man-command): Use value of null-device,
5368 instead of hard-coding "/dev/null".
5369
5370 * dos-w32.el (untranslated-canonical-name): Avoid expanding
5371 ange-ftp file names, which might force ange-ftp to prompt for a
5372 password.
5373
5374 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
5375 to prevent references to temp files.
5376
5377 1999-06-30 Richard Stallman <rms@gnu.org>
5378
5379 * progmodes/sh-script.el (sh-feature): If nothing is known
5380 about the given shell, use the values for `sh'.
5381
5382 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
5383
5384 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
5385 to make it non-recursive.
5386
5387 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
5388
5389 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5390
5391 * auto-show.el (auto-show-mode): Fix Typo in :set.
5392
5393 1999-06-29 Richard M. Stallman <rms@gnu.org>
5394
5395 * progmodes/sh-script.el (sh-mode): When setting syntax
5396 table, default to the standard one.
5397
5398 1999-06-27 Richard M. Stallman <rms@gnu.org>
5399
5400 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
5401
5402 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
5403
5404 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
5405 a frame when `return' is requested (even if pop-up-frames = t)
5406 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
5407 should only be set for the bibtex buffer.
5408
5409 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
5410
5411 * progmodes/compile.el: Deal with compilation-error-screen-columns
5412 being buffer-local.
5413
5414 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
5415
5416 * comint.el (comint-password-prompt-regexp): Allow "(again)".
5417
5418 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5419
5420 * cal-x.el (calendar-only-one-frame-setup): New function.
5421 * calendar.el (calendar): Call it if requested.
5422
5423 1999-06-24 Karl Heuer <kwzh@gnu.org>
5424
5425 * startup.el (iso-8859-n-locale-regexp): Doc fix.
5426
5427 1999-06-22 Richard M. Stallman <rms@gnu.org>
5428
5429 * mail/supercite.el (sc-emacs-features): Doc fix.
5430
5431 1999-06-22 Karl Heuer <kwzh@gnu.org>
5432
5433 * files.el (auto-mode-alist): Add pike-mode.
5434
5435 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
5436
5437 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
5438 last byte of a numeric field is a space or a NUL. Parse it as
5439 potentially part of the number. This is used by GNU tar
5440 1.12.64012 to handle larger values.
5441
5442 1999-06-20 Karl Heuer <kwzh@gnu.org>
5443
5444 * custom.el (custom-handle-keyword): Fix error message.
5445
5446 1999-06-18 Andrew Innes <andrewi@gnu.org>
5447
5448 * mail/smtpmail.el (smtpmail-send-it): Use
5449 convert-standard-filename to make file names for queued mail safe
5450 on Windows (`:' is invalid in file names on Windows).
5451
5452 1999-06-17 Kenichi Handa <handa@etl.go.jp>
5453
5454 * international/mule-cmds.el (describe-current-input-method):
5455 Current-input-method is string.
5456 (toggle-input-method): Docstring fixed.
5457
5458 * international/mule-diag.el
5459 (describe-current-coding-system-briefly): Fix format string.
5460
5461 * international/mule-util.el (coding-system-eol-type-mnemonic):
5462 Docstring modified. Return a string.
5463
5464 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
5465
5466 * sql.el (sql-input-ring-file-name): Doc fix.
5467
5468 1999-06-17 Richard M. Stallman <rms@gnu.org>
5469
5470 * calendar/cal-x.el (special-display-buffer-names):
5471 Don't put (get-file-buffer diary-file) on this list.
5472
5473 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
5474
5475 * play/mpuz.el (mpuz-try-proposal): Fix message call.
5476 Don't penalize player for certain impossible guesses.
5477
5478 1999-06-16 Andrew Innes <andrewi@gnu.org>
5479
5480 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
5481 return the string "Unk 0 0000" so at least it appears to be a
5482 valid timestamp to `dired-move-to-filename-regexp'.
5483
5484 1999-06-15 Ken'ichi Handa <handa@gnu.org>
5485
5486 * ps-print.el (ps-control-character): Fix previous change.
5487
5488 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5489
5490 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
5491 multiple output of the last message.
5492
5493 1999-06-14 Eli Zaretskii <eliz@gnu.org>
5494
5495 * term/internal.el (IT-display-table-setup): Do not remap \222 to
5496 the ASCII apostrophe, as most DOS codepages have some other glyph
5497 there.
5498
5499 1999-06-14 Ken'ichi Handa <handa@gnu.org>
5500
5501 * language/ethio-util.el (setup-ethiopic-environment-internal):
5502 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
5503 (exit-ethiopic-environment): Likewize.
5504
5505 1999-06-12 Richard M. Stallman <rms@gnu.org>
5506
5507 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
5508
5509 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5510
5511 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
5512 custom-initialize-default to avoid infinite loop.
5513 (crisp-mode): (defun) Call transient-mark-mode here, not when
5514 loading the file. Run crisp-mode-hook here, and run
5515 crisp-load-hook when loading the file.
5516
5517 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
5518 rmail-summary buffer, search for pattern in rmail-file.
5519
5520 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
5521
5522 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
5523
5524 * ps-print.el (ps-printer-name): Fix custom type.
5525
5526 1999-06-12 Reto Zimmermann <reto@synopsys.com>
5527
5528 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
5529 (vhdl-port-paste-generic-map): Fix indentation bug.
5530 (vhdl-port-paste-port-map): Fix indentation bug.
5531 (vhdl-scan-file-contents): Make scanning case insensitive.
5532
5533 1999-06-11 Richard M. Stallman <rms@gnu.org>
5534
5535 * files.el (write-file): When buffer is not already visiting a file,
5536 don't put buffer name in the minibuffer, just make it the default.
5537 Also handle just directory as arg usefully in that case.
5538
5539 * simple.el (sendmail-user-agent-compose):
5540 Ignore case when inserting the rest of the "other" headers.
5541
5542 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
5543
5544 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
5545 (info-lookup-interactive-arguments): Never insert the default
5546 into the minibuffer automatically.
5547
5548 * emacs-lisp/cl-extra.el (getf): Don't call get*.
5549
5550 1999-06-09 Richard M. Stallman <rms@gnu.org>
5551
5552 * simple.el (shell-command): Avoid printing "mark set" message.
5553
5554 1999-06-09 Dave Love <fx@gnu.org>
5555
5556 * progmodes/compile.el (compilation-error-regexp-alist): Allow
5557 digits in program name in first pattern.
5558
5559 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
5560
5561 * vc.el (vc-dired-mode): Don't match anything before the date in
5562 dired-move-to-filename-regexp.
5563
5564 1999-06-07 Ken'ichi Handa <handa@gnu.org>
5565
5566 * international/quail.el (quail-define-rules): Fix typo in
5567 docstring.
5568
5569 1999-06-05 Stephen Eglen <stephen@gnu.org>
5570
5571 * iswitchb.el (iswitchb-default-keybindings): Add
5572 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
5573 than when package is loaded.
5574
5575 1999-06-04 Richard M. Stallman <rms@gnu.org>
5576
5577 * startup.el (command-line): Don't set user-init-file directly;
5578 tell `load' to set it.
5579
5580 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
5581
5582 * simple.el (next-history-element):
5583 Handle minibuffer-text-before-history properly when reading sexps.
5584
5585 * disp-table.el (standard-display-european):
5586 For an interactive call by the user,
5587 don't set enable-multibyte-characters,
5588 and don't set the terminal coding system.
5589
5590 * textmodes/refbib.el: Don't print any messages or display
5591 a buffer when loading the library.
5592 (r2b-help): Doc fix.
5593 (r2b-help-message): Update the documentation.
5594 (r2b-load-quietly): Variable deleted.
5595 (r2b-convert-buffer): Doc fix.
5596
5597 1999-06-04 Dave Love <fx@gnu.org>
5598
5599 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
5600
5601 * auto-show.el: Don't change hooks on loading.
5602 (auto-show-mode): Autoload. Default to nil. Add :set &c.
5603 (auto-show-mode): Add to hooks here.
5604
5605 1999-06-04 Richard Sharman <rsharman@pobox.com>
5606
5607 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
5608 recursion on bogus input.
5609
5610 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
5611
5612 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
5613 does not select a buffer from the buffers menu, then the attached
5614 frame is not switched to anything.
5615
5616 1999-06-03 Ken'ichi Handa <handa@gnu.org>
5617
5618 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
5619 (viet-viscii-...->viet-vscii...).
5620
5621 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
5622
5623 1999-06-01 Dave Love <fx@gnu.org>
5624
5625 * progmodes/fortran.el: Add :link to defgroup.
5626 (fortran-blink-matching-if): Match ELSE statements too.
5627 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
5628 that filling is always done.
5629
5630 1999-05-31 Richard M. Stallman <rms@gnu.org>
5631
5632 * simple.el (append-next-kill): Use an arg to distinguish
5633 interactive calls from Lisp calls, rather than (interactive-p).
5634
5635 * international/iso-transl.el (iso-transl-language-alist):
5636 Interchange n and N.
5637
5638 1999-05-31 Dave Love <fx@gnu.org>
5639
5640 * msb.el Add to minor-mode-map-alist. Remove hook installation
5641 and keymap munging on load.
5642 (msb-mode): New option.
5643 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
5644 Doc fix.
5645 (msb-mode-map): New variable.
5646 (msb-mode): New command.
5647
5648 1999-05-31 Dave Love <fx@gnu.org>
5649
5650 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
5651 (ispell-complete-word-dict): Likewise.
5652
5653 1999-05-31 Eli Zaretskii <eliz@gnu.org>
5654
5655 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
5656 force the data buffer to be saved, even if the data didn't
5657 change, in case the write filter was modified. Restore the
5658 current record after read-file-filter finishes.
5659
5660 1999-05-29 Karl Heuer <kwzh@gnu.org>
5661
5662 * ispell4.el: Obsolete; file deleted.
5663
5664 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
5665
5666 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
5667 VALUE is a syntax table.
5668
5669 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
5670
5671 * simple.el (zap-to-char): Doc fix.
5672
5673 1999-05-27 Ken'ichi Handa <handa@gnu.org>
5674
5675 * isearch.el (isearch-quote-char): Don't assume character codes
5676 0200 - 0237 stand for characters in some single-byte character
5677 charset.
5678
5679 1999-05-27 Dave Love <fx@gnu.org>
5680
5681 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
5682
5683 1999-05-27 Andreas Schwab <schwab@gnu.org>
5684
5685 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
5686 headerline does not exist already.
5687
5688 1999-05-26 Richard Stallman <rms@gnu.org>
5689
5690 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5691 Avoid nested null-loops.
5692
5693 1999-05-26 Ken'ichi Handa <handa@gnu.org>
5694
5695 * international/characters.el: Typo fixed; prefered->preferred.
5696
5697 * international/mule-cmds.el (find-coding-systems-for-charsets):
5698 Typo fixed; prefered->preferred.
5699
5700 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
5701 method in read-event.
5702
5703 * international/mule.el (charset-info): Doc-string fixed.
5704
5705 1999-05-25 Ken'ichi Handa <handa@gnu.org>
5706
5707 * mail/smtpmail.el (smtpmail-send-it): Bind
5708 smtpmail-code-conv-from properly.
5709 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
5710 by smtpmail-code-conv-from.
5711
5712 1999-05-24 Richard Stallman <rms@gnu.org>
5713
5714 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
5715 Binding deleted also.
5716
5717 1999-05-24 Karl Heuer <kwzh@gnu.org>
5718
5719 * comint.el (comint-bol-or-process-mark): Doc fix.
5720
5721 1999-05-23 Dave Love <fx@gnu.org>
5722
5723 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
5724 Enter it on minor-mode-map-alist.
5725 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
5726 Autoload. Add custom setter.
5727 (crisp-mark-line): Doc fix.
5728 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
5729 (crisp-mode-hook): Define.
5730
5731 1999-05-23 Ken'ichi Handa <handa@gnu.org>
5732
5733 * files.el (recover-file): Recover buffer-file-coding-system.
5734
5735 1999-05-22 Richard Stallman <rms@gnu.org>
5736
5737 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
5738 regexp match the date, to avoid treating date as file size.
5739 Add YYYY S option to WESTERN/
5740
5741 * bookmark.el: Delete some XEmacs compatibility code.
5742 (bookmark-jump-noselect): Check vc-backend.
5743
5744 * subr.el (add-to-list): Doc fix.
5745
5746 1999-05-21 Stephen Eglen <stephen@gnu.org>
5747
5748 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
5749
5750 1999-05-18 Richard Stallman <rms@gnu.org>
5751
5752 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
5753 non-space after the @anchor command.
5754 (texinfo-format-var): Handle other nested constructs, using
5755 texinfo-parse-expanded-arg and texinfo-discard-command, not
5756 texinfo-parse-arg-discard.
5757
5758 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
5759 (debug): Bind and use debugger-outer-inhibit-redisplay.
5760 Bind inhibit-redisplay to nil.
5761 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
5762
5763 1999-05-17 Dave Love <fx@gnu.org>
5764
5765 * help.el (describe-function-1): Extra arg, interactive-p.
5766 (describe-key, describe-function): Use it.
5767
5768 1999-05-17 Karl Heuer <kwzh@gnu.org>
5769
5770 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
5771
5772 1999-05-16 Dave Love <fx@gnu.org>
5773
5774 * cus-start.el (all): Delete selective-display. Add scroll-margin,
5775 scroll-preserve-screen-position, scroll-conservatively.
5776
5777 1999-05-16 Dave Love <fx@gnu.org>
5778
5779 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
5780
5781 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
5782
5783 * progmodes/vhdl-mode.el: Completely revised and massively extended.
5784
5785 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
5786
5787 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
5788 magic number and is not associated with a file.
5789
5790 1999-05-14 Richard M. Stallman <rms@gnu.org>
5791
5792 * files.el (find-file-noselect-1): Fix previous change.
5793
5794 1999-05-14 Simon Marshall <simon@gnu.org>
5795
5796 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
5797
5798 1999-05-13 Ken'ichi Handa <handa@gnu.org>
5799
5800 * international/mule-diag.el (mule-diag): Change MULE to Mule in
5801 docstring.
5802
5803 * international/mule-cmds.el: Change MULE to Mule in docstrings
5804 and menus.
5805
5806 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
5807
5808 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
5809 to correctly reflect the value of BaseLineOffset in
5810 RelativeCompose. Now the value of RelativeCompose is an array of
5811 low and high positions.
5812 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
5813 RLC for the above change.
5814
5815 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
5816
5817 * comint.el (comint-password-prompt-regexp): Modified to match the
5818 output of ksu and ssh-add.
5819
5820 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
5821
5822 * language/korea-util.el (isearch-toggle-korean-input-method):
5823 Adjusted for the change of input method handling in isearch.el.
5824 (isearch-hangul-switch-symbol-ksc): Likewise.
5825 (isearch-hangul-switch-hanja): Likewise.
5826
5827 1999-05-10 Dave Love <fx@gnu.org>
5828
5829 * help.el (help-make-xrefs): Fix typo.
5830
5831 1999-05-10 Andreas Schwab <schwab@gnu.org>
5832
5833 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
5834 unibyte-display-via-language-environment.
5835
5836 * help.el (help-make-xrefs): Handle more cases when looking for
5837 commands in a keymap description.
5838
5839 1999-05-10 Eli Zaretskii <eliz@gnu.org>
5840
5841 * loadup.el: For ms-dos systems, load ccl and codepage.
5842
5843 1999-05-09 Ken'ichi Handa <handa@gnu.org>
5844
5845 * ps-print.el (ps-control-character): Call
5846 ps-mule-prepare-ascii-font to setup ASCII fonts.
5847
5848 * ps-mule.el (ps-mule-begin-job): Redo this change "if
5849 ps-multibyte-buffer is nil, use
5850 ps-mule-font-info-database-default."
5851
5852 1999-05-08 Ken Stevens <k.stevens@ieee.org>
5853
5854 * ispell.el (ispell-local-dictionary-alist): New variable for
5855 customizing local dictionaries not accessable by everyone.
5856 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
5857 (ispell-required-version): Changed format `(major minor
5858 revision)' to support general pattern matching.
5859 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
5860 skip region commented out due to incorrect skip potential in std latex.
5861 (ispell-word): Removed `when' macro. Fixed bug of not restoring
5862 cursor point on small words for calls from `ispell-minor-mode'.
5863 (check-ispell-version): Tests and accepts versions major.minor
5864 and above, with adjustments for interactions in 3.1.0-3.1.11.
5865 (ispell-get-line): No longer skips ispell process special characters.
5866 (ispell-comments-and-strings): Removed `when' macro call.
5867 (ispell-minor-check): Requires ispell-word to restore cursor point.
5868 (ispell-buffer-local-parsing): Supports checking comments only.
5869
5870 1999-05-08 Karl Heuer <kwzh@gnu.org>
5871
5872 * comint.el (comint-password-prompt-regexp): Fix last change to be
5873 more specific.
5874
5875 1999-05-07 Richard M. Stallman <rms@gnu.org>
5876
5877 * subr.el (with-temp-message): Fix the other call to message
5878 to use %s.
5879
5880 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
5881
5882 * gud.el (gud-format-command): "%F" means file sans extension.
5883 (jdb): Use %F, not %f, for gud-break.
5884
5885 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
5886
5887 * comint.el (comint-password-prompt-regexp): Modified so that it
5888 matches the output of kinit.
5889
5890 1999-05-06 Greg Stark <gsstark@mit.edu>
5891
5892 * timezone.el (timezone-parse-date): Recognize new format used in
5893 internet cookies.
5894
5895 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
5896
5897 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
5898
5899 1999-05-04 Andrew Innes <andrewi@gnu.org>
5900
5901 * time.el (display-time-update): Allow for wrap-around when
5902 checking against display-time-server-down-time.
5903
5904 1999-05-04 Ken'ichi Handa <handa@gnu.org>
5905
5906 * international/mule-diag.el (describe-coding-system): Fix English
5907 message.
5908
5909 1999-05-03 Jason Rumney <jasonr@altavista.net>
5910
5911 * term/w32-win.el: Change the x-charset-registry property for the
5912 Japanese charsets that are supported by Japanese Windows fonts.
5913
5914 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5915
5916 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
5917 diary-block diary entries for which the reminders and the diary
5918 entries can overlap.
5919
5920 1999-05-02 Jason Rumney <jasonr@altavista.net>
5921
5922 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
5923 matches the font selected in the dialog.
5924
5925 1999-05-02 Dave Love <fx@gnu.org>
5926
5927 * browse-url.el (browse-url-browser-function): Add :version.
5928
5929 * international/mule.el (auto-coding-alist): Add .tgz.
5930
5931 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
5932
5933 * international/codepage.el (cp-coding-system-for-codepage-1):
5934 Make the magnification parameter for the -dos encoder be 2.
5935
5936 1999-05-2 Andrew Innes <andrewi@gnu.org>
5937
5938 * term/w32-win.el (w32-drag-n-drop): Select file in window where
5939 it is dropped, rather than current window.
5940
5941 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
5942 after switching buffer, as case-fold-search is a buffer local
5943 variable.
5944
5945 * w32-fns.el (convert-standard-filename): Only convert directory
5946 separators to backslash if the interactive shell is one of the
5947 standard Windows shells that has DOS semantics.
5948
5949 * ls-lisp.el (ls-lisp-format-time): Trap errors from
5950 format-time-string, and return a suitable string to indicate the
5951 timestamp was invalid.
5952
5953 * hexl.el (hexlify-command): Apply shell-quote-argument after
5954 expanding hexl-program in case exec-directory contains a space.
5955 (dehexlify-command): Ditto.
5956
5957 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
5958 file extension regexps which aren't necessarily binary files.
5959 (direct-print-region-helper): Use subst-char-in-string instead of
5960 binding directory-sep-char to convert filenames to DOS syntax.
5961 (direct-print-region-use-command-dot-com): New variable.
5962 (direct-print-region-helper): Use it to control whether to invoked
5963 command.com to print on Windows 9x.
5964
5965 * browse-url.el (browse-url-browser-function): Default to
5966 browse-url-default-windows-browser on windows-nt.
5967 (browse-url-default-windows-browser): New function.
5968
5969 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5970
5971 * forms.el (forms-mode): Don't call forms-first-record or
5972 forms-last-record if the data file has zero records.
5973
5974 1999-04-29 Richard M. Stallman <rms@gnu.org>
5975
5976 * files.el (find-file-noselect-1): If buffer-file-name has changed
5977 after find-file-not-found-hooks runs, recompute the truename.
5978 And don't use FILENAME after that point.
5979
5980 1999-04-27 Dave Love <fx@gnu.org>
5981
5982 * paren.el (show-paren-mode)
5983 * which-func.el (which-func-mode-global)
5984 * type-break.el (type-break-mode)
5985 * time.el (display-time-mode)
5986 * rsz-mini.el (resize-minibuffer-mode)
5987 * mouse-sel.el (mouse-sel-mode)
5988 * icomplete.el (icomplete-mode)
5989 * hscroll.el (hscroll-global-mode)
5990 * help.el (temp-buffer-resize-mode)
5991 * font-lock.el (global-font-lock-mode)
5992 * delsel.el (delete-selection-mode)
5993 * avoid.el (mouse-avoidance-mode)
5994 * autoinsert.el (auto-insert-mode)
5995 * winner.el (winner-mode): Doc fix.
5996
5997 1999-04-26 Karl Heuer <kwzh@gnu.org>
5998
5999 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
6000 the same whitespace that was ignored in choosing the subject string.
6001
6002 1999-04-26 Richard M. Stallman <rms@gnu.org>
6003
6004 * info.el (Info-find-node): Position properly after finding anchor.
6005
6006 * cus-start.el (all): Handle unibyte-display-via-language-environment.
6007
6008 * simple.el (indent-new-comment-line): Fix previous change.
6009
6010 * complete.el: Delete the wildcard expansion feature
6011 since that is now standard in find-file.
6012 (PC-try-load-many-files): Function deleted.
6013 (PC-after-load-many-files): Function deleted.
6014 (PC-many-files-list): Variable deleted.
6015 (PC-disable-wildcards): Variable deleted.
6016 (partial-completion-mode): Don't enable the wildcard feature.
6017
6018 * complete.el (PC-look-for-include-file): Don't set global variables
6019 `error', `buf' and `filename' here.
6020
6021 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
6022
6023 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
6024
6025 * textmodes/outline.el (outline-regexp): Doc fix.
6026
6027 1999-04-26 John Wiegley <johnw@borland.com>
6028
6029 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
6030 C++Builder 4.0 error message syntax.
6031
6032 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
6033
6034 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
6035 supported, use find -exec.
6036
6037 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
6038
6039 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
6040 coding-system-for-write, to avoid hanging when non-interactive.
6041
6042 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
6043
6044 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
6045 start with a newline.
6046
6047 1999-04-13 Ken'ichi Handa <handa@gnu.org>
6048
6049 * international/mule-conf.el (x-ctext): New coding system.
6050
6051 1999-04-12 Richard M. Stallman <rms@gnu.org>
6052
6053 * international/mule-cmds.el (input-method-function):
6054 Add permanent-local property.
6055
6056 1999-04-12 Dave Love <fx@gnu.org>
6057
6058 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
6059 change to use jka-compr-byte-compiler-base-file-name.
6060
6061 * supercite.el (sc-scan-info-alist): Revert last change.
6062 (sc-attrib-selection-list): Fix :type here instead.
6063
6064 1999-04-11 Eli Zaretskii <eliz@gnu.org>
6065
6066 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
6067 in the list of case-insensitive filesystems.
6068
6069 1999-04-09 Kenichi Handa <handa@etl.go.jp>
6070
6071 * international/fontset.el (create-fontset-from-fontset-spec):
6072 Don't register duplicated alias fontset names.
6073
6074 1999-04-08 Richard Stallman <rms@gnu.org>
6075
6076 * international/mule.el (auto-coding-alist-lookup): New function.
6077 (set-auto-coding): Use auto-coding-alist-lookup.
6078
6079 * jka-compr.el (jka-compr-insert-file-contents):
6080 Use auto-coding-alist-lookup to check for files that
6081 should not have eol conversion, in the unibyte case.
6082
6083 1999-04-07 Dave Love <fx@gnu.org>
6084
6085 * help.el (describe-variable): Check custom-loads property as well
6086 as custom-type.
6087
6088 * abbrev.el (abbrev-mode): Customizing sets the default value.
6089
6090 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
6091
6092 * vc.el (vc-backend-revert): For CVS files that were made
6093 writeable with "cvs edit", call "cvs unedit" to undo that.
6094
6095 1999-04-08 Dave Love <fx@gnu.org>
6096
6097 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
6098 more.
6099 (sc-emacs-features): Recognize Emacs 20.
6100 (sc-read-string): Use history arg.
6101 (sc-scan-info-alist): Check for rtnvalue a cons.
6102
6103 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
6104
6105 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
6106 coding system to encode the message by
6107 select-message-coding-system.
6108
6109 1999-04-07 Richard Stallman <rms@gnu.org>
6110
6111 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
6112
6113 * winner.el: Reorder definitions.
6114
6115 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
6116
6117 * mail/rmail.el (rmail-decode-babyl-format):
6118 Undo previous change.
6119
6120 1999-04-06 Richard Stallman <rms@gnu.org>
6121
6122 * info.el (Info-find-node): Check for an anchor at the
6123 proper place, before reading an indirect file.
6124
6125 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
6126
6127 * jka-compr.el (jka-compr-insert-file-contents):
6128 Use raw-text-unix when we want no conversion.
6129
6130 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
6131
6132 * timezone.el (timezone-parse-date): Corrected regexp for
6133 style (5) date format so that tenths of seconds are optional.
6134
6135 1999-04-05 Eli Zaretskii <eliz@gnu.org>
6136
6137 * term/internal.el (dos-cpNNN-setup): New function, with the guts
6138 of dos-codepage-setup.
6139 (cjk-codepages-alist): New variable, an alist of Far-Eastern
6140 codepages for which there's no need to set up cpNNN coding
6141 systems.
6142 (dos-codepage-setup): Support Far-Eastern DOS terminals.
6143
6144 1999-04-05 Richard Stallman <rms@gnu.org>
6145
6146 * mail/rmail.el (rmail-ignored-headers): Doc fix.
6147
6148 1999-04-02 Richard Stallman <rms@gnu.org>
6149
6150 * progmodes/compile.el (compilation-handle-exit): Do right thing
6151 if (car status) doesn't end in a newline.
6152
6153 1999-04-01 Dave Love <fx@gnu.org>
6154
6155 * progmodes/sql.el (SQL): Add defgroup :version.
6156
6157 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6158
6159 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
6160 buffer-file-coding-system. If the coding system used is raw-text,
6161 etc., make the *Compiler Input* buffer unibyte.
6162
6163 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
6164
6165 * loadup.el: Don't write the fns-...el file if not dumping.
6166
6167 1999-03-31 Dave Love <fx@gnu.org>
6168
6169 * snmp-mode.el (snmp): Fix defgroup :version.
6170
6171 * hilit-chg.el (highlight-changes): Add defgroup :version.
6172
6173 1999-03-31 Andreas Schwab <schwab@gnu.org>
6174
6175 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
6176 the gnus-save-hidden-threads macro.
6177
6178 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
6179
6180 * faces.el (face-set-after-frame-default): Obey the
6181 `customized-face' for new faces.
6182
6183 1999-03-30 Dave Love <fx@gnu.org>
6184
6185 * international/mule-cmds.el (current-language-environment): Doc fix.
6186 * abbrev.el (abbrev-mode): Doc fix.
6187 * autoinsert.el (auto-insert-mode): Doc fix.
6188 * complete.el (partial-completion-mode): Doc fix.
6189 * avoid.el (mouse-avoidance-mode): Doc fix.
6190 * delsel.el (delete-selection-mode): Doc fix.
6191 * font-lock.el (global-font-lock-mode): Doc fix.
6192 * help.el (temp-buffer-resize-mode): Doc fix.
6193 * hscroll.el (hscroll-global-mode): Doc fix.
6194 * icomplete.el (icomplete-mode): Doc fix.
6195 * mouse-sel.el (mouse-sel-mode): Doc fix.
6196 * paren.el (show-paren-mode): Doc fix.
6197 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
6198 * time.el (display-time-mode): Doc fix.
6199 * type-break.el (type-break-mode): Doc fix.
6200 * which-func.el (which-func-mode-global): Doc fix.
6201 * winner.el (winner-mode): Doc fix.
6202
6203 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
6204
6205 * wid-edit.el (widget-before-change): Signal text-read-only rather
6206 than an ordinary error.
6207
6208 1999-03-30 Richard M. Stallman <rms@gnu.org>
6209
6210 * repeat.el: Don't require advice.
6211 (repeat): Do function-indirection in check for kbd macro.
6212 In self-insert case, use the *last* char in INSERTION.
6213
6214 1999-03-30 Karl Heuer <kwzh@gnu.org>
6215
6216 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
6217
6218 1999-03-29 Andreas Schwab <schwab@gnu.org>
6219
6220 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
6221 comint-input-filter-functions. Make variables related to shell
6222 directory tracking local.
6223
6224 1999-03-26 Andreas Schwab <schwab@gnu.org>
6225
6226 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
6227
6228 * simple.el (shell-command-on-region): Cope with exit-status being
6229 nil, which happens if call-process-region was interrupted.
6230
6231 1999-03-26 Richard M. Stallman <rms@gnu.org>
6232
6233 * simple.el (indent-new-comment-line): Handle use at a point
6234 after a comment-end. Handle multiple comments.
6235
6236 * mail/rmail.el (rmail-decode-babyl-format):
6237 To prevent locking, bind buffer-file-name to nil.
6238
6239 1999-03-26 Karl Fogel <kfogel@red-bean.com>
6240
6241 * mail-hist.el (mail-hist-current-header-name): Don't make
6242 off-by-one-error when determining if in message body.
6243
6244 1999-03-25 Andrew Innes <andrewi@gnu.org>
6245
6246 * w32-fns.el (set-default-process-coding-system): Copied from
6247 dos-w32.el, but modified to use Unix line endings for process
6248 input, and to add a suitable entry to process-coding-system-alist
6249 for DOS shells.
6250
6251 * dos-fns.el (set-default-process-coding-system): Copied from
6252 dos-w32.el.
6253
6254 * dos-w32.el (set-default-process-coding-system): Move function to
6255 dos-fns.el; a different version is used in w32-fns.el.
6256
6257 1999-03-24 Dave Love <fx@gnu.org>
6258
6259 * info.el (Info-directory-list): Revert change to re-writing
6260 Info-default-directory-list, but put `alternative' first.
6261 (Info-insert-dir): Modify selecting the top dir file as a consequence.
6262
6263 1999-03-23 Simon Marshall <simon@gnu.org>
6264
6265 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
6266 on the line by itself.
6267 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
6268 it is not in a declarative context.
6269
6270 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
6271
6272 * cus-edit.el (custom-variable-prompt): Allow customization of
6273 autoloaded symbols.
6274
6275 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
6276
6277 * simple.el (what-cursor-position): Don't cause error when point
6278 is at invalid multibyte sequence.
6279
6280 1999-03-21 Karl Heuer <kwzh@gnu.org>
6281
6282 * complete.el (partial-completion-mode): Doc fix.
6283
6284 1999-03-19 Richard M. Stallman <rms@gnu.org>
6285
6286 * progmodes/cplus-md.el (old-c++): Remove :group.
6287
6288 * progmodes/c-mode.el (old-c): Remove :group.
6289
6290 1999-03-18 Simon Marshall <simon@gnu.org>
6291
6292 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
6293 (java-font-lock-keywords-2): Added "strictfp" keyword.
6294
6295 1999-03-17 Jason Rumney <jasonr@altavista.net>
6296
6297 * w32-fns.el (set-w32-system-coding-system) New function.
6298 (w32-system-coding-system) Initialize to 'iso-latin-1.
6299
6300 1999-03-17 Eli Zaretskii <eliz@gnu.org>
6301
6302 * international/mule-cmds.el (set-language-environment): Fix
6303 previous change: don't use dos-codepage when unbound.
6304
6305 1999-03-17 Karl Heuer <kwzh@gnu.org>
6306
6307 * calendar/appt.el (appt-make-list): Fix previous change.
6308
6309 1999-03-16 Richard M. Stallman <rms@gnu.org>
6310
6311 * window.el (shrink-window-if-larger-than-buffer):
6312 Don't try to redisplay with the cursor at the end
6313 on its own line--that would force a scroll and spoil things.
6314
6315 1999-03-16 Eli Zaretskii <eliz@gnu.org>
6316
6317 * international/mule-cmds.el (set-language-environment): Don't use
6318 cpNNN-nonascii-translation-table if it is unbound.
6319
6320 * term/internal.el (dos-codepage-setup): Compute the unibyte
6321 syntax table and bind unibyte-display-via-language-environment
6322 here, rather than at top level, so that resetting to unibyte in
6323 .emacs works as expected.
6324
6325 1999-03-15 Simon Marshall <simon@gnu.org>
6326
6327 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
6328
6329 1999-03-14 Milan Zamazal <pdm@pvt.net>
6330
6331 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
6332
6333 1999-03-14 Kenichi Handa <handa@etl.go.jp>
6334
6335 * international/mule-util.el (detect-coding-with-priority):
6336 Restore the internal database.
6337
6338 1999-03-14 Stephen Eglen <stephen@gnu.org>
6339
6340 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
6341 if mail-from-style has invalid value.
6342
6343 1999-03-12 Karl Heuer <kwzh@gnu.org>
6344
6345 * vc.el (vc-delete-logbuf-window): New var.
6346 (vc-finish-logentry): Use it.
6347
6348 1999-03-12 Richard M. Stallman <rms@gnu.org>
6349
6350 * startup.el (command-line-1): Improve startup msg.
6351
6352 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
6353
6354 * speedbar.el: Added commentary about stealthy functions.
6355 (speedbar-message) new function.
6356 (speedbar-y-or-n-p): New function
6357 (speedbar-with-attached-buffer) Moved macro before reference.
6358 Now uses `save-selected-window'.
6359 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
6360 speedbar-generic-item-info, speedbar-item-info-file-helper,
6361 speedbar-item-delete, speedbar-insert-generic-list,
6362 speedbar-timer-fn, speedbar-check-vc-this-line,
6363 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
6364 speedbar-buffers-item-info) Use speedbar-message.
6365 (speedbar-item-info) Limit `message-log-max'.
6366 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
6367 speedbar-item-delete, speedbar-item-object-delete,
6368 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
6369
6370 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
6371
6372 * server.el (server-start): Set coding system for the server
6373 process to raw-text.
6374 (server-process-filter): Decode file names if necessary.
6375
6376 1999-03-12 Dave Love <fx@gnu.org>
6377
6378 * textmodes/fill.el (sentence-end-double-space): Doc fix.
6379
6380 * textmodes/paragraphs.el (sentence-end): Doc fix.
6381
6382 1999-03-11 Karl Heuer <kwzh@gnu.org>
6383
6384 * comint.el (comint-password-prompt-regexp): Accept "login password:"
6385
6386 1999-03-09 Karl Heuer <kwzh@gnu.org>
6387
6388 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
6389 (ispell-dictionary-alist-2): Likewise.
6390 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
6391 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
6392 (ispell-dictionary-alist): Build from six pieces, not just two.
6393
6394 * ps-bdf.el (bdf-directory-list): Doc fix.
6395
6396 * enriched.el (enriched-mode): Make var permanent-local.
6397
6398 1999-03-09 Dave Love <fx@gnu.org>
6399
6400 * textmodes/sgml-mode.el (html-mode): Use
6401 sentence-end-double-space when setting sentence-end.
6402
6403 1999-03-09 Ken'ichi Handa <handa@gnu.org>
6404
6405 * language/thai.el (tis-620): New alias coding system for thai-tis620.
6406
6407 1999-03-08 Felix Lee <flee@cygnus.com>
6408
6409 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
6410
6411 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
6412
6413 1999-03-08 Karl Heuer <kwzh@gnu.org>
6414
6415 * dired-aux.el (dired-do-copy-regexp): Doc fix.
6416 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
6417
6418 * dired.el (dired-do-copy-regexp): Doc fix.
6419 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
6420
6421 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
6422
6423 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
6424
6425 1999-03-08 Jason Rumney <jasonr@altavista.net>
6426
6427 * international/codepage.el (cp1250-decode-table)
6428 (cp1251-decode-table, cp1253-decode-table)
6429 (cp1257-decode-table): New translation tables for MS Windows codepages.
6430 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
6431
6432 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
6433
6434 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
6435
6436 1999-03-07 Eli Zaretskii <eliz@gnu.org>
6437
6438 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
6439
6440 * term/internal.el (top level): Display character 255 as 8bit as well.
6441
6442 1999-03-06 Dave Love <fx@gnu.org>
6443
6444 * progmodes/cc-cmds.el (c-outline-level): Bind
6445 buffer-invisibility-spec.
6446
6447 * progmodes/c-mode.el (c-outline-level): Likewise.
6448
6449 * progmodes/ada-mode.el (ada-outline-level): Likewise.
6450
6451 1999-03-05 Felix Lee <flee@cygnus.com>
6452
6453 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
6454
6455 1999-03-05 Richard M. Stallman <rms@gnu.org>
6456
6457 * bindings.el (complete-symbol): Invert meaning of prefix arg.
6458
6459 1999-03-05 Andrew Innes <andrewi@gnu.org>
6460
6461 * w32-fns.el (convert-standard-filename): Convert directory
6462 separators to Windows format.
6463
6464 1999-03-05 Andreas Schwab <schwab@gnu.org>
6465
6466 * international/skkdic-cnv.el: Provide skkdic-cnv.
6467 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
6468 (batch-skkdic-convert): Doc fix.
6469
6470 1999-03-04 Dave Love <fx@gnu.org>
6471
6472 * custom.el (custom-set-variables): Protect against setter errors.
6473
6474 1999-03-04 Eli Zaretskii <eliz@gnu.org>
6475
6476 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
6477 the file sizes from overflowing.
6478 (ls-lisp-format): If file size is a float, use %8.0f to print it.
6479 Under -s, print the size in blocks with %4.0f, in case they have
6480 a *really* huge file.
6481
6482 1999-03-03 Dave Love <fx@gnu.org>
6483
6484 * options.el (edit-options): Doc fix.
6485 (list-options): Don't lose with unbound symbols. Maintain
6486 Edit-options-mode.
6487
6488 1999-03-01 Dave Love <fx@gnu.org>
6489
6490 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
6491
6492 1999-02-28 Richard M. Stallman <rms@gnu.org>
6493
6494 * ispell.el (ispell-dictionary-alist-override): New variable.
6495 (ispell-dictionary-alist): Don't setq it,
6496 if ispell-dictionary-alist-override is set.
6497
6498 * simple.el (shell-command-default-error-buffer): Renamed from
6499 shell-command-on-region-default-error-buffer.
6500 (shell-command-on-region): Mention in echo area when there
6501 is some error output. Mention success or failure, too.
6502 Accumulate multiple error outputs
6503 going forward, with formfeed in between. Display the error buffer
6504 when we have put something in it.
6505 (shell-command): Add the ERROR-BUFFER argument feature.
6506
6507 1999-02-28 Karl Heuer <kwzh@gnu.org>
6508
6509 * mail/mh-utils.el (mh-lib): Doc fix.
6510 (mh-lib-progs, mh-nmh-p): New vars.
6511 (mh-find-progs): Set mh-lib-progs along with other vars.
6512 (mh-path-search): New arg FUNC-P; if specified, use that instead
6513 of mh-file-command-p.
6514 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
6515
6516 * mail/mh-comp.el (mh-repl-formfile): New var.
6517 (mh-smail-batch): Don't ignore all arguments.
6518 (mh-reply): Do the right thing when using nmh.
6519
6520 1999-02-27 Kenichi Handa <handa@etl.go.jp>
6521
6522 * international/mule-cmds.el (select-safe-coding-system): Be sure
6523 to show a buffer being decoded.
6524
6525 1999-02-26 Ken'ichi Handa <handa@gnu.org>
6526
6527 * ps-bdf.el (bdf-directory-list): Initialize it to
6528 '("/usr/local/share/emacs/fonts/bdf").
6529
6530 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6531
6532 * ps-print.el: PostScript programming fix.
6533 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
6534 setpagedevice operator).
6535
6536 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6537
6538 * ps-print.el: Doc fix, font size specifies landscape and portrait
6539 sizes.
6540 (ps-print-version): New version number (4.1.4).
6541 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
6542 Specifies landscape and portrait sizes.
6543 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
6544 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
6545 fix.
6546 (ps-get-font-size): New fun.
6547 (ps-font-size-internal, ps-header-font-size-internal)
6548 (ps-header-title-font-size-internal): New vars.
6549
6550 * ps-mule.el: Change of ps-print font size variable name.
6551 (ps-mule-generate-font): Fun fix.
6552 (ps-mule-begin-job): Programming uniformization.
6553
6554 1999-02-25 Dave Love <fx@gnu.org>
6555
6556 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
6557 (help-make-xrefs): Do Info case first.
6558
6559 * repeat.el: Don't require advice.
6560 (repeat-last-kill-command): Variable deleted.
6561
6562 1999-02-25 Richard Stallman <rms@gnu.org>
6563
6564 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
6565 case just because the current buffer is the output buffer.
6566
6567 1999-02-25 Kenichi Handa <handa@etl.go.jp>
6568
6569 * simple.el (what-cursor-position): To show the character's
6570 encoding, use encoded-string-description instead of information
6571 of chaset-origin-alist.
6572
6573 * international/mule-cmds.el (iso-2022-control-alist): New variable.
6574 (encoded-code-description): New function.
6575 (encoded-string-description): New function.
6576 (encode-coding-char): New function.
6577
6578 1999-02-25 Andrew Innes <andrewi@gnu.org>
6579
6580 * startup.el (command-line) [windows-nt]: Fix typo in regexp
6581 checking for .emacs[.el[c]].
6582
6583 1999-02-24 Richard Stallman <rms@gnu.org>
6584
6585 * help.el (describe-function-1): Don't print a whole lambda-function.
6586
6587 1999-02-23 Ken'ichi Handa <handa@gnu.org>
6588
6589 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
6590 inputting ?\240.
6591
6592 1999-02-23 Karl Heuer <kwzh@gnu.org>
6593
6594 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
6595
6596 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
6597 (clean-buffer-list-kill-buffer-names): Doc fix.
6598
6599 * gud.el (gud-jdb-massage-args): Spelling fix.
6600
6601 1999-02-23 Richard M. Stallman <rms@gnu.org>
6602
6603 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
6604
6605 1999-02-22 Eli Zaretskii <eliz@gnu.org>
6606
6607 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
6608 excursion while calling set-auto-coding-function.
6609
6610 * play/handwrite.el (handwrite): Require ps-print, and use
6611 ps-printer-name and ps-lpr-command. Call ps-print-region-function
6612 if it's defined, instead of forking ps-lpr-command unconditionally.
6613
6614 1999-02-22 Kenichi Handa <handa@etl.go.jp>
6615
6616 * international/codepage.el (cp-coding-system-for-codepage-1): Put
6617 charset-origin-alist property to a coding system for the codepage.
6618
6619 * international/mule.el: Modify comment for charset-origin-alist
6620 property of a coding system.
6621
6622 * simple.el (what-cursor-position): charset-origin-alist property
6623 of a coding system may be a translation table or a symbol of which
6624 `translation-table' property is a translation table.
6625
6626 1999-02-21 Richard Stallman <rms@gnu.org>
6627
6628 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
6629 to the "html" template.
6630
6631 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
6632
6633 * dirtrack.el (dirtrack): Added docstring. Now returns input.
6634
6635 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
6636
6637 * dirtrack.el (dirtrack): Check for the prompt in the input string
6638 instead of the buffer.
6639
6640 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
6641
6642 * sql.el: Set version to 1.4.1. Changed mail address to
6643 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
6644 (sql-input-ring-separator): Doc fix.
6645 (sql-mode-syntax-table): double-dash starts comments is defined as
6646 ". 56" instead of ". 12b" for XEmacs.
6647 (sql-stop, sql-interactive-mode): Doc fixes.
6648 (sql-postgres): Queries for database and server, not just one.
6649 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
6650
6651 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
6652 changed. This is needed for master.el to work.
6653 (sql-set-sqli-buffer): Use the new hook.
6654
6655 * sql.el (sql-make-alternate-buffer-name): Function that sets
6656 sql-alternate-buffer-name.
6657 (sql-alternate-buffer-name): Possible name of SQLi buffers.
6658 (sql-interactive-mode): Set sql-alternate-buffer-name.
6659 (sql-rename-buffer): New command.
6660 (sql-interactive-mode-menu): Menu for SQLi buffers.
6661
6662 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
6663 and sql-input-ring-file-name are used to temporarily set
6664 comint-input-ring-file-name and comint-input-ring-separator when
6665 reading and writing input history files.
6666
6667 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
6668 (sql-input-ring-file-name): New variable with customization.
6669 (sql-input-ring-separator): New variable with customization.
6670 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
6671 Callers changed.
6672 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
6673 now includes the name of the current buffer.
6674
6675 (sql-mode): Set paragraph-separate and paragraph-start so that
6676 sql-send-paragraph sends the entire SQL statements, even if it
6677 contains indented lines.
6678
6679 1999-02-18 Dave Love <fx@gnu.org>
6680
6681 * format.el (format-encode-run-method, format-decode-run-method):
6682 Fix previous change.
6683
6684 1999-02-18 Ken'ichi Handa <handa@gnu.org>
6685
6686 * international/mule.el (coding-system-list): Moved here from
6687 mule-util.el to avoid autoloading mule-util by the call of
6688 select-safe-coding-system.
6689
6690 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
6691
6692 * simple.el (turn-on-auto-fill): Mark it as an option for
6693 `text-mode-hook'.
6694
6695 1999-02-17 Richard Stallman <rms@gnu.org>
6696
6697 * emacs-lisp/easymenu.el (easy-menu-get-map):
6698 Don't crash if (current-local-map) is nil.
6699
6700 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
6701
6702 * filecache.el (file-cache-filter-regexps): Added .class.
6703
6704 1999-02-17 Ken'ichi Handa <handa@gnu.org>
6705
6706 * international/mule-util.el (decompose-region): Use
6707 insert-buffer-substring instead of insert-buffer to avoid putting
6708 mark.
6709
6710 1999-02-17 Andreas Schwab <schwab@gnu.org>
6711
6712 * calendar/cal-move.el (scroll-calendar-left): Don't set
6713 displayed-month and displayed-year here, let generate-calendar do
6714 it, after range checking.
6715
6716 1999-02-17 Simon Marshall <simon@gnu.org>
6717
6718 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
6719
6720 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
6721 correctly between an object declared via a constructor and a method.
6722 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
6723 (java-font-lock-keywords-1): Fontify package names individually.
6724 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
6725 (java-font-lock-keywords-2): Simplify type fontification.
6726 (java-font-lock-keywords-3): Likewise.
6727
6728 1999-02-17 Kenichi Handa <handa@etl.go.jp>
6729
6730 * language/japanese.el (iso-2022-jp-2): New coding system.
6731 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
6732
6733 1999-02-16 Dave Love <fx@gnu.org>
6734
6735 * help.el (describe-function-1): Accept non-symbols.
6736
6737 1999-02-16 Paul Eggert <eggert@twinsun.com>
6738
6739 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
6740 find the last match if there are multiple matches.
6741
6742 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6743
6744 * tex-mode.el (tex-run-command, latex-run-command)
6745 (slitex-run-command, tex-command): Doc changes.
6746 (tex-start-options-string): Autoload it. Doc change. Provide
6747 a menu for customization. Allow nil. Quote backslashes only once.
6748 (tex-start-tex): Handle nil value of tex-start-options-string
6749 and apply shell-quote-argument to it.
6750
6751 1999-02-16 Eli Zaretskii <eliz@gnu.org>
6752
6753 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
6754 the size in blocks, since it can be a float.
6755 (ls-lisp-format): Likewise
6756
6757 1999-02-16 Ken'ichi Handa <handa@gnu.org>
6758
6759 * language/japanese.el (japanese-shift-jis): Add
6760 charset-origin-alist property.
6761
6762 1999-02-15 Richard Stallman <rms@gnu.org>
6763
6764 * progmodes/compile.el (compile-internal): Use save-selected-window.
6765
6766 * subr.el (momentary-string-display): Bind inhibit-read-only.
6767
6768 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
6769
6770 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
6771
6772 * mail/rmail.el (rmail-show-message): If an unseen message has a
6773 Summary-line in its header, get past one more line before looking
6774 for the X-Coding-System header.
6775
6776 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
6777
6778 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
6779 explicitly to accomodate Windows 9X lack of a useful copy program.
6780
6781 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
6782
6783 * wid-edit.el (widget-choice-value-create): Use `equal'
6784 instead of `eq'.
6785
6786 1999-02-14 Richard Stallman <rms@gnu.org>
6787
6788 * international/iso-transl.el:
6789 (iso-transl-ae): Renamed from iso-transl-e-slash.
6790 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
6791 (iso-transl-AE): Renamed from iso-transl-E-slash.
6792 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
6793 (iso-transl-char-map): Related changes.
6794
6795 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
6796
6797 1999-02-13 Richard Stallman <rms@gnu.org>
6798
6799 * textmodes/texinfmt.el (texinfo-alias): New function.
6800 (texinfo-fold-nodename-case): Add defvar.
6801 (texinfo-format-node): Do case folding if specified.
6802
6803 * ffap.el (ffap-file-at-point): Test local file names
6804 immediately. Strip off line numbers.
6805
6806 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
6807
6808 * sql.el: Set version to 1.3.2
6809 (sql-solid-program): Added support for solid.
6810 (sql-help): Doc mentions sql-solid.
6811 (sql-solid): Entry function for Solid.
6812 (sql-buffer): Doc explains the use of the variable and how to
6813 change it.
6814 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
6815 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
6816 disabled if sql-buffer doesn't have a process; sql-send-paragraph
6817 is new.
6818 (sql-show-sqli-buffer): New function to display the value of
6819 sql-buffer.
6820 (sql-change-sqli-buffer): New function to change sql-buffer.
6821 (sql-mode): Doc explains how to change sql-buffer.
6822 (sql-send-paragraph): New function to send a paragraph.
6823 (sql-mode-map): Added keybinding for sql-send-paragraph.
6824 (sql-mysql): Doc corrected.
6825 (sql-ms): Doc corrected.
6826
6827 * sql.el (sql-server): Doc fix.
6828 (sql-mysql): Added the use of sql-server to specify the host,
6829 sql-database now specifies database instead of host.
6830 (sql-mode-menu): Send... menu items are only active if sql-buffer
6831 is non-nil.
6832 (sql-help): Changed tag of entry functions a bit.
6833
6834 * sql.el: Added keywords from `finder-by-keyword'.
6835 (sql-mode): Made sql-buffer a local variable, changed the
6836 documentation: removed instructions to add *.sql files to
6837 auto-mode-alist, added documentation for having mutliple SQL
6838 buffers sending their stuff to different SQLi buffers, each
6839 running a different process.
6840 (sql-postgres): Quoted *SQL* in doc string.
6841 (sql-ms): Likewise.
6842 (sql-ingres): Likewise.
6843 (sql-ingres): Quoted *SQL* in doc string, added references to
6844 sql-user and sql-password used during login.
6845 (sql-sybase): Quoted *SQL* in doc string, added comma.
6846 (sql-oracle): Likewise.
6847 (sql-interactive-mode): Added extensive documentation for having
6848 mutliple SQL buffers sending their stuff to different SQLi
6849 buffers, each running a different process.
6850 (sql-buffer): Changed doc from *SQL* to SQLi.
6851 (sql-get-login): Doc fix.
6852
6853 1999-02-12 Ken'ichi Handa <handa@gnu.org>
6854
6855 * international/mule-conf.el (undecided): Set ascii in
6856 safe-charsets property.
6857
6858 1999-02-12 Richard Stallman <rms@gnu.org>
6859
6860 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
6861
6862 1999-02-12 Ken'ichi Handa <handa@gnu.org>
6863
6864 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
6865 value to ps-mule-font-info-database-latin.
6866
6867 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
6868
6869 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
6870 (ps-mule-font-info-database-default): New variable.
6871 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
6872 ps-mule-font-info-database-default.
6873
6874 1999-02-12 Dave Love <fx@gnu.org>
6875
6876 * timezone.el (timezone-make-date-sortable)
6877 (timezone-make-date-arpa-standard): Doc fix.
6878
6879 1999-02-12 Ken'ichi Handa <handa@gnu.org>
6880
6881 * international/quail.el (quail-show-kbd-layout): Bind
6882 blink-matching-paren to nil.
6883
6884 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
6885 for ASCII and Latin-1.
6886
6887 1999-02-12 Andreas Schwab <schwab@gnu.org>
6888
6889 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
6890
6891 1999-02-12 Kenichi Handa <handa@etl.go.jp>
6892
6893 * international/mule-cmds.el (language-info-alist): Remove
6894 description about charset-origin-alist.
6895
6896 * international/mule.el: Comment added for a new coding system
6897 property `charset-origin-alit'.
6898 (make-translation-table): This variable deleted.
6899
6900 * language/chinese.el (chinese-big5): Add charset-origin-alist
6901 property.
6902 ("Chinese-CNS"): Remove charset-origin-alist property.
6903
6904 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
6905 property.
6906 (cyrillic-alternativnyj): Likewise.
6907 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
6908 ("Cyrillic-ALT"): Likewise.
6909
6910 * language/vietnamese.el (vietnamese-viqr): Add
6911 charset-origin-alist property.
6912 ("Vietnamese"): Remove charset-origin-alist property.
6913
6914 * simple.el (what-cursor-position): Don't use the varialbe
6915 charset-origin-alist, but use charset-origin-alist property of
6916 buffer-file-coding-system to decide external character set code.
6917
6918 1999-02-10 Richard Stallman <rms@gnu.org>
6919
6920 * shadowfile.el: Don't turn on the mode when the file is loaded.
6921
6922 1999-02-09 Richard Stallman <rms@gnu.org>
6923
6924 * progmodes/compile.el (compile-auto-highlight): Customize.
6925
6926 * add-log.el (add-log-file-name-function): New variable.
6927 (add-change-log-entry): Call that function, if non-nil.
6928
6929 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
6930
6931 * rmail.el (rmail-search): Track match with a marker, not an integer.
6932
6933 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6934
6935 * progmodes/compile.el (compilation-setup): Set value of
6936 compilation-directory-stack as in compilation-forget-errors.
6937 (compile-reinitialize-errors): Bind buffer-undo-list and
6938 deactivate-mark.
6939 (compilation-forget-errors): Likewise.
6940
6941 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
6942
6943 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
6944 def... constructs.
6945
6946 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
6947 Remove calls to sleep-for.
6948
6949 1999-02-08 Eli Zaretskii <eliz@gnu.org>
6950
6951 * international/codepage.el (cp-coding-system-for-codepage-1): On
6952 MS-DOS, use dos-unsupported-char-glyph for characters not
6953 supported by the codepage.
6954 (cp-make-coding-systems-for-codepage): Likewise.
6955
6956 1999-02-08 Andreas Schwab <schwab@gnu.org>
6957
6958 * international/mule-util.el (coding-system-list): Don't sort
6959 coding-system-list here.
6960
6961 * international/mule.el (coding-system-lessp): Moved here from
6962 mule-util.el
6963 (add-to-coding-system-list): New function.
6964 (make-subsidiary-coding-system, make-coding-system,
6965 define-coding-system-alias): Use it instead of setting
6966 coding-system-list directly.
6967
6968 1999-02-07 Dave Love <fx@gnu.org>
6969
6970 * calendar/appt.el (appt-make-list): Don't splice quotes and date
6971 onto message.
6972
6973 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6974
6975 * imenu.el (imenu--last-menubar-index-alist): Add doc.
6976 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
6977
6978 1999-02-06 Richard Stallman <rms@gnu.org>
6979
6980 * language/european.el (setup-slovenian-environment): New function.
6981 ("Slovenian"): New language environment.
6982
6983 * progmodes/sql.el (sql-help): Doc fix.
6984 (sql-mysql): Doc fix.
6985
6986 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6987
6988 * tex-mode.el: When compiling, require compare-w and skeleton
6989 to pacify the byte-compiler. Move the def's of the tex-commands
6990 together. Add a comment on kill-process vs. quit-process.
6991
6992 1999-02-05 Dave Love <fx@gnu.org>
6993
6994 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
6995 null markers.
6996 (compile-goto-error): Likewise.
6997
6998 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
6999
7000 * time-stamp.el (time-stamp-format): Format doc tighter.
7001 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
7002 (time-stamp): Don't re-write the time stamp if it didn't change.
7003
7004 1999-02-05 Alex Schroeder <asc@bsiag.com>
7005
7006 * progmodes/sql.el: Changed version to 1.2.1.
7007 (sql-pop-to-buffer-after-send-region): Improved documentation.
7008 (sql-mysql-program): Added MySQL support.
7009 (sql-prompt-length): Made prompt-length configurable.
7010 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
7011 (sql-help): Added MySQL support, changed documentation.
7012 (sql-send-region): A message is displayed if something is sent.
7013 (sql-mode): Added buffer-local comment-start.
7014 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
7015 (sql-interactive-mode): Added buffer-local comment-start.
7016 (sql-oracle): Set sql-prompt-length.
7017 (sql-sybase): Set sql-prompt-length.
7018 (sql-mysql): Added MySQL support.
7019 (sql-ingres): Set sql-prompt-length.
7020 (sql-ms): Set sql-prompt-length.
7021 (sql-postgres): Set sql-prompt-length.
7022
7023 1999-02-04 Eli Zaretskii <eliz@gnu.org>
7024
7025 * term/internal.el (dos-codepage-setup): Set selection coding
7026 system to cpNNN-dos.
7027
7028 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7029
7030 * international/characters.el: Let ethiopic use iso-2022-7bit.
7031
7032 1999-02-02 Dave Love <fx@gnu.org>
7033
7034 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
7035 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
7036
7037 1999-02-02 Karl Heuer <kwzh@gnu.org>
7038
7039 * terminal.el (terminal-emulator): Doc fix.
7040
7041 1999-02-02 Ken'ichi Handa <handa@gnu.org>
7042
7043 * international/mule-util.el (compose-chars): Doc-string
7044 modified. Correctly handle a composition character in ARGS.
7045
7046 1999-02-01 Richard Stallman <rms@gnu.org>
7047
7048 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
7049 (makefile-menu-index-function): Function deleted.
7050 (makefile-mode): Use makefile-imenu-generic-expression.
7051
7052 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
7053
7054 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
7055 change, invoke from before-init-hook.
7056
7057 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
7058
7059 * subr.el (remove-from-invisibility-spec): Cope with the case when
7060 buffer-invisibility-spec is t.
7061
7062 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
7063
7064 * calendar/calendar.el (calendar-mode-map): Fix bindings for
7065 appt-add and appt-delete.
7066
7067 1999-02-01 Eli Zaretskii <eliz@gnu.org>
7068
7069 * term/pc-win.el (msdos-approximate-color): New function.
7070 (msdos-color-translate): Call it to find a DOS color that best
7071 approximates an X-style "#NNNNNN" color specification.
7072
7073 1999-02-01 Ken'ichi Handa <handa@gnu.org>
7074
7075 * international/mule-util.el (compose-chars-component): Add
7076 autoload cookie.
7077
7078 1999-01-31 Ken'ichi Handa <handa@gnu.org>
7079
7080 * international/quail.el (quail-lookup-key): If cdr of MAP is a
7081 function, replace cdr of MAP by the return value of the function
7082 unconditionally.
7083
7084 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7085
7086 * progmodes/compile.el (compilation-next-error-locus): Don't
7087 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
7088
7089 1999-01-31 Eli Zaretskii <eliz@gnu.org>
7090
7091 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
7092 and NLs before "charset", and allow the charset name be in double
7093 quotes.
7094
7095 1999-01-31 Richard Stallman <rms@gnu.org>
7096
7097 * imenu.el (imenu-sort-function): Fix custom type.
7098
7099 1999-01-30 Richard Stallman <rms@gnu.org>
7100
7101 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
7102 (speedbar-line-token): Likewise.
7103
7104 * play/gametree.el (gametree-default-score): Use defcustom.
7105 (gametree-score-regexp, gametree-score-closer): Likewise.
7106 (gametree-score-manual-flag, gametree-score-opener): Likewise.
7107
7108 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7109
7110 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
7111 decoding.
7112
7113 1999-01-29 Markus Rost <rost@gnu.org>
7114
7115 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
7116 tex-validate-buffer.
7117 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
7118 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
7119 now with recent occur-mode.
7120 (tex-validate-region): Really walk through all Sexps.
7121 (tex-region): Bind shell-dirtrack-verbose.
7122 (tex-file, tex-bibtex-file): Likewise.
7123
7124 1999-01-29 Dave Love <fx@gnu.org>
7125
7126 * finder.el: (finder-commentary): Fix interactive spec. Try
7127 appending .el to file name.
7128 (finder-find-library, finder-commentary): Doc fixes.
7129
7130 1999-01-29 Andrew Innes <andrewi@gnu.org>
7131
7132 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
7133 where the userid contains directory separators.
7134
7135 1999-01-29 Dave Love <fx@gnu.org>
7136
7137 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
7138 (lm-commentary): Doc fix.
7139
7140 1999-01-29 Andreas Schwab <schwab@gnu.org>
7141
7142 * files.el (file-expand-wildcards): Never consider `.' and `..' a
7143 wildcard match. Fix regexp that tests if dirpart contains
7144 wildcard characters.
7145
7146 1999-01-28 Richard Stallman <rms@gnu.org>
7147
7148 * font-lock.el (font-lock-default-unfontify-region):
7149 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
7150
7151 1999-01-27 Jason Rumney <jasonr@altavista.net>
7152
7153 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
7154 from FAMILY field.
7155 (w32-create-initial-fontsets): Do not use before-init-hook.
7156 (mouse-set-font): Document. Automatically create and use fontsets.
7157
7158 * dos-w32.el (direct-print-region-helper): Check for printer
7159 being t as well as a string.
7160
7161 1999-01-27 Kenichi Handa <handa@etl.go.jp>
7162
7163 * mail/rmail.el (rmail-decode-mime-charset): New variable.
7164 (rmail-mime-charset-pattern): New variable.
7165 (rmail-convert-to-babyl-format): Decode by MIME-charset if
7166 rmail-decode-mime-charset is non-nil.
7167
7168 1999-01-27 Ken'ichi Handa <handa@gnu.org>
7169
7170 * international/characters.el: Set category `q' for all characters
7171 in tibetan and tibetan-1-column.
7172
7173 1999-01-27 Andrew Innes <andrewi@gnu.org>
7174
7175 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
7176 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
7177
7178 1999-01-27 Dave Love <fx@gnu.org>
7179
7180 * international/mule-cmds.el (current-language-environment):
7181 Provide :link, :type (choices) and appropriate :get.
7182
7183 1999-01-27 Eli Zaretskii <eliz@gnu.org>
7184
7185 * startup.el (command-line): Set default eol-mnemonic-* strings to
7186 display end-of-line format in mode line.
7187
7188 * cus-start.el (all): Add eol-mnemonic-* variables.
7189
7190 1999-01-26 Dave Love <fx@gnu.org>
7191
7192 * startup.el (command-line-1): Up-date copyright.
7193
7194 * paths.el (Info-default-directory-list): Use configdir twice.
7195
7196 * info.el (Info-directory-list): Don't set path-separator now
7197 we're not shipped with Texinfo. Simplify path definition.
7198 Substitute all occurrences of instdir in Info-default-directory-list.
7199
7200 1999-01-25 Richard Stallman <rms@gnu.org>
7201
7202 * startup.el (normal-top-level-add-subdirs-to-load-path):
7203 Record the inode numbers of the dirs processed, to avoid loop.
7204
7205 * textmodes/tex-mode.el (tex-run-command): Doc fix.
7206
7207 1999-01-25 Dave Love <fx@gnu.org>
7208
7209 * browse-url.el (browse-url-netscape-program): Doc addition.
7210
7211 * help.el (help-make-xrefs): Default info references to an `(emacs)'
7212 prefix.
7213
7214 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
7215 auto-mode-alist.
7216
7217 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7218
7219 * calendar/diary-lib.el (mark-diary-entries): Use
7220 assoc-ignore-case and do not capitalize when matching month and
7221 day names.
7222
7223 * calendar/calendar.el (calendar-read-date): Ditto.
7224
7225 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
7226 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
7227
7228 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
7229
7230 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
7231
7232 * calendar/cal-islam.el (calendar-goto-islamic-date)
7233 (mark-islamic-diary-entries): Ditto.
7234
7235 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
7236
7237 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
7238 (calendar-read-mayan-tzolkin-date): Ditto.
7239
7240 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
7241
7242 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
7243
7244 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
7245
7246 1999-01-25 Karl Heuer <kwzh@gnu.org>
7247
7248 * faces.el (list-faces-display): Multiline case of previous fix.
7249
7250 1999-01-25 Andreas Schwab <schwab@gnu.org>
7251
7252 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
7253
7254 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
7255
7256 * files.el (find-file): If find-file-noselect returns a list,
7257 do switch-to-buffer on each element.
7258 (find-file-other-window): Likewise for all but the first element.
7259 (find-file-other-frame): Same.
7260 (find-file-noselect): When we expand a wildcard, return a list
7261 of buffers.
7262
7263 1999-01-24 Eli Zaretskii <eliz@gnu.org>
7264
7265 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
7266 to set the appropriate cpNNN-dos coding system as the
7267 highest-priority coding system.
7268
7269 1999-01-23 Ken'ichi Handa <handa@gnu.org>
7270
7271 * international/fontset.el (generate-fontset-menu): Return a
7272 sorted list by plain names of fontsets.
7273
7274 * international/mule-diag.el (list-fontsets): Sort fontsets by
7275 plain names.
7276
7277 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
7278 FIRST is a composite character, decompose it at first.
7279
7280 1999-01-23 Dave Love <fx@gnu.org>
7281
7282 * format.el: Doc fixes.
7283 (format-encode-run-method): Have things happen in the right buffer.
7284 Deal with errors from method. Set coding-system-for-write.
7285 (format-decode-run-method): Have things happen in the right buffer.
7286 Deal with errors from method. Set coding-system-for-read.
7287 (format-alist): Use nil instead of unmatchable regexps.
7288
7289 * simple.el (shell-command-on-region): Return command's exit status.
7290
7291 1999-01-23 Eric Ludlam <zappo@gnu.org>
7292
7293 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
7294 of the file whose info we want to display.
7295 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
7296 (speedbar-add-mode-functions-list) Improve doc.
7297 (speedbar-line-token) New function.
7298 (speedbar-dired) Fix order of directories in -shown-directories.
7299 (speedbar-line-path): Default return is default-directory
7300 (speedbar-buffers-line-path): Return is dir name only.
7301 (speedbar-mode-functions-list): New variable.
7302 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
7303 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
7304 speedbar-files-item-info speedbar-buffers-item-info): New functions.
7305 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
7306 New functions.
7307 (speedbar-line-file): Broke out part that fetches file from a line.
7308 (speedbar-line-text): New function extracted from speedbar-line-file.
7309 (speedbar-line-path): Converted into a replaceable function.
7310 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
7311
7312 1999-01-23 Ken'ichi Handa <handa@gnu.org>
7313
7314 * international/fontset.el (create-fontset-from-x-resource): Make
7315 style variants.
7316
7317 1999-01-22 Dave Love <fx@gnu.org>
7318
7319 * paths.el (Info-default-directory-list): Put sysdir after start.
7320
7321 1999-01-22 Sam Steingold <sds@goems.com>
7322
7323 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
7324 a process associated with it.
7325
7326 1999-01-22 Jason Rumney <jasonr@altavista.net>
7327
7328 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
7329
7330 1999-01-22 Felix Lee <flee@cygnus.com>
7331
7332 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
7333 major-mode.
7334 (vc-annotate-mode): Delete variable.
7335
7336 1999-01-22 Andrew Innes <andrewi@gnu.org>
7337
7338 * startup.el (command-line): [windows-nt]: Check for existence of
7339 .emacs file so as to notice .emacs.el or .emacs.elc and use them
7340 in preference to _emacs.
7341
7342 1999-01-22 Dave Love <fx@gnu.org>
7343
7344 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
7345
7346 1999-01-20 Richard Stallman <rms@gnu.org>
7347
7348 * files.el (find-file-noselect): Do wildcard processing only
7349 if new arg WILDCARDS is non-nil.
7350 (find-file, find-file-other-window): New arg WILDCARDS.
7351 Default it to non-nil if interactive.
7352 (find-file-other-frame): Likewise.
7353 (find-file-read-only): Likewise.
7354 (find-file-read-only-other-window): Likewise.
7355 (find-file-read-only-other-frame): Likewise.
7356
7357 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
7358 (widget-plist-convert-option): Delete spurious comma.
7359
7360 1999-01-19 Jason Rumney <jasonr@altavista.net>
7361
7362 * term/w32-win.el (w32-standard-fontspec-spec): Change
7363 iso8859-5 to koi8-r. Add iso8859-9.
7364
7365 1999-01-19 Dave Love <fx@gnu.org>
7366
7367 * browse-url.el (browse-url-maybe-new-window): Delete macro and
7368 its uses.
7369
7370 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
7371 is active.
7372 (fortran-indent-subprogram): Likewise.
7373
7374 1999-01-19 Dave Love <d.love@dl.ac.uk>
7375
7376 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
7377
7378 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7379
7380 * wid-edit.el (alist): Use sexp as default key-type.
7381
7382 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7383
7384 * textmodes/tex-mode.el (tex-define-common-keys):
7385 Remove key binding of tex-feed-input.
7386 (tex-mode-map): Bind tex-feed-input here.
7387 (tex-start-shell): Use compilation-shell-minor-mode. Set
7388 comint-input-filter-functions before running tex-shell-hook.
7389 (tex-start-tex): Forget compilation errors.
7390 (tex-compilation-parse-errors): Rewritten to work also with
7391 compile-mouse-goto-error and compile-goto-error. Adjusted to
7392 change in tex-region.
7393 (tex-region): For the temp file use file-name without directory.
7394 (tex-file): Expand file name of tex-print-file.
7395
7396 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7397
7398 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
7399
7400 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
7401
7402 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
7403 beginning could cause Emacs to hang. Fixed.
7404
7405 1999-01-18 Ken'ichi Handa <handa@gnu.org>
7406
7407 * international/ccl.el (ccl-compile-translate-character): Handle
7408 the case that a tranlation table is CCL register correctly.
7409
7410 * international/mule-cmds.el (select-safe-coding-system):
7411 Hightlight at most 256 characters.
7412
7413 1999-01-18 Dave Love <fx@gnu.org>
7414
7415 * startup.el (command-line): If the init file changes operation to
7416 unibyte, make all buffers unibyte and re-set language environment.
7417
7418 * disp-table.el (standard-display-european): Make all existing
7419 buffers unibyte. Fix doc.
7420
7421 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
7422
7423 * wid-edit.el (coding-system): Define this unconditionally.
7424
7425 * simple.el (shell-command-on-region-default-error-buffer): New var.
7426 (shell-command-on-region): Use that variable as interactive
7427 value of ERROR-BUFFER argument.
7428
7429 1999-01-17 Sam Steingold <sds@goems.com>
7430
7431 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
7432
7433 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7434
7435 * progmodes/compile.el (compilation-goto-locus): If already in the
7436 compilation buffer's window, keep it in that window.
7437 (compile-mouse-goto-error): Add Doc. Don't play with windows.
7438 (compile-goto-error): Don't play with windows.
7439
7440 * textmodes/tex-mode.el (latex-run-command): Doc fix.
7441 (tex-command): Doc fix.
7442 (tex-compilation-parse-errors): Doc fix.
7443 (tex-generate-zap-file-name): Don't start the name with -.
7444 (tex-expand-files): Works now also with strings ending with ":".
7445
7446 1999-01-17 Ian T Zimmerman <itz@transbay.net>
7447
7448 Patch failed to install:
7449 * gametree.el: Document scoring functionality.
7450 (gametree-score-regexp): Add optional plus sign.
7451 (gametree-score-opener): Replace `:' with `=' as the former
7452 conflicts with gametree-half-ply-regexp.
7453 (gametree-transpose-following-leaves): Add.
7454 (gametree-insert-new-leaf): Make modifying commands barf in read
7455 only buffers.
7456 (gametree-break-line-here): Add a call to
7457 `gametree-transpose-following-leaves'. This maintains the
7458 necessary invariant that on each level all leaf children precede
7459 all nonleaf children. This has always been implied, but left to
7460 the user, and, unfortunately, undocumented.
7461
7462 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
7463
7464 * wid-edit.el (plist, alist): New widget types.
7465
7466 1999-01-17 Dave Love <fx@gnu.org>
7467
7468 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
7469 fix scope of condition-case therein.
7470
7471 1999-01-17 Andrew Innes <andrewi@gnu.org>
7472
7473 * dos-w32.el: (find-buffer-file-type-coding-system): Use
7474 default-buffer-file-coding-system when file doesn't exist (and
7475 isn't covered by a special case) instead of forcing undecided-dos
7476 against the user's wishes.
7477
7478 * dos-w32.el (direct-print-region-helper): New function based on
7479 direct-print-region-function; sends data to specified printer port
7480 without further translation. Recognize and handle specially the
7481 standard `print' and `nprint' programs, as well as `lpr' and
7482 similar programs. Only write directly to the printer port if no
7483 print program is specified. Work around a bug in Windows 9x
7484 affecting Win32 version of Emacs by invoking command.com to write
7485 to the printer port instead of writing directly.
7486 (direct-print-region-function): Use direct-print-region-helper to
7487 do most of the work.
7488 (direct-ps-print-region-function): New function; analogue of
7489 direct-print-region-function for ps-print.
7490 (ps-lpr-command): Comment out setq; leave as example usage.
7491 (ps-lpr-switches): Ditto.
7492
7493 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
7494 and MS-Windows.
7495 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
7496 DOS and Windows platforms, to indicate direct printing. Update
7497 the docstring accordingly.
7498
7499 * ps-print.el: (ps-printer-name): Update docstring about usage on
7500 MS-DOS and MS-Windows.
7501 (ps-lpr-command): Update docstring as for lpr-command.
7502 (ps-print-region-function): New variable.
7503 (ps-do-despool): Use it.
7504 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
7505 DOS/Windows.
7506
7507 * subr.el (subst-char-in-string): New function.
7508
7509 1999-01-17 Eli Zaretskii <eliz@gnu.org>
7510
7511 * international/codepage.el (cp852-decode-table): Fill a nil entry.
7512
7513 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
7514 (bdf-find-font-info): New function, looks for the first readable
7515 file from a list of alternatives.
7516 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
7517 instead of bdf-get-font-info.
7518 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
7519 to ps-mule-generate-bitmap-glyph.
7520
7521 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
7522 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
7523 now be a list of alternative names.
7524 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
7525 (ps-mule-prepare-font): Likewise.
7526
7527 * international/codepage.el (cp855-decode-table,
7528 cp850-decode-table): Fill some nil entries.
7529
7530 1999-01-16 Dave Love <fx@gnu.org>
7531
7532 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
7533 last change.
7534
7535 1999-01-15 Dave Love <fx@gnu.org>
7536
7537 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
7538 and change regexp for command names.
7539 (help-xref-go-back, function-called-at-point, symbol-file)
7540 (where-is): Doc fixes.
7541 (help-xref-go-back): Remove interactive spec.
7542 (describe-function-1): Fix message for alias. Buttomize alias
7543 name.
7544
7545 * simple.el (join-line): New alias.
7546
7547 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
7548
7549 * forms.el: (forms--show-record): Convert integers to string
7550 expicitly since concat will no longer accept integers.
7551 (forms-print): Use local `total-nb-records' since
7552 `forms--total-records' will be inaccessible after buffer switching.
7553
7554 1998-01-14 Felix Lee <flee@cygnus.com>
7555
7556 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
7557
7558 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
7559
7560 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
7561
7562 1999-01-14 Eli Zaretskii <eliz@gnu.org>
7563
7564 * international/codepage.el (cp850-decode-table): Fix previous change.
7565
7566 1999-01-14 Simon Marshall <simon@gnu.org>
7567
7568 * shell.el (shell-dirtrack-verbose): New custom variable.
7569 (shell-dirstack-message): Use it.
7570
7571 1999-01-14 Kenichi Handa <handa@etl.go.jp>
7572
7573 * international/mule-conf.el: Coding system alias `dos' for
7574 `undecided-dos', `mac' for `undecided-mac'.
7575
7576 * international/mule-cmds.el (describe-language-environment):
7577 Don't alter input-method-alist.
7578
7579 1999-01-13 Eli Zaretskii <eliz@gnu.org>
7580
7581 * international/codepage.el (cp850-decode-table): Replace nil
7582 entries with codes of similary looking glyphs. (Suggested by
7583 Jason Rumney <jasonr@altavista.net>.)
7584
7585 1999-01-13 Dave Love <fx@gnu.org>
7586
7587 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
7588
7589 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
7590
7591 1999-01-12 Karl Heuer <kwzh@gnu.org>
7592
7593 * files.el (auto-save-hook): Defvar this.
7594
7595 1999-01-12 Alex Schroeder <asc@bsiag.com>
7596
7597 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
7598 faces, eliminating the need to load font-lock before loading sql.
7599 (sql-mode-oracle-font-lock-keywords): Likewise.
7600 (sql-mode-postgres-font-lock-keywords): Likewise.
7601
7602 1999-01-11 Dave Love <fx@gnu.org>
7603
7604 * cus-start.el: Add inhibit-eol-conversion.
7605
7606 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
7607 the values round.
7608
7609 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
7610
7611 * help.el (help-mode-finish): Renamed from help-mode-maybe.
7612 Don't switch to Help mode here.
7613 (temp-buffer-setup-hook): Use help-mode-finish.
7614 (help-mode-setup): New function.
7615 (temp-buffer-setup-hook): Use help-mode-setup.
7616
7617 * progmodes/sql.el: New file.
7618
7619 * files.el (auto-mode-alist): Add sql-mode.
7620
7621 * faces.el (list-faces-display): Improve the formatting
7622 by computing the maximum length required for any face-name.
7623
7624 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7625
7626 * progmodes/compile.el (compilation-shell-minor-mode): New function.
7627
7628 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
7629
7630 * term.el (term_send_home): Change the string to
7631 be the same as the one emitted by xterm and consistent with the
7632 ones emitted by prior and next.
7633 (term_send_end): Likewise.
7634
7635 1999-01-10 Dave Love <fx@gnu.org>
7636
7637 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
7638 bindings.
7639
7640 1999-01-10 Eli Zaretskii <eliz@gnu.org>
7641
7642 * international/codepage.el (codepage-setup): Doc fix.
7643 (cp-decoding-vector-for-codepage): Likewise.
7644
7645 1999-01-10 Markus Rost <rost@gnu.org>
7646
7647 * cus-edit.el (custom-save-delete): First scan the custom-file.
7648
7649 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
7650
7651 * international/iso-transl.el: Define a "function name" for
7652 each translation that isn't ASCII. Use these function names
7653 in iso-transl-char-map.
7654
7655 1999-01-08 Kenichi Handa <handa@etl.go.jp>
7656
7657 * international/mule-util.el (decompose-region): Do decomposition
7658 on temporary unibyte buffer.
7659
7660 * international/mule.el (make-char): Doc-string modified.
7661
7662 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
7663
7664 * simple.el (comment-region): Delete spaces only if we
7665 deleted a comment starter.
7666
7667 1999-01-07 Dave Love <fx@gnu.org>
7668
7669 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
7670
7671 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
7672 like eval-defun does.
7673
7674 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
7675
7676 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
7677 constructions. Doc fixes.
7678 (generic-create-generic-function): Use defalias, not fset.
7679
7680 * find-func.el: More doc fixes.
7681
7682 1999-01-06 Stephen Eglen <stephen@gnu.org>
7683
7684 * files.el (save-buffers-kill-emacs): Show the list of current
7685 processes before prompting to kill them and exit.
7686
7687 1999-01-06 Dave Love <fx@gnu.org>
7688
7689 * emacs-lisp/find-func.el: Doc fixes.
7690 (find-function-regexp): Extend for define-generic-mode,
7691 define-derived-mode, easy-mmode-define-minor-mode.
7692
7693 1999-01-06 Dave Love <fx@gnu.org>
7694
7695 * progmodes/fortran.el (fortran-window-create): Account for scroll
7696 bar width.
7697
7698 * browse-url.el: Require (noerror) w3-auto when compiling.
7699 (browse-url-maybe-new-window): Make it a macro and revert last
7700 change to callers.
7701 (browse-url-w3): Require w3 for w3-fetch-other-window.
7702
7703 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7704
7705 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
7706 argument.
7707
7708 1999-01-06 Simon Marshall <simon@gnu.org>
7709
7710 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
7711
7712 * font-lock.el (font-lock-default-fontify-buffer): When using
7713 with-temp-message, use nil rather than current-message.
7714
7715 * lazy-lock.el (lazy-lock-unstall):
7716 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
7717 rather than current-message.
7718
7719 * fast-lock.el (fast-lock-save-cache-1):
7720 (fast-lock-cache-data): When using with-temp-message, use nil rather
7721 than current-message.
7722
7723 1999-01-06 Eli Zaretskii <eliz@gnu.org>
7724
7725 * international/codepage.el (cp-coding-system-for-codepage-1): Add
7726 the valid-codes property.
7727
7728 * international/mule-cmds.el (prefer-coding-system): Call
7729 set-coding-priority, so that the internal array of priorities is
7730 also updated.
7731
7732 * international/mule-util.el:
7733 (coding-system-change-eol-conversion,
7734 coding-system-change-text-conversion): Don't define here.
7735
7736 * international/mule-cmds.el: Define them here. Remove the
7737 autoload cookies.
7738
7739 1999-01-06 Andreas Schwab <schwab@gnu.org>
7740
7741 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
7742 if it was enabled before.
7743
7744 * view.el (View-revert-buffer-scroll-page-forward): Bind
7745 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
7746
7747 * files.el (recover-session): Preserve point when inserting
7748 explanation.
7749
7750 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
7751
7752 * cus-edit.el (custom-save-delete): Don't delete whitespace
7753 and comments before the sexp that is replaced.
7754
7755 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7756
7757 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
7758
7759 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
7760
7761 * vc.el (vc-dired-hook): Use the original value of
7762 dired-move-to-filename-regexp on lines that have not been
7763 reformatted yet.
7764 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
7765 file lines have already been reformatted.
7766
7767 1999-01-05 Dave Love <fx@gnu.org>
7768
7769 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
7770 buffer-local.
7771
7772 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
7773
7774 * progmodes/f90.el: Change of regular expressions for type to
7775 correct highlighting and identation. Some small fixes for
7776 compatibility with XEmacs.
7777
7778 1999-01-05 Stephen Eglen <stephen@gnu.org>
7779
7780 * mspools.el (mspools-vm-system-mail): Provide an alternative
7781 value based on rmail-spool-directory if $MAIL is not defined.
7782
7783 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
7784
7785 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
7786 (reftex-section-info): Handle negative section levels.
7787 (reftex-view-crossref-extra): New option.
7788 (reftex-view-crossref): Generalized to work in more places.
7789 (reftex-find-citation-regexp-format, reftex-find-reference-format,
7790 reftex-macros-with-labels, reftex-global-search-marker): New variables.
7791 (reftex-view-cite-locations-from-bibtex): New command.
7792 (reftex-view-regexp-match, reftex-global-search,
7793 reftex-global-search-continue): New functions.
7794 (reftex-extract-bib-entries): No error for non-existing BibTeX
7795 file, just a message.
7796 (reftex-extract-bib-entries): Better error handling.
7797 (reftex-select-with-char): Use `*RefTeX Select*' for selection
7798 help and force it on current frame.
7799 (reftex-default-bibliography): New function.
7800 (reftex-access-parse-file): Check consistency after loading a
7801 parse file. When inconsistent, enfore rescan.
7802 (reftex-check-parse-consistency): New function.
7803 (easy-menu-define): Options section drastically shortened.
7804
7805 1999-01-05 Kenichi Handa <handa@etl.go.jp>
7806
7807 * language/thai-util.el (thai-compose-string): New function.
7808
7809 1999-01-04 Inge Frick <inge@nada.kth.se>
7810
7811 * easymenu.el (easy-menu-define): Doc fix.
7812 (easy-menu-create-menu): New keyword :included.
7813 (easy-menu-do-add-item): New keyword :included. SUFFIX may
7814 be an expression, not only a string. Simulate style `button'.
7815 Use easy-menu-define-key-intern instead of easy-menu-define-key.
7816 (easy-menu-define-key-intern): New function.
7817 (easy-menu-add-item): Understand value returned from
7818 easy-menu-item-present-p and easy-menu-remove-item.
7819 (easy-menu-return-item): New function.
7820 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
7821
7822 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
7823
7824 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
7825 Use rmail-output-read-rmail-file-name to read the file name.
7826 Always call rmail-output-to-rmail-file noninteractively.
7827 When count > 1, do the loop here.
7828 Handle rmail-delete-after-output here.
7829 (rmail-summary-output): Similar changes.
7830
7831 * mail/rmailout.el: Provide `rmailout'.
7832 (rmail-output-read-rmail-file-name): New function.
7833 (rmail-output-to-rmail-file): Use that.
7834 (rmail-output-read-file-name): New function.
7835 (rmail-output): Use that.
7836
7837 * files.el (find-file-noselect): Let /: suppress wildcard matching.
7838 Error if wildcard matches no files.
7839
7840 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
7841
7842 * menu-bar.el (clipboard-yank): Doc fix.
7843
7844 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
7845
7846 1998-12-31 Markus Rost <rost@delysid.gnu.org>
7847
7848 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
7849
7850 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
7851
7852 * rmail.el (rmail-encode-string): Make sure mask value is
7853 positive; (emacs-pid) returns a negative number on Windows 9x
7854 which causes odd behaviour.
7855
7856 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
7857
7858 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
7859 and about w32-* variables unless on Windows/NT.
7860
7861 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
7862
7863 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
7864 if buffer is modified; ask about all modified buffers.
7865
7866 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
7867
7868 * simple.el (what-cursor-position): Fix previous change.
7869
7870 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
7871
7872 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
7873 from paragraph-start.
7874
7875 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
7876
7877 * international/mule-cmds.el (prefer-coding-system): If the
7878 argument requires specific EOL conversion type, make the default
7879 coding systems use that.
7880
7881 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
7882
7883 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
7884 Use shell-command-on-region.
7885 (m4-start-m4, m4-end-m4): Functions deleted.
7886
7887 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
7888
7889 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
7890
7891 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7892
7893 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
7894 to compose-mail in the correct places and as a list.
7895
7896 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
7897
7898 * page-ext.el: Added mouse-selection feature for pages directory buffer.
7899 (pages-directory-map): Bind mouse-2
7900 (pages-copy-header-and-position): Put text property.
7901 (pages-directory-goto-with-mouse): New function.
7902
7903 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
7904
7905 * international/codepage.el (cp-make-coding-systems-for-codepage):
7906 Doc fix.
7907 (cp-coding-system-for-codepage-1): Likewise.
7908
7909 1998-12-29 Kenichi Handa <handa@etl.go.jp>
7910
7911 * language/thai-util.el (thai-post-read-conversion): Handle Thai
7912 composition sequence correctly here instead of calling
7913 thai-compose-region.
7914
7915 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
7916 newline in multibyte buffer, if previous or next character is a
7917 composite char, check the first component of the composite char.
7918
7919 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
7920
7921 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
7922 and track-mouse.
7923
7924 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7925
7926 * mail/sendmail.el (mail-yank-original): Remove text properties
7927 after insertion.
7928 (mail-yank-region): Barf if no mark is set in the message
7929 being replied to.
7930
7931 * help.el (function-called-at-point): First look for function at point.
7932
7933 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
7934
7935 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
7936
7937 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
7938
7939 * simple.el (what-cursor-position): Print character encoding also.
7940
7941 1998-12-26 Dave Love <fx@gnu.org>
7942
7943 * textmodes/flyspell.el: If local-maps work, don't put
7944 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
7945 in flyspell-mouse-map (only).
7946 (flyspell-use-local-map): New variable.
7947 Use a different mouse-2 binding in that case,
7948 and don't add to minor-mode-map-alist.
7949 (make-flyspell-overlay, flyspell-correct-word):
7950 Test flyspell-use-local-map.
7951
7952 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
7953
7954 * files.el (file-expand-wildcards): Handle wildcards in directory name.
7955 Be careful about whether to return a relative file name,
7956 and if so, relative to what directory.
7957
7958 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
7959
7960 * emacs-lisp/easymenu.el (easy-menu-get-map):
7961 Change global map only if this menu exists in the global map already,
7962 and not in the local map.
7963 (easy-menu-do-add-item): Fix error message.
7964
7965 * foldout.el (foldout-inhibit-key-bindings):
7966 Avoid concatenating onto outline-minor-mode-prefix.
7967 Make a new keymap for that prefix, if it does not already have one.
7968
7969 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
7970
7971 * cperl-mode.el:
7972 Can use linear algorithm for indentation if Emacs supports it.
7973 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
7974 (cperl-after-block-p): Likewise.
7975 (cperl-after-block-and-statement-beg): Likewise.
7976 (cperl-after-block-p): After END/BEGIN we are a block.
7977 (cperl-after-expr-p): Skip labels when checking
7978 (cperl-indent-region): Make a marker for END - text added/removed.
7979 Disable hooks during the call (how to call them later?).
7980 Now indents 820-line-long function in 6.5 sec (including
7981 syntaxification) the first time (when buffer has few
7982 properties), 7.1 sec the second time.
7983 (cperl-indent-region): Do not indent whitespace lines
7984 (cperl-style-alist)
7985 Include `cperl-merge-trailing-else' where the value is clear.
7986 (cperl-styles-entries): Likewise.
7987 (cperl-problems): Improvements to docs.
7988 (cperl-tips): Likewise.
7989 (cperl-non-problems): Likewise.
7990 (cperl-mode): Make lazy syntaxification possible.
7991 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
7992 `font-lock-unfontify-region-function' was set to a wrong function.
7993
7994 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
7995 restart syntaxification. Changed so that -d ?foo? is a RE. Do
7996 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
7997 but 1<<6 was considered as HERE-doc.
7998 <file/glob> made into a string.
7999 Postpone addition of faces after syntactic step.
8000 Recognition of <FH> was wrong.
8001 Highlight `gem' in s///gem as a keyword. `qr' recognized.
8002 Knows that split// is null-RE.
8003 Highlights separators in 3-parts expressions as labels.
8004 <> was considered as a glob.
8005 Would err if the last line is `=head1'.
8006 $a-1 ? foo : bar; was a considered a regexp.
8007 `<< (' was considered a start of HERE-doc.
8008 mark qq[]-etc sections as syntax-type=string
8009 Was not processing sub protos after a comment ine.
8010 Was treating $a++ <= 5 as a glob.
8011 Tolerate unfinished REx at end-of-buffer.
8012 `unwind-protect' was left commented.
8013 / and ? after : start a REx.
8014
8015 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
8016 Better default, customizes to `message' too, off in text-mode.
8017
8018 (cperl-array-face): Renamed from `font-lock-emphasized-face',
8019 `defface'd.
8020 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
8021 `defface'd.
8022 (cperl-emacs-can-parse): New state variable.
8023 (cperl-indent-line): Corrected to use global state.
8024 (cperl-calculate-indent): Likewise.
8025 (cperl-fix-line-spacing): Likewise (not used yet).
8026 (cperl-calculate-indent): Did not consider `,' as
8027 continuation mark for statements.
8028 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
8029 Remove another parse-data optimization at toplevel: would
8030 indent correctly.
8031 Correct for labels when calculating indentation of continuations.
8032 Docstring updated.
8033 (cperl-choose-color): Converted to a function (to be
8034 compilable in text-mode).
8035 (cperl-dark-background): Disable without window-system.
8036 Do `defface' only if window-system.
8037 (cperl-fix-line-spacing): Sped up to bail out early.
8038 (x-color-defined-p): Was not compiling on XEmacs
8039 Was defmacro'ed with a tick. Remove another def.
8040 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
8041 (cperl-unwind-to-safe): New function.
8042 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
8043 (cperl-fontify-syntaxically): Unwinds start and end to go out of
8044 long strings (not very successful).
8045 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
8046 Highlight the starting // in s//foo/ as function-name.
8047 Emit a meaningful error instead of a cryptic one for an
8048 uncomplete REx near end-of-buffer.
8049
8050 (cperl-electric-keyword): `qr' recognized.
8051 (cperl-electric-else): Likewise
8052 (cperl-to-comment-or-eol): Likewise
8053 (cperl-make-regexp-x): Likewise
8054 (cperl-init-faces): Likewise, and `lock' (as overridable?).
8055 Corrected to use new macros;
8056 `if' for copying `reference-face' to `constant-face' was backward.
8057 remove init `font-lock-other-emphasized-face',
8058 `font-lock-emphasized-face', `font-lock-keyword-face'.
8059 Interpolate `cperl-invalid-face'.
8060 (cperl-make-regexp-x): Misprint in a message.
8061 (cperl-syntaxify-unwind): New configuration variable
8062 (cperl-fontify-m-as-s): New configuration variable
8063 (cperl-electric-pod): Check for after-expr was performed
8064 inside of POD too.
8065 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
8066 (cperl-clobber-mode-lists): New configuration variable.
8067 (cperl-not-bad-style-regexp): Updated.
8068 Init: `cperl-is-face' was busted.
8069 (cperl-make-face): New macros.
8070 (cperl-force-face): New macros.
8071 (font-lock-other-type-face): Done via `defface' too.
8072 (cperl-nonoverridable-face): New face. Renamed from
8073 `font-lock-other-type-face'.
8074 (cperl-init-faces-weak): Use `cperl-force-face'.
8075 (cperl-comment-indent): Commenting __END__ was not working.
8076 (cperl-indent-for-comment): Likewise.
8077 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
8078 When removing old TAGS info was not relativizing filename.
8079 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
8080 Another try to work around XEmacs problems. Better progress messages.
8081 (toplevel): Require custom unprotected => failure on 19.28.
8082 (cperl-xemacs-p): Defined when compile too
8083 (cperl-find-tags): Was writing line/pos in a wrong order,
8084 pos off by 1 and not at beg-of-line.
8085 (cperl-etags-snarf-tag): New macro
8086 (cperl-etags-goto-tag-location): New macro
8087 (cperl-version): New variable. New menu entry
8088 random docstrings: References to "future" 20.3 removed.
8089 Menu was described as `CPerl' instead of `Perl'
8090 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
8091 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
8092 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
8093 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
8094 `font-lock-reference-face', `font-lock-keyword-face'.
8095 Use `eval-after-load'.
8096 Remove not-CPerl-related faces.
8097 (cperl-tips-faces): New variable and an entry into Mini-docs.
8098 (cperl-indent-exp): Was not processing else-blocks.
8099 (cperl-get-state): NOP line removed.
8100 (cperl-ps-print): New function and menu entry.
8101 (cperl-ps-print-face-properties): New configuration variable.
8102 (cperl-invalid-face): New configuration variable.
8103 (perl-font-lock-keywords): Highlight trailing whitespace
8104 (cperl-contract-levels): Documentation corrected.
8105 (cperl-contract-level): Likewise.
8106 (cperl-ps-extend-face-list): New macro.
8107 (cperl-invalid-face): Change to ''underline.
8108
8109 1998-12-25 Markus Rost <rost@delysid.gnu.org>
8110
8111 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
8112 for read-file-name.
8113 (rmail-output-to-rmail-file): Likewise.
8114
8115 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
8116
8117 * emacs-lisp/easymenu.el (easy-menu-get-map):
8118 If MENU is nil, use global menu-bar map.
8119 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
8120 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
8121
8122 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8123
8124 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
8125
8126 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8127
8128 * ps-print.el (ps-print-version): New version number (4.1.3).
8129
8130 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
8131
8132 * international/mule-cmds.el: Use make-sparse-keymap instead of
8133 define-prefix-key when defining MULE menu items.
8134
8135 * info.el (Info-node-at-bob-matching): New function.
8136 (Info-find-node, Info-build-node-completions): Call it.
8137
8138 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
8139
8140 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
8141 when this is an autoloaded keymap.
8142
8143 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
8144
8145 * international/codepage.el (cp-coding-system-for-codepage-1):
8146 Create separate encoders and decoders, for DOS and Unix. Make the
8147 usual family of 3 coding systems, so that automatic detection of
8148 EOL type works.
8149 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
8150 Unix-specific symbols here, and don't call
8151 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
8152 Handa <handa@etl.go.jp>.)
8153
8154 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
8155
8156 * term/internal.el (IT-character-translations): New variable, an
8157 alist used to display characters for which there's no glyphs in
8158 the current codepage.
8159 (IT-display-table-setup): New function, sets up the DOS terminal
8160 for a given codepage.
8161 (dos-codepage-setup): New function, sets up the MULE environment
8162 for the current value of dos-codepage.
8163 (top-level if): In the multibyte mode, turn on
8164 unibyte-display-via-language-environment. In the unibyte mode,
8165 set up the special syntax tables to map lower- to upper case and
8166 back.
8167
8168 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
8169
8170 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
8171 (speedbar-frame-plist) Remove useless comments.
8172 (speedbar-frame-mode) Do not specify height if it is in the param list.
8173 Use default y position w/out changing it.
8174 If default x position is a list, keep, calculate the non-list X
8175 value when devining an initial position.
8176 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
8177 (speedbar-tag-group-name-minimum-length): New variable.
8178 (speedbar-frame-parameter): New compatibility function.
8179 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
8180 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
8181 groups to keep things in the right order, and to help with some
8182 naming conventions.
8183 (speedbar-create-tag-hierarchy): Enable buffer local version of
8184 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
8185 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
8186 the case, derive it from the cursor location in speedbar.
8187
8188 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
8189
8190 * international/mule-cmds.el (set-language-environment): On MS-DOS
8191 terminals, install DOS-specific nonascii-translation-table if the
8192 language info doesn't specify one. Pass the default eol-type to
8193 set-language-environment-coding-systems.
8194 (set-default-coding-systems): Copy the eol-type property for the
8195 new default values of {buffer-file,process}-coding-system from the
8196 old defaults.
8197 (set-language-environment-coding-systems): Accept an optional
8198 argument EOL-TYPE, and set the eol-type property of the default
8199 coding systems accordingly.
8200 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
8201 (set-keyboard-coding-system): Likewise.
8202 (set-default-coding-systems): Don't set
8203 default-terminal-coding-system on MS-DOS to anything but nil.
8204 (prefer-coding-system): Describe in the doc string that
8205 default-terminal-coding-system is not changed on MS-DOS.
8206 (set-language-environment): For MS-DOS, set standard syntax table
8207 and display table for all characters with code above 127.
8208 (standard-display-european-internal): For MS-DOS, pass all
8209 characters with code above 127 directly to the terminal, and don't
8210 remap characters 160 and 146 in the unibyte case.
8211
8212 * international/codepage.el: New file.
8213
8214 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8215
8216 * diary-lib.el (diary-float): Fix end-of-year error and typos in
8217 comments.
8218
8219 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
8220
8221 * map-ynp.el (map-y-or-n-p): Ignore input methods.
8222
8223 * subr.el (read-passwd): Likewise.
8224
8225 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
8226
8227 * info.el (Info-find-node): Add 1 to the position read from the
8228 tag table. Don't fail if the node delimiter ^_ is the first
8229 character in the file.
8230 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
8231 first character in the file.
8232 (Info-read-subfile): Likewise.
8233 (Info-select-node): Likewise.
8234 (Info-build-node-completions): Likewise.
8235
8236 1998-12-16 Richard Stallman <rms@gnu.org>
8237
8238 * term/x-win.el (x-cut-buffer-or-selection-value):
8239 If clipboard is enabled, try it before PRIMARY selection.
8240
8241 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
8242
8243 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
8244 insert c-cedilla and C-cedilla respectively, like in latin-1.
8245
8246 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
8247
8248 * language/hebrew.el: Don't use sublists in the flags argument
8249 passed to make-coding-system.
8250
8251 1998-12-15 Kenichi Handa <handa@etl.go.jp>
8252
8253 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
8254 list of character sets found by find-charset-region.
8255
8256 * ps-mule.el: Always require ps-print. Move some function
8257 definitions for Emacs 20.2 and the earlier to ps-print.el.
8258 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
8259
8260 * ps-print.el: Define several functions for Emacs 20.2 and the
8261 earlier version.
8262 (ps-printer-name): Check if printer-name is bound.
8263
8264 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8265
8266 * ps-mule.el: Programming uniformization and little code improvement.
8267 (ps-mule-prepare-font): Programming uniformization.
8268 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
8269 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
8270
8271 * ps-bdf.el: Programming uniformization and little code improvement.
8272 (bdf-search-and-read): New fun.
8273 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
8274 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
8275 (bdf-info-relative-compose, bdf-info-baseline-offset)
8276 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
8277 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
8278 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
8279 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
8280 improvement.
8281
8282 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8283
8284 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
8285 and mule related code extraction. Autoload ps-mule funs.
8286
8287 * ps-mule.el: Doc fix. Require ps-print only when compiled.
8288 (ps-mule-prologue-generated): New fun.
8289 (ps-mule-plot-string): Add autoload cookie.
8290 (ps-mule-begin-job): Call ps-mule-prologue-generated.
8291
8292 1998-12-15 Kenichi Handa <handa@etl.go.jp>
8293
8294 * ps-bdf.el: Require ps-mule instead of ps-print.
8295 (bdf-directory-list): Add autoload cookie.
8296
8297 * ps-mule.el: New file. Mule related code extracted from
8298 ps-print.el. Require ps-print, provide ps-mule.
8299 (ps-multibyte-buffer): Add autoload cookie.
8300 (ps-mule-prepare-ascii-font): New fun.
8301 (ps-mule-set-ascii-font): New fun.
8302 (ps-mule-skip-same-charset): Fun deleted.
8303 (ps-mule-plot-string): Set ps-mule-current-charset.
8304 (ps-mule-initialize): Add autload cookie. Don't set
8305 ps-mule-font-info-database here.
8306 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
8307 ps-mule-font-info-database and ps-control-or-escape-regexp.
8308 (ps-mule-begin-page): New fun.
8309
8310 * ps-print.el: Mule related code moved to ps-mule.el.
8311 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
8312 check ps-mule-charset-list.
8313 (ps-begin-page): Don't set ps-mule-current-charset, instead call
8314 ps-mule-begin-page.
8315 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
8316 (ps-plot-region): Don't set ps-mule-current-charset, instead call
8317 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
8318 instead skip same charsets by itself.
8319 (ps-generate): Call ps-mule-initialize of needs-begin-file is
8320 non-nil. Call ps-mule-begin-job.
8321
8322 1998-12-15 Kenichi Handa <handa@etl.go.jp>
8323
8324 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
8325 instead of bdf.
8326
8327 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
8328 (ps-mule-external-libraries): New element FEATURE.
8329 (ps-mule-init-external-library): Ajusted for the above change.
8330 (ps-mule-generate-font): Likewise.
8331 (ps-mule-generate-glyphs): Likewise.
8332 (ps-mule-prepare-font): Likewise.
8333 (ps-mule-initialize): Likewise.
8334 (ps-begin-file): Superfluous tailing parenthesis deleted.
8335
8336 1998-12-15 Kenichi Handa <handa@etl.go.jp>
8337
8338 * international/fontset.el (x-decompose-font-name): If PATTERN
8339 doesn't have any wild cards, return a vector made from a name that
8340 is found by x-resolve-font-name found. Comments added.
8341
8342 * international/mule-cmds.el (find-coding-systems-for-charsets):
8343 Handle the case of unknown charset.
8344 (find-multibyte-characters): If invalid multibyte characters are
8345 found, return the corresponding strings instead of character
8346 codes.
8347 (find-multibyte-characters): Adjusted for the above change.
8348 (select-safe-coding-system): For a unibyte buffer, always returns
8349 DEFAULT-CODING-SYSTEM.
8350 (get-charset-property): Fix previous change. Make it a function.
8351 (put-charset-property): Make it a function.
8352
8353 * international/mule.el (make-coding-system): Set mime-charset
8354 property of *-with-esc coding system to nil.
8355
8356 * international/quail.el (quail-point-in-conversion-region): New
8357 function.
8358 (quail-conversion-backward-delete-char): When a key sequence is
8359 being translated, call quail-delete-last-char.
8360
8361 * language/devan-util.el
8362 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
8363 handle devanagari-decomposition-rules.
8364
8365 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
8366
8367 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
8368 tex-start-options-string to empty string.
8369 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
8370
8371 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
8372
8373 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
8374 5xx responses are already handled properly).
8375
8376 1998-12-13 Richard Stallman <rms@gnu.org>
8377
8378 * progmodes/compile.el (compilation-error-regexp-alist): Insist
8379 on a non-digit in the file name.
8380
8381 * simple.el (comment-region): Handle comment-padding
8382 separately for insertion and for deletion, in the right way for each.
8383
8384 1998-12-13 Felix Lee <flee@cygnus.com>
8385
8386 * progmodes/compile.el (compilation-error-regexp-alist): Fix
8387 regexp to match "ChangeLog:1:1998-12-09 ..."
8388
8389 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
8390
8391 * cus-start.el (dos-unsupported-char-glyph): Add.
8392
8393 1998-12-11 Dave Love <fx@gnu.org>
8394
8395 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
8396 forward-sexp in condition-case.
8397
8398 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8399 Remove unnecessary test on `library' for explicit file name.
8400 Widen scope of save-match-data.
8401
8402 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
8403
8404 * international/mule.el (load-with-code-conversion): If the loaded
8405 file was inserted with no-conversion or raw-text coding system,
8406 make the buffer unibyte.
8407
8408 1998-12-09 Richard Stallman <rms@gnu.org>
8409
8410 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8411 Get rid of nested loops.
8412
8413 * mouse.el (mouse-drag-vertical-line):
8414 If WHICH-SIDE is not `right', then scroll bars are on the left.
8415
8416 * loadhist.el (load-history-loaded): defvar moved to help.el.
8417
8418 * help.el (symbol-file-load-history-loaded): Variable renamed,
8419 and defvar moved from loadhist.el.
8420 (symbol-file): Renamed from describe-function-find-file.
8421 Load fns-VERSION.el here.
8422 (describe-variable, describe-function-1): Use symbol-file.
8423
8424 * textmodes/tex-mode.el (tex-generate-zap-file-name):
8425 Don't start the name with #.
8426
8427 * ispell.el: Take out the eval-when's.
8428
8429 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
8430
8431 * dirtrack.el (dirtrack-directory-change-hook): New hook.
8432 (dirtrack): Run it. Make debug message more verbose.
8433
8434 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
8435
8436 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
8437 name of the abbrev table, and provide support for XEmacs.
8438 (octave-xemacs-p): New variable.
8439
8440 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8441
8442 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
8443 exit, when mail-interactive is nil.
8444
8445 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
8446
8447 * files.el (after-find-file): Message fix.
8448
8449 1998-12-09 Ken Stevens <stevens@kdstevens.com>
8450
8451 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
8452
8453 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
8454
8455 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
8456 filenames using backslashes.
8457
8458 1998-12-09 Dave Love <fx@gnu.org>
8459
8460 * browse-url.el (browse-url-mail): Call compose-mail-other-window
8461 with correct number of args.
8462 (browse-url-maybe-new-window): New arg. Callers changed.
8463
8464 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
8465 comment.
8466
8467 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
8468
8469 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
8470
8471 1998-12-08 Markus Rost <rost@delysid.gnu.org>
8472
8473 * vc.el (vc-rcs-release): Fix Type.
8474 (vc-sccs-release): Fix Type.
8475 (vc-cvs-release): Fix Type.
8476
8477 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
8478 arg work right.
8479
8480 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
8481 output of last undeleted message.
8482
8483 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
8484
8485 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
8486 (buffer-undo-list) [windows-nt]: Use different relative path.
8487
8488 1998-12-07 Simon Marshall <simon@gnu.org>
8489
8490 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
8491
8492 1998-12-05 Markus Rost <rost@delysid.gnu.org>
8493
8494 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
8495
8496 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
8497
8498 1998-12-04 Markus Rost <rost@delysid.gnu.org>
8499
8500 * info.el (Info-menu): Don't return error if point is between menu
8501 header and first menu item.
8502
8503 1998-12-04 Dave Love <fx@gnu.org>
8504
8505 * help.el (describe-function-1): Fix description for alias.
8506
8507 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
8508
8509 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
8510 specifications from summary line.
8511
8512 * rect.el (delete-whitespace-rectangle): Mark for autoload.
8513 (close-rectangle): Define alias only once in loaddefs.el.
8514
8515 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
8516
8517 * term/internal.el: Remove code which sets up a special syntax
8518 table for non-ASCII characters.
8519
8520 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
8521
8522 * dos-w32.el (direct-print-region-function): Try to ensure that
8523 printer-name is expanded to a file name on a local drive;
8524 sometimes printing a file loaded from a network volume fails.
8525 (direct-print-region-function): Add a function to
8526 write-region-annotate-functions to append a formfeed character to
8527 the region being printed, if the region doesn't end with a
8528 formfeed already. This avoids creating a second print job
8529 containing a blank page when print spooling is enabled on Windows.
8530
8531 1998-12-02 Dave Love <fx@gnu.org>
8532
8533 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
8534 `Info-goto-node'.
8535
8536 1998-12-02 Richard Stallman <rms@gnu.org>
8537
8538 * help.el (temp-buffer-resize-mode): Doc fix.
8539
8540 * cus-edit.el (custom-save-delete): Save point before
8541 reading a sexp, rather than backing up.
8542
8543 * international/iso-transl.el: Fix previous change.
8544
8545 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
8546
8547 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
8548 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
8549 Added defvars to suppress compilation warnings.
8550
8551 1998-11-30 Ken Stevens <k.stevens@ieee.org>
8552
8553 * ispell.el: Improved and fixed customize for variables:
8554 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
8555 ispell-dictionary-alist, ispell-skip-sgml.
8556 Improved and fixed comments in variables and messages for
8557 functions: ispell-help-in-bufferp, ispell-local-dictionary,
8558 ispell-menu-map, ispell-checking-message, ispell-parser,
8559 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
8560 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
8561 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
8562 ispell-message-text-end, ispell-add-per-file-word-list.
8563 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
8564 system is now required for all languages. Casechars improved for
8565 castellano, castellano8, and norsk dictionaries. Dictionary
8566 norsk7-tex added. Dictionary polish added.
8567 (ispell-dictionary-alist): Redefined at load-time to support
8568 dictionary changes.
8569 (ispell-menu-map): Redefined at load-time to support menu changes.
8570 (ispell-check-version): New alias for `check-ispell-version'.
8571 (ispell-parse-output): Fixed matching for ispell error messages.
8572 Correctly returns spelling suggestions in order generated by ispell
8573 process.
8574 (check-ispell-version): Ensure `case-fold-search' doesn't get
8575 redefined.
8576 (ispell-complete-word): Ensure `case-fold-search' doesn't get
8577 redefined. Fix bug that didn't respect case of word being completed.
8578 (ispell-init-process): Set process coding system to be compatible
8579 with emacs processes and the ispell process.
8580 (ispell-kill-ispell): Ensures ispell process has terminated before
8581 starting new process. This can otherwise confuse process filters
8582 and hang the ispell process.
8583 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
8584 skipping support for sgml.
8585 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
8586 which could cause `ispell-complete-word' to hang.
8587 (ispell-message): Improved message reference matching. Ensure
8588 `case-fold-search' doesn't get redefined.
8589 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
8590 get redefined. Fixed bug in returning to nroff mode from tex mode.
8591 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
8592 get redefined.
8593
8594 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
8595
8596 * textmodes/flyspell.el (flyspell-check-word-p):
8597 Don't delay inside a kbd macro.
8598
8599 * subr.el (make-local-hook): Return the hook variable.
8600
8601 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
8602
8603 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
8604 Use a timer instead of post-command-hook.
8605 (hscroll-timer): New variable.
8606
8607 1998-11-30 Dave Love <fx@gnu.org>
8608
8609 * help.el (help-xref-button): Do nothing if text already has the
8610 help-xref property.
8611 (describe-variable): Revert previous change to hyperlink to source.
8612
8613 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
8614
8615 * bindings.el (features): Add `base64' to this list.
8616
8617 * loadhist.el (symbol-file): Doc fix.
8618
8619 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
8620
8621 * files.el (hack-one-local-variable): Cope with non-file buffers.
8622
8623 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
8624
8625 * help.el (describe-mode): Put major mode first.
8626
8627 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
8628 to support special-display and same-window features.
8629
8630 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
8631
8632 * simple.el (transpose-subr, transpose-subr-1): Rename variables
8633 bound in one function and used in the other.
8634 (transpose-subr-start1, transpose-subr-start2): Add defvars.
8635 (transpose-subr-end1, transpose-subr-end2): Add defvars.
8636
8637 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
8638
8639 * autoinsert.el (auto-insert-alist): Use user-mail-address.
8640
8641 1998-11-26 Kenichi Handa <handa@etl.go.jp>
8642
8643 * international/ccl.el (ccl-dump-translate-character-const-tbl):
8644 Give format correct control string.
8645
8646 * international/mule.el (define-translation-table): Fix bug of
8647 setting incorrect translation-table-id. If the first element of
8648 ARGS is a translation table, just register it.
8649
8650 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
8651 property.
8652
8653 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
8654
8655 * thingatpt.el (thing-at-point-url-at-point): Don't use current
8656 syntax table to determine what is whitespace.
8657
8658 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
8659
8660 * frame.el (frame-parameter): Doc fix.
8661
8662 * textmodes/tex-mode.el (tex-feed-input): New function.
8663 (tex-define-common-keys): Add binding for C-c C-m.
8664
8665 1998-11-23 Dave Love <fx@gnu.org>
8666
8667 * progmodes/fortran.el: Various minor doc fixes.
8668 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
8669 (fortran-with-subprogram-narrowing): New macro.
8670 (fortran-check-for-matching-do): Use it.
8671 (fortran-end-do): Use fortran-check-end-prog-re.
8672 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
8673 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
8674
8675 1998-11-23 Simon Marshall <simon@gnu.org>
8676
8677 * font-lock.el (font-lock-defaults): Doc fix.
8678 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
8679 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
8680
8681 * lazy-lock.el (lazy-lock-unstall):
8682 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
8683
8684 * fast-lock.el (fast-lock-save-cache-1):
8685 (fast-lock-cache-data): Rewritten to use with-temp-message.
8686
8687 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
8688
8689 * mail/rmail.el (rmail-set-message-counters-counter): Detect
8690 messages that have been added with DOS line endings and convert
8691 the line endings for such messages.
8692
8693 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
8694
8695 * help.el: Add resizing of temporary buffers.
8696 (temp-buffer-resize-mode): New command and variable.
8697 (temp-buffer-max-height): New variable.
8698 (resize-temp-buffer-window): New function.
8699
8700 * window.el (window-buffer-height): New function, split from
8701 shrink-window-if-larger-than-buffer.
8702 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
8703
8704 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
8705
8706 * frame.el (initial-frame-alist): Add defcustom.
8707
8708 * shell.el (shell-prompt-pattern): Add defcustom.
8709
8710 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8711
8712 * message.el (message-ignored-supersedes-headers): Remove
8713 NNTP-Posting-Date.
8714
8715 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
8716
8717 * help.el (describe-mode): Don't avoid loop indirecting thru
8718 value of INDICATOR.
8719
8720 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
8721
8722 * help.el (describe-variable): Allow any variable with a defcustom,
8723 even if it is not a user variable.
8724
8725 * mail/rmail.el (mail-unsent-separator): Additional alternative.
8726
8727 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
8728
8729 * gnus/nntp.el (nntp-request-group): Allow for failures when
8730 requesting a new group.
8731
8732 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8733
8734 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
8735
8736 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8737
8738 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
8739
8740 1998-11-19 Simon Marshall <simon@gnu.org>
8741
8742 * subr.el (with-temp-message): New macro.
8743
8744 * emacs-lisp/lisp-mode.el (with-temp-message):
8745 Add lisp-indent-function property.
8746
8747 1998-11-18 Dave Love <fx@gnu.org>
8748
8749 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
8750
8751 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
8752
8753 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
8754 This is not obsolete.
8755
8756 1998-11-18 Kenichi Handa <handa@etl.go.jp>
8757
8758 * textmodes/picture.el: Make a new map by make-keymap.
8759 (picture-desired-column): New variable.
8760 (picture-update-desired-column): New function.
8761 (picture-beginning-of-line): Set picture-desired-column to 0.
8762 (picture-end-of-line): Set picture-desired-column to the current
8763 column.
8764 (picture-forward-column): Pay attention to multi-column character.
8765 (picture-backward-column): Likewise.
8766 (picture-move-down): Likewise.
8767 (picture-move-up): Likewise.
8768 (picture-movement-nw): With prefix arg, move twice columns.
8769 (picture-movement-ne): Likewise.
8770 (picture-movement-sw): Likewise.
8771 (picture-movement-se): Likewise.
8772 (picture-set-motion): Handle two-column movements.
8773 (picture-move): Call picture-move-down or picture-forward-column
8774 only when necessary.
8775 (picture-insert): Pay attention to picture-desired-column.
8776 (picture-self-insert): Likewise.
8777 (picture-clear-column): Pay attention to multi-column character.
8778 (picture-mode): Modify doc-string for two-column movement.
8779
8780 * rect.el (move-to-column-force): New function.
8781 (operate-on-rectangle): If coerce-tabs is non-nil, call
8782 move-to-column-force instead of move-to-column.
8783 (insert-rectangle): Call move-to-column-force instead of
8784 move-to-column.
8785 (open-rectangle-line): If begextra is not zero, call
8786 move-to-column-force.
8787
8788
8789 1998-11-16 Dave Love <fx@gnu.org>
8790
8791 * textmodes/sgml-mode.el Require skeleton when compiling.
8792 (sgml-font-lock-keywords-1): Accept single-letter tags.
8793 (v2): Defvar free variable.
8794
8795 1998-11-16 Sam Steingold <sds@goems.com>
8796
8797 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
8798 macro, not ELisp one.
8799
8800 1998-11-16 Kenichi Handa <handa@etl.go.jp>
8801
8802 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
8803 characters to symbol.
8804
8805 * language/japan-util.el (japanese-zenkaku-region): New optional
8806 arg KATAKANA-ONLY.
8807
8808 1998-11-16 Kenichi Handa <handa@etl.go.jp>
8809
8810 * international/mule.el
8811 (after-insert-file-set-buffer-file-coding-system): If the buffer
8812 is changed to unibyte, return inserted bytes.
8813
8814 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
8815 and link names if necessary.
8816 (tar-header-block-summarize): Handle the case that file or link
8817 names are multibyte.
8818 (tar-summarize-buffer): At first set the current buffer unibyte,
8819 then if there are multibyte file names, change it to multibyte.
8820 (tar-mode): Get char position from tar-header-offset.
8821 (tar-extract): Avoid multibyte<->unibyte conversion in
8822 insert-buffer-subsring by setting both buffers unibyte
8823 temporarily.
8824 (tar-copy): Set the buffer unibyte while doing a work. Write
8825 without code conversion.
8826 (tar-expunge): Set the buffer unibyte while doing a work.
8827 (tar-alter-one-field): Likewise.
8828 (tar-clear-modification-flags): Compare byte position with
8829 tar-header-offset.
8830 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
8831 insert-buffer-subsring by setting both buffers unibyte
8832 temporarily. Pay attention to multibyteness while updating the
8833 descriptor-line.
8834 (tar-mode-write-file): Write without code conversion.
8835
8836 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8837
8838 * nngateway.el: Require cl.
8839
8840 1998-11-15 Dave Love <fx@gnu.org>
8841
8842 * progmodes/fortran.el: Fix previous change:
8843 (fortran-end-prog-re1): Changed.
8844 (fortran-check-end-prog-re): New function.
8845 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
8846
8847 1998-11-13 Tom Breton <tob@world.std.com>
8848
8849 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
8850 GNU Emacs.
8851
8852 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
8853
8854 * textmodes/reftex.el: (reftex-finding-files): Group documentation
8855 fixed.
8856 (reftex-toc-toggle-file-boundary,
8857 reftex-toc-toggle-labels,
8858 reftex-toc-toggle-context,reftex-find-start-point): New functions.
8859 (reftex-toc-include-labels, reftex-toc-include-context,
8860 reftex-toc-include-file-boundaries,
8861 reftex-toc-keep-other-windows): New options.
8862 (reftex-use-text-after-label-as-context): Option removed.
8863 (reftex-extract-bib-entries): Protect use in non-latex
8864 buffers.
8865 (reftex-toc-visit-location): Renamed from
8866 `reftex-toc-visit-line'.
8867 (reftex-latin1-to-ascii): Works now with and without Mule.
8868 (reftex-truncate): Removed special stuff for Emacs 20.2.
8869 (reftex-get-offset): Made more general.
8870 (reftex-show-label-location): Renamed from
8871 `reftex-select-label-callback'.
8872 (reftex-pop-to-label): Function removed (using
8873 `reftex-show-label-location' instead.
8874 (reftex-insert-docstruct): Renamed from
8875 `reftex-make-and-insert-label-list'. Function args changed.
8876 (reftex-toc): Now uses `reftex-insert-docstruct' and
8877 `reftex-find-start-point'.
8878 (reftex-select-item): Use `reftex-find-start-point'.
8879 (reftex-toc-visit-line): Can display labels and file
8880 boundaries.
8881 (reftex-TeX-master-file): `(TeX-master-file)' protected.
8882
8883 1998-11-12 Sam Steingold <sds@goems.com>
8884
8885 * browse-url.el (browse-url): Handle the case when
8886 `browse-url-browser-function' is a lambda list.
8887
8888 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
8889
8890 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
8891 version string.
8892 * loadhist.el (symbol-file): Likewise
8893
8894 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
8895
8896 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
8897
8898 1998-11-11 Sam Steingold <sds@goems.com>
8899
8900 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
8901 `run-lisp' instead of signalling an error.
8902
8903 1998-11-11 Karl Heuer <kwzh@gnu.org>
8904
8905 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
8906
8907 1998-11-11 Richard Stallman <rms@gnu.org>
8908
8909 * vc-hooks.el (vc-toggle-read-only): Doc fix.
8910
8911 1998-11-11 Per Starback <starback@update.uu.se>
8912
8913 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
8914 renamed svenska8 to svenska, and fixed and extended CASECHARS
8915 for it.
8916
8917 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
8918
8919 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
8920 handling if setpagedevice is not available.
8921 (ps-begin-file): Fix typo.
8922
8923 1998-11-11 Kenichi Handa <handa@etl.go.jp>
8924
8925 * international/mule-util.el (compose-chars-component): Signal
8926 error if CH is a rule-based composition character.
8927 (compose-chars): Signal error if an already compsed character is
8928 going to be composed by rule-base.
8929
8930 * term/x-win.el: If a resolved ASCII font name doesn't conform to
8931 full XLFD, don't try to get information of WEIGHT and SLANT from
8932 that font name.
8933
8934 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
8935
8936 * dos-w32.el (set-default-process-coding-system): Use function on
8937 before-init-hook to set default-process-coding-system based on
8938 enable-multibyte-characters.
8939
8940 * term/w32-win.el ([language-change]): For now ignore
8941 keyboard language-change events.
8942
8943 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
8944
8945 * ediff-util.el (ediff-make-temp-file): Run the prefix through
8946 convert-standard-file-name, but leave the results of
8947 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
8948 characters if the original name already exists, or has a special
8949 handler.
8950
8951 1998-11-10 Karl Heuer <kwzh@gnu.org>
8952
8953 * international/iso-insert.el: Delete autoload cookies.
8954
8955 * international/iso-transl.el: Add autoload cookies.
8956
8957 1998-11-10 Richard Stallman <rms@gnu.org>
8958
8959 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
8960 (ispell-process-line): Don't treat multibyte
8961
8962 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
8963
8964 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
8965 setpagedevice to specify the page size if setpagedevice is
8966 available. This is necessary to select the correct paper tray on
8967 Level 2 printers with multiple paper sizes available.
8968
8969 (ps-begin-file): Cope with font names that contain spaces, and
8970 call BeginDoc in a BeginSetup/EndSetup block.
8971
8972 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
8973
8974 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
8975 convert-standard-filename.
8976
8977 * loadhist.el (symbol-file): Run fns-VERSION.el through
8978 convert-standard-filename.
8979
8980 1998-11-06 Richard Stallman <rms@gnu.org>
8981
8982 * textmodes/texinfmt.el (texinfo-format-scan):
8983 Detect the case of two @-commands in a row; process just the first.
8984 (texinfo-append-refill): If line has a @c, insert the @refill
8985 before it.
8986 (texinfo-format-refill): Return with point where the @refill was.
8987
8988 * files.el (hack-local-variables): Test local-enable-local-variables.
8989 (hack-local-variables-prop-line): Likewise.
8990 (set-auto-mode): Don't test local-enable-local-variables here.
8991 (enable-local-variables): Doc fix.
8992 (local-enable-local-variables): Doc fix.
8993 (normal-mode): Doc fix.
8994
8995 1998-11-06 Karl Heuer <kwzh@gnu.org>
8996
8997 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
8998
8999 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
9000
9001 * simple.el (line-number-mode): Doc fix.
9002
9003 1998-11-06 Kenichi Handa <handa@etl.go.jp>
9004
9005 * international/fontset.el (create-fontset-from-fontset-spec):
9006 Give correct arg to `error'.
9007
9008 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
9009
9010 * textmodes/sgml-mode.el (html-mode): Doc fix.
9011 (sgml-name-8bit-mode): Fix missing format character in message string.
9012
9013 1998-11-05 Karl Heuer <kwzh@gnu.org>
9014
9015 * mail/sendmail.el (sendmail-send-it): Check for failure.
9016
9017 1998-11-05 Richard Stallman <rms@gnu.org>
9018
9019 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
9020
9021 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
9022 (close-rectangle): Define as alias.
9023
9024 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
9025
9026 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
9027
9028 1998-11-05 Dave Love <fx@gnu.org>
9029
9030 * help.el (describe-variable): Don't quote link to source.
9031
9032 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
9033
9034 * gud.el (gud-common-init): Use pop-to-buffer.
9035 (same-window-regexps): Add an element that matches all gud buffers.
9036
9037 1998-11-04 Jason Rumney <jasonr@altavista.net>
9038
9039 * term/w32-win.el (x-get-selection-value): Alias to
9040 x-cut-buffer-or-selection-value.
9041 (w32-standard-fontset-spec): New variable.
9042 (w32-create-initial-fontsets, mouse-set-font): Check whether
9043 new-fontset is available.
9044 (w32-use-w32-font-dialog): Enable use of set-variable.
9045
9046 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9047
9048 * vc.el (with-vc-file, edit-vc-file): New macros.
9049
9050 1998-11-04 Kenichi Handa <handa@etl.go.jp>
9051
9052 * international/quail.el (quail-show-guidance-buf): Call
9053 set-minibuffer-window to set minibuffer window of the current
9054 frame correctly.
9055
9056 1998-11-03 Theodore Jump <tjump@tertius.com>
9057
9058 * term/w32-win.el: Require fontset.
9059
9060 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
9061
9062 * faces.el (set-face-font): Call resolve-fontset-name on w32.
9063 (set-face-font-auto): Ditto.
9064
9065 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
9066
9067 * mouse.el (mouse-drag-region): Fix typo.
9068
9069 1998-11-02 Dave Love <fx@gnu.org>
9070
9071 * progmodes/fortran.el Fix for fontification of strings lost somehow:
9072 (fortran-fontify-string): New function.
9073 (fortran-font-lock-keywords-1): Use it.
9074
9075 1998-11-02 Markus Rost <rost@delysid.gnu.org>
9076
9077 * comint.el (comint-file-name-quote-list): Doc fix.
9078
9079 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
9080
9081 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
9082 build directory, not source directory.
9083
9084 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
9085 if we did not get one for the final move.
9086
9087 1998-11-01 Dave Love <fx@gnu.org>
9088
9089 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
9090 Don't funcall browse-url-browser-function.
9091
9092 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
9093 Don't funcall browse-url-browser-function.
9094
9095 * fortran.el (fortran-end-prog-re1): Fix the regexp.
9096
9097 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
9098
9099 * files.el (revert-buffer): Doc fix.
9100
9101 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
9102
9103 * textmodes/tex-mode.el (tex-start-options-string):
9104 Quote the backslashes with more backslashes.
9105
9106 1998-10-31 Dave Love <fx@gnu.org>
9107
9108 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
9109 (webjump): Don't funcall browse-url-browser-function.
9110
9111 1998-10-30 Kenichi Handa <handa@etl.go.jp>
9112
9113 * international/quail.el (quail-start-translation): Handle
9114 switching of the frame in read-key-sequence.
9115 (quail-start-conversion): Likewise.
9116 (quail-show-guidance-buf): Detach quail-guidance-buf from any
9117 windows before setting an appropriate window for it.
9118 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
9119 quail-guidance-win to nil.
9120 (quail-update-guidance): If quail-guidance-buf is not in the
9121 selected frame, call quail-show-guidance-buf again.
9122
9123 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
9124
9125 * progmodes/pascal.el (pascal-mode):
9126 `blink-matching-paren-dont-ignore-comments' set to t.
9127
9128 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9129
9130 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
9131
9132 1998-10-30 Dave Love <fx@gnu.org>
9133
9134 * vc.el (vc-backend-merge-news): Check for "P" output.
9135
9136 * help.el (describe-variable): Hyperlink the definition.
9137
9138 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
9139
9140 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
9141 (sh-set-shell): Likewise.
9142
9143 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
9144
9145 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
9146 (edebug-on-error): Fix customize type to match that of
9147 debug-on-error.
9148
9149 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
9150
9151 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
9152 report-emacs-bug-address instead of undefined bug-gnu-emacs.
9153
9154 * international/mule-cmds.el (select-message-coding-system): Doc
9155 fix.
9156
9157 * international/mule-diag.el (describe-coding-system): Describe
9158 all flags.
9159
9160 * mail/sendmail.el (sendmail-coding-system,
9161 default-sendmail-coding-system): Doc fix.
9162
9163 * simple.el (shell-command-on-region): Doc fix.
9164
9165 * loadup.el: Write fns-*.el in current directory instead of
9166 data-directory since no installation directory exists yet. Mark
9167 buffer unmodified afterwards.
9168
9169 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
9170 instead of data-directory since it is architecture dependent.
9171 (load-history-loaded): Update doc string.
9172
9173 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
9174
9175 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
9176 path as a default directory when canonicalizing names.
9177
9178 * w32-fns.el: Remove a dangling reference to a directory on the
9179 build machine.
9180
9181 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
9182
9183 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
9184 namespace related keywords such as `class', `body', `private',
9185 `variable', `namespace eval', etc.
9186 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
9187 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
9188 imenu and font-lock so that searches for \sw would find words
9189 containing colons.
9190
9191 * progmodes/etags.el (initialize-new-tags-table):
9192 Do not alter find-tag-marker-ring and tags-location-ring.
9193
9194 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
9195
9196 * term/w32-win.el: Require fontset.
9197 (w32-init-fontsets): New function (code from x-win.el).
9198
9199 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9200
9201 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
9202 calendar-and-diary-frame-parameters): Add title parameter.
9203
9204 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9205
9206 * completion.el (dynamic-completion-mode): New function to enable
9207 the mode. (Just loading the file now does not change anything.)
9208
9209 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9210
9211 * ps-print.el: User option for multibyte buffer handling and doc fix.
9212 (ps-multibyte-buffer): New user option.
9213 (ps-setup): Print new user option.
9214 (ps-print-quote): New fun.
9215 (ps-color-p, ps-mule-font-info-database-latin): New var.
9216 (ps-default-color, ps-mule-font-info-database)
9217 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
9218 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
9219 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
9220 Little code improvement.
9221 (ps-mule-initialize): Initialize ps-mule-font-info-database.
9222 (ps-print-prologue-header, ps-font-family, ps-font-size)
9223 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
9224 (ps-build-face-reference, ps-mule-font-info-database-bdf)
9225 (ps-mule-external-libraries, ps-mule-init-external-library)
9226 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
9227 Doc fix.
9228 (ps-print-version): New version number (4.1.1) and doc fix.
9229 (ps-print-prologue-header): New user option.
9230 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
9231 Conditional compilation for GNU Emacs and emacsens.
9232 (ps-generate-postscript-with-faces): Skip invisible text better.
9233 (ps-setup): Print new user option.
9234 (ps-print-preprint): Check if input file name exists and is unwritable.
9235 (ps-begin-file): Adjust PostScript prologue header for duplex printers
9236 and insert user PostScript prologue header comments.
9237 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
9238 New funs.
9239 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
9240 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
9241 PostScript programming normalization.
9242 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
9243 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
9244 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
9245 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
9246 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
9247 Programming style normalization.
9248
9249 1998-10-26 Kenichi Handa <handa@etl.go.jp>
9250
9251 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
9252 version, check the value of mule-version.
9253
9254 * international/mule-util.el (compose-region): Insert then delete
9255 to preserve markers.
9256 (decompose-region): Use search-forward for efficiency.
9257
9258 * language/chinese.el (pre-write-encode-hz): Cancel previous
9259 change, use generate-new-buffer instead of get-buffer-create.
9260 * language/devan-util.el
9261 (in-is13194-devanagari-pre-write-conversion): Likewise.
9262 * language/thai-util.el (thai-pre-write-conversion): Likewise.
9263 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
9264 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
9265
9266 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9267
9268 * mail/rmailsum.el (rmail-message-subject-p):
9269 Handle message whose header has not been reformatted.
9270
9271 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
9272
9273 1998-10-25 Jason Rumney <jasonr@altavista.net>
9274
9275 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
9276 New variables.
9277 (mouse-set-font): Use font menus instead of dialog according to
9278 w32-use-w32-font-dialog.
9279
9280 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9281
9282 * calendar/calendar.el (calendar-day-name-array): Add doc string
9283 correctly!
9284 (calendar-month-name-array): Add doc string correctly!
9285
9286 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
9287
9288 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
9289
9290 1998-10-21 Markus Rost <rost@delysid.gnu.org>
9291
9292 * lisp/info.el (Info-next-menu-item): Stay on top of node.
9293
9294 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
9295
9296 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
9297
9298 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
9299
9300 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
9301
9302 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
9303
9304 1998-10-21 Karl Heuer <kwzh@gnu.org>
9305
9306 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
9307 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
9308 (profile-filter, profile-reset-timer): Functions deleted.
9309 (profile-check-zero-init-times, profile-get-time): Likewise.
9310 (profile-find-function, profile-quit): Likewise.
9311 (profile-distinct, profile-call-stack, profile-last-time): New vars.
9312 (profile-time-list, profile-init-list): Doc fix.
9313 (profile-functions): Simplify.
9314 (profile-print): Use float. Make output include space separators.
9315 (profile-add-time): New helper function.
9316 (profile-function-prolog): Renamed from profile-start-function.
9317 Handle profile-distinct.
9318 (profile-function-epilog): Renamed from profile-update-function.
9319 Handle profile-distinct.
9320 (profile-a-function): If the function to be profiled is an
9321 autoload form, load it. If it's lazy-loaded, fetch it.
9322 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
9323 (profile-restore-fun): Arg FUN is now a function symbol, as was
9324 documented, rather than a one-element list.
9325 (profile-finish): Call profile-restore-fun properly.
9326
9327 1998-10-21 Kenichi Handa <handa@etl.go.jp>
9328
9329 * international/characters.el: Setup charset property
9330 nospace-between-words.
9331
9332 * international/mule-cmds.el (get-charset-property): If CHARSET is
9333 composition, return nil.
9334 (put-charset-property): If CHARSET is composition, do nothing.
9335
9336 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
9337 * language/devan-util.el
9338 (in-is13194-devanagari-pre-write-conversion): Likewise.
9339 * language/thai-util.el (thai-pre-write-conversion): Likewise.
9340 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
9341 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
9342
9343 * textmodes/fill.el (sentence-end-without-period): New variable.
9344 (canonically-space-region): Pay attention to
9345 sentence-end-without-period.
9346 (fill-find-break-point): The first argument CHARSET deleted.
9347 Caller changed.
9348 (fill-region-as-paragraph): Pay attention to charset property
9349 nospace-between-words and text property nospace-between-words.
9350
9351 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
9352
9353 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
9354 an unrecognized shell.
9355
9356 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
9357
9358 * desktop.el (desktop-save): Include minor modes symbolically.
9359 (desktop-create-buffer): Turn on all minor modes in `mim'.
9360
9361 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
9362
9363 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
9364 (sh-font-lock-keywords): Handle rpm and rpm2.
9365 (sh-ancestor-alist): Handle rpm.
9366
9367 * files.el (auto-mode-alist): Recognize .rpm files.
9368 Also .spec and .mspec files.
9369
9370 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
9371
9372 * faces.el (frame-set-background-mode): Enable the function for
9373 MSDOS frames.
9374
9375 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9376
9377 * calendar/calendar.el (calendar-day-name-array): Add doc string.
9378 (calendar-month-name-array): Add doc string.
9379
9380 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9381
9382 * simple.el (kill-ring-max): Increased to 60.
9383
9384 1998-10-17 Kenichi Handa <handa@etl.go.jp>
9385
9386 * international/characters.el: Setup auto-fill-chars.
9387
9388 * international/kinsoku.el (kinsoku): Check the variable
9389 enable-kinsoku.
9390
9391 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
9392 Don't call kinsoku directly, intead call fill-find-break-point.
9393
9394 * textmodes/fill.el: Setup `fill-find-break-point-function'
9395 property to character sets which require `kinsoku' processing for
9396 filling.
9397 (fill-find-break-point): New function.
9398 (fill-region-as-paragraph): Don't check kinsoku-enable here.
9399 Don't call kinsoku directly, intead call fill-find-break-point.
9400
9401 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
9402
9403 * faces.el (modify-face-read-string): Return (nil) for "none".
9404 (modify-face): Don't get error if (nil) is the argument.
9405 (face-try-color-list): Don't check whether nil is a valid color.
9406
9407 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
9408
9409 * emacs-lisp/bytecomp.el (byte-recompile-directory):
9410 Print message about each directory, even in batch mode.
9411
9412 * gnus/nntp.el: Require `cl' before using nnoo-declare.
9413
9414 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
9415 (ps-mule-string-char): No need to use sref.
9416 (ps-mule-next-index): No need to use sref.
9417
9418 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
9419
9420 * files.el (revert-buffer-internal-hook): Add defvar.
9421
9422 * arc-mode.el (archive-mode): Locally set file-precious-flag.
9423
9424 * tar-mode.el (tar-mode): Locally set file-precious-flag.
9425
9426 1998-10-16 Markus Rost <rost@delysid.gnu.org>
9427
9428 * international/mule-cmds.el (default-input-method): Fix custom type.
9429
9430 * net-utils.el (whois-server-list): Fix customization type.
9431
9432 * shell.el (shell-input-autoexpand): Fix customization group.
9433
9434 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
9435
9436 * repeat.el (repeat): Handle keyboard macros properly.
9437 Handle new prefix arg after self-insert command.
9438
9439 * repeat.el: Don't include cl even at compile time.
9440 (repeat): Avoid using `loop'.
9441
9442 * simple.el (shell-command-on-region): Doc fix.
9443 (next-history-element): Special error message if no default.
9444
9445 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
9446
9447 * ps-print.el (ps-print-buffer): Doc fix.
9448 (ps-despool): Likewise.
9449
9450 * arc-mode.el (arc-mode): Provide arc-mode.
9451
9452 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
9453
9454 * ps-print.el (ps-print-buffer): Doc fix.
9455
9456 1998-10-14 Dave Love <fx@gnu.org>
9457
9458 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
9459 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
9460 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
9461
9462 * progmodes/fortran.el (fortran-mode-map): Change "Join
9463 Continuation Line" to "Join Line".
9464 (fortran-font-lock-keywords-1): Add "cycle", "exit".
9465
9466 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
9467
9468 * progmodes/fortran.el (fortran-join-line): Use
9469 `delete-indentation' instead of issuing an error message if not on
9470 a continuation line. Provide for joining several lines using
9471 prefix arg.
9472
9473 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
9474
9475 * term/pc-win.el (msdos-color-values): New variable.
9476 (x-color-values): New function, emulates its namesake from
9477 src/xfns.c.
9478 (msdos-bg-mode): Add all dark colors to those which return
9479 "dark".
9480
9481 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
9482
9483 * replace.el (keep-lines, flush-lines, how-many):
9484 Don't ignore case if arg has upper case letters.
9485
9486 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
9487
9488 * progmodes/vhdl-mode.el
9489 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
9490 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
9491 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
9492 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
9493 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
9494 (vhdl-when): Fix indentation problem.
9495 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
9496 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
9497 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
9498
9499 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
9500
9501 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
9502 (ls-lisp-insert-directory): Renamed from insert-directory.
9503 (insert-directory): New function.
9504
9505 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
9506
9507 * simple.el (completion-fixup-function): Variable deleted.
9508 (completion-setup-function): Delete code for completion-fixup-function.
9509 * emacs-lisp/lisp.el (lisp-complete-symbol):
9510 Don't bind completion-fixup-function.
9511
9512 * files.el (find-file-wildcards): New option.
9513 (find-file-noselect): Handle wild cards, if enabled.
9514 (file-expand-wildcards): New function.
9515
9516 * simple.el (set-fill-column): Doc fix.
9517
9518 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9519
9520 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
9521
9522 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
9523
9524 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
9525 Move declaration before first use.
9526 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
9527 hif-math, hif-factor): Rename token to hif-token and token-list to
9528 hif-token-list.
9529 (hif-token, hif-token-list): Declare them.
9530 (hif-find-ifdef-block): Return cons of top and bottom point
9531 instead of setting dynamically bound variables.
9532 (hide-ifdef-block, show-ifdef-block): Use return value of
9533 hif-find-ifdef-block.
9534
9535 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9536
9537 * subr.el (read-passwd): Use clear-this-command-keys.
9538
9539 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
9540
9541 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
9542 and ...-for-write.
9543
9544 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
9545
9546 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
9547 responses to GROUP command, since this may be called from a timer
9548 with quit inhibited.
9549
9550 1998-10-12 Kenichi Handa <handa@etl.go.jp>
9551
9552 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
9553 set unconditional-jump to nil.
9554 (ccl-compile-read-multibyte-character): Return nil.
9555 (ccl-compile-write-multibyte-character): Likewise.
9556 (ccl-compile-translate-character): Likewise
9557 (ccl-compile-map-multiple): Likewise.
9558 (ccl-compile-map-single): Likewise.
9559
9560 * international/kinsoku.el: Add coding tag.
9561 (kinsoku-bol): Remove superfluous TAB in a string.
9562
9563 * international/mule-cmds.el (find-coding-systems-for-charsets):
9564 Delete `composition' (if any) from CHARSETS.
9565
9566 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9567
9568 * international/mule-cmds.el (setup-specified-language-environment):
9569 Add apropos-inhibit property.
9570 (describe-specified-language-support): Likewise.
9571
9572 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
9573
9574 * international/mule.el (make-coding-system): Create -with-esc
9575 variant coding system.
9576
9577 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
9578
9579 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
9580 (next-file): Optionally offer to revert a file's buffer,
9581 if it has an existing buffer but the file has changed.
9582
9583 * info.el (Info-insert-dir): Detect and report problems
9584 in input files, such as "No Top node". Return with point
9585 at the beginning of the text.
9586 (Info-find-node): Reinsert the code to handle files
9587 with no tags table; it was deleted by mistake.
9588
9589 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
9590
9591 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
9592 texinfo-find-higher-level-node repeatedly find the same node.
9593 (texinfo-find-higher-level-node): Doc fix.
9594
9595 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
9596
9597 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
9598 (smtpmail-address-buffer): Add defvar.
9599 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
9600
9601 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
9602
9603 * ffap.el (ffap-machine-p-local): Fix editing error.
9604
9605 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
9606
9607 * faces.el (frame-set-background-mode):
9608 Don't do anythung for text-only or MSDOS frame.
9609
9610 1998-10-08 Kenichi Handa <handa@etl.go.jp>
9611
9612 * international/quail.el (quail-defrule): New optional arg APPEND.
9613 (quail-defrule-internal): Fix bug of handling the argument APPEND.
9614
9615 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
9616
9617 * gnus/pop3.el (pop3-open-server):
9618 Set process-coding-system-alist around open-network-stream.
9619
9620 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
9621
9622 * files.el (save-buffer): Doc fix.
9623
9624 1998-10-07 Karl Heuer <kwzh@gnu.org>
9625
9626 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
9627 return DEF unchanged, not nil. Simplify.
9628
9629 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
9630
9631 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
9632
9633 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
9634
9635 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
9636
9637 * net-utils.el (ftp, nslookup): Require comint.
9638 (network-service-connection): Likewise.
9639 (whois-server-name): Defaults to whois.arin.net
9640 (whois-server-list, whois-server-tld, whois-guess-server): New var.
9641 (whois): Tries to guess the appropriate top-level domain server.
9642 (whois-get-tld): New function.
9643
9644 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
9645 (dirtrack-debug-toggle): Added this function.
9646
9647 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9648
9649 * files.el (find-file-noselect): Switch to the correct buffer
9650 before checking find-file-literally, and allow non-nil non-t
9651 rawfile params.
9652
9653 1998-10-06 Karl Heuer <kwzh@gnu.org>
9654
9655 * midnight.el (clean-buffer-list): Add autoload cookie.
9656
9657 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
9658 no-autosave.
9659 * tar-mode.el (tar-mode-revert): Likewise.
9660 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
9661 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
9662 * gnus/message.el (message-auto-save-directory): Renamed from
9663 message-autosave-directory. All references changed.
9664
9665 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9666
9667 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
9668 string. Expose mime stuff while searching.
9669
9670 1998-10-06 Richard Stallman <rms@gnu.org>
9671
9672 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
9673
9674 * replace.el (perform-replace): Position point properly
9675 before and after the recursive edit of C-r.
9676
9677 * progmodes/etags.el (tags-reset-tags-tables): Properly
9678 find the markers in the old rings that are being discarded.
9679
9680 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9681
9682 * apropos.el (apropos-print): Control invalid characters.
9683
9684 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
9685 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
9686 confusing customize.
9687
9688 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
9689
9690 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
9691 built-in commands. Add more built-in commands and fix face names.
9692
9693 1998-10-05 Simon Marshall <simon@gnu.org>
9694
9695 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
9696
9697 1998-10-04 Eric Ludlam <zappo@gnu.org>
9698
9699 * speedbar.el (speedbar-initial-expansion-list-name): Remove
9700 customization since it is not useful in this case.
9701 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
9702 sure it gets evalled to a number. Also verify that set-frame-name
9703 fn exists before calling it.
9704
9705 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
9706 Protect a `forward-sexp' call which could fail, and improved regex
9707 for ie, and eg abbreviations.
9708
9709 1998-10-02 Noah Friedman <friedman@splode.com>
9710
9711 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
9712 send-string.
9713 (rlogin-send-Ctrl-D): Here also.
9714 (rlogin-send-Ctrl-Z): Here also.
9715 (rlogin-send-Ctrl-backslash): Here also.
9716
9717 1998-10-02 Dave Love <fx@gnu.org>
9718
9719 * outline.el (hide-region-body): Bind
9720 outline-view-change-hook to nil while making repeated calls to
9721 outline-flag-region. Run it once at the end.
9722 (hide-other, hide-sublevels, show-children): Likewise.
9723
9724 * info-look.el: Remove duplicate scheme-mode entry.
9725 (info-lookup-make-completions): When looking for entries, check
9726 that `item' isn't null or "Menu".
9727
9728 1998-10-01 Karl Heuer <kwzh@gnu.org>
9729
9730 * net-utils.el: Don't require ffap.
9731 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
9732 (ping, nslookup-host, finger, network-connection-to-service): Use them.
9733
9734 1998-09-30 Richard Stallman <rms@gnu.org>
9735
9736 * ispell.el (check-ispell-version): No need to bind default-major-mode.
9737
9738 * imenu.el (imenu--generic-function): Sort each submenu by position.
9739 (imenu--sort-by-position): New function.
9740
9741 * cus-edit.el (Custom-mode-menu): Fix info node name.
9742 (customize group): Fix info node name.
9743
9744 * mail/mailalias.el (build-mail-aliases): Don't allow
9745 a newline in the alias name. Don't define an alias
9746 if the definition would be empty.
9747
9748 * which-func.el (which-func-mode-global): Make :set function
9749 more reliable.
9750
9751 * custom.el (custom-set-variables): Load the requests first,
9752 then check the symbol's `set' function.
9753
9754 * ffap.el: Doc fixes.
9755
9756 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9757
9758 * gnus.el: (gnus-valid-select-methods): Fix type.
9759 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
9760 * gnus-score.el (gnus-orphan-score): Fix type.
9761 (gnus-score-default-header, gnus-score-default-type): Fix type.
9762 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
9763 (gnus-saved-headers): Fix type.
9764
9765 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
9766 Avoid nil value of `two-lines-citation-part'.
9767
9768 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
9769
9770 * which-func.el (which-function): Handle case when
9771 (car imenu--index-alist) is nil.
9772
9773 1998-09-29 Dave Love <fx@gnu.org>
9774
9775 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
9776 bzip2 args.
9777
9778 1998-09-29 Simon Marshall <simon@gnu.org>
9779
9780 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
9781 comint-exec-hook.
9782
9783 1998-09-29 Stephen Eglen <stephen@gnu.org>
9784
9785 * info-look.el: Add support for Octave.
9786
9787 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
9788
9789 * textmodes/reftex.el (reftex-finding-files): New customize group.
9790 (reftex-texpath-environment-variables,
9791 reftex-use-external-file-finders, reftex-external-file-finders,
9792 reftex-search-unrecursed-path-first): New options.
9793 (reftex-process-string, reftex-find-file-externally): New
9794 functions.
9795 (reftex-access-search-path): Execute shell commands to find the
9796 search path.
9797 (reftex-toggle-auto-view-crossref): When turning on, make sure
9798 `reftex-auto-view-crossref' becomes non-nil.
9799 (reftex-abbrev-regexp): Constant removed.
9800 (reftex-convert-string): Abbrev regexp calculated locally.
9801
9802 1998-09-28 Dave Love <fx@gnu.org>
9803
9804 * progmodes/fortran.el: Don't call regexp-opt when deriving
9805 font-lock patterns with keywords that aren't all literal.
9806
9807 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
9808
9809 * octave-inf.el (inferior-octave-prompt): Also match prompts of
9810 the form `octave.bin:1>' which come from using precopiled binary
9811 versions.
9812
9813 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
9814
9815 * help.el (help-for-help): Use %THIS-KEY%.
9816 (help-quit): Add doc.
9817
9818 * help-macro.el (make-help-screen): Keep HELP-TEXT
9819 in a separate function definition, not in the help command FNAME.
9820 Replace %THIS-KEY% with the key sequence that ran FNAME.
9821
9822 1998-09-25 Richard Stallman <rms@gnu.org>
9823
9824 * textmodes/texinfo.el (texinfo-show-structure):
9825 Bind inhibit-read-only.
9826
9827 * isearch.el (isearch-search-and-update): Properly
9828 handle upper case letters in the reverse-search special case.
9829
9830 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9831
9832 * gnus.el: Extend the list of autoloaded functions.
9833
9834 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
9835 buffer before creating help group. (from Gnus v5.6.43, fix by
9836 1998-08-20 Per Starback <starback@update.uu.se>)
9837
9838 * gnus-util.el (gnus-output-to-rmail): Adjust to
9839 `rmail-output-to-rmail-file'.
9840
9841 1998-09-25 Karl Heuer <kwzh@gnu.org>
9842
9843 * hexl.el (hexl-mode-map): More of previous change.
9844
9845 * textmodes/tex-mode.el (tex-run-command): Doc fix.
9846 (tex-start-tex): Don't use tex-start-options-string in star case.
9847 Quote file name in star case as well as in non-star.
9848 Add blank and quoting of option string here.
9849 (tex-start-options-string): Not here.
9850
9851 1998-09-23 Karl Heuer <kwzh@gnu.org>
9852
9853 * term.el (term-delimiter-argument-list): Doc fix.
9854 (term-emulate-terminal): Escape literal semicolon.
9855 * progmodes/asm-mode.el (asm-mode): Doc fix.
9856 (asm-comment-char): Escape literal semicolon.
9857 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
9858
9859 1998-09-23 Richard Stallman <rms@gnu.org>
9860
9861 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
9862 only those that normally modify the buffer.
9863
9864 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
9865 over again.
9866
9867 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
9868
9869 * ispell.el (check-ispell-version): Ensure same buffer is current
9870 when let-binding of case-fold-search ends.
9871
9872 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9873
9874 * ps-print.el: Skip invisible overlay.
9875 Test for set-buffer-multibyte rather than using mule-version.
9876 (ps-print-version): New version number (4.1) and doc fix.
9877 (ps-generate-postscript-with-faces): Skip invisible overlay.
9878
9879 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
9880
9881 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
9882
9883 1998-09-22 Kenichi Handa <handa@etl.go.jp>
9884
9885 * international/quail.el (quail-update-guidance): Check for the
9886 return value of (quail-guidance) fixed.
9887 (quail-update-translation): Bind quail-current-str locally when it
9888 calls quail-update-guidance.
9889 (quail-update-translation): If input-method-exit-on-first-char is
9890 non-nil, terminate translation only when the current input method
9891 is simple.
9892
9893 1998-09-22 Paul Eggert <eggert@twinsun.com>
9894
9895 * startup.el (locale-translation-file-name): Prefer X-related names
9896 to the name used by GNU/Linux sans X. Set to nil if no file found.
9897 (command-line): Use locale-translation-file-name if it is not nil,
9898 instead of testing for its existence again.
9899 regexp-quote the ctype before using it in a regexp.
9900 Allow a colon to appear after the ctype in the aliases file,
9901 as is done in X11R6.4.
9902
9903 1998-09-21 Richard Stallman <rms@gnu.org>
9904
9905 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
9906
9907 * calendar/appt.el (appt-interval): Variable deleted.
9908 (appt-check): For minutes in between appt-display-interval times,
9909 do check, but don't display anything except an updated mode line.
9910 Count against appt-display-interval based on minutes since
9911 first display of this appointment, not based on time of day.
9912 If appt-display-mode-line, force mode line redisplay
9913 whenever appt-mode-string has changed.
9914 (appt-add, appt-delete): Add autoload cookies.
9915 (appt-check): Catch errors from calling `diary'.
9916 (appt-max-time): Renamed from max-time.
9917 (appt-now-displayed, appt-display-count): New variables.
9918 (appt-timer): Don't create one if we already have one.
9919
9920 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9921 More general code to use the source buffer instead of the zap file.
9922
9923 * hilit-chg.el (highlight-compare-with-file): Renamed from
9924 compare-with-file.
9925
9926 * loadhist.el (load-history-loaded): New variable.
9927 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
9928
9929 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
9930
9931 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9932 Fix error messages.
9933
9934 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
9935
9936 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
9937 Emacs frame.
9938
9939 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9940
9941 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
9942 `undecided' and `undecided-unix'.
9943
9944 1998-09-21 Dave Love <fx@gnu.org>
9945
9946 * help.el (help-make-xrefs): Fix typo affecting Info references.
9947
9948 * subr.el (remove-hook): Check list values to avoid errors.
9949
9950 1998-09-18 Noah Friedman <friedman@splode.com>
9951
9952 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
9953 store string in eldoc-last-message without consing a new string.
9954 Rearrange logic from nested if's into cond's.
9955 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
9956 Do not print message; just return string.
9957 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
9958 Do not print message; just return string.
9959 Cache that string in eldoc-last-data.
9960 (eldoc-last-data): Make into a vector.
9961 (eldoc-get-fnsym-args-string): Use new data form of structure.
9962 (eldoc-get-var-docstring): Here also.
9963 (eldoc-last-data-store): New function.
9964 (eldoc-get-fnsym-args-string): Use it.
9965 (eldoc-get-var-docstring): Here also.
9966 (eldoc-docstring-first-line): Minimize interim string consing.
9967 Call substitute-command-keys on the result.
9968 (eldoc-print-var-docstrings, eldoc-print-docstring,
9969 eldoc-docstring-message): Functions removed.
9970 (eldoc-docstring-format-sym-doc): New function, functionality
9971 ripped out of eldoc-docstring-message.
9972 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
9973
9974 1998-09-18 Kenichi Handa <handa@etl.go.jp>
9975
9976 * international/mule.el (make-coding-system): Doc-string modified.
9977
9978 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
9979
9980 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
9981
9982 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
9983 customize type.
9984
9985 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
9986 type.
9987
9988 * progmodes/compile.el (compilation-error-screen-columns): New
9989 variable.
9990 (compilation-next-error-locus): Use it to decide whether to use
9991 forward-char or move-to-column.
9992
9993 * mail/rmail.el (rmail-movemail-program): Fix customize type.
9994
9995 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
9996 feedmail-fiddle-plex-user-list,
9997 feedmail-spray-address-fiddle-plex-list,
9998 feedmail-prompt-before-queue-user-alist,
9999 feedmail-prompt-before-queue-help-supplement,
10000 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
10001 feedmail-queue-alternative-mail-header-separator): Fix customize
10002 type.
10003
10004 * startup.el (site-run-file): Fix customize type.
10005
10006 * speedbar.el (speedbar-initial-expansion-list-name): Fix
10007 customize type.
10008
10009 * shell.el (shell-input-autoexpand): Fix customize type.
10010
10011 * ps-print.el (ps-font-info-database): Add missing dots in value.
10012 Improve layout of customize type.
10013
10014 * net-utils.el (traceroute-program-options, ping-program-options,
10015 ipconfig-program-options, netstat-program-options,
10016 arp-program-options, route-program-options,
10017 nslookup-program-options, ftp-program-options): Fix customize
10018 type.
10019
10020 * midnight.el (clean-buffer-list-kill-regexps,
10021 clean-buffer-list-kill-buffer-names,
10022 clean-buffer-list-kill-never-buffer-names,
10023 clean-buffer-list-kill-never-regexps): Fix customize type.
10024
10025 * man.el (Man-init-defvars): Avoid trailing nil on
10026 Man-filter-list.
10027
10028 * lpr.el (printer-name): Fix customize type.
10029
10030 1998-09-16 Kenichi Handa <handa@etl.go.jp>
10031
10032 * international/mule-cmds.el (reset-language-environment): Call
10033 update-coding-systems-internal.
10034
10035 * international/mule-conf.el: Call update-coding-systems-internal
10036 at the tail.
10037
10038 1998-09-14 Dave Love <fx@gnu.org>
10039
10040 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
10041 use the menu-enable properties, pending doing it correctly and
10042 acceptably fast.
10043
10044 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
10045
10046 1998-09-13 Dave Love <d.love@dl.ac.uk>
10047
10048 * progmodes/hideshow.el (hs-grok-mode-type): Check
10049 comment-{start,end} non-nil as well as bound. Report an error if
10050 we can't grok the mode.
10051
10052 1998-09-13 Richard Stallman <rms@gnu.org>
10053
10054 * simple.el (blink-matching-open): Don't log paren matching
10055 messages in *Messages*.
10056
10057 1998-09-12 Richard Stallman <rms@gnu.org>
10058
10059 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
10060 Set point-before-scroll at end even if there was an error.
10061
10062 * ange-ftp.el (ange-ftp-insert-file-contents):
10063 Use binary mode for dumb-unix hosts as for unix hosts.
10064 (ange-ftp-copy-file-internal): Likewise.
10065
10066 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
10067
10068 * emacs-lisp/pp.el: Doc fixes.
10069
10070 * wid-edit.el (widget-menu-max-shortcuts): New variable.
10071 (widget-choose): Don't use single-char shortcuts if # items
10072 exceeds that many. Use minibuffer instead.
10073
10074 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10075
10076 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
10077
10078 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
10079
10080 * speedbar.el (speedbar-frame-mode): Do not set frame position if
10081 in terminal mode.
10082
10083 1998-09-10 Noah Friedman <friedman@splode.com>
10084
10085 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
10086 defcustom declaration. It's wreaking too much havoc with XEmacs
10087 and older versions of Emacs, which share this code.
10088
10089 * type-break.el (type-break-mode): Here also.
10090
10091 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
10092 `t' to add-hook also to modify the new local value.
10093
10094 1998-09-10 Dave Love <fx@gnu.org>
10095
10096 * vc.el (vc-insert-headers): Doc fix.
10097
10098 1998-09-10 Richard Stallman <rms@gnu.org>
10099
10100 * textmodes/flyspell.el (flyspell-mode-on): Make the
10101 ispell-... variables permanent locals.
10102 (flyspell-mode-off): Add autoload cookie.
10103
10104 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
10105 do use binary mode, just as for `unix'.
10106 (ange-ftp-host-type): If HOST is nil, return `unix'.
10107
10108 * dired.el (dired-mark-files-containing-regexp):
10109 Don't scan directories. Ignore non-readable files.
10110
10111 * progmodes/compile.el (compilation-error-regexp-alist):
10112 Fix previous change: allow . and _ in command name.
10113
10114 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
10115
10116 * uncompress.el (uncompress-while-visiting):
10117 Use just the car of what find-operation-coding-system returns.
10118
10119 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
10120
10121 * shell.el (shell-file-name-quote-list): Add # to the value.
10122
10123 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
10124
10125 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
10126 to make killing of ispell process work even if
10127 kill-all-local-variables has been run.
10128
10129 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10130
10131 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
10132 loop when sexp entry ends at end of file with no newline.
10133
10134 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10135
10136 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
10137 (Custom-reset-standard): Fix menu inconsistency.
10138
10139 * mail/feedmail.el (feedmail-from-line): Allow t.
10140 (feedmail-message-id-suffix): Allow nil.
10141
10142 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10143 Simplify. Make prefix arg work right.
10144
10145 1998-09-09 Dave Love <fx@gnu.org>
10146
10147 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
10148
10149 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
10150
10151 1998-09-08 Dave Love <fx@gnu.org>
10152
10153 * add-log.el (change-log-font-lock-keywords): Do parenthesized
10154 stuff only after file names or at start of line. Allow parens
10155 around e-mail, as well as angles.
10156
10157 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
10158 ignore-errors too, eval'd when compile. Require w3 stuff at load
10159 time for nicer failure if it's not available.
10160
10161 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
10162
10163 * comint.el (comint-arguments): Ignore backslashes when using
10164 w32 shells that expect backslashes as the directory separator.
10165
10166 1998-09-04 Kenichi Handa <handa@etl.go.jp>
10167
10168 * international/fontset.el (resolved-ascii-font): New variable.
10169 (x-complement-fontset-spec): By side effect, set
10170 `resolved-ascii-font' to the resolved name of ASCII font."
10171 (create-fontset-from-fontset-spec): Don't get a value for
10172 resolved-ascii-font from the list full-fontlist. It is set by
10173 x-complement-fontset-spec now.
10174
10175 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
10176 version, check the value of mule-version.
10177
10178 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
10179
10180 * textmodes/reftex.el (reftex-view-crossref): Split up into
10181 several functions. No longer moves to find a macro.
10182 (reftex-view-cr-cite, reftex-view-cr-ref,
10183 reftex-end-of-bib-entry): New functions.
10184 (reftex-auto-view-crossref): New value `window' allowed.
10185 (reftex-view-crossref-when-idle): Process new `window' option in
10186 (reftex-translate-to-ascii-function): New default.
10187 (reftex-label-illegal-re): Default changed, removed Latin1.
10188 (reftex-latin1-to-ascii): New function.
10189 (reftex-what-environment): Check for section regexp before use.
10190 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
10191 absolute path names.
10192 (reftex-TeX-master-file): Changed sequence of file checks.
10193 (reftex-do-citation): bibview cache only with RefTeX mode on.
10194
10195 1998-09-06 Richard Stallman <rms@gnu.org>
10196
10197 * progmodes/compile.el (compilation-error-regexp-alist):
10198 In first pattern (GNU utilities and other things),
10199 allow a space after the optional program name at the beginning.
10200
10201 * mail/mail-hist.el (mail-hist-current-header-contents):
10202 Fix previous change: use mail-header-end.
10203
10204 1998-09-06 Bill Richter <richter@math.nwu.edu>
10205
10206 * international/ccl.el: Doc fixes.
10207 * international/encoded-kb.el: Doc fixes.
10208 * international/fontset.el: Doc fixes.
10209 * international/kinsoku.el: Doc fixes.
10210 * international/kkc.el: Doc fixes.
10211 * international/mule-cmds.el: Doc fixes.
10212 * international/mule-conf.el: Doc fixes.
10213 * international/mule-util.el: Doc fixes.
10214 * international/mule.el: Doc fixes.
10215
10216 1998-09-05 Eric Ludlam <zappo@gnu.org>
10217
10218 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
10219 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
10220 (checkdoc-this-string-valid-engine): Permit ? as terminating
10221 punctuation for first line sentence breaking.
10222 (checkdoc-this-string-valid): When converting a comment into a doc
10223 string, make sure " chars are \".
10224 (checkdoc-sentencespace-region-engine): Only do double space check
10225 if based on the variable `sentence-end-double-space'
10226 (checkdoc-this-string-valid-engine): ? ends valid sentence.
10227 (checkdoc-proper-noun-region-engine): Exclude items in URLs
10228
10229 1998-09-04 Richard Stallman <rms@gnu.org>
10230
10231 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10232 Recognize define-skeleton as a function definer.
10233
10234 * cus-edit.el (customize-option): Refuse to customize
10235 a variable that has no defcustom. But if variable is autoloaded,
10236 first try to load the library that defines it.
10237
10238 * international/iso-insert.el: Use `string' before calling `insert'
10239 so that in multibyte buffers we insert multibyte chars.
10240
10241 * dired.el (dired-mark-files-containing-regexp):
10242 Don't use find-file; instead, insert the file in a temp buffer.
10243
10244 * textmodes/tex-mode.el (tex-start-options-string): New option.
10245 (tex-start-tex): Use that variable.
10246
10247 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
10248 value in the `repeat' alternative a list.
10249
10250 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
10251 the inserted newline, verify that one was really inserted.
10252
10253 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
10254 remains on or remains off.
10255 (flyspell-multi-language-p): Default changed to nil.
10256
10257 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
10258 In "found in comment" case, don't beginning-of-line after forward-line.
10259
10260 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
10261 If the function definition is not a lambda, return original FORM
10262 with no error.
10263
10264 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
10265
10266 * net-utils.el (netstat-program-options): Changed from nil to "-a"
10267 so that by default netstat shows all network connections.
10268
10269 1998-09-04 Bob Weiner <weiner@altrasoft.com>
10270
10271 * international/quail.el: Doc fixes.
10272
10273 * info.el (info): Don't add parens if FILE already has them.
10274
10275 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
10276
10277 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
10278 on extension lines.
10279
10280 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
10281
10282 * w32-fns.el (w32-shell-dos-semantics): New function.
10283
10284 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
10285
10286 * international/quail.el (quail-choose-completion-string): Store
10287 completion `choice' in `quail-current-str'; don't insert it.
10288
10289 1998-09-02 Kenichi Handa <handa@etl.go.jp>
10290
10291 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
10292 argument to ps-mule-generate-bitmap-font.
10293
10294 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
10295 entry and change Latin-1 entry in the default value.
10296 (ps-mule-font-info-database-ps-bdf): New variable.
10297 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
10298 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
10299 registerd in FONT-SPEC.
10300 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
10301 charcter width of bitmap fonts.
10302 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
10303 procedure NF.
10304 (ps-begin-file): Output PostScript code for setting
10305 SpaceWidthRatio.
10306 (ps-plot-region): Use line-beginning-position to get a position of
10307 the beginning of the current line.
10308
10309 * international/mule-cmds.el (register-input-method): Doc-string
10310 modified.
10311
10312 1998-09-01 Dave Love <fx@gnu.org>
10313
10314 * international/mule-cmds.el (current-language-environment): Fix
10315 setter function.
10316
10317 1998-09-01 Simon Marshall <simon@gnu.org>
10318
10319 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
10320 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
10321 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
10322 names with font-lock-type-face. Fontify type specs, etc., with
10323 font-lock-keyword-face.
10324
10325 1998-08-31 Kenichi Handa <handa@etl.go.jp>
10326
10327 * international/fontset.el (x-complement-fontset-spec): If ASCII
10328 font is specified in FONTLIST, don't substitute it for the
10329 resolved name.
10330
10331 1998-08-31 Paul Eggert <eggert@twinsun.com>
10332
10333 * international/mule.el (charset-description): Doc fix.
10334
10335 * language/chinese.el, language/cyrillic.el, language/czech.el,
10336 language/devanagari.el, language/ethiopic.el,
10337 language/european.el, language/hebrew.el, language/indian.el,
10338 language/japanese.el, language/korean.el, language/lao.el,
10339 language/slovak.el, language/thai.el, language/tibetan.el,
10340 language/vietnamese.el:
10341 Add coding: local variable, to avoid bootstrapping problem
10342 if you need to recompile all the Lisp files using interpreted code.
10343
10344 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10345
10346 * cal-china.el (chinese-year-cache): Change range of years from
10347 1989-2000 to 1990-2010.
10348
10349 1998-08-29 Dave Love <d.love@dl.ac.uk>
10350
10351 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
10352 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
10353
10354 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10355
10356 * ps-print.el (ps-print-control-characters): Doc-string modified.
10357 (ps-output-string-prim): Comment format changed.
10358 (ps-do-despool): Indentation of source code changed.
10359
10360 1998-08-28 Kenichi Handa <handa@etl.go.jp>
10361
10362 * subr.el (sref): Make it an alias of aref. Make the
10363 byte-compiler warn that it is obsolete.
10364 (char-bytes): Make the byte-compiler warn that it is obsolete.
10365
10366 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
10367 Calculate the total bytes using position-bytes instead of
10368 char-bytes.
10369
10370 1998-08-27 Karl Heuer <kwzh@gnu.org>
10371
10372 * snmp-mode.el: New file.
10373 * files.el (auto-mode-alist): Add snmp-mode patterns.
10374
10375 1998-08-27 Karl Eichwalder <ke@suse.de>
10376
10377 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
10378
10379 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10380
10381 * calendar/diary-lib.el (diary-block): Doc fix..
10382 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
10383
10384 1998-08-27 Richard Stallman <rms@gnu.org>
10385
10386 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
10387 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
10388 Clear appt-mode-string if we don't put something in it.
10389
10390 1998-08-27 Dave Love <fx@gnu.org>
10391
10392 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
10393 dired-local-variables-file for dired-x.
10394
10395 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
10396 for compressed library files too.
10397
10398 1998-08-26 Kenichi Handa <handa@etl.go.jp>
10399
10400 * language/european.el ("Latin-1"): Modify `documentation' key value.
10401 ("Latin-2"): Likewise.
10402
10403 1998-08-26 Karl Heuer <kwzh@gnu.org>
10404
10405 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
10406
10407 1998-08-26 Albert L. Ting <alt@artisan.com>
10408
10409 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
10410 (mail-hist-current-header-contents): Use mail-text-start.
10411
10412 1998-08-26 Richard Stallman <rms@gnu.org>
10413
10414 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
10415 (customize-changed-options-previous-release): New variable.
10416 (customize-changed-options): Use that variable as default arg.
10417
10418 1998-08-26 Karl Eichwalder <ke@suse.de>
10419
10420 * midnight.el: Require `timer' not only when compiling.
10421
10422 1998-08-26 Per Starback <starback@update.uu.se>
10423
10424 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
10425 buffer before creating help group.
10426
10427 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10428
10429 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
10430 coding-system-for-write before saving.
10431
10432 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
10433
10434 * isearch.el (isearch-forward): Doc fix.
10435
10436 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
10437
10438 * emacs-lisp/find-func.el: Fix :version tags to have a string
10439 value, not a float.
10440
10441 * cus-dep.el: Fix typo in output.
10442
10443 1998-08-25 Dave Love <fx@gnu.org>
10444
10445 * repeat.el (repeat): Doc fix.
10446 [From rms:]
10447 (repeat-previous-repeated-command): New variable.
10448 (repeat): Check for real-last-command being null or repeat. Set
10449 repeat-previous-repeated-command.
10450
10451 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
10452
10453 1998-08-25 Kenichi Handa <handa@etl.go.jp>
10454
10455 * gnus/message.el (message-send-mail-with-sendmail): Bind
10456 coding-system-for-write by the return value of
10457 select-message-coding-system.
10458 (message-send-mail-with-qmail): Likewise.
10459
10460 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
10461
10462 * emacs-lisp/autoload.el: Fix doc-string-elt property on
10463 define-derived-mode.
10464
10465 * files.el (file-name-invalid-regexp):
10466 Fix regex for ms-dos without long file names.
10467
10468 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10469
10470 * ps-print.el: Multi-byte buffer handling.
10471 (ps-print-version): New version number (4.0) and doc fix.
10472 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
10473 compilation for GNU Emacs and emacsens.
10474 (ps-generate-postscript-with-faces): Force invisible text to be
10475 visible.
10476 (dos-ps-printer): New var to avoid compilation gripes.
10477
10478 1998-08-24 Kenichi Handa <handa@etl.go.jp>
10479
10480 * ps-print.el (ps-mule-plot-string): Pay attention to the case
10481 that no more characters can't be printed in the current line.
10482
10483 1998-08-24 Kenichi Handa <handa@etl.go.jp>
10484
10485 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
10486 greater than TO.
10487
10488 1998-08-24 Kenichi Handa <handa@etl.go.jp>
10489
10490 * ps-print.el: Add codes to make ps-print.el work also on Emacs
10491 20.2 and the earlier version.
10492 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
10493 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
10494 (ps-mule-find-wrappoint): Likewise.
10495 (ps-mule-generate-font): Change `X' to `x' in format
10496 control-string.
10497 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
10498 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
10499 `restore' form procedures `BC' and `EC'.
10500
10501 1998-08-24 Kenichi Handa <handa@etl.go.jp>
10502
10503 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
10504 is an executable procedure. Make LineThickness, Xshadow, and
10505 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
10506 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
10507 ps-mule-font-info-database-bdf): New vars.
10508 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
10509 (ccl-encode-ethio-unicode): New CCL program.
10510 (ps-mule-encode-ethiopic): New fun.
10511 (ps-mule-current-charset): New var.
10512 (ps-mule-get-font-spec, ps-mule-font-spec-src,
10513 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
10514 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
10515 (ps-mule-external-libraries): New var.
10516 (ps-mule-init-external-library): New fun.
10517 (ps-mule-font-cache): New var.
10518 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
10519 (ps-last-font): New var.
10520 (ps-mule-prepare-font): New fun.
10521 (ps-mule-charset-list): New var.
10522 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
10523 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
10524 ps-mule-plot-string): New funs.
10525 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
10526 New vars.
10527 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
10528 ps-mule-prepare-cmpchar-font): New funs.
10529 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
10530 vars.
10531 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
10532 ps-mule-generate-bitmap-glyph): New funs.
10533 (ps-mule-initialize, ps-mule-begin): New funs.
10534 (ps-output-string-prim): Insert string as unibyte.
10535 (ps-output-prologue): New fun.
10536 (ps-flush-output): Handle the case of 'prologue.
10537 (ps-begin-file): Call ps-mule-initialize.
10538 (ps-begin-job): Set ps-control-or-escape-regexp differently if
10539 printing multibyte characters.
10540 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
10541 (ps-basic-plot-string): Handle the case of printing ASCII
10542 characters by external libraries (e.g. BDF).
10543 (ps-set-font): Set ps-last-font.
10544 (ps-plot-region): Handle multibyte characters, use
10545 ps-mule-plot-string for them.
10546 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
10547
10548 * bdf.el: New file.
10549
10550 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
10551
10552 * international/mule-cmds.el (select-message-coding-system): New
10553 function.
10554 (set-language-environment-coding-systems): Set
10555 default-sendmail-coding-system.
10556
10557 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
10558 (default-sendmail-coding-system): New variable.
10559 (sendmail-send-it): Encode the message by a coding system
10560 select-message-coding-system returns.
10561
10562 1998-08-23 Eric Ludlam <zappo@gnu.org>
10563
10564 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
10565 (speedbar-mode): Set buffer to read only.
10566 (speedbar-temp-buffer-show-function): For emacs don't call hook
10567 with arguments.
10568 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
10569
10570 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
10571
10572 * speedbar.el (speedbar-key-map): Fix typo.
10573
10574 See ChangeLog.7 for earlier changes.