dded old entries for reftex and idlwave which were not properly interated.
[bpt/emacs.git] / lisp / ChangeLog
1 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2
3 * ps-print.el: PostScript code now is in separate files, doc fix.
4 (ps-print-version): New version number (5.0.3).
5 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
6 local.
7 (ps-spool-config): Initialization fix.
8 (ps-print-prologue-1, ps-print-prologue-2, ps-print-duplex-feature):
9 PostScript code moved to separated file.
10 (ps-background-image): Little code reformating.
11 (ps-begin-file, ps-begin-job): Fix code.
12 (ps-postscript-code-directory, ps-mark-code-directory): New
13 vars.
14 (ps-prologue-file): New fun.
15
16 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17
18 * ps-vars.el: eliminated.
19
20 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
21 `;;;###autoload'.
22
23 * ps-print.el: ps-vars eliminated, doc fix.
24 (ps-print-version): New version number (5.0.2).
25 (ps-spool-config): Initialization fix.
26 (ps-print-customize): New fun.
27
28 2000-01-04 Gerd Moellmann <gerd@gnu.org>
29
30 * autorevert.el (auto-revert-mode): Return value of
31 auto-revert-mode.
32
33 2000-01-04 Dave Love <fx@gnu.org>
34
35 * bindings.el (make-mode-line-mouse-sensitive):
36 Fix the toggle menu items.
37
38 2000-01-03 Dave Love <fx@gnu.org>
39
40 * elide-head.el (elide-head) [defgroup: Add :version.
41
42 * cl-extra.el (cl-emacs-type): Remove defvar.
43 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
44 `cl-hash-table-p', not `hash-table-p'.
45 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
46
47 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
48
49 * faces.el (face-read-integer, read-face-attribute)
50 (color-defined-p, color-values): unspecified-{f,b}g are now
51 strings.
52
53 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
54
55 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
56 at comment end, and re-insert them after filling.
57
58 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
59
60 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
61 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
62 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
63
64 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
65
66 * term/x-win.el (xw-defined-colors): Call color-supported-p,
67 the new name of face-color-supported-p.
68
69 * term/w32-win.el (xw-defined-colors): Likewise.
70
71 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
72
73 * simple.el (completion-setup-function): Count completion-size
74 from minibuffer-prompt-end, not from point-min.
75
76 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
77
78 * faces.el (read-face-attribute, defined-colors, color-defined-p):
79 Pass the frame to tty-color-* functions.
80 (display-color-p, frame-set-background-mode): Pass the frame to
81 tty-display-color-p.
82
83 * term/tty-colors.el (tty-defined-color-alist): Renamed from
84 tty-color-alist.
85 (tty-color-alist, tty-modify-color-alist): New functions.
86 (tty-color-define, tty-color-clear, tty-color-approximate)
87 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
88 an optional parameter FRAME.
89
90 2000-01-01 Gerd Moellmann <gerd@gnu.org>
91
92 * image.el (create-image, defimage): Don't assume image data is a
93 string.
94
95 * image.el (defimage): Handle specifications containing :data
96 instead of :file.
97 (image-type-from-data): New function.
98 (image-type-from-file-header): Use it.
99 (create-image): Add parameter DATA-P.
100
101 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
102
103 * echistory.el (electric-command-history): Call Command-history-setup
104 and command-history-mode using their new conventions.
105
106 * chistory.el (Command-history-setup): Don't switch buffers. Take
107 no args, and do not set major-mode, mode-name or the local map.
108 (command-history-mode): New function, does some of those things
109 Command-history-setup used to do.
110 (list-command-history): Call command-history-mode, not
111 Command-history-setup.
112 (command-history): Renamed from command-history-mode.
113
114 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
115
116 * arc-mode.el (archive-mode-map): Bind q to quit-window.
117
118 1999-12-31 William M. Perry <wmperry@aventail.com>
119
120 * image.el (defimage): Images with the `:data' keyword should be
121 considered valid as well.
122
123 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
124
125 * dired.el (dired-get-filename): Don't call file-name-absolute-p
126 with FILE if FILE is nil.
127
128 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
129
130 * simple.el (choose-completion-string): In minibuffer,
131 do not delete the prompt string.
132
133 1999-12-30 Gerd Moellmann <gerd@gnu.org>
134
135 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
136 assigned to mode-line-mode-menu because bindings.el is dumped with
137 Emacs, and thus the lists used for menu-item definition will be
138 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
139 like pure menu item definitions.
140
141 * expand.el (expand-abbrev-hook): Return t if expansion was
142 done, nil otherwise.
143
144 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
145
146 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
147 (tar-quit): Function deleted.
148
149 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
150
151 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
152 was used but not declared.
153
154 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
155 hs-find-block-beginning): Add or modify docstrings.
156
157 (hs-isearch-show): Rewrite.
158
159 1999-12-28 Gerd Moellmann <gerd@gnu.org>
160
161 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
162
163 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
164 space in front of a C-style comment end.
165
166 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
167
168 * startup.el (command-line-1): Make mode line mouse-sensitive for
169 the MS-DOS version as well.
170
171 1999-12-28 Gerd Moellmann <gerd@gnu.org>
172
173 * bs.el: New file.
174
175 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
176
177 * textmodes/ispell.el (ispell-process-line):
178 Add local var line-offset to adjust for the change
179 in positions within the line, due to previous replacements.
180
181 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
182
183 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
184 Doc fixes.
185
186 1999-12-27 Gerd Moellmann <gerd@gnu.org>
187
188 * add-log.el (change-log-version-number-regexp-list)
189 (change-log-version-info-enabled): Change :version to 21.1.
190 (toplevel): Require CL when compiling.
191
192 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
193
194 * add-log.el (change-log-version-number-regexp-list): Added tag
195 :version 20.6
196 (change-log-version-info-enabled): Added tag :version 20.6
197
198 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
199
200 * add-log.el: More general version number search with
201 user-configurable regexp list.
202 (change-log-version-number-regexp-list): New user variable.
203 (change-log-find-version): Rewritten. Use user-configurable
204 version numbering regexp list
205 change-log-version-number-regexp-list.
206 (change-log-find-version): Renamed to
207 change-log-version-number-search
208 (add-log-file-name-function): New.
209 (change-log-search-vc-number): Added END paramaeter. Added doc
210 string to function.
211 (change-log-version-rcs): Renamed. Was
212 change-log-search-vc-number.
213
214 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
215
216 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
217 overlays if they interfere.
218 (compilation-find-file): Make intangible overlays tangible.
219
220 * progmodes/hideshow.el: Generally, synch w/ maintainer
221 version 5.9.
222
223 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
224
225 (hs-minor-mode-hook): Don't initialize.
226
227 (hs-special-modes-alist): Rewrite value and docstring.
228
229 (hs-minor-mode-prefix): Delete unused var.
230
231 (hs-block-start-mdata-select): New var, buffer local.
232
233 (hs-headline): New var.
234
235 (hs-match-data, hs-forward-sexp): New funcs.
236
237 (hs-hide-comment-region): New func.
238
239 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
240 hs-safety-is-job-n, hs-hide-initial-comment-block,
241 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
242 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
243 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
244 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
245 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
246
247 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
248 (hs-isearch-show-temporary): New funcs.
249
250 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
251
252 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
253
254 When constructing menu, use `[(shift button2)]' notation.
255
256 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
257
258 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
259 (jka-compr-compression-info-list): Add new elt to each vector.
260 (jka-compr-write-region): Don't compress the data if it is
261 already compressed.
262
263 * jka-compr.el (jka-compr-really-do-compress): New variable.
264 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
265 if visiting.
266 (jka-compr-write-region): Set jka-compr-really-do-compress
267 if visiting. Test it when deciding to compress.
268
269 1999-12-22 Gerd Moellmann <gerd@gnu.org>
270
271 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
272 with third argument t.
273
274 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
275
276 * antlr-mode.el: Version 1.2 is released.
277 (antlr): This package has a web page.
278
279 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
280
281 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
282 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
283 (antlr-mode-map): New binding [C-c C-c].
284 (antlr-mode-menu): New entries.
285
286 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
287
288 * antlr-mode.el: Respect Emacs conventions.
289 ((require 'cl)): Only use during compilation.
290 (antlr-language-for-option): New function to avoid using `find'.
291 (antlr-mode): Use it.
292 (antlr-with-syntax-table): Define new instead using XEmacs' one.
293 (antlr-imenu-create-index-function): Change accordingly.
294 (antlr-inside-rule-p): Ditto.
295 (antlr-end-of-rule): Ditto.
296 (antlr-end-of-body): Ditto.
297 (antlr-beginning-of-rule): Ditto.
298 (antlr-indent-line): Ditto.
299
300 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
301
302 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
303 (antlr-set-tabs): Don't use hard-coded values.
304
305 * antlr-mode.el: Minor navigation changes. Not perfect, but this
306 won't be possible without a huge time penalty.
307 (antlr-skip-exception-part): Be more specific.
308 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
309 Renamed from `antlr-skip-grammar-header'.
310 (antlr-next-rule): Change accordingly.
311 (antlr-end-of-body): Ditto. Better error message.
312 (antlr-beginning-of-body): Better error message.
313 (antlr-imenu-create-index-function): Skip rule action prelude.
314
315 * antlr-mode.el: Minor syntax highlighting changes.
316 (antlr-font-lock-default-face): Deletia.
317 (antlr-font-lock-tokendef-face): Changed color.
318 (antlr-font-lock-tokenref-face): Changed color.
319 (antlr-font-lock-literal-face): Changed color.
320 (antlr-font-lock-additional-keywords): Minor changes.
321
322 1999-12-20 Carsten Dominik <cd@gnu.org>
323
324 * progmodes/idlwave.el: New file.
325
326 * progmodes/idlwave-rinfo.el: New file.
327
328 * progmodes/idlwave-shell.el: New file.
329
330 * progmodes/idlwave-toolbar.el: New file.
331
332 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
333
334 1999-12-21 Gerd Moellmann <gerd@gnu.org>
335
336 * progmodes/cwarn.el: New file.
337
338 1999-12-19 Gerd Moellmann <gerd@gnu.org>
339
340 * bindings.el (completion-ignored-extensions): Add .pdf.
341
342 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
343
344 * version.el: Put the version info into binary on MS-DOS as well.
345
346 1999-12-19 Gerd Moellmann <gerd@gnu.org>
347
348 * emacs-lisp/debug.el (debugger-continue): Don't continue if
349 debugger-may-continue is nil.
350
351 1999-12-18 Dave Love <fx@gnu.org>
352
353 * emacs-lisp/cl-macs.el: Remove conditional definition of
354 eval-when-compile. Don't specify abs, expt, gethash,
355 hash-table-count, hash-table-p as side-effect-free here.
356 (cl-emacs-type): Don't declare.
357 (cl-compile-time-init): Remove Emacs 18 compiler patch.
358 (cl-parse-loop-clause): Remove compatibility code.
359
360 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
361 (side-effect-free-fns): Add gethash, hash-table-count.
362 (side-effect-and-error-free-fns): Add hash-table-p.
363
364 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
365 `cl-' to autoload names for some hash functions. Don't autoload
366 eval-when-compile. Don't provide mini-cl.
367 (cl-emacs-type): Remove.
368 (cl-map-extents): Remove compatibility code.
369
370 * float.el: Bind free variables.
371
372 * bytecomp.el (byte-compile-constp): Include keywords.
373
374 1999-12-16 Gerd Moellmann <gerd@gnu.org>
375
376 * bindings.el (completion-ignored-extensions): Add .tfm.
377
378 1999-12-16 Dave Love <fx@gnu.org>
379
380 * faces.el (set-face-attribute): Purecopy the attributes set.
381
382 * custom.el (custom-declare-variable): Purecopy value.
383
384 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
385 (byte-extrude-byte-code-vectors): Use remprop.
386 (byte-compile-lambda): Check that arg is a lambda.
387
388 1999-11-16 Anders Lindgren <AndersL@andersl.com>
389
390 * font-lock.el: System for adding and removing keywords.
391 Both local (previously added keyword) and global keywords
392 can be removed.
393 (font-lock-remove-keywords): New user-level function.
394 (font-lock-update-removed-keyword-alist): New internal function.
395 (font-lock-removed-keywords-alist): New variable.
396 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
397 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
398 growing datastructures.
399 (font-lock-set-defaults): Removes keywords stored in
400 `font-lock-removed-keywords-alist' after local keywords added.
401
402 1999-12-16 Anders Lindgren <andersl@andersl.com>
403
404 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
405 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
406
407 * font-lock.el (c-keywords): Only highlight preprocessor
408 directives when spelled correctly.
409
410 * font-lock.el (font-lock-match-c++-structor-declaration,
411 c++-keywords): Fontify constructors and destructors with function
412 face inside C++ class declarations.
413
414 1999-12-16 Gerd Moellmann <gerd@gnu.org>
415
416 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
417 the shell from sh-shell-file.
418
419 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
420
421 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
422
423 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
424 if one of the files specified cannot be accessed by
425 file-attributes. Do not strip any leading directories from the
426 file names, to behave more like `ls' does.
427
428 * dired.el (dired-get-filename): Handle absolute file names.
429 (dired-readin-insert): If argument is a cons, don't print
430 "wildcard" on the ``total'' line.
431
432 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
433
434 * faces.el (face-read-integer, read-face-attribute)
435 (color-defined-p, color-values): Allow color values unspecified-fg
436 and unspecified-bg, handle them as unspecified.
437
438 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
439
440 * textmodes/reftex.el: (reftex-compile-variables): respect new
441 structure of `reftex-index-macro'
442 (reftex-compile-variables): Use the changed structure of
443 `reftex-label-alist'.
444
445 * textmodes/reftex-vars.el (reftex-index-math-format,
446 (reftex-toc-max-level): New option.
447 reftex-index-phrases-search-whole-words,
448 reftex-index-phrases-case-fold-search,
449 reftex-index-phrases-skip-indexed-matches,
450 reftex-index-phrases-wrap-long-lines,
451 reftex-index-phrases-sort-prefers-entry,
452 reftex-index-phrases-sort-in-blocks): New options.
453 (reftex-index-macros): Option structure changed.
454 (reftex-index-macros-builtin): Added `repeat' item to each entry.
455 (reftex-label-alist): Additional item in each entry to specify if
456 the environment should be listed in the TOC.
457 (eval-when-compile (require 'cl)) added.
458
459 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
460 longer deals with "repeat".
461 (reftex-index): "repeat property in `reftex-index-macro-alist' is
462 now used.
463 (reftex-index-phrases-comment-regexp,
464 reftex-index-phrases-macrodef-regexp,
465 reftex-index-phrases-phrase-regexp1,
466 reftex-index-phrases-phrase-regexp2,
467 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
468 New constants.
469 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
470 reftex-index-phrases-font-lock-keywords,
471 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
472 reftex-index-phrases-restrict-file): New variables.
473 (reftex-index-phrase-selection-or-word,
474 reftex-index-visit-phrases-buffer,
475 reftex-index-initialize-phrases-buffer,
476 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
477 reftex-index-next-phrase, reftex-index-this-phrase,
478 reftex-index-all-phrases, reftex-index-region-phrases,
479 reftex-index-phrases-parse-header,
480 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
481 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
482 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
483 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
484 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
485 reftex-index-make-replace-string,
486 reftex-query-index-phrase-globally, reftex-query-index-phrase,
487 reftex-index-phrase-match-is-indexed,
488 reftex-index-phrases-fixup-line,
489 reftex-index-phrases-replace-space,
490 reftex-index-select-phrases-macro): New functions.
491 (reftex-index-globalize, reftex-index-globally): functions removed
492 (eval-when-compile (require 'cl)) added.
493
494 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
495 for max level.
496 (reftex-toc-max-level-indicator): New variable.
497 (reftex-toc-max-level): New command.
498 (reftex-toc-map): New keybinding `t'.
499 (reftex-toc-help): Constant updated.
500 (eval-when-compile (require 'cl)) added.
501
502 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
503 `t' command key can change `reftex-toc-max-level'
504 (eval-when-compile (require 'cl)) added.
505
506 * textmode/reftex-sel (reftex-insert-docstruct): Respect
507 `reftex-toc-max-level'
508 (eval-when-compile (require 'cl)) added.
509
510 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
511 added.
512
513 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
514 added.
515
516 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
517 commands.
518 (reftex-citation, reftex-do-citation,
519 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
520 preselect a citation format.
521 (eval-when-compile (require 'cl)) added.
522
523 * textmodes/reftex-parse.el (reftex-context-substring): Optional
524 parameter to-end
525 (reftex-section-info): Deal with environment matches.
526 (eval-when-compile (require 'cl)) added.
527
528 * reftex-global.el (eval-when-compile (require 'cl)) added.
529
530 1999-12-15 Kenichi Handa <handa@etl.go.jp>
531
532 The following changes are for the new composition mechanism. We
533 have deleted `composition' charset and composite characters,
534 instead introduced a special text property `composition'.
535
536 * composite.el: New file.
537
538 * ps-mule.el: Define encode-composition-rule and find-composition
539 for Emacs 20.4 and the earlier versions.
540 (ps-mule-init-external-library): Just require a feature for
541 external libraries.
542 (ps-mule-prologue): Postscript code modified for new composition.
543 (ps-mule-find-wrappoint): New arg COMPOSITION.
544 (ps-mule-plot-string): Delete code for composite characaters.
545 (ps-mule-plot-composition): New funcion.
546 (ps-mule-prepare-font-for-components): New function.
547 (ps-mule-plot-components): New function.
548 (ps-mule-composition-prologue-generated): Renamed from
549 ps-mule-cmpchar-prologue-generated.
550 (ps-mule-composition-prologue): New named from
551 ps-mule-cmpchar-prologue. Modified for new composition.
552 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
553 ps-mule-prepare-cmpchar-font): Deleted.
554 (ps-mule-string-encoding): New arg NO-SETFONT.
555 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
556 check Composing, not Cmpchar
557 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
558 to nil.
559 (ps-mule-begin-job): Check existence of new composition.
560
561 * ps-print.el (ps-plot-region): Handle new composition.
562
563 * simple.el (what-cursor-position): Show "(composed)" if the
564 character is composed.
565
566 * international/characters.el: Fix cateogries of Lao symbols.
567
568 * international/fontset.el (vertical-centering-font-regexp): New
569 variable.
570
571 * international/mule.el (mule-version): Updated to 5.0 (AOI).
572 (mule-version-date): Updated to 1999.12.7.
573 (with-category-table): New macro.
574
575 * international/mule-cmds.el (encode-coding-char): Don't check
576 composite character.
577
578 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
579 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
580 x-ctext): Give `composition' property t.
581
582 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
583 non-nil) at the tail of ALIST.
584 (compose-region, decompose-region, decompse-string,
585 reference-point-alist, compose-chars): Moved to composite.el.
586 (compose-chars-component, compose-chars-rule,
587 decompose-composite-char): Deleted.
588
589 * international/quail.el (quail-install-map): New optional arg
590 NAME.
591 (quail-get-translation): If DEF is a symbol but not a function,
592 ignore it.
593 (quail-start-translation): Put a key sequence undefined in the
594 translation keymap in unread-command-events, not generated-events.
595 Return parameterized event (compose-last-chars N) if the input
596 characters should be composed.
597 (quail-map-definition): If DEF is t, treat it as nil.
598 (quail-delete-last-char): Delete the quail region.
599 (quail-show-translations): Don't show list of translations if the
600 quail package is deterministic.
601 (quail-completion-max-depth): New variable.
602 (quail-completion-1): Pay attention to the above variable. Fix
603 for the case that a translation is a function.
604 (quail-map-from-table, quail-map-from-table-1,
605 quail-map-from-table-2): New functions.
606 (quail-lookup-map-and-concat): New function
607
608 * language/devan-util.el: Mostly rewritten.
609
610 * language/lao.el: Register lao-composition-function in
611 composition-function-table.
612
613 * language/lao-util.el: Mostly rewritten.
614
615 * language/thai.el: Register thai-composition-function in
616 composition-function-table.
617 (thai-tis620): Delete `pre-write-conversion' property.
618
619 * language/thai-util.el: (thai-category-table): Make it by
620 make-category-table.
621 (thai-composition-pattern): New variable.
622 (thai-compose-region, thai-compose-string): Use
623 with-category-table.
624 (thai-post-read-conversion): Just call thai-compose-region.
625 (thai-pre-write-conversion): Deleted.
626 (thai-composition-function): New funciton.
627
628 * language/tibet-util.el: Most functions rewritten.
629 (tibetan-char-p): Renamed from tibetan-char-examin.
630 (tibetan-composable-examin) (tibetan-complete-char-examin)
631 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
632 (tibetan-add-components): New function.
633 (tibetan-composition-function): New function.
634
635 * language/tibetan.el: Register tibetan-composition-function in
636 composition-function-table.
637 (tibetan-composable-pattern): New variable.
638 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
639 (tibetan-precomposition-rule-alist): Move punctuations to
640 tibetan-punctuation-transcription-alist and
641 tibetan-obsolete-glyphs.
642 (tibetan-punctuation-transcription-alist): New variable.
643 (tibetan-obsolete-glyphs): New variable.
644 (tibetan-regexp): Improve the initialization code.
645
646 * textmodes/fill.el (fill-find-break-point): Delete codes for
647 composite characters.
648 (fill-region-as-paragraph): Likewise.
649
650 1999-12-14 Gerd Moellmann <gerd@gnu.org>
651
652 * international/mule-cmds.el (default-input-method): Specify
653 that it should be set after current-language-environment.
654
655 * custom.el (custom-handle-keyword): Add :set-after.
656 (custom-add-dependencies): New function.
657 (custom-set-variables): Take dependencies between args into
658 account.
659
660 * battery.el (battery): Doc fix.
661
662 1999-12-12 Gerd Moellmann <gerd@gnu.org>
663
664 * progmodes/cc-make.el: Removed.
665
666 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
667
668 * Release of cc-mode 5.26
669
670 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
671
672 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
673 target depth. Optionally count #else lines as clause limits,
674 as suggested by don provan <provan@lucent.com>. #elif
675 handling fixed.
676
677 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
678 (c-down-conditional-with-else): New commands that uses the
679 added functionality in `c-forward-conditional'.
680
681 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
682
683 * cc-align.el (c-lineup-comment): Preserve the alignment with
684 a comment on the previous line instead of preserving the
685 comment-column.
686
687 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
688
689 * Fixes to IDL mode after input from Eric Eide
690 <eeide@cs.utah.edu>:
691 * cc-engine.el (c-beginning-of-statement-1): Allow
692 `c-conditional-key' to be nil, for the benefit of IDL mode.
693 * cc-engine.el (c-guess-basic-syntax): Ditto.
694 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
695 but do match CORBA 2.3 `valuetype'.
696 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
697 for IDL.
698 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
699 be nil for IDL.
700 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
701 Like C++.
702 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
703 set `c-method-key' and `c-baseclass-key' to nil.
704
705 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
706
707 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
708 with nonhanging open braces.
709
710 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
711
712 * cc-align.el: Added docstrings to all lineup functions.
713
714 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
715 keyword.
716
717 * cc-align.el (c-lineup-C-comments): Handle free form text
718 comments. Use c-comment-prefix-regexp and comment-start-skip
719 instead of hardcoded regexps.
720
721 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
722
723 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
724 behavior and return value as documented.
725
726 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
727
728 * Changes for new style variable init system:
729 * cc-langs.el (c-common-init): Dito.
730 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
731 now customizable.
732 * cc-vars.el: Style variables may now take a value
733 'set-from-style to make them take their value from the style
734 system. This value is now the default on all these variables.
735 * cc-vars.el (c-valid-offset): New function to verify a
736 syntactic symbol offset setting.
737 * cc-vars.el (c-offsets-alist): Variable moved from
738 cc-styles.el since it's now customizable in a similar way to
739 the other style variables.
740 * cc-vars.el (c-old-style-variable-behavior): New variable to
741 revert to the old style init behavior.
742
743 * cc-vars.el (c-file-style, c-file-offsets): Made always
744 buffer local.
745
746 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
747 the throws clause that might follow the function prototype in
748 C++.
749
750 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
751
752 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
753 could move forward for macros that doesn't start in column 0.
754
755 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
756
757 * cc-align.el (c-indent-multi-line-block,
758 c-lineup-whitesmith-in-block): Two new lineup functions for
759 use in whitesmith style.
760
761 * cc-styles.el (c-style-alist): More fixes to whitesmith
762 style. It should now handle all different braces uniformly in
763 both hanging and non-hanging cases.
764
765 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
766
767 * cc-cmds.el (c-indent-exp): Use a marker to save point to
768 make it stay in the same position relative to the surrounding
769 text.
770
771 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
772 when adaptive-fill-mode doesn't manage to get it correct.
773
774 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
775 with dotted notation, e.g. foo.bar.Gnu.
776
777 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
778 within unwind-protect (previously only some were wrapped so it
779 would be possible to register mode initialization when full
780 initialization did not finish).
781
782 * cc-styles.el (c-style-alist): Corrected the brace placement
783 in the whitesmith style. Thanks to Sean Luke
784 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
785 styles with consistent brace placement for all constructs.
786
787 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
788
789 * cc-cmds.el (c-context-line-break): Continue C++ comments too
790 when point is in the middle of them.
791
792 * cc-cmds.el: Line breaking and paragraph filling code
793 rewritten:
794 (c-guess-fill-prefix): New function that uses various
795 heuristics to guess the comment prefix.
796 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
797 It now assumes adaptive filling is active to preserve the line
798 prefix inside comments.
799 (c-indent-new-comment-line): Replacement for the now
800 obsolete `c-comment-line-break-function' that uses
801 `c-guess-fill-prefix' when appropriate. It now observes the
802 setting of `comment-multi-line', which has effect in C-style
803 block comments.
804
805 * cc-cmds.el (c-context-line-break): New function intended to
806 be put on RET. It's essentially `newline-and-indent', but
807 continues C block comments with the appropriate line prefix.
808
809 * cc-cmds.el (c-do-auto-fill): New function put on
810 `normal-auto-fill-function' to implement the
811 `c-ignore-auto-fill' variable.
812
813 * cc-cmds.el (c-beginning-of-statement): Use
814 `c-comment-prefix-regexp' to avoid ending up inside the
815 comment prefix. Better handling of comment starters and
816 enders. Catch comments better when traversing code. Stop at
817 preprocessor directives.
818
819 * cc-defs.el (c-forward-comment): New subst to hide platform
820 dependent quirks in `forward-comment'.
821
822 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
823 argument.
824 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
825 arguments. Activate this function by default when
826 `parse-partial-sexp' supports it (currently Emacs 20.x).
827
828 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
829 on the comment opener to make constants usable as lineup
830 arguments.
831
832 * cc-align.el (c-lineup-C-comments): Fixes to handle the
833 changed anchor position in the `c' syntactic symbol. Handle
834 more than stars in the comment prefix; use the new variable
835 `c-comment-prefix-regexp'. Don't indent text not preceded by
836 a comment prefix to the right of the comment opener if it's
837 long.
838
839 * cc-langs.el: Fixes to mode initialization for new line
840 breaking and paragraph filling method. Adaptive fill mode is
841 now activated at startup instead of deactivated. The
842 variables used for adaptive filling and paragraph movement are
843 also changed to incorporate the value of
844 `c-comment-prefix-regexp'. `substitute-key-definition' is
845 used to override some functions in the global map instead of
846 overriding their default bindings.
847
848 * cc-mode.el (java-mode): Modify `paragraph-start' for the
849 javadoc markup at mode init.
850
851 * cc-mode.el (c-setup-filladapt): A new convenience function
852 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
853 function is intended to be used explicitly by the end user
854 only.
855
856 * cc-vars.el (c-comment-prefix-regexp): New variable used to
857 recognize the comment fill prefix inside comments.
858 (c-block-comment-prefix): New name for
859 `c-comment-contiuation-stars', which is now obsolete. It's
860 generalized to handle any character sequence.
861 (c-ignore-auto-fill): New variable used to selectively disable
862 Auto Fill mode in specific contexts.
863
864 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
865
866 * cc-cmds.el (c-comment-indent): Leave at least one space
867 between the comment and the last nonblank character in the
868 case where we look at the indentation of the comment on the
869 previous line (case 4).
870
871 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
872 list of characters that may start a statement (it's a sort of
873 prefix operator in Pike, and isn't used at all in any of the
874 other languages).
875
876 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
877
878 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
879 inside continued statements as statement-cont instead of
880 brace-list-open. The reason is that one normally adjusts
881 brace-list-open for brace lists as top-level constructs, and
882 brace lists inside statements is a completely different
883 context. Case 10B.2 changed. Also changed (the somewhat
884 esoteric) case 9A to cope with this.
885
886 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
887
888 * cc-cmds.el (c-electric-brace): Added electric handling of
889 the open brace for brace-elseif-brace.
890
891 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
892
893 * cc-defs.el (c-with-syntax-table): New macro to easily switch
894 syntax tables temporarily.
895
896 * cc-engine.el (c-guess-basic-syntax): Handle template and
897 member init argument lists split over several lines. Case 5D
898 changed.
899
900 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
901 @throws introduced in Javadoc 1.2.
902
903 * cc-menus.el (cc-imenu-java-generic-expression): Applied
904 patch from RMS to avoid infinite backtracking.
905
906 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
907
908 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
909 by [ ].
910
911 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
912
913 * cc-align.el (c-lineup-dont-change): Compensate properly for
914 the column in langelem.
915
916 * cc-engine.el (c-syntactic-information-on-region): New
917 function to help debugging the syntactic analysis.
918
919 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
920
921 * cc-align.el (c-lineup-template-args): Handle nested template
922 arglists.
923
924 * cc-langs.el (c++-template-syntax-table): New syntax table
925 that makes `<' and `>' parenthesis characters, which is useful
926 to switch to temporarily when analyzing template arglists.
927
928 * cc-styles.el: Changed default alignment of labels in the
929 java style to conform to the examples in the Java Language
930 Specification.
931
932 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
933 by default.
934
935 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
936
937 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
938 immediately before the closing paren in an arglist, so don't
939 check that in Pike mode. Case 7A changed.
940
941 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
942
943 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
944 lines were ignored under certain conditions.
945
946 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
947
948 * cc-align.el (c-lineup-template-args): New function for
949 aligning continued template argument lists.
950
951 * cc-engine.el (c-guess-basic-syntax): Fix for member init
952 lists containing function arglists split over several lines.
953 Case 5D.1 changed.
954
955 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
956 template-args-cont didn't get recognized when the first
957 arglist opener line doesn't contain a template argument. New
958 case 5K.
959
960 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
961
962 * cc-defs.el (c-point): Changed from subst to macro for
963 efficiency.
964 (c-beginning-of-defun-1, c-end-of-defun-1): New
965 beginning-of-defun/end-of-defun wrappers separated from
966 c-point.
967
968 * cc-menus.el (imenu-generic-expression,
969 imenu-case-fold-search, imenu-progress-message): Dummy
970 definitions to avoid compiler warnings if imenu can't be
971 loaded.
972 * cc-menus.el (cc-imenu-init): New function called at mode
973 init.
974 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
975 imenu initializations to cc-imenu-init.
976
977 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
978
979 * cc-engine.el (c-guess-basic-syntax): Slightly better check
980 for lambda-intro-cont in Pike mode. Case 6 changed.
981
982 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
983 anything following "new Foo()" was considered an anonymous
984 class body in Java mode.
985
986 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
987
988 * cc-cmds.el (c-comment-line-break-function): When breaking in
989 a string, don't insert a new line.
990
991 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
992
993 * cc-engine.el (c-at-toplevel-p): New interface function which
994 returns information useful to add-on authors. It tells you
995 whether you're at a toplevel statement or not.
996
997 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
998
999 * cc-cmds.el (c-comment-line-break-function): It is possible
1000 that forward-line does not land us at the bol, say if we're on
1001 the last line in a file. In that case, do a
1002 back-to-indentation instead of a forward-comment -1.
1003
1004 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1005
1006 * cc-engine.el (c-beginning-of-statement-1): Don't catch
1007 "default:" as normal label in case 4.
1008
1009 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1010
1011 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
1012 recognize continued bitfield declarations. Case 5D.1 changed.
1013 * cc-langs.el: New variable c-bitfield-key.
1014 * cc-mode.el: New variable c-bitfield-key.
1015
1016 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1017
1018 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
1019 anonymous array expressions (i.e. "new Foo[] {.. bracelist
1020 ..}").
1021
1022 1999-12-12 Dave Love <fx@gnu.org>
1023
1024 * mail/footnote.el: Require cl when compiling. Don't autoload
1025 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
1026 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
1027 Avoid `acons'.
1028 (footnote-mode-line-string, Footnote-add-footnote): Remove
1029 autoload cookie.
1030
1031 1999-12-12 Richard Sharman <rsharman@pobox.com>
1032
1033 * sh-script.el: Fix for when font-lock mode is active.
1034 (sh-font-lock-unfontify-region-function): New function.
1035
1036 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
1037
1038 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
1039 if start-process is not bound, since Ispell now supports such
1040 platforms as well.
1041
1042 1999-12-12 Gerd Moellmann <gerd@gnu.org>
1043
1044 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
1045 rmail-summary-goto-msg.
1046
1047 * files.el (after-find-file): Fix previous change.
1048
1049 1999-12-11 Dave Love <fx@gnu.org>
1050
1051 * help.el (where-is): Use `commandp' as predicate for
1052 `completing-read'
1053
1054 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1055
1056 * cus-edit.el (custom-save-delete): Delete all occurrences,
1057 leave point where the first occurrence was.
1058 (custom-save-faces): Insert a newline at the end of the comment.
1059 Avoid a double newline there.
1060 If final closeparen is at bol, put a space before it.
1061 (custom-save-variables): Likewise.
1062 (custom-file): Doc fix.
1063
1064 1999-12-10 Gerd Moellmann <gerd@gnu.org>
1065
1066 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
1067 regexp matching image and audio files.
1068
1069 1999-12-09 Dave Love <fx@gnu.org>
1070
1071 * mail/footnote.el: New file.
1072
1073 1999-12-09 Gerd Moellmann <gerd@gnu.org>
1074
1075 * files.el (after-find-file): Use auto-save-visited-file-name if
1076 set.
1077
1078 * mail/feedmail.el (feedmail-find-eoh): Take
1079 feedmail-queue-alternative-mail-header-separator into account.
1080
1081 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
1082
1083 * smerge-mode.el: New file.
1084
1085 * font-lock.el (font-lock-multiline): New variable.
1086 (font-lock-add-keywords): Rename `major-mode' into `mode'.
1087 (font-lock-remove-keywords): Added a dummy `mode' argument for
1088 potential future support.
1089 (font-lock-fontify-anchored-keywords,
1090 (font-lock-fontify-keywords-region): Only handle multiline strings
1091 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
1092
1093 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1094
1095 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
1096
1097 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
1098
1099 1999-12-07 Dave Love <fx@gnu.org>
1100
1101 * help.el (view-emacs-problems): New command, bound to C-h P.
1102
1103 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
1104
1105 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
1106
1107 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
1108 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
1109 New code to support the minor mode version.
1110 (diff-recenter): New function.
1111 (diff-next-hunk, diff-next-file): Use it.
1112 (diff-remembered-files-alist): New var.
1113 (diff-merge-strings): New function.
1114 (diff-find-file-name): Make it smarter and use the user's input more.
1115 (diff-mode): Cosmetic changes.
1116
1117 * files.el (save-some-buffers): Turn EXITING into the more general
1118 PRED argument to allow specifying a subset of buffers.
1119
1120 * simple.el (kill-region): Use the new `delete-and-extract-region'
1121 rather than the undo log (which is incorrect with *-change-functions).
1122
1123 * font-lock.el (font-lock-default-fontify-region): Fix subtle
1124 off-by-one problem that could force re-fontifying the whole buffer.
1125 (font-lock-remove-keywords): New function.
1126 (font-lock-add-keywords): Use the new function to ensure idempotence.
1127
1128 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
1129
1130 * viper-cmd.el (viper-minibuffer-standard-hook,
1131 viper-minibuffer-real-start): Mew functions.
1132 (viper-read-string-with-history,viper-file-add-suffix,
1133 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
1134 change in the status of the minibuffer prompt.
1135
1136 1999-12-06 Gerd Moellmann <gerd@gnu.org>
1137
1138 * comint.el (comint-redirect-results-list)
1139 (comint-redirect-results-list-from-process): Remove interactive
1140 spec.
1141
1142 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
1143
1144 * info.el (info-node, info-menu-5, info-xref): Define colors for
1145 Info faces if the display supports them.
1146
1147 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
1148
1149 Changes for automatic remapping of X colors on terminal frames:
1150
1151 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
1152 term-setup-hook. Call msdos-remember-default-colors and
1153 msdos-handle-reverse-video.
1154 (msdos-face-setup): Parts of code moved to
1155 msdos-setup-initial-frame.
1156 (msdos-handle-reverse-video): New function, modeled after
1157 x-handle-reverse-video.
1158 (make-msdos-frame): Don't use initial-frame-alist and
1159 default-frame-alist. Call msdos-handle-reverse-video.
1160 (msdos-color-aliases): Remove.
1161 (msdos-color-translate, msdos-approximate-color): Remove.
1162 (msdos-color-values): Use 16-bit RGB values. RGB values updated
1163 for better approximation of X colors.
1164 (msdos-face-setup): Call tty-color-clear. Remove code that sets
1165 up tty-color-alist (it is now on startup.el).
1166 (x-display-color-p, x-color-defined-p, x-color-values,
1167 x-defined-colors, face-color-supported-p, face-color-gray-p):
1168 Remove.
1169
1170 * facemenu.el (facemenu-read-color, list-colors-display): Use
1171 defined-colors for all frame types.
1172 (facemenu-color-equal): Use color-values for all frame types.
1173
1174 * faces.el (read-face-attribute): For :foreground and :background
1175 attributes and frames on character terminals, translate the color
1176 to the closest supported one before looking it up in the list of
1177 valid values.
1178 (face-valid-attribute-values): Call defined-colors for all types
1179 of frames.
1180 (defined-colors, color-defined-p, color-values, display-color-p):
1181 New finctions.
1182 (x-defined-colors, x-color-defined-p, x-color-values,
1183 x-display-color-p): Aliases for the above.
1184
1185 * startup.el (command-line): Register terminal colors for frame
1186 types other than x and w32, but only if the terminal supports
1187 colors. Call tty-color-define instead of face-register-tty-color.
1188
1189 * term/x-win.el (xw-defined-colors): Renamed from
1190 x-defined-colors.
1191 * term/w32-win.el (xw-defined-colors): Likewise.
1192
1193 * term/tty-colors.el: New file.
1194 * loadup.el: Load term/tty-colors.
1195
1196 1999-12-06 Dave Love <fx@gnu.org>
1197
1198 * ffap.el: Autoload the ffap alias directly.
1199
1200 1999-12-06 Inge Frick <inge@nada.kth.se>
1201
1202 * dired-aux.el (dired-do-shell-command): Changed documentation.
1203 (dired-shell-stuff-it): A `?' in COMMAND has now the same
1204 meaning as `*'.
1205
1206 1999-12-06 Gerd Moellmann <gerd@gnu.org>
1207
1208 * simple.el (insert-buffer): Doc fix.
1209
1210 * apropos.el (apropos-mode): Add autoload cookie.
1211
1212 1999-12-06 Sam Steingold <sds@goems.com>
1213
1214 * progmodes/etags.el (etags-tags-completion-table): Modified the
1215 regexp to allow for the CL symbols starting with `+*'.
1216 (tags-completion-table): Doc fix (it's an obarray, not an alist).
1217 (tags-completion-table, tags-recognize-empty-tags-table): Remove
1218 `function' quoting lambda.
1219 (tags-with-face): New macro.
1220 (list-tags, tags-apropos): Use it.
1221 (tags-apropos-additional-actions): New user option.
1222 (etags-tags-apropos-additional): Use it.
1223 (tags-apropos): Call etags-tags-apropos-additional.
1224 (tags-apropos-verbose): New user option.
1225 (etags-tags-apropos): Use it.
1226 (visit-tags-table-buffer, next-file): Use `unless'.
1227 (recognize-empty-tags-table): Renamed to
1228 tags-recognize-empty-tags-table.
1229 (complete-tag): Call tags-complete-tag bypassing try-completion.
1230
1231 1999-12-06 Kenichi Handa <handa@etl.go.jp>
1232
1233 * international/mule.el (set-buffer-file-coding-system): Docstring
1234 modified.
1235
1236 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
1237
1238 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
1239 using the hideshow package.
1240 (hs-special-modes-alist): Added entry for bibtex to allow the use
1241 of the hideshow package.
1242 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
1243 not longer provided by bibtex.el directly. Instead the hideshow
1244 package should be used.
1245 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
1246 references to bibtex-hide-entry-bodies.
1247
1248 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
1249
1250 * textmodes/bibtex.el: Copyright notice is up to date. Moved
1251 maintainer information closer to the beginning of the bibtex.el
1252 file.
1253 (bibtex-maintainer-salutation): New constant.
1254 (bibtex-version): New constant.
1255 (bibtex-submit-bug-report): Use bibtex-version and
1256 bibtex-maintainer-salutation.
1257 (bibtex-entry-field-alist): Made booktitle field optional for
1258 @inproceedings entries when crossreferenced.
1259 (bibtex-entry-field-alist): Added booktitle field to proceedings
1260 entry type (for cross referencing). Thanks to Wagner Toledo Correa
1261 for the suggestion.
1262 (bibtex-string-file-path): Fixed typo.
1263
1264 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
1265
1266 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
1267 for reftex.el.
1268 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
1269 to menu.
1270
1271 1999-12-04 Dave Love <fx@gnu.org>
1272
1273 * delsel.el: Revert previous change -- region is significant to
1274 skeleton.
1275
1276 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
1277
1278 * viper-cmd.el (viper-change-state): Use
1279 viper-ESC-moves-cursor-back to decide whether to move the cursor
1280 back.
1281
1282 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
1283
1284 * international/mule-util.el (truncate-string-to-width): Docsting
1285 fixed.
1286
1287 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
1288
1289 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
1290 use of `cond'.
1291 (lm-with-file): Move all the find-file...kill-buffer stuff into
1292 this macro. Make it use `find-file-noselect' and make it kill
1293 the buffer only if it wasn't already displayed somewhere.
1294 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
1295 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
1296 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
1297 (lm-commentary): Fix to handle the case when the change log is
1298 at the end of the file.
1299
1300 1999-12-02 Kenichi Handa <handa@etl.go.jp>
1301
1302 * international/mule.el (charsetp): Fix typo in docstring.
1303
1304 * international/mule-diag.el (list-coding-categories): Fix typo;
1305 automatic -> autoload.
1306
1307 1999-12-02 Gerd Moellmann <gerd@gnu.org>
1308
1309 * vc.el (vc-update-change-log): Look for rcs2log under
1310 exec-directory.
1311
1312 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
1313 outline-regexp, add outline-level.
1314 (lisp-outline-level): New.
1315
1316 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
1317 remove extraneous string-match.
1318
1319 * finder.el (finder-commentary): Activate Finder mode.
1320
1321 1999-12-01 Anders Lindgren <andersl@andersl.com>
1322
1323 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
1324 off when reverting buffers that contained mode specifiers.
1325 `revert-buffer' is now called with non-nil PRESERVE-MODES
1326 argument.
1327
1328 1999-12-01 Dave Love <fx@gnu.org>
1329
1330 * delsel.el: Grok skeleton-pair-insert-maybe.
1331
1332 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1333
1334 * progmodes/cperl-mode.el (cperl-under-as-char):
1335 Use nil as default.
1336
1337 1999-11-30 Gerd Moellmann <gerd@gnu.org>
1338
1339 * speedbar.el (toplevel): Remove compatibility code for Emacs
1340 versions without custom.el.
1341
1342 1999-11-30 Dave Love <fx@gnu.org>
1343
1344 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
1345
1346 * autoinsert.el: Minor doc fixes.
1347 (auto-insert): Return nil.
1348
1349 * faces.el (set-face-documentation): Purecopy STRING.
1350
1351 1999-11-29 Dave Love <fx@gnu.org>
1352
1353 * derived.el: Doc fixes, remove old backquote syntax.
1354
1355 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
1356 comment warning about editing.
1357
1358 * help.el (help-mode-hook): Define.
1359
1360 1999-11-29 Gerd Moellmann <gerd@gnu.org>
1361
1362 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
1363 invalid translation of old-style backquote syntax to new syntax.
1364
1365 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
1366
1367 * Makefile (DONTCOMPILE): Add term/internal.el.
1368
1369 1999-11-26 Dave Love <fx@gnu.org>
1370
1371 * comint.el: Fix last change.
1372
1373 * emacs-lisp/advice.el: Fix last change.
1374
1375 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1376
1377 * cus-edit.el (Custom-reset-standard): Doc fix.
1378 (custom-variable-reset-standard): Doc fix.
1379 (custom-face-reset-standard): Doc fix.
1380 (custom-face-menu): "Reset to Standard" => "Erase Customization".
1381 (custom-variable-menu): Likewise.
1382 (custom-reset-menu): Likewise.
1383 (custom-buffer-create-internal): Likewise.
1384
1385 1999-11-26 Dave Love <fx@gnu.org>
1386
1387 * progmodes/make-mode.el (makefile-mode-hook): Customize.
1388
1389 * font-lock.el: Doc fixes.
1390
1391 * menu-bar.el (menu-bar-mode): Customize.
1392
1393 * cus-start.el: Add use-dialog-box.
1394
1395 * add-log.el (change-log-mode-hook): Customize.
1396 (add-log-current-defun): Use
1397 fortran-{beginning,end}-of-subprogram.
1398
1399 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1400
1401 * emacs-lisp/advice.el: Many doc fixes.
1402
1403 * comint.el (comint-preoutput-filter-functions): Doc fix.
1404
1405 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1406
1407 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1408 Improve messages for capitalization of arg names,
1409 for flag variables, for t and nil, for imperatives.
1410 Call them imperatives rather than infinitives sans "to".
1411 (checkdoc-common-verbs-wrong-voice): Add "moves".
1412 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
1413
1414 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
1415 Don't convert comments from 3-semicolon to 2-semicolon.
1416 That is a matter of style.
1417 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
1418 (checkdoc-comments): Don't bind that variable.
1419
1420 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1421
1422 * files.el (write-file-hooks): Doc fix.
1423
1424 1999-11-26 Gerd Moellmann <gerd@gnu.org>
1425
1426 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
1427
1428 1999-11-25 Dave Love <fx@gnu.org>
1429
1430 * hippie-exp.el: Require comint when compiling.
1431 (hippie-expand): Add :links.
1432 (hippie-expand-try-functions-list): Customize.
1433
1434 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
1435
1436 * viper*el: Replaced old-style backquotes.
1437
1438 * ediff*el: Replaced old-style backquotes.
1439
1440 * ediff-merge
1441 (ediff-looks-like-combined-merge,ediff-get-combined-region):
1442 Changed to support the new format for ediff-combination-pattern.
1443
1444 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
1445 Changed to support the new format for ediff-combination-pattern.
1446
1447 1999-11-24 Dave Love <fx@gnu.org>
1448
1449 * custom.el (custom-declare-group): Purecopy DOC.
1450 (custom-handle-keyword): Purecopy VALUE.
1451 (custom-add-link): Purecopy WIDGET.
1452 (custom-add-version): Purecopy VERSION.
1453 (custom-add-load): Purecopy LOAD.
1454
1455 * cus-face.el (custom-declare-face): Purecopy DOC.
1456
1457 * info.el:
1458 (Info-build-node-completions, Info-search, Info-follow-reference)
1459 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
1460 (Info-find-emacs-command-nodes): Avoid properties on matched text
1461 which may appear in minibuffer.
1462
1463 1999-11-24 Gerd Moellmann <gerd@gnu.org>
1464
1465 * locate.el (locate-with-filter): Doc fix.
1466
1467 1999-11-24 Alex Schroeder <alex@gnu.org>
1468
1469 * sql.el (sql-find-sqli-buffer): New function.
1470 (sql-set-sqli-buffer-generally): New function.
1471 (sql-set-sqli-buffer): Better checking of new-buffer.
1472 (sql-copy-column): Add comma after INTO clause, too.
1473
1474 1999-11-24 Alex Schroeder <alex@gnu.org>
1475
1476 * sql.el (sql-imenu-generic-expression): New, used to set
1477 imenu-generic-expression.
1478
1479 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
1480 setting font-lock-defaults' SYNTAX-ALIST. Set
1481 imenu-generic-expression, imenu-case-fold-search, and
1482 imenu-syntax-alist.
1483
1484 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
1485 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
1486
1487 1999-11-23 Andrew Innes <andrewi@gnu.org>
1488
1489 * w32-win.el (w32-drag-n-drop): Load files in current window, if
1490 drop coords aren't over a specific window.
1491
1492 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1493
1494 * ps-print.el: Define mule funs without checking if mule package is
1495 loaded.
1496 (ps-print-version): New version number (5.0.1).
1497 (ps-header-dirpart): Now uses abbreviate-file-name.
1498
1499 1999-11-23 Dave Love <fx@gnu.org>
1500
1501 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
1502 comment-line-start.
1503 (fortran-comment-line-start-skip): Renamed from
1504 comment-line-start-skip.
1505 (fortran-mode-map): Use renamed functions. Add manual and custom
1506 entries to menu.
1507 (fortran-mode-hook): Customize.
1508 (fortran-comment-indent-function): Renamed from
1509 fortran-comment-hook.
1510 (delete-horizontal-regexp): Function deleted.
1511 (fortran-electric-line-number): Simplified.
1512 (fortran-beginning-of-subprogram): Renamed from
1513 beginning-of-fortran-subprogram.
1514 (fortran-end-of-subprogram): Renamed from
1515 end-of-fortran-subprogram.
1516 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
1517 (fortran-previous-statement, fortran-next-statement): Simplified.
1518 (fortran-blink-match): New function.
1519 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
1520 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
1521 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
1522 line-end-position.
1523 (fortran-fill): No longer interactive. Simplified.
1524 (fortran-break-line): Simplified.
1525 (fortran-analyze-file-format): Use char-after, not looking-at.
1526
1527 * emacs-lisp/find-func.el (find-function-regexp): Use
1528 `define-minor-mode' after easy-menu change.
1529
1530 1999-11-23 Gerd Moellmann <gerd@gnu.org>
1531
1532 * comint.el: Add redirection.from active comint buffers into
1533 another buffer. Written by Peter Breton.
1534
1535 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
1536
1537 * emacs-lisp/autoload.el (make-autoload): Recognize the new
1538 `define-minor-mode'.
1539 (define-minor-mode): Specify `doc-string-elt'.
1540
1541 * emacs-lisp/easy-mmode.el: Changed maintainer.
1542 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
1543 Use defcustom for the hooks; Improve the auto-generated docstrings.
1544 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
1545 (define-minor-mode): Add BODY arg; Only declare the keymap if
1546 provided; Improve the auto-generated docstrings.
1547
1548 1999-11-22 Gerd Moellmann <gerd@gnu.org>
1549
1550 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
1551 that the leading `^' is at the start. This is necessary because
1552 paragraphs.el tries to remove anchors, but can find them only if
1553 they are the first character.
1554
1555 * progmodes/antlr-mode.el: New file.
1556
1557 * calendar/calendar.el: Fix autoload for
1558 calendar-absolute-from-astro. Add autoload for
1559 calendar-print-astro-day-number.
1560
1561 1999-11-21 Anders Lindgren <andersl@andersl.com>
1562
1563 * follow.el: Use modern backquote syntax. Minor comment update.
1564
1565 1999-11-21 Gerd Moellmann <gerd@gnu.org>
1566
1567 * simple.el (with-syntax-table): Don't switch buffers.
1568
1569 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
1570 progmodes/hideif.el: Use new backquote syntax.
1571
1572 1999-11-21 Ken Manheimer <klm@python.org>
1573
1574 * icomplete.el (icomplete-completions): Use an explicit variable
1575 `icomplete-prospects-length', obviating the need to use an
1576 apparently faulty throw/catch arrangement.
1577
1578 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
1579
1580 * term/internal.el (IT-display-table-setup): Don't overstep
1581 character code 255.
1582
1583 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
1584
1585 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
1586 for the charset chinese-sisheng is 7bit encoding, not 8bit.
1587
1588 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
1589
1590 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
1591 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
1592
1593 * files.el (auto-mode-alist): Add patterns for diff-mode.
1594
1595 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
1596 to detect an empty prompt.
1597
1598 1999-11-18 Dave Love <fx@gnu.org>
1599
1600 * simple.el (input-mode-8-bit): Fix the customization.
1601
1602 1999-11-18 Gerd Moellmann <gerd@gnu.org>
1603
1604 * international/iso-acc.el (iso-languages): Add more
1605 characters for Portuguese.
1606
1607 * speedbar.el: Clean up comment at the start of the file.
1608 Remove RCS id.
1609
1610 * progmodes/compile.el (compilation-parse-errors): Use
1611 compilation-buffer-p instead of testing major-mode.
1612
1613 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
1614
1615 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
1616 (quickurl-ask): completion-ignore-case is set to the value of
1617 quickurl-completion-ignore-case for the duration of the call to
1618 completing-read.
1619
1620 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1621
1622 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
1623
1624 1999-11-18 Kenichi Handa <handa@etl.go.jp>
1625
1626 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
1627 instead of ps-print-def.
1628
1629 * ps-print.el: Require ps-vars instead of ps-print-def.
1630
1631 * ps-mule.el: Require ps-vars instead of ps-print-def.
1632
1633 1999-11-17 Gerd Moellmann <gerd@gnu.org>
1634
1635 * simple.el (with-syntax-table): Save buffer explicitly instead of
1636 using save-excursion.
1637
1638 1999-11-16 Gerd Moellmann <gerd@gnu.org>
1639
1640 * mail/supercite.el: New maintainer.
1641
1642 1999-11-16 Reto Zimmermann <reto@synopsys.com>
1643
1644 * progmodes/vhdl-mode.el: Use new backquote syntax.
1645
1646 1999-11-16 Gerd Moellmann <gerd@gnu.org>
1647
1648 * simple.el (with-syntax-table): New.
1649
1650 1999-11-15 Sam Steingold <sds@ksp.com>
1651
1652 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
1653
1654 1999-02-22 Sam Steingold <sds@goems.com>
1655
1656 * goto-addr.el (goto-address-at-mouse,
1657 goto-address-find-address-at-point): Use compose-mail.
1658 (goto-address-mail-method): Removed variable.
1659 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
1660 goto-address-send-using-mail): Removed functions.
1661
1662 1998-11-03 Sam Steingold <sds@goems.com>
1663
1664 * simple.el (backward-delete-char-untabify):
1665 backward-delete-char-untabify-method can be `all' now - to delete
1666 hungrily including newlines.
1667
1668 1999-11-15 Sam Steingold <sds@ksp.com>
1669
1670 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
1671
1672 1999-11-15 Dave Love <fx@gnu.org>
1673
1674 * cus-edit.el (customize-face, customize-face-other-window):
1675 Require match from completing-read.
1676 (custom-buffer-done-function): Default to custom-bury-buffer, not
1677 bury-buffer.
1678
1679 1999-11-15 Gerd Moellmann <gerd@gnu.org>
1680
1681 * mail/rmail.el, iswitchb.el, hippie-exp.el,
1682 progmodes/cperl-mode.el: Use new backquote syntax.
1683
1684 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
1685
1686 * uniquify.el: Use new backquote syntax.
1687
1688 1999-11-14 Markus Rost <rost@ias.edu>
1689
1690 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
1691 as in ispell-local-dictionary-alist.
1692
1693 1999-11-14 Alex Schroeder <alex@gnu.org>
1694
1695 * ansi-color.el (ansi-color-apply): Updated regexps to include
1696 highlighted face.
1697
1698 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
1699
1700 * forms.el (forms--make-format-elt-using-text-properties):
1701 Treat `intangible' differently.
1702
1703 * forms.el: Use new backquote syntax.
1704
1705 1999-11-13 Gerd Moellmann <gerd@gnu.org>
1706
1707 * textmodes/scribe.el (scribe-mode): Doc-fix.
1708
1709 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
1710
1711 * net-utils.el (run-network-program, net-utils-run-program): Use
1712 the new backquote syntax.
1713 (smbclient-program, smbclient-program-options)
1714 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
1715 variables
1716 (smbclient, smbclient-list-shares): New functions
1717
1718 1999-11-12 Sam Steingold <sds@ksp.com>
1719
1720 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
1721 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
1722 (viper-kbd-buf-definition, viper-kbd-mode-alist)
1723 (viper-kbd-mode-pair, viper-kbd-mode-definition)
1724 (viper-kbd-global-pair, viper-kbd-global-definition):
1725 Use the new backquote syntax.
1726
1727 * emulation/viper-cmd.el (viper-test-com-defun)
1728 (viper-prefix-arg-value, viper-prefix-arg-com):
1729 Use the new backquote syntax.
1730
1731 * emacs-lisp/debug.el (debugger-env-macro):
1732 Use the new backquote syntax.
1733
1734 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
1735 Use the new backquote syntax.
1736
1737 * calendar/calendar.el (calendar-remove-frame-by-deleting):
1738 New user variable.
1739 (calendar-hide-window): Use it.
1740 (increment-calendar-month, calendar-for-loop, calendar-sum):
1741 Use the new backquote syntax.
1742
1743 1999-11-12 Andrew Innes <andrewi@gnu.org>
1744
1745 * select.el (x-set-selection): Call buffer-substring, not
1746 substring. Also fix docstring
1747
1748 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
1749
1750 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
1751 of customizable variables to bug report message. Added
1752 system-type to package name in bug report.
1753
1754 1999-11-12 Gerd Moellmann <gerd@gnu.org>
1755
1756 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
1757 to display file names.
1758
1759 1999-11-11 Gerd Moellmann <gerd@gnu.org>
1760
1761 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
1762
1763 * isearch.el: Add lazy-highlighting feature.
1764
1765 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
1766
1767 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
1768 constant.
1769 (ps-mode-submit-bug-report): New function. Entry added to menu.
1770
1771 1999-11-10 William M. Perry <wmperry@aventail.com>
1772
1773 * mwheel.el: New file to support the new style wheeled mice.
1774
1775 1999-11-10 Gerd Moellmann <gerd@gnu.org>
1776
1777 * startup.el (initial-scratch-message): Add ";;" to the front of
1778 lines in the message.
1779
1780 * files.el (file-local-copy): Remove optional BUFFER argument
1781 because that's not used by anything.
1782
1783 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
1784 to-address.
1785
1786 1999-11-08 Markus Rost <rost@ias.edu>
1787
1788 * wid-edit.el (widget-button-click): Wrap with save-excursion
1789 to restore track-mouse in the correct buffer.
1790
1791 1999-11-08 Gerd Moellmann <gerd@gnu.org>
1792
1793 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
1794
1795 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
1796
1797 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
1798 lpr-command to "lp" for some system-types. (copied from lpr.el
1799 Emacs version 20.2.1).
1800
1801 1999-11-04 Markus Rost <rost@ias.edu>
1802
1803 * simple.el (comment-region): Strip off white space at end of
1804 comment-start.
1805
1806 1999-11-04 Gerd Moellmann <gerd@gnu.org>
1807
1808 * faces.el (secondary-selection): Fix wrong color name.
1809
1810 1999-11-04 John Tobey <jtobey@epsilondev.com>
1811
1812 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
1813 the default when invoking perldb in a non-Perl buffer, and other
1814 cases involving -e or --.
1815
1816 1999-11-04 Gerd Moellmann <gerd@gnu.org>
1817
1818 * simple.el (previous-matching-history-element)
1819 (next-history-element): Use delete-field instead of erase-field.
1820
1821 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
1822 Use delete-field instead of erase-field.
1823
1824 * faces.el (secondary-selection): Change background to yellow.
1825
1826 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
1827 find the start of the text. Use field-string to read the user
1828 input.
1829
1830 1999-11-03 Gerd Moellmann <gerd@gnu.org>
1831
1832 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
1833 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
1834 for compatibility with old face implementation.
1835
1836 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
1837 Use erase-field instead of erase-buffer.
1838
1839 * frame.el (blink-cursor-mode, blink-cursor-end): Use
1840 internal-show-cursor with new interface.
1841 (blink-cursor-timer-function): New.
1842 (blink-cursor-start): Use blink-cursor-timer-function.
1843
1844 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1845
1846 * calendar.el (redraw-calendar): Move to nearest date before
1847 redrawing.
1848
1849 * diary-lib.el (simple-diary-display): Reset modeline even if
1850 there are no diary entries since the diary buffer may be displayed.
1851
1852 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1853
1854 * emacs-lisp/debug.el (debug): If noninteractive, display the
1855 backtrace using `message', then exit Emacs.
1856 (debugger-batch-max-lines): New variable.
1857 (debugger-setup-buffer): New subroutine, broken out of `debug'.
1858 Change the messages put at the start, to say that the debugger
1859 was entered.
1860
1861 1999-11-02 Sam Steingold <sds@ksp.com>
1862
1863 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
1864
1865 1999-11-01 John Tobey <jtobey@epsilondev.com>
1866
1867 * gud.el: (gud-perldb-massage-args): Massage correctly in the
1868 presence of perl switches other than "-e".
1869
1870 1999-11-01 Markus Rost <rost@ias.edu>
1871
1872 * dired-x.el (dired-smart-shell-command): Use
1873 shell-command-history as in shell-command.
1874
1875 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1876
1877 * userlock.el (ask-user-about-lock): Doc fix.
1878
1879 * frame.el: Doc fixes.
1880
1881 1999-11-01 Gerd Moellmann <gerd@gnu.org>
1882
1883 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
1884 of show-cursor.
1885 (blink-cursor-start, blink-cursor-end): Ditto.
1886
1887 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
1888
1889 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1890
1891 * window.el (walk-windows): If ALL-FRAMES is a frame,
1892 start on that frame. Use save-selected-window.
1893
1894 1999-11-01 Gerd Moellmann <gerd@gnu.org>
1895
1896 * simple.el (end-of-buffer): Use window-end to find the window end
1897 instead of vertical-motion because this handles variable-height
1898 lines correctly.
1899
1900 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
1901
1902 * ediff.el: Version change.
1903
1904 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
1905 make sure you are in a good frame before deleting other
1906 windows.
1907 (ediff-file-checked-in-p): Don't consider CVS
1908 files checked in.
1909 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
1910 are writing to a newly created empty file.
1911
1912 * ediff-mult.el (ediff-show-session-group-hook): New default.
1913
1914 * ediff-vers.el (ediff-pcl-cvs-view-revision):
1915 First cd to the file directory. reportedly works
1916 better with remote files.
1917
1918 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
1919 Use file-name-nondirectory when passing files to CVS.
1920
1921 * ediff-diff.el (ediff-cmp-options): New variable.
1922 (ediff-same-file-contents): Use ediff-cmp-options.
1923
1924 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
1925 ediff-get-patch-buffer): Use current buffer if it appears to be a
1926 patch.
1927
1928 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
1929 C-g
1930
1931 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
1932 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
1933 (viper-save-cursor-color,viper-restore-cursor-color):
1934 Improved cursor color handling.
1935 (viper-get-saved-cursor-color-in-replace-mode,
1936 viper-get-saved-cursor-color-in-insert-mode): New functions for
1937 better cursor color handling.
1938
1939 * viper-ex.el (ex-read,ex-edit):
1940 Fixes for correct interpretation of #,%.
1941 (viper-ex): Now works correctly when called from other functions.
1942 (viper-glob-function): New variable.
1943 (viper-ex): Save excursion before doing :global.
1944
1945 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
1946
1947 * viper-cmd.el (viper-post-command-sentinel,
1948 viper-insert-state-post-command-sentinel,
1949 viper-insert-state-pre-command-sentinel): Takes better care of
1950 cursor colors.
1951
1952 * viper.el: Version change.
1953
1954 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
1955
1956 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
1957 that the modeline display was updated *only* when
1958 `whitespace-display-in-modeline' was set, not otherwise.
1959
1960 1999-10-30 Gerd Moellmann <gerd@gnu.org>
1961
1962 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
1963 "frac12".
1964
1965 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
1966 ad-activate.
1967
1968 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
1969
1970 * whitespace.el: Test for existence of `defcustom' and `defgroup'
1971 using fboundp instead of assuming that these are not present in
1972 particular flavors of emacs.
1973 (whitespace-version): Update to 2.8
1974 (whitespace-display-in-modeline): Add custom variable to control
1975 displaying the whitespace errors on the modeline based on
1976 suggestion from <klaus.berndl@sdm.de>
1977 (whitespace-buffer): Now returns `t' if unclean and `nil' if
1978 clean, to enable using as a hook function, as suggested by Puneet
1979 Goel <puneet@computer.org>
1980 (whitespace-buffer): Fix a subtle bug that cleaned up only if
1981 quiet was not set, even with whitespace-auto-cleanup set.
1982 (whitespace-mode-line): Now uses less modeline real estate and
1983 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
1984 which is present in the file, and <y> is any type of whitespace
1985 whose check has been suppressed by setting
1986 `whitespace-check-<whitespace-type>' to nil.
1987 (whitespace-unchecked-whitespaces): New function to return the
1988 list of whitespaces for whom checks have been suppressed.
1989 (whitespace-display-unchecked-whitespaces): Renamed to
1990 `whitespace-update-modeline' to reflect its functionality.
1991
1992 1999-10-30 Gerd Moellmann <gerd@gnu.org>
1993
1994 * progmodes/compile.el (compilation-error-regexp-alist):
1995 Undo previous change.
1996
1997 1999-10-28 Dave Love <fx@gnu.org>
1998
1999 * help.el (help-follow): Make arg optional again and really
2000 default to point.
2001
2002 1999-10-28 Gerd Moellmann <gerd@gnu.org>
2003
2004 * paths.el (rmail-file-name): Make it an option.
2005
2006 * progmodes/ada-mode.el, progmodes/ada-prj.el,
2007 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
2008 comment fixes.
2009
2010 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
2011 MIPS Pro 7.3 compiler error message syntax.
2012
2013 1999-10-27 Dave Love <fx@gnu.org>
2014
2015 * progmodes/compile.el: Checkdoc-inspired fixes.
2016
2017 1999-10-27 Gerd Moellmann <gerd@gnu.org>
2018
2019 * lpr.el (print-buffer): Doc-string fix.
2020
2021 1999-10-27 Dave Love <fx@gnu.org>
2022
2023 * emacs-lisp/advice.el: Doc fixes.
2024 (ad-lemacs-p): Removed.
2025 (advice): Add :link to defgroup.
2026
2027 1999-10-27 Kenichi Handa <handa@etl.go.jp>
2028
2029 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
2030 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
2031
2032 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2033
2034 * window.el (walk-windows): If ALL-FRAMES is a frame,
2035 start on that frame. Use save-selected-window.
2036
2037 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2038
2039 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
2040 ad-activate. All callers changed, including those in data.c.
2041 (ad-activate-internal-off): Renamed from ad-activate-off.
2042 All uses changed.
2043 (ad-activate): Renamed from ad-activate-on. All uses changed.
2044 (ad-start-advice, ad-stop-advice, ad-recover-normality):
2045 Alter the definition of ad-activate-internal, not ad-activate.
2046
2047 1999-10-26 Gerd Moellmann <gerd@gnu.org>
2048
2049 * startup.el (command-line-1): Add support for command line
2050 arguments `file' and `execute'. Fix handling of `visit'.
2051
2052 1999-10-26 Kenichi Handa <handa@etl.go.jp>
2053
2054 * international/mule-cmds.el (read-input-method-name): Handle the
2055 case that the arg DEFAULT is symbol.
2056
2057 * international/mule-diag.el (mule-diag): Handle the case that
2058 default-input-method is symbol.
2059
2060 1999-10-26 Gerd Moellmann <gerd@gnu.org>
2061
2062 * textmodes/tildify.el: New file.
2063
2064 1999-10-25 Sam Steingold <sds@ksp.com>
2065
2066 * Makefile (compile-files): Fixed the "tr" strings.
2067 (EMACS): Set to ../src/emacs.
2068
2069 1999-10-25 Gerd Moellmann <gerd@gnu.org>
2070
2071 * info.el (Info-build-node-completions): Add '("*") to the
2072 completion list.
2073
2074 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2075
2076 * frame.el (auto-raise-mode): When enabling the mode,
2077 immediately raise the selected frame.
2078
2079 * indent.el (indent-region): Doc fix.
2080
2081 * comint.el (comint-output-filter): Make the Comint buffer current
2082 for the comint-preoutput-filter-functions.
2083
2084 * mail/reporter.el: Doc fix.
2085
2086 1999-10-24 Stephen Eglen <stephen@gnu.org>
2087
2088 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
2089 that Octave lisp files can also run under XEmacs 20.
2090 (require 'custom) added so that files can run under Emacs 19.34.
2091
2092 * iswitchb.el (iswitchb-default-keybindings): No need to use
2093 read-kbd-macro in keybindings.
2094
2095 1999-10-23 Dave Love <fx@gnu.org>
2096
2097 * elide-head.el: New file.
2098
2099 1999-10-23 Gerd Moellmann <gerd@gnu.org>
2100
2101 * Makefile (compile-files, backup-compiled-files): New targets.
2102 (bootstrap, bootstrap-clean): Ditto.
2103
2104 1999-10-22 Paul Eggert <eggert@twinsun.com>
2105
2106 * international/mule-cmds.c (locale-language-names):
2107 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
2108 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
2109 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
2110 Use Latin-8 for Welsh.
2111 Use Latin-1 for English if "en" is explicitly specified.
2112 Use Latin-1 for Scots Gaelic, Tagalog.
2113 Use Latin-1 (not Latin-4) for Greenlandic.
2114 Use Latin-1 (not Latin-2) for Albanian.
2115 (locale-preferred-coding-systems, locale-language-names):
2116 Remove generic ISO 8859 locales; locale-charset-language-names now
2117 does this.
2118 (locale-charset-language-names): New variable.
2119 (set-locale-environment): Use language name specified by
2120 locale-charset-language-names if its charsets disagree with the
2121 language name specified by locale-language-names.
2122
2123 1999-10-22 Dave Love <fx@gnu.org>
2124
2125 * make-mode.el: Minor doc fixes.
2126
2127 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
2128
2129 1999-10-21 Dave Love <fx@gnu.org>
2130
2131 * loadup.el: Add latin-8, latin-9.
2132
2133 1999-10-20 Paul Eggert <eggert@twinsun.com>
2134
2135 * disp-table.el (standard-display-european): Remove undocumented
2136 arg AUTO; no longer used by startup.el. Do not attempt to treat
2137 all non-English language environments as coding system names.
2138 Instead, use the downcased language environment name as a coding
2139 system name if it is one; otherwise, use latin-1.
2140
2141 1999-10-20 Gerd Moellmann <gerd@gnu.org>
2142
2143 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
2144 that were split so that part of the comment appeared as Lisp code.
2145
2146 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2147
2148 * ps-bdf.el: Doc fix.
2149
2150 * ps-print-def.el: New file: common definitions for all parts of
2151 ps-print.
2152 (ps-multibyte-buffer): Moved from ps-mule.
2153
2154 * ps-mule.el: File dependence fix.
2155 (ps-multibyte-buffer): Moved to ps-print-def.
2156
2157 * ps-print.el: Doc fix, better customization.
2158 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
2159 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
2160 (ps-end-file): Doc fix.
2161 (ps-setup, ps-begin-file): Fun fix.
2162 (postscript): New group.
2163 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
2164 (ps-print-prologue-1): Adjust PostScript programming.
2165 (ps-print): Adjust group hierarchy.
2166 (ps-print-n-up, ps-print-zebra, ps-print-background,
2167 ps-print-printer)
2168 (ps-print-page): New subgroups.
2169 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
2170 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
2171 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
2172 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
2173 (ps-zebra-stripe-height, ps-print-background-image)
2174 (ps-print-background-text, ps-spool-config): Adjust customization.
2175 (dos-ps-printer): Definition eliminated.
2176
2177 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2178
2179 * ps-mule.el: Doc fix, define functions properly if mule package is
2180 loaded or not.
2181 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
2182 mule package is loaded or not.
2183
2184 * ps-print.el: Doc fix, n-up printing.
2185 (ps-print-version): New version number (5.0).
2186 (ps-page-dimensions-database): Added document media.
2187 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
2188 (ps-page-order, ps-printing-region-p): New vars.
2189 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
2190 funs.
2191 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
2192 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
2193 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
2194 (ps-n-up-xstart, ps-n-up-ystart): New macros.
2195 (ps-print-begin-sheet-hook): New hook.
2196 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
2197 const.
2198 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
2199 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
2200 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
2201 (ps-count-lines): Changed to defun.
2202 (ps-header-page): Changed to defsubst, fix fun.
2203 (ps-printing-region): Doc fix, adjust programming code.
2204 (ps-output-boolean, ps-background-pages, ps-background-text)
2205 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
2206 programming code.
2207
2208 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2209
2210 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
2211 (ps-print-version): New version number (4.2).
2212 (ps-spool-config, ps-spool-tumble): New vars.
2213 (ps-print-prologue-1): Changed to defconst, adjust PostScript
2214 programming, new PostScript procedure to handle errors.
2215 (ps-print-prologue-2): Changed to defconst.
2216 (ps-print-duplex-feature): New const: duplex and tumble setting.
2217 (ps-setup, ps-begin-file): Fix funs.
2218 (ps-boolean-capitalized): New fun.
2219
2220 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
2221
2222 * Makefile (dontcompilefiles): Obsoleted.
2223 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
2224 (EL): Unused.
2225 (temacs): Removed (unused).
2226 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
2227 version of the file (necessary for the update to work properly).
2228 (autoloads): Force the use of `pwd`/loaddefs.el.
2229 (updates); Redefined in terms of other targets to reduce redundancy.
2230 (.el.elc): New default rule, just in case you want it.
2231 (compile): Use a single invocation of Emacs.
2232 (bootstrap-compile); Unneeded.
2233 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
2234
2235 1999-10-19 Dave Love <fx@gnu.org>
2236
2237 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
2238
2239 1999-10-19 Sam Steingold <sds@ksp.com>
2240
2241 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
2242 comply with the comment.
2243
2244 1999-10-19 Gerd Moellmann <gerd@gnu.org>
2245
2246 * autorevert.el (auto-revert-mode): Make auto-revert-mode
2247 permanent-local.
2248
2249 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
2250
2251 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
2252 value: \"lpr\" changed to "lpr"
2253 (ps-mode-version): New constant
2254 (ps-mode-show-version): New function, added key in ps-mode-map
2255 (ps-run-messages): Removed
2256 (ps-run-font-lock-keywords-2): New defcustom variable replacing
2257 ps-run-messages. These keywords now include the value of
2258 ps-run-prompt, making its fontification customizable.
2259 (ps-run-init): Removed \\n from docstring, it is now added when
2260 the value is used
2261 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
2262 ps-run-prompt
2263 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
2264 customizable variables in doc-string (its equivalent
2265 ps-run-messages was missing in previous version of the doc-string)
2266 (ps-run-mode): Simplified assignment to font-lock-defaults, using
2267 symbols only
2268
2269 1999-10-19 Alex Schroeder <alex@gnu.org>
2270
2271 * ansi-color.el: Complete rewrite.
2272
2273 1999-10-19 Paul Eggert <eggert@twinsun.com>
2274
2275 Fix bootstrapping problems.
2276 Use the system locale to specify Emacs locale defaults.
2277
2278 * international/mule-cmds.el (global-map):
2279 Do not use backquote, because that makes a bootstrapping
2280 problem if you need to recompile all Lisp files using interpreted code.
2281 * international/mule.el (charset-id, charset-bytes,
2282 charset-dimension, charset-chars, charset-width,
2283 charset-direction, charset-iso-final-char,
2284 charset-iso-graphic-plane, charset-reverse-charset,
2285 charset-short-name, charset-long-name, charset-description,
2286 charset-plist): Likewise.
2287 * subr.el (save-match-data): Likewise.
2288
2289 * international/mule-cmds.el
2290 (set-display-table-and-terminal-coding-system): New function,
2291 containing code migrated out of set-language-environment.
2292 (set-language-environment, set-locale-environment): Use it.
2293 (locale-translation-file-name): Moved here from startup.el.
2294 (locale-language-names, locale-preferred-coding-systems):
2295 New vars.
2296 (locale-name-match, set-locale-environment): New functions.
2297
2298 * language/japan-util.el (setup-japanese-environment-internal):
2299 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
2300
2301 * startup.el (iso-8859-n-locale-regexp): Remove.
2302 (locale-translation-file-name): Move to mule-cmds.el.
2303 (command-line): Move locale-stuff into set-locale-environment.
2304
2305 1999-10-18 Dave Love <fx@gnu.org>
2306
2307 * abbrev.el (add-abbrev, inverse-add-abbrev)
2308 (expand-region-abbrevs): Remove properties from buffer text.
2309
2310 1999-10-17 Gerd Moellmann <gerd@gnu.org>
2311
2312 * iswitchb.el (iswitchb-exhibit): Extract user-input only
2313 from the mini-buffer, without the prompt.
2314
2315 * simple.el (minibuffer-prompt-end): Return the position
2316 after the prompt, not the position of that last character
2317 of the prompt.
2318
2319 1999-10-17 Miles Bader <miles@gnu.org>
2320
2321 * simple.el: Doc fixes.
2322
2323 1999-10-17 Miles Bader <miles@gnu.org>
2324
2325 * simple.el (previous-matching-history-element, next-history-element):
2326 Change to work correctly even if the point is in the prompt.
2327 (choose-completion-string): Likewise.
2328 (minibuffer-prompt-width): New function (compatibility with old subr).
2329
2330 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
2331 When constraining the final position to the current field,
2332 don't use the ONLY-IN-LINE mode of constrain-to-field.
2333
2334 1999-10-17 Miles Bader <miles@gnu.org>
2335
2336 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
2337 constrain-to-field.
2338 * textmodes/paragraphs.el (forward-sentence): Likewise.
2339
2340 1999-10-17 Miles Bader <miles@gnu.org>
2341
2342 * simple.el (line-move): Use constrain-to-field to avoid
2343 moving into a prompt.
2344 (previous-complete-history-element): Clarify doc string.
2345 (next-complete-history-element): Likewise.
2346 Use field-beginning instead of point-min.
2347 (next-matching-history-element): Use field-beginning and
2348 erase-field instead of point-min and erase-buffer.
2349 * textmodes/paragraphs.el
2350 (forward-paragraph, forward-sentence): Likewise.
2351 (backward-kill-paragraph, backward-kill-sentence): Remove code to
2352 constrain the kill to an field, as the movement commands now
2353 do this.
2354
2355 1999-10-17 Miles Bader <miles@gnu.org>
2356
2357 * simple.el (previous-matching-history-element): Get the
2358 minibuffer input with field-string instead of buffer-string.
2359 (choose-completion-string): Likewise.
2360 (next-history-element): Likewise.
2361 Erase the minibuffer input with erase-field, not erase-buffer.
2362 Use field-beginning to find the beginning of the input.
2363 * textmodes/paragraphs.el (backward-kill-sentence):
2364 Remove minibuffer-prompt hack.
2365 Constrain to any input field.
2366
2367 1999-10-17 Sam Steingold <sds@ksp.com>
2368
2369 * bindings.el (completion-ignored-extensions): Added ".sparcf"
2370 for CMUCL on sparc and ".ufsl" for LispWorks.
2371 (bound-and-true-p): Bugfix: free variable `v'.
2372
2373 1999-10-16 Dave Love <d.love@dl.ac.uk>
2374
2375 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
2376 (edebug-uninstall-read-eval-functions): Use load-read-function,
2377 avoiding elisp-eval.
2378
2379 1999-10-16 Sam Steingold <sds@ksp.com>
2380
2381 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
2382 instead of `eql'.
2383
2384 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
2385
2386 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
2387 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
2388 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
2389 * ediff-util.el (ediff-make-temp-file):
2390 * ediff-vers.el (ediff-pcl-cvs-view-revision):
2391 * emerge.el (emerge-make-temp-file):
2392 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
2393 * vc.el (vc-update-change-log):
2394 * mail/mailpost.el (post-mail-send-it):
2395 * mail/metamail.el (metamail-region):
2396 * progmodes/cmacexp.el (c-macro-expansion):
2397 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
2398
2399 1999-10-15 Gerd Moellmann <gerd@gnu.org>
2400
2401 * smtpmail.el (smtpmail-via-smtp): Add support for
2402 automatically appending a domain to RCPT TO: addresses.
2403
2404 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2405
2406 * dired.el (dired-insert-directory): Insert the amount of
2407 free space after the total size.
2408 (dired-free-space-program, dired-free-space-args): New variables.
2409
2410 1999-10-14 Karl Heuer <kwzh@gnu.org>
2411
2412 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
2413
2414 1999-10-14 Dave Love <fx@gnu.org>
2415
2416 * international/characters.el:
2417 * international/fontset.el:
2418 * international/mule-conf.el: Add latin-iso8859-1[45].
2419
2420 * language/european.el: Add Latin-8, Latin-9. Modify some doc
2421 strings.
2422
2423 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
2424 (command-line): Detect Latin-[89] locales.
2425
2426 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
2427
2428 * international/mule-cmds.el (select-safe-coding-system)
2429 (leim-list-header): Avoid the use of strings that start with backslash
2430 newline since lread.c:read1 has a hack to turn those strings into
2431 integer 0 during the loadup.el process.
2432
2433 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
2434
2435 1999-10-13 Dave Love <fx@gnu.org>
2436
2437 * image.el (insert-image): Copy the image spec and add an
2438 intangible property.
2439
2440 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
2441
2442 * help.el (help-xref-interned): Make it also work on variable-only
2443 and function-only symbols.
2444 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
2445 (help-follow): If the point under mouse is not highlighted, try
2446 `help-xref-interned' on the pointed-to symbol anyway.
2447
2448 * info.el (Info-on-current-buffer): New entry point.
2449 (Info-find-node): Split into two for Info-on-current-buffer to
2450 hook into it.
2451 (Info-current-file, Info-set-mode-line, Info-up):
2452 Info-current-file can now be t.
2453 (Info-clone-buffer-hook): Function for `clone-buffer'.
2454 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
2455 Make `clone-buffer' available in various ways to the user.
2456
2457 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
2458
2459 * simple.el (shell-command, shell-command-on-region): Use
2460 make-temp-file.
2461 (clone-buffer, clone-process, clone-buffer-hook): New functions.
2462
2463 * subr.el (with-current-buffer): Don't use backquotes to avoid
2464 bootstrapping problems.
2465
2466 * loadup.el (load-path): Add subdirs for bootstrapping.
2467 (docstrings): Ignore errors during bootstrapping.
2468 (args): New `bootstrap' argument (for use in place of `dump').
2469
2470 1999-10-12 Emmanuel Briot <briot@gnat.com>
2471
2472 * ada-stmt.el: Doc-string fixes.
2473
2474 1999-10-12 Gerd Moellmann <gerd@gnu.org>
2475
2476 * recentf.el: New file.
2477
2478 * ps-mode.el: New file.
2479
2480 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
2481 case insensitive.
2482
2483 1999-10-12 Richard Sharman <rsharman@pobox.com>
2484
2485 * sh-script.el: Added support for indenting existing scripts.
2486 (sh-mode-map): Added new bindings.
2487 (sh-mode): Updated mode doc-string for new commands, added
2488 make-local-variable calls, initialize mode-specific variables.
2489 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
2490 is now a different function.
2491 (sh-header-marker): Changed docstring.
2492 (sh-set-shell): Initialize mode-specific variables.
2493 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
2494 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
2495 Changed these define-skeleton calls to work with user-specified
2496 indentation settings.
2497 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
2498 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
2499 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
2500 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
2501 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
2502 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
2503 (sh-guess-basic-offset, sh-handle-after-case-label)
2504 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
2505 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
2506 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
2507 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
2508 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
2509 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
2510 (sh-handle-this-then, sh-help-string-for-variable)
2511 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
2512 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
2513 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
2514 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
2515 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
2516 (sh-remove-our-text-properties, sh-rescan-buffer)
2517 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
2518 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
2519 (sh-scan-case, sh-search-word, sh-set-char-syntax)
2520 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
2521 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
2522 functions.
2523 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
2524 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
2525 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
2526 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
2527 (sh-var-list): New variables.
2528
2529 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
2530
2531 * quickurl.el (quickurl-list-insert): `count-lines' was returning
2532 a value one line to high if the cursor wasn't at the start of a
2533 line. A `beginning-of-line' is now performed before making the
2534 call to `count-lines'.
2535
2536 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
2537
2538 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
2539
2540 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
2541
2542 * Makefile (setwins): Abstract out the command to find subdirectories
2543 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
2544 (custom-deps, finder-data, autoloads, update-subdirs, updates)
2545 (autoloads-with-other-emacs): Use it.
2546
2547 * diff-mode.el: New file. A mode for viewing/editing context diffs.
2548
2549 1999-10-09 Gerd Moellmann <gerd@gnu.org>
2550
2551 * Makefile (bootstrap-compile): New target. Compile Lisp
2552 files with ../src/temacs.
2553
2554 1999-10-08 Simon Marshall <simon@gnu.org>
2555
2556 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
2557 (regexp-opt-group): Use it to get common suffixes in STRINGS.
2558 If STRINGS is nil, return "" rather than nil.
2559
2560 1999-10-08 Gerd Moellmann <gerd@gnu.org>
2561
2562 * Makefile (compile): Compile files one by one. Set load-path to
2563 current directory and subdirectories when compiling.
2564
2565 1999-10-08 Gerd Moellmann <gerd@gnu.org>
2566
2567 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
2568 (emacs): Use it everywhere instead of EMACS.
2569 (compile): New target. Compile all Lisp files from scratch.
2570 (recompile): New target. Recompile lisp directory.
2571 (autoloads-with-other-emacs): New target. Build loaddefs.el with
2572 an Emacs executable not built in the current directory tree.
2573
2574 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
2575
2576 * filecache.el (file-cache-completion-ignore-case): New variable,
2577 defaulting to the value of completion-ignore-case.
2578 (file-cache-minibuffer-complete): Use it.
2579 (file-cache-files-matching, file-cache-files-matching-internal):
2580 New functions.
2581
2582 1999-10-07 Emmanuel Briot <briot@gnat.com>
2583
2584 * ada-xref.el: New file
2585
2586 * ada-prj.el: New file
2587
2588 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
2589
2590 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
2591 subprogram being created.
2592
2593 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
2594 ada-indent-newline-indent): Rewritten to support the new indentation
2595 scheme
2596
2597 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
2598 New functions
2599
2600 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
2601 justification parameter
2602
2603 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
2604 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
2605 external program
2606
2607 1999-10-07 Dave Love <fx@gnu.org>
2608
2609 * bindings.el (bound-and-true-p): New macro.
2610 (make-mode-line-mouse-sensitive): Don't require easymenu.
2611
2612 1999-10-07 Gerd Moellmann <gerd@gnu.org>
2613
2614 * custom.el (defface): Extend documentation for new values of
2615 `type'.
2616
2617 * faces.el (face-spec-set-match-display): Recognize `type' of
2618 `motif', `lucid', `x-toolkit'.
2619 (menu): New face.
2620
2621 1999-10-05 Dave Love <fx@gnu.org>
2622
2623 * files.el: Recognize temporary crontab files.
2624
2625 * info.el: Require jka-compr when compiling.
2626 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
2627
2628 1999-10-04 Dave Love <fx@gnu.org>
2629
2630 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
2631 scroll-up-aggressively, scroll-down-aggressively.
2632
2633 * time.el (display-time-mode): Add autoload cookie.
2634
2635 * rect.el (delete-extract-rectangle): Doc fix from verna.
2636
2637 * help-macro.el (three-step-help): Customize.
2638
2639 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2640
2641 * hexl.el (hexlify-buffer): Move point in proper range
2642 if it is too large.
2643 (hexl-after-revert-hook): Update hexl-max-address.
2644 (hexl-address-to-marker): Doc fix.
2645
2646 1999-10-03 Dave Love <fx@gnu.org>
2647
2648 * image.el (defimage): Remove redundant code. Substitute file in
2649 image plist.
2650
2651 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
2652
2653 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
2654 when doing with-temp-file.
2655
2656 1999-10-01 Dave Love <fx@gnu.org>
2657
2658 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
2659
2660 * help.el: Require view when compiling.
2661 (view-emacs-FAQ): Use Info version.
2662
2663 1999-09-29 Ken'ichi Handa <handa@gnu.org>
2664
2665 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
2666 (normat->normal). Use correct font names for Korean
2667 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
2668
2669 1999-09-29 Kenichi Handa <handa@etl.go.jp>
2670
2671 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
2672 code not used by KOI8 to the same 8-bit code instead of mapping to
2673 SPC.
2674 (cyrillic-alternativnyj-decode-table): Likewise.
2675
2676 1999-09-29 Alex Schroeder <alex@gnu.org>
2677
2678 * sql.el (sql-imenu-generic-expression): Aew, used to set
2679 imenu-generic-expression.
2680 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
2681 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
2682 imenu-case-fold-search, and imenu-syntax-alist.
2683 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
2684 setting font-lock-defaults' SYNTAX-ALIST.
2685
2686 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2687
2688 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
2689 macro, try again.
2690
2691 1999-09-28 Dave Love <fx@gnu.org>
2692
2693 * cus-edit.el (custom-comment): Change widget definition.
2694 (custom-comment-create, custom-comment-show)
2695 (custom-comment-invisible-p): Don't use :comment-overlay.
2696 (custom-comment-hide): New function.
2697 (custom-variable-set, custom-variable-save)
2698 (custom-variable-reset-standard, custom-face-set)
2699 (custom-face-save): Use it.
2700
2701 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2702
2703 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
2704
2705 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2706
2707 * faces.el (region): Doc fix.
2708
2709 1999-09-27 Dave Love <fx@gnu.org>
2710
2711 * isearch.el (isearch): Add :links in defgroup.
2712 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
2713 (isearch-switch-frame-handler): Comment out (unused).
2714 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
2715 (isearch-ring-retreat-edit): Doc fix.
2716 (isearch-mouse-yank): New command.
2717 (isearch-last-command-char): Removed. Callers changed to use
2718 last-command-char.
2719 (isearch-char-to-string): Removed. Callers changed to use
2720 char-to-string.
2721
2722 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
2723
2724 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
2725 option for Russian.
2726
2727 1999-09-25 Gerd Moellmann <gerd@gnu.org>
2728
2729 * faces.el (face-differs-from-default-p): Compare face
2730 attributes individually.
2731
2732 * image.el (put-image, insert-image): Add string argument.
2733
2734 1999-09-24 Gerd Moellmann <gerd@gnu.org>
2735
2736 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
2737 LANG=de_DE.iso88591 on HPUX 11.0.
2738
2739 * dired.el (dired-move-to-filename-regexp): Make it work
2740 for LANG=de_DE.iso88591 on HPUX 11.0.
2741
2742 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2743
2744 * info.el (info-initialize): Don't test existence of ALTERNATIVE
2745 if we know for some other reason it should not be used.
2746
2747 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
2748 New variable.
2749 (edebug-recursive-edit): Save current-prefix-arg there,
2750 bind it, and set it back at the end.
2751 (edebug-outside-excursion): Restore and update the outside
2752 value of current-prefix-arg.
2753 (edebug-emacs-version-specific): Delete support for Epoch.
2754
2755 1999-09-24 Howard Melman <howard@silverstream.com>
2756
2757 * imenu.el (imenu-after-jump-hook): New variable.
2758 (imenu): Run menu-after-jump-hook.
2759 (imenu-name-lookup-function): New variable.
2760 * imenu.el (imenu--in-alist): Use those variables.
2761
2762 1999-09-24 Carsten Dominik <cd@gnu.org>
2763
2764 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
2765 multiple thebibliography environments.
2766
2767 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
2768 with recentering window.
2769 (reftex-extract-bib-entries-from-thebibliography,
2770 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
2771 with multiple thebibliography environments.
2772
2773 * textmodes/reftex-vars.el
2774 (reftex-section-levels): Function allowed as cdr.
2775 (reftex-max-section-depth) New option.
2776
2777 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
2778 with multiple thebibliography environments.
2779
2780 1999-09-23 Gerd Moellmann <gerd@gnu.org>
2781
2782 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
2783 instead of point-min in call to delete-region.
2784
2785 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
2786
2787 * vc.el (vc-backend-checkout): Use with-temp-file when checking
2788 out into arbitrary file names.
2789
2790 1999-09-19 Ken'ichi Handa <handa@gnu.org>
2791
2792 * language/european.el ("Turkish"): New language environment.
2793
2794 1999-09-19 Dave Love <fx@gnu.org>
2795
2796 * delim-col.el: New file.
2797
2798 1999-09-17 Richard Stallman <rms@gnu.org>
2799
2800 * files.el (after-find-file): When visiting a backup file,
2801 make it read-only.
2802
2803 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
2804 (apropos-keybinding-face, apropos-label-face): Likewise.
2805 (apropos-property-face, apropos-match-face): Likewise.
2806 (apropos-label-properties): New variable.
2807 (apropos-print-doc): Use apropos-label-properties.
2808 (apropos-print): Set apropos-label-properties.
2809
2810 1999-09-15 Richard Stallman <rms@gnu.org>
2811
2812 * winner.el: Use aref instead of sref.
2813
2814 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
2815
2816 1999-09-14 Gerd Moellmann <gerd@gnu.org>
2817
2818 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
2819
2820 1999-09-14 Richard Stallman <rms@gnu.org>
2821
2822 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
2823 cookie, even if followed by a letter.
2824
2825 1999-09-14 Stephen Eglen <stephen@gnu.org>
2826
2827 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
2828 --no-line-editing are passed to Octave by including them here
2829 rather than storing them in inferior-octave-startup-args.
2830
2831 1999-09-14 Eli Zaretskii <eliz@gnu.org>
2832
2833 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
2834 command, option, env and sc.
2835
2836 * subr.el (shell-quote-argument): Quote argument with double
2837 quotes for ms-dos.
2838
2839 1999-09-14 Richard Stallman <rms@gnu.org>
2840
2841 * simple.el (eval-expression-print-level): New variable.
2842 (eval-expression-print-length): New variable.
2843 (eval-expression-debug-on-error): New variable.
2844 (eval-expression): Bind print-level, print-length and
2845 debug-on-error from those vars.
2846
2847 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
2848 Bind print-level, print-length and debug-on-error.
2849
2850 1999-09-14 Inge Frick <inge@nada.kth.se>
2851
2852 * dired.el (dired-recursive-deletes): New custom variable.
2853 (dired-re-no-dot): New variable.
2854 (dired-delete-file): New function deletes files and directories
2855 recursively.
2856 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
2857
2858 * dired-aux.el (dired-recursive-copies): New custom variable.
2859 (dired-handle-overwrite): Broke a long line.
2860 (dired-copy-file): Call `dired-copy-file-recursive' instead of
2861 `copy-file'.
2862 (dired-copy-file-recursive): New function. Copy directories
2863 recursively.
2864 (dired-do-create-files): Added support for generalized directory
2865 target. How-to function may now return a function. New fluid
2866 variable `dired-one-file'.
2867 (dired-copy-how-to-fn): New variable.
2868 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
2869 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
2870 (dired-do-copy-regexp): No recursive copies.
2871
2872 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
2873
2874 * whitespace.el (whitespace-version): Update version to 2.4
2875
2876 * whitespace.el: Add customization variables to conditionally test
2877 any of the five whitespaces, per request from Rune Kleveland
2878 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
2879
2880 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
2881
2882 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
2883 list of modes to be checked for bogus whitespaces.
2884
2885 * whitespace.el (whitespace-rescan-timer-time): Update
2886 documentation.
2887
2888 * whitespace.el (whitespace-display-unchecked-whitespaces):
2889 New function to update modeline with untested whitespaces.
2890
2891 * whitespace.el (whitespace-buffer): Test only whitespaces whose
2892 checking is turned on, and update modeline using the newly created
2893 `whitespace-display-unchecked-whitespaces'.
2894
2895 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
2896 whose checking is turned on, and update modeline using the newly
2897 created `whitespace-display-unchecked-whitespaces'.
2898
2899 * whitespace.el (whitespace-describe): Update documentation.
2900
2901 * whitespace.el (whitespace-tickle-timer): Test if
2902 `whitespace-rescan-timer-time' is non-zero before tickling timer.
2903
2904 1999-09-13 Dave Love <fx@gnu.org>
2905
2906 * hideif.el (hide-ifdef-mode): Add autoload cookie.
2907
2908 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
2909 for temp buffer.
2910 (checkdoc-this-string-valid): Don't assume default comment-start.
2911
2912 1999-09-13 Gerd Moellmann <gerd@gnu.org>
2913
2914 * rsz-mini.el: Remove code, keep the interface.
2915
2916 1999-09-13 Dave Love <fx@gnu.org>
2917
2918 * help.el (help-highlight-p): Doc fix.
2919
2920 * faces.el (mode-line, header-line, tool-bar): Add :version.
2921 (highlight, secondary-selection): Add :group.
2922 (trailing-whitespace): Add :group, :version.
2923
2924 * wid-edit.el: Remove some compatibility code and checks.
2925 (widget-specify-field, widget-specify-button): Don't use XEmacs
2926 properties.
2927 (widget-overlay-inactive): Change error message.
2928 (widget-button-pressed-face): New variable.
2929 (widget-button-click): Use it.
2930 (widget-documentation-link-add): Specify mouse and button faces.
2931 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
2932 removed now the functionality is built in.
2933
2934 * cus-edit.el: Don't define-widget-keywords.
2935 (multimedia): New group.
2936 (custom-last): Function removed.
2937 (custom-quote): Add vectorp case, comment out characterp case.
2938 (custom-buffer-done-function, custom-raised-buttons): New option.
2939 (Custom-buffer-done): New function.
2940 (custom-buffer-create-internal): Obey custom-raised-buttons,
2941 Custom-buffer-done.
2942 (custom-button-face): Make it `released-button'.
2943 (custom-button-pressed-face): Make it `pressed-button'
2944 (custom-mode-map): Bind "q" to Custom-buffer-done.
2945 (custom-mode): Deal with raised/pressed buttons.
2946
2947 Changes from Didier Verna:
2948 (custom-prompt-variable): Optional third arg makes prompt for a
2949 comment string.
2950 (customize-set-value, customize-set-variable,
2951 customize-save-variable): Optional prefix makes function handle
2952 variable comments.
2953 (customize-customized, customize-saved, custom-variable-state-set)
2954 (custom-variable-set, custom-variable-save, custom-face-state-set)
2955 (custom-variable-reset-saved, custom-variable-reset-standard)
2956 (custom-face-set, custom-face-save, custom-face-reset-saved)
2957 (custom-face-reset-standard, customize-save-customized): Handle
2958 custom comments.
2959 (custom-comment-face, custom-comment-tag-face): New face.
2960 (custom-comment): New widget.
2961 (custom-comment-create, custom-comment-delete)
2962 (custom-comment-value-set, custom-comment-show)
2963 ()custom-comment-invisible-p): New functions.
2964 (custom-variable-value-create, custom-face-value-create): Create a
2965 comment field widget.
2966 (custom-variable-menu, custom-face-menu): New entry for custom
2967 comment.
2968 (custom-face-value-create): Remove compatibility code.
2969 (custom-save-variables, custom-save-faces): Possibly save custom
2970 comments.
2971
2972 * cus-face.el (custom-face-attributes): Simplify :underline,
2973 :overline, :inverse-video cases. Fix up :box case (probably needs
2974 more work).
2975
2976 Change from Didier Verna:
2977 (custom-set-faces): The arguments can now have a custom comment as
2978 fourth argument.
2979
2980 * custom.el: Don't define-widget-keywords.
2981 Change from Didier Verna:
2982 (custom-set-variables): The arguments can now have a
2983 custom comment as fifth element.
2984
2985 1999-09-13 Richard Stallman <rms@gnu.org>
2986
2987 * info.el (Info-find-node): Cope better if guesspos is too large.
2988
2989 1999-09-12 Gerd Moellmann <gerd@gnu.org>
2990
2991 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
2992 of buffer-substring because buffer-string doesn't copy the
2993 prompt.
2994
2995 * faces.el (mode-line): Replaces `modeline'.
2996 (toplevel): Make `modeline' an alias for `mode-line'.
2997
2998 1999-09-12 Gerd Moellmann <gerd@gnu.org>
2999
3000 * gs.el: Change `ghostscript' to `postscript' in comment.
3001
3002 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
3003
3004 * emulation/tpu-edt.el (tpu-version): New version.
3005 (tpu-search-overlay, tpu-replace-overlay): New variables.
3006 (tpu-search-highlight, tpu-toggle-direction): New functions.
3007 (tpu-lm-replace): Set tpu-replace-overlay.
3008 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
3009 command hook.
3010
3011 1999-09-11 Richard Stallman <rms@gnu.org>
3012
3013 * isearch.el (isearch-mode-map): Undo previous change.
3014
3015 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
3016 use all of that as the sexp.
3017
3018 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
3019 and use the initial argument as file name directly.
3020 Likewise if nothing matches.
3021
3022 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
3023
3024 * winner.el: Major changes. Avoid changing point and mark.
3025 Save configurations after they change, not before.
3026
3027 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
3028
3029 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
3030 Bind print-continuous-numbering and print-number-table.
3031
3032 1999-09-10 Dave Love <fx@gnu.org>
3033
3034 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
3035
3036 1999-09-09 Richard Stallman <rms@gnu.org>
3037
3038 * whitespace.el: Finish making it fit Emacs conventions.
3039 Add autoloads.
3040
3041 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
3042
3043 * generic-x.el (bat-generic-mode): "::"-style comments don't
3044 need to begin with "-". Fix the font-lock definitions of ON/OFF
3045 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
3046 from the list of keywords. Add DO to the list of keywords.
3047
3048 1999-09-09 Dave Love <fx@gnu.org>
3049
3050 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
3051 (byte-optimize-backward-word): New optimizations.
3052 (side-effect-free-fns, side-effect-and-error-free-fns): Add
3053 entries.
3054
3055 1999-09-09 Gerd Moellmann <gerd@gnu.org>
3056
3057 * image.el (put-image): Remove optional buffer parameter.
3058
3059 * faces.el (face-italic-p): Return t only for values `italic'
3060 and `oblique'.
3061
3062 * mouse.el (mouse-drag-mode-line-1): Extension of former
3063 mouse-drag-mode-line that also drags the header line.
3064 (mouse-drag-mode-line): Call it.
3065 (mouse-drag-header-line): New.
3066 (toplevel): Bind down-mouse-1 on header lines to
3067 mouse-drage-header-line.
3068
3069 1999-09-08 Gerd Moellmann <gerd@gnu.org>
3070
3071 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
3072 (make-mode-line-mouse-sensitive): Replace `top-line' by
3073 `header-line'.
3074
3075 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
3076
3077 * help.el (describe-function-1): Don't return empty string for keymaps.
3078
3079 * fill.el (fill-region-as-paragraph, canonically-space-region):
3080 Respect colon-double-space at end of line.
3081
3082 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
3083
3084 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
3085 (backup-buffer): Use it.
3086
3087 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
3088
3089 * generic-x.el (generic-define-unix-modes): Added new modes:
3090 inetd-conf-generic-mode, etc-services-generic-mode,
3091 etc-passwd-generic-mode. These are all defined for Unix by default.
3092 (apache-generic-mode): Use an imenu-generic-expression to list
3093 Configuration keywords.
3094 (samba-generic-mode): Use both ; and # as comment characters.
3095 (samba-generic-mode): Font-lock expressions now highlight name
3096 value pairs.
3097 (bat-generic-mode): Keywords are now case-insensitive through
3098 font-lock-defaults setting.
3099 (java-properties-generic-mode): Supports both ! and # as comment
3100 characters.
3101 (java-properties-generic-mode): Added an imenu-generic-expression
3102 (java-properties-generic-mode): Reworked to support the various
3103 different ways to separate name and value (viz, '=', ':' and
3104 whitespace).
3105 (show-tabs-generic-mode): Added this new generic-mode.
3106
3107 1999-09-08 Richard Stallman <rms@gnu.org>
3108
3109 * progmodes/inf-lisp.el: Moved from top directory.
3110
3111 * tar-mode.el (tar-header-block-tokenize):
3112 Use `when' instead of `and'. Fix some clobbered text.
3113
3114 * gud.el (gud-make-debug-menu): Make a child for the
3115 local menu, for its menu bar, and the debug menu.
3116 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
3117 Use the history in the simple way.
3118
3119 1999-09-07 Kenichi Handa <handa@etl.go.jp>
3120
3121 * language/korea-util.el (default-korean-keyboard): Initialize it
3122 according to the environment variable HANGUL_KEYBOARD_TYPE.
3123
3124 1999-09-07 Richard Stallman <rms@gnu.org>
3125
3126 * subr.el (make-temp-file): New function.
3127
3128 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
3129
3130 * font-lock.el (font-lock-multiline): New text property contains
3131 a boolean to indicate if the char is part of a multiline match.
3132 (font-lock-default-fontify-region): Extend the region appropriately
3133 for multiline keywords.
3134 (font-lock-default-unfontify-region): Also remove the new
3135 font-lock-multiline text property.
3136 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
3137 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
3138
3139 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3140
3141 * diary-lib.el (list-diary-entries): Make sure two-digit years
3142 have leading zeros.
3143
3144 1999-09-07 Gerd Moellmann <gerd@gnu.org>
3145
3146 * faces.el (face-set-after-frame-default): Initialize some
3147 attributes of some faces from frame parameters.
3148
3149 * faces.el (scroll-bar, border, cursor, mouse): New faces.
3150
3151 1999-09-07 Gerd Moellmann <gerd@gnu.org>
3152
3153 * faces.el (fringe): Replaces face `margin'.
3154
3155 1999-09-07 Dave Love <fx@gnu.org>
3156
3157 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
3158
3159 1999-09-07 Richard Stallman <rms@gnu.org>
3160
3161 * subr.el (push): Doc fix.
3162
3163 1999-09-06 Richard Stallman <rms@gnu.org>
3164
3165 * vc.el (vc-annotate-display): Use < 69 not < 70
3166 to distinguish 20YY from 19YY.
3167
3168 * timezone.el (timezone-parse-date): Use < 69 not < 70
3169 to distinguish 20YY from 19YY.
3170
3171 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
3172
3173 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
3174
3175 * quickurl.el: (quickurl-list-focused-line): Removed.
3176 (quickurl-list-insert): Now works out the focused line using
3177 `count-lines' instead of using `quickurl-list-focused-line'.
3178
3179 1999-09-06 Richard Stallman <rms@gnu.org>
3180
3181 * mail/rmail.el (rmail-retry-failure): Unconditionally move
3182 to beginning of message.
3183
3184 1999-09-06 Dave Love <fx@gnu.org>
3185
3186 * isearch.el (isearch-mode-map): Add mouse-2.
3187
3188 * mail/rmail.el (rmail-read-password): Deleted.
3189 (rmail-get-pop-password): Use read-password.
3190
3191 * quickurl.el: Don't conditionally define caddr.
3192 (quickurl-url-comment): Use nth, not caddr in function and
3193 defsetf.
3194
3195 1999-09-06 Richard Stallman <rms@gnu.org>
3196
3197 * auto-show.el: Doc fixes.
3198
3199 1999-09-06 Stephen Eglen <stephen@gnu.org>
3200
3201 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
3202 --no-line-editing so that TABs in source files are not interpreted
3203 as completion requests.
3204
3205 1999-09-06 Gerd Moellmann <gerd@gnu.org>
3206
3207 * hscroll.el, auto-show.el: Remove all code, keep the public
3208 interface as no-ops.
3209
3210 * faces.el (face-bold-p): Don't return t if face has lighter
3211 weight than normal.
3212
3213 1999-09-06 Eli Zaretskii <eliz@gnu.org>
3214
3215 * startup.el (command-line): Make small-temporary-file-directory
3216 be nil except on ms-dos.
3217
3218 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
3219
3220 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
3221 is defined.
3222
3223 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
3224 letters with a colon after d or l.
3225
3226 1999-09-06 Dave Love <fx@gnu.org>
3227
3228 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
3229 primitive.)
3230
3231 1999-09-05 Richard Stallman <rms@gnu.org>
3232
3233 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
3234
3235 * textmodes/paragraphs.el (backward-kill-sentence):
3236 Don't test minibuffer-prompt-end here.
3237 (forward-sentence): Do handle it here.
3238 (backward-kill-paragraph): Don't test it here.
3239 (forward-paragraph): Handle it here.
3240
3241 * mouse.el (font-menu-add-default): Simplify code.
3242
3243 1999-09-05 Gerd Moellmann <gerd@gnu.org>
3244
3245 * faces.el (header-line): Renamed from `top-line'.
3246
3247 1999-09-05 Gerd Moellmann <gerd@gnu.org>
3248
3249 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
3250
3251 1999-09-04 Richard Stallman <rms@gnu.org>
3252
3253 * whitespace.el: New file.
3254
3255 1999-09-04 Dave Love <fx@gnu.org>
3256
3257 * paths.el: Make some doc strings obey the make-docfile convention.
3258
3259 * bindings.el: Likewise.
3260 (debug-ignored-errors): Remove BBDB ones.
3261
3262 1999-09-03 Richard Stallman <rms@gnu.org>
3263
3264 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
3265 not from the draft to forward.
3266
3267 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
3268
3269 1999-09-03 Dave Love <fx@gnu.org>
3270
3271 * double.el (double-mode): Customize the variable.
3272
3273 1999-09-03 Kenichi Handa <handa@etl.go.jp>
3274
3275 * international/characters.el: Delete duplicated code.
3276
3277 1999-09-02 Richard Stallman <rms@gnu.org>
3278
3279 * indent.el (indent-relative): Doc fix.
3280
3281 * quickurl.el (quickurl): Doc fix.
3282
3283 1999-09-02 Gerd Moellmann <gerd@gnu.org>
3284
3285 * faces.el (margin): Change background to "gray" for mono (this is
3286 drawn with a stipple pattern).
3287
3288 1999-09-02 Gerd Moellmann <gerd@gnu.org>
3289
3290 * simple.el (next-history-element): Use minibuffer-prompt-end once
3291 again. Remove test for minibuffer-prompt-in-buffer.
3292
3293 1999-09-02 Eli Zaretskii <eliz@gnu.org>
3294
3295 * files.el (small-temporary-file-directory): New variable.
3296
3297 * startup.el (command-line): Compute the value of
3298 small-temporary-file-directory.
3299
3300 * ediff-init.el (ediff-temp-file-prefix): Use
3301 small-temporary-file-directory if non-nil.
3302
3303 * vc.el (vc-update-change-log): Likewise.
3304
3305 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
3306
3307 * simple.el (shell-command, shell-command-on-region): Use
3308 make-temp-name properly. Use small-temporary-file-directory if
3309 non-nil, otherwise temporary-file-directory, to generate temporary
3310 files.
3311
3312 * dos-w32.el (direct-print-region-helper): Use
3313 temporary-file-directory. (From Stefan Monnier.)
3314
3315 1999-09-02 Richard Stallman <rms@gnu.org>
3316
3317 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
3318 from asm-comment-char.
3319 (asm-font-lock-keywords): Recognize instruction width suffixes.
3320
3321 1999-09-01 Richard Stallman <rms@gnu.org>
3322
3323 * play/fortune.el: New file.
3324
3325 1999-08-31 Dave Love <fx@gnu.org>
3326
3327 * help.el (help-make-xrefs): Don't lose on non-empty blank line
3328 after key table.
3329
3330 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
3331 redisplay variables.
3332
3333 * subr.el (push): Fix typo.
3334
3335 1999-08-30 Kevin Blake <kblake@ticnet.com>
3336
3337 * emacs-lisp/ring.el: Many doc fixes.
3338 (ring-size, ring-copy): New functions.
3339
3340 1999-08-29 Richard Stallman <rms@gnu.org>
3341
3342 * progmodes/etags.el (tags-loop-continue):
3343 After tags-loop-operate returns, force skip to next file.
3344
3345 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
3346 (mail-extr-first-letters, mail-extr-last-letters):
3347 Use character classes [:alpha:] and [:alnum:].
3348
3349 * subr.el (push, pop): New macros.
3350
3351 * progmodes/compile.el (compilation-error-regexp-alist):
3352 New item for SGI IRIX MipsPro compilers.
3353
3354 * speedbar.el (speedbar-directory-buttons): Recognize
3355 device names when checking for file names.
3356
3357 * array.el (array-reconfigure-rows): Use generate-new-buffer.
3358
3359 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
3360 and specially handle defvar inside their expansions.
3361 (eval-defun-1): New subroutine.
3362
3363 * progmodes/compile.el (compilation-error-regexp-alist):
3364 Fix the Perl -w entry to allow period after line number.
3365 Don't allow newlines in file name, but allow them after line number
3366 for Perl debugging traces.
3367
3368 * which-func.el (which-func-cleanup-function): New variable.
3369 (which-function): Call that function.
3370
3371 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
3372 to end a function name.
3373
3374 * informat.el (Info-tagify): Don't insert more than one newline
3375 before the tag table.
3376
3377 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
3378
3379 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
3380 than make-temp-name, use match-string-no-properties, and eliminate
3381 a quadratic behavior when building bibtex-strings.
3382
3383 1999-08-29 Alex Schroeder <alex@gnu.org>
3384
3385 * comint.el (comint-input-ring-separator): New variable.
3386 (comint-read-input-ring): Doc change; use
3387 comint-input-ring-separator when reading file.
3388 (comint-write-input-ring): Use
3389 comint-input-ring-separator when writing file.
3390
3391 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
3392
3393 * informat.el (Info-tagify): Start by widening.
3394 Match node headers that don't list the file name,
3395 and more kinds of page separations.
3396 Strip properties during tagification.
3397 Use start of node header line as tag's position.
3398 Fix the "done" message.
3399
3400 (Info-validate): Save and restore match data around narrowing down.
3401
3402 1999-08-28 Richard M. Stallman <rms@gnu.org>
3403
3404 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
3405 On repeated call, override previous values put into
3406 minor-mode-map-alist and minor-mode-alist.
3407
3408 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
3409
3410 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
3411
3412 1999-08-27 Andreas Schwab <schwab@gnu.org>
3413
3414 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
3415 from cvs update.
3416
3417 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3418
3419 * calendar/calendar.el (calendar-move-hook): New hook.
3420
3421 * calendar/cal-move.el: Call the new hook in every movement function.
3422
3423 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
3424 the right function name.
3425
3426 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
3427
3428 * time-stamp.el: Put quote-backquote around all symbol names
3429 in doc strings, for mousing.
3430 (time-stamp): Support multi-line patterns.
3431 (time-stamp-inserts-lines): New variable.
3432 (time-stamp-count): New variable.
3433 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
3434 "Thu" instead of "%a".
3435
3436 1999-08-25 Gerd Moellmann <gerd@gnu.org>
3437
3438 * simple.el (kill-word): Undo previous change.
3439
3440 1999-08-25 Gerd Moellmann <gerd@gnu.org>
3441
3442 * jit-lock.el (jit-lock-function): Extend the fontified range
3443 to the beginning of the line containing the range start and
3444 the beginning of the line following the range end.
3445
3446 1999-08-24 Dave Love <fx@gnu.org>
3447
3448 * timezone.el: Move provide to end.
3449 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
3450 <70 are 2000+.
3451 (timezone-parse-time): Simplify somewhat.
3452
3453 1999-08-24 Gerd Moellmann <gerd@gnu.org>
3454
3455 * faces.el (margin): Renamed from bitmap-area.
3456
3457 1999-08-24 Alex Schroeder <alex@gnu.org>
3458
3459 * sql.el: Doc changes.
3460 (sql-sybase): Use sql-server instead of sql-database.
3461
3462 1999-08-23 Dave Love <fx@gnu.org>
3463
3464 * rect.el: Add/fix various doc strings. Add `*' to all the
3465 interactive specs.
3466
3467 1999-08-21 Gerd Moellmann <gerd@gnu.org>
3468
3469 * jit-lock.el (jit-lock-function): Use line-beginning-position.
3470 Don't unwind-protect font-lock-fontify-region.
3471
3472 * paragraphs.el (backward-kill-paragraph): Don't move
3473 point into mini-buffer prompt.
3474 (backward-kill-sentence): Ditto.
3475
3476 * simple.el (next-history-element): Use minibuffer-prompt-end.
3477 Remove test for minibuffer-prompt-in-buffer.
3478 (kill-word): Don't move point into mini-buffer prompt.
3479
3480 1999-08-21 Dave Love <fx@gnu.org>
3481
3482 * Makefile: Exclude CVS dirs like RCS.
3483
3484 1999-08-19 Dave Love <fx@gnu.org>
3485
3486 * tooltip.el (tooltip-mode): Customize this, per convention.
3487 (tooltip-active): Option deleted.
3488
3489 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
3490
3491 * hanoi.el, page-ext.el: Declare dynamic vars.
3492
3493 * term.el: Avoid ange-ftp related compilation warnings.
3494
3495 1999-08-18 Gerd Moellmann <gerd@gnu.org>
3496
3497 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
3498 the default so that beginners can benefit from it without
3499 searching in manuals.
3500
3501 1999-08-18 Ray Blaak <blaak@gnu.org>
3502
3503 * progmodes/delphi.el: Consider assembly sections as blocks, to
3504 indent them better. Make auto-indent on newline optional.
3505
3506 1999-08-17 Gerd Moellmann <gerd@gnu.org>
3507
3508 * bindings.el (mode-line-modified): Look up key binding for C-x
3509 C-q. If it's bound call that binding, otherwise call
3510 toggle-read-only.
3511
3512 1999-08-17 Dave Love <fx@gnu.org>
3513
3514 * info.el (info): Doc fix.
3515
3516 * finder.el (finder-known-keywords): Add `multimedia'.
3517
3518 * apropos.el: Don't capitalize custom group name.
3519
3520 * info-look.el: Remove compatibility code.
3521 (info-lookup-guess-default*): DTRT for point at start of symbol.
3522 (info-complete): Don't lose with point not at end of symbol.
3523
3524 1999-08-16 Gerd Moellmann <gerd@gnu.org>
3525
3526 * term.el (toplevel): Make face `term-default' an empty face.
3527 The code relied on the fact that Emacs ignored invalid faces in
3528 face text properties in 20.4.
3529
3530 1999-08-16 Richard M. Stallman <rms@gnu.org>
3531
3532 * subr.el (point-at-eol, point-at-bol): New aliases.
3533
3534 * simple.el: Functions reordered.
3535
3536 * rect.el (delete-rectangle-line): Use line-end-position.
3537
3538 1999-08-16 Karl Heuer <kwzh@gnu.org>
3539
3540 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
3541 here from simple.el.
3542
3543 1999-08-16 Dave Love <fx@gnu.org>
3544
3545 * mouse.el: Provide `mldrag' for compatibility.
3546 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
3547 marked obsolete.
3548
3549 * mldrag.el: Removed since the features are in mouse.el.
3550
3551 * jka-compr.el (auto-compression-mode): New variable for
3552 customization.
3553
3554 * bindings.el (mode-line-mule-info): Doc fix.
3555
3556 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
3557 name comparisons.
3558
3559 * files.el (interpreter-mode-alist): Add make, guile, clisp.
3560 (find-file): Doc fix.
3561
3562 1999-08-16 Carsten Dominik <cd@gnu.org>
3563
3564 * textmodes/reftex.el: Most of the code moved to other files.
3565 * textmodes/reftex-auc.el: New file, split out from reftex.el
3566 * textmodes/reftex-cite.el: New file, split out from reftex.el
3567 * textmodes/reftex-global.el: New file, split out from reftex.el
3568 * textmodes/reftex-index.el: New file, split out from reftex.el
3569 * textmodes/reftex-parse.el: New file, split out from reftex.el
3570 * textmodes/reftex-ref.el: New file, split out from reftex.el
3571 * textmodes/reftex-sel.el: New file, split out from reftex.el
3572 * textmodes/reftex-toc.el: New file, split out from reftex.el
3573 * textmodes/reftex-vars.el: New file, split out from reftex.el
3574 * textmodes/reftex-vcr.el: New file, split out from reftex.el
3575
3576 1999-08-16 Carsten Dominik <cd@gnu.org>
3577
3578 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
3579 conflict with pop-up-frames.
3580 (reftex-special-environment-parsers): New constant.
3581 (reftex-label-alist): car of an entry can also be a function.
3582 (reftex-what-special-env): Cew function.
3583 (reftex-label-location): Call `reftex-what-special-env'.
3584 (reftex-compile-variables): Check for symbol in
3585 `reftex-label-alist'.
3586 (reftex-what-environment): Fixed bug with stacked environments of
3587 same kind (e.g. enumerate).
3588 (reftex-process-string): Preserve default directory.
3589 (reftex-label-alist-builtin): Changed prefixes of endnote and
3590 footnote. Also the magic words.
3591 (reftex-reference): Interprete new option
3592 `reftex-fref-is-default'.
3593 (reftex-replace-prefix-escapes): Interprete new `%S' format.
3594 (reftex-toc-mouse-view-line): Command removed (had no binding).
3595 (reftex-everything-regexp): New function.
3596 (reftex-nearest-match): Made better.
3597 (reftex-toc-find-section): Use new version of
3598 `reftex-nearest-match'.
3599 (reftex-insert-docstruct): Adapted to work with the index stuff.
3600 (reftex-parse-from-file): Find index entries as well.
3601 (reftex-toc-toggle-index): New function
3602 (reftex-toc-map): `i' is now used to togle the index, File
3603 boundaries has been moved to `F'.
3604 (reftex-select-label-map): Toggling display of file boundaries is
3605 now on the `F' key, for consistency with `reftex-toc-map'.
3606 (reftex-erase-all-selection-and-index-buffers): Renamed from
3607 `reftex-erase-all-selection-buffer'. Now also kills the index
3608 buffers.
3609 (reftex-viewing-cross-references): Customization group renamed
3610 from reftex-viewing-cross-references-and-citations.
3611 (reftex-index-macro-regexp,
3612 reftex-find-index-entry-regexp-format): New variables
3613 (reftex-macros-with-index): New variable
3614 (reftex-add-index-macros): New function
3615 (reftex-renumber-simple-labels, reftex-translate): Allow for
3616 multiple labels in a single ref command.
3617 (reftex-index-support): New customization group
3618 (reftex-support-index, reftex-index-special-chars,
3619 reftex-index-macros, reftex-index-default-macro,
3620 reftex-index-default-tag, reftex-index-math-format,
3621 reftex-index-section-letters, reftex-index-include-context,
3622 reftex-index-follow-mode, reftex-index-header-face,
3623 reftex-index-section-face, reftex-index-tag-face,
3624 reftex-index-face): New options
3625 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
3626 reftex-index-tag, reftex-index-return-marker,
3627 reftex-index-restriction-indicator, reftex-index-restriction-data,
3628 reftex-index-macro-regexp, reftex-index-level-re,
3629 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
3630 reftex-everything-regexp-no-index, reftex-index-re,
3631 reftex-macros-with-index, reftex-index-macro-alist): New variables
3632 (reftex-index-help, reftex-index-macros-builtin,
3633 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
3634 reftex-query-index-macro-help): New constants
3635 (reftex-index-selection-or-word, reftex-index,
3636 reftex-default-index, reftex-update-default-index,
3637 reftex-index-complete-tag, reftex-index-select-tag,
3638 reftex-index-complete-key, reftex-index-update-taglist,
3639 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
3640 reftex-display-index, reftex-insert-index,
3641 reftex-index-insert-new-letter, reftex-get-restriction,
3642 reftex-index-pre-command-hook, reftex-index-post-command-hook,
3643 reftex-index-show-help, reftex-index-next, reftex-index-previous,
3644 reftex-index-toggle-follow, reftex-index-toggle-context,
3645 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
3646 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
3647 reftex-index-quit, reftex-index-quit-and-kill,
3648 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
3649 reftex-index-revert, reftex-index-switch-index-tag,
3650 reftex-index-restrict-to-section, reftex-index-widen,
3651 reftex-index-restriction-forward,
3652 reftex-index-restriction-backward, reftex-index-visit-location,
3653 reftex-index-analyze-entry, reftex-index-globalize,
3654 reftex-index-edit, reftex-index-toggle-range-beginning,
3655 reftex-index-toggle-range-end, reftex-index-edit-key,
3656 reftex-index-edit-attribute, reftex-index-edit-visual,
3657 reftex-index-edit-part, reftex-index-level-down,
3658 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
3659 reftex-index-change-entry, reftex-index-goto-letter,
3660 reftex-add-index-macros, reftex-ensure-index-support,
3661 reftex-index-info-safe, reftex-index-info): New functions.
3662
3663
3664 1999-08-15 Richard M. Stallman <rms@gnu.org>
3665
3666 * paren.el (show-paren-mode): Support making show-paren-mode
3667 a buffer-local variable. Don't check for a window system.
3668 (show-paren-function): Check whether show-paren-function is
3669 enabled in current buffer; do the right thing if not.
3670 Don't check for a window system.
3671 (show-paren-mode): Make it a user variable.
3672
3673 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
3674 Handle `enum' like `struct'.
3675
3676 * server.el (server-process-filter): If a client visits no buffers,
3677 close it immediately before recording it.
3678
3679 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
3680 Optimize by calling concat just once. Handle =\n sequence.
3681 (mail-unquote-printable-region): New command.
3682 (mail-quote-printable): Make it autoload.
3683
3684 1999-08-15 Karl Heuer <kwzh@gnu.org>
3685
3686 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
3687
3688 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
3689
3690 * lisp/texinfmt.el: Handle @ifnottex.
3691
3692 1999-08-15 Eli Zaretskii <eliz@gnu.org>
3693
3694 * frame.el (blink-cursor): Don't turn on cursor blinking for
3695 ms-dos.
3696
3697 * faces.el (face-valid-attribute-values): Look in
3698 x-bitmap-file-path only for x and w32 window systems.
3699
3700 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
3701 Do that if width is nil as well.
3702 (x-display-mm-height, x-display-mm-width): Update values.
3703 (x-colors): Compute the list from msdos-color-values.
3704 (x-select-enable-clipboard): Doc fix.
3705 (x-frob-font-weight, x-font-family-list): New functions.
3706
3707 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
3708
3709 * window.el (shrink-window-if-larger-than-buffer): Don't try to
3710 back up from beginning of buffer.
3711
3712 1999-08-13 Karl Heuer <kwzh@gnu.org>
3713
3714 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
3715
3716 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
3717
3718 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
3719 doomsday clock, speed control is added and changes are made to
3720 allow large numbers of rings: rings now show the whole ring
3721 number, not just the last digit; consecutive rings are allowed to
3722 be the same size when necessary to fit all the rings in the
3723 window; and poles can be oriented horizontally. Face support is
3724 thrown in gratuitously.
3725 (hanoi): Changed default number of rings back to 3.
3726 (hanoi-unix, hanoi-unix-64): New commands
3727 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
3728 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
3729 hanoi-odd-ring-face): New variables.
3730 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
3731 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
3732 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
3733 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
3734 (hanoi-topos, hanoi-draw-ring): Removed.
3735
3736 1999-08-12 Gerd Moellmann <gerd@gnu.org>
3737
3738 * faces.el (face-valid-attribute-values): Return an alist for
3739 families on ttys.
3740 (face-read-integer): Handle unspecified face attributes. Add
3741 completion for `unspecified'.
3742 (read-face-attribute): Handle unspecified font attributes.
3743 (face-valid-attribute-values): Add `unspecified' to lists so that
3744 it can be chosen via completion.
3745 (face-read-string): Don't recognize "none" as input.
3746
3747 1999-08-10 Dave Love <fx@gnu.org>
3748
3749 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
3750 string.
3751
3752 * sun-curs.el: Require sun-fns.
3753
3754 1999-08-10 Dave Love <fx@gnu.org>
3755
3756 * autorevert.el (auto-revert-mode): Add autoload cookie.
3757
3758 * hscroll.el, auto-show.el: Files deleted -- we have built-in
3759 hscroll.
3760
3761 * simple.el (hscroll-step, hscroll-point-visible)
3762 (hscroll-window-column): Remove now we have the mentioned real
3763 horizontal autoscrolling.
3764
3765 1999-08-10 Richard M. Stallman <rms@gnu.org>
3766
3767 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
3768 control use of -f option.
3769 (mail-specify-envelope-from): New variable.
3770 (mail-from-style): Doc fix.
3771
3772 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
3773 (easy-menu-get-map): New arg TO-MODIFY helps choose
3774 between local and global maps.
3775 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
3776 (easy-menu-change): Doc fix.
3777
3778 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
3779 (info-lookup-guess-default): Simplified and cleaned up.
3780 (info-lookup-guess-default*): Preserve point.
3781
3782 * view.el (view-mode-disable): If buffer-read-only is nil,
3783 don't change it.
3784
3785 * files.el (after-find-file): Disable View mode if buffer is no
3786 longer read-only.
3787
3788 * view.el (view-mode-enable, view-mode-disable):
3789 Call force-mode-line-update.
3790
3791 1999-08-10 Karl Heuer <kwzh@gnu.org>
3792
3793 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
3794 * array.el, play/landmark.el, international/latin-3.el: Likewise.
3795 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
3796
3797 1999-08-10 Alex Schroeder <asc@bsiag.com>
3798
3799 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
3800 to prevent m-eating-bug.
3801
3802 1999-08-10 Eli Zaretskii <eliz@gnu.org>
3803
3804 * term/pc-win.el (msdos-bg-mode): Remove. Call
3805 frame-set-background-mode instead. All callers changed.
3806 (msdos-face-setup): Don't force color display parameter, it is set
3807 by frame-set-background-mode.
3808 (make-msdos-frame): Call x-handle-reverse-video and
3809 face-set-after-frame-default. Delete frame if creation failed.
3810
3811 * faces.el (face-set-after-frame-default): Don't call
3812 make-face-x-resource-internal for the pc window-system.
3813
3814 1999-08-10 Dave Love <fx@melange.gnu.org>
3815
3816 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
3817 case with no docstring specially.
3818
3819 1999-08-09 Eli Zaretskii <eliz@gnu.org>
3820
3821 * complete.el (PC-do-completion): If completing on file name,
3822 reproduce str by concatenating its directory and basename parts.
3823
3824 1999-08-07 Dave Love <fx@gnu.org>
3825
3826 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
3827 unibyte to multibyte conversion of search-forward (from Handa),
3828 but avoid the replacement if the language is Latin-N.
3829
3830 1999-08-06 Richard Stallman <rms@gnu.org>
3831
3832 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
3833 of eval-buffer.
3834
3835 * international/mule.el (load-with-code-conversion):
3836 Pass t to eval-buffer for DO-ALLOW-PRINT.
3837
3838 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
3839
3840 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
3841 of filenames and attributes.
3842 (ls-lisp-insert-directory): Use directory-files-and-attributes
3843 for speed.
3844
3845 1999-08-05 Dave Love <fx@gnu.org>
3846
3847 * auto-show.el (auto-show-mode): Fix :set.
3848
3849 * widget.el (define-widget-keywords): Make dummy definition and
3850 comment-out its use.
3851
3852 1999-08-04 Richard Stallman <rms@gnu.org>
3853
3854 * progmodes/tcl.el: Customized.
3855
3856 * sql.el (sql-accumulate-and-indent): Instead of testing
3857 whether this is Emacs 20 before calling comint-accumulate,
3858 test whether comint-accumulate is defined.
3859
3860 1999-08-04 Dave Love <fx@gnu.org>
3861
3862 * sgml-mode.el: Require outline when compiling.
3863 (sgml-mode-hook, html-mode-hook): Customize.
3864 (sgml-validate-command): Fix :version.
3865 (html-autoview-mode): Doc fix.
3866
3867 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
3868 nothing in Latin-N environment.
3869
3870 * info.el (Info-find-node): Call info-initialize here.
3871 (info): Not here.
3872 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
3873
3874 1999-08-04 Richard Stallman <rms@gnu.org>
3875
3876 * ansi-color.el: New file.
3877
3878 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
3879
3880 * dired.el (dired-string-replace-match): Return `nil' when no match
3881 found with global search.
3882
3883 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
3884 * terminal.el (te-terminfo-directory):
3885 * mail/mailpost.el (post-mail-send-it):
3886 * mail/metamail.el (metamail-region):
3887 * progmodes/ada-mode.el (ada-tmp-directory):
3888 Use temporary-file-directory.
3889
3890 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
3891 (compilation-filter, compilation-forget-errors)
3892 (compilation-parse-errors): Use a marker instead of an integer for
3893 `compilation-parsing-end'.
3894
3895 * progmodes/diff.el (diff-parse-differences):
3896 Use a marker instead of an integer for `compilation-parsing-end'.
3897 * textmodes/tex-mode.el (tex-compilation-parse-errors):
3898 Use a marker instead of an integer for `compilation-parsing-end'.
3899
3900 1999-08-03 Richard Stallman <rms@gnu.org>
3901
3902 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
3903 (Buffer-menu-mode): Doc fix.
3904 (Buffer-menu-view): New command.
3905 (Buffer-menu-view-other-window): New command.
3906
3907 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
3908
3909 * replace.el (query-replace-regexp-eval)
3910 (replace-eval-replacement, replace-loop-through-replacements)
3911 (replace-match-string-symbols): New functions.
3912 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
3913 Use replace-loop-through-replacements.
3914
3915 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
3916
3917 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
3918 (5x5): Doc fix.
3919
3920 1999-08-03 Dave Love <fx@gnu.org>
3921
3922 * fortran.el (fortran-indent-new-line): Make it an alias
3923 for reindent-then-newline-and-indent.
3924
3925 1999-08-03 Didier Verna <verna@inf.enst.fr>
3926
3927 * rect.el: All functions rewritten, except when noted above
3928 their declaration. Below is a list of interface changes.
3929 (apply-on-rectangle): New function, mostly replaces
3930 `operate-on-rectangle'. All callers changed.
3931 (move-to-column-force): Pass new second argument to `move-to-column'.
3932 (kill-rectangle): Added optional prefix arg to fill lines.
3933 (delete-rectangle): Ditto.
3934 (delete-whitespace-rectangle): Ditto.
3935 (delete-extract-rectangle): Ditto.
3936 (open-rectangle): Ditto.
3937 (clear-rectangle): Ditto.
3938 (delete-whitespace-rectangle-line): New function.
3939 (delete-rectangle-line): Added third arg FILL.
3940 (delete-extract-rectangle-line): Ditto.
3941 (open-rectangle-line): Ditto.
3942 (clear-rectangle-line): Ditto.
3943
3944 1999-08-03 Ray Blaak <blaak@gnu.org>
3945
3946 * progmodes/delphi.el: New file.
3947
3948 1999-08-02 Richard Stallman <rms@gnu.org>
3949
3950 * textmodes/outline.el (outline-previous-heading): New function.
3951 (outline-up-heading-all): Use outline-previous-heading.
3952 (outline-next-heading): Delete definition inserted yesterday.
3953
3954 1999-08-01 Richard Stallman <rms@gnu.org>
3955
3956 * textmodes/outline.el (outline-next-heading): New function.
3957 (outline-up-heading-all): New function.
3958 (outline-font-lock-level): Using outline-up-heading-all.
3959 Tell outline-back-to-heading to accept invisible headings.
3960
3961 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
3962
3963 * mail/mh-utils.el (mh-find-path-run): New variable.
3964 (mh-find-path): Test and set that.
3965 Set mail-user-agent only the first time this function is run.
3966 (mail-user-agent): Defvar deleted.
3967
3968 * info.el (info-initialize): New function.
3969 (info): Call info-initialize.
3970 (Info-directory-list): Initialize to nil,
3971 so info-initialize will set it up for real.
3972
3973 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3974
3975 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
3976 does not interpret a time as the year in a day-month entry.
3977
3978 * calendar/diary-lib.el: Change syntax table entry for colon in
3979 the diary as part of the european-date-diary-pattern fix.
3980
3981 1999-08-01 Eli Zaretskii <eliz@gnu.org>
3982
3983 * international/mule.el (set-auto-coding): Allow whitespace before
3984 and after the "variable: value" pair.
3985
3986 1999-07-30 Ken'ichi Handa <handa@gnu.org>
3987
3988 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
3989 (default-sendmail-coding-system): Doc-string fixed.
3990
3991 1999-07-30 Dave Love <fx@gnu.org>
3992
3993 * subr.el (assoc-delete-all): New function, renamed from
3994 frame-delete-all.
3995
3996 * frame.el: Change comments to doc strings and other doc fixes.
3997 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
3998 Callers changed.
3999 (set-background-color, set-foreground-color, set-cursor-color)
4000 (set-mouse-color, set-border-color): Offer completion of colours.
4001 (cursor): Add :version to defgroup.
4002
4003 * facemenu.el (list-colors-display): Make it work on ttys.
4004 (facemenu-read-color): Likewise.
4005
4006 1999-07-30 Richard M. Stallman <rms@gnu.org>
4007
4008 * frame.el (frame-notice-user-settings): If background
4009 color has been changed, update background-mode from it,
4010 then update faces.
4011
4012 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
4013
4014 * net-utils.el (finger): Don't do indirect fingering.
4015
4016 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4017
4018 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
4019 rules. Add separator at end of holidays.
4020 (cal-tex-rules): New customizable variable.
4021 (cal-tex-latexify-list): Add optional parameter to put separator
4022 at end.
4023
4024 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
4025
4026 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
4027 fill prefix on each line while looping to the end of paragraph.
4028 End paragraph if it's longer than the existing fill prefix.
4029
4030 * textmodes/fill.el (fill-context-prefix): Doc fix.
4031
4032 1999-07-30 Dave Love <fx@gnu.org>
4033
4034 * font-lock.el (jit-lock): Fix :load, add :version.
4035
4036 1999-07-30 Eli Zaretskii <eliz@gnu.org>
4037
4038 * term/pc-win.el (msdos-face-setup): Register standard colors in
4039 Vface_tty_color_alist.
4040 (face-color-supported-p, face_color_gray_p): New functions.
4041
4042 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
4043 is bound.
4044
4045 * startup.el (command-line): Don't register default colors for
4046 MSDOS window-system.
4047
4048 1999-07-29 Dave Love <fx@gnu.org>
4049
4050 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
4051 charquote.
4052
4053 * lisp-mode.el (eval-defun): Re-written to avoid
4054 capturing variables.
4055
4056 * picture.el (picture-beginning-of-line): Don't call
4057 hscroll-point-visible now we have real autoscrolling.
4058 (picture-end-of-line, picture-newline, picture-open-line):
4059 Likewise.
4060
4061 * international/latin-8.el: New file.
4062 * international/latin-9.el: New file.
4063
4064 1999-07-28 Dave Love <fx@gnu.org>
4065
4066 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
4067
4068 * msb.el: Require cl only when compiling.
4069 (msb--home-dir): Deleted.
4070 (msb--format-title): Use abbreviate-file-name.
4071 (msb--choose-file-menu): Simplify string comparison.
4072
4073 1999-07-28 Gerd Moellmann <gerd@gnu.org>
4074
4075 * faces.el (toolbar): Add face definition for mono displays.
4076
4077 1999-07-27 Richard M. Stallman <rms@gnu.org>
4078
4079 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
4080
4081 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
4082 force copying of default-frame-alist.
4083
4084 1999-07-26 Ken'ichi Handa <handa@gnu.org>
4085
4086 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
4087
4088 1999-07-26 Richard M. Stallman <rms@gnu.org>
4089
4090 * frame.el (set-mouse-color): If new color is nil,
4091 really respecify the current color.
4092
4093 1999-07-26 Gerd Moellmann <gerd@gnu.org>
4094
4095 * faces.el (bitmap-area): Change background of face `bitmap-area'
4096 to white for mono displays.
4097
4098 1999-07-26 Kenichi Handa <handa@etl.go.jp>
4099
4100 * international/ccl.el (ccl-embed-symbol): New function.
4101 (ccl-program-p): Deleted. Now it's implemented in C code.
4102 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
4103 (ccl-compile-translate-character): Likewise.
4104 (ccl-compile-map-single): Likewise.
4105 (ccl-compile-multiple-map-function): Likewise.
4106 (declare-ccl-program): Doc-string modified.
4107 (check-ccl-program): Check compiled CCL code by ccl-program-p.
4108
4109 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
4110
4111 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
4112
4113 1999-07-25 Markus Rost <rost@gnu.org>
4114
4115 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
4116 the entries to make custom-file more readable.
4117
4118 1999-07-25 Richard M. Stallman <rms@gnu.org>
4119
4120 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
4121
4122 * emacs-lisp/edebug.el: Delete compatibility code.
4123 (edebug-next-token-class): If . is followed by a digit,
4124 return `symbol' for the token class.
4125
4126 * startup.el (command-line): If we don't find the user's init file,
4127 set user-init-file to nil.
4128
4129 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4130
4131 * info-look.el (info-lookup-interactive-arguments): Add optional
4132 argument query for new choice of help mode.
4133 (info-lookup-symbol): Use it.
4134 (info-lookup-file): Ditto.
4135 (info-lookup): Don't switch to other window, if already in Info
4136 buffer.
4137
4138 1999-07-23 Dave Love <fx@gnu.org>
4139
4140 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
4141 syntax.
4142 (fortran-fontify-string, fortran-match-!-comment): Deleted.
4143 (fortran-font-lock-syntactic-keywords): New variable.
4144 (fortran-mode): Use it.
4145 (fortran-font-lock-keywords-1): Don't do comments.
4146 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
4147 match data.
4148
4149 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
4150
4151 * msb.el (msb-menu-bar-update-buffers): Renamed from
4152 menu-bar-update-buffers.
4153 (msb-custom-set, msb--toggle-menu-type): Call
4154 msb-menu-bar-update-buffers.
4155 (msb-mode): Revise the hook setting.
4156
4157 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
4158
4159 1999-07-23 Gerd Moellmann <gerd@gnu.org>
4160
4161 * font-lock.el, help.el, simple.el: Re-integrate previously
4162 described changes that were lost due to errors while checking them
4163 in.
4164
4165 1999-07-23 Kevin Blake <kblake@ticnet.com>
4166
4167 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
4168
4169 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
4170
4171 * international/encoded-kb.el
4172 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
4173 but push it to unread-command-events.
4174 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
4175 (encoded-kbd-self-insert-sjis): Likewise.
4176 (encoded-kbd-self-insert-big5): Likewise.
4177
4178 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
4179 before left margin and fill-prefix by fill-find-break-point.
4180
4181 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4182
4183 * info-look.el (info-lookup-setup-mode): Don't give up, if
4184 info-lookup-make-completions returns an error.
4185 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
4186 name latex, not latex2e.
4187
4188 1999-07-21 Richard M. Stallman <rms@gnu.org>
4189
4190 * replace.el (perform-replace): Turn off case-fold-search
4191 if FROM-STRING argument has uppercase in it.
4192
4193 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4194
4195 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
4196 mode is on. Don't use end of changed text.
4197
4198 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4199
4200 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
4201 (cl-hash-table-p): Renamed from hash-table-p.
4202 (cl-hash-table-count): Renamed from hash-table-count.
4203 (maphash): Alias to cl-maphash removed.
4204 (gethash): Likewise.
4205 (puthash): Likewise.
4206 (remhash): Likewise.
4207 (clrhash): Likewise.
4208
4209 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4210
4211 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
4212 third arg non-nil. See comment there why this isn't a good idea.
4213
4214 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4215
4216 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
4217
4218 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
4219 sit-for with 3rd arg non-nil to prevent redisplay.
4220
4221 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4222
4223 * image.el (image-type-from-file-header): If file doesn't
4224 have a directory part, add data-directory.
4225
4226 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4227
4228 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
4229 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
4230 motion handling when tooltip-gud-tips-p is nil.
4231
4232 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4233
4234 * tooltip.el (tooltip-mode): Don't use `plusp'.
4235 (tooltip-active): Use initial value of nil.
4236
4237 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
4238
4239 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4240
4241 * bindings.el (make-mode-line-mouse-sensitive): Add key
4242 definitions for `top-line'.
4243
4244 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4245
4246 * faces.el (top-line): New face.
4247
4248 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4249
4250 * image.el (image-type-regexps): Add regexp for PS files.
4251
4252 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4253
4254 * faces.el (set-face-attribute): Fix wrong handling of frame
4255 begin equal to t.
4256
4257 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4258
4259 * image.el (image-type-regexps): Add PNG format.
4260
4261 1999-07-21 Dave Love <fx@gnu.org>
4262
4263 * bindings.el (mode-line-modified): New variable.
4264 (mode-line-mode-menu-1): Switch to appropriate window before
4265 showing menu.
4266
4267 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4268
4269 * faces.el (face-underline): Removed.
4270 (face-underline-color): Ditto.
4271
4272 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4273
4274 * faces.el (face-x-resources): Fix typo.
4275
4276 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4277
4278 * faces.el: Remove handling of `:relief', extend handling of
4279 `:box'.
4280 (frame-set-background-mode): Choose new defface specs after
4281 frame parameters have changed.
4282
4283 * cus-face.el: Ditto.
4284
4285 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4286
4287 * custom.el (defface): Extend documentation to include new
4288 face attributes.
4289
4290 * cus-face.el (custom-face-attributes): Add overline,
4291 strike-through, box.
4292
4293 * faces.el (face-valid-attribute-values): Handle overline,
4294 strike-through, box.
4295 (face-attribute-name-alist): Add pairs for new face attributes.
4296 (describe-face): Handle new face attributes.
4297
4298 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4299
4300 * faces.el (face-x-resources): Add overline, strike-through, box.
4301
4302 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4303
4304 * enriched.el (enriched-translations): Add `display' and
4305 "x-display".
4306 (enriched-handle-display-prop): New.
4307 (enriched-decode-display-prop): New.
4308
4309 * format.el (top-level): Give `display' property
4310 `format-list-atomic-p.
4311 (format-annotate-single-property-change): Test that property.
4312 If present, treat list property values like atoms.
4313
4314 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4315
4316 * cus-face.el (custom-face-attributes): Use `choice' everywhere
4317 so that "*" can be entered.
4318
4319 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4320
4321 * cus-face.el (custom-face-attributes): Don't use `#''.
4322
4323 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
4324
4325 * cus-face.el (custom-face-attributes): Return underline
4326 face attribute directly from the second lambda of underline.
4327
4328 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4329
4330 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
4331
4332 * frame.el (after-setting-font-hooks): New variable.
4333 (set-frame-font): Run those hooks.
4334
4335 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
4336
4337 * faces.el (set-face-attribute): Fix doc string.
4338
4339 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4340
4341 * cus-face.el (custom-face-attributes): Accept color name.
4342
4343 * faces.el (face-underline-p): Accept unspecified underlining.
4344 (face-underline): Ditto. Fix doc string.
4345
4346 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
4347
4348 * faces.el (face-underline-color): New function.
4349
4350 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
4351
4352 * cus-face.el (custom-face-attributes): Support underline coloring.
4353 Added slot to choose a color.
4354
4355 * faces.el (face-underline): New function.
4356 (face-underline-p): Support underline coloring.
4357 Return nil only if the underline attribute is 'normal.
4358 (set-face-underline): New function.
4359 (face-valid-attribute-values): Support underline coloring.
4360
4361 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4362
4363 * image.el (insert-image): Use `display' instead of `glyph'
4364 as text property name.
4365 (put-image): Ditto.
4366 (image-type-from-file-header): Use insert-file-contents-literally.
4367
4368 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4369
4370 * easymenu.el (easy-menu-do-add-item): Don't use the empty
4371 string to indicate separators.
4372
4373 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4374
4375 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
4376 instead of message-log.
4377
4378 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4379
4380 * faces.el (bitmap-area): New face.
4381
4382 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4383
4384 * image.el (insert-image): New.
4385
4386 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4387
4388 * frame.el (blink-cursor): Set the symbol's value.
4389 (show-trailing-whitespace): Change group to font-lock.
4390
4391 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4392
4393 * jit-lock.el: New.
4394 * font-lock.el: Add jit-mode as new support mode.
4395
4396 * font-lock.el (font-lock-fontify-keywords-region): Stop when
4397 reaching end instead of letting re-search-forward signal an error.
4398 (demand-lock-mode): New.
4399 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
4400 (font-lock-turn-off-thing-lock): Ditto.
4401 (font-lock-after-fontify-buffer): Ditto.
4402 (font-lock-after-unfontify-buffer): Ditto.
4403
4404 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4405
4406 * gs.el: New file.
4407
4408 * startup.el (command-line-1): Activate tooltip mode if
4409 interactive.
4410
4411 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4412
4413 * faces.el (toolbar): Grey default background.
4414 (modeline): Ditto.
4415
4416 * image.el (image-type-regexps): New.
4417 (image-type-from-file-header): New.
4418 (create-image): Call it.
4419
4420 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4421
4422 * image.el: New file.
4423
4424 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4425
4426 * bindings.el (mode-line-format): Replace `mode-name' with
4427 `(:eval mode-line-mode-name)'.
4428 (mode-line-mode-name): New.
4429 (make-mode-line-mouse-sensitive): Don't change default value
4430 of `mode-name'.
4431
4432 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4433
4434 * tooltip.el: New file.
4435
4436 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4437
4438 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
4439 instead of mouse-3 to pop up menus.
4440 (mode-line-kill-buffer): Removed.
4441 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
4442 buffer name.
4443 (mode-line-buffer-menu-1): Removed.
4444
4445 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
4446
4447 * bindings.el (mode-line-buffer-identification-keymap): New.
4448 (mode-line-buffer-menu-keymap): New.
4449 (mode-line-mode-menu-keymap): New.
4450 (mode-line-unbury-buffer): New.
4451 (mode-line-other-buffer): New.
4452 (mode-line-kill-buffer): New.
4453 (mode-line-buffer-menu-1): New.
4454 (mode-line-mode-menu-1): New.
4455 (make-mode-line-mouse-sensitive): New.
4456
4457 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4458
4459 * help.el (describe-key-briefly): Handle mode line strings
4460 with local-map properties.
4461 (describe-key): Ditto.
4462 (mode-line-key-binding): New.
4463
4464 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4465
4466 * scroll-bar.el (scroll-bar-timer): New.
4467 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
4468
4469 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4470
4471 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
4472 and `bottom'.
4473
4474 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4475
4476 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
4477 (global): Use different key bindings if using tookit scroll bars.
4478
4479 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4480
4481 * faces.el (modeline): Define mode line face with relief for
4482 class color, only.
4483 (toolbar): New face.
4484
4485 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4486
4487 * frame.el (frame-initialize): Set frame-creation-function to
4488 tty-create-frame-with-faces.
4489
4490 * faces.el (frame-set-background-mode): Make it work for
4491 window-system nil.
4492
4493 * faces.el (tty-create-frame-with-faces): New.
4494 (face-set-after-frame-default): Make it work for TTY frames.
4495
4496 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4497
4498 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
4499 Return a list of one font family for TTYs. Don't return bitmap
4500 file paths for TTY frames.
4501
4502 * faces.el: Add face specs for tty displays to basic faces.
4503
4504 * font-lock.el (font-lock-comment-face): Add spec for color tty.
4505 (font-lock-string-face): Ditto.
4506 (font-lock-keyword-face): Ditto.
4507 (font-lock-builtin-face): Ditto.
4508 (font-lock-function-name-face): Ditto.
4509 (font-lock-variable-name-face): Ditto.
4510 (font-lock-type-face): Ditto.
4511 (font-lock-constant-face): Ditto.
4512 (font-lock-warning-face): Ditto.
4513
4514 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4515
4516 * startup.el (command-line): Register default tty colors.
4517
4518 * faces.el (face-spec-set-match-display): Recognize `type tty'.
4519
4520 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4521
4522 * faces.el (modeline): For X frames, use a modeline with relief.
4523
4524 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4525
4526 * faces.el (frame-update-faces): Copied from 20.2.
4527 (frame-update-face-colors): Ditto. Code removed that isn't
4528 applicable in the new face implementation.
4529
4530 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4531
4532 * frame.el (show-trailing-whitespace): New.
4533
4534 * faces.el (trailing-whitespace): New basic face.
4535
4536 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4537
4538 * cus-face.el (custom-facep): Always define as alias for facep.
4539
4540 * cus-face.el (custom-face-attributes): Use choice widgets.
4541 Remove :bold and :italic.
4542
4543 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4544
4545 * faces.el (face-charset-registries): Removed since fontset.el
4546 is no always loaded.
4547
4548 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4549
4550 * faces.el (internal-get-face): Added as obsolete function for
4551 compatibility.
4552
4553 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4554
4555 * frame.el (blink-cursor-end): Call show-cursor.
4556 (blink-cursor-mode): Ditto.
4557
4558 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4559
4560 * faces.el (face-spec-reset-face): Reset all attributes to
4561 `unspecified'.
4562 (face-spec-set): Use it.
4563
4564 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4565
4566 * faces.el (read-all-face-attributes): Bug fix.
4567 (face-read-integer): Allow nil default value.
4568 (face-valid-attribute-values): Use symbol names of attribute
4569 values for completion list.
4570
4571 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4572
4573 * faces.el (internal-find-face): Define for compatibility with
4574 20.2.
4575 (face-id): Likewise.
4576
4577 * faces.el (face-id): Return the ID of a realized face for ASCII.
4578
4579 * fontset.el (x-charset-registries): Removed. Now in faces.el.
4580 (x-complement-fontset-spec): Use face-charset-registries.
4581
4582 * faces.el (face-font-selection-order): Set font selection order
4583 from Lisp.
4584 (face-alternative-font-family-alist): Set alternative font
4585 families from Lisp.
4586
4587 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4588
4589 * faces.el (set-face-charset-registries): Set symbol value.
4590
4591 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4592
4593 * faces.el (face-set-after-frame-default): Call function
4594 internal-merge-in-global-face.
4595
4596 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4597
4598 * faces.el (face-list): Return symbols from face-global-alist.
4599
4600 * faces.el (face-list): Return a copy of the face name list so
4601 that it cannot be modified from outside (facemenu.el uses
4602 nreverse, for example).
4603
4604 * cus-face.el (custom-face-attributes): Add :bold and :italic
4605 for compatibility with old code.
4606
4607 * faces.el (set-face-attributes-from-resources): Additional
4608 frame parameter.
4609 (make-face-x-resource-internal): Set attributes from resources
4610 for a given frame or all frames.
4611
4612 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4613
4614 * faces.el (all-faces): Removed.
4615
4616 * custom.el (defface): Add new face attributes to function
4617 comment.
4618
4619 * font-lock.el (font-lock-comment-face): Use new face attribute
4620 names.
4621 (font-lock-string-face): Ditto.
4622 (font-lock-keyword-face): Ditto.
4623 (font-lock-builtin-face): Ditto.
4624 (font-lock-function-name-face): Ditto.
4625 (font-lock-variable-name-face): Ditto.
4626 (font-lock-type-face): Ditto.
4627 (font-lock-reference-face): Ditto.
4628 (font-lock-warning-face): Ditto.
4629 ((boundp 'font-lock-face-attributes)): Ditto.
4630
4631 * cus-face.el (custom-face-attributes): Use new face attributes.
4632
4633 * faces.el (set-face-attribute-from-resource): Initialize
4634 from resources only for X and W32.
4635
4636 * cus-face.el (custom-declare-face): Don't make frame-local
4637 faces.
4638
4639 * faces.el (describe-face): Use princ instead of insert.
4640
4641 * faces.el: Add XLFD manipulation functions from 20.2 again
4642 because fontset.el uses them.
4643 (face-set-after-frame-default): Add empty definition.
4644
4645 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4646
4647 * faces.el (make-face): Correct typo.
4648 (set-face-attribute-from-resource): Use let*.
4649 (face-underline-p): Correct typo.
4650 (face-inverse-video-p): Ditto.
4651 (set-face-stipple): Ditto.
4652 (face-read-string): Make completion-list optional parameter.
4653
4654 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4655
4656 * faces.el (face-charset-registries): Alist mapping charset
4657 symbols to registries and encoding.
4658
4659 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4660
4661 * frame.el (blink-cursor-mode): Use interactive spec "P".
4662
4663 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4664
4665 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
4666 mode. The cursor of selected_window blinks if the mode is enabled.
4667
4668 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4669
4670 * simple.el (next-history-element): Set point to the end of the
4671 prompt if minibuffer-prompt-in-buffer.
4672
4673 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4674
4675 * faces.el (x-font-regexp): Add sub-expression parentheses for
4676 several font name components.
4677
4678 1999-07-21 Gerd Moellmann <gerd@acm.org>
4679
4680 * faces.el (set-face-relief): Use index 12 for relief.
4681 (face-fill-in): Set relief from data.
4682 (internal-make-face): Init relief to zero.
4683
4684 * faces.el (face-spec-set): Call modify-face with additional
4685 parameters for relief and fixed-p.
4686
4687 1999-07-21 Gerd Moellmann <gerd@acm.org>
4688
4689 * cus-face.el: ':fixed and ':relief added.
4690
4691 * faces.el (describe-face): Add fixed font attribute and relief.
4692 (face-attr-match-p): Ditto.
4693 (face-attr-construct): Ditto.
4694 (face-spec-set): Ditto.
4695
4696 1999-07-21 Gerd Moellmann <gerd@acm.org>
4697
4698 * faces.el (internal-make-face): Function to create a Lisp vector
4699 suitable for representing a face.
4700 (make-face): Use it instead of make-vector.
4701 (x-create-frame-with-faces): Use it instead of vector.
4702 (internal-facep): Increase vector size to 14.
4703 (internal-make-face): Ditto.
4704 (face-relief): Access relief thickness.
4705 (face-fixed-p): Access fixed font attribute.
4706 (set-face-fixed-p): Set fixed font attribute.
4707 (set-face-relief): Set relief attribute.
4708 (internal-face-interactive-int): Read int attribute of face.
4709 (modify-face): Add fixed-p and relief parameters.
4710 (copy-face): Handle fixed-p and relief.
4711 (face-equal): Compare fixed-p and relief.
4712 (face-differs-from-default-p): Ditto.
4713 (face-nontrivial-p): Add fixed-p and relief.
4714
4715 1999-07-21 Gerd Moellmann <gerd@acm.org>
4716
4717 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
4718 (internal-facep): Increase vector size.
4719 (make-face): Ditto.
4720 (face-shadow-thickness): Added.
4721 (set-face-shadow-thickness): Added.
4722 (modify-face): Add optional shadow-thickness parameter.
4723 (make-face-x-resource-internal): Add shadows.
4724 (copy-face): Ditto.
4725 (face-equal): Ditto.
4726 (face-differs-from-default-p): Ditto.
4727 (face-nontrivial-p): Ditto.
4728 (face-attr-match-p): Ditto.
4729 (face-attr-construct): Ditto.
4730 (face-spec-set): Ditto.
4731 (face-fill-in): Ditto.
4732
4733 1999-07-21 Gerd Moellmann <gerd@acm.org>
4734
4735 * bench.el (bench-mark-split-window): New bench mark.
4736
4737 1999-07-21 Gerd Moellmann <gerd@acm.org>
4738
4739 * faces.el (set-face-font): Don't pass default font to
4740 x-resolve-font so that font will not have to be of the same
4741 size.
4742
4743 1999-07-20 Dave Love <fx@gnu.org>
4744
4745 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
4746 unconditionally t.
4747
4748 1999-07-20 Karl Heuer <kwzh@gnu.org>
4749
4750 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
4751
4752 1999-07-20 Dave Love <fx@gnu.org>
4753
4754 * help.el (describe-variable): Fix test for customizability.
4755
4756 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
4757 Check for readonly buffer in interactive spec.
4758 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
4759 (backward-kill-word): Add * to interactive spec.
4760
4761 * underline.el (underline-region, ununderline-region): Add * to
4762 interactive spec.
4763
4764 * fill.el (canonically-space-region, justify-current-line): Add *
4765 to interactive spec.
4766 (fill-region-as-paragraph, fill-paragraph, fill-region)
4767 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
4768 readonly buffer in interactive spec.
4769
4770 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
4771 (backward-kill-sentence, kill-sentence): Add * to interactive
4772 spec.
4773
4774 1999-07-19 Richard M. Stallman <rms@gnu.org>
4775
4776 * dired-aux.el (dired-do-shell-command): Doc fix.
4777
4778 * shell.el (shell-unquote-argument): New function.
4779 (shell-directory-tracker): Use shell-unquote-argument.
4780 * comint.el (comint-arguments): Handle \ followed by space or tab.
4781
4782 1999-07-19 John Wiegley <jwiegley@borland.com>
4783
4784 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
4785 color codes 39 and 49, which by the way lynx uses them seem to
4786 mean "foreground reset" and "background reset".
4787
4788 1999-07-19 Karl Heuer <kwzh@gnu.org>
4789
4790 * font-lock.el (c++-keywords): Add "typeid".
4791
4792 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
4793 selects no font, treat that as zero selections, not one.
4794
4795 1999-07-19 Dave Love <fx@gnu.org>
4796
4797 * info.el (Info-search): Don't lose with empty regexp.
4798
4799 * version.el: Cater for (free) `ident' program, not `which'.
4800
4801 * hl-line.el: New file.
4802
4803 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
4804 for modes which don't define menus.
4805
4806 1999-07-16 Richard M. Stallman <rms@gnu.org>
4807
4808 * webjump.el (webjump-sample-sites): Update some URLs.
4809
4810 1999-07-14 Richard Stallman <rms@gnu.org>
4811
4812 * Version 20.4 released.
4813
4814 1999-07-14 Andreas Schwab <schwab@gnu.org>
4815
4816 * compare-w.el (compare-windows): Try to find the next window in
4817 the current frame before looking at the other frames.
4818
4819 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
4820
4821 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
4822 Use cyrillic-jcuken as default input method.
4823
4824 1999-07-12 Richard Stallman <rms@gnu.org>
4825
4826 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
4827 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
4828
4829 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
4830 (ispell-local-dictionary-alist): Add koi8-r for character set.
4831
4832 * textmodes/flyspell.el (flyspell-get-word):
4833 Add special handling for when ispell-otherchars is empty.
4834
4835 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
4836
4837 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
4838 when having nested functons.
4839 (pascal-indent-nested-functions) (pascal-indent-line)
4840 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
4841 indenting nested functions.
4842
4843 1999-07-09 Richard Stallman <rms@gnu.org>
4844
4845 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
4846
4847 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
4848
4849 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
4850 the `end' keyword was in the very beginning of the buffer.
4851
4852 1999-07-08 Richard Stallman <rms@gnu.org>
4853
4854 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
4855
4856 * term.el (term-emulate-terminal): Avoid infinite loop
4857 in strange case where minibuffer window is selected but not active.
4858
4859 1999-07-07 Stephen Eglen <stephen@gnu.org>
4860
4861 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
4862 Change regexp so that it doesn't match commands beginning with `cd'.
4863
4864 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
4865
4866 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
4867
4868 1999-07-06 Richard Stallman <rms@gnu.org>
4869
4870 * hscroll.el (hscroll-minibuffer-hook): New function.
4871 (hscroll-global-mode): Add and remove that hook.
4872 Set hscroll-old-truncate-was-global's default value.
4873
4874 1999-07-05 Richard Stallman <rms@gnu.org>
4875
4876 * files.el (revert-buffer): Don't preserve point here.
4877 (revert-buffer-insert-file-contents-function): Doc fix.
4878
4879 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
4880
4881 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
4882 doing a `stat' when it isn't necessary because that can cause
4883 trouble when an NFS server is down.
4884
4885 1999-07-04 Richard Stallman <rms@gnu.org>
4886
4887 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
4888
4889 1999-07-03 Richard Stallman <rms@gnu.org>
4890
4891 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
4892 for \200...\240 also.
4893 (isearch-printing-char): Use unibyte-char-to-multibyte.
4894
4895 1999-07-02 Richard Stallman <rms@gnu.org>
4896
4897 * frame.el (minibuffer-frame-alist): Use defcustom.
4898 (pop-up-frame-alist): Likewise.
4899 (initial-frame-alist): Specify * in the doc string.
4900
4901 * hscroll.el (hscroll-mode): Make it a permanent local.
4902 (hscroll-mode): Don't cancel the timer
4903 if HScroll mode is enabled in some other buffer.
4904
4905 * isearch.el (isearch-done): If search ends in middle of intangible
4906 text (due to text property), move on to the limit of that text.
4907
4908 1999-07-01 Andrew Innes <andrewi@gnu.org>
4909
4910 * man.el (Man-build-man-command): Use value of null-device,
4911 instead of hard-coding "/dev/null".
4912
4913 * dos-w32.el (untranslated-canonical-name): Avoid expanding
4914 ange-ftp file names, which might force ange-ftp to prompt for a
4915 password.
4916
4917 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
4918 to prevent references to temp files.
4919
4920 1999-06-30 Richard Stallman <rms@gnu.org>
4921
4922 * progmodes/sh-script.el (sh-feature): If nothing is known
4923 about the given shell, use the values for `sh'.
4924
4925 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
4926
4927 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
4928 to make it non-recursive.
4929
4930 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
4931
4932 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4933
4934 * auto-show.el (auto-show-mode): Fix Typo in :set.
4935
4936 1999-06-29 Richard M. Stallman <rms@gnu.org>
4937
4938 * progmodes/sh-script.el (sh-mode): When setting syntax
4939 table, default to the standard one.
4940
4941 1999-06-27 Richard M. Stallman <rms@gnu.org>
4942
4943 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
4944
4945 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
4946
4947 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
4948 a frame when `return' is requested (even if pop-up-frames = t)
4949 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
4950 should only be set for the bibtex buffer.
4951
4952 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
4953
4954 * progmodes/compile.el: Deal with compilation-error-screen-columns
4955 being buffer-local.
4956
4957 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
4958
4959 * comint.el (comint-password-prompt-regexp): Allow "(again)".
4960
4961 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4962
4963 * cal-x.el (calendar-only-one-frame-setup): New function.
4964 * calendar.el (calendar): Call it if requested.
4965
4966 1999-06-24 Karl Heuer <kwzh@gnu.org>
4967
4968 * startup.el (iso-8859-n-locale-regexp): Doc fix.
4969
4970 1999-06-22 Richard M. Stallman <rms@gnu.org>
4971
4972 * mail/supercite.el (sc-emacs-features): Doc fix.
4973
4974 1999-06-22 Karl Heuer <kwzh@gnu.org>
4975
4976 * files.el (auto-mode-alist): Add pike-mode.
4977
4978 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
4979
4980 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
4981 last byte of a numeric field is a space or a NUL. Parse it as
4982 potentially part of the number. This is used by GNU tar
4983 1.12.64012 to handle larger values.
4984
4985 1999-06-20 Karl Heuer <kwzh@gnu.org>
4986
4987 * custom.el (custom-handle-keyword): Fix error message.
4988
4989 1999-06-18 Andrew Innes <andrewi@gnu.org>
4990
4991 * mail/smtpmail.el (smtpmail-send-it): Use
4992 convert-standard-filename to make file names for queued mail safe
4993 on Windows (`:' is invalid in file names on Windows).
4994
4995 1999-06-17 Kenichi Handa <handa@etl.go.jp>
4996
4997 * international/mule-cmds.el (describe-current-input-method):
4998 Current-input-method is string.
4999 (toggle-input-method): Docstring fixed.
5000
5001 * international/mule-diag.el
5002 (describe-current-coding-system-briefly): Fix format string.
5003
5004 * international/mule-util.el (coding-system-eol-type-mnemonic):
5005 Docstring modified. Return a string.
5006
5007 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
5008
5009 * sql.el (sql-input-ring-file-name): Doc fix.
5010
5011 1999-06-17 Richard M. Stallman <rms@gnu.org>
5012
5013 * calendar/cal-x.el (special-display-buffer-names):
5014 Don't put (get-file-buffer diary-file) on this list.
5015
5016 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
5017
5018 * play/mpuz.el (mpuz-try-proposal): Fix message call.
5019 Don't penalize player for certain impossible guesses.
5020
5021 1999-06-16 Andrew Innes <andrewi@gnu.org>
5022
5023 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
5024 return the string "Unk 0 0000" so at least it appears to be a
5025 valid timestamp to `dired-move-to-filename-regexp'.
5026
5027 1999-06-15 Ken'ichi Handa <handa@gnu.org>
5028
5029 * ps-print.el (ps-control-character): Fix previous change.
5030
5031 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5032
5033 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
5034 multiple output of the last message.
5035
5036 1999-06-14 Eli Zaretskii <eliz@gnu.org>
5037
5038 * term/internal.el (IT-display-table-setup): Do not remap \222 to
5039 the ASCII apostrophe, as most DOS codepages have some other glyph
5040 there.
5041
5042 1999-06-14 Ken'ichi Handa <handa@gnu.org>
5043
5044 * language/ethio-util.el (setup-ethiopic-environment-internal):
5045 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
5046 (exit-ethiopic-environment): Likewize.
5047
5048 1999-06-12 Richard M. Stallman <rms@gnu.org>
5049
5050 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
5051
5052 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5053
5054 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
5055 custom-initialize-default to avoid infinite loop.
5056 (crisp-mode): (defun) Call transient-mark-mode here, not when
5057 loading the file. Run crisp-mode-hook here, and run
5058 crisp-load-hook when loading the file.
5059
5060 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
5061 rmail-summary buffer, search for pattern in rmail-file.
5062
5063 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
5064
5065 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
5066
5067 * ps-print.el (ps-printer-name): Fix custom type.
5068
5069 1999-06-12 Reto Zimmermann <reto@synopsys.com>
5070
5071 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
5072 (vhdl-port-paste-generic-map): Fix indentation bug.
5073 (vhdl-port-paste-port-map): Fix indentation bug.
5074 (vhdl-scan-file-contents): Make scanning case insensitive.
5075
5076 1999-06-11 Richard M. Stallman <rms@gnu.org>
5077
5078 * files.el (write-file): When buffer is not already visiting a file,
5079 don't put buffer name in the minibuffer, just make it the default.
5080 Also handle just directory as arg usefully in that case.
5081
5082 * simple.el (sendmail-user-agent-compose):
5083 Ignore case when inserting the rest of the "other" headers.
5084
5085 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
5086
5087 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
5088 (info-lookup-interactive-arguments): Never insert the default
5089 into the minibuffer automatically.
5090
5091 * emacs-lisp/cl-extra.el (getf): Don't call get*.
5092
5093 1999-06-09 Richard M. Stallman <rms@gnu.org>
5094
5095 * simple.el (shell-command): Avoid printing "mark set" message.
5096
5097 1999-06-09 Dave Love <fx@gnu.org>
5098
5099 * progmodes/compile.el (compilation-error-regexp-alist): Allow
5100 digits in program name in first pattern.
5101
5102 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
5103
5104 * vc.el (vc-dired-mode): Don't match anything before the date in
5105 dired-move-to-filename-regexp.
5106
5107 1999-06-07 Ken'ichi Handa <handa@gnu.org>
5108
5109 * international/quail.el (quail-define-rules): Fix typo in
5110 docstring.
5111
5112 1999-06-05 Stephen Eglen <stephen@gnu.org>
5113
5114 * iswitchb.el (iswitchb-default-keybindings): Add
5115 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
5116 than when package is loaded.
5117
5118 1999-06-04 Richard M. Stallman <rms@gnu.org>
5119
5120 * startup.el (command-line): Don't set user-init-file directly;
5121 tell `load' to set it.
5122
5123 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
5124
5125 * simple.el (next-history-element):
5126 Handle minibuffer-text-before-history properly when reading sexps.
5127
5128 * disp-table.el (standard-display-european):
5129 For an interactive call by the user,
5130 don't set enable-multibyte-characters,
5131 and don't set the terminal coding system.
5132
5133 * textmodes/refbib.el: Don't print any messages or display
5134 a buffer when loading the library.
5135 (r2b-help): Doc fix.
5136 (r2b-help-message): Update the documentation.
5137 (r2b-load-quietly): Variable deleted.
5138 (r2b-convert-buffer): Doc fix.
5139
5140 1999-06-04 Dave Love <fx@gnu.org>
5141
5142 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
5143
5144 * auto-show.el: Don't change hooks on loading.
5145 (auto-show-mode): Autoload. Default to nil. Add :set &c.
5146 (auto-show-mode): Add to hooks here.
5147
5148 1999-06-04 Richard Sharman <rsharman@pobox.com>
5149
5150 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
5151 recursion on bogus input.
5152
5153 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
5154
5155 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
5156 does not select a buffer from the buffers menu, then the attached
5157 frame is not switched to anything.
5158
5159 1999-06-03 Ken'ichi Handa <handa@gnu.org>
5160
5161 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
5162 (viet-viscii-...->viet-vscii...).
5163
5164 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
5165
5166 1999-06-01 Dave Love <fx@gnu.org>
5167
5168 * progmodes/fortran.el: Add :link to defgroup.
5169 (fortran-blink-matching-if): Match ELSE statements too.
5170 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
5171 that filling is always done.
5172
5173 1999-05-31 Richard M. Stallman <rms@gnu.org>
5174
5175 * simple.el (append-next-kill): Use an arg to distinguish
5176 interactive calls from Lisp calls, rather than (interactive-p).
5177
5178 * international/iso-transl.el (iso-transl-language-alist):
5179 Interchange n and N.
5180
5181 1999-05-31 Dave Love <fx@gnu.org>
5182
5183 * msb.el Add to minor-mode-map-alist. Remove hook installation
5184 and keymap munging on load.
5185 (msb-mode): New option.
5186 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
5187 Doc fix.
5188 (msb-mode-map): New variable.
5189 (msb-mode): New command.
5190
5191 1999-05-31 Dave Love <fx@gnu.org>
5192
5193 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
5194 (ispell-complete-word-dict): Likewise.
5195
5196 1999-05-31 Eli Zaretskii <eliz@gnu.org>
5197
5198 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
5199 force the data buffer to be saved, even if the data didn't
5200 change, in case the write filter was modified. Restore the
5201 current record after read-file-filter finishes.
5202
5203 1999-05-29 Karl Heuer <kwzh@gnu.org>
5204
5205 * ispell4.el: Obsolete; file deleted.
5206
5207 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
5208
5209 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
5210 VALUE is a syntax table.
5211
5212 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
5213
5214 * simple.el (zap-to-char): Doc fix.
5215
5216 1999-05-27 Ken'ichi Handa <handa@gnu.org>
5217
5218 * isearch.el (isearch-quote-char): Don't assume character codes
5219 0200 - 0237 stand for characters in some single-byte character
5220 charset.
5221
5222 1999-05-27 Dave Love <fx@gnu.org>
5223
5224 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
5225
5226 1999-05-27 Andreas Schwab <schwab@gnu.org>
5227
5228 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
5229 headerline does not exist already.
5230
5231 1999-05-26 Richard Stallman <rms@gnu.org>
5232
5233 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5234 Avoid nested null-loops.
5235
5236 1999-05-26 Ken'ichi Handa <handa@gnu.org>
5237
5238 * international/characters.el: Typo fixed; prefered->preferred.
5239
5240 * international/mule-cmds.el (find-coding-systems-for-charsets):
5241 Typo fixed; prefered->preferred.
5242
5243 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
5244 method in read-event.
5245
5246 * international/mule.el (charset-info): Doc-string fixed.
5247
5248 1999-05-25 Ken'ichi Handa <handa@gnu.org>
5249
5250 * mail/smtpmail.el (smtpmail-send-it): Bind
5251 smtpmail-code-conv-from properly.
5252 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
5253 by smtpmail-code-conv-from.
5254
5255 1999-05-24 Richard Stallman <rms@gnu.org>
5256
5257 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
5258 Binding deleted also.
5259
5260 1999-05-24 Karl Heuer <kwzh@gnu.org>
5261
5262 * comint.el (comint-bol-or-process-mark): Doc fix.
5263
5264 1999-05-23 Dave Love <fx@gnu.org>
5265
5266 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
5267 Enter it on minor-mode-map-alist.
5268 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
5269 Autoload. Add custom setter.
5270 (crisp-mark-line): Doc fix.
5271 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
5272 (crisp-mode-hook): Define.
5273
5274 1999-05-23 Ken'ichi Handa <handa@gnu.org>
5275
5276 * files.el (recover-file): Recover buffer-file-coding-system.
5277
5278 1999-05-22 Richard Stallman <rms@gnu.org>
5279
5280 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
5281 regexp match the date, to avoid treating date as file size.
5282 Add YYYY S option to WESTERN/
5283
5284 * bookmark.el: Delete some XEmacs compatibility code.
5285 (bookmark-jump-noselect): Check vc-backend.
5286
5287 * subr.el (add-to-list): Doc fix.
5288
5289 1999-05-21 Stephen Eglen <stephen@gnu.org>
5290
5291 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
5292
5293 1999-05-18 Richard Stallman <rms@gnu.org>
5294
5295 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
5296 non-space after the @anchor command.
5297 (texinfo-format-var): Handle other nested constructs, using
5298 texinfo-parse-expanded-arg and texinfo-discard-command, not
5299 texinfo-parse-arg-discard.
5300
5301 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
5302 (debug): Bind and use debugger-outer-inhibit-redisplay.
5303 Bind inhibit-redisplay to nil.
5304 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
5305
5306 1999-05-17 Dave Love <fx@gnu.org>
5307
5308 * help.el (describe-function-1): Extra arg, interactive-p.
5309 (describe-key, describe-function): Use it.
5310
5311 1999-05-17 Karl Heuer <kwzh@gnu.org>
5312
5313 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
5314
5315 1999-05-16 Dave Love <fx@gnu.org>
5316
5317 * cus-start.el (all): Delete selective-display. Add scroll-margin,
5318 scroll-preserve-screen-position, scroll-conservatively.
5319
5320 1999-05-16 Dave Love <fx@gnu.org>
5321
5322 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
5323
5324 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
5325
5326 * progmodes/vhdl-mode.el: Completely revised and massively extended.
5327
5328 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
5329
5330 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
5331 magic number and is not associated with a file.
5332
5333 1999-05-14 Richard M. Stallman <rms@gnu.org>
5334
5335 * files.el (find-file-noselect-1): Fix previous change.
5336
5337 1999-05-14 Simon Marshall <simon@gnu.org>
5338
5339 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
5340
5341 1999-05-13 Ken'ichi Handa <handa@gnu.org>
5342
5343 * international/mule-diag.el (mule-diag): Change MULE to Mule in
5344 docstring.
5345
5346 * international/mule-cmds.el: Change MULE to Mule in docstrings
5347 and menus.
5348
5349 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
5350
5351 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
5352 to correctly reflect the value of BaseLineOffset in
5353 RelativeCompose. Now the value of RelativeCompose is an array of
5354 low and high positions.
5355 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
5356 RLC for the above change.
5357
5358 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
5359
5360 * comint.el (comint-password-prompt-regexp): Modified to match the
5361 output of ksu and ssh-add.
5362
5363 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
5364
5365 * language/korea-util.el (isearch-toggle-korean-input-method):
5366 Adjusted for the change of input method handling in isearch.el.
5367 (isearch-hangul-switch-symbol-ksc): Likewise.
5368 (isearch-hangul-switch-hanja): Likewise.
5369
5370 1999-05-10 Dave Love <fx@gnu.org>
5371
5372 * help.el (help-make-xrefs): Fix typo.
5373
5374 1999-05-10 Andreas Schwab <schwab@gnu.org>
5375
5376 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
5377 unibyte-display-via-language-environment.
5378
5379 * help.el (help-make-xrefs): Handle more cases when looking for
5380 commands in a keymap description.
5381
5382 1999-05-10 Eli Zaretskii <eliz@gnu.org>
5383
5384 * loadup.el: For ms-dos systems, load ccl and codepage.
5385
5386 1999-05-09 Ken'ichi Handa <handa@gnu.org>
5387
5388 * ps-print.el (ps-control-character): Call
5389 ps-mule-prepare-ascii-font to setup ASCII fonts.
5390
5391 * ps-mule.el (ps-mule-begin-job): Redo this change "if
5392 ps-multibyte-buffer is nil, use
5393 ps-mule-font-info-database-default."
5394
5395 1999-05-08 Ken Stevens <k.stevens@ieee.org>
5396
5397 * ispell.el (ispell-local-dictionary-alist): New variable for
5398 customizing local dictionaries not accessable by everyone.
5399 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
5400 (ispell-required-version): Changed format `(major minor
5401 revision)' to support general pattern matching.
5402 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
5403 skip region commented out due to incorrect skip potential in std latex.
5404 (ispell-word): Removed `when' macro. Fixed bug of not restoring
5405 cursor point on small words for calls from `ispell-minor-mode'.
5406 (check-ispell-version): Tests and accepts versions major.minor
5407 and above, with adjustments for interactions in 3.1.0-3.1.11.
5408 (ispell-get-line): No longer skips ispell process special characters.
5409 (ispell-comments-and-strings): Removed `when' macro call.
5410 (ispell-minor-check): Requires ispell-word to restore cursor point.
5411 (ispell-buffer-local-parsing): Supports checking comments only.
5412
5413 1999-05-08 Karl Heuer <kwzh@gnu.org>
5414
5415 * comint.el (comint-password-prompt-regexp): Fix last change to be
5416 more specific.
5417
5418 1999-05-07 Richard M. Stallman <rms@gnu.org>
5419
5420 * subr.el (with-temp-message): Fix the other call to message
5421 to use %s.
5422
5423 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
5424
5425 * gud.el (gud-format-command): "%F" means file sans extension.
5426 (jdb): Use %F, not %f, for gud-break.
5427
5428 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
5429
5430 * comint.el (comint-password-prompt-regexp): Modified so that it
5431 matches the output of kinit.
5432
5433 1999-05-06 Greg Stark <gsstark@mit.edu>
5434
5435 * timezone.el (timezone-parse-date): Recognize new format used in
5436 internet cookies.
5437
5438 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
5439
5440 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
5441
5442 1999-05-04 Andrew Innes <andrewi@gnu.org>
5443
5444 * time.el (display-time-update): Allow for wrap-around when
5445 checking against display-time-server-down-time.
5446
5447 1999-05-04 Ken'ichi Handa <handa@gnu.org>
5448
5449 * international/mule-diag.el (describe-coding-system): Fix English
5450 message.
5451
5452 1999-05-03 Jason Rumney <jasonr@altavista.net>
5453
5454 * term/w32-win.el: Change the x-charset-registry property for the
5455 Japanese charsets that are supported by Japanese Windows fonts.
5456
5457 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5458
5459 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
5460 diary-block diary entries for which the reminders and the diary
5461 entries can overlap.
5462
5463 1999-05-02 Jason Rumney <jasonr@altavista.net>
5464
5465 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
5466 matches the font selected in the dialog.
5467
5468 1999-05-02 Dave Love <fx@gnu.org>
5469
5470 * browse-url.el (browse-url-browser-function): Add :version.
5471
5472 * international/mule.el (auto-coding-alist): Add .tgz.
5473
5474 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
5475
5476 * international/codepage.el (cp-coding-system-for-codepage-1):
5477 Make the magnification parameter for the -dos encoder be 2.
5478
5479 1999-05-2 Andrew Innes <andrewi@gnu.org>
5480
5481 * term/w32-win.el (w32-drag-n-drop): Select file in window where
5482 it is dropped, rather than current window.
5483
5484 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
5485 after switching buffer, as case-fold-search is a buffer local
5486 variable.
5487
5488 * w32-fns.el (convert-standard-filename): Only convert directory
5489 separators to backslash if the interactive shell is one of the
5490 standard Windows shells that has DOS semantics.
5491
5492 * ls-lisp.el (ls-lisp-format-time): Trap errors from
5493 format-time-string, and return a suitable string to indicate the
5494 timestamp was invalid.
5495
5496 * hexl.el (hexlify-command): Apply shell-quote-argument after
5497 expanding hexl-program in case exec-directory contains a space.
5498 (dehexlify-command): Ditto.
5499
5500 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
5501 file extension regexps which aren't necessarily binary files.
5502 (direct-print-region-helper): Use subst-char-in-string instead of
5503 binding directory-sep-char to convert filenames to DOS syntax.
5504 (direct-print-region-use-command-dot-com): New variable.
5505 (direct-print-region-helper): Use it to control whether to invoked
5506 command.com to print on Windows 9x.
5507
5508 * browse-url.el (browse-url-browser-function): Default to
5509 browse-url-default-windows-browser on windows-nt.
5510 (browse-url-default-windows-browser): New function.
5511
5512 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5513
5514 * forms.el (forms-mode): Don't call forms-first-record or
5515 forms-last-record if the data file has zero records.
5516
5517 1999-04-29 Richard M. Stallman <rms@gnu.org>
5518
5519 * files.el (find-file-noselect-1): If buffer-file-name has changed
5520 after find-file-not-found-hooks runs, recompute the truename.
5521 And don't use FILENAME after that point.
5522
5523 1999-04-27 Dave Love <fx@gnu.org>
5524
5525 * paren.el (show-paren-mode)
5526 * which-func.el (which-func-mode-global)
5527 * type-break.el (type-break-mode)
5528 * time.el (display-time-mode)
5529 * rsz-mini.el (resize-minibuffer-mode)
5530 * mouse-sel.el (mouse-sel-mode)
5531 * icomplete.el (icomplete-mode)
5532 * hscroll.el (hscroll-global-mode)
5533 * help.el (temp-buffer-resize-mode)
5534 * font-lock.el (global-font-lock-mode)
5535 * delsel.el (delete-selection-mode)
5536 * avoid.el (mouse-avoidance-mode)
5537 * autoinsert.el (auto-insert-mode)
5538 * winner.el (winner-mode): Doc fix.
5539
5540 1999-04-26 Karl Heuer <kwzh@gnu.org>
5541
5542 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
5543 the same whitespace that was ignored in choosing the subject string.
5544
5545 1999-04-26 Richard M. Stallman <rms@gnu.org>
5546
5547 * info.el (Info-find-node): Position properly after finding anchor.
5548
5549 * cus-start.el (all): Handle unibyte-display-via-language-environment.
5550
5551 * simple.el (indent-new-comment-line): Fix previous change.
5552
5553 * complete.el: Delete the wildcard expansion feature
5554 since that is now standard in find-file.
5555 (PC-try-load-many-files): Function deleted.
5556 (PC-after-load-many-files): Function deleted.
5557 (PC-many-files-list): Variable deleted.
5558 (PC-disable-wildcards): Variable deleted.
5559 (partial-completion-mode): Don't enable the wildcard feature.
5560
5561 * complete.el (PC-look-for-include-file): Don't set global variables
5562 `error', `buf' and `filename' here.
5563
5564 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
5565
5566 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
5567
5568 * textmodes/outline.el (outline-regexp): Doc fix.
5569
5570 1999-04-26 John Wiegley <johnw@borland.com>
5571
5572 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5573 C++Builder 4.0 error message syntax.
5574
5575 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
5576
5577 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
5578 supported, use find -exec.
5579
5580 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
5581
5582 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
5583 coding-system-for-write, to avoid hanging when non-interactive.
5584
5585 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
5586
5587 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
5588 start with a newline.
5589
5590 1999-04-13 Ken'ichi Handa <handa@gnu.org>
5591
5592 * international/mule-conf.el (x-ctext): New coding system.
5593
5594 1999-04-12 Richard M. Stallman <rms@gnu.org>
5595
5596 * international/mule-cmds.el (input-method-function):
5597 Add permanent-local property.
5598
5599 1999-04-12 Dave Love <fx@gnu.org>
5600
5601 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
5602 change to use jka-compr-byte-compiler-base-file-name.
5603
5604 * supercite.el (sc-scan-info-alist): Revert last change.
5605 (sc-attrib-selection-list): Fix :type here instead.
5606
5607 1999-04-11 Eli Zaretskii <eliz@gnu.org>
5608
5609 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
5610 in the list of case-insensitive filesystems.
5611
5612 1999-04-09 Kenichi Handa <handa@etl.go.jp>
5613
5614 * international/fontset.el (create-fontset-from-fontset-spec):
5615 Don't register duplicated alias fontset names.
5616
5617 1999-04-08 Richard Stallman <rms@gnu.org>
5618
5619 * international/mule.el (auto-coding-alist-lookup): New function.
5620 (set-auto-coding): Use auto-coding-alist-lookup.
5621
5622 * jka-compr.el (jka-compr-insert-file-contents):
5623 Use auto-coding-alist-lookup to check for files that
5624 should not have eol conversion, in the unibyte case.
5625
5626 1999-04-07 Dave Love <fx@gnu.org>
5627
5628 * help.el (describe-variable): Check custom-loads property as well
5629 as custom-type.
5630
5631 * abbrev.el (abbrev-mode): Customizing sets the default value.
5632
5633 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
5634
5635 * vc.el (vc-backend-revert): For CVS files that were made
5636 writeable with "cvs edit", call "cvs unedit" to undo that.
5637
5638 1999-04-08 Dave Love <fx@gnu.org>
5639
5640 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
5641 more.
5642 (sc-emacs-features): Recognize Emacs 20.
5643 (sc-read-string): Use history arg.
5644 (sc-scan-info-alist): Check for rtnvalue a cons.
5645
5646 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
5647
5648 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
5649 coding system to encode the message by
5650 select-message-coding-system.
5651
5652 1999-04-07 Richard Stallman <rms@gnu.org>
5653
5654 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
5655
5656 * winner.el: Reorder definitions.
5657
5658 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
5659
5660 * mail/rmail.el (rmail-decode-babyl-format):
5661 Undo previous change.
5662
5663 1999-04-06 Richard Stallman <rms@gnu.org>
5664
5665 * info.el (Info-find-node): Check for an anchor at the
5666 proper place, before reading an indirect file.
5667
5668 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
5669
5670 * jka-compr.el (jka-compr-insert-file-contents):
5671 Use raw-text-unix when we want no conversion.
5672
5673 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
5674
5675 * timezone.el (timezone-parse-date): Corrected regexp for
5676 style (5) date format so that tenths of seconds are optional.
5677
5678 1999-04-05 Eli Zaretskii <eliz@gnu.org>
5679
5680 * term/internal.el (dos-cpNNN-setup): New function, with the guts
5681 of dos-codepage-setup.
5682 (cjk-codepages-alist): New variable, an alist of Far-Eastern
5683 codepages for which there's no need to set up cpNNN coding
5684 systems.
5685 (dos-codepage-setup): Support Far-Eastern DOS terminals.
5686
5687 1999-04-05 Richard Stallman <rms@gnu.org>
5688
5689 * mail/rmail.el (rmail-ignored-headers): Doc fix.
5690
5691 1999-04-02 Richard Stallman <rms@gnu.org>
5692
5693 * progmodes/compile.el (compilation-handle-exit): Do right thing
5694 if (car status) doesn't end in a newline.
5695
5696 1999-04-01 Dave Love <fx@gnu.org>
5697
5698 * progmodes/sql.el (SQL): Add defgroup :version.
5699
5700 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5701
5702 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
5703 buffer-file-coding-system. If the coding system used is raw-text,
5704 etc., make the *Compiler Input* buffer unibyte.
5705
5706 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
5707
5708 * loadup.el: Don't write the fns-...el file if not dumping.
5709
5710 1999-03-31 Dave Love <fx@gnu.org>
5711
5712 * snmp-mode.el (snmp): Fix defgroup :version.
5713
5714 * hilit-chg.el (highlight-changes): Add defgroup :version.
5715
5716 1999-03-31 Andreas Schwab <schwab@gnu.org>
5717
5718 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
5719 the gnus-save-hidden-threads macro.
5720
5721 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
5722
5723 * faces.el (face-set-after-frame-default): Obey the
5724 `customized-face' for new faces.
5725
5726 1999-03-30 Dave Love <fx@gnu.org>
5727
5728 * international/mule-cmds.el (current-language-environment): Doc fix.
5729 * abbrev.el (abbrev-mode): Doc fix.
5730 * autoinsert.el (auto-insert-mode): Doc fix.
5731 * complete.el (partial-completion-mode): Doc fix.
5732 * avoid.el (mouse-avoidance-mode): Doc fix.
5733 * delsel.el (delete-selection-mode): Doc fix.
5734 * font-lock.el (global-font-lock-mode): Doc fix.
5735 * help.el (temp-buffer-resize-mode): Doc fix.
5736 * hscroll.el (hscroll-global-mode): Doc fix.
5737 * icomplete.el (icomplete-mode): Doc fix.
5738 * mouse-sel.el (mouse-sel-mode): Doc fix.
5739 * paren.el (show-paren-mode): Doc fix.
5740 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
5741 * time.el (display-time-mode): Doc fix.
5742 * type-break.el (type-break-mode): Doc fix.
5743 * which-func.el (which-func-mode-global): Doc fix.
5744 * winner.el (winner-mode): Doc fix.
5745
5746 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
5747
5748 * wid-edit.el (widget-before-change): Signal text-read-only rather
5749 than an ordinary error.
5750
5751 1999-03-30 Richard M. Stallman <rms@gnu.org>
5752
5753 * repeat.el: Don't require advice.
5754 (repeat): Do function-indirection in check for kbd macro.
5755 In self-insert case, use the *last* char in INSERTION.
5756
5757 1999-03-30 Karl Heuer <kwzh@gnu.org>
5758
5759 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
5760
5761 1999-03-29 Andreas Schwab <schwab@gnu.org>
5762
5763 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
5764 comint-input-filter-functions. Make variables related to shell
5765 directory tracking local.
5766
5767 1999-03-26 Andreas Schwab <schwab@gnu.org>
5768
5769 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
5770
5771 * simple.el (shell-command-on-region): Cope with exit-status being
5772 nil, which happens if call-process-region was interrupted.
5773
5774 1999-03-26 Richard M. Stallman <rms@gnu.org>
5775
5776 * simple.el (indent-new-comment-line): Handle use at a point
5777 after a comment-end. Handle multiple comments.
5778
5779 * mail/rmail.el (rmail-decode-babyl-format):
5780 To prevent locking, bind buffer-file-name to nil.
5781
5782 1999-03-26 Karl Fogel <kfogel@red-bean.com>
5783
5784 * mail-hist.el (mail-hist-current-header-name): Don't make
5785 off-by-one-error when determining if in message body.
5786
5787 1999-03-25 Andrew Innes <andrewi@gnu.org>
5788
5789 * w32-fns.el (set-default-process-coding-system): Copied from
5790 dos-w32.el, but modified to use Unix line endings for process
5791 input, and to add a suitable entry to process-coding-system-alist
5792 for DOS shells.
5793
5794 * dos-fns.el (set-default-process-coding-system): Copied from
5795 dos-w32.el.
5796
5797 * dos-w32.el (set-default-process-coding-system): Move function to
5798 dos-fns.el; a different version is used in w32-fns.el.
5799
5800 1999-03-24 Dave Love <fx@gnu.org>
5801
5802 * info.el (Info-directory-list): Revert change to re-writing
5803 Info-default-directory-list, but put `alternative' first.
5804 (Info-insert-dir): Modify selecting the top dir file as a consequence.
5805
5806 1999-03-23 Simon Marshall <simon@gnu.org>
5807
5808 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
5809 on the line by itself.
5810 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
5811 it is not in a declarative context.
5812
5813 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
5814
5815 * cus-edit.el (custom-variable-prompt): Allow customization of
5816 autoloaded symbols.
5817
5818 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
5819
5820 * simple.el (what-cursor-position): Don't cause error when point
5821 is at invalid multibyte sequence.
5822
5823 1999-03-21 Karl Heuer <kwzh@gnu.org>
5824
5825 * complete.el (partial-completion-mode): Doc fix.
5826
5827 1999-03-19 Richard M. Stallman <rms@gnu.org>
5828
5829 * progmodes/cplus-md.el (old-c++): Remove :group.
5830
5831 * progmodes/c-mode.el (old-c): Remove :group.
5832
5833 1999-03-18 Simon Marshall <simon@gnu.org>
5834
5835 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
5836 (java-font-lock-keywords-2): Added "strictfp" keyword.
5837
5838 1999-03-17 Jason Rumney <jasonr@altavista.net>
5839
5840 * w32-fns.el (set-w32-system-coding-system) New function.
5841 (w32-system-coding-system) Initialize to 'iso-latin-1.
5842
5843 1999-03-17 Eli Zaretskii <eliz@gnu.org>
5844
5845 * international/mule-cmds.el (set-language-environment): Fix
5846 previous change: don't use dos-codepage when unbound.
5847
5848 1999-03-17 Karl Heuer <kwzh@gnu.org>
5849
5850 * calendar/appt.el (appt-make-list): Fix previous change.
5851
5852 1999-03-16 Richard M. Stallman <rms@gnu.org>
5853
5854 * window.el (shrink-window-if-larger-than-buffer):
5855 Don't try to redisplay with the cursor at the end
5856 on its own line--that would force a scroll and spoil things.
5857
5858 1999-03-16 Eli Zaretskii <eliz@gnu.org>
5859
5860 * international/mule-cmds.el (set-language-environment): Don't use
5861 cpNNN-nonascii-translation-table if it is unbound.
5862
5863 * term/internal.el (dos-codepage-setup): Compute the unibyte
5864 syntax table and bind unibyte-display-via-language-environment
5865 here, rather than at top level, so that resetting to unibyte in
5866 .emacs works as expected.
5867
5868 1999-03-15 Simon Marshall <simon@gnu.org>
5869
5870 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
5871
5872 1999-03-14 Milan Zamazal <pdm@pvt.net>
5873
5874 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
5875
5876 1999-03-14 Kenichi Handa <handa@etl.go.jp>
5877
5878 * international/mule-util.el (detect-coding-with-priority):
5879 Restore the internal database.
5880
5881 1999-03-14 Stephen Eglen <stephen@gnu.org>
5882
5883 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
5884 if mail-from-style has invalid value.
5885
5886 1999-03-12 Karl Heuer <kwzh@gnu.org>
5887
5888 * vc.el (vc-delete-logbuf-window): New var.
5889 (vc-finish-logentry): Use it.
5890
5891 1999-03-12 Richard M. Stallman <rms@gnu.org>
5892
5893 * startup.el (command-line-1): Improve startup msg.
5894
5895 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
5896
5897 * speedbar.el: Added commentary about stealthy functions.
5898 (speedbar-message) new function.
5899 (speedbar-y-or-n-p): New function
5900 (speedbar-with-attached-buffer) Moved macro before reference.
5901 Now uses `save-selected-window'.
5902 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
5903 speedbar-generic-item-info, speedbar-item-info-file-helper,
5904 speedbar-item-delete, speedbar-insert-generic-list,
5905 speedbar-timer-fn, speedbar-check-vc-this-line,
5906 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
5907 speedbar-buffers-item-info) Use speedbar-message.
5908 (speedbar-item-info) Limit `message-log-max'.
5909 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
5910 speedbar-item-delete, speedbar-item-object-delete,
5911 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
5912
5913 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
5914
5915 * server.el (server-start): Set coding system for the server
5916 process to raw-text.
5917 (server-process-filter): Decode file names if necessary.
5918
5919 1999-03-12 Dave Love <fx@gnu.org>
5920
5921 * textmodes/fill.el (sentence-end-double-space): Doc fix.
5922
5923 * textmodes/paragraphs.el (sentence-end): Doc fix.
5924
5925 1999-03-11 Karl Heuer <kwzh@gnu.org>
5926
5927 * comint.el (comint-password-prompt-regexp): Accept "login password:"
5928
5929 1999-03-09 Karl Heuer <kwzh@gnu.org>
5930
5931 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
5932 (ispell-dictionary-alist-2): Likewise.
5933 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
5934 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
5935 (ispell-dictionary-alist): Build from six pieces, not just two.
5936
5937 * ps-bdf.el (bdf-directory-list): Doc fix.
5938
5939 * enriched.el (enriched-mode): Make var permanent-local.
5940
5941 1999-03-09 Dave Love <fx@gnu.org>
5942
5943 * textmodes/sgml-mode.el (html-mode): Use
5944 sentence-end-double-space when setting sentence-end.
5945
5946 1999-03-09 Ken'ichi Handa <handa@gnu.org>
5947
5948 * language/thai.el (tis-620): New alias coding system for thai-tis620.
5949
5950 1999-03-08 Felix Lee <flee@cygnus.com>
5951
5952 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
5953
5954 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
5955
5956 1999-03-08 Karl Heuer <kwzh@gnu.org>
5957
5958 * dired-aux.el (dired-do-copy-regexp): Doc fix.
5959 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5960
5961 * dired.el (dired-do-copy-regexp): Doc fix.
5962 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5963
5964 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
5965
5966 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
5967
5968 1999-03-08 Jason Rumney <jasonr@altavista.net>
5969
5970 * international/codepage.el (cp1250-decode-table)
5971 (cp1251-decode-table, cp1253-decode-table)
5972 (cp1257-decode-table): New translation tables for MS Windows codepages.
5973 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
5974
5975 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
5976
5977 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
5978
5979 1999-03-07 Eli Zaretskii <eliz@gnu.org>
5980
5981 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
5982
5983 * term/internal.el (top level): Display character 255 as 8bit as well.
5984
5985 1999-03-06 Dave Love <fx@gnu.org>
5986
5987 * progmodes/cc-cmds.el (c-outline-level): Bind
5988 buffer-invisibility-spec.
5989
5990 * progmodes/c-mode.el (c-outline-level): Likewise.
5991
5992 * progmodes/ada-mode.el (ada-outline-level): Likewise.
5993
5994 1999-03-05 Felix Lee <flee@cygnus.com>
5995
5996 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
5997
5998 1999-03-05 Richard M. Stallman <rms@gnu.org>
5999
6000 * bindings.el (complete-symbol): Invert meaning of prefix arg.
6001
6002 1999-03-05 Andrew Innes <andrewi@gnu.org>
6003
6004 * w32-fns.el (convert-standard-filename): Convert directory
6005 separators to Windows format.
6006
6007 1999-03-05 Andreas Schwab <schwab@gnu.org>
6008
6009 * international/skkdic-cnv.el: Provide skkdic-cnv.
6010 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
6011 (batch-skkdic-convert): Doc fix.
6012
6013 1999-03-04 Dave Love <fx@gnu.org>
6014
6015 * custom.el (custom-set-variables): Protect against setter errors.
6016
6017 1999-03-04 Eli Zaretskii <eliz@gnu.org>
6018
6019 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
6020 the file sizes from overflowing.
6021 (ls-lisp-format): If file size is a float, use %8.0f to print it.
6022 Under -s, print the size in blocks with %4.0f, in case they have
6023 a *really* huge file.
6024
6025 1999-03-03 Dave Love <fx@gnu.org>
6026
6027 * options.el (edit-options): Doc fix.
6028 (list-options): Don't lose with unbound symbols. Maintain
6029 Edit-options-mode.
6030
6031 1999-03-01 Dave Love <fx@gnu.org>
6032
6033 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
6034
6035 1999-02-28 Richard M. Stallman <rms@gnu.org>
6036
6037 * ispell.el (ispell-dictionary-alist-override): New variable.
6038 (ispell-dictionary-alist): Don't setq it,
6039 if ispell-dictionary-alist-override is set.
6040
6041 * simple.el (shell-command-default-error-buffer): Renamed from
6042 shell-command-on-region-default-error-buffer.
6043 (shell-command-on-region): Mention in echo area when there
6044 is some error output. Mention success or failure, too.
6045 Accumulate multiple error outputs
6046 going forward, with formfeed in between. Display the error buffer
6047 when we have put something in it.
6048 (shell-command): Add the ERROR-BUFFER argument feature.
6049
6050 1999-02-28 Karl Heuer <kwzh@gnu.org>
6051
6052 * mail/mh-utils.el (mh-lib): Doc fix.
6053 (mh-lib-progs, mh-nmh-p): New vars.
6054 (mh-find-progs): Set mh-lib-progs along with other vars.
6055 (mh-path-search): New arg FUNC-P; if specified, use that instead
6056 of mh-file-command-p.
6057 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
6058
6059 * mail/mh-comp.el (mh-repl-formfile): New var.
6060 (mh-smail-batch): Don't ignore all arguments.
6061 (mh-reply): Do the right thing when using nmh.
6062
6063 1999-02-27 Kenichi Handa <handa@etl.go.jp>
6064
6065 * international/mule-cmds.el (select-safe-coding-system): Be sure
6066 to show a buffer being decoded.
6067
6068 1999-02-26 Ken'ichi Handa <handa@gnu.org>
6069
6070 * ps-bdf.el (bdf-directory-list): Initialize it to
6071 '("/usr/local/share/emacs/fonts/bdf").
6072
6073 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6074
6075 * ps-print.el: PostScript programming fix.
6076 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
6077 setpagedevice operator).
6078
6079 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6080
6081 * ps-print.el: Doc fix, font size specifies landscape and portrait
6082 sizes.
6083 (ps-print-version): New version number (4.1.4).
6084 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
6085 Specifies landscape and portrait sizes.
6086 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
6087 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
6088 fix.
6089 (ps-get-font-size): New fun.
6090 (ps-font-size-internal, ps-header-font-size-internal)
6091 (ps-header-title-font-size-internal): New vars.
6092
6093 * ps-mule.el: Change of ps-print font size variable name.
6094 (ps-mule-generate-font): Fun fix.
6095 (ps-mule-begin-job): Programming uniformization.
6096
6097 1999-02-25 Dave Love <fx@gnu.org>
6098
6099 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
6100 (help-make-xrefs): Do Info case first.
6101
6102 * repeat.el: Don't require advice.
6103 (repeat-last-kill-command): Variable deleted.
6104
6105 1999-02-25 Richard Stallman <rms@gnu.org>
6106
6107 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
6108 case just because the current buffer is the output buffer.
6109
6110 1999-02-25 Kenichi Handa <handa@etl.go.jp>
6111
6112 * simple.el (what-cursor-position): To show the character's
6113 encoding, use encoded-string-description instead of information
6114 of chaset-origin-alist.
6115
6116 * international/mule-cmds.el (iso-2022-control-alist): New variable.
6117 (encoded-code-description): New function.
6118 (encoded-string-description): New function.
6119 (encode-coding-char): New function.
6120
6121 1999-02-25 Andrew Innes <andrewi@gnu.org>
6122
6123 * startup.el (command-line) [windows-nt]: Fix typo in regexp
6124 checking for .emacs[.el[c]].
6125
6126 1999-02-24 Richard Stallman <rms@gnu.org>
6127
6128 * help.el (describe-function-1): Don't print a whole lambda-function.
6129
6130 1999-02-23 Ken'ichi Handa <handa@gnu.org>
6131
6132 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
6133 inputting ?\240.
6134
6135 1999-02-23 Karl Heuer <kwzh@gnu.org>
6136
6137 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
6138
6139 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
6140 (clean-buffer-list-kill-buffer-names): Doc fix.
6141
6142 * gud.el (gud-jdb-massage-args): Spelling fix.
6143
6144 1999-02-23 Richard M. Stallman <rms@gnu.org>
6145
6146 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
6147
6148 1999-02-22 Eli Zaretskii <eliz@gnu.org>
6149
6150 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
6151 excursion while calling set-auto-coding-function.
6152
6153 * play/handwrite.el (handwrite): Require ps-print, and use
6154 ps-printer-name and ps-lpr-command. Call ps-print-region-function
6155 if it's defined, instead of forking ps-lpr-command unconditionally.
6156
6157 1999-02-22 Kenichi Handa <handa@etl.go.jp>
6158
6159 * international/codepage.el (cp-coding-system-for-codepage-1): Put
6160 charset-origin-alist property to a coding system for the codepage.
6161
6162 * international/mule.el: Modify comment for charset-origin-alist
6163 property of a coding system.
6164
6165 * simple.el (what-cursor-position): charset-origin-alist property
6166 of a coding system may be a translation table or a symbol of which
6167 `translation-table' property is a translation table.
6168
6169 1999-02-21 Richard Stallman <rms@gnu.org>
6170
6171 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
6172 to the "html" template.
6173
6174 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
6175
6176 * dirtrack.el (dirtrack): Added docstring. Now returns input.
6177
6178 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
6179
6180 * dirtrack.el (dirtrack): Check for the prompt in the input string
6181 instead of the buffer.
6182
6183 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
6184
6185 * sql.el: Set version to 1.4.1. Changed mail address to
6186 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
6187 (sql-input-ring-separator): Doc fix.
6188 (sql-mode-syntax-table): double-dash starts comments is defined as
6189 ". 56" instead of ". 12b" for XEmacs.
6190 (sql-stop, sql-interactive-mode): Doc fixes.
6191 (sql-postgres): Queries for database and server, not just one.
6192 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
6193
6194 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
6195 changed. This is needed for master.el to work.
6196 (sql-set-sqli-buffer): Use the new hook.
6197
6198 * sql.el (sql-make-alternate-buffer-name): Function that sets
6199 sql-alternate-buffer-name.
6200 (sql-alternate-buffer-name): Possible name of SQLi buffers.
6201 (sql-interactive-mode): Set sql-alternate-buffer-name.
6202 (sql-rename-buffer): New command.
6203 (sql-interactive-mode-menu): Menu for SQLi buffers.
6204
6205 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
6206 and sql-input-ring-file-name are used to temporarily set
6207 comint-input-ring-file-name and comint-input-ring-separator when
6208 reading and writing input history files.
6209
6210 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
6211 (sql-input-ring-file-name): New variable with customization.
6212 (sql-input-ring-separator): New variable with customization.
6213 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
6214 Callers changed.
6215 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
6216 now includes the name of the current buffer.
6217
6218 (sql-mode): Set paragraph-separate and paragraph-start so that
6219 sql-send-paragraph sends the entire SQL statements, even if it
6220 contains indented lines.
6221
6222 1999-02-18 Dave Love <fx@gnu.org>
6223
6224 * format.el (format-encode-run-method, format-decode-run-method):
6225 Fix previous change.
6226
6227 1999-02-18 Ken'ichi Handa <handa@gnu.org>
6228
6229 * international/mule.el (coding-system-list): Moved here from
6230 mule-util.el to avoid autoloading mule-util by the call of
6231 select-safe-coding-system.
6232
6233 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
6234
6235 * simple.el (turn-on-auto-fill): Mark it as an option for
6236 `text-mode-hook'.
6237
6238 1999-02-17 Richard Stallman <rms@gnu.org>
6239
6240 * emacs-lisp/easymenu.el (easy-menu-get-map):
6241 Don't crash if (current-local-map) is nil.
6242
6243 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
6244
6245 * filecache.el (file-cache-filter-regexps): Added .class.
6246
6247 1999-02-17 Ken'ichi Handa <handa@gnu.org>
6248
6249 * international/mule-util.el (decompose-region): Use
6250 insert-buffer-substring instead of insert-buffer to avoid putting
6251 mark.
6252
6253 1999-02-17 Andreas Schwab <schwab@gnu.org>
6254
6255 * calendar/cal-move.el (scroll-calendar-left): Don't set
6256 displayed-month and displayed-year here, let generate-calendar do
6257 it, after range checking.
6258
6259 1999-02-17 Simon Marshall <simon@gnu.org>
6260
6261 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
6262
6263 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
6264 correctly between an object declared via a constructor and a method.
6265 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
6266 (java-font-lock-keywords-1): Fontify package names individually.
6267 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
6268 (java-font-lock-keywords-2): Simplify type fontification.
6269 (java-font-lock-keywords-3): Likewise.
6270
6271 1999-02-17 Kenichi Handa <handa@etl.go.jp>
6272
6273 * language/japanese.el (iso-2022-jp-2): New coding system.
6274 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
6275
6276 1999-02-16 Dave Love <fx@gnu.org>
6277
6278 * help.el (describe-function-1): Accept non-symbols.
6279
6280 1999-02-16 Paul Eggert <eggert@twinsun.com>
6281
6282 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
6283 find the last match if there are multiple matches.
6284
6285 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6286
6287 * tex-mode.el (tex-run-command, latex-run-command)
6288 (slitex-run-command, tex-command): Doc changes.
6289 (tex-start-options-string): Autoload it. Doc change. Provide
6290 a menu for customization. Allow nil. Quote backslashes only once.
6291 (tex-start-tex): Handle nil value of tex-start-options-string
6292 and apply shell-quote-argument to it.
6293
6294 1999-02-16 Eli Zaretskii <eliz@gnu.org>
6295
6296 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
6297 the size in blocks, since it can be a float.
6298 (ls-lisp-format): Likewise
6299
6300 1999-02-16 Ken'ichi Handa <handa@gnu.org>
6301
6302 * language/japanese.el (japanese-shift-jis): Add
6303 charset-origin-alist property.
6304
6305 1999-02-15 Richard Stallman <rms@gnu.org>
6306
6307 * progmodes/compile.el (compile-internal): Use save-selected-window.
6308
6309 * subr.el (momentary-string-display): Bind inhibit-read-only.
6310
6311 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
6312
6313 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
6314
6315 * mail/rmail.el (rmail-show-message): If an unseen message has a
6316 Summary-line in its header, get past one more line before looking
6317 for the X-Coding-System header.
6318
6319 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
6320
6321 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
6322 explicitly to accomodate Windows 9X lack of a useful copy program.
6323
6324 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
6325
6326 * wid-edit.el (widget-choice-value-create): Use `equal'
6327 instead of `eq'.
6328
6329 1999-02-14 Richard Stallman <rms@gnu.org>
6330
6331 * international/iso-transl.el:
6332 (iso-transl-ae): Renamed from iso-transl-e-slash.
6333 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
6334 (iso-transl-AE): Renamed from iso-transl-E-slash.
6335 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
6336 (iso-transl-char-map): Related changes.
6337
6338 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
6339
6340 1999-02-13 Richard Stallman <rms@gnu.org>
6341
6342 * textmodes/texinfmt.el (texinfo-alias): New function.
6343 (texinfo-fold-nodename-case): Add defvar.
6344 (texinfo-format-node): Do case folding if specified.
6345
6346 * ffap.el (ffap-file-at-point): Test local file names
6347 immediately. Strip off line numbers.
6348
6349 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
6350
6351 * sql.el: Set version to 1.3.2
6352 (sql-solid-program): Added support for solid.
6353 (sql-help): Doc mentions sql-solid.
6354 (sql-solid): Entry function for Solid.
6355 (sql-buffer): Doc explains the use of the variable and how to
6356 change it.
6357 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
6358 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
6359 disabled if sql-buffer doesn't have a process; sql-send-paragraph
6360 is new.
6361 (sql-show-sqli-buffer): New function to display the value of
6362 sql-buffer.
6363 (sql-change-sqli-buffer): New function to change sql-buffer.
6364 (sql-mode): Doc explains how to change sql-buffer.
6365 (sql-send-paragraph): New function to send a paragraph.
6366 (sql-mode-map): Added keybinding for sql-send-paragraph.
6367 (sql-mysql): Doc corrected.
6368 (sql-ms): Doc corrected.
6369
6370 * sql.el (sql-server): Doc fix.
6371 (sql-mysql): Added the use of sql-server to specify the host,
6372 sql-database now specifies database instead of host.
6373 (sql-mode-menu): Send... menu items are only active if sql-buffer
6374 is non-nil.
6375 (sql-help): Changed tag of entry functions a bit.
6376
6377 * sql.el: Added keywords from `finder-by-keyword'.
6378 (sql-mode): Made sql-buffer a local variable, changed the
6379 documentation: removed instructions to add *.sql files to
6380 auto-mode-alist, added documentation for having mutliple SQL
6381 buffers sending their stuff to different SQLi buffers, each
6382 running a different process.
6383 (sql-postgres): Quoted *SQL* in doc string.
6384 (sql-ms): Likewise.
6385 (sql-ingres): Likewise.
6386 (sql-ingres): Quoted *SQL* in doc string, added references to
6387 sql-user and sql-password used during login.
6388 (sql-sybase): Quoted *SQL* in doc string, added comma.
6389 (sql-oracle): Likewise.
6390 (sql-interactive-mode): Added extensive documentation for having
6391 mutliple SQL buffers sending their stuff to different SQLi
6392 buffers, each running a different process.
6393 (sql-buffer): Changed doc from *SQL* to SQLi.
6394 (sql-get-login): Doc fix.
6395
6396 1999-02-12 Ken'ichi Handa <handa@gnu.org>
6397
6398 * international/mule-conf.el (undecided): Set ascii in
6399 safe-charsets property.
6400
6401 1999-02-12 Richard Stallman <rms@gnu.org>
6402
6403 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
6404
6405 1999-02-12 Ken'ichi Handa <handa@gnu.org>
6406
6407 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
6408 value to ps-mule-font-info-database-latin.
6409
6410 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
6411
6412 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
6413 (ps-mule-font-info-database-default): New variable.
6414 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
6415 ps-mule-font-info-database-default.
6416
6417 1999-02-12 Dave Love <fx@gnu.org>
6418
6419 * timezone.el (timezone-make-date-sortable)
6420 (timezone-make-date-arpa-standard): Doc fix.
6421
6422 1999-02-12 Ken'ichi Handa <handa@gnu.org>
6423
6424 * international/quail.el (quail-show-kbd-layout): Bind
6425 blink-matching-paren to nil.
6426
6427 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
6428 for ASCII and Latin-1.
6429
6430 1999-02-12 Andreas Schwab <schwab@gnu.org>
6431
6432 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
6433
6434 1999-02-12 Kenichi Handa <handa@etl.go.jp>
6435
6436 * international/mule-cmds.el (language-info-alist): Remove
6437 description about charset-origin-alist.
6438
6439 * international/mule.el: Comment added for a new coding system
6440 property `charset-origin-alit'.
6441 (make-translation-table): This variable deleted.
6442
6443 * language/chinese.el (chinese-big5): Add charset-origin-alist
6444 property.
6445 ("Chinese-CNS"): Remove charset-origin-alist property.
6446
6447 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
6448 property.
6449 (cyrillic-alternativnyj): Likewise.
6450 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
6451 ("Cyrillic-ALT"): Likewise.
6452
6453 * language/vietnamese.el (vietnamese-viqr): Add
6454 charset-origin-alist property.
6455 ("Vietnamese"): Remove charset-origin-alist property.
6456
6457 * simple.el (what-cursor-position): Don't use the varialbe
6458 charset-origin-alist, but use charset-origin-alist property of
6459 buffer-file-coding-system to decide external character set code.
6460
6461 1999-02-10 Richard Stallman <rms@gnu.org>
6462
6463 * shadowfile.el: Don't turn on the mode when the file is loaded.
6464
6465 1999-02-09 Richard Stallman <rms@gnu.org>
6466
6467 * progmodes/compile.el (compile-auto-highlight): Customize.
6468
6469 * add-log.el (add-log-file-name-function): New variable.
6470 (add-change-log-entry): Call that function, if non-nil.
6471
6472 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
6473
6474 * rmail.el (rmail-search): Track match with a marker, not an integer.
6475
6476 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6477
6478 * progmodes/compile.el (compilation-setup): Set value of
6479 compilation-directory-stack as in compilation-forget-errors.
6480 (compile-reinitialize-errors): Bind buffer-undo-list and
6481 deactivate-mark.
6482 (compilation-forget-errors): Likewise.
6483
6484 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
6485
6486 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
6487 def... constructs.
6488
6489 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
6490 Remove calls to sleep-for.
6491
6492 1999-02-08 Eli Zaretskii <eliz@gnu.org>
6493
6494 * international/codepage.el (cp-coding-system-for-codepage-1): On
6495 MS-DOS, use dos-unsupported-char-glyph for characters not
6496 supported by the codepage.
6497 (cp-make-coding-systems-for-codepage): Likewise.
6498
6499 1999-02-08 Andreas Schwab <schwab@gnu.org>
6500
6501 * international/mule-util.el (coding-system-list): Don't sort
6502 coding-system-list here.
6503
6504 * international/mule.el (coding-system-lessp): Moved here from
6505 mule-util.el
6506 (add-to-coding-system-list): New function.
6507 (make-subsidiary-coding-system, make-coding-system,
6508 define-coding-system-alias): Use it instead of setting
6509 coding-system-list directly.
6510
6511 1999-02-07 Dave Love <fx@gnu.org>
6512
6513 * calendar/appt.el (appt-make-list): Don't splice quotes and date
6514 onto message.
6515
6516 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6517
6518 * imenu.el (imenu--last-menubar-index-alist): Add doc.
6519 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
6520
6521 1999-02-06 Richard Stallman <rms@gnu.org>
6522
6523 * language/european.el (setup-slovenian-environment): New function.
6524 ("Slovenian"): New language environment.
6525
6526 * progmodes/sql.el (sql-help): Doc fix.
6527 (sql-mysql): Doc fix.
6528
6529 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6530
6531 * tex-mode.el: When compiling, require compare-w and skeleton
6532 to pacify the byte-compiler. Move the def's of the tex-commands
6533 together. Add a comment on kill-process vs. quit-process.
6534
6535 1999-02-05 Dave Love <fx@gnu.org>
6536
6537 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
6538 null markers.
6539 (compile-goto-error): Likewise.
6540
6541 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
6542
6543 * time-stamp.el (time-stamp-format): Format doc tighter.
6544 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
6545 (time-stamp): Don't re-write the time stamp if it didn't change.
6546
6547 1999-02-05 Alex Schroeder <asc@bsiag.com>
6548
6549 * progmodes/sql.el: Changed version to 1.2.1.
6550 (sql-pop-to-buffer-after-send-region): Improved documentation.
6551 (sql-mysql-program): Added MySQL support.
6552 (sql-prompt-length): Made prompt-length configurable.
6553 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
6554 (sql-help): Added MySQL support, changed documentation.
6555 (sql-send-region): A message is displayed if something is sent.
6556 (sql-mode): Added buffer-local comment-start.
6557 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
6558 (sql-interactive-mode): Added buffer-local comment-start.
6559 (sql-oracle): Set sql-prompt-length.
6560 (sql-sybase): Set sql-prompt-length.
6561 (sql-mysql): Added MySQL support.
6562 (sql-ingres): Set sql-prompt-length.
6563 (sql-ms): Set sql-prompt-length.
6564 (sql-postgres): Set sql-prompt-length.
6565
6566 1999-02-04 Eli Zaretskii <eliz@gnu.org>
6567
6568 * term/internal.el (dos-codepage-setup): Set selection coding
6569 system to cpNNN-dos.
6570
6571 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6572
6573 * international/characters.el: Let ethiopic use iso-2022-7bit.
6574
6575 1999-02-02 Dave Love <fx@gnu.org>
6576
6577 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
6578 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
6579
6580 1999-02-02 Karl Heuer <kwzh@gnu.org>
6581
6582 * terminal.el (terminal-emulator): Doc fix.
6583
6584 1999-02-02 Ken'ichi Handa <handa@gnu.org>
6585
6586 * international/mule-util.el (compose-chars): Doc-string
6587 modified. Correctly handle a composition character in ARGS.
6588
6589 1999-02-01 Richard Stallman <rms@gnu.org>
6590
6591 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
6592 (makefile-menu-index-function): Function deleted.
6593 (makefile-mode): Use makefile-imenu-generic-expression.
6594
6595 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
6596
6597 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
6598 change, invoke from before-init-hook.
6599
6600 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
6601
6602 * subr.el (remove-from-invisibility-spec): Cope with the case when
6603 buffer-invisibility-spec is t.
6604
6605 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
6606
6607 * calendar/calendar.el (calendar-mode-map): Fix bindings for
6608 appt-add and appt-delete.
6609
6610 1999-02-01 Eli Zaretskii <eliz@gnu.org>
6611
6612 * term/pc-win.el (msdos-approximate-color): New function.
6613 (msdos-color-translate): Call it to find a DOS color that best
6614 approximates an X-style "#NNNNNN" color specification.
6615
6616 1999-02-01 Ken'ichi Handa <handa@gnu.org>
6617
6618 * international/mule-util.el (compose-chars-component): Add
6619 autoload cookie.
6620
6621 1999-01-31 Ken'ichi Handa <handa@gnu.org>
6622
6623 * international/quail.el (quail-lookup-key): If cdr of MAP is a
6624 function, replace cdr of MAP by the return value of the function
6625 unconditionally.
6626
6627 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6628
6629 * progmodes/compile.el (compilation-next-error-locus): Don't
6630 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
6631
6632 1999-01-31 Eli Zaretskii <eliz@gnu.org>
6633
6634 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
6635 and NLs before "charset", and allow the charset name be in double
6636 quotes.
6637
6638 1999-01-31 Richard Stallman <rms@gnu.org>
6639
6640 * imenu.el (imenu-sort-function): Fix custom type.
6641
6642 1999-01-30 Richard Stallman <rms@gnu.org>
6643
6644 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
6645 (speedbar-line-token): Likewise.
6646
6647 * play/gametree.el (gametree-default-score): Use defcustom.
6648 (gametree-score-regexp, gametree-score-closer): Likewise.
6649 (gametree-score-manual-flag, gametree-score-opener): Likewise.
6650
6651 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6652
6653 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
6654 decoding.
6655
6656 1999-01-29 Markus Rost <rost@gnu.org>
6657
6658 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
6659 tex-validate-buffer.
6660 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
6661 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
6662 now with recent occur-mode.
6663 (tex-validate-region): Really walk through all Sexps.
6664 (tex-region): Bind shell-dirtrack-verbose.
6665 (tex-file, tex-bibtex-file): Likewise.
6666
6667 1999-01-29 Dave Love <fx@gnu.org>
6668
6669 * finder.el: (finder-commentary): Fix interactive spec. Try
6670 appending .el to file name.
6671 (finder-find-library, finder-commentary): Doc fixes.
6672
6673 1999-01-29 Andrew Innes <andrewi@gnu.org>
6674
6675 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
6676 where the userid contains directory separators.
6677
6678 1999-01-29 Dave Love <fx@gnu.org>
6679
6680 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
6681 (lm-commentary): Doc fix.
6682
6683 1999-01-29 Andreas Schwab <schwab@gnu.org>
6684
6685 * files.el (file-expand-wildcards): Never consider `.' and `..' a
6686 wildcard match. Fix regexp that tests if dirpart contains
6687 wildcard characters.
6688
6689 1999-01-28 Richard Stallman <rms@gnu.org>
6690
6691 * font-lock.el (font-lock-default-unfontify-region):
6692 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
6693
6694 1999-01-27 Jason Rumney <jasonr@altavista.net>
6695
6696 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
6697 from FAMILY field.
6698 (w32-create-initial-fontsets): Do not use before-init-hook.
6699 (mouse-set-font): Document. Automatically create and use fontsets.
6700
6701 * dos-w32.el (direct-print-region-helper): Check for printer
6702 being t as well as a string.
6703
6704 1999-01-27 Kenichi Handa <handa@etl.go.jp>
6705
6706 * mail/rmail.el (rmail-decode-mime-charset): New variable.
6707 (rmail-mime-charset-pattern): New variable.
6708 (rmail-convert-to-babyl-format): Decode by MIME-charset if
6709 rmail-decode-mime-charset is non-nil.
6710
6711 1999-01-27 Ken'ichi Handa <handa@gnu.org>
6712
6713 * international/characters.el: Set category `q' for all characters
6714 in tibetan and tibetan-1-column.
6715
6716 1999-01-27 Andrew Innes <andrewi@gnu.org>
6717
6718 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
6719 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
6720
6721 1999-01-27 Dave Love <fx@gnu.org>
6722
6723 * international/mule-cmds.el (current-language-environment):
6724 Provide :link, :type (choices) and appropriate :get.
6725
6726 1999-01-27 Eli Zaretskii <eliz@gnu.org>
6727
6728 * startup.el (command-line): Set default eol-mnemonic-* strings to
6729 display end-of-line format in mode line.
6730
6731 * cus-start.el (all): Add eol-mnemonic-* variables.
6732
6733 1999-01-26 Dave Love <fx@gnu.org>
6734
6735 * startup.el (command-line-1): Up-date copyright.
6736
6737 * paths.el (Info-default-directory-list): Use configdir twice.
6738
6739 * info.el (Info-directory-list): Don't set path-separator now
6740 we're not shipped with Texinfo. Simplify path definition.
6741 Substitute all occurrences of instdir in Info-default-directory-list.
6742
6743 1999-01-25 Richard Stallman <rms@gnu.org>
6744
6745 * startup.el (normal-top-level-add-subdirs-to-load-path):
6746 Record the inode numbers of the dirs processed, to avoid loop.
6747
6748 * textmodes/tex-mode.el (tex-run-command): Doc fix.
6749
6750 1999-01-25 Dave Love <fx@gnu.org>
6751
6752 * browse-url.el (browse-url-netscape-program): Doc addition.
6753
6754 * help.el (help-make-xrefs): Default info references to an `(emacs)'
6755 prefix.
6756
6757 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
6758 auto-mode-alist.
6759
6760 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6761
6762 * calendar/diary-lib.el (mark-diary-entries): Use
6763 assoc-ignore-case and do not capitalize when matching month and
6764 day names.
6765
6766 * calendar/calendar.el (calendar-read-date): Ditto.
6767
6768 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
6769 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
6770
6771 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
6772
6773 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
6774
6775 * calendar/cal-islam.el (calendar-goto-islamic-date)
6776 (mark-islamic-diary-entries): Ditto.
6777
6778 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
6779
6780 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
6781 (calendar-read-mayan-tzolkin-date): Ditto.
6782
6783 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
6784
6785 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
6786
6787 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
6788
6789 1999-01-25 Karl Heuer <kwzh@gnu.org>
6790
6791 * faces.el (list-faces-display): Multiline case of previous fix.
6792
6793 1999-01-25 Andreas Schwab <schwab@gnu.org>
6794
6795 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
6796
6797 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
6798
6799 * files.el (find-file): If find-file-noselect returns a list,
6800 do switch-to-buffer on each element.
6801 (find-file-other-window): Likewise for all but the first element.
6802 (find-file-other-frame): Same.
6803 (find-file-noselect): When we expand a wildcard, return a list
6804 of buffers.
6805
6806 1999-01-24 Eli Zaretskii <eliz@gnu.org>
6807
6808 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
6809 to set the appropriate cpNNN-dos coding system as the
6810 highest-priority coding system.
6811
6812 1999-01-23 Ken'ichi Handa <handa@gnu.org>
6813
6814 * international/fontset.el (generate-fontset-menu): Return a
6815 sorted list by plain names of fontsets.
6816
6817 * international/mule-diag.el (list-fontsets): Sort fontsets by
6818 plain names.
6819
6820 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
6821 FIRST is a composite character, decompose it at first.
6822
6823 1999-01-23 Dave Love <fx@gnu.org>
6824
6825 * format.el: Doc fixes.
6826 (format-encode-run-method): Have things happen in the right buffer.
6827 Deal with errors from method. Set coding-system-for-write.
6828 (format-decode-run-method): Have things happen in the right buffer.
6829 Deal with errors from method. Set coding-system-for-read.
6830 (format-alist): Use nil instead of unmatchable regexps.
6831
6832 * simple.el (shell-command-on-region): Return command's exit status.
6833
6834 1999-01-23 Eric Ludlam <zappo@gnu.org>
6835
6836 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
6837 of the file whose info we want to display.
6838 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
6839 (speedbar-add-mode-functions-list) Improve doc.
6840 (speedbar-line-token) New function.
6841 (speedbar-dired) Fix order of directories in -shown-directories.
6842 (speedbar-line-path): Default return is default-directory
6843 (speedbar-buffers-line-path): Return is dir name only.
6844 (speedbar-mode-functions-list): New variable.
6845 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
6846 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
6847 speedbar-files-item-info speedbar-buffers-item-info): New functions.
6848 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
6849 New functions.
6850 (speedbar-line-file): Broke out part that fetches file from a line.
6851 (speedbar-line-text): New function extracted from speedbar-line-file.
6852 (speedbar-line-path): Converted into a replaceable function.
6853 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
6854
6855 1999-01-23 Ken'ichi Handa <handa@gnu.org>
6856
6857 * international/fontset.el (create-fontset-from-x-resource): Make
6858 style variants.
6859
6860 1999-01-22 Dave Love <fx@gnu.org>
6861
6862 * paths.el (Info-default-directory-list): Put sysdir after start.
6863
6864 1999-01-22 Sam Steingold <sds@goems.com>
6865
6866 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
6867 a process associated with it.
6868
6869 1999-01-22 Jason Rumney <jasonr@altavista.net>
6870
6871 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
6872
6873 1999-01-22 Felix Lee <flee@cygnus.com>
6874
6875 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
6876 major-mode.
6877 (vc-annotate-mode): Delete variable.
6878
6879 1999-01-22 Andrew Innes <andrewi@gnu.org>
6880
6881 * startup.el (command-line): [windows-nt]: Check for existence of
6882 .emacs file so as to notice .emacs.el or .emacs.elc and use them
6883 in preference to _emacs.
6884
6885 1999-01-22 Dave Love <fx@gnu.org>
6886
6887 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
6888
6889 1999-01-20 Richard Stallman <rms@gnu.org>
6890
6891 * files.el (find-file-noselect): Do wildcard processing only
6892 if new arg WILDCARDS is non-nil.
6893 (find-file, find-file-other-window): New arg WILDCARDS.
6894 Default it to non-nil if interactive.
6895 (find-file-other-frame): Likewise.
6896 (find-file-read-only): Likewise.
6897 (find-file-read-only-other-window): Likewise.
6898 (find-file-read-only-other-frame): Likewise.
6899
6900 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
6901 (widget-plist-convert-option): Delete spurious comma.
6902
6903 1999-01-19 Jason Rumney <jasonr@altavista.net>
6904
6905 * term/w32-win.el (w32-standard-fontspec-spec): Change
6906 iso8859-5 to koi8-r. Add iso8859-9.
6907
6908 1999-01-19 Dave Love <fx@gnu.org>
6909
6910 * browse-url.el (browse-url-maybe-new-window): Delete macro and
6911 its uses.
6912
6913 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
6914 is active.
6915 (fortran-indent-subprogram): Likewise.
6916
6917 1999-01-19 Dave Love <d.love@dl.ac.uk>
6918
6919 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
6920
6921 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6922
6923 * wid-edit.el (alist): Use sexp as default key-type.
6924
6925 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6926
6927 * textmodes/tex-mode.el (tex-define-common-keys):
6928 Remove key binding of tex-feed-input.
6929 (tex-mode-map): Bind tex-feed-input here.
6930 (tex-start-shell): Use compilation-shell-minor-mode. Set
6931 comint-input-filter-functions before running tex-shell-hook.
6932 (tex-start-tex): Forget compilation errors.
6933 (tex-compilation-parse-errors): Rewritten to work also with
6934 compile-mouse-goto-error and compile-goto-error. Adjusted to
6935 change in tex-region.
6936 (tex-region): For the temp file use file-name without directory.
6937 (tex-file): Expand file name of tex-print-file.
6938
6939 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6940
6941 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
6942
6943 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
6944
6945 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
6946 beginning could cause Emacs to hang. Fixed.
6947
6948 1999-01-18 Ken'ichi Handa <handa@gnu.org>
6949
6950 * international/ccl.el (ccl-compile-translate-character): Handle
6951 the case that a tranlation table is CCL register correctly.
6952
6953 * international/mule-cmds.el (select-safe-coding-system):
6954 Hightlight at most 256 characters.
6955
6956 1999-01-18 Dave Love <fx@gnu.org>
6957
6958 * startup.el (command-line): If the init file changes operation to
6959 unibyte, make all buffers unibyte and re-set language environment.
6960
6961 * disp-table.el (standard-display-european): Make all existing
6962 buffers unibyte. Fix doc.
6963
6964 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
6965
6966 * wid-edit.el (coding-system): Define this unconditionally.
6967
6968 * simple.el (shell-command-on-region-default-error-buffer): New var.
6969 (shell-command-on-region): Use that variable as interactive
6970 value of ERROR-BUFFER argument.
6971
6972 1999-01-17 Sam Steingold <sds@goems.com>
6973
6974 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
6975
6976 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6977
6978 * progmodes/compile.el (compilation-goto-locus): If already in the
6979 compilation buffer's window, keep it in that window.
6980 (compile-mouse-goto-error): Add Doc. Don't play with windows.
6981 (compile-goto-error): Don't play with windows.
6982
6983 * textmodes/tex-mode.el (latex-run-command): Doc fix.
6984 (tex-command): Doc fix.
6985 (tex-compilation-parse-errors): Doc fix.
6986 (tex-generate-zap-file-name): Don't start the name with -.
6987 (tex-expand-files): Works now also with strings ending with ":".
6988
6989 1999-01-17 Ian T Zimmerman <itz@transbay.net>
6990
6991 Patch failed to install:
6992 * gametree.el: Document scoring functionality.
6993 (gametree-score-regexp): Add optional plus sign.
6994 (gametree-score-opener): Replace `:' with `=' as the former
6995 conflicts with gametree-half-ply-regexp.
6996 (gametree-transpose-following-leaves): Add.
6997 (gametree-insert-new-leaf): Make modifying commands barf in read
6998 only buffers.
6999 (gametree-break-line-here): Add a call to
7000 `gametree-transpose-following-leaves'. This maintains the
7001 necessary invariant that on each level all leaf children precede
7002 all nonleaf children. This has always been implied, but left to
7003 the user, and, unfortunately, undocumented.
7004
7005 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
7006
7007 * wid-edit.el (plist, alist): New widget types.
7008
7009 1999-01-17 Dave Love <fx@gnu.org>
7010
7011 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
7012 fix scope of condition-case therein.
7013
7014 1999-01-17 Andrew Innes <andrewi@gnu.org>
7015
7016 * dos-w32.el: (find-buffer-file-type-coding-system): Use
7017 default-buffer-file-coding-system when file doesn't exist (and
7018 isn't covered by a special case) instead of forcing undecided-dos
7019 against the user's wishes.
7020
7021 * dos-w32.el (direct-print-region-helper): New function based on
7022 direct-print-region-function; sends data to specified printer port
7023 without further translation. Recognize and handle specially the
7024 standard `print' and `nprint' programs, as well as `lpr' and
7025 similar programs. Only write directly to the printer port if no
7026 print program is specified. Work around a bug in Windows 9x
7027 affecting Win32 version of Emacs by invoking command.com to write
7028 to the printer port instead of writing directly.
7029 (direct-print-region-function): Use direct-print-region-helper to
7030 do most of the work.
7031 (direct-ps-print-region-function): New function; analogue of
7032 direct-print-region-function for ps-print.
7033 (ps-lpr-command): Comment out setq; leave as example usage.
7034 (ps-lpr-switches): Ditto.
7035
7036 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
7037 and MS-Windows.
7038 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
7039 DOS and Windows platforms, to indicate direct printing. Update
7040 the docstring accordingly.
7041
7042 * ps-print.el: (ps-printer-name): Update docstring about usage on
7043 MS-DOS and MS-Windows.
7044 (ps-lpr-command): Update docstring as for lpr-command.
7045 (ps-print-region-function): New variable.
7046 (ps-do-despool): Use it.
7047 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
7048 DOS/Windows.
7049
7050 * subr.el (subst-char-in-string): New function.
7051
7052 1999-01-17 Eli Zaretskii <eliz@gnu.org>
7053
7054 * international/codepage.el (cp852-decode-table): Fill a nil entry.
7055
7056 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
7057 (bdf-find-font-info): New function, looks for the first readable
7058 file from a list of alternatives.
7059 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
7060 instead of bdf-get-font-info.
7061 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
7062 to ps-mule-generate-bitmap-glyph.
7063
7064 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
7065 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
7066 now be a list of alternative names.
7067 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
7068 (ps-mule-prepare-font): Likewise.
7069
7070 * international/codepage.el (cp855-decode-table,
7071 cp850-decode-table): Fill some nil entries.
7072
7073 1999-01-16 Dave Love <fx@gnu.org>
7074
7075 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
7076 last change.
7077
7078 1999-01-15 Dave Love <fx@gnu.org>
7079
7080 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
7081 and change regexp for command names.
7082 (help-xref-go-back, function-called-at-point, symbol-file)
7083 (where-is): Doc fixes.
7084 (help-xref-go-back): Remove interactive spec.
7085 (describe-function-1): Fix message for alias. Buttomize alias
7086 name.
7087
7088 * simple.el (join-line): New alias.
7089
7090 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
7091
7092 * forms.el: (forms--show-record): Convert integers to string
7093 expicitly since concat will no longer accept integers.
7094 (forms-print): Use local `total-nb-records' since
7095 `forms--total-records' will be inaccessible after buffer switching.
7096
7097 1998-01-14 Felix Lee <flee@cygnus.com>
7098
7099 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
7100
7101 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
7102
7103 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
7104
7105 1999-01-14 Eli Zaretskii <eliz@gnu.org>
7106
7107 * international/codepage.el (cp850-decode-table): Fix previous change.
7108
7109 1999-01-14 Simon Marshall <simon@gnu.org>
7110
7111 * shell.el (shell-dirtrack-verbose): New custom variable.
7112 (shell-dirstack-message): Use it.
7113
7114 1999-01-14 Kenichi Handa <handa@etl.go.jp>
7115
7116 * international/mule-conf.el: Coding system alias `dos' for
7117 `undecided-dos', `mac' for `undecided-mac'.
7118
7119 * international/mule-cmds.el (describe-language-environment):
7120 Don't alter input-method-alist.
7121
7122 1999-01-13 Eli Zaretskii <eliz@gnu.org>
7123
7124 * international/codepage.el (cp850-decode-table): Replace nil
7125 entries with codes of similary looking glyphs. (Suggested by
7126 Jason Rumney <jasonr@altavista.net>.)
7127
7128 1999-01-13 Dave Love <fx@gnu.org>
7129
7130 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
7131
7132 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
7133
7134 1999-01-12 Karl Heuer <kwzh@gnu.org>
7135
7136 * files.el (auto-save-hook): Defvar this.
7137
7138 1999-01-12 Alex Schroeder <asc@bsiag.com>
7139
7140 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
7141 faces, eliminating the need to load font-lock before loading sql.
7142 (sql-mode-oracle-font-lock-keywords): Likewise.
7143 (sql-mode-postgres-font-lock-keywords): Likewise.
7144
7145 1999-01-11 Dave Love <fx@gnu.org>
7146
7147 * cus-start.el: Add inhibit-eol-conversion.
7148
7149 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
7150 the values round.
7151
7152 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
7153
7154 * help.el (help-mode-finish): Renamed from help-mode-maybe.
7155 Don't switch to Help mode here.
7156 (temp-buffer-setup-hook): Use help-mode-finish.
7157 (help-mode-setup): New function.
7158 (temp-buffer-setup-hook): Use help-mode-setup.
7159
7160 * progmodes/sql.el: New file.
7161
7162 * files.el (auto-mode-alist): Add sql-mode.
7163
7164 * faces.el (list-faces-display): Improve the formatting
7165 by computing the maximum length required for any face-name.
7166
7167 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7168
7169 * progmodes/compile.el (compilation-shell-minor-mode): New function.
7170
7171 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
7172
7173 * term.el (term_send_home): Change the string to
7174 be the same as the one emitted by xterm and consistent with the
7175 ones emitted by prior and next.
7176 (term_send_end): Likewise.
7177
7178 1999-01-10 Dave Love <fx@gnu.org>
7179
7180 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
7181 bindings.
7182
7183 1999-01-10 Eli Zaretskii <eliz@gnu.org>
7184
7185 * international/codepage.el (codepage-setup): Doc fix.
7186 (cp-decoding-vector-for-codepage): Likewise.
7187
7188 1999-01-10 Markus Rost <rost@gnu.org>
7189
7190 * cus-edit.el (custom-save-delete): First scan the custom-file.
7191
7192 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
7193
7194 * international/iso-transl.el: Define a "function name" for
7195 each translation that isn't ASCII. Use these function names
7196 in iso-transl-char-map.
7197
7198 1999-01-08 Kenichi Handa <handa@etl.go.jp>
7199
7200 * international/mule-util.el (decompose-region): Do decomposition
7201 on temporary unibyte buffer.
7202
7203 * international/mule.el (make-char): Doc-string modified.
7204
7205 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
7206
7207 * simple.el (comment-region): Delete spaces only if we
7208 deleted a comment starter.
7209
7210 1999-01-07 Dave Love <fx@gnu.org>
7211
7212 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
7213
7214 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
7215 like eval-defun does.
7216
7217 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
7218
7219 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
7220 constructions. Doc fixes.
7221 (generic-create-generic-function): Use defalias, not fset.
7222
7223 * find-func.el: More doc fixes.
7224
7225 1999-01-06 Stephen Eglen <stephen@gnu.org>
7226
7227 * files.el (save-buffers-kill-emacs): Show the list of current
7228 processes before prompting to kill them and exit.
7229
7230 1999-01-06 Dave Love <fx@gnu.org>
7231
7232 * emacs-lisp/find-func.el: Doc fixes.
7233 (find-function-regexp): Extend for define-generic-mode,
7234 define-derived-mode, easy-mmode-define-minor-mode.
7235
7236 1999-01-06 Dave Love <fx@gnu.org>
7237
7238 * progmodes/fortran.el (fortran-window-create): Account for scroll
7239 bar width.
7240
7241 * browse-url.el: Require (noerror) w3-auto when compiling.
7242 (browse-url-maybe-new-window): Make it a macro and revert last
7243 change to callers.
7244 (browse-url-w3): Require w3 for w3-fetch-other-window.
7245
7246 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7247
7248 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
7249 argument.
7250
7251 1999-01-06 Simon Marshall <simon@gnu.org>
7252
7253 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
7254
7255 * font-lock.el (font-lock-default-fontify-buffer): When using
7256 with-temp-message, use nil rather than current-message.
7257
7258 * lazy-lock.el (lazy-lock-unstall):
7259 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
7260 rather than current-message.
7261
7262 * fast-lock.el (fast-lock-save-cache-1):
7263 (fast-lock-cache-data): When using with-temp-message, use nil rather
7264 than current-message.
7265
7266 1999-01-06 Eli Zaretskii <eliz@gnu.org>
7267
7268 * international/codepage.el (cp-coding-system-for-codepage-1): Add
7269 the valid-codes property.
7270
7271 * international/mule-cmds.el (prefer-coding-system): Call
7272 set-coding-priority, so that the internal array of priorities is
7273 also updated.
7274
7275 * international/mule-util.el:
7276 (coding-system-change-eol-conversion,
7277 coding-system-change-text-conversion): Don't define here.
7278
7279 * international/mule-cmds.el: Define them here. Remove the
7280 autoload cookies.
7281
7282 1999-01-06 Andreas Schwab <schwab@gnu.org>
7283
7284 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
7285 if it was enabled before.
7286
7287 * view.el (View-revert-buffer-scroll-page-forward): Bind
7288 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
7289
7290 * files.el (recover-session): Preserve point when inserting
7291 explanation.
7292
7293 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
7294
7295 * cus-edit.el (custom-save-delete): Don't delete whitespace
7296 and comments before the sexp that is replaced.
7297
7298 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7299
7300 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
7301
7302 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
7303
7304 * vc.el (vc-dired-hook): Use the original value of
7305 dired-move-to-filename-regexp on lines that have not been
7306 reformatted yet.
7307 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
7308 file lines have already been reformatted.
7309
7310 1999-01-05 Dave Love <fx@gnu.org>
7311
7312 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
7313 buffer-local.
7314
7315 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
7316
7317 * progmodes/f90.el: Change of regular expressions for type to
7318 correct highlighting and identation. Some small fixes for
7319 compatibility with XEmacs.
7320
7321 1999-01-05 Stephen Eglen <stephen@gnu.org>
7322
7323 * mspools.el (mspools-vm-system-mail): Provide an alternative
7324 value based on rmail-spool-directory if $MAIL is not defined.
7325
7326 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
7327
7328 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
7329 (reftex-section-info): Handle negative section levels.
7330 (reftex-view-crossref-extra): New option.
7331 (reftex-view-crossref): Generalized to work in more places.
7332 (reftex-find-citation-regexp-format, reftex-find-reference-format,
7333 reftex-macros-with-labels, reftex-global-search-marker): New variables.
7334 (reftex-view-cite-locations-from-bibtex): New command.
7335 (reftex-view-regexp-match, reftex-global-search,
7336 reftex-global-search-continue): New functions.
7337 (reftex-extract-bib-entries): No error for non-existing BibTeX
7338 file, just a message.
7339 (reftex-extract-bib-entries): Better error handling.
7340 (reftex-select-with-char): Use `*RefTeX Select*' for selection
7341 help and force it on current frame.
7342 (reftex-default-bibliography): New function.
7343 (reftex-access-parse-file): Check consistency after loading a
7344 parse file. When inconsistent, enfore rescan.
7345 (reftex-check-parse-consistency): New function.
7346 (easy-menu-define): Options section drastically shortened.
7347
7348 1999-01-05 Kenichi Handa <handa@etl.go.jp>
7349
7350 * language/thai-util.el (thai-compose-string): New function.
7351
7352 1999-01-04 Inge Frick <inge@nada.kth.se>
7353
7354 * easymenu.el (easy-menu-define): Doc fix.
7355 (easy-menu-create-menu): New keyword :included.
7356 (easy-menu-do-add-item): New keyword :included. SUFFIX may
7357 be an expression, not only a string. Simulate style `button'.
7358 Use easy-menu-define-key-intern instead of easy-menu-define-key.
7359 (easy-menu-define-key-intern): New function.
7360 (easy-menu-add-item): Understand value returned from
7361 easy-menu-item-present-p and easy-menu-remove-item.
7362 (easy-menu-return-item): New function.
7363 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
7364
7365 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
7366
7367 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
7368 Use rmail-output-read-rmail-file-name to read the file name.
7369 Always call rmail-output-to-rmail-file noninteractively.
7370 When count > 1, do the loop here.
7371 Handle rmail-delete-after-output here.
7372 (rmail-summary-output): Similar changes.
7373
7374 * mail/rmailout.el: Provide `rmailout'.
7375 (rmail-output-read-rmail-file-name): New function.
7376 (rmail-output-to-rmail-file): Use that.
7377 (rmail-output-read-file-name): New function.
7378 (rmail-output): Use that.
7379
7380 * files.el (find-file-noselect): Let /: suppress wildcard matching.
7381 Error if wildcard matches no files.
7382
7383 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
7384
7385 * menu-bar.el (clipboard-yank): Doc fix.
7386
7387 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
7388
7389 1998-12-31 Markus Rost <rost@delysid.gnu.org>
7390
7391 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
7392
7393 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
7394
7395 * rmail.el (rmail-encode-string): Make sure mask value is
7396 positive; (emacs-pid) returns a negative number on Windows 9x
7397 which causes odd behaviour.
7398
7399 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
7400
7401 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
7402 and about w32-* variables unless on Windows/NT.
7403
7404 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
7405
7406 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
7407 if buffer is modified; ask about all modified buffers.
7408
7409 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
7410
7411 * simple.el (what-cursor-position): Fix previous change.
7412
7413 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
7414
7415 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
7416 from paragraph-start.
7417
7418 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
7419
7420 * international/mule-cmds.el (prefer-coding-system): If the
7421 argument requires specific EOL conversion type, make the default
7422 coding systems use that.
7423
7424 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
7425
7426 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
7427 Use shell-command-on-region.
7428 (m4-start-m4, m4-end-m4): Functions deleted.
7429
7430 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
7431
7432 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
7433
7434 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7435
7436 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
7437 to compose-mail in the correct places and as a list.
7438
7439 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
7440
7441 * page-ext.el: Added mouse-selection feature for pages directory buffer.
7442 (pages-directory-map): Bind mouse-2
7443 (pages-copy-header-and-position): Put text property.
7444 (pages-directory-goto-with-mouse): New function.
7445
7446 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
7447
7448 * international/codepage.el (cp-make-coding-systems-for-codepage):
7449 Doc fix.
7450 (cp-coding-system-for-codepage-1): Likewise.
7451
7452 1998-12-29 Kenichi Handa <handa@etl.go.jp>
7453
7454 * language/thai-util.el (thai-post-read-conversion): Handle Thai
7455 composition sequence correctly here instead of calling
7456 thai-compose-region.
7457
7458 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
7459 newline in multibyte buffer, if previous or next character is a
7460 composite char, check the first component of the composite char.
7461
7462 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
7463
7464 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
7465 and track-mouse.
7466
7467 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7468
7469 * mail/sendmail.el (mail-yank-original): Remove text properties
7470 after insertion.
7471 (mail-yank-region): Barf if no mark is set in the message
7472 being replied to.
7473
7474 * help.el (function-called-at-point): First look for function at point.
7475
7476 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
7477
7478 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
7479
7480 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
7481
7482 * simple.el (what-cursor-position): Print character encoding also.
7483
7484 1998-12-26 Dave Love <fx@gnu.org>
7485
7486 * textmodes/flyspell.el: If local-maps work, don't put
7487 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
7488 in flyspell-mouse-map (only).
7489 (flyspell-use-local-map): New variable.
7490 Use a different mouse-2 binding in that case,
7491 and don't add to minor-mode-map-alist.
7492 (make-flyspell-overlay, flyspell-correct-word):
7493 Test flyspell-use-local-map.
7494
7495 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
7496
7497 * files.el (file-expand-wildcards): Handle wildcards in directory name.
7498 Be careful about whether to return a relative file name,
7499 and if so, relative to what directory.
7500
7501 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
7502
7503 * emacs-lisp/easymenu.el (easy-menu-get-map):
7504 Change global map only if this menu exists in the global map already,
7505 and not in the local map.
7506 (easy-menu-do-add-item): Fix error message.
7507
7508 * foldout.el (foldout-inhibit-key-bindings):
7509 Avoid concatenating onto outline-minor-mode-prefix.
7510 Make a new keymap for that prefix, if it does not already have one.
7511
7512 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
7513
7514 * cperl-mode.el:
7515 Can use linear algorithm for indentation if Emacs supports it.
7516 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
7517 (cperl-after-block-p): Likewise.
7518 (cperl-after-block-and-statement-beg): Likewise.
7519 (cperl-after-block-p): After END/BEGIN we are a block.
7520 (cperl-after-expr-p): Skip labels when checking
7521 (cperl-indent-region): Make a marker for END - text added/removed.
7522 Disable hooks during the call (how to call them later?).
7523 Now indents 820-line-long function in 6.5 sec (including
7524 syntaxification) the first time (when buffer has few
7525 properties), 7.1 sec the second time.
7526 (cperl-indent-region): Do not indent whitespace lines
7527 (cperl-style-alist)
7528 Include `cperl-merge-trailing-else' where the value is clear.
7529 (cperl-styles-entries): Likewise.
7530 (cperl-problems): Improvements to docs.
7531 (cperl-tips): Likewise.
7532 (cperl-non-problems): Likewise.
7533 (cperl-mode): Make lazy syntaxification possible.
7534 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
7535 `font-lock-unfontify-region-function' was set to a wrong function.
7536
7537 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
7538 restart syntaxification. Changed so that -d ?foo? is a RE. Do
7539 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
7540 but 1<<6 was considered as HERE-doc.
7541 <file/glob> made into a string.
7542 Postpone addition of faces after syntactic step.
7543 Recognition of <FH> was wrong.
7544 Highlight `gem' in s///gem as a keyword. `qr' recognized.
7545 Knows that split// is null-RE.
7546 Highlights separators in 3-parts expressions as labels.
7547 <> was considered as a glob.
7548 Would err if the last line is `=head1'.
7549 $a-1 ? foo : bar; was a considered a regexp.
7550 `<< (' was considered a start of HERE-doc.
7551 mark qq[]-etc sections as syntax-type=string
7552 Was not processing sub protos after a comment ine.
7553 Was treating $a++ <= 5 as a glob.
7554 Tolerate unfinished REx at end-of-buffer.
7555 `unwind-protect' was left commented.
7556 / and ? after : start a REx.
7557
7558 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
7559 Better default, customizes to `message' too, off in text-mode.
7560
7561 (cperl-array-face): Renamed from `font-lock-emphasized-face',
7562 `defface'd.
7563 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
7564 `defface'd.
7565 (cperl-emacs-can-parse): New state variable.
7566 (cperl-indent-line): Corrected to use global state.
7567 (cperl-calculate-indent): Likewise.
7568 (cperl-fix-line-spacing): Likewise (not used yet).
7569 (cperl-calculate-indent): Did not consider `,' as
7570 continuation mark for statements.
7571 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
7572 Remove another parse-data optimization at toplevel: would
7573 indent correctly.
7574 Correct for labels when calculating indentation of continuations.
7575 Docstring updated.
7576 (cperl-choose-color): Converted to a function (to be
7577 compilable in text-mode).
7578 (cperl-dark-background): Disable without window-system.
7579 Do `defface' only if window-system.
7580 (cperl-fix-line-spacing): Sped up to bail out early.
7581 (x-color-defined-p): Was not compiling on XEmacs
7582 Was defmacro'ed with a tick. Remove another def.
7583 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
7584 (cperl-unwind-to-safe): New function.
7585 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
7586 (cperl-fontify-syntaxically): Unwinds start and end to go out of
7587 long strings (not very successful).
7588 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
7589 Highlight the starting // in s//foo/ as function-name.
7590 Emit a meaningful error instead of a cryptic one for an
7591 uncomplete REx near end-of-buffer.
7592
7593 (cperl-electric-keyword): `qr' recognized.
7594 (cperl-electric-else): Likewise
7595 (cperl-to-comment-or-eol): Likewise
7596 (cperl-make-regexp-x): Likewise
7597 (cperl-init-faces): Likewise, and `lock' (as overridable?).
7598 Corrected to use new macros;
7599 `if' for copying `reference-face' to `constant-face' was backward.
7600 remove init `font-lock-other-emphasized-face',
7601 `font-lock-emphasized-face', `font-lock-keyword-face'.
7602 Interpolate `cperl-invalid-face'.
7603 (cperl-make-regexp-x): Misprint in a message.
7604 (cperl-syntaxify-unwind): New configuration variable
7605 (cperl-fontify-m-as-s): New configuration variable
7606 (cperl-electric-pod): Check for after-expr was performed
7607 inside of POD too.
7608 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
7609 (cperl-clobber-mode-lists): New configuration variable.
7610 (cperl-not-bad-style-regexp): Updated.
7611 Init: `cperl-is-face' was busted.
7612 (cperl-make-face): New macros.
7613 (cperl-force-face): New macros.
7614 (font-lock-other-type-face): Done via `defface' too.
7615 (cperl-nonoverridable-face): New face. Renamed from
7616 `font-lock-other-type-face'.
7617 (cperl-init-faces-weak): Use `cperl-force-face'.
7618 (cperl-comment-indent): Commenting __END__ was not working.
7619 (cperl-indent-for-comment): Likewise.
7620 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
7621 When removing old TAGS info was not relativizing filename.
7622 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
7623 Another try to work around XEmacs problems. Better progress messages.
7624 (toplevel): Require custom unprotected => failure on 19.28.
7625 (cperl-xemacs-p): Defined when compile too
7626 (cperl-find-tags): Was writing line/pos in a wrong order,
7627 pos off by 1 and not at beg-of-line.
7628 (cperl-etags-snarf-tag): New macro
7629 (cperl-etags-goto-tag-location): New macro
7630 (cperl-version): New variable. New menu entry
7631 random docstrings: References to "future" 20.3 removed.
7632 Menu was described as `CPerl' instead of `Perl'
7633 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
7634 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
7635 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
7636 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
7637 `font-lock-reference-face', `font-lock-keyword-face'.
7638 Use `eval-after-load'.
7639 Remove not-CPerl-related faces.
7640 (cperl-tips-faces): New variable and an entry into Mini-docs.
7641 (cperl-indent-exp): Was not processing else-blocks.
7642 (cperl-get-state): NOP line removed.
7643 (cperl-ps-print): New function and menu entry.
7644 (cperl-ps-print-face-properties): New configuration variable.
7645 (cperl-invalid-face): New configuration variable.
7646 (perl-font-lock-keywords): Highlight trailing whitespace
7647 (cperl-contract-levels): Documentation corrected.
7648 (cperl-contract-level): Likewise.
7649 (cperl-ps-extend-face-list): New macro.
7650 (cperl-invalid-face): Change to ''underline.
7651
7652 1998-12-25 Markus Rost <rost@delysid.gnu.org>
7653
7654 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
7655 for read-file-name.
7656 (rmail-output-to-rmail-file): Likewise.
7657
7658 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
7659
7660 * emacs-lisp/easymenu.el (easy-menu-get-map):
7661 If MENU is nil, use global menu-bar map.
7662 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
7663 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
7664
7665 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7666
7667 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
7668
7669 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7670
7671 * ps-print.el (ps-print-version): New version number (4.1.3).
7672
7673 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
7674
7675 * international/mule-cmds.el: Use make-sparse-keymap instead of
7676 define-prefix-key when defining MULE menu items.
7677
7678 * info.el (Info-node-at-bob-matching): New function.
7679 (Info-find-node, Info-build-node-completions): Call it.
7680
7681 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
7682
7683 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
7684 when this is an autoloaded keymap.
7685
7686 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
7687
7688 * international/codepage.el (cp-coding-system-for-codepage-1):
7689 Create separate encoders and decoders, for DOS and Unix. Make the
7690 usual family of 3 coding systems, so that automatic detection of
7691 EOL type works.
7692 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
7693 Unix-specific symbols here, and don't call
7694 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
7695 Handa <handa@etl.go.jp>.)
7696
7697 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
7698
7699 * term/internal.el (IT-character-translations): New variable, an
7700 alist used to display characters for which there's no glyphs in
7701 the current codepage.
7702 (IT-display-table-setup): New function, sets up the DOS terminal
7703 for a given codepage.
7704 (dos-codepage-setup): New function, sets up the MULE environment
7705 for the current value of dos-codepage.
7706 (top-level if): In the multibyte mode, turn on
7707 unibyte-display-via-language-environment. In the unibyte mode,
7708 set up the special syntax tables to map lower- to upper case and
7709 back.
7710
7711 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
7712
7713 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
7714 (speedbar-frame-plist) Remove useless comments.
7715 (speedbar-frame-mode) Do not specify height if it is in the param list.
7716 Use default y position w/out changing it.
7717 If default x position is a list, keep, calculate the non-list X
7718 value when devining an initial position.
7719 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
7720 (speedbar-tag-group-name-minimum-length): New variable.
7721 (speedbar-frame-parameter): New compatibility function.
7722 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
7723 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
7724 groups to keep things in the right order, and to help with some
7725 naming conventions.
7726 (speedbar-create-tag-hierarchy): Enable buffer local version of
7727 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
7728 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
7729 the case, derive it from the cursor location in speedbar.
7730
7731 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
7732
7733 * international/mule-cmds.el (set-language-environment): On MS-DOS
7734 terminals, install DOS-specific nonascii-translation-table if the
7735 language info doesn't specify one. Pass the default eol-type to
7736 set-language-environment-coding-systems.
7737 (set-default-coding-systems): Copy the eol-type property for the
7738 new default values of {buffer-file,process}-coding-system from the
7739 old defaults.
7740 (set-language-environment-coding-systems): Accept an optional
7741 argument EOL-TYPE, and set the eol-type property of the default
7742 coding systems accordingly.
7743 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
7744 (set-keyboard-coding-system): Likewise.
7745 (set-default-coding-systems): Don't set
7746 default-terminal-coding-system on MS-DOS to anything but nil.
7747 (prefer-coding-system): Describe in the doc string that
7748 default-terminal-coding-system is not changed on MS-DOS.
7749 (set-language-environment): For MS-DOS, set standard syntax table
7750 and display table for all characters with code above 127.
7751 (standard-display-european-internal): For MS-DOS, pass all
7752 characters with code above 127 directly to the terminal, and don't
7753 remap characters 160 and 146 in the unibyte case.
7754
7755 * international/codepage.el: New file.
7756
7757 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7758
7759 * diary-lib.el (diary-float): Fix end-of-year error and typos in
7760 comments.
7761
7762 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
7763
7764 * map-ynp.el (map-y-or-n-p): Ignore input methods.
7765
7766 * subr.el (read-passwd): Likewise.
7767
7768 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
7769
7770 * info.el (Info-find-node): Add 1 to the position read from the
7771 tag table. Don't fail if the node delimiter ^_ is the first
7772 character in the file.
7773 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
7774 first character in the file.
7775 (Info-read-subfile): Likewise.
7776 (Info-select-node): Likewise.
7777 (Info-build-node-completions): Likewise.
7778
7779 1998-12-16 Richard Stallman <rms@gnu.org>
7780
7781 * term/x-win.el (x-cut-buffer-or-selection-value):
7782 If clipboard is enabled, try it before PRIMARY selection.
7783
7784 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
7785
7786 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
7787 insert c-cedilla and C-cedilla respectively, like in latin-1.
7788
7789 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
7790
7791 * language/hebrew.el: Don't use sublists in the flags argument
7792 passed to make-coding-system.
7793
7794 1998-12-15 Kenichi Handa <handa@etl.go.jp>
7795
7796 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
7797 list of character sets found by find-charset-region.
7798
7799 * ps-mule.el: Always require ps-print. Move some function
7800 definitions for Emacs 20.2 and the earlier to ps-print.el.
7801 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
7802
7803 * ps-print.el: Define several functions for Emacs 20.2 and the
7804 earlier version.
7805 (ps-printer-name): Check if printer-name is bound.
7806
7807 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7808
7809 * ps-mule.el: Programming uniformization and little code improvement.
7810 (ps-mule-prepare-font): Programming uniformization.
7811 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
7812 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
7813
7814 * ps-bdf.el: Programming uniformization and little code improvement.
7815 (bdf-search-and-read): New fun.
7816 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
7817 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
7818 (bdf-info-relative-compose, bdf-info-baseline-offset)
7819 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
7820 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
7821 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
7822 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
7823 improvement.
7824
7825 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7826
7827 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
7828 and mule related code extraction. Autoload ps-mule funs.
7829
7830 * ps-mule.el: Doc fix. Require ps-print only when compiled.
7831 (ps-mule-prologue-generated): New fun.
7832 (ps-mule-plot-string): Add autoload cookie.
7833 (ps-mule-begin-job): Call ps-mule-prologue-generated.
7834
7835 1998-12-15 Kenichi Handa <handa@etl.go.jp>
7836
7837 * ps-bdf.el: Require ps-mule instead of ps-print.
7838 (bdf-directory-list): Add autoload cookie.
7839
7840 * ps-mule.el: New file. Mule related code extracted from
7841 ps-print.el. Require ps-print, provide ps-mule.
7842 (ps-multibyte-buffer): Add autoload cookie.
7843 (ps-mule-prepare-ascii-font): New fun.
7844 (ps-mule-set-ascii-font): New fun.
7845 (ps-mule-skip-same-charset): Fun deleted.
7846 (ps-mule-plot-string): Set ps-mule-current-charset.
7847 (ps-mule-initialize): Add autload cookie. Don't set
7848 ps-mule-font-info-database here.
7849 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
7850 ps-mule-font-info-database and ps-control-or-escape-regexp.
7851 (ps-mule-begin-page): New fun.
7852
7853 * ps-print.el: Mule related code moved to ps-mule.el.
7854 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
7855 check ps-mule-charset-list.
7856 (ps-begin-page): Don't set ps-mule-current-charset, instead call
7857 ps-mule-begin-page.
7858 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
7859 (ps-plot-region): Don't set ps-mule-current-charset, instead call
7860 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
7861 instead skip same charsets by itself.
7862 (ps-generate): Call ps-mule-initialize of needs-begin-file is
7863 non-nil. Call ps-mule-begin-job.
7864
7865 1998-12-15 Kenichi Handa <handa@etl.go.jp>
7866
7867 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
7868 instead of bdf.
7869
7870 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
7871 (ps-mule-external-libraries): New element FEATURE.
7872 (ps-mule-init-external-library): Ajusted for the above change.
7873 (ps-mule-generate-font): Likewise.
7874 (ps-mule-generate-glyphs): Likewise.
7875 (ps-mule-prepare-font): Likewise.
7876 (ps-mule-initialize): Likewise.
7877 (ps-begin-file): Superfluous tailing parenthesis deleted.
7878
7879 1998-12-15 Kenichi Handa <handa@etl.go.jp>
7880
7881 * international/fontset.el (x-decompose-font-name): If PATTERN
7882 doesn't have any wild cards, return a vector made from a name that
7883 is found by x-resolve-font-name found. Comments added.
7884
7885 * international/mule-cmds.el (find-coding-systems-for-charsets):
7886 Handle the case of unknown charset.
7887 (find-multibyte-characters): If invalid multibyte characters are
7888 found, return the corresponding strings instead of character
7889 codes.
7890 (find-multibyte-characters): Adjusted for the above change.
7891 (select-safe-coding-system): For a unibyte buffer, always returns
7892 DEFAULT-CODING-SYSTEM.
7893 (get-charset-property): Fix previous change. Make it a function.
7894 (put-charset-property): Make it a function.
7895
7896 * international/mule.el (make-coding-system): Set mime-charset
7897 property of *-with-esc coding system to nil.
7898
7899 * international/quail.el (quail-point-in-conversion-region): New
7900 function.
7901 (quail-conversion-backward-delete-char): When a key sequence is
7902 being translated, call quail-delete-last-char.
7903
7904 * language/devan-util.el
7905 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
7906 handle devanagari-decomposition-rules.
7907
7908 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
7909
7910 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
7911 tex-start-options-string to empty string.
7912 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
7913
7914 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
7915
7916 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
7917 5xx responses are already handled properly).
7918
7919 1998-12-13 Richard Stallman <rms@gnu.org>
7920
7921 * progmodes/compile.el (compilation-error-regexp-alist): Insist
7922 on a non-digit in the file name.
7923
7924 * simple.el (comment-region): Handle comment-padding
7925 separately for insertion and for deletion, in the right way for each.
7926
7927 1998-12-13 Felix Lee <flee@cygnus.com>
7928
7929 * progmodes/compile.el (compilation-error-regexp-alist): Fix
7930 regexp to match "ChangeLog:1:1998-12-09 ..."
7931
7932 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
7933
7934 * cus-start.el (dos-unsupported-char-glyph): Add.
7935
7936 1998-12-11 Dave Love <fx@gnu.org>
7937
7938 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
7939 forward-sexp in condition-case.
7940
7941 * emacs-lisp/find-func.el (find-function-search-for-symbol):
7942 Remove unnecessary test on `library' for explicit file name.
7943 Widen scope of save-match-data.
7944
7945 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
7946
7947 * international/mule.el (load-with-code-conversion): If the loaded
7948 file was inserted with no-conversion or raw-text coding system,
7949 make the buffer unibyte.
7950
7951 1998-12-09 Richard Stallman <rms@gnu.org>
7952
7953 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7954 Get rid of nested loops.
7955
7956 * mouse.el (mouse-drag-vertical-line):
7957 If WHICH-SIDE is not `right', then scroll bars are on the left.
7958
7959 * loadhist.el (load-history-loaded): defvar moved to help.el.
7960
7961 * help.el (symbol-file-load-history-loaded): Variable renamed,
7962 and defvar moved from loadhist.el.
7963 (symbol-file): Renamed from describe-function-find-file.
7964 Load fns-VERSION.el here.
7965 (describe-variable, describe-function-1): Use symbol-file.
7966
7967 * textmodes/tex-mode.el (tex-generate-zap-file-name):
7968 Don't start the name with #.
7969
7970 * ispell.el: Take out the eval-when's.
7971
7972 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
7973
7974 * dirtrack.el (dirtrack-directory-change-hook): New hook.
7975 (dirtrack): Run it. Make debug message more verbose.
7976
7977 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
7978
7979 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
7980 name of the abbrev table, and provide support for XEmacs.
7981 (octave-xemacs-p): New variable.
7982
7983 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7984
7985 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
7986 exit, when mail-interactive is nil.
7987
7988 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
7989
7990 * files.el (after-find-file): Message fix.
7991
7992 1998-12-09 Ken Stevens <stevens@kdstevens.com>
7993
7994 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
7995
7996 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
7997
7998 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
7999 filenames using backslashes.
8000
8001 1998-12-09 Dave Love <fx@gnu.org>
8002
8003 * browse-url.el (browse-url-mail): Call compose-mail-other-window
8004 with correct number of args.
8005 (browse-url-maybe-new-window): New arg. Callers changed.
8006
8007 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
8008 comment.
8009
8010 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
8011
8012 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
8013
8014 1998-12-08 Markus Rost <rost@delysid.gnu.org>
8015
8016 * vc.el (vc-rcs-release): Fix Type.
8017 (vc-sccs-release): Fix Type.
8018 (vc-cvs-release): Fix Type.
8019
8020 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
8021 arg work right.
8022
8023 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
8024 output of last undeleted message.
8025
8026 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
8027
8028 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
8029 (buffer-undo-list) [windows-nt]: Use different relative path.
8030
8031 1998-12-07 Simon Marshall <simon@gnu.org>
8032
8033 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
8034
8035 1998-12-05 Markus Rost <rost@delysid.gnu.org>
8036
8037 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
8038
8039 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
8040
8041 1998-12-04 Markus Rost <rost@delysid.gnu.org>
8042
8043 * info.el (Info-menu): Don't return error if point is between menu
8044 header and first menu item.
8045
8046 1998-12-04 Dave Love <fx@gnu.org>
8047
8048 * help.el (describe-function-1): Fix description for alias.
8049
8050 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
8051
8052 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
8053 specifications from summary line.
8054
8055 * rect.el (delete-whitespace-rectangle): Mark for autoload.
8056 (close-rectangle): Define alias only once in loaddefs.el.
8057
8058 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
8059
8060 * term/internal.el: Remove code which sets up a special syntax
8061 table for non-ASCII characters.
8062
8063 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
8064
8065 * dos-w32.el (direct-print-region-function): Try to ensure that
8066 printer-name is expanded to a file name on a local drive;
8067 sometimes printing a file loaded from a network volume fails.
8068 (direct-print-region-function): Add a function to
8069 write-region-annotate-functions to append a formfeed character to
8070 the region being printed, if the region doesn't end with a
8071 formfeed already. This avoids creating a second print job
8072 containing a blank page when print spooling is enabled on Windows.
8073
8074 1998-12-02 Dave Love <fx@gnu.org>
8075
8076 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
8077 `Info-goto-node'.
8078
8079 1998-12-02 Richard Stallman <rms@gnu.org>
8080
8081 * help.el (temp-buffer-resize-mode): Doc fix.
8082
8083 * cus-edit.el (custom-save-delete): Save point before
8084 reading a sexp, rather than backing up.
8085
8086 * international/iso-transl.el: Fix previous change.
8087
8088 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
8089
8090 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
8091 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
8092 Added defvars to suppress compilation warnings.
8093
8094 1998-11-30 Ken Stevens <k.stevens@ieee.org>
8095
8096 * ispell.el: Improved and fixed customize for variables:
8097 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
8098 ispell-dictionary-alist, ispell-skip-sgml.
8099 Improved and fixed comments in variables and messages for
8100 functions: ispell-help-in-bufferp, ispell-local-dictionary,
8101 ispell-menu-map, ispell-checking-message, ispell-parser,
8102 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
8103 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
8104 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
8105 ispell-message-text-end, ispell-add-per-file-word-list.
8106 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
8107 system is now required for all languages. Casechars improved for
8108 castellano, castellano8, and norsk dictionaries. Dictionary
8109 norsk7-tex added. Dictionary polish added.
8110 (ispell-dictionary-alist): Redefined at load-time to support
8111 dictionary changes.
8112 (ispell-menu-map): Redefined at load-time to support menu changes.
8113 (ispell-check-version): New alias for `check-ispell-version'.
8114 (ispell-parse-output): Fixed matching for ispell error messages.
8115 Correctly returns spelling suggestions in order generated by ispell
8116 process.
8117 (check-ispell-version): Ensure `case-fold-search' doesn't get
8118 redefined.
8119 (ispell-complete-word): Ensure `case-fold-search' doesn't get
8120 redefined. Fix bug that didn't respect case of word being completed.
8121 (ispell-init-process): Set process coding system to be compatible
8122 with emacs processes and the ispell process.
8123 (ispell-kill-ispell): Ensures ispell process has terminated before
8124 starting new process. This can otherwise confuse process filters
8125 and hang the ispell process.
8126 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
8127 skipping support for sgml.
8128 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
8129 which could cause `ispell-complete-word' to hang.
8130 (ispell-message): Improved message reference matching. Ensure
8131 `case-fold-search' doesn't get redefined.
8132 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
8133 get redefined. Fixed bug in returning to nroff mode from tex mode.
8134 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
8135 get redefined.
8136
8137 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
8138
8139 * textmodes/flyspell.el (flyspell-check-word-p):
8140 Don't delay inside a kbd macro.
8141
8142 * subr.el (make-local-hook): Return the hook variable.
8143
8144 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
8145
8146 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
8147 Use a timer instead of post-command-hook.
8148 (hscroll-timer): New variable.
8149
8150 1998-11-30 Dave Love <fx@gnu.org>
8151
8152 * help.el (help-xref-button): Do nothing if text already has the
8153 help-xref property.
8154 (describe-variable): Revert previous change to hyperlink to source.
8155
8156 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
8157
8158 * bindings.el (features): Add `base64' to this list.
8159
8160 * loadhist.el (symbol-file): Doc fix.
8161
8162 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
8163
8164 * files.el (hack-one-local-variable): Cope with non-file buffers.
8165
8166 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
8167
8168 * help.el (describe-mode): Put major mode first.
8169
8170 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
8171 to support special-display and same-window features.
8172
8173 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
8174
8175 * simple.el (transpose-subr, transpose-subr-1): Rename variables
8176 bound in one function and used in the other.
8177 (transpose-subr-start1, transpose-subr-start2): Add defvars.
8178 (transpose-subr-end1, transpose-subr-end2): Add defvars.
8179
8180 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
8181
8182 * autoinsert.el (auto-insert-alist): Use user-mail-address.
8183
8184 1998-11-26 Kenichi Handa <handa@etl.go.jp>
8185
8186 * international/ccl.el (ccl-dump-translate-character-const-tbl):
8187 Give format correct control string.
8188
8189 * international/mule.el (define-translation-table): Fix bug of
8190 setting incorrect translation-table-id. If the first element of
8191 ARGS is a translation table, just register it.
8192
8193 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
8194 property.
8195
8196 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
8197
8198 * thingatpt.el (thing-at-point-url-at-point): Don't use current
8199 syntax table to determine what is whitespace.
8200
8201 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
8202
8203 * frame.el (frame-parameter): Doc fix.
8204
8205 * textmodes/tex-mode.el (tex-feed-input): New function.
8206 (tex-define-common-keys): Add binding for C-c C-m.
8207
8208 1998-11-23 Dave Love <fx@gnu.org>
8209
8210 * progmodes/fortran.el: Various minor doc fixes.
8211 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
8212 (fortran-with-subprogram-narrowing): New macro.
8213 (fortran-check-for-matching-do): Use it.
8214 (fortran-end-do): Use fortran-check-end-prog-re.
8215 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
8216 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
8217
8218 1998-11-23 Simon Marshall <simon@gnu.org>
8219
8220 * font-lock.el (font-lock-defaults): Doc fix.
8221 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
8222 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
8223
8224 * lazy-lock.el (lazy-lock-unstall):
8225 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
8226
8227 * fast-lock.el (fast-lock-save-cache-1):
8228 (fast-lock-cache-data): Rewritten to use with-temp-message.
8229
8230 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
8231
8232 * mail/rmail.el (rmail-set-message-counters-counter): Detect
8233 messages that have been added with DOS line endings and convert
8234 the line endings for such messages.
8235
8236 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
8237
8238 * help.el: Add resizing of temporary buffers.
8239 (temp-buffer-resize-mode): New command and variable.
8240 (temp-buffer-max-height): New variable.
8241 (resize-temp-buffer-window): New function.
8242
8243 * window.el (window-buffer-height): New function, split from
8244 shrink-window-if-larger-than-buffer.
8245 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
8246
8247 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
8248
8249 * frame.el (initial-frame-alist): Add defcustom.
8250
8251 * shell.el (shell-prompt-pattern): Add defcustom.
8252
8253 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8254
8255 * message.el (message-ignored-supersedes-headers): Remove
8256 NNTP-Posting-Date.
8257
8258 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
8259
8260 * help.el (describe-mode): Don't avoid loop indirecting thru
8261 value of INDICATOR.
8262
8263 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
8264
8265 * help.el (describe-variable): Allow any variable with a defcustom,
8266 even if it is not a user variable.
8267
8268 * mail/rmail.el (mail-unsent-separator): Additional alternative.
8269
8270 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
8271
8272 * gnus/nntp.el (nntp-request-group): Allow for failures when
8273 requesting a new group.
8274
8275 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8276
8277 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
8278
8279 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8280
8281 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
8282
8283 1998-11-19 Simon Marshall <simon@gnu.org>
8284
8285 * subr.el (with-temp-message): New macro.
8286
8287 * emacs-lisp/lisp-mode.el (with-temp-message):
8288 Add lisp-indent-function property.
8289
8290 1998-11-18 Dave Love <fx@gnu.org>
8291
8292 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
8293
8294 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
8295
8296 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
8297 This is not obsolete.
8298
8299 1998-11-18 Kenichi Handa <handa@etl.go.jp>
8300
8301 * textmodes/picture.el: Make a new map by make-keymap.
8302 (picture-desired-column): New variable.
8303 (picture-update-desired-column): New function.
8304 (picture-beginning-of-line): Set picture-desired-column to 0.
8305 (picture-end-of-line): Set picture-desired-column to the current
8306 column.
8307 (picture-forward-column): Pay attention to multi-column character.
8308 (picture-backward-column): Likewise.
8309 (picture-move-down): Likewise.
8310 (picture-move-up): Likewise.
8311 (picture-movement-nw): With prefix arg, move twice columns.
8312 (picture-movement-ne): Likewise.
8313 (picture-movement-sw): Likewise.
8314 (picture-movement-se): Likewise.
8315 (picture-set-motion): Handle two-column movements.
8316 (picture-move): Call picture-move-down or picture-forward-column
8317 only when necessary.
8318 (picture-insert): Pay attention to picture-desired-column.
8319 (picture-self-insert): Likewise.
8320 (picture-clear-column): Pay attention to multi-column character.
8321 (picture-mode): Modify doc-string for two-column movement.
8322
8323 * rect.el (move-to-column-force): New function.
8324 (operate-on-rectangle): If coerce-tabs is non-nil, call
8325 move-to-column-force instead of move-to-column.
8326 (insert-rectangle): Call move-to-column-force instead of
8327 move-to-column.
8328 (open-rectangle-line): If begextra is not zero, call
8329 move-to-column-force.
8330
8331
8332 1998-11-16 Dave Love <fx@gnu.org>
8333
8334 * textmodes/sgml-mode.el Require skeleton when compiling.
8335 (sgml-font-lock-keywords-1): Accept single-letter tags.
8336 (v2): Defvar free variable.
8337
8338 1998-11-16 Sam Steingold <sds@goems.com>
8339
8340 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
8341 macro, not ELisp one.
8342
8343 1998-11-16 Kenichi Handa <handa@etl.go.jp>
8344
8345 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
8346 characters to symbol.
8347
8348 * language/japan-util.el (japanese-zenkaku-region): New optional
8349 arg KATAKANA-ONLY.
8350
8351 1998-11-16 Kenichi Handa <handa@etl.go.jp>
8352
8353 * international/mule.el
8354 (after-insert-file-set-buffer-file-coding-system): If the buffer
8355 is changed to unibyte, return inserted bytes.
8356
8357 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
8358 and link names if necessary.
8359 (tar-header-block-summarize): Handle the case that file or link
8360 names are multibyte.
8361 (tar-summarize-buffer): At first set the current buffer unibyte,
8362 then if there are multibyte file names, change it to multibyte.
8363 (tar-mode): Get char position from tar-header-offset.
8364 (tar-extract): Avoid multibyte<->unibyte conversion in
8365 insert-buffer-subsring by setting both buffers unibyte
8366 temporarily.
8367 (tar-copy): Set the buffer unibyte while doing a work. Write
8368 without code conversion.
8369 (tar-expunge): Set the buffer unibyte while doing a work.
8370 (tar-alter-one-field): Likewise.
8371 (tar-clear-modification-flags): Compare byte position with
8372 tar-header-offset.
8373 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
8374 insert-buffer-subsring by setting both buffers unibyte
8375 temporarily. Pay attention to multibyteness while updating the
8376 descriptor-line.
8377 (tar-mode-write-file): Write without code conversion.
8378
8379 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8380
8381 * nngateway.el: Require cl.
8382
8383 1998-11-15 Dave Love <fx@gnu.org>
8384
8385 * progmodes/fortran.el: Fix previous change:
8386 (fortran-end-prog-re1): Changed.
8387 (fortran-check-end-prog-re): New function.
8388 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
8389
8390 1998-11-13 Tom Breton <tob@world.std.com>
8391
8392 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
8393 GNU Emacs.
8394
8395 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
8396
8397 * textmodes/reftex.el: (reftex-finding-files): Group documentation
8398 fixed.
8399 (reftex-toc-toggle-file-boundary,
8400 reftex-toc-toggle-labels,
8401 reftex-toc-toggle-context,reftex-find-start-point): New functions.
8402 (reftex-toc-include-labels, reftex-toc-include-context,
8403 reftex-toc-include-file-boundaries,
8404 reftex-toc-keep-other-windows): New options.
8405 (reftex-use-text-after-label-as-context): Option removed.
8406 (reftex-extract-bib-entries): Protect use in non-latex
8407 buffers.
8408 (reftex-toc-visit-location): Renamed from
8409 `reftex-toc-visit-line'.
8410 (reftex-latin1-to-ascii): Works now with and without Mule.
8411 (reftex-truncate): Removed special stuff for Emacs 20.2.
8412 (reftex-get-offset): Made more general.
8413 (reftex-show-label-location): Renamed from
8414 `reftex-select-label-callback'.
8415 (reftex-pop-to-label): Function removed (using
8416 `reftex-show-label-location' instead.
8417 (reftex-insert-docstruct): Renamed from
8418 `reftex-make-and-insert-label-list'. Function args changed.
8419 (reftex-toc): Now uses `reftex-insert-docstruct' and
8420 `reftex-find-start-point'.
8421 (reftex-select-item): Use `reftex-find-start-point'.
8422 (reftex-toc-visit-line): Can display labels and file
8423 boundaries.
8424 (reftex-TeX-master-file): `(TeX-master-file)' protected.
8425
8426 1998-11-12 Sam Steingold <sds@goems.com>
8427
8428 * browse-url.el (browse-url): Handle the case when
8429 `browse-url-browser-function' is a lambda list.
8430
8431 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
8432
8433 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
8434 version string.
8435 * loadhist.el (symbol-file): Likewise
8436
8437 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
8438
8439 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
8440
8441 1998-11-11 Sam Steingold <sds@goems.com>
8442
8443 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
8444 `run-lisp' instead of signalling an error.
8445
8446 1998-11-11 Karl Heuer <kwzh@gnu.org>
8447
8448 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
8449
8450 1998-11-11 Richard Stallman <rms@gnu.org>
8451
8452 * vc-hooks.el (vc-toggle-read-only): Doc fix.
8453
8454 1998-11-11 Per Starback <starback@update.uu.se>
8455
8456 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
8457 renamed svenska8 to svenska, and fixed and extended CASECHARS
8458 for it.
8459
8460 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
8461
8462 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
8463 handling if setpagedevice is not available.
8464 (ps-begin-file): Fix typo.
8465
8466 1998-11-11 Kenichi Handa <handa@etl.go.jp>
8467
8468 * international/mule-util.el (compose-chars-component): Signal
8469 error if CH is a rule-based composition character.
8470 (compose-chars): Signal error if an already compsed character is
8471 going to be composed by rule-base.
8472
8473 * term/x-win.el: If a resolved ASCII font name doesn't conform to
8474 full XLFD, don't try to get information of WEIGHT and SLANT from
8475 that font name.
8476
8477 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
8478
8479 * dos-w32.el (set-default-process-coding-system): Use function on
8480 before-init-hook to set default-process-coding-system based on
8481 enable-multibyte-characters.
8482
8483 * term/w32-win.el ([language-change]): For now ignore
8484 keyboard language-change events.
8485
8486 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
8487
8488 * ediff-util.el (ediff-make-temp-file): Run the prefix through
8489 convert-standard-file-name, but leave the results of
8490 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
8491 characters if the original name already exists, or has a special
8492 handler.
8493
8494 1998-11-10 Karl Heuer <kwzh@gnu.org>
8495
8496 * international/iso-insert.el: Delete autoload cookies.
8497
8498 * international/iso-transl.el: Add autoload cookies.
8499
8500 1998-11-10 Richard Stallman <rms@gnu.org>
8501
8502 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
8503 (ispell-process-line): Don't treat multibyte
8504
8505 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
8506
8507 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
8508 setpagedevice to specify the page size if setpagedevice is
8509 available. This is necessary to select the correct paper tray on
8510 Level 2 printers with multiple paper sizes available.
8511
8512 (ps-begin-file): Cope with font names that contain spaces, and
8513 call BeginDoc in a BeginSetup/EndSetup block.
8514
8515 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
8516
8517 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
8518 convert-standard-filename.
8519
8520 * loadhist.el (symbol-file): Run fns-VERSION.el through
8521 convert-standard-filename.
8522
8523 1998-11-06 Richard Stallman <rms@gnu.org>
8524
8525 * textmodes/texinfmt.el (texinfo-format-scan):
8526 Detect the case of two @-commands in a row; process just the first.
8527 (texinfo-append-refill): If line has a @c, insert the @refill
8528 before it.
8529 (texinfo-format-refill): Return with point where the @refill was.
8530
8531 * files.el (hack-local-variables): Test local-enable-local-variables.
8532 (hack-local-variables-prop-line): Likewise.
8533 (set-auto-mode): Don't test local-enable-local-variables here.
8534 (enable-local-variables): Doc fix.
8535 (local-enable-local-variables): Doc fix.
8536 (normal-mode): Doc fix.
8537
8538 1998-11-06 Karl Heuer <kwzh@gnu.org>
8539
8540 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
8541
8542 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
8543
8544 * simple.el (line-number-mode): Doc fix.
8545
8546 1998-11-06 Kenichi Handa <handa@etl.go.jp>
8547
8548 * international/fontset.el (create-fontset-from-fontset-spec):
8549 Give correct arg to `error'.
8550
8551 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
8552
8553 * textmodes/sgml-mode.el (html-mode): Doc fix.
8554 (sgml-name-8bit-mode): Fix missing format character in message string.
8555
8556 1998-11-05 Karl Heuer <kwzh@gnu.org>
8557
8558 * mail/sendmail.el (sendmail-send-it): Check for failure.
8559
8560 1998-11-05 Richard Stallman <rms@gnu.org>
8561
8562 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
8563
8564 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
8565 (close-rectangle): Define as alias.
8566
8567 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
8568
8569 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
8570
8571 1998-11-05 Dave Love <fx@gnu.org>
8572
8573 * help.el (describe-variable): Don't quote link to source.
8574
8575 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
8576
8577 * gud.el (gud-common-init): Use pop-to-buffer.
8578 (same-window-regexps): Add an element that matches all gud buffers.
8579
8580 1998-11-04 Jason Rumney <jasonr@altavista.net>
8581
8582 * term/w32-win.el (x-get-selection-value): Alias to
8583 x-cut-buffer-or-selection-value.
8584 (w32-standard-fontset-spec): New variable.
8585 (w32-create-initial-fontsets, mouse-set-font): Check whether
8586 new-fontset is available.
8587 (w32-use-w32-font-dialog): Enable use of set-variable.
8588
8589 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8590
8591 * vc.el (with-vc-file, edit-vc-file): New macros.
8592
8593 1998-11-04 Kenichi Handa <handa@etl.go.jp>
8594
8595 * international/quail.el (quail-show-guidance-buf): Call
8596 set-minibuffer-window to set minibuffer window of the current
8597 frame correctly.
8598
8599 1998-11-03 Theodore Jump <tjump@tertius.com>
8600
8601 * term/w32-win.el: Require fontset.
8602
8603 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
8604
8605 * faces.el (set-face-font): Call resolve-fontset-name on w32.
8606 (set-face-font-auto): Ditto.
8607
8608 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
8609
8610 * mouse.el (mouse-drag-region): Fix typo.
8611
8612 1998-11-02 Dave Love <fx@gnu.org>
8613
8614 * progmodes/fortran.el Fix for fontification of strings lost somehow:
8615 (fortran-fontify-string): New function.
8616 (fortran-font-lock-keywords-1): Use it.
8617
8618 1998-11-02 Markus Rost <rost@delysid.gnu.org>
8619
8620 * comint.el (comint-file-name-quote-list): Doc fix.
8621
8622 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
8623
8624 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
8625 build directory, not source directory.
8626
8627 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
8628 if we did not get one for the final move.
8629
8630 1998-11-01 Dave Love <fx@gnu.org>
8631
8632 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
8633 Don't funcall browse-url-browser-function.
8634
8635 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
8636 Don't funcall browse-url-browser-function.
8637
8638 * fortran.el (fortran-end-prog-re1): Fix the regexp.
8639
8640 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
8641
8642 * files.el (revert-buffer): Doc fix.
8643
8644 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
8645
8646 * textmodes/tex-mode.el (tex-start-options-string):
8647 Quote the backslashes with more backslashes.
8648
8649 1998-10-31 Dave Love <fx@gnu.org>
8650
8651 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
8652 (webjump): Don't funcall browse-url-browser-function.
8653
8654 1998-10-30 Kenichi Handa <handa@etl.go.jp>
8655
8656 * international/quail.el (quail-start-translation): Handle
8657 switching of the frame in read-key-sequence.
8658 (quail-start-conversion): Likewise.
8659 (quail-show-guidance-buf): Detach quail-guidance-buf from any
8660 windows before setting an appropriate window for it.
8661 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
8662 quail-guidance-win to nil.
8663 (quail-update-guidance): If quail-guidance-buf is not in the
8664 selected frame, call quail-show-guidance-buf again.
8665
8666 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
8667
8668 * progmodes/pascal.el (pascal-mode):
8669 `blink-matching-paren-dont-ignore-comments' set to t.
8670
8671 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8672
8673 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
8674
8675 1998-10-30 Dave Love <fx@gnu.org>
8676
8677 * vc.el (vc-backend-merge-news): Check for "P" output.
8678
8679 * help.el (describe-variable): Hyperlink the definition.
8680
8681 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
8682
8683 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
8684 (sh-set-shell): Likewise.
8685
8686 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
8687
8688 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
8689 (edebug-on-error): Fix customize type to match that of
8690 debug-on-error.
8691
8692 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
8693
8694 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
8695 report-emacs-bug-address instead of undefined bug-gnu-emacs.
8696
8697 * international/mule-cmds.el (select-message-coding-system): Doc
8698 fix.
8699
8700 * international/mule-diag.el (describe-coding-system): Describe
8701 all flags.
8702
8703 * mail/sendmail.el (sendmail-coding-system,
8704 default-sendmail-coding-system): Doc fix.
8705
8706 * simple.el (shell-command-on-region): Doc fix.
8707
8708 * loadup.el: Write fns-*.el in current directory instead of
8709 data-directory since no installation directory exists yet. Mark
8710 buffer unmodified afterwards.
8711
8712 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
8713 instead of data-directory since it is architecture dependent.
8714 (load-history-loaded): Update doc string.
8715
8716 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
8717
8718 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
8719 path as a default directory when canonicalizing names.
8720
8721 * w32-fns.el: Remove a dangling reference to a directory on the
8722 build machine.
8723
8724 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
8725
8726 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
8727 namespace related keywords such as `class', `body', `private',
8728 `variable', `namespace eval', etc.
8729 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
8730 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
8731 imenu and font-lock so that searches for \sw would find words
8732 containing colons.
8733
8734 * progmodes/etags.el (initialize-new-tags-table):
8735 Do not alter find-tag-marker-ring and tags-location-ring.
8736
8737 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
8738
8739 * term/w32-win.el: Require fontset.
8740 (w32-init-fontsets): New function (code from x-win.el).
8741
8742 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8743
8744 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
8745 calendar-and-diary-frame-parameters): Add title parameter.
8746
8747 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
8748
8749 * completion.el (dynamic-completion-mode): New function to enable
8750 the mode. (Just loading the file now does not change anything.)
8751
8752 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8753
8754 * ps-print.el: User option for multibyte buffer handling and doc fix.
8755 (ps-multibyte-buffer): New user option.
8756 (ps-setup): Print new user option.
8757 (ps-print-quote): New fun.
8758 (ps-color-p, ps-mule-font-info-database-latin): New var.
8759 (ps-default-color, ps-mule-font-info-database)
8760 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
8761 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
8762 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
8763 Little code improvement.
8764 (ps-mule-initialize): Initialize ps-mule-font-info-database.
8765 (ps-print-prologue-header, ps-font-family, ps-font-size)
8766 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
8767 (ps-build-face-reference, ps-mule-font-info-database-bdf)
8768 (ps-mule-external-libraries, ps-mule-init-external-library)
8769 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
8770 Doc fix.
8771 (ps-print-version): New version number (4.1.1) and doc fix.
8772 (ps-print-prologue-header): New user option.
8773 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
8774 Conditional compilation for GNU Emacs and emacsens.
8775 (ps-generate-postscript-with-faces): Skip invisible text better.
8776 (ps-setup): Print new user option.
8777 (ps-print-preprint): Check if input file name exists and is unwritable.
8778 (ps-begin-file): Adjust PostScript prologue header for duplex printers
8779 and insert user PostScript prologue header comments.
8780 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
8781 New funs.
8782 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
8783 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
8784 PostScript programming normalization.
8785 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
8786 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
8787 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
8788 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
8789 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
8790 Programming style normalization.
8791
8792 1998-10-26 Kenichi Handa <handa@etl.go.jp>
8793
8794 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
8795 version, check the value of mule-version.
8796
8797 * international/mule-util.el (compose-region): Insert then delete
8798 to preserve markers.
8799 (decompose-region): Use search-forward for efficiency.
8800
8801 * language/chinese.el (pre-write-encode-hz): Cancel previous
8802 change, use generate-new-buffer instead of get-buffer-create.
8803 * language/devan-util.el
8804 (in-is13194-devanagari-pre-write-conversion): Likewise.
8805 * language/thai-util.el (thai-pre-write-conversion): Likewise.
8806 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
8807 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
8808
8809 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
8810
8811 * mail/rmailsum.el (rmail-message-subject-p):
8812 Handle message whose header has not been reformatted.
8813
8814 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
8815
8816 1998-10-25 Jason Rumney <jasonr@altavista.net>
8817
8818 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
8819 New variables.
8820 (mouse-set-font): Use font menus instead of dialog according to
8821 w32-use-w32-font-dialog.
8822
8823 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8824
8825 * calendar/calendar.el (calendar-day-name-array): Add doc string
8826 correctly!
8827 (calendar-month-name-array): Add doc string correctly!
8828
8829 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
8830
8831 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
8832
8833 1998-10-21 Markus Rost <rost@delysid.gnu.org>
8834
8835 * lisp/info.el (Info-next-menu-item): Stay on top of node.
8836
8837 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
8838
8839 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
8840
8841 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
8842
8843 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
8844
8845 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
8846
8847 1998-10-21 Karl Heuer <kwzh@gnu.org>
8848
8849 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
8850 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
8851 (profile-filter, profile-reset-timer): Functions deleted.
8852 (profile-check-zero-init-times, profile-get-time): Likewise.
8853 (profile-find-function, profile-quit): Likewise.
8854 (profile-distinct, profile-call-stack, profile-last-time): New vars.
8855 (profile-time-list, profile-init-list): Doc fix.
8856 (profile-functions): Simplify.
8857 (profile-print): Use float. Make output include space separators.
8858 (profile-add-time): New helper function.
8859 (profile-function-prolog): Renamed from profile-start-function.
8860 Handle profile-distinct.
8861 (profile-function-epilog): Renamed from profile-update-function.
8862 Handle profile-distinct.
8863 (profile-a-function): If the function to be profiled is an
8864 autoload form, load it. If it's lazy-loaded, fetch it.
8865 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
8866 (profile-restore-fun): Arg FUN is now a function symbol, as was
8867 documented, rather than a one-element list.
8868 (profile-finish): Call profile-restore-fun properly.
8869
8870 1998-10-21 Kenichi Handa <handa@etl.go.jp>
8871
8872 * international/characters.el: Setup charset property
8873 nospace-between-words.
8874
8875 * international/mule-cmds.el (get-charset-property): If CHARSET is
8876 composition, return nil.
8877 (put-charset-property): If CHARSET is composition, do nothing.
8878
8879 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
8880 * language/devan-util.el
8881 (in-is13194-devanagari-pre-write-conversion): Likewise.
8882 * language/thai-util.el (thai-pre-write-conversion): Likewise.
8883 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
8884 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
8885
8886 * textmodes/fill.el (sentence-end-without-period): New variable.
8887 (canonically-space-region): Pay attention to
8888 sentence-end-without-period.
8889 (fill-find-break-point): The first argument CHARSET deleted.
8890 Caller changed.
8891 (fill-region-as-paragraph): Pay attention to charset property
8892 nospace-between-words and text property nospace-between-words.
8893
8894 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
8895
8896 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
8897 an unrecognized shell.
8898
8899 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
8900
8901 * desktop.el (desktop-save): Include minor modes symbolically.
8902 (desktop-create-buffer): Turn on all minor modes in `mim'.
8903
8904 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
8905
8906 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
8907 (sh-font-lock-keywords): Handle rpm and rpm2.
8908 (sh-ancestor-alist): Handle rpm.
8909
8910 * files.el (auto-mode-alist): Recognize .rpm files.
8911 Also .spec and .mspec files.
8912
8913 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
8914
8915 * faces.el (frame-set-background-mode): Enable the function for
8916 MSDOS frames.
8917
8918 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8919
8920 * calendar/calendar.el (calendar-day-name-array): Add doc string.
8921 (calendar-month-name-array): Add doc string.
8922
8923 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8924
8925 * simple.el (kill-ring-max): Increased to 60.
8926
8927 1998-10-17 Kenichi Handa <handa@etl.go.jp>
8928
8929 * international/characters.el: Setup auto-fill-chars.
8930
8931 * international/kinsoku.el (kinsoku): Check the variable
8932 enable-kinsoku.
8933
8934 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
8935 Don't call kinsoku directly, intead call fill-find-break-point.
8936
8937 * textmodes/fill.el: Setup `fill-find-break-point-function'
8938 property to character sets which require `kinsoku' processing for
8939 filling.
8940 (fill-find-break-point): New function.
8941 (fill-region-as-paragraph): Don't check kinsoku-enable here.
8942 Don't call kinsoku directly, intead call fill-find-break-point.
8943
8944 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
8945
8946 * faces.el (modify-face-read-string): Return (nil) for "none".
8947 (modify-face): Don't get error if (nil) is the argument.
8948 (face-try-color-list): Don't check whether nil is a valid color.
8949
8950 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
8951
8952 * emacs-lisp/bytecomp.el (byte-recompile-directory):
8953 Print message about each directory, even in batch mode.
8954
8955 * gnus/nntp.el: Require `cl' before using nnoo-declare.
8956
8957 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
8958 (ps-mule-string-char): No need to use sref.
8959 (ps-mule-next-index): No need to use sref.
8960
8961 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
8962
8963 * files.el (revert-buffer-internal-hook): Add defvar.
8964
8965 * arc-mode.el (archive-mode): Locally set file-precious-flag.
8966
8967 * tar-mode.el (tar-mode): Locally set file-precious-flag.
8968
8969 1998-10-16 Markus Rost <rost@delysid.gnu.org>
8970
8971 * international/mule-cmds.el (default-input-method): Fix custom type.
8972
8973 * net-utils.el (whois-server-list): Fix customization type.
8974
8975 * shell.el (shell-input-autoexpand): Fix customization group.
8976
8977 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
8978
8979 * repeat.el (repeat): Handle keyboard macros properly.
8980 Handle new prefix arg after self-insert command.
8981
8982 * repeat.el: Don't include cl even at compile time.
8983 (repeat): Avoid using `loop'.
8984
8985 * simple.el (shell-command-on-region): Doc fix.
8986 (next-history-element): Special error message if no default.
8987
8988 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
8989
8990 * ps-print.el (ps-print-buffer): Doc fix.
8991 (ps-despool): Likewise.
8992
8993 * arc-mode.el (arc-mode): Provide arc-mode.
8994
8995 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
8996
8997 * ps-print.el (ps-print-buffer): Doc fix.
8998
8999 1998-10-14 Dave Love <fx@gnu.org>
9000
9001 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
9002 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
9003 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
9004
9005 * progmodes/fortran.el (fortran-mode-map): Change "Join
9006 Continuation Line" to "Join Line".
9007 (fortran-font-lock-keywords-1): Add "cycle", "exit".
9008
9009 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
9010
9011 * progmodes/fortran.el (fortran-join-line): Use
9012 `delete-indentation' instead of issuing an error message if not on
9013 a continuation line. Provide for joining several lines using
9014 prefix arg.
9015
9016 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
9017
9018 * term/pc-win.el (msdos-color-values): New variable.
9019 (x-color-values): New function, emulates its namesake from
9020 src/xfns.c.
9021 (msdos-bg-mode): Add all dark colors to those which return
9022 "dark".
9023
9024 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
9025
9026 * replace.el (keep-lines, flush-lines, how-many):
9027 Don't ignore case if arg has upper case letters.
9028
9029 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
9030
9031 * progmodes/vhdl-mode.el
9032 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
9033 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
9034 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
9035 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
9036 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
9037 (vhdl-when): Fix indentation problem.
9038 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
9039 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
9040 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
9041
9042 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
9043
9044 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
9045 (ls-lisp-insert-directory): Renamed from insert-directory.
9046 (insert-directory): New function.
9047
9048 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
9049
9050 * simple.el (completion-fixup-function): Variable deleted.
9051 (completion-setup-function): Delete code for completion-fixup-function.
9052 * emacs-lisp/lisp.el (lisp-complete-symbol):
9053 Don't bind completion-fixup-function.
9054
9055 * files.el (find-file-wildcards): New option.
9056 (find-file-noselect): Handle wild cards, if enabled.
9057 (file-expand-wildcards): New function.
9058
9059 * simple.el (set-fill-column): Doc fix.
9060
9061 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9062
9063 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
9064
9065 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
9066
9067 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
9068 Move declaration before first use.
9069 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
9070 hif-math, hif-factor): Rename token to hif-token and token-list to
9071 hif-token-list.
9072 (hif-token, hif-token-list): Declare them.
9073 (hif-find-ifdef-block): Return cons of top and bottom point
9074 instead of setting dynamically bound variables.
9075 (hide-ifdef-block, show-ifdef-block): Use return value of
9076 hif-find-ifdef-block.
9077
9078 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9079
9080 * subr.el (read-passwd): Use clear-this-command-keys.
9081
9082 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
9083
9084 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
9085 and ...-for-write.
9086
9087 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
9088
9089 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
9090 responses to GROUP command, since this may be called from a timer
9091 with quit inhibited.
9092
9093 1998-10-12 Kenichi Handa <handa@etl.go.jp>
9094
9095 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
9096 set unconditional-jump to nil.
9097 (ccl-compile-read-multibyte-character): Return nil.
9098 (ccl-compile-write-multibyte-character): Likewise.
9099 (ccl-compile-translate-character): Likewise
9100 (ccl-compile-map-multiple): Likewise.
9101 (ccl-compile-map-single): Likewise.
9102
9103 * international/kinsoku.el: Add coding tag.
9104 (kinsoku-bol): Remove superfluous TAB in a string.
9105
9106 * international/mule-cmds.el (find-coding-systems-for-charsets):
9107 Delete `composition' (if any) from CHARSETS.
9108
9109 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9110
9111 * international/mule-cmds.el (setup-specified-language-environment):
9112 Add apropos-inhibit property.
9113 (describe-specified-language-support): Likewise.
9114
9115 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
9116
9117 * international/mule.el (make-coding-system): Create -with-esc
9118 variant coding system.
9119
9120 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
9121
9122 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
9123 (next-file): Optionally offer to revert a file's buffer,
9124 if it has an existing buffer but the file has changed.
9125
9126 * info.el (Info-insert-dir): Detect and report problems
9127 in input files, such as "No Top node". Return with point
9128 at the beginning of the text.
9129 (Info-find-node): Reinsert the code to handle files
9130 with no tags table; it was deleted by mistake.
9131
9132 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
9133
9134 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
9135 texinfo-find-higher-level-node repeatedly find the same node.
9136 (texinfo-find-higher-level-node): Doc fix.
9137
9138 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
9139
9140 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
9141 (smtpmail-address-buffer): Add defvar.
9142 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
9143
9144 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
9145
9146 * ffap.el (ffap-machine-p-local): Fix editing error.
9147
9148 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
9149
9150 * faces.el (frame-set-background-mode):
9151 Don't do anythung for text-only or MSDOS frame.
9152
9153 1998-10-08 Kenichi Handa <handa@etl.go.jp>
9154
9155 * international/quail.el (quail-defrule): New optional arg APPEND.
9156 (quail-defrule-internal): Fix bug of handling the argument APPEND.
9157
9158 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
9159
9160 * gnus/pop3.el (pop3-open-server):
9161 Set process-coding-system-alist around open-network-stream.
9162
9163 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
9164
9165 * files.el (save-buffer): Doc fix.
9166
9167 1998-10-07 Karl Heuer <kwzh@gnu.org>
9168
9169 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
9170 return DEF unchanged, not nil. Simplify.
9171
9172 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
9173
9174 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
9175
9176 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
9177
9178 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
9179
9180 * net-utils.el (ftp, nslookup): Require comint.
9181 (network-service-connection): Likewise.
9182 (whois-server-name): Defaults to whois.arin.net
9183 (whois-server-list, whois-server-tld, whois-guess-server): New var.
9184 (whois): Tries to guess the appropriate top-level domain server.
9185 (whois-get-tld): New function.
9186
9187 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
9188 (dirtrack-debug-toggle): Added this function.
9189
9190 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9191
9192 * files.el (find-file-noselect): Switch to the correct buffer
9193 before checking find-file-literally, and allow non-nil non-t
9194 rawfile params.
9195
9196 1998-10-06 Karl Heuer <kwzh@gnu.org>
9197
9198 * midnight.el (clean-buffer-list): Add autoload cookie.
9199
9200 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
9201 no-autosave.
9202 * tar-mode.el (tar-mode-revert): Likewise.
9203 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
9204 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
9205 * gnus/message.el (message-auto-save-directory): Renamed from
9206 message-autosave-directory. All references changed.
9207
9208 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9209
9210 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
9211 string. Expose mime stuff while searching.
9212
9213 1998-10-06 Richard Stallman <rms@gnu.org>
9214
9215 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
9216
9217 * replace.el (perform-replace): Position point properly
9218 before and after the recursive edit of C-r.
9219
9220 * progmodes/etags.el (tags-reset-tags-tables): Properly
9221 find the markers in the old rings that are being discarded.
9222
9223 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9224
9225 * apropos.el (apropos-print): Control invalid characters.
9226
9227 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
9228 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
9229 confusing customize.
9230
9231 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
9232
9233 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
9234 built-in commands. Add more built-in commands and fix face names.
9235
9236 1998-10-05 Simon Marshall <simon@gnu.org>
9237
9238 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
9239
9240 1998-10-04 Eric Ludlam <zappo@gnu.org>
9241
9242 * speedbar.el (speedbar-initial-expansion-list-name): Remove
9243 customization since it is not useful in this case.
9244 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
9245 sure it gets evalled to a number. Also verify that set-frame-name
9246 fn exists before calling it.
9247
9248 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
9249 Protect a `forward-sexp' call which could fail, and improved regex
9250 for ie, and eg abbreviations.
9251
9252 1998-10-02 Noah Friedman <friedman@splode.com>
9253
9254 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
9255 send-string.
9256 (rlogin-send-Ctrl-D): Here also.
9257 (rlogin-send-Ctrl-Z): Here also.
9258 (rlogin-send-Ctrl-backslash): Here also.
9259
9260 1998-10-02 Dave Love <fx@gnu.org>
9261
9262 * outline.el (hide-region-body): Bind
9263 outline-view-change-hook to nil while making repeated calls to
9264 outline-flag-region. Run it once at the end.
9265 (hide-other, hide-sublevels, show-children): Likewise.
9266
9267 * info-look.el: Remove duplicate scheme-mode entry.
9268 (info-lookup-make-completions): When looking for entries, check
9269 that `item' isn't null or "Menu".
9270
9271 1998-10-01 Karl Heuer <kwzh@gnu.org>
9272
9273 * net-utils.el: Don't require ffap.
9274 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
9275 (ping, nslookup-host, finger, network-connection-to-service): Use them.
9276
9277 1998-09-30 Richard Stallman <rms@gnu.org>
9278
9279 * ispell.el (check-ispell-version): No need to bind default-major-mode.
9280
9281 * imenu.el (imenu--generic-function): Sort each submenu by position.
9282 (imenu--sort-by-position): New function.
9283
9284 * cus-edit.el (Custom-mode-menu): Fix info node name.
9285 (customize group): Fix info node name.
9286
9287 * mail/mailalias.el (build-mail-aliases): Don't allow
9288 a newline in the alias name. Don't define an alias
9289 if the definition would be empty.
9290
9291 * which-func.el (which-func-mode-global): Make :set function
9292 more reliable.
9293
9294 * custom.el (custom-set-variables): Load the requests first,
9295 then check the symbol's `set' function.
9296
9297 * ffap.el: Doc fixes.
9298
9299 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9300
9301 * gnus.el: (gnus-valid-select-methods): Fix type.
9302 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
9303 * gnus-score.el (gnus-orphan-score): Fix type.
9304 (gnus-score-default-header, gnus-score-default-type): Fix type.
9305 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
9306 (gnus-saved-headers): Fix type.
9307
9308 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
9309 Avoid nil value of `two-lines-citation-part'.
9310
9311 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
9312
9313 * which-func.el (which-function): Handle case when
9314 (car imenu--index-alist) is nil.
9315
9316 1998-09-29 Dave Love <fx@gnu.org>
9317
9318 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
9319 bzip2 args.
9320
9321 1998-09-29 Simon Marshall <simon@gnu.org>
9322
9323 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
9324 comint-exec-hook.
9325
9326 1998-09-29 Stephen Eglen <stephen@gnu.org>
9327
9328 * info-look.el: Add support for Octave.
9329
9330 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
9331
9332 * textmodes/reftex.el (reftex-finding-files): New customize group.
9333 (reftex-texpath-environment-variables,
9334 reftex-use-external-file-finders, reftex-external-file-finders,
9335 reftex-search-unrecursed-path-first): New options.
9336 (reftex-process-string, reftex-find-file-externally): New
9337 functions.
9338 (reftex-access-search-path): Execute shell commands to find the
9339 search path.
9340 (reftex-toggle-auto-view-crossref): When turning on, make sure
9341 `reftex-auto-view-crossref' becomes non-nil.
9342 (reftex-abbrev-regexp): Constant removed.
9343 (reftex-convert-string): Abbrev regexp calculated locally.
9344
9345 1998-09-28 Dave Love <fx@gnu.org>
9346
9347 * progmodes/fortran.el: Don't call regexp-opt when deriving
9348 font-lock patterns with keywords that aren't all literal.
9349
9350 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
9351
9352 * octave-inf.el (inferior-octave-prompt): Also match prompts of
9353 the form `octave.bin:1>' which come from using precopiled binary
9354 versions.
9355
9356 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
9357
9358 * help.el (help-for-help): Use %THIS-KEY%.
9359 (help-quit): Add doc.
9360
9361 * help-macro.el (make-help-screen): Keep HELP-TEXT
9362 in a separate function definition, not in the help command FNAME.
9363 Replace %THIS-KEY% with the key sequence that ran FNAME.
9364
9365 1998-09-25 Richard Stallman <rms@gnu.org>
9366
9367 * textmodes/texinfo.el (texinfo-show-structure):
9368 Bind inhibit-read-only.
9369
9370 * isearch.el (isearch-search-and-update): Properly
9371 handle upper case letters in the reverse-search special case.
9372
9373 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9374
9375 * gnus.el: Extend the list of autoloaded functions.
9376
9377 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
9378 buffer before creating help group. (from Gnus v5.6.43, fix by
9379 1998-08-20 Per Starback <starback@update.uu.se>)
9380
9381 * gnus-util.el (gnus-output-to-rmail): Adjust to
9382 `rmail-output-to-rmail-file'.
9383
9384 1998-09-25 Karl Heuer <kwzh@gnu.org>
9385
9386 * hexl.el (hexl-mode-map): More of previous change.
9387
9388 * textmodes/tex-mode.el (tex-run-command): Doc fix.
9389 (tex-start-tex): Don't use tex-start-options-string in star case.
9390 Quote file name in star case as well as in non-star.
9391 Add blank and quoting of option string here.
9392 (tex-start-options-string): Not here.
9393
9394 1998-09-23 Karl Heuer <kwzh@gnu.org>
9395
9396 * term.el (term-delimiter-argument-list): Doc fix.
9397 (term-emulate-terminal): Escape literal semicolon.
9398 * progmodes/asm-mode.el (asm-mode): Doc fix.
9399 (asm-comment-char): Escape literal semicolon.
9400 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
9401
9402 1998-09-23 Richard Stallman <rms@gnu.org>
9403
9404 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
9405 only those that normally modify the buffer.
9406
9407 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
9408 over again.
9409
9410 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
9411
9412 * ispell.el (check-ispell-version): Ensure same buffer is current
9413 when let-binding of case-fold-search ends.
9414
9415 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9416
9417 * ps-print.el: Skip invisible overlay.
9418 Test for set-buffer-multibyte rather than using mule-version.
9419 (ps-print-version): New version number (4.1) and doc fix.
9420 (ps-generate-postscript-with-faces): Skip invisible overlay.
9421
9422 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
9423
9424 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
9425
9426 1998-09-22 Kenichi Handa <handa@etl.go.jp>
9427
9428 * international/quail.el (quail-update-guidance): Check for the
9429 return value of (quail-guidance) fixed.
9430 (quail-update-translation): Bind quail-current-str locally when it
9431 calls quail-update-guidance.
9432 (quail-update-translation): If input-method-exit-on-first-char is
9433 non-nil, terminate translation only when the current input method
9434 is simple.
9435
9436 1998-09-22 Paul Eggert <eggert@twinsun.com>
9437
9438 * startup.el (locale-translation-file-name): Prefer X-related names
9439 to the name used by GNU/Linux sans X. Set to nil if no file found.
9440 (command-line): Use locale-translation-file-name if it is not nil,
9441 instead of testing for its existence again.
9442 regexp-quote the ctype before using it in a regexp.
9443 Allow a colon to appear after the ctype in the aliases file,
9444 as is done in X11R6.4.
9445
9446 1998-09-21 Richard Stallman <rms@gnu.org>
9447
9448 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
9449
9450 * calendar/appt.el (appt-interval): Variable deleted.
9451 (appt-check): For minutes in between appt-display-interval times,
9452 do check, but don't display anything except an updated mode line.
9453 Count against appt-display-interval based on minutes since
9454 first display of this appointment, not based on time of day.
9455 If appt-display-mode-line, force mode line redisplay
9456 whenever appt-mode-string has changed.
9457 (appt-add, appt-delete): Add autoload cookies.
9458 (appt-check): Catch errors from calling `diary'.
9459 (appt-max-time): Renamed from max-time.
9460 (appt-now-displayed, appt-display-count): New variables.
9461 (appt-timer): Don't create one if we already have one.
9462
9463 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9464 More general code to use the source buffer instead of the zap file.
9465
9466 * hilit-chg.el (highlight-compare-with-file): Renamed from
9467 compare-with-file.
9468
9469 * loadhist.el (load-history-loaded): New variable.
9470 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
9471
9472 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
9473
9474 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9475 Fix error messages.
9476
9477 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
9478
9479 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
9480 Emacs frame.
9481
9482 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9483
9484 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
9485 `undecided' and `undecided-unix'.
9486
9487 1998-09-21 Dave Love <fx@gnu.org>
9488
9489 * help.el (help-make-xrefs): Fix typo affecting Info references.
9490
9491 * subr.el (remove-hook): Check list values to avoid errors.
9492
9493 1998-09-18 Noah Friedman <friedman@splode.com>
9494
9495 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
9496 store string in eldoc-last-message without consing a new string.
9497 Rearrange logic from nested if's into cond's.
9498 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
9499 Do not print message; just return string.
9500 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
9501 Do not print message; just return string.
9502 Cache that string in eldoc-last-data.
9503 (eldoc-last-data): Make into a vector.
9504 (eldoc-get-fnsym-args-string): Use new data form of structure.
9505 (eldoc-get-var-docstring): Here also.
9506 (eldoc-last-data-store): New function.
9507 (eldoc-get-fnsym-args-string): Use it.
9508 (eldoc-get-var-docstring): Here also.
9509 (eldoc-docstring-first-line): Minimize interim string consing.
9510 Call substitute-command-keys on the result.
9511 (eldoc-print-var-docstrings, eldoc-print-docstring,
9512 eldoc-docstring-message): Functions removed.
9513 (eldoc-docstring-format-sym-doc): New function, functionality
9514 ripped out of eldoc-docstring-message.
9515 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
9516
9517 1998-09-18 Kenichi Handa <handa@etl.go.jp>
9518
9519 * international/mule.el (make-coding-system): Doc-string modified.
9520
9521 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
9522
9523 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
9524
9525 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
9526 customize type.
9527
9528 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
9529 type.
9530
9531 * progmodes/compile.el (compilation-error-screen-columns): New
9532 variable.
9533 (compilation-next-error-locus): Use it to decide whether to use
9534 forward-char or move-to-column.
9535
9536 * mail/rmail.el (rmail-movemail-program): Fix customize type.
9537
9538 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
9539 feedmail-fiddle-plex-user-list,
9540 feedmail-spray-address-fiddle-plex-list,
9541 feedmail-prompt-before-queue-user-alist,
9542 feedmail-prompt-before-queue-help-supplement,
9543 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
9544 feedmail-queue-alternative-mail-header-separator): Fix customize
9545 type.
9546
9547 * startup.el (site-run-file): Fix customize type.
9548
9549 * speedbar.el (speedbar-initial-expansion-list-name): Fix
9550 customize type.
9551
9552 * shell.el (shell-input-autoexpand): Fix customize type.
9553
9554 * ps-print.el (ps-font-info-database): Add missing dots in value.
9555 Improve layout of customize type.
9556
9557 * net-utils.el (traceroute-program-options, ping-program-options,
9558 ipconfig-program-options, netstat-program-options,
9559 arp-program-options, route-program-options,
9560 nslookup-program-options, ftp-program-options): Fix customize
9561 type.
9562
9563 * midnight.el (clean-buffer-list-kill-regexps,
9564 clean-buffer-list-kill-buffer-names,
9565 clean-buffer-list-kill-never-buffer-names,
9566 clean-buffer-list-kill-never-regexps): Fix customize type.
9567
9568 * man.el (Man-init-defvars): Avoid trailing nil on
9569 Man-filter-list.
9570
9571 * lpr.el (printer-name): Fix customize type.
9572
9573 1998-09-16 Kenichi Handa <handa@etl.go.jp>
9574
9575 * international/mule-cmds.el (reset-language-environment): Call
9576 update-coding-systems-internal.
9577
9578 * international/mule-conf.el: Call update-coding-systems-internal
9579 at the tail.
9580
9581 1998-09-14 Dave Love <fx@gnu.org>
9582
9583 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
9584 use the menu-enable properties, pending doing it correctly and
9585 acceptably fast.
9586
9587 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
9588
9589 1998-09-13 Dave Love <d.love@dl.ac.uk>
9590
9591 * progmodes/hideshow.el (hs-grok-mode-type): Check
9592 comment-{start,end} non-nil as well as bound. Report an error if
9593 we can't grok the mode.
9594
9595 1998-09-13 Richard Stallman <rms@gnu.org>
9596
9597 * simple.el (blink-matching-open): Don't log paren matching
9598 messages in *Messages*.
9599
9600 1998-09-12 Richard Stallman <rms@gnu.org>
9601
9602 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
9603 Set point-before-scroll at end even if there was an error.
9604
9605 * ange-ftp.el (ange-ftp-insert-file-contents):
9606 Use binary mode for dumb-unix hosts as for unix hosts.
9607 (ange-ftp-copy-file-internal): Likewise.
9608
9609 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
9610
9611 * emacs-lisp/pp.el: Doc fixes.
9612
9613 * wid-edit.el (widget-menu-max-shortcuts): New variable.
9614 (widget-choose): Don't use single-char shortcuts if # items
9615 exceeds that many. Use minibuffer instead.
9616
9617 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9618
9619 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
9620
9621 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
9622
9623 * speedbar.el (speedbar-frame-mode): Do not set frame position if
9624 in terminal mode.
9625
9626 1998-09-10 Noah Friedman <friedman@splode.com>
9627
9628 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
9629 defcustom declaration. It's wreaking too much havoc with XEmacs
9630 and older versions of Emacs, which share this code.
9631
9632 * type-break.el (type-break-mode): Here also.
9633
9634 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
9635 `t' to add-hook also to modify the new local value.
9636
9637 1998-09-10 Dave Love <fx@gnu.org>
9638
9639 * vc.el (vc-insert-headers): Doc fix.
9640
9641 1998-09-10 Richard Stallman <rms@gnu.org>
9642
9643 * textmodes/flyspell.el (flyspell-mode-on): Make the
9644 ispell-... variables permanent locals.
9645 (flyspell-mode-off): Add autoload cookie.
9646
9647 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
9648 do use binary mode, just as for `unix'.
9649 (ange-ftp-host-type): If HOST is nil, return `unix'.
9650
9651 * dired.el (dired-mark-files-containing-regexp):
9652 Don't scan directories. Ignore non-readable files.
9653
9654 * progmodes/compile.el (compilation-error-regexp-alist):
9655 Fix previous change: allow . and _ in command name.
9656
9657 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
9658
9659 * uncompress.el (uncompress-while-visiting):
9660 Use just the car of what find-operation-coding-system returns.
9661
9662 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
9663
9664 * shell.el (shell-file-name-quote-list): Add # to the value.
9665
9666 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
9667
9668 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
9669 to make killing of ispell process work even if
9670 kill-all-local-variables has been run.
9671
9672 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9673
9674 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
9675 loop when sexp entry ends at end of file with no newline.
9676
9677 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9678
9679 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
9680 (Custom-reset-standard): Fix menu inconsistency.
9681
9682 * mail/feedmail.el (feedmail-from-line): Allow t.
9683 (feedmail-message-id-suffix): Allow nil.
9684
9685 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
9686 Simplify. Make prefix arg work right.
9687
9688 1998-09-09 Dave Love <fx@gnu.org>
9689
9690 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
9691
9692 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
9693
9694 1998-09-08 Dave Love <fx@gnu.org>
9695
9696 * add-log.el (change-log-font-lock-keywords): Do parenthesized
9697 stuff only after file names or at start of line. Allow parens
9698 around e-mail, as well as angles.
9699
9700 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
9701 ignore-errors too, eval'd when compile. Require w3 stuff at load
9702 time for nicer failure if it's not available.
9703
9704 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
9705
9706 * comint.el (comint-arguments): Ignore backslashes when using
9707 w32 shells that expect backslashes as the directory separator.
9708
9709 1998-09-04 Kenichi Handa <handa@etl.go.jp>
9710
9711 * international/fontset.el (resolved-ascii-font): New variable.
9712 (x-complement-fontset-spec): By side effect, set
9713 `resolved-ascii-font' to the resolved name of ASCII font."
9714 (create-fontset-from-fontset-spec): Don't get a value for
9715 resolved-ascii-font from the list full-fontlist. It is set by
9716 x-complement-fontset-spec now.
9717
9718 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
9719 version, check the value of mule-version.
9720
9721 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
9722
9723 * textmodes/reftex.el (reftex-view-crossref): Split up into
9724 several functions. No longer moves to find a macro.
9725 (reftex-view-cr-cite, reftex-view-cr-ref,
9726 reftex-end-of-bib-entry): New functions.
9727 (reftex-auto-view-crossref): New value `window' allowed.
9728 (reftex-view-crossref-when-idle): Process new `window' option in
9729 (reftex-translate-to-ascii-function): New default.
9730 (reftex-label-illegal-re): Default changed, removed Latin1.
9731 (reftex-latin1-to-ascii): New function.
9732 (reftex-what-environment): Check for section regexp before use.
9733 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
9734 absolute path names.
9735 (reftex-TeX-master-file): Changed sequence of file checks.
9736 (reftex-do-citation): bibview cache only with RefTeX mode on.
9737
9738 1998-09-06 Richard Stallman <rms@gnu.org>
9739
9740 * progmodes/compile.el (compilation-error-regexp-alist):
9741 In first pattern (GNU utilities and other things),
9742 allow a space after the optional program name at the beginning.
9743
9744 * mail/mail-hist.el (mail-hist-current-header-contents):
9745 Fix previous change: use mail-header-end.
9746
9747 1998-09-06 Bill Richter <richter@math.nwu.edu>
9748
9749 * international/ccl.el: Doc fixes.
9750 * international/encoded-kb.el: Doc fixes.
9751 * international/fontset.el: Doc fixes.
9752 * international/kinsoku.el: Doc fixes.
9753 * international/kkc.el: Doc fixes.
9754 * international/mule-cmds.el: Doc fixes.
9755 * international/mule-conf.el: Doc fixes.
9756 * international/mule-util.el: Doc fixes.
9757 * international/mule.el: Doc fixes.
9758
9759 1998-09-05 Eric Ludlam <zappo@gnu.org>
9760
9761 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
9762 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
9763 (checkdoc-this-string-valid-engine): Permit ? as terminating
9764 punctuation for first line sentence breaking.
9765 (checkdoc-this-string-valid): When converting a comment into a doc
9766 string, make sure " chars are \".
9767 (checkdoc-sentencespace-region-engine): Only do double space check
9768 if based on the variable `sentence-end-double-space'
9769 (checkdoc-this-string-valid-engine): ? ends valid sentence.
9770 (checkdoc-proper-noun-region-engine): Exclude items in URLs
9771
9772 1998-09-04 Richard Stallman <rms@gnu.org>
9773
9774 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9775 Recognize define-skeleton as a function definer.
9776
9777 * cus-edit.el (customize-option): Refuse to customize
9778 a variable that has no defcustom. But if variable is autoloaded,
9779 first try to load the library that defines it.
9780
9781 * international/iso-insert.el: Use `string' before calling `insert'
9782 so that in multibyte buffers we insert multibyte chars.
9783
9784 * dired.el (dired-mark-files-containing-regexp):
9785 Don't use find-file; instead, insert the file in a temp buffer.
9786
9787 * textmodes/tex-mode.el (tex-start-options-string): New option.
9788 (tex-start-tex): Use that variable.
9789
9790 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
9791 value in the `repeat' alternative a list.
9792
9793 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
9794 the inserted newline, verify that one was really inserted.
9795
9796 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
9797 remains on or remains off.
9798 (flyspell-multi-language-p): Default changed to nil.
9799
9800 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
9801 In "found in comment" case, don't beginning-of-line after forward-line.
9802
9803 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9804 If the function definition is not a lambda, return original FORM
9805 with no error.
9806
9807 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
9808
9809 * net-utils.el (netstat-program-options): Changed from nil to "-a"
9810 so that by default netstat shows all network connections.
9811
9812 1998-09-04 Bob Weiner <weiner@altrasoft.com>
9813
9814 * international/quail.el: Doc fixes.
9815
9816 * info.el (info): Don't add parens if FILE already has them.
9817
9818 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
9819
9820 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
9821 on extension lines.
9822
9823 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
9824
9825 * w32-fns.el (w32-shell-dos-semantics): New function.
9826
9827 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
9828
9829 * international/quail.el (quail-choose-completion-string): Store
9830 completion `choice' in `quail-current-str'; don't insert it.
9831
9832 1998-09-02 Kenichi Handa <handa@etl.go.jp>
9833
9834 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
9835 argument to ps-mule-generate-bitmap-font.
9836
9837 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
9838 entry and change Latin-1 entry in the default value.
9839 (ps-mule-font-info-database-ps-bdf): New variable.
9840 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
9841 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
9842 registerd in FONT-SPEC.
9843 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
9844 charcter width of bitmap fonts.
9845 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
9846 procedure NF.
9847 (ps-begin-file): Output PostScript code for setting
9848 SpaceWidthRatio.
9849 (ps-plot-region): Use line-beginning-position to get a position of
9850 the beginning of the current line.
9851
9852 * international/mule-cmds.el (register-input-method): Doc-string
9853 modified.
9854
9855 1998-09-01 Dave Love <fx@gnu.org>
9856
9857 * international/mule-cmds.el (current-language-environment): Fix
9858 setter function.
9859
9860 1998-09-01 Simon Marshall <simon@gnu.org>
9861
9862 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
9863 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
9864 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
9865 names with font-lock-type-face. Fontify type specs, etc., with
9866 font-lock-keyword-face.
9867
9868 1998-08-31 Kenichi Handa <handa@etl.go.jp>
9869
9870 * international/fontset.el (x-complement-fontset-spec): If ASCII
9871 font is specified in FONTLIST, don't substitute it for the
9872 resolved name.
9873
9874 1998-08-31 Paul Eggert <eggert@twinsun.com>
9875
9876 * international/mule.el (charset-description): Doc fix.
9877
9878 * language/chinese.el, language/cyrillic.el, language/czech.el,
9879 language/devanagari.el, language/ethiopic.el,
9880 language/european.el, language/hebrew.el, language/indian.el,
9881 language/japanese.el, language/korean.el, language/lao.el,
9882 language/slovak.el, language/thai.el, language/tibetan.el,
9883 language/vietnamese.el:
9884 Add coding: local variable, to avoid bootstrapping problem
9885 if you need to recompile all the Lisp files using interpreted code.
9886
9887 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9888
9889 * cal-china.el (chinese-year-cache): Change range of years from
9890 1989-2000 to 1990-2010.
9891
9892 1998-08-29 Dave Love <d.love@dl.ac.uk>
9893
9894 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
9895 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
9896
9897 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9898
9899 * ps-print.el (ps-print-control-characters): Doc-string modified.
9900 (ps-output-string-prim): Comment format changed.
9901 (ps-do-despool): Indentation of source code changed.
9902
9903 1998-08-28 Kenichi Handa <handa@etl.go.jp>
9904
9905 * subr.el (sref): Make it an alias of aref. Make the
9906 byte-compiler warn that it is obsolete.
9907 (char-bytes): Make the byte-compiler warn that it is obsolete.
9908
9909 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
9910 Calculate the total bytes using position-bytes instead of
9911 char-bytes.
9912
9913 1998-08-27 Karl Heuer <kwzh@gnu.org>
9914
9915 * snmp-mode.el: New file.
9916 * files.el (auto-mode-alist): Add snmp-mode patterns.
9917
9918 1998-08-27 Karl Eichwalder <ke@suse.de>
9919
9920 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
9921
9922 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9923
9924 * calendar/diary-lib.el (diary-block): Doc fix..
9925 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
9926
9927 1998-08-27 Richard Stallman <rms@gnu.org>
9928
9929 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
9930 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
9931 Clear appt-mode-string if we don't put something in it.
9932
9933 1998-08-27 Dave Love <fx@gnu.org>
9934
9935 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
9936 dired-local-variables-file for dired-x.
9937
9938 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
9939 for compressed library files too.
9940
9941 1998-08-26 Kenichi Handa <handa@etl.go.jp>
9942
9943 * language/european.el ("Latin-1"): Modify `documentation' key value.
9944 ("Latin-2"): Likewise.
9945
9946 1998-08-26 Karl Heuer <kwzh@gnu.org>
9947
9948 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
9949
9950 1998-08-26 Albert L. Ting <alt@artisan.com>
9951
9952 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
9953 (mail-hist-current-header-contents): Use mail-text-start.
9954
9955 1998-08-26 Richard Stallman <rms@gnu.org>
9956
9957 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
9958 (customize-changed-options-previous-release): New variable.
9959 (customize-changed-options): Use that variable as default arg.
9960
9961 1998-08-26 Karl Eichwalder <ke@suse.de>
9962
9963 * midnight.el: Require `timer' not only when compiling.
9964
9965 1998-08-26 Per Starback <starback@update.uu.se>
9966
9967 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
9968 buffer before creating help group.
9969
9970 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9971
9972 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
9973 coding-system-for-write before saving.
9974
9975 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
9976
9977 * isearch.el (isearch-forward): Doc fix.
9978
9979 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
9980
9981 * emacs-lisp/find-func.el: Fix :version tags to have a string
9982 value, not a float.
9983
9984 * cus-dep.el: Fix typo in output.
9985
9986 1998-08-25 Dave Love <fx@gnu.org>
9987
9988 * repeat.el (repeat): Doc fix.
9989 [From rms:]
9990 (repeat-previous-repeated-command): New variable.
9991 (repeat): Check for real-last-command being null or repeat. Set
9992 repeat-previous-repeated-command.
9993
9994 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
9995
9996 1998-08-25 Kenichi Handa <handa@etl.go.jp>
9997
9998 * gnus/message.el (message-send-mail-with-sendmail): Bind
9999 coding-system-for-write by the return value of
10000 select-message-coding-system.
10001 (message-send-mail-with-qmail): Likewise.
10002
10003 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
10004
10005 * emacs-lisp/autoload.el: Fix doc-string-elt property on
10006 define-derived-mode.
10007
10008 * files.el (file-name-invalid-regexp):
10009 Fix regex for ms-dos without long file names.
10010
10011 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10012
10013 * ps-print.el: Multi-byte buffer handling.
10014 (ps-print-version): New version number (4.0) and doc fix.
10015 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
10016 compilation for GNU Emacs and emacsens.
10017 (ps-generate-postscript-with-faces): Force invisible text to be
10018 visible.
10019 (dos-ps-printer): New var to avoid compilation gripes.
10020
10021 1998-08-24 Kenichi Handa <handa@etl.go.jp>
10022
10023 * ps-print.el (ps-mule-plot-string): Pay attention to the case
10024 that no more characters can't be printed in the current line.
10025
10026 1998-08-24 Kenichi Handa <handa@etl.go.jp>
10027
10028 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
10029 greater than TO.
10030
10031 1998-08-24 Kenichi Handa <handa@etl.go.jp>
10032
10033 * ps-print.el: Add codes to make ps-print.el work also on Emacs
10034 20.2 and the earlier version.
10035 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
10036 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
10037 (ps-mule-find-wrappoint): Likewise.
10038 (ps-mule-generate-font): Change `X' to `x' in format
10039 control-string.
10040 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
10041 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
10042 `restore' form procedures `BC' and `EC'.
10043
10044 1998-08-24 Kenichi Handa <handa@etl.go.jp>
10045
10046 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
10047 is an executable procedure. Make LineThickness, Xshadow, and
10048 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
10049 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
10050 ps-mule-font-info-database-bdf): New vars.
10051 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
10052 (ccl-encode-ethio-unicode): New CCL program.
10053 (ps-mule-encode-ethiopic): New fun.
10054 (ps-mule-current-charset): New var.
10055 (ps-mule-get-font-spec, ps-mule-font-spec-src,
10056 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
10057 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
10058 (ps-mule-external-libraries): New var.
10059 (ps-mule-init-external-library): New fun.
10060 (ps-mule-font-cache): New var.
10061 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
10062 (ps-last-font): New var.
10063 (ps-mule-prepare-font): New fun.
10064 (ps-mule-charset-list): New var.
10065 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
10066 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
10067 ps-mule-plot-string): New funs.
10068 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
10069 New vars.
10070 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
10071 ps-mule-prepare-cmpchar-font): New funs.
10072 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
10073 vars.
10074 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
10075 ps-mule-generate-bitmap-glyph): New funs.
10076 (ps-mule-initialize, ps-mule-begin): New funs.
10077 (ps-output-string-prim): Insert string as unibyte.
10078 (ps-output-prologue): New fun.
10079 (ps-flush-output): Handle the case of 'prologue.
10080 (ps-begin-file): Call ps-mule-initialize.
10081 (ps-begin-job): Set ps-control-or-escape-regexp differently if
10082 printing multibyte characters.
10083 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
10084 (ps-basic-plot-string): Handle the case of printing ASCII
10085 characters by external libraries (e.g. BDF).
10086 (ps-set-font): Set ps-last-font.
10087 (ps-plot-region): Handle multibyte characters, use
10088 ps-mule-plot-string for them.
10089 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
10090
10091 * bdf.el: New file.
10092
10093 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
10094
10095 * international/mule-cmds.el (select-message-coding-system): New
10096 function.
10097 (set-language-environment-coding-systems): Set
10098 default-sendmail-coding-system.
10099
10100 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
10101 (default-sendmail-coding-system): New variable.
10102 (sendmail-send-it): Encode the message by a coding system
10103 select-message-coding-system returns.
10104
10105 1998-08-23 Eric Ludlam <zappo@gnu.org>
10106
10107 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
10108 (speedbar-mode): Set buffer to read only.
10109 (speedbar-temp-buffer-show-function): For emacs don't call hook
10110 with arguments.
10111 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
10112
10113 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
10114
10115 * speedbar.el (speedbar-key-map): Fix typo.
10116
10117 See ChangeLog.7 for earlier changes.