Mercurial > emacs
annotate lisp/ChangeLog.8 @ 49490:567f8c656a28
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 27 Jan 2003 21:44:08 +0000 |
parents | 19880a4faa73 |
children | 1aba10ab73b4 |
rev | line source |
---|---|
30729 | 1 1999-12-31 Richard M. Stallman <rms@gnu.org> |
2 | |
3 * echistory.el (electric-command-history): Call Command-history-setup | |
4 and command-history-mode using their new conventions. | |
5 | |
6 * chistory.el (Command-history-setup): Don't switch buffers. Take | |
7 no args, and do not set major-mode, mode-name or the local map. | |
8 (command-history-mode): New function, does some of those things | |
9 Command-history-setup used to do. | |
10 (list-command-history): Call command-history-mode, not | |
11 Command-history-setup. | |
12 (command-history): Renamed from command-history-mode. | |
13 | |
14 1999-12-31 Richard M. Stallman <rms@gnu.org> | |
15 | |
16 * arc-mode.el (archive-mode-map): Bind q to quit-window. | |
17 | |
18 1999-12-31 William M. Perry <wmperry@aventail.com> | |
19 | |
20 * image.el (defimage): Images with the `:data' keyword should be | |
21 considered valid as well. | |
22 | |
23 1999-12-31 Richard M. Stallman <rms@gnu.org> | |
24 | |
25 * dired.el (dired-get-filename): Don't call file-name-absolute-p | |
26 with FILE if FILE is nil. | |
27 | |
28 1999-12-30 Richard M. Stallman <rms@gnu.org> | |
29 | |
30 * simple.el (choose-completion-string): In minibuffer, | |
31 do not delete the prompt string. | |
32 | |
33 1999-12-30 Gerd Moellmann <gerd@gnu.org> | |
34 | |
35 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap | |
36 assigned to mode-line-mode-menu because bindings.el is dumped with | |
37 Emacs, and thus the lists used for menu-item definition will be | |
38 copied to pure space. Emacs' menu code (parse_menu_item) doesn't | |
39 like pure menu item definitions. | |
40 | |
41 * expand.el (expand-abbrev-hook): Return t if expansion was | |
42 done, nil otherwise. | |
43 | |
44 1999-12-29 Richard M. Stallman <rms@gnu.org> | |
45 | |
46 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit. | |
47 (tar-quit): Function deleted. | |
48 | |
49 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org> | |
50 | |
51 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug; | |
52 was used but not declared. | |
53 | |
54 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary, | |
55 hs-find-block-beginning): Add or modify docstrings. | |
56 | |
57 (hs-isearch-show): Rewrite. | |
58 | |
59 1999-12-28 Gerd Moellmann <gerd@gnu.org> | |
60 | |
61 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer. | |
62 | |
63 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white | |
64 space in front of a C-style comment end. | |
65 | |
66 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il> | |
67 | |
68 * startup.el (command-line-1): Make mode line mouse-sensitive for | |
69 the MS-DOS version as well. | |
70 | |
71 1999-12-28 Gerd Moellmann <gerd@gnu.org> | |
72 | |
73 * bs.el: New file. | |
74 | |
75 1999-12-28 Richard M. Stallman <rms@gnu.org> | |
76 | |
77 * textmodes/ispell.el (ispell-process-line): | |
78 Add local var line-offset to adjust for the change | |
79 in positions within the line, due to previous replacements. | |
80 | |
81 1999-12-27 Richard M. Stallman <rms@gnu.org> | |
82 | |
83 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region): | |
84 Doc fixes. | |
85 | |
86 1999-12-27 Gerd Moellmann <gerd@gnu.org> | |
87 | |
88 * add-log.el (change-log-version-number-regexp-list) | |
89 (change-log-version-info-enabled): Change :version to 21.1. | |
90 (toplevel): Require CL when compiling. | |
91 | |
92 1999-12-27 Jari Aalto <jari.aalto@poboxes.com> | |
93 | |
94 * add-log.el (change-log-version-number-regexp-list): Added tag | |
95 :version 20.6 | |
96 (change-log-version-info-enabled): Added tag :version 20.6 | |
97 | |
98 1999-12-27 Jari Aalto <jari.aalto@poboxes.com> | |
99 | |
100 * add-log.el: More general version number search with | |
101 user-configurable regexp list. | |
102 (change-log-version-number-regexp-list): New user variable. | |
103 (change-log-find-version): Rewritten. Use user-configurable | |
104 version numbering regexp list | |
105 change-log-version-number-regexp-list. | |
106 (change-log-find-version): Renamed to | |
107 change-log-version-number-search | |
108 (add-log-file-name-function): New. | |
109 (change-log-search-vc-number): Added END paramaeter. Added doc | |
110 string to function. | |
111 (change-log-version-rcs): Renamed. Was | |
112 change-log-search-vc-number. | |
113 | |
114 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org> | |
115 | |
116 * progmodes/compile.el (compilation-goto-locus): Delete hideshow | |
117 overlays if they interfere. | |
118 (compilation-find-file): Make intangible overlays tangible. | |
119 | |
120 * progmodes/hideshow.el: Generally, synch w/ maintainer | |
121 version 5.9. | |
122 | |
123 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'. | |
124 | |
125 (hs-minor-mode-hook): Don't initialize. | |
126 | |
127 (hs-special-modes-alist): Rewrite value and docstring. | |
128 | |
129 (hs-minor-mode-prefix): Delete unused var. | |
130 | |
131 (hs-block-start-mdata-select): New var, buffer local. | |
132 | |
133 (hs-headline): New var. | |
134 | |
135 (hs-match-data, hs-forward-sexp): New funcs. | |
136 | |
137 (hs-hide-comment-region): New func. | |
138 | |
139 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point, | |
140 hs-safety-is-job-n, hs-hide-initial-comment-block, | |
141 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning, | |
142 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p, | |
143 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all, | |
144 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level, | |
145 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite. | |
146 | |
147 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'. | |
148 (hs-isearch-show-temporary): New funcs. | |
149 | |
150 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs. | |
151 | |
152 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload. | |
153 | |
154 When constructing menu, use `[(shift button2)]' notation. | |
155 | |
156 1999-12-25 Richard M. Stallman <rms@gnu.org> | |
157 | |
158 * jka-compr.el (jka-compr-info-file-magic-bytes): New function. | |
159 (jka-compr-compression-info-list): Add new elt to each vector. | |
160 (jka-compr-write-region): Don't compress the data if it is | |
161 already compressed. | |
162 | |
163 * jka-compr.el (jka-compr-really-do-compress): New variable. | |
164 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress | |
165 if visiting. | |
166 (jka-compr-write-region): Set jka-compr-really-do-compress | |
167 if visiting. Test it when deciding to compress. | |
168 | |
169 1999-12-22 Gerd Moellmann <gerd@gnu.org> | |
170 | |
171 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell | |
172 with third argument t. | |
173 | |
174 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com> | |
175 | |
176 * antlr-mode.el: Version 1.2 is released. | |
177 (antlr): This package has a web page. | |
178 | |
179 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com> | |
180 | |
181 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting | |
182 regions. Suggested by Dale Davis <Dale_Davis@securify.com>. | |
183 (antlr-mode-map): New binding [C-c C-c]. | |
184 (antlr-mode-menu): New entries. | |
185 | |
186 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com> | |
187 | |
188 * antlr-mode.el: Respect Emacs conventions. | |
189 ((require 'cl)): Only use during compilation. | |
190 (antlr-language-for-option): New function to avoid using `find'. | |
191 (antlr-mode): Use it. | |
192 (antlr-with-syntax-table): Define new instead using XEmacs' one. | |
193 (antlr-imenu-create-index-function): Change accordingly. | |
194 (antlr-inside-rule-p): Ditto. | |
195 (antlr-end-of-rule): Ditto. | |
196 (antlr-end-of-body): Ditto. | |
197 (antlr-beginning-of-rule): Ditto. | |
198 (antlr-indent-line): Ditto. | |
199 | |
200 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com> | |
201 | |
202 * antlr-mode.el: Really use `antlr-tab-offset-alist'. | |
203 (antlr-set-tabs): Don't use hard-coded values. | |
204 | |
205 * antlr-mode.el: Minor navigation changes. Not perfect, but this | |
206 won't be possible without a huge time penalty. | |
207 (antlr-skip-exception-part): Be more specific. | |
208 (antlr-skip-file-prelude): Don't skip action prelude of next rule. | |
209 Renamed from `antlr-skip-grammar-header'. | |
210 (antlr-next-rule): Change accordingly. | |
211 (antlr-end-of-body): Ditto. Better error message. | |
212 (antlr-beginning-of-body): Better error message. | |
213 (antlr-imenu-create-index-function): Skip rule action prelude. | |
214 | |
215 * antlr-mode.el: Minor syntax highlighting changes. | |
216 (antlr-font-lock-default-face): Deletia. | |
217 (antlr-font-lock-tokendef-face): Changed color. | |
218 (antlr-font-lock-tokenref-face): Changed color. | |
219 (antlr-font-lock-literal-face): Changed color. | |
220 (antlr-font-lock-additional-keywords): Minor changes. | |
221 | |
222 1999-12-20 Carsten Dominik <cd@gnu.org> | |
223 | |
224 * progmodes/idlwave.el: New file. | |
225 | |
226 * progmodes/idlwave-rinfo.el: New file. | |
227 | |
228 * progmodes/idlwave-shell.el: New file. | |
229 | |
230 * progmodes/idlwave-toolbar.el: New file. | |
231 | |
232 * files.el (auto-mode-alist): idlwave-mode default for .pro files. | |
233 | |
234 1999-12-21 Gerd Moellmann <gerd@gnu.org> | |
235 | |
236 * progmodes/cwarn.el: New file. | |
237 | |
238 1999-12-19 Gerd Moellmann <gerd@gnu.org> | |
239 | |
240 * bindings.el (completion-ignored-extensions): Add .pdf. | |
241 | |
242 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il> | |
243 | |
244 * version.el: Put the version info into binary on MS-DOS as well. | |
245 | |
246 1999-12-19 Gerd Moellmann <gerd@gnu.org> | |
247 | |
248 * emacs-lisp/debug.el (debugger-continue): Don't continue if | |
249 debugger-may-continue is nil. | |
250 | |
251 1999-12-18 Dave Love <fx@gnu.org> | |
252 | |
253 * emacs-lisp/cl-macs.el: Remove conditional definition of | |
254 eval-when-compile. Don't specify abs, expt, gethash, | |
255 hash-table-count, hash-table-p as side-effect-free here. | |
256 (cl-emacs-type): Don't declare. | |
257 (cl-compile-time-init): Remove Emacs 18 compiler patch. | |
258 (cl-parse-loop-clause): Remove compatibility code. | |
259 | |
260 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'. | |
261 (side-effect-free-fns): Add gethash, hash-table-count. | |
262 (side-effect-and-error-free-fns): Add hash-table-p. | |
263 | |
264 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend | |
265 `cl-' to autoload names for some hash functions. Don't autoload | |
266 eval-when-compile. Don't provide mini-cl. | |
267 (cl-emacs-type): Remove. | |
268 (cl-map-extents): Remove compatibility code. | |
269 | |
270 * emacs-lisp/float.el: Bind free variables. | |
271 | |
272 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords. | |
273 | |
274 1999-12-16 Gerd Moellmann <gerd@gnu.org> | |
275 | |
276 * bindings.el (completion-ignored-extensions): Add .tfm. | |
277 | |
278 1999-12-16 Dave Love <fx@gnu.org> | |
279 | |
280 * faces.el (set-face-attribute): Purecopy the attributes set. | |
281 | |
282 * custom.el (custom-declare-variable): Purecopy value. | |
283 | |
284 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix. | |
285 (byte-extrude-byte-code-vectors): Use remprop. | |
286 (byte-compile-lambda): Check that arg is a lambda. | |
287 | |
288 1999-11-16 Anders Lindgren <AndersL@andersl.com> | |
289 | |
290 * font-lock.el: System for adding and removing keywords. | |
291 Both local (previously added keyword) and global keywords | |
292 can be removed. | |
293 (font-lock-remove-keywords): New user-level function. | |
294 (font-lock-update-removed-keyword-alist): New internal function. | |
295 (font-lock-removed-keywords-alist): New variable. | |
296 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'. | |
297 Empty `font-lock-keywords-alist' when `append' is `set' to avoid | |
298 growing datastructures. | |
299 (font-lock-set-defaults): Removes keywords stored in | |
300 `font-lock-removed-keywords-alist' after local keywords added. | |
301 | |
302 1999-12-16 Anders Lindgren <andersl@andersl.com> | |
303 | |
304 * font-lock.el (c-keywords, c++-keywords): Better "case" support for | |
305 complex constant expressions, e.g. "case 1<<A_BIT_NO:". | |
306 | |
307 * font-lock.el (c-keywords): Only highlight preprocessor | |
308 directives when spelled correctly. | |
309 | |
310 * font-lock.el (font-lock-match-c++-structor-declaration, | |
311 c++-keywords): Fontify constructors and destructors with function | |
312 face inside C++ class declarations. | |
313 | |
314 1999-12-16 Gerd Moellmann <gerd@gnu.org> | |
315 | |
316 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use | |
317 the shell from sh-shell-file. | |
318 | |
319 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1. | |
320 | |
321 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il> | |
322 | |
323 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message | |
324 if one of the files specified cannot be accessed by | |
325 file-attributes. Do not strip any leading directories from the | |
326 file names, to behave more like `ls' does. | |
327 | |
328 * dired.el (dired-get-filename): Handle absolute file names. | |
329 (dired-readin-insert): If argument is a cons, don't print | |
330 "wildcard" on the ``total'' line. | |
331 | |
332 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il> | |
333 | |
334 * faces.el (face-read-integer, read-face-attribute) | |
335 (color-defined-p, color-values): Allow color values unspecified-fg | |
336 and unspecified-bg, handle them as unspecified. | |
337 | |
338 1999-12-15 Carsten Dominik <dominik@astro.uva.nl> | |
339 | |
340 * textmodes/reftex.el: (reftex-compile-variables): respect new | |
341 structure of `reftex-index-macro' | |
342 (reftex-compile-variables): Use the changed structure of | |
343 `reftex-label-alist'. | |
344 | |
345 * textmodes/reftex-vars.el (reftex-index-math-format, | |
346 (reftex-toc-max-level): New option. | |
347 reftex-index-phrases-search-whole-words, | |
348 reftex-index-phrases-case-fold-search, | |
349 reftex-index-phrases-skip-indexed-matches, | |
350 reftex-index-phrases-wrap-long-lines, | |
351 reftex-index-phrases-sort-prefers-entry, | |
352 reftex-index-phrases-sort-in-blocks): New options. | |
353 (reftex-index-macros): Option structure changed. | |
354 (reftex-index-macros-builtin): Added `repeat' item to each entry. | |
355 (reftex-label-alist): Additional item in each entry to specify if | |
356 the environment should be listed in the TOC. | |
357 (eval-when-compile (require 'cl)) added. | |
358 | |
359 * textmodes/reftex-index.el (reftex-index-selection-or-word): No | |
360 longer deals with "repeat". | |
361 (reftex-index): "repeat property in `reftex-index-macro-alist' is | |
362 now used. | |
363 (reftex-index-phrases-comment-regexp, | |
364 reftex-index-phrases-macrodef-regexp, | |
365 reftex-index-phrases-phrase-regexp1, | |
366 reftex-index-phrases-phrase-regexp2, | |
367 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help): | |
368 New constants. | |
369 (reftex-index-phrases-macro-data, reftex-index-phrases-files, | |
370 reftex-index-phrases-font-lock-keywords, | |
371 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map, | |
372 reftex-index-phrases-restrict-file): New variables. | |
373 (reftex-index-phrase-selection-or-word, | |
374 reftex-index-visit-phrases-buffer, | |
375 reftex-index-initialize-phrases-buffer, | |
376 reftex-index-phrases-save-and-return, reftex-index-phrases-mode, | |
377 reftex-index-next-phrase, reftex-index-this-phrase, | |
378 reftex-index-all-phrases, reftex-index-region-phrases, | |
379 reftex-index-phrases-parse-header, | |
380 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase, | |
381 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info, | |
382 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases, | |
383 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp, | |
384 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re, | |
385 reftex-index-make-replace-string, | |
386 reftex-query-index-phrase-globally, reftex-query-index-phrase, | |
387 reftex-index-phrase-match-is-indexed, | |
388 reftex-index-phrases-fixup-line, | |
389 reftex-index-phrases-replace-space, | |
390 reftex-index-select-phrases-macro): New functions. | |
391 (reftex-index-globalize, reftex-index-globally): functions removed | |
392 (eval-when-compile (require 'cl)) added. | |
393 | |
394 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator | |
395 for max level. | |
396 (reftex-toc-max-level-indicator): New variable. | |
397 (reftex-toc-max-level): New command. | |
398 (reftex-toc-map): New keybinding `t'. | |
399 (reftex-toc-help): Constant updated. | |
400 (eval-when-compile (require 'cl)) added. | |
401 | |
402 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to | |
403 `t' command key can change `reftex-toc-max-level' | |
404 (eval-when-compile (require 'cl)) added. | |
405 | |
406 * textmode/reftex-sel (reftex-insert-docstruct): Respect | |
407 `reftex-toc-max-level' | |
408 (eval-when-compile (require 'cl)) added. | |
409 | |
410 * textmodes/reftex-auc.el (eval-when-compile (require 'cl)) | |
411 added. | |
412 | |
413 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl)) | |
414 added. | |
415 | |
416 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New | |
417 commands. | |
418 (reftex-citation, reftex-do-citation, | |
419 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to | |
420 preselect a citation format. | |
421 (eval-when-compile (require 'cl)) added. | |
422 | |
423 * textmodes/reftex-parse.el (reftex-context-substring): Optional | |
424 parameter to-end | |
425 (reftex-section-info): Deal with environment matches. | |
426 (eval-when-compile (require 'cl)) added. | |
427 | |
428 * reftex-global.el (eval-when-compile (require 'cl)) added. | |
429 | |
430 1999-12-15 Kenichi Handa <handa@etl.go.jp> | |
431 | |
432 The following changes are for the new composition mechanism. We | |
433 have deleted `composition' charset and composite characters, | |
434 instead introduced a special text property `composition'. | |
435 | |
436 * composite.el: New file. | |
437 | |
438 * ps-mule.el: Define encode-composition-rule and find-composition | |
439 for Emacs 20.4 and the earlier versions. | |
440 (ps-mule-init-external-library): Just require a feature for | |
441 external libraries. | |
442 (ps-mule-prologue): Postscript code modified for new composition. | |
443 (ps-mule-find-wrappoint): New arg COMPOSITION. | |
444 (ps-mule-plot-string): Delete code for composite characaters. | |
445 (ps-mule-plot-composition): New funcion. | |
446 (ps-mule-prepare-font-for-components): New function. | |
447 (ps-mule-plot-components): New function. | |
448 (ps-mule-composition-prologue-generated): Renamed from | |
449 ps-mule-cmpchar-prologue-generated. | |
450 (ps-mule-composition-prologue): New named from | |
451 ps-mule-cmpchar-prologue. Modified for new composition. | |
452 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar, | |
453 ps-mule-prepare-cmpchar-font): Deleted. | |
454 (ps-mule-string-encoding): New arg NO-SETFONT. | |
455 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon, | |
456 check Composing, not Cmpchar | |
457 (ps-mule-initialize): Set ps-mule-composition-prologue-generated | |
458 to nil. | |
459 (ps-mule-begin-job): Check existence of new composition. | |
460 | |
461 * ps-print.el (ps-plot-region): Handle new composition. | |
462 | |
463 * simple.el (what-cursor-position): Show "(composed)" if the | |
464 character is composed. | |
465 | |
466 * international/characters.el: Fix cateogries of Lao symbols. | |
467 | |
468 * international/fontset.el (vertical-centering-font-regexp): New | |
469 variable. | |
470 | |
471 * international/mule.el (mule-version): Updated to 5.0 (AOI). | |
472 (mule-version-date): Updated to 1999.12.7. | |
473 (with-category-table): New macro. | |
474 | |
475 * international/mule-cmds.el (encode-coding-char): Don't check | |
476 composite character. | |
477 | |
478 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2 | |
479 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2, | |
480 x-ctext): Give `composition' property t. | |
481 | |
482 * international/mule-util.el (set-nested-alist): Set BRANCHES (if | |
483 non-nil) at the tail of ALIST. | |
484 (compose-region, decompose-region, decompse-string, | |
485 reference-point-alist, compose-chars): Moved to composite.el. | |
486 (compose-chars-component, compose-chars-rule, | |
487 decompose-composite-char): Deleted. | |
488 | |
489 * international/quail.el (quail-install-map): New optional arg | |
490 NAME. | |
491 (quail-get-translation): If DEF is a symbol but not a function, | |
492 ignore it. | |
493 (quail-start-translation): Put a key sequence undefined in the | |
494 translation keymap in unread-command-events, not generated-events. | |
495 Return parameterized event (compose-last-chars N) if the input | |
496 characters should be composed. | |
497 (quail-map-definition): If DEF is t, treat it as nil. | |
498 (quail-delete-last-char): Delete the quail region. | |
499 (quail-show-translations): Don't show list of translations if the | |
500 quail package is deterministic. | |
501 (quail-completion-max-depth): New variable. | |
502 (quail-completion-1): Pay attention to the above variable. Fix | |
503 for the case that a translation is a function. | |
504 (quail-map-from-table, quail-map-from-table-1, | |
505 quail-map-from-table-2): New functions. | |
506 (quail-lookup-map-and-concat): New function | |
507 | |
508 * language/devan-util.el: Mostly rewritten. | |
509 | |
510 * language/lao.el: Register lao-composition-function in | |
511 composition-function-table. | |
512 | |
513 * language/lao-util.el: Mostly rewritten. | |
514 | |
515 * language/thai.el: Register thai-composition-function in | |
516 composition-function-table. | |
517 (thai-tis620): Delete `pre-write-conversion' property. | |
518 | |
519 * language/thai-util.el: (thai-category-table): Make it by | |
520 make-category-table. | |
521 (thai-composition-pattern): New variable. | |
522 (thai-compose-region, thai-compose-string): Use | |
523 with-category-table. | |
524 (thai-post-read-conversion): Just call thai-compose-region. | |
525 (thai-pre-write-conversion): Deleted. | |
526 (thai-composition-function): New funciton. | |
527 | |
528 * language/tibet-util.el: Most functions rewritten. | |
529 (tibetan-char-p): Renamed from tibetan-char-examin. | |
530 (tibetan-composable-examin) (tibetan-complete-char-examin) | |
531 (tibetan-vertical-stacking) (tibetan-composition): Deleted. | |
532 (tibetan-add-components): New function. | |
533 (tibetan-composition-function): New function. | |
534 | |
535 * language/tibetan.el: Register tibetan-composition-function in | |
536 composition-function-table. | |
537 (tibetan-composable-pattern): New variable. | |
538 (tibetan-subjoined-transcription-alist): Change key "R" to "+R". | |
539 (tibetan-precomposition-rule-alist): Move punctuations to | |
540 tibetan-punctuation-transcription-alist and | |
541 tibetan-obsolete-glyphs. | |
542 (tibetan-punctuation-transcription-alist): New variable. | |
543 (tibetan-obsolete-glyphs): New variable. | |
544 (tibetan-regexp): Improve the initialization code. | |
545 | |
546 * textmodes/fill.el (fill-find-break-point): Delete codes for | |
547 composite characters. | |
548 (fill-region-as-paragraph): Likewise. | |
549 | |
550 1999-12-14 Gerd Moellmann <gerd@gnu.org> | |
551 | |
552 * international/mule-cmds.el (default-input-method): Specify | |
553 that it should be set after current-language-environment. | |
554 | |
555 * custom.el (custom-handle-keyword): Add :set-after. | |
556 (custom-add-dependencies): New function. | |
557 (custom-set-variables): Take dependencies between args into | |
558 account. | |
559 | |
560 * battery.el (battery): Doc fix. | |
561 | |
562 1999-12-12 Gerd Moellmann <gerd@gnu.org> | |
563 | |
564 * progmodes/cc-make.el: Removed. | |
565 | |
566 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
567 | |
568 * Release of cc-mode 5.26 | |
569 | |
570 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
571 | |
572 * cc-cmds.el (c-forward-conditional): Handle an arbitrary | |
573 target depth. Optionally count #else lines as clause limits, | |
574 as suggested by don provan <provan@lucent.com>. #elif | |
575 handling fixed. | |
576 | |
577 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional) | |
578 (c-down-conditional-with-else): New commands that uses the | |
579 added functionality in `c-forward-conditional'. | |
580 | |
581 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
582 | |
583 * cc-align.el (c-lineup-comment): Preserve the alignment with | |
584 a comment on the previous line instead of preserving the | |
585 comment-column. | |
586 | |
587 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
588 | |
589 * Fixes to IDL mode after input from Eric Eide | |
590 <eeide@cs.utah.edu>: | |
591 * cc-engine.el (c-beginning-of-statement-1): Allow | |
592 `c-conditional-key' to be nil, for the benefit of IDL mode. | |
593 * cc-engine.el (c-guess-basic-syntax): Ditto. | |
594 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class' | |
595 but do match CORBA 2.3 `valuetype'. | |
596 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil | |
597 for IDL. | |
598 * cc-langs.el (c-IDL-conditional-key): New defconst. Should | |
599 be nil for IDL. | |
600 * cc-langs.el (c-IDL-comment-start-regexp): New defconst. | |
601 Like C++. | |
602 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also, | |
603 set `c-method-key' and `c-baseclass-key' to nil. | |
604 | |
605 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
606 | |
607 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes | |
608 with nonhanging open braces. | |
609 | |
610 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
611 | |
612 * cc-align.el: Added docstrings to all lineup functions. | |
613 | |
614 * cc-align.el (c-lineup-java-throws): Handle a hanging throws | |
615 keyword. | |
616 | |
617 * cc-align.el (c-lineup-C-comments): Handle free form text | |
618 comments. Use c-comment-prefix-regexp and comment-start-skip | |
619 instead of hardcoded regexps. | |
620 | |
621 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
622 | |
623 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob | |
624 behavior and return value as documented. | |
625 | |
626 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
627 | |
628 * Changes for new style variable init system: | |
629 * cc-langs.el (c-common-init): Dito. | |
630 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's | |
631 now customizable. | |
632 * cc-vars.el: Style variables may now take a value | |
633 'set-from-style to make them take their value from the style | |
634 system. This value is now the default on all these variables. | |
635 * cc-vars.el (c-valid-offset): New function to verify a | |
636 syntactic symbol offset setting. | |
637 * cc-vars.el (c-offsets-alist): Variable moved from | |
638 cc-styles.el since it's now customizable in a similar way to | |
639 the other style variables. | |
640 * cc-vars.el (c-old-style-variable-behavior): New variable to | |
641 revert to the old style init behavior. | |
642 | |
643 * cc-vars.el (c-file-style, c-file-offsets): Made always | |
644 buffer local. | |
645 | |
646 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match | |
647 the throws clause that might follow the function prototype in | |
648 C++. | |
649 | |
650 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
651 | |
652 * cc-defs.el (c-beginning-of-macro): Fixed bug where point | |
653 could move forward for macros that doesn't start in column 0. | |
654 | |
655 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
656 | |
657 * cc-align.el (c-indent-multi-line-block, | |
658 c-lineup-whitesmith-in-block): Two new lineup functions for | |
659 use in whitesmith style. | |
660 | |
661 * cc-styles.el (c-style-alist): More fixes to whitesmith | |
662 style. It should now handle all different braces uniformly in | |
663 both hanging and non-hanging cases. | |
664 | |
665 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
666 | |
667 * cc-cmds.el (c-indent-exp): Use a marker to save point to | |
668 make it stay in the same position relative to the surrounding | |
669 text. | |
670 | |
671 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix | |
672 when adaptive-fill-mode doesn't manage to get it correct. | |
673 | |
674 * cc-menus.el (cc-imenu-java-generic-expression): Handle types | |
675 with dotted notation, e.g. foo.bar.Gnu. | |
676 | |
677 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls | |
678 within unwind-protect (previously only some were wrapped so it | |
679 would be possible to register mode initialization when full | |
680 initialization did not finish). | |
681 | |
682 * cc-styles.el (c-style-alist): Corrected the brace placement | |
683 in the whitesmith style. Thanks to Sean Luke | |
684 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith | |
685 styles with consistent brace placement for all constructs. | |
686 | |
687 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
688 | |
689 * cc-cmds.el (c-context-line-break): Continue C++ comments too | |
690 when point is in the middle of them. | |
691 | |
692 * cc-cmds.el: Line breaking and paragraph filling code | |
693 rewritten: | |
694 (c-guess-fill-prefix): New function that uses various | |
695 heuristics to guess the comment prefix. | |
696 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'. | |
697 It now assumes adaptive filling is active to preserve the line | |
698 prefix inside comments. | |
699 (c-indent-new-comment-line): Replacement for the now | |
700 obsolete `c-comment-line-break-function' that uses | |
701 `c-guess-fill-prefix' when appropriate. It now observes the | |
702 setting of `comment-multi-line', which has effect in C-style | |
703 block comments. | |
704 | |
705 * cc-cmds.el (c-context-line-break): New function intended to | |
706 be put on RET. It's essentially `newline-and-indent', but | |
707 continues C block comments with the appropriate line prefix. | |
708 | |
709 * cc-cmds.el (c-do-auto-fill): New function put on | |
710 `normal-auto-fill-function' to implement the | |
711 `c-ignore-auto-fill' variable. | |
712 | |
713 * cc-cmds.el (c-beginning-of-statement): Use | |
714 `c-comment-prefix-regexp' to avoid ending up inside the | |
715 comment prefix. Better handling of comment starters and | |
716 enders. Catch comments better when traversing code. Stop at | |
717 preprocessor directives. | |
718 | |
719 * cc-defs.el (c-forward-comment): New subst to hide platform | |
720 dependent quirks in `forward-comment'. | |
721 | |
722 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER | |
723 argument. | |
724 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER | |
725 arguments. Activate this function by default when | |
726 `parse-partial-sexp' supports it (currently Emacs 20.x). | |
727 | |
728 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax | |
729 on the comment opener to make constants usable as lineup | |
730 arguments. | |
731 | |
732 * cc-align.el (c-lineup-C-comments): Fixes to handle the | |
733 changed anchor position in the `c' syntactic symbol. Handle | |
734 more than stars in the comment prefix; use the new variable | |
735 `c-comment-prefix-regexp'. Don't indent text not preceded by | |
736 a comment prefix to the right of the comment opener if it's | |
737 long. | |
738 | |
739 * cc-langs.el: Fixes to mode initialization for new line | |
740 breaking and paragraph filling method. Adaptive fill mode is | |
741 now activated at startup instead of deactivated. The | |
742 variables used for adaptive filling and paragraph movement are | |
743 also changed to incorporate the value of | |
744 `c-comment-prefix-regexp'. `substitute-key-definition' is | |
745 used to override some functions in the global map instead of | |
746 overriding their default bindings. | |
747 | |
748 * cc-mode.el (java-mode): Modify `paragraph-start' for the | |
749 javadoc markup at mode init. | |
750 | |
751 * cc-mode.el (c-setup-filladapt): A new convenience function | |
752 to configure Kyle E. Jones' Filladapt mode for CC Mode. This | |
753 function is intended to be used explicitly by the end user | |
754 only. | |
755 | |
756 * cc-vars.el (c-comment-prefix-regexp): New variable used to | |
757 recognize the comment fill prefix inside comments. | |
758 (c-block-comment-prefix): New name for | |
759 `c-comment-contiuation-stars', which is now obsolete. It's | |
760 generalized to handle any character sequence. | |
761 (c-ignore-auto-fill): New variable used to selectively disable | |
762 Auto Fill mode in specific contexts. | |
763 | |
764 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
765 | |
766 * cc-cmds.el (c-comment-indent): Leave at least one space | |
767 between the comment and the last nonblank character in the | |
768 case where we look at the indentation of the comment on the | |
769 previous line (case 4). | |
770 | |
771 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the | |
772 list of characters that may start a statement (it's a sort of | |
773 prefix operator in Pike, and isn't used at all in any of the | |
774 other languages). | |
775 | |
776 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
777 | |
778 * cc-engine.el (c-guess-basic-syntax): Report brace list opens | |
779 inside continued statements as statement-cont instead of | |
780 brace-list-open. The reason is that one normally adjusts | |
781 brace-list-open for brace lists as top-level constructs, and | |
782 brace lists inside statements is a completely different | |
783 context. Case 10B.2 changed. Also changed (the somewhat | |
784 esoteric) case 9A to cope with this. | |
785 | |
786 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
787 | |
788 * cc-cmds.el (c-electric-brace): Added electric handling of | |
789 the open brace for brace-elseif-brace. | |
790 | |
791 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
792 | |
793 * cc-defs.el (c-with-syntax-table): New macro to easily switch | |
794 syntax tables temporarily. | |
795 | |
796 * cc-engine.el (c-guess-basic-syntax): Handle template and | |
797 member init argument lists split over several lines. Case 5D | |
798 changed. | |
799 | |
800 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag | |
801 @throws introduced in Javadoc 1.2. | |
802 | |
803 * cc-menus.el (cc-imenu-java-generic-expression): Applied | |
804 patch from RMS to avoid infinite backtracking. | |
805 | |
806 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
807 | |
808 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded | |
809 by [ ]. | |
810 | |
811 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
812 | |
813 * cc-align.el (c-lineup-dont-change): Compensate properly for | |
814 the column in langelem. | |
815 | |
816 * cc-engine.el (c-syntactic-information-on-region): New | |
817 function to help debugging the syntactic analysis. | |
818 | |
819 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
820 | |
821 * cc-align.el (c-lineup-template-args): Handle nested template | |
822 arglists. | |
823 | |
824 * cc-langs.el (c++-template-syntax-table): New syntax table | |
825 that makes `<' and `>' parenthesis characters, which is useful | |
826 to switch to temporarily when analyzing template arglists. | |
827 | |
828 * cc-styles.el: Changed default alignment of labels in the | |
829 java style to conform to the examples in the Java Language | |
830 Specification. | |
831 | |
832 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args' | |
833 by default. | |
834 | |
835 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
836 | |
837 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma | |
838 immediately before the closing paren in an arglist, so don't | |
839 check that in Pike mode. Case 7A changed. | |
840 | |
841 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
842 | |
843 * cc-cmds.el (c-indent-region): Fixed bug where comment-only | |
844 lines were ignored under certain conditions. | |
845 | |
846 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
847 | |
848 * cc-align.el (c-lineup-template-args): New function for | |
849 aligning continued template argument lists. | |
850 | |
851 * cc-engine.el (c-guess-basic-syntax): Fix for member init | |
852 lists containing function arglists split over several lines. | |
853 Case 5D.1 changed. | |
854 | |
855 * cc-engine.el (c-guess-basic-syntax): Fixed bug where | |
856 template-args-cont didn't get recognized when the first | |
857 arglist opener line doesn't contain a template argument. New | |
858 case 5K. | |
859 | |
860 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
861 | |
862 * cc-defs.el (c-point): Changed from subst to macro for | |
863 efficiency. | |
864 (c-beginning-of-defun-1, c-end-of-defun-1): New | |
865 beginning-of-defun/end-of-defun wrappers separated from | |
866 c-point. | |
867 | |
868 * cc-menus.el (imenu-generic-expression, | |
869 imenu-case-fold-search, imenu-progress-message): Dummy | |
870 definitions to avoid compiler warnings if imenu can't be | |
871 loaded. | |
872 * cc-menus.el (cc-imenu-init): New function called at mode | |
873 init. | |
874 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved | |
875 imenu initializations to cc-imenu-init. | |
876 | |
877 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
878 | |
879 * cc-engine.el (c-guess-basic-syntax): Slightly better check | |
880 for lambda-intro-cont in Pike mode. Case 6 changed. | |
881 | |
882 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where | |
883 anything following "new Foo()" was considered an anonymous | |
884 class body in Java mode. | |
885 | |
886 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org> | |
887 | |
888 * cc-cmds.el (c-comment-line-break-function): When breaking in | |
889 a string, don't insert a new line. | |
890 | |
891 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org> | |
892 | |
893 * cc-engine.el (c-at-toplevel-p): New interface function which | |
894 returns information useful to add-on authors. It tells you | |
895 whether you're at a toplevel statement or not. | |
896 | |
897 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org> | |
898 | |
899 * cc-cmds.el (c-comment-line-break-function): It is possible | |
900 that forward-line does not land us at the bol, say if we're on | |
901 the last line in a file. In that case, do a | |
902 back-to-indentation instead of a forward-comment -1. | |
903 | |
904 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
905 | |
906 * cc-engine.el (c-beginning-of-statement-1): Don't catch | |
907 "default:" as normal label in case 4. | |
908 | |
909 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
910 | |
911 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to | |
912 recognize continued bitfield declarations. Case 5D.1 changed. | |
913 * cc-langs.el: New variable c-bitfield-key. | |
914 * cc-mode.el: New variable c-bitfield-key. | |
915 | |
916 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
917 | |
918 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java | |
919 anonymous array expressions (i.e. "new Foo[] {.. bracelist | |
920 ..}"). | |
921 | |
922 1999-12-12 Dave Love <fx@gnu.org> | |
923 | |
924 * mail/footnote.el: Require cl when compiling. Don't autoload | |
925 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays. | |
926 (footnote-insert-text-marker, Footnote-insert-pointer-marker): | |
927 Avoid `acons'. | |
928 (footnote-mode-line-string, Footnote-add-footnote): Remove | |
929 autoload cookie. | |
930 | |
931 1999-12-12 Richard Sharman <rsharman@pobox.com> | |
932 | |
933 * sh-script.el: Fix for when font-lock mode is active. | |
934 (sh-font-lock-unfontify-region-function): New function. | |
935 | |
936 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il> | |
937 | |
938 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even | |
939 if start-process is not bound, since Ispell now supports such | |
940 platforms as well. | |
941 | |
942 1999-12-12 Gerd Moellmann <gerd@gnu.org> | |
943 | |
944 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to | |
945 rmail-summary-goto-msg. | |
946 | |
947 * files.el (after-find-file): Fix previous change. | |
948 | |
949 1999-12-11 Dave Love <fx@gnu.org> | |
950 | |
951 * help.el (where-is): Use `commandp' as predicate for | |
952 `completing-read' | |
953 | |
954 1999-12-10 Richard M. Stallman <rms@gnu.org> | |
955 | |
956 * cus-edit.el (custom-save-delete): Delete all occurrences, | |
957 leave point where the first occurrence was. | |
958 (custom-save-faces): Insert a newline at the end of the comment. | |
959 Avoid a double newline there. | |
960 If final closeparen is at bol, put a space before it. | |
961 (custom-save-variables): Likewise. | |
962 (custom-file): Doc fix. | |
963 | |
964 1999-12-10 Gerd Moellmann <gerd@gnu.org> | |
965 | |
966 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of | |
967 regexp matching image and audio files. | |
968 | |
969 1999-12-09 Dave Love <fx@gnu.org> | |
970 | |
971 * mail/footnote.el: New file. | |
972 | |
973 1999-12-09 Gerd Moellmann <gerd@gnu.org> | |
974 | |
975 * files.el (after-find-file): Use auto-save-visited-file-name if | |
976 set. | |
977 | |
978 * mail/feedmail.el (feedmail-find-eoh): Take | |
979 feedmail-queue-alternative-mail-header-separator into account. | |
980 | |
981 1999-12-09 Stefan Monnier <monnier@cs.yale.edu> | |
982 | |
983 * smerge-mode.el: New file. | |
984 | |
985 * font-lock.el (font-lock-multiline): New variable. | |
986 (font-lock-add-keywords): Rename `major-mode' into `mode'. | |
987 (font-lock-remove-keywords): Added a dummy `mode' argument for | |
988 potential future support. | |
989 (font-lock-fontify-anchored-keywords, | |
990 (font-lock-fontify-keywords-region): Only handle multiline strings | |
991 if necessary (avoids a pathological behavior in (f.ex) diff-mode). | |
992 | |
993 1999-12-08 Richard M. Stallman <rms@gnu.org> | |
994 | |
995 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f. | |
996 | |
997 * dired-aux.el (dired-insert-subdir): Add autoload cookie. | |
998 | |
999 1999-12-07 Dave Love <fx@gnu.org> | |
1000 | |
1001 * help.el (view-emacs-problems): New command, bound to C-h P. | |
1002 | |
1003 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems. | |
1004 | |
1005 1999-12-07 Stefan Monnier <monnier@cs.yale.edu> | |
1006 | |
1007 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change. | |
1008 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map): | |
1009 New code to support the minor mode version. | |
1010 (diff-recenter): New function. | |
1011 (diff-next-hunk, diff-next-file): Use it. | |
1012 (diff-remembered-files-alist): New var. | |
1013 (diff-merge-strings): New function. | |
1014 (diff-find-file-name): Make it smarter and use the user's input more. | |
1015 (diff-mode): Cosmetic changes. | |
1016 | |
1017 * files.el (save-some-buffers): Turn EXITING into the more general | |
1018 PRED argument to allow specifying a subset of buffers. | |
1019 | |
1020 * simple.el (kill-region): Use the new `delete-and-extract-region' | |
1021 rather than the undo log (which is incorrect with *-change-functions). | |
1022 | |
1023 * font-lock.el (font-lock-default-fontify-region): Fix subtle | |
1024 off-by-one problem that could force re-fontifying the whole buffer. | |
1025 (font-lock-remove-keywords): New function. | |
1026 (font-lock-add-keywords): Use the new function to ensure idempotence. | |
1027 | |
1028 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu> | |
1029 | |
1030 * viper-cmd.el (viper-minibuffer-standard-hook, | |
1031 viper-minibuffer-real-start): Mew functions. | |
1032 (viper-read-string-with-history,viper-file-add-suffix, | |
1033 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the | |
1034 change in the status of the minibuffer prompt. | |
1035 | |
1036 1999-12-06 Gerd Moellmann <gerd@gnu.org> | |
1037 | |
1038 * comint.el (comint-redirect-results-list) | |
1039 (comint-redirect-results-list-from-process): Remove interactive | |
1040 spec. | |
1041 | |
1042 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il> | |
1043 | |
1044 * info.el (info-node, info-menu-5, info-xref): Define colors for | |
1045 Info faces if the display supports them. | |
1046 | |
1047 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il> | |
1048 | |
1049 Changes for automatic remapping of X colors on terminal frames: | |
1050 | |
1051 * term/pc-win.el (msdos-setup-initial-frame): New function, run by | |
1052 term-setup-hook. Call msdos-remember-default-colors and | |
1053 msdos-handle-reverse-video. | |
1054 (msdos-face-setup): Parts of code moved to | |
1055 msdos-setup-initial-frame. | |
1056 (msdos-handle-reverse-video): New function, modeled after | |
1057 x-handle-reverse-video. | |
1058 (make-msdos-frame): Don't use initial-frame-alist and | |
1059 default-frame-alist. Call msdos-handle-reverse-video. | |
1060 (msdos-color-aliases): Remove. | |
1061 (msdos-color-translate, msdos-approximate-color): Remove. | |
1062 (msdos-color-values): Use 16-bit RGB values. RGB values updated | |
1063 for better approximation of X colors. | |
1064 (msdos-face-setup): Call tty-color-clear. Remove code that sets | |
1065 up tty-color-alist (it is now on startup.el). | |
1066 (x-display-color-p, x-color-defined-p, x-color-values, | |
1067 x-defined-colors, face-color-supported-p, face-color-gray-p): | |
1068 Remove. | |
1069 | |
1070 * facemenu.el (facemenu-read-color, list-colors-display): Use | |
1071 defined-colors for all frame types. | |
1072 (facemenu-color-equal): Use color-values for all frame types. | |
1073 | |
1074 * faces.el (read-face-attribute): For :foreground and :background | |
1075 attributes and frames on character terminals, translate the color | |
1076 to the closest supported one before looking it up in the list of | |
1077 valid values. | |
1078 (face-valid-attribute-values): Call defined-colors for all types | |
1079 of frames. | |
1080 (defined-colors, color-defined-p, color-values, display-color-p): | |
1081 New finctions. | |
1082 (x-defined-colors, x-color-defined-p, x-color-values, | |
1083 x-display-color-p): Aliases for the above. | |
1084 | |
1085 * startup.el (command-line): Register terminal colors for frame | |
1086 types other than x and w32, but only if the terminal supports | |
1087 colors. Call tty-color-define instead of face-register-tty-color. | |
1088 | |
1089 * term/x-win.el (xw-defined-colors): Renamed from | |
1090 x-defined-colors. | |
1091 * term/w32-win.el (xw-defined-colors): Likewise. | |
1092 | |
1093 * term/tty-colors.el: New file. | |
1094 * loadup.el: Load term/tty-colors. | |
1095 | |
1096 1999-12-06 Dave Love <fx@gnu.org> | |
1097 | |
1098 * ffap.el: Autoload the ffap alias directly. | |
1099 | |
1100 1999-12-06 Inge Frick <inge@nada.kth.se> | |
1101 | |
1102 * dired-aux.el (dired-do-shell-command): Changed documentation. | |
1103 (dired-shell-stuff-it): A `?' in COMMAND has now the same | |
1104 meaning as `*'. | |
1105 | |
1106 1999-12-06 Gerd Moellmann <gerd@gnu.org> | |
1107 | |
1108 * simple.el (insert-buffer): Doc fix. | |
1109 | |
1110 * apropos.el (apropos-mode): Add autoload cookie. | |
1111 | |
1112 1999-12-06 Sam Steingold <sds@goems.com> | |
1113 | |
1114 * progmodes/etags.el (etags-tags-completion-table): Modified the | |
1115 regexp to allow for the CL symbols starting with `+*'. | |
1116 (tags-completion-table): Doc fix (it's an obarray, not an alist). | |
1117 (tags-completion-table, tags-recognize-empty-tags-table): Remove | |
1118 `function' quoting lambda. | |
1119 (tags-with-face): New macro. | |
1120 (list-tags, tags-apropos): Use it. | |
1121 (tags-apropos-additional-actions): New user option. | |
1122 (etags-tags-apropos-additional): Use it. | |
1123 (tags-apropos): Call etags-tags-apropos-additional. | |
1124 (tags-apropos-verbose): New user option. | |
1125 (etags-tags-apropos): Use it. | |
1126 (visit-tags-table-buffer, next-file): Use `unless'. | |
1127 (recognize-empty-tags-table): Renamed to | |
1128 tags-recognize-empty-tags-table. | |
1129 (complete-tag): Call tags-complete-tag bypassing try-completion. | |
1130 | |
1131 1999-12-06 Kenichi Handa <handa@etl.go.jp> | |
1132 | |
1133 * international/mule.el (set-buffer-file-coding-system): Docstring | |
1134 modified. | |
1135 | |
1136 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
1137 | |
1138 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support | |
1139 using the hideshow package. | |
1140 (hs-special-modes-alist): Added entry for bibtex to allow the use | |
1141 of the hideshow package. | |
1142 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is | |
1143 not longer provided by bibtex.el directly. Instead the hideshow | |
1144 package should be used. | |
1145 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete | |
1146 references to bibtex-hide-entry-bodies. | |
1147 | |
1148 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
1149 | |
1150 * textmodes/bibtex.el: Copyright notice is up to date. Moved | |
1151 maintainer information closer to the beginning of the bibtex.el | |
1152 file. | |
1153 (bibtex-maintainer-salutation): New constant. | |
1154 (bibtex-version): New constant. | |
1155 (bibtex-submit-bug-report): Use bibtex-version and | |
1156 bibtex-maintainer-salutation. | |
1157 (bibtex-entry-field-alist): Made booktitle field optional for | |
1158 @inproceedings entries when crossreferenced. | |
1159 (bibtex-entry-field-alist): Added booktitle field to proceedings | |
1160 entry type (for cross referencing). Thanks to Wagner Toledo Correa | |
1161 for the suggestion. | |
1162 (bibtex-string-file-path): Fixed typo. | |
1163 | |
1164 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl> | |
1165 | |
1166 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &' | |
1167 for reftex.el. | |
1168 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex' | |
1169 to menu. | |
1170 | |
1171 1999-12-04 Dave Love <fx@gnu.org> | |
1172 | |
1173 * delsel.el: Revert previous change -- region is significant to | |
1174 skeleton. | |
1175 | |
1176 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu> | |
1177 | |
1178 * viper-cmd.el (viper-change-state): Use | |
1179 viper-ESC-moves-cursor-back to decide whether to move the cursor | |
1180 back. | |
1181 | |
1182 1999-12-03 Kenichi Handa <handa@mule.m17n.org> | |
1183 | |
1184 * international/mule-util.el (truncate-string-to-width): Docsting | |
1185 fixed. | |
1186 | |
1187 1999-12-02 Stefan Monnier <monnier@cs.yale.edu> | |
1188 | |
1189 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious | |
1190 use of `cond'. | |
1191 (lm-with-file): Move all the find-file...kill-buffer stuff into | |
1192 this macro. Make it use `find-file-noselect' and make it kill | |
1193 the buffer only if it wasn't already displayed somewhere. | |
1194 (lm-summary, lm-authors, lm-maintainer, lm-creation-date) | |
1195 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by) | |
1196 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file. | |
1197 (lm-commentary): Fix to handle the case when the change log is | |
1198 at the end of the file. | |
1199 | |
1200 1999-12-02 Kenichi Handa <handa@etl.go.jp> | |
1201 | |
1202 * international/mule.el (charsetp): Fix typo in docstring. | |
1203 | |
1204 * international/mule-diag.el (list-coding-categories): Fix typo; | |
1205 automatic -> autoload. | |
1206 | |
1207 1999-12-02 Gerd Moellmann <gerd@gnu.org> | |
1208 | |
1209 * vc.el (vc-update-change-log): Look for rcs2log under | |
1210 exec-directory. | |
1211 | |
1212 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change | |
1213 outline-regexp, add outline-level. | |
1214 (lisp-outline-level): New. | |
1215 | |
1216 * calendar/appt.el (appt-convert-time): Handle "12:MMam", | |
1217 remove extraneous string-match. | |
1218 | |
1219 * finder.el (finder-commentary): Activate Finder mode. | |
1220 | |
1221 1999-12-01 Anders Lindgren <andersl@andersl.com> | |
1222 | |
1223 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned | |
1224 off when reverting buffers that contained mode specifiers. | |
1225 `revert-buffer' is now called with non-nil PRESERVE-MODES | |
1226 argument. | |
1227 | |
1228 1999-12-01 Dave Love <fx@gnu.org> | |
1229 | |
1230 * delsel.el: Grok skeleton-pair-insert-maybe. | |
1231 | |
1232 1999-11-30 Richard M. Stallman <rms@gnu.org> | |
1233 | |
1234 * progmodes/cperl-mode.el (cperl-under-as-char): | |
1235 Use nil as default. | |
1236 | |
1237 1999-11-30 Gerd Moellmann <gerd@gnu.org> | |
1238 | |
1239 * speedbar.el (toplevel): Remove compatibility code for Emacs | |
1240 versions without custom.el. | |
1241 | |
1242 1999-11-30 Dave Love <fx@gnu.org> | |
1243 | |
1244 * progmodes/fortran.el (fortran-strip-sequence-nos): New command. | |
1245 | |
1246 * autoinsert.el: Minor doc fixes. | |
1247 (auto-insert): Return nil. | |
1248 | |
1249 * faces.el (set-face-documentation): Purecopy STRING. | |
1250 | |
1251 1999-11-29 Dave Love <fx@gnu.org> | |
1252 | |
1253 * derived.el: Doc fixes, remove old backquote syntax. | |
1254 | |
1255 * cus-edit.el (custom-save-variables, custom-save-faces): Write a | |
1256 comment warning about editing. | |
1257 | |
1258 * help.el (help-mode-hook): Define. | |
1259 | |
1260 1999-11-29 Gerd Moellmann <gerd@gnu.org> | |
1261 | |
1262 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct | |
1263 invalid translation of old-style backquote syntax to new syntax. | |
1264 | |
1265 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il> | |
1266 | |
1267 * Makefile (DONTCOMPILE): Add term/internal.el. | |
1268 | |
1269 1999-11-26 Dave Love <fx@gnu.org> | |
1270 | |
1271 * comint.el: Fix last change. | |
1272 | |
1273 * emacs-lisp/advice.el: Fix last change. | |
1274 | |
1275 1999-11-26 Richard M. Stallman <rms@gnu.org> | |
1276 | |
1277 * cus-edit.el (Custom-reset-standard): Doc fix. | |
1278 (custom-variable-reset-standard): Doc fix. | |
1279 (custom-face-reset-standard): Doc fix. | |
1280 (custom-face-menu): "Reset to Standard" => "Erase Customization". | |
1281 (custom-variable-menu): Likewise. | |
1282 (custom-reset-menu): Likewise. | |
1283 (custom-buffer-create-internal): Likewise. | |
1284 | |
1285 1999-11-26 Dave Love <fx@gnu.org> | |
1286 | |
1287 * progmodes/make-mode.el (makefile-mode-hook): Customize. | |
1288 | |
1289 * font-lock.el: Doc fixes. | |
1290 | |
1291 * menu-bar.el (menu-bar-mode): Customize. | |
1292 | |
1293 * cus-start.el: Add use-dialog-box. | |
1294 | |
1295 * add-log.el (change-log-mode-hook): Customize. | |
1296 (add-log-current-defun): Use | |
1297 fortran-{beginning,end}-of-subprogram. | |
1298 | |
1299 1999-11-26 Richard M. Stallman <rms@gnu.org> | |
1300 | |
1301 * emacs-lisp/advice.el: Many doc fixes. | |
1302 | |
1303 * comint.el (comint-preoutput-filter-functions): Doc fix. | |
1304 | |
1305 1999-11-26 Richard M. Stallman <rms@gnu.org> | |
1306 | |
1307 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): | |
1308 Improve messages for capitalization of arg names, | |
1309 for flag variables, for t and nil, for imperatives. | |
1310 Call them imperatives rather than infinitives sans "to". | |
1311 (checkdoc-common-verbs-wrong-voice): Add "moves". | |
1312 (checkdoc-message-text-engine): Improve messages for y-or-n-p. | |
1313 | |
1314 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): | |
1315 Don't convert comments from 3-semicolon to 2-semicolon. | |
1316 That is a matter of style. | |
1317 (checkdoc-triple-semi-comment-check-flag): Variable deleted. | |
1318 (checkdoc-comments): Don't bind that variable. | |
1319 | |
1320 1999-11-26 Richard M. Stallman <rms@gnu.org> | |
1321 | |
1322 * files.el (write-file-hooks): Doc fix. | |
1323 | |
1324 1999-11-26 Gerd Moellmann <gerd@gnu.org> | |
1325 | |
1326 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='. | |
1327 | |
1328 1999-11-25 Dave Love <fx@gnu.org> | |
1329 | |
1330 * hippie-exp.el: Require comint when compiling. | |
1331 (hippie-expand): Add :links. | |
1332 (hippie-expand-try-functions-list): Customize. | |
1333 | |
1334 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu> | |
1335 | |
1336 * viper*el: Replaced old-style backquotes. | |
1337 | |
1338 * ediff*el: Replaced old-style backquotes. | |
1339 | |
1340 * ediff-merge | |
1341 (ediff-looks-like-combined-merge,ediff-get-combined-region): | |
1342 Changed to support the new format for ediff-combination-pattern. | |
1343 | |
1344 * ediff-diff (ediff-set-fine-overlays-in-one-buffer): | |
1345 Changed to support the new format for ediff-combination-pattern. | |
1346 | |
1347 1999-11-24 Dave Love <fx@gnu.org> | |
1348 | |
1349 * custom.el (custom-declare-group): Purecopy DOC. | |
1350 (custom-handle-keyword): Purecopy VALUE. | |
1351 (custom-add-link): Purecopy WIDGET. | |
1352 (custom-add-version): Purecopy VERSION. | |
1353 (custom-add-load): Purecopy LOAD. | |
1354 | |
1355 * cus-face.el (custom-declare-face): Purecopy DOC. | |
1356 | |
1357 * info.el: | |
1358 (Info-build-node-completions, Info-search, Info-follow-reference) | |
1359 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token) | |
1360 (Info-find-emacs-command-nodes): Avoid properties on matched text | |
1361 which may appear in minibuffer. | |
1362 | |
1363 1999-11-24 Gerd Moellmann <gerd@gnu.org> | |
1364 | |
1365 * locate.el (locate-with-filter): Doc fix. | |
1366 | |
1367 1999-11-24 Alex Schroeder <alex@gnu.org> | |
1368 | |
1369 * sql.el (sql-find-sqli-buffer): New function. | |
1370 (sql-set-sqli-buffer-generally): New function. | |
1371 (sql-set-sqli-buffer): Better checking of new-buffer. | |
1372 (sql-copy-column): Add comma after INTO clause, too. | |
1373 | |
1374 1999-11-24 Alex Schroeder <alex@gnu.org> | |
1375 | |
1376 * sql.el (sql-imenu-generic-expression): New, used to set | |
1377 imenu-generic-expression. | |
1378 | |
1379 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when | |
1380 setting font-lock-defaults' SYNTAX-ALIST. Set | |
1381 imenu-generic-expression, imenu-case-fold-search, and | |
1382 imenu-syntax-alist. | |
1383 | |
1384 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95 | |
1385 and 46 when setting font-lock-defaults' SYNTAX-ALIST. | |
1386 | |
1387 1999-11-23 Andrew Innes <andrewi@gnu.org> | |
1388 | |
1389 * w32-win.el (w32-drag-n-drop): Load files in current window, if | |
1390 drop coords aren't over a specific window. | |
1391 | |
1392 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
1393 | |
1394 * ps-print.el: Define mule funs without checking if mule package is | |
1395 loaded. | |
1396 (ps-print-version): New version number (5.0.1). | |
1397 (ps-header-dirpart): Now uses abbreviate-file-name. | |
1398 | |
1399 1999-11-23 Dave Love <fx@gnu.org> | |
1400 | |
1401 * progmodes/fortran.el (fortran-comment-line-start): Renamed from | |
1402 comment-line-start. | |
1403 (fortran-comment-line-start-skip): Renamed from | |
1404 comment-line-start-skip. | |
1405 (fortran-mode-map): Use renamed functions. Add manual and custom | |
1406 entries to menu. | |
1407 (fortran-mode-hook): Customize. | |
1408 (fortran-comment-indent-function): Renamed from | |
1409 fortran-comment-hook. | |
1410 (delete-horizontal-regexp): Function deleted. | |
1411 (fortran-electric-line-number): Simplified. | |
1412 (fortran-beginning-of-subprogram): Renamed from | |
1413 beginning-of-fortran-subprogram. | |
1414 (fortran-end-of-subprogram): Renamed from | |
1415 end-of-fortran-subprogram. | |
1416 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram. | |
1417 (fortran-previous-statement, fortran-next-statement): Simplified. | |
1418 (fortran-blink-match): New function. | |
1419 (fortran-blink-matching-if, fortran-blink-matching-do): Use it. | |
1420 (fortran-indent-to-column): Don't use delete-horizontal-regexp. | |
1421 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use | |
1422 line-end-position. | |
1423 (fortran-fill): No longer interactive. Simplified. | |
1424 (fortran-break-line): Simplified. | |
1425 (fortran-analyze-file-format): Use char-after, not looking-at. | |
1426 | |
1427 * emacs-lisp/find-func.el (find-function-regexp): Use | |
1428 `define-minor-mode' after easy-menu change. | |
1429 | |
1430 1999-11-23 Gerd Moellmann <gerd@gnu.org> | |
1431 | |
1432 * comint.el: Add redirection.from active comint buffers into | |
1433 another buffer. Written by Peter Breton. | |
1434 | |
1435 1999-11-23 Stefan Monnier <monnier@cs.yale.edu> | |
1436 | |
1437 * emacs-lisp/autoload.el (make-autoload): Recognize the new | |
1438 `define-minor-mode'. | |
1439 (define-minor-mode): Specify `doc-string-elt'. | |
1440 | |
1441 * emacs-lisp/easy-mmode.el: Changed maintainer. | |
1442 (easy-mmode-define-toggle): New BODY arg; Never append `-mode'; | |
1443 Use defcustom for the hooks; Improve the auto-generated docstrings. | |
1444 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'. | |
1445 (define-minor-mode): Add BODY arg; Only declare the keymap if | |
1446 provided; Improve the auto-generated docstrings. | |
1447 | |
1448 1999-11-22 Gerd Moellmann <gerd@gnu.org> | |
1449 | |
1450 * textmodes/text-mode.el (text-mode): Construct paragraph-start so | |
1451 that the leading `^' is at the start. This is necessary because | |
1452 paragraphs.el tries to remove anchors, but can find them only if | |
1453 they are the first character. | |
1454 | |
1455 * progmodes/antlr-mode.el: New file. | |
1456 | |
1457 * calendar/calendar.el: Fix autoload for | |
1458 calendar-absolute-from-astro. Add autoload for | |
1459 calendar-print-astro-day-number. | |
1460 | |
1461 1999-11-21 Anders Lindgren <andersl@andersl.com> | |
1462 | |
1463 * follow.el: Use modern backquote syntax. Minor comment update. | |
1464 | |
1465 1999-11-21 Gerd Moellmann <gerd@gnu.org> | |
1466 | |
1467 * simple.el (with-syntax-table): Don't switch buffers. | |
1468 | |
1469 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el, | |
1470 progmodes/hideif.el: Use new backquote syntax. | |
1471 | |
1472 1999-11-21 Ken Manheimer <klm@python.org> | |
1473 | |
1474 * icomplete.el (icomplete-completions): Use an explicit variable | |
1475 `icomplete-prospects-length', obviating the need to use an | |
1476 apparently faulty throw/catch arrangement. | |
1477 | |
1478 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il> | |
1479 | |
1480 * term/internal.el (IT-display-table-setup): Don't overstep | |
1481 character code 255. | |
1482 | |
1483 1999-11-20 Kenichi Handa <handa@mule.m17n.org> | |
1484 | |
1485 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font | |
1486 for the charset chinese-sisheng is 7bit encoding, not 8bit. | |
1487 | |
1488 1999-11-19 Stefan Monnier <monnier@cs.yale.edu> | |
1489 | |
1490 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the | |
1491 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars. | |
1492 | |
1493 * files.el (auto-mode-alist): Add patterns for diff-mode. | |
1494 | |
1495 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end | |
1496 to detect an empty prompt. | |
1497 | |
1498 1999-11-18 Dave Love <fx@gnu.org> | |
1499 | |
1500 * simple.el (input-mode-8-bit): Fix the customization. | |
1501 | |
1502 1999-11-18 Gerd Moellmann <gerd@gnu.org> | |
1503 | |
1504 * international/iso-acc.el (iso-languages): Add more | |
1505 characters for Portuguese. | |
1506 | |
1507 * speedbar.el: Clean up comment at the start of the file. | |
1508 Remove RCS id. | |
1509 | |
1510 * progmodes/compile.el (compilation-parse-errors): Use | |
1511 compilation-buffer-p instead of testing major-mode. | |
1512 | |
1513 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk> | |
1514 | |
1515 * quickurl.el Added defcustom of quickurl-completion-ignore-case. | |
1516 (quickurl-ask): completion-ignore-case is set to the value of | |
1517 quickurl-completion-ignore-case for the duration of the call to | |
1518 completing-read. | |
1519 | |
1520 1999-11-18 Richard M. Stallman <rms@gnu.org> | |
1521 | |
1522 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook. | |
1523 | |
1524 1999-11-18 Kenichi Handa <handa@etl.go.jp> | |
1525 | |
1526 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars | |
1527 instead of ps-print-def. | |
1528 | |
1529 * ps-print.el: Require ps-vars instead of ps-print-def. | |
1530 | |
1531 * ps-mule.el: Require ps-vars instead of ps-print-def. | |
1532 | |
1533 1999-11-17 Gerd Moellmann <gerd@gnu.org> | |
1534 | |
1535 * simple.el (with-syntax-table): Save buffer explicitly instead of | |
1536 using save-excursion. | |
1537 | |
1538 1999-11-16 Gerd Moellmann <gerd@gnu.org> | |
1539 | |
1540 * mail/supercite.el: New maintainer. | |
1541 | |
1542 1999-11-16 Reto Zimmermann <reto@synopsys.com> | |
1543 | |
1544 * progmodes/vhdl-mode.el: Use new backquote syntax. | |
1545 | |
1546 1999-11-16 Gerd Moellmann <gerd@gnu.org> | |
1547 | |
1548 * simple.el (with-syntax-table): New. | |
1549 | |
1550 1999-11-15 Sam Steingold <sds@ksp.com> | |
1551 | |
1552 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax. | |
1553 | |
1554 1999-02-22 Sam Steingold <sds@goems.com> | |
1555 | |
1556 * goto-addr.el (goto-address-at-mouse, | |
1557 goto-address-find-address-at-point): Use compose-mail. | |
1558 (goto-address-mail-method): Removed variable. | |
1559 (goto-address-send-using-mh-e, goto-address-send-using-mhe, | |
1560 goto-address-send-using-mail): Removed functions. | |
1561 | |
1562 1998-11-03 Sam Steingold <sds@goems.com> | |
1563 | |
1564 * simple.el (backward-delete-char-untabify): | |
1565 backward-delete-char-untabify-method can be `all' now - to delete | |
1566 hungrily including newlines. | |
1567 | |
1568 1999-11-15 Sam Steingold <sds@ksp.com> | |
1569 | |
1570 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax. | |
1571 | |
1572 1999-11-15 Dave Love <fx@gnu.org> | |
1573 | |
1574 * cus-edit.el (customize-face, customize-face-other-window): | |
1575 Require match from completing-read. | |
1576 (custom-buffer-done-function): Default to custom-bury-buffer, not | |
1577 bury-buffer. | |
1578 | |
1579 1999-11-15 Gerd Moellmann <gerd@gnu.org> | |
1580 | |
1581 * mail/rmail.el, iswitchb.el, hippie-exp.el, | |
1582 progmodes/cperl-mode.el: Use new backquote syntax. | |
1583 | |
1584 1998-09-14 Michael Ernst <mernst@alum.mit.edu> | |
1585 | |
1586 * uniquify.el: Use new backquote syntax. | |
1587 | |
1588 1999-11-14 Markus Rost <rost@ias.edu> | |
1589 | |
1590 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r | |
1591 as in ispell-local-dictionary-alist. | |
1592 | |
1593 1999-11-14 Alex Schroeder <alex@gnu.org> | |
1594 | |
1595 * ansi-color.el (ansi-color-apply): Updated regexps to include | |
1596 highlighted face. | |
1597 | |
1598 1999-01-14 Johan Vromans <jvromans@squirrel.nl> | |
1599 | |
1600 * forms.el (forms--make-format-elt-using-text-properties): | |
1601 Treat `intangible' differently. | |
1602 | |
1603 * forms.el: Use new backquote syntax. | |
1604 | |
1605 1999-11-13 Gerd Moellmann <gerd@gnu.org> | |
1606 | |
1607 * textmodes/scribe.el (scribe-mode): Doc-fix. | |
1608 | |
1609 1999-11-13 Peter Breton <pbreton@ne.mediaone.net> | |
1610 | |
1611 * net-utils.el (run-network-program, net-utils-run-program): Use | |
1612 the new backquote syntax. | |
1613 (smbclient-program, smbclient-program-options) | |
1614 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New | |
1615 variables | |
1616 (smbclient, smbclient-list-shares): New functions | |
1617 | |
1618 1999-11-12 Sam Steingold <sds@ksp.com> | |
1619 | |
1620 * emulation/viper-init.el (viper-deflocalvar, viper-loop) | |
1621 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair) | |
1622 (viper-kbd-buf-definition, viper-kbd-mode-alist) | |
1623 (viper-kbd-mode-pair, viper-kbd-mode-definition) | |
1624 (viper-kbd-global-pair, viper-kbd-global-definition): | |
1625 Use the new backquote syntax. | |
1626 | |
1627 * emulation/viper-cmd.el (viper-test-com-defun) | |
1628 (viper-prefix-arg-value, viper-prefix-arg-com): | |
1629 Use the new backquote syntax. | |
1630 | |
1631 * emacs-lisp/debug.el (debugger-env-macro): | |
1632 Use the new backquote syntax. | |
1633 | |
1634 * emacs-lisp/easymenu.el (easy-menu-make-symbol): | |
1635 Use the new backquote syntax. | |
1636 | |
1637 * calendar/calendar.el (calendar-remove-frame-by-deleting): | |
1638 New user variable. | |
1639 (calendar-hide-window): Use it. | |
1640 (increment-calendar-month, calendar-for-loop, calendar-sum): | |
1641 Use the new backquote syntax. | |
1642 | |
1643 1999-11-12 Andrew Innes <andrewi@gnu.org> | |
1644 | |
1645 * select.el (x-set-selection): Call buffer-substring, not | |
1646 substring. Also fix docstring | |
1647 | |
1648 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl> | |
1649 | |
1650 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list | |
1651 of customizable variables to bug report message. Added | |
1652 system-type to package name in bug report. | |
1653 | |
1654 1999-11-12 Gerd Moellmann <gerd@gnu.org> | |
1655 | |
1656 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name | |
1657 to display file names. | |
1658 | |
1659 1999-11-11 Gerd Moellmann <gerd@gnu.org> | |
1660 | |
1661 * mwheel.el: Fix copyright notice, don't require 'cl at run time. | |
1662 | |
1663 * isearch.el: Add lazy-highlighting feature. | |
1664 | |
1665 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl> | |
1666 | |
1667 * progmodes/ps-mode.el (ps-mode-maintainer-address): New | |
1668 constant. | |
1669 (ps-mode-submit-bug-report): New function. Entry added to menu. | |
1670 | |
1671 1999-11-10 William M. Perry <wmperry@aventail.com> | |
1672 | |
1673 * mwheel.el: New file to support the new style wheeled mice. | |
1674 | |
1675 1999-11-10 Gerd Moellmann <gerd@gnu.org> | |
1676 | |
1677 * startup.el (initial-scratch-message): Add ";;" to the front of | |
1678 lines in the message. | |
1679 | |
1680 * files.el (file-local-copy): Remove optional BUFFER argument | |
1681 because that's not used by anything. | |
1682 | |
1683 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as | |
1684 to-address. | |
1685 | |
1686 1999-11-08 Markus Rost <rost@ias.edu> | |
1687 | |
1688 * wid-edit.el (widget-button-click): Wrap with save-excursion | |
1689 to restore track-mouse in the correct buffer. | |
1690 | |
1691 1999-11-08 Gerd Moellmann <gerd@gnu.org> | |
1692 | |
1693 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com. | |
1694 | |
1695 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl> | |
1696 | |
1697 * progmodes/ps-mode.el (ps-mode-print-function): Changed default | |
1698 lpr-command to "lp" for some system-types. (copied from lpr.el | |
1699 Emacs version 20.2.1). | |
1700 | |
1701 1999-11-04 Markus Rost <rost@ias.edu> | |
1702 | |
1703 * simple.el (comment-region): Strip off white space at end of | |
1704 comment-start. | |
1705 | |
1706 1999-11-04 Gerd Moellmann <gerd@gnu.org> | |
1707 | |
1708 * faces.el (secondary-selection): Fix wrong color name. | |
1709 | |
1710 1999-11-04 John Tobey <jtobey@epsilondev.com> | |
1711 | |
1712 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0", | |
1713 the default when invoking perldb in a non-Perl buffer, and other | |
1714 cases involving -e or --. | |
1715 | |
1716 1999-11-04 Gerd Moellmann <gerd@gnu.org> | |
1717 | |
1718 * simple.el (previous-matching-history-element) | |
1719 (next-history-element): Use delete-field instead of erase-field. | |
1720 | |
1721 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit): | |
1722 Use delete-field instead of erase-field. | |
1723 | |
1724 * faces.el (secondary-selection): Change background to yellow. | |
1725 | |
1726 * complete.el (PC-do-completion): Use minibuffer-prompt-end to | |
1727 find the start of the text. Use field-string to read the user | |
1728 input. | |
1729 | |
1730 1999-11-03 Gerd Moellmann <gerd@gnu.org> | |
1731 | |
1732 * faces.el (make-face-bold, make-face-unbold, make-face-italic) | |
1733 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument | |
1734 for compatibility with old face implementation. | |
1735 | |
1736 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit): | |
1737 Use erase-field instead of erase-buffer. | |
1738 | |
1739 * frame.el (blink-cursor-mode, blink-cursor-end): Use | |
1740 internal-show-cursor with new interface. | |
1741 (blink-cursor-timer-function): New. | |
1742 (blink-cursor-start): Use blink-cursor-timer-function. | |
1743 | |
1744 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
1745 | |
1746 * calendar.el (redraw-calendar): Move to nearest date before | |
1747 redrawing. | |
1748 | |
1749 * diary-lib.el (simple-diary-display): Reset modeline even if | |
1750 there are no diary entries since the diary buffer may be displayed. | |
1751 | |
1752 1999-11-03 Richard M. Stallman <rms@gnu.org> | |
1753 | |
1754 * emacs-lisp/debug.el (debug): If noninteractive, display the | |
1755 backtrace using `message', then exit Emacs. | |
1756 (debugger-batch-max-lines): New variable. | |
1757 (debugger-setup-buffer): New subroutine, broken out of `debug'. | |
1758 Change the messages put at the start, to say that the debugger | |
1759 was entered. | |
1760 | |
1761 1999-11-02 Sam Steingold <sds@ksp.com> | |
1762 | |
1763 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp. | |
1764 | |
1765 1999-11-01 John Tobey <jtobey@epsilondev.com> | |
1766 | |
1767 * gud.el: (gud-perldb-massage-args): Massage correctly in the | |
1768 presence of perl switches other than "-e". | |
1769 | |
1770 1999-11-01 Markus Rost <rost@ias.edu> | |
1771 | |
1772 * dired-x.el (dired-smart-shell-command): Use | |
1773 shell-command-history as in shell-command. | |
1774 | |
1775 1999-11-01 Richard M. Stallman <rms@gnu.org> | |
1776 | |
1777 * userlock.el (ask-user-about-lock): Doc fix. | |
1778 | |
1779 * frame.el: Doc fixes. | |
1780 | |
1781 1999-11-01 Gerd Moellmann <gerd@gnu.org> | |
1782 | |
1783 * frame.el (blink-cursor-mode): Call internal-show-cursor instead | |
1784 of show-cursor. | |
1785 (blink-cursor-start, blink-cursor-end): Ditto. | |
1786 | |
1787 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode. | |
1788 | |
1789 1999-11-01 Richard M. Stallman <rms@gnu.org> | |
1790 | |
1791 * window.el (walk-windows): If ALL-FRAMES is a frame, | |
1792 start on that frame. Use save-selected-window. | |
1793 | |
1794 1999-11-01 Gerd Moellmann <gerd@gnu.org> | |
1795 | |
1796 * simple.el (end-of-buffer): Use window-end to find the window end | |
1797 instead of vertical-motion because this handles variable-height | |
1798 lines correctly. | |
1799 | |
1800 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu> | |
1801 | |
1802 * ediff.el: Version change. | |
1803 | |
1804 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows. | |
1805 make sure you are in a good frame before deleting other | |
1806 windows. | |
1807 (ediff-file-checked-in-p): Don't consider CVS | |
1808 files checked in. | |
1809 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you | |
1810 are writing to a newly created empty file. | |
1811 | |
1812 * ediff-mult.el (ediff-show-session-group-hook): New default. | |
1813 | |
1814 * ediff-vers.el (ediff-pcl-cvs-view-revision): | |
1815 First cd to the file directory. reportedly works | |
1816 better with remote files. | |
1817 | |
1818 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal): | |
1819 Use file-name-nondirectory when passing files to CVS. | |
1820 | |
1821 * ediff-diff.el (ediff-cmp-options): New variable. | |
1822 (ediff-same-file-contents): Use ediff-cmp-options. | |
1823 | |
1824 * ediff-ptch.el (ediff-prompt-for-patch-buffer, | |
1825 ediff-get-patch-buffer): Use current buffer if it appears to be a | |
1826 patch. | |
1827 | |
1828 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c | |
1829 C-g | |
1830 | |
1831 * viper-util.el (viper-nontrivial-find-file-function): Deleted. | |
1832 (viper-glob-unix-files, viper-glob-mswindows-files): New functions. | |
1833 (viper-save-cursor-color,viper-restore-cursor-color): | |
1834 Improved cursor color handling. | |
1835 (viper-get-saved-cursor-color-in-replace-mode, | |
1836 viper-get-saved-cursor-color-in-insert-mode): New functions for | |
1837 better cursor color handling. | |
1838 | |
1839 * viper-ex.el (ex-read,ex-edit): | |
1840 Fixes for correct interpretation of #,%. | |
1841 (viper-ex): Now works correctly when called from other functions. | |
1842 (viper-glob-function): New variable. | |
1843 (viper-ex): Save excursion before doing :global. | |
1844 | |
1845 * viper-mous.el (viper-counting-clicks-p): Bug fixes. | |
1846 | |
1847 * viper-cmd.el (viper-post-command-sentinel, | |
1848 viper-insert-state-post-command-sentinel, | |
1849 viper-insert-state-pre-command-sentinel): Takes better care of | |
1850 cursor colors. | |
1851 | |
1852 * viper.el: Version change. | |
1853 | |
1854 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com> | |
1855 | |
1856 * whitespace.el (whitespace-update-modeline): Bugfix to ensure | |
1857 that the modeline display was updated *only* when | |
1858 `whitespace-display-in-modeline' was set, not otherwise. | |
1859 | |
1860 1999-10-30 Gerd Moellmann <gerd@gnu.org> | |
1861 | |
1862 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to | |
1863 "frac12". | |
1864 | |
1865 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for | |
1866 ad-activate. | |
1867 | |
1868 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com> | |
1869 | |
1870 * whitespace.el: Test for existence of `defcustom' and `defgroup' | |
1871 using fboundp instead of assuming that these are not present in | |
1872 particular flavors of emacs. | |
1873 (whitespace-version): Update to 2.8 | |
1874 (whitespace-display-in-modeline): Add custom variable to control | |
1875 displaying the whitespace errors on the modeline based on | |
1876 suggestion from <klaus.berndl@sdm.de> | |
1877 (whitespace-buffer): Now returns `t' if unclean and `nil' if | |
1878 clean, to enable using as a hook function, as suggested by Puneet | |
1879 Goel <puneet@computer.org> | |
1880 (whitespace-buffer): Fix a subtle bug that cleaned up only if | |
1881 quiet was not set, even with whitespace-auto-cleanup set. | |
1882 (whitespace-mode-line): Now uses less modeline real estate and | |
1883 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace | |
1884 which is present in the file, and <y> is any type of whitespace | |
1885 whose check has been suppressed by setting | |
1886 `whitespace-check-<whitespace-type>' to nil. | |
1887 (whitespace-unchecked-whitespaces): New function to return the | |
1888 list of whitespaces for whom checks have been suppressed. | |
1889 (whitespace-display-unchecked-whitespaces): Renamed to | |
1890 `whitespace-update-modeline' to reflect its functionality. | |
1891 | |
1892 1999-10-30 Gerd Moellmann <gerd@gnu.org> | |
1893 | |
1894 * progmodes/compile.el (compilation-error-regexp-alist): | |
1895 Undo previous change. | |
1896 | |
1897 1999-10-28 Dave Love <fx@gnu.org> | |
1898 | |
1899 * help.el (help-follow): Make arg optional again and really | |
1900 default to point. | |
1901 | |
1902 1999-10-28 Gerd Moellmann <gerd@gnu.org> | |
1903 | |
1904 * paths.el (rmail-file-name): Make it an option. | |
1905 | |
1906 * progmodes/ada-mode.el, progmodes/ada-prj.el, | |
1907 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and | |
1908 comment fixes. | |
1909 | |
1910 * progmodes/compile.el (compilation-error-regexp-alist): Recognize | |
1911 MIPS Pro 7.3 compiler error message syntax. | |
1912 | |
1913 1999-10-27 Dave Love <fx@gnu.org> | |
1914 | |
1915 * progmodes/compile.el: Checkdoc-inspired fixes. | |
1916 | |
1917 1999-10-27 Gerd Moellmann <gerd@gnu.org> | |
1918 | |
1919 * lpr.el (print-buffer): Doc-string fix. | |
1920 | |
1921 1999-10-27 Dave Love <fx@gnu.org> | |
1922 | |
1923 * emacs-lisp/advice.el: Doc fixes. | |
1924 (ad-lemacs-p): Removed. | |
1925 (advice): Add :link to defgroup. | |
1926 | |
1927 1999-10-27 Kenichi Handa <handa@etl.go.jp> | |
1928 | |
1929 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change | |
1930 last-coding-system-used by the call of ange-ftp-set-ascii-mode. | |
1931 | |
1932 1999-10-24 Richard M. Stallman <rms@gnu.org> | |
1933 | |
1934 * window.el (walk-windows): If ALL-FRAMES is a frame, | |
1935 start on that frame. Use save-selected-window. | |
1936 | |
1937 1999-10-27 Richard M. Stallman <rms@gnu.org> | |
1938 | |
1939 * emacs-lisp/advice.el (ad-activate-internal): Renamed from | |
1940 ad-activate. All callers changed, including those in data.c. | |
1941 (ad-activate-internal-off): Renamed from ad-activate-off. | |
1942 All uses changed. | |
1943 (ad-activate): Renamed from ad-activate-on. All uses changed. | |
1944 (ad-start-advice, ad-stop-advice, ad-recover-normality): | |
1945 Alter the definition of ad-activate-internal, not ad-activate. | |
1946 | |
1947 1999-10-26 Gerd Moellmann <gerd@gnu.org> | |
1948 | |
1949 * startup.el (command-line-1): Add support for command line | |
1950 arguments `file' and `execute'. Fix handling of `visit'. | |
1951 | |
1952 1999-10-26 Kenichi Handa <handa@etl.go.jp> | |
1953 | |
1954 * international/mule-cmds.el (read-input-method-name): Handle the | |
1955 case that the arg DEFAULT is symbol. | |
1956 | |
1957 * international/mule-diag.el (mule-diag): Handle the case that | |
1958 default-input-method is symbol. | |
1959 | |
1960 1999-10-26 Gerd Moellmann <gerd@gnu.org> | |
1961 | |
1962 * textmodes/tildify.el: New file. | |
1963 | |
1964 1999-10-25 Sam Steingold <sds@ksp.com> | |
1965 | |
1966 * Makefile (compile-files): Fixed the "tr" strings. | |
1967 (EMACS): Set to ../src/emacs. | |
1968 | |
1969 1999-10-25 Gerd Moellmann <gerd@gnu.org> | |
1970 | |
1971 * info.el (Info-build-node-completions): Add '("*") to the | |
1972 completion list. | |
1973 | |
1974 1999-10-25 Richard M. Stallman <rms@gnu.org> | |
1975 | |
1976 * frame.el (auto-raise-mode): When enabling the mode, | |
1977 immediately raise the selected frame. | |
1978 | |
1979 * indent.el (indent-region): Doc fix. | |
1980 | |
1981 * comint.el (comint-output-filter): Make the Comint buffer current | |
1982 for the comint-preoutput-filter-functions. | |
1983 | |
1984 * mail/reporter.el: Doc fix. | |
1985 | |
1986 1999-10-24 Stephen Eglen <stephen@gnu.org> | |
1987 | |
1988 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so | |
1989 that Octave lisp files can also run under XEmacs 20. | |
1990 (require 'custom) added so that files can run under Emacs 19.34. | |
1991 | |
1992 * iswitchb.el (iswitchb-default-keybindings): No need to use | |
1993 read-kbd-macro in keybindings. | |
1994 | |
1995 1999-10-23 Dave Love <fx@gnu.org> | |
1996 | |
1997 * elide-head.el: New file. | |
1998 | |
1999 1999-10-23 Gerd Moellmann <gerd@gnu.org> | |
2000 | |
2001 * Makefile (compile-files, backup-compiled-files): New targets. | |
2002 (bootstrap, bootstrap-clean): Ditto. | |
2003 | |
2004 1999-10-22 Paul Eggert <eggert@twinsun.com> | |
2005 | |
2006 * international/mule-cmds.c (locale-language-names): | |
2007 Use Latin-1 (not Latin-3) for Afrikaans, Galician. | |
2008 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian, | |
2009 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet). | |
2010 Use Latin-8 for Welsh. | |
2011 Use Latin-1 for English if "en" is explicitly specified. | |
2012 Use Latin-1 for Scots Gaelic, Tagalog. | |
2013 Use Latin-1 (not Latin-4) for Greenlandic. | |
2014 Use Latin-1 (not Latin-2) for Albanian. | |
2015 (locale-preferred-coding-systems, locale-language-names): | |
2016 Remove generic ISO 8859 locales; locale-charset-language-names now | |
2017 does this. | |
2018 (locale-charset-language-names): New variable. | |
2019 (set-locale-environment): Use language name specified by | |
2020 locale-charset-language-names if its charsets disagree with the | |
2021 language name specified by locale-language-names. | |
2022 | |
2023 1999-10-22 Dave Love <fx@gnu.org> | |
2024 | |
2025 * make-mode.el: Minor doc fixes. | |
2026 | |
2027 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure. | |
2028 | |
2029 1999-10-21 Dave Love <fx@gnu.org> | |
2030 | |
2031 * loadup.el: Add latin-8, latin-9. | |
2032 | |
2033 1999-10-20 Paul Eggert <eggert@twinsun.com> | |
2034 | |
2035 * disp-table.el (standard-display-european): Remove undocumented | |
2036 arg AUTO; no longer used by startup.el. Do not attempt to treat | |
2037 all non-English language environments as coding system names. | |
2038 Instead, use the downcased language environment name as a coding | |
2039 system name if it is one; otherwise, use latin-1. | |
2040 | |
2041 1999-10-20 Gerd Moellmann <gerd@gnu.org> | |
2042 | |
2043 * dired.el (dired-move-to-filename-regexp): Fix long comment lines | |
2044 that were split so that part of the comment appeared as Lisp code. | |
2045 | |
2046 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
2047 | |
2048 * ps-bdf.el: Doc fix. | |
2049 | |
2050 * ps-print-def.el: New file: common definitions for all parts of | |
2051 ps-print. | |
2052 (ps-multibyte-buffer): Moved from ps-mule. | |
2053 | |
2054 * ps-mule.el: File dependence fix. | |
2055 (ps-multibyte-buffer): Moved to ps-print-def. | |
2056 | |
2057 * ps-print.el: Doc fix, better customization. | |
2058 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble) | |
2059 (ps-print-color-p, ps-printing-region-p, ps-n-up-database) | |
2060 (ps-end-file): Doc fix. | |
2061 (ps-setup, ps-begin-file): Fun fix. | |
2062 (postscript): New group. | |
2063 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars. | |
2064 (ps-print-prologue-1): Adjust PostScript programming. | |
2065 (ps-print): Adjust group hierarchy. | |
2066 (ps-print-n-up, ps-print-zebra, ps-print-background, | |
2067 ps-print-printer) | |
2068 (ps-print-page): New subgroups. | |
2069 (ps-print-prologue-header, ps-printer-name, ps-lpr-command) | |
2070 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type) | |
2071 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing) | |
2072 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes) | |
2073 (ps-zebra-stripe-height, ps-print-background-image) | |
2074 (ps-print-background-text, ps-spool-config): Adjust customization. | |
2075 (dos-ps-printer): Definition eliminated. | |
2076 | |
2077 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
2078 | |
2079 * ps-mule.el: Doc fix, define functions properly if mule package is | |
2080 loaded or not. | |
2081 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if | |
2082 mule package is loaded or not. | |
2083 | |
2084 * ps-print.el: Doc fix, n-up printing. | |
2085 (ps-print-version): New version number (5.0). | |
2086 (ps-page-dimensions-database): Added document media. | |
2087 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling) | |
2088 (ps-page-order, ps-printing-region-p): New vars. | |
2089 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New | |
2090 funs. | |
2091 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines) | |
2092 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn) | |
2093 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end) | |
2094 (ps-n-up-xstart, ps-n-up-ystart): New macros. | |
2095 (ps-print-begin-sheet-hook): New hook. | |
2096 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New | |
2097 const. | |
2098 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job) | |
2099 (ps-end-file, ps-dummy-page, ps-generate): Fix funs. | |
2100 (ps-print-prologue-1): Adjust PostScript programming for n-up printing. | |
2101 (ps-count-lines): Changed to defun. | |
2102 (ps-header-page): Changed to defsubst, fix fun. | |
2103 (ps-printing-region): Doc fix, adjust programming code. | |
2104 (ps-output-boolean, ps-background-pages, ps-background-text) | |
2105 (ps-background-image, ps-background, ps-get-boundingbox): Adjust | |
2106 programming code. | |
2107 | |
2108 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
2109 | |
2110 * ps-print.el: Doc fix, duplex and setpagedevice configuration. | |
2111 (ps-print-version): New version number (4.2). | |
2112 (ps-spool-config, ps-spool-tumble): New vars. | |
2113 (ps-print-prologue-1): Changed to defconst, adjust PostScript | |
2114 programming, new PostScript procedure to handle errors. | |
2115 (ps-print-prologue-2): Changed to defconst. | |
2116 (ps-print-duplex-feature): New const: duplex and tumble setting. | |
2117 (ps-setup, ps-begin-file): Fix funs. | |
2118 (ps-boolean-capitalized): New fun. | |
2119 | |
2120 1999-10-19 Stefan Monnier <monnier@cs.yale.edu> | |
2121 | |
2122 * Makefile (dontcompilefiles): Obsoleted. | |
2123 (DONTCOMPILE): Added emacs-lisp/cl-specs.el. | |
2124 (EL): Unused. | |
2125 (temacs): Removed (unused). | |
2126 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy | |
2127 version of the file (necessary for the update to work properly). | |
2128 (autoloads): Force the use of `pwd`/loaddefs.el. | |
2129 (updates); Redefined in terms of other targets to reduce redundancy. | |
2130 (.el.elc): New default rule, just in case you want it. | |
2131 (compile): Use a single invocation of Emacs. | |
2132 (bootstrap-compile); Unneeded. | |
2133 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed. | |
2134 | |
2135 1999-10-19 Dave Love <fx@gnu.org> | |
2136 | |
2137 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug. | |
2138 | |
2139 1999-10-19 Sam Steingold <sds@ksp.com> | |
2140 | |
2141 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to | |
2142 comply with the comment. | |
2143 | |
2144 1999-10-19 Gerd Moellmann <gerd@gnu.org> | |
2145 | |
2146 * autorevert.el (auto-revert-mode): Make auto-revert-mode | |
2147 permanent-local. | |
2148 | |
2149 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl> | |
2150 | |
2151 * progmodes/ps-mode.el (ps-mode-print-function): Fix default | |
2152 value: \"lpr\" changed to "lpr" | |
2153 (ps-mode-version): New constant | |
2154 (ps-mode-show-version): New function, added key in ps-mode-map | |
2155 (ps-run-messages): Removed | |
2156 (ps-run-font-lock-keywords-2): New defcustom variable replacing | |
2157 ps-run-messages. These keywords now include the value of | |
2158 ps-run-prompt, making its fontification customizable. | |
2159 (ps-run-init): Removed \\n from docstring, it is now added when | |
2160 the value is used | |
2161 (ps-run-font-lock-keywords-1): Added checking for initial ^ in | |
2162 ps-run-prompt | |
2163 (ps-mode): Added ps-run-font-lock-keywords-2 to list of | |
2164 customizable variables in doc-string (its equivalent | |
2165 ps-run-messages was missing in previous version of the doc-string) | |
2166 (ps-run-mode): Simplified assignment to font-lock-defaults, using | |
2167 symbols only | |
2168 | |
2169 1999-10-19 Alex Schroeder <alex@gnu.org> | |
2170 | |
2171 * ansi-color.el: Complete rewrite. | |
2172 | |
2173 1999-10-19 Paul Eggert <eggert@twinsun.com> | |
2174 | |
2175 Fix bootstrapping problems. | |
2176 Use the system locale to specify Emacs locale defaults. | |
2177 | |
2178 * international/mule-cmds.el (global-map): | |
2179 Do not use backquote, because that makes a bootstrapping | |
2180 problem if you need to recompile all Lisp files using interpreted code. | |
2181 * international/mule.el (charset-id, charset-bytes, | |
2182 charset-dimension, charset-chars, charset-width, | |
2183 charset-direction, charset-iso-final-char, | |
2184 charset-iso-graphic-plane, charset-reverse-charset, | |
2185 charset-short-name, charset-long-name, charset-description, | |
2186 charset-plist): Likewise. | |
2187 * subr.el (save-match-data): Likewise. | |
2188 | |
2189 * international/mule-cmds.el | |
2190 (set-display-table-and-terminal-coding-system): New function, | |
2191 containing code migrated out of set-language-environment. | |
2192 (set-language-environment, set-locale-environment): Use it. | |
2193 (locale-translation-file-name): Moved here from startup.el. | |
2194 (locale-language-names, locale-preferred-coding-systems): | |
2195 New vars. | |
2196 (locale-name-match, set-locale-environment): New functions. | |
2197 | |
2198 * language/japan-util.el (setup-japanese-environment-internal): | |
2199 Prefer japanese-iso-8bit if the system-type is usg-unix-v. | |
2200 | |
2201 * startup.el (iso-8859-n-locale-regexp): Remove. | |
2202 (locale-translation-file-name): Move to mule-cmds.el. | |
2203 (command-line): Move locale-stuff into set-locale-environment. | |
2204 | |
2205 1999-10-18 Dave Love <fx@gnu.org> | |
2206 | |
2207 * abbrev.el (add-abbrev, inverse-add-abbrev) | |
2208 (expand-region-abbrevs): Remove properties from buffer text. | |
2209 | |
2210 1999-10-17 Gerd Moellmann <gerd@gnu.org> | |
2211 | |
2212 * iswitchb.el (iswitchb-exhibit): Extract user-input only | |
2213 from the mini-buffer, without the prompt. | |
2214 | |
2215 * simple.el (minibuffer-prompt-end): Return the position | |
2216 after the prompt, not the position of that last character | |
2217 of the prompt. | |
2218 | |
2219 1999-10-17 Miles Bader <miles@gnu.org> | |
2220 | |
2221 * simple.el: Doc fixes. | |
2222 | |
2223 1999-10-17 Miles Bader <miles@gnu.org> | |
2224 | |
2225 * simple.el (previous-matching-history-element, next-history-element): | |
2226 Change to work correctly even if the point is in the prompt. | |
2227 (choose-completion-string): Likewise. | |
2228 (minibuffer-prompt-width): New function (compatibility with old subr). | |
2229 | |
2230 * textmodes/paragraphs.el (forward-sentence, forward-paragraph): | |
2231 When constraining the final position to the current field, | |
2232 don't use the ONLY-IN-LINE mode of constrain-to-field. | |
2233 | |
2234 1999-10-17 Miles Bader <miles@gnu.org> | |
2235 | |
2236 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to | |
2237 constrain-to-field. | |
2238 * textmodes/paragraphs.el (forward-sentence): Likewise. | |
2239 | |
2240 1999-10-17 Miles Bader <miles@gnu.org> | |
2241 | |
2242 * simple.el (line-move): Use constrain-to-field to avoid | |
2243 moving into a prompt. | |
2244 (previous-complete-history-element): Clarify doc string. | |
2245 (next-complete-history-element): Likewise. | |
2246 Use field-beginning instead of point-min. | |
2247 (next-matching-history-element): Use field-beginning and | |
2248 erase-field instead of point-min and erase-buffer. | |
2249 * textmodes/paragraphs.el | |
2250 (forward-paragraph, forward-sentence): Likewise. | |
2251 (backward-kill-paragraph, backward-kill-sentence): Remove code to | |
2252 constrain the kill to an field, as the movement commands now | |
2253 do this. | |
2254 | |
2255 1999-10-17 Miles Bader <miles@gnu.org> | |
2256 | |
2257 * simple.el (previous-matching-history-element): Get the | |
2258 minibuffer input with field-string instead of buffer-string. | |
2259 (choose-completion-string): Likewise. | |
2260 (next-history-element): Likewise. | |
2261 Erase the minibuffer input with erase-field, not erase-buffer. | |
2262 Use field-beginning to find the beginning of the input. | |
2263 * textmodes/paragraphs.el (backward-kill-sentence): | |
2264 Remove minibuffer-prompt hack. | |
2265 Constrain to any input field. | |
2266 | |
2267 1999-10-17 Sam Steingold <sds@ksp.com> | |
2268 | |
2269 * bindings.el (completion-ignored-extensions): Added ".sparcf" | |
2270 for CMUCL on sparc and ".ufsl" for LispWorks. | |
2271 (bound-and-true-p): Bugfix: free variable `v'. | |
2272 | |
2273 1999-10-16 Dave Love <d.love@dl.ac.uk> | |
2274 | |
2275 * emacs-lisp/edebug.el (edebug-install-read-eval-functions) | |
2276 (edebug-uninstall-read-eval-functions): Use load-read-function, | |
2277 avoiding elisp-eval. | |
2278 | |
2279 1999-10-16 Sam Steingold <sds@ksp.com> | |
2280 | |
2281 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq' | |
2282 instead of `eql'. | |
2283 | |
2284 1999-10-14 Stefan Monnier <monnier@cs.yale.edu> | |
2285 | |
2286 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name): | |
2287 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file), | |
2288 (browse-url-temp-file-list, browse-url-delete-temp-file-list): | |
2289 * ediff-util.el (ediff-make-temp-file): | |
2290 * ediff-vers.el (ediff-pcl-cvs-view-revision): | |
2291 * emerge.el (emerge-make-temp-file): | |
2292 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file): | |
2293 * vc.el (vc-update-change-log): | |
2294 * mail/mailpost.el (post-mail-send-it): | |
2295 * mail/metamail.el (metamail-region): | |
2296 * progmodes/cmacexp.el (c-macro-expansion): | |
2297 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file. | |
2298 | |
2299 1999-10-15 Gerd Moellmann <gerd@gnu.org> | |
2300 | |
2301 * smtpmail.el (smtpmail-via-smtp): Add support for | |
2302 automatically appending a domain to RCPT TO: addresses. | |
2303 | |
2304 1999-10-14 Richard M. Stallman <rms@gnu.org> | |
2305 | |
2306 * dired.el (dired-insert-directory): Insert the amount of | |
2307 free space after the total size. | |
2308 (dired-free-space-program, dired-free-space-args): New variables. | |
2309 | |
2310 1999-10-14 Karl Heuer <kwzh@gnu.org> | |
2311 | |
2312 * mail/rmail.el (rmail-pop-password-error): Add new pattern. | |
2313 | |
2314 1999-10-14 Dave Love <fx@gnu.org> | |
2315 | |
2316 * international/characters.el: | |
2317 * international/fontset.el: | |
2318 * international/mule-conf.el: Add latin-iso8859-1[45]. | |
2319 | |
2320 * language/european.el: Add Latin-8, Latin-9. Modify some doc | |
2321 strings. | |
2322 | |
2323 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89]. | |
2324 (command-line): Detect Latin-[89] locales. | |
2325 | |
2326 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> | |
2327 | |
2328 * international/mule-cmds.el (select-safe-coding-system) | |
2329 (leim-list-header): Avoid the use of strings that start with backslash | |
2330 newline since lread.c:read1 has a hack to turn those strings into | |
2331 integer 0 during the loadup.el process. | |
2332 | |
2333 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially. | |
2334 | |
2335 1999-10-13 Dave Love <fx@gnu.org> | |
2336 | |
2337 * image.el (insert-image): Copy the image spec and add an | |
2338 intangible property. | |
2339 | |
2340 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> | |
2341 | |
2342 * help.el (help-xref-interned): Make it also work on variable-only | |
2343 and function-only symbols. | |
2344 (help-make-xrefs): Take advantage of the new `help-xref-interned'. | |
2345 (help-follow): If the point under mouse is not highlighted, try | |
2346 `help-xref-interned' on the pointed-to symbol anyway. | |
2347 | |
2348 * info.el (Info-on-current-buffer): New entry point. | |
2349 (Info-find-node): Split into two for Info-on-current-buffer to | |
2350 hook into it. | |
2351 (Info-current-file, Info-set-mode-line, Info-up): | |
2352 Info-current-file can now be t. | |
2353 (Info-clone-buffer-hook): Function for `clone-buffer'. | |
2354 (Info-goto-node, Info-menu, Info-mode-map, Info-mode): | |
2355 Make `clone-buffer' available in various ways to the user. | |
2356 | |
2357 1999-10-12 Stefan Monnier <monnier@cs.yale.edu> | |
2358 | |
2359 * simple.el (shell-command, shell-command-on-region): Use | |
2360 make-temp-file. | |
2361 (clone-buffer, clone-process, clone-buffer-hook): New functions. | |
2362 | |
2363 * subr.el (with-current-buffer): Don't use backquotes to avoid | |
2364 bootstrapping problems. | |
2365 | |
2366 * loadup.el (load-path): Add subdirs for bootstrapping. | |
2367 (docstrings): Ignore errors during bootstrapping. | |
2368 (args): New `bootstrap' argument (for use in place of `dump'). | |
2369 | |
2370 1999-10-12 Emmanuel Briot <briot@gnat.com> | |
2371 | |
2372 * ada-stmt.el: Doc-string fixes. | |
2373 | |
2374 1999-10-12 Gerd Moellmann <gerd@gnu.org> | |
2375 | |
2376 * recentf.el: New file. | |
2377 | |
2378 * ps-mode.el: New file. | |
2379 | |
2380 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps, | |
2381 case insensitive. | |
2382 | |
2383 1999-10-12 Richard Sharman <rsharman@pobox.com> | |
2384 | |
2385 * sh-script.el: Added support for indenting existing scripts. | |
2386 (sh-mode-map): Added new bindings. | |
2387 (sh-mode): Updated mode doc-string for new commands, added | |
2388 make-local-variable calls, initialize mode-specific variables. | |
2389 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line | |
2390 is now a different function. | |
2391 (sh-header-marker): Changed docstring. | |
2392 (sh-set-shell): Initialize mode-specific variables. | |
2393 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select) | |
2394 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts): | |
2395 Changed these define-skeleton calls to work with user-specified | |
2396 indentation settings. | |
2397 (sh-basic-indent-line, sh-blink, sh-calculate-indent) | |
2398 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing) | |
2399 (sh-electric-hash, sh-electric-less, sh-electric-rparen) | |
2400 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info) | |
2401 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word) | |
2402 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if) | |
2403 (sh-guess-basic-offset, sh-handle-after-case-label) | |
2404 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do) | |
2405 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac) | |
2406 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open) | |
2407 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close) | |
2408 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else) | |
2409 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case) | |
2410 (sh-handle-this-then, sh-help-string-for-variable) | |
2411 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent) | |
2412 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init) | |
2413 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp) | |
2414 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style) | |
2415 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable) | |
2416 (sh-remove-our-text-properties, sh-rescan-buffer) | |
2417 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp) | |
2418 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer) | |
2419 (sh-scan-case, sh-search-word, sh-set-char-syntax) | |
2420 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value) | |
2421 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New | |
2422 functions. | |
2423 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax) | |
2424 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done) | |
2425 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done) | |
2426 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist) | |
2427 (sh-var-list): New variables. | |
2428 | |
2429 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk> | |
2430 | |
2431 * quickurl.el (quickurl-list-insert): `count-lines' was returning | |
2432 a value one line to high if the cursor wasn't at the start of a | |
2433 line. A `beginning-of-line' is now performed before making the | |
2434 call to `count-lines'. | |
2435 | |
2436 1999-10-11 Stefan Monnier <monnier@cs.yale.edu> | |
2437 | |
2438 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice. | |
2439 | |
2440 1999-10-09 Stefan Monnier <monnier@cs.yale.edu> | |
2441 | |
2442 * Makefile (setwins): Abstract out the command to find subdirectories | |
2443 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base). | |
2444 (custom-deps, finder-data, autoloads, update-subdirs, updates) | |
2445 (autoloads-with-other-emacs): Use it. | |
2446 | |
2447 * diff-mode.el: New file. A mode for viewing/editing context diffs. | |
2448 | |
2449 1999-10-09 Gerd Moellmann <gerd@gnu.org> | |
2450 | |
2451 * Makefile (bootstrap-compile): New target. Compile Lisp | |
2452 files with ../src/temacs. | |
2453 | |
2454 1999-10-08 Dave Love <fx@gnu.org> | |
2455 | |
2456 * ange-ftp.el: Require dired when compiling. | |
2457 (ange-ftp-normal-login): Allow EFS-style port specification. | |
2458 | |
2459 1999-10-08 Simon Marshall <simon@gnu.org> | |
2460 | |
2461 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function. | |
2462 (regexp-opt-group): Use it to get common suffixes in STRINGS. | |
2463 If STRINGS is nil, return "" rather than nil. | |
2464 | |
2465 1999-10-08 Gerd Moellmann <gerd@gnu.org> | |
2466 | |
2467 * Makefile (compile): Compile files one by one. Set load-path to | |
2468 current directory and subdirectories when compiling. | |
2469 | |
2470 1999-10-08 Gerd Moellmann <gerd@gnu.org> | |
2471 | |
2472 * Makefile (EMACSOPT, DONTCOMPILE, EL): New. | |
2473 (emacs): Use it everywhere instead of EMACS. | |
2474 (compile): New target. Compile all Lisp files from scratch. | |
2475 (recompile): New target. Recompile lisp directory. | |
2476 (autoloads-with-other-emacs): New target. Build loaddefs.el with | |
2477 an Emacs executable not built in the current directory tree. | |
2478 | |
2479 1999-10-07 Peter Breton <pbreton@ne.mediaone.net> | |
2480 | |
2481 * filecache.el (file-cache-completion-ignore-case): New variable, | |
2482 defaulting to the value of completion-ignore-case. | |
2483 (file-cache-minibuffer-complete): Use it. | |
2484 (file-cache-files-matching, file-cache-files-matching-internal): | |
2485 New functions. | |
2486 | |
2487 1999-10-07 Emmanuel Briot <briot@gnat.com> | |
2488 | |
2489 * ada-xref.el: New file | |
2490 | |
2491 * ada-prj.el: New file | |
2492 | |
2493 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function | |
2494 | |
2495 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the | |
2496 subprogram being created. | |
2497 | |
2498 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*, | |
2499 ada-indent-newline-indent): Rewritten to support the new indentation | |
2500 scheme | |
2501 | |
2502 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions): | |
2503 New functions | |
2504 | |
2505 * ada-mode.el (ada-fill-comment-paragraph): Add support for the | |
2506 justification parameter | |
2507 | |
2508 * ada-mode.el (ada-make-body, ada-gen-treat-proc, | |
2509 ada-make-subprogram-body): Rewritten to benefit from the gnatstub | |
2510 external program | |
2511 | |
2512 1999-10-07 Dave Love <fx@gnu.org> | |
2513 | |
2514 * bindings.el (bound-and-true-p): New macro. | |
2515 (make-mode-line-mouse-sensitive): Don't require easymenu. | |
2516 | |
2517 1999-10-07 Gerd Moellmann <gerd@gnu.org> | |
2518 | |
2519 * custom.el (defface): Extend documentation for new values of | |
2520 `type'. | |
2521 | |
2522 * faces.el (face-spec-set-match-display): Recognize `type' of | |
2523 `motif', `lucid', `x-toolkit'. | |
2524 (menu): New face. | |
2525 | |
2526 1999-10-05 Dave Love <fx@gnu.org> | |
2527 | |
2528 * files.el: Recognize temporary crontab files. | |
2529 | |
2530 * info.el: Require jka-compr when compiling. | |
2531 (Info-suffix-list): Add bzip2 files (non-ms-dos only). | |
2532 | |
2533 1999-10-04 Dave Love <fx@gnu.org> | |
2534 | |
2535 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines, | |
2536 scroll-up-aggressively, scroll-down-aggressively. | |
2537 | |
2538 * time.el (display-time-mode): Add autoload cookie. | |
2539 | |
2540 * rect.el (delete-extract-rectangle): Doc fix from verna. | |
2541 | |
2542 * help-macro.el (three-step-help): Customize. | |
2543 | |
2544 1999-10-04 Richard M. Stallman <rms@gnu.org> | |
2545 | |
2546 * hexl.el (hexlify-buffer): Move point in proper range | |
2547 if it is too large. | |
2548 (hexl-after-revert-hook): Update hexl-max-address. | |
2549 (hexl-address-to-marker): Doc fix. | |
2550 | |
2551 1999-10-03 Dave Love <fx@gnu.org> | |
2552 | |
2553 * image.el (defimage): Remove redundant code. Substitute file in | |
2554 image plist. | |
2555 | |
2556 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
2557 | |
2558 * vc.el (vc-backend-checkout): Use coding system 'no-conversion | |
2559 when doing with-temp-file. | |
2560 | |
2561 1999-10-01 Dave Love <fx@gnu.org> | |
2562 | |
2563 * cus-edit.el (custom-comment-create): Fill :from and :to slots. | |
2564 | |
2565 * help.el: Require view when compiling. | |
2566 (view-emacs-FAQ): Use Info version. | |
2567 | |
2568 1999-09-29 Ken'ichi Handa <handa@gnu.org> | |
2569 | |
2570 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed | |
2571 (normat->normal). Use correct font names for Korean | |
2572 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H). | |
2573 | |
2574 1999-09-29 Kenichi Handa <handa@etl.go.jp> | |
2575 | |
2576 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit | |
2577 code not used by KOI8 to the same 8-bit code instead of mapping to | |
2578 SPC. | |
2579 (cyrillic-alternativnyj-decode-table): Likewise. | |
2580 | |
2581 1999-09-29 Alex Schroeder <alex@gnu.org> | |
2582 | |
2583 * sql.el (sql-imenu-generic-expression): Aew, used to set | |
2584 imenu-generic-expression. | |
2585 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting | |
2586 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression, | |
2587 imenu-case-fold-search, and imenu-syntax-alist. | |
2588 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when | |
2589 setting font-lock-defaults' SYNTAX-ALIST. | |
2590 | |
2591 1999-09-28 Richard M. Stallman <rms@gnu.org> | |
2592 | |
2593 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard | |
2594 macro, try again. | |
2595 | |
2596 1999-09-28 Dave Love <fx@gnu.org> | |
2597 | |
2598 * cus-edit.el (custom-comment): Change widget definition. | |
2599 (custom-comment-create, custom-comment-show) | |
2600 (custom-comment-invisible-p): Don't use :comment-overlay. | |
2601 (custom-comment-hide): New function. | |
2602 (custom-variable-set, custom-variable-save) | |
2603 (custom-variable-reset-standard, custom-face-set) | |
2604 (custom-face-save): Use it. | |
2605 | |
2606 1999-09-27 Richard M. Stallman <rms@gnu.org> | |
2607 | |
2608 * hexl.el (hexl-mode): Do nothing if already in hexl mode. | |
2609 | |
2610 1999-09-27 Richard M. Stallman <rms@gnu.org> | |
2611 | |
2612 * faces.el (region): Doc fix. | |
2613 | |
2614 1999-09-27 Dave Love <fx@gnu.org> | |
2615 | |
2616 * isearch.el (isearch): Add :links in defgroup. | |
2617 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank. | |
2618 (isearch-switch-frame-handler): Comment out (unused). | |
2619 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix. | |
2620 (isearch-ring-retreat-edit): Doc fix. | |
2621 (isearch-mouse-yank): New command. | |
2622 (isearch-last-command-char): Removed. Callers changed to use | |
2623 last-command-char. | |
2624 (isearch-char-to-string): Removed. Callers changed to use | |
2625 char-to-string. | |
2626 | |
2627 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> | |
2628 | |
2629 * ispell.el (ispell-dictionary-alist-6): Don't use "-C" | |
2630 option for Russian. | |
2631 | |
2632 1999-09-25 Gerd Moellmann <gerd@gnu.org> | |
2633 | |
2634 * faces.el (face-differs-from-default-p): Compare face | |
2635 attributes individually. | |
2636 | |
2637 * image.el (put-image, insert-image): Add string argument. | |
2638 | |
2639 1999-09-24 Gerd Moellmann <gerd@gnu.org> | |
2640 | |
2641 * ange-ftp.el (ange-ftp-date-regexp): Make it work for | |
2642 LANG=de_DE.iso88591 on HPUX 11.0. | |
2643 | |
2644 * dired.el (dired-move-to-filename-regexp): Make it work | |
2645 for LANG=de_DE.iso88591 on HPUX 11.0. | |
2646 | |
2647 1999-09-24 Richard M. Stallman <rms@gnu.org> | |
2648 | |
2649 * info.el (info-initialize): Don't test existence of ALTERNATIVE | |
2650 if we know for some other reason it should not be used. | |
2651 | |
2652 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg): | |
2653 New variable. | |
2654 (edebug-recursive-edit): Save current-prefix-arg there, | |
2655 bind it, and set it back at the end. | |
2656 (edebug-outside-excursion): Restore and update the outside | |
2657 value of current-prefix-arg. | |
2658 (edebug-emacs-version-specific): Delete support for Epoch. | |
2659 | |
2660 1999-09-24 Howard Melman <howard@silverstream.com> | |
2661 | |
2662 * imenu.el (imenu-after-jump-hook): New variable. | |
2663 (imenu): Run menu-after-jump-hook. | |
2664 (imenu-name-lookup-function): New variable. | |
2665 * imenu.el (imenu--in-alist): Use those variables. | |
2666 | |
2667 1999-09-24 Carsten Dominik <cd@gnu.org> | |
2668 | |
2669 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for | |
2670 multiple thebibliography environments. | |
2671 | |
2672 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug | |
2673 with recentering window. | |
2674 (reftex-extract-bib-entries-from-thebibliography, | |
2675 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal | |
2676 with multiple thebibliography environments. | |
2677 | |
2678 * textmodes/reftex-vars.el | |
2679 (reftex-section-levels): Function allowed as cdr. | |
2680 (reftex-max-section-depth) New option. | |
2681 | |
2682 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal | |
2683 with multiple thebibliography environments. | |
2684 | |
2685 1999-09-23 Gerd Moellmann <gerd@gnu.org> | |
2686 | |
2687 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end | |
2688 instead of point-min in call to delete-region. | |
2689 | |
2690 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
2691 | |
2692 * vc.el (vc-backend-checkout): Use with-temp-file when checking | |
2693 out into arbitrary file names. | |
2694 | |
2695 1999-09-19 Ken'ichi Handa <handa@gnu.org> | |
2696 | |
2697 * language/european.el ("Turkish"): New language environment. | |
2698 | |
2699 1999-09-19 Dave Love <fx@gnu.org> | |
2700 | |
2701 * delim-col.el: New file. | |
2702 | |
2703 1999-09-17 Richard Stallman <rms@gnu.org> | |
2704 | |
2705 * files.el (after-find-file): When visiting a backup file, | |
2706 make it read-only. | |
2707 | |
2708 * apropos.el (apropos-symbol-face): Non-nil even for ttys. | |
2709 (apropos-keybinding-face, apropos-label-face): Likewise. | |
2710 (apropos-property-face, apropos-match-face): Likewise. | |
2711 (apropos-label-properties): New variable. | |
2712 (apropos-print-doc): Use apropos-label-properties. | |
2713 (apropos-print): Set apropos-label-properties. | |
2714 | |
2715 1999-09-15 Richard Stallman <rms@gnu.org> | |
2716 | |
2717 * winner.el: Use aref instead of sref. | |
2718 | |
2719 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars. | |
2720 | |
2721 1999-09-14 Gerd Moellmann <gerd@gnu.org> | |
2722 | |
2723 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print. | |
2724 | |
2725 1999-09-14 Richard Stallman <rms@gnu.org> | |
2726 | |
2727 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload | |
2728 cookie, even if followed by a letter. | |
2729 | |
2730 1999-09-14 Stephen Eglen <stephen@gnu.org> | |
2731 | |
2732 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and | |
2733 --no-line-editing are passed to Octave by including them here | |
2734 rather than storing them in inferior-octave-startup-args. | |
2735 | |
2736 1999-09-14 Eli Zaretskii <eliz@gnu.org> | |
2737 | |
2738 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref, | |
2739 command, option, env and sc. | |
2740 | |
2741 * subr.el (shell-quote-argument): Quote argument with double | |
2742 quotes for ms-dos. | |
2743 | |
2744 1999-09-14 Richard Stallman <rms@gnu.org> | |
2745 | |
2746 * simple.el (eval-expression-print-level): New variable. | |
2747 (eval-expression-print-length): New variable. | |
2748 (eval-expression-debug-on-error): New variable. | |
2749 (eval-expression): Bind print-level, print-length and | |
2750 debug-on-error from those vars. | |
2751 | |
2752 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp): | |
2753 Bind print-level, print-length and debug-on-error. | |
2754 | |
2755 1999-09-14 Inge Frick <inge@nada.kth.se> | |
2756 | |
2757 * dired.el (dired-recursive-deletes): New custom variable. | |
2758 (dired-re-no-dot): New variable. | |
2759 (dired-delete-file): New function deletes files and directories | |
2760 recursively. | |
2761 (dired-internal-do-deletions): Use `dired-delete-file' to delete files. | |
2762 | |
2763 * dired-aux.el (dired-recursive-copies): New custom variable. | |
2764 (dired-handle-overwrite): Broke a long line. | |
2765 (dired-copy-file): Call `dired-copy-file-recursive' instead of | |
2766 `copy-file'. | |
2767 (dired-copy-file-recursive): New function. Copy directories | |
2768 recursively. | |
2769 (dired-do-create-files): Added support for generalized directory | |
2770 target. How-to function may now return a function. New fluid | |
2771 variable `dired-one-file'. | |
2772 (dired-copy-how-to-fn): New variable. | |
2773 (dired-do-copy): Bind `dired-recursive-copies' to preserve it. | |
2774 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files. | |
2775 (dired-do-copy-regexp): No recursive copies. | |
2776 | |
2777 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com> | |
2778 | |
2779 * whitespace.el (whitespace-version): Update version to 2.4 | |
2780 | |
2781 * whitespace.el: Add customization variables to conditionally test | |
2782 any of the five whitespaces, per request from Rune Kleveland | |
2783 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>. | |
2784 | |
2785 * whitespace.el (whitespace-spacetab-regexp): Fix doc string. | |
2786 | |
2787 * whitespace.el (whitespace-modes): Add `change-log-mode' to the | |
2788 list of modes to be checked for bogus whitespaces. | |
2789 | |
2790 * whitespace.el (whitespace-rescan-timer-time): Update | |
2791 documentation. | |
2792 | |
2793 * whitespace.el (whitespace-display-unchecked-whitespaces): | |
2794 New function to update modeline with untested whitespaces. | |
2795 | |
2796 * whitespace.el (whitespace-buffer): Test only whitespaces whose | |
2797 checking is turned on, and update modeline using the newly created | |
2798 `whitespace-display-unchecked-whitespaces'. | |
2799 | |
2800 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces | |
2801 whose checking is turned on, and update modeline using the newly | |
2802 created `whitespace-display-unchecked-whitespaces'. | |
2803 | |
2804 * whitespace.el (whitespace-describe): Update documentation. | |
2805 | |
2806 * whitespace.el (whitespace-tickle-timer): Test if | |
2807 `whitespace-rescan-timer-time' is non-zero before tickling timer. | |
2808 | |
2809 1999-09-13 Dave Love <fx@gnu.org> | |
2810 | |
2811 * hideif.el (hide-ifdef-mode): Add autoload cookie. | |
2812 | |
2813 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode | |
2814 for temp buffer. | |
2815 (checkdoc-this-string-valid): Don't assume default comment-start. | |
2816 | |
2817 1999-09-13 Gerd Moellmann <gerd@gnu.org> | |
2818 | |
2819 * rsz-mini.el: Remove code, keep the interface. | |
2820 | |
2821 1999-09-13 Dave Love <fx@gnu.org> | |
2822 | |
2823 * help.el (help-highlight-p): Doc fix. | |
2824 | |
2825 * faces.el (mode-line, header-line, tool-bar): Add :version. | |
2826 (highlight, secondary-selection): Add :group. | |
2827 (trailing-whitespace): Add :group, :version. | |
2828 | |
2829 * wid-edit.el: Remove some compatibility code and checks. | |
2830 (widget-specify-field, widget-specify-button): Don't use XEmacs | |
2831 properties. | |
2832 (widget-overlay-inactive): Change error message. | |
2833 (widget-button-pressed-face): New variable. | |
2834 (widget-button-click): Use it. | |
2835 (widget-documentation-link-add): Specify mouse and button faces. | |
2836 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions | |
2837 removed now the functionality is built in. | |
2838 | |
2839 * cus-edit.el: Don't define-widget-keywords. | |
2840 (multimedia): New group. | |
2841 (custom-last): Function removed. | |
2842 (custom-quote): Add vectorp case, comment out characterp case. | |
2843 (custom-buffer-done-function, custom-raised-buttons): New option. | |
2844 (Custom-buffer-done): New function. | |
2845 (custom-buffer-create-internal): Obey custom-raised-buttons, | |
2846 Custom-buffer-done. | |
2847 (custom-button-face): Make it `released-button'. | |
2848 (custom-button-pressed-face): Make it `pressed-button' | |
2849 (custom-mode-map): Bind "q" to Custom-buffer-done. | |
2850 (custom-mode): Deal with raised/pressed buttons. | |
2851 | |
2852 Changes from Didier Verna: | |
2853 (custom-prompt-variable): Optional third arg makes prompt for a | |
2854 comment string. | |
2855 (customize-set-value, customize-set-variable, | |
2856 customize-save-variable): Optional prefix makes function handle | |
2857 variable comments. | |
2858 (customize-customized, customize-saved, custom-variable-state-set) | |
2859 (custom-variable-set, custom-variable-save, custom-face-state-set) | |
2860 (custom-variable-reset-saved, custom-variable-reset-standard) | |
2861 (custom-face-set, custom-face-save, custom-face-reset-saved) | |
2862 (custom-face-reset-standard, customize-save-customized): Handle | |
2863 custom comments. | |
2864 (custom-comment-face, custom-comment-tag-face): New face. | |
2865 (custom-comment): New widget. | |
2866 (custom-comment-create, custom-comment-delete) | |
2867 (custom-comment-value-set, custom-comment-show) | |
2868 ()custom-comment-invisible-p): New functions. | |
2869 (custom-variable-value-create, custom-face-value-create): Create a | |
2870 comment field widget. | |
2871 (custom-variable-menu, custom-face-menu): New entry for custom | |
2872 comment. | |
2873 (custom-face-value-create): Remove compatibility code. | |
2874 (custom-save-variables, custom-save-faces): Possibly save custom | |
2875 comments. | |
2876 | |
2877 * cus-face.el (custom-face-attributes): Simplify :underline, | |
2878 :overline, :inverse-video cases. Fix up :box case (probably needs | |
2879 more work). | |
2880 | |
2881 Change from Didier Verna: | |
2882 (custom-set-faces): The arguments can now have a custom comment as | |
2883 fourth argument. | |
2884 | |
2885 * custom.el: Don't define-widget-keywords. | |
2886 Change from Didier Verna: | |
2887 (custom-set-variables): The arguments can now have a | |
2888 custom comment as fifth element. | |
2889 | |
2890 1999-09-13 Richard Stallman <rms@gnu.org> | |
2891 | |
2892 * info.el (Info-find-node): Cope better if guesspos is too large. | |
2893 | |
2894 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
2895 | |
2896 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead | |
2897 of buffer-substring because buffer-string doesn't copy the | |
2898 prompt. | |
2899 | |
2900 * faces.el (mode-line): Replaces `modeline'. | |
2901 (toplevel): Make `modeline' an alias for `mode-line'. | |
2902 | |
2903 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
2904 | |
2905 * gs.el: Change `ghostscript' to `postscript' in comment. | |
2906 | |
2907 1999-09-11 Rob Riepel <riepel@Stanford.EDU> | |
2908 | |
2909 * emulation/tpu-edt.el (tpu-version): New version. | |
2910 (tpu-search-overlay, tpu-replace-overlay): New variables. | |
2911 (tpu-search-highlight, tpu-toggle-direction): New functions. | |
2912 (tpu-lm-replace): Set tpu-replace-overlay. | |
2913 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post | |
2914 command hook. | |
2915 | |
2916 1999-09-11 Richard Stallman <rms@gnu.org> | |
2917 | |
2918 * isearch.el (isearch-mode-map): Undo previous change. | |
2919 | |
2920 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER, | |
2921 use all of that as the sexp. | |
2922 | |
2923 * files.el (find-file-noselect): Catch errors in file-expand-wildcards, | |
2924 and use the initial argument as file name directly. | |
2925 Likewise if nothing matches. | |
2926 | |
2927 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no> | |
2928 | |
2929 * winner.el: Major changes. Avoid changing point and mark. | |
2930 Save configurations after they change, not before. | |
2931 | |
2932 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu> | |
2933 | |
2934 * emacs-lisp/bytecomp.el (byte-compile-output-docform): | |
2935 Bind print-continuous-numbering and print-number-table. | |
2936 | |
2937 1999-09-10 Dave Love <fx@gnu.org> | |
2938 | |
2939 * bindings.el (debug-ignored-errors): Restore BBDB stuff. | |
2940 | |
2941 1999-09-09 Richard Stallman <rms@gnu.org> | |
2942 | |
2943 * whitespace.el: Finish making it fit Emacs conventions. | |
2944 Add autoloads. | |
2945 | |
2946 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il> | |
2947 | |
2948 * generic-x.el (bat-generic-mode): "::"-style comments don't | |
2949 need to begin with "-". Fix the font-lock definitions of ON/OFF | |
2950 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO | |
2951 from the list of keywords. Add DO to the list of keywords. | |
2952 | |
2953 1999-09-09 Dave Love <fx@gnu.org> | |
2954 | |
2955 * emacs-lisp/byte-opt.el (byte-optimize-backward-char): | |
2956 (byte-optimize-backward-word): New optimizations. | |
2957 (side-effect-free-fns, side-effect-and-error-free-fns): Add | |
2958 entries. | |
2959 | |
2960 1999-09-09 Gerd Moellmann <gerd@gnu.org> | |
2961 | |
2962 * image.el (put-image): Remove optional buffer parameter. | |
2963 | |
2964 * faces.el (face-italic-p): Return t only for values `italic' | |
2965 and `oblique'. | |
2966 | |
2967 * mouse.el (mouse-drag-mode-line-1): Extension of former | |
2968 mouse-drag-mode-line that also drags the header line. | |
2969 (mouse-drag-mode-line): Call it. | |
2970 (mouse-drag-header-line): New. | |
2971 (toplevel): Bind down-mouse-1 on header lines to | |
2972 mouse-drage-header-line. | |
2973 | |
2974 1999-09-08 Gerd Moellmann <gerd@gnu.org> | |
2975 | |
2976 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref. | |
2977 (make-mode-line-mouse-sensitive): Replace `top-line' by | |
2978 `header-line'. | |
2979 | |
2980 1998-09-08 Michael Ernst <mernst@alum.mit.edu> | |
2981 | |
2982 * help.el (describe-function-1): Don't return empty string for keymaps. | |
2983 | |
2984 * fill.el (fill-region-as-paragraph, canonically-space-region): | |
2985 Respect colon-double-space at end of line. | |
2986 | |
39227
377e5f02169a
Update the email address of Stephen Gildea.
Eli Zaretskii <eliz@gnu.org>
parents:
38004
diff
changeset
|
2987 1999-09-08 Stephen Gildea <gildea@stop.mail-abuse.org> |
30729 | 2988 |
2989 * files.el (backup-by-copying-when-privileged-mismatch): New variable. | |
2990 (backup-buffer): Use it. | |
2991 | |
2992 1999-09-08 Peter Breton <pbreton@ne.mediaone.net> | |
2993 | |
2994 * generic-x.el (generic-define-unix-modes): Added new modes: | |
2995 inetd-conf-generic-mode, etc-services-generic-mode, | |
2996 etc-passwd-generic-mode. These are all defined for Unix by default. | |
2997 (apache-generic-mode): Use an imenu-generic-expression to list | |
2998 Configuration keywords. | |
2999 (samba-generic-mode): Use both ; and # as comment characters. | |
3000 (samba-generic-mode): Font-lock expressions now highlight name | |
3001 value pairs. | |
3002 (bat-generic-mode): Keywords are now case-insensitive through | |
3003 font-lock-defaults setting. | |
3004 (java-properties-generic-mode): Supports both ! and # as comment | |
3005 characters. | |
3006 (java-properties-generic-mode): Added an imenu-generic-expression | |
3007 (java-properties-generic-mode): Reworked to support the various | |
3008 different ways to separate name and value (viz, '=', ':' and | |
3009 whitespace). | |
3010 (show-tabs-generic-mode): Added this new generic-mode. | |
3011 | |
3012 1999-09-08 Richard Stallman <rms@gnu.org> | |
3013 | |
3014 * progmodes/inf-lisp.el: Moved from top directory. | |
3015 | |
3016 * tar-mode.el (tar-header-block-tokenize): | |
3017 Use `when' instead of `and'. Fix some clobbered text. | |
3018 | |
3019 * gud.el (gud-make-debug-menu): Make a child for the | |
3020 local menu, for its menu bar, and the debug menu. | |
3021 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): | |
3022 Use the history in the simple way. | |
3023 | |
3024 1999-09-07 Kenichi Handa <handa@etl.go.jp> | |
3025 | |
3026 * language/korea-util.el (default-korean-keyboard): Initialize it | |
3027 according to the environment variable HANGUL_KEYBOARD_TYPE. | |
3028 | |
3029 1999-09-07 Richard Stallman <rms@gnu.org> | |
3030 | |
3031 * subr.el (make-temp-file): New function. | |
3032 | |
3033 1999-09-07 Stefan Monnier <monnier@cs.yale.edu> | |
3034 | |
3035 * font-lock.el (font-lock-multiline): New text property contains | |
3036 a boolean to indicate if the char is part of a multiline match. | |
3037 (font-lock-default-fontify-region): Extend the region appropriately | |
3038 for multiline keywords. | |
3039 (font-lock-default-unfontify-region): Also remove the new | |
3040 font-lock-multiline text property. | |
3041 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches. | |
3042 (font-lock-fontify-keywords-region): Mark multiline regexp matches. | |
3043 | |
3044 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
3045 | |
3046 * diary-lib.el (list-diary-entries): Make sure two-digit years | |
3047 have leading zeros. | |
3048 | |
3049 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
3050 | |
3051 * faces.el (face-set-after-frame-default): Initialize some | |
3052 attributes of some faces from frame parameters. | |
3053 | |
3054 * faces.el (scroll-bar, border, cursor, mouse): New faces. | |
3055 | |
3056 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
3057 | |
3058 * faces.el (fringe): Replaces face `margin'. | |
3059 | |
3060 1999-09-07 Dave Love <fx@gnu.org> | |
3061 | |
3062 * tar-mode.el (tar-header-block-tokenize): Bind linkname. | |
3063 | |
3064 1999-09-07 Richard Stallman <rms@gnu.org> | |
3065 | |
3066 * subr.el (push): Doc fix. | |
3067 | |
3068 1999-09-06 Richard Stallman <rms@gnu.org> | |
3069 | |
3070 * vc.el (vc-annotate-display): Use < 69 not < 70 | |
3071 to distinguish 20YY from 19YY. | |
3072 | |
3073 * timezone.el (timezone-parse-date): Use < 69 not < 70 | |
3074 to distinguish 20YY from 19YY. | |
3075 | |
3076 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file. | |
3077 | |
3078 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk> | |
3079 | |
3080 * quickurl.el: (quickurl-list-focused-line): Removed. | |
3081 (quickurl-list-insert): Now works out the focused line using | |
3082 `count-lines' instead of using `quickurl-list-focused-line'. | |
3083 | |
3084 1999-09-06 Richard Stallman <rms@gnu.org> | |
3085 | |
3086 * mail/rmail.el (rmail-retry-failure): Unconditionally move | |
3087 to beginning of message. | |
3088 | |
3089 1999-09-06 Dave Love <fx@gnu.org> | |
3090 | |
3091 * isearch.el (isearch-mode-map): Add mouse-2. | |
3092 | |
3093 * mail/rmail.el (rmail-read-password): Deleted. | |
3094 (rmail-get-pop-password): Use read-password. | |
3095 | |
3096 * quickurl.el: Don't conditionally define caddr. | |
3097 (quickurl-url-comment): Use nth, not caddr in function and | |
3098 defsetf. | |
3099 | |
3100 1999-09-06 Richard Stallman <rms@gnu.org> | |
3101 | |
3102 * auto-show.el: Doc fixes. | |
3103 | |
3104 1999-09-06 Stephen Eglen <stephen@gnu.org> | |
3105 | |
3106 * progmodes/octave-inf.el (inferior-octave-startup-args): Add | |
3107 --no-line-editing so that TABs in source files are not interpreted | |
3108 as completion requests. | |
3109 | |
3110 1999-09-06 Gerd Moellmann <gerd@gnu.org> | |
3111 | |
3112 * hscroll.el, auto-show.el: Remove all code, keep the public | |
3113 interface as no-ops. | |
3114 | |
3115 * faces.el (face-bold-p): Don't return t if face has lighter | |
3116 weight than normal. | |
3117 | |
3118 1999-09-06 Eli Zaretskii <eliz@gnu.org> | |
3119 | |
3120 * startup.el (command-line): Make small-temporary-file-directory | |
3121 be nil except on ms-dos. | |
3122 | |
3123 * files.el (small-temporary-file-directory): Ditto. Also doc fix. | |
3124 | |
3125 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it | |
3126 is defined. | |
3127 | |
3128 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive | |
3129 letters with a colon after d or l. | |
3130 | |
3131 1999-09-06 Dave Love <fx@gnu.org> | |
3132 | |
3133 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now | |
3134 primitive.) | |
3135 | |
3136 1999-09-05 Richard Stallman <rms@gnu.org> | |
3137 | |
3138 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY. | |
3139 | |
3140 * textmodes/paragraphs.el (backward-kill-sentence): | |
3141 Don't test minibuffer-prompt-end here. | |
3142 (forward-sentence): Do handle it here. | |
3143 (backward-kill-paragraph): Don't test it here. | |
3144 (forward-paragraph): Handle it here. | |
3145 | |
3146 * mouse.el (font-menu-add-default): Simplify code. | |
3147 | |
3148 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
3149 | |
3150 * faces.el (header-line): Renamed from `top-line'. | |
3151 | |
3152 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
3153 | |
3154 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'. | |
3155 | |
3156 1999-09-04 Richard Stallman <rms@gnu.org> | |
3157 | |
3158 * whitespace.el: New file. | |
3159 | |
3160 1999-09-04 Dave Love <fx@gnu.org> | |
3161 | |
3162 * paths.el: Make some doc strings obey the make-docfile convention. | |
3163 | |
3164 * bindings.el: Likewise. | |
3165 (debug-ignored-errors): Remove BBDB ones. | |
3166 | |
3167 1999-09-03 Richard Stallman <rms@gnu.org> | |
3168 | |
3169 * mail/mh-comp.el (mh-forward): Get new subject line from the original, | |
3170 not from the draft to forward. | |
3171 | |
3172 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun. | |
3173 | |
3174 1999-09-03 Dave Love <fx@gnu.org> | |
3175 | |
3176 * double.el (double-mode): Customize the variable. | |
3177 | |
3178 1999-09-03 Kenichi Handa <handa@etl.go.jp> | |
3179 | |
3180 * international/characters.el: Delete duplicated code. | |
3181 | |
3182 1999-09-02 Richard Stallman <rms@gnu.org> | |
3183 | |
3184 * indent.el (indent-relative): Doc fix. | |
3185 | |
3186 * quickurl.el (quickurl): Doc fix. | |
3187 | |
3188 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
3189 | |
3190 * faces.el (margin): Change background to "gray" for mono (this is | |
3191 drawn with a stipple pattern). | |
3192 | |
3193 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
3194 | |
3195 * simple.el (next-history-element): Use minibuffer-prompt-end once | |
3196 again. Remove test for minibuffer-prompt-in-buffer. | |
3197 | |
3198 1999-09-02 Eli Zaretskii <eliz@gnu.org> | |
3199 | |
3200 * files.el (small-temporary-file-directory): New variable. | |
3201 | |
3202 * startup.el (command-line): Compute the value of | |
3203 small-temporary-file-directory. | |
3204 | |
3205 * ediff-init.el (ediff-temp-file-prefix): Use | |
3206 small-temporary-file-directory if non-nil. | |
3207 | |
3208 * vc.el (vc-update-change-log): Likewise. | |
3209 | |
3210 * progmodes/cmacexp.el (c-macro-expansion): Likewise. | |
3211 | |
3212 * simple.el (shell-command, shell-command-on-region): Use | |
3213 make-temp-name properly. Use small-temporary-file-directory if | |
3214 non-nil, otherwise temporary-file-directory, to generate temporary | |
3215 files. | |
3216 | |
3217 * dos-w32.el (direct-print-region-helper): Use | |
3218 temporary-file-directory. (From Stefan Monnier.) | |
3219 | |
3220 1999-09-02 Richard Stallman <rms@gnu.org> | |
3221 | |
3222 * progmodes/asm-mode.el (asm-mode): Set comment-start properly | |
3223 from asm-comment-char. | |
3224 (asm-font-lock-keywords): Recognize instruction width suffixes. | |
3225 | |
3226 1999-09-01 Richard Stallman <rms@gnu.org> | |
3227 | |
3228 * play/fortune.el: New file. | |
3229 | |
3230 1999-08-31 Dave Love <fx@gnu.org> | |
3231 | |
3232 * help.el (help-make-xrefs): Don't lose on non-empty blank line | |
3233 after key table. | |
3234 | |
3235 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and | |
3236 redisplay variables. | |
3237 | |
3238 * subr.el (push): Fix typo. | |
3239 | |
3240 1999-08-30 Kevin Blake <kblake@ticnet.com> | |
3241 | |
3242 * emacs-lisp/ring.el: Many doc fixes. | |
3243 (ring-size, ring-copy): New functions. | |
3244 | |
3245 1999-08-29 Richard Stallman <rms@gnu.org> | |
3246 | |
3247 * progmodes/etags.el (tags-loop-continue): | |
3248 After tags-loop-operate returns, force skip to next file. | |
3249 | |
3250 * mail/mail-extr.el (mail-extr-all-letters-but-separators) | |
3251 (mail-extr-first-letters, mail-extr-last-letters): | |
3252 Use character classes [:alpha:] and [:alnum:]. | |
3253 | |
3254 * subr.el (push, pop): New macros. | |
3255 | |
3256 * progmodes/compile.el (compilation-error-regexp-alist): | |
3257 New item for SGI IRIX MipsPro compilers. | |
3258 | |
3259 * speedbar.el (speedbar-directory-buttons): Recognize | |
3260 device names when checking for file names. | |
3261 | |
3262 * array.el (array-reconfigure-rows): Use generate-new-buffer. | |
3263 | |
3264 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros, | |
3265 and specially handle defvar inside their expansions. | |
3266 (eval-defun-1): New subroutine. | |
3267 | |
3268 * progmodes/compile.el (compilation-error-regexp-alist): | |
3269 Fix the Perl -w entry to allow period after line number. | |
3270 Don't allow newlines in file name, but allow them after line number | |
3271 for Perl debugging traces. | |
3272 | |
3273 * which-func.el (which-func-cleanup-function): New variable. | |
3274 (which-function): Call that function. | |
3275 | |
3276 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or ( | |
3277 to end a function name. | |
3278 | |
3279 * informat.el (Info-tagify): Don't insert more than one newline | |
3280 before the tag table. | |
3281 | |
3282 1999-08-29 Stefan Monnier <monnier@cs.yale.edu> | |
3283 | |
3284 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather | |
3285 than make-temp-name, use match-string-no-properties, and eliminate | |
3286 a quadratic behavior when building bibtex-strings. | |
3287 | |
3288 1999-08-29 Alex Schroeder <alex@gnu.org> | |
3289 | |
3290 * comint.el (comint-input-ring-separator): New variable. | |
3291 (comint-read-input-ring): Doc change; use | |
3292 comint-input-ring-separator when reading file. | |
3293 (comint-write-input-ring): Use | |
3294 comint-input-ring-separator when writing file. | |
3295 | |
3296 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com> | |
3297 | |
3298 * informat.el (Info-tagify): Start by widening. | |
3299 Match node headers that don't list the file name, | |
3300 and more kinds of page separations. | |
3301 Strip properties during tagification. | |
3302 Use start of node header line as tag's position. | |
3303 Fix the "done" message. | |
3304 | |
3305 (Info-validate): Save and restore match data around narrowing down. | |
3306 | |
3307 1999-08-28 Richard M. Stallman <rms@gnu.org> | |
3308 | |
3309 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode): | |
3310 On repeated call, override previous values put into | |
3311 minor-mode-map-alist and minor-mode-alist. | |
3312 | |
3313 1999-08-28 Michael Ernst <mernst@alum.mit.edu> | |
3314 | |
3315 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format. | |
3316 | |
3317 1999-08-27 Andreas Schwab <schwab@gnu.org> | |
3318 | |
3319 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker | |
3320 from cvs update. | |
3321 | |
3322 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
3323 | |
3324 * calendar/calendar.el (calendar-move-hook): New hook. | |
3325 | |
3326 * calendar/cal-move.el: Call the new hook in every movement function. | |
3327 | |
3328 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload | |
3329 the right function name. | |
3330 | |
39227
377e5f02169a
Update the email address of Stephen Gildea.
Eli Zaretskii <eliz@gnu.org>
parents:
38004
diff
changeset
|
3331 1999-08-26 Stephen Gildea <gildea@stop.mail-abuse.org> |
30729 | 3332 |
3333 * time-stamp.el: Put quote-backquote around all symbol names | |
3334 in doc strings, for mousing. | |
3335 (time-stamp): Support multi-line patterns. | |
3336 (time-stamp-inserts-lines): New variable. | |
3337 (time-stamp-count): New variable. | |
3338 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes | |
3339 "Thu" instead of "%a". | |
3340 | |
3341 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
3342 | |
3343 * simple.el (kill-word): Undo previous change. | |
3344 | |
3345 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
3346 | |
3347 * jit-lock.el (jit-lock-function): Extend the fontified range | |
3348 to the beginning of the line containing the range start and | |
3349 the beginning of the line following the range end. | |
3350 | |
3351 1999-08-24 Dave Love <fx@gnu.org> | |
3352 | |
3353 * timezone.el: Move provide to end. | |
3354 (timezone-parse-date): Simplify somewhat. Assume 2-digit years | |
3355 <70 are 2000+. | |
3356 (timezone-parse-time): Simplify somewhat. | |
3357 | |
3358 1999-08-24 Gerd Moellmann <gerd@gnu.org> | |
3359 | |
3360 * faces.el (margin): Renamed from bitmap-area. | |
3361 | |
3362 1999-08-24 Alex Schroeder <alex@gnu.org> | |
3363 | |
3364 * sql.el: Doc changes. | |
3365 (sql-sybase): Use sql-server instead of sql-database. | |
3366 | |
3367 1999-08-23 Dave Love <fx@gnu.org> | |
3368 | |
3369 * rect.el: Add/fix various doc strings. Add `*' to all the | |
3370 interactive specs. | |
3371 | |
3372 1999-08-21 Gerd Moellmann <gerd@gnu.org> | |
3373 | |
3374 * jit-lock.el (jit-lock-function): Use line-beginning-position. | |
3375 Don't unwind-protect font-lock-fontify-region. | |
3376 | |
3377 * paragraphs.el (backward-kill-paragraph): Don't move | |
3378 point into mini-buffer prompt. | |
3379 (backward-kill-sentence): Ditto. | |
3380 | |
3381 * simple.el (next-history-element): Use minibuffer-prompt-end. | |
3382 Remove test for minibuffer-prompt-in-buffer. | |
3383 (kill-word): Don't move point into mini-buffer prompt. | |
3384 | |
3385 1999-08-21 Dave Love <fx@gnu.org> | |
3386 | |
3387 * Makefile: Exclude CVS dirs like RCS. | |
3388 | |
3389 1999-08-19 Dave Love <fx@gnu.org> | |
3390 | |
3391 * tooltip.el (tooltip-mode): Customize this, per convention. | |
3392 (tooltip-active): Option deleted. | |
3393 | |
3394 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize. | |
3395 | |
3396 * hanoi.el, page-ext.el: Declare dynamic vars. | |
3397 | |
3398 * term.el: Avoid ange-ftp related compilation warnings. | |
3399 | |
3400 1999-08-18 Gerd Moellmann <gerd@gnu.org> | |
3401 | |
3402 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode' | |
3403 the default so that beginners can benefit from it without | |
3404 searching in manuals. | |
3405 | |
3406 1999-08-18 Ray Blaak <blaak@gnu.org> | |
3407 | |
3408 * progmodes/delphi.el: Consider assembly sections as blocks, to | |
3409 indent them better. Make auto-indent on newline optional. | |
3410 | |
3411 1999-08-17 Gerd Moellmann <gerd@gnu.org> | |
3412 | |
3413 * bindings.el (mode-line-modified): Look up key binding for C-x | |
3414 C-q. If it's bound call that binding, otherwise call | |
3415 toggle-read-only. | |
3416 | |
3417 1999-08-17 Dave Love <fx@gnu.org> | |
3418 | |
3419 * info.el (info): Doc fix. | |
3420 | |
3421 * finder.el (finder-known-keywords): Add `multimedia'. | |
3422 | |
3423 * apropos.el: Don't capitalize custom group name. | |
3424 | |
3425 * info-look.el: Remove compatibility code. | |
3426 (info-lookup-guess-default*): DTRT for point at start of symbol. | |
3427 (info-complete): Don't lose with point not at end of symbol. | |
3428 | |
3429 1999-08-16 Gerd Moellmann <gerd@gnu.org> | |
3430 | |
3431 * term.el (toplevel): Make face `term-default' an empty face. | |
3432 The code relied on the fact that Emacs ignored invalid faces in | |
3433 face text properties in 20.4. | |
3434 | |
3435 1999-08-16 Richard M. Stallman <rms@gnu.org> | |
3436 | |
3437 * subr.el (point-at-eol, point-at-bol): New aliases. | |
3438 | |
3439 * simple.el: Functions reordered. | |
3440 | |
3441 * rect.el (delete-rectangle-line): Use line-end-position. | |
3442 | |
3443 1999-08-16 Karl Heuer <kwzh@gnu.org> | |
3444 | |
3445 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved | |
3446 here from simple.el. | |
3447 | |
3448 1999-08-16 Dave Love <fx@gnu.org> | |
3449 | |
3450 * mouse.el: Provide `mldrag' for compatibility. | |
3451 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases, | |
3452 marked obsolete. | |
3453 | |
3454 * mldrag.el: Removed since the features are in mouse.el. | |
3455 | |
3456 * jka-compr.el (auto-compression-mode): New variable for | |
3457 customization. | |
3458 | |
3459 * bindings.el (mode-line-mule-info): Doc fix. | |
3460 | |
3461 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in | |
3462 name comparisons. | |
3463 | |
3464 * files.el (interpreter-mode-alist): Add make, guile, clisp. | |
3465 (find-file): Doc fix. | |
3466 | |
3467 1999-08-16 Carsten Dominik <cd@gnu.org> | |
3468 | |
3469 * textmodes/reftex.el: Most of the code moved to other files. | |
3470 * textmodes/reftex-auc.el: New file, split out from reftex.el | |
3471 * textmodes/reftex-cite.el: New file, split out from reftex.el | |
3472 * textmodes/reftex-global.el: New file, split out from reftex.el | |
3473 * textmodes/reftex-index.el: New file, split out from reftex.el | |
3474 * textmodes/reftex-parse.el: New file, split out from reftex.el | |
3475 * textmodes/reftex-ref.el: New file, split out from reftex.el | |
3476 * textmodes/reftex-sel.el: New file, split out from reftex.el | |
3477 * textmodes/reftex-toc.el: New file, split out from reftex.el | |
3478 * textmodes/reftex-vars.el: New file, split out from reftex.el | |
3479 * textmodes/reftex-vcr.el: New file, split out from reftex.el | |
3480 | |
3481 1999-08-16 Carsten Dominik <cd@gnu.org> | |
3482 | |
3483 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed | |
3484 conflict with pop-up-frames. | |
3485 (reftex-special-environment-parsers): New constant. | |
3486 (reftex-label-alist): car of an entry can also be a function. | |
3487 (reftex-what-special-env): Cew function. | |
3488 (reftex-label-location): Call `reftex-what-special-env'. | |
3489 (reftex-compile-variables): Check for symbol in | |
3490 `reftex-label-alist'. | |
3491 (reftex-what-environment): Fixed bug with stacked environments of | |
3492 same kind (e.g. enumerate). | |
3493 (reftex-process-string): Preserve default directory. | |
3494 (reftex-label-alist-builtin): Changed prefixes of endnote and | |
3495 footnote. Also the magic words. | |
3496 (reftex-reference): Interprete new option | |
3497 `reftex-fref-is-default'. | |
3498 (reftex-replace-prefix-escapes): Interprete new `%S' format. | |
3499 (reftex-toc-mouse-view-line): Command removed (had no binding). | |
3500 (reftex-everything-regexp): New function. | |
3501 (reftex-nearest-match): Made better. | |
3502 (reftex-toc-find-section): Use new version of | |
3503 `reftex-nearest-match'. | |
3504 (reftex-insert-docstruct): Adapted to work with the index stuff. | |
3505 (reftex-parse-from-file): Find index entries as well. | |
3506 (reftex-toc-toggle-index): New function | |
3507 (reftex-toc-map): `i' is now used to togle the index, File | |
3508 boundaries has been moved to `F'. | |
3509 (reftex-select-label-map): Toggling display of file boundaries is | |
3510 now on the `F' key, for consistency with `reftex-toc-map'. | |
3511 (reftex-erase-all-selection-and-index-buffers): Renamed from | |
3512 `reftex-erase-all-selection-buffer'. Now also kills the index | |
3513 buffers. | |
3514 (reftex-viewing-cross-references): Customization group renamed | |
3515 from reftex-viewing-cross-references-and-citations. | |
3516 (reftex-index-macro-regexp, | |
3517 reftex-find-index-entry-regexp-format): New variables | |
3518 (reftex-macros-with-index): New variable | |
3519 (reftex-add-index-macros): New function | |
3520 (reftex-renumber-simple-labels, reftex-translate): Allow for | |
3521 multiple labels in a single ref command. | |
3522 (reftex-index-support): New customization group | |
3523 (reftex-support-index, reftex-index-special-chars, | |
3524 reftex-index-macros, reftex-index-default-macro, | |
3525 reftex-index-default-tag, reftex-index-math-format, | |
3526 reftex-index-section-letters, reftex-index-include-context, | |
3527 reftex-index-follow-mode, reftex-index-header-face, | |
3528 reftex-index-section-face, reftex-index-tag-face, | |
3529 reftex-index-face): New options | |
3530 (reftex-index-map, reftex-index-menu, reftex-last-index-file, | |
3531 reftex-index-tag, reftex-index-return-marker, | |
3532 reftex-index-restriction-indicator, reftex-index-restriction-data, | |
3533 reftex-index-macro-regexp, reftex-index-level-re, | |
3534 reftex-index-key-end-re, reftex-find-index-entry-regexp-format, | |
3535 reftex-everything-regexp-no-index, reftex-index-re, | |
3536 reftex-macros-with-index, reftex-index-macro-alist): New variables | |
3537 (reftex-index-help, reftex-index-macros-builtin, | |
3538 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt, | |
3539 reftex-query-index-macro-help): New constants | |
3540 (reftex-index-selection-or-word, reftex-index, | |
3541 reftex-default-index, reftex-update-default-index, | |
3542 reftex-index-complete-tag, reftex-index-select-tag, | |
3543 reftex-index-complete-key, reftex-index-update-taglist, | |
3544 reftex-index-globally, reftex-index-mode, reftex-index-show-entry, | |
3545 reftex-display-index, reftex-insert-index, | |
3546 reftex-index-insert-new-letter, reftex-get-restriction, | |
3547 reftex-index-pre-command-hook, reftex-index-post-command-hook, | |
3548 reftex-index-show-help, reftex-index-next, reftex-index-previous, | |
3549 reftex-index-toggle-follow, reftex-index-toggle-context, | |
3550 reftex-index-view-entry, reftex-index-goto-entry-and-hide, | |
3551 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide, | |
3552 reftex-index-quit, reftex-index-quit-and-kill, | |
3553 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan, | |
3554 reftex-index-revert, reftex-index-switch-index-tag, | |
3555 reftex-index-restrict-to-section, reftex-index-widen, | |
3556 reftex-index-restriction-forward, | |
3557 reftex-index-restriction-backward, reftex-index-visit-location, | |
3558 reftex-index-analyze-entry, reftex-index-globalize, | |
3559 reftex-index-edit, reftex-index-toggle-range-beginning, | |
3560 reftex-index-toggle-range-end, reftex-index-edit-key, | |
3561 reftex-index-edit-attribute, reftex-index-edit-visual, | |
3562 reftex-index-edit-part, reftex-index-level-down, | |
3563 reftex-index-level-up, reftex-index-kill, reftex-index-undo, | |
3564 reftex-index-change-entry, reftex-index-goto-letter, | |
3565 reftex-add-index-macros, reftex-ensure-index-support, | |
3566 reftex-index-info-safe, reftex-index-info): New functions. | |
3567 | |
3568 | |
3569 1999-08-15 Richard M. Stallman <rms@gnu.org> | |
3570 | |
3571 * paren.el (show-paren-mode): Support making show-paren-mode | |
3572 a buffer-local variable. Don't check for a window system. | |
3573 (show-paren-function): Check whether show-paren-function is | |
3574 enabled in current buffer; do the right thing if not. | |
3575 Don't check for a window system. | |
3576 (show-paren-mode): Make it a user variable. | |
3577 | |
3578 * add-log.el (add-log-current-defun): Exclude all trailing whitespace. | |
3579 Handle `enum' like `struct'. | |
3580 | |
3581 * server.el (server-process-filter): If a client visits no buffers, | |
3582 close it immediately before recording it. | |
3583 | |
3584 * mail/mail-utils.el (mail-unquote-printable): Make it autoload. | |
3585 Optimize by calling concat just once. Handle =\n sequence. | |
3586 (mail-unquote-printable-region): New command. | |
3587 (mail-quote-printable): Make it autoload. | |
3588 | |
3589 1999-08-15 Karl Heuer <kwzh@gnu.org> | |
3590 | |
3591 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org. | |
3592 | |
3593 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
3594 | |
3595 * lisp/texinfmt.el: Handle @ifnottex. | |
3596 | |
3597 1999-08-15 Eli Zaretskii <eliz@gnu.org> | |
3598 | |
3599 * frame.el (blink-cursor): Don't turn on cursor blinking for | |
3600 ms-dos. | |
3601 | |
3602 * faces.el (face-valid-attribute-values): Look in | |
3603 x-bitmap-file-path only for x and w32 window systems. | |
3604 | |
3605 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default". | |
3606 Do that if width is nil as well. | |
3607 (x-display-mm-height, x-display-mm-width): Update values. | |
3608 (x-colors): Compute the list from msdos-color-values. | |
3609 (x-select-enable-clipboard): Doc fix. | |
3610 (x-frob-font-weight, x-font-family-list): New functions. | |
3611 | |
3612 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk> | |
3613 | |
3614 * window.el (shrink-window-if-larger-than-buffer): Don't try to | |
3615 back up from beginning of buffer. | |
3616 | |
3617 1999-08-13 Karl Heuer <kwzh@gnu.org> | |
3618 | |
3619 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound. | |
3620 | |
3621 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US> | |
3622 | |
3623 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G | |
3624 doomsday clock, speed control is added and changes are made to | |
3625 allow large numbers of rings: rings now show the whole ring | |
3626 number, not just the last digit; consecutive rings are allowed to | |
3627 be the same size when necessary to fit all the rings in the | |
3628 window; and poles can be oriented horizontally. Face support is | |
3629 thrown in gratuitously. | |
3630 (hanoi): Changed default number of rings back to 3. | |
3631 (hanoi-unix, hanoi-unix-64): New commands | |
3632 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces, | |
3633 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face, | |
3634 hanoi-odd-ring-face): New variables. | |
3635 (hanoi-internal, hanoi-current-time-float, hanoi-put-face, | |
3636 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for, | |
3637 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions. | |
3638 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n. | |
3639 (hanoi-topos, hanoi-draw-ring): Removed. | |
3640 | |
3641 1999-08-12 Gerd Moellmann <gerd@gnu.org> | |
3642 | |
3643 * faces.el (face-valid-attribute-values): Return an alist for | |
3644 families on ttys. | |
3645 (face-read-integer): Handle unspecified face attributes. Add | |
3646 completion for `unspecified'. | |
3647 (read-face-attribute): Handle unspecified font attributes. | |
3648 (face-valid-attribute-values): Add `unspecified' to lists so that | |
3649 it can be chosen via completion. | |
3650 (face-read-string): Don't recognize "none" as input. | |
3651 | |
3652 1999-08-10 Dave Love <fx@gnu.org> | |
3653 | |
3654 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc | |
3655 string. | |
3656 | |
3657 * sun-curs.el: Require sun-fns. | |
3658 | |
3659 1999-08-10 Dave Love <fx@gnu.org> | |
3660 | |
3661 * autorevert.el (auto-revert-mode): Add autoload cookie. | |
3662 | |
3663 * hscroll.el, auto-show.el: Files deleted -- we have built-in | |
3664 hscroll. | |
3665 | |
3666 * simple.el (hscroll-step, hscroll-point-visible) | |
3667 (hscroll-window-column): Remove now we have the mentioned real | |
3668 horizontal autoscrolling. | |
3669 | |
3670 1999-08-10 Richard M. Stallman <rms@gnu.org> | |
3671 | |
3672 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from | |
3673 control use of -f option. | |
3674 (mail-specify-envelope-from): New variable. | |
3675 (mail-from-style): Doc fix. | |
3676 | |
3677 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn. | |
3678 (easy-menu-get-map): New arg TO-MODIFY helps choose | |
3679 between local and global maps. | |
3680 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map. | |
3681 (easy-menu-change): Doc fix. | |
3682 | |
3683 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward. | |
3684 (info-lookup-guess-default): Simplified and cleaned up. | |
3685 (info-lookup-guess-default*): Preserve point. | |
3686 | |
3687 * view.el (view-mode-disable): If buffer-read-only is nil, | |
3688 don't change it. | |
3689 | |
3690 * files.el (after-find-file): Disable View mode if buffer is no | |
3691 longer read-only. | |
3692 | |
3693 * view.el (view-mode-enable, view-mode-disable): | |
3694 Call force-mode-line-update. | |
3695 | |
3696 1999-08-10 Karl Heuer <kwzh@gnu.org> | |
3697 | |
3698 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call. | |
3699 * array.el, play/landmark.el, international/latin-3.el: Likewise. | |
3700 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise. | |
3701 | |
3702 1999-08-10 Alex Schroeder <asc@bsiag.com> | |
3703 | |
3704 * ansi-color.el (ansi-color-to-text-properties): Added New state 5 | |
3705 to prevent m-eating-bug. | |
3706 | |
3707 1999-08-10 Eli Zaretskii <eliz@gnu.org> | |
3708 | |
3709 * term/pc-win.el (msdos-bg-mode): Remove. Call | |
3710 frame-set-background-mode instead. All callers changed. | |
3711 (msdos-face-setup): Don't force color display parameter, it is set | |
3712 by frame-set-background-mode. | |
3713 (make-msdos-frame): Call x-handle-reverse-video and | |
3714 face-set-after-frame-default. Delete frame if creation failed. | |
3715 | |
3716 * faces.el (face-set-after-frame-default): Don't call | |
3717 make-face-x-resource-internal for the pc window-system. | |
3718 | |
3719 1999-08-10 Dave Love <fx@melange.gnu.org> | |
3720 | |
3721 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat | |
3722 case with no docstring specially. | |
3723 | |
3724 1999-08-09 Eli Zaretskii <eliz@gnu.org> | |
3725 | |
3726 * complete.el (PC-do-completion): If completing on file name, | |
3727 reproduce str by concatenating its directory and basename parts. | |
3728 | |
3729 1999-08-07 Dave Love <fx@gnu.org> | |
3730 | |
3731 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid | |
3732 unibyte to multibyte conversion of search-forward (from Handa), | |
3733 but avoid the replacement if the language is Latin-N. | |
3734 | |
3735 1999-08-06 Richard Stallman <rms@gnu.org> | |
3736 | |
3737 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args | |
3738 of eval-buffer. | |
3739 | |
3740 * international/mule.el (load-with-code-conversion): | |
3741 Pass t to eval-buffer for DO-ALLOW-PRINT. | |
3742 | |
3743 1999-08-06 Geoff Voelker <voelker@cs.washington.edu> | |
3744 | |
3745 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist | |
3746 of filenames and attributes. | |
3747 (ls-lisp-insert-directory): Use directory-files-and-attributes | |
3748 for speed. | |
3749 | |
3750 1999-08-05 Dave Love <fx@gnu.org> | |
3751 | |
3752 * auto-show.el (auto-show-mode): Fix :set. | |
3753 | |
3754 * widget.el (define-widget-keywords): Make dummy definition and | |
3755 comment-out its use. | |
3756 | |
3757 1999-08-04 Richard Stallman <rms@gnu.org> | |
3758 | |
3759 * progmodes/tcl.el: Customized. | |
3760 | |
3761 * sql.el (sql-accumulate-and-indent): Instead of testing | |
3762 whether this is Emacs 20 before calling comint-accumulate, | |
3763 test whether comint-accumulate is defined. | |
3764 | |
3765 1999-08-04 Dave Love <fx@gnu.org> | |
3766 | |
3767 * sgml-mode.el: Require outline when compiling. | |
3768 (sgml-mode-hook, html-mode-hook): Customize. | |
3769 (sgml-validate-command): Fix :version. | |
3770 (html-autoview-mode): Doc fix. | |
3771 | |
3772 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do | |
3773 nothing in Latin-N environment. | |
3774 | |
3775 * info.el (Info-find-node): Call info-initialize here. | |
3776 (info): Not here. | |
3777 (Info-file-list-for-emacs): Add message, dired-x, c, viper. | |
3778 | |
3779 1999-08-04 Richard Stallman <rms@gnu.org> | |
3780 | |
3781 * ansi-color.el: New file. | |
3782 | |
3783 1999-08-04 Stefan Monnier <monnier@cs.yale.edu> | |
3784 | |
3785 * dired.el (dired-string-replace-match): Return `nil' when no match | |
3786 found with global search. | |
3787 | |
3788 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file): | |
3789 * terminal.el (te-terminfo-directory): | |
3790 * mail/mailpost.el (post-mail-send-it): | |
3791 * mail/metamail.el (metamail-region): | |
3792 * progmodes/ada-mode.el (ada-tmp-directory): | |
3793 Use temporary-file-directory. | |
3794 | |
3795 * progmodes/compile.el (compilation-parsing-end,compilation-setup) | |
3796 (compilation-filter, compilation-forget-errors) | |
3797 (compilation-parse-errors): Use a marker instead of an integer for | |
3798 `compilation-parsing-end'. | |
3799 | |
3800 * progmodes/diff.el (diff-parse-differences): | |
3801 Use a marker instead of an integer for `compilation-parsing-end'. | |
3802 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
3803 Use a marker instead of an integer for `compilation-parsing-end'. | |
3804 | |
3805 1999-08-03 Richard Stallman <rms@gnu.org> | |
3806 | |
3807 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View. | |
3808 (Buffer-menu-mode): Doc fix. | |
3809 (Buffer-menu-view): New command. | |
3810 (Buffer-menu-view-other-window): New command. | |
3811 | |
3812 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com> | |
3813 | |
3814 * replace.el (query-replace-regexp-eval) | |
3815 (replace-eval-replacement, replace-loop-through-replacements) | |
3816 (replace-match-string-symbols): New functions. | |
3817 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA). | |
3818 Use replace-loop-through-replacements. | |
3819 | |
3820 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk> | |
3821 | |
3822 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f. | |
3823 (5x5): Doc fix. | |
3824 | |
3825 1999-08-03 Dave Love <fx@gnu.org> | |
3826 | |
3827 * fortran.el (fortran-indent-new-line): Make it an alias | |
3828 for reindent-then-newline-and-indent. | |
3829 | |
3830 1999-08-03 Didier Verna <verna@inf.enst.fr> | |
3831 | |
3832 * rect.el: All functions rewritten, except when noted above | |
3833 their declaration. Below is a list of interface changes. | |
3834 (apply-on-rectangle): New function, mostly replaces | |
3835 `operate-on-rectangle'. All callers changed. | |
3836 (move-to-column-force): Pass new second argument to `move-to-column'. | |
3837 (kill-rectangle): Added optional prefix arg to fill lines. | |
3838 (delete-rectangle): Ditto. | |
3839 (delete-whitespace-rectangle): Ditto. | |
3840 (delete-extract-rectangle): Ditto. | |
3841 (open-rectangle): Ditto. | |
3842 (clear-rectangle): Ditto. | |
3843 (delete-whitespace-rectangle-line): New function. | |
3844 (delete-rectangle-line): Added third arg FILL. | |
3845 (delete-extract-rectangle-line): Ditto. | |
3846 (open-rectangle-line): Ditto. | |
3847 (clear-rectangle-line): Ditto. | |
3848 | |
3849 1999-08-03 Ray Blaak <blaak@gnu.org> | |
3850 | |
3851 * progmodes/delphi.el: New file. | |
3852 | |
3853 1999-08-02 Richard Stallman <rms@gnu.org> | |
3854 | |
3855 * textmodes/outline.el (outline-previous-heading): New function. | |
3856 (outline-up-heading-all): Use outline-previous-heading. | |
3857 (outline-next-heading): Delete definition inserted yesterday. | |
3858 | |
3859 1999-08-01 Richard Stallman <rms@gnu.org> | |
3860 | |
3861 * textmodes/outline.el (outline-next-heading): New function. | |
3862 (outline-up-heading-all): New function. | |
3863 (outline-font-lock-level): Using outline-up-heading-all. | |
3864 Tell outline-back-to-heading to accept invisible headings. | |
3865 | |
3866 * simple.el (shell-command-on-region): EXIT-STATUS can be a string. | |
3867 | |
3868 * mail/mh-utils.el (mh-find-path-run): New variable. | |
3869 (mh-find-path): Test and set that. | |
3870 Set mail-user-agent only the first time this function is run. | |
3871 (mail-user-agent): Defvar deleted. | |
3872 | |
3873 * info.el (info-initialize): New function. | |
3874 (info): Call info-initialize. | |
3875 (Info-directory-list): Initialize to nil, | |
3876 so info-initialize will set it up for real. | |
3877 | |
3878 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
3879 | |
3880 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it | |
3881 does not interpret a time as the year in a day-month entry. | |
3882 | |
3883 * calendar/diary-lib.el: Change syntax table entry for colon in | |
3884 the diary as part of the european-date-diary-pattern fix. | |
3885 | |
3886 1999-08-01 Eli Zaretskii <eliz@gnu.org> | |
3887 | |
3888 * international/mule.el (set-auto-coding): Allow whitespace before | |
3889 and after the "variable: value" pair. | |
3890 | |
3891 1999-07-30 Ken'ichi Handa <handa@gnu.org> | |
3892 | |
3893 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed. | |
3894 (default-sendmail-coding-system): Doc-string fixed. | |
3895 | |
3896 1999-07-30 Dave Love <fx@gnu.org> | |
3897 | |
3898 * subr.el (assoc-delete-all): New function, renamed from | |
3899 frame-delete-all. | |
3900 | |
3901 * frame.el: Change comments to doc strings and other doc fixes. | |
3902 (frame-delete-all): Moved to subr.el as `assoc-delete-all'. | |
3903 Callers changed. | |
3904 (set-background-color, set-foreground-color, set-cursor-color) | |
3905 (set-mouse-color, set-border-color): Offer completion of colours. | |
3906 (cursor): Add :version to defgroup. | |
3907 | |
3908 * facemenu.el (list-colors-display): Make it work on ttys. | |
3909 (facemenu-read-color): Likewise. | |
3910 | |
3911 1999-07-30 Richard M. Stallman <rms@gnu.org> | |
3912 | |
3913 * frame.el (frame-notice-user-settings): If background | |
3914 color has been changed, update background-mode from it, | |
3915 then update faces. | |
3916 | |
3917 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com> | |
3918 | |
3919 * net-utils.el (finger): Don't do indirect fingering. | |
3920 | |
3921 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
3922 | |
3923 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of | |
3924 rules. Add separator at end of holidays. | |
3925 (cal-tex-rules): New customizable variable. | |
3926 (cal-tex-latexify-list): Add optional parameter to put separator | |
3927 at end. | |
3928 | |
3929 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu> | |
3930 | |
3931 * textmodes/fill.el (fill-individual-paragraphs): Calculate new | |
3932 fill prefix on each line while looping to the end of paragraph. | |
3933 End paragraph if it's longer than the existing fill prefix. | |
3934 | |
3935 * textmodes/fill.el (fill-context-prefix): Doc fix. | |
3936 | |
3937 1999-07-30 Dave Love <fx@gnu.org> | |
3938 | |
3939 * font-lock.el (jit-lock): Fix :load, add :version. | |
3940 | |
3941 1999-07-30 Eli Zaretskii <eliz@gnu.org> | |
3942 | |
3943 * term/pc-win.el (msdos-face-setup): Register standard colors in | |
3944 Vface_tty_color_alist. | |
3945 (face-color-supported-p, face_color_gray_p): New functions. | |
3946 | |
3947 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p | |
3948 is bound. | |
3949 | |
3950 * startup.el (command-line): Don't register default colors for | |
3951 MSDOS window-system. | |
3952 | |
3953 1999-07-29 Dave Love <fx@gnu.org> | |
3954 | |
3955 * f90.el (f90-mode-syntax-table): Change backslash to escape, not | |
3956 charquote. | |
3957 | |
3958 * lisp-mode.el (eval-defun): Re-written to avoid | |
3959 capturing variables. | |
3960 | |
3961 * picture.el (picture-beginning-of-line): Don't call | |
3962 hscroll-point-visible now we have real autoscrolling. | |
3963 (picture-end-of-line, picture-newline, picture-open-line): | |
3964 Likewise. | |
3965 | |
3966 * international/latin-8.el: New file. | |
3967 * international/latin-9.el: New file. | |
3968 | |
3969 1999-07-28 Dave Love <fx@gnu.org> | |
3970 | |
3971 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter. | |
3972 | |
3973 * msb.el: Require cl only when compiling. | |
3974 (msb--home-dir): Deleted. | |
3975 (msb--format-title): Use abbreviate-file-name. | |
3976 (msb--choose-file-menu): Simplify string comparison. | |
3977 | |
3978 1999-07-28 Gerd Moellmann <gerd@gnu.org> | |
3979 | |
3980 * faces.el (toolbar): Add face definition for mono displays. | |
3981 | |
3982 1999-07-27 Richard M. Stallman <rms@gnu.org> | |
3983 | |
3984 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
3985 | |
3986 * frame.el (frame-initialize): When setting frame-initial-frame-alist, | |
3987 force copying of default-frame-alist. | |
3988 | |
3989 1999-07-26 Ken'ichi Handa <handa@gnu.org> | |
3990 | |
3991 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp. | |
3992 | |
3993 1999-07-26 Richard M. Stallman <rms@gnu.org> | |
3994 | |
3995 * frame.el (set-mouse-color): If new color is nil, | |
3996 really respecify the current color. | |
3997 | |
3998 1999-07-26 Gerd Moellmann <gerd@gnu.org> | |
3999 | |
4000 * faces.el (bitmap-area): Change background of face `bitmap-area' | |
4001 to white for mono displays. | |
4002 | |
4003 1999-07-26 Kenichi Handa <handa@etl.go.jp> | |
4004 | |
4005 * international/ccl.el (ccl-embed-symbol): New function. | |
4006 (ccl-program-p): Deleted. Now it's implemented in C code. | |
4007 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol. | |
4008 (ccl-compile-translate-character): Likewise. | |
4009 (ccl-compile-map-single): Likewise. | |
4010 (ccl-compile-multiple-map-function): Likewise. | |
4011 (declare-ccl-program): Doc-string modified. | |
4012 (check-ccl-program): Check compiled CCL code by ccl-program-p. | |
4013 | |
4014 1999-07-25 Ken'ichi Handa <handa@etl.go.jp> | |
4015 | |
4016 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
4017 | |
4018 1999-07-25 Markus Rost <rost@gnu.org> | |
4019 | |
4020 * cus-edit.el (custom-save-variables, custom-save-faces): Sort | |
4021 the entries to make custom-file more readable. | |
4022 | |
4023 1999-07-25 Richard M. Stallman <rms@gnu.org> | |
4024 | |
4025 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs. | |
4026 | |
4027 * emacs-lisp/edebug.el: Delete compatibility code. | |
4028 (edebug-next-token-class): If . is followed by a digit, | |
4029 return `symbol' for the token class. | |
4030 | |
4031 * startup.el (command-line): If we don't find the user's init file, | |
4032 set user-init-file to nil. | |
4033 | |
4034 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4035 | |
4036 * info-look.el (info-lookup-interactive-arguments): Add optional | |
4037 argument query for new choice of help mode. | |
4038 (info-lookup-symbol): Use it. | |
4039 (info-lookup-file): Ditto. | |
4040 (info-lookup): Don't switch to other window, if already in Info | |
4041 buffer. | |
4042 | |
4043 1999-07-23 Dave Love <fx@gnu.org> | |
4044 | |
4045 * fortran.el (fortran-mode-syntax-table): Change `\' to `\' | |
4046 syntax. | |
4047 (fortran-fontify-string, fortran-match-!-comment): Deleted. | |
4048 (fortran-font-lock-syntactic-keywords): New variable. | |
4049 (fortran-mode): Use it. | |
4050 (fortran-font-lock-keywords-1): Don't do comments. | |
4051 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save | |
4052 match data. | |
4053 | |
4054 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls. | |
4055 | |
4056 * msb.el (msb-menu-bar-update-buffers): Renamed from | |
4057 menu-bar-update-buffers. | |
4058 (msb-custom-set, msb--toggle-menu-type): Call | |
4059 msb-menu-bar-update-buffers. | |
4060 (msb-mode): Revise the hook setting. | |
4061 | |
4062 * font-lock.el (turn-on-font-lock): Use tty-display-color-p. | |
4063 | |
4064 1999-07-23 Gerd Moellmann <gerd@gnu.org> | |
4065 | |
4066 * font-lock.el, help.el, simple.el: Re-integrate previously | |
4067 described changes that were lost due to errors while checking them | |
4068 in. | |
4069 | |
4070 1999-07-23 Kevin Blake <kblake@ticnet.com> | |
4071 | |
4072 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp. | |
4073 | |
4074 1999-07-23 Ken'ichi Handa <handa@etl.go.jp> | |
4075 | |
4076 * international/encoded-kb.el | |
4077 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character | |
4078 but push it to unread-command-events. | |
4079 (encoded-kbd-self-insert-iso2022-8bit): Likewise. | |
4080 (encoded-kbd-self-insert-sjis): Likewise. | |
4081 (encoded-kbd-self-insert-big5): Likewise. | |
4082 | |
4083 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up | |
4084 before left margin and fill-prefix by fill-find-break-point. | |
4085 | |
4086 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4087 | |
4088 * info-look.el (info-lookup-setup-mode): Don't give up, if | |
4089 info-lookup-make-completions returns an error. | |
4090 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file | |
4091 name latex, not latex2e. | |
4092 | |
4093 1999-07-21 Richard M. Stallman <rms@gnu.org> | |
4094 | |
4095 * replace.el (perform-replace): Turn off case-fold-search | |
4096 if FROM-STRING argument has uppercase in it. | |
4097 | |
4098 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4099 | |
4100 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock | |
4101 mode is on. Don't use end of changed text. | |
4102 | |
4103 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4104 | |
4105 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table. | |
4106 (cl-hash-table-p): Renamed from hash-table-p. | |
4107 (cl-hash-table-count): Renamed from hash-table-count. | |
4108 (maphash): Alias to cl-maphash removed. | |
4109 (gethash): Likewise. | |
4110 (puthash): Likewise. | |
4111 (remhash): Likewise. | |
4112 (clrhash): Likewise. | |
4113 | |
4114 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4115 | |
4116 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with | |
4117 third arg non-nil. See comment there why this isn't a good idea. | |
4118 | |
4119 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4120 | |
4121 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message. | |
4122 | |
4123 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call | |
4124 sit-for with 3rd arg non-nil to prevent redisplay. | |
4125 | |
4126 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4127 | |
4128 * image.el (image-type-from-file-header): If file doesn't | |
4129 have a directory part, add data-directory. | |
4130 | |
4131 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4132 | |
4133 * tooltip.el (tooltip-gud-tips-p): Set default to nil. | |
4134 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse | |
4135 motion handling when tooltip-gud-tips-p is nil. | |
4136 | |
4137 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4138 | |
4139 * tooltip.el (tooltip-mode): Don't use `plusp'. | |
4140 (tooltip-active): Use initial value of nil. | |
4141 | |
4142 * jit-lock.el (jit-lock-mode): Don't use `plusp'. | |
4143 | |
4144 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4145 | |
4146 * bindings.el (make-mode-line-mouse-sensitive): Add key | |
4147 definitions for `top-line'. | |
4148 | |
4149 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4150 | |
4151 * faces.el (top-line): New face. | |
4152 | |
4153 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4154 | |
4155 * image.el (image-type-regexps): Add regexp for PS files. | |
4156 | |
4157 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4158 | |
4159 * faces.el (set-face-attribute): Fix wrong handling of frame | |
4160 begin equal to t. | |
4161 | |
4162 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4163 | |
4164 * image.el (image-type-regexps): Add PNG format. | |
4165 | |
4166 1999-07-21 Dave Love <fx@gnu.org> | |
4167 | |
4168 * bindings.el (mode-line-modified): New variable. | |
4169 (mode-line-mode-menu-1): Switch to appropriate window before | |
4170 showing menu. | |
4171 | |
4172 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4173 | |
4174 * faces.el (face-underline): Removed. | |
4175 (face-underline-color): Ditto. | |
4176 | |
4177 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4178 | |
4179 * faces.el (face-x-resources): Fix typo. | |
4180 | |
4181 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4182 | |
4183 * faces.el: Remove handling of `:relief', extend handling of | |
4184 `:box'. | |
4185 (frame-set-background-mode): Choose new defface specs after | |
4186 frame parameters have changed. | |
4187 | |
4188 * cus-face.el: Ditto. | |
4189 | |
4190 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4191 | |
4192 * custom.el (defface): Extend documentation to include new | |
4193 face attributes. | |
4194 | |
4195 * cus-face.el (custom-face-attributes): Add overline, | |
4196 strike-through, box. | |
4197 | |
4198 * faces.el (face-valid-attribute-values): Handle overline, | |
4199 strike-through, box. | |
4200 (face-attribute-name-alist): Add pairs for new face attributes. | |
4201 (describe-face): Handle new face attributes. | |
4202 | |
4203 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4204 | |
4205 * faces.el (face-x-resources): Add overline, strike-through, box. | |
4206 | |
4207 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4208 | |
4209 * enriched.el (enriched-translations): Add `display' and | |
4210 "x-display". | |
4211 (enriched-handle-display-prop): New. | |
4212 (enriched-decode-display-prop): New. | |
4213 | |
4214 * format.el (top-level): Give `display' property | |
4215 `format-list-atomic-p. | |
4216 (format-annotate-single-property-change): Test that property. | |
4217 If present, treat list property values like atoms. | |
4218 | |
4219 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4220 | |
4221 * cus-face.el (custom-face-attributes): Use `choice' everywhere | |
4222 so that "*" can be entered. | |
4223 | |
4224 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4225 | |
4226 * cus-face.el (custom-face-attributes): Don't use `#''. | |
4227 | |
4228 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
4229 | |
4230 * cus-face.el (custom-face-attributes): Return underline | |
4231 face attribute directly from the second lambda of underline. | |
4232 | |
4233 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4234 | |
4235 * jit-lock.el (jit-lock-stealth-verbose): Set to nil. | |
4236 | |
4237 * frame.el (after-setting-font-hooks): New variable. | |
4238 (set-frame-font): Run those hooks. | |
4239 | |
4240 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region. | |
4241 | |
4242 * faces.el (set-face-attribute): Fix doc string. | |
4243 | |
4244 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4245 | |
4246 * cus-face.el (custom-face-attributes): Accept color name. | |
4247 | |
4248 * faces.el (face-underline-p): Accept unspecified underlining. | |
4249 (face-underline): Ditto. Fix doc string. | |
4250 | |
4251 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
4252 | |
4253 * faces.el (face-underline-color): New function. | |
4254 | |
4255 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
4256 | |
4257 * cus-face.el (custom-face-attributes): Support underline coloring. | |
4258 Added slot to choose a color. | |
4259 | |
4260 * faces.el (face-underline): New function. | |
4261 (face-underline-p): Support underline coloring. | |
4262 Return nil only if the underline attribute is 'normal. | |
4263 (set-face-underline): New function. | |
4264 (face-valid-attribute-values): Support underline coloring. | |
4265 | |
4266 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4267 | |
4268 * image.el (insert-image): Use `display' instead of `glyph' | |
4269 as text property name. | |
4270 (put-image): Ditto. | |
4271 (image-type-from-file-header): Use insert-file-contents-literally. | |
4272 | |
4273 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4274 | |
4275 * easymenu.el (easy-menu-do-add-item): Don't use the empty | |
4276 string to indicate separators. | |
4277 | |
4278 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4279 | |
4280 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max | |
4281 instead of message-log. | |
4282 | |
4283 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4284 | |
4285 * faces.el (bitmap-area): New face. | |
4286 | |
4287 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4288 | |
4289 * image.el (insert-image): New. | |
4290 | |
4291 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4292 | |
4293 * frame.el (blink-cursor): Set the symbol's value. | |
4294 (show-trailing-whitespace): Change group to font-lock. | |
4295 | |
4296 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4297 | |
4298 * jit-lock.el: New. | |
4299 * font-lock.el: Add jit-mode as new support mode. | |
4300 | |
4301 * font-lock.el (font-lock-fontify-keywords-region): Stop when | |
4302 reaching end instead of letting re-search-forward signal an error. | |
4303 (demand-lock-mode): New. | |
4304 (font-lock-turn-on-thing-lock): Add demand-lock-mode. | |
4305 (font-lock-turn-off-thing-lock): Ditto. | |
4306 (font-lock-after-fontify-buffer): Ditto. | |
4307 (font-lock-after-unfontify-buffer): Ditto. | |
4308 | |
4309 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4310 | |
4311 * gs.el: New file. | |
4312 | |
4313 * startup.el (command-line-1): Activate tooltip mode if | |
4314 interactive. | |
4315 | |
4316 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4317 | |
4318 * faces.el (toolbar): Grey default background. | |
4319 (modeline): Ditto. | |
4320 | |
4321 * image.el (image-type-regexps): New. | |
4322 (image-type-from-file-header): New. | |
4323 (create-image): Call it. | |
4324 | |
4325 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4326 | |
4327 * image.el: New file. | |
4328 | |
4329 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4330 | |
4331 * bindings.el (mode-line-format): Replace `mode-name' with | |
4332 `(:eval mode-line-mode-name)'. | |
4333 (mode-line-mode-name): New. | |
4334 (make-mode-line-mouse-sensitive): Don't change default value | |
4335 of `mode-name'. | |
4336 | |
4337 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4338 | |
4339 * tooltip.el: New file. | |
4340 | |
4341 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4342 | |
4343 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3 | |
4344 instead of mouse-3 to pop up menus. | |
4345 (mode-line-kill-buffer): Removed. | |
4346 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over | |
4347 buffer name. | |
4348 (mode-line-buffer-menu-1): Removed. | |
4349 | |
4350 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive. | |
4351 | |
4352 * bindings.el (mode-line-buffer-identification-keymap): New. | |
4353 (mode-line-buffer-menu-keymap): New. | |
4354 (mode-line-mode-menu-keymap): New. | |
4355 (mode-line-unbury-buffer): New. | |
4356 (mode-line-other-buffer): New. | |
4357 (mode-line-kill-buffer): New. | |
4358 (mode-line-buffer-menu-1): New. | |
4359 (mode-line-mode-menu-1): New. | |
4360 (make-mode-line-mouse-sensitive): New. | |
4361 | |
4362 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4363 | |
4364 * help.el (describe-key-briefly): Handle mode line strings | |
4365 with local-map properties. | |
4366 (describe-key): Ditto. | |
4367 (mode-line-key-binding): New. | |
4368 | |
4369 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4370 | |
4371 * scroll-bar.el (scroll-bar-timer): New. | |
4372 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer. | |
4373 | |
4374 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4375 | |
4376 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top' | |
4377 and `bottom'. | |
4378 | |
4379 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4380 | |
4381 * scroll-bar.el (scroll-bar-toolkit-scroll): New. | |
4382 (global): Use different key bindings if using tookit scroll bars. | |
4383 | |
4384 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4385 | |
4386 * faces.el (modeline): Define mode line face with relief for | |
4387 class color, only. | |
4388 (toolbar): New face. | |
4389 | |
4390 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4391 | |
4392 * frame.el (frame-initialize): Set frame-creation-function to | |
4393 tty-create-frame-with-faces. | |
4394 | |
4395 * faces.el (frame-set-background-mode): Make it work for | |
4396 window-system nil. | |
4397 | |
4398 * faces.el (tty-create-frame-with-faces): New. | |
4399 (face-set-after-frame-default): Make it work for TTY frames. | |
4400 | |
4401 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4402 | |
4403 * faces.el (face-valid-attribute-values): Use tty-defined-colors. | |
4404 Return a list of one font family for TTYs. Don't return bitmap | |
4405 file paths for TTY frames. | |
4406 | |
4407 * faces.el: Add face specs for tty displays to basic faces. | |
4408 | |
4409 * font-lock.el (font-lock-comment-face): Add spec for color tty. | |
4410 (font-lock-string-face): Ditto. | |
4411 (font-lock-keyword-face): Ditto. | |
4412 (font-lock-builtin-face): Ditto. | |
4413 (font-lock-function-name-face): Ditto. | |
4414 (font-lock-variable-name-face): Ditto. | |
4415 (font-lock-type-face): Ditto. | |
4416 (font-lock-constant-face): Ditto. | |
4417 (font-lock-warning-face): Ditto. | |
4418 | |
4419 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4420 | |
4421 * startup.el (command-line): Register default tty colors. | |
4422 | |
4423 * faces.el (face-spec-set-match-display): Recognize `type tty'. | |
4424 | |
4425 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4426 | |
4427 * faces.el (modeline): For X frames, use a modeline with relief. | |
4428 | |
4429 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4430 | |
4431 * faces.el (frame-update-faces): Copied from 20.2. | |
4432 (frame-update-face-colors): Ditto. Code removed that isn't | |
4433 applicable in the new face implementation. | |
4434 | |
4435 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4436 | |
4437 * frame.el (show-trailing-whitespace): New. | |
4438 | |
4439 * faces.el (trailing-whitespace): New basic face. | |
4440 | |
4441 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4442 | |
4443 * cus-face.el (custom-facep): Always define as alias for facep. | |
4444 | |
4445 * cus-face.el (custom-face-attributes): Use choice widgets. | |
4446 Remove :bold and :italic. | |
4447 | |
4448 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4449 | |
4450 * faces.el (face-charset-registries): Removed since fontset.el | |
4451 is no always loaded. | |
4452 | |
4453 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4454 | |
4455 * faces.el (internal-get-face): Added as obsolete function for | |
4456 compatibility. | |
4457 | |
4458 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4459 | |
4460 * frame.el (blink-cursor-end): Call show-cursor. | |
4461 (blink-cursor-mode): Ditto. | |
4462 | |
4463 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4464 | |
4465 * faces.el (face-spec-reset-face): Reset all attributes to | |
4466 `unspecified'. | |
4467 (face-spec-set): Use it. | |
4468 | |
4469 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4470 | |
4471 * faces.el (read-all-face-attributes): Bug fix. | |
4472 (face-read-integer): Allow nil default value. | |
4473 (face-valid-attribute-values): Use symbol names of attribute | |
4474 values for completion list. | |
4475 | |
4476 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4477 | |
4478 * faces.el (internal-find-face): Define for compatibility with | |
4479 20.2. | |
4480 (face-id): Likewise. | |
4481 | |
4482 * faces.el (face-id): Return the ID of a realized face for ASCII. | |
4483 | |
4484 * fontset.el (x-charset-registries): Removed. Now in faces.el. | |
4485 (x-complement-fontset-spec): Use face-charset-registries. | |
4486 | |
4487 * faces.el (face-font-selection-order): Set font selection order | |
4488 from Lisp. | |
4489 (face-alternative-font-family-alist): Set alternative font | |
4490 families from Lisp. | |
4491 | |
4492 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4493 | |
4494 * faces.el (set-face-charset-registries): Set symbol value. | |
4495 | |
4496 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4497 | |
4498 * faces.el (face-set-after-frame-default): Call function | |
4499 internal-merge-in-global-face. | |
4500 | |
4501 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4502 | |
4503 * faces.el (face-list): Return symbols from face-global-alist. | |
4504 | |
4505 * faces.el (face-list): Return a copy of the face name list so | |
4506 that it cannot be modified from outside (facemenu.el uses | |
4507 nreverse, for example). | |
4508 | |
4509 * cus-face.el (custom-face-attributes): Add :bold and :italic | |
4510 for compatibility with old code. | |
4511 | |
4512 * faces.el (set-face-attributes-from-resources): Additional | |
4513 frame parameter. | |
4514 (make-face-x-resource-internal): Set attributes from resources | |
4515 for a given frame or all frames. | |
4516 | |
4517 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4518 | |
4519 * faces.el (all-faces): Removed. | |
4520 | |
4521 * custom.el (defface): Add new face attributes to function | |
4522 comment. | |
4523 | |
4524 * font-lock.el (font-lock-comment-face): Use new face attribute | |
4525 names. | |
4526 (font-lock-string-face): Ditto. | |
4527 (font-lock-keyword-face): Ditto. | |
4528 (font-lock-builtin-face): Ditto. | |
4529 (font-lock-function-name-face): Ditto. | |
4530 (font-lock-variable-name-face): Ditto. | |
4531 (font-lock-type-face): Ditto. | |
4532 (font-lock-reference-face): Ditto. | |
4533 (font-lock-warning-face): Ditto. | |
4534 ((boundp 'font-lock-face-attributes)): Ditto. | |
4535 | |
4536 * cus-face.el (custom-face-attributes): Use new face attributes. | |
4537 | |
4538 * faces.el (set-face-attribute-from-resource): Initialize | |
4539 from resources only for X and W32. | |
4540 | |
4541 * cus-face.el (custom-declare-face): Don't make frame-local | |
4542 faces. | |
4543 | |
4544 * faces.el (describe-face): Use princ instead of insert. | |
4545 | |
4546 * faces.el: Add XLFD manipulation functions from 20.2 again | |
4547 because fontset.el uses them. | |
4548 (face-set-after-frame-default): Add empty definition. | |
4549 | |
4550 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4551 | |
4552 * faces.el (make-face): Correct typo. | |
4553 (set-face-attribute-from-resource): Use let*. | |
4554 (face-underline-p): Correct typo. | |
4555 (face-inverse-video-p): Ditto. | |
4556 (set-face-stipple): Ditto. | |
4557 (face-read-string): Make completion-list optional parameter. | |
4558 | |
4559 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4560 | |
4561 * faces.el (face-charset-registries): Alist mapping charset | |
4562 symbols to registries and encoding. | |
4563 | |
4564 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4565 | |
4566 * frame.el (blink-cursor-mode): Use interactive spec "P". | |
4567 | |
4568 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4569 | |
4570 * frame.el (blink-cursor-mode): Function to toggle blinking cursor | |
4571 mode. The cursor of selected_window blinks if the mode is enabled. | |
4572 | |
4573 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4574 | |
4575 * simple.el (next-history-element): Set point to the end of the | |
4576 prompt if minibuffer-prompt-in-buffer. | |
4577 | |
4578 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4579 | |
4580 * faces.el (x-font-regexp): Add sub-expression parentheses for | |
4581 several font name components. | |
4582 | |
4583 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
4584 | |
4585 * faces.el (set-face-relief): Use index 12 for relief. | |
4586 (face-fill-in): Set relief from data. | |
4587 (internal-make-face): Init relief to zero. | |
4588 | |
4589 * faces.el (face-spec-set): Call modify-face with additional | |
4590 parameters for relief and fixed-p. | |
4591 | |
4592 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
4593 | |
4594 * cus-face.el: ':fixed and ':relief added. | |
4595 | |
4596 * faces.el (describe-face): Add fixed font attribute and relief. | |
4597 (face-attr-match-p): Ditto. | |
4598 (face-attr-construct): Ditto. | |
4599 (face-spec-set): Ditto. | |
4600 | |
4601 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
4602 | |
4603 * faces.el (internal-make-face): Function to create a Lisp vector | |
4604 suitable for representing a face. | |
4605 (make-face): Use it instead of make-vector. | |
4606 (x-create-frame-with-faces): Use it instead of vector. | |
4607 (internal-facep): Increase vector size to 14. | |
4608 (internal-make-face): Ditto. | |
4609 (face-relief): Access relief thickness. | |
4610 (face-fixed-p): Access fixed font attribute. | |
4611 (set-face-fixed-p): Set fixed font attribute. | |
4612 (set-face-relief): Set relief attribute. | |
4613 (internal-face-interactive-int): Read int attribute of face. | |
4614 (modify-face): Add fixed-p and relief parameters. | |
4615 (copy-face): Handle fixed-p and relief. | |
4616 (face-equal): Compare fixed-p and relief. | |
4617 (face-differs-from-default-p): Ditto. | |
4618 (face-nontrivial-p): Add fixed-p and relief. | |
4619 | |
4620 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
4621 | |
4622 * faces.el (eval-when-compile): Add set-face-shadow-thickness. | |
4623 (internal-facep): Increase vector size. | |
4624 (make-face): Ditto. | |
4625 (face-shadow-thickness): Added. | |
4626 (set-face-shadow-thickness): Added. | |
4627 (modify-face): Add optional shadow-thickness parameter. | |
4628 (make-face-x-resource-internal): Add shadows. | |
4629 (copy-face): Ditto. | |
4630 (face-equal): Ditto. | |
4631 (face-differs-from-default-p): Ditto. | |
4632 (face-nontrivial-p): Ditto. | |
4633 (face-attr-match-p): Ditto. | |
4634 (face-attr-construct): Ditto. | |
4635 (face-spec-set): Ditto. | |
4636 (face-fill-in): Ditto. | |
4637 | |
4638 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
4639 | |
4640 * bench.el (bench-mark-split-window): New bench mark. | |
4641 | |
4642 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
4643 | |
4644 * faces.el (set-face-font): Don't pass default font to | |
4645 x-resolve-font so that font will not have to be of the same | |
4646 size. | |
4647 | |
4648 1999-07-20 Dave Love <fx@gnu.org> | |
4649 | |
4650 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it | |
4651 unconditionally t. | |
4652 | |
4653 1999-07-20 Karl Heuer <kwzh@gnu.org> | |
4654 | |
4655 * font-lock.el (c++-font-lock-extra-types): Add "type_info". | |
4656 | |
4657 1999-07-20 Dave Love <fx@gnu.org> | |
4658 | |
4659 * help.el (describe-variable): Fix test for customizability. | |
4660 | |
4661 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer): | |
4662 Check for readonly buffer in interactive spec. | |
4663 (zap-to-char, kill-line, kill-region, comment-region, kill-word) | |
4664 (backward-kill-word): Add * to interactive spec. | |
4665 | |
4666 * underline.el (underline-region, ununderline-region): Add * to | |
4667 interactive spec. | |
4668 | |
4669 * fill.el (canonically-space-region, justify-current-line): Add * | |
4670 to interactive spec. | |
4671 (fill-region-as-paragraph, fill-paragraph, fill-region) | |
4672 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check | |
4673 readonly buffer in interactive spec. | |
4674 | |
4675 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
4676 (backward-kill-sentence, kill-sentence): Add * to interactive | |
4677 spec. | |
4678 | |
4679 1999-07-19 Richard M. Stallman <rms@gnu.org> | |
4680 | |
4681 * dired-aux.el (dired-do-shell-command): Doc fix. | |
4682 | |
4683 * shell.el (shell-unquote-argument): New function. | |
4684 (shell-directory-tracker): Use shell-unquote-argument. | |
4685 * comint.el (comint-arguments): Handle \ followed by space or tab. | |
4686 | |
4687 1999-07-19 John Wiegley <jwiegley@borland.com> | |
4688 | |
4689 * term.el (ansi-term-fg-faces-vector): Added support for ANSI | |
4690 color codes 39 and 49, which by the way lynx uses them seem to | |
4691 mean "foreground reset" and "background reset". | |
4692 | |
4693 1999-07-19 Karl Heuer <kwzh@gnu.org> | |
4694 | |
4695 * font-lock.el (c++-keywords): Add "typeid". | |
4696 | |
4697 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but | |
4698 selects no font, treat that as zero selections, not one. | |
4699 | |
4700 1999-07-19 Dave Love <fx@gnu.org> | |
4701 | |
4702 * info.el (Info-search): Don't lose with empty regexp. | |
4703 | |
4704 * version.el: Cater for (free) `ident' program, not `which'. | |
4705 | |
4706 * hl-line.el: New file. | |
4707 | |
4708 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu | |
4709 for modes which don't define menus. | |
4710 | |
4711 1999-07-16 Richard M. Stallman <rms@gnu.org> | |
4712 | |
4713 * webjump.el (webjump-sample-sites): Update some URLs. | |
4714 | |
4715 1999-07-14 Richard Stallman <rms@gnu.org> | |
4716 | |
4717 * Version 20.4 released. | |
4718 | |
4719 1999-07-14 Andreas Schwab <schwab@gnu.org> | |
4720 | |
4721 * compare-w.el (compare-windows): Try to find the next window in | |
4722 the current frame before looking at the other frames. | |
4723 | |
4724 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru> | |
4725 | |
4726 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"): | |
4727 Use cyrillic-jcuken as default input method. | |
4728 | |
4729 1999-07-12 Richard Stallman <rms@gnu.org> | |
4730 | |
4731 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for | |
4732 Java anonymous array expressions ("new Foo[] {.. bracelist ..}"). | |
4733 | |
4734 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian. | |
4735 (ispell-local-dictionary-alist): Add koi8-r for character set. | |
4736 | |
4737 * textmodes/flyspell.el (flyspell-get-word): | |
4738 Add special handling for when ispell-otherchars is empty. | |
4739 | |
4740 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no> | |
4741 | |
4742 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior | |
4743 when having nested functons. | |
4744 (pascal-indent-nested-functions) (pascal-indent-line) | |
4745 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for | |
4746 indenting nested functions. | |
4747 | |
4748 1999-07-09 Richard Stallman <rms@gnu.org> | |
4749 | |
4750 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes. | |
4751 | |
4752 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no> | |
4753 | |
4754 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when | |
4755 the `end' keyword was in the very beginning of the buffer. | |
4756 | |
4757 1999-07-08 Richard Stallman <rms@gnu.org> | |
4758 | |
4759 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix. | |
4760 | |
4761 * term.el (term-emulate-terminal): Avoid infinite loop | |
4762 in strange case where minibuffer window is selected but not active. | |
4763 | |
4764 1999-07-07 Stephen Eglen <stephen@gnu.org> | |
4765 | |
4766 * progmodes/octave-inf.el (inferior-octave-directory-tracker): | |
4767 Change regexp so that it doesn't match commands beginning with `cd'. | |
4768 | |
4769 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
4770 | |
4771 * mail/rmail.el (mail-unsent-separator): Add a missing \\|. | |
4772 | |
4773 1999-07-06 Richard Stallman <rms@gnu.org> | |
4774 | |
4775 * hscroll.el (hscroll-minibuffer-hook): New function. | |
4776 (hscroll-global-mode): Add and remove that hook. | |
4777 Set hscroll-old-truncate-was-global's default value. | |
4778 | |
4779 1999-07-05 Richard Stallman <rms@gnu.org> | |
4780 | |
4781 * files.el (revert-buffer): Don't preserve point here. | |
4782 (revert-buffer-insert-file-contents-function): Doc fix. | |
4783 | |
4784 * isearch.el (isearch-process-search-char): Write octal 200 correctly. | |
4785 | |
4786 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid | |
4787 doing a `stat' when it isn't necessary because that can cause | |
4788 trouble when an NFS server is down. | |
4789 | |
4790 1999-07-04 Richard Stallman <rms@gnu.org> | |
4791 | |
4792 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer. | |
4793 | |
4794 1999-07-03 Richard Stallman <rms@gnu.org> | |
4795 | |
4796 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte | |
4797 for \200...\240 also. | |
4798 (isearch-printing-char): Use unibyte-char-to-multibyte. | |
4799 | |
4800 1999-07-02 Richard Stallman <rms@gnu.org> | |
4801 | |
4802 * frame.el (minibuffer-frame-alist): Use defcustom. | |
4803 (pop-up-frame-alist): Likewise. | |
4804 (initial-frame-alist): Specify * in the doc string. | |
4805 | |
4806 * hscroll.el (hscroll-mode): Make it a permanent local. | |
4807 (hscroll-mode): Don't cancel the timer | |
4808 if HScroll mode is enabled in some other buffer. | |
4809 | |
4810 * isearch.el (isearch-done): If search ends in middle of intangible | |
4811 text (due to text property), move on to the limit of that text. | |
4812 | |
4813 1999-07-01 Andrew Innes <andrewi@gnu.org> | |
4814 | |
4815 * man.el (Man-build-man-command): Use value of null-device, | |
4816 instead of hard-coding "/dev/null". | |
4817 | |
4818 * dos-w32.el (untranslated-canonical-name): Avoid expanding | |
4819 ange-ftp file names, which might force ange-ftp to prompt for a | |
4820 password. | |
4821 | |
4822 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t, | |
4823 to prevent references to temp files. | |
4824 | |
4825 1999-06-30 Richard Stallman <rms@gnu.org> | |
4826 | |
4827 * progmodes/sh-script.el (sh-feature): If nothing is known | |
4828 about the given shell, use the values for `sh'. | |
4829 | |
4830 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
4831 | |
4832 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status", | |
4833 to make it non-recursive. | |
4834 | |
4835 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly. | |
4836 | |
4837 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4838 | |
4839 * auto-show.el (auto-show-mode): Fix Typo in :set. | |
4840 | |
4841 1999-06-29 Richard M. Stallman <rms@gnu.org> | |
4842 | |
4843 * progmodes/sh-script.el (sh-mode): When setting syntax | |
4844 table, default to the standard one. | |
4845 | |
4846 1999-06-27 Richard M. Stallman <rms@gnu.org> | |
4847 | |
4848 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix. | |
4849 | |
4850 1999-06-27 Stefan Monnier <monnier@cs.yale.edu> | |
4851 | |
4852 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up | |
4853 a frame when `return' is requested (even if pop-up-frames = t) | |
4854 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function' | |
4855 should only be set for the bibtex buffer. | |
4856 | |
4857 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix. | |
4858 | |
4859 * progmodes/compile.el: Deal with compilation-error-screen-columns | |
4860 being buffer-local. | |
4861 | |
4862 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
4863 | |
4864 * comint.el (comint-password-prompt-regexp): Allow "(again)". | |
4865 | |
4866 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
4867 | |
4868 * cal-x.el (calendar-only-one-frame-setup): New function. | |
4869 * calendar.el (calendar): Call it if requested. | |
4870 | |
4871 1999-06-24 Karl Heuer <kwzh@gnu.org> | |
4872 | |
4873 * startup.el (iso-8859-n-locale-regexp): Doc fix. | |
4874 | |
4875 1999-06-22 Richard M. Stallman <rms@gnu.org> | |
4876 | |
4877 * mail/supercite.el (sc-emacs-features): Doc fix. | |
4878 | |
4879 1999-06-22 Karl Heuer <kwzh@gnu.org> | |
4880 | |
4881 * files.el (auto-mode-alist): Add pike-mode. | |
4882 | |
4883 1999-06-20 Paul R. Eggert <eggert@twinsun.com> | |
4884 | |
4885 * tar-mode.el (tar-header-block-tokenize): Don't assume that the | |
4886 last byte of a numeric field is a space or a NUL. Parse it as | |
4887 potentially part of the number. This is used by GNU tar | |
4888 1.12.64012 to handle larger values. | |
4889 | |
4890 1999-06-20 Karl Heuer <kwzh@gnu.org> | |
4891 | |
4892 * custom.el (custom-handle-keyword): Fix error message. | |
4893 | |
4894 1999-06-18 Andrew Innes <andrewi@gnu.org> | |
4895 | |
4896 * mail/smtpmail.el (smtpmail-send-it): Use | |
4897 convert-standard-filename to make file names for queued mail safe | |
4898 on Windows (`:' is invalid in file names on Windows). | |
4899 | |
4900 1999-06-17 Kenichi Handa <handa@etl.go.jp> | |
4901 | |
4902 * international/mule-cmds.el (describe-current-input-method): | |
4903 Current-input-method is string. | |
4904 (toggle-input-method): Docstring fixed. | |
4905 | |
4906 * international/mule-diag.el | |
4907 (describe-current-coding-system-briefly): Fix format string. | |
4908 | |
4909 * international/mule-util.el (coding-system-eol-type-mnemonic): | |
4910 Docstring modified. Return a string. | |
4911 | |
4912 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch> | |
4913 | |
4914 * sql.el (sql-input-ring-file-name): Doc fix. | |
4915 | |
4916 1999-06-17 Richard M. Stallman <rms@gnu.org> | |
4917 | |
4918 * calendar/cal-x.el (special-display-buffer-names): | |
4919 Don't put (get-file-buffer diary-file) on this list. | |
4920 | |
4921 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov> | |
4922 | |
4923 * play/mpuz.el (mpuz-try-proposal): Fix message call. | |
4924 Don't penalize player for certain impossible guesses. | |
4925 | |
4926 1999-06-16 Andrew Innes <andrewi@gnu.org> | |
4927 | |
4928 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid, | |
4929 return the string "Unk 0 0000" so at least it appears to be a | |
4930 valid timestamp to `dired-move-to-filename-regexp'. | |
4931 | |
4932 1999-06-15 Ken'ichi Handa <handa@gnu.org> | |
4933 | |
4934 * ps-print.el (ps-control-character): Fix previous change. | |
4935 | |
4936 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4937 | |
4938 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid | |
4939 multiple output of the last message. | |
4940 | |
4941 1999-06-14 Eli Zaretskii <eliz@gnu.org> | |
4942 | |
4943 * term/internal.el (IT-display-table-setup): Do not remap \222 to | |
4944 the ASCII apostrophe, as most DOS codepages have some other glyph | |
4945 there. | |
4946 | |
4947 1999-06-14 Ken'ichi Handa <handa@gnu.org> | |
4948 | |
4949 * language/ethio-util.el (setup-ethiopic-environment-internal): | |
4950 Use quail-activate-hook instead of obsolete hook quail-mode-hook. | |
4951 (exit-ethiopic-environment): Likewize. | |
4952 | |
4953 1999-06-12 Richard M. Stallman <rms@gnu.org> | |
4954 | |
4955 * cus-start.el (scroll-preserve-screen-position): Fix typo in type. | |
4956 | |
4957 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4958 | |
4959 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with | |
4960 custom-initialize-default to avoid infinite loop. | |
4961 (crisp-mode): (defun) Call transient-mark-mode here, not when | |
4962 loading the file. Run crisp-mode-hook here, and run | |
4963 crisp-load-hook when loading the file. | |
4964 | |
4965 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in | |
4966 rmail-summary buffer, search for pattern in rmail-file. | |
4967 | |
4968 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo. | |
4969 | |
4970 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type. | |
4971 | |
4972 * ps-print.el (ps-printer-name): Fix custom type. | |
4973 | |
4974 1999-06-12 Reto Zimmermann <reto@synopsys.com> | |
4975 | |
4976 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug. | |
4977 (vhdl-port-paste-generic-map): Fix indentation bug. | |
4978 (vhdl-port-paste-port-map): Fix indentation bug. | |
4979 (vhdl-scan-file-contents): Make scanning case insensitive. | |
4980 | |
4981 1999-06-11 Richard M. Stallman <rms@gnu.org> | |
4982 | |
4983 * files.el (write-file): When buffer is not already visiting a file, | |
4984 don't put buffer name in the minibuffer, just make it the default. | |
4985 Also handle just directory as arg usefully in that case. | |
4986 | |
4987 * simple.el (sendmail-user-agent-compose): | |
4988 Ignore case when inserting the rest of the "other" headers. | |
4989 | |
4990 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n. | |
4991 | |
4992 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix. | |
4993 (info-lookup-interactive-arguments): Never insert the default | |
4994 into the minibuffer automatically. | |
4995 | |
4996 * emacs-lisp/cl-extra.el (getf): Don't call get*. | |
4997 | |
4998 1999-06-09 Richard M. Stallman <rms@gnu.org> | |
4999 | |
5000 * simple.el (shell-command): Avoid printing "mark set" message. | |
5001 | |
5002 1999-06-09 Dave Love <fx@gnu.org> | |
5003 | |
5004 * progmodes/compile.el (compilation-error-regexp-alist): Allow | |
5005 digits in program name in first pattern. | |
5006 | |
5007 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
5008 | |
5009 * vc.el (vc-dired-mode): Don't match anything before the date in | |
5010 dired-move-to-filename-regexp. | |
5011 | |
5012 1999-06-07 Ken'ichi Handa <handa@gnu.org> | |
5013 | |
5014 * international/quail.el (quail-define-rules): Fix typo in | |
5015 docstring. | |
5016 | |
5017 1999-06-05 Stephen Eglen <stephen@gnu.org> | |
5018 | |
5019 * iswitchb.el (iswitchb-default-keybindings): Add | |
5020 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather | |
5021 than when package is loaded. | |
5022 | |
5023 1999-06-04 Richard M. Stallman <rms@gnu.org> | |
5024 | |
5025 * startup.el (command-line): Don't set user-init-file directly; | |
5026 tell `load' to set it. | |
5027 | |
5028 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg. | |
5029 | |
5030 * simple.el (next-history-element): | |
5031 Handle minibuffer-text-before-history properly when reading sexps. | |
5032 | |
5033 * disp-table.el (standard-display-european): | |
5034 For an interactive call by the user, | |
5035 don't set enable-multibyte-characters, | |
5036 and don't set the terminal coding system. | |
5037 | |
5038 * textmodes/refbib.el: Don't print any messages or display | |
5039 a buffer when loading the library. | |
5040 (r2b-help): Doc fix. | |
5041 (r2b-help-message): Update the documentation. | |
5042 (r2b-load-quietly): Variable deleted. | |
5043 (r2b-convert-buffer): Doc fix. | |
5044 | |
5045 1999-06-04 Dave Love <fx@gnu.org> | |
5046 | |
5047 * help.el (help-xref-interned): Fix insertion of fdoc and revamp. | |
5048 | |
5049 * auto-show.el: Don't change hooks on loading. | |
5050 (auto-show-mode): Autoload. Default to nil. Add :set &c. | |
5051 (auto-show-mode): Add to hooks here. | |
5052 | |
5053 1999-06-04 Richard Sharman <rsharman@pobox.com> | |
5054 | |
5055 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite | |
5056 recursion on bogus input. | |
5057 | |
5058 1999-06-04 Eric M. Ludlam <zappo@ultranet.com> | |
5059 | |
5060 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user | |
5061 does not select a buffer from the buffers menu, then the attached | |
5062 frame is not switched to anything. | |
5063 | |
5064 1999-06-03 Ken'ichi Handa <handa@gnu.org> | |
5065 | |
5066 * language/vietnamese.el (ccl-encode-vscii): Typo fixed | |
5067 (viet-viscii-...->viet-vscii...). | |
5068 | |
5069 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed. | |
5070 | |
5071 1999-06-01 Dave Love <fx@gnu.org> | |
5072 | |
5073 * progmodes/fortran.el: Add :link to defgroup. | |
5074 (fortran-blink-matching-if): Match ELSE statements too. | |
5075 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so | |
5076 that filling is always done. | |
5077 | |
5078 1999-05-31 Richard M. Stallman <rms@gnu.org> | |
5079 | |
5080 * simple.el (append-next-kill): Use an arg to distinguish | |
5081 interactive calls from Lisp calls, rather than (interactive-p). | |
5082 | |
5083 * international/iso-transl.el (iso-transl-language-alist): | |
5084 Interchange n and N. | |
5085 | |
5086 1999-05-31 Dave Love <fx@gnu.org> | |
5087 | |
5088 * msb.el Add to minor-mode-map-alist. Remove hook installation | |
5089 and keymap munging on load. | |
5090 (msb-mode): New option. | |
5091 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory): | |
5092 Doc fix. | |
5093 (msb-mode-map): New variable. | |
5094 (msb-mode): New command. | |
5095 | |
5096 1999-05-31 Dave Love <fx@gnu.org> | |
5097 | |
5098 * ispell.el: (ispell-alternate-dictionary): Fix custom type. | |
5099 (ispell-complete-word-dict): Likewise. | |
5100 | |
5101 1999-05-31 Eli Zaretskii <eliz@gnu.org> | |
5102 | |
5103 * forms.el (forms-save-buffer): Call set-buffer-modified-p to | |
5104 force the data buffer to be saved, even if the data didn't | |
5105 change, in case the write filter was modified. Restore the | |
5106 current record after read-file-filter finishes. | |
5107 | |
5108 1999-05-29 Karl Heuer <kwzh@gnu.org> | |
5109 | |
5110 * ispell4.el: Obsolete; file deleted. | |
5111 | |
5112 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line. | |
5113 | |
5114 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if | |
5115 VALUE is a syntax table. | |
5116 | |
5117 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie. | |
5118 | |
5119 * simple.el (zap-to-char): Doc fix. | |
5120 | |
5121 1999-05-27 Ken'ichi Handa <handa@gnu.org> | |
5122 | |
5123 * isearch.el (isearch-quote-char): Don't assume character codes | |
5124 0200 - 0237 stand for characters in some single-byte character | |
5125 charset. | |
5126 | |
5127 1999-05-27 Dave Love <fx@gnu.org> | |
5128 | |
5129 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c. | |
5130 | |
5131 1999-05-27 Andreas Schwab <schwab@gnu.org> | |
5132 | |
5133 * dired-aux.el (dired-insert-subdir-doinsert): Check that the | |
5134 headerline does not exist already. | |
5135 | |
5136 1999-05-26 Richard Stallman <rms@gnu.org> | |
5137 | |
5138 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
5139 Avoid nested null-loops. | |
5140 | |
5141 1999-05-26 Ken'ichi Handa <handa@gnu.org> | |
5142 | |
5143 * international/characters.el: Typo fixed; prefered->preferred. | |
5144 | |
5145 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
5146 Typo fixed; prefered->preferred. | |
5147 | |
5148 * map-ynp.el (map-y-or-n-p): Don't inherit the current input | |
5149 method in read-event. | |
5150 | |
5151 * international/mule.el (charset-info): Doc-string fixed. | |
5152 | |
5153 1999-05-25 Ken'ichi Handa <handa@gnu.org> | |
5154 | |
5155 * mail/smtpmail.el (smtpmail-send-it): Bind | |
5156 smtpmail-code-conv-from properly. | |
5157 (smtpmail-send-data-1): If DATA is a multibyte string, encode it | |
5158 by smtpmail-code-conv-from. | |
5159 | |
5160 1999-05-24 Richard Stallman <rms@gnu.org> | |
5161 | |
5162 * emulation/crisp.el (crisp-submit-bug-report): Function deleted. | |
5163 Binding deleted also. | |
5164 | |
5165 1999-05-24 Karl Heuer <kwzh@gnu.org> | |
5166 | |
5167 * comint.el (comint-bol-or-process-mark): Doc fix. | |
5168 | |
5169 1999-05-23 Dave Love <fx@gnu.org> | |
5170 | |
5171 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map. | |
5172 Enter it on minor-mode-map-alist. | |
5173 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed. | |
5174 Autoload. Add custom setter. | |
5175 (crisp-mark-line): Doc fix. | |
5176 (crisp-mode): Autoload. Re-write not to frob keymaps directly. | |
5177 (crisp-mode-hook): Define. | |
5178 | |
5179 1999-05-23 Ken'ichi Handa <handa@gnu.org> | |
5180 | |
5181 * files.el (recover-file): Recover buffer-file-coding-system. | |
5182 | |
5183 1999-05-22 Richard Stallman <rms@gnu.org> | |
5184 | |
5185 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp | |
5186 regexp match the date, to avoid treating date as file size. | |
5187 Add YYYY S option to WESTERN/ | |
5188 | |
5189 * bookmark.el: Delete some XEmacs compatibility code. | |
5190 (bookmark-jump-noselect): Check vc-backend. | |
5191 | |
5192 * subr.el (add-to-list): Doc fix. | |
5193 | |
5194 1999-05-21 Stephen Eglen <stephen@gnu.org> | |
5195 | |
5196 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer. | |
5197 | |
5198 1999-05-18 Richard Stallman <rms@gnu.org> | |
5199 | |
5200 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a | |
5201 non-space after the @anchor command. | |
5202 (texinfo-format-var): Handle other nested constructs, using | |
5203 texinfo-parse-expanded-arg and texinfo-discard-command, not | |
5204 texinfo-parse-arg-discard. | |
5205 | |
5206 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable. | |
5207 (debug): Bind and use debugger-outer-inhibit-redisplay. | |
5208 Bind inhibit-redisplay to nil. | |
5209 (debugger-env-macro): Treat inhibit-redisplay like other outside vars. | |
5210 | |
5211 1999-05-17 Dave Love <fx@gnu.org> | |
5212 | |
5213 * help.el (describe-function-1): Extra arg, interactive-p. | |
5214 (describe-key, describe-function): Use it. | |
5215 | |
5216 1999-05-17 Karl Heuer <kwzh@gnu.org> | |
5217 | |
5218 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie. | |
5219 | |
5220 1999-05-16 Dave Love <fx@gnu.org> | |
5221 | |
5222 * cus-start.el (all): Delete selective-display. Add scroll-margin, | |
5223 scroll-preserve-screen-position, scroll-conservatively. | |
5224 | |
5225 1999-05-16 Dave Love <fx@gnu.org> | |
5226 | |
5227 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case. | |
5228 | |
5229 1999-05-15 Reto Zimmermann <reto@Synopsys.COM> | |
5230 | |
5231 * progmodes/vhdl-mode.el: Completely revised and massively extended. | |
5232 | |
5233 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
5234 | |
5235 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no | |
5236 magic number and is not associated with a file. | |
5237 | |
5238 1999-05-14 Richard M. Stallman <rms@gnu.org> | |
5239 | |
5240 * files.el (find-file-noselect-1): Fix previous change. | |
5241 | |
5242 1999-05-14 Simon Marshall <simon@gnu.org> | |
5243 | |
5244 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'. | |
5245 | |
5246 1999-05-13 Ken'ichi Handa <handa@gnu.org> | |
5247 | |
5248 * international/mule-diag.el (mule-diag): Change MULE to Mule in | |
5249 docstring. | |
5250 | |
5251 * international/mule-cmds.el: Change MULE to Mule in docstrings | |
5252 and menus. | |
5253 | |
5254 1999-05-10 Kenichi HANDA <handa@etl.go.jp> | |
5255 | |
5256 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule | |
5257 to correctly reflect the value of BaseLineOffset in | |
5258 RelativeCompose. Now the value of RelativeCompose is an array of | |
5259 low and high positions. | |
5260 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and | |
5261 RLC for the above change. | |
5262 | |
5263 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org> | |
5264 | |
5265 * comint.el (comint-password-prompt-regexp): Modified to match the | |
5266 output of ksu and ssh-add. | |
5267 | |
5268 1999-05-11 Kenichi HANDA <handa@etl.go.jp> | |
5269 | |
5270 * language/korea-util.el (isearch-toggle-korean-input-method): | |
5271 Adjusted for the change of input method handling in isearch.el. | |
5272 (isearch-hangul-switch-symbol-ksc): Likewise. | |
5273 (isearch-hangul-switch-hanja): Likewise. | |
5274 | |
5275 1999-05-10 Dave Love <fx@gnu.org> | |
5276 | |
5277 * help.el (help-make-xrefs): Fix typo. | |
5278 | |
5279 1999-05-10 Andreas Schwab <schwab@gnu.org> | |
5280 | |
5281 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add | |
5282 unibyte-display-via-language-environment. | |
5283 | |
5284 * help.el (help-make-xrefs): Handle more cases when looking for | |
5285 commands in a keymap description. | |
5286 | |
5287 1999-05-10 Eli Zaretskii <eliz@gnu.org> | |
5288 | |
5289 * loadup.el: For ms-dos systems, load ccl and codepage. | |
5290 | |
5291 1999-05-09 Ken'ichi Handa <handa@gnu.org> | |
5292 | |
5293 * ps-print.el (ps-control-character): Call | |
5294 ps-mule-prepare-ascii-font to setup ASCII fonts. | |
5295 | |
5296 * ps-mule.el (ps-mule-begin-job): Redo this change "if | |
5297 ps-multibyte-buffer is nil, use | |
5298 ps-mule-font-info-database-default." | |
5299 | |
5300 1999-05-08 Ken Stevens <k.stevens@ieee.org> | |
5301 | |
5302 * ispell.el (ispell-local-dictionary-alist): New variable for | |
5303 customizing local dictionaries not accessable by everyone. | |
5304 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'. | |
5305 (ispell-required-version): Changed format `(major minor | |
5306 revision)' to support general pattern matching. | |
5307 (ispell-tex-skip-alists): AMS Tex block comment and `\author' | |
5308 skip region commented out due to incorrect skip potential in std latex. | |
5309 (ispell-word): Removed `when' macro. Fixed bug of not restoring | |
5310 cursor point on small words for calls from `ispell-minor-mode'. | |
5311 (check-ispell-version): Tests and accepts versions major.minor | |
5312 and above, with adjustments for interactions in 3.1.0-3.1.11. | |
5313 (ispell-get-line): No longer skips ispell process special characters. | |
5314 (ispell-comments-and-strings): Removed `when' macro call. | |
5315 (ispell-minor-check): Requires ispell-word to restore cursor point. | |
5316 (ispell-buffer-local-parsing): Supports checking comments only. | |
5317 | |
5318 1999-05-08 Karl Heuer <kwzh@gnu.org> | |
5319 | |
5320 * comint.el (comint-password-prompt-regexp): Fix last change to be | |
5321 more specific. | |
5322 | |
5323 1999-05-07 Richard M. Stallman <rms@gnu.org> | |
5324 | |
5325 * subr.el (with-temp-message): Fix the other call to message | |
5326 to use %s. | |
5327 | |
5328 1999-05-07 Michael Ernst <mernst@alum.mit.edu> | |
5329 | |
5330 * gud.el (gud-format-command): "%F" means file sans extension. | |
5331 (jdb): Use %F, not %f, for gud-break. | |
5332 | |
5333 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org> | |
5334 | |
5335 * comint.el (comint-password-prompt-regexp): Modified so that it | |
5336 matches the output of kinit. | |
5337 | |
5338 1999-05-06 Greg Stark <gsstark@mit.edu> | |
5339 | |
5340 * timezone.el (timezone-parse-date): Recognize new format used in | |
5341 internet cookies. | |
5342 | |
5343 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu> | |
5344 | |
5345 * international/iso-acc.el (iso-languages): Add latin-2 cedillas. | |
5346 | |
5347 1999-05-04 Andrew Innes <andrewi@gnu.org> | |
5348 | |
5349 * time.el (display-time-update): Allow for wrap-around when | |
5350 checking against display-time-server-down-time. | |
5351 | |
5352 1999-05-04 Ken'ichi Handa <handa@gnu.org> | |
5353 | |
5354 * international/mule-diag.el (describe-coding-system): Fix English | |
5355 message. | |
5356 | |
5357 1999-05-03 Jason Rumney <jasonr@altavista.net> | |
5358 | |
5359 * term/w32-win.el: Change the x-charset-registry property for the | |
5360 Japanese charsets that are supported by Japanese Windows fonts. | |
5361 | |
5362 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
5363 | |
5364 * diary-lib.el (diary-remind): Rewritten to behave sensibly for | |
5365 diary-block diary entries for which the reminders and the diary | |
5366 entries can overlap. | |
5367 | |
5368 1999-05-02 Jason Rumney <jasonr@altavista.net> | |
5369 | |
5370 * term/w32-win.el (mouse-set-font): Ensure constructed fontset | |
5371 matches the font selected in the dialog. | |
5372 | |
5373 1999-05-02 Dave Love <fx@gnu.org> | |
5374 | |
5375 * browse-url.el (browse-url-browser-function): Add :version. | |
5376 | |
5377 * international/mule.el (auto-coding-alist): Add .tgz. | |
5378 | |
5379 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il> | |
5380 | |
5381 * international/codepage.el (cp-coding-system-for-codepage-1): | |
5382 Make the magnification parameter for the -dos encoder be 2. | |
5383 | |
5384 1999-05-2 Andrew Innes <andrewi@gnu.org> | |
5385 | |
5386 * term/w32-win.el (w32-drag-n-drop): Select file in window where | |
5387 it is dropped, rather than current window. | |
5388 | |
5389 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables | |
5390 after switching buffer, as case-fold-search is a buffer local | |
5391 variable. | |
5392 | |
5393 * w32-fns.el (convert-standard-filename): Only convert directory | |
5394 separators to backslash if the interactive shell is one of the | |
5395 standard Windows shells that has DOS semantics. | |
5396 | |
5397 * ls-lisp.el (ls-lisp-format-time): Trap errors from | |
5398 format-time-string, and return a suitable string to indicate the | |
5399 timestamp was invalid. | |
5400 | |
5401 * hexl.el (hexlify-command): Apply shell-quote-argument after | |
5402 expanding hexl-program in case exec-directory contains a space. | |
5403 (dehexlify-command): Ditto. | |
5404 | |
5405 * dos-w32.el (file-name-buffer-file-type-alist): Remove various | |
5406 file extension regexps which aren't necessarily binary files. | |
5407 (direct-print-region-helper): Use subst-char-in-string instead of | |
5408 binding directory-sep-char to convert filenames to DOS syntax. | |
5409 (direct-print-region-use-command-dot-com): New variable. | |
5410 (direct-print-region-helper): Use it to control whether to invoked | |
5411 command.com to print on Windows 9x. | |
5412 | |
5413 * browse-url.el (browse-url-browser-function): Default to | |
5414 browse-url-default-windows-browser on windows-nt. | |
5415 (browse-url-default-windows-browser): New function. | |
5416 | |
5417 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il> | |
5418 | |
5419 * forms.el (forms-mode): Don't call forms-first-record or | |
5420 forms-last-record if the data file has zero records. | |
5421 | |
5422 1999-04-29 Richard M. Stallman <rms@gnu.org> | |
5423 | |
5424 * files.el (find-file-noselect-1): If buffer-file-name has changed | |
5425 after find-file-not-found-hooks runs, recompute the truename. | |
5426 And don't use FILENAME after that point. | |
5427 | |
5428 1999-04-27 Dave Love <fx@gnu.org> | |
5429 | |
5430 * paren.el (show-paren-mode) | |
5431 * which-func.el (which-func-mode-global) | |
5432 * type-break.el (type-break-mode) | |
5433 * time.el (display-time-mode) | |
5434 * rsz-mini.el (resize-minibuffer-mode) | |
5435 * mouse-sel.el (mouse-sel-mode) | |
5436 * icomplete.el (icomplete-mode) | |
5437 * hscroll.el (hscroll-global-mode) | |
5438 * help.el (temp-buffer-resize-mode) | |
5439 * font-lock.el (global-font-lock-mode) | |
5440 * delsel.el (delete-selection-mode) | |
5441 * avoid.el (mouse-avoidance-mode) | |
5442 * autoinsert.el (auto-insert-mode) | |
5443 * winner.el (winner-mode): Doc fix. | |
5444 | |
5445 1999-04-26 Karl Heuer <kwzh@gnu.org> | |
5446 | |
5447 * mail/rmail.el (rmail-next-same-subject): When searching, ignore | |
5448 the same whitespace that was ignored in choosing the subject string. | |
5449 | |
5450 1999-04-26 Richard M. Stallman <rms@gnu.org> | |
5451 | |
5452 * info.el (Info-find-node): Position properly after finding anchor. | |
5453 | |
5454 * cus-start.el (all): Handle unibyte-display-via-language-environment. | |
5455 | |
5456 * simple.el (indent-new-comment-line): Fix previous change. | |
5457 | |
5458 * complete.el: Delete the wildcard expansion feature | |
5459 since that is now standard in find-file. | |
5460 (PC-try-load-many-files): Function deleted. | |
5461 (PC-after-load-many-files): Function deleted. | |
5462 (PC-many-files-list): Variable deleted. | |
5463 (PC-disable-wildcards): Variable deleted. | |
5464 (partial-completion-mode): Don't enable the wildcard feature. | |
5465 | |
5466 * complete.el (PC-look-for-include-file): Don't set global variables | |
5467 `error', `buf' and `filename' here. | |
5468 | |
5469 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker. | |
5470 | |
5471 1999-04-26 John Wiegley <johnw@oneworld.new-era.com> | |
5472 | |
5473 * textmodes/outline.el (outline-regexp): Doc fix. | |
5474 | |
5475 1999-04-26 John Wiegley <johnw@borland.com> | |
5476 | |
5477 * progmodes/compile.el (compilation-error-regexp-alist): Recognize | |
5478 C++Builder 4.0 error message syntax. | |
5479 | |
5480 1999-04-26 Mark Diekhans <markd@Grizzly.COM> | |
5481 | |
5482 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't | |
5483 supported, use find -exec. | |
5484 | |
5485 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
5486 | |
5487 * textmodes/texinfmt.el (texinfo-format-buffer): Bind | |
5488 coding-system-for-write, to avoid hanging when non-interactive. | |
5489 | |
5490 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5491 | |
5492 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to | |
5493 start with a newline. | |
5494 | |
5495 1999-04-13 Ken'ichi Handa <handa@gnu.org> | |
5496 | |
5497 * international/mule-conf.el (x-ctext): New coding system. | |
5498 | |
5499 1999-04-12 Richard M. Stallman <rms@gnu.org> | |
5500 | |
5501 * international/mule-cmds.el (input-method-function): | |
5502 Add permanent-local property. | |
5503 | |
5504 1999-04-12 Dave Love <fx@gnu.org> | |
5505 | |
5506 * jka-compr.el (jka-compr-insert-file-contents): Fix previous | |
5507 change to use jka-compr-byte-compiler-base-file-name. | |
5508 | |
5509 * supercite.el (sc-scan-info-alist): Revert last change. | |
5510 (sc-attrib-selection-list): Fix :type here instead. | |
5511 | |
5512 1999-04-11 Eli Zaretskii <eliz@gnu.org> | |
5513 | |
5514 * international/mule.el (auto-coding-alist-lookup): Include ms-dos | |
5515 in the list of case-insensitive filesystems. | |
5516 | |
5517 1999-04-09 Kenichi Handa <handa@etl.go.jp> | |
5518 | |
5519 * international/fontset.el (create-fontset-from-fontset-spec): | |
5520 Don't register duplicated alias fontset names. | |
5521 | |
5522 1999-04-08 Richard Stallman <rms@gnu.org> | |
5523 | |
5524 * international/mule.el (auto-coding-alist-lookup): New function. | |
5525 (set-auto-coding): Use auto-coding-alist-lookup. | |
5526 | |
5527 * jka-compr.el (jka-compr-insert-file-contents): | |
5528 Use auto-coding-alist-lookup to check for files that | |
5529 should not have eol conversion, in the unibyte case. | |
5530 | |
5531 1999-04-07 Dave Love <fx@gnu.org> | |
5532 | |
5533 * help.el (describe-variable): Check custom-loads property as well | |
5534 as custom-type. | |
5535 | |
5536 * abbrev.el (abbrev-mode): Customizing sets the default value. | |
5537 | |
5538 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
5539 | |
5540 * vc.el (vc-backend-revert): For CVS files that were made | |
5541 writeable with "cvs edit", call "cvs unedit" to undo that. | |
5542 | |
5543 1999-04-08 Dave Love <fx@gnu.org> | |
5544 | |
5545 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type | |
5546 more. | |
5547 (sc-emacs-features): Recognize Emacs 20. | |
5548 (sc-read-string): Use history arg. | |
5549 (sc-scan-info-alist): Check for rtnvalue a cons. | |
5550 | |
5551 1999-04-08 Kenichi HANDA <handa@etl.go.jp> | |
5552 | |
5553 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a | |
5554 coding system to encode the message by | |
5555 select-message-coding-system. | |
5556 | |
5557 1999-04-07 Richard Stallman <rms@gnu.org> | |
5558 | |
5559 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition. | |
5560 | |
5561 * winner.el: Reorder definitions. | |
5562 | |
5563 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs. | |
5564 | |
5565 * mail/rmail.el (rmail-decode-babyl-format): | |
5566 Undo previous change. | |
5567 | |
5568 1999-04-06 Richard Stallman <rms@gnu.org> | |
5569 | |
5570 * info.el (Info-find-node): Check for an anchor at the | |
5571 proper place, before reading an indirect file. | |
5572 | |
5573 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL. | |
5574 | |
5575 * jka-compr.el (jka-compr-insert-file-contents): | |
5576 Use raw-text-unix when we want no conversion. | |
5577 | |
5578 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr> | |
5579 | |
5580 * timezone.el (timezone-parse-date): Corrected regexp for | |
5581 style (5) date format so that tenths of seconds are optional. | |
5582 | |
5583 1999-04-05 Eli Zaretskii <eliz@gnu.org> | |
5584 | |
5585 * term/internal.el (dos-cpNNN-setup): New function, with the guts | |
5586 of dos-codepage-setup. | |
5587 (cjk-codepages-alist): New variable, an alist of Far-Eastern | |
5588 codepages for which there's no need to set up cpNNN coding | |
5589 systems. | |
5590 (dos-codepage-setup): Support Far-Eastern DOS terminals. | |
5591 | |
5592 1999-04-05 Richard Stallman <rms@gnu.org> | |
5593 | |
5594 * mail/rmail.el (rmail-ignored-headers): Doc fix. | |
5595 | |
5596 1999-04-02 Richard Stallman <rms@gnu.org> | |
5597 | |
5598 * progmodes/compile.el (compilation-handle-exit): Do right thing | |
5599 if (car status) doesn't end in a newline. | |
5600 | |
5601 1999-04-01 Dave Love <fx@gnu.org> | |
5602 | |
5603 * progmodes/sql.el (SQL): Add defgroup :version. | |
5604 | |
5605 1999-03-31 Richard M. Stallman <rms@gnu.org> | |
5606 | |
5607 * emacs-lisp/bytecomp.el (byte-compile-file): Clear | |
5608 buffer-file-coding-system. If the coding system used is raw-text, | |
5609 etc., make the *Compiler Input* buffer unibyte. | |
5610 | |
5611 * international/mule.el (find-new-buffer-file-coding-system): Doc fix. | |
5612 | |
5613 * loadup.el: Don't write the fns-...el file if not dumping. | |
5614 | |
5615 1999-03-31 Dave Love <fx@gnu.org> | |
5616 | |
5617 * snmp-mode.el (snmp): Fix defgroup :version. | |
5618 | |
5619 * hilit-chg.el (highlight-changes): Add defgroup :version. | |
5620 | |
5621 1999-03-31 Andreas Schwab <schwab@gnu.org> | |
5622 | |
5623 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after | |
5624 the gnus-save-hidden-threads macro. | |
5625 | |
5626 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk> | |
5627 | |
5628 * faces.el (face-set-after-frame-default): Obey the | |
5629 `customized-face' for new faces. | |
5630 | |
5631 1999-03-30 Dave Love <fx@gnu.org> | |
5632 | |
5633 * international/mule-cmds.el (current-language-environment): Doc fix. | |
5634 * abbrev.el (abbrev-mode): Doc fix. | |
5635 * autoinsert.el (auto-insert-mode): Doc fix. | |
5636 * complete.el (partial-completion-mode): Doc fix. | |
5637 * avoid.el (mouse-avoidance-mode): Doc fix. | |
5638 * delsel.el (delete-selection-mode): Doc fix. | |
5639 * font-lock.el (global-font-lock-mode): Doc fix. | |
5640 * help.el (temp-buffer-resize-mode): Doc fix. | |
5641 * hscroll.el (hscroll-global-mode): Doc fix. | |
5642 * icomplete.el (icomplete-mode): Doc fix. | |
5643 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
5644 * paren.el (show-paren-mode): Doc fix. | |
5645 * rsz-mini.el (resize-minibuffer-mode): Doc fix. | |
5646 * time.el (display-time-mode): Doc fix. | |
5647 * type-break.el (type-break-mode): Doc fix. | |
5648 * which-func.el (which-func-mode-global): Doc fix. | |
5649 * winner.el (winner-mode): Doc fix. | |
5650 | |
5651 1999-03-30 Michael Ernst <mernst@alum.mit.edu> | |
5652 | |
5653 * wid-edit.el (widget-before-change): Signal text-read-only rather | |
5654 than an ordinary error. | |
5655 | |
5656 1999-03-30 Richard M. Stallman <rms@gnu.org> | |
5657 | |
5658 * repeat.el: Don't require advice. | |
5659 (repeat): Do function-indirection in check for kbd macro. | |
5660 In self-insert case, use the *last* char in INSERTION. | |
5661 | |
5662 1999-03-30 Karl Heuer <kwzh@gnu.org> | |
5663 | |
5664 * progmodes/cc-cmds.el (c-indent-command): Doc fix. | |
5665 | |
5666 1999-03-29 Andreas Schwab <schwab@gnu.org> | |
5667 | |
5668 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for | |
5669 comint-input-filter-functions. Make variables related to shell | |
5670 directory tracking local. | |
5671 | |
5672 1999-03-26 Andreas Schwab <schwab@gnu.org> | |
5673 | |
5674 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable. | |
5675 | |
5676 * simple.el (shell-command-on-region): Cope with exit-status being | |
5677 nil, which happens if call-process-region was interrupted. | |
5678 | |
5679 1999-03-26 Richard M. Stallman <rms@gnu.org> | |
5680 | |
5681 * simple.el (indent-new-comment-line): Handle use at a point | |
5682 after a comment-end. Handle multiple comments. | |
5683 | |
5684 * mail/rmail.el (rmail-decode-babyl-format): | |
5685 To prevent locking, bind buffer-file-name to nil. | |
5686 | |
5687 1999-03-26 Karl Fogel <kfogel@red-bean.com> | |
5688 | |
5689 * mail-hist.el (mail-hist-current-header-name): Don't make | |
5690 off-by-one-error when determining if in message body. | |
5691 | |
5692 1999-03-25 Andrew Innes <andrewi@gnu.org> | |
5693 | |
5694 * w32-fns.el (set-default-process-coding-system): Copied from | |
5695 dos-w32.el, but modified to use Unix line endings for process | |
5696 input, and to add a suitable entry to process-coding-system-alist | |
5697 for DOS shells. | |
5698 | |
5699 * dos-fns.el (set-default-process-coding-system): Copied from | |
5700 dos-w32.el. | |
5701 | |
5702 * dos-w32.el (set-default-process-coding-system): Move function to | |
5703 dos-fns.el; a different version is used in w32-fns.el. | |
5704 | |
5705 1999-03-24 Dave Love <fx@gnu.org> | |
5706 | |
5707 * info.el (Info-directory-list): Revert change to re-writing | |
5708 Info-default-directory-list, but put `alternative' first. | |
5709 (Info-insert-dir): Modify selecting the top dir file as a consequence. | |
5710 | |
5711 1999-03-23 Simon Marshall <simon@gnu.org> | |
5712 | |
5713 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is | |
5714 on the line by itself. | |
5715 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if | |
5716 it is not in a declarative context. | |
5717 | |
5718 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk> | |
5719 | |
5720 * cus-edit.el (custom-variable-prompt): Allow customization of | |
5721 autoloaded symbols. | |
5722 | |
5723 1999-03-22 Kenichi HANDA <handa@etl.go.jp> | |
5724 | |
5725 * simple.el (what-cursor-position): Don't cause error when point | |
5726 is at invalid multibyte sequence. | |
5727 | |
5728 1999-03-21 Karl Heuer <kwzh@gnu.org> | |
5729 | |
5730 * complete.el (partial-completion-mode): Doc fix. | |
5731 | |
5732 1999-03-19 Richard M. Stallman <rms@gnu.org> | |
5733 | |
5734 * progmodes/cplus-md.el (old-c++): Remove :group. | |
5735 | |
5736 * progmodes/c-mode.el (old-c): Remove :group. | |
5737 | |
5738 1999-03-18 Simon Marshall <simon@gnu.org> | |
5739 | |
5740 * font-lock.el (c-font-lock-keywords-2): Added "complex" type. | |
5741 (java-font-lock-keywords-2): Added "strictfp" keyword. | |
5742 | |
5743 1999-03-17 Jason Rumney <jasonr@altavista.net> | |
5744 | |
5745 * w32-fns.el (set-w32-system-coding-system) New function. | |
5746 (w32-system-coding-system) Initialize to 'iso-latin-1. | |
5747 | |
5748 1999-03-17 Eli Zaretskii <eliz@gnu.org> | |
5749 | |
5750 * international/mule-cmds.el (set-language-environment): Fix | |
5751 previous change: don't use dos-codepage when unbound. | |
5752 | |
5753 1999-03-17 Karl Heuer <kwzh@gnu.org> | |
5754 | |
5755 * calendar/appt.el (appt-make-list): Fix previous change. | |
5756 | |
5757 1999-03-16 Richard M. Stallman <rms@gnu.org> | |
5758 | |
5759 * window.el (shrink-window-if-larger-than-buffer): | |
5760 Don't try to redisplay with the cursor at the end | |
5761 on its own line--that would force a scroll and spoil things. | |
5762 | |
5763 1999-03-16 Eli Zaretskii <eliz@gnu.org> | |
5764 | |
5765 * international/mule-cmds.el (set-language-environment): Don't use | |
5766 cpNNN-nonascii-translation-table if it is unbound. | |
5767 | |
5768 * term/internal.el (dos-codepage-setup): Compute the unibyte | |
5769 syntax table and bind unibyte-display-via-language-environment | |
5770 here, rather than at top level, so that resetting to unibyte in | |
5771 .emacs works as expected. | |
5772 | |
5773 1999-03-15 Simon Marshall <simon@gnu.org> | |
5774 | |
5775 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword. | |
5776 | |
5777 1999-03-14 Milan Zamazal <pdm@pvt.net> | |
5778 | |
5779 * abbrev.el (inverse-add-abbrev): Inherit the current input method. | |
5780 | |
5781 1999-03-14 Kenichi Handa <handa@etl.go.jp> | |
5782 | |
5783 * international/mule-util.el (detect-coding-with-priority): | |
5784 Restore the internal database. | |
5785 | |
5786 1999-03-14 Stephen Eglen <stephen@gnu.org> | |
5787 | |
5788 * mail/sendmail.el (sendmail-send-it): Fix typo in error string | |
5789 if mail-from-style has invalid value. | |
5790 | |
5791 1999-03-12 Karl Heuer <kwzh@gnu.org> | |
5792 | |
5793 * vc.el (vc-delete-logbuf-window): New var. | |
5794 (vc-finish-logentry): Use it. | |
5795 | |
5796 1999-03-12 Richard M. Stallman <rms@gnu.org> | |
5797 | |
5798 * startup.el (command-line-1): Improve startup msg. | |
5799 | |
5800 1999-03-12 Eric M. Ludlam <zappo@ultranet.com> | |
5801 | |
5802 * speedbar.el: Added commentary about stealthy functions. | |
5803 (speedbar-message) new function. | |
5804 (speedbar-y-or-n-p): New function | |
5805 (speedbar-with-attached-buffer) Moved macro before reference. | |
5806 Now uses `save-selected-window'. | |
5807 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh, | |
5808 speedbar-generic-item-info, speedbar-item-info-file-helper, | |
5809 speedbar-item-delete, speedbar-insert-generic-list, | |
5810 speedbar-timer-fn, speedbar-check-vc-this-line, | |
5811 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags, | |
5812 speedbar-buffers-item-info) Use speedbar-message. | |
5813 (speedbar-item-info) Limit `message-log-max'. | |
5814 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename, | |
5815 speedbar-item-delete, speedbar-item-object-delete, | |
5816 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p. | |
5817 | |
5818 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp> | |
5819 | |
5820 * server.el (server-start): Set coding system for the server | |
5821 process to raw-text. | |
5822 (server-process-filter): Decode file names if necessary. | |
5823 | |
5824 1999-03-12 Dave Love <fx@gnu.org> | |
5825 | |
5826 * textmodes/fill.el (sentence-end-double-space): Doc fix. | |
5827 | |
5828 * textmodes/paragraphs.el (sentence-end): Doc fix. | |
5829 | |
5830 1999-03-11 Karl Heuer <kwzh@gnu.org> | |
5831 | |
5832 * comint.el (comint-password-prompt-regexp): Accept "login password:" | |
5833 | |
5834 1999-03-09 Karl Heuer <kwzh@gnu.org> | |
5835 | |
5836 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line. | |
5837 (ispell-dictionary-alist-2): Likewise. | |
5838 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars. | |
5839 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars. | |
5840 (ispell-dictionary-alist): Build from six pieces, not just two. | |
5841 | |
5842 * ps-bdf.el (bdf-directory-list): Doc fix. | |
5843 | |
5844 * enriched.el (enriched-mode): Make var permanent-local. | |
5845 | |
5846 1999-03-09 Dave Love <fx@gnu.org> | |
5847 | |
5848 * textmodes/sgml-mode.el (html-mode): Use | |
5849 sentence-end-double-space when setting sentence-end. | |
5850 | |
5851 1999-03-09 Ken'ichi Handa <handa@gnu.org> | |
5852 | |
5853 * language/thai.el (tis-620): New alias coding system for thai-tis620. | |
5854 | |
5855 1999-03-08 Felix Lee <flee@cygnus.com> | |
5856 | |
5857 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook. | |
5858 | |
5859 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok. | |
5860 | |
5861 1999-03-08 Karl Heuer <kwzh@gnu.org> | |
5862 | |
5863 * dired-aux.el (dired-do-copy-regexp): Doc fix. | |
5864 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
5865 | |
5866 * dired.el (dired-do-copy-regexp): Doc fix. | |
5867 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
5868 | |
5869 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com> | |
5870 | |
5871 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp. | |
5872 | |
5873 1999-03-08 Jason Rumney <jasonr@altavista.net> | |
5874 | |
5875 * international/codepage.el (cp1250-decode-table) | |
5876 (cp1251-decode-table, cp1253-decode-table) | |
5877 (cp1257-decode-table): New translation tables for MS Windows codepages. | |
5878 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages. | |
5879 | |
5880 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
5881 | |
5882 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly. | |
5883 | |
5884 1999-03-07 Eli Zaretskii <eliz@gnu.org> | |
5885 | |
5886 * ps-bdf.el (bdf-directory-list): Different value for ms-dos. | |
5887 | |
5888 * term/internal.el (top level): Display character 255 as 8bit as well. | |
5889 | |
5890 1999-03-06 Dave Love <fx@gnu.org> | |
5891 | |
5892 * progmodes/cc-cmds.el (c-outline-level): Bind | |
5893 buffer-invisibility-spec. | |
5894 | |
5895 * progmodes/c-mode.el (c-outline-level): Likewise. | |
5896 | |
5897 * progmodes/ada-mode.el (ada-outline-level): Likewise. | |
5898 | |
5899 1999-03-05 Felix Lee <flee@cygnus.com> | |
5900 | |
5901 * textmodes/outline.el (outline-get-last-sibling): Doc fix. | |
5902 | |
5903 1999-03-05 Richard M. Stallman <rms@gnu.org> | |
5904 | |
5905 * bindings.el (complete-symbol): Invert meaning of prefix arg. | |
5906 | |
5907 1999-03-05 Andrew Innes <andrewi@gnu.org> | |
5908 | |
5909 * w32-fns.el (convert-standard-filename): Convert directory | |
5910 separators to Windows format. | |
5911 | |
5912 1999-03-05 Andreas Schwab <schwab@gnu.org> | |
5913 | |
5914 * international/skkdic-cnv.el: Provide skkdic-cnv. | |
5915 (skkdic-convert): Emit code to require skkdic-cnv at compile time. | |
5916 (batch-skkdic-convert): Doc fix. | |
5917 | |
5918 1999-03-04 Dave Love <fx@gnu.org> | |
5919 | |
5920 * custom.el (custom-set-variables): Protect against setter errors. | |
5921 | |
5922 1999-03-04 Eli Zaretskii <eliz@gnu.org> | |
5923 | |
5924 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of | |
5925 the file sizes from overflowing. | |
5926 (ls-lisp-format): If file size is a float, use %8.0f to print it. | |
5927 Under -s, print the size in blocks with %4.0f, in case they have | |
5928 a *really* huge file. | |
5929 | |
5930 1999-03-03 Dave Love <fx@gnu.org> | |
5931 | |
5932 * options.el (edit-options): Doc fix. | |
5933 (list-options): Don't lose with unbound symbols. Maintain | |
5934 Edit-options-mode. | |
5935 | |
5936 1999-03-01 Dave Love <fx@gnu.org> | |
5937 | |
5938 * mail/supercite.el (sc-attrib-selection-list): Fix custom type. | |
5939 | |
5940 1999-02-28 Richard M. Stallman <rms@gnu.org> | |
5941 | |
5942 * ispell.el (ispell-dictionary-alist-override): New variable. | |
5943 (ispell-dictionary-alist): Don't setq it, | |
5944 if ispell-dictionary-alist-override is set. | |
5945 | |
5946 * simple.el (shell-command-default-error-buffer): Renamed from | |
5947 shell-command-on-region-default-error-buffer. | |
5948 (shell-command-on-region): Mention in echo area when there | |
5949 is some error output. Mention success or failure, too. | |
5950 Accumulate multiple error outputs | |
5951 going forward, with formfeed in between. Display the error buffer | |
5952 when we have put something in it. | |
5953 (shell-command): Add the ERROR-BUFFER argument feature. | |
5954 | |
5955 1999-02-28 Karl Heuer <kwzh@gnu.org> | |
5956 | |
5957 * mail/mh-utils.el (mh-lib): Doc fix. | |
5958 (mh-lib-progs, mh-nmh-p): New vars. | |
5959 (mh-find-progs): Set mh-lib-progs along with other vars. | |
5960 (mh-path-search): New arg FUNC-P; if specified, use that instead | |
5961 of mh-file-command-p. | |
5962 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs. | |
5963 | |
5964 * mail/mh-comp.el (mh-repl-formfile): New var. | |
5965 (mh-smail-batch): Don't ignore all arguments. | |
5966 (mh-reply): Do the right thing when using nmh. | |
5967 | |
5968 1999-02-27 Kenichi Handa <handa@etl.go.jp> | |
5969 | |
5970 * international/mule-cmds.el (select-safe-coding-system): Be sure | |
5971 to show a buffer being decoded. | |
5972 | |
5973 1999-02-26 Ken'ichi Handa <handa@gnu.org> | |
5974 | |
5975 * ps-bdf.el (bdf-directory-list): Initialize it to | |
5976 '("/usr/local/share/emacs/fonts/bdf"). | |
5977 | |
5978 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
5979 | |
5980 * ps-print.el: PostScript programming fix. | |
5981 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use | |
5982 setpagedevice operator). | |
5983 | |
5984 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
5985 | |
5986 * ps-print.el: Doc fix, font size specifies landscape and portrait | |
5987 sizes. | |
5988 (ps-print-version): New version number (4.1.4). | |
5989 (ps-font-size, ps-header-font-size, ps-header-title-font-size): | |
5990 Specifies landscape and portrait sizes. | |
5991 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages) | |
5992 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun | |
5993 fix. | |
5994 (ps-get-font-size): New fun. | |
5995 (ps-font-size-internal, ps-header-font-size-internal) | |
5996 (ps-header-title-font-size-internal): New vars. | |
5997 | |
5998 * ps-mule.el: Change of ps-print font size variable name. | |
5999 (ps-mule-generate-font): Fun fix. | |
6000 (ps-mule-begin-job): Programming uniformization. | |
6001 | |
6002 1999-02-25 Dave Love <fx@gnu.org> | |
6003 | |
6004 * help.el (help-xref-info-regexp): Allow linebreaks and capital. | |
6005 (help-make-xrefs): Do Info case first. | |
6006 | |
6007 * repeat.el: Don't require advice. | |
6008 (repeat-last-kill-command): Variable deleted. | |
6009 | |
6010 1999-02-25 Richard Stallman <rms@gnu.org> | |
6011 | |
6012 * simple.el (shell-command-on-region): Don't go into the REPLACE = t | |
6013 case just because the current buffer is the output buffer. | |
6014 | |
6015 1999-02-25 Kenichi Handa <handa@etl.go.jp> | |
6016 | |
6017 * simple.el (what-cursor-position): To show the character's | |
6018 encoding, use encoded-string-description instead of information | |
6019 of chaset-origin-alist. | |
6020 | |
6021 * international/mule-cmds.el (iso-2022-control-alist): New variable. | |
6022 (encoded-code-description): New function. | |
6023 (encoded-string-description): New function. | |
6024 (encode-coding-char): New function. | |
6025 | |
6026 1999-02-25 Andrew Innes <andrewi@gnu.org> | |
6027 | |
6028 * startup.el (command-line) [windows-nt]: Fix typo in regexp | |
6029 checking for .emacs[.el[c]]. | |
6030 | |
6031 1999-02-24 Richard Stallman <rms@gnu.org> | |
6032 | |
6033 * help.el (describe-function-1): Don't print a whole lambda-function. | |
6034 | |
6035 1999-02-23 Ken'ichi Handa <handa@gnu.org> | |
6036 | |
6037 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow | |
6038 inputting ?\240. | |
6039 | |
6040 1999-02-23 Karl Heuer <kwzh@gnu.org> | |
6041 | |
6042 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst. | |
6043 | |
6044 * midnight.el (clean-buffer-list-kill-regexps): Doc fix. | |
6045 (clean-buffer-list-kill-buffer-names): Doc fix. | |
6046 | |
6047 * gud.el (gud-jdb-massage-args): Spelling fix. | |
6048 | |
6049 1999-02-23 Richard M. Stallman <rms@gnu.org> | |
6050 | |
6051 * subr.el (with-temp-message): Use %s so % in old msg won't fool us. | |
6052 | |
6053 1999-02-22 Eli Zaretskii <eliz@gnu.org> | |
6054 | |
6055 * arc-mode.el (archive-set-buffer-as-visiting-file): Save | |
6056 excursion while calling set-auto-coding-function. | |
6057 | |
6058 * play/handwrite.el (handwrite): Require ps-print, and use | |
6059 ps-printer-name and ps-lpr-command. Call ps-print-region-function | |
6060 if it's defined, instead of forking ps-lpr-command unconditionally. | |
6061 | |
6062 1999-02-22 Kenichi Handa <handa@etl.go.jp> | |
6063 | |
6064 * international/codepage.el (cp-coding-system-for-codepage-1): Put | |
6065 charset-origin-alist property to a coding system for the codepage. | |
6066 | |
6067 * international/mule.el: Modify comment for charset-origin-alist | |
6068 property of a coding system. | |
6069 | |
6070 * simple.el (what-cursor-position): charset-origin-alist property | |
6071 of a coding system may be a translation table or a symbol of which | |
6072 `translation-table' property is a translation table. | |
6073 | |
6074 1999-02-21 Richard Stallman <rms@gnu.org> | |
6075 | |
6076 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body | |
6077 to the "html" template. | |
6078 | |
6079 1999-02-21 Peter Breton <pbreton@ne.mediaone.net> | |
6080 | |
6081 * dirtrack.el (dirtrack): Added docstring. Now returns input. | |
6082 | |
6083 1999-02-18 Peter Breton <pbreton@ne.mediaone.net> | |
6084 | |
6085 * dirtrack.el (dirtrack): Check for the prompt in the input string | |
6086 instead of the buffer. | |
6087 | |
6088 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch> | |
6089 | |
6090 * sql.el: Set version to 1.4.1. Changed mail address to | |
6091 alex@gnu.org. Mention the mailing list sql.el@gnu.org. | |
6092 (sql-input-ring-separator): Doc fix. | |
6093 (sql-mode-syntax-table): double-dash starts comments is defined as | |
6094 ". 56" instead of ". 12b" for XEmacs. | |
6095 (sql-stop, sql-interactive-mode): Doc fixes. | |
6096 (sql-postgres): Queries for database and server, not just one. | |
6097 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted. | |
6098 | |
6099 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is | |
6100 changed. This is needed for master.el to work. | |
6101 (sql-set-sqli-buffer): Use the new hook. | |
6102 | |
6103 * sql.el (sql-make-alternate-buffer-name): Function that sets | |
6104 sql-alternate-buffer-name. | |
6105 (sql-alternate-buffer-name): Possible name of SQLi buffers. | |
6106 (sql-interactive-mode): Set sql-alternate-buffer-name. | |
6107 (sql-rename-buffer): New command. | |
6108 (sql-interactive-mode-menu): Menu for SQLi buffers. | |
6109 | |
6110 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator | |
6111 and sql-input-ring-file-name are used to temporarily set | |
6112 comint-input-ring-file-name and comint-input-ring-separator when | |
6113 reading and writing input history files. | |
6114 | |
6115 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name. | |
6116 (sql-input-ring-file-name): New variable with customization. | |
6117 (sql-input-ring-separator): New variable with customization. | |
6118 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer. | |
6119 Callers changed. | |
6120 (sql-show-sqli-buffer): The message for "sql-buffer is not set" | |
6121 now includes the name of the current buffer. | |
6122 | |
6123 (sql-mode): Set paragraph-separate and paragraph-start so that | |
6124 sql-send-paragraph sends the entire SQL statements, even if it | |
6125 contains indented lines. | |
6126 | |
6127 1999-02-18 Dave Love <fx@gnu.org> | |
6128 | |
6129 * format.el (format-encode-run-method, format-decode-run-method): | |
6130 Fix previous change. | |
6131 | |
6132 1999-02-18 Ken'ichi Handa <handa@gnu.org> | |
6133 | |
6134 * international/mule.el (coding-system-list): Moved here from | |
6135 mule-util.el to avoid autoloading mule-util by the call of | |
6136 select-safe-coding-system. | |
6137 | |
6138 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
6139 | |
6140 * simple.el (turn-on-auto-fill): Mark it as an option for | |
6141 `text-mode-hook'. | |
6142 | |
6143 1999-02-17 Richard Stallman <rms@gnu.org> | |
6144 | |
6145 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
6146 Don't crash if (current-local-map) is nil. | |
6147 | |
6148 1999-02-17 Peter Breton <pbreton@ne.mediaone.net> | |
6149 | |
6150 * filecache.el (file-cache-filter-regexps): Added .class. | |
6151 | |
6152 1999-02-17 Ken'ichi Handa <handa@gnu.org> | |
6153 | |
6154 * international/mule-util.el (decompose-region): Use | |
6155 insert-buffer-substring instead of insert-buffer to avoid putting | |
6156 mark. | |
6157 | |
6158 1999-02-17 Andreas Schwab <schwab@gnu.org> | |
6159 | |
6160 * calendar/cal-move.el (scroll-calendar-left): Don't set | |
6161 displayed-month and displayed-year here, let generate-calendar do | |
6162 it, after range checking. | |
6163 | |
6164 1999-02-17 Simon Marshall <simon@gnu.org> | |
6165 | |
6166 * progmodes/cc-engine.el (c-at-toplevel-p): New function. | |
6167 | |
6168 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish | |
6169 correctly between an object declared via a constructor and a method. | |
6170 (font-lock-defaults-alist): Don't give `.' word syntax for Java. | |
6171 (java-font-lock-keywords-1): Fontify package names individually. | |
6172 (java-font-lock-extra-types): Ensure regexp matches capitalised only. | |
6173 (java-font-lock-keywords-2): Simplify type fontification. | |
6174 (java-font-lock-keywords-3): Likewise. | |
6175 | |
6176 1999-02-17 Kenichi Handa <handa@etl.go.jp> | |
6177 | |
6178 * language/japanese.el (iso-2022-jp-2): New coding system. | |
6179 ("Japanese"): Put iso-2022-jp-2 in coding-priority property. | |
6180 | |
6181 1999-02-16 Dave Love <fx@gnu.org> | |
6182 | |
6183 * help.el (describe-function-1): Accept non-symbols. | |
6184 | |
6185 1999-02-16 Paul Eggert <eggert@twinsun.com> | |
6186 | |
6187 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we | |
6188 find the last match if there are multiple matches. | |
6189 | |
6190 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6191 | |
6192 * tex-mode.el (tex-run-command, latex-run-command) | |
6193 (slitex-run-command, tex-command): Doc changes. | |
6194 (tex-start-options-string): Autoload it. Doc change. Provide | |
6195 a menu for customization. Allow nil. Quote backslashes only once. | |
6196 (tex-start-tex): Handle nil value of tex-start-options-string | |
6197 and apply shell-quote-argument to it. | |
6198 | |
6199 1999-02-16 Eli Zaretskii <eliz@gnu.org> | |
6200 | |
6201 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round | |
6202 the size in blocks, since it can be a float. | |
6203 (ls-lisp-format): Likewise | |
6204 | |
6205 1999-02-16 Ken'ichi Handa <handa@gnu.org> | |
6206 | |
6207 * language/japanese.el (japanese-shift-jis): Add | |
6208 charset-origin-alist property. | |
6209 | |
6210 1999-02-15 Richard Stallman <rms@gnu.org> | |
6211 | |
6212 * progmodes/compile.el (compile-internal): Use save-selected-window. | |
6213 | |
6214 * subr.el (momentary-string-display): Bind inhibit-read-only. | |
6215 | |
6216 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line. | |
6217 | |
6218 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il> | |
6219 | |
6220 * mail/rmail.el (rmail-show-message): If an unseen message has a | |
6221 Summary-line in its header, get past one more line before looking | |
6222 for the X-Coding-System header. | |
6223 | |
6224 1999-02-15 Geoff Voelker <voelker@cs.washington.edu> | |
6225 | |
6226 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files | |
6227 explicitly to accomodate Windows 9X lack of a useful copy program. | |
6228 | |
6229 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk> | |
6230 | |
6231 * wid-edit.el (widget-choice-value-create): Use `equal' | |
6232 instead of `eq'. | |
6233 | |
6234 1999-02-14 Richard Stallman <rms@gnu.org> | |
6235 | |
6236 * international/iso-transl.el: | |
6237 (iso-transl-ae): Renamed from iso-transl-e-slash. | |
6238 (iso-transl-a-ring): Renamed from iso-transl-a-slash. | |
6239 (iso-transl-AE): Renamed from iso-transl-E-slash. | |
6240 (iso-transl-A-ring): Renamed from iso-transl-A-slash. | |
6241 (iso-transl-char-map): Related changes. | |
6242 | |
6243 * format.el (format-replace-strings): Fix value of TO in REVERSE case. | |
6244 | |
6245 1999-02-13 Richard Stallman <rms@gnu.org> | |
6246 | |
6247 * textmodes/texinfmt.el (texinfo-alias): New function. | |
6248 (texinfo-fold-nodename-case): Add defvar. | |
6249 (texinfo-format-node): Do case folding if specified. | |
6250 | |
6251 * ffap.el (ffap-file-at-point): Test local file names | |
6252 immediately. Strip off line numbers. | |
6253 | |
6254 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch> | |
6255 | |
6256 * sql.el: Set version to 1.3.2 | |
6257 (sql-solid-program): Added support for solid. | |
6258 (sql-help): Doc mentions sql-solid. | |
6259 (sql-solid): Entry function for Solid. | |
6260 (sql-buffer): Doc explains the use of the variable and how to | |
6261 change it. | |
6262 (sql-mode-menu): Included entries for sql-show-sqli-buffer and | |
6263 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are | |
6264 disabled if sql-buffer doesn't have a process; sql-send-paragraph | |
6265 is new. | |
6266 (sql-show-sqli-buffer): New function to display the value of | |
6267 sql-buffer. | |
6268 (sql-change-sqli-buffer): New function to change sql-buffer. | |
6269 (sql-mode): Doc explains how to change sql-buffer. | |
6270 (sql-send-paragraph): New function to send a paragraph. | |
6271 (sql-mode-map): Added keybinding for sql-send-paragraph. | |
6272 (sql-mysql): Doc corrected. | |
6273 (sql-ms): Doc corrected. | |
6274 | |
6275 * sql.el (sql-server): Doc fix. | |
6276 (sql-mysql): Added the use of sql-server to specify the host, | |
6277 sql-database now specifies database instead of host. | |
6278 (sql-mode-menu): Send... menu items are only active if sql-buffer | |
6279 is non-nil. | |
6280 (sql-help): Changed tag of entry functions a bit. | |
6281 | |
6282 * sql.el: Added keywords from `finder-by-keyword'. | |
6283 (sql-mode): Made sql-buffer a local variable, changed the | |
6284 documentation: removed instructions to add *.sql files to | |
6285 auto-mode-alist, added documentation for having mutliple SQL | |
6286 buffers sending their stuff to different SQLi buffers, each | |
6287 running a different process. | |
6288 (sql-postgres): Quoted *SQL* in doc string. | |
6289 (sql-ms): Likewise. | |
6290 (sql-ingres): Likewise. | |
6291 (sql-ingres): Quoted *SQL* in doc string, added references to | |
6292 sql-user and sql-password used during login. | |
6293 (sql-sybase): Quoted *SQL* in doc string, added comma. | |
6294 (sql-oracle): Likewise. | |
6295 (sql-interactive-mode): Added extensive documentation for having | |
6296 mutliple SQL buffers sending their stuff to different SQLi | |
6297 buffers, each running a different process. | |
6298 (sql-buffer): Changed doc from *SQL* to SQLi. | |
6299 (sql-get-login): Doc fix. | |
6300 | |
6301 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
6302 | |
6303 * international/mule-conf.el (undecided): Set ascii in | |
6304 safe-charsets property. | |
6305 | |
6306 1999-02-12 Richard Stallman <rms@gnu.org> | |
6307 | |
6308 * textmodes/paragraphs.el (paragraph-separate): Doc fix. | |
6309 | |
6310 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
6311 | |
6312 * ps-mule.el (ps-mule-font-info-database-default): Set the initial | |
6313 value to ps-mule-font-info-database-latin. | |
6314 | |
6315 1999-02-13 Kenichi HANDA <handa@etl.go.jp> | |
6316 | |
6317 * ps-mule.el (ps-multibyte-buffer): Doc-string modified. | |
6318 (ps-mule-font-info-database-default): New variable. | |
6319 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use | |
6320 ps-mule-font-info-database-default. | |
6321 | |
6322 1999-02-12 Dave Love <fx@gnu.org> | |
6323 | |
6324 * timezone.el (timezone-make-date-sortable) | |
6325 (timezone-make-date-arpa-standard): Doc fix. | |
6326 | |
6327 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
6328 | |
6329 * international/quail.el (quail-show-kbd-layout): Bind | |
6330 blink-matching-paren to nil. | |
6331 | |
6332 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field | |
6333 for ASCII and Latin-1. | |
6334 | |
6335 1999-02-12 Andreas Schwab <schwab@gnu.org> | |
6336 | |
6337 * gud.el (jdb): Fix regexp for comint-prompt-regexp. | |
6338 | |
6339 1999-02-12 Kenichi Handa <handa@etl.go.jp> | |
6340 | |
6341 * international/mule-cmds.el (language-info-alist): Remove | |
6342 description about charset-origin-alist. | |
6343 | |
6344 * international/mule.el: Comment added for a new coding system | |
6345 property `charset-origin-alit'. | |
6346 (make-translation-table): This variable deleted. | |
6347 | |
6348 * language/chinese.el (chinese-big5): Add charset-origin-alist | |
6349 property. | |
6350 ("Chinese-CNS"): Remove charset-origin-alist property. | |
6351 | |
6352 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist | |
6353 property. | |
6354 (cyrillic-alternativnyj): Likewise. | |
6355 ("Cyrillic-KOI8"): Remove charset-origin-alist property. | |
6356 ("Cyrillic-ALT"): Likewise. | |
6357 | |
6358 * language/vietnamese.el (vietnamese-viqr): Add | |
6359 charset-origin-alist property. | |
6360 ("Vietnamese"): Remove charset-origin-alist property. | |
6361 | |
6362 * simple.el (what-cursor-position): Don't use the varialbe | |
6363 charset-origin-alist, but use charset-origin-alist property of | |
6364 buffer-file-coding-system to decide external character set code. | |
6365 | |
6366 1999-02-10 Richard Stallman <rms@gnu.org> | |
6367 | |
6368 * shadowfile.el: Don't turn on the mode when the file is loaded. | |
6369 | |
6370 1999-02-09 Richard Stallman <rms@gnu.org> | |
6371 | |
6372 * progmodes/compile.el (compile-auto-highlight): Customize. | |
6373 | |
6374 * add-log.el (add-log-file-name-function): New variable. | |
6375 (add-change-log-entry): Call that function, if non-nil. | |
6376 | |
6377 1999-02-09 Michael Ernst <mernst@alum.mit.edu> | |
6378 | |
6379 * rmail.el (rmail-search): Track match with a marker, not an integer. | |
6380 | |
6381 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6382 | |
6383 * progmodes/compile.el (compilation-setup): Set value of | |
6384 compilation-directory-stack as in compilation-forget-errors. | |
6385 (compile-reinitialize-errors): Bind buffer-undo-list and | |
6386 deactivate-mark. | |
6387 (compilation-forget-errors): Likewise. | |
6388 | |
6389 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com> | |
6390 | |
6391 * textmodes/texinfo.el (texinfo-environment-regexp): Add the | |
6392 def... constructs. | |
6393 | |
6394 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu): | |
6395 Remove calls to sleep-for. | |
6396 | |
6397 1999-02-08 Eli Zaretskii <eliz@gnu.org> | |
6398 | |
6399 * international/codepage.el (cp-coding-system-for-codepage-1): On | |
6400 MS-DOS, use dos-unsupported-char-glyph for characters not | |
6401 supported by the codepage. | |
6402 (cp-make-coding-systems-for-codepage): Likewise. | |
6403 | |
6404 1999-02-08 Andreas Schwab <schwab@gnu.org> | |
6405 | |
6406 * international/mule-util.el (coding-system-list): Don't sort | |
6407 coding-system-list here. | |
6408 | |
6409 * international/mule.el (coding-system-lessp): Moved here from | |
6410 mule-util.el | |
6411 (add-to-coding-system-list): New function. | |
6412 (make-subsidiary-coding-system, make-coding-system, | |
6413 define-coding-system-alias): Use it instead of setting | |
6414 coding-system-list directly. | |
6415 | |
6416 1999-02-07 Dave Love <fx@gnu.org> | |
6417 | |
6418 * calendar/appt.el (appt-make-list): Don't splice quotes and date | |
6419 onto message. | |
6420 | |
6421 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6422 | |
6423 * imenu.el (imenu--last-menubar-index-alist): Add doc. | |
6424 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist. | |
6425 | |
6426 1999-02-06 Richard Stallman <rms@gnu.org> | |
6427 | |
6428 * language/european.el (setup-slovenian-environment): New function. | |
6429 ("Slovenian"): New language environment. | |
6430 | |
6431 * progmodes/sql.el (sql-help): Doc fix. | |
6432 (sql-mysql): Doc fix. | |
6433 | |
6434 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6435 | |
6436 * tex-mode.el: When compiling, require compare-w and skeleton | |
6437 to pacify the byte-compiler. Move the def's of the tex-commands | |
6438 together. Add a comment on kill-process vs. quit-process. | |
6439 | |
6440 1999-02-05 Dave Love <fx@gnu.org> | |
6441 | |
6442 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with | |
6443 null markers. | |
6444 (compile-goto-error): Likewise. | |
6445 | |
39227
377e5f02169a
Update the email address of Stephen Gildea.
Eli Zaretskii <eliz@gnu.org>
parents:
38004
diff
changeset
|
6446 1999-02-05 Stephen Gildea <gildea@stop.mail-abuse.org> |
30729 | 6447 |
6448 * time-stamp.el (time-stamp-format): Format doc tighter. | |
6449 (time-stamp-line-limit): 0 searches the entire buffer (careful!). | |
6450 (time-stamp): Don't re-write the time stamp if it didn't change. | |
6451 | |
6452 1999-02-05 Alex Schroeder <asc@bsiag.com> | |
6453 | |
6454 * progmodes/sql.el: Changed version to 1.2.1. | |
6455 (sql-pop-to-buffer-after-send-region): Improved documentation. | |
6456 (sql-mysql-program): Added MySQL support. | |
6457 (sql-prompt-length): Made prompt-length configurable. | |
6458 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter. | |
6459 (sql-help): Added MySQL support, changed documentation. | |
6460 (sql-send-region): A message is displayed if something is sent. | |
6461 (sql-mode): Added buffer-local comment-start. | |
6462 (sql-interactive-mode): Use sql-prompt-length to set left-margin. | |
6463 (sql-interactive-mode): Added buffer-local comment-start. | |
6464 (sql-oracle): Set sql-prompt-length. | |
6465 (sql-sybase): Set sql-prompt-length. | |
6466 (sql-mysql): Added MySQL support. | |
6467 (sql-ingres): Set sql-prompt-length. | |
6468 (sql-ms): Set sql-prompt-length. | |
6469 (sql-postgres): Set sql-prompt-length. | |
6470 | |
6471 1999-02-04 Eli Zaretskii <eliz@gnu.org> | |
6472 | |
6473 * term/internal.el (dos-codepage-setup): Set selection coding | |
6474 system to cpNNN-dos. | |
6475 | |
6476 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6477 | |
6478 * international/characters.el: Let ethiopic use iso-2022-7bit. | |
6479 | |
6480 1999-02-02 Dave Love <fx@gnu.org> | |
6481 | |
6482 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here... | |
6483 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here. | |
6484 | |
6485 1999-02-02 Karl Heuer <kwzh@gnu.org> | |
6486 | |
6487 * terminal.el (terminal-emulator): Doc fix. | |
6488 | |
6489 1999-02-02 Ken'ichi Handa <handa@gnu.org> | |
6490 | |
6491 * international/mule-util.el (compose-chars): Doc-string | |
6492 modified. Correctly handle a composition character in ARGS. | |
6493 | |
6494 1999-02-01 Richard Stallman <rms@gnu.org> | |
6495 | |
6496 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var. | |
6497 (makefile-menu-index-function): Function deleted. | |
6498 (makefile-mode): Use makefile-imenu-generic-expression. | |
6499 | |
6500 1999-02-01 Geoff Voelker <voelker@cs.washington.edu> | |
6501 | |
6502 * term/w32-win.el (w32-create-initial-fontsets): Back out previous | |
6503 change, invoke from before-init-hook. | |
6504 | |
6505 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu> | |
6506 | |
6507 * subr.el (remove-from-invisibility-spec): Cope with the case when | |
6508 buffer-invisibility-spec is t. | |
6509 | |
6510 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu> | |
6511 | |
6512 * calendar/calendar.el (calendar-mode-map): Fix bindings for | |
6513 appt-add and appt-delete. | |
6514 | |
6515 1999-02-01 Eli Zaretskii <eliz@gnu.org> | |
6516 | |
6517 * term/pc-win.el (msdos-approximate-color): New function. | |
6518 (msdos-color-translate): Call it to find a DOS color that best | |
6519 approximates an X-style "#NNNNNN" color specification. | |
6520 | |
6521 1999-02-01 Ken'ichi Handa <handa@gnu.org> | |
6522 | |
6523 * international/mule-util.el (compose-chars-component): Add | |
6524 autoload cookie. | |
6525 | |
6526 1999-01-31 Ken'ichi Handa <handa@gnu.org> | |
6527 | |
6528 * international/quail.el (quail-lookup-key): If cdr of MAP is a | |
6529 function, replace cdr of MAP by the return value of the function | |
6530 unconditionally. | |
6531 | |
6532 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6533 | |
6534 * progmodes/compile.el (compilation-next-error-locus): Don't | |
6535 decrease argument FIND-AT-LEAST of compilation-next-error-locus. | |
6536 | |
6537 1999-01-31 Eli Zaretskii <eliz@gnu.org> | |
6538 | |
6539 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs | |
6540 and NLs before "charset", and allow the charset name be in double | |
6541 quotes. | |
6542 | |
6543 1999-01-31 Richard Stallman <rms@gnu.org> | |
6544 | |
6545 * imenu.el (imenu-sort-function): Fix custom type. | |
6546 | |
6547 1999-01-30 Richard Stallman <rms@gnu.org> | |
6548 | |
6549 * speedbar.el (speedbar-line-token): Match {...} instead of [...]. | |
6550 (speedbar-line-token): Likewise. | |
6551 | |
6552 * play/gametree.el (gametree-default-score): Use defcustom. | |
6553 (gametree-score-regexp, gametree-score-closer): Likewise. | |
6554 (gametree-score-manual-flag, gametree-score-opener): Likewise. | |
6555 | |
6556 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6557 | |
6558 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when | |
6559 decoding. | |
6560 | |
6561 1999-01-29 Markus Rost <rost@gnu.org> | |
6562 | |
6563 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by | |
6564 tex-validate-buffer. | |
6565 (plain-tex-mode, latex-mode, slitex-mode): Likewise. | |
6566 (tex-validate-buffer): Renamed from validate-tex-buffer. Works | |
6567 now with recent occur-mode. | |
6568 (tex-validate-region): Really walk through all Sexps. | |
6569 (tex-region): Bind shell-dirtrack-verbose. | |
6570 (tex-file, tex-bibtex-file): Likewise. | |
6571 | |
6572 1999-01-29 Dave Love <fx@gnu.org> | |
6573 | |
6574 * finder.el: (finder-commentary): Fix interactive spec. Try | |
6575 appending .el to file name. | |
6576 (finder-find-library, finder-commentary): Doc fixes. | |
6577 | |
6578 1999-01-29 Andrew Innes <andrewi@gnu.org> | |
6579 | |
6580 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes | |
6581 where the userid contains directory separators. | |
6582 | |
6583 1999-01-29 Dave Love <fx@gnu.org> | |
6584 | |
6585 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list. | |
6586 (lm-commentary): Doc fix. | |
6587 | |
6588 1999-01-29 Andreas Schwab <schwab@gnu.org> | |
6589 | |
6590 * files.el (file-expand-wildcards): Never consider `.' and `..' a | |
6591 wildcard match. Fix regexp that tests if dirpart contains | |
6592 wildcard characters. | |
6593 | |
6594 1999-01-28 Richard Stallman <rms@gnu.org> | |
6595 | |
6596 * font-lock.el (font-lock-default-unfontify-region): | |
6597 If not font-lock-syntactic-keywords, don't remove syntax-table prop. | |
6598 | |
6599 1999-01-27 Jason Rumney <jasonr@altavista.net> | |
6600 | |
6601 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard | |
6602 from FAMILY field. | |
6603 (w32-create-initial-fontsets): Do not use before-init-hook. | |
6604 (mouse-set-font): Document. Automatically create and use fontsets. | |
6605 | |
6606 * dos-w32.el (direct-print-region-helper): Check for printer | |
6607 being t as well as a string. | |
6608 | |
6609 1999-01-27 Kenichi Handa <handa@etl.go.jp> | |
6610 | |
6611 * mail/rmail.el (rmail-decode-mime-charset): New variable. | |
6612 (rmail-mime-charset-pattern): New variable. | |
6613 (rmail-convert-to-babyl-format): Decode by MIME-charset if | |
6614 rmail-decode-mime-charset is non-nil. | |
6615 | |
6616 1999-01-27 Ken'ichi Handa <handa@gnu.org> | |
6617 | |
6618 * international/characters.el: Set category `q' for all characters | |
6619 in tibetan and tibetan-1-column. | |
6620 | |
6621 1999-01-27 Andrew Innes <andrewi@gnu.org> | |
6622 | |
6623 * frame.el (select-frame-by-name): Obey focus-follows-mouse. | |
6624 (select-frame-by-name) [windows-nt]: Use w32-focus-frame. | |
6625 | |
6626 1999-01-27 Dave Love <fx@gnu.org> | |
6627 | |
6628 * international/mule-cmds.el (current-language-environment): | |
6629 Provide :link, :type (choices) and appropriate :get. | |
6630 | |
6631 1999-01-27 Eli Zaretskii <eliz@gnu.org> | |
6632 | |
6633 * startup.el (command-line): Set default eol-mnemonic-* strings to | |
6634 display end-of-line format in mode line. | |
6635 | |
6636 * cus-start.el (all): Add eol-mnemonic-* variables. | |
6637 | |
6638 1999-01-26 Dave Love <fx@gnu.org> | |
6639 | |
6640 * startup.el (command-line-1): Up-date copyright. | |
6641 | |
6642 * paths.el (Info-default-directory-list): Use configdir twice. | |
6643 | |
6644 * info.el (Info-directory-list): Don't set path-separator now | |
6645 we're not shipped with Texinfo. Simplify path definition. | |
6646 Substitute all occurrences of instdir in Info-default-directory-list. | |
6647 | |
6648 1999-01-25 Richard Stallman <rms@gnu.org> | |
6649 | |
6650 * startup.el (normal-top-level-add-subdirs-to-load-path): | |
6651 Record the inode numbers of the dirs processed, to avoid loop. | |
6652 | |
6653 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
6654 | |
6655 1999-01-25 Dave Love <fx@gnu.org> | |
6656 | |
6657 * browse-url.el (browse-url-netscape-program): Doc addition. | |
6658 | |
6659 * help.el (help-make-xrefs): Default info references to an `(emacs)' | |
6660 prefix. | |
6661 | |
6662 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see | |
6663 auto-mode-alist. | |
6664 | |
6665 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
6666 | |
6667 * calendar/diary-lib.el (mark-diary-entries): Use | |
6668 assoc-ignore-case and do not capitalize when matching month and | |
6669 day names. | |
6670 | |
6671 * calendar/calendar.el (calendar-read-date): Ditto. | |
6672 | |
6673 * calendar/cal-hebrew.el (calendar-goto-hebrew-date) | |
6674 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto. | |
6675 | |
6676 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto. | |
6677 | |
6678 * calendar/cal-french.el (calendar-goto-french-date): Ditto. | |
6679 | |
6680 * calendar/cal-islam.el (calendar-goto-islamic-date) | |
6681 (mark-islamic-diary-entries): Ditto. | |
6682 | |
6683 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto. | |
6684 | |
6685 * calendar/cal-mayan.el (calendar-read-mayan-haab-date) | |
6686 (calendar-read-mayan-tzolkin-date): Ditto. | |
6687 | |
6688 * calendar/cal-persia.el (persian-prompt-for-date): Ditto. | |
6689 | |
6690 1999-01-22 Michael Ernst <mernst@alum.mit.edu> | |
6691 | |
6692 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker. | |
6693 | |
6694 1999-01-25 Karl Heuer <kwzh@gnu.org> | |
6695 | |
6696 * faces.el (list-faces-display): Multiline case of previous fix. | |
6697 | |
6698 1999-01-25 Andreas Schwab <schwab@gnu.org> | |
6699 | |
6700 * mail/mailalias.el (mail-complete-alist): Use alist as customize type. | |
6701 | |
6702 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu> | |
6703 | |
6704 * files.el (find-file): If find-file-noselect returns a list, | |
6705 do switch-to-buffer on each element. | |
6706 (find-file-other-window): Likewise for all but the first element. | |
6707 (find-file-other-frame): Same. | |
6708 (find-file-noselect): When we expand a wildcard, return a list | |
6709 of buffers. | |
6710 | |
6711 1999-01-24 Eli Zaretskii <eliz@gnu.org> | |
6712 | |
6713 * term/internal.el (dos-codepage-setup): Call prefer-coding-system | |
6714 to set the appropriate cpNNN-dos coding system as the | |
6715 highest-priority coding system. | |
6716 | |
6717 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
6718 | |
6719 * international/fontset.el (generate-fontset-menu): Return a | |
6720 sorted list by plain names of fontsets. | |
6721 | |
6722 * international/mule-diag.el (list-fontsets): Sort fontsets by | |
6723 plain names. | |
6724 | |
6725 * language/tibet-util.el (tibetan-vertical-stacking): If the arg | |
6726 FIRST is a composite character, decompose it at first. | |
6727 | |
6728 1999-01-23 Dave Love <fx@gnu.org> | |
6729 | |
6730 * format.el: Doc fixes. | |
6731 (format-encode-run-method): Have things happen in the right buffer. | |
6732 Deal with errors from method. Set coding-system-for-write. | |
6733 (format-decode-run-method): Have things happen in the right buffer. | |
6734 Deal with errors from method. Set coding-system-for-read. | |
6735 (format-alist): Use nil instead of unmatchable regexps. | |
6736 | |
6737 * simple.el (shell-command-on-region): Return command's exit status. | |
6738 | |
6739 1999-01-23 Eric Ludlam <zappo@gnu.org> | |
6740 | |
6741 * speedbar.el (speedbar-item-info-file-helper): Add optional arg | |
6742 of the file whose info we want to display. | |
6743 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize. | |
6744 (speedbar-add-mode-functions-list) Improve doc. | |
6745 (speedbar-line-token) New function. | |
6746 (speedbar-dired) Fix order of directories in -shown-directories. | |
6747 (speedbar-line-path): Default return is default-directory | |
6748 (speedbar-buffers-line-path): Return is dir name only. | |
6749 (speedbar-mode-functions-list): New variable. | |
6750 (speedbar-mouse-item-info): Rewrote to be a replaceable fn. | |
6751 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper | |
6752 speedbar-files-item-info speedbar-buffers-item-info): New functions. | |
6753 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list): | |
6754 New functions. | |
6755 (speedbar-line-file): Broke out part that fetches file from a line. | |
6756 (speedbar-line-text): New function extracted from speedbar-line-file. | |
6757 (speedbar-line-path): Converted into a replaceable function. | |
6758 (speedbar-files-line-path, speedbar-buffers-line-path): New functions. | |
6759 | |
6760 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
6761 | |
6762 * international/fontset.el (create-fontset-from-x-resource): Make | |
6763 style variants. | |
6764 | |
6765 1999-01-22 Dave Love <fx@gnu.org> | |
6766 | |
6767 * paths.el (Info-default-directory-list): Put sysdir after start. | |
6768 | |
6769 1999-01-22 Sam Steingold <sds@goems.com> | |
6770 | |
6771 * midnight.el (clean-buffer-list): Do not kill a buffer if it has | |
6772 a process associated with it. | |
6773 | |
6774 1999-01-22 Jason Rumney <jasonr@altavista.net> | |
6775 | |
6776 * term/w32-win.el (w32-standard-fontset-spec): Simplified. | |
6777 | |
6778 1999-01-22 Felix Lee <flee@cygnus.com> | |
6779 | |
6780 * vc.el (vc-annotate-display): Delete old overlays. Fix check for | |
6781 major-mode. | |
6782 (vc-annotate-mode): Delete variable. | |
6783 | |
6784 1999-01-22 Andrew Innes <andrewi@gnu.org> | |
6785 | |
6786 * startup.el (command-line): [windows-nt]: Check for existence of | |
6787 .emacs file so as to notice .emacs.el or .emacs.elc and use them | |
6788 in preference to _emacs. | |
6789 | |
6790 1999-01-22 Dave Love <fx@gnu.org> | |
6791 | |
6792 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref. | |
6793 | |
6794 1999-01-20 Richard Stallman <rms@gnu.org> | |
6795 | |
6796 * files.el (find-file-noselect): Do wildcard processing only | |
6797 if new arg WILDCARDS is non-nil. | |
6798 (find-file, find-file-other-window): New arg WILDCARDS. | |
6799 Default it to non-nil if interactive. | |
6800 (find-file-other-frame): Likewise. | |
6801 (find-file-read-only): Likewise. | |
6802 (find-file-read-only-other-window): Likewise. | |
6803 (find-file-read-only-other-frame): Likewise. | |
6804 | |
6805 * wid-edit.el (widget-alist-convert-option): Delete spurious comma. | |
6806 (widget-plist-convert-option): Delete spurious comma. | |
6807 | |
6808 1999-01-19 Jason Rumney <jasonr@altavista.net> | |
6809 | |
6810 * term/w32-win.el (w32-standard-fontspec-spec): Change | |
6811 iso8859-5 to koi8-r. Add iso8859-9. | |
6812 | |
6813 1999-01-19 Dave Love <fx@gnu.org> | |
6814 | |
6815 * browse-url.el (browse-url-maybe-new-window): Delete macro and | |
6816 its uses. | |
6817 | |
6818 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark | |
6819 is active. | |
6820 (fortran-indent-subprogram): Likewise. | |
6821 | |
6822 1999-01-19 Dave Love <d.love@dl.ac.uk> | |
6823 | |
6824 * paths.el (Info-default-directory-list): Perhaps add /usr/info. | |
6825 | |
6826 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6827 | |
6828 * wid-edit.el (alist): Use sexp as default key-type. | |
6829 | |
6830 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6831 | |
6832 * textmodes/tex-mode.el (tex-define-common-keys): | |
6833 Remove key binding of tex-feed-input. | |
6834 (tex-mode-map): Bind tex-feed-input here. | |
6835 (tex-start-shell): Use compilation-shell-minor-mode. Set | |
6836 comint-input-filter-functions before running tex-shell-hook. | |
6837 (tex-start-tex): Forget compilation errors. | |
6838 (tex-compilation-parse-errors): Rewritten to work also with | |
6839 compile-mouse-goto-error and compile-goto-error. Adjusted to | |
6840 change in tex-region. | |
6841 (tex-region): For the temp file use file-name without directory. | |
6842 (tex-file): Expand file name of tex-print-file. | |
6843 | |
6844 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6845 | |
6846 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call. | |
6847 | |
6848 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no> | |
6849 | |
6850 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid | |
6851 beginning could cause Emacs to hang. Fixed. | |
6852 | |
6853 1999-01-18 Ken'ichi Handa <handa@gnu.org> | |
6854 | |
6855 * international/ccl.el (ccl-compile-translate-character): Handle | |
6856 the case that a tranlation table is CCL register correctly. | |
6857 | |
6858 * international/mule-cmds.el (select-safe-coding-system): | |
6859 Hightlight at most 256 characters. | |
6860 | |
6861 1999-01-18 Dave Love <fx@gnu.org> | |
6862 | |
6863 * startup.el (command-line): If the init file changes operation to | |
6864 unibyte, make all buffers unibyte and re-set language environment. | |
6865 | |
6866 * disp-table.el (standard-display-european): Make all existing | |
6867 buffers unibyte. Fix doc. | |
6868 | |
6869 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6870 | |
6871 * wid-edit.el (coding-system): Define this unconditionally. | |
6872 | |
6873 * simple.el (shell-command-on-region-default-error-buffer): New var. | |
6874 (shell-command-on-region): Use that variable as interactive | |
6875 value of ERROR-BUFFER argument. | |
6876 | |
6877 1999-01-17 Sam Steingold <sds@goems.com> | |
6878 | |
6879 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'. | |
6880 | |
6881 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6882 | |
6883 * progmodes/compile.el (compilation-goto-locus): If already in the | |
6884 compilation buffer's window, keep it in that window. | |
6885 (compile-mouse-goto-error): Add Doc. Don't play with windows. | |
6886 (compile-goto-error): Don't play with windows. | |
6887 | |
6888 * textmodes/tex-mode.el (latex-run-command): Doc fix. | |
6889 (tex-command): Doc fix. | |
6890 (tex-compilation-parse-errors): Doc fix. | |
6891 (tex-generate-zap-file-name): Don't start the name with -. | |
6892 (tex-expand-files): Works now also with strings ending with ":". | |
6893 | |
6894 1999-01-17 Ian T Zimmerman <itz@transbay.net> | |
6895 | |
6896 Patch failed to install: | |
6897 * gametree.el: Document scoring functionality. | |
6898 (gametree-score-regexp): Add optional plus sign. | |
6899 (gametree-score-opener): Replace `:' with `=' as the former | |
6900 conflicts with gametree-half-ply-regexp. | |
6901 (gametree-transpose-following-leaves): Add. | |
6902 (gametree-insert-new-leaf): Make modifying commands barf in read | |
6903 only buffers. | |
6904 (gametree-break-line-here): Add a call to | |
6905 `gametree-transpose-following-leaves'. This maintains the | |
6906 necessary invariant that on each level all leaf children precede | |
6907 all nonleaf children. This has always been implied, but left to | |
6908 the user, and, unfortunately, undocumented. | |
6909 | |
6910 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
6911 | |
6912 * wid-edit.el (plist, alist): New widget types. | |
6913 | |
6914 1999-01-17 Dave Love <fx@gnu.org> | |
6915 | |
6916 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and | |
6917 fix scope of condition-case therein. | |
6918 | |
6919 1999-01-17 Andrew Innes <andrewi@gnu.org> | |
6920 | |
6921 * dos-w32.el: (find-buffer-file-type-coding-system): Use | |
6922 default-buffer-file-coding-system when file doesn't exist (and | |
6923 isn't covered by a special case) instead of forcing undecided-dos | |
6924 against the user's wishes. | |
6925 | |
6926 * dos-w32.el (direct-print-region-helper): New function based on | |
6927 direct-print-region-function; sends data to specified printer port | |
6928 without further translation. Recognize and handle specially the | |
6929 standard `print' and `nprint' programs, as well as `lpr' and | |
6930 similar programs. Only write directly to the printer port if no | |
6931 print program is specified. Work around a bug in Windows 9x | |
6932 affecting Win32 version of Emacs by invoking command.com to write | |
6933 to the printer port instead of writing directly. | |
6934 (direct-print-region-function): Use direct-print-region-helper to | |
6935 do most of the work. | |
6936 (direct-ps-print-region-function): New function; analogue of | |
6937 direct-print-region-function for ps-print. | |
6938 (ps-lpr-command): Comment out setq; leave as example usage. | |
6939 (ps-lpr-switches): Ditto. | |
6940 | |
6941 * lpr.el: (printer-name): Update docstring about usage on MS-DOS | |
6942 and MS-Windows. | |
6943 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on | |
6944 DOS and Windows platforms, to indicate direct printing. Update | |
6945 the docstring accordingly. | |
6946 | |
6947 * ps-print.el: (ps-printer-name): Update docstring about usage on | |
6948 MS-DOS and MS-Windows. | |
6949 (ps-lpr-command): Update docstring as for lpr-command. | |
6950 (ps-print-region-function): New variable. | |
6951 (ps-do-despool): Use it. | |
6952 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for | |
6953 DOS/Windows. | |
6954 | |
6955 * subr.el (subst-char-in-string): New function. | |
6956 | |
6957 1999-01-17 Eli Zaretskii <eliz@gnu.org> | |
6958 | |
6959 * international/codepage.el (cp852-decode-table): Fill a nil entry. | |
6960 | |
6961 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename. | |
6962 (bdf-find-font-info): New function, looks for the first readable | |
6963 file from a list of alternatives. | |
6964 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info | |
6965 instead of bdf-get-font-info. | |
6966 (bdf-generate-glyphs): If font-name is a cons cell, pass its car | |
6967 to ps-mule-generate-bitmap-glyph. | |
6968 | |
6969 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative | |
6970 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can | |
6971 now be a list of alternative names. | |
6972 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car. | |
6973 (ps-mule-prepare-font): Likewise. | |
6974 | |
6975 * international/codepage.el (cp855-decode-table, | |
6976 cp850-decode-table): Fill some nil entries. | |
6977 | |
6978 1999-01-16 Dave Love <fx@gnu.org> | |
6979 | |
6980 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert | |
6981 last change. | |
6982 | |
6983 1999-01-15 Dave Love <fx@gnu.org> | |
6984 | |
6985 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions | |
6986 and change regexp for command names. | |
6987 (help-xref-go-back, function-called-at-point, symbol-file) | |
6988 (where-is): Doc fixes. | |
6989 (help-xref-go-back): Remove interactive spec. | |
6990 (describe-function-1): Fix message for alias. Buttomize alias | |
6991 name. | |
6992 | |
6993 * simple.el (join-line): New alias. | |
6994 | |
6995 1999-01-15 Johan Vromans <jvromans@squirrel.nl> | |
6996 | |
6997 * forms.el: (forms--show-record): Convert integers to string | |
6998 expicitly since concat will no longer accept integers. | |
6999 (forms-print): Use local `total-nb-records' since | |
7000 `forms--total-records' will be inaccessible after buffer switching. | |
7001 | |
7002 1998-01-14 Felix Lee <flee@cygnus.com> | |
7003 | |
7004 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness. | |
7005 | |
7006 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7007 | |
7008 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change. | |
7009 | |
7010 1999-01-14 Eli Zaretskii <eliz@gnu.org> | |
7011 | |
7012 * international/codepage.el (cp850-decode-table): Fix previous change. | |
7013 | |
7014 1999-01-14 Simon Marshall <simon@gnu.org> | |
7015 | |
7016 * shell.el (shell-dirtrack-verbose): New custom variable. | |
7017 (shell-dirstack-message): Use it. | |
7018 | |
7019 1999-01-14 Kenichi Handa <handa@etl.go.jp> | |
7020 | |
7021 * international/mule-conf.el: Coding system alias `dos' for | |
7022 `undecided-dos', `mac' for `undecided-mac'. | |
7023 | |
7024 * international/mule-cmds.el (describe-language-environment): | |
7025 Don't alter input-method-alist. | |
7026 | |
7027 1999-01-13 Eli Zaretskii <eliz@gnu.org> | |
7028 | |
7029 * international/codepage.el (cp850-decode-table): Replace nil | |
7030 entries with codes of similary looking glyphs. (Suggested by | |
7031 Jason Rumney <jasonr@altavista.net>.) | |
7032 | |
7033 1999-01-13 Dave Love <fx@gnu.org> | |
7034 | |
7035 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise". | |
7036 | |
7037 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change. | |
7038 | |
7039 1999-01-12 Karl Heuer <kwzh@gnu.org> | |
7040 | |
7041 * files.el (auto-save-hook): Defvar this. | |
7042 | |
7043 1999-01-12 Alex Schroeder <asc@bsiag.com> | |
7044 | |
7045 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock | |
7046 faces, eliminating the need to load font-lock before loading sql. | |
7047 (sql-mode-oracle-font-lock-keywords): Likewise. | |
7048 (sql-mode-postgres-font-lock-keywords): Likewise. | |
7049 | |
7050 1999-01-11 Dave Love <fx@gnu.org> | |
7051 | |
7052 * cus-start.el: Add inhibit-eol-conversion. | |
7053 | |
7054 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap | |
7055 the values round. | |
7056 | |
7057 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7058 | |
7059 * help.el (help-mode-finish): Renamed from help-mode-maybe. | |
7060 Don't switch to Help mode here. | |
7061 (temp-buffer-setup-hook): Use help-mode-finish. | |
7062 (help-mode-setup): New function. | |
7063 (temp-buffer-setup-hook): Use help-mode-setup. | |
7064 | |
7065 * progmodes/sql.el: New file. | |
7066 | |
7067 * files.el (auto-mode-alist): Add sql-mode. | |
7068 | |
7069 * faces.el (list-faces-display): Improve the formatting | |
7070 by computing the maximum length required for any face-name. | |
7071 | |
7072 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7073 | |
7074 * progmodes/compile.el (compilation-shell-minor-mode): New function. | |
7075 | |
7076 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu> | |
7077 | |
7078 * term.el (term_send_home): Change the string to | |
7079 be the same as the one emitted by xterm and consistent with the | |
7080 ones emitted by prior and next. | |
7081 (term_send_end): Likewise. | |
7082 | |
7083 1999-01-10 Dave Love <fx@gnu.org> | |
7084 | |
7085 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse | |
7086 bindings. | |
7087 | |
7088 1999-01-10 Eli Zaretskii <eliz@gnu.org> | |
7089 | |
7090 * international/codepage.el (codepage-setup): Doc fix. | |
7091 (cp-decoding-vector-for-codepage): Likewise. | |
7092 | |
7093 1999-01-10 Markus Rost <rost@gnu.org> | |
7094 | |
7095 * cus-edit.el (custom-save-delete): First scan the custom-file. | |
7096 | |
7097 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7098 | |
7099 * international/iso-transl.el: Define a "function name" for | |
7100 each translation that isn't ASCII. Use these function names | |
7101 in iso-transl-char-map. | |
7102 | |
7103 1999-01-08 Kenichi Handa <handa@etl.go.jp> | |
7104 | |
7105 * international/mule-util.el (decompose-region): Do decomposition | |
7106 on temporary unibyte buffer. | |
7107 | |
7108 * international/mule.el (make-char): Doc-string modified. | |
7109 | |
7110 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7111 | |
7112 * simple.el (comment-region): Delete spaces only if we | |
7113 deleted a comment starter. | |
7114 | |
7115 1999-01-07 Dave Love <fx@gnu.org> | |
7116 | |
7117 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix. | |
7118 | |
7119 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom | |
7120 like eval-defun does. | |
7121 | |
7122 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark]. | |
7123 | |
7124 * generic.el: Re-write `(make-variable-buffer-local (defvar ...' | |
7125 constructions. Doc fixes. | |
7126 (generic-create-generic-function): Use defalias, not fset. | |
7127 | |
7128 * find-func.el: More doc fixes. | |
7129 | |
7130 1999-01-06 Stephen Eglen <stephen@gnu.org> | |
7131 | |
7132 * files.el (save-buffers-kill-emacs): Show the list of current | |
7133 processes before prompting to kill them and exit. | |
7134 | |
7135 1999-01-06 Dave Love <fx@gnu.org> | |
7136 | |
7137 * emacs-lisp/find-func.el: Doc fixes. | |
7138 (find-function-regexp): Extend for define-generic-mode, | |
7139 define-derived-mode, easy-mmode-define-minor-mode. | |
7140 | |
7141 1999-01-06 Dave Love <fx@gnu.org> | |
7142 | |
7143 * progmodes/fortran.el (fortran-window-create): Account for scroll | |
7144 bar width. | |
7145 | |
7146 * browse-url.el: Require (noerror) w3-auto when compiling. | |
7147 (browse-url-maybe-new-window): Make it a macro and revert last | |
7148 change to callers. | |
7149 (browse-url-w3): Require w3 for w3-fetch-other-window. | |
7150 | |
7151 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7152 | |
7153 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the | |
7154 argument. | |
7155 | |
7156 1999-01-06 Simon Marshall <simon@gnu.org> | |
7157 | |
7158 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix. | |
7159 | |
7160 * font-lock.el (font-lock-default-fontify-buffer): When using | |
7161 with-temp-message, use nil rather than current-message. | |
7162 | |
7163 * lazy-lock.el (lazy-lock-unstall): | |
7164 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil | |
7165 rather than current-message. | |
7166 | |
7167 * fast-lock.el (fast-lock-save-cache-1): | |
7168 (fast-lock-cache-data): When using with-temp-message, use nil rather | |
7169 than current-message. | |
7170 | |
7171 1999-01-06 Eli Zaretskii <eliz@gnu.org> | |
7172 | |
7173 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
7174 the valid-codes property. | |
7175 | |
7176 * international/mule-cmds.el (prefer-coding-system): Call | |
7177 set-coding-priority, so that the internal array of priorities is | |
7178 also updated. | |
7179 | |
7180 * international/mule-util.el: | |
7181 (coding-system-change-eol-conversion, | |
7182 coding-system-change-text-conversion): Don't define here. | |
7183 | |
7184 * international/mule-cmds.el: Define them here. Remove the | |
7185 autoload cookies. | |
7186 | |
7187 1999-01-06 Andreas Schwab <schwab@gnu.org> | |
7188 | |
7189 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled | |
7190 if it was enabled before. | |
7191 | |
7192 * view.el (View-revert-buffer-scroll-page-forward): Bind | |
7193 view-scroll-auto-exit instead of obsolete view-mode-auto-exit. | |
7194 | |
7195 * files.el (recover-session): Preserve point when inserting | |
7196 explanation. | |
7197 | |
7198 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7199 | |
7200 * cus-edit.el (custom-save-delete): Don't delete whitespace | |
7201 and comments before the sexp that is replaced. | |
7202 | |
7203 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7204 | |
7205 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error. | |
7206 | |
7207 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
7208 | |
7209 * vc.el (vc-dired-hook): Use the original value of | |
7210 dired-move-to-filename-regexp on lines that have not been | |
7211 reformatted yet. | |
7212 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the | |
7213 file lines have already been reformatted. | |
7214 | |
7215 1999-01-05 Dave Love <fx@gnu.org> | |
7216 | |
7217 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search | |
7218 buffer-local. | |
7219 | |
7220 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se> | |
7221 | |
7222 * progmodes/f90.el: Change of regular expressions for type to | |
7223 correct highlighting and identation. Some small fixes for | |
7224 compatibility with XEmacs. | |
7225 | |
7226 1999-01-05 Stephen Eglen <stephen@gnu.org> | |
7227 | |
7228 * mspools.el (mspools-vm-system-mail): Provide an alternative | |
7229 value based on rmail-spool-directory if $MAIL is not defined. | |
7230 | |
7231 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl> | |
7232 | |
7233 * textmodes/reftex.el (reftex-section-levels): Allow negative levels. | |
7234 (reftex-section-info): Handle negative section levels. | |
7235 (reftex-view-crossref-extra): New option. | |
7236 (reftex-view-crossref): Generalized to work in more places. | |
7237 (reftex-find-citation-regexp-format, reftex-find-reference-format, | |
7238 reftex-macros-with-labels, reftex-global-search-marker): New variables. | |
7239 (reftex-view-cite-locations-from-bibtex): New command. | |
7240 (reftex-view-regexp-match, reftex-global-search, | |
7241 reftex-global-search-continue): New functions. | |
7242 (reftex-extract-bib-entries): No error for non-existing BibTeX | |
7243 file, just a message. | |
7244 (reftex-extract-bib-entries): Better error handling. | |
7245 (reftex-select-with-char): Use `*RefTeX Select*' for selection | |
7246 help and force it on current frame. | |
7247 (reftex-default-bibliography): New function. | |
7248 (reftex-access-parse-file): Check consistency after loading a | |
7249 parse file. When inconsistent, enfore rescan. | |
7250 (reftex-check-parse-consistency): New function. | |
7251 (easy-menu-define): Options section drastically shortened. | |
7252 | |
7253 1999-01-05 Kenichi Handa <handa@etl.go.jp> | |
7254 | |
7255 * language/thai-util.el (thai-compose-string): New function. | |
7256 | |
7257 1999-01-04 Inge Frick <inge@nada.kth.se> | |
7258 | |
7259 * easymenu.el (easy-menu-define): Doc fix. | |
7260 (easy-menu-create-menu): New keyword :included. | |
7261 (easy-menu-do-add-item): New keyword :included. SUFFIX may | |
7262 be an expression, not only a string. Simulate style `button'. | |
7263 Use easy-menu-define-key-intern instead of easy-menu-define-key. | |
7264 (easy-menu-define-key-intern): New function. | |
7265 (easy-menu-add-item): Understand value returned from | |
7266 easy-menu-item-present-p and easy-menu-remove-item. | |
7267 (easy-menu-return-item): New function. | |
7268 (easy-menu-item-present-p, easy-menu-remove-item): Use it. | |
7269 | |
7270 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7271 | |
7272 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
7273 Use rmail-output-read-rmail-file-name to read the file name. | |
7274 Always call rmail-output-to-rmail-file noninteractively. | |
7275 When count > 1, do the loop here. | |
7276 Handle rmail-delete-after-output here. | |
7277 (rmail-summary-output): Similar changes. | |
7278 | |
7279 * mail/rmailout.el: Provide `rmailout'. | |
7280 (rmail-output-read-rmail-file-name): New function. | |
7281 (rmail-output-to-rmail-file): Use that. | |
7282 (rmail-output-read-file-name): New function. | |
7283 (rmail-output): Use that. | |
7284 | |
7285 * files.el (find-file-noselect): Let /: suppress wildcard matching. | |
7286 Error if wildcard matches no files. | |
7287 | |
7288 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7289 | |
7290 * menu-bar.el (clipboard-yank): Doc fix. | |
7291 | |
7292 * info.el (Info-insert-dir): Chase symlinks for file-attributes. | |
7293 | |
7294 1998-12-31 Markus Rost <rost@delysid.gnu.org> | |
7295 | |
7296 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo. | |
7297 | |
7298 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk> | |
7299 | |
7300 * rmail.el (rmail-encode-string): Make sure mask value is | |
7301 positive; (emacs-pid) returns a negative number on Windows 9x | |
7302 which causes odd behaviour. | |
7303 | |
7304 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7305 | |
7306 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS, | |
7307 and about w32-* variables unless on Windows/NT. | |
7308 | |
7309 1998-12-31 Boris Goldowsky <boris@alum.mit.edu> | |
7310 | |
7311 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only | |
7312 if buffer is modified; ask about all modified buffers. | |
7313 | |
7314 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7315 | |
7316 * simple.el (what-cursor-position): Fix previous change. | |
7317 | |
7318 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu> | |
7319 | |
7320 * mail/sendmail.el (mail-mode): Eliminate ambiguous match | |
7321 from paragraph-start. | |
7322 | |
7323 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7324 | |
7325 * international/mule-cmds.el (prefer-coding-system): If the | |
7326 argument requires specific EOL conversion type, make the default | |
7327 coding systems use that. | |
7328 | |
7329 1998-12-30 Drew Csillag <drew_csillag@geocities.com> | |
7330 | |
7331 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer): | |
7332 Use shell-command-on-region. | |
7333 (m4-start-m4, m4-end-m4): Functions deleted. | |
7334 | |
7335 1998-12-30 Michael Ernst <mernst@alum.mit.edu> | |
7336 | |
7337 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout. | |
7338 | |
7339 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7340 | |
7341 * browse-url.el (browse-url-mail): Give argument SEND-ACTION | |
7342 to compose-mail in the correct places and as a list. | |
7343 | |
7344 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp> | |
7345 | |
7346 * page-ext.el: Added mouse-selection feature for pages directory buffer. | |
7347 (pages-directory-map): Bind mouse-2 | |
7348 (pages-copy-header-and-position): Put text property. | |
7349 (pages-directory-goto-with-mouse): New function. | |
7350 | |
7351 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7352 | |
7353 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
7354 Doc fix. | |
7355 (cp-coding-system-for-codepage-1): Likewise. | |
7356 | |
7357 1998-12-29 Kenichi Handa <handa@etl.go.jp> | |
7358 | |
7359 * language/thai-util.el (thai-post-read-conversion): Handle Thai | |
7360 composition sequence correctly here instead of calling | |
7361 thai-compose-region. | |
7362 | |
7363 * textmodes/fill.el (fill-region-as-paragraph): While deleting a | |
7364 newline in multibyte buffer, if previous or next character is a | |
7365 composite char, check the first component of the composite char. | |
7366 | |
7367 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org> | |
7368 | |
7369 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer | |
7370 and track-mouse. | |
7371 | |
7372 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7373 | |
7374 * mail/sendmail.el (mail-yank-original): Remove text properties | |
7375 after insertion. | |
7376 (mail-yank-region): Barf if no mark is set in the message | |
7377 being replied to. | |
7378 | |
7379 * help.el (function-called-at-point): First look for function at point. | |
7380 | |
7381 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7382 | |
7383 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage. | |
7384 | |
7385 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7386 | |
7387 * simple.el (what-cursor-position): Print character encoding also. | |
7388 | |
7389 1998-12-26 Dave Love <fx@gnu.org> | |
7390 | |
7391 * textmodes/flyspell.el: If local-maps work, don't put | |
7392 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB | |
7393 in flyspell-mouse-map (only). | |
7394 (flyspell-use-local-map): New variable. | |
7395 Use a different mouse-2 binding in that case, | |
7396 and don't add to minor-mode-map-alist. | |
7397 (make-flyspell-overlay, flyspell-correct-word): | |
7398 Test flyspell-use-local-map. | |
7399 | |
7400 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7401 | |
7402 * files.el (file-expand-wildcards): Handle wildcards in directory name. | |
7403 Be careful about whether to return a relative file name, | |
7404 and if so, relative to what directory. | |
7405 | |
7406 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7407 | |
7408 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
7409 Change global map only if this menu exists in the global map already, | |
7410 and not in the local map. | |
7411 (easy-menu-do-add-item): Fix error message. | |
7412 | |
7413 * foldout.el (foldout-inhibit-key-bindings): | |
7414 Avoid concatenating onto outline-minor-mode-prefix. | |
7415 Make a new keymap for that prefix, if it does not already have one. | |
7416 | |
7417 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu> | |
7418 | |
7419 * cperl-mode.el: | |
7420 Can use linear algorithm for indentation if Emacs supports it. | |
7421 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp. | |
7422 (cperl-after-block-p): Likewise. | |
7423 (cperl-after-block-and-statement-beg): Likewise. | |
7424 (cperl-after-block-p): After END/BEGIN we are a block. | |
7425 (cperl-after-expr-p): Skip labels when checking | |
7426 (cperl-indent-region): Make a marker for END - text added/removed. | |
7427 Disable hooks during the call (how to call them later?). | |
7428 Now indents 820-line-long function in 6.5 sec (including | |
7429 syntaxification) the first time (when buffer has few | |
7430 properties), 7.1 sec the second time. | |
7431 (cperl-indent-region): Do not indent whitespace lines | |
7432 (cperl-style-alist) | |
7433 Include `cperl-merge-trailing-else' where the value is clear. | |
7434 (cperl-styles-entries): Likewise. | |
7435 (cperl-problems): Improvements to docs. | |
7436 (cperl-tips): Likewise. | |
7437 (cperl-non-problems): Likewise. | |
7438 (cperl-mode): Make lazy syntaxification possible. | |
7439 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30). | |
7440 `font-lock-unfontify-region-function' was set to a wrong function. | |
7441 | |
7442 (cperl-find-pods-heres): Safe a position in buffer where it is safe to | |
7443 restart syntaxification. Changed so that -d ?foo? is a RE. Do | |
7444 not warn on `=cut' if doing a chunk only. 1 << 6 was OK, | |
7445 but 1<<6 was considered as HERE-doc. | |
7446 <file/glob> made into a string. | |
7447 Postpone addition of faces after syntactic step. | |
7448 Recognition of <FH> was wrong. | |
7449 Highlight `gem' in s///gem as a keyword. `qr' recognized. | |
7450 Knows that split// is null-RE. | |
7451 Highlights separators in 3-parts expressions as labels. | |
7452 <> was considered as a glob. | |
7453 Would err if the last line is `=head1'. | |
7454 $a-1 ? foo : bar; was a considered a regexp. | |
7455 `<< (' was considered a start of HERE-doc. | |
7456 mark qq[]-etc sections as syntax-type=string | |
7457 Was not processing sub protos after a comment ine. | |
7458 Was treating $a++ <= 5 as a glob. | |
7459 Tolerate unfinished REx at end-of-buffer. | |
7460 `unwind-protect' was left commented. | |
7461 / and ? after : start a REx. | |
7462 | |
7463 (cperl-syntaxify-by-font-lock): Set to t, should be safe now. | |
7464 Better default, customizes to `message' too, off in text-mode. | |
7465 | |
7466 (cperl-array-face): Renamed from `font-lock-emphasized-face', | |
7467 `defface'd. | |
7468 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'. | |
7469 `defface'd. | |
7470 (cperl-emacs-can-parse): New state variable. | |
7471 (cperl-indent-line): Corrected to use global state. | |
7472 (cperl-calculate-indent): Likewise. | |
7473 (cperl-fix-line-spacing): Likewise (not used yet). | |
7474 (cperl-calculate-indent): Did not consider `,' as | |
7475 continuation mark for statements. | |
7476 (cperl-calculate-indent): Avoid parse-data optimization at toplevel. | |
7477 Remove another parse-data optimization at toplevel: would | |
7478 indent correctly. | |
7479 Correct for labels when calculating indentation of continuations. | |
7480 Docstring updated. | |
7481 (cperl-choose-color): Converted to a function (to be | |
7482 compilable in text-mode). | |
7483 (cperl-dark-background): Disable without window-system. | |
7484 Do `defface' only if window-system. | |
7485 (cperl-fix-line-spacing): Sped up to bail out early. | |
7486 (x-color-defined-p): Was not compiling on XEmacs | |
7487 Was defmacro'ed with a tick. Remove another def. | |
7488 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones | |
7489 (cperl-unwind-to-safe): New function. | |
7490 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position. | |
7491 (cperl-fontify-syntaxically): Unwinds start and end to go out of | |
7492 long strings (not very successful). | |
7493 (cperl-forward-re): Highlight the trailing / in s/foo// as string. | |
7494 Highlight the starting // in s//foo/ as function-name. | |
7495 Emit a meaningful error instead of a cryptic one for an | |
7496 uncomplete REx near end-of-buffer. | |
7497 | |
7498 (cperl-electric-keyword): `qr' recognized. | |
7499 (cperl-electric-else): Likewise | |
7500 (cperl-to-comment-or-eol): Likewise | |
7501 (cperl-make-regexp-x): Likewise | |
7502 (cperl-init-faces): Likewise, and `lock' (as overridable?). | |
7503 Corrected to use new macros; | |
7504 `if' for copying `reference-face' to `constant-face' was backward. | |
7505 remove init `font-lock-other-emphasized-face', | |
7506 `font-lock-emphasized-face', `font-lock-keyword-face'. | |
7507 Interpolate `cperl-invalid-face'. | |
7508 (cperl-make-regexp-x): Misprint in a message. | |
7509 (cperl-syntaxify-unwind): New configuration variable | |
7510 (cperl-fontify-m-as-s): New configuration variable | |
7511 (cperl-electric-pod): Check for after-expr was performed | |
7512 inside of POD too. | |
7513 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs. | |
7514 (cperl-clobber-mode-lists): New configuration variable. | |
7515 (cperl-not-bad-style-regexp): Updated. | |
7516 Init: `cperl-is-face' was busted. | |
7517 (cperl-make-face): New macros. | |
7518 (cperl-force-face): New macros. | |
7519 (font-lock-other-type-face): Done via `defface' too. | |
7520 (cperl-nonoverridable-face): New face. Renamed from | |
7521 `font-lock-other-type-face'. | |
7522 (cperl-init-faces-weak): Use `cperl-force-face'. | |
7523 (cperl-comment-indent): Commenting __END__ was not working. | |
7524 (cperl-indent-for-comment): Likewise. | |
7525 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'. | |
7526 When removing old TAGS info was not relativizing filename. | |
7527 (cperl-tags-hier-init): Gross hack to pretend we work (are we?). | |
7528 Another try to work around XEmacs problems. Better progress messages. | |
7529 (toplevel): Require custom unprotected => failure on 19.28. | |
7530 (cperl-xemacs-p): Defined when compile too | |
7531 (cperl-find-tags): Was writing line/pos in a wrong order, | |
7532 pos off by 1 and not at beg-of-line. | |
7533 (cperl-etags-snarf-tag): New macro | |
7534 (cperl-etags-goto-tag-location): New macro | |
7535 (cperl-version): New variable. New menu entry | |
7536 random docstrings: References to "future" 20.3 removed. | |
7537 Menu was described as `CPerl' instead of `Perl' | |
7538 (perl-font-lock-keywords): Would not highlight `sub foo($$);'. | |
7539 (cperl-toggle-construct-fix): Was toggling to t instead of 1. | |
7540 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face' | |
7541 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face', | |
7542 `font-lock-reference-face', `font-lock-keyword-face'. | |
7543 Use `eval-after-load'. | |
7544 Remove not-CPerl-related faces. | |
7545 (cperl-tips-faces): New variable and an entry into Mini-docs. | |
7546 (cperl-indent-exp): Was not processing else-blocks. | |
7547 (cperl-get-state): NOP line removed. | |
7548 (cperl-ps-print): New function and menu entry. | |
7549 (cperl-ps-print-face-properties): New configuration variable. | |
7550 (cperl-invalid-face): New configuration variable. | |
7551 (perl-font-lock-keywords): Highlight trailing whitespace | |
7552 (cperl-contract-levels): Documentation corrected. | |
7553 (cperl-contract-level): Likewise. | |
7554 (cperl-ps-extend-face-list): New macro. | |
7555 (cperl-invalid-face): Change to ''underline. | |
7556 | |
7557 1998-12-25 Markus Rost <rost@delysid.gnu.org> | |
7558 | |
7559 * mail/rmailout.el (rmail-output): Abbreviate name of default-file | |
7560 for read-file-name. | |
7561 (rmail-output-to-rmail-file): Likewise. | |
7562 | |
7563 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7564 | |
7565 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
7566 If MENU is nil, use global menu-bar map. | |
7567 (easy-menu-add-item, easy-menu-remove-item): Argument renamed. | |
7568 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed. | |
7569 | |
7570 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7571 | |
7572 * ps-mule.el (ps-mule-begin-job): Programming uniformization. | |
7573 | |
7574 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7575 | |
7576 * ps-print.el (ps-print-version): New version number (4.1.3). | |
7577 | |
7578 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7579 | |
7580 * international/mule-cmds.el: Use make-sparse-keymap instead of | |
7581 define-prefix-key when defining MULE menu items. | |
7582 | |
7583 * info.el (Info-node-at-bob-matching): New function. | |
7584 (Info-find-node, Info-build-node-completions): Call it. | |
7585 | |
7586 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org> | |
7587 | |
7588 * help.el (describe-function-1): Say "keymap", not "Lisp macro", | |
7589 when this is an autoloaded keymap. | |
7590 | |
7591 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7592 | |
7593 * international/codepage.el (cp-coding-system-for-codepage-1): | |
7594 Create separate encoders and decoders, for DOS and Unix. Make the | |
7595 usual family of 3 coding systems, so that automatic detection of | |
7596 EOL type works. | |
7597 (cp-make-coding-systems-for-codepage): Don't intern DOS- and | |
7598 Unix-specific symbols here, and don't call | |
7599 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi | |
7600 Handa <handa@etl.go.jp>.) | |
7601 | |
7602 * dos-vars.el (dos-codepage-setup-hook): New defcustom. | |
7603 | |
7604 * term/internal.el (IT-character-translations): New variable, an | |
7605 alist used to display characters for which there's no glyphs in | |
7606 the current codepage. | |
7607 (IT-display-table-setup): New function, sets up the DOS terminal | |
7608 for a given codepage. | |
7609 (dos-codepage-setup): New function, sets up the MULE environment | |
7610 for the current value of dos-codepage. | |
7611 (top-level if): In the multibyte mode, turn on | |
7612 unibyte-display-via-language-environment. In the unibyte mode, | |
7613 set up the special syntax tables to map lower- to upper case and | |
7614 back. | |
7615 | |
7616 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org> | |
7617 | |
7618 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt. | |
7619 (speedbar-frame-plist) Remove useless comments. | |
7620 (speedbar-frame-mode) Do not specify height if it is in the param list. | |
7621 Use default y position w/out changing it. | |
7622 If default x position is a list, keep, calculate the non-list X | |
7623 value when devining an initial position. | |
7624 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files. | |
7625 (speedbar-tag-group-name-minimum-length): New variable. | |
7626 (speedbar-frame-parameter): New compatibility function. | |
7627 (speedbar-frame-mode): Updated to use speedbar-frame-parameter. | |
7628 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub | |
7629 groups to keep things in the right order, and to help with some | |
7630 naming conventions. | |
7631 (speedbar-create-tag-hierarchy): Enable buffer local version of | |
7632 `speedbar-tag-hierarchy-method' in the buffer we are tagging. | |
7633 (speedbar-line-path) Make DEPTH param optional. Devine it if absent. | |
7634 the case, derive it from the cursor location in speedbar. | |
7635 | |
7636 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7637 | |
7638 * international/mule-cmds.el (set-language-environment): On MS-DOS | |
7639 terminals, install DOS-specific nonascii-translation-table if the | |
7640 language info doesn't specify one. Pass the default eol-type to | |
7641 set-language-environment-coding-systems. | |
7642 (set-default-coding-systems): Copy the eol-type property for the | |
7643 new default values of {buffer-file,process}-coding-system from the | |
7644 old defaults. | |
7645 (set-language-environment-coding-systems): Accept an optional | |
7646 argument EOL-TYPE, and set the eol-type property of the default | |
7647 coding systems accordingly. | |
7648 (set-terminal-coding-system): Enable menu item on MS-DOS terminals. | |
7649 (set-keyboard-coding-system): Likewise. | |
7650 (set-default-coding-systems): Don't set | |
7651 default-terminal-coding-system on MS-DOS to anything but nil. | |
7652 (prefer-coding-system): Describe in the doc string that | |
7653 default-terminal-coding-system is not changed on MS-DOS. | |
7654 (set-language-environment): For MS-DOS, set standard syntax table | |
7655 and display table for all characters with code above 127. | |
7656 (standard-display-european-internal): For MS-DOS, pass all | |
7657 characters with code above 127 directly to the terminal, and don't | |
7658 remap characters 160 and 146 in the unibyte case. | |
7659 | |
7660 * international/codepage.el: New file. | |
7661 | |
7662 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7663 | |
7664 * diary-lib.el (diary-float): Fix end-of-year error and typos in | |
7665 comments. | |
7666 | |
7667 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> | |
7668 | |
7669 * map-ynp.el (map-y-or-n-p): Ignore input methods. | |
7670 | |
7671 * subr.el (read-passwd): Likewise. | |
7672 | |
7673 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7674 | |
7675 * info.el (Info-find-node): Add 1 to the position read from the | |
7676 tag table. Don't fail if the node delimiter ^_ is the first | |
7677 character in the file. | |
7678 (Info-insert-dir): Don't fail when the node delimiter ^_ is the | |
7679 first character in the file. | |
7680 (Info-read-subfile): Likewise. | |
7681 (Info-select-node): Likewise. | |
7682 (Info-build-node-completions): Likewise. | |
7683 | |
7684 1998-12-16 Richard Stallman <rms@gnu.org> | |
7685 | |
7686 * term/x-win.el (x-cut-buffer-or-selection-value): | |
7687 If clipboard is enabled, try it before PRIMARY selection. | |
7688 | |
7689 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
7690 | |
7691 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C | |
7692 insert c-cedilla and C-cedilla respectively, like in latin-1. | |
7693 | |
7694 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org> | |
7695 | |
7696 * language/hebrew.el: Don't use sublists in the flags argument | |
7697 passed to make-coding-system. | |
7698 | |
7699 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
7700 | |
7701 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a | |
7702 list of character sets found by find-charset-region. | |
7703 | |
7704 * ps-mule.el: Always require ps-print. Move some function | |
7705 definitions for Emacs 20.2 and the earlier to ps-print.el. | |
7706 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2. | |
7707 | |
7708 * ps-print.el: Define several functions for Emacs 20.2 and the | |
7709 earlier version. | |
7710 (ps-printer-name): Check if printer-name is bound. | |
7711 | |
7712 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7713 | |
7714 * ps-mule.el: Programming uniformization and little code improvement. | |
7715 (ps-mule-prepare-font): Programming uniformization. | |
7716 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar) | |
7717 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement. | |
7718 | |
7719 * ps-bdf.el: Programming uniformization and little code improvement. | |
7720 (bdf-search-and-read): New fun. | |
7721 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path) | |
7722 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box) | |
7723 (bdf-info-relative-compose, bdf-info-baseline-offset) | |
7724 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector) | |
7725 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization. | |
7726 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file) | |
7727 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code | |
7728 improvement. | |
7729 | |
7730 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7731 | |
7732 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix | |
7733 and mule related code extraction. Autoload ps-mule funs. | |
7734 | |
7735 * ps-mule.el: Doc fix. Require ps-print only when compiled. | |
7736 (ps-mule-prologue-generated): New fun. | |
7737 (ps-mule-plot-string): Add autoload cookie. | |
7738 (ps-mule-begin-job): Call ps-mule-prologue-generated. | |
7739 | |
7740 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
7741 | |
7742 * ps-bdf.el: Require ps-mule instead of ps-print. | |
7743 (bdf-directory-list): Add autoload cookie. | |
7744 | |
7745 * ps-mule.el: New file. Mule related code extracted from | |
7746 ps-print.el. Require ps-print, provide ps-mule. | |
7747 (ps-multibyte-buffer): Add autoload cookie. | |
7748 (ps-mule-prepare-ascii-font): New fun. | |
7749 (ps-mule-set-ascii-font): New fun. | |
7750 (ps-mule-skip-same-charset): Fun deleted. | |
7751 (ps-mule-plot-string): Set ps-mule-current-charset. | |
7752 (ps-mule-initialize): Add autload cookie. Don't set | |
7753 ps-mule-font-info-database here. | |
7754 (ps-mule-begin-job): Renamed from ps-mule-begin. Update | |
7755 ps-mule-font-info-database and ps-control-or-escape-regexp. | |
7756 (ps-mule-begin-page): New fun. | |
7757 | |
7758 * ps-print.el: Mule related code moved to ps-mule.el. | |
7759 (ps-begin-job): While setting ps-control-or-escape-regexp, don't | |
7760 check ps-mule-charset-list. | |
7761 (ps-begin-page): Don't set ps-mule-current-charset, instead call | |
7762 ps-mule-begin-page. | |
7763 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font. | |
7764 (ps-plot-region): Don't set ps-mule-current-charset, instead call | |
7765 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset, | |
7766 instead skip same charsets by itself. | |
7767 (ps-generate): Call ps-mule-initialize of needs-begin-file is | |
7768 non-nil. Call ps-mule-begin-job. | |
7769 | |
7770 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
7771 | |
7772 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf | |
7773 instead of bdf. | |
7774 | |
7775 * ps-print.el (ps-mule-font-info-database): Doc-string modified. | |
7776 (ps-mule-external-libraries): New element FEATURE. | |
7777 (ps-mule-init-external-library): Ajusted for the above change. | |
7778 (ps-mule-generate-font): Likewise. | |
7779 (ps-mule-generate-glyphs): Likewise. | |
7780 (ps-mule-prepare-font): Likewise. | |
7781 (ps-mule-initialize): Likewise. | |
7782 (ps-begin-file): Superfluous tailing parenthesis deleted. | |
7783 | |
7784 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
7785 | |
7786 * international/fontset.el (x-decompose-font-name): If PATTERN | |
7787 doesn't have any wild cards, return a vector made from a name that | |
7788 is found by x-resolve-font-name found. Comments added. | |
7789 | |
7790 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
7791 Handle the case of unknown charset. | |
7792 (find-multibyte-characters): If invalid multibyte characters are | |
7793 found, return the corresponding strings instead of character | |
7794 codes. | |
7795 (find-multibyte-characters): Adjusted for the above change. | |
7796 (select-safe-coding-system): For a unibyte buffer, always returns | |
7797 DEFAULT-CODING-SYSTEM. | |
7798 (get-charset-property): Fix previous change. Make it a function. | |
7799 (put-charset-property): Make it a function. | |
7800 | |
7801 * international/mule.el (make-coding-system): Set mime-charset | |
7802 property of *-with-esc coding system to nil. | |
7803 | |
7804 * international/quail.el (quail-point-in-conversion-region): New | |
7805 function. | |
7806 (quail-conversion-backward-delete-char): When a key sequence is | |
7807 being translated, call quail-delete-last-char. | |
7808 | |
7809 * language/devan-util.el | |
7810 (devanagari-reorder-glyphs-for-decomposition): Fix the way to | |
7811 handle devanagari-decomposition-rules. | |
7812 | |
7813 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org> | |
7814 | |
7815 * textmodes/texinfo.el (texinfo-tex-buffer): Bind | |
7816 tex-start-options-string to empty string. | |
7817 (texinfo-tex-region): Use texinfo-tex-trailer as documented. | |
7818 | |
7819 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org> | |
7820 | |
7821 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and | |
7822 5xx responses are already handled properly). | |
7823 | |
7824 1998-12-13 Richard Stallman <rms@gnu.org> | |
7825 | |
7826 * progmodes/compile.el (compilation-error-regexp-alist): Insist | |
7827 on a non-digit in the file name. | |
7828 | |
7829 * simple.el (comment-region): Handle comment-padding | |
7830 separately for insertion and for deletion, in the right way for each. | |
7831 | |
7832 1998-12-13 Felix Lee <flee@cygnus.com> | |
7833 | |
7834 * progmodes/compile.el (compilation-error-regexp-alist): Fix | |
7835 regexp to match "ChangeLog:1:1998-12-09 ..." | |
7836 | |
7837 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org> | |
7838 | |
7839 * cus-start.el (dos-unsupported-char-glyph): Add. | |
7840 | |
7841 1998-12-11 Dave Love <fx@gnu.org> | |
7842 | |
7843 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap | |
7844 forward-sexp in condition-case. | |
7845 | |
7846 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
7847 Remove unnecessary test on `library' for explicit file name. | |
7848 Widen scope of save-match-data. | |
7849 | |
7850 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
7851 | |
7852 * international/mule.el (load-with-code-conversion): If the loaded | |
7853 file was inserted with no-conversion or raw-text coding system, | |
7854 make the buffer unibyte. | |
7855 | |
7856 1998-12-09 Richard Stallman <rms@gnu.org> | |
7857 | |
7858 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
7859 Get rid of nested loops. | |
7860 | |
7861 * mouse.el (mouse-drag-vertical-line): | |
7862 If WHICH-SIDE is not `right', then scroll bars are on the left. | |
7863 | |
7864 * loadhist.el (load-history-loaded): defvar moved to help.el. | |
7865 | |
7866 * help.el (symbol-file-load-history-loaded): Variable renamed, | |
7867 and defvar moved from loadhist.el. | |
7868 (symbol-file): Renamed from describe-function-find-file. | |
7869 Load fns-VERSION.el here. | |
7870 (describe-variable, describe-function-1): Use symbol-file. | |
7871 | |
7872 * textmodes/tex-mode.el (tex-generate-zap-file-name): | |
7873 Don't start the name with #. | |
7874 | |
7875 * ispell.el: Take out the eval-when's. | |
7876 | |
7877 1998-12-09 Peter Breton <pbreton@ne.mediaone.net> | |
7878 | |
7879 * dirtrack.el (dirtrack-directory-change-hook): New hook. | |
7880 (dirtrack): Run it. Make debug message more verbose. | |
7881 | |
7882 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
7883 | |
7884 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct | |
7885 name of the abbrev table, and provide support for XEmacs. | |
7886 (octave-xemacs-p): New variable. | |
7887 | |
7888 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
7889 | |
7890 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to | |
7891 exit, when mail-interactive is nil. | |
7892 | |
7893 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr> | |
7894 | |
7895 * files.el (after-find-file): Message fix. | |
7896 | |
7897 1998-12-09 Ken Stevens <stevens@kdstevens.com> | |
7898 | |
7899 * ispell.el (ispell-kill-ispell): Don't send newline after EOF. | |
7900 | |
7901 1998-12-09 Geoff Voelker <voelker@cs.washington.edu> | |
7902 | |
7903 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle | |
7904 filenames using backslashes. | |
7905 | |
7906 1998-12-09 Dave Love <fx@gnu.org> | |
7907 | |
7908 * browse-url.el (browse-url-mail): Call compose-mail-other-window | |
7909 with correct number of args. | |
7910 (browse-url-maybe-new-window): New arg. Callers changed. | |
7911 | |
7912 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing | |
7913 comment. | |
7914 | |
7915 1998-12-08 Geoff Voelker <voelker@cs.washington.edu> | |
7916 | |
7917 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional. | |
7918 | |
7919 1998-12-08 Markus Rost <rost@delysid.gnu.org> | |
7920 | |
7921 * vc.el (vc-rcs-release): Fix Type. | |
7922 (vc-sccs-release): Fix Type. | |
7923 (vc-cvs-release): Fix Type. | |
7924 | |
7925 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix | |
7926 arg work right. | |
7927 | |
7928 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple | |
7929 output of last undeleted message. | |
7930 | |
7931 1998-12-07 Geoff Voelker <voelker@cs.washington.edu> | |
7932 | |
7933 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
7934 (buffer-undo-list) [windows-nt]: Use different relative path. | |
7935 | |
7936 1998-12-07 Simon Marshall <simon@gnu.org> | |
7937 | |
7938 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types. | |
7939 | |
7940 1998-12-05 Markus Rost <rost@delysid.gnu.org> | |
7941 | |
7942 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler. | |
7943 | |
7944 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops. | |
7945 | |
7946 1998-12-04 Markus Rost <rost@delysid.gnu.org> | |
7947 | |
7948 * info.el (Info-menu): Don't return error if point is between menu | |
7949 header and first menu item. | |
7950 | |
7951 1998-12-04 Dave Love <fx@gnu.org> | |
7952 | |
7953 * help.el (describe-function-1): Fix description for alias. | |
7954 | |
7955 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org> | |
7956 | |
7957 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*- | |
7958 specifications from summary line. | |
7959 | |
7960 * rect.el (delete-whitespace-rectangle): Mark for autoload. | |
7961 (close-rectangle): Define alias only once in loaddefs.el. | |
7962 | |
7963 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7964 | |
7965 * term/internal.el: Remove code which sets up a special syntax | |
7966 table for non-ASCII characters. | |
7967 | |
7968 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org> | |
7969 | |
7970 * dos-w32.el (direct-print-region-function): Try to ensure that | |
7971 printer-name is expanded to a file name on a local drive; | |
7972 sometimes printing a file loaded from a network volume fails. | |
7973 (direct-print-region-function): Add a function to | |
7974 write-region-annotate-functions to append a formfeed character to | |
7975 the region being printed, if the region doesn't end with a | |
7976 formfeed already. This avoids creating a second print job | |
7977 containing a blank page when print spooling is enabled on Windows. | |
7978 | |
7979 1998-12-02 Dave Love <fx@gnu.org> | |
7980 | |
7981 * help.el (help-make-xrefs): Use `info', not the non-autoloaded | |
7982 `Info-goto-node'. | |
7983 | |
7984 1998-12-02 Richard Stallman <rms@gnu.org> | |
7985 | |
7986 * help.el (temp-buffer-resize-mode): Doc fix. | |
7987 | |
7988 * cus-edit.el (custom-save-delete): Save point before | |
7989 reading a sexp, rather than backing up. | |
7990 | |
7991 * international/iso-transl.el: Fix previous change. | |
7992 | |
7993 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
7994 | |
7995 * vc.el (vc-dired-window-configuration, vc-ediff-windows, | |
7996 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode): | |
7997 Added defvars to suppress compilation warnings. | |
7998 | |
7999 1998-11-30 Ken Stevens <k.stevens@ieee.org> | |
8000 | |
8001 * ispell.el: Improved and fixed customize for variables: | |
8002 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp, | |
8003 ispell-dictionary-alist, ispell-skip-sgml. | |
8004 Improved and fixed comments in variables and messages for | |
8005 functions: ispell-help-in-bufferp, ispell-local-dictionary, | |
8006 ispell-menu-map, ispell-checking-message, ispell-parser, | |
8007 ispell-word, lookup-words, ispell-change-dictionary, ispell-region, | |
8008 ispell-begin-tex-skip-regexp, ispell-begin-skip-region, | |
8009 ispell-comments-and-strings, ispell-continue, ispell-complete-word, | |
8010 ispell-message-text-end, ispell-add-per-file-word-list. | |
8011 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding | |
8012 system is now required for all languages. Casechars improved for | |
8013 castellano, castellano8, and norsk dictionaries. Dictionary | |
8014 norsk7-tex added. Dictionary polish added. | |
8015 (ispell-dictionary-alist): Redefined at load-time to support | |
8016 dictionary changes. | |
8017 (ispell-menu-map): Redefined at load-time to support menu changes. | |
8018 (ispell-check-version): New alias for `check-ispell-version'. | |
8019 (ispell-parse-output): Fixed matching for ispell error messages. | |
8020 Correctly returns spelling suggestions in order generated by ispell | |
8021 process. | |
8022 (check-ispell-version): Ensure `case-fold-search' doesn't get | |
8023 redefined. | |
8024 (ispell-complete-word): Ensure `case-fold-search' doesn't get | |
8025 redefined. Fix bug that didn't respect case of word being completed. | |
8026 (ispell-init-process): Set process coding system to be compatible | |
8027 with emacs processes and the ispell process. | |
8028 (ispell-kill-ispell): Ensures ispell process has terminated before | |
8029 starting new process. This can otherwise confuse process filters | |
8030 and hang the ispell process. | |
8031 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved | |
8032 skipping support for sgml. | |
8033 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r | |
8034 which could cause `ispell-complete-word' to hang. | |
8035 (ispell-message): Improved message reference matching. Ensure | |
8036 `case-fold-search' doesn't get redefined. | |
8037 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't | |
8038 get redefined. Fixed bug in returning to nroff mode from tex mode. | |
8039 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't | |
8040 get redefined. | |
8041 | |
8042 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8043 | |
8044 * textmodes/flyspell.el (flyspell-check-word-p): | |
8045 Don't delay inside a kbd macro. | |
8046 | |
8047 * subr.el (make-local-hook): Return the hook variable. | |
8048 | |
8049 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
8050 | |
8051 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe): | |
8052 Use a timer instead of post-command-hook. | |
8053 (hscroll-timer): New variable. | |
8054 | |
8055 1998-11-30 Dave Love <fx@gnu.org> | |
8056 | |
8057 * help.el (help-xref-button): Do nothing if text already has the | |
8058 help-xref property. | |
8059 (describe-variable): Revert previous change to hyperlink to source. | |
8060 | |
8061 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8062 | |
8063 * bindings.el (features): Add `base64' to this list. | |
8064 | |
8065 * loadhist.el (symbol-file): Doc fix. | |
8066 | |
8067 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
8068 | |
8069 * files.el (hack-one-local-variable): Cope with non-file buffers. | |
8070 | |
8071 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8072 | |
8073 * help.el (describe-mode): Put major mode first. | |
8074 | |
8075 * calendar/appt.el (appt-disp-window): Use pop-to-buffer, | |
8076 to support special-display and same-window features. | |
8077 | |
8078 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8079 | |
8080 * simple.el (transpose-subr, transpose-subr-1): Rename variables | |
8081 bound in one function and used in the other. | |
8082 (transpose-subr-start1, transpose-subr-start2): Add defvars. | |
8083 (transpose-subr-end1, transpose-subr-end2): Add defvars. | |
8084 | |
8085 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8086 | |
8087 * autoinsert.el (auto-insert-alist): Use user-mail-address. | |
8088 | |
8089 1998-11-26 Kenichi Handa <handa@etl.go.jp> | |
8090 | |
8091 * international/ccl.el (ccl-dump-translate-character-const-tbl): | |
8092 Give format correct control string. | |
8093 | |
8094 * international/mule.el (define-translation-table): Fix bug of | |
8095 setting incorrect translation-table-id. If the first element of | |
8096 ARGS is a translation table, just register it. | |
8097 | |
8098 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist | |
8099 property. | |
8100 | |
8101 1998-11-24 Michael Ernst <mernst@alum.mit.edu> | |
8102 | |
8103 * thingatpt.el (thing-at-point-url-at-point): Don't use current | |
8104 syntax table to determine what is whitespace. | |
8105 | |
8106 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8107 | |
8108 * frame.el (frame-parameter): Doc fix. | |
8109 | |
8110 * textmodes/tex-mode.el (tex-feed-input): New function. | |
8111 (tex-define-common-keys): Add binding for C-c C-m. | |
8112 | |
8113 1998-11-23 Dave Love <fx@gnu.org> | |
8114 | |
8115 * progmodes/fortran.el: Various minor doc fixes. | |
8116 (fortran-font-lock-keywords-1): Add `d' to comment-chars. | |
8117 (fortran-with-subprogram-narrowing): New macro. | |
8118 (fortran-check-for-matching-do): Use it. | |
8119 (fortran-end-do): Use fortran-check-end-prog-re. | |
8120 (fortran-beginning-do, fortran-end-if, fortran-beginning-if) | |
8121 (fortran-calculate-indent, fortran-calculate-indent): Likewise. | |
8122 | |
8123 1998-11-23 Simon Marshall <simon@gnu.org> | |
8124 | |
8125 * font-lock.el (font-lock-defaults): Doc fix. | |
8126 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message. | |
8127 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword. | |
8128 | |
8129 * lazy-lock.el (lazy-lock-unstall): | |
8130 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message. | |
8131 | |
8132 * fast-lock.el (fast-lock-save-cache-1): | |
8133 (fast-lock-cache-data): Rewritten to use with-temp-message. | |
8134 | |
8135 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org> | |
8136 | |
8137 * mail/rmail.el (rmail-set-message-counters-counter): Detect | |
8138 messages that have been added with DOS line endings and convert | |
8139 the line endings for such messages. | |
8140 | |
8141 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
8142 | |
8143 * help.el: Add resizing of temporary buffers. | |
8144 (temp-buffer-resize-mode): New command and variable. | |
8145 (temp-buffer-max-height): New variable. | |
8146 (resize-temp-buffer-window): New function. | |
8147 | |
8148 * window.el (window-buffer-height): New function, split from | |
8149 shrink-window-if-larger-than-buffer. | |
8150 (shrink-window-if-larger-than-buffer): Use window-buffer-height. | |
8151 | |
8152 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8153 | |
8154 * frame.el (initial-frame-alist): Add defcustom. | |
8155 | |
8156 * shell.el (shell-prompt-pattern): Add defcustom. | |
8157 | |
8158 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8159 | |
8160 * message.el (message-ignored-supersedes-headers): Remove | |
8161 NNTP-Posting-Date. | |
8162 | |
8163 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8164 | |
8165 * help.el (describe-mode): Don't avoid loop indirecting thru | |
8166 value of INDICATOR. | |
8167 | |
8168 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8169 | |
8170 * help.el (describe-variable): Allow any variable with a defcustom, | |
8171 even if it is not a user variable. | |
8172 | |
8173 * mail/rmail.el (mail-unsent-separator): Additional alternative. | |
8174 | |
8175 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org> | |
8176 | |
8177 * gnus/nntp.el (nntp-request-group): Allow for failures when | |
8178 requesting a new group. | |
8179 | |
8180 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8181 | |
8182 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix. | |
8183 | |
8184 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
8185 | |
8186 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons. | |
8187 | |
8188 1998-11-19 Simon Marshall <simon@gnu.org> | |
8189 | |
8190 * subr.el (with-temp-message): New macro. | |
8191 | |
8192 * emacs-lisp/lisp-mode.el (with-temp-message): | |
8193 Add lisp-indent-function property. | |
8194 | |
8195 1998-11-18 Dave Love <fx@gnu.org> | |
8196 | |
8197 * progmodes/fortran.el (fortran-end-prog-re): Fix typo. | |
8198 | |
8199 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8200 | |
8201 * emacs-lisp/bytecomp.el (temp-buffer-show-hook): | |
8202 This is not obsolete. | |
8203 | |
8204 1998-11-18 Kenichi Handa <handa@etl.go.jp> | |
8205 | |
8206 * textmodes/picture.el: Make a new map by make-keymap. | |
8207 (picture-desired-column): New variable. | |
8208 (picture-update-desired-column): New function. | |
8209 (picture-beginning-of-line): Set picture-desired-column to 0. | |
8210 (picture-end-of-line): Set picture-desired-column to the current | |
8211 column. | |
8212 (picture-forward-column): Pay attention to multi-column character. | |
8213 (picture-backward-column): Likewise. | |
8214 (picture-move-down): Likewise. | |
8215 (picture-move-up): Likewise. | |
8216 (picture-movement-nw): With prefix arg, move twice columns. | |
8217 (picture-movement-ne): Likewise. | |
8218 (picture-movement-sw): Likewise. | |
8219 (picture-movement-se): Likewise. | |
8220 (picture-set-motion): Handle two-column movements. | |
8221 (picture-move): Call picture-move-down or picture-forward-column | |
8222 only when necessary. | |
8223 (picture-insert): Pay attention to picture-desired-column. | |
8224 (picture-self-insert): Likewise. | |
8225 (picture-clear-column): Pay attention to multi-column character. | |
8226 (picture-mode): Modify doc-string for two-column movement. | |
8227 | |
8228 * rect.el (move-to-column-force): New function. | |
8229 (operate-on-rectangle): If coerce-tabs is non-nil, call | |
8230 move-to-column-force instead of move-to-column. | |
8231 (insert-rectangle): Call move-to-column-force instead of | |
8232 move-to-column. | |
8233 (open-rectangle-line): If begextra is not zero, call | |
8234 move-to-column-force. | |
8235 | |
8236 | |
8237 1998-11-16 Dave Love <fx@gnu.org> | |
8238 | |
8239 * textmodes/sgml-mode.el Require skeleton when compiling. | |
8240 (sgml-font-lock-keywords-1): Accept single-letter tags. | |
8241 (v2): Defvar free variable. | |
8242 | |
8243 1998-11-16 Sam Steingold <sds@goems.com> | |
8244 | |
8245 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL | |
8246 macro, not ELisp one. | |
8247 | |
8248 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
8249 | |
8250 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte | |
8251 characters to symbol. | |
8252 | |
8253 * language/japan-util.el (japanese-zenkaku-region): New optional | |
8254 arg KATAKANA-ONLY. | |
8255 | |
8256 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
8257 | |
8258 * international/mule.el | |
8259 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
8260 is changed to unibyte, return inserted bytes. | |
8261 | |
8262 * tar-mode.el (tar-header-block-tokenize): Decode codes of file | |
8263 and link names if necessary. | |
8264 (tar-header-block-summarize): Handle the case that file or link | |
8265 names are multibyte. | |
8266 (tar-summarize-buffer): At first set the current buffer unibyte, | |
8267 then if there are multibyte file names, change it to multibyte. | |
8268 (tar-mode): Get char position from tar-header-offset. | |
8269 (tar-extract): Avoid multibyte<->unibyte conversion in | |
8270 insert-buffer-subsring by setting both buffers unibyte | |
8271 temporarily. | |
8272 (tar-copy): Set the buffer unibyte while doing a work. Write | |
8273 without code conversion. | |
8274 (tar-expunge): Set the buffer unibyte while doing a work. | |
8275 (tar-alter-one-field): Likewise. | |
8276 (tar-clear-modification-flags): Compare byte position with | |
8277 tar-header-offset. | |
8278 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in | |
8279 insert-buffer-subsring by setting both buffers unibyte | |
8280 temporarily. Pay attention to multibyteness while updating the | |
8281 descriptor-line. | |
8282 (tar-mode-write-file): Write without code conversion. | |
8283 | |
8284 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8285 | |
8286 * nngateway.el: Require cl. | |
8287 | |
8288 1998-11-15 Dave Love <fx@gnu.org> | |
8289 | |
8290 * progmodes/fortran.el: Fix previous change: | |
8291 (fortran-end-prog-re1): Changed. | |
8292 (fortran-check-end-prog-re): New function. | |
8293 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it. | |
8294 | |
8295 1998-11-13 Tom Breton <tob@world.std.com> | |
8296 | |
8297 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of | |
8298 GNU Emacs. | |
8299 | |
8300 1998-11-13 Carsten Dominik <cd@delysid.gnu.org> | |
8301 | |
38004
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
8302 * textmodes/reftex.el: (reftex-finding-files): Group documentation fixed. |
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
8303 (reftex-toc-toggle-file-boundary, reftex-toc-toggle-labels) |
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
8304 (reftex-toc-toggle-context,reftex-find-start-point): New functions. |
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
8305 (reftex-toc-include-labels, reftex-toc-include-context) |
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
8306 (reftex-toc-include-file-boundaries, reftex-toc-keep-other-windows): |
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
8307 New options. |
30729 | 8308 (reftex-use-text-after-label-as-context): Option removed. |
38004
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
8309 (reftex-extract-bib-entries): Protect use in non-latex buffers. |
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
8310 (reftex-toc-visit-location): Renamed from `reftex-toc-visit-line'. |
30729 | 8311 (reftex-latin1-to-ascii): Works now with and without Mule. |
8312 (reftex-truncate): Removed special stuff for Emacs 20.2. | |
8313 (reftex-get-offset): Made more general. | |
38004
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
8314 (reftex-show-label-location): Renamed from `reftex-select-label-callback'. |
30729 | 8315 (reftex-pop-to-label): Function removed (using |
8316 `reftex-show-label-location' instead. | |
8317 (reftex-insert-docstruct): Renamed from | |
8318 `reftex-make-and-insert-label-list'. Function args changed. | |
8319 (reftex-toc): Now uses `reftex-insert-docstruct' and | |
8320 `reftex-find-start-point'. | |
8321 (reftex-select-item): Use `reftex-find-start-point'. | |
38004
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
8322 (reftex-toc-visit-line): Can display labels and file boundaries. |
30729 | 8323 (reftex-TeX-master-file): `(TeX-master-file)' protected. |
8324 | |
8325 1998-11-12 Sam Steingold <sds@goems.com> | |
8326 | |
8327 * browse-url.el (browse-url): Handle the case when | |
8328 `browse-url-browser-function' is a lambda list. | |
8329 | |
8330 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org> | |
8331 | |
8332 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the | |
8333 version string. | |
38004
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
8334 * loadhist.el (symbol-file): Likewise. |
30729 | 8335 |
8336 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM> | |
8337 | |
8338 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling. | |
8339 | |
8340 1998-11-11 Sam Steingold <sds@goems.com> | |
8341 | |
8342 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call | |
8343 `run-lisp' instead of signalling an error. | |
8344 | |
8345 1998-11-11 Karl Heuer <kwzh@gnu.org> | |
8346 | |
8347 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change. | |
8348 | |
8349 1998-11-11 Richard Stallman <rms@gnu.org> | |
8350 | |
8351 * vc-hooks.el (vc-toggle-read-only): Doc fix. | |
8352 | |
8353 1998-11-11 Per Starback <starback@update.uu.se> | |
8354 | |
8355 * ispell.el: (ispell-dictionary-alist-2): Removed svenska, | |
8356 renamed svenska8 to svenska, and fixed and extended CASECHARS | |
8357 for it. | |
8358 | |
8359 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org> | |
8360 | |
8361 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode | |
8362 handling if setpagedevice is not available. | |
8363 (ps-begin-file): Fix typo. | |
8364 | |
8365 1998-11-11 Kenichi Handa <handa@etl.go.jp> | |
8366 | |
8367 * international/mule-util.el (compose-chars-component): Signal | |
8368 error if CH is a rule-based composition character. | |
8369 (compose-chars): Signal error if an already compsed character is | |
8370 going to be composed by rule-base. | |
8371 | |
8372 * term/x-win.el: If a resolved ASCII font name doesn't conform to | |
8373 full XLFD, don't try to get information of WEIGHT and SLANT from | |
8374 that font name. | |
8375 | |
8376 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk> | |
8377 | |
8378 * dos-w32.el (set-default-process-coding-system): Use function on | |
8379 before-init-hook to set default-process-coding-system based on | |
8380 enable-multibyte-characters. | |
8381 | |
8382 * term/w32-win.el ([language-change]): For now ignore | |
8383 keyboard language-change events. | |
8384 | |
8385 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
8386 | |
8387 * ediff-util.el (ediff-make-temp-file): Run the prefix through | |
8388 convert-standard-file-name, but leave the results of | |
8389 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2 | |
8390 characters if the original name already exists, or has a special | |
8391 handler. | |
8392 | |
8393 1998-11-10 Karl Heuer <kwzh@gnu.org> | |
8394 | |
8395 * international/iso-insert.el: Delete autoload cookies. | |
8396 | |
8397 * international/iso-transl.el: Add autoload cookies. | |
8398 | |
8399 1998-11-10 Richard Stallman <rms@gnu.org> | |
8400 | |
8401 * ispell.el (ispell-get-coding-system): Default to iso-latin-1. | |
8402 (ispell-process-line): Don't treat multibyte | |
8403 | |
8404 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk> | |
8405 | |
8406 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call | |
8407 setpagedevice to specify the page size if setpagedevice is | |
8408 available. This is necessary to select the correct paper tray on | |
8409 Level 2 printers with multiple paper sizes available. | |
8410 | |
8411 (ps-begin-file): Cope with font names that contain spaces, and | |
8412 call BeginDoc in a BeginSetup/EndSetup block. | |
8413 | |
8414 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org> | |
8415 | |
8416 * loadup.el (buffer-undo-list): Run fns-VERSION.el through | |
8417 convert-standard-filename. | |
8418 | |
8419 * loadhist.el (symbol-file): Run fns-VERSION.el through | |
8420 convert-standard-filename. | |
8421 | |
8422 1998-11-06 Richard Stallman <rms@gnu.org> | |
8423 | |
8424 * textmodes/texinfmt.el (texinfo-format-scan): | |
8425 Detect the case of two @-commands in a row; process just the first. | |
8426 (texinfo-append-refill): If line has a @c, insert the @refill | |
8427 before it. | |
8428 (texinfo-format-refill): Return with point where the @refill was. | |
8429 | |
8430 * files.el (hack-local-variables): Test local-enable-local-variables. | |
8431 (hack-local-variables-prop-line): Likewise. | |
8432 (set-auto-mode): Don't test local-enable-local-variables here. | |
8433 (enable-local-variables): Doc fix. | |
8434 (local-enable-local-variables): Doc fix. | |
8435 (normal-mode): Doc fix. | |
8436 | |
8437 1998-11-06 Karl Heuer <kwzh@gnu.org> | |
8438 | |
8439 * emacs-lisp/find-func.el (find-variable-noselect): Autoload. | |
8440 | |
8441 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM> | |
8442 | |
8443 * simple.el (line-number-mode): Doc fix. | |
8444 | |
8445 1998-11-06 Kenichi Handa <handa@etl.go.jp> | |
8446 | |
8447 * international/fontset.el (create-fontset-from-fontset-spec): | |
8448 Give correct arg to `error'. | |
8449 | |
8450 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org> | |
8451 | |
8452 * textmodes/sgml-mode.el (html-mode): Doc fix. | |
8453 (sgml-name-8bit-mode): Fix missing format character in message string. | |
8454 | |
8455 1998-11-05 Karl Heuer <kwzh@gnu.org> | |
8456 | |
8457 * mail/sendmail.el (sendmail-send-it): Check for failure. | |
8458 | |
8459 1998-11-05 Richard Stallman <rms@gnu.org> | |
8460 | |
8461 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6. | |
8462 | |
8463 * rect.el (delete-whitespace-rectangle): close-rectangle renamed. | |
8464 (close-rectangle): Define as alias. | |
8465 | |
8466 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu> | |
8467 | |
8468 * textmodes/tex-mode.el (tex-start-shell): Track directory changes. | |
8469 | |
8470 1998-11-05 Dave Love <fx@gnu.org> | |
8471 | |
8472 * help.el (describe-variable): Don't quote link to source. | |
8473 | |
8474 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu> | |
8475 | |
8476 * gud.el (gud-common-init): Use pop-to-buffer. | |
8477 (same-window-regexps): Add an element that matches all gud buffers. | |
8478 | |
8479 1998-11-04 Jason Rumney <jasonr@altavista.net> | |
8480 | |
8481 * term/w32-win.el (x-get-selection-value): Alias to | |
8482 x-cut-buffer-or-selection-value. | |
8483 (w32-standard-fontset-spec): New variable. | |
8484 (w32-create-initial-fontsets, mouse-set-font): Check whether | |
8485 new-fontset is available. | |
8486 (w32-use-w32-font-dialog): Enable use of set-variable. | |
8487 | |
8488 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
8489 | |
8490 * vc.el (with-vc-file, edit-vc-file): New macros. | |
8491 | |
8492 1998-11-04 Kenichi Handa <handa@etl.go.jp> | |
8493 | |
8494 * international/quail.el (quail-show-guidance-buf): Call | |
8495 set-minibuffer-window to set minibuffer window of the current | |
8496 frame correctly. | |
8497 | |
8498 1998-11-03 Theodore Jump <tjump@tertius.com> | |
8499 | |
8500 * term/w32-win.el: Require fontset. | |
8501 | |
8502 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org> | |
8503 | |
8504 * faces.el (set-face-font): Call resolve-fontset-name on w32. | |
8505 (set-face-font-auto): Ditto. | |
8506 | |
8507 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org> | |
8508 | |
8509 * mouse.el (mouse-drag-region): Fix typo. | |
8510 | |
8511 1998-11-02 Dave Love <fx@gnu.org> | |
8512 | |
8513 * progmodes/fortran.el Fix for fontification of strings lost somehow: | |
8514 (fortran-fontify-string): New function. | |
8515 (fortran-font-lock-keywords-1): Use it. | |
8516 | |
8517 1998-11-02 Markus Rost <rost@delysid.gnu.org> | |
8518 | |
8519 * comint.el (comint-file-name-quote-list): Doc fix. | |
8520 | |
8521 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8522 | |
8523 * loadup.el (buffer-undo-list): Write fns-VERSION.el into | |
8524 build directory, not source directory. | |
8525 | |
8526 * mouse.el (mouse-drag-region): Fake up a mouse-motion event | |
8527 if we did not get one for the final move. | |
8528 | |
8529 1998-11-01 Dave Love <fx@gnu.org> | |
8530 | |
8531 * goto-addr.el (goto-address-at-point, goto-address-at-mouse): | |
8532 Don't funcall browse-url-browser-function. | |
8533 | |
8534 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url): | |
8535 Don't funcall browse-url-browser-function. | |
8536 | |
8537 * fortran.el (fortran-end-prog-re1): Fix the regexp. | |
8538 | |
8539 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8540 | |
8541 * files.el (revert-buffer): Doc fix. | |
8542 | |
8543 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8544 | |
8545 * textmodes/tex-mode.el (tex-start-options-string): | |
8546 Quote the backslashes with more backslashes. | |
8547 | |
8548 1998-10-31 Dave Love <fx@gnu.org> | |
8549 | |
8550 * webjump.el (webjump-sample-sites): Fix Lisp archive site. | |
8551 (webjump): Don't funcall browse-url-browser-function. | |
8552 | |
8553 1998-10-30 Kenichi Handa <handa@etl.go.jp> | |
8554 | |
8555 * international/quail.el (quail-start-translation): Handle | |
8556 switching of the frame in read-key-sequence. | |
8557 (quail-start-conversion): Likewise. | |
8558 (quail-show-guidance-buf): Detach quail-guidance-buf from any | |
8559 windows before setting an appropriate window for it. | |
8560 (quail-hide-guidance-buf): Use window-minibuffer-p. Set | |
8561 quail-guidance-win to nil. | |
8562 (quail-update-guidance): If quail-guidance-buf is not in the | |
8563 selected frame, call quail-show-guidance-buf again. | |
8564 | |
8565 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no> | |
8566 | |
8567 * progmodes/pascal.el (pascal-mode): | |
8568 `blink-matching-paren-dont-ignore-comments' set to t. | |
8569 | |
8570 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8571 | |
8572 * calendar/cal-menu.el (cal-menu-update): Fix menu wording. | |
8573 | |
8574 1998-10-30 Dave Love <fx@gnu.org> | |
8575 | |
8576 * vc.el (vc-backend-merge-news): Check for "P" output. | |
8577 | |
8578 * help.el (describe-variable): Hyperlink the definition. | |
8579 | |
8580 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org> | |
8581 | |
8582 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp. | |
8583 (sh-set-shell): Likewise. | |
8584 | |
8585 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected. | |
8586 | |
8587 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type. | |
8588 (edebug-on-error): Fix customize type to match that of | |
8589 debug-on-error. | |
8590 | |
8591 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type. | |
8592 | |
8593 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use | |
8594 report-emacs-bug-address instead of undefined bug-gnu-emacs. | |
8595 | |
8596 * international/mule-cmds.el (select-message-coding-system): Doc | |
8597 fix. | |
8598 | |
8599 * international/mule-diag.el (describe-coding-system): Describe | |
8600 all flags. | |
8601 | |
8602 * mail/sendmail.el (sendmail-coding-system, | |
8603 default-sendmail-coding-system): Doc fix. | |
8604 | |
8605 * simple.el (shell-command-on-region): Doc fix. | |
8606 | |
8607 * loadup.el: Write fns-*.el in current directory instead of | |
8608 data-directory since no installation directory exists yet. Mark | |
8609 buffer unmodified afterwards. | |
8610 | |
8611 * loadhist.el (symbol-file): Load fns-*.el from exec-directory | |
8612 instead of data-directory since it is architecture dependent. | |
8613 (load-history-loaded): Update doc string. | |
8614 | |
8615 1998-10-29 Geoff Voelker <voelker@cs.washington.edu> | |
8616 | |
8617 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC | |
8618 path as a default directory when canonicalizing names. | |
8619 | |
8620 * w32-fns.el: Remove a dangling reference to a directory on the | |
8621 build machine. | |
8622 | |
8623 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8624 | |
8625 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and | |
8626 namespace related keywords such as `class', `body', `private', | |
8627 `variable', `namespace eval', etc. | |
8628 (tcl-imenu-generic-expression): Handle itcl body and class definitions. | |
8629 (tcl-mode): Added ":" as a word constituent to the syntax-alist of | |
8630 imenu and font-lock so that searches for \sw would find words | |
8631 containing colons. | |
8632 | |
8633 * progmodes/etags.el (initialize-new-tags-table): | |
8634 Do not alter find-tag-marker-ring and tags-location-ring. | |
8635 | |
8636 1998-10-27 Geoff Voelker <voelker@cs.washington.edu> | |
8637 | |
8638 * term/w32-win.el: Require fontset. | |
8639 (w32-init-fontsets): New function (code from x-win.el). | |
8640 | |
8641 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8642 | |
8643 * cal-x.el (diary-frame-parameters, calendar-frame-parameters, | |
8644 calendar-and-diary-frame-parameters): Add title parameter. | |
8645 | |
8646 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8647 | |
8648 * completion.el (dynamic-completion-mode): New function to enable | |
8649 the mode. (Just loading the file now does not change anything.) | |
8650 | |
8651 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
8652 | |
8653 * ps-print.el: User option for multibyte buffer handling and doc fix. | |
8654 (ps-multibyte-buffer): New user option. | |
8655 (ps-setup): Print new user option. | |
8656 (ps-print-quote): New fun. | |
8657 (ps-color-p, ps-mule-font-info-database-latin): New var. | |
8658 (ps-default-color, ps-mule-font-info-database) | |
8659 (ps-mule-font-info-database-ps-bdf): Adjust initialization. | |
8660 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file) | |
8661 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate): | |
8662 Little code improvement. | |
8663 (ps-mule-initialize): Initialize ps-mule-font-info-database. | |
8664 (ps-print-prologue-header, ps-font-family, ps-font-size) | |
8665 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size) | |
8666 (ps-build-face-reference, ps-mule-font-info-database-bdf) | |
8667 (ps-mule-external-libraries, ps-mule-init-external-library) | |
8668 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string): | |
8669 Doc fix. | |
8670 (ps-print-version): New version number (4.1.1) and doc fix. | |
8671 (ps-print-prologue-header): New user option. | |
8672 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter): | |
8673 Conditional compilation for GNU Emacs and emacsens. | |
8674 (ps-generate-postscript-with-faces): Skip invisible text better. | |
8675 (ps-setup): Print new user option. | |
8676 (ps-print-preprint): Check if input file name exists and is unwritable. | |
8677 (ps-begin-file): Adjust PostScript prologue header for duplex printers | |
8678 and insert user PostScript prologue header comments. | |
8679 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding): | |
8680 New funs. | |
8681 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated. | |
8682 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue): | |
8683 PostScript programming normalization. | |
8684 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font) | |
8685 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string) | |
8686 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar) | |
8687 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font) | |
8688 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool): | |
8689 Programming style normalization. | |
8690 | |
8691 1998-10-26 Kenichi Handa <handa@etl.go.jp> | |
8692 | |
8693 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
8694 version, check the value of mule-version. | |
8695 | |
8696 * international/mule-util.el (compose-region): Insert then delete | |
8697 to preserve markers. | |
8698 (decompose-region): Use search-forward for efficiency. | |
8699 | |
8700 * language/chinese.el (pre-write-encode-hz): Cancel previous | |
8701 change, use generate-new-buffer instead of get-buffer-create. | |
8702 * language/devan-util.el | |
8703 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
8704 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
8705 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
8706 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
8707 | |
8708 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8709 | |
8710 * mail/rmailsum.el (rmail-message-subject-p): | |
8711 Handle message whose header has not been reformatted. | |
8712 | |
8713 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir. | |
8714 | |
8715 1998-10-25 Jason Rumney <jasonr@altavista.net> | |
8716 | |
8717 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist): | |
8718 New variables. | |
8719 (mouse-set-font): Use font menus instead of dialog according to | |
8720 w32-use-w32-font-dialog. | |
8721 | |
8722 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8723 | |
8724 * calendar/calendar.el (calendar-day-name-array): Add doc string | |
8725 correctly! | |
8726 (calendar-month-name-array): Add doc string correctly! | |
8727 | |
8728 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8729 | |
8730 * net-utils.el (whois-get-tld): Rewrite not to use `do'. | |
8731 | |
8732 1998-10-21 Markus Rost <rost@delysid.gnu.org> | |
8733 | |
8734 * lisp/info.el (Info-next-menu-item): Stay on top of node. | |
8735 | |
8736 * mail/rmailout.el (rmail-output): Insert newline only if necessary. | |
8737 | |
8738 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case. | |
8739 | |
8740 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines. | |
8741 | |
8742 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org> | |
8743 | |
8744 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*". | |
8745 | |
8746 1998-10-21 Karl Heuer <kwzh@gnu.org> | |
8747 | |
8748 * emacs-lisp/profile.el (profile-timer-program): Var deleted. | |
8749 (profile-timer-process, profile-temp-result-, profile-time): Likewise. | |
8750 (profile-filter, profile-reset-timer): Functions deleted. | |
8751 (profile-check-zero-init-times, profile-get-time): Likewise. | |
8752 (profile-find-function, profile-quit): Likewise. | |
8753 (profile-distinct, profile-call-stack, profile-last-time): New vars. | |
8754 (profile-time-list, profile-init-list): Doc fix. | |
8755 (profile-functions): Simplify. | |
8756 (profile-print): Use float. Make output include space separators. | |
8757 (profile-add-time): New helper function. | |
8758 (profile-function-prolog): Renamed from profile-start-function. | |
8759 Handle profile-distinct. | |
8760 (profile-function-epilog): Renamed from profile-update-function. | |
8761 Handle profile-distinct. | |
8762 (profile-a-function): If the function to be profiled is an | |
8763 autoload form, load it. If it's lazy-loaded, fetch it. | |
8764 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it. | |
8765 (profile-restore-fun): Arg FUN is now a function symbol, as was | |
8766 documented, rather than a one-element list. | |
8767 (profile-finish): Call profile-restore-fun properly. | |
8768 | |
8769 1998-10-21 Kenichi Handa <handa@etl.go.jp> | |
8770 | |
8771 * international/characters.el: Setup charset property | |
8772 nospace-between-words. | |
8773 | |
8774 * international/mule-cmds.el (get-charset-property): If CHARSET is | |
8775 composition, return nil. | |
8776 (put-charset-property): If CHARSET is composition, do nothing. | |
8777 | |
8778 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer. | |
8779 * language/devan-util.el | |
8780 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
8781 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
8782 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
8783 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
8784 | |
8785 * textmodes/fill.el (sentence-end-without-period): New variable. | |
8786 (canonically-space-region): Pay attention to | |
8787 sentence-end-without-period. | |
8788 (fill-find-break-point): The first argument CHARSET deleted. | |
8789 Caller changed. | |
8790 (fill-region-as-paragraph): Pay attention to charset property | |
8791 nospace-between-words and text property nospace-between-words. | |
8792 | |
8793 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8794 | |
8795 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for | |
8796 an unrecognized shell. | |
8797 | |
8798 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org> | |
8799 | |
8800 * desktop.el (desktop-save): Include minor modes symbolically. | |
8801 (desktop-create-buffer): Turn on all minor modes in `mim'. | |
8802 | |
8803 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8804 | |
8805 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files. | |
8806 (sh-font-lock-keywords): Handle rpm and rpm2. | |
8807 (sh-ancestor-alist): Handle rpm. | |
8808 | |
8809 * files.el (auto-mode-alist): Recognize .rpm files. | |
8810 Also .spec and .mspec files. | |
8811 | |
8812 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
8813 | |
8814 * faces.el (frame-set-background-mode): Enable the function for | |
8815 MSDOS frames. | |
8816 | |
8817 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8818 | |
8819 * calendar/calendar.el (calendar-day-name-array): Add doc string. | |
8820 (calendar-month-name-array): Add doc string. | |
8821 | |
8822 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8823 | |
8824 * simple.el (kill-ring-max): Increased to 60. | |
8825 | |
8826 1998-10-17 Kenichi Handa <handa@etl.go.jp> | |
8827 | |
8828 * international/characters.el: Setup auto-fill-chars. | |
8829 | |
8830 * international/kinsoku.el (kinsoku): Check the variable | |
8831 enable-kinsoku. | |
8832 | |
8833 * simple.el (do-auto-fill): Don't check kinsoku-enable here. | |
8834 Don't call kinsoku directly, intead call fill-find-break-point. | |
8835 | |
8836 * textmodes/fill.el: Setup `fill-find-break-point-function' | |
8837 property to character sets which require `kinsoku' processing for | |
8838 filling. | |
8839 (fill-find-break-point): New function. | |
8840 (fill-region-as-paragraph): Don't check kinsoku-enable here. | |
8841 Don't call kinsoku directly, intead call fill-find-break-point. | |
8842 | |
8843 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8844 | |
8845 * faces.el (modify-face-read-string): Return (nil) for "none". | |
8846 (modify-face): Don't get error if (nil) is the argument. | |
8847 (face-try-color-list): Don't check whether nil is a valid color. | |
8848 | |
8849 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8850 | |
8851 * emacs-lisp/bytecomp.el (byte-recompile-directory): | |
8852 Print message about each directory, even in batch mode. | |
8853 | |
8854 * gnus/nntp.el: Require `cl' before using nnoo-declare. | |
8855 | |
8856 * ps-print.el (ps-mule-chars-in-string): No need to use sref. | |
8857 (ps-mule-string-char): No need to use sref. | |
8858 (ps-mule-next-index): No need to use sref. | |
8859 | |
8860 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved. | |
8861 | |
8862 * files.el (revert-buffer-internal-hook): Add defvar. | |
8863 | |
8864 * arc-mode.el (archive-mode): Locally set file-precious-flag. | |
8865 | |
8866 * tar-mode.el (tar-mode): Locally set file-precious-flag. | |
8867 | |
8868 1998-10-16 Markus Rost <rost@delysid.gnu.org> | |
8869 | |
8870 * international/mule-cmds.el (default-input-method): Fix custom type. | |
8871 | |
8872 * net-utils.el (whois-server-list): Fix customization type. | |
8873 | |
8874 * shell.el (shell-input-autoexpand): Fix customization group. | |
8875 | |
8876 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8877 | |
8878 * repeat.el (repeat): Handle keyboard macros properly. | |
8879 Handle new prefix arg after self-insert command. | |
8880 | |
8881 * repeat.el: Don't include cl even at compile time. | |
8882 (repeat): Avoid using `loop'. | |
8883 | |
8884 * simple.el (shell-command-on-region): Doc fix. | |
8885 (next-history-element): Special error message if no default. | |
8886 | |
8887 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8888 | |
8889 * ps-print.el (ps-print-buffer): Doc fix. | |
8890 (ps-despool): Likewise. | |
8891 | |
8892 * arc-mode.el (arc-mode): Provide arc-mode. | |
8893 | |
8894 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8895 | |
8896 * ps-print.el (ps-print-buffer): Doc fix. | |
8897 | |
8898 1998-10-14 Dave Love <fx@gnu.org> | |
8899 | |
8900 * ange-ftp.el (ange-ftp-read-passwd): Function deleted. | |
8901 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd. | |
8902 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise. | |
8903 | |
8904 * progmodes/fortran.el (fortran-mode-map): Change "Join | |
8905 Continuation Line" to "Join Line". | |
8906 (fortran-font-lock-keywords-1): Add "cycle", "exit". | |
8907 | |
8908 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
8909 | |
8910 * progmodes/fortran.el (fortran-join-line): Use | |
8911 `delete-indentation' instead of issuing an error message if not on | |
8912 a continuation line. Provide for joining several lines using | |
8913 prefix arg. | |
8914 | |
8915 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org> | |
8916 | |
8917 * term/pc-win.el (msdos-color-values): New variable. | |
8918 (x-color-values): New function, emulates its namesake from | |
8919 src/xfns.c. | |
8920 (msdos-bg-mode): Add all dark colors to those which return | |
8921 "dark". | |
8922 | |
8923 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8924 | |
8925 * replace.el (keep-lines, flush-lines, how-many): | |
8926 Don't ignore case if arg has upper case letters. | |
8927 | |
8928 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch> | |
8929 | |
8930 * progmodes/vhdl-mode.el | |
8931 (vhdl-add-index-menu): Reverse order in imenu-generic-expression. | |
8932 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec) | |
8933 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map) | |
8934 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop) | |
8935 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo). | |
8936 (vhdl-when): Fix indentation problem. | |
8937 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev. | |
8938 (vhdl-get-port, vhdl-get-generic): Bug fix in template. | |
8939 (vhdl-hooked-abbrev): Bug fix in hooked abbrev. | |
8940 | |
8941 1998-10-13 Geoff Voelker <voelker@cs.washington.edu> | |
8942 | |
8943 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable. | |
8944 (ls-lisp-insert-directory): Renamed from insert-directory. | |
8945 (insert-directory): New function. | |
8946 | |
8947 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8948 | |
8949 * simple.el (completion-fixup-function): Variable deleted. | |
8950 (completion-setup-function): Delete code for completion-fixup-function. | |
8951 * emacs-lisp/lisp.el (lisp-complete-symbol): | |
8952 Don't bind completion-fixup-function. | |
8953 | |
8954 * files.el (find-file-wildcards): New option. | |
8955 (find-file-noselect): Handle wild cards, if enabled. | |
8956 (file-expand-wildcards): New function. | |
8957 | |
8958 * simple.el (set-fill-column): Doc fix. | |
8959 | |
8960 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
8961 | |
8962 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search. | |
8963 | |
8964 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org> | |
8965 | |
8966 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only): | |
8967 Move declaration before first use. | |
8968 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr, | |
8969 hif-math, hif-factor): Rename token to hif-token and token-list to | |
8970 hif-token-list. | |
8971 (hif-token, hif-token-list): Declare them. | |
8972 (hif-find-ifdef-block): Return cons of top and bottom point | |
8973 instead of setting dynamically bound variables. | |
8974 (hide-ifdef-block, show-ifdef-block): Use return value of | |
8975 hif-find-ifdef-block. | |
8976 | |
8977 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8978 | |
8979 * subr.el (read-passwd): Use clear-this-command-keys. | |
8980 | |
8981 * telnet.el (telnet-initial-filter): Use clear-this-command-keys. | |
8982 | |
8983 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read | |
8984 and ...-for-write. | |
8985 | |
8986 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk> | |
8987 | |
8988 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected | |
8989 responses to GROUP command, since this may be called from a timer | |
8990 with quit inhibited. | |
8991 | |
8992 1998-10-12 Kenichi Handa <handa@etl.go.jp> | |
8993 | |
8994 * international/ccl.el (ccl-compile-if): If there's no false-cmds, | |
8995 set unconditional-jump to nil. | |
8996 (ccl-compile-read-multibyte-character): Return nil. | |
8997 (ccl-compile-write-multibyte-character): Likewise. | |
8998 (ccl-compile-translate-character): Likewise | |
8999 (ccl-compile-map-multiple): Likewise. | |
9000 (ccl-compile-map-single): Likewise. | |
9001 | |
9002 * international/kinsoku.el: Add coding tag. | |
9003 (kinsoku-bol): Remove superfluous TAB in a string. | |
9004 | |
9005 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
9006 Delete `composition' (if any) from CHARSETS. | |
9007 | |
9008 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
9009 | |
9010 * international/mule-cmds.el (setup-specified-language-environment): | |
9011 Add apropos-inhibit property. | |
9012 (describe-specified-language-support): Likewise. | |
9013 | |
9014 1998-10-11 Kenichi HANDA <handa@etl.go.jp> | |
9015 | |
9016 * international/mule.el (make-coding-system): Create -with-esc | |
9017 variant coding system. | |
9018 | |
9019 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
9020 | |
9021 * progmodes/etags.el (tags-loop-revert-buffers): New variable. | |
9022 (next-file): Optionally offer to revert a file's buffer, | |
9023 if it has an existing buffer but the file has changed. | |
9024 | |
9025 * info.el (Info-insert-dir): Detect and report problems | |
9026 in input files, such as "No Top node". Return with point | |
9027 at the beginning of the text. | |
9028 (Info-find-node): Reinsert the code to handle files | |
9029 with no tags table; it was deleted by mistake. | |
9030 | |
9031 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
9032 | |
9033 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let | |
9034 texinfo-find-higher-level-node repeatedly find the same node. | |
9035 (texinfo-find-higher-level-node): Doc fix. | |
9036 | |
9037 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu> | |
9038 | |
9039 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string. | |
9040 (smtpmail-address-buffer): Add defvar. | |
9041 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise. | |
9042 | |
9043 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved. | |
9044 | |
9045 * ffap.el (ffap-machine-p-local): Fix editing error. | |
9046 | |
9047 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
9048 | |
9049 * faces.el (frame-set-background-mode): | |
9050 Don't do anythung for text-only or MSDOS frame. | |
9051 | |
9052 1998-10-08 Kenichi Handa <handa@etl.go.jp> | |
9053 | |
9054 * international/quail.el (quail-defrule): New optional arg APPEND. | |
9055 (quail-defrule-internal): Fix bug of handling the argument APPEND. | |
9056 | |
9057 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
9058 | |
9059 * gnus/pop3.el (pop3-open-server): | |
9060 Set process-coding-system-alist around open-network-stream. | |
9061 | |
9062 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
9063 | |
9064 * files.el (save-buffer): Doc fix. | |
9065 | |
9066 1998-10-07 Karl Heuer <kwzh@gnu.org> | |
9067 | |
9068 * emacs-lisp/profile.el (profile-fix-fun): If already profiled, | |
9069 return DEF unchanged, not nil. Simplify. | |
9070 | |
9071 1998-10-06 Geoff Voelker <voelker@cs.washington.edu> | |
9072 | |
9073 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp. | |
9074 | |
9075 1998-10-06 Peter Breton <pbreton@ne.mediaone.net> | |
9076 | |
9077 * generic.el (generic-mode-with-type): Added hooks for generic-modes. | |
9078 | |
9079 * net-utils.el (ftp, nslookup): Require comint. | |
9080 (network-service-connection): Likewise. | |
9081 (whois-server-name): Defaults to whois.arin.net | |
9082 (whois-server-list, whois-server-tld, whois-guess-server): New var. | |
9083 (whois): Tries to guess the appropriate top-level domain server. | |
9084 (whois-get-tld): New function. | |
9085 | |
9086 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs. | |
9087 (dirtrack-debug-toggle): Added this function. | |
9088 | |
9089 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9090 | |
9091 * files.el (find-file-noselect): Switch to the correct buffer | |
9092 before checking find-file-literally, and allow non-nil non-t | |
9093 rawfile params. | |
9094 | |
9095 1998-10-06 Karl Heuer <kwzh@gnu.org> | |
9096 | |
9097 * midnight.el (clean-buffer-list): Add autoload cookie. | |
9098 | |
9099 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from | |
9100 no-autosave. | |
9101 * tar-mode.el (tar-mode-revert): Likewise. | |
9102 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed | |
9103 from ediff-arrange-autosave-in-merge-jobs. Callers changed. | |
9104 * gnus/message.el (message-auto-save-directory): Renamed from | |
9105 message-autosave-directory. All references changed. | |
9106 | |
9107 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
9108 | |
9109 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary | |
9110 string. Expose mime stuff while searching. | |
9111 | |
9112 1998-10-06 Richard Stallman <rms@gnu.org> | |
9113 | |
9114 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result. | |
9115 | |
9116 * replace.el (perform-replace): Position point properly | |
9117 before and after the recursive edit of C-r. | |
9118 | |
9119 * progmodes/etags.el (tags-reset-tags-tables): Properly | |
9120 find the markers in the old rings that are being discarded. | |
9121 | |
9122 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
9123 | |
9124 * apropos.el (apropos-print): Control invalid characters. | |
9125 | |
9126 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X): | |
9127 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid | |
9128 confusing customize. | |
9129 | |
9130 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org> | |
9131 | |
9132 * generic-x.el (bat-generic-mode): Fix regexps for keywords and | |
9133 built-in commands. Add more built-in commands and fix face names. | |
9134 | |
9135 1998-10-05 Simon Marshall <simon@gnu.org> | |
9136 | |
9137 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar. | |
9138 | |
9139 1998-10-04 Eric Ludlam <zappo@gnu.org> | |
9140 | |
9141 * speedbar.el (speedbar-initial-expansion-list-name): Remove | |
9142 customization since it is not useful in this case. | |
9143 (speedbar-frame-mode): Check if cfx or cfy is a list, and make | |
9144 sure it gets evalled to a number. Also verify that set-frame-name | |
9145 fn exists before calling it. | |
9146 | |
9147 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine): | |
9148 Protect a `forward-sexp' call which could fail, and improved regex | |
9149 for ie, and eg abbreviations. | |
9150 | |
9151 1998-10-02 Noah Friedman <friedman@splode.com> | |
9152 | |
9153 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not | |
9154 send-string. | |
9155 (rlogin-send-Ctrl-D): Here also. | |
9156 (rlogin-send-Ctrl-Z): Here also. | |
9157 (rlogin-send-Ctrl-backslash): Here also. | |
9158 | |
9159 1998-10-02 Dave Love <fx@gnu.org> | |
9160 | |
9161 * outline.el (hide-region-body): Bind | |
9162 outline-view-change-hook to nil while making repeated calls to | |
9163 outline-flag-region. Run it once at the end. | |
9164 (hide-other, hide-sublevels, show-children): Likewise. | |
9165 | |
9166 * info-look.el: Remove duplicate scheme-mode entry. | |
9167 (info-lookup-make-completions): When looking for entries, check | |
9168 that `item' isn't null or "Menu". | |
9169 | |
9170 1998-10-01 Karl Heuer <kwzh@gnu.org> | |
9171 | |
9172 * net-utils.el: Don't require ffap. | |
9173 (net-utils-machine-at-point, net-utils-url-at-point): New functions. | |
9174 (ping, nslookup-host, finger, network-connection-to-service): Use them. | |
9175 | |
9176 1998-09-30 Richard Stallman <rms@gnu.org> | |
9177 | |
9178 * ispell.el (check-ispell-version): No need to bind default-major-mode. | |
9179 | |
9180 * imenu.el (imenu--generic-function): Sort each submenu by position. | |
9181 (imenu--sort-by-position): New function. | |
9182 | |
9183 * cus-edit.el (Custom-mode-menu): Fix info node name. | |
9184 (customize group): Fix info node name. | |
9185 | |
9186 * mail/mailalias.el (build-mail-aliases): Don't allow | |
9187 a newline in the alias name. Don't define an alias | |
9188 if the definition would be empty. | |
9189 | |
9190 * which-func.el (which-func-mode-global): Make :set function | |
9191 more reliable. | |
9192 | |
9193 * custom.el (custom-set-variables): Load the requests first, | |
9194 then check the symbol's `set' function. | |
9195 | |
9196 * ffap.el: Doc fixes. | |
9197 | |
9198 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
9199 | |
9200 * gnus.el: (gnus-valid-select-methods): Fix type. | |
9201 * gnus-sum.el (gnus-summary-respool-default-method): Fix type. | |
9202 * gnus-score.el (gnus-orphan-score): Fix type. | |
9203 (gnus-score-default-header, gnus-score-default-type): Fix type. | |
9204 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type. | |
9205 (gnus-saved-headers): Fix type. | |
9206 | |
9207 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix): | |
9208 Avoid nil value of `two-lines-citation-part'. | |
9209 | |
9210 1998-09-30 Roman Belenov <roman@nstl.nnov.ru> | |
9211 | |
9212 * which-func.el (which-function): Handle case when | |
9213 (car imenu--index-alist) is nil. | |
9214 | |
9215 1998-09-29 Dave Love <fx@gnu.org> | |
9216 | |
9217 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from | |
9218 bzip2 args. | |
9219 | |
9220 1998-09-29 Simon Marshall <simon@gnu.org> | |
9221 | |
9222 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and | |
9223 comint-exec-hook. | |
9224 | |
9225 1998-09-29 Stephen Eglen <stephen@gnu.org> | |
9226 | |
9227 * info-look.el: Add support for Octave. | |
9228 | |
9229 1998-09-28 Carsten Dominik <cd@delysid.gnu.org> | |
9230 | |
9231 * textmodes/reftex.el (reftex-finding-files): New customize group. | |
9232 (reftex-texpath-environment-variables, | |
9233 reftex-use-external-file-finders, reftex-external-file-finders, | |
9234 reftex-search-unrecursed-path-first): New options. | |
9235 (reftex-process-string, reftex-find-file-externally): New | |
9236 functions. | |
9237 (reftex-access-search-path): Execute shell commands to find the | |
9238 search path. | |
9239 (reftex-toggle-auto-view-crossref): When turning on, make sure | |
9240 `reftex-auto-view-crossref' becomes non-nil. | |
9241 (reftex-abbrev-regexp): Constant removed. | |
9242 (reftex-convert-string): Abbrev regexp calculated locally. | |
9243 | |
9244 1998-09-28 Dave Love <fx@gnu.org> | |
9245 | |
9246 * progmodes/fortran.el: Don't call regexp-opt when deriving | |
9247 font-lock patterns with keywords that aren't all literal. | |
9248 | |
9249 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
9250 | |
9251 * octave-inf.el (inferior-octave-prompt): Also match prompts of | |
9252 the form `octave.bin:1>' which come from using precopiled binary | |
9253 versions. | |
9254 | |
9255 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
9256 | |
9257 * help.el (help-for-help): Use %THIS-KEY%. | |
9258 (help-quit): Add doc. | |
9259 | |
9260 * help-macro.el (make-help-screen): Keep HELP-TEXT | |
9261 in a separate function definition, not in the help command FNAME. | |
9262 Replace %THIS-KEY% with the key sequence that ran FNAME. | |
9263 | |
9264 1998-09-25 Richard Stallman <rms@gnu.org> | |
9265 | |
9266 * textmodes/texinfo.el (texinfo-show-structure): | |
9267 Bind inhibit-read-only. | |
9268 | |
9269 * isearch.el (isearch-search-and-update): Properly | |
9270 handle upper case letters in the reverse-search special case. | |
9271 | |
9272 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
9273 | |
9274 * gnus.el: Extend the list of autoloaded functions. | |
9275 | |
9276 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
9277 buffer before creating help group. (from Gnus v5.6.43, fix by | |
9278 1998-08-20 Per Starback <starback@update.uu.se>) | |
9279 | |
9280 * gnus-util.el (gnus-output-to-rmail): Adjust to | |
9281 `rmail-output-to-rmail-file'. | |
9282 | |
9283 1998-09-25 Karl Heuer <kwzh@gnu.org> | |
9284 | |
9285 * hexl.el (hexl-mode-map): More of previous change. | |
9286 | |
9287 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
9288 (tex-start-tex): Don't use tex-start-options-string in star case. | |
9289 Quote file name in star case as well as in non-star. | |
9290 Add blank and quoting of option string here. | |
9291 (tex-start-options-string): Not here. | |
9292 | |
9293 1998-09-23 Karl Heuer <kwzh@gnu.org> | |
9294 | |
9295 * term.el (term-delimiter-argument-list): Doc fix. | |
9296 (term-emulate-terminal): Escape literal semicolon. | |
9297 * progmodes/asm-mode.el (asm-mode): Doc fix. | |
9298 (asm-comment-char): Escape literal semicolon. | |
9299 * emulation/viper-cmd.el (viper-movement-commands): Likewise. | |
9300 | |
9301 1998-09-23 Richard Stallman <rms@gnu.org> | |
9302 | |
9303 * hexl.el (hexl-mode-map): Don't override all ESC bindings, | |
9304 only those that normally modify the buffer. | |
9305 | |
9306 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer | |
9307 over again. | |
9308 | |
9309 1998-09-23 E. Jay Berkenbilt <ejb@ql.org> | |
9310 | |
9311 * ispell.el (check-ispell-version): Ensure same buffer is current | |
9312 when let-binding of case-fold-search ends. | |
9313 | |
9314 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
9315 | |
9316 * ps-print.el: Skip invisible overlay. | |
9317 Test for set-buffer-multibyte rather than using mule-version. | |
9318 (ps-print-version): New version number (4.1) and doc fix. | |
9319 (ps-generate-postscript-with-faces): Skip invisible overlay. | |
9320 | |
9321 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu> | |
9322 | |
9323 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes. | |
9324 | |
9325 1998-09-22 Kenichi Handa <handa@etl.go.jp> | |
9326 | |
9327 * international/quail.el (quail-update-guidance): Check for the | |
9328 return value of (quail-guidance) fixed. | |
9329 (quail-update-translation): Bind quail-current-str locally when it | |
9330 calls quail-update-guidance. | |
9331 (quail-update-translation): If input-method-exit-on-first-char is | |
9332 non-nil, terminate translation only when the current input method | |
9333 is simple. | |
9334 | |
9335 1998-09-22 Paul Eggert <eggert@twinsun.com> | |
9336 | |
9337 * startup.el (locale-translation-file-name): Prefer X-related names | |
9338 to the name used by GNU/Linux sans X. Set to nil if no file found. | |
9339 (command-line): Use locale-translation-file-name if it is not nil, | |
9340 instead of testing for its existence again. | |
9341 regexp-quote the ctype before using it in a regexp. | |
9342 Allow a colon to appear after the ctype in the aliases file, | |
9343 as is done in X11R6.4. | |
9344 | |
9345 1998-09-21 Richard Stallman <rms@gnu.org> | |
9346 | |
9347 * mail/rmail.el (rmail-resend): Work properly if invoked from summary. | |
9348 | |
9349 * calendar/appt.el (appt-interval): Variable deleted. | |
9350 (appt-check): For minutes in between appt-display-interval times, | |
9351 do check, but don't display anything except an updated mode line. | |
9352 Count against appt-display-interval based on minutes since | |
9353 first display of this appointment, not based on time of day. | |
9354 If appt-display-mode-line, force mode line redisplay | |
9355 whenever appt-mode-string has changed. | |
9356 (appt-add, appt-delete): Add autoload cookies. | |
9357 (appt-check): Catch errors from calling `diary'. | |
9358 (appt-max-time): Renamed from max-time. | |
9359 (appt-now-displayed, appt-display-count): New variables. | |
9360 (appt-timer): Don't create one if we already have one. | |
9361 | |
9362 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
9363 More general code to use the source buffer instead of the zap file. | |
9364 | |
9365 * hilit-chg.el (highlight-compare-with-file): Renamed from | |
9366 compare-with-file. | |
9367 | |
9368 * loadhist.el (load-history-loaded): New variable. | |
9369 (symbol-file): Load etc/fns-VERSION.el if that has not been done. | |
9370 | |
9371 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it. | |
9372 | |
9373 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
9374 Fix error messages. | |
9375 | |
9376 1998-09-21 Markus Armbruster <armbru@pond.sub.org> | |
9377 | |
9378 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an | |
9379 Emacs frame. | |
9380 | |
9381 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
9382 | |
9383 * mail/rmail.el (rmail-decode-babyl-format): Recognize both | |
9384 `undecided' and `undecided-unix'. | |
9385 | |
9386 1998-09-21 Dave Love <fx@gnu.org> | |
9387 | |
9388 * help.el (help-make-xrefs): Fix typo affecting Info references. | |
9389 | |
9390 * subr.el (remove-hook): Check list values to avoid errors. | |
9391 | |
9392 1998-09-18 Noah Friedman <friedman@splode.com> | |
9393 | |
9394 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and | |
9395 store string in eldoc-last-message without consing a new string. | |
9396 Rearrange logic from nested if's into cond's. | |
9397 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string. | |
9398 Do not print message; just return string. | |
9399 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring. | |
9400 Do not print message; just return string. | |
9401 Cache that string in eldoc-last-data. | |
9402 (eldoc-last-data): Make into a vector. | |
9403 (eldoc-get-fnsym-args-string): Use new data form of structure. | |
9404 (eldoc-get-var-docstring): Here also. | |
9405 (eldoc-last-data-store): New function. | |
9406 (eldoc-get-fnsym-args-string): Use it. | |
9407 (eldoc-get-var-docstring): Here also. | |
9408 (eldoc-docstring-first-line): Minimize interim string consing. | |
9409 Call substitute-command-keys on the result. | |
9410 (eldoc-print-var-docstrings, eldoc-print-docstring, | |
9411 eldoc-docstring-message): Functions removed. | |
9412 (eldoc-docstring-format-sym-doc): New function, functionality | |
9413 ripped out of eldoc-docstring-message. | |
9414 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it. | |
9415 | |
9416 1998-09-18 Kenichi Handa <handa@etl.go.jp> | |
9417 | |
9418 * international/mule.el (make-coding-system): Doc-string modified. | |
9419 | |
9420 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org> | |
9421 | |
9422 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type. | |
9423 | |
9424 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix | |
9425 customize type. | |
9426 | |
9427 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize | |
9428 type. | |
9429 | |
9430 * progmodes/compile.el (compilation-error-screen-columns): New | |
9431 variable. | |
9432 (compilation-next-error-locus): Use it to decide whether to use | |
9433 forward-char or move-to-column. | |
9434 | |
9435 * mail/rmail.el (rmail-movemail-program): Fix customize type. | |
9436 | |
9437 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage, | |
9438 feedmail-fiddle-plex-user-list, | |
9439 feedmail-spray-address-fiddle-plex-list, | |
9440 feedmail-prompt-before-queue-user-alist, | |
9441 feedmail-prompt-before-queue-help-supplement, | |
9442 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug, | |
9443 feedmail-queue-alternative-mail-header-separator): Fix customize | |
9444 type. | |
9445 | |
9446 * startup.el (site-run-file): Fix customize type. | |
9447 | |
9448 * speedbar.el (speedbar-initial-expansion-list-name): Fix | |
9449 customize type. | |
9450 | |
9451 * shell.el (shell-input-autoexpand): Fix customize type. | |
9452 | |
9453 * ps-print.el (ps-font-info-database): Add missing dots in value. | |
9454 Improve layout of customize type. | |
9455 | |
9456 * net-utils.el (traceroute-program-options, ping-program-options, | |
9457 ipconfig-program-options, netstat-program-options, | |
9458 arp-program-options, route-program-options, | |
9459 nslookup-program-options, ftp-program-options): Fix customize | |
9460 type. | |
9461 | |
9462 * midnight.el (clean-buffer-list-kill-regexps, | |
9463 clean-buffer-list-kill-buffer-names, | |
9464 clean-buffer-list-kill-never-buffer-names, | |
9465 clean-buffer-list-kill-never-regexps): Fix customize type. | |
9466 | |
9467 * man.el (Man-init-defvars): Avoid trailing nil on | |
9468 Man-filter-list. | |
9469 | |
9470 * lpr.el (printer-name): Fix customize type. | |
9471 | |
9472 1998-09-16 Kenichi Handa <handa@etl.go.jp> | |
9473 | |
9474 * international/mule-cmds.el (reset-language-environment): Call | |
9475 update-coding-systems-internal. | |
9476 | |
9477 * international/mule-conf.el: Call update-coding-systems-internal | |
9478 at the tail. | |
9479 | |
9480 1998-09-14 Dave Love <fx@gnu.org> | |
9481 | |
9482 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't | |
9483 use the menu-enable properties, pending doing it correctly and | |
9484 acceptably fast. | |
9485 | |
9486 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text. | |
9487 | |
9488 1998-09-13 Dave Love <d.love@dl.ac.uk> | |
9489 | |
9490 * progmodes/hideshow.el (hs-grok-mode-type): Check | |
9491 comment-{start,end} non-nil as well as bound. Report an error if | |
9492 we can't grok the mode. | |
9493 | |
9494 1998-09-13 Richard Stallman <rms@gnu.org> | |
9495 | |
9496 * simple.el (blink-matching-open): Don't log paren matching | |
9497 messages in *Messages*. | |
9498 | |
9499 1998-09-12 Richard Stallman <rms@gnu.org> | |
9500 | |
9501 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up): | |
9502 Set point-before-scroll at end even if there was an error. | |
9503 | |
9504 * ange-ftp.el (ange-ftp-insert-file-contents): | |
9505 Use binary mode for dumb-unix hosts as for unix hosts. | |
9506 (ange-ftp-copy-file-internal): Likewise. | |
9507 | |
9508 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
9509 | |
9510 * emacs-lisp/pp.el: Doc fixes. | |
9511 | |
9512 * wid-edit.el (widget-menu-max-shortcuts): New variable. | |
9513 (widget-choose): Don't use single-char shortcuts if # items | |
9514 exceeds that many. Use minibuffer instead. | |
9515 | |
9516 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
9517 | |
9518 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg. | |
9519 | |
9520 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org> | |
9521 | |
9522 * speedbar.el (speedbar-frame-mode): Do not set frame position if | |
9523 in terminal mode. | |
9524 | |
9525 1998-09-10 Noah Friedman <friedman@splode.com> | |
9526 | |
9527 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from | |
9528 defcustom declaration. It's wreaking too much havoc with XEmacs | |
9529 and older versions of Emacs, which share this code. | |
9530 | |
9531 * type-break.el (type-break-mode): Here also. | |
9532 | |
9533 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg | |
9534 `t' to add-hook also to modify the new local value. | |
9535 | |
9536 1998-09-10 Dave Love <fx@gnu.org> | |
9537 | |
9538 * vc.el (vc-insert-headers): Doc fix. | |
9539 | |
9540 1998-09-10 Richard Stallman <rms@gnu.org> | |
9541 | |
9542 * textmodes/flyspell.el (flyspell-mode-on): Make the | |
9543 ispell-... variables permanent locals. | |
9544 (flyspell-mode-off): Add autoload cookie. | |
9545 | |
9546 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host, | |
9547 do use binary mode, just as for `unix'. | |
9548 (ange-ftp-host-type): If HOST is nil, return `unix'. | |
9549 | |
9550 * dired.el (dired-mark-files-containing-regexp): | |
9551 Don't scan directories. Ignore non-readable files. | |
9552 | |
9553 * progmodes/compile.el (compilation-error-regexp-alist): | |
9554 Fix previous change: allow . and _ in command name. | |
9555 | |
9556 * dired.el (dired-mark-files-containing-regexp): Fix previous change. | |
9557 | |
9558 * uncompress.el (uncompress-while-visiting): | |
9559 Use just the car of what find-operation-coding-system returns. | |
9560 | |
9561 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename. | |
9562 | |
9563 * shell.el (shell-file-name-quote-list): Add # to the value. | |
9564 | |
9565 1998-09-10 E. Jay Berkenbilt <ejb@ql.org> | |
9566 | |
9567 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook | |
9568 to make killing of ispell process work even if | |
9569 kill-all-local-variables has been run. | |
9570 | |
9571 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
9572 | |
9573 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite | |
9574 loop when sexp entry ends at end of file with no newline. | |
9575 | |
9576 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
9577 | |
9578 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved) | |
9579 (Custom-reset-standard): Fix menu inconsistency. | |
9580 | |
9581 * mail/feedmail.el (feedmail-from-line): Allow t. | |
9582 (feedmail-message-id-suffix): Allow nil. | |
9583 | |
9584 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
9585 Simplify. Make prefix arg work right. | |
9586 | |
9587 1998-09-09 Dave Love <fx@gnu.org> | |
9588 | |
9589 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
9590 | |
9591 * help.el (help-xref-interned): Bind inhibit-read-only when inserting. | |
9592 | |
9593 1998-09-08 Dave Love <fx@gnu.org> | |
9594 | |
9595 * add-log.el (change-log-font-lock-keywords): Do parenthesized | |
9596 stuff only after file names or at start of line. Allow parens | |
9597 around e-mail, as well as angles. | |
9598 | |
9599 * gnus/nnweb.el (require): Wrap requirement of w3 and url in | |
9600 ignore-errors too, eval'd when compile. Require w3 stuff at load | |
9601 time for nicer failure if it's not available. | |
9602 | |
9603 1998-09-07 Geoff Voelker <voelker@cs.washington.edu> | |
9604 | |
9605 * comint.el (comint-arguments): Ignore backslashes when using | |
9606 w32 shells that expect backslashes as the directory separator. | |
9607 | |
9608 1998-09-04 Kenichi Handa <handa@etl.go.jp> | |
9609 | |
9610 * international/fontset.el (resolved-ascii-font): New variable. | |
9611 (x-complement-fontset-spec): By side effect, set | |
9612 `resolved-ascii-font' to the resolved name of ASCII font." | |
9613 (create-fontset-from-fontset-spec): Don't get a value for | |
9614 resolved-ascii-font from the list full-fontlist. It is set by | |
9615 x-complement-fontset-spec now. | |
9616 | |
9617 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
9618 version, check the value of mule-version. | |
9619 | |
9620 1998-09-07 Carsten Dominik <cd@delysid.gnu.org> | |
9621 | |
9622 * textmodes/reftex.el (reftex-view-crossref): Split up into | |
9623 several functions. No longer moves to find a macro. | |
38004
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
9624 (reftex-view-cr-cite, reftex-view-cr-ref, reftex-end-of-bib-entry): |
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
9625 New functions. |
30729 | 9626 (reftex-auto-view-crossref): New value `window' allowed. |
9627 (reftex-view-crossref-when-idle): Process new `window' option in | |
9628 (reftex-translate-to-ascii-function): New default. | |
9629 (reftex-label-illegal-re): Default changed, removed Latin1. | |
9630 (reftex-latin1-to-ascii): New function. | |
9631 (reftex-what-environment): Check for section regexp before use. | |
9632 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with | |
9633 absolute path names. | |
9634 (reftex-TeX-master-file): Changed sequence of file checks. | |
38004
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
9635 (reftex-do-citation): Bibview cache only with RefTeX mode on. |
30729 | 9636 |
9637 1998-09-06 Richard Stallman <rms@gnu.org> | |
9638 | |
9639 * progmodes/compile.el (compilation-error-regexp-alist): | |
9640 In first pattern (GNU utilities and other things), | |
9641 allow a space after the optional program name at the beginning. | |
9642 | |
9643 * mail/mail-hist.el (mail-hist-current-header-contents): | |
9644 Fix previous change: use mail-header-end. | |
9645 | |
9646 1998-09-06 Bill Richter <richter@math.nwu.edu> | |
9647 | |
9648 * international/ccl.el: Doc fixes. | |
9649 * international/encoded-kb.el: Doc fixes. | |
9650 * international/fontset.el: Doc fixes. | |
9651 * international/kinsoku.el: Doc fixes. | |
9652 * international/kkc.el: Doc fixes. | |
9653 * international/mule-cmds.el: Doc fixes. | |
9654 * international/mule-conf.el: Doc fixes. | |
9655 * international/mule-util.el: Doc fixes. | |
9656 * international/mule.el: Doc fixes. | |
9657 | |
9658 1998-09-05 Eric Ludlam <zappo@gnu.org> | |
9659 | |
9660 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function. | |
9661 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'. | |
9662 (checkdoc-this-string-valid-engine): Permit ? as terminating | |
9663 punctuation for first line sentence breaking. | |
9664 (checkdoc-this-string-valid): When converting a comment into a doc | |
9665 string, make sure " chars are \". | |
9666 (checkdoc-sentencespace-region-engine): Only do double space check | |
9667 if based on the variable `sentence-end-double-space' | |
9668 (checkdoc-this-string-valid-engine): ? ends valid sentence. | |
9669 (checkdoc-proper-noun-region-engine): Exclude items in URLs | |
9670 | |
9671 1998-09-04 Richard Stallman <rms@gnu.org> | |
9672 | |
9673 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): | |
9674 Recognize define-skeleton as a function definer. | |
9675 | |
9676 * cus-edit.el (customize-option): Refuse to customize | |
9677 a variable that has no defcustom. But if variable is autoloaded, | |
9678 first try to load the library that defines it. | |
9679 | |
9680 * international/iso-insert.el: Use `string' before calling `insert' | |
9681 so that in multibyte buffers we insert multibyte chars. | |
9682 | |
9683 * dired.el (dired-mark-files-containing-regexp): | |
9684 Don't use find-file; instead, insert the file in a temp buffer. | |
9685 | |
9686 * textmodes/tex-mode.el (tex-start-options-string): New option. | |
9687 (tex-start-tex): Use that variable. | |
9688 | |
9689 * mail/rmail.el (rmail-primary-inbox-list): Make the initial | |
9690 value in the `repeat' alternative a list. | |
9691 | |
9692 * textmodes/fill.el (fill-individual-paragraphs): Before deleting | |
9693 the inserted newline, verify that one was really inserted. | |
9694 | |
9695 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode | |
9696 remains on or remains off. | |
9697 (flyspell-multi-language-p): Default changed to nil. | |
9698 | |
9699 * progmodes/ada-mode.el (ada-search-ignore-string-comment): | |
9700 In "found in comment" case, don't beginning-of-line after forward-line. | |
9701 | |
9702 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): | |
9703 If the function definition is not a lambda, return original FORM | |
9704 with no error. | |
9705 | |
9706 1998-09-04 Peter Breton <pbreton@ne.mediaone.net> | |
9707 | |
9708 * net-utils.el (netstat-program-options): Changed from nil to "-a" | |
9709 so that by default netstat shows all network connections. | |
9710 | |
9711 1998-09-04 Bob Weiner <weiner@altrasoft.com> | |
9712 | |
9713 * international/quail.el: Doc fixes. | |
9714 | |
9715 * info.el (info): Don't add parens if FILE already has them. | |
9716 | |
9717 1998-09-04 Geoff Voelker <voelker@cs.washington.edu> | |
9718 | |
9719 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word | |
9720 on extension lines. | |
9721 | |
9722 1998-09-03 Geoff Voelker <voelker@cs.washington.edu> | |
9723 | |
9724 * w32-fns.el (w32-shell-dos-semantics): New function. | |
9725 | |
9726 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu> | |
9727 | |
9728 * international/quail.el (quail-choose-completion-string): Store | |
9729 completion `choice' in `quail-current-str'; don't insert it. | |
9730 | |
9731 1998-09-02 Kenichi Handa <handa@etl.go.jp> | |
9732 | |
9733 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH | |
9734 argument to ps-mule-generate-bitmap-font. | |
9735 | |
9736 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII | |
9737 entry and change Latin-1 entry in the default value. | |
9738 (ps-mule-font-info-database-ps-bdf): New variable. | |
9739 (ccl-encode-ethio-unicode): Bug of CCL code fixed. | |
9740 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function | |
9741 registerd in FONT-SPEC. | |
9742 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct | |
9743 charcter width of bitmap fonts. | |
9744 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript | |
9745 procedure NF. | |
9746 (ps-begin-file): Output PostScript code for setting | |
9747 SpaceWidthRatio. | |
9748 (ps-plot-region): Use line-beginning-position to get a position of | |
9749 the beginning of the current line. | |
9750 | |
9751 * international/mule-cmds.el (register-input-method): Doc-string | |
9752 modified. | |
9753 | |
9754 1998-09-01 Dave Love <fx@gnu.org> | |
9755 | |
9756 * international/mule-cmds.el (current-language-environment): Fix | |
9757 setter function. | |
9758 | |
9759 1998-09-01 Simon Marshall <simon@gnu.org> | |
9760 | |
9761 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite. | |
9762 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately. | |
9763 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class | |
9764 names with font-lock-type-face. Fontify type specs, etc., with | |
9765 font-lock-keyword-face. | |
9766 | |
9767 1998-08-31 Kenichi Handa <handa@etl.go.jp> | |
9768 | |
9769 * international/fontset.el (x-complement-fontset-spec): If ASCII | |
9770 font is specified in FONTLIST, don't substitute it for the | |
9771 resolved name. | |
9772 | |
9773 1998-08-31 Paul Eggert <eggert@twinsun.com> | |
9774 | |
9775 * international/mule.el (charset-description): Doc fix. | |
9776 | |
9777 * language/chinese.el, language/cyrillic.el, language/czech.el, | |
9778 language/devanagari.el, language/ethiopic.el, | |
9779 language/european.el, language/hebrew.el, language/indian.el, | |
9780 language/japanese.el, language/korean.el, language/lao.el, | |
9781 language/slovak.el, language/thai.el, language/tibetan.el, | |
9782 language/vietnamese.el: | |
9783 Add coding: local variable, to avoid bootstrapping problem | |
9784 if you need to recompile all the Lisp files using interpreted code. | |
9785 | |
9786 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
9787 | |
9788 * cal-china.el (chinese-year-cache): Change range of years from | |
9789 1989-2000 to 1990-2010. | |
9790 | |
9791 1998-08-29 Dave Love <d.love@dl.ac.uk> | |
9792 | |
9793 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie. | |
9794 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined. | |
9795 | |
9796 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
9797 | |
9798 * ps-print.el (ps-print-control-characters): Doc-string modified. | |
9799 (ps-output-string-prim): Comment format changed. | |
9800 (ps-do-despool): Indentation of source code changed. | |
9801 | |
9802 1998-08-28 Kenichi Handa <handa@etl.go.jp> | |
9803 | |
9804 * subr.el (sref): Make it an alias of aref. Make the | |
9805 byte-compiler warn that it is obsolete. | |
9806 (char-bytes): Make the byte-compiler warn that it is obsolete. | |
9807 | |
9808 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment): | |
9809 Calculate the total bytes using position-bytes instead of | |
9810 char-bytes. | |
9811 | |
9812 1998-08-27 Karl Heuer <kwzh@gnu.org> | |
9813 | |
9814 * snmp-mode.el: New file. | |
9815 * files.el (auto-mode-alist): Add snmp-mode patterns. | |
9816 | |
9817 1998-08-27 Karl Eichwalder <ke@suse.de> | |
9818 | |
9819 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'. | |
9820 | |
9821 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
9822 | |
9823 * calendar/diary-lib.el (diary-block): Doc fix.. | |
9824 * calendar/calendar.el (diary-list-include-blanks): Doc fix.. | |
9825 | |
9826 1998-08-27 Richard Stallman <rms@gnu.org> | |
9827 | |
9828 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp. | |
9829 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space. | |
9830 Clear appt-mode-string if we don't put something in it. | |
9831 | |
9832 1998-08-27 Dave Love <fx@gnu.org> | |
9833 | |
9834 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking | |
9835 dired-local-variables-file for dired-x. | |
9836 | |
9837 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look | |
9838 for compressed library files too. | |
9839 | |
9840 1998-08-26 Kenichi Handa <handa@etl.go.jp> | |
9841 | |
9842 * language/european.el ("Latin-1"): Modify `documentation' key value. | |
9843 ("Latin-2"): Likewise. | |
9844 | |
9845 1998-08-26 Karl Heuer <kwzh@gnu.org> | |
9846 | |
9847 * dired-x.el (dired-guess-shell-alist-default): Fix regexp. | |
9848 | |
9849 1998-08-26 Albert L. Ting <alt@artisan.com> | |
9850 | |
9851 * mail/mail-hist.el (mail-hist-current-header-name): Fix test. | |
9852 (mail-hist-current-header-contents): Use mail-text-start. | |
9853 | |
9854 1998-08-26 Richard Stallman <rms@gnu.org> | |
9855 | |
9856 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2. | |
9857 (customize-changed-options-previous-release): New variable. | |
9858 (customize-changed-options): Use that variable as default arg. | |
9859 | |
9860 1998-08-26 Karl Eichwalder <ke@suse.de> | |
9861 | |
9862 * midnight.el: Require `timer' not only when compiling. | |
9863 | |
9864 1998-08-26 Per Starback <starback@update.uu.se> | |
9865 | |
9866 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
9867 buffer before creating help group. | |
9868 | |
9869 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9870 | |
9871 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind | |
9872 coding-system-for-write before saving. | |
9873 | |
9874 1998-08-26 Kevin Rodgers <kevinr@ihs.com> | |
9875 | |
9876 * isearch.el (isearch-forward): Doc fix. | |
9877 | |
9878 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org> | |
9879 | |
9880 * emacs-lisp/find-func.el: Fix :version tags to have a string | |
9881 value, not a float. | |
9882 | |
9883 * cus-dep.el: Fix typo in output. | |
9884 | |
9885 1998-08-25 Dave Love <fx@gnu.org> | |
9886 | |
9887 * repeat.el (repeat): Doc fix. | |
9888 [From rms:] | |
9889 (repeat-previous-repeated-command): New variable. | |
9890 (repeat): Check for real-last-command being null or repeat. Set | |
9891 repeat-previous-repeated-command. | |
9892 | |
9893 * browse-url.el (browse-url-netscape): Fix format for hex escapes. | |
9894 | |
9895 1998-08-25 Kenichi Handa <handa@etl.go.jp> | |
9896 | |
9897 * gnus/message.el (message-send-mail-with-sendmail): Bind | |
9898 coding-system-for-write by the return value of | |
9899 select-message-coding-system. | |
9900 (message-send-mail-with-qmail): Likewise. | |
9901 | |
9902 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org> | |
9903 | |
9904 * emacs-lisp/autoload.el: Fix doc-string-elt property on | |
9905 define-derived-mode. | |
9906 | |
9907 * files.el (file-name-invalid-regexp): | |
9908 Fix regex for ms-dos without long file names. | |
9909 | |
9910 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
9911 | |
9912 * ps-print.el: Multi-byte buffer handling. | |
9913 (ps-print-version): New version number (4.0) and doc fix. | |
38004
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
9914 (ps-color-device, ps-face-bold-p, ps-face-italic-p): |
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
9915 Conditional compilation for GNU Emacs and emacsens. |
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
9916 (ps-generate-postscript-with-faces): Force invisible text to be visible. |
30729 | 9917 (dos-ps-printer): New var to avoid compilation gripes. |
9918 | |
9919 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
9920 | |
9921 * ps-print.el (ps-mule-plot-string): Pay attention to the case | |
9922 that no more characters can't be printed in the current line. | |
9923 | |
9924 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
9925 | |
9926 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be | |
9927 greater than TO. | |
9928 | |
9929 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
9930 | |
9931 * ps-print.el: Add codes to make ps-print.el work also on Emacs | |
9932 20.2 and the earlier version. | |
9933 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2. | |
9934 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise. | |
9935 (ps-mule-find-wrappoint): Likewise. | |
38004
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
9936 (ps-mule-generate-font): Change `X' to `x' in format control-string. |
30729 | 9937 (ps-generate): Call ps-mule-begin before calling ps-begin-job. |
9938 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and | |
9939 `restore' form procedures `BC' and `EC'. | |
9940 | |
9941 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
9942 | |
9943 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox | |
9944 is an executable procedure. Make LineThickness, Xshadow, and | |
9945 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc. | |
38004
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
9946 (ps-mule-font-info-database, ps-mule-font-info-database-ps) |
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
9947 (ps-mule-font-info-database-bdf): New vars. |
30729 | 9948 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs. |
9949 (ccl-encode-ethio-unicode): New CCL program. | |
9950 (ps-mule-encode-ethiopic): New fun. | |
9951 (ps-mule-current-charset): New var. | |
38004
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
9952 (ps-mule-get-font-spec, ps-mule-font-spec-src) |
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
9953 (ps-mule-font-spec-name, ps-mule-font-spec-encoding) |
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37627
diff
changeset
|
9954 (ps-mule-font-spec-bytes, ps-mule-printable-p): New funs. |
30729 | 9955 (ps-mule-external-libraries): New var. |
9956 (ps-mule-init-external-library): New fun. | |
9957 (ps-mule-font-cache): New var. | |
9958 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs. | |
9959 (ps-last-font): New var. | |
9960 (ps-mule-prepare-font): New fun. | |
9961 (ps-mule-charset-list): New var. | |
9962 (ps-mule-prologue-generated, ps-mule-prologue): New vars. | |
9963 (ps-mule-skip-same-charset, ps-mule-find-wrappoint, | |
9964 ps-mule-plot-string): New funs. | |
9965 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue): | |
9966 New vars. | |
9967 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar, | |
9968 ps-mule-prepare-cmpchar-font): New funs. | |
9969 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New | |
9970 vars. | |
9971 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font, | |
9972 ps-mule-generate-bitmap-glyph): New funs. | |
9973 (ps-mule-initialize, ps-mule-begin): New funs. | |
9974 (ps-output-string-prim): Insert string as unibyte. | |
9975 (ps-output-prologue): New fun. | |
9976 (ps-flush-output): Handle the case of 'prologue. | |
9977 (ps-begin-file): Call ps-mule-initialize. | |
9978 (ps-begin-job): Set ps-control-or-escape-regexp differently if | |
9979 printing multibyte characters. | |
9980 (ps-begin-page): Set ps-mule-current-charset to 'ascii. | |
9981 (ps-basic-plot-string): Handle the case of printing ASCII | |
9982 characters by external libraries (e.g. BDF). | |
9983 (ps-set-font): Set ps-last-font. | |
9984 (ps-plot-region): Handle multibyte characters, use | |
9985 ps-mule-plot-string for them. | |
9986 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin. | |
9987 | |
9988 * bdf.el: New file. | |
9989 | |
9990 1998-08-23 Kenichi HANDA <handa@etl.go.jp> | |
9991 | |
9992 * international/mule-cmds.el (select-message-coding-system): New | |
9993 function. | |
9994 (set-language-environment-coding-systems): Set | |
9995 default-sendmail-coding-system. | |
9996 | |
9997 * mail/sendmail.el (sendmail-coding-system): Doc-string modified. | |
9998 (default-sendmail-coding-system): New variable. | |
9999 (sendmail-send-it): Encode the message by a coding system | |
10000 select-message-coding-system returns. | |
10001 | |
10002 1998-08-23 Eric Ludlam <zappo@gnu.org> | |
10003 | |
10004 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'. | |
10005 (speedbar-mode): Set buffer to read only. | |
10006 (speedbar-temp-buffer-show-function): For emacs don't call hook | |
10007 with arguments. | |
42674 | 10008 (speedbar-stealthy-updates): Do all updates w/ the buffer writable. |
30729 | 10009 |
10010 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu> | |
10011 | |
10012 * speedbar.el (speedbar-key-map): Fix typo. | |
10013 | |
10014 See ChangeLog.7 for earlier changes. | |
39627 | 10015 |
10016 Copyright (C) 1999 Free Software Foundation, Inc. | |
10017 Copying and distribution of this file, with or without modification, | |
10018 are permitted provided the copyright notice and this notice are preserved. |