]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2000-01-27 Gerd Moellmann <gerd@gnu.org>
2
3 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
4 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
5 progmodes/ebnf-yac.el: New files.
6
7 2000-01-26 Dave Love <fx@gnu.org>
8
9 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
10 on a function with an empty body. [From Eric Ludlam.]
11
12 2000-01-25 Andre Spiegel <spiegel@gnu.org>
13
14 * vc.el (vc-version-diff): Make sure file name is expanded.
15
16 2000-01-25 Gerd Moellmann <gerd@gnu.org>
17
18 * scroll-bar.el (scroll-bar-timer): Variable removed.
19 (scroll-bar-toolkit-scroll): Don't use a timer.
20
21 2000-01-25 Kenichi Handa <handa@etl.go.jp>
22
23 * language/thai-util.el (thai-composition-function): Delete
24 superfluous `a'.
25
26 2000-01-24 Dave Love <fx@gnu.org>
27
28 * fortran.el (fortran-mode): Use beginning-of-defun-function,
29 end-of-defun-function.
30
31 * font-lock.el (turn-on-font-lock): Don't depend on window-system
32 &c.
33
34 2000-01-22 Jason Rumney <jasonr@gnu.org>
35
36 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
37 conflicts with new face support.
38
39 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
40
41 * replace.el (query-replace): Rename last arg to DELIMITED.
42 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
43 (query-replace-regexp): Likewise.
44
45 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
46
47 * subr.el (with-syntax-table): Use make-symbol, not gensym.
48
49 * emacs-lisp/lisp.el (beginning-of-defun-function):
50 Variable renamed from beginning-of-defun.
51 Do not call make-variable-buffer-local.
52 (beginning-of-defun-raw): Use new variable name; doc fix.
53 (beginning-of-defun): Doc fix.
54 (end-of-defun-function): Variable renamed from end-of-defun.
55 Do not call make-variable-buffer-local.
56 (end-of-defun): Use new variable name; doc fix.
57
58 * subr.el (dolist, dotimes): Copied from cl-macs.el
59 and made to work.
60
61 * mail/undigest.el (rmail-digest-end-regexps):
62 Variable replaces rmail-digest-end-regexp.
63 Allows multiple regexps for detecting the end line.
64 (undigestify-rmail-message): Corresponding changes.
65
66 2000-01-19 Dave Love <fx@gnu.org>
67
68 * files.el (user-init-file): Don't declare here -- is primitive.
69
70 * startup.el (command-line): Check for compiled user-init-file and
71 set to uncompiled version if necessary.
72
73 2000-01-18 Gerd Moellmann <gerd@gnu.org>
74
75 * mail/undigest.el (rmail-digest-end-regexp): New user option.
76 (undigestify-rmail-message): Use it.
77
78 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
79
80 2000-01-17 Gerd Moellmann <gerd@gnu.org>
81
82 * tmm.el (tmm-goto-completions): Adapt to prompt being part
83 of mini-buffer.
84
85 2000-01-14 Gerd Moellmann <gerd@gnu.org>
86
87 * emacs-lisp/copyright.el (copyright-update): Removed the
88 requirement for a trailing space from `copyright-regexp', to
89 support copyrights with owner specified on a separate line..
90
91 * align.el: New file.
92
93 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
94
95 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
96
97 2000-01-13 Dave Love <fx@gnu.org>
98
99 * ph.el: Removed. (Obsoleted by EUDC.)
100
101 2000-01-13 Gerd Moellmann <gerd@gnu.org>
102
103 * net/eudc.el (toplevel): Remove autoloaded code installing
104 menu with easymenu, because that causes build problems.
105
106 * frame.el (frame-notice-user-settings): New variable.
107 (frame-notice-user-settings): Don't modify frame parameters
108 if called a second time.
109
110 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
111
112 * frame.el (frame-notice-user-settings):
113 Notice default-frame-parameters even for non-window frames.
114
115 2000-01-13 Gerd Moellmann <gerd@gnu.org>
116
117 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
118 for Emacs.
119 (eudc-bob-can-display-inline-images): Extend for Emacs.
120 (eudc-bob-toggle-inline-display): Ditto.
121 (eudc-bob-display-jpeg): Ditto.
122
123 2000-01-12 Gerd Moellmann <gerd@gnu.org>
124
125 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
126 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
127 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
128
129 * add-log.el (add-change-log-entry): Fix error trying an `(insert
130 nil)'.
131
132 * subdirs.el: Add `net' directory.
133
134 * net: New directory.
135
136 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
137 eval-last-sexp. Don't bind debug-on-error here.
138 (eval-last-sexp): New function. Bind debug-on-error if
139 eval-expression-debug-on-error is non-nil.
140 (eval-defun-2, eval-defun): Likewise.
141
142 * simple.el (eval-expression): Don't bind debug-on-error if
143 eval-expression-debug-on-error is nil. Detect changed
144 debug-on-error, and propagate new value to global binding, if
145 eval-expression-debug-on-error is non-nil,
146 (eval-expression-debug-on-error): Change doc string.
147
148 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
149
150 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
151
152 * emacs-lisp/lisp-mode.el (with-syntax-table):
153 Set up lisp-indent-function property.
154
155 * subr.el (with-syntax-table): Moved from simple.el.
156
157 * simple.el (with-syntax-table): Moved to subr.el.
158
159 2000-01-11 Gerd Moellmann <gerd@gnu.org>
160
161 * tmm.el (tmm-shortcut): Delete region after prompt instead
162 of erasing buffer.
163
164 * textmodes/fill.el (fill-common-string-prefix): New function.
165 (fill-context-prefix): Use the longest common prefix of first
166 and second line fill prefix, if there is one.
167
168 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
169
170 * array.el (array-mode): Don't use make-variable-buffer-local.
171 Use make-local-variable for `truncate-lines'.
172
173 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
174
175 * add-log.el (add-log-current-defun): Handle user-defined
176 add-log-current-function returning nil,
177
178 * add-log.el (add-change-log-entry): Insert version number
179 if having found a current function
180
181 * add-log.el (add-log-current-defun): Call
182 `add-log-current-defun-function'. Try matches at level 0 and
183 level 1. Strip whitespace from defun found.
184
185 2000-01-10 John Wiegley <johnw@gnu.org>
186
187 * allout.el (isearch-done/outline-provisions): Added `edit'
188 argument to correspond with the current definition of
189 `isearch-done'.
190
191 2000-01-10 Dave Love <fx@gnu.org>
192
193 * elide-head.el (elide-head): Use point-marker, not point.
194
195 2000-01-10 Gerd Moellmann <gerd@gnu.org>
196
197 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
198 before and after the year 2000.
199
200 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
201 Add ispell- prefix.
202
203 2000-01-10 Ken Stevens <k.stevens@ieee.org>
204
205 * ispell.el: Only define dictionaries in menus when they exist.
206 (version18p): New variable.
207 (version20p): New variable.
208 (xemacsp): New variable.
209 (ispell-choices-win-default-height): Fix for XEmacs visibility.
210 (ispell-dictionary-alist1): Added Brasileiro dictionary.
211 (ispell-dictionary-alist6): Russian command lines no longer accept
212 run-together words.
213 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
214 (ispell-dictionary-alist): Add koi8-r to customize definition.
215 (check-ispell-version): Added documentation string. Returns
216 library path when called non-interactively.
217 (ispell-menu-map-needed): Uses new variables.
218 (ispell-library-path): New variable.
219 (ispell-decode-string): XEmacs fix for bogus variable bindings.
220 (ispell-word): Improved documentation string. Test for valid
221 character mappings. Correctly check typed in word changes that can
222 result in single words split into multiple words. Returns
223 replacement word.
224 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
225 replace in recursive query replace mode. Help message for
226 recursive edit mode.
227 (ispell-show-choices): Protect against bad framepop bindings.
228 (ispell-help): Fix to work with XEmacs.
229 (ispell-highlight-spelling-error): Use new variables.
230 (ispell-overlay-window): Fix to work with XEmacs.
231 (ispell-parse-output): Passed and returns location information
232 tracking spelling corrections. Doesn't recheck same word on
233 current line.
234 (ispell-init-process): Protect against bogus XEmacs variable binding.
235 Fix call to single argument in sleep-for. Use new variables.
236 (ispell-region): Passed and returns location information tracking
237 spelling corrections. Doesn't check same word on current line.
238 Improved documentation string. Doesn't resend a line already
239 checked to the ispell process - fixes bug in LaTeX parsing.
240 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
241 (ispell-skip-region): No longer skips <TT> in SGML.
242 (ispell-process-line): Tracks location information with spelling
243 corrections. Added documentation string. Accounts for words
244 already accepted on this line. Don't allow query-replace on line
245 starting with math characters. Doesn't resend a line already sent
246 to ispell process. Fixes alignment error bug.
247
248 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
249
250 * dired-x.el (dired-guess-shell-alist-default):
251 Suggest xloadimage, which is free, not xv, which isn't.
252
253 * ange-ftp.el (ange-ftp-file-name-nondirectory):
254 Don't ever include the host name or user name in the value.
255
256 2000-01-09 Gerd Moellmann <gerd@gnu.org>
257
258 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
259 of a real newline.
260
261 2000-01-09 Stephen Eglen <stephen@gnu.org>
262
263 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
264 for .png files.
265
266 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
267
268 * cus-edit.el (custom-hook-convert-widget): Fix comment.
269
270 2000-01-09 Gerd Moellmann <gerd@gnu.org>
271
272 * progmodes/cperl-mode.el: Replace ^F with ^L.
273
274 * sendmail.el (toplevel): Provide `sendmail' when compiling
275 before `require'ing rmail and mailalias to prevent infinite
276 recursion.
277
278 2000-01-08 Dave Love <fx@gnu.org>
279
280 * emacs-lisp/backquote.el: Remove inappropriate customization
281 (allowing custom.el to use backquote).
282
283 2000-01-07 Dave Love <fx@gnu.org>
284
285 * add-log.el (add-log-debugging): Deleted.
286 (add-change-log-entry): Treat a backup FILE-NAME as its parent
287 file. Remove debugging code.
288 (change-log-get-method-definition, change-log-name): Add doc.
289 (change-log-sortable-date-at): New function.
290 (change-log-merge): New command.
291
292 * time.el (display-time-string-forms): Make the Mail string active.
293 (display-time-update): Provide help-echo for load average.
294
295 * bindings.el (make-mode-line-mouse2-map): New function.
296 (mode-line-modified): Use it and simplify.
297 (mode-line-mule-info): Provide help-echo info.
298 (minor-mode-alist): Activate the strings.
299 (make-mode-line-mouse-sensitive): Simplify for
300 mode-line-buffer-identification.
301
302 2000-01-07 Gerd Moellmann <gerd@gnu.org>
303
304 * play/pong.el: New file.
305
306 2000-01-06 Dave Love <fx@gnu.org>
307
308 * array.el: Assorted cleanups for compiler warnings, doc strings,
309 `array-' prefix for symbols.
310
311 2000-01-05 Dave Love <fx@gnu.org>
312
313 * textmodes/outline.el (outline-mode-menu-bar-map): Add
314 outline-headers-as-kill.
315 (outline-mode): Define imenu-generic-expression.
316 (outline-headers-as-kill): New command.
317
318 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
319 from paragraph-start.
320 (paragraph-indent-minor-mode): New command.
321
322 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
323 M-C-e, M-C-h, C-j, C-xnd, TAB.
324 (fortran-mode): Set beginning-of-defun, end-of-defun.
325 (fortran-column-ruler): Simplify.
326 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
327 (fortran-with-subprogram-narrowing): Likewise.
328 (fortran-indent-subprogram): Call mark-defun.
329 (fortran-check-for-matching-do): Change narrowing.
330
331 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
332 (cl-lucid-hash-tag): Delete.
333 (cl-hash-table-p): Correct test for native table.
334 (cl-hash-table-count): Use hash-table-count.
335
336 * browse-url.el (browse-url): Fix case of
337 browse-url-browser-function being an alist.
338
339 2000-01-05 Carsten Dominik <cd@gnu.org>
340
341 * textmodes/reftex-vars.el (reftex-parse-file-extension)
342 (reftex-index-phrase-file-extension): New options.
343
344 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
345 Use new option `reftex-index-phrase-file-extension'.
346
347 * textmodes/reftex.el (reftex-access-parse-file): Use new option
348 `reftex-parse-file-extension'.
349
350 2000-01-05 Dave Love <fx@gnu.org>
351
352 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
353 (beginning-of-defun-raw): Use it.
354 (end-of-defun): New variable.
355 (end-of-defun): Use it.
356 (check-parens): New command.
357
358 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
359
360 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
361 (hs-show-block): Don't use `mapcar' when not accumulating.
362
363 Fix buglet in local variables initialization.
364
365 2000-01-05 Andreas Schwab <schwab@suse.de>
366
367 * hscroll.el (hscroll): Doc fix.
368
369 2000-01-05 Carsten Dominik <cd@gnu.org>
370
371 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
372 idlw-toolbar.
373
374 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
375 file idlw-rinfo.el.
376 (idlwave-customize): load must read file idlw-shell.el.
377 (idlwave-create-customize-menu): load must read file idlw-shell.el.
378
379 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
380
381 * progmodes/idlw-shell.el: Also provide idlwave-shell
382 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
383 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
384
385 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
386 both reftex-dcr and reftex-vcr.
387
388 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
389
390 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
391
392 * ps-print.el: PostScript code now is in separate files, doc fix.
393 (ps-print-version): New version number (5.0.3).
394 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
395 local.
396 (ps-spool-config): Initialization fix.
397 (ps-print-prologue-1, ps-print-prologue-2)
398 (ps-print-duplex-feature): PostScript code moved to separated file.
399 (ps-background-image): Little code reformating.
400 (ps-begin-file, ps-begin-job): Fix code.
401 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
402 (ps-prologue-file): New fun.
403
404 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
405
406 * ps-vars.el: Eliminated.
407
408 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
409 `;;;###autoload'.
410
411 * ps-print.el: ps-vars eliminated, doc fix.
412 (ps-print-version): New version number (5.0.2).
413 (ps-spool-config): Initialization fix.
414 (ps-print-customize): New fun.
415
416 2000-01-04 Gerd Moellmann <gerd@gnu.org>
417
418 * autorevert.el (auto-revert-mode): Return value of
419 auto-revert-mode.
420
421 2000-01-04 Dave Love <fx@gnu.org>
422
423 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
424 menu items.
425
426 2000-01-03 Dave Love <fx@gnu.org>
427
428 * elide-head.el (elide-head) [defgroup]: Add :version.
429
430 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
431 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
432 `cl-hash-table-p', not `hash-table-p'.
433 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
434
435 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
436
437 * faces.el (face-read-integer, read-face-attribute)
438 (color-defined-p, color-values): unspecified-{f,b}g are now
439 strings.
440
441 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
442
443 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
444 at comment end, and re-insert them after filling.
445
446 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
447
448 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
449 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
450 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
451
452 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
453
454 * term/x-win.el (xw-defined-colors): Call color-supported-p,
455 the new name of face-color-supported-p.
456
457 * term/w32-win.el (xw-defined-colors): Likewise.
458
459 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
460
461 * simple.el (completion-setup-function): Count completion-size
462 from minibuffer-prompt-end, not from point-min.
463
464 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
465
466 * faces.el (read-face-attribute, defined-colors, color-defined-p):
467 Pass the frame to tty-color-* functions.
468 (display-color-p, frame-set-background-mode): Pass the frame to
469 tty-display-color-p.
470
471 * term/tty-colors.el (tty-defined-color-alist): Renamed from
472 tty-color-alist.
473 (tty-color-alist, tty-modify-color-alist): New functions.
474 (tty-color-define, tty-color-clear, tty-color-approximate)
475 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
476 an optional parameter FRAME.
477
478 2000-01-01 Gerd Moellmann <gerd@gnu.org>
479
480 * image.el (create-image, defimage): Don't assume image data is a
481 string.
482
483 * image.el (defimage): Handle specifications containing :data
484 instead of :file.
485 (image-type-from-data): New function.
486 (image-type-from-file-header): Use it.
487 (create-image): Add parameter DATA-P.
488
489 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
490
491 * echistory.el (electric-command-history): Call Command-history-setup
492 and command-history-mode using their new conventions.
493
494 * chistory.el (Command-history-setup): Don't switch buffers. Take
495 no args, and do not set major-mode, mode-name or the local map.
496 (command-history-mode): New function, does some of those things
497 Command-history-setup used to do.
498 (list-command-history): Call command-history-mode, not
499 Command-history-setup.
500 (command-history): Renamed from command-history-mode.
501
502 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
503
504 * arc-mode.el (archive-mode-map): Bind q to quit-window.
505
506 1999-12-31 William M. Perry <wmperry@aventail.com>
507
508 * image.el (defimage): Images with the `:data' keyword should be
509 considered valid as well.
510
511 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
512
513 * dired.el (dired-get-filename): Don't call file-name-absolute-p
514 with FILE if FILE is nil.
515
516 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
517
518 * simple.el (choose-completion-string): In minibuffer,
519 do not delete the prompt string.
520
521 1999-12-30 Gerd Moellmann <gerd@gnu.org>
522
523 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
524 assigned to mode-line-mode-menu because bindings.el is dumped with
525 Emacs, and thus the lists used for menu-item definition will be
526 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
527 like pure menu item definitions.
528
529 * expand.el (expand-abbrev-hook): Return t if expansion was
530 done, nil otherwise.
531
532 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
533
534 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
535 (tar-quit): Function deleted.
536
537 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
538
539 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
540 was used but not declared.
541
542 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
543 hs-find-block-beginning): Add or modify docstrings.
544
545 (hs-isearch-show): Rewrite.
546
547 1999-12-28 Gerd Moellmann <gerd@gnu.org>
548
549 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
550
551 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
552 space in front of a C-style comment end.
553
554 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
555
556 * startup.el (command-line-1): Make mode line mouse-sensitive for
557 the MS-DOS version as well.
558
559 1999-12-28 Gerd Moellmann <gerd@gnu.org>
560
561 * bs.el: New file.
562
563 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
564
565 * textmodes/ispell.el (ispell-process-line):
566 Add local var line-offset to adjust for the change
567 in positions within the line, due to previous replacements.
568
569 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
570
571 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
572 Doc fixes.
573
574 1999-12-27 Gerd Moellmann <gerd@gnu.org>
575
576 * add-log.el (change-log-version-number-regexp-list)
577 (change-log-version-info-enabled): Change :version to 21.1.
578 (toplevel): Require CL when compiling.
579
580 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
581
582 * add-log.el (change-log-version-number-regexp-list): Added tag
583 :version 20.6
584 (change-log-version-info-enabled): Added tag :version 20.6
585
586 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
587
588 * add-log.el: More general version number search with
589 user-configurable regexp list.
590 (change-log-version-number-regexp-list): New user variable.
591 (change-log-find-version): Rewritten. Use user-configurable
592 version numbering regexp list
593 change-log-version-number-regexp-list.
594 (change-log-find-version): Renamed to
595 change-log-version-number-search
596 (add-log-file-name-function): New.
597 (change-log-search-vc-number): Added END paramaeter. Added doc
598 string to function.
599 (change-log-version-rcs): Renamed. Was
600 change-log-search-vc-number.
601
602 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
603
604 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
605 overlays if they interfere.
606 (compilation-find-file): Make intangible overlays tangible.
607
608 * progmodes/hideshow.el: Generally, synch w/ maintainer
609 version 5.9.
610
611 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
612
613 (hs-minor-mode-hook): Don't initialize.
614
615 (hs-special-modes-alist): Rewrite value and docstring.
616
617 (hs-minor-mode-prefix): Delete unused var.
618
619 (hs-block-start-mdata-select): New var, buffer local.
620
621 (hs-headline): New var.
622
623 (hs-match-data, hs-forward-sexp): New funcs.
624
625 (hs-hide-comment-region): New func.
626
627 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
628 hs-safety-is-job-n, hs-hide-initial-comment-block,
629 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
630 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
631 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
632 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
633 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
634
635 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
636 (hs-isearch-show-temporary): New funcs.
637
638 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
639
640 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
641
642 When constructing menu, use `[(shift button2)]' notation.
643
644 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
645
646 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
647 (jka-compr-compression-info-list): Add new elt to each vector.
648 (jka-compr-write-region): Don't compress the data if it is
649 already compressed.
650
651 * jka-compr.el (jka-compr-really-do-compress): New variable.
652 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
653 if visiting.
654 (jka-compr-write-region): Set jka-compr-really-do-compress
655 if visiting. Test it when deciding to compress.
656
657 1999-12-22 Gerd Moellmann <gerd@gnu.org>
658
659 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
660 with third argument t.
661
662 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
663
664 * antlr-mode.el: Version 1.2 is released.
665 (antlr): This package has a web page.
666
667 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
668
669 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
670 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
671 (antlr-mode-map): New binding [C-c C-c].
672 (antlr-mode-menu): New entries.
673
674 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
675
676 * antlr-mode.el: Respect Emacs conventions.
677 ((require 'cl)): Only use during compilation.
678 (antlr-language-for-option): New function to avoid using `find'.
679 (antlr-mode): Use it.
680 (antlr-with-syntax-table): Define new instead using XEmacs' one.
681 (antlr-imenu-create-index-function): Change accordingly.
682 (antlr-inside-rule-p): Ditto.
683 (antlr-end-of-rule): Ditto.
684 (antlr-end-of-body): Ditto.
685 (antlr-beginning-of-rule): Ditto.
686 (antlr-indent-line): Ditto.
687
688 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
689
690 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
691 (antlr-set-tabs): Don't use hard-coded values.
692
693 * antlr-mode.el: Minor navigation changes. Not perfect, but this
694 won't be possible without a huge time penalty.
695 (antlr-skip-exception-part): Be more specific.
696 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
697 Renamed from `antlr-skip-grammar-header'.
698 (antlr-next-rule): Change accordingly.
699 (antlr-end-of-body): Ditto. Better error message.
700 (antlr-beginning-of-body): Better error message.
701 (antlr-imenu-create-index-function): Skip rule action prelude.
702
703 * antlr-mode.el: Minor syntax highlighting changes.
704 (antlr-font-lock-default-face): Deletia.
705 (antlr-font-lock-tokendef-face): Changed color.
706 (antlr-font-lock-tokenref-face): Changed color.
707 (antlr-font-lock-literal-face): Changed color.
708 (antlr-font-lock-additional-keywords): Minor changes.
709
710 1999-12-20 Carsten Dominik <cd@gnu.org>
711
712 * progmodes/idlwave.el: New file.
713
714 * progmodes/idlwave-rinfo.el: New file.
715
716 * progmodes/idlwave-shell.el: New file.
717
718 * progmodes/idlwave-toolbar.el: New file.
719
720 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
721
722 1999-12-21 Gerd Moellmann <gerd@gnu.org>
723
724 * progmodes/cwarn.el: New file.
725
726 1999-12-19 Gerd Moellmann <gerd@gnu.org>
727
728 * bindings.el (completion-ignored-extensions): Add .pdf.
729
730 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
731
732 * version.el: Put the version info into binary on MS-DOS as well.
733
734 1999-12-19 Gerd Moellmann <gerd@gnu.org>
735
736 * emacs-lisp/debug.el (debugger-continue): Don't continue if
737 debugger-may-continue is nil.
738
739 1999-12-18 Dave Love <fx@gnu.org>
740
741 * emacs-lisp/cl-macs.el: Remove conditional definition of
742 eval-when-compile. Don't specify abs, expt, gethash,
743 hash-table-count, hash-table-p as side-effect-free here.
744 (cl-emacs-type): Don't declare.
745 (cl-compile-time-init): Remove Emacs 18 compiler patch.
746 (cl-parse-loop-clause): Remove compatibility code.
747
748 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
749 (side-effect-free-fns): Add gethash, hash-table-count.
750 (side-effect-and-error-free-fns): Add hash-table-p.
751
752 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
753 `cl-' to autoload names for some hash functions. Don't autoload
754 eval-when-compile. Don't provide mini-cl.
755 (cl-emacs-type): Remove.
756 (cl-map-extents): Remove compatibility code.
757
758 * emacs-lisp/float.el: Bind free variables.
759
760 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
761
762 1999-12-16 Gerd Moellmann <gerd@gnu.org>
763
764 * bindings.el (completion-ignored-extensions): Add .tfm.
765
766 1999-12-16 Dave Love <fx@gnu.org>
767
768 * faces.el (set-face-attribute): Purecopy the attributes set.
769
770 * custom.el (custom-declare-variable): Purecopy value.
771
772 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
773 (byte-extrude-byte-code-vectors): Use remprop.
774 (byte-compile-lambda): Check that arg is a lambda.
775
776 1999-11-16 Anders Lindgren <AndersL@andersl.com>
777
778 * font-lock.el: System for adding and removing keywords.
779 Both local (previously added keyword) and global keywords
780 can be removed.
781 (font-lock-remove-keywords): New user-level function.
782 (font-lock-update-removed-keyword-alist): New internal function.
783 (font-lock-removed-keywords-alist): New variable.
784 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
785 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
786 growing datastructures.
787 (font-lock-set-defaults): Removes keywords stored in
788 `font-lock-removed-keywords-alist' after local keywords added.
789
790 1999-12-16 Anders Lindgren <andersl@andersl.com>
791
792 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
793 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
794
795 * font-lock.el (c-keywords): Only highlight preprocessor
796 directives when spelled correctly.
797
798 * font-lock.el (font-lock-match-c++-structor-declaration,
799 c++-keywords): Fontify constructors and destructors with function
800 face inside C++ class declarations.
801
802 1999-12-16 Gerd Moellmann <gerd@gnu.org>
803
804 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
805 the shell from sh-shell-file.
806
807 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
808
809 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
810
811 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
812 if one of the files specified cannot be accessed by
813 file-attributes. Do not strip any leading directories from the
814 file names, to behave more like `ls' does.
815
816 * dired.el (dired-get-filename): Handle absolute file names.
817 (dired-readin-insert): If argument is a cons, don't print
818 "wildcard" on the ``total'' line.
819
820 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
821
822 * faces.el (face-read-integer, read-face-attribute)
823 (color-defined-p, color-values): Allow color values unspecified-fg
824 and unspecified-bg, handle them as unspecified.
825
826 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
827
828 * textmodes/reftex.el: (reftex-compile-variables): respect new
829 structure of `reftex-index-macro'
830 (reftex-compile-variables): Use the changed structure of
831 `reftex-label-alist'.
832
833 * textmodes/reftex-vars.el (reftex-index-math-format,
834 (reftex-toc-max-level): New option.
835 reftex-index-phrases-search-whole-words,
836 reftex-index-phrases-case-fold-search,
837 reftex-index-phrases-skip-indexed-matches,
838 reftex-index-phrases-wrap-long-lines,
839 reftex-index-phrases-sort-prefers-entry,
840 reftex-index-phrases-sort-in-blocks): New options.
841 (reftex-index-macros): Option structure changed.
842 (reftex-index-macros-builtin): Added `repeat' item to each entry.
843 (reftex-label-alist): Additional item in each entry to specify if
844 the environment should be listed in the TOC.
845 (eval-when-compile (require 'cl)) added.
846
847 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
848 longer deals with "repeat".
849 (reftex-index): "repeat property in `reftex-index-macro-alist' is
850 now used.
851 (reftex-index-phrases-comment-regexp,
852 reftex-index-phrases-macrodef-regexp,
853 reftex-index-phrases-phrase-regexp1,
854 reftex-index-phrases-phrase-regexp2,
855 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
856 New constants.
857 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
858 reftex-index-phrases-font-lock-keywords,
859 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
860 reftex-index-phrases-restrict-file): New variables.
861 (reftex-index-phrase-selection-or-word,
862 reftex-index-visit-phrases-buffer,
863 reftex-index-initialize-phrases-buffer,
864 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
865 reftex-index-next-phrase, reftex-index-this-phrase,
866 reftex-index-all-phrases, reftex-index-region-phrases,
867 reftex-index-phrases-parse-header,
868 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
869 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
870 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
871 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
872 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
873 reftex-index-make-replace-string,
874 reftex-query-index-phrase-globally, reftex-query-index-phrase,
875 reftex-index-phrase-match-is-indexed,
876 reftex-index-phrases-fixup-line,
877 reftex-index-phrases-replace-space,
878 reftex-index-select-phrases-macro): New functions.
879 (reftex-index-globalize, reftex-index-globally): functions removed
880 (eval-when-compile (require 'cl)) added.
881
882 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
883 for max level.
884 (reftex-toc-max-level-indicator): New variable.
885 (reftex-toc-max-level): New command.
886 (reftex-toc-map): New keybinding `t'.
887 (reftex-toc-help): Constant updated.
888 (eval-when-compile (require 'cl)) added.
889
890 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
891 `t' command key can change `reftex-toc-max-level'
892 (eval-when-compile (require 'cl)) added.
893
894 * textmode/reftex-sel (reftex-insert-docstruct): Respect
895 `reftex-toc-max-level'
896 (eval-when-compile (require 'cl)) added.
897
898 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
899 added.
900
901 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
902 added.
903
904 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
905 commands.
906 (reftex-citation, reftex-do-citation,
907 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
908 preselect a citation format.
909 (eval-when-compile (require 'cl)) added.
910
911 * textmodes/reftex-parse.el (reftex-context-substring): Optional
912 parameter to-end
913 (reftex-section-info): Deal with environment matches.
914 (eval-when-compile (require 'cl)) added.
915
916 * reftex-global.el (eval-when-compile (require 'cl)) added.
917
918 1999-12-15 Kenichi Handa <handa@etl.go.jp>
919
920 The following changes are for the new composition mechanism. We
921 have deleted `composition' charset and composite characters,
922 instead introduced a special text property `composition'.
923
924 * composite.el: New file.
925
926 * ps-mule.el: Define encode-composition-rule and find-composition
927 for Emacs 20.4 and the earlier versions.
928 (ps-mule-init-external-library): Just require a feature for
929 external libraries.
930 (ps-mule-prologue): Postscript code modified for new composition.
931 (ps-mule-find-wrappoint): New arg COMPOSITION.
932 (ps-mule-plot-string): Delete code for composite characaters.
933 (ps-mule-plot-composition): New funcion.
934 (ps-mule-prepare-font-for-components): New function.
935 (ps-mule-plot-components): New function.
936 (ps-mule-composition-prologue-generated): Renamed from
937 ps-mule-cmpchar-prologue-generated.
938 (ps-mule-composition-prologue): New named from
939 ps-mule-cmpchar-prologue. Modified for new composition.
940 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
941 ps-mule-prepare-cmpchar-font): Deleted.
942 (ps-mule-string-encoding): New arg NO-SETFONT.
943 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
944 check Composing, not Cmpchar
945 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
946 to nil.
947 (ps-mule-begin-job): Check existence of new composition.
948
949 * ps-print.el (ps-plot-region): Handle new composition.
950
951 * simple.el (what-cursor-position): Show "(composed)" if the
952 character is composed.
953
954 * international/characters.el: Fix cateogries of Lao symbols.
955
956 * international/fontset.el (vertical-centering-font-regexp): New
957 variable.
958
959 * international/mule.el (mule-version): Updated to 5.0 (AOI).
960 (mule-version-date): Updated to 1999.12.7.
961 (with-category-table): New macro.
962
963 * international/mule-cmds.el (encode-coding-char): Don't check
964 composite character.
965
966 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
967 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
968 x-ctext): Give `composition' property t.
969
970 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
971 non-nil) at the tail of ALIST.
972 (compose-region, decompose-region, decompse-string,
973 reference-point-alist, compose-chars): Moved to composite.el.
974 (compose-chars-component, compose-chars-rule,
975 decompose-composite-char): Deleted.
976
977 * international/quail.el (quail-install-map): New optional arg
978 NAME.
979 (quail-get-translation): If DEF is a symbol but not a function,
980 ignore it.
981 (quail-start-translation): Put a key sequence undefined in the
982 translation keymap in unread-command-events, not generated-events.
983 Return parameterized event (compose-last-chars N) if the input
984 characters should be composed.
985 (quail-map-definition): If DEF is t, treat it as nil.
986 (quail-delete-last-char): Delete the quail region.
987 (quail-show-translations): Don't show list of translations if the
988 quail package is deterministic.
989 (quail-completion-max-depth): New variable.
990 (quail-completion-1): Pay attention to the above variable. Fix
991 for the case that a translation is a function.
992 (quail-map-from-table, quail-map-from-table-1,
993 quail-map-from-table-2): New functions.
994 (quail-lookup-map-and-concat): New function
995
996 * language/devan-util.el: Mostly rewritten.
997
998 * language/lao.el: Register lao-composition-function in
999 composition-function-table.
1000
1001 * language/lao-util.el: Mostly rewritten.
1002
1003 * language/thai.el: Register thai-composition-function in
1004 composition-function-table.
1005 (thai-tis620): Delete `pre-write-conversion' property.
1006
1007 * language/thai-util.el: (thai-category-table): Make it by
1008 make-category-table.
1009 (thai-composition-pattern): New variable.
1010 (thai-compose-region, thai-compose-string): Use
1011 with-category-table.
1012 (thai-post-read-conversion): Just call thai-compose-region.
1013 (thai-pre-write-conversion): Deleted.
1014 (thai-composition-function): New funciton.
1015
1016 * language/tibet-util.el: Most functions rewritten.
1017 (tibetan-char-p): Renamed from tibetan-char-examin.
1018 (tibetan-composable-examin) (tibetan-complete-char-examin)
1019 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
1020 (tibetan-add-components): New function.
1021 (tibetan-composition-function): New function.
1022
1023 * language/tibetan.el: Register tibetan-composition-function in
1024 composition-function-table.
1025 (tibetan-composable-pattern): New variable.
1026 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
1027 (tibetan-precomposition-rule-alist): Move punctuations to
1028 tibetan-punctuation-transcription-alist and
1029 tibetan-obsolete-glyphs.
1030 (tibetan-punctuation-transcription-alist): New variable.
1031 (tibetan-obsolete-glyphs): New variable.
1032 (tibetan-regexp): Improve the initialization code.
1033
1034 * textmodes/fill.el (fill-find-break-point): Delete codes for
1035 composite characters.
1036 (fill-region-as-paragraph): Likewise.
1037
1038 1999-12-14 Gerd Moellmann <gerd@gnu.org>
1039
1040 * international/mule-cmds.el (default-input-method): Specify
1041 that it should be set after current-language-environment.
1042
1043 * custom.el (custom-handle-keyword): Add :set-after.
1044 (custom-add-dependencies): New function.
1045 (custom-set-variables): Take dependencies between args into
1046 account.
1047
1048 * battery.el (battery): Doc fix.
1049
1050 1999-12-12 Gerd Moellmann <gerd@gnu.org>
1051
1052 * progmodes/cc-make.el: Removed.
1053
1054 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1055
1056 * Release of cc-mode 5.26
1057
1058 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1059
1060 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
1061 target depth. Optionally count #else lines as clause limits,
1062 as suggested by don provan <provan@lucent.com>. #elif
1063 handling fixed.
1064
1065 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
1066 (c-down-conditional-with-else): New commands that uses the
1067 added functionality in `c-forward-conditional'.
1068
1069 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1070
1071 * cc-align.el (c-lineup-comment): Preserve the alignment with
1072 a comment on the previous line instead of preserving the
1073 comment-column.
1074
1075 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1076
1077 * Fixes to IDL mode after input from Eric Eide
1078 <eeide@cs.utah.edu>:
1079 * cc-engine.el (c-beginning-of-statement-1): Allow
1080 `c-conditional-key' to be nil, for the benefit of IDL mode.
1081 * cc-engine.el (c-guess-basic-syntax): Ditto.
1082 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
1083 but do match CORBA 2.3 `valuetype'.
1084 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
1085 for IDL.
1086 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
1087 be nil for IDL.
1088 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
1089 Like C++.
1090 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
1091 set `c-method-key' and `c-baseclass-key' to nil.
1092
1093 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1094
1095 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
1096 with nonhanging open braces.
1097
1098 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1099
1100 * cc-align.el: Added docstrings to all lineup functions.
1101
1102 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
1103 keyword.
1104
1105 * cc-align.el (c-lineup-C-comments): Handle free form text
1106 comments. Use c-comment-prefix-regexp and comment-start-skip
1107 instead of hardcoded regexps.
1108
1109 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1110
1111 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
1112 behavior and return value as documented.
1113
1114 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1115
1116 * Changes for new style variable init system:
1117 * cc-langs.el (c-common-init): Dito.
1118 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
1119 now customizable.
1120 * cc-vars.el: Style variables may now take a value
1121 'set-from-style to make them take their value from the style
1122 system. This value is now the default on all these variables.
1123 * cc-vars.el (c-valid-offset): New function to verify a
1124 syntactic symbol offset setting.
1125 * cc-vars.el (c-offsets-alist): Variable moved from
1126 cc-styles.el since it's now customizable in a similar way to
1127 the other style variables.
1128 * cc-vars.el (c-old-style-variable-behavior): New variable to
1129 revert to the old style init behavior.
1130
1131 * cc-vars.el (c-file-style, c-file-offsets): Made always
1132 buffer local.
1133
1134 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
1135 the throws clause that might follow the function prototype in
1136 C++.
1137
1138 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1139
1140 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
1141 could move forward for macros that doesn't start in column 0.
1142
1143 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1144
1145 * cc-align.el (c-indent-multi-line-block,
1146 c-lineup-whitesmith-in-block): Two new lineup functions for
1147 use in whitesmith style.
1148
1149 * cc-styles.el (c-style-alist): More fixes to whitesmith
1150 style. It should now handle all different braces uniformly in
1151 both hanging and non-hanging cases.
1152
1153 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1154
1155 * cc-cmds.el (c-indent-exp): Use a marker to save point to
1156 make it stay in the same position relative to the surrounding
1157 text.
1158
1159 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
1160 when adaptive-fill-mode doesn't manage to get it correct.
1161
1162 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
1163 with dotted notation, e.g. foo.bar.Gnu.
1164
1165 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
1166 within unwind-protect (previously only some were wrapped so it
1167 would be possible to register mode initialization when full
1168 initialization did not finish).
1169
1170 * cc-styles.el (c-style-alist): Corrected the brace placement
1171 in the whitesmith style. Thanks to Sean Luke
1172 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
1173 styles with consistent brace placement for all constructs.
1174
1175 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1176
1177 * cc-cmds.el (c-context-line-break): Continue C++ comments too
1178 when point is in the middle of them.
1179
1180 * cc-cmds.el: Line breaking and paragraph filling code
1181 rewritten:
1182 (c-guess-fill-prefix): New function that uses various
1183 heuristics to guess the comment prefix.
1184 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
1185 It now assumes adaptive filling is active to preserve the line
1186 prefix inside comments.
1187 (c-indent-new-comment-line): Replacement for the now
1188 obsolete `c-comment-line-break-function' that uses
1189 `c-guess-fill-prefix' when appropriate. It now observes the
1190 setting of `comment-multi-line', which has effect in C-style
1191 block comments.
1192
1193 * cc-cmds.el (c-context-line-break): New function intended to
1194 be put on RET. It's essentially `newline-and-indent', but
1195 continues C block comments with the appropriate line prefix.
1196
1197 * cc-cmds.el (c-do-auto-fill): New function put on
1198 `normal-auto-fill-function' to implement the
1199 `c-ignore-auto-fill' variable.
1200
1201 * cc-cmds.el (c-beginning-of-statement): Use
1202 `c-comment-prefix-regexp' to avoid ending up inside the
1203 comment prefix. Better handling of comment starters and
1204 enders. Catch comments better when traversing code. Stop at
1205 preprocessor directives.
1206
1207 * cc-defs.el (c-forward-comment): New subst to hide platform
1208 dependent quirks in `forward-comment'.
1209
1210 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
1211 argument.
1212 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
1213 arguments. Activate this function by default when
1214 `parse-partial-sexp' supports it (currently Emacs 20.x).
1215
1216 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
1217 on the comment opener to make constants usable as lineup
1218 arguments.
1219
1220 * cc-align.el (c-lineup-C-comments): Fixes to handle the
1221 changed anchor position in the `c' syntactic symbol. Handle
1222 more than stars in the comment prefix; use the new variable
1223 `c-comment-prefix-regexp'. Don't indent text not preceded by
1224 a comment prefix to the right of the comment opener if it's
1225 long.
1226
1227 * cc-langs.el: Fixes to mode initialization for new line
1228 breaking and paragraph filling method. Adaptive fill mode is
1229 now activated at startup instead of deactivated. The
1230 variables used for adaptive filling and paragraph movement are
1231 also changed to incorporate the value of
1232 `c-comment-prefix-regexp'. `substitute-key-definition' is
1233 used to override some functions in the global map instead of
1234 overriding their default bindings.
1235
1236 * cc-mode.el (java-mode): Modify `paragraph-start' for the
1237 javadoc markup at mode init.
1238
1239 * cc-mode.el (c-setup-filladapt): A new convenience function
1240 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
1241 function is intended to be used explicitly by the end user
1242 only.
1243
1244 * cc-vars.el (c-comment-prefix-regexp): New variable used to
1245 recognize the comment fill prefix inside comments.
1246 (c-block-comment-prefix): New name for
1247 `c-comment-contiuation-stars', which is now obsolete. It's
1248 generalized to handle any character sequence.
1249 (c-ignore-auto-fill): New variable used to selectively disable
1250 Auto Fill mode in specific contexts.
1251
1252 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1253
1254 * cc-cmds.el (c-comment-indent): Leave at least one space
1255 between the comment and the last nonblank character in the
1256 case where we look at the indentation of the comment on the
1257 previous line (case 4).
1258
1259 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
1260 list of characters that may start a statement (it's a sort of
1261 prefix operator in Pike, and isn't used at all in any of the
1262 other languages).
1263
1264 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1265
1266 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
1267 inside continued statements as statement-cont instead of
1268 brace-list-open. The reason is that one normally adjusts
1269 brace-list-open for brace lists as top-level constructs, and
1270 brace lists inside statements is a completely different
1271 context. Case 10B.2 changed. Also changed (the somewhat
1272 esoteric) case 9A to cope with this.
1273
1274 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1275
1276 * cc-cmds.el (c-electric-brace): Added electric handling of
1277 the open brace for brace-elseif-brace.
1278
1279 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1280
1281 * cc-defs.el (c-with-syntax-table): New macro to easily switch
1282 syntax tables temporarily.
1283
1284 * cc-engine.el (c-guess-basic-syntax): Handle template and
1285 member init argument lists split over several lines. Case 5D
1286 changed.
1287
1288 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
1289 @throws introduced in Javadoc 1.2.
1290
1291 * cc-menus.el (cc-imenu-java-generic-expression): Applied
1292 patch from RMS to avoid infinite backtracking.
1293
1294 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1295
1296 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
1297 by [ ].
1298
1299 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1300
1301 * cc-align.el (c-lineup-dont-change): Compensate properly for
1302 the column in langelem.
1303
1304 * cc-engine.el (c-syntactic-information-on-region): New
1305 function to help debugging the syntactic analysis.
1306
1307 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1308
1309 * cc-align.el (c-lineup-template-args): Handle nested template
1310 arglists.
1311
1312 * cc-langs.el (c++-template-syntax-table): New syntax table
1313 that makes `<' and `>' parenthesis characters, which is useful
1314 to switch to temporarily when analyzing template arglists.
1315
1316 * cc-styles.el: Changed default alignment of labels in the
1317 java style to conform to the examples in the Java Language
1318 Specification.
1319
1320 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
1321 by default.
1322
1323 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1324
1325 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
1326 immediately before the closing paren in an arglist, so don't
1327 check that in Pike mode. Case 7A changed.
1328
1329 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1330
1331 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
1332 lines were ignored under certain conditions.
1333
1334 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1335
1336 * cc-align.el (c-lineup-template-args): New function for
1337 aligning continued template argument lists.
1338
1339 * cc-engine.el (c-guess-basic-syntax): Fix for member init
1340 lists containing function arglists split over several lines.
1341 Case 5D.1 changed.
1342
1343 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
1344 template-args-cont didn't get recognized when the first
1345 arglist opener line doesn't contain a template argument. New
1346 case 5K.
1347
1348 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1349
1350 * cc-defs.el (c-point): Changed from subst to macro for
1351 efficiency.
1352 (c-beginning-of-defun-1, c-end-of-defun-1): New
1353 beginning-of-defun/end-of-defun wrappers separated from
1354 c-point.
1355
1356 * cc-menus.el (imenu-generic-expression,
1357 imenu-case-fold-search, imenu-progress-message): Dummy
1358 definitions to avoid compiler warnings if imenu can't be
1359 loaded.
1360 * cc-menus.el (cc-imenu-init): New function called at mode
1361 init.
1362 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
1363 imenu initializations to cc-imenu-init.
1364
1365 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1366
1367 * cc-engine.el (c-guess-basic-syntax): Slightly better check
1368 for lambda-intro-cont in Pike mode. Case 6 changed.
1369
1370 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
1371 anything following "new Foo()" was considered an anonymous
1372 class body in Java mode.
1373
1374 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
1375
1376 * cc-cmds.el (c-comment-line-break-function): When breaking in
1377 a string, don't insert a new line.
1378
1379 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
1380
1381 * cc-engine.el (c-at-toplevel-p): New interface function which
1382 returns information useful to add-on authors. It tells you
1383 whether you're at a toplevel statement or not.
1384
1385 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
1386
1387 * cc-cmds.el (c-comment-line-break-function): It is possible
1388 that forward-line does not land us at the bol, say if we're on
1389 the last line in a file. In that case, do a
1390 back-to-indentation instead of a forward-comment -1.
1391
1392 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1393
1394 * cc-engine.el (c-beginning-of-statement-1): Don't catch
1395 "default:" as normal label in case 4.
1396
1397 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1398
1399 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
1400 recognize continued bitfield declarations. Case 5D.1 changed.
1401 * cc-langs.el: New variable c-bitfield-key.
1402 * cc-mode.el: New variable c-bitfield-key.
1403
1404 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1405
1406 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
1407 anonymous array expressions (i.e. "new Foo[] {.. bracelist
1408 ..}").
1409
1410 1999-12-12 Dave Love <fx@gnu.org>
1411
1412 * mail/footnote.el: Require cl when compiling. Don't autoload
1413 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
1414 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
1415 Avoid `acons'.
1416 (footnote-mode-line-string, Footnote-add-footnote): Remove
1417 autoload cookie.
1418
1419 1999-12-12 Richard Sharman <rsharman@pobox.com>
1420
1421 * sh-script.el: Fix for when font-lock mode is active.
1422 (sh-font-lock-unfontify-region-function): New function.
1423
1424 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
1425
1426 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
1427 if start-process is not bound, since Ispell now supports such
1428 platforms as well.
1429
1430 1999-12-12 Gerd Moellmann <gerd@gnu.org>
1431
1432 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
1433 rmail-summary-goto-msg.
1434
1435 * files.el (after-find-file): Fix previous change.
1436
1437 1999-12-11 Dave Love <fx@gnu.org>
1438
1439 * help.el (where-is): Use `commandp' as predicate for
1440 `completing-read'
1441
1442 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1443
1444 * cus-edit.el (custom-save-delete): Delete all occurrences,
1445 leave point where the first occurrence was.
1446 (custom-save-faces): Insert a newline at the end of the comment.
1447 Avoid a double newline there.
1448 If final closeparen is at bol, put a space before it.
1449 (custom-save-variables): Likewise.
1450 (custom-file): Doc fix.
1451
1452 1999-12-10 Gerd Moellmann <gerd@gnu.org>
1453
1454 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
1455 regexp matching image and audio files.
1456
1457 1999-12-09 Dave Love <fx@gnu.org>
1458
1459 * mail/footnote.el: New file.
1460
1461 1999-12-09 Gerd Moellmann <gerd@gnu.org>
1462
1463 * files.el (after-find-file): Use auto-save-visited-file-name if
1464 set.
1465
1466 * mail/feedmail.el (feedmail-find-eoh): Take
1467 feedmail-queue-alternative-mail-header-separator into account.
1468
1469 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
1470
1471 * smerge-mode.el: New file.
1472
1473 * font-lock.el (font-lock-multiline): New variable.
1474 (font-lock-add-keywords): Rename `major-mode' into `mode'.
1475 (font-lock-remove-keywords): Added a dummy `mode' argument for
1476 potential future support.
1477 (font-lock-fontify-anchored-keywords,
1478 (font-lock-fontify-keywords-region): Only handle multiline strings
1479 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
1480
1481 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1482
1483 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
1484
1485 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
1486
1487 1999-12-07 Dave Love <fx@gnu.org>
1488
1489 * help.el (view-emacs-problems): New command, bound to C-h P.
1490
1491 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
1492
1493 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
1494
1495 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
1496 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
1497 New code to support the minor mode version.
1498 (diff-recenter): New function.
1499 (diff-next-hunk, diff-next-file): Use it.
1500 (diff-remembered-files-alist): New var.
1501 (diff-merge-strings): New function.
1502 (diff-find-file-name): Make it smarter and use the user's input more.
1503 (diff-mode): Cosmetic changes.
1504
1505 * files.el (save-some-buffers): Turn EXITING into the more general
1506 PRED argument to allow specifying a subset of buffers.
1507
1508 * simple.el (kill-region): Use the new `delete-and-extract-region'
1509 rather than the undo log (which is incorrect with *-change-functions).
1510
1511 * font-lock.el (font-lock-default-fontify-region): Fix subtle
1512 off-by-one problem that could force re-fontifying the whole buffer.
1513 (font-lock-remove-keywords): New function.
1514 (font-lock-add-keywords): Use the new function to ensure idempotence.
1515
1516 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
1517
1518 * viper-cmd.el (viper-minibuffer-standard-hook,
1519 viper-minibuffer-real-start): Mew functions.
1520 (viper-read-string-with-history,viper-file-add-suffix,
1521 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
1522 change in the status of the minibuffer prompt.
1523
1524 1999-12-06 Gerd Moellmann <gerd@gnu.org>
1525
1526 * comint.el (comint-redirect-results-list)
1527 (comint-redirect-results-list-from-process): Remove interactive
1528 spec.
1529
1530 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
1531
1532 * info.el (info-node, info-menu-5, info-xref): Define colors for
1533 Info faces if the display supports them.
1534
1535 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
1536
1537 Changes for automatic remapping of X colors on terminal frames:
1538
1539 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
1540 term-setup-hook. Call msdos-remember-default-colors and
1541 msdos-handle-reverse-video.
1542 (msdos-face-setup): Parts of code moved to
1543 msdos-setup-initial-frame.
1544 (msdos-handle-reverse-video): New function, modeled after
1545 x-handle-reverse-video.
1546 (make-msdos-frame): Don't use initial-frame-alist and
1547 default-frame-alist. Call msdos-handle-reverse-video.
1548 (msdos-color-aliases): Remove.
1549 (msdos-color-translate, msdos-approximate-color): Remove.
1550 (msdos-color-values): Use 16-bit RGB values. RGB values updated
1551 for better approximation of X colors.
1552 (msdos-face-setup): Call tty-color-clear. Remove code that sets
1553 up tty-color-alist (it is now on startup.el).
1554 (x-display-color-p, x-color-defined-p, x-color-values,
1555 x-defined-colors, face-color-supported-p, face-color-gray-p):
1556 Remove.
1557
1558 * facemenu.el (facemenu-read-color, list-colors-display): Use
1559 defined-colors for all frame types.
1560 (facemenu-color-equal): Use color-values for all frame types.
1561
1562 * faces.el (read-face-attribute): For :foreground and :background
1563 attributes and frames on character terminals, translate the color
1564 to the closest supported one before looking it up in the list of
1565 valid values.
1566 (face-valid-attribute-values): Call defined-colors for all types
1567 of frames.
1568 (defined-colors, color-defined-p, color-values, display-color-p):
1569 New finctions.
1570 (x-defined-colors, x-color-defined-p, x-color-values,
1571 x-display-color-p): Aliases for the above.
1572
1573 * startup.el (command-line): Register terminal colors for frame
1574 types other than x and w32, but only if the terminal supports
1575 colors. Call tty-color-define instead of face-register-tty-color.
1576
1577 * term/x-win.el (xw-defined-colors): Renamed from
1578 x-defined-colors.
1579 * term/w32-win.el (xw-defined-colors): Likewise.
1580
1581 * term/tty-colors.el: New file.
1582 * loadup.el: Load term/tty-colors.
1583
1584 1999-12-06 Dave Love <fx@gnu.org>
1585
1586 * ffap.el: Autoload the ffap alias directly.
1587
1588 1999-12-06 Inge Frick <inge@nada.kth.se>
1589
1590 * dired-aux.el (dired-do-shell-command): Changed documentation.
1591 (dired-shell-stuff-it): A `?' in COMMAND has now the same
1592 meaning as `*'.
1593
1594 1999-12-06 Gerd Moellmann <gerd@gnu.org>
1595
1596 * simple.el (insert-buffer): Doc fix.
1597
1598 * apropos.el (apropos-mode): Add autoload cookie.
1599
1600 1999-12-06 Sam Steingold <sds@goems.com>
1601
1602 * progmodes/etags.el (etags-tags-completion-table): Modified the
1603 regexp to allow for the CL symbols starting with `+*'.
1604 (tags-completion-table): Doc fix (it's an obarray, not an alist).
1605 (tags-completion-table, tags-recognize-empty-tags-table): Remove
1606 `function' quoting lambda.
1607 (tags-with-face): New macro.
1608 (list-tags, tags-apropos): Use it.
1609 (tags-apropos-additional-actions): New user option.
1610 (etags-tags-apropos-additional): Use it.
1611 (tags-apropos): Call etags-tags-apropos-additional.
1612 (tags-apropos-verbose): New user option.
1613 (etags-tags-apropos): Use it.
1614 (visit-tags-table-buffer, next-file): Use `unless'.
1615 (recognize-empty-tags-table): Renamed to
1616 tags-recognize-empty-tags-table.
1617 (complete-tag): Call tags-complete-tag bypassing try-completion.
1618
1619 1999-12-06 Kenichi Handa <handa@etl.go.jp>
1620
1621 * international/mule.el (set-buffer-file-coding-system): Docstring
1622 modified.
1623
1624 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
1625
1626 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
1627 using the hideshow package.
1628 (hs-special-modes-alist): Added entry for bibtex to allow the use
1629 of the hideshow package.
1630 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
1631 not longer provided by bibtex.el directly. Instead the hideshow
1632 package should be used.
1633 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
1634 references to bibtex-hide-entry-bodies.
1635
1636 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
1637
1638 * textmodes/bibtex.el: Copyright notice is up to date. Moved
1639 maintainer information closer to the beginning of the bibtex.el
1640 file.
1641 (bibtex-maintainer-salutation): New constant.
1642 (bibtex-version): New constant.
1643 (bibtex-submit-bug-report): Use bibtex-version and
1644 bibtex-maintainer-salutation.
1645 (bibtex-entry-field-alist): Made booktitle field optional for
1646 @inproceedings entries when crossreferenced.
1647 (bibtex-entry-field-alist): Added booktitle field to proceedings
1648 entry type (for cross referencing). Thanks to Wagner Toledo Correa
1649 for the suggestion.
1650 (bibtex-string-file-path): Fixed typo.
1651
1652 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
1653
1654 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
1655 for reftex.el.
1656 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
1657 to menu.
1658
1659 1999-12-04 Dave Love <fx@gnu.org>
1660
1661 * delsel.el: Revert previous change -- region is significant to
1662 skeleton.
1663
1664 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
1665
1666 * viper-cmd.el (viper-change-state): Use
1667 viper-ESC-moves-cursor-back to decide whether to move the cursor
1668 back.
1669
1670 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
1671
1672 * international/mule-util.el (truncate-string-to-width): Docsting
1673 fixed.
1674
1675 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
1676
1677 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
1678 use of `cond'.
1679 (lm-with-file): Move all the find-file...kill-buffer stuff into
1680 this macro. Make it use `find-file-noselect' and make it kill
1681 the buffer only if it wasn't already displayed somewhere.
1682 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
1683 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
1684 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
1685 (lm-commentary): Fix to handle the case when the change log is
1686 at the end of the file.
1687
1688 1999-12-02 Kenichi Handa <handa@etl.go.jp>
1689
1690 * international/mule.el (charsetp): Fix typo in docstring.
1691
1692 * international/mule-diag.el (list-coding-categories): Fix typo;
1693 automatic -> autoload.
1694
1695 1999-12-02 Gerd Moellmann <gerd@gnu.org>
1696
1697 * vc.el (vc-update-change-log): Look for rcs2log under
1698 exec-directory.
1699
1700 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
1701 outline-regexp, add outline-level.
1702 (lisp-outline-level): New.
1703
1704 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
1705 remove extraneous string-match.
1706
1707 * finder.el (finder-commentary): Activate Finder mode.
1708
1709 1999-12-01 Anders Lindgren <andersl@andersl.com>
1710
1711 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
1712 off when reverting buffers that contained mode specifiers.
1713 `revert-buffer' is now called with non-nil PRESERVE-MODES
1714 argument.
1715
1716 1999-12-01 Dave Love <fx@gnu.org>
1717
1718 * delsel.el: Grok skeleton-pair-insert-maybe.
1719
1720 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1721
1722 * progmodes/cperl-mode.el (cperl-under-as-char):
1723 Use nil as default.
1724
1725 1999-11-30 Gerd Moellmann <gerd@gnu.org>
1726
1727 * speedbar.el (toplevel): Remove compatibility code for Emacs
1728 versions without custom.el.
1729
1730 1999-11-30 Dave Love <fx@gnu.org>
1731
1732 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
1733
1734 * autoinsert.el: Minor doc fixes.
1735 (auto-insert): Return nil.
1736
1737 * faces.el (set-face-documentation): Purecopy STRING.
1738
1739 1999-11-29 Dave Love <fx@gnu.org>
1740
1741 * derived.el: Doc fixes, remove old backquote syntax.
1742
1743 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
1744 comment warning about editing.
1745
1746 * help.el (help-mode-hook): Define.
1747
1748 1999-11-29 Gerd Moellmann <gerd@gnu.org>
1749
1750 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
1751 invalid translation of old-style backquote syntax to new syntax.
1752
1753 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
1754
1755 * Makefile (DONTCOMPILE): Add term/internal.el.
1756
1757 1999-11-26 Dave Love <fx@gnu.org>
1758
1759 * comint.el: Fix last change.
1760
1761 * emacs-lisp/advice.el: Fix last change.
1762
1763 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1764
1765 * cus-edit.el (Custom-reset-standard): Doc fix.
1766 (custom-variable-reset-standard): Doc fix.
1767 (custom-face-reset-standard): Doc fix.
1768 (custom-face-menu): "Reset to Standard" => "Erase Customization".
1769 (custom-variable-menu): Likewise.
1770 (custom-reset-menu): Likewise.
1771 (custom-buffer-create-internal): Likewise.
1772
1773 1999-11-26 Dave Love <fx@gnu.org>
1774
1775 * progmodes/make-mode.el (makefile-mode-hook): Customize.
1776
1777 * font-lock.el: Doc fixes.
1778
1779 * menu-bar.el (menu-bar-mode): Customize.
1780
1781 * cus-start.el: Add use-dialog-box.
1782
1783 * add-log.el (change-log-mode-hook): Customize.
1784 (add-log-current-defun): Use
1785 fortran-{beginning,end}-of-subprogram.
1786
1787 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1788
1789 * emacs-lisp/advice.el: Many doc fixes.
1790
1791 * comint.el (comint-preoutput-filter-functions): Doc fix.
1792
1793 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1794
1795 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1796 Improve messages for capitalization of arg names,
1797 for flag variables, for t and nil, for imperatives.
1798 Call them imperatives rather than infinitives sans "to".
1799 (checkdoc-common-verbs-wrong-voice): Add "moves".
1800 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
1801
1802 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
1803 Don't convert comments from 3-semicolon to 2-semicolon.
1804 That is a matter of style.
1805 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
1806 (checkdoc-comments): Don't bind that variable.
1807
1808 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1809
1810 * files.el (write-file-hooks): Doc fix.
1811
1812 1999-11-26 Gerd Moellmann <gerd@gnu.org>
1813
1814 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
1815
1816 1999-11-25 Dave Love <fx@gnu.org>
1817
1818 * hippie-exp.el: Require comint when compiling.
1819 (hippie-expand): Add :links.
1820 (hippie-expand-try-functions-list): Customize.
1821
1822 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
1823
1824 * viper*el: Replaced old-style backquotes.
1825
1826 * ediff*el: Replaced old-style backquotes.
1827
1828 * ediff-merge
1829 (ediff-looks-like-combined-merge,ediff-get-combined-region):
1830 Changed to support the new format for ediff-combination-pattern.
1831
1832 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
1833 Changed to support the new format for ediff-combination-pattern.
1834
1835 1999-11-24 Dave Love <fx@gnu.org>
1836
1837 * custom.el (custom-declare-group): Purecopy DOC.
1838 (custom-handle-keyword): Purecopy VALUE.
1839 (custom-add-link): Purecopy WIDGET.
1840 (custom-add-version): Purecopy VERSION.
1841 (custom-add-load): Purecopy LOAD.
1842
1843 * cus-face.el (custom-declare-face): Purecopy DOC.
1844
1845 * info.el:
1846 (Info-build-node-completions, Info-search, Info-follow-reference)
1847 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
1848 (Info-find-emacs-command-nodes): Avoid properties on matched text
1849 which may appear in minibuffer.
1850
1851 1999-11-24 Gerd Moellmann <gerd@gnu.org>
1852
1853 * locate.el (locate-with-filter): Doc fix.
1854
1855 1999-11-24 Alex Schroeder <alex@gnu.org>
1856
1857 * sql.el (sql-find-sqli-buffer): New function.
1858 (sql-set-sqli-buffer-generally): New function.
1859 (sql-set-sqli-buffer): Better checking of new-buffer.
1860 (sql-copy-column): Add comma after INTO clause, too.
1861
1862 1999-11-24 Alex Schroeder <alex@gnu.org>
1863
1864 * sql.el (sql-imenu-generic-expression): New, used to set
1865 imenu-generic-expression.
1866
1867 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
1868 setting font-lock-defaults' SYNTAX-ALIST. Set
1869 imenu-generic-expression, imenu-case-fold-search, and
1870 imenu-syntax-alist.
1871
1872 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
1873 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
1874
1875 1999-11-23 Andrew Innes <andrewi@gnu.org>
1876
1877 * w32-win.el (w32-drag-n-drop): Load files in current window, if
1878 drop coords aren't over a specific window.
1879
1880 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1881
1882 * ps-print.el: Define mule funs without checking if mule package is
1883 loaded.
1884 (ps-print-version): New version number (5.0.1).
1885 (ps-header-dirpart): Now uses abbreviate-file-name.
1886
1887 1999-11-23 Dave Love <fx@gnu.org>
1888
1889 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
1890 comment-line-start.
1891 (fortran-comment-line-start-skip): Renamed from
1892 comment-line-start-skip.
1893 (fortran-mode-map): Use renamed functions. Add manual and custom
1894 entries to menu.
1895 (fortran-mode-hook): Customize.
1896 (fortran-comment-indent-function): Renamed from
1897 fortran-comment-hook.
1898 (delete-horizontal-regexp): Function deleted.
1899 (fortran-electric-line-number): Simplified.
1900 (fortran-beginning-of-subprogram): Renamed from
1901 beginning-of-fortran-subprogram.
1902 (fortran-end-of-subprogram): Renamed from
1903 end-of-fortran-subprogram.
1904 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
1905 (fortran-previous-statement, fortran-next-statement): Simplified.
1906 (fortran-blink-match): New function.
1907 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
1908 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
1909 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
1910 line-end-position.
1911 (fortran-fill): No longer interactive. Simplified.
1912 (fortran-break-line): Simplified.
1913 (fortran-analyze-file-format): Use char-after, not looking-at.
1914
1915 * emacs-lisp/find-func.el (find-function-regexp): Use
1916 `define-minor-mode' after easy-menu change.
1917
1918 1999-11-23 Gerd Moellmann <gerd@gnu.org>
1919
1920 * comint.el: Add redirection.from active comint buffers into
1921 another buffer. Written by Peter Breton.
1922
1923 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
1924
1925 * emacs-lisp/autoload.el (make-autoload): Recognize the new
1926 `define-minor-mode'.
1927 (define-minor-mode): Specify `doc-string-elt'.
1928
1929 * emacs-lisp/easy-mmode.el: Changed maintainer.
1930 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
1931 Use defcustom for the hooks; Improve the auto-generated docstrings.
1932 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
1933 (define-minor-mode): Add BODY arg; Only declare the keymap if
1934 provided; Improve the auto-generated docstrings.
1935
1936 1999-11-22 Gerd Moellmann <gerd@gnu.org>
1937
1938 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
1939 that the leading `^' is at the start. This is necessary because
1940 paragraphs.el tries to remove anchors, but can find them only if
1941 they are the first character.
1942
1943 * progmodes/antlr-mode.el: New file.
1944
1945 * calendar/calendar.el: Fix autoload for
1946 calendar-absolute-from-astro. Add autoload for
1947 calendar-print-astro-day-number.
1948
1949 1999-11-21 Anders Lindgren <andersl@andersl.com>
1950
1951 * follow.el: Use modern backquote syntax. Minor comment update.
1952
1953 1999-11-21 Gerd Moellmann <gerd@gnu.org>
1954
1955 * simple.el (with-syntax-table): Don't switch buffers.
1956
1957 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
1958 progmodes/hideif.el: Use new backquote syntax.
1959
1960 1999-11-21 Ken Manheimer <klm@python.org>
1961
1962 * icomplete.el (icomplete-completions): Use an explicit variable
1963 `icomplete-prospects-length', obviating the need to use an
1964 apparently faulty throw/catch arrangement.
1965
1966 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
1967
1968 * term/internal.el (IT-display-table-setup): Don't overstep
1969 character code 255.
1970
1971 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
1972
1973 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
1974 for the charset chinese-sisheng is 7bit encoding, not 8bit.
1975
1976 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
1977
1978 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
1979 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
1980
1981 * files.el (auto-mode-alist): Add patterns for diff-mode.
1982
1983 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
1984 to detect an empty prompt.
1985
1986 1999-11-18 Dave Love <fx@gnu.org>
1987
1988 * simple.el (input-mode-8-bit): Fix the customization.
1989
1990 1999-11-18 Gerd Moellmann <gerd@gnu.org>
1991
1992 * international/iso-acc.el (iso-languages): Add more
1993 characters for Portuguese.
1994
1995 * speedbar.el: Clean up comment at the start of the file.
1996 Remove RCS id.
1997
1998 * progmodes/compile.el (compilation-parse-errors): Use
1999 compilation-buffer-p instead of testing major-mode.
2000
2001 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
2002
2003 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
2004 (quickurl-ask): completion-ignore-case is set to the value of
2005 quickurl-completion-ignore-case for the duration of the call to
2006 completing-read.
2007
2008 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2009
2010 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
2011
2012 1999-11-18 Kenichi Handa <handa@etl.go.jp>
2013
2014 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
2015 instead of ps-print-def.
2016
2017 * ps-print.el: Require ps-vars instead of ps-print-def.
2018
2019 * ps-mule.el: Require ps-vars instead of ps-print-def.
2020
2021 1999-11-17 Gerd Moellmann <gerd@gnu.org>
2022
2023 * simple.el (with-syntax-table): Save buffer explicitly instead of
2024 using save-excursion.
2025
2026 1999-11-16 Gerd Moellmann <gerd@gnu.org>
2027
2028 * mail/supercite.el: New maintainer.
2029
2030 1999-11-16 Reto Zimmermann <reto@synopsys.com>
2031
2032 * progmodes/vhdl-mode.el: Use new backquote syntax.
2033
2034 1999-11-16 Gerd Moellmann <gerd@gnu.org>
2035
2036 * simple.el (with-syntax-table): New.
2037
2038 1999-11-15 Sam Steingold <sds@ksp.com>
2039
2040 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
2041
2042 1999-02-22 Sam Steingold <sds@goems.com>
2043
2044 * goto-addr.el (goto-address-at-mouse,
2045 goto-address-find-address-at-point): Use compose-mail.
2046 (goto-address-mail-method): Removed variable.
2047 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
2048 goto-address-send-using-mail): Removed functions.
2049
2050 1998-11-03 Sam Steingold <sds@goems.com>
2051
2052 * simple.el (backward-delete-char-untabify):
2053 backward-delete-char-untabify-method can be `all' now - to delete
2054 hungrily including newlines.
2055
2056 1999-11-15 Sam Steingold <sds@ksp.com>
2057
2058 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
2059
2060 1999-11-15 Dave Love <fx@gnu.org>
2061
2062 * cus-edit.el (customize-face, customize-face-other-window):
2063 Require match from completing-read.
2064 (custom-buffer-done-function): Default to custom-bury-buffer, not
2065 bury-buffer.
2066
2067 1999-11-15 Gerd Moellmann <gerd@gnu.org>
2068
2069 * mail/rmail.el, iswitchb.el, hippie-exp.el,
2070 progmodes/cperl-mode.el: Use new backquote syntax.
2071
2072 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
2073
2074 * uniquify.el: Use new backquote syntax.
2075
2076 1999-11-14 Markus Rost <rost@ias.edu>
2077
2078 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
2079 as in ispell-local-dictionary-alist.
2080
2081 1999-11-14 Alex Schroeder <alex@gnu.org>
2082
2083 * ansi-color.el (ansi-color-apply): Updated regexps to include
2084 highlighted face.
2085
2086 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
2087
2088 * forms.el (forms--make-format-elt-using-text-properties):
2089 Treat `intangible' differently.
2090
2091 * forms.el: Use new backquote syntax.
2092
2093 1999-11-13 Gerd Moellmann <gerd@gnu.org>
2094
2095 * textmodes/scribe.el (scribe-mode): Doc-fix.
2096
2097 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
2098
2099 * net-utils.el (run-network-program, net-utils-run-program): Use
2100 the new backquote syntax.
2101 (smbclient-program, smbclient-program-options)
2102 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
2103 variables
2104 (smbclient, smbclient-list-shares): New functions
2105
2106 1999-11-12 Sam Steingold <sds@ksp.com>
2107
2108 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
2109 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
2110 (viper-kbd-buf-definition, viper-kbd-mode-alist)
2111 (viper-kbd-mode-pair, viper-kbd-mode-definition)
2112 (viper-kbd-global-pair, viper-kbd-global-definition):
2113 Use the new backquote syntax.
2114
2115 * emulation/viper-cmd.el (viper-test-com-defun)
2116 (viper-prefix-arg-value, viper-prefix-arg-com):
2117 Use the new backquote syntax.
2118
2119 * emacs-lisp/debug.el (debugger-env-macro):
2120 Use the new backquote syntax.
2121
2122 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
2123 Use the new backquote syntax.
2124
2125 * calendar/calendar.el (calendar-remove-frame-by-deleting):
2126 New user variable.
2127 (calendar-hide-window): Use it.
2128 (increment-calendar-month, calendar-for-loop, calendar-sum):
2129 Use the new backquote syntax.
2130
2131 1999-11-12 Andrew Innes <andrewi@gnu.org>
2132
2133 * select.el (x-set-selection): Call buffer-substring, not
2134 substring. Also fix docstring
2135
2136 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
2137
2138 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
2139 of customizable variables to bug report message. Added
2140 system-type to package name in bug report.
2141
2142 1999-11-12 Gerd Moellmann <gerd@gnu.org>
2143
2144 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
2145 to display file names.
2146
2147 1999-11-11 Gerd Moellmann <gerd@gnu.org>
2148
2149 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
2150
2151 * isearch.el: Add lazy-highlighting feature.
2152
2153 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
2154
2155 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
2156 constant.
2157 (ps-mode-submit-bug-report): New function. Entry added to menu.
2158
2159 1999-11-10 William M. Perry <wmperry@aventail.com>
2160
2161 * mwheel.el: New file to support the new style wheeled mice.
2162
2163 1999-11-10 Gerd Moellmann <gerd@gnu.org>
2164
2165 * startup.el (initial-scratch-message): Add ";;" to the front of
2166 lines in the message.
2167
2168 * files.el (file-local-copy): Remove optional BUFFER argument
2169 because that's not used by anything.
2170
2171 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
2172 to-address.
2173
2174 1999-11-08 Markus Rost <rost@ias.edu>
2175
2176 * wid-edit.el (widget-button-click): Wrap with save-excursion
2177 to restore track-mouse in the correct buffer.
2178
2179 1999-11-08 Gerd Moellmann <gerd@gnu.org>
2180
2181 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
2182
2183 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
2184
2185 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
2186 lpr-command to "lp" for some system-types. (copied from lpr.el
2187 Emacs version 20.2.1).
2188
2189 1999-11-04 Markus Rost <rost@ias.edu>
2190
2191 * simple.el (comment-region): Strip off white space at end of
2192 comment-start.
2193
2194 1999-11-04 Gerd Moellmann <gerd@gnu.org>
2195
2196 * faces.el (secondary-selection): Fix wrong color name.
2197
2198 1999-11-04 John Tobey <jtobey@epsilondev.com>
2199
2200 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
2201 the default when invoking perldb in a non-Perl buffer, and other
2202 cases involving -e or --.
2203
2204 1999-11-04 Gerd Moellmann <gerd@gnu.org>
2205
2206 * simple.el (previous-matching-history-element)
2207 (next-history-element): Use delete-field instead of erase-field.
2208
2209 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
2210 Use delete-field instead of erase-field.
2211
2212 * faces.el (secondary-selection): Change background to yellow.
2213
2214 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
2215 find the start of the text. Use field-string to read the user
2216 input.
2217
2218 1999-11-03 Gerd Moellmann <gerd@gnu.org>
2219
2220 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
2221 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
2222 for compatibility with old face implementation.
2223
2224 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
2225 Use erase-field instead of erase-buffer.
2226
2227 * frame.el (blink-cursor-mode, blink-cursor-end): Use
2228 internal-show-cursor with new interface.
2229 (blink-cursor-timer-function): New.
2230 (blink-cursor-start): Use blink-cursor-timer-function.
2231
2232 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2233
2234 * calendar.el (redraw-calendar): Move to nearest date before
2235 redrawing.
2236
2237 * diary-lib.el (simple-diary-display): Reset modeline even if
2238 there are no diary entries since the diary buffer may be displayed.
2239
2240 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2241
2242 * emacs-lisp/debug.el (debug): If noninteractive, display the
2243 backtrace using `message', then exit Emacs.
2244 (debugger-batch-max-lines): New variable.
2245 (debugger-setup-buffer): New subroutine, broken out of `debug'.
2246 Change the messages put at the start, to say that the debugger
2247 was entered.
2248
2249 1999-11-02 Sam Steingold <sds@ksp.com>
2250
2251 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
2252
2253 1999-11-01 John Tobey <jtobey@epsilondev.com>
2254
2255 * gud.el: (gud-perldb-massage-args): Massage correctly in the
2256 presence of perl switches other than "-e".
2257
2258 1999-11-01 Markus Rost <rost@ias.edu>
2259
2260 * dired-x.el (dired-smart-shell-command): Use
2261 shell-command-history as in shell-command.
2262
2263 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2264
2265 * userlock.el (ask-user-about-lock): Doc fix.
2266
2267 * frame.el: Doc fixes.
2268
2269 1999-11-01 Gerd Moellmann <gerd@gnu.org>
2270
2271 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
2272 of show-cursor.
2273 (blink-cursor-start, blink-cursor-end): Ditto.
2274
2275 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
2276
2277 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2278
2279 * window.el (walk-windows): If ALL-FRAMES is a frame,
2280 start on that frame. Use save-selected-window.
2281
2282 1999-11-01 Gerd Moellmann <gerd@gnu.org>
2283
2284 * simple.el (end-of-buffer): Use window-end to find the window end
2285 instead of vertical-motion because this handles variable-height
2286 lines correctly.
2287
2288 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
2289
2290 * ediff.el: Version change.
2291
2292 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
2293 make sure you are in a good frame before deleting other
2294 windows.
2295 (ediff-file-checked-in-p): Don't consider CVS
2296 files checked in.
2297 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
2298 are writing to a newly created empty file.
2299
2300 * ediff-mult.el (ediff-show-session-group-hook): New default.
2301
2302 * ediff-vers.el (ediff-pcl-cvs-view-revision):
2303 First cd to the file directory. reportedly works
2304 better with remote files.
2305
2306 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
2307 Use file-name-nondirectory when passing files to CVS.
2308
2309 * ediff-diff.el (ediff-cmp-options): New variable.
2310 (ediff-same-file-contents): Use ediff-cmp-options.
2311
2312 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
2313 ediff-get-patch-buffer): Use current buffer if it appears to be a
2314 patch.
2315
2316 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
2317 C-g
2318
2319 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
2320 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
2321 (viper-save-cursor-color,viper-restore-cursor-color):
2322 Improved cursor color handling.
2323 (viper-get-saved-cursor-color-in-replace-mode,
2324 viper-get-saved-cursor-color-in-insert-mode): New functions for
2325 better cursor color handling.
2326
2327 * viper-ex.el (ex-read,ex-edit):
2328 Fixes for correct interpretation of #,%.
2329 (viper-ex): Now works correctly when called from other functions.
2330 (viper-glob-function): New variable.
2331 (viper-ex): Save excursion before doing :global.
2332
2333 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
2334
2335 * viper-cmd.el (viper-post-command-sentinel,
2336 viper-insert-state-post-command-sentinel,
2337 viper-insert-state-pre-command-sentinel): Takes better care of
2338 cursor colors.
2339
2340 * viper.el: Version change.
2341
2342 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
2343
2344 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
2345 that the modeline display was updated *only* when
2346 `whitespace-display-in-modeline' was set, not otherwise.
2347
2348 1999-10-30 Gerd Moellmann <gerd@gnu.org>
2349
2350 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
2351 "frac12".
2352
2353 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
2354 ad-activate.
2355
2356 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
2357
2358 * whitespace.el: Test for existence of `defcustom' and `defgroup'
2359 using fboundp instead of assuming that these are not present in
2360 particular flavors of emacs.
2361 (whitespace-version): Update to 2.8
2362 (whitespace-display-in-modeline): Add custom variable to control
2363 displaying the whitespace errors on the modeline based on
2364 suggestion from <klaus.berndl@sdm.de>
2365 (whitespace-buffer): Now returns `t' if unclean and `nil' if
2366 clean, to enable using as a hook function, as suggested by Puneet
2367 Goel <puneet@computer.org>
2368 (whitespace-buffer): Fix a subtle bug that cleaned up only if
2369 quiet was not set, even with whitespace-auto-cleanup set.
2370 (whitespace-mode-line): Now uses less modeline real estate and
2371 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
2372 which is present in the file, and <y> is any type of whitespace
2373 whose check has been suppressed by setting
2374 `whitespace-check-<whitespace-type>' to nil.
2375 (whitespace-unchecked-whitespaces): New function to return the
2376 list of whitespaces for whom checks have been suppressed.
2377 (whitespace-display-unchecked-whitespaces): Renamed to
2378 `whitespace-update-modeline' to reflect its functionality.
2379
2380 1999-10-30 Gerd Moellmann <gerd@gnu.org>
2381
2382 * progmodes/compile.el (compilation-error-regexp-alist):
2383 Undo previous change.
2384
2385 1999-10-28 Dave Love <fx@gnu.org>
2386
2387 * help.el (help-follow): Make arg optional again and really
2388 default to point.
2389
2390 1999-10-28 Gerd Moellmann <gerd@gnu.org>
2391
2392 * paths.el (rmail-file-name): Make it an option.
2393
2394 * progmodes/ada-mode.el, progmodes/ada-prj.el,
2395 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
2396 comment fixes.
2397
2398 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
2399 MIPS Pro 7.3 compiler error message syntax.
2400
2401 1999-10-27 Dave Love <fx@gnu.org>
2402
2403 * progmodes/compile.el: Checkdoc-inspired fixes.
2404
2405 1999-10-27 Gerd Moellmann <gerd@gnu.org>
2406
2407 * lpr.el (print-buffer): Doc-string fix.
2408
2409 1999-10-27 Dave Love <fx@gnu.org>
2410
2411 * emacs-lisp/advice.el: Doc fixes.
2412 (ad-lemacs-p): Removed.
2413 (advice): Add :link to defgroup.
2414
2415 1999-10-27 Kenichi Handa <handa@etl.go.jp>
2416
2417 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
2418 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
2419
2420 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2421
2422 * window.el (walk-windows): If ALL-FRAMES is a frame,
2423 start on that frame. Use save-selected-window.
2424
2425 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2426
2427 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
2428 ad-activate. All callers changed, including those in data.c.
2429 (ad-activate-internal-off): Renamed from ad-activate-off.
2430 All uses changed.
2431 (ad-activate): Renamed from ad-activate-on. All uses changed.
2432 (ad-start-advice, ad-stop-advice, ad-recover-normality):
2433 Alter the definition of ad-activate-internal, not ad-activate.
2434
2435 1999-10-26 Gerd Moellmann <gerd@gnu.org>
2436
2437 * startup.el (command-line-1): Add support for command line
2438 arguments `file' and `execute'. Fix handling of `visit'.
2439
2440 1999-10-26 Kenichi Handa <handa@etl.go.jp>
2441
2442 * international/mule-cmds.el (read-input-method-name): Handle the
2443 case that the arg DEFAULT is symbol.
2444
2445 * international/mule-diag.el (mule-diag): Handle the case that
2446 default-input-method is symbol.
2447
2448 1999-10-26 Gerd Moellmann <gerd@gnu.org>
2449
2450 * textmodes/tildify.el: New file.
2451
2452 1999-10-25 Sam Steingold <sds@ksp.com>
2453
2454 * Makefile (compile-files): Fixed the "tr" strings.
2455 (EMACS): Set to ../src/emacs.
2456
2457 1999-10-25 Gerd Moellmann <gerd@gnu.org>
2458
2459 * info.el (Info-build-node-completions): Add '("*") to the
2460 completion list.
2461
2462 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2463
2464 * frame.el (auto-raise-mode): When enabling the mode,
2465 immediately raise the selected frame.
2466
2467 * indent.el (indent-region): Doc fix.
2468
2469 * comint.el (comint-output-filter): Make the Comint buffer current
2470 for the comint-preoutput-filter-functions.
2471
2472 * mail/reporter.el: Doc fix.
2473
2474 1999-10-24 Stephen Eglen <stephen@gnu.org>
2475
2476 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
2477 that Octave lisp files can also run under XEmacs 20.
2478 (require 'custom) added so that files can run under Emacs 19.34.
2479
2480 * iswitchb.el (iswitchb-default-keybindings): No need to use
2481 read-kbd-macro in keybindings.
2482
2483 1999-10-23 Dave Love <fx@gnu.org>
2484
2485 * elide-head.el: New file.
2486
2487 1999-10-23 Gerd Moellmann <gerd@gnu.org>
2488
2489 * Makefile (compile-files, backup-compiled-files): New targets.
2490 (bootstrap, bootstrap-clean): Ditto.
2491
2492 1999-10-22 Paul Eggert <eggert@twinsun.com>
2493
2494 * international/mule-cmds.c (locale-language-names):
2495 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
2496 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
2497 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
2498 Use Latin-8 for Welsh.
2499 Use Latin-1 for English if "en" is explicitly specified.
2500 Use Latin-1 for Scots Gaelic, Tagalog.
2501 Use Latin-1 (not Latin-4) for Greenlandic.
2502 Use Latin-1 (not Latin-2) for Albanian.
2503 (locale-preferred-coding-systems, locale-language-names):
2504 Remove generic ISO 8859 locales; locale-charset-language-names now
2505 does this.
2506 (locale-charset-language-names): New variable.
2507 (set-locale-environment): Use language name specified by
2508 locale-charset-language-names if its charsets disagree with the
2509 language name specified by locale-language-names.
2510
2511 1999-10-22 Dave Love <fx@gnu.org>
2512
2513 * make-mode.el: Minor doc fixes.
2514
2515 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
2516
2517 1999-10-21 Dave Love <fx@gnu.org>
2518
2519 * loadup.el: Add latin-8, latin-9.
2520
2521 1999-10-20 Paul Eggert <eggert@twinsun.com>
2522
2523 * disp-table.el (standard-display-european): Remove undocumented
2524 arg AUTO; no longer used by startup.el. Do not attempt to treat
2525 all non-English language environments as coding system names.
2526 Instead, use the downcased language environment name as a coding
2527 system name if it is one; otherwise, use latin-1.
2528
2529 1999-10-20 Gerd Moellmann <gerd@gnu.org>
2530
2531 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
2532 that were split so that part of the comment appeared as Lisp code.
2533
2534 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2535
2536 * ps-bdf.el: Doc fix.
2537
2538 * ps-print-def.el: New file: common definitions for all parts of
2539 ps-print.
2540 (ps-multibyte-buffer): Moved from ps-mule.
2541
2542 * ps-mule.el: File dependence fix.
2543 (ps-multibyte-buffer): Moved to ps-print-def.
2544
2545 * ps-print.el: Doc fix, better customization.
2546 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
2547 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
2548 (ps-end-file): Doc fix.
2549 (ps-setup, ps-begin-file): Fun fix.
2550 (postscript): New group.
2551 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
2552 (ps-print-prologue-1): Adjust PostScript programming.
2553 (ps-print): Adjust group hierarchy.
2554 (ps-print-n-up, ps-print-zebra, ps-print-background,
2555 ps-print-printer)
2556 (ps-print-page): New subgroups.
2557 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
2558 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
2559 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
2560 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
2561 (ps-zebra-stripe-height, ps-print-background-image)
2562 (ps-print-background-text, ps-spool-config): Adjust customization.
2563 (dos-ps-printer): Definition eliminated.
2564
2565 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2566
2567 * ps-mule.el: Doc fix, define functions properly if mule package is
2568 loaded or not.
2569 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
2570 mule package is loaded or not.
2571
2572 * ps-print.el: Doc fix, n-up printing.
2573 (ps-print-version): New version number (5.0).
2574 (ps-page-dimensions-database): Added document media.
2575 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
2576 (ps-page-order, ps-printing-region-p): New vars.
2577 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
2578 funs.
2579 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
2580 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
2581 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
2582 (ps-n-up-xstart, ps-n-up-ystart): New macros.
2583 (ps-print-begin-sheet-hook): New hook.
2584 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
2585 const.
2586 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
2587 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
2588 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
2589 (ps-count-lines): Changed to defun.
2590 (ps-header-page): Changed to defsubst, fix fun.
2591 (ps-printing-region): Doc fix, adjust programming code.
2592 (ps-output-boolean, ps-background-pages, ps-background-text)
2593 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
2594 programming code.
2595
2596 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2597
2598 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
2599 (ps-print-version): New version number (4.2).
2600 (ps-spool-config, ps-spool-tumble): New vars.
2601 (ps-print-prologue-1): Changed to defconst, adjust PostScript
2602 programming, new PostScript procedure to handle errors.
2603 (ps-print-prologue-2): Changed to defconst.
2604 (ps-print-duplex-feature): New const: duplex and tumble setting.
2605 (ps-setup, ps-begin-file): Fix funs.
2606 (ps-boolean-capitalized): New fun.
2607
2608 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
2609
2610 * Makefile (dontcompilefiles): Obsoleted.
2611 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
2612 (EL): Unused.
2613 (temacs): Removed (unused).
2614 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
2615 version of the file (necessary for the update to work properly).
2616 (autoloads): Force the use of `pwd`/loaddefs.el.
2617 (updates); Redefined in terms of other targets to reduce redundancy.
2618 (.el.elc): New default rule, just in case you want it.
2619 (compile): Use a single invocation of Emacs.
2620 (bootstrap-compile); Unneeded.
2621 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
2622
2623 1999-10-19 Dave Love <fx@gnu.org>
2624
2625 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
2626
2627 1999-10-19 Sam Steingold <sds@ksp.com>
2628
2629 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
2630 comply with the comment.
2631
2632 1999-10-19 Gerd Moellmann <gerd@gnu.org>
2633
2634 * autorevert.el (auto-revert-mode): Make auto-revert-mode
2635 permanent-local.
2636
2637 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
2638
2639 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
2640 value: \"lpr\" changed to "lpr"
2641 (ps-mode-version): New constant
2642 (ps-mode-show-version): New function, added key in ps-mode-map
2643 (ps-run-messages): Removed
2644 (ps-run-font-lock-keywords-2): New defcustom variable replacing
2645 ps-run-messages. These keywords now include the value of
2646 ps-run-prompt, making its fontification customizable.
2647 (ps-run-init): Removed \\n from docstring, it is now added when
2648 the value is used
2649 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
2650 ps-run-prompt
2651 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
2652 customizable variables in doc-string (its equivalent
2653 ps-run-messages was missing in previous version of the doc-string)
2654 (ps-run-mode): Simplified assignment to font-lock-defaults, using
2655 symbols only
2656
2657 1999-10-19 Alex Schroeder <alex@gnu.org>
2658
2659 * ansi-color.el: Complete rewrite.
2660
2661 1999-10-19 Paul Eggert <eggert@twinsun.com>
2662
2663 Fix bootstrapping problems.
2664 Use the system locale to specify Emacs locale defaults.
2665
2666 * international/mule-cmds.el (global-map):
2667 Do not use backquote, because that makes a bootstrapping
2668 problem if you need to recompile all Lisp files using interpreted code.
2669 * international/mule.el (charset-id, charset-bytes,
2670 charset-dimension, charset-chars, charset-width,
2671 charset-direction, charset-iso-final-char,
2672 charset-iso-graphic-plane, charset-reverse-charset,
2673 charset-short-name, charset-long-name, charset-description,
2674 charset-plist): Likewise.
2675 * subr.el (save-match-data): Likewise.
2676
2677 * international/mule-cmds.el
2678 (set-display-table-and-terminal-coding-system): New function,
2679 containing code migrated out of set-language-environment.
2680 (set-language-environment, set-locale-environment): Use it.
2681 (locale-translation-file-name): Moved here from startup.el.
2682 (locale-language-names, locale-preferred-coding-systems):
2683 New vars.
2684 (locale-name-match, set-locale-environment): New functions.
2685
2686 * language/japan-util.el (setup-japanese-environment-internal):
2687 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
2688
2689 * startup.el (iso-8859-n-locale-regexp): Remove.
2690 (locale-translation-file-name): Move to mule-cmds.el.
2691 (command-line): Move locale-stuff into set-locale-environment.
2692
2693 1999-10-18 Dave Love <fx@gnu.org>
2694
2695 * abbrev.el (add-abbrev, inverse-add-abbrev)
2696 (expand-region-abbrevs): Remove properties from buffer text.
2697
2698 1999-10-17 Gerd Moellmann <gerd@gnu.org>
2699
2700 * iswitchb.el (iswitchb-exhibit): Extract user-input only
2701 from the mini-buffer, without the prompt.
2702
2703 * simple.el (minibuffer-prompt-end): Return the position
2704 after the prompt, not the position of that last character
2705 of the prompt.
2706
2707 1999-10-17 Miles Bader <miles@gnu.org>
2708
2709 * simple.el: Doc fixes.
2710
2711 1999-10-17 Miles Bader <miles@gnu.org>
2712
2713 * simple.el (previous-matching-history-element, next-history-element):
2714 Change to work correctly even if the point is in the prompt.
2715 (choose-completion-string): Likewise.
2716 (minibuffer-prompt-width): New function (compatibility with old subr).
2717
2718 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
2719 When constraining the final position to the current field,
2720 don't use the ONLY-IN-LINE mode of constrain-to-field.
2721
2722 1999-10-17 Miles Bader <miles@gnu.org>
2723
2724 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
2725 constrain-to-field.
2726 * textmodes/paragraphs.el (forward-sentence): Likewise.
2727
2728 1999-10-17 Miles Bader <miles@gnu.org>
2729
2730 * simple.el (line-move): Use constrain-to-field to avoid
2731 moving into a prompt.
2732 (previous-complete-history-element): Clarify doc string.
2733 (next-complete-history-element): Likewise.
2734 Use field-beginning instead of point-min.
2735 (next-matching-history-element): Use field-beginning and
2736 erase-field instead of point-min and erase-buffer.
2737 * textmodes/paragraphs.el
2738 (forward-paragraph, forward-sentence): Likewise.
2739 (backward-kill-paragraph, backward-kill-sentence): Remove code to
2740 constrain the kill to an field, as the movement commands now
2741 do this.
2742
2743 1999-10-17 Miles Bader <miles@gnu.org>
2744
2745 * simple.el (previous-matching-history-element): Get the
2746 minibuffer input with field-string instead of buffer-string.
2747 (choose-completion-string): Likewise.
2748 (next-history-element): Likewise.
2749 Erase the minibuffer input with erase-field, not erase-buffer.
2750 Use field-beginning to find the beginning of the input.
2751 * textmodes/paragraphs.el (backward-kill-sentence):
2752 Remove minibuffer-prompt hack.
2753 Constrain to any input field.
2754
2755 1999-10-17 Sam Steingold <sds@ksp.com>
2756
2757 * bindings.el (completion-ignored-extensions): Added ".sparcf"
2758 for CMUCL on sparc and ".ufsl" for LispWorks.
2759 (bound-and-true-p): Bugfix: free variable `v'.
2760
2761 1999-10-16 Dave Love <d.love@dl.ac.uk>
2762
2763 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
2764 (edebug-uninstall-read-eval-functions): Use load-read-function,
2765 avoiding elisp-eval.
2766
2767 1999-10-16 Sam Steingold <sds@ksp.com>
2768
2769 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
2770 instead of `eql'.
2771
2772 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
2773
2774 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
2775 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
2776 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
2777 * ediff-util.el (ediff-make-temp-file):
2778 * ediff-vers.el (ediff-pcl-cvs-view-revision):
2779 * emerge.el (emerge-make-temp-file):
2780 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
2781 * vc.el (vc-update-change-log):
2782 * mail/mailpost.el (post-mail-send-it):
2783 * mail/metamail.el (metamail-region):
2784 * progmodes/cmacexp.el (c-macro-expansion):
2785 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
2786
2787 1999-10-15 Gerd Moellmann <gerd@gnu.org>
2788
2789 * smtpmail.el (smtpmail-via-smtp): Add support for
2790 automatically appending a domain to RCPT TO: addresses.
2791
2792 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2793
2794 * dired.el (dired-insert-directory): Insert the amount of
2795 free space after the total size.
2796 (dired-free-space-program, dired-free-space-args): New variables.
2797
2798 1999-10-14 Karl Heuer <kwzh@gnu.org>
2799
2800 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
2801
2802 1999-10-14 Dave Love <fx@gnu.org>
2803
2804 * international/characters.el:
2805 * international/fontset.el:
2806 * international/mule-conf.el: Add latin-iso8859-1[45].
2807
2808 * language/european.el: Add Latin-8, Latin-9. Modify some doc
2809 strings.
2810
2811 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
2812 (command-line): Detect Latin-[89] locales.
2813
2814 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
2815
2816 * international/mule-cmds.el (select-safe-coding-system)
2817 (leim-list-header): Avoid the use of strings that start with backslash
2818 newline since lread.c:read1 has a hack to turn those strings into
2819 integer 0 during the loadup.el process.
2820
2821 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
2822
2823 1999-10-13 Dave Love <fx@gnu.org>
2824
2825 * image.el (insert-image): Copy the image spec and add an
2826 intangible property.
2827
2828 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
2829
2830 * help.el (help-xref-interned): Make it also work on variable-only
2831 and function-only symbols.
2832 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
2833 (help-follow): If the point under mouse is not highlighted, try
2834 `help-xref-interned' on the pointed-to symbol anyway.
2835
2836 * info.el (Info-on-current-buffer): New entry point.
2837 (Info-find-node): Split into two for Info-on-current-buffer to
2838 hook into it.
2839 (Info-current-file, Info-set-mode-line, Info-up):
2840 Info-current-file can now be t.
2841 (Info-clone-buffer-hook): Function for `clone-buffer'.
2842 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
2843 Make `clone-buffer' available in various ways to the user.
2844
2845 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
2846
2847 * simple.el (shell-command, shell-command-on-region): Use
2848 make-temp-file.
2849 (clone-buffer, clone-process, clone-buffer-hook): New functions.
2850
2851 * subr.el (with-current-buffer): Don't use backquotes to avoid
2852 bootstrapping problems.
2853
2854 * loadup.el (load-path): Add subdirs for bootstrapping.
2855 (docstrings): Ignore errors during bootstrapping.
2856 (args): New `bootstrap' argument (for use in place of `dump').
2857
2858 1999-10-12 Emmanuel Briot <briot@gnat.com>
2859
2860 * ada-stmt.el: Doc-string fixes.
2861
2862 1999-10-12 Gerd Moellmann <gerd@gnu.org>
2863
2864 * recentf.el: New file.
2865
2866 * ps-mode.el: New file.
2867
2868 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
2869 case insensitive.
2870
2871 1999-10-12 Richard Sharman <rsharman@pobox.com>
2872
2873 * sh-script.el: Added support for indenting existing scripts.
2874 (sh-mode-map): Added new bindings.
2875 (sh-mode): Updated mode doc-string for new commands, added
2876 make-local-variable calls, initialize mode-specific variables.
2877 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
2878 is now a different function.
2879 (sh-header-marker): Changed docstring.
2880 (sh-set-shell): Initialize mode-specific variables.
2881 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
2882 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
2883 Changed these define-skeleton calls to work with user-specified
2884 indentation settings.
2885 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
2886 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
2887 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
2888 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
2889 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
2890 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
2891 (sh-guess-basic-offset, sh-handle-after-case-label)
2892 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
2893 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
2894 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
2895 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
2896 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
2897 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
2898 (sh-handle-this-then, sh-help-string-for-variable)
2899 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
2900 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
2901 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
2902 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
2903 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
2904 (sh-remove-our-text-properties, sh-rescan-buffer)
2905 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
2906 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
2907 (sh-scan-case, sh-search-word, sh-set-char-syntax)
2908 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
2909 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
2910 functions.
2911 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
2912 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
2913 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
2914 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
2915 (sh-var-list): New variables.
2916
2917 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
2918
2919 * quickurl.el (quickurl-list-insert): `count-lines' was returning
2920 a value one line to high if the cursor wasn't at the start of a
2921 line. A `beginning-of-line' is now performed before making the
2922 call to `count-lines'.
2923
2924 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
2925
2926 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
2927
2928 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
2929
2930 * Makefile (setwins): Abstract out the command to find subdirectories
2931 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
2932 (custom-deps, finder-data, autoloads, update-subdirs, updates)
2933 (autoloads-with-other-emacs): Use it.
2934
2935 * diff-mode.el: New file. A mode for viewing/editing context diffs.
2936
2937 1999-10-09 Gerd Moellmann <gerd@gnu.org>
2938
2939 * Makefile (bootstrap-compile): New target. Compile Lisp
2940 files with ../src/temacs.
2941
2942 1999-10-08 Simon Marshall <simon@gnu.org>
2943
2944 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
2945 (regexp-opt-group): Use it to get common suffixes in STRINGS.
2946 If STRINGS is nil, return "" rather than nil.
2947
2948 1999-10-08 Gerd Moellmann <gerd@gnu.org>
2949
2950 * Makefile (compile): Compile files one by one. Set load-path to
2951 current directory and subdirectories when compiling.
2952
2953 1999-10-08 Gerd Moellmann <gerd@gnu.org>
2954
2955 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
2956 (emacs): Use it everywhere instead of EMACS.
2957 (compile): New target. Compile all Lisp files from scratch.
2958 (recompile): New target. Recompile lisp directory.
2959 (autoloads-with-other-emacs): New target. Build loaddefs.el with
2960 an Emacs executable not built in the current directory tree.
2961
2962 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
2963
2964 * filecache.el (file-cache-completion-ignore-case): New variable,
2965 defaulting to the value of completion-ignore-case.
2966 (file-cache-minibuffer-complete): Use it.
2967 (file-cache-files-matching, file-cache-files-matching-internal):
2968 New functions.
2969
2970 1999-10-07 Emmanuel Briot <briot@gnat.com>
2971
2972 * ada-xref.el: New file
2973
2974 * ada-prj.el: New file
2975
2976 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
2977
2978 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
2979 subprogram being created.
2980
2981 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
2982 ada-indent-newline-indent): Rewritten to support the new indentation
2983 scheme
2984
2985 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
2986 New functions
2987
2988 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
2989 justification parameter
2990
2991 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
2992 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
2993 external program
2994
2995 1999-10-07 Dave Love <fx@gnu.org>
2996
2997 * bindings.el (bound-and-true-p): New macro.
2998 (make-mode-line-mouse-sensitive): Don't require easymenu.
2999
3000 1999-10-07 Gerd Moellmann <gerd@gnu.org>
3001
3002 * custom.el (defface): Extend documentation for new values of
3003 `type'.
3004
3005 * faces.el (face-spec-set-match-display): Recognize `type' of
3006 `motif', `lucid', `x-toolkit'.
3007 (menu): New face.
3008
3009 1999-10-05 Dave Love <fx@gnu.org>
3010
3011 * files.el: Recognize temporary crontab files.
3012
3013 * info.el: Require jka-compr when compiling.
3014 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
3015
3016 1999-10-04 Dave Love <fx@gnu.org>
3017
3018 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
3019 scroll-up-aggressively, scroll-down-aggressively.
3020
3021 * time.el (display-time-mode): Add autoload cookie.
3022
3023 * rect.el (delete-extract-rectangle): Doc fix from verna.
3024
3025 * help-macro.el (three-step-help): Customize.
3026
3027 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3028
3029 * hexl.el (hexlify-buffer): Move point in proper range
3030 if it is too large.
3031 (hexl-after-revert-hook): Update hexl-max-address.
3032 (hexl-address-to-marker): Doc fix.
3033
3034 1999-10-03 Dave Love <fx@gnu.org>
3035
3036 * image.el (defimage): Remove redundant code. Substitute file in
3037 image plist.
3038
3039 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
3040
3041 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
3042 when doing with-temp-file.
3043
3044 1999-10-01 Dave Love <fx@gnu.org>
3045
3046 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
3047
3048 * help.el: Require view when compiling.
3049 (view-emacs-FAQ): Use Info version.
3050
3051 1999-09-29 Ken'ichi Handa <handa@gnu.org>
3052
3053 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
3054 (normat->normal). Use correct font names for Korean
3055 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
3056
3057 1999-09-29 Kenichi Handa <handa@etl.go.jp>
3058
3059 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
3060 code not used by KOI8 to the same 8-bit code instead of mapping to
3061 SPC.
3062 (cyrillic-alternativnyj-decode-table): Likewise.
3063
3064 1999-09-29 Alex Schroeder <alex@gnu.org>
3065
3066 * sql.el (sql-imenu-generic-expression): Aew, used to set
3067 imenu-generic-expression.
3068 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
3069 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
3070 imenu-case-fold-search, and imenu-syntax-alist.
3071 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
3072 setting font-lock-defaults' SYNTAX-ALIST.
3073
3074 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3075
3076 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
3077 macro, try again.
3078
3079 1999-09-28 Dave Love <fx@gnu.org>
3080
3081 * cus-edit.el (custom-comment): Change widget definition.
3082 (custom-comment-create, custom-comment-show)
3083 (custom-comment-invisible-p): Don't use :comment-overlay.
3084 (custom-comment-hide): New function.
3085 (custom-variable-set, custom-variable-save)
3086 (custom-variable-reset-standard, custom-face-set)
3087 (custom-face-save): Use it.
3088
3089 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3090
3091 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
3092
3093 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3094
3095 * faces.el (region): Doc fix.
3096
3097 1999-09-27 Dave Love <fx@gnu.org>
3098
3099 * isearch.el (isearch): Add :links in defgroup.
3100 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
3101 (isearch-switch-frame-handler): Comment out (unused).
3102 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
3103 (isearch-ring-retreat-edit): Doc fix.
3104 (isearch-mouse-yank): New command.
3105 (isearch-last-command-char): Removed. Callers changed to use
3106 last-command-char.
3107 (isearch-char-to-string): Removed. Callers changed to use
3108 char-to-string.
3109
3110 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
3111
3112 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
3113 option for Russian.
3114
3115 1999-09-25 Gerd Moellmann <gerd@gnu.org>
3116
3117 * faces.el (face-differs-from-default-p): Compare face
3118 attributes individually.
3119
3120 * image.el (put-image, insert-image): Add string argument.
3121
3122 1999-09-24 Gerd Moellmann <gerd@gnu.org>
3123
3124 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
3125 LANG=de_DE.iso88591 on HPUX 11.0.
3126
3127 * dired.el (dired-move-to-filename-regexp): Make it work
3128 for LANG=de_DE.iso88591 on HPUX 11.0.
3129
3130 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3131
3132 * info.el (info-initialize): Don't test existence of ALTERNATIVE
3133 if we know for some other reason it should not be used.
3134
3135 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
3136 New variable.
3137 (edebug-recursive-edit): Save current-prefix-arg there,
3138 bind it, and set it back at the end.
3139 (edebug-outside-excursion): Restore and update the outside
3140 value of current-prefix-arg.
3141 (edebug-emacs-version-specific): Delete support for Epoch.
3142
3143 1999-09-24 Howard Melman <howard@silverstream.com>
3144
3145 * imenu.el (imenu-after-jump-hook): New variable.
3146 (imenu): Run menu-after-jump-hook.
3147 (imenu-name-lookup-function): New variable.
3148 * imenu.el (imenu--in-alist): Use those variables.
3149
3150 1999-09-24 Carsten Dominik <cd@gnu.org>
3151
3152 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
3153 multiple thebibliography environments.
3154
3155 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
3156 with recentering window.
3157 (reftex-extract-bib-entries-from-thebibliography,
3158 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
3159 with multiple thebibliography environments.
3160
3161 * textmodes/reftex-vars.el
3162 (reftex-section-levels): Function allowed as cdr.
3163 (reftex-max-section-depth) New option.
3164
3165 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
3166 with multiple thebibliography environments.
3167
3168 1999-09-23 Gerd Moellmann <gerd@gnu.org>
3169
3170 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
3171 instead of point-min in call to delete-region.
3172
3173 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
3174
3175 * vc.el (vc-backend-checkout): Use with-temp-file when checking
3176 out into arbitrary file names.
3177
3178 1999-09-19 Ken'ichi Handa <handa@gnu.org>
3179
3180 * language/european.el ("Turkish"): New language environment.
3181
3182 1999-09-19 Dave Love <fx@gnu.org>
3183
3184 * delim-col.el: New file.
3185
3186 1999-09-17 Richard Stallman <rms@gnu.org>
3187
3188 * files.el (after-find-file): When visiting a backup file,
3189 make it read-only.
3190
3191 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
3192 (apropos-keybinding-face, apropos-label-face): Likewise.
3193 (apropos-property-face, apropos-match-face): Likewise.
3194 (apropos-label-properties): New variable.
3195 (apropos-print-doc): Use apropos-label-properties.
3196 (apropos-print): Set apropos-label-properties.
3197
3198 1999-09-15 Richard Stallman <rms@gnu.org>
3199
3200 * winner.el: Use aref instead of sref.
3201
3202 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
3203
3204 1999-09-14 Gerd Moellmann <gerd@gnu.org>
3205
3206 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
3207
3208 1999-09-14 Richard Stallman <rms@gnu.org>
3209
3210 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
3211 cookie, even if followed by a letter.
3212
3213 1999-09-14 Stephen Eglen <stephen@gnu.org>
3214
3215 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
3216 --no-line-editing are passed to Octave by including them here
3217 rather than storing them in inferior-octave-startup-args.
3218
3219 1999-09-14 Eli Zaretskii <eliz@gnu.org>
3220
3221 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
3222 command, option, env and sc.
3223
3224 * subr.el (shell-quote-argument): Quote argument with double
3225 quotes for ms-dos.
3226
3227 1999-09-14 Richard Stallman <rms@gnu.org>
3228
3229 * simple.el (eval-expression-print-level): New variable.
3230 (eval-expression-print-length): New variable.
3231 (eval-expression-debug-on-error): New variable.
3232 (eval-expression): Bind print-level, print-length and
3233 debug-on-error from those vars.
3234
3235 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
3236 Bind print-level, print-length and debug-on-error.
3237
3238 1999-09-14 Inge Frick <inge@nada.kth.se>
3239
3240 * dired.el (dired-recursive-deletes): New custom variable.
3241 (dired-re-no-dot): New variable.
3242 (dired-delete-file): New function deletes files and directories
3243 recursively.
3244 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
3245
3246 * dired-aux.el (dired-recursive-copies): New custom variable.
3247 (dired-handle-overwrite): Broke a long line.
3248 (dired-copy-file): Call `dired-copy-file-recursive' instead of
3249 `copy-file'.
3250 (dired-copy-file-recursive): New function. Copy directories
3251 recursively.
3252 (dired-do-create-files): Added support for generalized directory
3253 target. How-to function may now return a function. New fluid
3254 variable `dired-one-file'.
3255 (dired-copy-how-to-fn): New variable.
3256 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
3257 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
3258 (dired-do-copy-regexp): No recursive copies.
3259
3260 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
3261
3262 * whitespace.el (whitespace-version): Update version to 2.4
3263
3264 * whitespace.el: Add customization variables to conditionally test
3265 any of the five whitespaces, per request from Rune Kleveland
3266 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
3267
3268 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
3269
3270 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
3271 list of modes to be checked for bogus whitespaces.
3272
3273 * whitespace.el (whitespace-rescan-timer-time): Update
3274 documentation.
3275
3276 * whitespace.el (whitespace-display-unchecked-whitespaces):
3277 New function to update modeline with untested whitespaces.
3278
3279 * whitespace.el (whitespace-buffer): Test only whitespaces whose
3280 checking is turned on, and update modeline using the newly created
3281 `whitespace-display-unchecked-whitespaces'.
3282
3283 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
3284 whose checking is turned on, and update modeline using the newly
3285 created `whitespace-display-unchecked-whitespaces'.
3286
3287 * whitespace.el (whitespace-describe): Update documentation.
3288
3289 * whitespace.el (whitespace-tickle-timer): Test if
3290 `whitespace-rescan-timer-time' is non-zero before tickling timer.
3291
3292 1999-09-13 Dave Love <fx@gnu.org>
3293
3294 * hideif.el (hide-ifdef-mode): Add autoload cookie.
3295
3296 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
3297 for temp buffer.
3298 (checkdoc-this-string-valid): Don't assume default comment-start.
3299
3300 1999-09-13 Gerd Moellmann <gerd@gnu.org>
3301
3302 * rsz-mini.el: Remove code, keep the interface.
3303
3304 1999-09-13 Dave Love <fx@gnu.org>
3305
3306 * help.el (help-highlight-p): Doc fix.
3307
3308 * faces.el (mode-line, header-line, tool-bar): Add :version.
3309 (highlight, secondary-selection): Add :group.
3310 (trailing-whitespace): Add :group, :version.
3311
3312 * wid-edit.el: Remove some compatibility code and checks.
3313 (widget-specify-field, widget-specify-button): Don't use XEmacs
3314 properties.
3315 (widget-overlay-inactive): Change error message.
3316 (widget-button-pressed-face): New variable.
3317 (widget-button-click): Use it.
3318 (widget-documentation-link-add): Specify mouse and button faces.
3319 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
3320 removed now the functionality is built in.
3321
3322 * cus-edit.el: Don't define-widget-keywords.
3323 (multimedia): New group.
3324 (custom-last): Function removed.
3325 (custom-quote): Add vectorp case, comment out characterp case.
3326 (custom-buffer-done-function, custom-raised-buttons): New option.
3327 (Custom-buffer-done): New function.
3328 (custom-buffer-create-internal): Obey custom-raised-buttons,
3329 Custom-buffer-done.
3330 (custom-button-face): Make it `released-button'.
3331 (custom-button-pressed-face): Make it `pressed-button'
3332 (custom-mode-map): Bind "q" to Custom-buffer-done.
3333 (custom-mode): Deal with raised/pressed buttons.
3334
3335 Changes from Didier Verna:
3336 (custom-prompt-variable): Optional third arg makes prompt for a
3337 comment string.
3338 (customize-set-value, customize-set-variable,
3339 customize-save-variable): Optional prefix makes function handle
3340 variable comments.
3341 (customize-customized, customize-saved, custom-variable-state-set)
3342 (custom-variable-set, custom-variable-save, custom-face-state-set)
3343 (custom-variable-reset-saved, custom-variable-reset-standard)
3344 (custom-face-set, custom-face-save, custom-face-reset-saved)
3345 (custom-face-reset-standard, customize-save-customized): Handle
3346 custom comments.
3347 (custom-comment-face, custom-comment-tag-face): New face.
3348 (custom-comment): New widget.
3349 (custom-comment-create, custom-comment-delete)
3350 (custom-comment-value-set, custom-comment-show)
3351 ()custom-comment-invisible-p): New functions.
3352 (custom-variable-value-create, custom-face-value-create): Create a
3353 comment field widget.
3354 (custom-variable-menu, custom-face-menu): New entry for custom
3355 comment.
3356 (custom-face-value-create): Remove compatibility code.
3357 (custom-save-variables, custom-save-faces): Possibly save custom
3358 comments.
3359
3360 * cus-face.el (custom-face-attributes): Simplify :underline,
3361 :overline, :inverse-video cases. Fix up :box case (probably needs
3362 more work).
3363
3364 Change from Didier Verna:
3365 (custom-set-faces): The arguments can now have a custom comment as
3366 fourth argument.
3367
3368 * custom.el: Don't define-widget-keywords.
3369 Change from Didier Verna:
3370 (custom-set-variables): The arguments can now have a
3371 custom comment as fifth element.
3372
3373 1999-09-13 Richard Stallman <rms@gnu.org>
3374
3375 * info.el (Info-find-node): Cope better if guesspos is too large.
3376
3377 1999-09-12 Gerd Moellmann <gerd@gnu.org>
3378
3379 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
3380 of buffer-substring because buffer-string doesn't copy the
3381 prompt.
3382
3383 * faces.el (mode-line): Replaces `modeline'.
3384 (toplevel): Make `modeline' an alias for `mode-line'.
3385
3386 1999-09-12 Gerd Moellmann <gerd@gnu.org>
3387
3388 * gs.el: Change `ghostscript' to `postscript' in comment.
3389
3390 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
3391
3392 * emulation/tpu-edt.el (tpu-version): New version.
3393 (tpu-search-overlay, tpu-replace-overlay): New variables.
3394 (tpu-search-highlight, tpu-toggle-direction): New functions.
3395 (tpu-lm-replace): Set tpu-replace-overlay.
3396 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
3397 command hook.
3398
3399 1999-09-11 Richard Stallman <rms@gnu.org>
3400
3401 * isearch.el (isearch-mode-map): Undo previous change.
3402
3403 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
3404 use all of that as the sexp.
3405
3406 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
3407 and use the initial argument as file name directly.
3408 Likewise if nothing matches.
3409
3410 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
3411
3412 * winner.el: Major changes. Avoid changing point and mark.
3413 Save configurations after they change, not before.
3414
3415 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
3416
3417 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
3418 Bind print-continuous-numbering and print-number-table.
3419
3420 1999-09-10 Dave Love <fx@gnu.org>
3421
3422 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
3423
3424 1999-09-09 Richard Stallman <rms@gnu.org>
3425
3426 * whitespace.el: Finish making it fit Emacs conventions.
3427 Add autoloads.
3428
3429 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
3430
3431 * generic-x.el (bat-generic-mode): "::"-style comments don't
3432 need to begin with "-". Fix the font-lock definitions of ON/OFF
3433 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
3434 from the list of keywords. Add DO to the list of keywords.
3435
3436 1999-09-09 Dave Love <fx@gnu.org>
3437
3438 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
3439 (byte-optimize-backward-word): New optimizations.
3440 (side-effect-free-fns, side-effect-and-error-free-fns): Add
3441 entries.
3442
3443 1999-09-09 Gerd Moellmann <gerd@gnu.org>
3444
3445 * image.el (put-image): Remove optional buffer parameter.
3446
3447 * faces.el (face-italic-p): Return t only for values `italic'
3448 and `oblique'.
3449
3450 * mouse.el (mouse-drag-mode-line-1): Extension of former
3451 mouse-drag-mode-line that also drags the header line.
3452 (mouse-drag-mode-line): Call it.
3453 (mouse-drag-header-line): New.
3454 (toplevel): Bind down-mouse-1 on header lines to
3455 mouse-drage-header-line.
3456
3457 1999-09-08 Gerd Moellmann <gerd@gnu.org>
3458
3459 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
3460 (make-mode-line-mouse-sensitive): Replace `top-line' by
3461 `header-line'.
3462
3463 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
3464
3465 * help.el (describe-function-1): Don't return empty string for keymaps.
3466
3467 * fill.el (fill-region-as-paragraph, canonically-space-region):
3468 Respect colon-double-space at end of line.
3469
3470 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
3471
3472 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
3473 (backup-buffer): Use it.
3474
3475 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
3476
3477 * generic-x.el (generic-define-unix-modes): Added new modes:
3478 inetd-conf-generic-mode, etc-services-generic-mode,
3479 etc-passwd-generic-mode. These are all defined for Unix by default.
3480 (apache-generic-mode): Use an imenu-generic-expression to list
3481 Configuration keywords.
3482 (samba-generic-mode): Use both ; and # as comment characters.
3483 (samba-generic-mode): Font-lock expressions now highlight name
3484 value pairs.
3485 (bat-generic-mode): Keywords are now case-insensitive through
3486 font-lock-defaults setting.
3487 (java-properties-generic-mode): Supports both ! and # as comment
3488 characters.
3489 (java-properties-generic-mode): Added an imenu-generic-expression
3490 (java-properties-generic-mode): Reworked to support the various
3491 different ways to separate name and value (viz, '=', ':' and
3492 whitespace).
3493 (show-tabs-generic-mode): Added this new generic-mode.
3494
3495 1999-09-08 Richard Stallman <rms@gnu.org>
3496
3497 * progmodes/inf-lisp.el: Moved from top directory.
3498
3499 * tar-mode.el (tar-header-block-tokenize):
3500 Use `when' instead of `and'. Fix some clobbered text.
3501
3502 * gud.el (gud-make-debug-menu): Make a child for the
3503 local menu, for its menu bar, and the debug menu.
3504 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
3505 Use the history in the simple way.
3506
3507 1999-09-07 Kenichi Handa <handa@etl.go.jp>
3508
3509 * language/korea-util.el (default-korean-keyboard): Initialize it
3510 according to the environment variable HANGUL_KEYBOARD_TYPE.
3511
3512 1999-09-07 Richard Stallman <rms@gnu.org>
3513
3514 * subr.el (make-temp-file): New function.
3515
3516 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
3517
3518 * font-lock.el (font-lock-multiline): New text property contains
3519 a boolean to indicate if the char is part of a multiline match.
3520 (font-lock-default-fontify-region): Extend the region appropriately
3521 for multiline keywords.
3522 (font-lock-default-unfontify-region): Also remove the new
3523 font-lock-multiline text property.
3524 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
3525 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
3526
3527 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3528
3529 * diary-lib.el (list-diary-entries): Make sure two-digit years
3530 have leading zeros.
3531
3532 1999-09-07 Gerd Moellmann <gerd@gnu.org>
3533
3534 * faces.el (face-set-after-frame-default): Initialize some
3535 attributes of some faces from frame parameters.
3536
3537 * faces.el (scroll-bar, border, cursor, mouse): New faces.
3538
3539 1999-09-07 Gerd Moellmann <gerd@gnu.org>
3540
3541 * faces.el (fringe): Replaces face `margin'.
3542
3543 1999-09-07 Dave Love <fx@gnu.org>
3544
3545 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
3546
3547 1999-09-07 Richard Stallman <rms@gnu.org>
3548
3549 * subr.el (push): Doc fix.
3550
3551 1999-09-06 Richard Stallman <rms@gnu.org>
3552
3553 * vc.el (vc-annotate-display): Use < 69 not < 70
3554 to distinguish 20YY from 19YY.
3555
3556 * timezone.el (timezone-parse-date): Use < 69 not < 70
3557 to distinguish 20YY from 19YY.
3558
3559 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
3560
3561 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
3562
3563 * quickurl.el: (quickurl-list-focused-line): Removed.
3564 (quickurl-list-insert): Now works out the focused line using
3565 `count-lines' instead of using `quickurl-list-focused-line'.
3566
3567 1999-09-06 Richard Stallman <rms@gnu.org>
3568
3569 * mail/rmail.el (rmail-retry-failure): Unconditionally move
3570 to beginning of message.
3571
3572 1999-09-06 Dave Love <fx@gnu.org>
3573
3574 * isearch.el (isearch-mode-map): Add mouse-2.
3575
3576 * mail/rmail.el (rmail-read-password): Deleted.
3577 (rmail-get-pop-password): Use read-password.
3578
3579 * quickurl.el: Don't conditionally define caddr.
3580 (quickurl-url-comment): Use nth, not caddr in function and
3581 defsetf.
3582
3583 1999-09-06 Richard Stallman <rms@gnu.org>
3584
3585 * auto-show.el: Doc fixes.
3586
3587 1999-09-06 Stephen Eglen <stephen@gnu.org>
3588
3589 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
3590 --no-line-editing so that TABs in source files are not interpreted
3591 as completion requests.
3592
3593 1999-09-06 Gerd Moellmann <gerd@gnu.org>
3594
3595 * hscroll.el, auto-show.el: Remove all code, keep the public
3596 interface as no-ops.
3597
3598 * faces.el (face-bold-p): Don't return t if face has lighter
3599 weight than normal.
3600
3601 1999-09-06 Eli Zaretskii <eliz@gnu.org>
3602
3603 * startup.el (command-line): Make small-temporary-file-directory
3604 be nil except on ms-dos.
3605
3606 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
3607
3608 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
3609 is defined.
3610
3611 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
3612 letters with a colon after d or l.
3613
3614 1999-09-06 Dave Love <fx@gnu.org>
3615
3616 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
3617 primitive.)
3618
3619 1999-09-05 Richard Stallman <rms@gnu.org>
3620
3621 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
3622
3623 * textmodes/paragraphs.el (backward-kill-sentence):
3624 Don't test minibuffer-prompt-end here.
3625 (forward-sentence): Do handle it here.
3626 (backward-kill-paragraph): Don't test it here.
3627 (forward-paragraph): Handle it here.
3628
3629 * mouse.el (font-menu-add-default): Simplify code.
3630
3631 1999-09-05 Gerd Moellmann <gerd@gnu.org>
3632
3633 * faces.el (header-line): Renamed from `top-line'.
3634
3635 1999-09-05 Gerd Moellmann <gerd@gnu.org>
3636
3637 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
3638
3639 1999-09-04 Richard Stallman <rms@gnu.org>
3640
3641 * whitespace.el: New file.
3642
3643 1999-09-04 Dave Love <fx@gnu.org>
3644
3645 * paths.el: Make some doc strings obey the make-docfile convention.
3646
3647 * bindings.el: Likewise.
3648 (debug-ignored-errors): Remove BBDB ones.
3649
3650 1999-09-03 Richard Stallman <rms@gnu.org>
3651
3652 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
3653 not from the draft to forward.
3654
3655 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
3656
3657 1999-09-03 Dave Love <fx@gnu.org>
3658
3659 * double.el (double-mode): Customize the variable.
3660
3661 1999-09-03 Kenichi Handa <handa@etl.go.jp>
3662
3663 * international/characters.el: Delete duplicated code.
3664
3665 1999-09-02 Richard Stallman <rms@gnu.org>
3666
3667 * indent.el (indent-relative): Doc fix.
3668
3669 * quickurl.el (quickurl): Doc fix.
3670
3671 1999-09-02 Gerd Moellmann <gerd@gnu.org>
3672
3673 * faces.el (margin): Change background to "gray" for mono (this is
3674 drawn with a stipple pattern).
3675
3676 1999-09-02 Gerd Moellmann <gerd@gnu.org>
3677
3678 * simple.el (next-history-element): Use minibuffer-prompt-end once
3679 again. Remove test for minibuffer-prompt-in-buffer.
3680
3681 1999-09-02 Eli Zaretskii <eliz@gnu.org>
3682
3683 * files.el (small-temporary-file-directory): New variable.
3684
3685 * startup.el (command-line): Compute the value of
3686 small-temporary-file-directory.
3687
3688 * ediff-init.el (ediff-temp-file-prefix): Use
3689 small-temporary-file-directory if non-nil.
3690
3691 * vc.el (vc-update-change-log): Likewise.
3692
3693 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
3694
3695 * simple.el (shell-command, shell-command-on-region): Use
3696 make-temp-name properly. Use small-temporary-file-directory if
3697 non-nil, otherwise temporary-file-directory, to generate temporary
3698 files.
3699
3700 * dos-w32.el (direct-print-region-helper): Use
3701 temporary-file-directory. (From Stefan Monnier.)
3702
3703 1999-09-02 Richard Stallman <rms@gnu.org>
3704
3705 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
3706 from asm-comment-char.
3707 (asm-font-lock-keywords): Recognize instruction width suffixes.
3708
3709 1999-09-01 Richard Stallman <rms@gnu.org>
3710
3711 * play/fortune.el: New file.
3712
3713 1999-08-31 Dave Love <fx@gnu.org>
3714
3715 * help.el (help-make-xrefs): Don't lose on non-empty blank line
3716 after key table.
3717
3718 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
3719 redisplay variables.
3720
3721 * subr.el (push): Fix typo.
3722
3723 1999-08-30 Kevin Blake <kblake@ticnet.com>
3724
3725 * emacs-lisp/ring.el: Many doc fixes.
3726 (ring-size, ring-copy): New functions.
3727
3728 1999-08-29 Richard Stallman <rms@gnu.org>
3729
3730 * progmodes/etags.el (tags-loop-continue):
3731 After tags-loop-operate returns, force skip to next file.
3732
3733 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
3734 (mail-extr-first-letters, mail-extr-last-letters):
3735 Use character classes [:alpha:] and [:alnum:].
3736
3737 * subr.el (push, pop): New macros.
3738
3739 * progmodes/compile.el (compilation-error-regexp-alist):
3740 New item for SGI IRIX MipsPro compilers.
3741
3742 * speedbar.el (speedbar-directory-buttons): Recognize
3743 device names when checking for file names.
3744
3745 * array.el (array-reconfigure-rows): Use generate-new-buffer.
3746
3747 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
3748 and specially handle defvar inside their expansions.
3749 (eval-defun-1): New subroutine.
3750
3751 * progmodes/compile.el (compilation-error-regexp-alist):
3752 Fix the Perl -w entry to allow period after line number.
3753 Don't allow newlines in file name, but allow them after line number
3754 for Perl debugging traces.
3755
3756 * which-func.el (which-func-cleanup-function): New variable.
3757 (which-function): Call that function.
3758
3759 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
3760 to end a function name.
3761
3762 * informat.el (Info-tagify): Don't insert more than one newline
3763 before the tag table.
3764
3765 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
3766
3767 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
3768 than make-temp-name, use match-string-no-properties, and eliminate
3769 a quadratic behavior when building bibtex-strings.
3770
3771 1999-08-29 Alex Schroeder <alex@gnu.org>
3772
3773 * comint.el (comint-input-ring-separator): New variable.
3774 (comint-read-input-ring): Doc change; use
3775 comint-input-ring-separator when reading file.
3776 (comint-write-input-ring): Use
3777 comint-input-ring-separator when writing file.
3778
3779 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
3780
3781 * informat.el (Info-tagify): Start by widening.
3782 Match node headers that don't list the file name,
3783 and more kinds of page separations.
3784 Strip properties during tagification.
3785 Use start of node header line as tag's position.
3786 Fix the "done" message.
3787
3788 (Info-validate): Save and restore match data around narrowing down.
3789
3790 1999-08-28 Richard M. Stallman <rms@gnu.org>
3791
3792 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
3793 On repeated call, override previous values put into
3794 minor-mode-map-alist and minor-mode-alist.
3795
3796 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
3797
3798 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
3799
3800 1999-08-27 Andreas Schwab <schwab@gnu.org>
3801
3802 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
3803 from cvs update.
3804
3805 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3806
3807 * calendar/calendar.el (calendar-move-hook): New hook.
3808
3809 * calendar/cal-move.el: Call the new hook in every movement function.
3810
3811 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
3812 the right function name.
3813
3814 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
3815
3816 * time-stamp.el: Put quote-backquote around all symbol names
3817 in doc strings, for mousing.
3818 (time-stamp): Support multi-line patterns.
3819 (time-stamp-inserts-lines): New variable.
3820 (time-stamp-count): New variable.
3821 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
3822 "Thu" instead of "%a".
3823
3824 1999-08-25 Gerd Moellmann <gerd@gnu.org>
3825
3826 * simple.el (kill-word): Undo previous change.
3827
3828 1999-08-25 Gerd Moellmann <gerd@gnu.org>
3829
3830 * jit-lock.el (jit-lock-function): Extend the fontified range
3831 to the beginning of the line containing the range start and
3832 the beginning of the line following the range end.
3833
3834 1999-08-24 Dave Love <fx@gnu.org>
3835
3836 * timezone.el: Move provide to end.
3837 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
3838 <70 are 2000+.
3839 (timezone-parse-time): Simplify somewhat.
3840
3841 1999-08-24 Gerd Moellmann <gerd@gnu.org>
3842
3843 * faces.el (margin): Renamed from bitmap-area.
3844
3845 1999-08-24 Alex Schroeder <alex@gnu.org>
3846
3847 * sql.el: Doc changes.
3848 (sql-sybase): Use sql-server instead of sql-database.
3849
3850 1999-08-23 Dave Love <fx@gnu.org>
3851
3852 * rect.el: Add/fix various doc strings. Add `*' to all the
3853 interactive specs.
3854
3855 1999-08-21 Gerd Moellmann <gerd@gnu.org>
3856
3857 * jit-lock.el (jit-lock-function): Use line-beginning-position.
3858 Don't unwind-protect font-lock-fontify-region.
3859
3860 * paragraphs.el (backward-kill-paragraph): Don't move
3861 point into mini-buffer prompt.
3862 (backward-kill-sentence): Ditto.
3863
3864 * simple.el (next-history-element): Use minibuffer-prompt-end.
3865 Remove test for minibuffer-prompt-in-buffer.
3866 (kill-word): Don't move point into mini-buffer prompt.
3867
3868 1999-08-21 Dave Love <fx@gnu.org>
3869
3870 * Makefile: Exclude CVS dirs like RCS.
3871
3872 1999-08-19 Dave Love <fx@gnu.org>
3873
3874 * tooltip.el (tooltip-mode): Customize this, per convention.
3875 (tooltip-active): Option deleted.
3876
3877 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
3878
3879 * hanoi.el, page-ext.el: Declare dynamic vars.
3880
3881 * term.el: Avoid ange-ftp related compilation warnings.
3882
3883 1999-08-18 Gerd Moellmann <gerd@gnu.org>
3884
3885 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
3886 the default so that beginners can benefit from it without
3887 searching in manuals.
3888
3889 1999-08-18 Ray Blaak <blaak@gnu.org>
3890
3891 * progmodes/delphi.el: Consider assembly sections as blocks, to
3892 indent them better. Make auto-indent on newline optional.
3893
3894 1999-08-17 Gerd Moellmann <gerd@gnu.org>
3895
3896 * bindings.el (mode-line-modified): Look up key binding for C-x
3897 C-q. If it's bound call that binding, otherwise call
3898 toggle-read-only.
3899
3900 1999-08-17 Dave Love <fx@gnu.org>
3901
3902 * info.el (info): Doc fix.
3903
3904 * finder.el (finder-known-keywords): Add `multimedia'.
3905
3906 * apropos.el: Don't capitalize custom group name.
3907
3908 * info-look.el: Remove compatibility code.
3909 (info-lookup-guess-default*): DTRT for point at start of symbol.
3910 (info-complete): Don't lose with point not at end of symbol.
3911
3912 1999-08-16 Gerd Moellmann <gerd@gnu.org>
3913
3914 * term.el (toplevel): Make face `term-default' an empty face.
3915 The code relied on the fact that Emacs ignored invalid faces in
3916 face text properties in 20.4.
3917
3918 1999-08-16 Richard M. Stallman <rms@gnu.org>
3919
3920 * subr.el (point-at-eol, point-at-bol): New aliases.
3921
3922 * simple.el: Functions reordered.
3923
3924 * rect.el (delete-rectangle-line): Use line-end-position.
3925
3926 1999-08-16 Karl Heuer <kwzh@gnu.org>
3927
3928 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
3929 here from simple.el.
3930
3931 1999-08-16 Dave Love <fx@gnu.org>
3932
3933 * mouse.el: Provide `mldrag' for compatibility.
3934 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
3935 marked obsolete.
3936
3937 * mldrag.el: Removed since the features are in mouse.el.
3938
3939 * jka-compr.el (auto-compression-mode): New variable for
3940 customization.
3941
3942 * bindings.el (mode-line-mule-info): Doc fix.
3943
3944 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
3945 name comparisons.
3946
3947 * files.el (interpreter-mode-alist): Add make, guile, clisp.
3948 (find-file): Doc fix.
3949
3950 1999-08-16 Carsten Dominik <cd@gnu.org>
3951
3952 * textmodes/reftex.el: Most of the code moved to other files.
3953 * textmodes/reftex-auc.el: New file, split out from reftex.el
3954 * textmodes/reftex-cite.el: New file, split out from reftex.el
3955 * textmodes/reftex-global.el: New file, split out from reftex.el
3956 * textmodes/reftex-index.el: New file, split out from reftex.el
3957 * textmodes/reftex-parse.el: New file, split out from reftex.el
3958 * textmodes/reftex-ref.el: New file, split out from reftex.el
3959 * textmodes/reftex-sel.el: New file, split out from reftex.el
3960 * textmodes/reftex-toc.el: New file, split out from reftex.el
3961 * textmodes/reftex-vars.el: New file, split out from reftex.el
3962 * textmodes/reftex-vcr.el: New file, split out from reftex.el
3963
3964 1999-08-16 Carsten Dominik <cd@gnu.org>
3965
3966 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
3967 conflict with pop-up-frames.
3968 (reftex-special-environment-parsers): New constant.
3969 (reftex-label-alist): car of an entry can also be a function.
3970 (reftex-what-special-env): Cew function.
3971 (reftex-label-location): Call `reftex-what-special-env'.
3972 (reftex-compile-variables): Check for symbol in
3973 `reftex-label-alist'.
3974 (reftex-what-environment): Fixed bug with stacked environments of
3975 same kind (e.g. enumerate).
3976 (reftex-process-string): Preserve default directory.
3977 (reftex-label-alist-builtin): Changed prefixes of endnote and
3978 footnote. Also the magic words.
3979 (reftex-reference): Interprete new option
3980 `reftex-fref-is-default'.
3981 (reftex-replace-prefix-escapes): Interprete new `%S' format.
3982 (reftex-toc-mouse-view-line): Command removed (had no binding).
3983 (reftex-everything-regexp): New function.
3984 (reftex-nearest-match): Made better.
3985 (reftex-toc-find-section): Use new version of
3986 `reftex-nearest-match'.
3987 (reftex-insert-docstruct): Adapted to work with the index stuff.
3988 (reftex-parse-from-file): Find index entries as well.
3989 (reftex-toc-toggle-index): New function
3990 (reftex-toc-map): `i' is now used to togle the index, File
3991 boundaries has been moved to `F'.
3992 (reftex-select-label-map): Toggling display of file boundaries is
3993 now on the `F' key, for consistency with `reftex-toc-map'.
3994 (reftex-erase-all-selection-and-index-buffers): Renamed from
3995 `reftex-erase-all-selection-buffer'. Now also kills the index
3996 buffers.
3997 (reftex-viewing-cross-references): Customization group renamed
3998 from reftex-viewing-cross-references-and-citations.
3999 (reftex-index-macro-regexp,
4000 reftex-find-index-entry-regexp-format): New variables
4001 (reftex-macros-with-index): New variable
4002 (reftex-add-index-macros): New function
4003 (reftex-renumber-simple-labels, reftex-translate): Allow for
4004 multiple labels in a single ref command.
4005 (reftex-index-support): New customization group
4006 (reftex-support-index, reftex-index-special-chars,
4007 reftex-index-macros, reftex-index-default-macro,
4008 reftex-index-default-tag, reftex-index-math-format,
4009 reftex-index-section-letters, reftex-index-include-context,
4010 reftex-index-follow-mode, reftex-index-header-face,
4011 reftex-index-section-face, reftex-index-tag-face,
4012 reftex-index-face): New options
4013 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
4014 reftex-index-tag, reftex-index-return-marker,
4015 reftex-index-restriction-indicator, reftex-index-restriction-data,
4016 reftex-index-macro-regexp, reftex-index-level-re,
4017 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
4018 reftex-everything-regexp-no-index, reftex-index-re,
4019 reftex-macros-with-index, reftex-index-macro-alist): New variables
4020 (reftex-index-help, reftex-index-macros-builtin,
4021 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
4022 reftex-query-index-macro-help): New constants
4023 (reftex-index-selection-or-word, reftex-index,
4024 reftex-default-index, reftex-update-default-index,
4025 reftex-index-complete-tag, reftex-index-select-tag,
4026 reftex-index-complete-key, reftex-index-update-taglist,
4027 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
4028 reftex-display-index, reftex-insert-index,
4029 reftex-index-insert-new-letter, reftex-get-restriction,
4030 reftex-index-pre-command-hook, reftex-index-post-command-hook,
4031 reftex-index-show-help, reftex-index-next, reftex-index-previous,
4032 reftex-index-toggle-follow, reftex-index-toggle-context,
4033 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
4034 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
4035 reftex-index-quit, reftex-index-quit-and-kill,
4036 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
4037 reftex-index-revert, reftex-index-switch-index-tag,
4038 reftex-index-restrict-to-section, reftex-index-widen,
4039 reftex-index-restriction-forward,
4040 reftex-index-restriction-backward, reftex-index-visit-location,
4041 reftex-index-analyze-entry, reftex-index-globalize,
4042 reftex-index-edit, reftex-index-toggle-range-beginning,
4043 reftex-index-toggle-range-end, reftex-index-edit-key,
4044 reftex-index-edit-attribute, reftex-index-edit-visual,
4045 reftex-index-edit-part, reftex-index-level-down,
4046 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
4047 reftex-index-change-entry, reftex-index-goto-letter,
4048 reftex-add-index-macros, reftex-ensure-index-support,
4049 reftex-index-info-safe, reftex-index-info): New functions.
4050
4051
4052 1999-08-15 Richard M. Stallman <rms@gnu.org>
4053
4054 * paren.el (show-paren-mode): Support making show-paren-mode
4055 a buffer-local variable. Don't check for a window system.
4056 (show-paren-function): Check whether show-paren-function is
4057 enabled in current buffer; do the right thing if not.
4058 Don't check for a window system.
4059 (show-paren-mode): Make it a user variable.
4060
4061 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
4062 Handle `enum' like `struct'.
4063
4064 * server.el (server-process-filter): If a client visits no buffers,
4065 close it immediately before recording it.
4066
4067 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
4068 Optimize by calling concat just once. Handle =\n sequence.
4069 (mail-unquote-printable-region): New command.
4070 (mail-quote-printable): Make it autoload.
4071
4072 1999-08-15 Karl Heuer <kwzh@gnu.org>
4073
4074 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
4075
4076 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
4077
4078 * lisp/texinfmt.el: Handle @ifnottex.
4079
4080 1999-08-15 Eli Zaretskii <eliz@gnu.org>
4081
4082 * frame.el (blink-cursor): Don't turn on cursor blinking for
4083 ms-dos.
4084
4085 * faces.el (face-valid-attribute-values): Look in
4086 x-bitmap-file-path only for x and w32 window systems.
4087
4088 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
4089 Do that if width is nil as well.
4090 (x-display-mm-height, x-display-mm-width): Update values.
4091 (x-colors): Compute the list from msdos-color-values.
4092 (x-select-enable-clipboard): Doc fix.
4093 (x-frob-font-weight, x-font-family-list): New functions.
4094
4095 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
4096
4097 * window.el (shrink-window-if-larger-than-buffer): Don't try to
4098 back up from beginning of buffer.
4099
4100 1999-08-13 Karl Heuer <kwzh@gnu.org>
4101
4102 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
4103
4104 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
4105
4106 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
4107 doomsday clock, speed control is added and changes are made to
4108 allow large numbers of rings: rings now show the whole ring
4109 number, not just the last digit; consecutive rings are allowed to
4110 be the same size when necessary to fit all the rings in the
4111 window; and poles can be oriented horizontally. Face support is
4112 thrown in gratuitously.
4113 (hanoi): Changed default number of rings back to 3.
4114 (hanoi-unix, hanoi-unix-64): New commands
4115 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
4116 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
4117 hanoi-odd-ring-face): New variables.
4118 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
4119 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
4120 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
4121 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
4122 (hanoi-topos, hanoi-draw-ring): Removed.
4123
4124 1999-08-12 Gerd Moellmann <gerd@gnu.org>
4125
4126 * faces.el (face-valid-attribute-values): Return an alist for
4127 families on ttys.
4128 (face-read-integer): Handle unspecified face attributes. Add
4129 completion for `unspecified'.
4130 (read-face-attribute): Handle unspecified font attributes.
4131 (face-valid-attribute-values): Add `unspecified' to lists so that
4132 it can be chosen via completion.
4133 (face-read-string): Don't recognize "none" as input.
4134
4135 1999-08-10 Dave Love <fx@gnu.org>
4136
4137 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
4138 string.
4139
4140 * sun-curs.el: Require sun-fns.
4141
4142 1999-08-10 Dave Love <fx@gnu.org>
4143
4144 * autorevert.el (auto-revert-mode): Add autoload cookie.
4145
4146 * hscroll.el, auto-show.el: Files deleted -- we have built-in
4147 hscroll.
4148
4149 * simple.el (hscroll-step, hscroll-point-visible)
4150 (hscroll-window-column): Remove now we have the mentioned real
4151 horizontal autoscrolling.
4152
4153 1999-08-10 Richard M. Stallman <rms@gnu.org>
4154
4155 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
4156 control use of -f option.
4157 (mail-specify-envelope-from): New variable.
4158 (mail-from-style): Doc fix.
4159
4160 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
4161 (easy-menu-get-map): New arg TO-MODIFY helps choose
4162 between local and global maps.
4163 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
4164 (easy-menu-change): Doc fix.
4165
4166 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
4167 (info-lookup-guess-default): Simplified and cleaned up.
4168 (info-lookup-guess-default*): Preserve point.
4169
4170 * view.el (view-mode-disable): If buffer-read-only is nil,
4171 don't change it.
4172
4173 * files.el (after-find-file): Disable View mode if buffer is no
4174 longer read-only.
4175
4176 * view.el (view-mode-enable, view-mode-disable):
4177 Call force-mode-line-update.
4178
4179 1999-08-10 Karl Heuer <kwzh@gnu.org>
4180
4181 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
4182 * array.el, play/landmark.el, international/latin-3.el: Likewise.
4183 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
4184
4185 1999-08-10 Alex Schroeder <asc@bsiag.com>
4186
4187 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
4188 to prevent m-eating-bug.
4189
4190 1999-08-10 Eli Zaretskii <eliz@gnu.org>
4191
4192 * term/pc-win.el (msdos-bg-mode): Remove. Call
4193 frame-set-background-mode instead. All callers changed.
4194 (msdos-face-setup): Don't force color display parameter, it is set
4195 by frame-set-background-mode.
4196 (make-msdos-frame): Call x-handle-reverse-video and
4197 face-set-after-frame-default. Delete frame if creation failed.
4198
4199 * faces.el (face-set-after-frame-default): Don't call
4200 make-face-x-resource-internal for the pc window-system.
4201
4202 1999-08-10 Dave Love <fx@melange.gnu.org>
4203
4204 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
4205 case with no docstring specially.
4206
4207 1999-08-09 Eli Zaretskii <eliz@gnu.org>
4208
4209 * complete.el (PC-do-completion): If completing on file name,
4210 reproduce str by concatenating its directory and basename parts.
4211
4212 1999-08-07 Dave Love <fx@gnu.org>
4213
4214 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
4215 unibyte to multibyte conversion of search-forward (from Handa),
4216 but avoid the replacement if the language is Latin-N.
4217
4218 1999-08-06 Richard Stallman <rms@gnu.org>
4219
4220 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
4221 of eval-buffer.
4222
4223 * international/mule.el (load-with-code-conversion):
4224 Pass t to eval-buffer for DO-ALLOW-PRINT.
4225
4226 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
4227
4228 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
4229 of filenames and attributes.
4230 (ls-lisp-insert-directory): Use directory-files-and-attributes
4231 for speed.
4232
4233 1999-08-05 Dave Love <fx@gnu.org>
4234
4235 * auto-show.el (auto-show-mode): Fix :set.
4236
4237 * widget.el (define-widget-keywords): Make dummy definition and
4238 comment-out its use.
4239
4240 1999-08-04 Richard Stallman <rms@gnu.org>
4241
4242 * progmodes/tcl.el: Customized.
4243
4244 * sql.el (sql-accumulate-and-indent): Instead of testing
4245 whether this is Emacs 20 before calling comint-accumulate,
4246 test whether comint-accumulate is defined.
4247
4248 1999-08-04 Dave Love <fx@gnu.org>
4249
4250 * sgml-mode.el: Require outline when compiling.
4251 (sgml-mode-hook, html-mode-hook): Customize.
4252 (sgml-validate-command): Fix :version.
4253 (html-autoview-mode): Doc fix.
4254
4255 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
4256 nothing in Latin-N environment.
4257
4258 * info.el (Info-find-node): Call info-initialize here.
4259 (info): Not here.
4260 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
4261
4262 1999-08-04 Richard Stallman <rms@gnu.org>
4263
4264 * ansi-color.el: New file.
4265
4266 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
4267
4268 * dired.el (dired-string-replace-match): Return `nil' when no match
4269 found with global search.
4270
4271 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
4272 * terminal.el (te-terminfo-directory):
4273 * mail/mailpost.el (post-mail-send-it):
4274 * mail/metamail.el (metamail-region):
4275 * progmodes/ada-mode.el (ada-tmp-directory):
4276 Use temporary-file-directory.
4277
4278 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
4279 (compilation-filter, compilation-forget-errors)
4280 (compilation-parse-errors): Use a marker instead of an integer for
4281 `compilation-parsing-end'.
4282
4283 * progmodes/diff.el (diff-parse-differences):
4284 Use a marker instead of an integer for `compilation-parsing-end'.
4285 * textmodes/tex-mode.el (tex-compilation-parse-errors):
4286 Use a marker instead of an integer for `compilation-parsing-end'.
4287
4288 1999-08-03 Richard Stallman <rms@gnu.org>
4289
4290 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
4291 (Buffer-menu-mode): Doc fix.
4292 (Buffer-menu-view): New command.
4293 (Buffer-menu-view-other-window): New command.
4294
4295 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
4296
4297 * replace.el (query-replace-regexp-eval)
4298 (replace-eval-replacement, replace-loop-through-replacements)
4299 (replace-match-string-symbols): New functions.
4300 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
4301 Use replace-loop-through-replacements.
4302
4303 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
4304
4305 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
4306 (5x5): Doc fix.
4307
4308 1999-08-03 Dave Love <fx@gnu.org>
4309
4310 * fortran.el (fortran-indent-new-line): Make it an alias
4311 for reindent-then-newline-and-indent.
4312
4313 1999-08-03 Didier Verna <verna@inf.enst.fr>
4314
4315 * rect.el: All functions rewritten, except when noted above
4316 their declaration. Below is a list of interface changes.
4317 (apply-on-rectangle): New function, mostly replaces
4318 `operate-on-rectangle'. All callers changed.
4319 (move-to-column-force): Pass new second argument to `move-to-column'.
4320 (kill-rectangle): Added optional prefix arg to fill lines.
4321 (delete-rectangle): Ditto.
4322 (delete-whitespace-rectangle): Ditto.
4323 (delete-extract-rectangle): Ditto.
4324 (open-rectangle): Ditto.
4325 (clear-rectangle): Ditto.
4326 (delete-whitespace-rectangle-line): New function.
4327 (delete-rectangle-line): Added third arg FILL.
4328 (delete-extract-rectangle-line): Ditto.
4329 (open-rectangle-line): Ditto.
4330 (clear-rectangle-line): Ditto.
4331
4332 1999-08-03 Ray Blaak <blaak@gnu.org>
4333
4334 * progmodes/delphi.el: New file.
4335
4336 1999-08-02 Richard Stallman <rms@gnu.org>
4337
4338 * textmodes/outline.el (outline-previous-heading): New function.
4339 (outline-up-heading-all): Use outline-previous-heading.
4340 (outline-next-heading): Delete definition inserted yesterday.
4341
4342 1999-08-01 Richard Stallman <rms@gnu.org>
4343
4344 * textmodes/outline.el (outline-next-heading): New function.
4345 (outline-up-heading-all): New function.
4346 (outline-font-lock-level): Using outline-up-heading-all.
4347 Tell outline-back-to-heading to accept invisible headings.
4348
4349 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
4350
4351 * mail/mh-utils.el (mh-find-path-run): New variable.
4352 (mh-find-path): Test and set that.
4353 Set mail-user-agent only the first time this function is run.
4354 (mail-user-agent): Defvar deleted.
4355
4356 * info.el (info-initialize): New function.
4357 (info): Call info-initialize.
4358 (Info-directory-list): Initialize to nil,
4359 so info-initialize will set it up for real.
4360
4361 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4362
4363 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
4364 does not interpret a time as the year in a day-month entry.
4365
4366 * calendar/diary-lib.el: Change syntax table entry for colon in
4367 the diary as part of the european-date-diary-pattern fix.
4368
4369 1999-08-01 Eli Zaretskii <eliz@gnu.org>
4370
4371 * international/mule.el (set-auto-coding): Allow whitespace before
4372 and after the "variable: value" pair.
4373
4374 1999-07-30 Ken'ichi Handa <handa@gnu.org>
4375
4376 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
4377 (default-sendmail-coding-system): Doc-string fixed.
4378
4379 1999-07-30 Dave Love <fx@gnu.org>
4380
4381 * subr.el (assoc-delete-all): New function, renamed from
4382 frame-delete-all.
4383
4384 * frame.el: Change comments to doc strings and other doc fixes.
4385 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
4386 Callers changed.
4387 (set-background-color, set-foreground-color, set-cursor-color)
4388 (set-mouse-color, set-border-color): Offer completion of colours.
4389 (cursor): Add :version to defgroup.
4390
4391 * facemenu.el (list-colors-display): Make it work on ttys.
4392 (facemenu-read-color): Likewise.
4393
4394 1999-07-30 Richard M. Stallman <rms@gnu.org>
4395
4396 * frame.el (frame-notice-user-settings): If background
4397 color has been changed, update background-mode from it,
4398 then update faces.
4399
4400 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
4401
4402 * net-utils.el (finger): Don't do indirect fingering.
4403
4404 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4405
4406 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
4407 rules. Add separator at end of holidays.
4408 (cal-tex-rules): New customizable variable.
4409 (cal-tex-latexify-list): Add optional parameter to put separator
4410 at end.
4411
4412 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
4413
4414 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
4415 fill prefix on each line while looping to the end of paragraph.
4416 End paragraph if it's longer than the existing fill prefix.
4417
4418 * textmodes/fill.el (fill-context-prefix): Doc fix.
4419
4420 1999-07-30 Dave Love <fx@gnu.org>
4421
4422 * font-lock.el (jit-lock): Fix :load, add :version.
4423
4424 1999-07-30 Eli Zaretskii <eliz@gnu.org>
4425
4426 * term/pc-win.el (msdos-face-setup): Register standard colors in
4427 Vface_tty_color_alist.
4428 (face-color-supported-p, face_color_gray_p): New functions.
4429
4430 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
4431 is bound.
4432
4433 * startup.el (command-line): Don't register default colors for
4434 MSDOS window-system.
4435
4436 1999-07-29 Dave Love <fx@gnu.org>
4437
4438 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
4439 charquote.
4440
4441 * lisp-mode.el (eval-defun): Re-written to avoid
4442 capturing variables.
4443
4444 * picture.el (picture-beginning-of-line): Don't call
4445 hscroll-point-visible now we have real autoscrolling.
4446 (picture-end-of-line, picture-newline, picture-open-line):
4447 Likewise.
4448
4449 * international/latin-8.el: New file.
4450 * international/latin-9.el: New file.
4451
4452 1999-07-28 Dave Love <fx@gnu.org>
4453
4454 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
4455
4456 * msb.el: Require cl only when compiling.
4457 (msb--home-dir): Deleted.
4458 (msb--format-title): Use abbreviate-file-name.
4459 (msb--choose-file-menu): Simplify string comparison.
4460
4461 1999-07-28 Gerd Moellmann <gerd@gnu.org>
4462
4463 * faces.el (toolbar): Add face definition for mono displays.
4464
4465 1999-07-27 Richard M. Stallman <rms@gnu.org>
4466
4467 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
4468
4469 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
4470 force copying of default-frame-alist.
4471
4472 1999-07-26 Ken'ichi Handa <handa@gnu.org>
4473
4474 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
4475
4476 1999-07-26 Richard M. Stallman <rms@gnu.org>
4477
4478 * frame.el (set-mouse-color): If new color is nil,
4479 really respecify the current color.
4480
4481 1999-07-26 Gerd Moellmann <gerd@gnu.org>
4482
4483 * faces.el (bitmap-area): Change background of face `bitmap-area'
4484 to white for mono displays.
4485
4486 1999-07-26 Kenichi Handa <handa@etl.go.jp>
4487
4488 * international/ccl.el (ccl-embed-symbol): New function.
4489 (ccl-program-p): Deleted. Now it's implemented in C code.
4490 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
4491 (ccl-compile-translate-character): Likewise.
4492 (ccl-compile-map-single): Likewise.
4493 (ccl-compile-multiple-map-function): Likewise.
4494 (declare-ccl-program): Doc-string modified.
4495 (check-ccl-program): Check compiled CCL code by ccl-program-p.
4496
4497 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
4498
4499 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
4500
4501 1999-07-25 Markus Rost <rost@gnu.org>
4502
4503 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
4504 the entries to make custom-file more readable.
4505
4506 1999-07-25 Richard M. Stallman <rms@gnu.org>
4507
4508 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
4509
4510 * emacs-lisp/edebug.el: Delete compatibility code.
4511 (edebug-next-token-class): If . is followed by a digit,
4512 return `symbol' for the token class.
4513
4514 * startup.el (command-line): If we don't find the user's init file,
4515 set user-init-file to nil.
4516
4517 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4518
4519 * info-look.el (info-lookup-interactive-arguments): Add optional
4520 argument query for new choice of help mode.
4521 (info-lookup-symbol): Use it.
4522 (info-lookup-file): Ditto.
4523 (info-lookup): Don't switch to other window, if already in Info
4524 buffer.
4525
4526 1999-07-23 Dave Love <fx@gnu.org>
4527
4528 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
4529 syntax.
4530 (fortran-fontify-string, fortran-match-!-comment): Deleted.
4531 (fortran-font-lock-syntactic-keywords): New variable.
4532 (fortran-mode): Use it.
4533 (fortran-font-lock-keywords-1): Don't do comments.
4534 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
4535 match data.
4536
4537 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
4538
4539 * msb.el (msb-menu-bar-update-buffers): Renamed from
4540 menu-bar-update-buffers.
4541 (msb-custom-set, msb--toggle-menu-type): Call
4542 msb-menu-bar-update-buffers.
4543 (msb-mode): Revise the hook setting.
4544
4545 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
4546
4547 1999-07-23 Gerd Moellmann <gerd@gnu.org>
4548
4549 * font-lock.el, help.el, simple.el: Re-integrate previously
4550 described changes that were lost due to errors while checking them
4551 in.
4552
4553 1999-07-23 Kevin Blake <kblake@ticnet.com>
4554
4555 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
4556
4557 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
4558
4559 * international/encoded-kb.el
4560 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
4561 but push it to unread-command-events.
4562 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
4563 (encoded-kbd-self-insert-sjis): Likewise.
4564 (encoded-kbd-self-insert-big5): Likewise.
4565
4566 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
4567 before left margin and fill-prefix by fill-find-break-point.
4568
4569 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4570
4571 * info-look.el (info-lookup-setup-mode): Don't give up, if
4572 info-lookup-make-completions returns an error.
4573 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
4574 name latex, not latex2e.
4575
4576 1999-07-21 Richard M. Stallman <rms@gnu.org>
4577
4578 * replace.el (perform-replace): Turn off case-fold-search
4579 if FROM-STRING argument has uppercase in it.
4580
4581 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4582
4583 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
4584 mode is on. Don't use end of changed text.
4585
4586 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4587
4588 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
4589 (cl-hash-table-p): Renamed from hash-table-p.
4590 (cl-hash-table-count): Renamed from hash-table-count.
4591 (maphash): Alias to cl-maphash removed.
4592 (gethash): Likewise.
4593 (puthash): Likewise.
4594 (remhash): Likewise.
4595 (clrhash): Likewise.
4596
4597 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4598
4599 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
4600 third arg non-nil. See comment there why this isn't a good idea.
4601
4602 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4603
4604 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
4605
4606 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
4607 sit-for with 3rd arg non-nil to prevent redisplay.
4608
4609 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4610
4611 * image.el (image-type-from-file-header): If file doesn't
4612 have a directory part, add data-directory.
4613
4614 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4615
4616 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
4617 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
4618 motion handling when tooltip-gud-tips-p is nil.
4619
4620 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4621
4622 * tooltip.el (tooltip-mode): Don't use `plusp'.
4623 (tooltip-active): Use initial value of nil.
4624
4625 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
4626
4627 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4628
4629 * bindings.el (make-mode-line-mouse-sensitive): Add key
4630 definitions for `top-line'.
4631
4632 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4633
4634 * faces.el (top-line): New face.
4635
4636 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4637
4638 * image.el (image-type-regexps): Add regexp for PS files.
4639
4640 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4641
4642 * faces.el (set-face-attribute): Fix wrong handling of frame
4643 begin equal to t.
4644
4645 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4646
4647 * image.el (image-type-regexps): Add PNG format.
4648
4649 1999-07-21 Dave Love <fx@gnu.org>
4650
4651 * bindings.el (mode-line-modified): New variable.
4652 (mode-line-mode-menu-1): Switch to appropriate window before
4653 showing menu.
4654
4655 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4656
4657 * faces.el (face-underline): Removed.
4658 (face-underline-color): Ditto.
4659
4660 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4661
4662 * faces.el (face-x-resources): Fix typo.
4663
4664 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4665
4666 * faces.el: Remove handling of `:relief', extend handling of
4667 `:box'.
4668 (frame-set-background-mode): Choose new defface specs after
4669 frame parameters have changed.
4670
4671 * cus-face.el: Ditto.
4672
4673 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4674
4675 * custom.el (defface): Extend documentation to include new
4676 face attributes.
4677
4678 * cus-face.el (custom-face-attributes): Add overline,
4679 strike-through, box.
4680
4681 * faces.el (face-valid-attribute-values): Handle overline,
4682 strike-through, box.
4683 (face-attribute-name-alist): Add pairs for new face attributes.
4684 (describe-face): Handle new face attributes.
4685
4686 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4687
4688 * faces.el (face-x-resources): Add overline, strike-through, box.
4689
4690 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4691
4692 * enriched.el (enriched-translations): Add `display' and
4693 "x-display".
4694 (enriched-handle-display-prop): New.
4695 (enriched-decode-display-prop): New.
4696
4697 * format.el (top-level): Give `display' property
4698 `format-list-atomic-p.
4699 (format-annotate-single-property-change): Test that property.
4700 If present, treat list property values like atoms.
4701
4702 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4703
4704 * cus-face.el (custom-face-attributes): Use `choice' everywhere
4705 so that "*" can be entered.
4706
4707 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4708
4709 * cus-face.el (custom-face-attributes): Don't use `#''.
4710
4711 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
4712
4713 * cus-face.el (custom-face-attributes): Return underline
4714 face attribute directly from the second lambda of underline.
4715
4716 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4717
4718 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
4719
4720 * frame.el (after-setting-font-hooks): New variable.
4721 (set-frame-font): Run those hooks.
4722
4723 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
4724
4725 * faces.el (set-face-attribute): Fix doc string.
4726
4727 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4728
4729 * cus-face.el (custom-face-attributes): Accept color name.
4730
4731 * faces.el (face-underline-p): Accept unspecified underlining.
4732 (face-underline): Ditto. Fix doc string.
4733
4734 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
4735
4736 * faces.el (face-underline-color): New function.
4737
4738 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
4739
4740 * cus-face.el (custom-face-attributes): Support underline coloring.
4741 Added slot to choose a color.
4742
4743 * faces.el (face-underline): New function.
4744 (face-underline-p): Support underline coloring.
4745 Return nil only if the underline attribute is 'normal.
4746 (set-face-underline): New function.
4747 (face-valid-attribute-values): Support underline coloring.
4748
4749 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4750
4751 * image.el (insert-image): Use `display' instead of `glyph'
4752 as text property name.
4753 (put-image): Ditto.
4754 (image-type-from-file-header): Use insert-file-contents-literally.
4755
4756 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4757
4758 * easymenu.el (easy-menu-do-add-item): Don't use the empty
4759 string to indicate separators.
4760
4761 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4762
4763 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
4764 instead of message-log.
4765
4766 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4767
4768 * faces.el (bitmap-area): New face.
4769
4770 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4771
4772 * image.el (insert-image): New.
4773
4774 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4775
4776 * frame.el (blink-cursor): Set the symbol's value.
4777 (show-trailing-whitespace): Change group to font-lock.
4778
4779 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4780
4781 * jit-lock.el: New.
4782 * font-lock.el: Add jit-mode as new support mode.
4783
4784 * font-lock.el (font-lock-fontify-keywords-region): Stop when
4785 reaching end instead of letting re-search-forward signal an error.
4786 (demand-lock-mode): New.
4787 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
4788 (font-lock-turn-off-thing-lock): Ditto.
4789 (font-lock-after-fontify-buffer): Ditto.
4790 (font-lock-after-unfontify-buffer): Ditto.
4791
4792 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4793
4794 * gs.el: New file.
4795
4796 * startup.el (command-line-1): Activate tooltip mode if
4797 interactive.
4798
4799 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4800
4801 * faces.el (toolbar): Grey default background.
4802 (modeline): Ditto.
4803
4804 * image.el (image-type-regexps): New.
4805 (image-type-from-file-header): New.
4806 (create-image): Call it.
4807
4808 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4809
4810 * image.el: New file.
4811
4812 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4813
4814 * bindings.el (mode-line-format): Replace `mode-name' with
4815 `(:eval mode-line-mode-name)'.
4816 (mode-line-mode-name): New.
4817 (make-mode-line-mouse-sensitive): Don't change default value
4818 of `mode-name'.
4819
4820 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4821
4822 * tooltip.el: New file.
4823
4824 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4825
4826 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
4827 instead of mouse-3 to pop up menus.
4828 (mode-line-kill-buffer): Removed.
4829 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
4830 buffer name.
4831 (mode-line-buffer-menu-1): Removed.
4832
4833 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
4834
4835 * bindings.el (mode-line-buffer-identification-keymap): New.
4836 (mode-line-buffer-menu-keymap): New.
4837 (mode-line-mode-menu-keymap): New.
4838 (mode-line-unbury-buffer): New.
4839 (mode-line-other-buffer): New.
4840 (mode-line-kill-buffer): New.
4841 (mode-line-buffer-menu-1): New.
4842 (mode-line-mode-menu-1): New.
4843 (make-mode-line-mouse-sensitive): New.
4844
4845 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4846
4847 * help.el (describe-key-briefly): Handle mode line strings
4848 with local-map properties.
4849 (describe-key): Ditto.
4850 (mode-line-key-binding): New.
4851
4852 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4853
4854 * scroll-bar.el (scroll-bar-timer): New.
4855 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
4856
4857 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4858
4859 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
4860 and `bottom'.
4861
4862 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4863
4864 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
4865 (global): Use different key bindings if using tookit scroll bars.
4866
4867 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4868
4869 * faces.el (modeline): Define mode line face with relief for
4870 class color, only.
4871 (toolbar): New face.
4872
4873 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4874
4875 * frame.el (frame-initialize): Set frame-creation-function to
4876 tty-create-frame-with-faces.
4877
4878 * faces.el (frame-set-background-mode): Make it work for
4879 window-system nil.
4880
4881 * faces.el (tty-create-frame-with-faces): New.
4882 (face-set-after-frame-default): Make it work for TTY frames.
4883
4884 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4885
4886 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
4887 Return a list of one font family for TTYs. Don't return bitmap
4888 file paths for TTY frames.
4889
4890 * faces.el: Add face specs for tty displays to basic faces.
4891
4892 * font-lock.el (font-lock-comment-face): Add spec for color tty.
4893 (font-lock-string-face): Ditto.
4894 (font-lock-keyword-face): Ditto.
4895 (font-lock-builtin-face): Ditto.
4896 (font-lock-function-name-face): Ditto.
4897 (font-lock-variable-name-face): Ditto.
4898 (font-lock-type-face): Ditto.
4899 (font-lock-constant-face): Ditto.
4900 (font-lock-warning-face): Ditto.
4901
4902 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4903
4904 * startup.el (command-line): Register default tty colors.
4905
4906 * faces.el (face-spec-set-match-display): Recognize `type tty'.
4907
4908 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4909
4910 * faces.el (modeline): For X frames, use a modeline with relief.
4911
4912 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4913
4914 * faces.el (frame-update-faces): Copied from 20.2.
4915 (frame-update-face-colors): Ditto. Code removed that isn't
4916 applicable in the new face implementation.
4917
4918 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4919
4920 * frame.el (show-trailing-whitespace): New.
4921
4922 * faces.el (trailing-whitespace): New basic face.
4923
4924 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4925
4926 * cus-face.el (custom-facep): Always define as alias for facep.
4927
4928 * cus-face.el (custom-face-attributes): Use choice widgets.
4929 Remove :bold and :italic.
4930
4931 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4932
4933 * faces.el (face-charset-registries): Removed since fontset.el
4934 is no always loaded.
4935
4936 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4937
4938 * faces.el (internal-get-face): Added as obsolete function for
4939 compatibility.
4940
4941 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4942
4943 * frame.el (blink-cursor-end): Call show-cursor.
4944 (blink-cursor-mode): Ditto.
4945
4946 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4947
4948 * faces.el (face-spec-reset-face): Reset all attributes to
4949 `unspecified'.
4950 (face-spec-set): Use it.
4951
4952 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4953
4954 * faces.el (read-all-face-attributes): Bug fix.
4955 (face-read-integer): Allow nil default value.
4956 (face-valid-attribute-values): Use symbol names of attribute
4957 values for completion list.
4958
4959 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4960
4961 * faces.el (internal-find-face): Define for compatibility with
4962 20.2.
4963 (face-id): Likewise.
4964
4965 * faces.el (face-id): Return the ID of a realized face for ASCII.
4966
4967 * fontset.el (x-charset-registries): Removed. Now in faces.el.
4968 (x-complement-fontset-spec): Use face-charset-registries.
4969
4970 * faces.el (face-font-selection-order): Set font selection order
4971 from Lisp.
4972 (face-alternative-font-family-alist): Set alternative font
4973 families from Lisp.
4974
4975 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4976
4977 * faces.el (set-face-charset-registries): Set symbol value.
4978
4979 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4980
4981 * faces.el (face-set-after-frame-default): Call function
4982 internal-merge-in-global-face.
4983
4984 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4985
4986 * faces.el (face-list): Return symbols from face-global-alist.
4987
4988 * faces.el (face-list): Return a copy of the face name list so
4989 that it cannot be modified from outside (facemenu.el uses
4990 nreverse, for example).
4991
4992 * cus-face.el (custom-face-attributes): Add :bold and :italic
4993 for compatibility with old code.
4994
4995 * faces.el (set-face-attributes-from-resources): Additional
4996 frame parameter.
4997 (make-face-x-resource-internal): Set attributes from resources
4998 for a given frame or all frames.
4999
5000 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5001
5002 * faces.el (all-faces): Removed.
5003
5004 * custom.el (defface): Add new face attributes to function
5005 comment.
5006
5007 * font-lock.el (font-lock-comment-face): Use new face attribute
5008 names.
5009 (font-lock-string-face): Ditto.
5010 (font-lock-keyword-face): Ditto.
5011 (font-lock-builtin-face): Ditto.
5012 (font-lock-function-name-face): Ditto.
5013 (font-lock-variable-name-face): Ditto.
5014 (font-lock-type-face): Ditto.
5015 (font-lock-reference-face): Ditto.
5016 (font-lock-warning-face): Ditto.
5017 ((boundp 'font-lock-face-attributes)): Ditto.
5018
5019 * cus-face.el (custom-face-attributes): Use new face attributes.
5020
5021 * faces.el (set-face-attribute-from-resource): Initialize
5022 from resources only for X and W32.
5023
5024 * cus-face.el (custom-declare-face): Don't make frame-local
5025 faces.
5026
5027 * faces.el (describe-face): Use princ instead of insert.
5028
5029 * faces.el: Add XLFD manipulation functions from 20.2 again
5030 because fontset.el uses them.
5031 (face-set-after-frame-default): Add empty definition.
5032
5033 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5034
5035 * faces.el (make-face): Correct typo.
5036 (set-face-attribute-from-resource): Use let*.
5037 (face-underline-p): Correct typo.
5038 (face-inverse-video-p): Ditto.
5039 (set-face-stipple): Ditto.
5040 (face-read-string): Make completion-list optional parameter.
5041
5042 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5043
5044 * faces.el (face-charset-registries): Alist mapping charset
5045 symbols to registries and encoding.
5046
5047 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5048
5049 * frame.el (blink-cursor-mode): Use interactive spec "P".
5050
5051 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5052
5053 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
5054 mode. The cursor of selected_window blinks if the mode is enabled.
5055
5056 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5057
5058 * simple.el (next-history-element): Set point to the end of the
5059 prompt if minibuffer-prompt-in-buffer.
5060
5061 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5062
5063 * faces.el (x-font-regexp): Add sub-expression parentheses for
5064 several font name components.
5065
5066 1999-07-21 Gerd Moellmann <gerd@acm.org>
5067
5068 * faces.el (set-face-relief): Use index 12 for relief.
5069 (face-fill-in): Set relief from data.
5070 (internal-make-face): Init relief to zero.
5071
5072 * faces.el (face-spec-set): Call modify-face with additional
5073 parameters for relief and fixed-p.
5074
5075 1999-07-21 Gerd Moellmann <gerd@acm.org>
5076
5077 * cus-face.el: ':fixed and ':relief added.
5078
5079 * faces.el (describe-face): Add fixed font attribute and relief.
5080 (face-attr-match-p): Ditto.
5081 (face-attr-construct): Ditto.
5082 (face-spec-set): Ditto.
5083
5084 1999-07-21 Gerd Moellmann <gerd@acm.org>
5085
5086 * faces.el (internal-make-face): Function to create a Lisp vector
5087 suitable for representing a face.
5088 (make-face): Use it instead of make-vector.
5089 (x-create-frame-with-faces): Use it instead of vector.
5090 (internal-facep): Increase vector size to 14.
5091 (internal-make-face): Ditto.
5092 (face-relief): Access relief thickness.
5093 (face-fixed-p): Access fixed font attribute.
5094 (set-face-fixed-p): Set fixed font attribute.
5095 (set-face-relief): Set relief attribute.
5096 (internal-face-interactive-int): Read int attribute of face.
5097 (modify-face): Add fixed-p and relief parameters.
5098 (copy-face): Handle fixed-p and relief.
5099 (face-equal): Compare fixed-p and relief.
5100 (face-differs-from-default-p): Ditto.
5101 (face-nontrivial-p): Add fixed-p and relief.
5102
5103 1999-07-21 Gerd Moellmann <gerd@acm.org>
5104
5105 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
5106 (internal-facep): Increase vector size.
5107 (make-face): Ditto.
5108 (face-shadow-thickness): Added.
5109 (set-face-shadow-thickness): Added.
5110 (modify-face): Add optional shadow-thickness parameter.
5111 (make-face-x-resource-internal): Add shadows.
5112 (copy-face): Ditto.
5113 (face-equal): Ditto.
5114 (face-differs-from-default-p): Ditto.
5115 (face-nontrivial-p): Ditto.
5116 (face-attr-match-p): Ditto.
5117 (face-attr-construct): Ditto.
5118 (face-spec-set): Ditto.
5119 (face-fill-in): Ditto.
5120
5121 1999-07-21 Gerd Moellmann <gerd@acm.org>
5122
5123 * bench.el (bench-mark-split-window): New bench mark.
5124
5125 1999-07-21 Gerd Moellmann <gerd@acm.org>
5126
5127 * faces.el (set-face-font): Don't pass default font to
5128 x-resolve-font so that font will not have to be of the same
5129 size.
5130
5131 1999-07-20 Dave Love <fx@gnu.org>
5132
5133 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
5134 unconditionally t.
5135
5136 1999-07-20 Karl Heuer <kwzh@gnu.org>
5137
5138 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
5139
5140 1999-07-20 Dave Love <fx@gnu.org>
5141
5142 * help.el (describe-variable): Fix test for customizability.
5143
5144 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
5145 Check for readonly buffer in interactive spec.
5146 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
5147 (backward-kill-word): Add * to interactive spec.
5148
5149 * underline.el (underline-region, ununderline-region): Add * to
5150 interactive spec.
5151
5152 * fill.el (canonically-space-region, justify-current-line): Add *
5153 to interactive spec.
5154 (fill-region-as-paragraph, fill-paragraph, fill-region)
5155 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
5156 readonly buffer in interactive spec.
5157
5158 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
5159 (backward-kill-sentence, kill-sentence): Add * to interactive
5160 spec.
5161
5162 1999-07-19 Richard M. Stallman <rms@gnu.org>
5163
5164 * dired-aux.el (dired-do-shell-command): Doc fix.
5165
5166 * shell.el (shell-unquote-argument): New function.
5167 (shell-directory-tracker): Use shell-unquote-argument.
5168 * comint.el (comint-arguments): Handle \ followed by space or tab.
5169
5170 1999-07-19 John Wiegley <jwiegley@borland.com>
5171
5172 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
5173 color codes 39 and 49, which by the way lynx uses them seem to
5174 mean "foreground reset" and "background reset".
5175
5176 1999-07-19 Karl Heuer <kwzh@gnu.org>
5177
5178 * font-lock.el (c++-keywords): Add "typeid".
5179
5180 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
5181 selects no font, treat that as zero selections, not one.
5182
5183 1999-07-19 Dave Love <fx@gnu.org>
5184
5185 * info.el (Info-search): Don't lose with empty regexp.
5186
5187 * version.el: Cater for (free) `ident' program, not `which'.
5188
5189 * hl-line.el: New file.
5190
5191 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
5192 for modes which don't define menus.
5193
5194 1999-07-16 Richard M. Stallman <rms@gnu.org>
5195
5196 * webjump.el (webjump-sample-sites): Update some URLs.
5197
5198 1999-07-14 Richard Stallman <rms@gnu.org>
5199
5200 * Version 20.4 released.
5201
5202 1999-07-14 Andreas Schwab <schwab@gnu.org>
5203
5204 * compare-w.el (compare-windows): Try to find the next window in
5205 the current frame before looking at the other frames.
5206
5207 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
5208
5209 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
5210 Use cyrillic-jcuken as default input method.
5211
5212 1999-07-12 Richard Stallman <rms@gnu.org>
5213
5214 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
5215 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
5216
5217 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
5218 (ispell-local-dictionary-alist): Add koi8-r for character set.
5219
5220 * textmodes/flyspell.el (flyspell-get-word):
5221 Add special handling for when ispell-otherchars is empty.
5222
5223 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
5224
5225 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
5226 when having nested functons.
5227 (pascal-indent-nested-functions) (pascal-indent-line)
5228 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
5229 indenting nested functions.
5230
5231 1999-07-09 Richard Stallman <rms@gnu.org>
5232
5233 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
5234
5235 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
5236
5237 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
5238 the `end' keyword was in the very beginning of the buffer.
5239
5240 1999-07-08 Richard Stallman <rms@gnu.org>
5241
5242 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
5243
5244 * term.el (term-emulate-terminal): Avoid infinite loop
5245 in strange case where minibuffer window is selected but not active.
5246
5247 1999-07-07 Stephen Eglen <stephen@gnu.org>
5248
5249 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
5250 Change regexp so that it doesn't match commands beginning with `cd'.
5251
5252 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
5253
5254 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
5255
5256 1999-07-06 Richard Stallman <rms@gnu.org>
5257
5258 * hscroll.el (hscroll-minibuffer-hook): New function.
5259 (hscroll-global-mode): Add and remove that hook.
5260 Set hscroll-old-truncate-was-global's default value.
5261
5262 1999-07-05 Richard Stallman <rms@gnu.org>
5263
5264 * files.el (revert-buffer): Don't preserve point here.
5265 (revert-buffer-insert-file-contents-function): Doc fix.
5266
5267 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
5268
5269 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
5270 doing a `stat' when it isn't necessary because that can cause
5271 trouble when an NFS server is down.
5272
5273 1999-07-04 Richard Stallman <rms@gnu.org>
5274
5275 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
5276
5277 1999-07-03 Richard Stallman <rms@gnu.org>
5278
5279 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
5280 for \200...\240 also.
5281 (isearch-printing-char): Use unibyte-char-to-multibyte.
5282
5283 1999-07-02 Richard Stallman <rms@gnu.org>
5284
5285 * frame.el (minibuffer-frame-alist): Use defcustom.
5286 (pop-up-frame-alist): Likewise.
5287 (initial-frame-alist): Specify * in the doc string.
5288
5289 * hscroll.el (hscroll-mode): Make it a permanent local.
5290 (hscroll-mode): Don't cancel the timer
5291 if HScroll mode is enabled in some other buffer.
5292
5293 * isearch.el (isearch-done): If search ends in middle of intangible
5294 text (due to text property), move on to the limit of that text.
5295
5296 1999-07-01 Andrew Innes <andrewi@gnu.org>
5297
5298 * man.el (Man-build-man-command): Use value of null-device,
5299 instead of hard-coding "/dev/null".
5300
5301 * dos-w32.el (untranslated-canonical-name): Avoid expanding
5302 ange-ftp file names, which might force ange-ftp to prompt for a
5303 password.
5304
5305 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
5306 to prevent references to temp files.
5307
5308 1999-06-30 Richard Stallman <rms@gnu.org>
5309
5310 * progmodes/sh-script.el (sh-feature): If nothing is known
5311 about the given shell, use the values for `sh'.
5312
5313 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
5314
5315 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
5316 to make it non-recursive.
5317
5318 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
5319
5320 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5321
5322 * auto-show.el (auto-show-mode): Fix Typo in :set.
5323
5324 1999-06-29 Richard M. Stallman <rms@gnu.org>
5325
5326 * progmodes/sh-script.el (sh-mode): When setting syntax
5327 table, default to the standard one.
5328
5329 1999-06-27 Richard M. Stallman <rms@gnu.org>
5330
5331 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
5332
5333 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
5334
5335 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
5336 a frame when `return' is requested (even if pop-up-frames = t)
5337 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
5338 should only be set for the bibtex buffer.
5339
5340 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
5341
5342 * progmodes/compile.el: Deal with compilation-error-screen-columns
5343 being buffer-local.
5344
5345 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
5346
5347 * comint.el (comint-password-prompt-regexp): Allow "(again)".
5348
5349 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5350
5351 * cal-x.el (calendar-only-one-frame-setup): New function.
5352 * calendar.el (calendar): Call it if requested.
5353
5354 1999-06-24 Karl Heuer <kwzh@gnu.org>
5355
5356 * startup.el (iso-8859-n-locale-regexp): Doc fix.
5357
5358 1999-06-22 Richard M. Stallman <rms@gnu.org>
5359
5360 * mail/supercite.el (sc-emacs-features): Doc fix.
5361
5362 1999-06-22 Karl Heuer <kwzh@gnu.org>
5363
5364 * files.el (auto-mode-alist): Add pike-mode.
5365
5366 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
5367
5368 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
5369 last byte of a numeric field is a space or a NUL. Parse it as
5370 potentially part of the number. This is used by GNU tar
5371 1.12.64012 to handle larger values.
5372
5373 1999-06-20 Karl Heuer <kwzh@gnu.org>
5374
5375 * custom.el (custom-handle-keyword): Fix error message.
5376
5377 1999-06-18 Andrew Innes <andrewi@gnu.org>
5378
5379 * mail/smtpmail.el (smtpmail-send-it): Use
5380 convert-standard-filename to make file names for queued mail safe
5381 on Windows (`:' is invalid in file names on Windows).
5382
5383 1999-06-17 Kenichi Handa <handa@etl.go.jp>
5384
5385 * international/mule-cmds.el (describe-current-input-method):
5386 Current-input-method is string.
5387 (toggle-input-method): Docstring fixed.
5388
5389 * international/mule-diag.el
5390 (describe-current-coding-system-briefly): Fix format string.
5391
5392 * international/mule-util.el (coding-system-eol-type-mnemonic):
5393 Docstring modified. Return a string.
5394
5395 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
5396
5397 * sql.el (sql-input-ring-file-name): Doc fix.
5398
5399 1999-06-17 Richard M. Stallman <rms@gnu.org>
5400
5401 * calendar/cal-x.el (special-display-buffer-names):
5402 Don't put (get-file-buffer diary-file) on this list.
5403
5404 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
5405
5406 * play/mpuz.el (mpuz-try-proposal): Fix message call.
5407 Don't penalize player for certain impossible guesses.
5408
5409 1999-06-16 Andrew Innes <andrewi@gnu.org>
5410
5411 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
5412 return the string "Unk 0 0000" so at least it appears to be a
5413 valid timestamp to `dired-move-to-filename-regexp'.
5414
5415 1999-06-15 Ken'ichi Handa <handa@gnu.org>
5416
5417 * ps-print.el (ps-control-character): Fix previous change.
5418
5419 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5420
5421 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
5422 multiple output of the last message.
5423
5424 1999-06-14 Eli Zaretskii <eliz@gnu.org>
5425
5426 * term/internal.el (IT-display-table-setup): Do not remap \222 to
5427 the ASCII apostrophe, as most DOS codepages have some other glyph
5428 there.
5429
5430 1999-06-14 Ken'ichi Handa <handa@gnu.org>
5431
5432 * language/ethio-util.el (setup-ethiopic-environment-internal):
5433 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
5434 (exit-ethiopic-environment): Likewize.
5435
5436 1999-06-12 Richard M. Stallman <rms@gnu.org>
5437
5438 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
5439
5440 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5441
5442 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
5443 custom-initialize-default to avoid infinite loop.
5444 (crisp-mode): (defun) Call transient-mark-mode here, not when
5445 loading the file. Run crisp-mode-hook here, and run
5446 crisp-load-hook when loading the file.
5447
5448 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
5449 rmail-summary buffer, search for pattern in rmail-file.
5450
5451 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
5452
5453 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
5454
5455 * ps-print.el (ps-printer-name): Fix custom type.
5456
5457 1999-06-12 Reto Zimmermann <reto@synopsys.com>
5458
5459 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
5460 (vhdl-port-paste-generic-map): Fix indentation bug.
5461 (vhdl-port-paste-port-map): Fix indentation bug.
5462 (vhdl-scan-file-contents): Make scanning case insensitive.
5463
5464 1999-06-11 Richard M. Stallman <rms@gnu.org>
5465
5466 * files.el (write-file): When buffer is not already visiting a file,
5467 don't put buffer name in the minibuffer, just make it the default.
5468 Also handle just directory as arg usefully in that case.
5469
5470 * simple.el (sendmail-user-agent-compose):
5471 Ignore case when inserting the rest of the "other" headers.
5472
5473 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
5474
5475 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
5476 (info-lookup-interactive-arguments): Never insert the default
5477 into the minibuffer automatically.
5478
5479 * emacs-lisp/cl-extra.el (getf): Don't call get*.
5480
5481 1999-06-09 Richard M. Stallman <rms@gnu.org>
5482
5483 * simple.el (shell-command): Avoid printing "mark set" message.
5484
5485 1999-06-09 Dave Love <fx@gnu.org>
5486
5487 * progmodes/compile.el (compilation-error-regexp-alist): Allow
5488 digits in program name in first pattern.
5489
5490 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
5491
5492 * vc.el (vc-dired-mode): Don't match anything before the date in
5493 dired-move-to-filename-regexp.
5494
5495 1999-06-07 Ken'ichi Handa <handa@gnu.org>
5496
5497 * international/quail.el (quail-define-rules): Fix typo in
5498 docstring.
5499
5500 1999-06-05 Stephen Eglen <stephen@gnu.org>
5501
5502 * iswitchb.el (iswitchb-default-keybindings): Add
5503 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
5504 than when package is loaded.
5505
5506 1999-06-04 Richard M. Stallman <rms@gnu.org>
5507
5508 * startup.el (command-line): Don't set user-init-file directly;
5509 tell `load' to set it.
5510
5511 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
5512
5513 * simple.el (next-history-element):
5514 Handle minibuffer-text-before-history properly when reading sexps.
5515
5516 * disp-table.el (standard-display-european):
5517 For an interactive call by the user,
5518 don't set enable-multibyte-characters,
5519 and don't set the terminal coding system.
5520
5521 * textmodes/refbib.el: Don't print any messages or display
5522 a buffer when loading the library.
5523 (r2b-help): Doc fix.
5524 (r2b-help-message): Update the documentation.
5525 (r2b-load-quietly): Variable deleted.
5526 (r2b-convert-buffer): Doc fix.
5527
5528 1999-06-04 Dave Love <fx@gnu.org>
5529
5530 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
5531
5532 * auto-show.el: Don't change hooks on loading.
5533 (auto-show-mode): Autoload. Default to nil. Add :set &c.
5534 (auto-show-mode): Add to hooks here.
5535
5536 1999-06-04 Richard Sharman <rsharman@pobox.com>
5537
5538 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
5539 recursion on bogus input.
5540
5541 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
5542
5543 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
5544 does not select a buffer from the buffers menu, then the attached
5545 frame is not switched to anything.
5546
5547 1999-06-03 Ken'ichi Handa <handa@gnu.org>
5548
5549 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
5550 (viet-viscii-...->viet-vscii...).
5551
5552 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
5553
5554 1999-06-01 Dave Love <fx@gnu.org>
5555
5556 * progmodes/fortran.el: Add :link to defgroup.
5557 (fortran-blink-matching-if): Match ELSE statements too.
5558 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
5559 that filling is always done.
5560
5561 1999-05-31 Richard M. Stallman <rms@gnu.org>
5562
5563 * simple.el (append-next-kill): Use an arg to distinguish
5564 interactive calls from Lisp calls, rather than (interactive-p).
5565
5566 * international/iso-transl.el (iso-transl-language-alist):
5567 Interchange n and N.
5568
5569 1999-05-31 Dave Love <fx@gnu.org>
5570
5571 * msb.el Add to minor-mode-map-alist. Remove hook installation
5572 and keymap munging on load.
5573 (msb-mode): New option.
5574 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
5575 Doc fix.
5576 (msb-mode-map): New variable.
5577 (msb-mode): New command.
5578
5579 1999-05-31 Dave Love <fx@gnu.org>
5580
5581 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
5582 (ispell-complete-word-dict): Likewise.
5583
5584 1999-05-31 Eli Zaretskii <eliz@gnu.org>
5585
5586 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
5587 force the data buffer to be saved, even if the data didn't
5588 change, in case the write filter was modified. Restore the
5589 current record after read-file-filter finishes.
5590
5591 1999-05-29 Karl Heuer <kwzh@gnu.org>
5592
5593 * ispell4.el: Obsolete; file deleted.
5594
5595 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
5596
5597 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
5598 VALUE is a syntax table.
5599
5600 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
5601
5602 * simple.el (zap-to-char): Doc fix.
5603
5604 1999-05-27 Ken'ichi Handa <handa@gnu.org>
5605
5606 * isearch.el (isearch-quote-char): Don't assume character codes
5607 0200 - 0237 stand for characters in some single-byte character
5608 charset.
5609
5610 1999-05-27 Dave Love <fx@gnu.org>
5611
5612 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
5613
5614 1999-05-27 Andreas Schwab <schwab@gnu.org>
5615
5616 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
5617 headerline does not exist already.
5618
5619 1999-05-26 Richard Stallman <rms@gnu.org>
5620
5621 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5622 Avoid nested null-loops.
5623
5624 1999-05-26 Ken'ichi Handa <handa@gnu.org>
5625
5626 * international/characters.el: Typo fixed; prefered->preferred.
5627
5628 * international/mule-cmds.el (find-coding-systems-for-charsets):
5629 Typo fixed; prefered->preferred.
5630
5631 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
5632 method in read-event.
5633
5634 * international/mule.el (charset-info): Doc-string fixed.
5635
5636 1999-05-25 Ken'ichi Handa <handa@gnu.org>
5637
5638 * mail/smtpmail.el (smtpmail-send-it): Bind
5639 smtpmail-code-conv-from properly.
5640 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
5641 by smtpmail-code-conv-from.
5642
5643 1999-05-24 Richard Stallman <rms@gnu.org>
5644
5645 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
5646 Binding deleted also.
5647
5648 1999-05-24 Karl Heuer <kwzh@gnu.org>
5649
5650 * comint.el (comint-bol-or-process-mark): Doc fix.
5651
5652 1999-05-23 Dave Love <fx@gnu.org>
5653
5654 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
5655 Enter it on minor-mode-map-alist.
5656 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
5657 Autoload. Add custom setter.
5658 (crisp-mark-line): Doc fix.
5659 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
5660 (crisp-mode-hook): Define.
5661
5662 1999-05-23 Ken'ichi Handa <handa@gnu.org>
5663
5664 * files.el (recover-file): Recover buffer-file-coding-system.
5665
5666 1999-05-22 Richard Stallman <rms@gnu.org>
5667
5668 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
5669 regexp match the date, to avoid treating date as file size.
5670 Add YYYY S option to WESTERN/
5671
5672 * bookmark.el: Delete some XEmacs compatibility code.
5673 (bookmark-jump-noselect): Check vc-backend.
5674
5675 * subr.el (add-to-list): Doc fix.
5676
5677 1999-05-21 Stephen Eglen <stephen@gnu.org>
5678
5679 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
5680
5681 1999-05-18 Richard Stallman <rms@gnu.org>
5682
5683 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
5684 non-space after the @anchor command.
5685 (texinfo-format-var): Handle other nested constructs, using
5686 texinfo-parse-expanded-arg and texinfo-discard-command, not
5687 texinfo-parse-arg-discard.
5688
5689 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
5690 (debug): Bind and use debugger-outer-inhibit-redisplay.
5691 Bind inhibit-redisplay to nil.
5692 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
5693
5694 1999-05-17 Dave Love <fx@gnu.org>
5695
5696 * help.el (describe-function-1): Extra arg, interactive-p.
5697 (describe-key, describe-function): Use it.
5698
5699 1999-05-17 Karl Heuer <kwzh@gnu.org>
5700
5701 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
5702
5703 1999-05-16 Dave Love <fx@gnu.org>
5704
5705 * cus-start.el (all): Delete selective-display. Add scroll-margin,
5706 scroll-preserve-screen-position, scroll-conservatively.
5707
5708 1999-05-16 Dave Love <fx@gnu.org>
5709
5710 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
5711
5712 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
5713
5714 * progmodes/vhdl-mode.el: Completely revised and massively extended.
5715
5716 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
5717
5718 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
5719 magic number and is not associated with a file.
5720
5721 1999-05-14 Richard M. Stallman <rms@gnu.org>
5722
5723 * files.el (find-file-noselect-1): Fix previous change.
5724
5725 1999-05-14 Simon Marshall <simon@gnu.org>
5726
5727 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
5728
5729 1999-05-13 Ken'ichi Handa <handa@gnu.org>
5730
5731 * international/mule-diag.el (mule-diag): Change MULE to Mule in
5732 docstring.
5733
5734 * international/mule-cmds.el: Change MULE to Mule in docstrings
5735 and menus.
5736
5737 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
5738
5739 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
5740 to correctly reflect the value of BaseLineOffset in
5741 RelativeCompose. Now the value of RelativeCompose is an array of
5742 low and high positions.
5743 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
5744 RLC for the above change.
5745
5746 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
5747
5748 * comint.el (comint-password-prompt-regexp): Modified to match the
5749 output of ksu and ssh-add.
5750
5751 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
5752
5753 * language/korea-util.el (isearch-toggle-korean-input-method):
5754 Adjusted for the change of input method handling in isearch.el.
5755 (isearch-hangul-switch-symbol-ksc): Likewise.
5756 (isearch-hangul-switch-hanja): Likewise.
5757
5758 1999-05-10 Dave Love <fx@gnu.org>
5759
5760 * help.el (help-make-xrefs): Fix typo.
5761
5762 1999-05-10 Andreas Schwab <schwab@gnu.org>
5763
5764 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
5765 unibyte-display-via-language-environment.
5766
5767 * help.el (help-make-xrefs): Handle more cases when looking for
5768 commands in a keymap description.
5769
5770 1999-05-10 Eli Zaretskii <eliz@gnu.org>
5771
5772 * loadup.el: For ms-dos systems, load ccl and codepage.
5773
5774 1999-05-09 Ken'ichi Handa <handa@gnu.org>
5775
5776 * ps-print.el (ps-control-character): Call
5777 ps-mule-prepare-ascii-font to setup ASCII fonts.
5778
5779 * ps-mule.el (ps-mule-begin-job): Redo this change "if
5780 ps-multibyte-buffer is nil, use
5781 ps-mule-font-info-database-default."
5782
5783 1999-05-08 Ken Stevens <k.stevens@ieee.org>
5784
5785 * ispell.el (ispell-local-dictionary-alist): New variable for
5786 customizing local dictionaries not accessable by everyone.
5787 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
5788 (ispell-required-version): Changed format `(major minor
5789 revision)' to support general pattern matching.
5790 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
5791 skip region commented out due to incorrect skip potential in std latex.
5792 (ispell-word): Removed `when' macro. Fixed bug of not restoring
5793 cursor point on small words for calls from `ispell-minor-mode'.
5794 (check-ispell-version): Tests and accepts versions major.minor
5795 and above, with adjustments for interactions in 3.1.0-3.1.11.
5796 (ispell-get-line): No longer skips ispell process special characters.
5797 (ispell-comments-and-strings): Removed `when' macro call.
5798 (ispell-minor-check): Requires ispell-word to restore cursor point.
5799 (ispell-buffer-local-parsing): Supports checking comments only.
5800
5801 1999-05-08 Karl Heuer <kwzh@gnu.org>
5802
5803 * comint.el (comint-password-prompt-regexp): Fix last change to be
5804 more specific.
5805
5806 1999-05-07 Richard M. Stallman <rms@gnu.org>
5807
5808 * subr.el (with-temp-message): Fix the other call to message
5809 to use %s.
5810
5811 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
5812
5813 * gud.el (gud-format-command): "%F" means file sans extension.
5814 (jdb): Use %F, not %f, for gud-break.
5815
5816 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
5817
5818 * comint.el (comint-password-prompt-regexp): Modified so that it
5819 matches the output of kinit.
5820
5821 1999-05-06 Greg Stark <gsstark@mit.edu>
5822
5823 * timezone.el (timezone-parse-date): Recognize new format used in
5824 internet cookies.
5825
5826 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
5827
5828 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
5829
5830 1999-05-04 Andrew Innes <andrewi@gnu.org>
5831
5832 * time.el (display-time-update): Allow for wrap-around when
5833 checking against display-time-server-down-time.
5834
5835 1999-05-04 Ken'ichi Handa <handa@gnu.org>
5836
5837 * international/mule-diag.el (describe-coding-system): Fix English
5838 message.
5839
5840 1999-05-03 Jason Rumney <jasonr@altavista.net>
5841
5842 * term/w32-win.el: Change the x-charset-registry property for the
5843 Japanese charsets that are supported by Japanese Windows fonts.
5844
5845 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5846
5847 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
5848 diary-block diary entries for which the reminders and the diary
5849 entries can overlap.
5850
5851 1999-05-02 Jason Rumney <jasonr@altavista.net>
5852
5853 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
5854 matches the font selected in the dialog.
5855
5856 1999-05-02 Dave Love <fx@gnu.org>
5857
5858 * browse-url.el (browse-url-browser-function): Add :version.
5859
5860 * international/mule.el (auto-coding-alist): Add .tgz.
5861
5862 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
5863
5864 * international/codepage.el (cp-coding-system-for-codepage-1):
5865 Make the magnification parameter for the -dos encoder be 2.
5866
5867 1999-05-2 Andrew Innes <andrewi@gnu.org>
5868
5869 * term/w32-win.el (w32-drag-n-drop): Select file in window where
5870 it is dropped, rather than current window.
5871
5872 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
5873 after switching buffer, as case-fold-search is a buffer local
5874 variable.
5875
5876 * w32-fns.el (convert-standard-filename): Only convert directory
5877 separators to backslash if the interactive shell is one of the
5878 standard Windows shells that has DOS semantics.
5879
5880 * ls-lisp.el (ls-lisp-format-time): Trap errors from
5881 format-time-string, and return a suitable string to indicate the
5882 timestamp was invalid.
5883
5884 * hexl.el (hexlify-command): Apply shell-quote-argument after
5885 expanding hexl-program in case exec-directory contains a space.
5886 (dehexlify-command): Ditto.
5887
5888 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
5889 file extension regexps which aren't necessarily binary files.
5890 (direct-print-region-helper): Use subst-char-in-string instead of
5891 binding directory-sep-char to convert filenames to DOS syntax.
5892 (direct-print-region-use-command-dot-com): New variable.
5893 (direct-print-region-helper): Use it to control whether to invoked
5894 command.com to print on Windows 9x.
5895
5896 * browse-url.el (browse-url-browser-function): Default to
5897 browse-url-default-windows-browser on windows-nt.
5898 (browse-url-default-windows-browser): New function.
5899
5900 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5901
5902 * forms.el (forms-mode): Don't call forms-first-record or
5903 forms-last-record if the data file has zero records.
5904
5905 1999-04-29 Richard M. Stallman <rms@gnu.org>
5906
5907 * files.el (find-file-noselect-1): If buffer-file-name has changed
5908 after find-file-not-found-hooks runs, recompute the truename.
5909 And don't use FILENAME after that point.
5910
5911 1999-04-27 Dave Love <fx@gnu.org>
5912
5913 * paren.el (show-paren-mode)
5914 * which-func.el (which-func-mode-global)
5915 * type-break.el (type-break-mode)
5916 * time.el (display-time-mode)
5917 * rsz-mini.el (resize-minibuffer-mode)
5918 * mouse-sel.el (mouse-sel-mode)
5919 * icomplete.el (icomplete-mode)
5920 * hscroll.el (hscroll-global-mode)
5921 * help.el (temp-buffer-resize-mode)
5922 * font-lock.el (global-font-lock-mode)
5923 * delsel.el (delete-selection-mode)
5924 * avoid.el (mouse-avoidance-mode)
5925 * autoinsert.el (auto-insert-mode)
5926 * winner.el (winner-mode): Doc fix.
5927
5928 1999-04-26 Karl Heuer <kwzh@gnu.org>
5929
5930 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
5931 the same whitespace that was ignored in choosing the subject string.
5932
5933 1999-04-26 Richard M. Stallman <rms@gnu.org>
5934
5935 * info.el (Info-find-node): Position properly after finding anchor.
5936
5937 * cus-start.el (all): Handle unibyte-display-via-language-environment.
5938
5939 * simple.el (indent-new-comment-line): Fix previous change.
5940
5941 * complete.el: Delete the wildcard expansion feature
5942 since that is now standard in find-file.
5943 (PC-try-load-many-files): Function deleted.
5944 (PC-after-load-many-files): Function deleted.
5945 (PC-many-files-list): Variable deleted.
5946 (PC-disable-wildcards): Variable deleted.
5947 (partial-completion-mode): Don't enable the wildcard feature.
5948
5949 * complete.el (PC-look-for-include-file): Don't set global variables
5950 `error', `buf' and `filename' here.
5951
5952 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
5953
5954 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
5955
5956 * textmodes/outline.el (outline-regexp): Doc fix.
5957
5958 1999-04-26 John Wiegley <johnw@borland.com>
5959
5960 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5961 C++Builder 4.0 error message syntax.
5962
5963 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
5964
5965 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
5966 supported, use find -exec.
5967
5968 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
5969
5970 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
5971 coding-system-for-write, to avoid hanging when non-interactive.
5972
5973 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
5974
5975 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
5976 start with a newline.
5977
5978 1999-04-13 Ken'ichi Handa <handa@gnu.org>
5979
5980 * international/mule-conf.el (x-ctext): New coding system.
5981
5982 1999-04-12 Richard M. Stallman <rms@gnu.org>
5983
5984 * international/mule-cmds.el (input-method-function):
5985 Add permanent-local property.
5986
5987 1999-04-12 Dave Love <fx@gnu.org>
5988
5989 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
5990 change to use jka-compr-byte-compiler-base-file-name.
5991
5992 * supercite.el (sc-scan-info-alist): Revert last change.
5993 (sc-attrib-selection-list): Fix :type here instead.
5994
5995 1999-04-11 Eli Zaretskii <eliz@gnu.org>
5996
5997 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
5998 in the list of case-insensitive filesystems.
5999
6000 1999-04-09 Kenichi Handa <handa@etl.go.jp>
6001
6002 * international/fontset.el (create-fontset-from-fontset-spec):
6003 Don't register duplicated alias fontset names.
6004
6005 1999-04-08 Richard Stallman <rms@gnu.org>
6006
6007 * international/mule.el (auto-coding-alist-lookup): New function.
6008 (set-auto-coding): Use auto-coding-alist-lookup.
6009
6010 * jka-compr.el (jka-compr-insert-file-contents):
6011 Use auto-coding-alist-lookup to check for files that
6012 should not have eol conversion, in the unibyte case.
6013
6014 1999-04-07 Dave Love <fx@gnu.org>
6015
6016 * help.el (describe-variable): Check custom-loads property as well
6017 as custom-type.
6018
6019 * abbrev.el (abbrev-mode): Customizing sets the default value.
6020
6021 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
6022
6023 * vc.el (vc-backend-revert): For CVS files that were made
6024 writeable with "cvs edit", call "cvs unedit" to undo that.
6025
6026 1999-04-08 Dave Love <fx@gnu.org>
6027
6028 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
6029 more.
6030 (sc-emacs-features): Recognize Emacs 20.
6031 (sc-read-string): Use history arg.
6032 (sc-scan-info-alist): Check for rtnvalue a cons.
6033
6034 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
6035
6036 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
6037 coding system to encode the message by
6038 select-message-coding-system.
6039
6040 1999-04-07 Richard Stallman <rms@gnu.org>
6041
6042 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
6043
6044 * winner.el: Reorder definitions.
6045
6046 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
6047
6048 * mail/rmail.el (rmail-decode-babyl-format):
6049 Undo previous change.
6050
6051 1999-04-06 Richard Stallman <rms@gnu.org>
6052
6053 * info.el (Info-find-node): Check for an anchor at the
6054 proper place, before reading an indirect file.
6055
6056 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
6057
6058 * jka-compr.el (jka-compr-insert-file-contents):
6059 Use raw-text-unix when we want no conversion.
6060
6061 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
6062
6063 * timezone.el (timezone-parse-date): Corrected regexp for
6064 style (5) date format so that tenths of seconds are optional.
6065
6066 1999-04-05 Eli Zaretskii <eliz@gnu.org>
6067
6068 * term/internal.el (dos-cpNNN-setup): New function, with the guts
6069 of dos-codepage-setup.
6070 (cjk-codepages-alist): New variable, an alist of Far-Eastern
6071 codepages for which there's no need to set up cpNNN coding
6072 systems.
6073 (dos-codepage-setup): Support Far-Eastern DOS terminals.
6074
6075 1999-04-05 Richard Stallman <rms@gnu.org>
6076
6077 * mail/rmail.el (rmail-ignored-headers): Doc fix.
6078
6079 1999-04-02 Richard Stallman <rms@gnu.org>
6080
6081 * progmodes/compile.el (compilation-handle-exit): Do right thing
6082 if (car status) doesn't end in a newline.
6083
6084 1999-04-01 Dave Love <fx@gnu.org>
6085
6086 * progmodes/sql.el (SQL): Add defgroup :version.
6087
6088 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6089
6090 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
6091 buffer-file-coding-system. If the coding system used is raw-text,
6092 etc., make the *Compiler Input* buffer unibyte.
6093
6094 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
6095
6096 * loadup.el: Don't write the fns-...el file if not dumping.
6097
6098 1999-03-31 Dave Love <fx@gnu.org>
6099
6100 * snmp-mode.el (snmp): Fix defgroup :version.
6101
6102 * hilit-chg.el (highlight-changes): Add defgroup :version.
6103
6104 1999-03-31 Andreas Schwab <schwab@gnu.org>
6105
6106 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
6107 the gnus-save-hidden-threads macro.
6108
6109 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
6110
6111 * faces.el (face-set-after-frame-default): Obey the
6112 `customized-face' for new faces.
6113
6114 1999-03-30 Dave Love <fx@gnu.org>
6115
6116 * international/mule-cmds.el (current-language-environment): Doc fix.
6117 * abbrev.el (abbrev-mode): Doc fix.
6118 * autoinsert.el (auto-insert-mode): Doc fix.
6119 * complete.el (partial-completion-mode): Doc fix.
6120 * avoid.el (mouse-avoidance-mode): Doc fix.
6121 * delsel.el (delete-selection-mode): Doc fix.
6122 * font-lock.el (global-font-lock-mode): Doc fix.
6123 * help.el (temp-buffer-resize-mode): Doc fix.
6124 * hscroll.el (hscroll-global-mode): Doc fix.
6125 * icomplete.el (icomplete-mode): Doc fix.
6126 * mouse-sel.el (mouse-sel-mode): Doc fix.
6127 * paren.el (show-paren-mode): Doc fix.
6128 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
6129 * time.el (display-time-mode): Doc fix.
6130 * type-break.el (type-break-mode): Doc fix.
6131 * which-func.el (which-func-mode-global): Doc fix.
6132 * winner.el (winner-mode): Doc fix.
6133
6134 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
6135
6136 * wid-edit.el (widget-before-change): Signal text-read-only rather
6137 than an ordinary error.
6138
6139 1999-03-30 Richard M. Stallman <rms@gnu.org>
6140
6141 * repeat.el: Don't require advice.
6142 (repeat): Do function-indirection in check for kbd macro.
6143 In self-insert case, use the *last* char in INSERTION.
6144
6145 1999-03-30 Karl Heuer <kwzh@gnu.org>
6146
6147 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
6148
6149 1999-03-29 Andreas Schwab <schwab@gnu.org>
6150
6151 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
6152 comint-input-filter-functions. Make variables related to shell
6153 directory tracking local.
6154
6155 1999-03-26 Andreas Schwab <schwab@gnu.org>
6156
6157 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
6158
6159 * simple.el (shell-command-on-region): Cope with exit-status being
6160 nil, which happens if call-process-region was interrupted.
6161
6162 1999-03-26 Richard M. Stallman <rms@gnu.org>
6163
6164 * simple.el (indent-new-comment-line): Handle use at a point
6165 after a comment-end. Handle multiple comments.
6166
6167 * mail/rmail.el (rmail-decode-babyl-format):
6168 To prevent locking, bind buffer-file-name to nil.
6169
6170 1999-03-26 Karl Fogel <kfogel@red-bean.com>
6171
6172 * mail-hist.el (mail-hist-current-header-name): Don't make
6173 off-by-one-error when determining if in message body.
6174
6175 1999-03-25 Andrew Innes <andrewi@gnu.org>
6176
6177 * w32-fns.el (set-default-process-coding-system): Copied from
6178 dos-w32.el, but modified to use Unix line endings for process
6179 input, and to add a suitable entry to process-coding-system-alist
6180 for DOS shells.
6181
6182 * dos-fns.el (set-default-process-coding-system): Copied from
6183 dos-w32.el.
6184
6185 * dos-w32.el (set-default-process-coding-system): Move function to
6186 dos-fns.el; a different version is used in w32-fns.el.
6187
6188 1999-03-24 Dave Love <fx@gnu.org>
6189
6190 * info.el (Info-directory-list): Revert change to re-writing
6191 Info-default-directory-list, but put `alternative' first.
6192 (Info-insert-dir): Modify selecting the top dir file as a consequence.
6193
6194 1999-03-23 Simon Marshall <simon@gnu.org>
6195
6196 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
6197 on the line by itself.
6198 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
6199 it is not in a declarative context.
6200
6201 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
6202
6203 * cus-edit.el (custom-variable-prompt): Allow customization of
6204 autoloaded symbols.
6205
6206 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
6207
6208 * simple.el (what-cursor-position): Don't cause error when point
6209 is at invalid multibyte sequence.
6210
6211 1999-03-21 Karl Heuer <kwzh@gnu.org>
6212
6213 * complete.el (partial-completion-mode): Doc fix.
6214
6215 1999-03-19 Richard M. Stallman <rms@gnu.org>
6216
6217 * progmodes/cplus-md.el (old-c++): Remove :group.
6218
6219 * progmodes/c-mode.el (old-c): Remove :group.
6220
6221 1999-03-18 Simon Marshall <simon@gnu.org>
6222
6223 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
6224 (java-font-lock-keywords-2): Added "strictfp" keyword.
6225
6226 1999-03-17 Jason Rumney <jasonr@altavista.net>
6227
6228 * w32-fns.el (set-w32-system-coding-system) New function.
6229 (w32-system-coding-system) Initialize to 'iso-latin-1.
6230
6231 1999-03-17 Eli Zaretskii <eliz@gnu.org>
6232
6233 * international/mule-cmds.el (set-language-environment): Fix
6234 previous change: don't use dos-codepage when unbound.
6235
6236 1999-03-17 Karl Heuer <kwzh@gnu.org>
6237
6238 * calendar/appt.el (appt-make-list): Fix previous change.
6239
6240 1999-03-16 Richard M. Stallman <rms@gnu.org>
6241
6242 * window.el (shrink-window-if-larger-than-buffer):
6243 Don't try to redisplay with the cursor at the end
6244 on its own line--that would force a scroll and spoil things.
6245
6246 1999-03-16 Eli Zaretskii <eliz@gnu.org>
6247
6248 * international/mule-cmds.el (set-language-environment): Don't use
6249 cpNNN-nonascii-translation-table if it is unbound.
6250
6251 * term/internal.el (dos-codepage-setup): Compute the unibyte
6252 syntax table and bind unibyte-display-via-language-environment
6253 here, rather than at top level, so that resetting to unibyte in
6254 .emacs works as expected.
6255
6256 1999-03-15 Simon Marshall <simon@gnu.org>
6257
6258 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
6259
6260 1999-03-14 Milan Zamazal <pdm@pvt.net>
6261
6262 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
6263
6264 1999-03-14 Kenichi Handa <handa@etl.go.jp>
6265
6266 * international/mule-util.el (detect-coding-with-priority):
6267 Restore the internal database.
6268
6269 1999-03-14 Stephen Eglen <stephen@gnu.org>
6270
6271 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
6272 if mail-from-style has invalid value.
6273
6274 1999-03-12 Karl Heuer <kwzh@gnu.org>
6275
6276 * vc.el (vc-delete-logbuf-window): New var.
6277 (vc-finish-logentry): Use it.
6278
6279 1999-03-12 Richard M. Stallman <rms@gnu.org>
6280
6281 * startup.el (command-line-1): Improve startup msg.
6282
6283 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
6284
6285 * speedbar.el: Added commentary about stealthy functions.
6286 (speedbar-message) new function.
6287 (speedbar-y-or-n-p): New function
6288 (speedbar-with-attached-buffer) Moved macro before reference.
6289 Now uses `save-selected-window'.
6290 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
6291 speedbar-generic-item-info, speedbar-item-info-file-helper,
6292 speedbar-item-delete, speedbar-insert-generic-list,
6293 speedbar-timer-fn, speedbar-check-vc-this-line,
6294 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
6295 speedbar-buffers-item-info) Use speedbar-message.
6296 (speedbar-item-info) Limit `message-log-max'.
6297 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
6298 speedbar-item-delete, speedbar-item-object-delete,
6299 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
6300
6301 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
6302
6303 * server.el (server-start): Set coding system for the server
6304 process to raw-text.
6305 (server-process-filter): Decode file names if necessary.
6306
6307 1999-03-12 Dave Love <fx@gnu.org>
6308
6309 * textmodes/fill.el (sentence-end-double-space): Doc fix.
6310
6311 * textmodes/paragraphs.el (sentence-end): Doc fix.
6312
6313 1999-03-11 Karl Heuer <kwzh@gnu.org>
6314
6315 * comint.el (comint-password-prompt-regexp): Accept "login password:"
6316
6317 1999-03-09 Karl Heuer <kwzh@gnu.org>
6318
6319 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
6320 (ispell-dictionary-alist-2): Likewise.
6321 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
6322 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
6323 (ispell-dictionary-alist): Build from six pieces, not just two.
6324
6325 * ps-bdf.el (bdf-directory-list): Doc fix.
6326
6327 * enriched.el (enriched-mode): Make var permanent-local.
6328
6329 1999-03-09 Dave Love <fx@gnu.org>
6330
6331 * textmodes/sgml-mode.el (html-mode): Use
6332 sentence-end-double-space when setting sentence-end.
6333
6334 1999-03-09 Ken'ichi Handa <handa@gnu.org>
6335
6336 * language/thai.el (tis-620): New alias coding system for thai-tis620.
6337
6338 1999-03-08 Felix Lee <flee@cygnus.com>
6339
6340 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
6341
6342 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
6343
6344 1999-03-08 Karl Heuer <kwzh@gnu.org>
6345
6346 * dired-aux.el (dired-do-copy-regexp): Doc fix.
6347 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
6348
6349 * dired.el (dired-do-copy-regexp): Doc fix.
6350 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
6351
6352 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
6353
6354 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
6355
6356 1999-03-08 Jason Rumney <jasonr@altavista.net>
6357
6358 * international/codepage.el (cp1250-decode-table)
6359 (cp1251-decode-table, cp1253-decode-table)
6360 (cp1257-decode-table): New translation tables for MS Windows codepages.
6361 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
6362
6363 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
6364
6365 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
6366
6367 1999-03-07 Eli Zaretskii <eliz@gnu.org>
6368
6369 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
6370
6371 * term/internal.el (top level): Display character 255 as 8bit as well.
6372
6373 1999-03-06 Dave Love <fx@gnu.org>
6374
6375 * progmodes/cc-cmds.el (c-outline-level): Bind
6376 buffer-invisibility-spec.
6377
6378 * progmodes/c-mode.el (c-outline-level): Likewise.
6379
6380 * progmodes/ada-mode.el (ada-outline-level): Likewise.
6381
6382 1999-03-05 Felix Lee <flee@cygnus.com>
6383
6384 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
6385
6386 1999-03-05 Richard M. Stallman <rms@gnu.org>
6387
6388 * bindings.el (complete-symbol): Invert meaning of prefix arg.
6389
6390 1999-03-05 Andrew Innes <andrewi@gnu.org>
6391
6392 * w32-fns.el (convert-standard-filename): Convert directory
6393 separators to Windows format.
6394
6395 1999-03-05 Andreas Schwab <schwab@gnu.org>
6396
6397 * international/skkdic-cnv.el: Provide skkdic-cnv.
6398 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
6399 (batch-skkdic-convert): Doc fix.
6400
6401 1999-03-04 Dave Love <fx@gnu.org>
6402
6403 * custom.el (custom-set-variables): Protect against setter errors.
6404
6405 1999-03-04 Eli Zaretskii <eliz@gnu.org>
6406
6407 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
6408 the file sizes from overflowing.
6409 (ls-lisp-format): If file size is a float, use %8.0f to print it.
6410 Under -s, print the size in blocks with %4.0f, in case they have
6411 a *really* huge file.
6412
6413 1999-03-03 Dave Love <fx@gnu.org>
6414
6415 * options.el (edit-options): Doc fix.
6416 (list-options): Don't lose with unbound symbols. Maintain
6417 Edit-options-mode.
6418
6419 1999-03-01 Dave Love <fx@gnu.org>
6420
6421 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
6422
6423 1999-02-28 Richard M. Stallman <rms@gnu.org>
6424
6425 * ispell.el (ispell-dictionary-alist-override): New variable.
6426 (ispell-dictionary-alist): Don't setq it,
6427 if ispell-dictionary-alist-override is set.
6428
6429 * simple.el (shell-command-default-error-buffer): Renamed from
6430 shell-command-on-region-default-error-buffer.
6431 (shell-command-on-region): Mention in echo area when there
6432 is some error output. Mention success or failure, too.
6433 Accumulate multiple error outputs
6434 going forward, with formfeed in between. Display the error buffer
6435 when we have put something in it.
6436 (shell-command): Add the ERROR-BUFFER argument feature.
6437
6438 1999-02-28 Karl Heuer <kwzh@gnu.org>
6439
6440 * mail/mh-utils.el (mh-lib): Doc fix.
6441 (mh-lib-progs, mh-nmh-p): New vars.
6442 (mh-find-progs): Set mh-lib-progs along with other vars.
6443 (mh-path-search): New arg FUNC-P; if specified, use that instead
6444 of mh-file-command-p.
6445 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
6446
6447 * mail/mh-comp.el (mh-repl-formfile): New var.
6448 (mh-smail-batch): Don't ignore all arguments.
6449 (mh-reply): Do the right thing when using nmh.
6450
6451 1999-02-27 Kenichi Handa <handa@etl.go.jp>
6452
6453 * international/mule-cmds.el (select-safe-coding-system): Be sure
6454 to show a buffer being decoded.
6455
6456 1999-02-26 Ken'ichi Handa <handa@gnu.org>
6457
6458 * ps-bdf.el (bdf-directory-list): Initialize it to
6459 '("/usr/local/share/emacs/fonts/bdf").
6460
6461 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6462
6463 * ps-print.el: PostScript programming fix.
6464 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
6465 setpagedevice operator).
6466
6467 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6468
6469 * ps-print.el: Doc fix, font size specifies landscape and portrait
6470 sizes.
6471 (ps-print-version): New version number (4.1.4).
6472 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
6473 Specifies landscape and portrait sizes.
6474 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
6475 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
6476 fix.
6477 (ps-get-font-size): New fun.
6478 (ps-font-size-internal, ps-header-font-size-internal)
6479 (ps-header-title-font-size-internal): New vars.
6480
6481 * ps-mule.el: Change of ps-print font size variable name.
6482 (ps-mule-generate-font): Fun fix.
6483 (ps-mule-begin-job): Programming uniformization.
6484
6485 1999-02-25 Dave Love <fx@gnu.org>
6486
6487 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
6488 (help-make-xrefs): Do Info case first.
6489
6490 * repeat.el: Don't require advice.
6491 (repeat-last-kill-command): Variable deleted.
6492
6493 1999-02-25 Richard Stallman <rms@gnu.org>
6494
6495 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
6496 case just because the current buffer is the output buffer.
6497
6498 1999-02-25 Kenichi Handa <handa@etl.go.jp>
6499
6500 * simple.el (what-cursor-position): To show the character's
6501 encoding, use encoded-string-description instead of information
6502 of chaset-origin-alist.
6503
6504 * international/mule-cmds.el (iso-2022-control-alist): New variable.
6505 (encoded-code-description): New function.
6506 (encoded-string-description): New function.
6507 (encode-coding-char): New function.
6508
6509 1999-02-25 Andrew Innes <andrewi@gnu.org>
6510
6511 * startup.el (command-line) [windows-nt]: Fix typo in regexp
6512 checking for .emacs[.el[c]].
6513
6514 1999-02-24 Richard Stallman <rms@gnu.org>
6515
6516 * help.el (describe-function-1): Don't print a whole lambda-function.
6517
6518 1999-02-23 Ken'ichi Handa <handa@gnu.org>
6519
6520 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
6521 inputting ?\240.
6522
6523 1999-02-23 Karl Heuer <kwzh@gnu.org>
6524
6525 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
6526
6527 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
6528 (clean-buffer-list-kill-buffer-names): Doc fix.
6529
6530 * gud.el (gud-jdb-massage-args): Spelling fix.
6531
6532 1999-02-23 Richard M. Stallman <rms@gnu.org>
6533
6534 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
6535
6536 1999-02-22 Eli Zaretskii <eliz@gnu.org>
6537
6538 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
6539 excursion while calling set-auto-coding-function.
6540
6541 * play/handwrite.el (handwrite): Require ps-print, and use
6542 ps-printer-name and ps-lpr-command. Call ps-print-region-function
6543 if it's defined, instead of forking ps-lpr-command unconditionally.
6544
6545 1999-02-22 Kenichi Handa <handa@etl.go.jp>
6546
6547 * international/codepage.el (cp-coding-system-for-codepage-1): Put
6548 charset-origin-alist property to a coding system for the codepage.
6549
6550 * international/mule.el: Modify comment for charset-origin-alist
6551 property of a coding system.
6552
6553 * simple.el (what-cursor-position): charset-origin-alist property
6554 of a coding system may be a translation table or a symbol of which
6555 `translation-table' property is a translation table.
6556
6557 1999-02-21 Richard Stallman <rms@gnu.org>
6558
6559 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
6560 to the "html" template.
6561
6562 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
6563
6564 * dirtrack.el (dirtrack): Added docstring. Now returns input.
6565
6566 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
6567
6568 * dirtrack.el (dirtrack): Check for the prompt in the input string
6569 instead of the buffer.
6570
6571 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
6572
6573 * sql.el: Set version to 1.4.1. Changed mail address to
6574 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
6575 (sql-input-ring-separator): Doc fix.
6576 (sql-mode-syntax-table): double-dash starts comments is defined as
6577 ". 56" instead of ". 12b" for XEmacs.
6578 (sql-stop, sql-interactive-mode): Doc fixes.
6579 (sql-postgres): Queries for database and server, not just one.
6580 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
6581
6582 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
6583 changed. This is needed for master.el to work.
6584 (sql-set-sqli-buffer): Use the new hook.
6585
6586 * sql.el (sql-make-alternate-buffer-name): Function that sets
6587 sql-alternate-buffer-name.
6588 (sql-alternate-buffer-name): Possible name of SQLi buffers.
6589 (sql-interactive-mode): Set sql-alternate-buffer-name.
6590 (sql-rename-buffer): New command.
6591 (sql-interactive-mode-menu): Menu for SQLi buffers.
6592
6593 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
6594 and sql-input-ring-file-name are used to temporarily set
6595 comint-input-ring-file-name and comint-input-ring-separator when
6596 reading and writing input history files.
6597
6598 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
6599 (sql-input-ring-file-name): New variable with customization.
6600 (sql-input-ring-separator): New variable with customization.
6601 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
6602 Callers changed.
6603 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
6604 now includes the name of the current buffer.
6605
6606 (sql-mode): Set paragraph-separate and paragraph-start so that
6607 sql-send-paragraph sends the entire SQL statements, even if it
6608 contains indented lines.
6609
6610 1999-02-18 Dave Love <fx@gnu.org>
6611
6612 * format.el (format-encode-run-method, format-decode-run-method):
6613 Fix previous change.
6614
6615 1999-02-18 Ken'ichi Handa <handa@gnu.org>
6616
6617 * international/mule.el (coding-system-list): Moved here from
6618 mule-util.el to avoid autoloading mule-util by the call of
6619 select-safe-coding-system.
6620
6621 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
6622
6623 * simple.el (turn-on-auto-fill): Mark it as an option for
6624 `text-mode-hook'.
6625
6626 1999-02-17 Richard Stallman <rms@gnu.org>
6627
6628 * emacs-lisp/easymenu.el (easy-menu-get-map):
6629 Don't crash if (current-local-map) is nil.
6630
6631 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
6632
6633 * filecache.el (file-cache-filter-regexps): Added .class.
6634
6635 1999-02-17 Ken'ichi Handa <handa@gnu.org>
6636
6637 * international/mule-util.el (decompose-region): Use
6638 insert-buffer-substring instead of insert-buffer to avoid putting
6639 mark.
6640
6641 1999-02-17 Andreas Schwab <schwab@gnu.org>
6642
6643 * calendar/cal-move.el (scroll-calendar-left): Don't set
6644 displayed-month and displayed-year here, let generate-calendar do
6645 it, after range checking.
6646
6647 1999-02-17 Simon Marshall <simon@gnu.org>
6648
6649 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
6650
6651 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
6652 correctly between an object declared via a constructor and a method.
6653 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
6654 (java-font-lock-keywords-1): Fontify package names individually.
6655 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
6656 (java-font-lock-keywords-2): Simplify type fontification.
6657 (java-font-lock-keywords-3): Likewise.
6658
6659 1999-02-17 Kenichi Handa <handa@etl.go.jp>
6660
6661 * language/japanese.el (iso-2022-jp-2): New coding system.
6662 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
6663
6664 1999-02-16 Dave Love <fx@gnu.org>
6665
6666 * help.el (describe-function-1): Accept non-symbols.
6667
6668 1999-02-16 Paul Eggert <eggert@twinsun.com>
6669
6670 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
6671 find the last match if there are multiple matches.
6672
6673 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6674
6675 * tex-mode.el (tex-run-command, latex-run-command)
6676 (slitex-run-command, tex-command): Doc changes.
6677 (tex-start-options-string): Autoload it. Doc change. Provide
6678 a menu for customization. Allow nil. Quote backslashes only once.
6679 (tex-start-tex): Handle nil value of tex-start-options-string
6680 and apply shell-quote-argument to it.
6681
6682 1999-02-16 Eli Zaretskii <eliz@gnu.org>
6683
6684 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
6685 the size in blocks, since it can be a float.
6686 (ls-lisp-format): Likewise
6687
6688 1999-02-16 Ken'ichi Handa <handa@gnu.org>
6689
6690 * language/japanese.el (japanese-shift-jis): Add
6691 charset-origin-alist property.
6692
6693 1999-02-15 Richard Stallman <rms@gnu.org>
6694
6695 * progmodes/compile.el (compile-internal): Use save-selected-window.
6696
6697 * subr.el (momentary-string-display): Bind inhibit-read-only.
6698
6699 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
6700
6701 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
6702
6703 * mail/rmail.el (rmail-show-message): If an unseen message has a
6704 Summary-line in its header, get past one more line before looking
6705 for the X-Coding-System header.
6706
6707 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
6708
6709 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
6710 explicitly to accomodate Windows 9X lack of a useful copy program.
6711
6712 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
6713
6714 * wid-edit.el (widget-choice-value-create): Use `equal'
6715 instead of `eq'.
6716
6717 1999-02-14 Richard Stallman <rms@gnu.org>
6718
6719 * international/iso-transl.el:
6720 (iso-transl-ae): Renamed from iso-transl-e-slash.
6721 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
6722 (iso-transl-AE): Renamed from iso-transl-E-slash.
6723 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
6724 (iso-transl-char-map): Related changes.
6725
6726 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
6727
6728 1999-02-13 Richard Stallman <rms@gnu.org>
6729
6730 * textmodes/texinfmt.el (texinfo-alias): New function.
6731 (texinfo-fold-nodename-case): Add defvar.
6732 (texinfo-format-node): Do case folding if specified.
6733
6734 * ffap.el (ffap-file-at-point): Test local file names
6735 immediately. Strip off line numbers.
6736
6737 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
6738
6739 * sql.el: Set version to 1.3.2
6740 (sql-solid-program): Added support for solid.
6741 (sql-help): Doc mentions sql-solid.
6742 (sql-solid): Entry function for Solid.
6743 (sql-buffer): Doc explains the use of the variable and how to
6744 change it.
6745 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
6746 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
6747 disabled if sql-buffer doesn't have a process; sql-send-paragraph
6748 is new.
6749 (sql-show-sqli-buffer): New function to display the value of
6750 sql-buffer.
6751 (sql-change-sqli-buffer): New function to change sql-buffer.
6752 (sql-mode): Doc explains how to change sql-buffer.
6753 (sql-send-paragraph): New function to send a paragraph.
6754 (sql-mode-map): Added keybinding for sql-send-paragraph.
6755 (sql-mysql): Doc corrected.
6756 (sql-ms): Doc corrected.
6757
6758 * sql.el (sql-server): Doc fix.
6759 (sql-mysql): Added the use of sql-server to specify the host,
6760 sql-database now specifies database instead of host.
6761 (sql-mode-menu): Send... menu items are only active if sql-buffer
6762 is non-nil.
6763 (sql-help): Changed tag of entry functions a bit.
6764
6765 * sql.el: Added keywords from `finder-by-keyword'.
6766 (sql-mode): Made sql-buffer a local variable, changed the
6767 documentation: removed instructions to add *.sql files to
6768 auto-mode-alist, added documentation for having mutliple SQL
6769 buffers sending their stuff to different SQLi buffers, each
6770 running a different process.
6771 (sql-postgres): Quoted *SQL* in doc string.
6772 (sql-ms): Likewise.
6773 (sql-ingres): Likewise.
6774 (sql-ingres): Quoted *SQL* in doc string, added references to
6775 sql-user and sql-password used during login.
6776 (sql-sybase): Quoted *SQL* in doc string, added comma.
6777 (sql-oracle): Likewise.
6778 (sql-interactive-mode): Added extensive documentation for having
6779 mutliple SQL buffers sending their stuff to different SQLi
6780 buffers, each running a different process.
6781 (sql-buffer): Changed doc from *SQL* to SQLi.
6782 (sql-get-login): Doc fix.
6783
6784 1999-02-12 Ken'ichi Handa <handa@gnu.org>
6785
6786 * international/mule-conf.el (undecided): Set ascii in
6787 safe-charsets property.
6788
6789 1999-02-12 Richard Stallman <rms@gnu.org>
6790
6791 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
6792
6793 1999-02-12 Ken'ichi Handa <handa@gnu.org>
6794
6795 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
6796 value to ps-mule-font-info-database-latin.
6797
6798 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
6799
6800 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
6801 (ps-mule-font-info-database-default): New variable.
6802 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
6803 ps-mule-font-info-database-default.
6804
6805 1999-02-12 Dave Love <fx@gnu.org>
6806
6807 * timezone.el (timezone-make-date-sortable)
6808 (timezone-make-date-arpa-standard): Doc fix.
6809
6810 1999-02-12 Ken'ichi Handa <handa@gnu.org>
6811
6812 * international/quail.el (quail-show-kbd-layout): Bind
6813 blink-matching-paren to nil.
6814
6815 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
6816 for ASCII and Latin-1.
6817
6818 1999-02-12 Andreas Schwab <schwab@gnu.org>
6819
6820 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
6821
6822 1999-02-12 Kenichi Handa <handa@etl.go.jp>
6823
6824 * international/mule-cmds.el (language-info-alist): Remove
6825 description about charset-origin-alist.
6826
6827 * international/mule.el: Comment added for a new coding system
6828 property `charset-origin-alit'.
6829 (make-translation-table): This variable deleted.
6830
6831 * language/chinese.el (chinese-big5): Add charset-origin-alist
6832 property.
6833 ("Chinese-CNS"): Remove charset-origin-alist property.
6834
6835 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
6836 property.
6837 (cyrillic-alternativnyj): Likewise.
6838 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
6839 ("Cyrillic-ALT"): Likewise.
6840
6841 * language/vietnamese.el (vietnamese-viqr): Add
6842 charset-origin-alist property.
6843 ("Vietnamese"): Remove charset-origin-alist property.
6844
6845 * simple.el (what-cursor-position): Don't use the varialbe
6846 charset-origin-alist, but use charset-origin-alist property of
6847 buffer-file-coding-system to decide external character set code.
6848
6849 1999-02-10 Richard Stallman <rms@gnu.org>
6850
6851 * shadowfile.el: Don't turn on the mode when the file is loaded.
6852
6853 1999-02-09 Richard Stallman <rms@gnu.org>
6854
6855 * progmodes/compile.el (compile-auto-highlight): Customize.
6856
6857 * add-log.el (add-log-file-name-function): New variable.
6858 (add-change-log-entry): Call that function, if non-nil.
6859
6860 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
6861
6862 * rmail.el (rmail-search): Track match with a marker, not an integer.
6863
6864 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6865
6866 * progmodes/compile.el (compilation-setup): Set value of
6867 compilation-directory-stack as in compilation-forget-errors.
6868 (compile-reinitialize-errors): Bind buffer-undo-list and
6869 deactivate-mark.
6870 (compilation-forget-errors): Likewise.
6871
6872 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
6873
6874 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
6875 def... constructs.
6876
6877 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
6878 Remove calls to sleep-for.
6879
6880 1999-02-08 Eli Zaretskii <eliz@gnu.org>
6881
6882 * international/codepage.el (cp-coding-system-for-codepage-1): On
6883 MS-DOS, use dos-unsupported-char-glyph for characters not
6884 supported by the codepage.
6885 (cp-make-coding-systems-for-codepage): Likewise.
6886
6887 1999-02-08 Andreas Schwab <schwab@gnu.org>
6888
6889 * international/mule-util.el (coding-system-list): Don't sort
6890 coding-system-list here.
6891
6892 * international/mule.el (coding-system-lessp): Moved here from
6893 mule-util.el
6894 (add-to-coding-system-list): New function.
6895 (make-subsidiary-coding-system, make-coding-system,
6896 define-coding-system-alias): Use it instead of setting
6897 coding-system-list directly.
6898
6899 1999-02-07 Dave Love <fx@gnu.org>
6900
6901 * calendar/appt.el (appt-make-list): Don't splice quotes and date
6902 onto message.
6903
6904 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6905
6906 * imenu.el (imenu--last-menubar-index-alist): Add doc.
6907 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
6908
6909 1999-02-06 Richard Stallman <rms@gnu.org>
6910
6911 * language/european.el (setup-slovenian-environment): New function.
6912 ("Slovenian"): New language environment.
6913
6914 * progmodes/sql.el (sql-help): Doc fix.
6915 (sql-mysql): Doc fix.
6916
6917 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6918
6919 * tex-mode.el: When compiling, require compare-w and skeleton
6920 to pacify the byte-compiler. Move the def's of the tex-commands
6921 together. Add a comment on kill-process vs. quit-process.
6922
6923 1999-02-05 Dave Love <fx@gnu.org>
6924
6925 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
6926 null markers.
6927 (compile-goto-error): Likewise.
6928
6929 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
6930
6931 * time-stamp.el (time-stamp-format): Format doc tighter.
6932 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
6933 (time-stamp): Don't re-write the time stamp if it didn't change.
6934
6935 1999-02-05 Alex Schroeder <asc@bsiag.com>
6936
6937 * progmodes/sql.el: Changed version to 1.2.1.
6938 (sql-pop-to-buffer-after-send-region): Improved documentation.
6939 (sql-mysql-program): Added MySQL support.
6940 (sql-prompt-length): Made prompt-length configurable.
6941 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
6942 (sql-help): Added MySQL support, changed documentation.
6943 (sql-send-region): A message is displayed if something is sent.
6944 (sql-mode): Added buffer-local comment-start.
6945 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
6946 (sql-interactive-mode): Added buffer-local comment-start.
6947 (sql-oracle): Set sql-prompt-length.
6948 (sql-sybase): Set sql-prompt-length.
6949 (sql-mysql): Added MySQL support.
6950 (sql-ingres): Set sql-prompt-length.
6951 (sql-ms): Set sql-prompt-length.
6952 (sql-postgres): Set sql-prompt-length.
6953
6954 1999-02-04 Eli Zaretskii <eliz@gnu.org>
6955
6956 * term/internal.el (dos-codepage-setup): Set selection coding
6957 system to cpNNN-dos.
6958
6959 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6960
6961 * international/characters.el: Let ethiopic use iso-2022-7bit.
6962
6963 1999-02-02 Dave Love <fx@gnu.org>
6964
6965 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
6966 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
6967
6968 1999-02-02 Karl Heuer <kwzh@gnu.org>
6969
6970 * terminal.el (terminal-emulator): Doc fix.
6971
6972 1999-02-02 Ken'ichi Handa <handa@gnu.org>
6973
6974 * international/mule-util.el (compose-chars): Doc-string
6975 modified. Correctly handle a composition character in ARGS.
6976
6977 1999-02-01 Richard Stallman <rms@gnu.org>
6978
6979 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
6980 (makefile-menu-index-function): Function deleted.
6981 (makefile-mode): Use makefile-imenu-generic-expression.
6982
6983 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
6984
6985 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
6986 change, invoke from before-init-hook.
6987
6988 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
6989
6990 * subr.el (remove-from-invisibility-spec): Cope with the case when
6991 buffer-invisibility-spec is t.
6992
6993 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
6994
6995 * calendar/calendar.el (calendar-mode-map): Fix bindings for
6996 appt-add and appt-delete.
6997
6998 1999-02-01 Eli Zaretskii <eliz@gnu.org>
6999
7000 * term/pc-win.el (msdos-approximate-color): New function.
7001 (msdos-color-translate): Call it to find a DOS color that best
7002 approximates an X-style "#NNNNNN" color specification.
7003
7004 1999-02-01 Ken'ichi Handa <handa@gnu.org>
7005
7006 * international/mule-util.el (compose-chars-component): Add
7007 autoload cookie.
7008
7009 1999-01-31 Ken'ichi Handa <handa@gnu.org>
7010
7011 * international/quail.el (quail-lookup-key): If cdr of MAP is a
7012 function, replace cdr of MAP by the return value of the function
7013 unconditionally.
7014
7015 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7016
7017 * progmodes/compile.el (compilation-next-error-locus): Don't
7018 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
7019
7020 1999-01-31 Eli Zaretskii <eliz@gnu.org>
7021
7022 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
7023 and NLs before "charset", and allow the charset name be in double
7024 quotes.
7025
7026 1999-01-31 Richard Stallman <rms@gnu.org>
7027
7028 * imenu.el (imenu-sort-function): Fix custom type.
7029
7030 1999-01-30 Richard Stallman <rms@gnu.org>
7031
7032 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
7033 (speedbar-line-token): Likewise.
7034
7035 * play/gametree.el (gametree-default-score): Use defcustom.
7036 (gametree-score-regexp, gametree-score-closer): Likewise.
7037 (gametree-score-manual-flag, gametree-score-opener): Likewise.
7038
7039 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7040
7041 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
7042 decoding.
7043
7044 1999-01-29 Markus Rost <rost@gnu.org>
7045
7046 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
7047 tex-validate-buffer.
7048 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
7049 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
7050 now with recent occur-mode.
7051 (tex-validate-region): Really walk through all Sexps.
7052 (tex-region): Bind shell-dirtrack-verbose.
7053 (tex-file, tex-bibtex-file): Likewise.
7054
7055 1999-01-29 Dave Love <fx@gnu.org>
7056
7057 * finder.el: (finder-commentary): Fix interactive spec. Try
7058 appending .el to file name.
7059 (finder-find-library, finder-commentary): Doc fixes.
7060
7061 1999-01-29 Andrew Innes <andrewi@gnu.org>
7062
7063 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
7064 where the userid contains directory separators.
7065
7066 1999-01-29 Dave Love <fx@gnu.org>
7067
7068 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
7069 (lm-commentary): Doc fix.
7070
7071 1999-01-29 Andreas Schwab <schwab@gnu.org>
7072
7073 * files.el (file-expand-wildcards): Never consider `.' and `..' a
7074 wildcard match. Fix regexp that tests if dirpart contains
7075 wildcard characters.
7076
7077 1999-01-28 Richard Stallman <rms@gnu.org>
7078
7079 * font-lock.el (font-lock-default-unfontify-region):
7080 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
7081
7082 1999-01-27 Jason Rumney <jasonr@altavista.net>
7083
7084 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
7085 from FAMILY field.
7086 (w32-create-initial-fontsets): Do not use before-init-hook.
7087 (mouse-set-font): Document. Automatically create and use fontsets.
7088
7089 * dos-w32.el (direct-print-region-helper): Check for printer
7090 being t as well as a string.
7091
7092 1999-01-27 Kenichi Handa <handa@etl.go.jp>
7093
7094 * mail/rmail.el (rmail-decode-mime-charset): New variable.
7095 (rmail-mime-charset-pattern): New variable.
7096 (rmail-convert-to-babyl-format): Decode by MIME-charset if
7097 rmail-decode-mime-charset is non-nil.
7098
7099 1999-01-27 Ken'ichi Handa <handa@gnu.org>
7100
7101 * international/characters.el: Set category `q' for all characters
7102 in tibetan and tibetan-1-column.
7103
7104 1999-01-27 Andrew Innes <andrewi@gnu.org>
7105
7106 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
7107 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
7108
7109 1999-01-27 Dave Love <fx@gnu.org>
7110
7111 * international/mule-cmds.el (current-language-environment):
7112 Provide :link, :type (choices) and appropriate :get.
7113
7114 1999-01-27 Eli Zaretskii <eliz@gnu.org>
7115
7116 * startup.el (command-line): Set default eol-mnemonic-* strings to
7117 display end-of-line format in mode line.
7118
7119 * cus-start.el (all): Add eol-mnemonic-* variables.
7120
7121 1999-01-26 Dave Love <fx@gnu.org>
7122
7123 * startup.el (command-line-1): Up-date copyright.
7124
7125 * paths.el (Info-default-directory-list): Use configdir twice.
7126
7127 * info.el (Info-directory-list): Don't set path-separator now
7128 we're not shipped with Texinfo. Simplify path definition.
7129 Substitute all occurrences of instdir in Info-default-directory-list.
7130
7131 1999-01-25 Richard Stallman <rms@gnu.org>
7132
7133 * startup.el (normal-top-level-add-subdirs-to-load-path):
7134 Record the inode numbers of the dirs processed, to avoid loop.
7135
7136 * textmodes/tex-mode.el (tex-run-command): Doc fix.
7137
7138 1999-01-25 Dave Love <fx@gnu.org>
7139
7140 * browse-url.el (browse-url-netscape-program): Doc addition.
7141
7142 * help.el (help-make-xrefs): Default info references to an `(emacs)'
7143 prefix.
7144
7145 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
7146 auto-mode-alist.
7147
7148 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7149
7150 * calendar/diary-lib.el (mark-diary-entries): Use
7151 assoc-ignore-case and do not capitalize when matching month and
7152 day names.
7153
7154 * calendar/calendar.el (calendar-read-date): Ditto.
7155
7156 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
7157 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
7158
7159 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
7160
7161 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
7162
7163 * calendar/cal-islam.el (calendar-goto-islamic-date)
7164 (mark-islamic-diary-entries): Ditto.
7165
7166 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
7167
7168 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
7169 (calendar-read-mayan-tzolkin-date): Ditto.
7170
7171 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
7172
7173 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
7174
7175 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
7176
7177 1999-01-25 Karl Heuer <kwzh@gnu.org>
7178
7179 * faces.el (list-faces-display): Multiline case of previous fix.
7180
7181 1999-01-25 Andreas Schwab <schwab@gnu.org>
7182
7183 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
7184
7185 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
7186
7187 * files.el (find-file): If find-file-noselect returns a list,
7188 do switch-to-buffer on each element.
7189 (find-file-other-window): Likewise for all but the first element.
7190 (find-file-other-frame): Same.
7191 (find-file-noselect): When we expand a wildcard, return a list
7192 of buffers.
7193
7194 1999-01-24 Eli Zaretskii <eliz@gnu.org>
7195
7196 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
7197 to set the appropriate cpNNN-dos coding system as the
7198 highest-priority coding system.
7199
7200 1999-01-23 Ken'ichi Handa <handa@gnu.org>
7201
7202 * international/fontset.el (generate-fontset-menu): Return a
7203 sorted list by plain names of fontsets.
7204
7205 * international/mule-diag.el (list-fontsets): Sort fontsets by
7206 plain names.
7207
7208 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
7209 FIRST is a composite character, decompose it at first.
7210
7211 1999-01-23 Dave Love <fx@gnu.org>
7212
7213 * format.el: Doc fixes.
7214 (format-encode-run-method): Have things happen in the right buffer.
7215 Deal with errors from method. Set coding-system-for-write.
7216 (format-decode-run-method): Have things happen in the right buffer.
7217 Deal with errors from method. Set coding-system-for-read.
7218 (format-alist): Use nil instead of unmatchable regexps.
7219
7220 * simple.el (shell-command-on-region): Return command's exit status.
7221
7222 1999-01-23 Eric Ludlam <zappo@gnu.org>
7223
7224 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
7225 of the file whose info we want to display.
7226 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
7227 (speedbar-add-mode-functions-list) Improve doc.
7228 (speedbar-line-token) New function.
7229 (speedbar-dired) Fix order of directories in -shown-directories.
7230 (speedbar-line-path): Default return is default-directory
7231 (speedbar-buffers-line-path): Return is dir name only.
7232 (speedbar-mode-functions-list): New variable.
7233 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
7234 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
7235 speedbar-files-item-info speedbar-buffers-item-info): New functions.
7236 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
7237 New functions.
7238 (speedbar-line-file): Broke out part that fetches file from a line.
7239 (speedbar-line-text): New function extracted from speedbar-line-file.
7240 (speedbar-line-path): Converted into a replaceable function.
7241 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
7242
7243 1999-01-23 Ken'ichi Handa <handa@gnu.org>
7244
7245 * international/fontset.el (create-fontset-from-x-resource): Make
7246 style variants.
7247
7248 1999-01-22 Dave Love <fx@gnu.org>
7249
7250 * paths.el (Info-default-directory-list): Put sysdir after start.
7251
7252 1999-01-22 Sam Steingold <sds@goems.com>
7253
7254 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
7255 a process associated with it.
7256
7257 1999-01-22 Jason Rumney <jasonr@altavista.net>
7258
7259 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
7260
7261 1999-01-22 Felix Lee <flee@cygnus.com>
7262
7263 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
7264 major-mode.
7265 (vc-annotate-mode): Delete variable.
7266
7267 1999-01-22 Andrew Innes <andrewi@gnu.org>
7268
7269 * startup.el (command-line): [windows-nt]: Check for existence of
7270 .emacs file so as to notice .emacs.el or .emacs.elc and use them
7271 in preference to _emacs.
7272
7273 1999-01-22 Dave Love <fx@gnu.org>
7274
7275 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
7276
7277 1999-01-20 Richard Stallman <rms@gnu.org>
7278
7279 * files.el (find-file-noselect): Do wildcard processing only
7280 if new arg WILDCARDS is non-nil.
7281 (find-file, find-file-other-window): New arg WILDCARDS.
7282 Default it to non-nil if interactive.
7283 (find-file-other-frame): Likewise.
7284 (find-file-read-only): Likewise.
7285 (find-file-read-only-other-window): Likewise.
7286 (find-file-read-only-other-frame): Likewise.
7287
7288 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
7289 (widget-plist-convert-option): Delete spurious comma.
7290
7291 1999-01-19 Jason Rumney <jasonr@altavista.net>
7292
7293 * term/w32-win.el (w32-standard-fontspec-spec): Change
7294 iso8859-5 to koi8-r. Add iso8859-9.
7295
7296 1999-01-19 Dave Love <fx@gnu.org>
7297
7298 * browse-url.el (browse-url-maybe-new-window): Delete macro and
7299 its uses.
7300
7301 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
7302 is active.
7303 (fortran-indent-subprogram): Likewise.
7304
7305 1999-01-19 Dave Love <d.love@dl.ac.uk>
7306
7307 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
7308
7309 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7310
7311 * wid-edit.el (alist): Use sexp as default key-type.
7312
7313 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7314
7315 * textmodes/tex-mode.el (tex-define-common-keys):
7316 Remove key binding of tex-feed-input.
7317 (tex-mode-map): Bind tex-feed-input here.
7318 (tex-start-shell): Use compilation-shell-minor-mode. Set
7319 comint-input-filter-functions before running tex-shell-hook.
7320 (tex-start-tex): Forget compilation errors.
7321 (tex-compilation-parse-errors): Rewritten to work also with
7322 compile-mouse-goto-error and compile-goto-error. Adjusted to
7323 change in tex-region.
7324 (tex-region): For the temp file use file-name without directory.
7325 (tex-file): Expand file name of tex-print-file.
7326
7327 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7328
7329 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
7330
7331 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
7332
7333 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
7334 beginning could cause Emacs to hang. Fixed.
7335
7336 1999-01-18 Ken'ichi Handa <handa@gnu.org>
7337
7338 * international/ccl.el (ccl-compile-translate-character): Handle
7339 the case that a tranlation table is CCL register correctly.
7340
7341 * international/mule-cmds.el (select-safe-coding-system):
7342 Hightlight at most 256 characters.
7343
7344 1999-01-18 Dave Love <fx@gnu.org>
7345
7346 * startup.el (command-line): If the init file changes operation to
7347 unibyte, make all buffers unibyte and re-set language environment.
7348
7349 * disp-table.el (standard-display-european): Make all existing
7350 buffers unibyte. Fix doc.
7351
7352 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
7353
7354 * wid-edit.el (coding-system): Define this unconditionally.
7355
7356 * simple.el (shell-command-on-region-default-error-buffer): New var.
7357 (shell-command-on-region): Use that variable as interactive
7358 value of ERROR-BUFFER argument.
7359
7360 1999-01-17 Sam Steingold <sds@goems.com>
7361
7362 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
7363
7364 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7365
7366 * progmodes/compile.el (compilation-goto-locus): If already in the
7367 compilation buffer's window, keep it in that window.
7368 (compile-mouse-goto-error): Add Doc. Don't play with windows.
7369 (compile-goto-error): Don't play with windows.
7370
7371 * textmodes/tex-mode.el (latex-run-command): Doc fix.
7372 (tex-command): Doc fix.
7373 (tex-compilation-parse-errors): Doc fix.
7374 (tex-generate-zap-file-name): Don't start the name with -.
7375 (tex-expand-files): Works now also with strings ending with ":".
7376
7377 1999-01-17 Ian T Zimmerman <itz@transbay.net>
7378
7379 Patch failed to install:
7380 * gametree.el: Document scoring functionality.
7381 (gametree-score-regexp): Add optional plus sign.
7382 (gametree-score-opener): Replace `:' with `=' as the former
7383 conflicts with gametree-half-ply-regexp.
7384 (gametree-transpose-following-leaves): Add.
7385 (gametree-insert-new-leaf): Make modifying commands barf in read
7386 only buffers.
7387 (gametree-break-line-here): Add a call to
7388 `gametree-transpose-following-leaves'. This maintains the
7389 necessary invariant that on each level all leaf children precede
7390 all nonleaf children. This has always been implied, but left to
7391 the user, and, unfortunately, undocumented.
7392
7393 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
7394
7395 * wid-edit.el (plist, alist): New widget types.
7396
7397 1999-01-17 Dave Love <fx@gnu.org>
7398
7399 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
7400 fix scope of condition-case therein.
7401
7402 1999-01-17 Andrew Innes <andrewi@gnu.org>
7403
7404 * dos-w32.el: (find-buffer-file-type-coding-system): Use
7405 default-buffer-file-coding-system when file doesn't exist (and
7406 isn't covered by a special case) instead of forcing undecided-dos
7407 against the user's wishes.
7408
7409 * dos-w32.el (direct-print-region-helper): New function based on
7410 direct-print-region-function; sends data to specified printer port
7411 without further translation. Recognize and handle specially the
7412 standard `print' and `nprint' programs, as well as `lpr' and
7413 similar programs. Only write directly to the printer port if no
7414 print program is specified. Work around a bug in Windows 9x
7415 affecting Win32 version of Emacs by invoking command.com to write
7416 to the printer port instead of writing directly.
7417 (direct-print-region-function): Use direct-print-region-helper to
7418 do most of the work.
7419 (direct-ps-print-region-function): New function; analogue of
7420 direct-print-region-function for ps-print.
7421 (ps-lpr-command): Comment out setq; leave as example usage.
7422 (ps-lpr-switches): Ditto.
7423
7424 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
7425 and MS-Windows.
7426 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
7427 DOS and Windows platforms, to indicate direct printing. Update
7428 the docstring accordingly.
7429
7430 * ps-print.el: (ps-printer-name): Update docstring about usage on
7431 MS-DOS and MS-Windows.
7432 (ps-lpr-command): Update docstring as for lpr-command.
7433 (ps-print-region-function): New variable.
7434 (ps-do-despool): Use it.
7435 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
7436 DOS/Windows.
7437
7438 * subr.el (subst-char-in-string): New function.
7439
7440 1999-01-17 Eli Zaretskii <eliz@gnu.org>
7441
7442 * international/codepage.el (cp852-decode-table): Fill a nil entry.
7443
7444 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
7445 (bdf-find-font-info): New function, looks for the first readable
7446 file from a list of alternatives.
7447 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
7448 instead of bdf-get-font-info.
7449 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
7450 to ps-mule-generate-bitmap-glyph.
7451
7452 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
7453 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
7454 now be a list of alternative names.
7455 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
7456 (ps-mule-prepare-font): Likewise.
7457
7458 * international/codepage.el (cp855-decode-table,
7459 cp850-decode-table): Fill some nil entries.
7460
7461 1999-01-16 Dave Love <fx@gnu.org>
7462
7463 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
7464 last change.
7465
7466 1999-01-15 Dave Love <fx@gnu.org>
7467
7468 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
7469 and change regexp for command names.
7470 (help-xref-go-back, function-called-at-point, symbol-file)
7471 (where-is): Doc fixes.
7472 (help-xref-go-back): Remove interactive spec.
7473 (describe-function-1): Fix message for alias. Buttomize alias
7474 name.
7475
7476 * simple.el (join-line): New alias.
7477
7478 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
7479
7480 * forms.el: (forms--show-record): Convert integers to string
7481 expicitly since concat will no longer accept integers.
7482 (forms-print): Use local `total-nb-records' since
7483 `forms--total-records' will be inaccessible after buffer switching.
7484
7485 1998-01-14 Felix Lee <flee@cygnus.com>
7486
7487 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
7488
7489 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
7490
7491 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
7492
7493 1999-01-14 Eli Zaretskii <eliz@gnu.org>
7494
7495 * international/codepage.el (cp850-decode-table): Fix previous change.
7496
7497 1999-01-14 Simon Marshall <simon@gnu.org>
7498
7499 * shell.el (shell-dirtrack-verbose): New custom variable.
7500 (shell-dirstack-message): Use it.
7501
7502 1999-01-14 Kenichi Handa <handa@etl.go.jp>
7503
7504 * international/mule-conf.el: Coding system alias `dos' for
7505 `undecided-dos', `mac' for `undecided-mac'.
7506
7507 * international/mule-cmds.el (describe-language-environment):
7508 Don't alter input-method-alist.
7509
7510 1999-01-13 Eli Zaretskii <eliz@gnu.org>
7511
7512 * international/codepage.el (cp850-decode-table): Replace nil
7513 entries with codes of similary looking glyphs. (Suggested by
7514 Jason Rumney <jasonr@altavista.net>.)
7515
7516 1999-01-13 Dave Love <fx@gnu.org>
7517
7518 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
7519
7520 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
7521
7522 1999-01-12 Karl Heuer <kwzh@gnu.org>
7523
7524 * files.el (auto-save-hook): Defvar this.
7525
7526 1999-01-12 Alex Schroeder <asc@bsiag.com>
7527
7528 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
7529 faces, eliminating the need to load font-lock before loading sql.
7530 (sql-mode-oracle-font-lock-keywords): Likewise.
7531 (sql-mode-postgres-font-lock-keywords): Likewise.
7532
7533 1999-01-11 Dave Love <fx@gnu.org>
7534
7535 * cus-start.el: Add inhibit-eol-conversion.
7536
7537 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
7538 the values round.
7539
7540 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
7541
7542 * help.el (help-mode-finish): Renamed from help-mode-maybe.
7543 Don't switch to Help mode here.
7544 (temp-buffer-setup-hook): Use help-mode-finish.
7545 (help-mode-setup): New function.
7546 (temp-buffer-setup-hook): Use help-mode-setup.
7547
7548 * progmodes/sql.el: New file.
7549
7550 * files.el (auto-mode-alist): Add sql-mode.
7551
7552 * faces.el (list-faces-display): Improve the formatting
7553 by computing the maximum length required for any face-name.
7554
7555 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7556
7557 * progmodes/compile.el (compilation-shell-minor-mode): New function.
7558
7559 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
7560
7561 * term.el (term_send_home): Change the string to
7562 be the same as the one emitted by xterm and consistent with the
7563 ones emitted by prior and next.
7564 (term_send_end): Likewise.
7565
7566 1999-01-10 Dave Love <fx@gnu.org>
7567
7568 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
7569 bindings.
7570
7571 1999-01-10 Eli Zaretskii <eliz@gnu.org>
7572
7573 * international/codepage.el (codepage-setup): Doc fix.
7574 (cp-decoding-vector-for-codepage): Likewise.
7575
7576 1999-01-10 Markus Rost <rost@gnu.org>
7577
7578 * cus-edit.el (custom-save-delete): First scan the custom-file.
7579
7580 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
7581
7582 * international/iso-transl.el: Define a "function name" for
7583 each translation that isn't ASCII. Use these function names
7584 in iso-transl-char-map.
7585
7586 1999-01-08 Kenichi Handa <handa@etl.go.jp>
7587
7588 * international/mule-util.el (decompose-region): Do decomposition
7589 on temporary unibyte buffer.
7590
7591 * international/mule.el (make-char): Doc-string modified.
7592
7593 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
7594
7595 * simple.el (comment-region): Delete spaces only if we
7596 deleted a comment starter.
7597
7598 1999-01-07 Dave Love <fx@gnu.org>
7599
7600 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
7601
7602 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
7603 like eval-defun does.
7604
7605 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
7606
7607 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
7608 constructions. Doc fixes.
7609 (generic-create-generic-function): Use defalias, not fset.
7610
7611 * find-func.el: More doc fixes.
7612
7613 1999-01-06 Stephen Eglen <stephen@gnu.org>
7614
7615 * files.el (save-buffers-kill-emacs): Show the list of current
7616 processes before prompting to kill them and exit.
7617
7618 1999-01-06 Dave Love <fx@gnu.org>
7619
7620 * emacs-lisp/find-func.el: Doc fixes.
7621 (find-function-regexp): Extend for define-generic-mode,
7622 define-derived-mode, easy-mmode-define-minor-mode.
7623
7624 1999-01-06 Dave Love <fx@gnu.org>
7625
7626 * progmodes/fortran.el (fortran-window-create): Account for scroll
7627 bar width.
7628
7629 * browse-url.el: Require (noerror) w3-auto when compiling.
7630 (browse-url-maybe-new-window): Make it a macro and revert last
7631 change to callers.
7632 (browse-url-w3): Require w3 for w3-fetch-other-window.
7633
7634 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7635
7636 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
7637 argument.
7638
7639 1999-01-06 Simon Marshall <simon@gnu.org>
7640
7641 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
7642
7643 * font-lock.el (font-lock-default-fontify-buffer): When using
7644 with-temp-message, use nil rather than current-message.
7645
7646 * lazy-lock.el (lazy-lock-unstall):
7647 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
7648 rather than current-message.
7649
7650 * fast-lock.el (fast-lock-save-cache-1):
7651 (fast-lock-cache-data): When using with-temp-message, use nil rather
7652 than current-message.
7653
7654 1999-01-06 Eli Zaretskii <eliz@gnu.org>
7655
7656 * international/codepage.el (cp-coding-system-for-codepage-1): Add
7657 the valid-codes property.
7658
7659 * international/mule-cmds.el (prefer-coding-system): Call
7660 set-coding-priority, so that the internal array of priorities is
7661 also updated.
7662
7663 * international/mule-util.el:
7664 (coding-system-change-eol-conversion,
7665 coding-system-change-text-conversion): Don't define here.
7666
7667 * international/mule-cmds.el: Define them here. Remove the
7668 autoload cookies.
7669
7670 1999-01-06 Andreas Schwab <schwab@gnu.org>
7671
7672 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
7673 if it was enabled before.
7674
7675 * view.el (View-revert-buffer-scroll-page-forward): Bind
7676 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
7677
7678 * files.el (recover-session): Preserve point when inserting
7679 explanation.
7680
7681 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
7682
7683 * cus-edit.el (custom-save-delete): Don't delete whitespace
7684 and comments before the sexp that is replaced.
7685
7686 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7687
7688 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
7689
7690 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
7691
7692 * vc.el (vc-dired-hook): Use the original value of
7693 dired-move-to-filename-regexp on lines that have not been
7694 reformatted yet.
7695 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
7696 file lines have already been reformatted.
7697
7698 1999-01-05 Dave Love <fx@gnu.org>
7699
7700 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
7701 buffer-local.
7702
7703 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
7704
7705 * progmodes/f90.el: Change of regular expressions for type to
7706 correct highlighting and identation. Some small fixes for
7707 compatibility with XEmacs.
7708
7709 1999-01-05 Stephen Eglen <stephen@gnu.org>
7710
7711 * mspools.el (mspools-vm-system-mail): Provide an alternative
7712 value based on rmail-spool-directory if $MAIL is not defined.
7713
7714 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
7715
7716 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
7717 (reftex-section-info): Handle negative section levels.
7718 (reftex-view-crossref-extra): New option.
7719 (reftex-view-crossref): Generalized to work in more places.
7720 (reftex-find-citation-regexp-format, reftex-find-reference-format,
7721 reftex-macros-with-labels, reftex-global-search-marker): New variables.
7722 (reftex-view-cite-locations-from-bibtex): New command.
7723 (reftex-view-regexp-match, reftex-global-search,
7724 reftex-global-search-continue): New functions.
7725 (reftex-extract-bib-entries): No error for non-existing BibTeX
7726 file, just a message.
7727 (reftex-extract-bib-entries): Better error handling.
7728 (reftex-select-with-char): Use `*RefTeX Select*' for selection
7729 help and force it on current frame.
7730 (reftex-default-bibliography): New function.
7731 (reftex-access-parse-file): Check consistency after loading a
7732 parse file. When inconsistent, enfore rescan.
7733 (reftex-check-parse-consistency): New function.
7734 (easy-menu-define): Options section drastically shortened.
7735
7736 1999-01-05 Kenichi Handa <handa@etl.go.jp>
7737
7738 * language/thai-util.el (thai-compose-string): New function.
7739
7740 1999-01-04 Inge Frick <inge@nada.kth.se>
7741
7742 * easymenu.el (easy-menu-define): Doc fix.
7743 (easy-menu-create-menu): New keyword :included.
7744 (easy-menu-do-add-item): New keyword :included. SUFFIX may
7745 be an expression, not only a string. Simulate style `button'.
7746 Use easy-menu-define-key-intern instead of easy-menu-define-key.
7747 (easy-menu-define-key-intern): New function.
7748 (easy-menu-add-item): Understand value returned from
7749 easy-menu-item-present-p and easy-menu-remove-item.
7750 (easy-menu-return-item): New function.
7751 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
7752
7753 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
7754
7755 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
7756 Use rmail-output-read-rmail-file-name to read the file name.
7757 Always call rmail-output-to-rmail-file noninteractively.
7758 When count > 1, do the loop here.
7759 Handle rmail-delete-after-output here.
7760 (rmail-summary-output): Similar changes.
7761
7762 * mail/rmailout.el: Provide `rmailout'.
7763 (rmail-output-read-rmail-file-name): New function.
7764 (rmail-output-to-rmail-file): Use that.
7765 (rmail-output-read-file-name): New function.
7766 (rmail-output): Use that.
7767
7768 * files.el (find-file-noselect): Let /: suppress wildcard matching.
7769 Error if wildcard matches no files.
7770
7771 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
7772
7773 * menu-bar.el (clipboard-yank): Doc fix.
7774
7775 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
7776
7777 1998-12-31 Markus Rost <rost@delysid.gnu.org>
7778
7779 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
7780
7781 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
7782
7783 * rmail.el (rmail-encode-string): Make sure mask value is
7784 positive; (emacs-pid) returns a negative number on Windows 9x
7785 which causes odd behaviour.
7786
7787 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
7788
7789 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
7790 and about w32-* variables unless on Windows/NT.
7791
7792 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
7793
7794 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
7795 if buffer is modified; ask about all modified buffers.
7796
7797 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
7798
7799 * simple.el (what-cursor-position): Fix previous change.
7800
7801 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
7802
7803 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
7804 from paragraph-start.
7805
7806 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
7807
7808 * international/mule-cmds.el (prefer-coding-system): If the
7809 argument requires specific EOL conversion type, make the default
7810 coding systems use that.
7811
7812 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
7813
7814 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
7815 Use shell-command-on-region.
7816 (m4-start-m4, m4-end-m4): Functions deleted.
7817
7818 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
7819
7820 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
7821
7822 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7823
7824 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
7825 to compose-mail in the correct places and as a list.
7826
7827 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
7828
7829 * page-ext.el: Added mouse-selection feature for pages directory buffer.
7830 (pages-directory-map): Bind mouse-2
7831 (pages-copy-header-and-position): Put text property.
7832 (pages-directory-goto-with-mouse): New function.
7833
7834 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
7835
7836 * international/codepage.el (cp-make-coding-systems-for-codepage):
7837 Doc fix.
7838 (cp-coding-system-for-codepage-1): Likewise.
7839
7840 1998-12-29 Kenichi Handa <handa@etl.go.jp>
7841
7842 * language/thai-util.el (thai-post-read-conversion): Handle Thai
7843 composition sequence correctly here instead of calling
7844 thai-compose-region.
7845
7846 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
7847 newline in multibyte buffer, if previous or next character is a
7848 composite char, check the first component of the composite char.
7849
7850 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
7851
7852 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
7853 and track-mouse.
7854
7855 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7856
7857 * mail/sendmail.el (mail-yank-original): Remove text properties
7858 after insertion.
7859 (mail-yank-region): Barf if no mark is set in the message
7860 being replied to.
7861
7862 * help.el (function-called-at-point): First look for function at point.
7863
7864 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
7865
7866 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
7867
7868 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
7869
7870 * simple.el (what-cursor-position): Print character encoding also.
7871
7872 1998-12-26 Dave Love <fx@gnu.org>
7873
7874 * textmodes/flyspell.el: If local-maps work, don't put
7875 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
7876 in flyspell-mouse-map (only).
7877 (flyspell-use-local-map): New variable.
7878 Use a different mouse-2 binding in that case,
7879 and don't add to minor-mode-map-alist.
7880 (make-flyspell-overlay, flyspell-correct-word):
7881 Test flyspell-use-local-map.
7882
7883 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
7884
7885 * files.el (file-expand-wildcards): Handle wildcards in directory name.
7886 Be careful about whether to return a relative file name,
7887 and if so, relative to what directory.
7888
7889 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
7890
7891 * emacs-lisp/easymenu.el (easy-menu-get-map):
7892 Change global map only if this menu exists in the global map already,
7893 and not in the local map.
7894 (easy-menu-do-add-item): Fix error message.
7895
7896 * foldout.el (foldout-inhibit-key-bindings):
7897 Avoid concatenating onto outline-minor-mode-prefix.
7898 Make a new keymap for that prefix, if it does not already have one.
7899
7900 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
7901
7902 * cperl-mode.el:
7903 Can use linear algorithm for indentation if Emacs supports it.
7904 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
7905 (cperl-after-block-p): Likewise.
7906 (cperl-after-block-and-statement-beg): Likewise.
7907 (cperl-after-block-p): After END/BEGIN we are a block.
7908 (cperl-after-expr-p): Skip labels when checking
7909 (cperl-indent-region): Make a marker for END - text added/removed.
7910 Disable hooks during the call (how to call them later?).
7911 Now indents 820-line-long function in 6.5 sec (including
7912 syntaxification) the first time (when buffer has few
7913 properties), 7.1 sec the second time.
7914 (cperl-indent-region): Do not indent whitespace lines
7915 (cperl-style-alist)
7916 Include `cperl-merge-trailing-else' where the value is clear.
7917 (cperl-styles-entries): Likewise.
7918 (cperl-problems): Improvements to docs.
7919 (cperl-tips): Likewise.
7920 (cperl-non-problems): Likewise.
7921 (cperl-mode): Make lazy syntaxification possible.
7922 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
7923 `font-lock-unfontify-region-function' was set to a wrong function.
7924
7925 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
7926 restart syntaxification. Changed so that -d ?foo? is a RE. Do
7927 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
7928 but 1<<6 was considered as HERE-doc.
7929 <file/glob> made into a string.
7930 Postpone addition of faces after syntactic step.
7931 Recognition of <FH> was wrong.
7932 Highlight `gem' in s///gem as a keyword. `qr' recognized.
7933 Knows that split// is null-RE.
7934 Highlights separators in 3-parts expressions as labels.
7935 <> was considered as a glob.
7936 Would err if the last line is `=head1'.
7937 $a-1 ? foo : bar; was a considered a regexp.
7938 `<< (' was considered a start of HERE-doc.
7939 mark qq[]-etc sections as syntax-type=string
7940 Was not processing sub protos after a comment ine.
7941 Was treating $a++ <= 5 as a glob.
7942 Tolerate unfinished REx at end-of-buffer.
7943 `unwind-protect' was left commented.
7944 / and ? after : start a REx.
7945
7946 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
7947 Better default, customizes to `message' too, off in text-mode.
7948
7949 (cperl-array-face): Renamed from `font-lock-emphasized-face',
7950 `defface'd.
7951 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
7952 `defface'd.
7953 (cperl-emacs-can-parse): New state variable.
7954 (cperl-indent-line): Corrected to use global state.
7955 (cperl-calculate-indent): Likewise.
7956 (cperl-fix-line-spacing): Likewise (not used yet).
7957 (cperl-calculate-indent): Did not consider `,' as
7958 continuation mark for statements.
7959 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
7960 Remove another parse-data optimization at toplevel: would
7961 indent correctly.
7962 Correct for labels when calculating indentation of continuations.
7963 Docstring updated.
7964 (cperl-choose-color): Converted to a function (to be
7965 compilable in text-mode).
7966 (cperl-dark-background): Disable without window-system.
7967 Do `defface' only if window-system.
7968 (cperl-fix-line-spacing): Sped up to bail out early.
7969 (x-color-defined-p): Was not compiling on XEmacs
7970 Was defmacro'ed with a tick. Remove another def.
7971 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
7972 (cperl-unwind-to-safe): New function.
7973 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
7974 (cperl-fontify-syntaxically): Unwinds start and end to go out of
7975 long strings (not very successful).
7976 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
7977 Highlight the starting // in s//foo/ as function-name.
7978 Emit a meaningful error instead of a cryptic one for an
7979 uncomplete REx near end-of-buffer.
7980
7981 (cperl-electric-keyword): `qr' recognized.
7982 (cperl-electric-else): Likewise
7983 (cperl-to-comment-or-eol): Likewise
7984 (cperl-make-regexp-x): Likewise
7985 (cperl-init-faces): Likewise, and `lock' (as overridable?).
7986 Corrected to use new macros;
7987 `if' for copying `reference-face' to `constant-face' was backward.
7988 remove init `font-lock-other-emphasized-face',
7989 `font-lock-emphasized-face', `font-lock-keyword-face'.
7990 Interpolate `cperl-invalid-face'.
7991 (cperl-make-regexp-x): Misprint in a message.
7992 (cperl-syntaxify-unwind): New configuration variable
7993 (cperl-fontify-m-as-s): New configuration variable
7994 (cperl-electric-pod): Check for after-expr was performed
7995 inside of POD too.
7996 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
7997 (cperl-clobber-mode-lists): New configuration variable.
7998 (cperl-not-bad-style-regexp): Updated.
7999 Init: `cperl-is-face' was busted.
8000 (cperl-make-face): New macros.
8001 (cperl-force-face): New macros.
8002 (font-lock-other-type-face): Done via `defface' too.
8003 (cperl-nonoverridable-face): New face. Renamed from
8004 `font-lock-other-type-face'.
8005 (cperl-init-faces-weak): Use `cperl-force-face'.
8006 (cperl-comment-indent): Commenting __END__ was not working.
8007 (cperl-indent-for-comment): Likewise.
8008 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
8009 When removing old TAGS info was not relativizing filename.
8010 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
8011 Another try to work around XEmacs problems. Better progress messages.
8012 (toplevel): Require custom unprotected => failure on 19.28.
8013 (cperl-xemacs-p): Defined when compile too
8014 (cperl-find-tags): Was writing line/pos in a wrong order,
8015 pos off by 1 and not at beg-of-line.
8016 (cperl-etags-snarf-tag): New macro
8017 (cperl-etags-goto-tag-location): New macro
8018 (cperl-version): New variable. New menu entry
8019 random docstrings: References to "future" 20.3 removed.
8020 Menu was described as `CPerl' instead of `Perl'
8021 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
8022 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
8023 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
8024 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
8025 `font-lock-reference-face', `font-lock-keyword-face'.
8026 Use `eval-after-load'.
8027 Remove not-CPerl-related faces.
8028 (cperl-tips-faces): New variable and an entry into Mini-docs.
8029 (cperl-indent-exp): Was not processing else-blocks.
8030 (cperl-get-state): NOP line removed.
8031 (cperl-ps-print): New function and menu entry.
8032 (cperl-ps-print-face-properties): New configuration variable.
8033 (cperl-invalid-face): New configuration variable.
8034 (perl-font-lock-keywords): Highlight trailing whitespace
8035 (cperl-contract-levels): Documentation corrected.
8036 (cperl-contract-level): Likewise.
8037 (cperl-ps-extend-face-list): New macro.
8038 (cperl-invalid-face): Change to ''underline.
8039
8040 1998-12-25 Markus Rost <rost@delysid.gnu.org>
8041
8042 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
8043 for read-file-name.
8044 (rmail-output-to-rmail-file): Likewise.
8045
8046 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
8047
8048 * emacs-lisp/easymenu.el (easy-menu-get-map):
8049 If MENU is nil, use global menu-bar map.
8050 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
8051 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
8052
8053 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8054
8055 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
8056
8057 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8058
8059 * ps-print.el (ps-print-version): New version number (4.1.3).
8060
8061 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
8062
8063 * international/mule-cmds.el: Use make-sparse-keymap instead of
8064 define-prefix-key when defining MULE menu items.
8065
8066 * info.el (Info-node-at-bob-matching): New function.
8067 (Info-find-node, Info-build-node-completions): Call it.
8068
8069 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
8070
8071 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
8072 when this is an autoloaded keymap.
8073
8074 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
8075
8076 * international/codepage.el (cp-coding-system-for-codepage-1):
8077 Create separate encoders and decoders, for DOS and Unix. Make the
8078 usual family of 3 coding systems, so that automatic detection of
8079 EOL type works.
8080 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
8081 Unix-specific symbols here, and don't call
8082 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
8083 Handa <handa@etl.go.jp>.)
8084
8085 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
8086
8087 * term/internal.el (IT-character-translations): New variable, an
8088 alist used to display characters for which there's no glyphs in
8089 the current codepage.
8090 (IT-display-table-setup): New function, sets up the DOS terminal
8091 for a given codepage.
8092 (dos-codepage-setup): New function, sets up the MULE environment
8093 for the current value of dos-codepage.
8094 (top-level if): In the multibyte mode, turn on
8095 unibyte-display-via-language-environment. In the unibyte mode,
8096 set up the special syntax tables to map lower- to upper case and
8097 back.
8098
8099 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
8100
8101 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
8102 (speedbar-frame-plist) Remove useless comments.
8103 (speedbar-frame-mode) Do not specify height if it is in the param list.
8104 Use default y position w/out changing it.
8105 If default x position is a list, keep, calculate the non-list X
8106 value when devining an initial position.
8107 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
8108 (speedbar-tag-group-name-minimum-length): New variable.
8109 (speedbar-frame-parameter): New compatibility function.
8110 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
8111 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
8112 groups to keep things in the right order, and to help with some
8113 naming conventions.
8114 (speedbar-create-tag-hierarchy): Enable buffer local version of
8115 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
8116 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
8117 the case, derive it from the cursor location in speedbar.
8118
8119 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
8120
8121 * international/mule-cmds.el (set-language-environment): On MS-DOS
8122 terminals, install DOS-specific nonascii-translation-table if the
8123 language info doesn't specify one. Pass the default eol-type to
8124 set-language-environment-coding-systems.
8125 (set-default-coding-systems): Copy the eol-type property for the
8126 new default values of {buffer-file,process}-coding-system from the
8127 old defaults.
8128 (set-language-environment-coding-systems): Accept an optional
8129 argument EOL-TYPE, and set the eol-type property of the default
8130 coding systems accordingly.
8131 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
8132 (set-keyboard-coding-system): Likewise.
8133 (set-default-coding-systems): Don't set
8134 default-terminal-coding-system on MS-DOS to anything but nil.
8135 (prefer-coding-system): Describe in the doc string that
8136 default-terminal-coding-system is not changed on MS-DOS.
8137 (set-language-environment): For MS-DOS, set standard syntax table
8138 and display table for all characters with code above 127.
8139 (standard-display-european-internal): For MS-DOS, pass all
8140 characters with code above 127 directly to the terminal, and don't
8141 remap characters 160 and 146 in the unibyte case.
8142
8143 * international/codepage.el: New file.
8144
8145 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8146
8147 * diary-lib.el (diary-float): Fix end-of-year error and typos in
8148 comments.
8149
8150 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
8151
8152 * map-ynp.el (map-y-or-n-p): Ignore input methods.
8153
8154 * subr.el (read-passwd): Likewise.
8155
8156 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
8157
8158 * info.el (Info-find-node): Add 1 to the position read from the
8159 tag table. Don't fail if the node delimiter ^_ is the first
8160 character in the file.
8161 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
8162 first character in the file.
8163 (Info-read-subfile): Likewise.
8164 (Info-select-node): Likewise.
8165 (Info-build-node-completions): Likewise.
8166
8167 1998-12-16 Richard Stallman <rms@gnu.org>
8168
8169 * term/x-win.el (x-cut-buffer-or-selection-value):
8170 If clipboard is enabled, try it before PRIMARY selection.
8171
8172 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
8173
8174 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
8175 insert c-cedilla and C-cedilla respectively, like in latin-1.
8176
8177 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
8178
8179 * language/hebrew.el: Don't use sublists in the flags argument
8180 passed to make-coding-system.
8181
8182 1998-12-15 Kenichi Handa <handa@etl.go.jp>
8183
8184 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
8185 list of character sets found by find-charset-region.
8186
8187 * ps-mule.el: Always require ps-print. Move some function
8188 definitions for Emacs 20.2 and the earlier to ps-print.el.
8189 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
8190
8191 * ps-print.el: Define several functions for Emacs 20.2 and the
8192 earlier version.
8193 (ps-printer-name): Check if printer-name is bound.
8194
8195 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8196
8197 * ps-mule.el: Programming uniformization and little code improvement.
8198 (ps-mule-prepare-font): Programming uniformization.
8199 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
8200 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
8201
8202 * ps-bdf.el: Programming uniformization and little code improvement.
8203 (bdf-search-and-read): New fun.
8204 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
8205 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
8206 (bdf-info-relative-compose, bdf-info-baseline-offset)
8207 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
8208 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
8209 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
8210 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
8211 improvement.
8212
8213 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8214
8215 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
8216 and mule related code extraction. Autoload ps-mule funs.
8217
8218 * ps-mule.el: Doc fix. Require ps-print only when compiled.
8219 (ps-mule-prologue-generated): New fun.
8220 (ps-mule-plot-string): Add autoload cookie.
8221 (ps-mule-begin-job): Call ps-mule-prologue-generated.
8222
8223 1998-12-15 Kenichi Handa <handa@etl.go.jp>
8224
8225 * ps-bdf.el: Require ps-mule instead of ps-print.
8226 (bdf-directory-list): Add autoload cookie.
8227
8228 * ps-mule.el: New file. Mule related code extracted from
8229 ps-print.el. Require ps-print, provide ps-mule.
8230 (ps-multibyte-buffer): Add autoload cookie.
8231 (ps-mule-prepare-ascii-font): New fun.
8232 (ps-mule-set-ascii-font): New fun.
8233 (ps-mule-skip-same-charset): Fun deleted.
8234 (ps-mule-plot-string): Set ps-mule-current-charset.
8235 (ps-mule-initialize): Add autload cookie. Don't set
8236 ps-mule-font-info-database here.
8237 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
8238 ps-mule-font-info-database and ps-control-or-escape-regexp.
8239 (ps-mule-begin-page): New fun.
8240
8241 * ps-print.el: Mule related code moved to ps-mule.el.
8242 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
8243 check ps-mule-charset-list.
8244 (ps-begin-page): Don't set ps-mule-current-charset, instead call
8245 ps-mule-begin-page.
8246 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
8247 (ps-plot-region): Don't set ps-mule-current-charset, instead call
8248 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
8249 instead skip same charsets by itself.
8250 (ps-generate): Call ps-mule-initialize of needs-begin-file is
8251 non-nil. Call ps-mule-begin-job.
8252
8253 1998-12-15 Kenichi Handa <handa@etl.go.jp>
8254
8255 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
8256 instead of bdf.
8257
8258 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
8259 (ps-mule-external-libraries): New element FEATURE.
8260 (ps-mule-init-external-library): Ajusted for the above change.
8261 (ps-mule-generate-font): Likewise.
8262 (ps-mule-generate-glyphs): Likewise.
8263 (ps-mule-prepare-font): Likewise.
8264 (ps-mule-initialize): Likewise.
8265 (ps-begin-file): Superfluous tailing parenthesis deleted.
8266
8267 1998-12-15 Kenichi Handa <handa@etl.go.jp>
8268
8269 * international/fontset.el (x-decompose-font-name): If PATTERN
8270 doesn't have any wild cards, return a vector made from a name that
8271 is found by x-resolve-font-name found. Comments added.
8272
8273 * international/mule-cmds.el (find-coding-systems-for-charsets):
8274 Handle the case of unknown charset.
8275 (find-multibyte-characters): If invalid multibyte characters are
8276 found, return the corresponding strings instead of character
8277 codes.
8278 (find-multibyte-characters): Adjusted for the above change.
8279 (select-safe-coding-system): For a unibyte buffer, always returns
8280 DEFAULT-CODING-SYSTEM.
8281 (get-charset-property): Fix previous change. Make it a function.
8282 (put-charset-property): Make it a function.
8283
8284 * international/mule.el (make-coding-system): Set mime-charset
8285 property of *-with-esc coding system to nil.
8286
8287 * international/quail.el (quail-point-in-conversion-region): New
8288 function.
8289 (quail-conversion-backward-delete-char): When a key sequence is
8290 being translated, call quail-delete-last-char.
8291
8292 * language/devan-util.el
8293 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
8294 handle devanagari-decomposition-rules.
8295
8296 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
8297
8298 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
8299 tex-start-options-string to empty string.
8300 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
8301
8302 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
8303
8304 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
8305 5xx responses are already handled properly).
8306
8307 1998-12-13 Richard Stallman <rms@gnu.org>
8308
8309 * progmodes/compile.el (compilation-error-regexp-alist): Insist
8310 on a non-digit in the file name.
8311
8312 * simple.el (comment-region): Handle comment-padding
8313 separately for insertion and for deletion, in the right way for each.
8314
8315 1998-12-13 Felix Lee <flee@cygnus.com>
8316
8317 * progmodes/compile.el (compilation-error-regexp-alist): Fix
8318 regexp to match "ChangeLog:1:1998-12-09 ..."
8319
8320 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
8321
8322 * cus-start.el (dos-unsupported-char-glyph): Add.
8323
8324 1998-12-11 Dave Love <fx@gnu.org>
8325
8326 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
8327 forward-sexp in condition-case.
8328
8329 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8330 Remove unnecessary test on `library' for explicit file name.
8331 Widen scope of save-match-data.
8332
8333 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
8334
8335 * international/mule.el (load-with-code-conversion): If the loaded
8336 file was inserted with no-conversion or raw-text coding system,
8337 make the buffer unibyte.
8338
8339 1998-12-09 Richard Stallman <rms@gnu.org>
8340
8341 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8342 Get rid of nested loops.
8343
8344 * mouse.el (mouse-drag-vertical-line):
8345 If WHICH-SIDE is not `right', then scroll bars are on the left.
8346
8347 * loadhist.el (load-history-loaded): defvar moved to help.el.
8348
8349 * help.el (symbol-file-load-history-loaded): Variable renamed,
8350 and defvar moved from loadhist.el.
8351 (symbol-file): Renamed from describe-function-find-file.
8352 Load fns-VERSION.el here.
8353 (describe-variable, describe-function-1): Use symbol-file.
8354
8355 * textmodes/tex-mode.el (tex-generate-zap-file-name):
8356 Don't start the name with #.
8357
8358 * ispell.el: Take out the eval-when's.
8359
8360 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
8361
8362 * dirtrack.el (dirtrack-directory-change-hook): New hook.
8363 (dirtrack): Run it. Make debug message more verbose.
8364
8365 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
8366
8367 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
8368 name of the abbrev table, and provide support for XEmacs.
8369 (octave-xemacs-p): New variable.
8370
8371 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8372
8373 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
8374 exit, when mail-interactive is nil.
8375
8376 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
8377
8378 * files.el (after-find-file): Message fix.
8379
8380 1998-12-09 Ken Stevens <stevens@kdstevens.com>
8381
8382 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
8383
8384 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
8385
8386 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
8387 filenames using backslashes.
8388
8389 1998-12-09 Dave Love <fx@gnu.org>
8390
8391 * browse-url.el (browse-url-mail): Call compose-mail-other-window
8392 with correct number of args.
8393 (browse-url-maybe-new-window): New arg. Callers changed.
8394
8395 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
8396 comment.
8397
8398 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
8399
8400 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
8401
8402 1998-12-08 Markus Rost <rost@delysid.gnu.org>
8403
8404 * vc.el (vc-rcs-release): Fix Type.
8405 (vc-sccs-release): Fix Type.
8406 (vc-cvs-release): Fix Type.
8407
8408 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
8409 arg work right.
8410
8411 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
8412 output of last undeleted message.
8413
8414 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
8415
8416 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
8417 (buffer-undo-list) [windows-nt]: Use different relative path.
8418
8419 1998-12-07 Simon Marshall <simon@gnu.org>
8420
8421 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
8422
8423 1998-12-05 Markus Rost <rost@delysid.gnu.org>
8424
8425 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
8426
8427 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
8428
8429 1998-12-04 Markus Rost <rost@delysid.gnu.org>
8430
8431 * info.el (Info-menu): Don't return error if point is between menu
8432 header and first menu item.
8433
8434 1998-12-04 Dave Love <fx@gnu.org>
8435
8436 * help.el (describe-function-1): Fix description for alias.
8437
8438 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
8439
8440 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
8441 specifications from summary line.
8442
8443 * rect.el (delete-whitespace-rectangle): Mark for autoload.
8444 (close-rectangle): Define alias only once in loaddefs.el.
8445
8446 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
8447
8448 * term/internal.el: Remove code which sets up a special syntax
8449 table for non-ASCII characters.
8450
8451 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
8452
8453 * dos-w32.el (direct-print-region-function): Try to ensure that
8454 printer-name is expanded to a file name on a local drive;
8455 sometimes printing a file loaded from a network volume fails.
8456 (direct-print-region-function): Add a function to
8457 write-region-annotate-functions to append a formfeed character to
8458 the region being printed, if the region doesn't end with a
8459 formfeed already. This avoids creating a second print job
8460 containing a blank page when print spooling is enabled on Windows.
8461
8462 1998-12-02 Dave Love <fx@gnu.org>
8463
8464 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
8465 `Info-goto-node'.
8466
8467 1998-12-02 Richard Stallman <rms@gnu.org>
8468
8469 * help.el (temp-buffer-resize-mode): Doc fix.
8470
8471 * cus-edit.el (custom-save-delete): Save point before
8472 reading a sexp, rather than backing up.
8473
8474 * international/iso-transl.el: Fix previous change.
8475
8476 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
8477
8478 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
8479 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
8480 Added defvars to suppress compilation warnings.
8481
8482 1998-11-30 Ken Stevens <k.stevens@ieee.org>
8483
8484 * ispell.el: Improved and fixed customize for variables:
8485 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
8486 ispell-dictionary-alist, ispell-skip-sgml.
8487 Improved and fixed comments in variables and messages for
8488 functions: ispell-help-in-bufferp, ispell-local-dictionary,
8489 ispell-menu-map, ispell-checking-message, ispell-parser,
8490 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
8491 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
8492 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
8493 ispell-message-text-end, ispell-add-per-file-word-list.
8494 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
8495 system is now required for all languages. Casechars improved for
8496 castellano, castellano8, and norsk dictionaries. Dictionary
8497 norsk7-tex added. Dictionary polish added.
8498 (ispell-dictionary-alist): Redefined at load-time to support
8499 dictionary changes.
8500 (ispell-menu-map): Redefined at load-time to support menu changes.
8501 (ispell-check-version): New alias for `check-ispell-version'.
8502 (ispell-parse-output): Fixed matching for ispell error messages.
8503 Correctly returns spelling suggestions in order generated by ispell
8504 process.
8505 (check-ispell-version): Ensure `case-fold-search' doesn't get
8506 redefined.
8507 (ispell-complete-word): Ensure `case-fold-search' doesn't get
8508 redefined. Fix bug that didn't respect case of word being completed.
8509 (ispell-init-process): Set process coding system to be compatible
8510 with emacs processes and the ispell process.
8511 (ispell-kill-ispell): Ensures ispell process has terminated before
8512 starting new process. This can otherwise confuse process filters
8513 and hang the ispell process.
8514 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
8515 skipping support for sgml.
8516 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
8517 which could cause `ispell-complete-word' to hang.
8518 (ispell-message): Improved message reference matching. Ensure
8519 `case-fold-search' doesn't get redefined.
8520 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
8521 get redefined. Fixed bug in returning to nroff mode from tex mode.
8522 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
8523 get redefined.
8524
8525 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
8526
8527 * textmodes/flyspell.el (flyspell-check-word-p):
8528 Don't delay inside a kbd macro.
8529
8530 * subr.el (make-local-hook): Return the hook variable.
8531
8532 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
8533
8534 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
8535 Use a timer instead of post-command-hook.
8536 (hscroll-timer): New variable.
8537
8538 1998-11-30 Dave Love <fx@gnu.org>
8539
8540 * help.el (help-xref-button): Do nothing if text already has the
8541 help-xref property.
8542 (describe-variable): Revert previous change to hyperlink to source.
8543
8544 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
8545
8546 * bindings.el (features): Add `base64' to this list.
8547
8548 * loadhist.el (symbol-file): Doc fix.
8549
8550 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
8551
8552 * files.el (hack-one-local-variable): Cope with non-file buffers.
8553
8554 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
8555
8556 * help.el (describe-mode): Put major mode first.
8557
8558 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
8559 to support special-display and same-window features.
8560
8561 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
8562
8563 * simple.el (transpose-subr, transpose-subr-1): Rename variables
8564 bound in one function and used in the other.
8565 (transpose-subr-start1, transpose-subr-start2): Add defvars.
8566 (transpose-subr-end1, transpose-subr-end2): Add defvars.
8567
8568 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
8569
8570 * autoinsert.el (auto-insert-alist): Use user-mail-address.
8571
8572 1998-11-26 Kenichi Handa <handa@etl.go.jp>
8573
8574 * international/ccl.el (ccl-dump-translate-character-const-tbl):
8575 Give format correct control string.
8576
8577 * international/mule.el (define-translation-table): Fix bug of
8578 setting incorrect translation-table-id. If the first element of
8579 ARGS is a translation table, just register it.
8580
8581 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
8582 property.
8583
8584 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
8585
8586 * thingatpt.el (thing-at-point-url-at-point): Don't use current
8587 syntax table to determine what is whitespace.
8588
8589 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
8590
8591 * frame.el (frame-parameter): Doc fix.
8592
8593 * textmodes/tex-mode.el (tex-feed-input): New function.
8594 (tex-define-common-keys): Add binding for C-c C-m.
8595
8596 1998-11-23 Dave Love <fx@gnu.org>
8597
8598 * progmodes/fortran.el: Various minor doc fixes.
8599 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
8600 (fortran-with-subprogram-narrowing): New macro.
8601 (fortran-check-for-matching-do): Use it.
8602 (fortran-end-do): Use fortran-check-end-prog-re.
8603 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
8604 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
8605
8606 1998-11-23 Simon Marshall <simon@gnu.org>
8607
8608 * font-lock.el (font-lock-defaults): Doc fix.
8609 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
8610 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
8611
8612 * lazy-lock.el (lazy-lock-unstall):
8613 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
8614
8615 * fast-lock.el (fast-lock-save-cache-1):
8616 (fast-lock-cache-data): Rewritten to use with-temp-message.
8617
8618 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
8619
8620 * mail/rmail.el (rmail-set-message-counters-counter): Detect
8621 messages that have been added with DOS line endings and convert
8622 the line endings for such messages.
8623
8624 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
8625
8626 * help.el: Add resizing of temporary buffers.
8627 (temp-buffer-resize-mode): New command and variable.
8628 (temp-buffer-max-height): New variable.
8629 (resize-temp-buffer-window): New function.
8630
8631 * window.el (window-buffer-height): New function, split from
8632 shrink-window-if-larger-than-buffer.
8633 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
8634
8635 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
8636
8637 * frame.el (initial-frame-alist): Add defcustom.
8638
8639 * shell.el (shell-prompt-pattern): Add defcustom.
8640
8641 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8642
8643 * message.el (message-ignored-supersedes-headers): Remove
8644 NNTP-Posting-Date.
8645
8646 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
8647
8648 * help.el (describe-mode): Don't avoid loop indirecting thru
8649 value of INDICATOR.
8650
8651 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
8652
8653 * help.el (describe-variable): Allow any variable with a defcustom,
8654 even if it is not a user variable.
8655
8656 * mail/rmail.el (mail-unsent-separator): Additional alternative.
8657
8658 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
8659
8660 * gnus/nntp.el (nntp-request-group): Allow for failures when
8661 requesting a new group.
8662
8663 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8664
8665 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
8666
8667 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8668
8669 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
8670
8671 1998-11-19 Simon Marshall <simon@gnu.org>
8672
8673 * subr.el (with-temp-message): New macro.
8674
8675 * emacs-lisp/lisp-mode.el (with-temp-message):
8676 Add lisp-indent-function property.
8677
8678 1998-11-18 Dave Love <fx@gnu.org>
8679
8680 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
8681
8682 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
8683
8684 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
8685 This is not obsolete.
8686
8687 1998-11-18 Kenichi Handa <handa@etl.go.jp>
8688
8689 * textmodes/picture.el: Make a new map by make-keymap.
8690 (picture-desired-column): New variable.
8691 (picture-update-desired-column): New function.
8692 (picture-beginning-of-line): Set picture-desired-column to 0.
8693 (picture-end-of-line): Set picture-desired-column to the current
8694 column.
8695 (picture-forward-column): Pay attention to multi-column character.
8696 (picture-backward-column): Likewise.
8697 (picture-move-down): Likewise.
8698 (picture-move-up): Likewise.
8699 (picture-movement-nw): With prefix arg, move twice columns.
8700 (picture-movement-ne): Likewise.
8701 (picture-movement-sw): Likewise.
8702 (picture-movement-se): Likewise.
8703 (picture-set-motion): Handle two-column movements.
8704 (picture-move): Call picture-move-down or picture-forward-column
8705 only when necessary.
8706 (picture-insert): Pay attention to picture-desired-column.
8707 (picture-self-insert): Likewise.
8708 (picture-clear-column): Pay attention to multi-column character.
8709 (picture-mode): Modify doc-string for two-column movement.
8710
8711 * rect.el (move-to-column-force): New function.
8712 (operate-on-rectangle): If coerce-tabs is non-nil, call
8713 move-to-column-force instead of move-to-column.
8714 (insert-rectangle): Call move-to-column-force instead of
8715 move-to-column.
8716 (open-rectangle-line): If begextra is not zero, call
8717 move-to-column-force.
8718
8719
8720 1998-11-16 Dave Love <fx@gnu.org>
8721
8722 * textmodes/sgml-mode.el Require skeleton when compiling.
8723 (sgml-font-lock-keywords-1): Accept single-letter tags.
8724 (v2): Defvar free variable.
8725
8726 1998-11-16 Sam Steingold <sds@goems.com>
8727
8728 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
8729 macro, not ELisp one.
8730
8731 1998-11-16 Kenichi Handa <handa@etl.go.jp>
8732
8733 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
8734 characters to symbol.
8735
8736 * language/japan-util.el (japanese-zenkaku-region): New optional
8737 arg KATAKANA-ONLY.
8738
8739 1998-11-16 Kenichi Handa <handa@etl.go.jp>
8740
8741 * international/mule.el
8742 (after-insert-file-set-buffer-file-coding-system): If the buffer
8743 is changed to unibyte, return inserted bytes.
8744
8745 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
8746 and link names if necessary.
8747 (tar-header-block-summarize): Handle the case that file or link
8748 names are multibyte.
8749 (tar-summarize-buffer): At first set the current buffer unibyte,
8750 then if there are multibyte file names, change it to multibyte.
8751 (tar-mode): Get char position from tar-header-offset.
8752 (tar-extract): Avoid multibyte<->unibyte conversion in
8753 insert-buffer-subsring by setting both buffers unibyte
8754 temporarily.
8755 (tar-copy): Set the buffer unibyte while doing a work. Write
8756 without code conversion.
8757 (tar-expunge): Set the buffer unibyte while doing a work.
8758 (tar-alter-one-field): Likewise.
8759 (tar-clear-modification-flags): Compare byte position with
8760 tar-header-offset.
8761 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
8762 insert-buffer-subsring by setting both buffers unibyte
8763 temporarily. Pay attention to multibyteness while updating the
8764 descriptor-line.
8765 (tar-mode-write-file): Write without code conversion.
8766
8767 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8768
8769 * nngateway.el: Require cl.
8770
8771 1998-11-15 Dave Love <fx@gnu.org>
8772
8773 * progmodes/fortran.el: Fix previous change:
8774 (fortran-end-prog-re1): Changed.
8775 (fortran-check-end-prog-re): New function.
8776 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
8777
8778 1998-11-13 Tom Breton <tob@world.std.com>
8779
8780 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
8781 GNU Emacs.
8782
8783 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
8784
8785 * textmodes/reftex.el: (reftex-finding-files): Group documentation
8786 fixed.
8787 (reftex-toc-toggle-file-boundary,
8788 reftex-toc-toggle-labels,
8789 reftex-toc-toggle-context,reftex-find-start-point): New functions.
8790 (reftex-toc-include-labels, reftex-toc-include-context,
8791 reftex-toc-include-file-boundaries,
8792 reftex-toc-keep-other-windows): New options.
8793 (reftex-use-text-after-label-as-context): Option removed.
8794 (reftex-extract-bib-entries): Protect use in non-latex
8795 buffers.
8796 (reftex-toc-visit-location): Renamed from
8797 `reftex-toc-visit-line'.
8798 (reftex-latin1-to-ascii): Works now with and without Mule.
8799 (reftex-truncate): Removed special stuff for Emacs 20.2.
8800 (reftex-get-offset): Made more general.
8801 (reftex-show-label-location): Renamed from
8802 `reftex-select-label-callback'.
8803 (reftex-pop-to-label): Function removed (using
8804 `reftex-show-label-location' instead.
8805 (reftex-insert-docstruct): Renamed from
8806 `reftex-make-and-insert-label-list'. Function args changed.
8807 (reftex-toc): Now uses `reftex-insert-docstruct' and
8808 `reftex-find-start-point'.
8809 (reftex-select-item): Use `reftex-find-start-point'.
8810 (reftex-toc-visit-line): Can display labels and file
8811 boundaries.
8812 (reftex-TeX-master-file): `(TeX-master-file)' protected.
8813
8814 1998-11-12 Sam Steingold <sds@goems.com>
8815
8816 * browse-url.el (browse-url): Handle the case when
8817 `browse-url-browser-function' is a lambda list.
8818
8819 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
8820
8821 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
8822 version string.
8823 * loadhist.el (symbol-file): Likewise
8824
8825 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
8826
8827 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
8828
8829 1998-11-11 Sam Steingold <sds@goems.com>
8830
8831 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
8832 `run-lisp' instead of signalling an error.
8833
8834 1998-11-11 Karl Heuer <kwzh@gnu.org>
8835
8836 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
8837
8838 1998-11-11 Richard Stallman <rms@gnu.org>
8839
8840 * vc-hooks.el (vc-toggle-read-only): Doc fix.
8841
8842 1998-11-11 Per Starback <starback@update.uu.se>
8843
8844 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
8845 renamed svenska8 to svenska, and fixed and extended CASECHARS
8846 for it.
8847
8848 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
8849
8850 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
8851 handling if setpagedevice is not available.
8852 (ps-begin-file): Fix typo.
8853
8854 1998-11-11 Kenichi Handa <handa@etl.go.jp>
8855
8856 * international/mule-util.el (compose-chars-component): Signal
8857 error if CH is a rule-based composition character.
8858 (compose-chars): Signal error if an already compsed character is
8859 going to be composed by rule-base.
8860
8861 * term/x-win.el: If a resolved ASCII font name doesn't conform to
8862 full XLFD, don't try to get information of WEIGHT and SLANT from
8863 that font name.
8864
8865 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
8866
8867 * dos-w32.el (set-default-process-coding-system): Use function on
8868 before-init-hook to set default-process-coding-system based on
8869 enable-multibyte-characters.
8870
8871 * term/w32-win.el ([language-change]): For now ignore
8872 keyboard language-change events.
8873
8874 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
8875
8876 * ediff-util.el (ediff-make-temp-file): Run the prefix through
8877 convert-standard-file-name, but leave the results of
8878 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
8879 characters if the original name already exists, or has a special
8880 handler.
8881
8882 1998-11-10 Karl Heuer <kwzh@gnu.org>
8883
8884 * international/iso-insert.el: Delete autoload cookies.
8885
8886 * international/iso-transl.el: Add autoload cookies.
8887
8888 1998-11-10 Richard Stallman <rms@gnu.org>
8889
8890 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
8891 (ispell-process-line): Don't treat multibyte
8892
8893 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
8894
8895 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
8896 setpagedevice to specify the page size if setpagedevice is
8897 available. This is necessary to select the correct paper tray on
8898 Level 2 printers with multiple paper sizes available.
8899
8900 (ps-begin-file): Cope with font names that contain spaces, and
8901 call BeginDoc in a BeginSetup/EndSetup block.
8902
8903 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
8904
8905 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
8906 convert-standard-filename.
8907
8908 * loadhist.el (symbol-file): Run fns-VERSION.el through
8909 convert-standard-filename.
8910
8911 1998-11-06 Richard Stallman <rms@gnu.org>
8912
8913 * textmodes/texinfmt.el (texinfo-format-scan):
8914 Detect the case of two @-commands in a row; process just the first.
8915 (texinfo-append-refill): If line has a @c, insert the @refill
8916 before it.
8917 (texinfo-format-refill): Return with point where the @refill was.
8918
8919 * files.el (hack-local-variables): Test local-enable-local-variables.
8920 (hack-local-variables-prop-line): Likewise.
8921 (set-auto-mode): Don't test local-enable-local-variables here.
8922 (enable-local-variables): Doc fix.
8923 (local-enable-local-variables): Doc fix.
8924 (normal-mode): Doc fix.
8925
8926 1998-11-06 Karl Heuer <kwzh@gnu.org>
8927
8928 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
8929
8930 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
8931
8932 * simple.el (line-number-mode): Doc fix.
8933
8934 1998-11-06 Kenichi Handa <handa@etl.go.jp>
8935
8936 * international/fontset.el (create-fontset-from-fontset-spec):
8937 Give correct arg to `error'.
8938
8939 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
8940
8941 * textmodes/sgml-mode.el (html-mode): Doc fix.
8942 (sgml-name-8bit-mode): Fix missing format character in message string.
8943
8944 1998-11-05 Karl Heuer <kwzh@gnu.org>
8945
8946 * mail/sendmail.el (sendmail-send-it): Check for failure.
8947
8948 1998-11-05 Richard Stallman <rms@gnu.org>
8949
8950 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
8951
8952 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
8953 (close-rectangle): Define as alias.
8954
8955 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
8956
8957 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
8958
8959 1998-11-05 Dave Love <fx@gnu.org>
8960
8961 * help.el (describe-variable): Don't quote link to source.
8962
8963 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
8964
8965 * gud.el (gud-common-init): Use pop-to-buffer.
8966 (same-window-regexps): Add an element that matches all gud buffers.
8967
8968 1998-11-04 Jason Rumney <jasonr@altavista.net>
8969
8970 * term/w32-win.el (x-get-selection-value): Alias to
8971 x-cut-buffer-or-selection-value.
8972 (w32-standard-fontset-spec): New variable.
8973 (w32-create-initial-fontsets, mouse-set-font): Check whether
8974 new-fontset is available.
8975 (w32-use-w32-font-dialog): Enable use of set-variable.
8976
8977 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8978
8979 * vc.el (with-vc-file, edit-vc-file): New macros.
8980
8981 1998-11-04 Kenichi Handa <handa@etl.go.jp>
8982
8983 * international/quail.el (quail-show-guidance-buf): Call
8984 set-minibuffer-window to set minibuffer window of the current
8985 frame correctly.
8986
8987 1998-11-03 Theodore Jump <tjump@tertius.com>
8988
8989 * term/w32-win.el: Require fontset.
8990
8991 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
8992
8993 * faces.el (set-face-font): Call resolve-fontset-name on w32.
8994 (set-face-font-auto): Ditto.
8995
8996 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
8997
8998 * mouse.el (mouse-drag-region): Fix typo.
8999
9000 1998-11-02 Dave Love <fx@gnu.org>
9001
9002 * progmodes/fortran.el Fix for fontification of strings lost somehow:
9003 (fortran-fontify-string): New function.
9004 (fortran-font-lock-keywords-1): Use it.
9005
9006 1998-11-02 Markus Rost <rost@delysid.gnu.org>
9007
9008 * comint.el (comint-file-name-quote-list): Doc fix.
9009
9010 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
9011
9012 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
9013 build directory, not source directory.
9014
9015 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
9016 if we did not get one for the final move.
9017
9018 1998-11-01 Dave Love <fx@gnu.org>
9019
9020 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
9021 Don't funcall browse-url-browser-function.
9022
9023 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
9024 Don't funcall browse-url-browser-function.
9025
9026 * fortran.el (fortran-end-prog-re1): Fix the regexp.
9027
9028 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
9029
9030 * files.el (revert-buffer): Doc fix.
9031
9032 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
9033
9034 * textmodes/tex-mode.el (tex-start-options-string):
9035 Quote the backslashes with more backslashes.
9036
9037 1998-10-31 Dave Love <fx@gnu.org>
9038
9039 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
9040 (webjump): Don't funcall browse-url-browser-function.
9041
9042 1998-10-30 Kenichi Handa <handa@etl.go.jp>
9043
9044 * international/quail.el (quail-start-translation): Handle
9045 switching of the frame in read-key-sequence.
9046 (quail-start-conversion): Likewise.
9047 (quail-show-guidance-buf): Detach quail-guidance-buf from any
9048 windows before setting an appropriate window for it.
9049 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
9050 quail-guidance-win to nil.
9051 (quail-update-guidance): If quail-guidance-buf is not in the
9052 selected frame, call quail-show-guidance-buf again.
9053
9054 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
9055
9056 * progmodes/pascal.el (pascal-mode):
9057 `blink-matching-paren-dont-ignore-comments' set to t.
9058
9059 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9060
9061 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
9062
9063 1998-10-30 Dave Love <fx@gnu.org>
9064
9065 * vc.el (vc-backend-merge-news): Check for "P" output.
9066
9067 * help.el (describe-variable): Hyperlink the definition.
9068
9069 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
9070
9071 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
9072 (sh-set-shell): Likewise.
9073
9074 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
9075
9076 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
9077 (edebug-on-error): Fix customize type to match that of
9078 debug-on-error.
9079
9080 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
9081
9082 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
9083 report-emacs-bug-address instead of undefined bug-gnu-emacs.
9084
9085 * international/mule-cmds.el (select-message-coding-system): Doc
9086 fix.
9087
9088 * international/mule-diag.el (describe-coding-system): Describe
9089 all flags.
9090
9091 * mail/sendmail.el (sendmail-coding-system,
9092 default-sendmail-coding-system): Doc fix.
9093
9094 * simple.el (shell-command-on-region): Doc fix.
9095
9096 * loadup.el: Write fns-*.el in current directory instead of
9097 data-directory since no installation directory exists yet. Mark
9098 buffer unmodified afterwards.
9099
9100 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
9101 instead of data-directory since it is architecture dependent.
9102 (load-history-loaded): Update doc string.
9103
9104 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
9105
9106 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
9107 path as a default directory when canonicalizing names.
9108
9109 * w32-fns.el: Remove a dangling reference to a directory on the
9110 build machine.
9111
9112 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
9113
9114 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
9115 namespace related keywords such as `class', `body', `private',
9116 `variable', `namespace eval', etc.
9117 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
9118 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
9119 imenu and font-lock so that searches for \sw would find words
9120 containing colons.
9121
9122 * progmodes/etags.el (initialize-new-tags-table):
9123 Do not alter find-tag-marker-ring and tags-location-ring.
9124
9125 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
9126
9127 * term/w32-win.el: Require fontset.
9128 (w32-init-fontsets): New function (code from x-win.el).
9129
9130 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9131
9132 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
9133 calendar-and-diary-frame-parameters): Add title parameter.
9134
9135 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9136
9137 * completion.el (dynamic-completion-mode): New function to enable
9138 the mode. (Just loading the file now does not change anything.)
9139
9140 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9141
9142 * ps-print.el: User option for multibyte buffer handling and doc fix.
9143 (ps-multibyte-buffer): New user option.
9144 (ps-setup): Print new user option.
9145 (ps-print-quote): New fun.
9146 (ps-color-p, ps-mule-font-info-database-latin): New var.
9147 (ps-default-color, ps-mule-font-info-database)
9148 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
9149 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
9150 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
9151 Little code improvement.
9152 (ps-mule-initialize): Initialize ps-mule-font-info-database.
9153 (ps-print-prologue-header, ps-font-family, ps-font-size)
9154 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
9155 (ps-build-face-reference, ps-mule-font-info-database-bdf)
9156 (ps-mule-external-libraries, ps-mule-init-external-library)
9157 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
9158 Doc fix.
9159 (ps-print-version): New version number (4.1.1) and doc fix.
9160 (ps-print-prologue-header): New user option.
9161 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
9162 Conditional compilation for GNU Emacs and emacsens.
9163 (ps-generate-postscript-with-faces): Skip invisible text better.
9164 (ps-setup): Print new user option.
9165 (ps-print-preprint): Check if input file name exists and is unwritable.
9166 (ps-begin-file): Adjust PostScript prologue header for duplex printers
9167 and insert user PostScript prologue header comments.
9168 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
9169 New funs.
9170 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
9171 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
9172 PostScript programming normalization.
9173 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
9174 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
9175 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
9176 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
9177 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
9178 Programming style normalization.
9179
9180 1998-10-26 Kenichi Handa <handa@etl.go.jp>
9181
9182 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
9183 version, check the value of mule-version.
9184
9185 * international/mule-util.el (compose-region): Insert then delete
9186 to preserve markers.
9187 (decompose-region): Use search-forward for efficiency.
9188
9189 * language/chinese.el (pre-write-encode-hz): Cancel previous
9190 change, use generate-new-buffer instead of get-buffer-create.
9191 * language/devan-util.el
9192 (in-is13194-devanagari-pre-write-conversion): Likewise.
9193 * language/thai-util.el (thai-pre-write-conversion): Likewise.
9194 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
9195 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
9196
9197 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9198
9199 * mail/rmailsum.el (rmail-message-subject-p):
9200 Handle message whose header has not been reformatted.
9201
9202 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
9203
9204 1998-10-25 Jason Rumney <jasonr@altavista.net>
9205
9206 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
9207 New variables.
9208 (mouse-set-font): Use font menus instead of dialog according to
9209 w32-use-w32-font-dialog.
9210
9211 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9212
9213 * calendar/calendar.el (calendar-day-name-array): Add doc string
9214 correctly!
9215 (calendar-month-name-array): Add doc string correctly!
9216
9217 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
9218
9219 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
9220
9221 1998-10-21 Markus Rost <rost@delysid.gnu.org>
9222
9223 * lisp/info.el (Info-next-menu-item): Stay on top of node.
9224
9225 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
9226
9227 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
9228
9229 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
9230
9231 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
9232
9233 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
9234
9235 1998-10-21 Karl Heuer <kwzh@gnu.org>
9236
9237 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
9238 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
9239 (profile-filter, profile-reset-timer): Functions deleted.
9240 (profile-check-zero-init-times, profile-get-time): Likewise.
9241 (profile-find-function, profile-quit): Likewise.
9242 (profile-distinct, profile-call-stack, profile-last-time): New vars.
9243 (profile-time-list, profile-init-list): Doc fix.
9244 (profile-functions): Simplify.
9245 (profile-print): Use float. Make output include space separators.
9246 (profile-add-time): New helper function.
9247 (profile-function-prolog): Renamed from profile-start-function.
9248 Handle profile-distinct.
9249 (profile-function-epilog): Renamed from profile-update-function.
9250 Handle profile-distinct.
9251 (profile-a-function): If the function to be profiled is an
9252 autoload form, load it. If it's lazy-loaded, fetch it.
9253 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
9254 (profile-restore-fun): Arg FUN is now a function symbol, as was
9255 documented, rather than a one-element list.
9256 (profile-finish): Call profile-restore-fun properly.
9257
9258 1998-10-21 Kenichi Handa <handa@etl.go.jp>
9259
9260 * international/characters.el: Setup charset property
9261 nospace-between-words.
9262
9263 * international/mule-cmds.el (get-charset-property): If CHARSET is
9264 composition, return nil.
9265 (put-charset-property): If CHARSET is composition, do nothing.
9266
9267 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
9268 * language/devan-util.el
9269 (in-is13194-devanagari-pre-write-conversion): Likewise.
9270 * language/thai-util.el (thai-pre-write-conversion): Likewise.
9271 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
9272 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
9273
9274 * textmodes/fill.el (sentence-end-without-period): New variable.
9275 (canonically-space-region): Pay attention to
9276 sentence-end-without-period.
9277 (fill-find-break-point): The first argument CHARSET deleted.
9278 Caller changed.
9279 (fill-region-as-paragraph): Pay attention to charset property
9280 nospace-between-words and text property nospace-between-words.
9281
9282 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
9283
9284 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
9285 an unrecognized shell.
9286
9287 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
9288
9289 * desktop.el (desktop-save): Include minor modes symbolically.
9290 (desktop-create-buffer): Turn on all minor modes in `mim'.
9291
9292 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
9293
9294 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
9295 (sh-font-lock-keywords): Handle rpm and rpm2.
9296 (sh-ancestor-alist): Handle rpm.
9297
9298 * files.el (auto-mode-alist): Recognize .rpm files.
9299 Also .spec and .mspec files.
9300
9301 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
9302
9303 * faces.el (frame-set-background-mode): Enable the function for
9304 MSDOS frames.
9305
9306 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9307
9308 * calendar/calendar.el (calendar-day-name-array): Add doc string.
9309 (calendar-month-name-array): Add doc string.
9310
9311 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9312
9313 * simple.el (kill-ring-max): Increased to 60.
9314
9315 1998-10-17 Kenichi Handa <handa@etl.go.jp>
9316
9317 * international/characters.el: Setup auto-fill-chars.
9318
9319 * international/kinsoku.el (kinsoku): Check the variable
9320 enable-kinsoku.
9321
9322 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
9323 Don't call kinsoku directly, intead call fill-find-break-point.
9324
9325 * textmodes/fill.el: Setup `fill-find-break-point-function'
9326 property to character sets which require `kinsoku' processing for
9327 filling.
9328 (fill-find-break-point): New function.
9329 (fill-region-as-paragraph): Don't check kinsoku-enable here.
9330 Don't call kinsoku directly, intead call fill-find-break-point.
9331
9332 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
9333
9334 * faces.el (modify-face-read-string): Return (nil) for "none".
9335 (modify-face): Don't get error if (nil) is the argument.
9336 (face-try-color-list): Don't check whether nil is a valid color.
9337
9338 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
9339
9340 * emacs-lisp/bytecomp.el (byte-recompile-directory):
9341 Print message about each directory, even in batch mode.
9342
9343 * gnus/nntp.el: Require `cl' before using nnoo-declare.
9344
9345 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
9346 (ps-mule-string-char): No need to use sref.
9347 (ps-mule-next-index): No need to use sref.
9348
9349 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
9350
9351 * files.el (revert-buffer-internal-hook): Add defvar.
9352
9353 * arc-mode.el (archive-mode): Locally set file-precious-flag.
9354
9355 * tar-mode.el (tar-mode): Locally set file-precious-flag.
9356
9357 1998-10-16 Markus Rost <rost@delysid.gnu.org>
9358
9359 * international/mule-cmds.el (default-input-method): Fix custom type.
9360
9361 * net-utils.el (whois-server-list): Fix customization type.
9362
9363 * shell.el (shell-input-autoexpand): Fix customization group.
9364
9365 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
9366
9367 * repeat.el (repeat): Handle keyboard macros properly.
9368 Handle new prefix arg after self-insert command.
9369
9370 * repeat.el: Don't include cl even at compile time.
9371 (repeat): Avoid using `loop'.
9372
9373 * simple.el (shell-command-on-region): Doc fix.
9374 (next-history-element): Special error message if no default.
9375
9376 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
9377
9378 * ps-print.el (ps-print-buffer): Doc fix.
9379 (ps-despool): Likewise.
9380
9381 * arc-mode.el (arc-mode): Provide arc-mode.
9382
9383 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
9384
9385 * ps-print.el (ps-print-buffer): Doc fix.
9386
9387 1998-10-14 Dave Love <fx@gnu.org>
9388
9389 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
9390 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
9391 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
9392
9393 * progmodes/fortran.el (fortran-mode-map): Change "Join
9394 Continuation Line" to "Join Line".
9395 (fortran-font-lock-keywords-1): Add "cycle", "exit".
9396
9397 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
9398
9399 * progmodes/fortran.el (fortran-join-line): Use
9400 `delete-indentation' instead of issuing an error message if not on
9401 a continuation line. Provide for joining several lines using
9402 prefix arg.
9403
9404 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
9405
9406 * term/pc-win.el (msdos-color-values): New variable.
9407 (x-color-values): New function, emulates its namesake from
9408 src/xfns.c.
9409 (msdos-bg-mode): Add all dark colors to those which return
9410 "dark".
9411
9412 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
9413
9414 * replace.el (keep-lines, flush-lines, how-many):
9415 Don't ignore case if arg has upper case letters.
9416
9417 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
9418
9419 * progmodes/vhdl-mode.el
9420 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
9421 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
9422 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
9423 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
9424 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
9425 (vhdl-when): Fix indentation problem.
9426 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
9427 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
9428 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
9429
9430 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
9431
9432 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
9433 (ls-lisp-insert-directory): Renamed from insert-directory.
9434 (insert-directory): New function.
9435
9436 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
9437
9438 * simple.el (completion-fixup-function): Variable deleted.
9439 (completion-setup-function): Delete code for completion-fixup-function.
9440 * emacs-lisp/lisp.el (lisp-complete-symbol):
9441 Don't bind completion-fixup-function.
9442
9443 * files.el (find-file-wildcards): New option.
9444 (find-file-noselect): Handle wild cards, if enabled.
9445 (file-expand-wildcards): New function.
9446
9447 * simple.el (set-fill-column): Doc fix.
9448
9449 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9450
9451 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
9452
9453 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
9454
9455 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
9456 Move declaration before first use.
9457 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
9458 hif-math, hif-factor): Rename token to hif-token and token-list to
9459 hif-token-list.
9460 (hif-token, hif-token-list): Declare them.
9461 (hif-find-ifdef-block): Return cons of top and bottom point
9462 instead of setting dynamically bound variables.
9463 (hide-ifdef-block, show-ifdef-block): Use return value of
9464 hif-find-ifdef-block.
9465
9466 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9467
9468 * subr.el (read-passwd): Use clear-this-command-keys.
9469
9470 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
9471
9472 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
9473 and ...-for-write.
9474
9475 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
9476
9477 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
9478 responses to GROUP command, since this may be called from a timer
9479 with quit inhibited.
9480
9481 1998-10-12 Kenichi Handa <handa@etl.go.jp>
9482
9483 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
9484 set unconditional-jump to nil.
9485 (ccl-compile-read-multibyte-character): Return nil.
9486 (ccl-compile-write-multibyte-character): Likewise.
9487 (ccl-compile-translate-character): Likewise
9488 (ccl-compile-map-multiple): Likewise.
9489 (ccl-compile-map-single): Likewise.
9490
9491 * international/kinsoku.el: Add coding tag.
9492 (kinsoku-bol): Remove superfluous TAB in a string.
9493
9494 * international/mule-cmds.el (find-coding-systems-for-charsets):
9495 Delete `composition' (if any) from CHARSETS.
9496
9497 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9498
9499 * international/mule-cmds.el (setup-specified-language-environment):
9500 Add apropos-inhibit property.
9501 (describe-specified-language-support): Likewise.
9502
9503 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
9504
9505 * international/mule.el (make-coding-system): Create -with-esc
9506 variant coding system.
9507
9508 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
9509
9510 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
9511 (next-file): Optionally offer to revert a file's buffer,
9512 if it has an existing buffer but the file has changed.
9513
9514 * info.el (Info-insert-dir): Detect and report problems
9515 in input files, such as "No Top node". Return with point
9516 at the beginning of the text.
9517 (Info-find-node): Reinsert the code to handle files
9518 with no tags table; it was deleted by mistake.
9519
9520 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
9521
9522 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
9523 texinfo-find-higher-level-node repeatedly find the same node.
9524 (texinfo-find-higher-level-node): Doc fix.
9525
9526 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
9527
9528 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
9529 (smtpmail-address-buffer): Add defvar.
9530 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
9531
9532 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
9533
9534 * ffap.el (ffap-machine-p-local): Fix editing error.
9535
9536 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
9537
9538 * faces.el (frame-set-background-mode):
9539 Don't do anythung for text-only or MSDOS frame.
9540
9541 1998-10-08 Kenichi Handa <handa@etl.go.jp>
9542
9543 * international/quail.el (quail-defrule): New optional arg APPEND.
9544 (quail-defrule-internal): Fix bug of handling the argument APPEND.
9545
9546 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
9547
9548 * gnus/pop3.el (pop3-open-server):
9549 Set process-coding-system-alist around open-network-stream.
9550
9551 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
9552
9553 * files.el (save-buffer): Doc fix.
9554
9555 1998-10-07 Karl Heuer <kwzh@gnu.org>
9556
9557 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
9558 return DEF unchanged, not nil. Simplify.
9559
9560 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
9561
9562 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
9563
9564 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
9565
9566 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
9567
9568 * net-utils.el (ftp, nslookup): Require comint.
9569 (network-service-connection): Likewise.
9570 (whois-server-name): Defaults to whois.arin.net
9571 (whois-server-list, whois-server-tld, whois-guess-server): New var.
9572 (whois): Tries to guess the appropriate top-level domain server.
9573 (whois-get-tld): New function.
9574
9575 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
9576 (dirtrack-debug-toggle): Added this function.
9577
9578 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9579
9580 * files.el (find-file-noselect): Switch to the correct buffer
9581 before checking find-file-literally, and allow non-nil non-t
9582 rawfile params.
9583
9584 1998-10-06 Karl Heuer <kwzh@gnu.org>
9585
9586 * midnight.el (clean-buffer-list): Add autoload cookie.
9587
9588 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
9589 no-autosave.
9590 * tar-mode.el (tar-mode-revert): Likewise.
9591 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
9592 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
9593 * gnus/message.el (message-auto-save-directory): Renamed from
9594 message-autosave-directory. All references changed.
9595
9596 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9597
9598 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
9599 string. Expose mime stuff while searching.
9600
9601 1998-10-06 Richard Stallman <rms@gnu.org>
9602
9603 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
9604
9605 * replace.el (perform-replace): Position point properly
9606 before and after the recursive edit of C-r.
9607
9608 * progmodes/etags.el (tags-reset-tags-tables): Properly
9609 find the markers in the old rings that are being discarded.
9610
9611 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9612
9613 * apropos.el (apropos-print): Control invalid characters.
9614
9615 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
9616 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
9617 confusing customize.
9618
9619 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
9620
9621 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
9622 built-in commands. Add more built-in commands and fix face names.
9623
9624 1998-10-05 Simon Marshall <simon@gnu.org>
9625
9626 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
9627
9628 1998-10-04 Eric Ludlam <zappo@gnu.org>
9629
9630 * speedbar.el (speedbar-initial-expansion-list-name): Remove
9631 customization since it is not useful in this case.
9632 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
9633 sure it gets evalled to a number. Also verify that set-frame-name
9634 fn exists before calling it.
9635
9636 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
9637 Protect a `forward-sexp' call which could fail, and improved regex
9638 for ie, and eg abbreviations.
9639
9640 1998-10-02 Noah Friedman <friedman@splode.com>
9641
9642 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
9643 send-string.
9644 (rlogin-send-Ctrl-D): Here also.
9645 (rlogin-send-Ctrl-Z): Here also.
9646 (rlogin-send-Ctrl-backslash): Here also.
9647
9648 1998-10-02 Dave Love <fx@gnu.org>
9649
9650 * outline.el (hide-region-body): Bind
9651 outline-view-change-hook to nil while making repeated calls to
9652 outline-flag-region. Run it once at the end.
9653 (hide-other, hide-sublevels, show-children): Likewise.
9654
9655 * info-look.el: Remove duplicate scheme-mode entry.
9656 (info-lookup-make-completions): When looking for entries, check
9657 that `item' isn't null or "Menu".
9658
9659 1998-10-01 Karl Heuer <kwzh@gnu.org>
9660
9661 * net-utils.el: Don't require ffap.
9662 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
9663 (ping, nslookup-host, finger, network-connection-to-service): Use them.
9664
9665 1998-09-30 Richard Stallman <rms@gnu.org>
9666
9667 * ispell.el (check-ispell-version): No need to bind default-major-mode.
9668
9669 * imenu.el (imenu--generic-function): Sort each submenu by position.
9670 (imenu--sort-by-position): New function.
9671
9672 * cus-edit.el (Custom-mode-menu): Fix info node name.
9673 (customize group): Fix info node name.
9674
9675 * mail/mailalias.el (build-mail-aliases): Don't allow
9676 a newline in the alias name. Don't define an alias
9677 if the definition would be empty.
9678
9679 * which-func.el (which-func-mode-global): Make :set function
9680 more reliable.
9681
9682 * custom.el (custom-set-variables): Load the requests first,
9683 then check the symbol's `set' function.
9684
9685 * ffap.el: Doc fixes.
9686
9687 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9688
9689 * gnus.el: (gnus-valid-select-methods): Fix type.
9690 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
9691 * gnus-score.el (gnus-orphan-score): Fix type.
9692 (gnus-score-default-header, gnus-score-default-type): Fix type.
9693 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
9694 (gnus-saved-headers): Fix type.
9695
9696 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
9697 Avoid nil value of `two-lines-citation-part'.
9698
9699 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
9700
9701 * which-func.el (which-function): Handle case when
9702 (car imenu--index-alist) is nil.
9703
9704 1998-09-29 Dave Love <fx@gnu.org>
9705
9706 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
9707 bzip2 args.
9708
9709 1998-09-29 Simon Marshall <simon@gnu.org>
9710
9711 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
9712 comint-exec-hook.
9713
9714 1998-09-29 Stephen Eglen <stephen@gnu.org>
9715
9716 * info-look.el: Add support for Octave.
9717
9718 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
9719
9720 * textmodes/reftex.el (reftex-finding-files): New customize group.
9721 (reftex-texpath-environment-variables,
9722 reftex-use-external-file-finders, reftex-external-file-finders,
9723 reftex-search-unrecursed-path-first): New options.
9724 (reftex-process-string, reftex-find-file-externally): New
9725 functions.
9726 (reftex-access-search-path): Execute shell commands to find the
9727 search path.
9728 (reftex-toggle-auto-view-crossref): When turning on, make sure
9729 `reftex-auto-view-crossref' becomes non-nil.
9730 (reftex-abbrev-regexp): Constant removed.
9731 (reftex-convert-string): Abbrev regexp calculated locally.
9732
9733 1998-09-28 Dave Love <fx@gnu.org>
9734
9735 * progmodes/fortran.el: Don't call regexp-opt when deriving
9736 font-lock patterns with keywords that aren't all literal.
9737
9738 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
9739
9740 * octave-inf.el (inferior-octave-prompt): Also match prompts of
9741 the form `octave.bin:1>' which come from using precopiled binary
9742 versions.
9743
9744 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
9745
9746 * help.el (help-for-help): Use %THIS-KEY%.
9747 (help-quit): Add doc.
9748
9749 * help-macro.el (make-help-screen): Keep HELP-TEXT
9750 in a separate function definition, not in the help command FNAME.
9751 Replace %THIS-KEY% with the key sequence that ran FNAME.
9752
9753 1998-09-25 Richard Stallman <rms@gnu.org>
9754
9755 * textmodes/texinfo.el (texinfo-show-structure):
9756 Bind inhibit-read-only.
9757
9758 * isearch.el (isearch-search-and-update): Properly
9759 handle upper case letters in the reverse-search special case.
9760
9761 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9762
9763 * gnus.el: Extend the list of autoloaded functions.
9764
9765 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
9766 buffer before creating help group. (from Gnus v5.6.43, fix by
9767 1998-08-20 Per Starback <starback@update.uu.se>)
9768
9769 * gnus-util.el (gnus-output-to-rmail): Adjust to
9770 `rmail-output-to-rmail-file'.
9771
9772 1998-09-25 Karl Heuer <kwzh@gnu.org>
9773
9774 * hexl.el (hexl-mode-map): More of previous change.
9775
9776 * textmodes/tex-mode.el (tex-run-command): Doc fix.
9777 (tex-start-tex): Don't use tex-start-options-string in star case.
9778 Quote file name in star case as well as in non-star.
9779 Add blank and quoting of option string here.
9780 (tex-start-options-string): Not here.
9781
9782 1998-09-23 Karl Heuer <kwzh@gnu.org>
9783
9784 * term.el (term-delimiter-argument-list): Doc fix.
9785 (term-emulate-terminal): Escape literal semicolon.
9786 * progmodes/asm-mode.el (asm-mode): Doc fix.
9787 (asm-comment-char): Escape literal semicolon.
9788 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
9789
9790 1998-09-23 Richard Stallman <rms@gnu.org>
9791
9792 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
9793 only those that normally modify the buffer.
9794
9795 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
9796 over again.
9797
9798 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
9799
9800 * ispell.el (check-ispell-version): Ensure same buffer is current
9801 when let-binding of case-fold-search ends.
9802
9803 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9804
9805 * ps-print.el: Skip invisible overlay.
9806 Test for set-buffer-multibyte rather than using mule-version.
9807 (ps-print-version): New version number (4.1) and doc fix.
9808 (ps-generate-postscript-with-faces): Skip invisible overlay.
9809
9810 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
9811
9812 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
9813
9814 1998-09-22 Kenichi Handa <handa@etl.go.jp>
9815
9816 * international/quail.el (quail-update-guidance): Check for the
9817 return value of (quail-guidance) fixed.
9818 (quail-update-translation): Bind quail-current-str locally when it
9819 calls quail-update-guidance.
9820 (quail-update-translation): If input-method-exit-on-first-char is
9821 non-nil, terminate translation only when the current input method
9822 is simple.
9823
9824 1998-09-22 Paul Eggert <eggert@twinsun.com>
9825
9826 * startup.el (locale-translation-file-name): Prefer X-related names
9827 to the name used by GNU/Linux sans X. Set to nil if no file found.
9828 (command-line): Use locale-translation-file-name if it is not nil,
9829 instead of testing for its existence again.
9830 regexp-quote the ctype before using it in a regexp.
9831 Allow a colon to appear after the ctype in the aliases file,
9832 as is done in X11R6.4.
9833
9834 1998-09-21 Richard Stallman <rms@gnu.org>
9835
9836 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
9837
9838 * calendar/appt.el (appt-interval): Variable deleted.
9839 (appt-check): For minutes in between appt-display-interval times,
9840 do check, but don't display anything except an updated mode line.
9841 Count against appt-display-interval based on minutes since
9842 first display of this appointment, not based on time of day.
9843 If appt-display-mode-line, force mode line redisplay
9844 whenever appt-mode-string has changed.
9845 (appt-add, appt-delete): Add autoload cookies.
9846 (appt-check): Catch errors from calling `diary'.
9847 (appt-max-time): Renamed from max-time.
9848 (appt-now-displayed, appt-display-count): New variables.
9849 (appt-timer): Don't create one if we already have one.
9850
9851 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9852 More general code to use the source buffer instead of the zap file.
9853
9854 * hilit-chg.el (highlight-compare-with-file): Renamed from
9855 compare-with-file.
9856
9857 * loadhist.el (load-history-loaded): New variable.
9858 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
9859
9860 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
9861
9862 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9863 Fix error messages.
9864
9865 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
9866
9867 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
9868 Emacs frame.
9869
9870 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9871
9872 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
9873 `undecided' and `undecided-unix'.
9874
9875 1998-09-21 Dave Love <fx@gnu.org>
9876
9877 * help.el (help-make-xrefs): Fix typo affecting Info references.
9878
9879 * subr.el (remove-hook): Check list values to avoid errors.
9880
9881 1998-09-18 Noah Friedman <friedman@splode.com>
9882
9883 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
9884 store string in eldoc-last-message without consing a new string.
9885 Rearrange logic from nested if's into cond's.
9886 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
9887 Do not print message; just return string.
9888 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
9889 Do not print message; just return string.
9890 Cache that string in eldoc-last-data.
9891 (eldoc-last-data): Make into a vector.
9892 (eldoc-get-fnsym-args-string): Use new data form of structure.
9893 (eldoc-get-var-docstring): Here also.
9894 (eldoc-last-data-store): New function.
9895 (eldoc-get-fnsym-args-string): Use it.
9896 (eldoc-get-var-docstring): Here also.
9897 (eldoc-docstring-first-line): Minimize interim string consing.
9898 Call substitute-command-keys on the result.
9899 (eldoc-print-var-docstrings, eldoc-print-docstring,
9900 eldoc-docstring-message): Functions removed.
9901 (eldoc-docstring-format-sym-doc): New function, functionality
9902 ripped out of eldoc-docstring-message.
9903 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
9904
9905 1998-09-18 Kenichi Handa <handa@etl.go.jp>
9906
9907 * international/mule.el (make-coding-system): Doc-string modified.
9908
9909 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
9910
9911 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
9912
9913 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
9914 customize type.
9915
9916 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
9917 type.
9918
9919 * progmodes/compile.el (compilation-error-screen-columns): New
9920 variable.
9921 (compilation-next-error-locus): Use it to decide whether to use
9922 forward-char or move-to-column.
9923
9924 * mail/rmail.el (rmail-movemail-program): Fix customize type.
9925
9926 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
9927 feedmail-fiddle-plex-user-list,
9928 feedmail-spray-address-fiddle-plex-list,
9929 feedmail-prompt-before-queue-user-alist,
9930 feedmail-prompt-before-queue-help-supplement,
9931 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
9932 feedmail-queue-alternative-mail-header-separator): Fix customize
9933 type.
9934
9935 * startup.el (site-run-file): Fix customize type.
9936
9937 * speedbar.el (speedbar-initial-expansion-list-name): Fix
9938 customize type.
9939
9940 * shell.el (shell-input-autoexpand): Fix customize type.
9941
9942 * ps-print.el (ps-font-info-database): Add missing dots in value.
9943 Improve layout of customize type.
9944
9945 * net-utils.el (traceroute-program-options, ping-program-options,
9946 ipconfig-program-options, netstat-program-options,
9947 arp-program-options, route-program-options,
9948 nslookup-program-options, ftp-program-options): Fix customize
9949 type.
9950
9951 * midnight.el (clean-buffer-list-kill-regexps,
9952 clean-buffer-list-kill-buffer-names,
9953 clean-buffer-list-kill-never-buffer-names,
9954 clean-buffer-list-kill-never-regexps): Fix customize type.
9955
9956 * man.el (Man-init-defvars): Avoid trailing nil on
9957 Man-filter-list.
9958
9959 * lpr.el (printer-name): Fix customize type.
9960
9961 1998-09-16 Kenichi Handa <handa@etl.go.jp>
9962
9963 * international/mule-cmds.el (reset-language-environment): Call
9964 update-coding-systems-internal.
9965
9966 * international/mule-conf.el: Call update-coding-systems-internal
9967 at the tail.
9968
9969 1998-09-14 Dave Love <fx@gnu.org>
9970
9971 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
9972 use the menu-enable properties, pending doing it correctly and
9973 acceptably fast.
9974
9975 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
9976
9977 1998-09-13 Dave Love <d.love@dl.ac.uk>
9978
9979 * progmodes/hideshow.el (hs-grok-mode-type): Check
9980 comment-{start,end} non-nil as well as bound. Report an error if
9981 we can't grok the mode.
9982
9983 1998-09-13 Richard Stallman <rms@gnu.org>
9984
9985 * simple.el (blink-matching-open): Don't log paren matching
9986 messages in *Messages*.
9987
9988 1998-09-12 Richard Stallman <rms@gnu.org>
9989
9990 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
9991 Set point-before-scroll at end even if there was an error.
9992
9993 * ange-ftp.el (ange-ftp-insert-file-contents):
9994 Use binary mode for dumb-unix hosts as for unix hosts.
9995 (ange-ftp-copy-file-internal): Likewise.
9996
9997 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
9998
9999 * emacs-lisp/pp.el: Doc fixes.
10000
10001 * wid-edit.el (widget-menu-max-shortcuts): New variable.
10002 (widget-choose): Don't use single-char shortcuts if # items
10003 exceeds that many. Use minibuffer instead.
10004
10005 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10006
10007 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
10008
10009 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
10010
10011 * speedbar.el (speedbar-frame-mode): Do not set frame position if
10012 in terminal mode.
10013
10014 1998-09-10 Noah Friedman <friedman@splode.com>
10015
10016 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
10017 defcustom declaration. It's wreaking too much havoc with XEmacs
10018 and older versions of Emacs, which share this code.
10019
10020 * type-break.el (type-break-mode): Here also.
10021
10022 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
10023 `t' to add-hook also to modify the new local value.
10024
10025 1998-09-10 Dave Love <fx@gnu.org>
10026
10027 * vc.el (vc-insert-headers): Doc fix.
10028
10029 1998-09-10 Richard Stallman <rms@gnu.org>
10030
10031 * textmodes/flyspell.el (flyspell-mode-on): Make the
10032 ispell-... variables permanent locals.
10033 (flyspell-mode-off): Add autoload cookie.
10034
10035 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
10036 do use binary mode, just as for `unix'.
10037 (ange-ftp-host-type): If HOST is nil, return `unix'.
10038
10039 * dired.el (dired-mark-files-containing-regexp):
10040 Don't scan directories. Ignore non-readable files.
10041
10042 * progmodes/compile.el (compilation-error-regexp-alist):
10043 Fix previous change: allow . and _ in command name.
10044
10045 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
10046
10047 * uncompress.el (uncompress-while-visiting):
10048 Use just the car of what find-operation-coding-system returns.
10049
10050 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
10051
10052 * shell.el (shell-file-name-quote-list): Add # to the value.
10053
10054 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
10055
10056 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
10057 to make killing of ispell process work even if
10058 kill-all-local-variables has been run.
10059
10060 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10061
10062 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
10063 loop when sexp entry ends at end of file with no newline.
10064
10065 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10066
10067 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
10068 (Custom-reset-standard): Fix menu inconsistency.
10069
10070 * mail/feedmail.el (feedmail-from-line): Allow t.
10071 (feedmail-message-id-suffix): Allow nil.
10072
10073 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10074 Simplify. Make prefix arg work right.
10075
10076 1998-09-09 Dave Love <fx@gnu.org>
10077
10078 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
10079
10080 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
10081
10082 1998-09-08 Dave Love <fx@gnu.org>
10083
10084 * add-log.el (change-log-font-lock-keywords): Do parenthesized
10085 stuff only after file names or at start of line. Allow parens
10086 around e-mail, as well as angles.
10087
10088 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
10089 ignore-errors too, eval'd when compile. Require w3 stuff at load
10090 time for nicer failure if it's not available.
10091
10092 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
10093
10094 * comint.el (comint-arguments): Ignore backslashes when using
10095 w32 shells that expect backslashes as the directory separator.
10096
10097 1998-09-04 Kenichi Handa <handa@etl.go.jp>
10098
10099 * international/fontset.el (resolved-ascii-font): New variable.
10100 (x-complement-fontset-spec): By side effect, set
10101 `resolved-ascii-font' to the resolved name of ASCII font."
10102 (create-fontset-from-fontset-spec): Don't get a value for
10103 resolved-ascii-font from the list full-fontlist. It is set by
10104 x-complement-fontset-spec now.
10105
10106 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
10107 version, check the value of mule-version.
10108
10109 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
10110
10111 * textmodes/reftex.el (reftex-view-crossref): Split up into
10112 several functions. No longer moves to find a macro.
10113 (reftex-view-cr-cite, reftex-view-cr-ref,
10114 reftex-end-of-bib-entry): New functions.
10115 (reftex-auto-view-crossref): New value `window' allowed.
10116 (reftex-view-crossref-when-idle): Process new `window' option in
10117 (reftex-translate-to-ascii-function): New default.
10118 (reftex-label-illegal-re): Default changed, removed Latin1.
10119 (reftex-latin1-to-ascii): New function.
10120 (reftex-what-environment): Check for section regexp before use.
10121 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
10122 absolute path names.
10123 (reftex-TeX-master-file): Changed sequence of file checks.
10124 (reftex-do-citation): bibview cache only with RefTeX mode on.
10125
10126 1998-09-06 Richard Stallman <rms@gnu.org>
10127
10128 * progmodes/compile.el (compilation-error-regexp-alist):
10129 In first pattern (GNU utilities and other things),
10130 allow a space after the optional program name at the beginning.
10131
10132 * mail/mail-hist.el (mail-hist-current-header-contents):
10133 Fix previous change: use mail-header-end.
10134
10135 1998-09-06 Bill Richter <richter@math.nwu.edu>
10136
10137 * international/ccl.el: Doc fixes.
10138 * international/encoded-kb.el: Doc fixes.
10139 * international/fontset.el: Doc fixes.
10140 * international/kinsoku.el: Doc fixes.
10141 * international/kkc.el: Doc fixes.
10142 * international/mule-cmds.el: Doc fixes.
10143 * international/mule-conf.el: Doc fixes.
10144 * international/mule-util.el: Doc fixes.
10145 * international/mule.el: Doc fixes.
10146
10147 1998-09-05 Eric Ludlam <zappo@gnu.org>
10148
10149 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
10150 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
10151 (checkdoc-this-string-valid-engine): Permit ? as terminating
10152 punctuation for first line sentence breaking.
10153 (checkdoc-this-string-valid): When converting a comment into a doc
10154 string, make sure " chars are \".
10155 (checkdoc-sentencespace-region-engine): Only do double space check
10156 if based on the variable `sentence-end-double-space'
10157 (checkdoc-this-string-valid-engine): ? ends valid sentence.
10158 (checkdoc-proper-noun-region-engine): Exclude items in URLs
10159
10160 1998-09-04 Richard Stallman <rms@gnu.org>
10161
10162 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10163 Recognize define-skeleton as a function definer.
10164
10165 * cus-edit.el (customize-option): Refuse to customize
10166 a variable that has no defcustom. But if variable is autoloaded,
10167 first try to load the library that defines it.
10168
10169 * international/iso-insert.el: Use `string' before calling `insert'
10170 so that in multibyte buffers we insert multibyte chars.
10171
10172 * dired.el (dired-mark-files-containing-regexp):
10173 Don't use find-file; instead, insert the file in a temp buffer.
10174
10175 * textmodes/tex-mode.el (tex-start-options-string): New option.
10176 (tex-start-tex): Use that variable.
10177
10178 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
10179 value in the `repeat' alternative a list.
10180
10181 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
10182 the inserted newline, verify that one was really inserted.
10183
10184 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
10185 remains on or remains off.
10186 (flyspell-multi-language-p): Default changed to nil.
10187
10188 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
10189 In "found in comment" case, don't beginning-of-line after forward-line.
10190
10191 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
10192 If the function definition is not a lambda, return original FORM
10193 with no error.
10194
10195 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
10196
10197 * net-utils.el (netstat-program-options): Changed from nil to "-a"
10198 so that by default netstat shows all network connections.
10199
10200 1998-09-04 Bob Weiner <weiner@altrasoft.com>
10201
10202 * international/quail.el: Doc fixes.
10203
10204 * info.el (info): Don't add parens if FILE already has them.
10205
10206 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
10207
10208 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
10209 on extension lines.
10210
10211 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
10212
10213 * w32-fns.el (w32-shell-dos-semantics): New function.
10214
10215 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
10216
10217 * international/quail.el (quail-choose-completion-string): Store
10218 completion `choice' in `quail-current-str'; don't insert it.
10219
10220 1998-09-02 Kenichi Handa <handa@etl.go.jp>
10221
10222 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
10223 argument to ps-mule-generate-bitmap-font.
10224
10225 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
10226 entry and change Latin-1 entry in the default value.
10227 (ps-mule-font-info-database-ps-bdf): New variable.
10228 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
10229 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
10230 registerd in FONT-SPEC.
10231 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
10232 charcter width of bitmap fonts.
10233 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
10234 procedure NF.
10235 (ps-begin-file): Output PostScript code for setting
10236 SpaceWidthRatio.
10237 (ps-plot-region): Use line-beginning-position to get a position of
10238 the beginning of the current line.
10239
10240 * international/mule-cmds.el (register-input-method): Doc-string
10241 modified.
10242
10243 1998-09-01 Dave Love <fx@gnu.org>
10244
10245 * international/mule-cmds.el (current-language-environment): Fix
10246 setter function.
10247
10248 1998-09-01 Simon Marshall <simon@gnu.org>
10249
10250 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
10251 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
10252 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
10253 names with font-lock-type-face. Fontify type specs, etc., with
10254 font-lock-keyword-face.
10255
10256 1998-08-31 Kenichi Handa <handa@etl.go.jp>
10257
10258 * international/fontset.el (x-complement-fontset-spec): If ASCII
10259 font is specified in FONTLIST, don't substitute it for the
10260 resolved name.
10261
10262 1998-08-31 Paul Eggert <eggert@twinsun.com>
10263
10264 * international/mule.el (charset-description): Doc fix.
10265
10266 * language/chinese.el, language/cyrillic.el, language/czech.el,
10267 language/devanagari.el, language/ethiopic.el,
10268 language/european.el, language/hebrew.el, language/indian.el,
10269 language/japanese.el, language/korean.el, language/lao.el,
10270 language/slovak.el, language/thai.el, language/tibetan.el,
10271 language/vietnamese.el:
10272 Add coding: local variable, to avoid bootstrapping problem
10273 if you need to recompile all the Lisp files using interpreted code.
10274
10275 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10276
10277 * cal-china.el (chinese-year-cache): Change range of years from
10278 1989-2000 to 1990-2010.
10279
10280 1998-08-29 Dave Love <d.love@dl.ac.uk>
10281
10282 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
10283 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
10284
10285 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10286
10287 * ps-print.el (ps-print-control-characters): Doc-string modified.
10288 (ps-output-string-prim): Comment format changed.
10289 (ps-do-despool): Indentation of source code changed.
10290
10291 1998-08-28 Kenichi Handa <handa@etl.go.jp>
10292
10293 * subr.el (sref): Make it an alias of aref. Make the
10294 byte-compiler warn that it is obsolete.
10295 (char-bytes): Make the byte-compiler warn that it is obsolete.
10296
10297 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
10298 Calculate the total bytes using position-bytes instead of
10299 char-bytes.
10300
10301 1998-08-27 Karl Heuer <kwzh@gnu.org>
10302
10303 * snmp-mode.el: New file.
10304 * files.el (auto-mode-alist): Add snmp-mode patterns.
10305
10306 1998-08-27 Karl Eichwalder <ke@suse.de>
10307
10308 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
10309
10310 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10311
10312 * calendar/diary-lib.el (diary-block): Doc fix..
10313 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
10314
10315 1998-08-27 Richard Stallman <rms@gnu.org>
10316
10317 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
10318 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
10319 Clear appt-mode-string if we don't put something in it.
10320
10321 1998-08-27 Dave Love <fx@gnu.org>
10322
10323 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
10324 dired-local-variables-file for dired-x.
10325
10326 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
10327 for compressed library files too.
10328
10329 1998-08-26 Kenichi Handa <handa@etl.go.jp>
10330
10331 * language/european.el ("Latin-1"): Modify `documentation' key value.
10332 ("Latin-2"): Likewise.
10333
10334 1998-08-26 Karl Heuer <kwzh@gnu.org>
10335
10336 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
10337
10338 1998-08-26 Albert L. Ting <alt@artisan.com>
10339
10340 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
10341 (mail-hist-current-header-contents): Use mail-text-start.
10342
10343 1998-08-26 Richard Stallman <rms@gnu.org>
10344
10345 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
10346 (customize-changed-options-previous-release): New variable.
10347 (customize-changed-options): Use that variable as default arg.
10348
10349 1998-08-26 Karl Eichwalder <ke@suse.de>
10350
10351 * midnight.el: Require `timer' not only when compiling.
10352
10353 1998-08-26 Per Starback <starback@update.uu.se>
10354
10355 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
10356 buffer before creating help group.
10357
10358 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10359
10360 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
10361 coding-system-for-write before saving.
10362
10363 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
10364
10365 * isearch.el (isearch-forward): Doc fix.
10366
10367 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
10368
10369 * emacs-lisp/find-func.el: Fix :version tags to have a string
10370 value, not a float.
10371
10372 * cus-dep.el: Fix typo in output.
10373
10374 1998-08-25 Dave Love <fx@gnu.org>
10375
10376 * repeat.el (repeat): Doc fix.
10377 [From rms:]
10378 (repeat-previous-repeated-command): New variable.
10379 (repeat): Check for real-last-command being null or repeat. Set
10380 repeat-previous-repeated-command.
10381
10382 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
10383
10384 1998-08-25 Kenichi Handa <handa@etl.go.jp>
10385
10386 * gnus/message.el (message-send-mail-with-sendmail): Bind
10387 coding-system-for-write by the return value of
10388 select-message-coding-system.
10389 (message-send-mail-with-qmail): Likewise.
10390
10391 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
10392
10393 * emacs-lisp/autoload.el: Fix doc-string-elt property on
10394 define-derived-mode.
10395
10396 * files.el (file-name-invalid-regexp):
10397 Fix regex for ms-dos without long file names.
10398
10399 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10400
10401 * ps-print.el: Multi-byte buffer handling.
10402 (ps-print-version): New version number (4.0) and doc fix.
10403 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
10404 compilation for GNU Emacs and emacsens.
10405 (ps-generate-postscript-with-faces): Force invisible text to be
10406 visible.
10407 (dos-ps-printer): New var to avoid compilation gripes.
10408
10409 1998-08-24 Kenichi Handa <handa@etl.go.jp>
10410
10411 * ps-print.el (ps-mule-plot-string): Pay attention to the case
10412 that no more characters can't be printed in the current line.
10413
10414 1998-08-24 Kenichi Handa <handa@etl.go.jp>
10415
10416 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
10417 greater than TO.
10418
10419 1998-08-24 Kenichi Handa <handa@etl.go.jp>
10420
10421 * ps-print.el: Add codes to make ps-print.el work also on Emacs
10422 20.2 and the earlier version.
10423 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
10424 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
10425 (ps-mule-find-wrappoint): Likewise.
10426 (ps-mule-generate-font): Change `X' to `x' in format
10427 control-string.
10428 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
10429 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
10430 `restore' form procedures `BC' and `EC'.
10431
10432 1998-08-24 Kenichi Handa <handa@etl.go.jp>
10433
10434 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
10435 is an executable procedure. Make LineThickness, Xshadow, and
10436 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
10437 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
10438 ps-mule-font-info-database-bdf): New vars.
10439 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
10440 (ccl-encode-ethio-unicode): New CCL program.
10441 (ps-mule-encode-ethiopic): New fun.
10442 (ps-mule-current-charset): New var.
10443 (ps-mule-get-font-spec, ps-mule-font-spec-src,
10444 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
10445 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
10446 (ps-mule-external-libraries): New var.
10447 (ps-mule-init-external-library): New fun.
10448 (ps-mule-font-cache): New var.
10449 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
10450 (ps-last-font): New var.
10451 (ps-mule-prepare-font): New fun.
10452 (ps-mule-charset-list): New var.
10453 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
10454 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
10455 ps-mule-plot-string): New funs.
10456 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
10457 New vars.
10458 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
10459 ps-mule-prepare-cmpchar-font): New funs.
10460 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
10461 vars.
10462 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
10463 ps-mule-generate-bitmap-glyph): New funs.
10464 (ps-mule-initialize, ps-mule-begin): New funs.
10465 (ps-output-string-prim): Insert string as unibyte.
10466 (ps-output-prologue): New fun.
10467 (ps-flush-output): Handle the case of 'prologue.
10468 (ps-begin-file): Call ps-mule-initialize.
10469 (ps-begin-job): Set ps-control-or-escape-regexp differently if
10470 printing multibyte characters.
10471 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
10472 (ps-basic-plot-string): Handle the case of printing ASCII
10473 characters by external libraries (e.g. BDF).
10474 (ps-set-font): Set ps-last-font.
10475 (ps-plot-region): Handle multibyte characters, use
10476 ps-mule-plot-string for them.
10477 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
10478
10479 * bdf.el: New file.
10480
10481 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
10482
10483 * international/mule-cmds.el (select-message-coding-system): New
10484 function.
10485 (set-language-environment-coding-systems): Set
10486 default-sendmail-coding-system.
10487
10488 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
10489 (default-sendmail-coding-system): New variable.
10490 (sendmail-send-it): Encode the message by a coding system
10491 select-message-coding-system returns.
10492
10493 1998-08-23 Eric Ludlam <zappo@gnu.org>
10494
10495 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
10496 (speedbar-mode): Set buffer to read only.
10497 (speedbar-temp-buffer-show-function): For emacs don't call hook
10498 with arguments.
10499 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
10500
10501 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
10502
10503 * speedbar.el (speedbar-key-map): Fix typo.
10504
10505 See ChangeLog.7 for earlier changes.