Mercurial > emacs
annotate lisp/ChangeLog @ 27016:62cd5f1749cc
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 28 Dec 1999 13:05:57 +0000 |
parents | 4be26de6d837 |
children | a7feebdd964d |
rev | line source |
---|---|
27016 | 1 1999-12-28 Gerd Moellmann <gerd@gnu.org> |
2 | |
3 * bs.el: New file. | |
4 | |
27010
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
5 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
6 |
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
7 * textmodes/ispell.el (ispell-process-line): |
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
8 Add local var line-offset to adjust for the change |
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
9 in positions within the line, due to previous replacements. |
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
10 |
27008
42410fba715f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27004
diff
changeset
|
11 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
42410fba715f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27004
diff
changeset
|
12 |
42410fba715f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27004
diff
changeset
|
13 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region): |
42410fba715f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27004
diff
changeset
|
14 Doc fixes. |
42410fba715f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27004
diff
changeset
|
15 |
27004 | 16 1999-12-27 Gerd Moellmann <gerd@gnu.org> |
17 | |
18 * add-log.el (change-log-version-number-regexp-list) | |
19 (change-log-version-info-enabled): Change :version to 21.1. | |
20 (toplevel): Require CL when compiling. | |
21 | |
22 1999-12-27 Jari Aalto <jari.aalto@poboxes.com> | |
23 | |
24 * add-log.el (change-log-version-number-regexp-list): Added tag | |
25 :version 20.6 | |
26 (change-log-version-info-enabled): Added tag :version 20.6 | |
27 | |
28 1999-12-27 Jari Aalto <jari.aalto@poboxes.com> | |
29 | |
30 * add-log.el: More general version number search with | |
31 user-configurable regexp list. | |
32 (change-log-version-number-regexp-list): New user variable. | |
33 (change-log-find-version): Rewritten. Use user-configurable | |
34 version numbering regexp list | |
35 change-log-version-number-regexp-list. | |
36 (change-log-find-version): Renamed to | |
37 change-log-version-number-search | |
38 (add-log-file-name-function): New. | |
39 (change-log-search-vc-number): Added END paramaeter. Added doc | |
40 string to function. | |
41 (change-log-version-rcs): Renamed. Was | |
42 change-log-search-vc-number. | |
43 | |
26988
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
44 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
45 |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
46 * jka-compr.el (jka-compr-info-file-magic-bytes): New function. |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
47 (jka-compr-compression-info-list): Add new elt to each vector. |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
48 (jka-compr-write-region): Don't compress the data if it is |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
49 already compressed. |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
50 |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
51 * jka-compr.el (jka-compr-really-do-compress): New variable. |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
52 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
53 if visiting. |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
54 (jka-compr-write-region): Set jka-compr-really-do-compress |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
55 if visiting. Test it when deciding to compress. |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
56 |
26971 | 57 1999-12-22 Gerd Moellmann <gerd@gnu.org> |
58 | |
59 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell | |
60 with third argument t. | |
61 | |
26966 | 62 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com> |
63 | |
64 * antlr-mode.el: Version 1.2 is released. | |
65 (antlr): This package has a web page. | |
66 | |
67 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com> | |
68 | |
69 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting | |
70 regions. Suggested by Dale Davis <Dale_Davis@securify.com>. | |
71 (antlr-mode-map): New binding [C-c C-c]. | |
72 (antlr-mode-menu): New entries. | |
73 | |
74 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com> | |
75 | |
76 * antlr-mode.el: Respect Emacs conventions. | |
77 ((require 'cl)): Only use during compilation. | |
78 (antlr-language-for-option): New function to avoid using `find'. | |
79 (antlr-mode): Use it. | |
80 (antlr-with-syntax-table): Define new instead using XEmacs' one. | |
81 (antlr-imenu-create-index-function): Change accordingly. | |
82 (antlr-inside-rule-p): Ditto. | |
83 (antlr-end-of-rule): Ditto. | |
84 (antlr-end-of-body): Ditto. | |
85 (antlr-beginning-of-rule): Ditto. | |
86 (antlr-indent-line): Ditto. | |
87 | |
88 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com> | |
89 | |
90 * antlr-mode.el: Really use `antlr-tab-offset-alist'. | |
91 (antlr-set-tabs): Don't use hard-coded values. | |
92 | |
93 * antlr-mode.el: Minor navigation changes. Not perfect, but this | |
94 won't be possible without a huge time penalty. | |
95 (antlr-skip-exception-part): Be more specific. | |
96 (antlr-skip-file-prelude): Don't skip action prelude of next rule. | |
97 Renamed from `antlr-skip-grammar-header'. | |
98 (antlr-next-rule): Change accordingly. | |
99 (antlr-end-of-body): Ditto. Better error message. | |
100 (antlr-beginning-of-body): Better error message. | |
101 (antlr-imenu-create-index-function): Skip rule action prelude. | |
102 | |
103 * antlr-mode.el: Minor syntax highlighting changes. | |
104 (antlr-font-lock-default-face): Deletia. | |
105 (antlr-font-lock-tokendef-face): Changed color. | |
106 (antlr-font-lock-tokenref-face): Changed color. | |
107 (antlr-font-lock-literal-face): Changed color. | |
108 (antlr-font-lock-additional-keywords): Minor changes. | |
109 | |
26963 | 110 1999-12-21 Gerd Moellmann <gerd@gnu.org> |
111 | |
112 * progmodes/cwarn.el: New file. | |
113 | |
26952 | 114 1999-12-19 Gerd Moellmann <gerd@gnu.org> |
115 | |
116 * bindings.el (completion-ignored-extensions): Add .pdf. | |
117 | |
26950
903a19771606
Put the version info into binary on MS-DOS as well.
Eli Zaretskii <eliz@gnu.org>
parents:
26949
diff
changeset
|
118 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il> |
903a19771606
Put the version info into binary on MS-DOS as well.
Eli Zaretskii <eliz@gnu.org>
parents:
26949
diff
changeset
|
119 |
903a19771606
Put the version info into binary on MS-DOS as well.
Eli Zaretskii <eliz@gnu.org>
parents:
26949
diff
changeset
|
120 * version.el: Put the version info into binary on MS-DOS as well. |
903a19771606
Put the version info into binary on MS-DOS as well.
Eli Zaretskii <eliz@gnu.org>
parents:
26949
diff
changeset
|
121 |
26949 | 122 1999-12-19 Gerd Moellmann <gerd@gnu.org> |
123 | |
124 * emacs-lisp/debug.el (debugger-continue): Don't continue if | |
125 debugger-may-continue is nil. | |
126 | |
26942 | 127 1999-12-18 Dave Love <fx@gnu.org> |
128 | |
26943 | 129 * emacs-lisp/cl-macs.el: Remove conditional definition of |
130 eval-when-compile. Don't specify abs, expt, gethash, | |
131 hash-table-count, hash-table-p as side-effect-free here. | |
26942 | 132 (cl-emacs-type): Don't declare. |
133 (cl-compile-time-init): Remove Emacs 18 compiler patch. | |
134 (cl-parse-loop-clause): Remove compatibility code. | |
135 | |
26943 | 136 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'. |
26942 | 137 (side-effect-free-fns): Add gethash, hash-table-count. |
138 (side-effect-and-error-free-fns): Add hash-table-p. | |
139 | |
26943 | 140 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend |
141 `cl-' to autoload names for some hash functions. Don't autoload | |
26942 | 142 eval-when-compile. Don't provide mini-cl. |
143 (cl-emacs-type): Remove. | |
144 (cl-map-extents): Remove compatibility code. | |
145 | |
146 * float.el: Bind free variables. | |
147 | |
148 * bytecomp.el (byte-compile-constp): Include keywords. | |
149 | |
26930 | 150 1999-12-16 Gerd Moellmann <gerd@gnu.org> |
151 | |
152 * bindings.el (completion-ignored-extensions): Add .tfm. | |
153 | |
26923 | 154 1999-12-16 Dave Love <fx@gnu.org> |
155 | |
26929 | 156 * faces.el (set-face-attribute): Purecopy the attributes set. |
157 | |
158 * custom.el (custom-declare-variable): Purecopy value. | |
159 | |
26943 | 160 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix. |
26923 | 161 (byte-extrude-byte-code-vectors): Use remprop. |
162 (byte-compile-lambda): Check that arg is a lambda. | |
163 | |
26921 | 164 1999-11-16 Anders Lindgren <AndersL@andersl.com> |
165 | |
166 * font-lock.el: System for adding and removing keywords. | |
167 Both local (previously added keyword) and global keywords | |
168 can be removed. | |
169 (font-lock-remove-keywords): New user-level function. | |
170 (font-lock-update-removed-keyword-alist): New internal function. | |
171 (font-lock-removed-keywords-alist): New variable. | |
172 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'. | |
173 Empty `font-lock-keywords-alist' when `append' is `set' to avoid | |
174 growing datastructures. | |
175 (font-lock-set-defaults): Removes keywords stored in | |
176 `font-lock-removed-keywords-alist' after local keywords added. | |
177 | |
178 1999-12-16 Anders Lindgren <andersl@andersl.com> | |
179 | |
180 * font-lock.el (c-keywords, c++-keywords): Better "case" support for | |
181 complex constant expressions, e.g. "case 1<<A_BIT_NO:". | |
182 | |
183 * font-lock.el (c-keywords): Only highlight preprocessor | |
184 directives when spelled correctly. | |
185 | |
186 * font-lock.el (font-lock-match-c++-structor-declaration, | |
187 c++-keywords): Fontify constructors and destructors with function | |
188 face inside C++ class declarations. | |
189 | |
26916 | 190 1999-12-16 Gerd Moellmann <gerd@gnu.org> |
191 | |
26919 | 192 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use |
193 the shell from sh-shell-file. | |
194 | |
26916 | 195 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1. |
196 | |
26914
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
197 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il> |
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
198 |
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
199 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message |
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
200 if one of the files specified cannot be accessed by |
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
201 file-attributes. Do not strip any leading directories from the |
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
202 file names, to behave more like `ls' does. |
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
203 |
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
204 * dired.el (dired-get-filename): Handle absolute file names. |
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
205 (dired-readin-insert): If argument is a cons, don't print |
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
206 "wildcard" on the ``total'' line. |
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
207 |
26902
264b83a3a688
Changes for separate unspecified foreground and background colors
Eli Zaretskii <eliz@gnu.org>
parents:
26899
diff
changeset
|
208 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il> |
264b83a3a688
Changes for separate unspecified foreground and background colors
Eli Zaretskii <eliz@gnu.org>
parents:
26899
diff
changeset
|
209 |
264b83a3a688
Changes for separate unspecified foreground and background colors
Eli Zaretskii <eliz@gnu.org>
parents:
26899
diff
changeset
|
210 * faces.el (face-read-integer, read-face-attribute) |
264b83a3a688
Changes for separate unspecified foreground and background colors
Eli Zaretskii <eliz@gnu.org>
parents:
26899
diff
changeset
|
211 (color-defined-p, color-values): Allow color values unspecified-fg |
264b83a3a688
Changes for separate unspecified foreground and background colors
Eli Zaretskii <eliz@gnu.org>
parents:
26899
diff
changeset
|
212 and unspecified-bg, handle them as unspecified. |
264b83a3a688
Changes for separate unspecified foreground and background colors
Eli Zaretskii <eliz@gnu.org>
parents:
26899
diff
changeset
|
213 |
26899 | 214 1999-12-15 Kenichi Handa <handa@etl.go.jp> |
215 | |
216 The following changes are for the new composition mechanism. We | |
217 have deleted `composition' charset and composite characters, | |
218 instead introduced a special text property `composition'. | |
219 | |
220 * composite.el: New file. | |
221 | |
222 * ps-mule.el: Define encode-composition-rule and find-composition | |
223 for Emacs 20.4 and the earlier versions. | |
224 (ps-mule-init-external-library): Just require a feature for | |
225 external libraries. | |
226 (ps-mule-prologue): Postscript code modified for new composition. | |
227 (ps-mule-find-wrappoint): New arg COMPOSITION. | |
228 (ps-mule-plot-string): Delete code for composite characaters. | |
229 (ps-mule-plot-composition): New funcion. | |
230 (ps-mule-prepare-font-for-components): New function. | |
231 (ps-mule-plot-components): New function. | |
232 (ps-mule-composition-prologue-generated): Renamed from | |
233 ps-mule-cmpchar-prologue-generated. | |
234 (ps-mule-composition-prologue): New named from | |
235 ps-mule-cmpchar-prologue. Modified for new composition. | |
236 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar, | |
237 ps-mule-prepare-cmpchar-font): Deleted. | |
238 (ps-mule-string-encoding): New arg NO-SETFONT. | |
239 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon, | |
240 check Composing, not Cmpchar | |
241 (ps-mule-initialize): Set ps-mule-composition-prologue-generated | |
242 to nil. | |
243 (ps-mule-begin-job): Check existence of new composition. | |
244 | |
245 * ps-print.el (ps-plot-region): Handle new composition. | |
246 | |
247 * simple.el (what-cursor-position): Show "(composed)" if the | |
248 character is composed. | |
249 | |
250 * international/characters.el: Fix cateogries of Lao symbols. | |
251 | |
252 * international/fontset.el (vertical-centering-font-regexp): New | |
253 variable. | |
254 | |
255 * international/mule.el (mule-version): Updated to 5.0 (AOI). | |
256 (mule-version-date): Updated to 1999.12.7. | |
257 (with-category-table): New macro. | |
258 | |
259 * international/mule-cmds.el (encode-coding-char): Don't check | |
260 composite character. | |
261 | |
262 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2 | |
263 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2, | |
264 x-ctext): Give `composition' property t. | |
265 | |
266 * international/mule-util.el (set-nested-alist): Set BRANCHES (if | |
267 non-nil) at the tail of ALIST. | |
268 (compose-region, decompose-region, decompse-string, | |
269 reference-point-alist, compose-chars): Moved to composite.el. | |
270 (compose-chars-component, compose-chars-rule, | |
271 decompose-composite-char): Deleted. | |
272 | |
273 * international/quail.el (quail-install-map): New optional arg | |
274 NAME. | |
275 (quail-get-translation): If DEF is a symbol but not a function, | |
276 ignore it. | |
277 (quail-start-translation): Put a key sequence undefined in the | |
278 translation keymap in unread-command-events, not generated-events. | |
279 Return parameterized event (compose-last-chars N) if the input | |
280 characters should be composed. | |
281 (quail-map-definition): If DEF is t, treat it as nil. | |
282 (quail-delete-last-char): Delete the quail region. | |
283 (quail-show-translations): Don't show list of translations if the | |
284 quail package is deterministic. | |
285 (quail-completion-max-depth): New variable. | |
286 (quail-completion-1): Pay attention to the above variable. Fix | |
287 for the case that a translation is a function. | |
288 (quail-map-from-table, quail-map-from-table-1, | |
289 quail-map-from-table-2): New functions. | |
290 (quail-lookup-map-and-concat): New function | |
291 | |
292 * language/devan-util.el: Mostly rewritten. | |
293 | |
294 * language/lao.el: Register lao-composition-function in | |
295 composition-function-table. | |
296 | |
297 * language/lao-util.el: Mostly rewritten. | |
298 | |
299 * language/thai.el: Register thai-composition-function in | |
300 composition-function-table. | |
301 (thai-tis620): Delete `pre-write-conversion' property. | |
302 | |
303 * language/thai-util.el: (thai-category-table): Make it by | |
304 make-category-table. | |
305 (thai-composition-pattern): New variable. | |
306 (thai-compose-region, thai-compose-string): Use | |
307 with-category-table. | |
308 (thai-post-read-conversion): Just call thai-compose-region. | |
309 (thai-pre-write-conversion): Deleted. | |
310 (thai-composition-function): New funciton. | |
311 | |
312 * language/tibet-util.el: Most functions rewritten. | |
313 (tibetan-char-p): Renamed from tibetan-char-examin. | |
314 (tibetan-composable-examin) (tibetan-complete-char-examin) | |
315 (tibetan-vertical-stacking) (tibetan-composition): Deleted. | |
316 (tibetan-add-components): New function. | |
317 (tibetan-composition-function): New function. | |
318 | |
319 * language/tibetan.el: Register tibetan-composition-function in | |
320 composition-function-table. | |
321 (tibetan-composable-pattern): New variable. | |
322 (tibetan-subjoined-transcription-alist): Change key "R" to "+R". | |
323 (tibetan-precomposition-rule-alist): Move punctuations to | |
324 tibetan-punctuation-transcription-alist and | |
325 tibetan-obsolete-glyphs. | |
326 (tibetan-punctuation-transcription-alist): New variable. | |
327 (tibetan-obsolete-glyphs): New variable. | |
328 (tibetan-regexp): Improve the initialization code. | |
329 | |
330 * textmodes/fill.el (fill-find-break-point): Delete codes for | |
331 composite characters. | |
332 (fill-region-as-paragraph): Likewise. | |
333 | |
26830 | 334 1999-12-14 Gerd Moellmann <gerd@gnu.org> |
335 | |
26833 | 336 * international/mule-cmds.el (default-input-method): Specify |
337 that it should be set after current-language-environment. | |
338 | |
339 * custom.el (custom-handle-keyword): Add :set-after. | |
340 (custom-add-dependencies): New function. | |
341 (custom-set-variables): Take dependencies between args into | |
342 account. | |
343 | |
26830 | 344 * battery.el (battery): Doc fix. |
345 | |
26821 | 346 1999-12-12 Gerd Moellmann <gerd@gnu.org> |
347 | |
348 * progmodes/cc-make.el: Removed. | |
349 | |
26818 | 350 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> |
351 | |
352 * Release of cc-mode 5.26 | |
353 | |
354 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
355 | |
356 * cc-cmds.el (c-forward-conditional): Handle an arbitrary | |
357 target depth. Optionally count #else lines as clause limits, | |
358 as suggested by don provan <provan@lucent.com>. #elif | |
359 handling fixed. | |
360 | |
361 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional) | |
362 (c-down-conditional-with-else): New commands that uses the | |
363 added functionality in `c-forward-conditional'. | |
364 | |
365 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
366 | |
367 * cc-align.el (c-lineup-comment): Preserve the alignment with | |
368 a comment on the previous line instead of preserving the | |
369 comment-column. | |
370 | |
371 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
372 | |
373 * Fixes to IDL mode after input from Eric Eide | |
374 <eeide@cs.utah.edu>: | |
375 * cc-engine.el (c-beginning-of-statement-1): Allow | |
376 `c-conditional-key' to be nil, for the benefit of IDL mode. | |
377 * cc-engine.el (c-guess-basic-syntax): Ditto. | |
378 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class' | |
379 but do match CORBA 2.3 `valuetype'. | |
380 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil | |
381 for IDL. | |
382 * cc-langs.el (c-IDL-conditional-key): New defconst. Should | |
383 be nil for IDL. | |
384 * cc-langs.el (c-IDL-comment-start-regexp): New defconst. | |
385 Like C++. | |
386 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also, | |
387 set `c-method-key' and `c-baseclass-key' to nil. | |
388 | |
389 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
390 | |
391 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes | |
392 with nonhanging open braces. | |
393 | |
394 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
395 | |
396 * cc-align.el: Added docstrings to all lineup functions. | |
397 | |
398 * cc-align.el (c-lineup-java-throws): Handle a hanging throws | |
399 keyword. | |
400 | |
401 * cc-align.el (c-lineup-C-comments): Handle free form text | |
402 comments. Use c-comment-prefix-regexp and comment-start-skip | |
403 instead of hardcoded regexps. | |
404 | |
405 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
406 | |
407 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob | |
408 behavior and return value as documented. | |
409 | |
410 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
411 | |
412 * Changes for new style variable init system: | |
413 * cc-langs.el (c-common-init): Dito. | |
414 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's | |
415 now customizable. | |
416 * cc-vars.el: Style variables may now take a value | |
417 'set-from-style to make them take their value from the style | |
418 system. This value is now the default on all these variables. | |
419 * cc-vars.el (c-valid-offset): New function to verify a | |
420 syntactic symbol offset setting. | |
421 * cc-vars.el (c-offsets-alist): Variable moved from | |
422 cc-styles.el since it's now customizable in a similar way to | |
423 the other style variables. | |
424 * cc-vars.el (c-old-style-variable-behavior): New variable to | |
425 revert to the old style init behavior. | |
426 | |
427 * cc-vars.el (c-file-style, c-file-offsets): Made always | |
428 buffer local. | |
429 | |
430 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match | |
431 the throws clause that might follow the function prototype in | |
432 C++. | |
433 | |
434 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
435 | |
436 * cc-defs.el (c-beginning-of-macro): Fixed bug where point | |
437 could move forward for macros that doesn't start in column 0. | |
438 | |
439 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
440 | |
441 * cc-align.el (c-indent-multi-line-block, | |
442 c-lineup-whitesmith-in-block): Two new lineup functions for | |
443 use in whitesmith style. | |
444 | |
445 * cc-styles.el (c-style-alist): More fixes to whitesmith | |
446 style. It should now handle all different braces uniformly in | |
447 both hanging and non-hanging cases. | |
448 | |
449 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
450 | |
451 * cc-cmds.el (c-indent-exp): Use a marker to save point to | |
452 make it stay in the same position relative to the surrounding | |
453 text. | |
454 | |
455 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix | |
456 when adaptive-fill-mode doesn't manage to get it correct. | |
457 | |
458 * cc-menus.el (cc-imenu-java-generic-expression): Handle types | |
459 with dotted notation, e.g. foo.bar.Gnu. | |
460 | |
461 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls | |
462 within unwind-protect (previously only some were wrapped so it | |
463 would be possible to register mode initialization when full | |
464 initialization did not finish). | |
465 | |
466 * cc-styles.el (c-style-alist): Corrected the brace placement | |
467 in the whitesmith style. Thanks to Sean Luke | |
468 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith | |
469 styles with consistent brace placement for all constructs. | |
470 | |
471 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
472 | |
473 * cc-cmds.el (c-context-line-break): Continue C++ comments too | |
474 when point is in the middle of them. | |
475 | |
476 * cc-cmds.el: Line breaking and paragraph filling code | |
477 rewritten: | |
478 (c-guess-fill-prefix): New function that uses various | |
479 heuristics to guess the comment prefix. | |
480 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'. | |
481 It now assumes adaptive filling is active to preserve the line | |
482 prefix inside comments. | |
483 (c-indent-new-comment-line): Replacement for the now | |
484 obsolete `c-comment-line-break-function' that uses | |
485 `c-guess-fill-prefix' when appropriate. It now observes the | |
486 setting of `comment-multi-line', which has effect in C-style | |
487 block comments. | |
488 | |
489 * cc-cmds.el (c-context-line-break): New function intended to | |
490 be put on RET. It's essentially `newline-and-indent', but | |
491 continues C block comments with the appropriate line prefix. | |
492 | |
493 * cc-cmds.el (c-do-auto-fill): New function put on | |
494 `normal-auto-fill-function' to implement the | |
495 `c-ignore-auto-fill' variable. | |
496 | |
497 * cc-cmds.el (c-beginning-of-statement): Use | |
498 `c-comment-prefix-regexp' to avoid ending up inside the | |
499 comment prefix. Better handling of comment starters and | |
500 enders. Catch comments better when traversing code. Stop at | |
501 preprocessor directives. | |
502 | |
503 * cc-defs.el (c-forward-comment): New subst to hide platform | |
504 dependent quirks in `forward-comment'. | |
505 | |
506 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER | |
507 argument. | |
508 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER | |
509 arguments. Activate this function by default when | |
510 `parse-partial-sexp' supports it (currently Emacs 20.x). | |
511 | |
512 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax | |
513 on the comment opener to make constants usable as lineup | |
514 arguments. | |
515 | |
516 * cc-align.el (c-lineup-C-comments): Fixes to handle the | |
517 changed anchor position in the `c' syntactic symbol. Handle | |
518 more than stars in the comment prefix; use the new variable | |
519 `c-comment-prefix-regexp'. Don't indent text not preceded by | |
520 a comment prefix to the right of the comment opener if it's | |
521 long. | |
522 | |
523 * cc-langs.el: Fixes to mode initialization for new line | |
524 breaking and paragraph filling method. Adaptive fill mode is | |
525 now activated at startup instead of deactivated. The | |
526 variables used for adaptive filling and paragraph movement are | |
527 also changed to incorporate the value of | |
528 `c-comment-prefix-regexp'. `substitute-key-definition' is | |
529 used to override some functions in the global map instead of | |
530 overriding their default bindings. | |
531 | |
532 * cc-mode.el (java-mode): Modify `paragraph-start' for the | |
533 javadoc markup at mode init. | |
534 | |
535 * cc-mode.el (c-setup-filladapt): A new convenience function | |
536 to configure Kyle E. Jones' Filladapt mode for CC Mode. This | |
537 function is intended to be used explicitly by the end user | |
538 only. | |
539 | |
540 * cc-vars.el (c-comment-prefix-regexp): New variable used to | |
541 recognize the comment fill prefix inside comments. | |
542 (c-block-comment-prefix): New name for | |
543 `c-comment-contiuation-stars', which is now obsolete. It's | |
544 generalized to handle any character sequence. | |
545 (c-ignore-auto-fill): New variable used to selectively disable | |
546 Auto Fill mode in specific contexts. | |
547 | |
548 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
549 | |
550 * cc-cmds.el (c-comment-indent): Leave at least one space | |
551 between the comment and the last nonblank character in the | |
552 case where we look at the indentation of the comment on the | |
553 previous line (case 4). | |
554 | |
555 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the | |
556 list of characters that may start a statement (it's a sort of | |
557 prefix operator in Pike, and isn't used at all in any of the | |
558 other languages). | |
559 | |
560 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
561 | |
562 * cc-engine.el (c-guess-basic-syntax): Report brace list opens | |
563 inside continued statements as statement-cont instead of | |
564 brace-list-open. The reason is that one normally adjusts | |
565 brace-list-open for brace lists as top-level constructs, and | |
566 brace lists inside statements is a completely different | |
567 context. Case 10B.2 changed. Also changed (the somewhat | |
568 esoteric) case 9A to cope with this. | |
569 | |
570 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
571 | |
572 * cc-cmds.el (c-electric-brace): Added electric handling of | |
573 the open brace for brace-elseif-brace. | |
574 | |
575 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
576 | |
577 * cc-defs.el (c-with-syntax-table): New macro to easily switch | |
578 syntax tables temporarily. | |
579 | |
580 * cc-engine.el (c-guess-basic-syntax): Handle template and | |
581 member init argument lists split over several lines. Case 5D | |
582 changed. | |
583 | |
584 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag | |
585 @throws introduced in Javadoc 1.2. | |
586 | |
587 * cc-menus.el (cc-imenu-java-generic-expression): Applied | |
588 patch from RMS to avoid infinite backtracking. | |
589 | |
590 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
591 | |
592 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded | |
593 by [ ]. | |
594 | |
595 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
596 | |
597 * cc-align.el (c-lineup-dont-change): Compensate properly for | |
598 the column in langelem. | |
599 | |
600 * cc-engine.el (c-syntactic-information-on-region): New | |
601 function to help debugging the syntactic analysis. | |
602 | |
603 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
604 | |
605 * cc-align.el (c-lineup-template-args): Handle nested template | |
606 arglists. | |
607 | |
608 * cc-langs.el (c++-template-syntax-table): New syntax table | |
609 that makes `<' and `>' parenthesis characters, which is useful | |
610 to switch to temporarily when analyzing template arglists. | |
611 | |
612 * cc-styles.el: Changed default alignment of labels in the | |
613 java style to conform to the examples in the Java Language | |
614 Specification. | |
615 | |
616 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args' | |
617 by default. | |
618 | |
619 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
620 | |
621 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma | |
622 immediately before the closing paren in an arglist, so don't | |
623 check that in Pike mode. Case 7A changed. | |
624 | |
625 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
626 | |
627 * cc-cmds.el (c-indent-region): Fixed bug where comment-only | |
628 lines were ignored under certain conditions. | |
629 | |
630 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
631 | |
632 * cc-align.el (c-lineup-template-args): New function for | |
633 aligning continued template argument lists. | |
634 | |
635 * cc-engine.el (c-guess-basic-syntax): Fix for member init | |
636 lists containing function arglists split over several lines. | |
637 Case 5D.1 changed. | |
638 | |
639 * cc-engine.el (c-guess-basic-syntax): Fixed bug where | |
640 template-args-cont didn't get recognized when the first | |
641 arglist opener line doesn't contain a template argument. New | |
642 case 5K. | |
643 | |
644 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
645 | |
646 * cc-defs.el (c-point): Changed from subst to macro for | |
647 efficiency. | |
648 (c-beginning-of-defun-1, c-end-of-defun-1): New | |
649 beginning-of-defun/end-of-defun wrappers separated from | |
650 c-point. | |
651 | |
652 * cc-menus.el (imenu-generic-expression, | |
653 imenu-case-fold-search, imenu-progress-message): Dummy | |
654 definitions to avoid compiler warnings if imenu can't be | |
655 loaded. | |
656 * cc-menus.el (cc-imenu-init): New function called at mode | |
657 init. | |
658 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved | |
659 imenu initializations to cc-imenu-init. | |
660 | |
661 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
662 | |
663 * cc-engine.el (c-guess-basic-syntax): Slightly better check | |
664 for lambda-intro-cont in Pike mode. Case 6 changed. | |
665 | |
666 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where | |
667 anything following "new Foo()" was considered an anonymous | |
668 class body in Java mode. | |
669 | |
670 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org> | |
671 | |
672 * cc-cmds.el (c-comment-line-break-function): When breaking in | |
673 a string, don't insert a new line. | |
674 | |
675 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org> | |
676 | |
677 * cc-engine.el (c-at-toplevel-p): New interface function which | |
678 returns information useful to add-on authors. It tells you | |
679 whether you're at a toplevel statement or not. | |
680 | |
681 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org> | |
682 | |
683 * cc-cmds.el (c-comment-line-break-function): It is possible | |
684 that forward-line does not land us at the bol, say if we're on | |
685 the last line in a file. In that case, do a | |
686 back-to-indentation instead of a forward-comment -1. | |
687 | |
688 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
689 | |
690 * cc-engine.el (c-beginning-of-statement-1): Don't catch | |
691 "default:" as normal label in case 4. | |
692 | |
693 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
694 | |
695 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to | |
696 recognize continued bitfield declarations. Case 5D.1 changed. | |
697 * cc-langs.el: New variable c-bitfield-key. | |
698 * cc-mode.el: New variable c-bitfield-key. | |
699 | |
700 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
701 | |
702 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java | |
703 anonymous array expressions (i.e. "new Foo[] {.. bracelist | |
704 ..}"). | |
705 | |
26816 | 706 1999-12-12 Dave Love <fx@gnu.org> |
707 | |
26943 | 708 * mail/footnote.el: Require cl when compiling. Don't autoload |
709 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays. | |
26816 | 710 (footnote-insert-text-marker, Footnote-insert-pointer-marker): |
711 Avoid `acons'. | |
712 (footnote-mode-line-string, Footnote-add-footnote): Remove | |
713 autoload cookie. | |
714 | |
26814 | 715 1999-12-12 Richard Sharman <rsharman@pobox.com> |
716 | |
717 * sh-script.el: Fix for when font-lock mode is active. | |
718 (sh-font-lock-unfontify-region-function): New function. | |
719 | |
26812
7afb74b5999e
(menu-bar-edit-menu): Define the Spell submenu even
Eli Zaretskii <eliz@gnu.org>
parents:
26811
diff
changeset
|
720 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il> |
7afb74b5999e
(menu-bar-edit-menu): Define the Spell submenu even
Eli Zaretskii <eliz@gnu.org>
parents:
26811
diff
changeset
|
721 |
7afb74b5999e
(menu-bar-edit-menu): Define the Spell submenu even
Eli Zaretskii <eliz@gnu.org>
parents:
26811
diff
changeset
|
722 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even |
7afb74b5999e
(menu-bar-edit-menu): Define the Spell submenu even
Eli Zaretskii <eliz@gnu.org>
parents:
26811
diff
changeset
|
723 if start-process is not bound, since Ispell now supports such |
7afb74b5999e
(menu-bar-edit-menu): Define the Spell submenu even
Eli Zaretskii <eliz@gnu.org>
parents:
26811
diff
changeset
|
724 platforms as well. |
7afb74b5999e
(menu-bar-edit-menu): Define the Spell submenu even
Eli Zaretskii <eliz@gnu.org>
parents:
26811
diff
changeset
|
725 |
26811 | 726 1999-12-12 Gerd Moellmann <gerd@gnu.org> |
727 | |
728 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to | |
729 rmail-summary-goto-msg. | |
730 | |
731 * files.el (after-find-file): Fix previous change. | |
732 | |
733 1999-12-11 Dave Love <fx@gnu.org> | |
734 | |
735 * help.el (where-is): Use `commandp' as predicate for | |
26806 | 736 `completing-read' |
737 | |
26804
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
738 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
739 |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
740 * cus-edit.el (custom-save-delete): Delete all occurrences, |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
741 leave point where the first occurrence was. |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
742 (custom-save-faces): Insert a newline at the end of the comment. |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
743 Avoid a double newline there. |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
744 If final closeparen is at bol, put a space before it. |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
745 (custom-save-variables): Likewise. |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
746 (custom-file): Doc fix. |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
747 |
26799 | 748 1999-12-10 Gerd Moellmann <gerd@gnu.org> |
749 | |
750 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of | |
751 regexp matching image and audio files. | |
752 | |
26785 | 753 1999-12-09 Dave Love <fx@gnu.org> |
754 | |
755 * mail/footnote.el: New file. | |
756 | |
26780 | 757 1999-12-09 Gerd Moellmann <gerd@gnu.org> |
758 | |
759 * files.el (after-find-file): Use auto-save-visited-file-name if | |
760 set. | |
761 | |
762 * mail/feedmail.el (feedmail-find-eoh): Take | |
763 feedmail-queue-alternative-mail-header-separator into account. | |
764 | |
26777
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
765 1999-12-09 Stefan Monnier <monnier@cs.yale.edu> |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
766 |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
767 * smerge-mode.el: New file. |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
768 |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
769 * font-lock.el (font-lock-multiline): New variable. |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
770 (font-lock-add-keywords): Rename `major-mode' into `mode'. |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
771 (font-lock-remove-keywords): Added a dummy `mode' argument for |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
772 potential future support. |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
773 (font-lock-fontify-anchored-keywords, |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
774 (font-lock-fontify-keywords-region): Only handle multiline strings |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
775 if necessary (avoids a pathological behavior in (f.ex) diff-mode). |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
776 |
26772
409c955897d7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26760
diff
changeset
|
777 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
409c955897d7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26760
diff
changeset
|
778 |
26774
57be3cdaebfb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26772
diff
changeset
|
779 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f. |
57be3cdaebfb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26772
diff
changeset
|
780 |
26772
409c955897d7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26760
diff
changeset
|
781 * dired-aux.el (dired-insert-subdir): Add autoload cookie. |
409c955897d7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26760
diff
changeset
|
782 |
26760 | 783 1999-12-07 Dave Love <fx@gnu.org> |
784 | |
785 * help.el (view-emacs-problems): New command, bound to C-h P. | |
786 | |
787 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems. | |
788 | |
26744
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
789 1999-12-07 Stefan Monnier <monnier@cs.yale.edu> |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
790 |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
791 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change. |
26748
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
792 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map): |
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
793 New code to support the minor mode version. |
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
794 (diff-recenter): New function. |
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
795 (diff-next-hunk, diff-next-file): Use it. |
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
796 (diff-remembered-files-alist): New var. |
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
797 (diff-merge-strings): New function. |
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
798 (diff-find-file-name): Make it smarter and use the user's input more. |
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
799 (diff-mode): Cosmetic changes. |
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
800 |
26744
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
801 * files.el (save-some-buffers): Turn EXITING into the more general |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
802 PRED argument to allow specifying a subset of buffers. |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
803 |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
804 * simple.el (kill-region): Use the new `delete-and-extract-region' |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
805 rather than the undo log (which is incorrect with *-change-functions). |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
806 |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
807 * font-lock.el (font-lock-default-fontify-region): Fix subtle |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
808 off-by-one problem that could force re-fontifying the whole buffer. |
26747
a65919d40cd0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26744
diff
changeset
|
809 (font-lock-remove-keywords): New function. |
a65919d40cd0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26744
diff
changeset
|
810 (font-lock-add-keywords): Use the new function to ensure idempotence. |
26744
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
811 |
26743
2ddbff6366e9
* viper-cmd.el (viper-minibuffer-standard-hook,
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26739
diff
changeset
|
812 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu> |
2ddbff6366e9
* viper-cmd.el (viper-minibuffer-standard-hook,
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26739
diff
changeset
|
813 |
2ddbff6366e9
* viper-cmd.el (viper-minibuffer-standard-hook,
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26739
diff
changeset
|
814 * viper-cmd.el (viper-minibuffer-standard-hook, |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
815 viper-minibuffer-real-start): Mew functions. |
26743
2ddbff6366e9
* viper-cmd.el (viper-minibuffer-standard-hook,
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26739
diff
changeset
|
816 (viper-read-string-with-history,viper-file-add-suffix, |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
817 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the |
26743
2ddbff6366e9
* viper-cmd.el (viper-minibuffer-standard-hook,
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26739
diff
changeset
|
818 change in the status of the minibuffer prompt. |
2ddbff6366e9
* viper-cmd.el (viper-minibuffer-standard-hook,
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26739
diff
changeset
|
819 |
26739 | 820 1999-12-06 Gerd Moellmann <gerd@gnu.org> |
821 | |
822 * comint.el (comint-redirect-results-list) | |
823 (comint-redirect-results-list-from-process): Remove interactive | |
824 spec. | |
825 | |
26738
407a5a4056e8
(info-node, info-menu-5, info-xref): Define colors for Info faces if
Eli Zaretskii <eliz@gnu.org>
parents:
26736
diff
changeset
|
826 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il> |
407a5a4056e8
(info-node, info-menu-5, info-xref): Define colors for Info faces if
Eli Zaretskii <eliz@gnu.org>
parents:
26736
diff
changeset
|
827 |
407a5a4056e8
(info-node, info-menu-5, info-xref): Define colors for Info faces if
Eli Zaretskii <eliz@gnu.org>
parents:
26736
diff
changeset
|
828 * info.el (info-node, info-menu-5, info-xref): Define colors for |
407a5a4056e8
(info-node, info-menu-5, info-xref): Define colors for Info faces if
Eli Zaretskii <eliz@gnu.org>
parents:
26736
diff
changeset
|
829 Info faces if the display supports them. |
407a5a4056e8
(info-node, info-menu-5, info-xref): Define colors for Info faces if
Eli Zaretskii <eliz@gnu.org>
parents:
26736
diff
changeset
|
830 |
26736
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
831 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il> |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
832 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
833 Changes for automatic remapping of X colors on terminal frames: |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
834 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
835 * term/pc-win.el (msdos-setup-initial-frame): New function, run by |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
836 term-setup-hook. Call msdos-remember-default-colors and |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
837 msdos-handle-reverse-video. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
838 (msdos-face-setup): Parts of code moved to |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
839 msdos-setup-initial-frame. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
840 (msdos-handle-reverse-video): New function, modeled after |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
841 x-handle-reverse-video. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
842 (make-msdos-frame): Don't use initial-frame-alist and |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
843 default-frame-alist. Call msdos-handle-reverse-video. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
844 (msdos-color-aliases): Remove. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
845 (msdos-color-translate, msdos-approximate-color): Remove. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
846 (msdos-color-values): Use 16-bit RGB values. RGB values updated |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
847 for better approximation of X colors. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
848 (msdos-face-setup): Call tty-color-clear. Remove code that sets |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
849 up tty-color-alist (it is now on startup.el). |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
850 (x-display-color-p, x-color-defined-p, x-color-values, |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
851 x-defined-colors, face-color-supported-p, face-color-gray-p): |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
852 Remove. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
853 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
854 * facemenu.el (facemenu-read-color, list-colors-display): Use |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
855 defined-colors for all frame types. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
856 (facemenu-color-equal): Use color-values for all frame types. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
857 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
858 * faces.el (read-face-attribute): For :foreground and :background |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
859 attributes and frames on character terminals, translate the color |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
860 to the closest supported one before looking it up in the list of |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
861 valid values. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
862 (face-valid-attribute-values): Call defined-colors for all types |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
863 of frames. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
864 (defined-colors, color-defined-p, color-values, display-color-p): |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
865 New finctions. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
866 (x-defined-colors, x-color-defined-p, x-color-values, |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
867 x-display-color-p): Aliases for the above. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
868 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
869 * startup.el (command-line): Register terminal colors for frame |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
870 types other than x and w32, but only if the terminal supports |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
871 colors. Call tty-color-define instead of face-register-tty-color. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
872 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
873 * term/x-win.el (xw-defined-colors): Renamed from |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
874 x-defined-colors. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
875 * term/w32-win.el (xw-defined-colors): Likewise. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
876 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
877 * term/tty-colors.el: New file. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
878 * loadup.el: Load term/tty-colors. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
879 |
26733 | 880 1999-12-06 Dave Love <fx@gnu.org> |
881 | |
882 * ffap.el: Autoload the ffap alias directly. | |
883 | |
26727 | 884 1999-12-06 Inge Frick <inge@nada.kth.se> |
885 | |
886 * dired-aux.el (dired-do-shell-command): Changed documentation. | |
887 (dired-shell-stuff-it): A `?' in COMMAND has now the same | |
888 meaning as `*'. | |
889 | |
26721 | 890 1999-12-06 Gerd Moellmann <gerd@gnu.org> |
891 | |
26724 | 892 * simple.el (insert-buffer): Doc fix. |
893 | |
26721 | 894 * apropos.el (apropos-mode): Add autoload cookie. |
895 | |
896 1999-12-06 Sam Steingold <sds@goems.com> | |
897 | |
898 * progmodes/etags.el (etags-tags-completion-table): Modified the | |
899 regexp to allow for the CL symbols starting with `+*'. | |
900 (tags-completion-table): Doc fix (it's an obarray, not an alist). | |
901 (tags-completion-table, tags-recognize-empty-tags-table): Remove | |
902 `function' quoting lambda. | |
903 (tags-with-face): New macro. | |
904 (list-tags, tags-apropos): Use it. | |
905 (tags-apropos-additional-actions): New user option. | |
906 (etags-tags-apropos-additional): Use it. | |
907 (tags-apropos): Call etags-tags-apropos-additional. | |
908 (tags-apropos-verbose): New user option. | |
909 (etags-tags-apropos): Use it. | |
910 (visit-tags-table-buffer, next-file): Use `unless'. | |
911 (recognize-empty-tags-table): Renamed to | |
912 tags-recognize-empty-tags-table. | |
913 (complete-tag): Call tags-complete-tag bypassing try-completion. | |
914 | |
26717 | 915 1999-12-06 Kenichi Handa <handa@etl.go.jp> |
916 | |
917 * international/mule.el (set-buffer-file-coding-system): Docstring | |
918 modified. | |
919 | |
26712 | 920 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de> |
921 | |
922 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support | |
923 using the hideshow package. | |
924 (hs-special-modes-alist): Added entry for bibtex to allow the use | |
925 of the hideshow package. | |
926 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is | |
927 not longer provided by bibtex.el directly. Instead the hideshow | |
928 package should be used. | |
929 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete | |
930 references to bibtex-hide-entry-bodies. | |
931 | |
932 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
933 | |
934 * textmodes/bibtex.el: Copyright notice is up to date. Moved | |
935 maintainer information closer to the beginning of the bibtex.el | |
936 file. | |
937 (bibtex-maintainer-salutation): New constant. | |
938 (bibtex-version): New constant. | |
939 (bibtex-submit-bug-report): Use bibtex-version and | |
940 bibtex-maintainer-salutation. | |
941 (bibtex-entry-field-alist): Made booktitle field optional for | |
942 @inproceedings entries when crossreferenced. | |
943 (bibtex-entry-field-alist): Added booktitle field to proceedings | |
944 entry type (for cross referencing). Thanks to Wagner Toledo Correa | |
945 for the suggestion. | |
946 (bibtex-string-file-path): Fixed typo. | |
947 | |
948 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl> | |
949 | |
950 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &' | |
951 for reftex.el. | |
952 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex' | |
953 to menu. | |
954 | |
26708 | 955 1999-12-04 Dave Love <fx@gnu.org> |
956 | |
957 * delsel.el: Revert previous change -- region is significant to | |
958 skeleton. | |
959 | |
26702
8be2b52389a5
* viper-cmd.el (viper-change-state): Use
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26692
diff
changeset
|
960 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu> |
8be2b52389a5
* viper-cmd.el (viper-change-state): Use
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26692
diff
changeset
|
961 |
8be2b52389a5
* viper-cmd.el (viper-change-state): Use
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26692
diff
changeset
|
962 * viper-cmd.el (viper-change-state): Use |
8be2b52389a5
* viper-cmd.el (viper-change-state): Use
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26692
diff
changeset
|
963 viper-ESC-moves-cursor-back to decide whether to move the cursor |
8be2b52389a5
* viper-cmd.el (viper-change-state): Use
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26692
diff
changeset
|
964 back. |
8be2b52389a5
* viper-cmd.el (viper-change-state): Use
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26692
diff
changeset
|
965 |
26692 | 966 1999-12-03 Kenichi Handa <handa@mule.m17n.org> |
967 | |
968 * international/mule-util.el (truncate-string-to-width): Docsting | |
969 fixed. | |
970 | |
26690
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
971 1999-12-02 Stefan Monnier <monnier@cs.yale.edu> |
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
972 |
26692 | 973 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious |
26690
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
974 use of `cond'. |
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
975 (lm-with-file): Move all the find-file...kill-buffer stuff into |
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
976 this macro. Make it use `find-file-noselect' and make it kill |
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
977 the buffer only if it wasn't already displayed somewhere. |
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
978 (lm-summary, lm-authors, lm-maintainer, lm-creation-date) |
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
979 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by) |
26692 | 980 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file. |
26744
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
981 (lm-commentary): Fix to handle the case when the change log is |
26690
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
982 at the end of the file. |
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
983 |
26689 | 984 1999-12-02 Kenichi Handa <handa@etl.go.jp> |
985 | |
986 * international/mule.el (charsetp): Fix typo in docstring. | |
987 | |
988 * international/mule-diag.el (list-coding-categories): Fix typo; | |
989 automatic -> autoload. | |
990 | |
26676 | 991 1999-12-02 Gerd Moellmann <gerd@gnu.org> |
992 | |
26686 | 993 * vc.el (vc-update-change-log): Look for rcs2log under |
994 exec-directory. | |
995 | |
26683 | 996 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change |
997 outline-regexp, add outline-level. | |
998 (lisp-outline-level): New. | |
999 | |
26681 | 1000 * calendar/appt.el (appt-convert-time): Handle "12:MMam", |
1001 remove extraneous string-match. | |
1002 | |
26676 | 1003 * finder.el (finder-commentary): Activate Finder mode. |
1004 | |
26674 | 1005 1999-12-01 Anders Lindgren <andersl@andersl.com> |
1006 | |
1007 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned | |
1008 off when reverting buffers that contained mode specifiers. | |
1009 `revert-buffer' is now called with non-nil PRESERVE-MODES | |
1010 argument. | |
1011 | |
26672 | 1012 1999-12-01 Dave Love <fx@gnu.org> |
1013 | |
1014 * delsel.el: Grok skeleton-pair-insert-maybe. | |
1015 | |
26668
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
1016 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
1017 |
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
1018 * progmodes/cperl-mode.el (cperl-under-as-char): |
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
1019 Use nil as default. |
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
1020 |
26660 | 1021 1999-11-30 Gerd Moellmann <gerd@gnu.org> |
1022 | |
1023 * speedbar.el (toplevel): Remove compatibility code for Emacs | |
1024 versions without custom.el. | |
1025 | |
26658 | 1026 1999-11-30 Dave Love <fx@gnu.org> |
1027 | |
26943 | 1028 * progmodes/fortran.el (fortran-strip-sequence-nos): New command. |
26666 | 1029 |
26662 | 1030 * autoinsert.el: Minor doc fixes. |
1031 (auto-insert): Return nil. | |
1032 | |
26658 | 1033 * faces.el (set-face-documentation): Purecopy STRING. |
1034 | |
26654 | 1035 1999-11-29 Dave Love <fx@gnu.org> |
1036 | |
26656 | 1037 * derived.el: Doc fixes, remove old backquote syntax. |
1038 | |
26654 | 1039 * cus-edit.el (custom-save-variables, custom-save-faces): Write a |
1040 comment warning about editing. | |
1041 | |
26651 | 1042 * help.el (help-mode-hook): Define. |
1043 | |
26649 | 1044 1999-11-29 Gerd Moellmann <gerd@gnu.org> |
1045 | |
1046 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct | |
1047 invalid translation of old-style backquote syntax to new syntax. | |
1048 | |
26636
36564a827d06
Makefile (DONTCOMPILE): Add term/internal.el
Eli Zaretskii <eliz@gnu.org>
parents:
26628
diff
changeset
|
1049 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il> |
36564a827d06
Makefile (DONTCOMPILE): Add term/internal.el
Eli Zaretskii <eliz@gnu.org>
parents:
26628
diff
changeset
|
1050 |
36564a827d06
Makefile (DONTCOMPILE): Add term/internal.el
Eli Zaretskii <eliz@gnu.org>
parents:
26628
diff
changeset
|
1051 * Makefile (DONTCOMPILE): Add term/internal.el. |
36564a827d06
Makefile (DONTCOMPILE): Add term/internal.el
Eli Zaretskii <eliz@gnu.org>
parents:
26628
diff
changeset
|
1052 |
26628 | 1053 1999-11-26 Dave Love <fx@gnu.org> |
1054 | |
1055 * comint.el: Fix last change. | |
1056 | |
1057 * emacs-lisp/advice.el: Fix last change. | |
1058 | |
26626
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1059 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1060 |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1061 * cus-edit.el (Custom-reset-standard): Doc fix. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1062 (custom-variable-reset-standard): Doc fix. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1063 (custom-face-reset-standard): Doc fix. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1064 (custom-face-menu): "Reset to Standard" => "Erase Customization". |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1065 (custom-variable-menu): Likewise. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1066 (custom-reset-menu): Likewise. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1067 (custom-buffer-create-internal): Likewise. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1068 |
26624 | 1069 1999-11-26 Dave Love <fx@gnu.org> |
1070 | |
1071 * progmodes/make-mode.el (makefile-mode-hook): Customize. | |
1072 | |
1073 * font-lock.el: Doc fixes. | |
1074 | |
1075 * menu-bar.el (menu-bar-mode): Customize. | |
1076 | |
1077 * cus-start.el: Add use-dialog-box. | |
1078 | |
1079 * add-log.el (change-log-mode-hook): Customize. | |
1080 (add-log-current-defun): Use | |
1081 fortran-{beginning,end}-of-subprogram. | |
1082 | |
26623
92f785e7552d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26617
diff
changeset
|
1083 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
92f785e7552d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26617
diff
changeset
|
1084 |
92f785e7552d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26617
diff
changeset
|
1085 * emacs-lisp/advice.el: Many doc fixes. |
26617
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1086 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1087 * comint.el (comint-preoutput-filter-functions): Doc fix. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1088 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1089 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1090 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1091 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1092 Improve messages for capitalization of arg names, |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1093 for flag variables, for t and nil, for imperatives. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1094 Call them imperatives rather than infinitives sans "to". |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1095 (checkdoc-common-verbs-wrong-voice): Add "moves". |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1096 (checkdoc-message-text-engine): Improve messages for y-or-n-p. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1097 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1098 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1099 Don't convert comments from 3-semicolon to 2-semicolon. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1100 That is a matter of style. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1101 (checkdoc-triple-semi-comment-check-flag): Variable deleted. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1102 (checkdoc-comments): Don't bind that variable. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1103 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1104 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1105 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1106 * files.el (write-file-hooks): Doc fix. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1107 |
26608 | 1108 1999-11-26 Gerd Moellmann <gerd@gnu.org> |
1109 | |
1110 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='. | |
1111 | |
26600 | 1112 1999-11-25 Dave Love <fx@gnu.org> |
1113 | |
1114 * hippie-exp.el: Require comint when compiling. | |
1115 (hippie-expand): Add :links. | |
1116 (hippie-expand-try-functions-list): Customize. | |
1117 | |
26588
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
1118 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu> |
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
1119 |
26609 | 1120 * viper*el: Replaced old-style backquotes. |
26588
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
1121 |
26609 | 1122 * ediff*el: Replaced old-style backquotes. |
26588
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
1123 |
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
1124 * ediff-merge |
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
1125 (ediff-looks-like-combined-merge,ediff-get-combined-region): |
26609 | 1126 Changed to support the new format for ediff-combination-pattern. |
26588
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
1127 |
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
1128 * ediff-diff (ediff-set-fine-overlays-in-one-buffer): |
26609 | 1129 Changed to support the new format for ediff-combination-pattern. |
26588
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
1130 |
26581 | 1131 1999-11-24 Dave Love <fx@gnu.org> |
1132 | |
26584 | 1133 * custom.el (custom-declare-group): Purecopy DOC. |
1134 (custom-handle-keyword): Purecopy VALUE. | |
1135 (custom-add-link): Purecopy WIDGET. | |
1136 (custom-add-version): Purecopy VERSION. | |
1137 (custom-add-load): Purecopy LOAD. | |
1138 | |
1139 * cus-face.el (custom-declare-face): Purecopy DOC. | |
1140 | |
26581 | 1141 * info.el: |
1142 (Info-build-node-completions, Info-search, Info-follow-reference) | |
1143 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token) | |
1144 (Info-find-emacs-command-nodes): Avoid properties on matched text | |
1145 which may appear in minibuffer. | |
1146 | |
26579 | 1147 1999-11-24 Gerd Moellmann <gerd@gnu.org> |
1148 | |
1149 * locate.el (locate-with-filter): Doc fix. | |
1150 | |
26577 | 1151 1999-11-24 Alex Schroeder <alex@gnu.org> |
1152 | |
1153 * sql.el (sql-find-sqli-buffer): New function. | |
1154 (sql-set-sqli-buffer-generally): New function. | |
1155 (sql-set-sqli-buffer): Better checking of new-buffer. | |
1156 (sql-copy-column): Add comma after INTO clause, too. | |
1157 | |
1158 1999-11-24 Alex Schroeder <alex@gnu.org> | |
1159 | |
1160 * sql.el (sql-imenu-generic-expression): New, used to set | |
1161 imenu-generic-expression. | |
1162 | |
1163 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when | |
1164 setting font-lock-defaults' SYNTAX-ALIST. Set | |
1165 imenu-generic-expression, imenu-case-fold-search, and | |
1166 imenu-syntax-alist. | |
1167 | |
1168 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95 | |
1169 and 46 when setting font-lock-defaults' SYNTAX-ALIST. | |
1170 | |
26575 | 1171 1999-11-23 Andrew Innes <andrewi@gnu.org> |
1172 | |
1173 * w32-win.el (w32-drag-n-drop): Load files in current window, if | |
1174 drop coords aren't over a specific window. | |
1175 | |
26564 | 1176 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1177 | |
1178 * ps-print.el: Define mule funs without checking if mule package is | |
1179 loaded. | |
1180 (ps-print-version): New version number (5.0.1). | |
1181 (ps-header-dirpart): Now uses abbreviate-file-name. | |
1182 | |
26559 | 1183 1999-11-23 Dave Love <fx@gnu.org> |
1184 | |
26943 | 1185 * progmodes/fortran.el (fortran-comment-line-start): Renamed from |
26561 | 1186 comment-line-start. |
1187 (fortran-comment-line-start-skip): Renamed from | |
1188 comment-line-start-skip. | |
1189 (fortran-mode-map): Use renamed functions. Add manual and custom | |
1190 entries to menu. | |
1191 (fortran-mode-hook): Customize. | |
1192 (fortran-comment-indent-function): Renamed from | |
1193 fortran-comment-hook. | |
1194 (delete-horizontal-regexp): Function deleted. | |
1195 (fortran-electric-line-number): Simplified. | |
1196 (fortran-beginning-of-subprogram): Renamed from | |
1197 beginning-of-fortran-subprogram. | |
1198 (fortran-end-of-subprogram): Renamed from | |
1199 end-of-fortran-subprogram. | |
1200 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram. | |
1201 (fortran-previous-statement, fortran-next-statement): Simplified. | |
1202 (fortran-blink-match): New function. | |
1203 (fortran-blink-matching-if, fortran-blink-matching-do): Use it. | |
1204 (fortran-indent-to-column): Don't use delete-horizontal-regexp. | |
1205 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use | |
1206 line-end-position. | |
1207 (fortran-fill): No longer interactive. Simplified. | |
1208 (fortran-break-line): Simplified. | |
1209 (fortran-analyze-file-format): Use char-after, not looking-at. | |
1210 | |
26943 | 1211 * emacs-lisp/find-func.el (find-function-regexp): Use |
1212 `define-minor-mode' after easy-menu change. | |
26559 | 1213 |
26554 | 1214 1999-11-23 Gerd Moellmann <gerd@gnu.org> |
1215 | |
1216 * comint.el: Add redirection.from active comint buffers into | |
1217 another buffer. Written by Peter Breton. | |
1218 | |
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
1219 1999-11-23 Stefan Monnier <monnier@cs.yale.edu> |
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
1220 |
26552
88324520c7fc
(make-autoload): Recognize the new `define-minor-mode'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26551
diff
changeset
|
1221 * emacs-lisp/autoload.el (make-autoload): Recognize the new |
26554 | 1222 `define-minor-mode'. |
26552
88324520c7fc
(make-autoload): Recognize the new `define-minor-mode'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26551
diff
changeset
|
1223 (define-minor-mode): Specify `doc-string-elt'. |
88324520c7fc
(make-autoload): Recognize the new `define-minor-mode'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26551
diff
changeset
|
1224 |
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
1225 * emacs-lisp/easy-mmode.el: Changed maintainer. |
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
1226 (easy-mmode-define-toggle): New BODY arg; Never append `-mode'; |
26554 | 1227 Use defcustom for the hooks; Improve the auto-generated docstrings. |
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
1228 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'. |
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
1229 (define-minor-mode): Add BODY arg; Only declare the keymap if |
26554 | 1230 provided; Improve the auto-generated docstrings. |
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
1231 |
26533 | 1232 1999-11-22 Gerd Moellmann <gerd@gnu.org> |
1233 | |
26554 | 1234 * textmodes/text-mode.el (text-mode): Construct paragraph-start so |
26545 | 1235 that the leading `^' is at the start. This is necessary because |
1236 paragraphs.el tries to remove anchors, but can find them only if | |
1237 they are the first character. | |
1238 | |
26543 | 1239 * progmodes/antlr-mode.el: New file. |
1240 | |
26533 | 1241 * calendar/calendar.el: Fix autoload for |
1242 calendar-absolute-from-astro. Add autoload for | |
1243 calendar-print-astro-day-number. | |
1244 | |
26524 | 1245 1999-11-21 Anders Lindgren <andersl@andersl.com> |
1246 | |
1247 * follow.el: Use modern backquote syntax. Minor comment update. | |
1248 | |
26520 | 1249 1999-11-21 Gerd Moellmann <gerd@gnu.org> |
1250 | |
26522 | 1251 * simple.el (with-syntax-table): Don't switch buffers. |
1252 | |
26520 | 1253 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el, |
1254 progmodes/hideif.el: Use new backquote syntax. | |
1255 | |
26517 | 1256 1999-11-21 Ken Manheimer <klm@python.org> |
1257 | |
1258 * icomplete.el (icomplete-completions): Use an explicit variable | |
1259 `icomplete-prospects-length', obviating the need to use an | |
1260 apparently faulty throw/catch arrangement. | |
1261 | |
26515
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
1262 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il> |
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
1263 |
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
1264 * term/internal.el (IT-display-table-setup): Don't overstep |
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
1265 character code 255. |
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
1266 |
26511 | 1267 1999-11-20 Kenichi Handa <handa@mule.m17n.org> |
1268 | |
1269 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font | |
1270 for the charset chinese-sisheng is 7bit encoding, not 8bit. | |
1271 | |
26508
8548cb8ad6e2
(PC-do-complete-and-exit): use minibuffer-prompt-end to
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26505
diff
changeset
|
1272 1999-11-19 Stefan Monnier <monnier@cs.yale.edu> |
8548cb8ad6e2
(PC-do-complete-and-exit): use minibuffer-prompt-end to
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26505
diff
changeset
|
1273 |
26517 | 1274 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the |
1275 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars. | |
1276 | |
1277 * files.el (auto-mode-alist): Add patterns for diff-mode. | |
1278 | |
1279 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end | |
1280 to detect an empty prompt. | |
26508
8548cb8ad6e2
(PC-do-complete-and-exit): use minibuffer-prompt-end to
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26505
diff
changeset
|
1281 |
26505 | 1282 1999-11-18 Dave Love <fx@gnu.org> |
1283 | |
1284 * simple.el (input-mode-8-bit): Fix the customization. | |
1285 | |
26489 | 1286 1999-11-18 Gerd Moellmann <gerd@gnu.org> |
1287 | |
26494 | 1288 * international/iso-acc.el (iso-languages): Add more |
1289 characters for Portuguese. | |
1290 | |
26492 | 1291 * speedbar.el: Clean up comment at the start of the file. |
1292 Remove RCS id. | |
1293 | |
26489 | 1294 * progmodes/compile.el (compilation-parse-errors): Use |
1295 compilation-buffer-p instead of testing major-mode. | |
1296 | |
26496 | 1297 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk> |
1298 | |
1299 * quickurl.el Added defcustom of quickurl-completion-ignore-case. | |
1300 (quickurl-ask): completion-ignore-case is set to the value of | |
1301 quickurl-completion-ignore-case for the duration of the call to | |
1302 completing-read. | |
1303 | |
26487 | 1304 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1305 | |
1306 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook. | |
1307 | |
26484
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
1308 1999-11-18 Kenichi Handa <handa@etl.go.jp> |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
1309 |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
1310 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
1311 instead of ps-print-def. |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
1312 |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
1313 * ps-print.el: Require ps-vars instead of ps-print-def. |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
1314 |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
1315 * ps-mule.el: Require ps-vars instead of ps-print-def. |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
1316 |
26477 | 1317 1999-11-17 Gerd Moellmann <gerd@gnu.org> |
1318 | |
1319 * simple.el (with-syntax-table): Save buffer explicitly instead of | |
1320 using save-excursion. | |
1321 | |
26467 | 1322 1999-11-16 Gerd Moellmann <gerd@gnu.org> |
1323 | |
1324 * mail/supercite.el: New maintainer. | |
1325 | |
1326 1999-11-16 Reto Zimmermann <reto@synopsys.com> | |
1327 | |
1328 * progmodes/vhdl-mode.el: Use new backquote syntax. | |
1329 | |
1330 1999-11-16 Gerd Moellmann <gerd@gnu.org> | |
1331 | |
1332 * simple.el (with-syntax-table): New. | |
1333 | |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
1334 1999-11-15 Sam Steingold <sds@ksp.com> |
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
1335 |
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
1336 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax. |
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
1337 |
26458
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
1338 1999-02-22 Sam Steingold <sds@goems.com> |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
1339 |
26458
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
1340 * goto-addr.el (goto-address-at-mouse, |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
1341 goto-address-find-address-at-point): Use compose-mail. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
1342 (goto-address-mail-method): Removed variable. |
26458
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
1343 (goto-address-send-using-mh-e, goto-address-send-using-mhe, |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
1344 goto-address-send-using-mail): Removed functions. |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
1345 |
26457
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
1346 1998-11-03 Sam Steingold <sds@goems.com> |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
1347 |
26457
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
1348 * simple.el (backward-delete-char-untabify): |
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
1349 backward-delete-char-untabify-method can be `all' now - to delete |
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
1350 hungrily including newlines. |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
1351 |
26456 | 1352 1999-11-15 Sam Steingold <sds@ksp.com> |
1353 | |
1354 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax. | |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
1355 |
26452 | 1356 1999-11-15 Dave Love <fx@gnu.org> |
1357 | |
1358 * cus-edit.el (customize-face, customize-face-other-window): | |
1359 Require match from completing-read. | |
1360 (custom-buffer-done-function): Default to custom-bury-buffer, not | |
1361 bury-buffer. | |
1362 | |
26450 | 1363 1999-11-15 Gerd Moellmann <gerd@gnu.org> |
1364 | |
26456 | 1365 * mail/rmail.el, iswitchb.el, hippie-exp.el, |
1366 progmodes/cperl-mode.el: Use new backquote syntax. | |
26450 | 1367 |
26445 | 1368 1998-09-14 Michael Ernst <mernst@alum.mit.edu> |
1369 | |
1370 * uniquify.el: Use new backquote syntax. | |
1371 | |
1372 1999-11-14 Markus Rost <rost@ias.edu> | |
26443 | 1373 |
1374 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r | |
1375 as in ispell-local-dictionary-alist. | |
1376 | |
26445 | 1377 1999-11-14 Alex Schroeder <alex@gnu.org> |
26440 | 1378 |
1379 * ansi-color.el (ansi-color-apply): Updated regexps to include | |
1380 highlighted face. | |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
1381 |
26445 | 1382 1999-01-14 Johan Vromans <jvromans@squirrel.nl> |
26437 | 1383 |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
1384 * forms.el (forms--make-format-elt-using-text-properties): |
26437 | 1385 Treat `intangible' differently. |
1386 | |
1387 * forms.el: Use new backquote syntax. | |
1388 | |
26434 | 1389 1999-11-13 Gerd Moellmann <gerd@gnu.org> |
1390 | |
1391 * textmodes/scribe.el (scribe-mode): Doc-fix. | |
1392 | |
26431
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
1393 1999-11-13 Peter Breton <pbreton@ne.mediaone.net> |
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
1394 |
26435 | 1395 * net-utils.el (run-network-program, net-utils-run-program): Use |
1396 the new backquote syntax. | |
1397 (smbclient-program, smbclient-program-options) | |
1398 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New | |
1399 variables | |
26431
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
1400 (smbclient, smbclient-list-shares): New functions |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
1401 |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1402 1999-11-12 Sam Steingold <sds@ksp.com> |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1403 |
26435 | 1404 * emulation/viper-init.el (viper-deflocalvar, viper-loop) |
1405 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair) | |
1406 (viper-kbd-buf-definition, viper-kbd-mode-alist) | |
1407 (viper-kbd-mode-pair, viper-kbd-mode-definition) | |
1408 (viper-kbd-global-pair, viper-kbd-global-definition): | |
26429
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
1409 Use the new backquote syntax. |
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
1410 |
26435 | 1411 * emulation/viper-cmd.el (viper-test-com-defun) |
1412 (viper-prefix-arg-value, viper-prefix-arg-com): | |
26429
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
1413 Use the new backquote syntax. |
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
1414 |
26428
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
1415 * emacs-lisp/debug.el (debugger-env-macro): |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
1416 Use the new backquote syntax. |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
1417 |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
1418 * emacs-lisp/easymenu.el (easy-menu-make-symbol): |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
1419 Use the new backquote syntax. |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
1420 |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1421 * calendar/calendar.el (calendar-remove-frame-by-deleting): |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1422 New user variable. |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1423 (calendar-hide-window): Use it. |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1424 (increment-calendar-month, calendar-for-loop, calendar-sum): |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1425 Use the new backquote syntax. |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1426 |
26424 | 1427 1999-11-12 Andrew Innes <andrewi@gnu.org> |
1428 | |
1429 * select.el (x-set-selection): Call buffer-substring, not | |
1430 substring. Also fix docstring | |
1431 | |
26422 | 1432 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl> |
1433 | |
1434 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list | |
1435 of customizable variables to bug report message. Added | |
1436 system-type to package name in bug report. | |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1437 |
26419 | 1438 1999-11-12 Gerd Moellmann <gerd@gnu.org> |
1439 | |
1440 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name | |
1441 to display file names. | |
1442 | |
26409 | 1443 1999-11-11 Gerd Moellmann <gerd@gnu.org> |
1444 | |
26411 | 1445 * mwheel.el: Fix copyright notice, don't require 'cl at run time. |
1446 | |
26409 | 1447 * isearch.el: Add lazy-highlighting feature. |
1448 | |
26406 | 1449 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl> |
1450 | |
1451 * progmodes/ps-mode.el (ps-mode-maintainer-address): New | |
1452 constant. | |
1453 (ps-mode-submit-bug-report): New function. Entry added to menu. | |
1454 | |
26399
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
1455 1999-11-10 William M. Perry <wmperry@aventail.com> |
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
1456 |
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
1457 * mwheel.el: New file to support the new style wheeled mice. |
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
1458 |
26394 | 1459 1999-11-10 Gerd Moellmann <gerd@gnu.org> |
1460 | |
26406 | 1461 * startup.el (initial-scratch-message): Add ";;" to the front of |
1462 lines in the message. | |
1463 | |
26396 | 1464 * files.el (file-local-copy): Remove optional BUFFER argument |
1465 because that's not used by anything. | |
1466 | |
26394 | 1467 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as |
1468 to-address. | |
1469 | |
26387 | 1470 1999-11-08 Markus Rost <rost@ias.edu> |
1471 | |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1472 * wid-edit.el (widget-button-click): Wrap with save-excursion |
26387 | 1473 to restore track-mouse in the correct buffer. |
1474 | |
1475 1999-11-08 Gerd Moellmann <gerd@gnu.org> | |
1476 | |
1477 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com. | |
1478 | |
1479 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl> | |
1480 | |
1481 * progmodes/ps-mode.el (ps-mode-print-function): Changed default | |
1482 lpr-command to "lp" for some system-types. (copied from lpr.el | |
1483 Emacs version 20.2.1). | |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1484 |
26362 | 1485 1999-11-04 Markus Rost <rost@ias.edu> |
1486 | |
1487 * simple.el (comment-region): Strip off white space at end of | |
1488 comment-start. | |
1489 | |
26354 | 1490 1999-11-04 Gerd Moellmann <gerd@gnu.org> |
1491 | |
1492 * faces.el (secondary-selection): Fix wrong color name. | |
1493 | |
26352 | 1494 1999-11-04 John Tobey <jtobey@epsilondev.com> |
1495 | |
1496 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0", | |
1497 the default when invoking perldb in a non-Perl buffer, and other | |
1498 cases involving -e or --. | |
1499 | |
26342 | 1500 1999-11-04 Gerd Moellmann <gerd@gnu.org> |
1501 | |
26352 | 1502 * simple.el (previous-matching-history-element) |
1503 (next-history-element): Use delete-field instead of erase-field. | |
1504 | |
1505 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit): | |
1506 Use delete-field instead of erase-field. | |
1507 | |
26344 | 1508 * faces.el (secondary-selection): Change background to yellow. |
1509 | |
26342 | 1510 * complete.el (PC-do-completion): Use minibuffer-prompt-end to |
1511 find the start of the text. Use field-string to read the user | |
1512 input. | |
1513 | |
26333 | 1514 1999-11-03 Gerd Moellmann <gerd@gnu.org> |
1515 | |
26338 | 1516 * faces.el (make-face-bold, make-face-unbold, make-face-italic) |
1517 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument | |
1518 for compatibility with old face implementation. | |
1519 | |
26336 | 1520 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit): |
1521 Use erase-field instead of erase-buffer. | |
1522 | |
26333 | 1523 * frame.el (blink-cursor-mode, blink-cursor-end): Use |
1524 internal-show-cursor with new interface. | |
1525 (blink-cursor-timer-function): New. | |
1526 (blink-cursor-start): Use blink-cursor-timer-function. | |
1527 | |
26331 | 1528 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
1529 | |
1530 * calendar.el (redraw-calendar): Move to nearest date before | |
1531 redrawing. | |
1532 | |
1533 * diary-lib.el (simple-diary-display): Reset modeline even if | |
1534 there are no diary entries since the diary buffer may be displayed. | |
1535 | |
26326 | 1536 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1537 | |
1538 * emacs-lisp/debug.el (debug): If noninteractive, display the | |
1539 backtrace using `message', then exit Emacs. | |
1540 (debugger-batch-max-lines): New variable. | |
1541 (debugger-setup-buffer): New subroutine, broken out of `debug'. | |
1542 Change the messages put at the start, to say that the debugger | |
1543 was entered. | |
1544 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1545 1999-11-02 Sam Steingold <sds@ksp.com> |
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1546 |
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1547 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp. |
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1548 |
26295 | 1549 1999-11-01 John Tobey <jtobey@epsilondev.com> |
1550 | |
1551 * gud.el: (gud-perldb-massage-args): Massage correctly in the | |
1552 presence of perl switches other than "-e". | |
1553 | |
26287 | 1554 1999-11-01 Markus Rost <rost@ias.edu> |
1555 | |
1556 * dired-x.el (dired-smart-shell-command): Use | |
1557 shell-command-history as in shell-command. | |
1558 | |
26282 | 1559 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1560 | |
1561 * userlock.el (ask-user-about-lock): Doc fix. | |
1562 | |
26285 | 1563 * frame.el: Doc fixes. |
1564 | |
26271 | 1565 1999-11-01 Gerd Moellmann <gerd@gnu.org> |
1566 | |
26279 | 1567 * frame.el (blink-cursor-mode): Call internal-show-cursor instead |
1568 of show-cursor. | |
1569 (blink-cursor-start, blink-cursor-end): Ditto. | |
1570 | |
26271 | 1571 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode. |
1572 | |
26269 | 1573 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1574 | |
1575 * window.el (walk-windows): If ALL-FRAMES is a frame, | |
1576 start on that frame. Use save-selected-window. | |
1577 | |
26266 | 1578 1999-11-01 Gerd Moellmann <gerd@gnu.org> |
1579 | |
1580 * simple.el (end-of-buffer): Use window-end to find the window end | |
1581 instead of vertical-motion because this handles variable-height | |
1582 lines correctly. | |
1583 | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1584 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu> |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1585 |
26266 | 1586 * ediff.el: Version change. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1587 |
26266 | 1588 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows. |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1589 make sure you are in a good frame before deleting other |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1590 windows. |
26266 | 1591 (ediff-file-checked-in-p): Don't consider CVS |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1592 files checked in. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1593 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1594 are writing to a newly created empty file. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1595 |
26266 | 1596 * ediff-mult.el (ediff-show-session-group-hook): New default. |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1597 |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1598 * ediff-vers.el (ediff-pcl-cvs-view-revision): |
26266 | 1599 First cd to the file directory. reportedly works |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1600 better with remote files. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1601 |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1602 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal): |
26266 | 1603 Use file-name-nondirectory when passing files to CVS. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1604 |
26271 | 1605 * ediff-diff.el (ediff-cmp-options): New variable. |
26267 | 1606 (ediff-same-file-contents): Use ediff-cmp-options. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1607 |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1608 * ediff-ptch.el (ediff-prompt-for-patch-buffer, |
26266 | 1609 ediff-get-patch-buffer): Use current buffer if it appears to be a |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1610 patch. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1611 |
26271 | 1612 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c |
1613 C-g | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1614 |
26266 | 1615 * viper-util.el (viper-nontrivial-find-file-function): Deleted. |
1616 (viper-glob-unix-files, viper-glob-mswindows-files): New functions. | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1617 (viper-save-cursor-color,viper-restore-cursor-color): |
26266 | 1618 Improved cursor color handling. |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1619 (viper-get-saved-cursor-color-in-replace-mode, |
26266 | 1620 viper-get-saved-cursor-color-in-insert-mode): New functions for |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1621 better cursor color handling. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1622 |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1623 * viper-ex.el (ex-read,ex-edit): |
26266 | 1624 Fixes for correct interpretation of #,%. |
1625 (viper-ex): Now works correctly when called from other functions. | |
1626 (viper-glob-function): New variable. | |
1627 (viper-ex): Save excursion before doing :global. | |
1628 | |
1629 * viper-mous.el (viper-counting-clicks-p): Bug fixes. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1630 |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1631 * viper-cmd.el (viper-post-command-sentinel, |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1632 viper-insert-state-post-command-sentinel, |
26266 | 1633 viper-insert-state-pre-command-sentinel): Takes better care of |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1634 cursor colors. |
26267 | 1635 |
1636 * viper.el: Version change. | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1637 |
26260 | 1638 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com> |
1639 | |
1640 * whitespace.el (whitespace-update-modeline): Bugfix to ensure | |
1641 that the modeline display was updated *only* when | |
1642 `whitespace-display-in-modeline' was set, not otherwise. | |
1643 | |
26248 | 1644 1999-10-30 Gerd Moellmann <gerd@gnu.org> |
1645 | |
26251 | 1646 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to |
1647 "frac12". | |
1648 | |
26248 | 1649 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for |
1650 ad-activate. | |
1651 | |
26246 | 1652 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com> |
1653 | |
26254 | 1654 * whitespace.el: Test for existence of `defcustom' and `defgroup' |
1655 using fboundp instead of assuming that these are not present in | |
1656 particular flavors of emacs. | |
1657 (whitespace-version): Update to 2.8 | |
1658 (whitespace-display-in-modeline): Add custom variable to control | |
1659 displaying the whitespace errors on the modeline based on | |
1660 suggestion from <klaus.berndl@sdm.de> | |
1661 (whitespace-buffer): Now returns `t' if unclean and `nil' if | |
1662 clean, to enable using as a hook function, as suggested by Puneet | |
1663 Goel <puneet@computer.org> | |
1664 (whitespace-buffer): Fix a subtle bug that cleaned up only if | |
1665 quiet was not set, even with whitespace-auto-cleanup set. | |
1666 (whitespace-mode-line): Now uses less modeline real estate and | |
1667 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace | |
1668 which is present in the file, and <y> is any type of whitespace | |
1669 whose check has been suppressed by setting | |
26246 | 1670 `whitespace-check-<whitespace-type>' to nil. |
26254 | 1671 (whitespace-unchecked-whitespaces): New function to return the |
1672 list of whitespaces for whom checks have been suppressed. | |
1673 (whitespace-display-unchecked-whitespaces): Renamed to | |
1674 `whitespace-update-modeline' to reflect its functionality. | |
26246 | 1675 |
26244 | 1676 1999-10-30 Gerd Moellmann <gerd@gnu.org> |
1677 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1678 * progmodes/compile.el (compilation-error-regexp-alist): |
26244 | 1679 Undo previous change. |
1680 | |
26232 | 1681 1999-10-28 Dave Love <fx@gnu.org> |
1682 | |
1683 * help.el (help-follow): Make arg optional again and really | |
1684 default to point. | |
1685 | |
26228 | 1686 1999-10-28 Gerd Moellmann <gerd@gnu.org> |
1687 | |
26234 | 1688 * paths.el (rmail-file-name): Make it an option. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1689 |
26228 | 1690 * progmodes/ada-mode.el, progmodes/ada-prj.el, |
1691 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and | |
1692 comment fixes. | |
1693 | |
26231 | 1694 * progmodes/compile.el (compilation-error-regexp-alist): Recognize |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1695 MIPS Pro 7.3 compiler error message syntax. |
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1696 |
26223 | 1697 1999-10-27 Dave Love <fx@gnu.org> |
1698 | |
1699 * progmodes/compile.el: Checkdoc-inspired fixes. | |
1700 | |
26220 | 1701 1999-10-27 Gerd Moellmann <gerd@gnu.org> |
1702 | |
1703 * lpr.el (print-buffer): Doc-string fix. | |
1704 | |
26218 | 1705 1999-10-27 Dave Love <fx@gnu.org> |
1706 | |
1707 * emacs-lisp/advice.el: Doc fixes. | |
1708 (ad-lemacs-p): Removed. | |
1709 (advice): Add :link to defgroup. | |
1710 | |
26209 | 1711 1999-10-27 Kenichi Handa <handa@etl.go.jp> |
1712 | |
1713 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change | |
1714 last-coding-system-used by the call of ange-ftp-set-ascii-mode. | |
1715 | |
26617
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1716 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1717 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1718 * window.el (walk-windows): If ALL-FRAMES is a frame, |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1719 start on that frame. Use save-selected-window. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1720 |
26207 | 1721 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1722 | |
1723 * emacs-lisp/advice.el (ad-activate-internal): Renamed from | |
1724 ad-activate. All callers changed, including those in data.c. | |
1725 (ad-activate-internal-off): Renamed from ad-activate-off. | |
1726 All uses changed. | |
1727 (ad-activate): Renamed from ad-activate-on. All uses changed. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1728 (ad-start-advice, ad-stop-advice, ad-recover-normality): |
26207 | 1729 Alter the definition of ad-activate-internal, not ad-activate. |
1730 | |
26196 | 1731 1999-10-26 Gerd Moellmann <gerd@gnu.org> |
1732 | |
1733 * startup.el (command-line-1): Add support for command line | |
1734 arguments `file' and `execute'. Fix handling of `visit'. | |
1735 | |
26191 | 1736 1999-10-26 Kenichi Handa <handa@etl.go.jp> |
1737 | |
1738 * international/mule-cmds.el (read-input-method-name): Handle the | |
1739 case that the arg DEFAULT is symbol. | |
1740 | |
1741 * international/mule-diag.el (mule-diag): Handle the case that | |
1742 default-input-method is symbol. | |
1743 | |
26187 | 1744 1999-10-26 Gerd Moellmann <gerd@gnu.org> |
1745 | |
1746 * textmodes/tildify.el: New file. | |
1747 | |
26184 | 1748 1999-10-25 Sam Steingold <sds@ksp.com> |
1749 | |
1750 * Makefile (compile-files): Fixed the "tr" strings. | |
1751 (EMACS): Set to ../src/emacs. | |
1752 | |
26173 | 1753 1999-10-25 Gerd Moellmann <gerd@gnu.org> |
1754 | |
1755 * info.el (Info-build-node-completions): Add '("*") to the | |
1756 completion list. | |
1757 | |
26167 | 1758 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1759 | |
1760 * frame.el (auto-raise-mode): When enabling the mode, | |
1761 immediately raise the selected frame. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1762 |
26170 | 1763 * indent.el (indent-region): Doc fix. |
1764 | |
26175 | 1765 * comint.el (comint-output-filter): Make the Comint buffer current |
1766 for the comint-preoutput-filter-functions. | |
1767 | |
26177 | 1768 * mail/reporter.el: Doc fix. |
1769 | |
26156
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
1770 1999-10-24 Stephen Eglen <stephen@gnu.org> |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
1771 |
26158
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
1772 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1773 that Octave lisp files can also run under XEmacs 20. |
26158
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
1774 (require 'custom) added so that files can run under Emacs 19.34. |
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
1775 |
26156
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
1776 * iswitchb.el (iswitchb-default-keybindings): No need to use |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
1777 read-kbd-macro in keybindings. |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
1778 |
26151 | 1779 1999-10-23 Dave Love <fx@gnu.org> |
1780 | |
1781 * elide-head.el: New file. | |
1782 | |
26148 | 1783 1999-10-23 Gerd Moellmann <gerd@gnu.org> |
1784 | |
1785 * Makefile (compile-files, backup-compiled-files): New targets. | |
1786 (bootstrap, bootstrap-clean): Ditto. | |
1787 | |
26138
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1788 1999-10-22 Paul Eggert <eggert@twinsun.com> |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1789 |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1790 * international/mule-cmds.c (locale-language-names): |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1791 Use Latin-1 (not Latin-3) for Afrikaans, Galician. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1792 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian, |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1793 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet). |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1794 Use Latin-8 for Welsh. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1795 Use Latin-1 for English if "en" is explicitly specified. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1796 Use Latin-1 for Scots Gaelic, Tagalog. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1797 Use Latin-1 (not Latin-4) for Greenlandic. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1798 Use Latin-1 (not Latin-2) for Albanian. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1799 (locale-preferred-coding-systems, locale-language-names): |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1800 Remove generic ISO 8859 locales; locale-charset-language-names now |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1801 does this. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1802 (locale-charset-language-names): New variable. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1803 (set-locale-environment): Use language name specified by |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1804 locale-charset-language-names if its charsets disagree with the |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1805 language name specified by locale-language-names. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1806 |
26132 | 1807 1999-10-22 Dave Love <fx@gnu.org> |
1808 | |
26137 | 1809 * make-mode.el: Minor doc fixes. |
1810 | |
26132 | 1811 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure. |
1812 | |
26129 | 1813 1999-10-21 Dave Love <fx@gnu.org> |
1814 | |
1815 * loadup.el: Add latin-8, latin-9. | |
1816 | |
26124
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
1817 1999-10-20 Paul Eggert <eggert@twinsun.com> |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
1818 |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
1819 * disp-table.el (standard-display-european): Remove undocumented |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
1820 arg AUTO; no longer used by startup.el. Do not attempt to treat |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
1821 all non-English language environments as coding system names. |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
1822 Instead, use the downcased language environment name as a coding |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
1823 system name if it is one; otherwise, use latin-1. |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
1824 |
26121 | 1825 1999-10-20 Gerd Moellmann <gerd@gnu.org> |
1826 | |
1827 * dired.el (dired-move-to-filename-regexp): Fix long comment lines | |
1828 that were split so that part of the comment appeared as Lisp code. | |
1829 | |
26117 | 1830 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1831 | |
1832 * ps-bdf.el: Doc fix. | |
1833 | |
1834 * ps-print-def.el: New file: common definitions for all parts of | |
1835 ps-print. | |
1836 (ps-multibyte-buffer): Moved from ps-mule. | |
1837 | |
1838 * ps-mule.el: File dependence fix. | |
1839 (ps-multibyte-buffer): Moved to ps-print-def. | |
1840 | |
1841 * ps-print.el: Doc fix, better customization. | |
1842 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble) | |
1843 (ps-print-color-p, ps-printing-region-p, ps-n-up-database) | |
1844 (ps-end-file): Doc fix. | |
1845 (ps-setup, ps-begin-file): Fun fix. | |
1846 (postscript): New group. | |
1847 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars. | |
1848 (ps-print-prologue-1): Adjust PostScript programming. | |
1849 (ps-print): Adjust group hierarchy. | |
1850 (ps-print-n-up, ps-print-zebra, ps-print-background, | |
1851 ps-print-printer) | |
1852 (ps-print-page): New subgroups. | |
1853 (ps-print-prologue-header, ps-printer-name, ps-lpr-command) | |
1854 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type) | |
1855 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing) | |
1856 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes) | |
1857 (ps-zebra-stripe-height, ps-print-background-image) | |
1858 (ps-print-background-text, ps-spool-config): Adjust customization. | |
1859 (dos-ps-printer): Definition eliminated. | |
1860 | |
1861 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
1862 | |
1863 * ps-mule.el: Doc fix, define functions properly if mule package is | |
1864 loaded or not. | |
1865 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if | |
1866 mule package is loaded or not. | |
1867 | |
1868 * ps-print.el: Doc fix, n-up printing. | |
1869 (ps-print-version): New version number (5.0). | |
1870 (ps-page-dimensions-database): Added document media. | |
1871 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling) | |
1872 (ps-page-order, ps-printing-region-p): New vars. | |
1873 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New | |
1874 funs. | |
1875 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines) | |
1876 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn) | |
1877 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end) | |
1878 (ps-n-up-xstart, ps-n-up-ystart): New macros. | |
1879 (ps-print-begin-sheet-hook): New hook. | |
1880 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New | |
1881 const. | |
1882 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job) | |
1883 (ps-end-file, ps-dummy-page, ps-generate): Fix funs. | |
1884 (ps-print-prologue-1): Adjust PostScript programming for n-up printing. | |
1885 (ps-count-lines): Changed to defun. | |
1886 (ps-header-page): Changed to defsubst, fix fun. | |
1887 (ps-printing-region): Doc fix, adjust programming code. | |
1888 (ps-output-boolean, ps-background-pages, ps-background-text) | |
1889 (ps-background-image, ps-background, ps-get-boundingbox): Adjust | |
1890 programming code. | |
1891 | |
1892 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
1893 | |
1894 * ps-print.el: Doc fix, duplex and setpagedevice configuration. | |
1895 (ps-print-version): New version number (4.2). | |
1896 (ps-spool-config, ps-spool-tumble): New vars. | |
1897 (ps-print-prologue-1): Changed to defconst, adjust PostScript | |
1898 programming, new PostScript procedure to handle errors. | |
1899 (ps-print-prologue-2): Changed to defconst. | |
1900 (ps-print-duplex-feature): New const: duplex and tumble setting. | |
1901 (ps-setup, ps-begin-file): Fix funs. | |
1902 (ps-boolean-capitalized): New fun. | |
1903 | |
26112
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1904 1999-10-19 Stefan Monnier <monnier@cs.yale.edu> |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1905 |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1906 * Makefile (dontcompilefiles): Obsoleted. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1907 (DONTCOMPILE): Added emacs-lisp/cl-specs.el. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1908 (EL): Unused. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1909 (temacs): Removed (unused). |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1910 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
1911 version of the file (necessary for the update to work properly). |
26112
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1912 (autoloads): Force the use of `pwd`/loaddefs.el. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1913 (updates); Redefined in terms of other targets to reduce redundancy. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1914 (.el.elc): New default rule, just in case you want it. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1915 (compile): Use a single invocation of Emacs. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1916 (bootstrap-compile); Unneeded. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1917 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1918 |
26102 | 1919 1999-10-19 Dave Love <fx@gnu.org> |
1920 | |
1921 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug. | |
1922 | |
26100 | 1923 1999-10-19 Sam Steingold <sds@ksp.com> |
1924 | |
1925 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to | |
1926 comply with the comment. | |
1927 | |
26098 | 1928 1999-10-19 Gerd Moellmann <gerd@gnu.org> |
1929 | |
1930 * autorevert.el (auto-revert-mode): Make auto-revert-mode | |
1931 permanent-local. | |
1932 | |
26094 | 1933 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl> |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1934 |
26094 | 1935 * progmodes/ps-mode.el (ps-mode-print-function): Fix default |
1936 value: \"lpr\" changed to "lpr" | |
1937 (ps-mode-version): New constant | |
1938 (ps-mode-show-version): New function, added key in ps-mode-map | |
1939 (ps-run-messages): Removed | |
1940 (ps-run-font-lock-keywords-2): New defcustom variable replacing | |
1941 ps-run-messages. These keywords now include the value of | |
1942 ps-run-prompt, making its fontification customizable. | |
1943 (ps-run-init): Removed \\n from docstring, it is now added when | |
1944 the value is used | |
1945 (ps-run-font-lock-keywords-1): Added checking for initial ^ in | |
1946 ps-run-prompt | |
1947 (ps-mode): Added ps-run-font-lock-keywords-2 to list of | |
26095 | 1948 customizable variables in doc-string (its equivalent |
26094 | 1949 ps-run-messages was missing in previous version of the doc-string) |
1950 (ps-run-mode): Simplified assignment to font-lock-defaults, using | |
1951 symbols only | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1952 |
26091 | 1953 1999-10-19 Alex Schroeder <alex@gnu.org> |
1954 | |
1955 * ansi-color.el: Complete rewrite. | |
1956 | |
26084
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1957 1999-10-19 Paul Eggert <eggert@twinsun.com> |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1958 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1959 Fix bootstrapping problems. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1960 Use the system locale to specify Emacs locale defaults. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1961 |
26084
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1962 * international/mule-cmds.el (global-map): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1963 Do not use backquote, because that makes a bootstrapping |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1964 problem if you need to recompile all Lisp files using interpreted code. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1965 * international/mule.el (charset-id, charset-bytes, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1966 charset-dimension, charset-chars, charset-width, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1967 charset-direction, charset-iso-final-char, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1968 charset-iso-graphic-plane, charset-reverse-charset, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1969 charset-short-name, charset-long-name, charset-description, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1970 charset-plist): Likewise. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1971 * subr.el (save-match-data): Likewise. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1972 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1973 * international/mule-cmds.el |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1974 (set-display-table-and-terminal-coding-system): New function, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1975 containing code migrated out of set-language-environment. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1976 (set-language-environment, set-locale-environment): Use it. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1977 (locale-translation-file-name): Moved here from startup.el. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1978 (locale-language-names, locale-preferred-coding-systems): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1979 New vars. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1980 (locale-name-match, set-locale-environment): New functions. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1981 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1982 * language/japan-util.el (setup-japanese-environment-internal): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1983 Prefer japanese-iso-8bit if the system-type is usg-unix-v. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1984 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1985 * startup.el (iso-8859-n-locale-regexp): Remove. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1986 (locale-translation-file-name): Move to mule-cmds.el. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1987 (command-line): Move locale-stuff into set-locale-environment. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1988 |
26080 | 1989 1999-10-18 Dave Love <fx@gnu.org> |
1990 | |
1991 * abbrev.el (add-abbrev, inverse-add-abbrev) | |
1992 (expand-region-abbrevs): Remove properties from buffer text. | |
1993 | |
26064 | 1994 1999-10-17 Gerd Moellmann <gerd@gnu.org> |
1995 | |
26066 | 1996 * iswitchb.el (iswitchb-exhibit): Extract user-input only |
1997 from the mini-buffer, without the prompt. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1998 |
26064 | 1999 * simple.el (minibuffer-prompt-end): Return the position |
2000 after the prompt, not the position of that last character | |
2001 of the prompt. | |
2002 | |
26061 | 2003 1999-10-17 Miles Bader <miles@gnu.org> |
2004 | |
2005 * simple.el: Doc fixes. | |
2006 | |
2007 1999-10-17 Miles Bader <miles@gnu.org> | |
2008 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2009 * simple.el (previous-matching-history-element, next-history-element): |
26061 | 2010 Change to work correctly even if the point is in the prompt. |
2011 (choose-completion-string): Likewise. | |
2012 (minibuffer-prompt-width): New function (compatibility with old subr). | |
2013 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2014 * textmodes/paragraphs.el (forward-sentence, forward-paragraph): |
26061 | 2015 When constraining the final position to the current field, |
2016 don't use the ONLY-IN-LINE mode of constrain-to-field. | |
2017 | |
2018 1999-10-17 Miles Bader <miles@gnu.org> | |
2019 | |
2020 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to | |
2021 constrain-to-field. | |
2022 * textmodes/paragraphs.el (forward-sentence): Likewise. | |
2023 | |
2024 1999-10-17 Miles Bader <miles@gnu.org> | |
2025 | |
2026 * simple.el (line-move): Use constrain-to-field to avoid | |
2027 moving into a prompt. | |
2028 (previous-complete-history-element): Clarify doc string. | |
2029 (next-complete-history-element): Likewise. | |
2030 Use field-beginning instead of point-min. | |
2031 (next-matching-history-element): Use field-beginning and | |
2032 erase-field instead of point-min and erase-buffer. | |
2033 * textmodes/paragraphs.el | |
2034 (forward-paragraph, forward-sentence): Likewise. | |
2035 (backward-kill-paragraph, backward-kill-sentence): Remove code to | |
2036 constrain the kill to an field, as the movement commands now | |
2037 do this. | |
2038 | |
2039 1999-10-17 Miles Bader <miles@gnu.org> | |
2040 | |
2041 * simple.el (previous-matching-history-element): Get the | |
2042 minibuffer input with field-string instead of buffer-string. | |
2043 (choose-completion-string): Likewise. | |
2044 (next-history-element): Likewise. | |
2045 Erase the minibuffer input with erase-field, not erase-buffer. | |
2046 Use field-beginning to find the beginning of the input. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2047 * textmodes/paragraphs.el (backward-kill-sentence): |
26061 | 2048 Remove minibuffer-prompt hack. |
2049 Constrain to any input field. | |
2050 | |
26053 | 2051 1999-10-17 Sam Steingold <sds@ksp.com> |
2052 | |
2053 * bindings.el (completion-ignored-extensions): Added ".sparcf" | |
2054 for CMUCL on sparc and ".ufsl" for LispWorks. | |
2055 (bound-and-true-p): Bugfix: free variable `v'. | |
2056 | |
26050 | 2057 1999-10-16 Dave Love <d.love@dl.ac.uk> |
2058 | |
2059 * emacs-lisp/edebug.el (edebug-install-read-eval-functions) | |
2060 (edebug-uninstall-read-eval-functions): Use load-read-function, | |
2061 avoiding elisp-eval. | |
2062 | |
26048 | 2063 1999-10-16 Sam Steingold <sds@ksp.com> |
2064 | |
2065 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq' | |
2066 instead of `eql'. | |
2067 | |
26039
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2068 1999-10-14 Stefan Monnier <monnier@cs.yale.edu> |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2069 |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2070 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2071 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file), |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2072 (browse-url-temp-file-list, browse-url-delete-temp-file-list): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2073 * ediff-util.el (ediff-make-temp-file): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2074 * ediff-vers.el (ediff-pcl-cvs-view-revision): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2075 * emerge.el (emerge-make-temp-file): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2076 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2077 * vc.el (vc-update-change-log): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2078 * mail/mailpost.el (post-mail-send-it): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2079 * mail/metamail.el (metamail-region): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2080 * progmodes/cmacexp.el (c-macro-expansion): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2081 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file. |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2082 |
26029 | 2083 1999-10-15 Gerd Moellmann <gerd@gnu.org> |
2084 | |
2085 * smtpmail.el (smtpmail-via-smtp): Add support for | |
2086 automatically appending a domain to RCPT TO: addresses. | |
2087 | |
26027 | 2088 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2089 | |
2090 * dired.el (dired-insert-directory): Insert the amount of | |
2091 free space after the total size. | |
2092 (dired-free-space-program, dired-free-space-args): New variables. | |
2093 | |
26023 | 2094 1999-10-14 Karl Heuer <kwzh@gnu.org> |
2095 | |
2096 * mail/rmail.el (rmail-pop-password-error): Add new pattern. | |
2097 | |
26017 | 2098 1999-10-14 Dave Love <fx@gnu.org> |
2099 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2100 * international/characters.el: |
26017 | 2101 * international/fontset.el: |
2102 * international/mule-conf.el: Add latin-iso8859-1[45]. | |
2103 | |
2104 * language/european.el: Add Latin-8, Latin-9. Modify some doc | |
2105 strings. | |
2106 | |
2107 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89]. | |
2108 (command-line): Detect Latin-[89] locales. | |
2109 | |
26011 | 2110 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> |
2111 | |
2112 * international/mule-cmds.el (select-safe-coding-system) | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2113 (leim-list-header): Avoid the use of strings that start with backslash |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2114 newline since lread.c:read1 has a hack to turn those strings into |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2115 integer 0 during the loadup.el process. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2116 |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2117 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially. |
26011 | 2118 |
26008 | 2119 1999-10-13 Dave Love <fx@gnu.org> |
2120 | |
2121 * image.el (insert-image): Copy the image spec and add an | |
2122 intangible property. | |
2123 | |
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
2124 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> |
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
2125 |
26008 | 2126 * help.el (help-xref-interned): Make it also work on variable-only |
2127 and function-only symbols. | |
2128 (help-make-xrefs): Take advantage of the new `help-xref-interned'. | |
2129 (help-follow): If the point under mouse is not highlighted, try | |
2130 `help-xref-interned' on the pointed-to symbol anyway. | |
2131 | |
2132 * info.el (Info-on-current-buffer): New entry point. | |
2133 (Info-find-node): Split into two for Info-on-current-buffer to | |
2134 hook into it. | |
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
2135 (Info-current-file, Info-set-mode-line, Info-up): |
26008 | 2136 Info-current-file can now be t. |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2137 (Info-clone-buffer-hook): Function for `clone-buffer'. |
26008 | 2138 (Info-goto-node, Info-menu, Info-mode-map, Info-mode): |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2139 Make `clone-buffer' available in various ways to the user. |
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
2140 |
26002
4f46db3c9d7d
* subr.el (with-current-buffer): don't use backquotes to avoid
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26001
diff
changeset
|
2141 1999-10-12 Stefan Monnier <monnier@cs.yale.edu> |
4f46db3c9d7d
* subr.el (with-current-buffer): don't use backquotes to avoid
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26001
diff
changeset
|
2142 |
26008 | 2143 * simple.el (shell-command, shell-command-on-region): Use |
2144 make-temp-file. | |
2145 (clone-buffer, clone-process, clone-buffer-hook): New functions. | |
2146 | |
2147 * subr.el (with-current-buffer): Don't use backquotes to avoid | |
2148 bootstrapping problems. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2149 |
26008 | 2150 * loadup.el (load-path): Add subdirs for bootstrapping. |
2151 (docstrings): Ignore errors during bootstrapping. | |
2152 (args): New `bootstrap' argument (for use in place of `dump'). | |
26002
4f46db3c9d7d
* subr.el (with-current-buffer): don't use backquotes to avoid
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26001
diff
changeset
|
2153 |
26001 | 2154 1999-10-12 Emmanuel Briot <briot@gnat.com> |
2155 | |
2156 * ada-stmt.el: Doc-string fixes. | |
2157 | |
25991 | 2158 1999-10-12 Gerd Moellmann <gerd@gnu.org> |
2159 | |
25998 | 2160 * recentf.el: New file. |
2161 | |
25991 | 2162 * ps-mode.el: New file. |
2163 | |
2164 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps, | |
2165 case insensitive. | |
2166 | |
25985 | 2167 1999-10-12 Richard Sharman <rsharman@pobox.com> |
2168 | |
2169 * sh-script.el: Added support for indenting existing scripts. | |
2170 (sh-mode-map): Added new bindings. | |
2171 (sh-mode): Updated mode doc-string for new commands, added | |
2172 make-local-variable calls, initialize mode-specific variables. | |
2173 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line | |
2174 is now a different function. | |
2175 (sh-header-marker): Changed docstring. | |
2176 (sh-set-shell): Initialize mode-specific variables. | |
2177 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select) | |
2178 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts): | |
2179 Changed these define-skeleton calls to work with user-specified | |
2180 indentation settings. | |
2181 (sh-basic-indent-line, sh-blink, sh-calculate-indent) | |
2182 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing) | |
2183 (sh-electric-hash, sh-electric-less, sh-electric-rparen) | |
2184 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info) | |
2185 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word) | |
2186 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if) | |
2187 (sh-guess-basic-offset, sh-handle-after-case-label) | |
2188 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do) | |
2189 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac) | |
2190 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open) | |
2191 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close) | |
2192 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else) | |
2193 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case) | |
2194 (sh-handle-this-then, sh-help-string-for-variable) | |
2195 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent) | |
2196 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init) | |
2197 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp) | |
2198 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style) | |
2199 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable) | |
2200 (sh-remove-our-text-properties, sh-rescan-buffer) | |
2201 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp) | |
2202 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer) | |
2203 (sh-scan-case, sh-search-word, sh-set-char-syntax) | |
2204 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value) | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2205 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New |
25985 | 2206 functions. |
2207 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax) | |
2208 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done) | |
2209 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done) | |
2210 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist) | |
2211 (sh-var-list): New variables. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2212 |
25983 | 2213 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk> |
2214 | |
25999 | 2215 * quickurl.el (quickurl-list-insert): `count-lines' was returning |
2216 a value one line to high if the cursor wasn't at the start of a | |
2217 line. A `beginning-of-line' is now performed before making the | |
2218 call to `count-lines'. | |
25983 | 2219 |
25979
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
2220 1999-10-11 Stefan Monnier <monnier@cs.yale.edu> |
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
2221 |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2222 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice. |
25979
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
2223 |
25960 | 2224 1999-10-09 Stefan Monnier <monnier@cs.yale.edu> |
2225 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2226 * Makefile (setwins): Abstract out the command to find subdirectories |
25962 | 2227 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base). |
25970 | 2228 (custom-deps, finder-data, autoloads, update-subdirs, updates) |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2229 (autoloads-with-other-emacs): Use it. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2230 |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2231 * diff-mode.el: New file. A mode for viewing/editing context diffs. |
25960 | 2232 |
25942 | 2233 1999-10-09 Gerd Moellmann <gerd@gnu.org> |
2234 | |
2235 * Makefile (bootstrap-compile): New target. Compile Lisp | |
2236 files with ../src/temacs. | |
2237 | |
25939 | 2238 1999-10-08 Simon Marshall <simon@gnu.org> |
2239 | |
2240 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function. | |
2241 (regexp-opt-group): Use it to get common suffixes in STRINGS. | |
2242 If STRINGS is nil, return "" rather than nil. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2243 |
25937 | 2244 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
2245 | |
2246 * Makefile (compile): Compile files one by one. Set load-path to | |
2247 current directory and subdirectories when compiling. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2248 |
25918 | 2249 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
2250 | |
2251 * Makefile (EMACSOPT, DONTCOMPILE, EL): New. | |
2252 (emacs): Use it everywhere instead of EMACS. | |
2253 (compile): New target. Compile all Lisp files from scratch. | |
2254 (recompile): New target. Recompile lisp directory. | |
2255 (autoloads-with-other-emacs): New target. Build loaddefs.el with | |
2256 an Emacs executable not built in the current directory tree. | |
2257 | |
25908 | 2258 1999-10-07 Peter Breton <pbreton@ne.mediaone.net> |
2259 | |
2260 * filecache.el (file-cache-completion-ignore-case): New variable, | |
2261 defaulting to the value of completion-ignore-case. | |
2262 (file-cache-minibuffer-complete): Use it. | |
2263 (file-cache-files-matching, file-cache-files-matching-internal): | |
2264 New functions. | |
2265 | |
25905
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2266 1999-10-07 Emmanuel Briot <briot@gnat.com> |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2267 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2268 * ada-xref.el: New file |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2269 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2270 * ada-prj.el: New file |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2271 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2272 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2273 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2274 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2275 subprogram being created. |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2276 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2277 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*, |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2278 ada-indent-newline-indent): Rewritten to support the new indentation |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2279 scheme |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2280 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2281 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions): |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2282 New functions |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2283 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2284 * ada-mode.el (ada-fill-comment-paragraph): Add support for the |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2285 justification parameter |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2286 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2287 * ada-mode.el (ada-make-body, ada-gen-treat-proc, |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2288 ada-make-subprogram-body): Rewritten to benefit from the gnatstub |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2289 external program |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2290 |
25900 | 2291 1999-10-07 Dave Love <fx@gnu.org> |
2292 | |
2293 * bindings.el (bound-and-true-p): New macro. | |
2294 (make-mode-line-mouse-sensitive): Don't require easymenu. | |
2295 | |
25886 | 2296 1999-10-07 Gerd Moellmann <gerd@gnu.org> |
2297 | |
2298 * custom.el (defface): Extend documentation for new values of | |
2299 `type'. | |
2300 | |
2301 * faces.el (face-spec-set-match-display): Recognize `type' of | |
2302 `motif', `lucid', `x-toolkit'. | |
2303 (menu): New face. | |
2304 | |
25870 | 2305 1999-10-05 Dave Love <fx@gnu.org> |
2306 | |
2307 * files.el: Recognize temporary crontab files. | |
2308 | |
25873 | 2309 * info.el: Require jka-compr when compiling. |
2310 (Info-suffix-list): Add bzip2 files (non-ms-dos only). | |
2311 | |
25866 | 2312 1999-10-04 Dave Love <fx@gnu.org> |
2313 | |
2314 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines, | |
2315 scroll-up-aggressively, scroll-down-aggressively. | |
2316 | |
2317 * time.el (display-time-mode): Add autoload cookie. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2318 |
25867 | 2319 * rect.el (delete-extract-rectangle): Doc fix from verna. |
25866 | 2320 |
2321 * help-macro.el (three-step-help): Customize. | |
2322 | |
25926 | 2323 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2324 | |
2325 * hexl.el (hexlify-buffer): Move point in proper range | |
2326 if it is too large. | |
2327 (hexl-after-revert-hook): Update hexl-max-address. | |
2328 (hexl-address-to-marker): Doc fix. | |
2329 | |
25865 | 2330 1999-10-03 Dave Love <fx@gnu.org> |
2331 | |
2332 * image.el (defimage): Remove redundant code. Substitute file in | |
2333 image plist. | |
2334 | |
2335 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
2336 | |
2337 * vc.el (vc-backend-checkout): Use coding system 'no-conversion | |
2338 when doing with-temp-file. | |
2339 | |
2340 1999-10-01 Dave Love <fx@gnu.org> | |
2341 | |
2342 * cus-edit.el (custom-comment-create): Fill :from and :to slots. | |
2343 | |
2344 * help.el: Require view when compiling. | |
2345 (view-emacs-FAQ): Use Info version. | |
2346 | |
25837 | 2347 1999-09-29 Ken'ichi Handa <handa@gnu.org> |
2348 | |
2349 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed | |
2350 (normat->normal). Use correct font names for Korean | |
2351 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H). | |
2352 | |
2353 1999-09-29 Kenichi Handa <handa@etl.go.jp> | |
2354 | |
2355 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit | |
2356 code not used by KOI8 to the same 8-bit code instead of mapping to | |
2357 SPC. | |
2358 (cyrillic-alternativnyj-decode-table): Likewise. | |
2359 | |
2360 1999-09-29 Alex Schroeder <alex@gnu.org> | |
2361 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2362 * sql.el (sql-imenu-generic-expression): Aew, used to set |
25837 | 2363 imenu-generic-expression. |
2364 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting | |
2365 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression, | |
2366 imenu-case-fold-search, and imenu-syntax-alist. | |
2367 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when | |
2368 setting font-lock-defaults' SYNTAX-ALIST. | |
2369 | |
26025 | 2370 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2371 | |
2372 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard | |
2373 macro, try again. | |
2374 | |
25837 | 2375 1999-09-28 Dave Love <fx@gnu.org> |
2376 | |
2377 * cus-edit.el (custom-comment): Change widget definition. | |
2378 (custom-comment-create, custom-comment-show) | |
2379 (custom-comment-invisible-p): Don't use :comment-overlay. | |
2380 (custom-comment-hide): New function. | |
2381 (custom-variable-set, custom-variable-save) | |
2382 (custom-variable-reset-standard, custom-face-set) | |
2383 (custom-face-save): Use it. | |
2384 | |
25946 | 2385 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2386 | |
25949 | 2387 * hexl.el (hexl-mode): Do nothing if already in hexl mode. |
2388 | |
2389 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
2390 | |
25946 | 2391 * faces.el (region): Doc fix. |
2392 | |
25837 | 2393 1999-09-27 Dave Love <fx@gnu.org> |
2394 | |
2395 * isearch.el (isearch): Add :links in defgroup. | |
2396 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank. | |
2397 (isearch-switch-frame-handler): Comment out (unused). | |
2398 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix. | |
2399 (isearch-ring-retreat-edit): Doc fix. | |
2400 (isearch-mouse-yank): New command. | |
2401 (isearch-last-command-char): Removed. Callers changed to use | |
2402 last-command-char. | |
2403 (isearch-char-to-string): Removed. Callers changed to use | |
2404 char-to-string. | |
2405 | |
25944 | 2406 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> |
2407 | |
2408 * ispell.el (ispell-dictionary-alist-6): Don't use "-C" | |
2409 option for Russian. | |
2410 | |
25837 | 2411 1999-09-25 Gerd Moellmann <gerd@gnu.org> |
2412 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2413 * faces.el (face-differs-from-default-p): Compare face |
25837 | 2414 attributes individually. |
2415 | |
2416 * image.el (put-image, insert-image): Add string argument. | |
2417 | |
2418 1999-09-24 Gerd Moellmann <gerd@gnu.org> | |
2419 | |
2420 * ange-ftp.el (ange-ftp-date-regexp): Make it work for | |
2421 LANG=de_DE.iso88591 on HPUX 11.0. | |
2422 | |
2423 * dired.el (dired-move-to-filename-regexp): Make it work | |
2424 for LANG=de_DE.iso88591 on HPUX 11.0. | |
2425 | |
26171 | 2426 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2427 | |
2428 * info.el (info-initialize): Don't test existence of ALTERNATIVE | |
2429 if we know for some other reason it should not be used. | |
2430 | |
26179 | 2431 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg): |
2432 New variable. | |
2433 (edebug-recursive-edit): Save current-prefix-arg there, | |
2434 bind it, and set it back at the end. | |
2435 (edebug-outside-excursion): Restore and update the outside | |
2436 value of current-prefix-arg. | |
2437 (edebug-emacs-version-specific): Delete support for Epoch. | |
2438 | |
26180 | 2439 1999-09-24 Howard Melman <howard@silverstream.com> |
2440 | |
2441 * imenu.el (imenu-after-jump-hook): New variable. | |
2442 (imenu): Run menu-after-jump-hook. | |
2443 (imenu-name-lookup-function): New variable. | |
2444 * imenu.el (imenu--in-alist): Use those variables. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2445 |
25837 | 2446 1999-09-24 Carsten Dominik <cd@gnu.org> |
2447 | |
2448 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2449 multiple thebibliography environments. |
25837 | 2450 |
2451 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug | |
2452 with recentering window. | |
2453 (reftex-extract-bib-entries-from-thebibliography, | |
2454 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal | |
2455 with multiple thebibliography environments. | |
2456 | |
2457 * textmodes/reftex-vars.el | |
2458 (reftex-section-levels): Function allowed as cdr. | |
2459 (reftex-max-section-depth) New option. | |
2460 | |
2461 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal | |
2462 with multiple thebibliography environments. | |
2463 | |
2464 1999-09-23 Gerd Moellmann <gerd@gnu.org> | |
2465 | |
2466 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end | |
2467 instead of point-min in call to delete-region. | |
2468 | |
2469 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
2470 | |
2471 * vc.el (vc-backend-checkout): Use with-temp-file when checking | |
2472 out into arbitrary file names. | |
2473 | |
2474 1999-09-19 Ken'ichi Handa <handa@gnu.org> | |
2475 | |
2476 * language/european.el ("Turkish"): New language environment. | |
2477 | |
2478 1999-09-19 Dave Love <fx@gnu.org> | |
2479 | |
2480 * delim-col.el: New file. | |
2481 | |
2482 1999-09-17 Richard Stallman <rms@gnu.org> | |
2483 | |
2484 * files.el (after-find-file): When visiting a backup file, | |
2485 make it read-only. | |
2486 | |
2487 * apropos.el (apropos-symbol-face): Non-nil even for ttys. | |
2488 (apropos-keybinding-face, apropos-label-face): Likewise. | |
2489 (apropos-property-face, apropos-match-face): Likewise. | |
2490 (apropos-label-properties): New variable. | |
2491 (apropos-print-doc): Use apropos-label-properties. | |
2492 (apropos-print): Set apropos-label-properties. | |
2493 | |
2494 1999-09-15 Richard Stallman <rms@gnu.org> | |
2495 | |
2496 * winner.el: Use aref instead of sref. | |
2497 | |
2498 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars. | |
2499 | |
2500 1999-09-14 Gerd Moellmann <gerd@gnu.org> | |
2501 | |
2502 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print. | |
2503 | |
2504 1999-09-14 Richard Stallman <rms@gnu.org> | |
2505 | |
2506 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload | |
2507 cookie, even if followed by a letter. | |
2508 | |
2509 1999-09-14 Stephen Eglen <stephen@gnu.org> | |
2510 | |
2511 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and | |
2512 --no-line-editing are passed to Octave by including them here | |
2513 rather than storing them in inferior-octave-startup-args. | |
2514 | |
2515 1999-09-14 Eli Zaretskii <eliz@gnu.org> | |
2516 | |
2517 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref, | |
2518 command, option, env and sc. | |
2519 | |
2520 * subr.el (shell-quote-argument): Quote argument with double | |
2521 quotes for ms-dos. | |
2522 | |
2523 1999-09-14 Richard Stallman <rms@gnu.org> | |
2524 | |
2525 * simple.el (eval-expression-print-level): New variable. | |
2526 (eval-expression-print-length): New variable. | |
2527 (eval-expression-debug-on-error): New variable. | |
2528 (eval-expression): Bind print-level, print-length and | |
2529 debug-on-error from those vars. | |
2530 | |
2531 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp): | |
2532 Bind print-level, print-length and debug-on-error. | |
2533 | |
2534 1999-09-14 Inge Frick <inge@nada.kth.se> | |
2535 | |
2536 * dired.el (dired-recursive-deletes): New custom variable. | |
2537 (dired-re-no-dot): New variable. | |
2538 (dired-delete-file): New function deletes files and directories | |
2539 recursively. | |
2540 (dired-internal-do-deletions): Use `dired-delete-file' to delete files. | |
2541 | |
2542 * dired-aux.el (dired-recursive-copies): New custom variable. | |
2543 (dired-handle-overwrite): Broke a long line. | |
2544 (dired-copy-file): Call `dired-copy-file-recursive' instead of | |
2545 `copy-file'. | |
2546 (dired-copy-file-recursive): New function. Copy directories | |
2547 recursively. | |
2548 (dired-do-create-files): Added support for generalized directory | |
2549 target. How-to function may now return a function. New fluid | |
2550 variable `dired-one-file'. | |
2551 (dired-copy-how-to-fn): New variable. | |
2552 (dired-do-copy): Bind `dired-recursive-copies' to preserve it. | |
2553 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files. | |
2554 (dired-do-copy-regexp): No recursive copies. | |
2555 | |
2556 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com> | |
2557 | |
2558 * whitespace.el (whitespace-version): Update version to 2.4 | |
2559 | |
2560 * whitespace.el: Add customization variables to conditionally test | |
2561 any of the five whitespaces, per request from Rune Kleveland | |
2562 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>. | |
2563 | |
2564 * whitespace.el (whitespace-spacetab-regexp): Fix doc string. | |
2565 | |
2566 * whitespace.el (whitespace-modes): Add `change-log-mode' to the | |
2567 list of modes to be checked for bogus whitespaces. | |
2568 | |
2569 * whitespace.el (whitespace-rescan-timer-time): Update | |
2570 documentation. | |
2571 | |
2572 * whitespace.el (whitespace-display-unchecked-whitespaces): | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2573 New function to update modeline with untested whitespaces. |
25837 | 2574 |
2575 * whitespace.el (whitespace-buffer): Test only whitespaces whose | |
2576 checking is turned on, and update modeline using the newly created | |
2577 `whitespace-display-unchecked-whitespaces'. | |
2578 | |
2579 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces | |
2580 whose checking is turned on, and update modeline using the newly | |
2581 created `whitespace-display-unchecked-whitespaces'. | |
2582 | |
2583 * whitespace.el (whitespace-describe): Update documentation. | |
2584 | |
2585 * whitespace.el (whitespace-tickle-timer): Test if | |
2586 `whitespace-rescan-timer-time' is non-zero before tickling timer. | |
2587 | |
2588 1999-09-13 Dave Love <fx@gnu.org> | |
2589 | |
2590 * hideif.el (hide-ifdef-mode): Add autoload cookie. | |
2591 | |
2592 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode | |
2593 for temp buffer. | |
2594 (checkdoc-this-string-valid): Don't assume default comment-start. | |
2595 | |
2596 1999-09-13 Gerd Moellmann <gerd@gnu.org> | |
2597 | |
2598 * rsz-mini.el: Remove code, keep the interface. | |
2599 | |
2600 1999-09-13 Dave Love <fx@gnu.org> | |
2601 | |
2602 * help.el (help-highlight-p): Doc fix. | |
2603 | |
2604 * faces.el (mode-line, header-line, tool-bar): Add :version. | |
2605 (highlight, secondary-selection): Add :group. | |
2606 (trailing-whitespace): Add :group, :version. | |
2607 | |
2608 * wid-edit.el: Remove some compatibility code and checks. | |
2609 (widget-specify-field, widget-specify-button): Don't use XEmacs | |
2610 properties. | |
2611 (widget-overlay-inactive): Change error message. | |
2612 (widget-button-pressed-face): New variable. | |
2613 (widget-button-click): Use it. | |
2614 (widget-documentation-link-add): Specify mouse and button faces. | |
2615 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions | |
2616 removed now the functionality is built in. | |
2617 | |
2618 * cus-edit.el: Don't define-widget-keywords. | |
2619 (multimedia): New group. | |
2620 (custom-last): Function removed. | |
2621 (custom-quote): Add vectorp case, comment out characterp case. | |
2622 (custom-buffer-done-function, custom-raised-buttons): New option. | |
2623 (Custom-buffer-done): New function. | |
2624 (custom-buffer-create-internal): Obey custom-raised-buttons, | |
2625 Custom-buffer-done. | |
2626 (custom-button-face): Make it `released-button'. | |
2627 (custom-button-pressed-face): Make it `pressed-button' | |
2628 (custom-mode-map): Bind "q" to Custom-buffer-done. | |
2629 (custom-mode): Deal with raised/pressed buttons. | |
2630 | |
2631 Changes from Didier Verna: | |
2632 (custom-prompt-variable): Optional third arg makes prompt for a | |
2633 comment string. | |
2634 (customize-set-value, customize-set-variable, | |
2635 customize-save-variable): Optional prefix makes function handle | |
2636 variable comments. | |
2637 (customize-customized, customize-saved, custom-variable-state-set) | |
2638 (custom-variable-set, custom-variable-save, custom-face-state-set) | |
2639 (custom-variable-reset-saved, custom-variable-reset-standard) | |
2640 (custom-face-set, custom-face-save, custom-face-reset-saved) | |
2641 (custom-face-reset-standard, customize-save-customized): Handle | |
2642 custom comments. | |
2643 (custom-comment-face, custom-comment-tag-face): New face. | |
2644 (custom-comment): New widget. | |
2645 (custom-comment-create, custom-comment-delete) | |
2646 (custom-comment-value-set, custom-comment-show) | |
2647 ()custom-comment-invisible-p): New functions. | |
2648 (custom-variable-value-create, custom-face-value-create): Create a | |
2649 comment field widget. | |
2650 (custom-variable-menu, custom-face-menu): New entry for custom | |
2651 comment. | |
2652 (custom-face-value-create): Remove compatibility code. | |
2653 (custom-save-variables, custom-save-faces): Possibly save custom | |
2654 comments. | |
2655 | |
2656 * cus-face.el (custom-face-attributes): Simplify :underline, | |
2657 :overline, :inverse-video cases. Fix up :box case (probably needs | |
2658 more work). | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2659 |
25837 | 2660 Change from Didier Verna: |
2661 (custom-set-faces): The arguments can now have a custom comment as | |
2662 fourth argument. | |
2663 | |
2664 * custom.el: Don't define-widget-keywords. | |
2665 Change from Didier Verna: | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2666 (custom-set-variables): The arguments can now have a |
25837 | 2667 custom comment as fifth element. |
2668 | |
2669 1999-09-13 Richard Stallman <rms@gnu.org> | |
2670 | |
2671 * info.el (Info-find-node): Cope better if guesspos is too large. | |
2672 | |
2673 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
2674 | |
2675 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2676 of buffer-substring because buffer-string doesn't copy the |
25837 | 2677 prompt. |
2678 | |
2679 * faces.el (mode-line): Replaces `modeline'. | |
2680 (toplevel): Make `modeline' an alias for `mode-line'. | |
2681 | |
2682 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
2683 | |
2684 * gs.el: Change `ghostscript' to `postscript' in comment. | |
2685 | |
2686 1999-09-11 Rob Riepel <riepel@Stanford.EDU> | |
2687 | |
2688 * emulation/tpu-edt.el (tpu-version): New version. | |
2689 (tpu-search-overlay, tpu-replace-overlay): New variables. | |
2690 (tpu-search-highlight, tpu-toggle-direction): New functions. | |
2691 (tpu-lm-replace): Set tpu-replace-overlay. | |
2692 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post | |
2693 command hook. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2694 |
25837 | 2695 1999-09-11 Richard Stallman <rms@gnu.org> |
2696 | |
2697 * isearch.el (isearch-mode-map): Undo previous change. | |
2698 | |
2699 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER, | |
2700 use all of that as the sexp. | |
2701 | |
2702 * files.el (find-file-noselect): Catch errors in file-expand-wildcards, | |
2703 and use the initial argument as file name directly. | |
2704 Likewise if nothing matches. | |
2705 | |
2706 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no> | |
2707 | |
2708 * winner.el: Major changes. Avoid changing point and mark. | |
2709 Save configurations after they change, not before. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2710 |
25837 | 2711 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu> |
2712 | |
2713 * emacs-lisp/bytecomp.el (byte-compile-output-docform): | |
2714 Bind print-continuous-numbering and print-number-table. | |
2715 | |
2716 1999-09-10 Dave Love <fx@gnu.org> | |
2717 | |
2718 * bindings.el (debug-ignored-errors): Restore BBDB stuff. | |
2719 | |
2720 1999-09-09 Richard Stallman <rms@gnu.org> | |
2721 | |
2722 * whitespace.el: Finish making it fit Emacs conventions. | |
2723 Add autoloads. | |
2724 | |
2725 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il> | |
2726 | |
2727 * generic-x.el (bat-generic-mode): "::"-style comments don't | |
2728 need to begin with "-". Fix the font-lock definitions of ON/OFF | |
2729 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO | |
2730 from the list of keywords. Add DO to the list of keywords. | |
2731 | |
2732 1999-09-09 Dave Love <fx@gnu.org> | |
2733 | |
26943 | 2734 * emacs-lisp/byte-opt.el (byte-optimize-backward-char): |
25837 | 2735 (byte-optimize-backward-word): New optimizations. |
2736 (side-effect-free-fns, side-effect-and-error-free-fns): Add | |
2737 entries. | |
2738 | |
2739 1999-09-09 Gerd Moellmann <gerd@gnu.org> | |
2740 | |
2741 * image.el (put-image): Remove optional buffer parameter. | |
2742 | |
2743 * faces.el (face-italic-p): Return t only for values `italic' | |
2744 and `oblique'. | |
2745 | |
2746 * mouse.el (mouse-drag-mode-line-1): Extension of former | |
2747 mouse-drag-mode-line that also drags the header line. | |
2748 (mouse-drag-mode-line): Call it. | |
2749 (mouse-drag-header-line): New. | |
2750 (toplevel): Bind down-mouse-1 on header lines to | |
2751 mouse-drage-header-line. | |
2752 | |
2753 1999-09-08 Gerd Moellmann <gerd@gnu.org> | |
2754 | |
2755 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref. | |
2756 (make-mode-line-mouse-sensitive): Replace `top-line' by | |
2757 `header-line'. | |
2758 | |
2759 1998-09-08 Michael Ernst <mernst@alum.mit.edu> | |
2760 | |
2761 * help.el (describe-function-1): Don't return empty string for keymaps. | |
2762 | |
2763 * fill.el (fill-region-as-paragraph, canonically-space-region): | |
2764 Respect colon-double-space at end of line. | |
2765 | |
2766 1999-09-08 Stephen Gildea <gildea@alum.mit.edu> | |
2767 | |
2768 * files.el (backup-by-copying-when-privileged-mismatch): New variable. | |
2769 (backup-buffer): Use it. | |
2770 | |
2771 1999-09-08 Peter Breton <pbreton@ne.mediaone.net> | |
2772 | |
2773 * generic-x.el (generic-define-unix-modes): Added new modes: | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2774 inetd-conf-generic-mode, etc-services-generic-mode, |
25837 | 2775 etc-passwd-generic-mode. These are all defined for Unix by default. |
2776 (apache-generic-mode): Use an imenu-generic-expression to list | |
2777 Configuration keywords. | |
2778 (samba-generic-mode): Use both ; and # as comment characters. | |
2779 (samba-generic-mode): Font-lock expressions now highlight name | |
2780 value pairs. | |
2781 (bat-generic-mode): Keywords are now case-insensitive through | |
2782 font-lock-defaults setting. | |
2783 (java-properties-generic-mode): Supports both ! and # as comment | |
2784 characters. | |
2785 (java-properties-generic-mode): Added an imenu-generic-expression | |
2786 (java-properties-generic-mode): Reworked to support the various | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2787 different ways to separate name and value (viz, '=', ':' and |
25837 | 2788 whitespace). |
2789 (show-tabs-generic-mode): Added this new generic-mode. | |
2790 | |
2791 1999-09-08 Richard Stallman <rms@gnu.org> | |
2792 | |
2793 * progmodes/inf-lisp.el: Moved from top directory. | |
2794 | |
2795 * tar-mode.el (tar-header-block-tokenize): | |
2796 Use `when' instead of `and'. Fix some clobbered text. | |
2797 | |
2798 * gud.el (gud-make-debug-menu): Make a child for the | |
2799 local menu, for its menu bar, and the debug menu. | |
2800 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): | |
2801 Use the history in the simple way. | |
2802 | |
2803 1999-09-07 Kenichi Handa <handa@etl.go.jp> | |
2804 | |
2805 * language/korea-util.el (default-korean-keyboard): Initialize it | |
2806 according to the environment variable HANGUL_KEYBOARD_TYPE. | |
2807 | |
2808 1999-09-07 Richard Stallman <rms@gnu.org> | |
2809 | |
2810 * subr.el (make-temp-file): New function. | |
2811 | |
2812 1999-09-07 Stefan Monnier <monnier@cs.yale.edu> | |
2813 | |
2814 * font-lock.el (font-lock-multiline): New text property contains | |
2815 a boolean to indicate if the char is part of a multiline match. | |
2816 (font-lock-default-fontify-region): Extend the region appropriately | |
2817 for multiline keywords. | |
2818 (font-lock-default-unfontify-region): Also remove the new | |
2819 font-lock-multiline text property. | |
2820 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches. | |
2821 (font-lock-fontify-keywords-region): Mark multiline regexp matches. | |
2822 | |
2823 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
2824 | |
2825 * diary-lib.el (list-diary-entries): Make sure two-digit years | |
2826 have leading zeros. | |
2827 | |
2828 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
2829 | |
2830 * faces.el (face-set-after-frame-default): Initialize some | |
2831 attributes of some faces from frame parameters. | |
2832 | |
2833 * faces.el (scroll-bar, border, cursor, mouse): New faces. | |
2834 | |
2835 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
2836 | |
2837 * faces.el (fringe): Replaces face `margin'. | |
2838 | |
2839 1999-09-07 Dave Love <fx@gnu.org> | |
2840 | |
2841 * tar-mode.el (tar-header-block-tokenize): Bind linkname. | |
2842 | |
2843 1999-09-07 Richard Stallman <rms@gnu.org> | |
2844 | |
2845 * subr.el (push): Doc fix. | |
2846 | |
2847 1999-09-06 Richard Stallman <rms@gnu.org> | |
2848 | |
2849 * vc.el (vc-annotate-display): Use < 69 not < 70 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2850 to distinguish 20YY from 19YY. |
25837 | 2851 |
2852 * timezone.el (timezone-parse-date): Use < 69 not < 70 | |
2853 to distinguish 20YY from 19YY. | |
2854 | |
2855 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file. | |
2856 | |
2857 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk> | |
2858 | |
2859 * quickurl.el: (quickurl-list-focused-line): Removed. | |
2860 (quickurl-list-insert): Now works out the focused line using | |
2861 `count-lines' instead of using `quickurl-list-focused-line'. | |
2862 | |
2863 1999-09-06 Richard Stallman <rms@gnu.org> | |
2864 | |
2865 * mail/rmail.el (rmail-retry-failure): Unconditionally move | |
2866 to beginning of message. | |
2867 | |
2868 1999-09-06 Dave Love <fx@gnu.org> | |
2869 | |
2870 * isearch.el (isearch-mode-map): Add mouse-2. | |
2871 | |
26943 | 2872 * mail/rmail.el (rmail-read-password): Deleted. |
25837 | 2873 (rmail-get-pop-password): Use read-password. |
2874 | |
2875 * quickurl.el: Don't conditionally define caddr. | |
2876 (quickurl-url-comment): Use nth, not caddr in function and | |
2877 defsetf. | |
2878 | |
2879 1999-09-06 Richard Stallman <rms@gnu.org> | |
2880 | |
2881 * auto-show.el: Doc fixes. | |
2882 | |
2883 1999-09-06 Stephen Eglen <stephen@gnu.org> | |
2884 | |
2885 * progmodes/octave-inf.el (inferior-octave-startup-args): Add | |
2886 --no-line-editing so that TABs in source files are not interpreted | |
2887 as completion requests. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2888 |
25837 | 2889 1999-09-06 Gerd Moellmann <gerd@gnu.org> |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2890 |
25837 | 2891 * hscroll.el, auto-show.el: Remove all code, keep the public |
2892 interface as no-ops. | |
2893 | |
2894 * faces.el (face-bold-p): Don't return t if face has lighter | |
2895 weight than normal. | |
2896 | |
2897 1999-09-06 Eli Zaretskii <eliz@gnu.org> | |
2898 | |
2899 * startup.el (command-line): Make small-temporary-file-directory | |
2900 be nil except on ms-dos. | |
2901 | |
2902 * files.el (small-temporary-file-directory): Ditto. Also doc fix. | |
2903 | |
2904 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it | |
2905 is defined. | |
2906 | |
2907 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive | |
2908 letters with a colon after d or l. | |
2909 | |
2910 1999-09-06 Dave Love <fx@gnu.org> | |
2911 | |
26943 | 2912 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now |
2913 primitive.) | |
25837 | 2914 |
2915 1999-09-05 Richard Stallman <rms@gnu.org> | |
2916 | |
2917 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY. | |
2918 | |
2919 * textmodes/paragraphs.el (backward-kill-sentence): | |
2920 Don't test minibuffer-prompt-end here. | |
2921 (forward-sentence): Do handle it here. | |
2922 (backward-kill-paragraph): Don't test it here. | |
2923 (forward-paragraph): Handle it here. | |
2924 | |
2925 * mouse.el (font-menu-add-default): Simplify code. | |
2926 | |
2927 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
2928 | |
2929 * faces.el (header-line): Renamed from `top-line'. | |
2930 | |
2931 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
2932 | |
2933 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'. | |
2934 | |
2935 1999-09-04 Richard Stallman <rms@gnu.org> | |
2936 | |
2937 * whitespace.el: New file. | |
2938 | |
2939 1999-09-04 Dave Love <fx@gnu.org> | |
2940 | |
2941 * paths.el: Make some doc strings obey the make-docfile convention. | |
2942 | |
2943 * bindings.el: Likewise. | |
2944 (debug-ignored-errors): Remove BBDB ones. | |
2945 | |
2946 1999-09-03 Richard Stallman <rms@gnu.org> | |
2947 | |
2948 * mail/mh-comp.el (mh-forward): Get new subject line from the original, | |
2949 not from the draft to forward. | |
2950 | |
2951 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun. | |
2952 | |
2953 1999-09-03 Dave Love <fx@gnu.org> | |
2954 | |
2955 * double.el (double-mode): Customize the variable. | |
2956 | |
2957 1999-09-03 Kenichi Handa <handa@etl.go.jp> | |
2958 | |
2959 * international/characters.el: Delete duplicated code. | |
2960 | |
2961 1999-09-02 Richard Stallman <rms@gnu.org> | |
2962 | |
2963 * indent.el (indent-relative): Doc fix. | |
2964 | |
2965 * quickurl.el (quickurl): Doc fix. | |
2966 | |
2967 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
2968 | |
2969 * faces.el (margin): Change background to "gray" for mono (this is | |
2970 drawn with a stipple pattern). | |
2971 | |
2972 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
2973 | |
2974 * simple.el (next-history-element): Use minibuffer-prompt-end once | |
2975 again. Remove test for minibuffer-prompt-in-buffer. | |
2976 | |
2977 1999-09-02 Eli Zaretskii <eliz@gnu.org> | |
2978 | |
2979 * files.el (small-temporary-file-directory): New variable. | |
2980 | |
2981 * startup.el (command-line): Compute the value of | |
2982 small-temporary-file-directory. | |
2983 | |
2984 * ediff-init.el (ediff-temp-file-prefix): Use | |
2985 small-temporary-file-directory if non-nil. | |
2986 | |
2987 * vc.el (vc-update-change-log): Likewise. | |
2988 | |
2989 * progmodes/cmacexp.el (c-macro-expansion): Likewise. | |
2990 | |
2991 * simple.el (shell-command, shell-command-on-region): Use | |
2992 make-temp-name properly. Use small-temporary-file-directory if | |
2993 non-nil, otherwise temporary-file-directory, to generate temporary | |
2994 files. | |
2995 | |
2996 * dos-w32.el (direct-print-region-helper): Use | |
2997 temporary-file-directory. (From Stefan Monnier.) | |
2998 | |
2999 1999-09-02 Richard Stallman <rms@gnu.org> | |
3000 | |
3001 * progmodes/asm-mode.el (asm-mode): Set comment-start properly | |
3002 from asm-comment-char. | |
3003 (asm-font-lock-keywords): Recognize instruction width suffixes. | |
3004 | |
3005 1999-09-01 Richard Stallman <rms@gnu.org> | |
3006 | |
3007 * play/fortune.el: New file. | |
3008 | |
3009 1999-08-31 Dave Love <fx@gnu.org> | |
3010 | |
3011 * help.el (help-make-xrefs): Don't lose on non-empty blank line | |
3012 after key table. | |
3013 | |
26943 | 3014 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and |
3015 redisplay variables. | |
25837 | 3016 |
3017 * subr.el (push): Fix typo. | |
3018 | |
3019 1999-08-30 Kevin Blake <kblake@ticnet.com> | |
3020 | |
3021 * emacs-lisp/ring.el: Many doc fixes. | |
3022 (ring-size, ring-copy): New functions. | |
3023 | |
3024 1999-08-29 Richard Stallman <rms@gnu.org> | |
3025 | |
3026 * progmodes/etags.el (tags-loop-continue): | |
3027 After tags-loop-operate returns, force skip to next file. | |
3028 | |
3029 * mail/mail-extr.el (mail-extr-all-letters-but-separators) | |
3030 (mail-extr-first-letters, mail-extr-last-letters): | |
3031 Use character classes [:alpha:] and [:alnum:]. | |
3032 | |
3033 * subr.el (push, pop): New macros. | |
3034 | |
3035 * progmodes/compile.el (compilation-error-regexp-alist): | |
3036 New item for SGI IRIX MipsPro compilers. | |
3037 | |
3038 * speedbar.el (speedbar-directory-buttons): Recognize | |
3039 device names when checking for file names. | |
3040 | |
3041 * array.el (array-reconfigure-rows): Use generate-new-buffer. | |
3042 | |
3043 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros, | |
3044 and specially handle defvar inside their expansions. | |
3045 (eval-defun-1): New subroutine. | |
3046 | |
3047 * progmodes/compile.el (compilation-error-regexp-alist): | |
3048 Fix the Perl -w entry to allow period after line number. | |
3049 Don't allow newlines in file name, but allow them after line number | |
3050 for Perl debugging traces. | |
3051 | |
3052 * which-func.el (which-func-cleanup-function): New variable. | |
3053 (which-function): Call that function. | |
3054 | |
3055 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or ( | |
3056 to end a function name. | |
3057 | |
3058 * informat.el (Info-tagify): Don't insert more than one newline | |
3059 before the tag table. | |
3060 | |
3061 1999-08-29 Stefan Monnier <monnier@cs.yale.edu> | |
3062 | |
3063 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather | |
3064 than make-temp-name, use match-string-no-properties, and eliminate | |
3065 a quadratic behavior when building bibtex-strings. | |
3066 | |
3067 1999-08-29 Alex Schroeder <alex@gnu.org> | |
3068 | |
3069 * comint.el (comint-input-ring-separator): New variable. | |
3070 (comint-read-input-ring): Doc change; use | |
3071 comint-input-ring-separator when reading file. | |
3072 (comint-write-input-ring): Use | |
3073 comint-input-ring-separator when writing file. | |
3074 | |
3075 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com> | |
3076 | |
3077 * informat.el (Info-tagify): Start by widening. | |
3078 Match node headers that don't list the file name, | |
3079 and more kinds of page separations. | |
3080 Strip properties during tagification. | |
3081 Use start of node header line as tag's position. | |
3082 Fix the "done" message. | |
3083 | |
3084 (Info-validate): Save and restore match data around narrowing down. | |
3085 | |
3086 1999-08-28 Richard M. Stallman <rms@gnu.org> | |
3087 | |
3088 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode): | |
3089 On repeated call, override previous values put into | |
3090 minor-mode-map-alist and minor-mode-alist. | |
3091 | |
3092 1999-08-28 Michael Ernst <mernst@alum.mit.edu> | |
3093 | |
3094 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format. | |
3095 | |
3096 1999-08-27 Andreas Schwab <schwab@gnu.org> | |
3097 | |
3098 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker | |
3099 from cvs update. | |
3100 | |
3101 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
3102 | |
3103 * calendar/calendar.el (calendar-move-hook): New hook. | |
3104 | |
3105 * calendar/cal-move.el: Call the new hook in every movement function. | |
3106 | |
3107 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload | |
3108 the right function name. | |
3109 | |
3110 1999-08-26 Stephen Gildea <gildea@alum.mit.edu> | |
3111 | |
3112 * time-stamp.el: Put quote-backquote around all symbol names | |
3113 in doc strings, for mousing. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3114 (time-stamp): Support multi-line patterns. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3115 (time-stamp-inserts-lines): New variable. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3116 (time-stamp-count): New variable. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3117 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes |
25837 | 3118 "Thu" instead of "%a". |
3119 | |
3120 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
3121 | |
3122 * simple.el (kill-word): Undo previous change. | |
3123 | |
3124 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
3125 | |
3126 * jit-lock.el (jit-lock-function): Extend the fontified range | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3127 to the beginning of the line containing the range start and |
25837 | 3128 the beginning of the line following the range end. |
3129 | |
3130 1999-08-24 Dave Love <fx@gnu.org> | |
3131 | |
3132 * timezone.el: Move provide to end. | |
3133 (timezone-parse-date): Simplify somewhat. Assume 2-digit years | |
3134 <70 are 2000+. | |
3135 (timezone-parse-time): Simplify somewhat. | |
3136 | |
3137 1999-08-24 Gerd Moellmann <gerd@gnu.org> | |
3138 | |
3139 * faces.el (margin): Renamed from bitmap-area. | |
3140 | |
3141 1999-08-24 Alex Schroeder <alex@gnu.org> | |
3142 | |
3143 * sql.el: Doc changes. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3144 (sql-sybase): Use sql-server instead of sql-database. |
25837 | 3145 |
3146 1999-08-23 Dave Love <fx@gnu.org> | |
3147 | |
3148 * rect.el: Add/fix various doc strings. Add `*' to all the | |
3149 interactive specs. | |
3150 | |
3151 1999-08-21 Gerd Moellmann <gerd@gnu.org> | |
3152 | |
3153 * jit-lock.el (jit-lock-function): Use line-beginning-position. | |
3154 Don't unwind-protect font-lock-fontify-region. | |
3155 | |
3156 * paragraphs.el (backward-kill-paragraph): Don't move | |
3157 point into mini-buffer prompt. | |
3158 (backward-kill-sentence): Ditto. | |
3159 | |
3160 * simple.el (next-history-element): Use minibuffer-prompt-end. | |
3161 Remove test for minibuffer-prompt-in-buffer. | |
3162 (kill-word): Don't move point into mini-buffer prompt. | |
3163 | |
3164 1999-08-21 Dave Love <fx@gnu.org> | |
3165 | |
3166 * Makefile: Exclude CVS dirs like RCS. | |
3167 | |
3168 1999-08-19 Dave Love <fx@gnu.org> | |
3169 | |
3170 * tooltip.el (tooltip-mode): Customize this, per convention. | |
3171 (tooltip-active): Option deleted. | |
3172 | |
3173 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize. | |
3174 | |
3175 * hanoi.el, page-ext.el: Declare dynamic vars. | |
3176 | |
3177 * term.el: Avoid ange-ftp related compilation warnings. | |
3178 | |
3179 1999-08-18 Gerd Moellmann <gerd@gnu.org> | |
3180 | |
3181 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode' | |
3182 the default so that beginners can benefit from it without | |
3183 searching in manuals. | |
3184 | |
3185 1999-08-18 Ray Blaak <blaak@gnu.org> | |
3186 | |
3187 * progmodes/delphi.el: Consider assembly sections as blocks, to | |
3188 indent them better. Make auto-indent on newline optional. | |
3189 | |
3190 1999-08-17 Gerd Moellmann <gerd@gnu.org> | |
3191 | |
3192 * bindings.el (mode-line-modified): Look up key binding for C-x | |
3193 C-q. If it's bound call that binding, otherwise call | |
3194 toggle-read-only. | |
3195 | |
3196 1999-08-17 Dave Love <fx@gnu.org> | |
3197 | |
3198 * info.el (info): Doc fix. | |
3199 | |
3200 * finder.el (finder-known-keywords): Add `multimedia'. | |
3201 | |
3202 * apropos.el: Don't capitalize custom group name. | |
3203 | |
3204 * info-look.el: Remove compatibility code. | |
3205 (info-lookup-guess-default*): DTRT for point at start of symbol. | |
3206 (info-complete): Don't lose with point not at end of symbol. | |
3207 | |
3208 1999-08-16 Gerd Moellmann <gerd@gnu.org> | |
3209 | |
3210 * term.el (toplevel): Make face `term-default' an empty face. | |
3211 The code relied on the fact that Emacs ignored invalid faces in | |
3212 face text properties in 20.4. | |
3213 | |
3214 1999-08-16 Richard M. Stallman <rms@gnu.org> | |
3215 | |
3216 * subr.el (point-at-eol, point-at-bol): New aliases. | |
3217 | |
3218 * simple.el: Functions reordered. | |
3219 | |
3220 * rect.el (delete-rectangle-line): Use line-end-position. | |
3221 | |
3222 1999-08-16 Karl Heuer <kwzh@gnu.org> | |
3223 | |
3224 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved | |
3225 here from simple.el. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3226 |
25837 | 3227 1999-08-16 Dave Love <fx@gnu.org> |
3228 | |
3229 * mouse.el: Provide `mldrag' for compatibility. | |
3230 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases, | |
3231 marked obsolete. | |
3232 | |
3233 * mldrag.el: Removed since the features are in mouse.el. | |
3234 | |
3235 * jka-compr.el (auto-compression-mode): New variable for | |
3236 customization. | |
3237 | |
3238 * bindings.el (mode-line-mule-info): Doc fix. | |
3239 | |
3240 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in | |
3241 name comparisons. | |
3242 | |
3243 * files.el (interpreter-mode-alist): Add make, guile, clisp. | |
3244 (find-file): Doc fix. | |
3245 | |
3246 1999-08-16 Carsten Dominik <cd@gnu.org> | |
3247 | |
3248 * textmodes/reftex.el: Most of the code moved to other files. | |
3249 * textmodes/reftex-auc.el: New file, split out from reftex.el | |
3250 * textmodes/reftex-cite.el: New file, split out from reftex.el | |
3251 * textmodes/reftex-global.el: New file, split out from reftex.el | |
3252 * textmodes/reftex-index.el: New file, split out from reftex.el | |
3253 * textmodes/reftex-parse.el: New file, split out from reftex.el | |
3254 * textmodes/reftex-ref.el: New file, split out from reftex.el | |
3255 * textmodes/reftex-sel.el: New file, split out from reftex.el | |
3256 * textmodes/reftex-toc.el: New file, split out from reftex.el | |
3257 * textmodes/reftex-vars.el: New file, split out from reftex.el | |
3258 * textmodes/reftex-vcr.el: New file, split out from reftex.el | |
3259 | |
3260 1999-08-16 Carsten Dominik <cd@gnu.org> | |
3261 | |
3262 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed | |
3263 conflict with pop-up-frames. | |
3264 (reftex-special-environment-parsers): New constant. | |
3265 (reftex-label-alist): car of an entry can also be a function. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3266 (reftex-what-special-env): Cew function. |
25837 | 3267 (reftex-label-location): Call `reftex-what-special-env'. |
3268 (reftex-compile-variables): Check for symbol in | |
3269 `reftex-label-alist'. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3270 (reftex-what-environment): Fixed bug with stacked environments of |
25837 | 3271 same kind (e.g. enumerate). |
3272 (reftex-process-string): Preserve default directory. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3273 (reftex-label-alist-builtin): Changed prefixes of endnote and |
25837 | 3274 footnote. Also the magic words. |
3275 (reftex-reference): Interprete new option | |
3276 `reftex-fref-is-default'. | |
3277 (reftex-replace-prefix-escapes): Interprete new `%S' format. | |
3278 (reftex-toc-mouse-view-line): Command removed (had no binding). | |
3279 (reftex-everything-regexp): New function. | |
3280 (reftex-nearest-match): Made better. | |
3281 (reftex-toc-find-section): Use new version of | |
3282 `reftex-nearest-match'. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3283 (reftex-insert-docstruct): Adapted to work with the index stuff. |
25837 | 3284 (reftex-parse-from-file): Find index entries as well. |
3285 (reftex-toc-toggle-index): New function | |
3286 (reftex-toc-map): `i' is now used to togle the index, File | |
3287 boundaries has been moved to `F'. | |
3288 (reftex-select-label-map): Toggling display of file boundaries is | |
3289 now on the `F' key, for consistency with `reftex-toc-map'. | |
3290 (reftex-erase-all-selection-and-index-buffers): Renamed from | |
3291 `reftex-erase-all-selection-buffer'. Now also kills the index | |
3292 buffers. | |
3293 (reftex-viewing-cross-references): Customization group renamed | |
3294 from reftex-viewing-cross-references-and-citations. | |
3295 (reftex-index-macro-regexp, | |
3296 reftex-find-index-entry-regexp-format): New variables | |
3297 (reftex-macros-with-index): New variable | |
3298 (reftex-add-index-macros): New function | |
3299 (reftex-renumber-simple-labels, reftex-translate): Allow for | |
3300 multiple labels in a single ref command. | |
3301 (reftex-index-support): New customization group | |
3302 (reftex-support-index, reftex-index-special-chars, | |
3303 reftex-index-macros, reftex-index-default-macro, | |
3304 reftex-index-default-tag, reftex-index-math-format, | |
3305 reftex-index-section-letters, reftex-index-include-context, | |
3306 reftex-index-follow-mode, reftex-index-header-face, | |
3307 reftex-index-section-face, reftex-index-tag-face, | |
3308 reftex-index-face): New options | |
3309 (reftex-index-map, reftex-index-menu, reftex-last-index-file, | |
3310 reftex-index-tag, reftex-index-return-marker, | |
3311 reftex-index-restriction-indicator, reftex-index-restriction-data, | |
3312 reftex-index-macro-regexp, reftex-index-level-re, | |
3313 reftex-index-key-end-re, reftex-find-index-entry-regexp-format, | |
3314 reftex-everything-regexp-no-index, reftex-index-re, | |
3315 reftex-macros-with-index, reftex-index-macro-alist): New variables | |
3316 (reftex-index-help, reftex-index-macros-builtin, | |
3317 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt, | |
3318 reftex-query-index-macro-help): New constants | |
3319 (reftex-index-selection-or-word, reftex-index, | |
3320 reftex-default-index, reftex-update-default-index, | |
3321 reftex-index-complete-tag, reftex-index-select-tag, | |
3322 reftex-index-complete-key, reftex-index-update-taglist, | |
3323 reftex-index-globally, reftex-index-mode, reftex-index-show-entry, | |
3324 reftex-display-index, reftex-insert-index, | |
3325 reftex-index-insert-new-letter, reftex-get-restriction, | |
3326 reftex-index-pre-command-hook, reftex-index-post-command-hook, | |
3327 reftex-index-show-help, reftex-index-next, reftex-index-previous, | |
3328 reftex-index-toggle-follow, reftex-index-toggle-context, | |
3329 reftex-index-view-entry, reftex-index-goto-entry-and-hide, | |
3330 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide, | |
3331 reftex-index-quit, reftex-index-quit-and-kill, | |
3332 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan, | |
3333 reftex-index-revert, reftex-index-switch-index-tag, | |
3334 reftex-index-restrict-to-section, reftex-index-widen, | |
3335 reftex-index-restriction-forward, | |
3336 reftex-index-restriction-backward, reftex-index-visit-location, | |
3337 reftex-index-analyze-entry, reftex-index-globalize, | |
3338 reftex-index-edit, reftex-index-toggle-range-beginning, | |
3339 reftex-index-toggle-range-end, reftex-index-edit-key, | |
3340 reftex-index-edit-attribute, reftex-index-edit-visual, | |
3341 reftex-index-edit-part, reftex-index-level-down, | |
3342 reftex-index-level-up, reftex-index-kill, reftex-index-undo, | |
3343 reftex-index-change-entry, reftex-index-goto-letter, | |
3344 reftex-add-index-macros, reftex-ensure-index-support, | |
3345 reftex-index-info-safe, reftex-index-info): New functions. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3346 |
25837 | 3347 |
3348 1999-08-15 Richard M. Stallman <rms@gnu.org> | |
3349 | |
3350 * paren.el (show-paren-mode): Support making show-paren-mode | |
3351 a buffer-local variable. Don't check for a window system. | |
3352 (show-paren-function): Check whether show-paren-function is | |
3353 enabled in current buffer; do the right thing if not. | |
3354 Don't check for a window system. | |
3355 (show-paren-mode): Make it a user variable. | |
3356 | |
3357 * add-log.el (add-log-current-defun): Exclude all trailing whitespace. | |
3358 Handle `enum' like `struct'. | |
3359 | |
3360 * server.el (server-process-filter): If a client visits no buffers, | |
3361 close it immediately before recording it. | |
3362 | |
3363 * mail/mail-utils.el (mail-unquote-printable): Make it autoload. | |
3364 Optimize by calling concat just once. Handle =\n sequence. | |
3365 (mail-unquote-printable-region): New command. | |
3366 (mail-quote-printable): Make it autoload. | |
3367 | |
3368 1999-08-15 Karl Heuer <kwzh@gnu.org> | |
3369 | |
3370 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org. | |
3371 | |
3372 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
3373 | |
3374 * lisp/texinfmt.el: Handle @ifnottex. | |
3375 | |
3376 1999-08-15 Eli Zaretskii <eliz@gnu.org> | |
3377 | |
3378 * frame.el (blink-cursor): Don't turn on cursor blinking for | |
3379 ms-dos. | |
3380 | |
3381 * faces.el (face-valid-attribute-values): Look in | |
3382 x-bitmap-file-path only for x and w32 window systems. | |
3383 | |
3384 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default". | |
3385 Do that if width is nil as well. | |
3386 (x-display-mm-height, x-display-mm-width): Update values. | |
3387 (x-colors): Compute the list from msdos-color-values. | |
3388 (x-select-enable-clipboard): Doc fix. | |
3389 (x-frob-font-weight, x-font-family-list): New functions. | |
3390 | |
3391 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk> | |
3392 | |
3393 * window.el (shrink-window-if-larger-than-buffer): Don't try to | |
3394 back up from beginning of buffer. | |
3395 | |
3396 1999-08-13 Karl Heuer <kwzh@gnu.org> | |
3397 | |
3398 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound. | |
3399 | |
3400 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US> | |
3401 | |
3402 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G | |
3403 doomsday clock, speed control is added and changes are made to | |
3404 allow large numbers of rings: rings now show the whole ring | |
3405 number, not just the last digit; consecutive rings are allowed to | |
3406 be the same size when necessary to fit all the rings in the | |
3407 window; and poles can be oriented horizontally. Face support is | |
3408 thrown in gratuitously. | |
3409 (hanoi): Changed default number of rings back to 3. | |
3410 (hanoi-unix, hanoi-unix-64): New commands | |
3411 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces, | |
3412 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face, | |
3413 hanoi-odd-ring-face): New variables. | |
3414 (hanoi-internal, hanoi-current-time-float, hanoi-put-face, | |
3415 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for, | |
3416 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions. | |
3417 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n. | |
3418 (hanoi-topos, hanoi-draw-ring): Removed. | |
3419 | |
3420 1999-08-12 Gerd Moellmann <gerd@gnu.org> | |
3421 | |
3422 * faces.el (face-valid-attribute-values): Return an alist for | |
3423 families on ttys. | |
3424 (face-read-integer): Handle unspecified face attributes. Add | |
3425 completion for `unspecified'. | |
3426 (read-face-attribute): Handle unspecified font attributes. | |
3427 (face-valid-attribute-values): Add `unspecified' to lists so that | |
3428 it can be chosen via completion. | |
3429 (face-read-string): Don't recognize "none" as input. | |
3430 | |
3431 1999-08-10 Dave Love <fx@gnu.org> | |
3432 | |
3433 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc | |
3434 string. | |
3435 | |
3436 * sun-curs.el: Require sun-fns. | |
3437 | |
3438 1999-08-10 Dave Love <fx@gnu.org> | |
3439 | |
3440 * autorevert.el (auto-revert-mode): Add autoload cookie. | |
3441 | |
3442 * hscroll.el, auto-show.el: Files deleted -- we have built-in | |
3443 hscroll. | |
3444 | |
3445 * simple.el (hscroll-step, hscroll-point-visible) | |
3446 (hscroll-window-column): Remove now we have the mentioned real | |
3447 horizontal autoscrolling. | |
3448 | |
3449 1999-08-10 Richard M. Stallman <rms@gnu.org> | |
3450 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3451 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from |
25837 | 3452 control use of -f option. |
3453 (mail-specify-envelope-from): New variable. | |
3454 (mail-from-style): Doc fix. | |
3455 | |
3456 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn. | |
3457 (easy-menu-get-map): New arg TO-MODIFY helps choose | |
3458 between local and global maps. | |
3459 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map. | |
3460 (easy-menu-change): Doc fix. | |
3461 | |
3462 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward. | |
3463 (info-lookup-guess-default): Simplified and cleaned up. | |
3464 (info-lookup-guess-default*): Preserve point. | |
3465 | |
3466 * view.el (view-mode-disable): If buffer-read-only is nil, | |
3467 don't change it. | |
3468 | |
3469 * files.el (after-find-file): Disable View mode if buffer is no | |
3470 longer read-only. | |
3471 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3472 * view.el (view-mode-enable, view-mode-disable): |
25837 | 3473 Call force-mode-line-update. |
3474 | |
3475 1999-08-10 Karl Heuer <kwzh@gnu.org> | |
3476 | |
3477 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call. | |
3478 * array.el, play/landmark.el, international/latin-3.el: Likewise. | |
3479 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise. | |
3480 | |
3481 1999-08-10 Alex Schroeder <asc@bsiag.com> | |
3482 | |
3483 * ansi-color.el (ansi-color-to-text-properties): Added New state 5 | |
3484 to prevent m-eating-bug. | |
3485 | |
3486 1999-08-10 Eli Zaretskii <eliz@gnu.org> | |
3487 | |
3488 * term/pc-win.el (msdos-bg-mode): Remove. Call | |
3489 frame-set-background-mode instead. All callers changed. | |
3490 (msdos-face-setup): Don't force color display parameter, it is set | |
3491 by frame-set-background-mode. | |
3492 (make-msdos-frame): Call x-handle-reverse-video and | |
3493 face-set-after-frame-default. Delete frame if creation failed. | |
3494 | |
3495 * faces.el (face-set-after-frame-default): Don't call | |
3496 make-face-x-resource-internal for the pc window-system. | |
3497 | |
3498 1999-08-10 Dave Love <fx@melange.gnu.org> | |
3499 | |
3500 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat | |
3501 case with no docstring specially. | |
3502 | |
3503 1999-08-09 Eli Zaretskii <eliz@gnu.org> | |
3504 | |
3505 * complete.el (PC-do-completion): If completing on file name, | |
3506 reproduce str by concatenating its directory and basename parts. | |
3507 | |
3508 1999-08-07 Dave Love <fx@gnu.org> | |
3509 | |
3510 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid | |
3511 unibyte to multibyte conversion of search-forward (from Handa), | |
3512 but avoid the replacement if the language is Latin-N. | |
3513 | |
3514 1999-08-06 Richard Stallman <rms@gnu.org> | |
3515 | |
3516 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args | |
3517 of eval-buffer. | |
3518 | |
3519 * international/mule.el (load-with-code-conversion): | |
3520 Pass t to eval-buffer for DO-ALLOW-PRINT. | |
3521 | |
3522 1999-08-06 Geoff Voelker <voelker@cs.washington.edu> | |
3523 | |
3524 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist | |
3525 of filenames and attributes. | |
3526 (ls-lisp-insert-directory): Use directory-files-and-attributes | |
3527 for speed. | |
3528 | |
3529 1999-08-05 Dave Love <fx@gnu.org> | |
3530 | |
3531 * auto-show.el (auto-show-mode): Fix :set. | |
3532 | |
3533 * widget.el (define-widget-keywords): Make dummy definition and | |
3534 comment-out its use. | |
3535 | |
3536 1999-08-04 Richard Stallman <rms@gnu.org> | |
3537 | |
3538 * progmodes/tcl.el: Customized. | |
3539 | |
3540 * sql.el (sql-accumulate-and-indent): Instead of testing | |
3541 whether this is Emacs 20 before calling comint-accumulate, | |
3542 test whether comint-accumulate is defined. | |
3543 | |
3544 1999-08-04 Dave Love <fx@gnu.org> | |
3545 | |
3546 * sgml-mode.el: Require outline when compiling. | |
3547 (sgml-mode-hook, html-mode-hook): Customize. | |
3548 (sgml-validate-command): Fix :version. | |
3549 (html-autoview-mode): Doc fix. | |
3550 | |
3551 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do | |
3552 nothing in Latin-N environment. | |
3553 | |
3554 * info.el (Info-find-node): Call info-initialize here. | |
3555 (info): Not here. | |
3556 (Info-file-list-for-emacs): Add message, dired-x, c, viper. | |
3557 | |
3558 1999-08-04 Richard Stallman <rms@gnu.org> | |
3559 | |
3560 * ansi-color.el: New file. | |
3561 | |
3562 1999-08-04 Stefan Monnier <monnier@cs.yale.edu> | |
3563 | |
3564 * dired.el (dired-string-replace-match): Return `nil' when no match | |
3565 found with global search. | |
3566 | |
3567 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file): | |
3568 * terminal.el (te-terminfo-directory): | |
3569 * mail/mailpost.el (post-mail-send-it): | |
3570 * mail/metamail.el (metamail-region): | |
3571 * progmodes/ada-mode.el (ada-tmp-directory): | |
3572 Use temporary-file-directory. | |
3573 | |
3574 * progmodes/compile.el (compilation-parsing-end,compilation-setup) | |
3575 (compilation-filter, compilation-forget-errors) | |
3576 (compilation-parse-errors): Use a marker instead of an integer for | |
3577 `compilation-parsing-end'. | |
3578 | |
3579 * progmodes/diff.el (diff-parse-differences): | |
3580 Use a marker instead of an integer for `compilation-parsing-end'. | |
3581 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
3582 Use a marker instead of an integer for `compilation-parsing-end'. | |
3583 | |
3584 1999-08-03 Richard Stallman <rms@gnu.org> | |
3585 | |
3586 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View. | |
3587 (Buffer-menu-mode): Doc fix. | |
3588 (Buffer-menu-view): New command. | |
3589 (Buffer-menu-view-other-window): New command. | |
3590 | |
3591 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com> | |
3592 | |
3593 * replace.el (query-replace-regexp-eval) | |
3594 (replace-eval-replacement, replace-loop-through-replacements) | |
3595 (replace-match-string-symbols): New functions. | |
3596 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA). | |
3597 Use replace-loop-through-replacements. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3598 |
25837 | 3599 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk> |
3600 | |
3601 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f. | |
3602 (5x5): Doc fix. | |
3603 | |
3604 1999-08-03 Dave Love <fx@gnu.org> | |
3605 | |
3606 * fortran.el (fortran-indent-new-line): Make it an alias | |
3607 for reindent-then-newline-and-indent. | |
3608 | |
3609 1999-08-03 Didier Verna <verna@inf.enst.fr> | |
3610 | |
3611 * rect.el: All functions rewritten, except when noted above | |
3612 their declaration. Below is a list of interface changes. | |
3613 (apply-on-rectangle): New function, mostly replaces | |
3614 `operate-on-rectangle'. All callers changed. | |
3615 (move-to-column-force): Pass new second argument to `move-to-column'. | |
3616 (kill-rectangle): Added optional prefix arg to fill lines. | |
3617 (delete-rectangle): Ditto. | |
3618 (delete-whitespace-rectangle): Ditto. | |
3619 (delete-extract-rectangle): Ditto. | |
3620 (open-rectangle): Ditto. | |
3621 (clear-rectangle): Ditto. | |
3622 (delete-whitespace-rectangle-line): New function. | |
3623 (delete-rectangle-line): Added third arg FILL. | |
3624 (delete-extract-rectangle-line): Ditto. | |
3625 (open-rectangle-line): Ditto. | |
3626 (clear-rectangle-line): Ditto. | |
3627 | |
3628 1999-08-03 Ray Blaak <blaak@gnu.org> | |
3629 | |
3630 * progmodes/delphi.el: New file. | |
3631 | |
3632 1999-08-02 Richard Stallman <rms@gnu.org> | |
3633 | |
3634 * textmodes/outline.el (outline-previous-heading): New function. | |
3635 (outline-up-heading-all): Use outline-previous-heading. | |
3636 (outline-next-heading): Delete definition inserted yesterday. | |
3637 | |
3638 1999-08-01 Richard Stallman <rms@gnu.org> | |
3639 | |
3640 * textmodes/outline.el (outline-next-heading): New function. | |
3641 (outline-up-heading-all): New function. | |
3642 (outline-font-lock-level): Using outline-up-heading-all. | |
3643 Tell outline-back-to-heading to accept invisible headings. | |
3644 | |
3645 * simple.el (shell-command-on-region): EXIT-STATUS can be a string. | |
3646 | |
3647 * mail/mh-utils.el (mh-find-path-run): New variable. | |
3648 (mh-find-path): Test and set that. | |
3649 Set mail-user-agent only the first time this function is run. | |
3650 (mail-user-agent): Defvar deleted. | |
3651 | |
3652 * info.el (info-initialize): New function. | |
3653 (info): Call info-initialize. | |
3654 (Info-directory-list): Initialize to nil, | |
3655 so info-initialize will set it up for real. | |
3656 | |
3657 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
3658 | |
3659 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it | |
3660 does not interpret a time as the year in a day-month entry. | |
3661 | |
3662 * calendar/diary-lib.el: Change syntax table entry for colon in | |
3663 the diary as part of the european-date-diary-pattern fix. | |
3664 | |
3665 1999-08-01 Eli Zaretskii <eliz@gnu.org> | |
3666 | |
3667 * international/mule.el (set-auto-coding): Allow whitespace before | |
3668 and after the "variable: value" pair. | |
3669 | |
3670 1999-07-30 Ken'ichi Handa <handa@gnu.org> | |
3671 | |
3672 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed. | |
3673 (default-sendmail-coding-system): Doc-string fixed. | |
3674 | |
3675 1999-07-30 Dave Love <fx@gnu.org> | |
3676 | |
3677 * subr.el (assoc-delete-all): New function, renamed from | |
3678 frame-delete-all. | |
3679 | |
3680 * frame.el: Change comments to doc strings and other doc fixes. | |
3681 (frame-delete-all): Moved to subr.el as `assoc-delete-all'. | |
3682 Callers changed. | |
3683 (set-background-color, set-foreground-color, set-cursor-color) | |
3684 (set-mouse-color, set-border-color): Offer completion of colours. | |
3685 (cursor): Add :version to defgroup. | |
3686 | |
3687 * facemenu.el (list-colors-display): Make it work on ttys. | |
3688 (facemenu-read-color): Likewise. | |
3689 | |
3690 1999-07-30 Richard M. Stallman <rms@gnu.org> | |
3691 | |
3692 * frame.el (frame-notice-user-settings): If background | |
3693 color has been changed, update background-mode from it, | |
3694 then update faces. | |
3695 | |
3696 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com> | |
3697 | |
3698 * net-utils.el (finger): Don't do indirect fingering. | |
3699 | |
3700 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
3701 | |
3702 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of | |
3703 rules. Add separator at end of holidays. | |
3704 (cal-tex-rules): New customizable variable. | |
3705 (cal-tex-latexify-list): Add optional parameter to put separator | |
3706 at end. | |
3707 | |
3708 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu> | |
3709 | |
3710 * textmodes/fill.el (fill-individual-paragraphs): Calculate new | |
3711 fill prefix on each line while looping to the end of paragraph. | |
3712 End paragraph if it's longer than the existing fill prefix. | |
3713 | |
3714 * textmodes/fill.el (fill-context-prefix): Doc fix. | |
3715 | |
3716 1999-07-30 Dave Love <fx@gnu.org> | |
3717 | |
3718 * font-lock.el (jit-lock): Fix :load, add :version. | |
3719 | |
3720 1999-07-30 Eli Zaretskii <eliz@gnu.org> | |
3721 | |
3722 * term/pc-win.el (msdos-face-setup): Register standard colors in | |
3723 Vface_tty_color_alist. | |
3724 (face-color-supported-p, face_color_gray_p): New functions. | |
3725 | |
3726 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p | |
3727 is bound. | |
3728 | |
3729 * startup.el (command-line): Don't register default colors for | |
3730 MSDOS window-system. | |
3731 | |
3732 1999-07-29 Dave Love <fx@gnu.org> | |
3733 | |
3734 * f90.el (f90-mode-syntax-table): Change backslash to escape, not | |
3735 charquote. | |
3736 | |
3737 * lisp-mode.el (eval-defun): Re-written to avoid | |
3738 capturing variables. | |
3739 | |
3740 * picture.el (picture-beginning-of-line): Don't call | |
3741 hscroll-point-visible now we have real autoscrolling. | |
3742 (picture-end-of-line, picture-newline, picture-open-line): | |
3743 Likewise. | |
3744 | |
3745 * international/latin-8.el: New file. | |
3746 * international/latin-9.el: New file. | |
3747 | |
3748 1999-07-28 Dave Love <fx@gnu.org> | |
3749 | |
3750 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter. | |
3751 | |
3752 * msb.el: Require cl only when compiling. | |
3753 (msb--home-dir): Deleted. | |
3754 (msb--format-title): Use abbreviate-file-name. | |
3755 (msb--choose-file-menu): Simplify string comparison. | |
3756 | |
3757 1999-07-28 Gerd Moellmann <gerd@gnu.org> | |
3758 | |
3759 * faces.el (toolbar): Add face definition for mono displays. | |
3760 | |
3761 1999-07-27 Richard M. Stallman <rms@gnu.org> | |
3762 | |
3763 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
3764 | |
3765 * frame.el (frame-initialize): When setting frame-initial-frame-alist, | |
3766 force copying of default-frame-alist. | |
3767 | |
3768 1999-07-26 Ken'ichi Handa <handa@gnu.org> | |
3769 | |
3770 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp. | |
3771 | |
3772 1999-07-26 Richard M. Stallman <rms@gnu.org> | |
3773 | |
3774 * frame.el (set-mouse-color): If new color is nil, | |
3775 really respecify the current color. | |
3776 | |
3777 1999-07-26 Gerd Moellmann <gerd@gnu.org> | |
3778 | |
3779 * faces.el (bitmap-area): Change background of face `bitmap-area' | |
3780 to white for mono displays. | |
3781 | |
3782 1999-07-26 Kenichi Handa <handa@etl.go.jp> | |
3783 | |
3784 * international/ccl.el (ccl-embed-symbol): New function. | |
3785 (ccl-program-p): Deleted. Now it's implemented in C code. | |
3786 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol. | |
3787 (ccl-compile-translate-character): Likewise. | |
3788 (ccl-compile-map-single): Likewise. | |
3789 (ccl-compile-multiple-map-function): Likewise. | |
3790 (declare-ccl-program): Doc-string modified. | |
3791 (check-ccl-program): Check compiled CCL code by ccl-program-p. | |
3792 | |
3793 1999-07-25 Ken'ichi Handa <handa@etl.go.jp> | |
3794 | |
3795 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
3796 | |
3797 1999-07-25 Markus Rost <rost@gnu.org> | |
3798 | |
3799 * cus-edit.el (custom-save-variables, custom-save-faces): Sort | |
3800 the entries to make custom-file more readable. | |
3801 | |
3802 1999-07-25 Richard M. Stallman <rms@gnu.org> | |
3803 | |
3804 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs. | |
3805 | |
3806 * emacs-lisp/edebug.el: Delete compatibility code. | |
3807 (edebug-next-token-class): If . is followed by a digit, | |
3808 return `symbol' for the token class. | |
3809 | |
3810 * startup.el (command-line): If we don't find the user's init file, | |
3811 set user-init-file to nil. | |
3812 | |
3813 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
3814 | |
3815 * info-look.el (info-lookup-interactive-arguments): Add optional | |
3816 argument query for new choice of help mode. | |
3817 (info-lookup-symbol): Use it. | |
3818 (info-lookup-file): Ditto. | |
3819 (info-lookup): Don't switch to other window, if already in Info | |
3820 buffer. | |
3821 | |
3822 1999-07-23 Dave Love <fx@gnu.org> | |
3823 | |
3824 * fortran.el (fortran-mode-syntax-table): Change `\' to `\' | |
3825 syntax. | |
26624 | 3826 (fortran-fontify-string, fortran-match-!-comment): Deleted. |
25837 | 3827 (fortran-font-lock-syntactic-keywords): New variable. |
3828 (fortran-mode): Use it. | |
3829 (fortran-font-lock-keywords-1): Don't do comments. | |
3830 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save | |
3831 match data. | |
3832 | |
3833 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls. | |
3834 | |
3835 * msb.el (msb-menu-bar-update-buffers): Renamed from | |
3836 menu-bar-update-buffers. | |
3837 (msb-custom-set, msb--toggle-menu-type): Call | |
3838 msb-menu-bar-update-buffers. | |
3839 (msb-mode): Revise the hook setting. | |
3840 | |
3841 * font-lock.el (turn-on-font-lock): Use tty-display-color-p. | |
3842 | |
3843 1999-07-23 Gerd Moellmann <gerd@gnu.org> | |
3844 | |
25956 | 3845 * font-lock.el, help.el, simple.el: Re-integrate previously |
3846 described changes that were lost due to errors while checking them | |
3847 in. | |
25837 | 3848 |
3849 1999-07-23 Kevin Blake <kblake@ticnet.com> | |
3850 | |
3851 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp. | |
3852 | |
3853 1999-07-23 Ken'ichi Handa <handa@etl.go.jp> | |
3854 | |
3855 * international/encoded-kb.el | |
3856 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character | |
3857 but push it to unread-command-events. | |
3858 (encoded-kbd-self-insert-iso2022-8bit): Likewise. | |
3859 (encoded-kbd-self-insert-sjis): Likewise. | |
3860 (encoded-kbd-self-insert-big5): Likewise. | |
3861 | |
3862 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up | |
3863 before left margin and fill-prefix by fill-find-break-point. | |
3864 | |
3865 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
3866 | |
3867 * info-look.el (info-lookup-setup-mode): Don't give up, if | |
3868 info-lookup-make-completions returns an error. | |
3869 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file | |
3870 name latex, not latex2e. | |
3871 | |
3872 1999-07-21 Richard M. Stallman <rms@gnu.org> | |
3873 | |
3874 * replace.el (perform-replace): Turn off case-fold-search | |
3875 if FROM-STRING argument has uppercase in it. | |
3876 | |
3877 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3878 | |
3879 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock | |
3880 mode is on. Don't use end of changed text. | |
3881 | |
3882 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3883 | |
3884 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table. | |
3885 (cl-hash-table-p): Renamed from hash-table-p. | |
3886 (cl-hash-table-count): Renamed from hash-table-count. | |
3887 (maphash): Alias to cl-maphash removed. | |
3888 (gethash): Likewise. | |
3889 (puthash): Likewise. | |
3890 (remhash): Likewise. | |
3891 (clrhash): Likewise. | |
3892 | |
3893 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3894 | |
3895 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with | |
3896 third arg non-nil. See comment there why this isn't a good idea. | |
3897 | |
3898 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3899 | |
3900 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message. | |
3901 | |
3902 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call | |
3903 sit-for with 3rd arg non-nil to prevent redisplay. | |
3904 | |
3905 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3906 | |
3907 * image.el (image-type-from-file-header): If file doesn't | |
3908 have a directory part, add data-directory. | |
3909 | |
3910 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3911 | |
3912 * tooltip.el (tooltip-gud-tips-p): Set default to nil. | |
3913 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse | |
3914 motion handling when tooltip-gud-tips-p is nil. | |
3915 | |
3916 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3917 | |
3918 * tooltip.el (tooltip-mode): Don't use `plusp'. | |
3919 (tooltip-active): Use initial value of nil. | |
3920 | |
3921 * jit-lock.el (jit-lock-mode): Don't use `plusp'. | |
3922 | |
3923 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3924 | |
3925 * bindings.el (make-mode-line-mouse-sensitive): Add key | |
3926 definitions for `top-line'. | |
3927 | |
3928 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3929 | |
3930 * faces.el (top-line): New face. | |
3931 | |
3932 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3933 | |
3934 * image.el (image-type-regexps): Add regexp for PS files. | |
3935 | |
3936 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3937 | |
3938 * faces.el (set-face-attribute): Fix wrong handling of frame | |
3939 begin equal to t. | |
3940 | |
3941 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3942 | |
3943 * image.el (image-type-regexps): Add PNG format. | |
3944 | |
3945 1999-07-21 Dave Love <fx@gnu.org> | |
3946 | |
3947 * bindings.el (mode-line-modified): New variable. | |
3948 (mode-line-mode-menu-1): Switch to appropriate window before | |
3949 showing menu. | |
3950 | |
3951 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3952 | |
3953 * faces.el (face-underline): Removed. | |
3954 (face-underline-color): Ditto. | |
3955 | |
3956 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3957 | |
3958 * faces.el (face-x-resources): Fix typo. | |
3959 | |
3960 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3961 | |
3962 * faces.el: Remove handling of `:relief', extend handling of | |
3963 `:box'. | |
3964 (frame-set-background-mode): Choose new defface specs after | |
3965 frame parameters have changed. | |
3966 | |
3967 * cus-face.el: Ditto. | |
3968 | |
3969 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3970 | |
3971 * custom.el (defface): Extend documentation to include new | |
3972 face attributes. | |
3973 | |
3974 * cus-face.el (custom-face-attributes): Add overline, | |
3975 strike-through, box. | |
3976 | |
3977 * faces.el (face-valid-attribute-values): Handle overline, | |
3978 strike-through, box. | |
3979 (face-attribute-name-alist): Add pairs for new face attributes. | |
3980 (describe-face): Handle new face attributes. | |
3981 | |
3982 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3983 | |
3984 * faces.el (face-x-resources): Add overline, strike-through, box. | |
3985 | |
3986 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3987 | |
3988 * enriched.el (enriched-translations): Add `display' and | |
3989 "x-display". | |
3990 (enriched-handle-display-prop): New. | |
3991 (enriched-decode-display-prop): New. | |
3992 | |
3993 * format.el (top-level): Give `display' property | |
3994 `format-list-atomic-p. | |
3995 (format-annotate-single-property-change): Test that property. | |
3996 If present, treat list property values like atoms. | |
3997 | |
3998 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3999 | |
4000 * cus-face.el (custom-face-attributes): Use `choice' everywhere | |
4001 so that "*" can be entered. | |
4002 | |
4003 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4004 | |
4005 * cus-face.el (custom-face-attributes): Don't use `#''. | |
4006 | |
4007 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
4008 | |
4009 * cus-face.el (custom-face-attributes): Return underline | |
4010 face attribute directly from the second lambda of underline. | |
4011 | |
4012 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4013 | |
4014 * jit-lock.el (jit-lock-stealth-verbose): Set to nil. | |
4015 | |
4016 * frame.el (after-setting-font-hooks): New variable. | |
4017 (set-frame-font): Run those hooks. | |
4018 | |
4019 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region. | |
4020 | |
4021 * faces.el (set-face-attribute): Fix doc string. | |
4022 | |
4023 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4024 | |
4025 * cus-face.el (custom-face-attributes): Accept color name. | |
4026 | |
4027 * faces.el (face-underline-p): Accept unspecified underlining. | |
4028 (face-underline): Ditto. Fix doc string. | |
4029 | |
4030 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
4031 | |
4032 * faces.el (face-underline-color): New function. | |
4033 | |
4034 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
4035 | |
4036 * cus-face.el (custom-face-attributes): Support underline coloring. | |
4037 Added slot to choose a color. | |
4038 | |
4039 * faces.el (face-underline): New function. | |
4040 (face-underline-p): Support underline coloring. | |
4041 Return nil only if the underline attribute is 'normal. | |
4042 (set-face-underline): New function. | |
4043 (face-valid-attribute-values): Support underline coloring. | |
4044 | |
4045 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4046 | |
4047 * image.el (insert-image): Use `display' instead of `glyph' | |
4048 as text property name. | |
4049 (put-image): Ditto. | |
4050 (image-type-from-file-header): Use insert-file-contents-literally. | |
4051 | |
4052 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4053 | |
4054 * easymenu.el (easy-menu-do-add-item): Don't use the empty | |
4055 string to indicate separators. | |
4056 | |
4057 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4058 | |
4059 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max | |
4060 instead of message-log. | |
4061 | |
4062 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4063 | |
4064 * faces.el (bitmap-area): New face. | |
4065 | |
4066 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4067 | |
4068 * image.el (insert-image): New. | |
4069 | |
4070 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4071 | |
4072 * frame.el (blink-cursor): Set the symbol's value. | |
4073 (show-trailing-whitespace): Change group to font-lock. | |
4074 | |
4075 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4076 | |
4077 * jit-lock.el: New. | |
4078 * font-lock.el: Add jit-mode as new support mode. | |
4079 | |
4080 * font-lock.el (font-lock-fontify-keywords-region): Stop when | |
4081 reaching end instead of letting re-search-forward signal an error. | |
4082 (demand-lock-mode): New. | |
4083 (font-lock-turn-on-thing-lock): Add demand-lock-mode. | |
4084 (font-lock-turn-off-thing-lock): Ditto. | |
4085 (font-lock-after-fontify-buffer): Ditto. | |
4086 (font-lock-after-unfontify-buffer): Ditto. | |
4087 | |
4088 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4089 | |
4090 * gs.el: New file. | |
4091 | |
4092 * startup.el (command-line-1): Activate tooltip mode if | |
4093 interactive. | |
4094 | |
4095 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4096 | |
4097 * faces.el (toolbar): Grey default background. | |
4098 (modeline): Ditto. | |
4099 | |
4100 * image.el (image-type-regexps): New. | |
4101 (image-type-from-file-header): New. | |
4102 (create-image): Call it. | |
4103 | |
4104 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4105 | |
4106 * image.el: New file. | |
4107 | |
4108 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4109 | |
4110 * bindings.el (mode-line-format): Replace `mode-name' with | |
4111 `(:eval mode-line-mode-name)'. | |
4112 (mode-line-mode-name): New. | |
4113 (make-mode-line-mouse-sensitive): Don't change default value | |
4114 of `mode-name'. | |
4115 | |
4116 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4117 | |
4118 * tooltip.el: New file. | |
4119 | |
4120 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4121 | |
4122 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3 | |
4123 instead of mouse-3 to pop up menus. | |
4124 (mode-line-kill-buffer): Removed. | |
4125 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over | |
4126 buffer name. | |
4127 (mode-line-buffer-menu-1): Removed. | |
4128 | |
4129 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive. | |
4130 | |
4131 * bindings.el (mode-line-buffer-identification-keymap): New. | |
4132 (mode-line-buffer-menu-keymap): New. | |
4133 (mode-line-mode-menu-keymap): New. | |
4134 (mode-line-unbury-buffer): New. | |
4135 (mode-line-other-buffer): New. | |
4136 (mode-line-kill-buffer): New. | |
4137 (mode-line-buffer-menu-1): New. | |
4138 (mode-line-mode-menu-1): New. | |
4139 (make-mode-line-mouse-sensitive): New. | |
4140 | |
4141 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4142 | |
4143 * help.el (describe-key-briefly): Handle mode line strings | |
4144 with local-map properties. | |
4145 (describe-key): Ditto. | |
4146 (mode-line-key-binding): New. | |
4147 | |
4148 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4149 | |
4150 * scroll-bar.el (scroll-bar-timer): New. | |
4151 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer. | |
4152 | |
4153 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4154 | |
4155 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top' | |
4156 and `bottom'. | |
4157 | |
4158 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4159 | |
4160 * scroll-bar.el (scroll-bar-toolkit-scroll): New. | |
4161 (global): Use different key bindings if using tookit scroll bars. | |
4162 | |
4163 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4164 | |
4165 * faces.el (modeline): Define mode line face with relief for | |
4166 class color, only. | |
4167 (toolbar): New face. | |
4168 | |
4169 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4170 | |
4171 * frame.el (frame-initialize): Set frame-creation-function to | |
4172 tty-create-frame-with-faces. | |
4173 | |
4174 * faces.el (frame-set-background-mode): Make it work for | |
4175 window-system nil. | |
4176 | |
4177 * faces.el (tty-create-frame-with-faces): New. | |
4178 (face-set-after-frame-default): Make it work for TTY frames. | |
4179 | |
4180 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4181 | |
4182 * faces.el (face-valid-attribute-values): Use tty-defined-colors. | |
4183 Return a list of one font family for TTYs. Don't return bitmap | |
4184 file paths for TTY frames. | |
4185 | |
4186 * faces.el: Add face specs for tty displays to basic faces. | |
4187 | |
4188 * font-lock.el (font-lock-comment-face): Add spec for color tty. | |
4189 (font-lock-string-face): Ditto. | |
4190 (font-lock-keyword-face): Ditto. | |
4191 (font-lock-builtin-face): Ditto. | |
4192 (font-lock-function-name-face): Ditto. | |
4193 (font-lock-variable-name-face): Ditto. | |
4194 (font-lock-type-face): Ditto. | |
4195 (font-lock-constant-face): Ditto. | |
4196 (font-lock-warning-face): Ditto. | |
4197 | |
4198 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4199 | |
4200 * startup.el (command-line): Register default tty colors. | |
4201 | |
4202 * faces.el (face-spec-set-match-display): Recognize `type tty'. | |
4203 | |
4204 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4205 | |
4206 * faces.el (modeline): For X frames, use a modeline with relief. | |
4207 | |
4208 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4209 | |
4210 * faces.el (frame-update-faces): Copied from 20.2. | |
4211 (frame-update-face-colors): Ditto. Code removed that isn't | |
4212 applicable in the new face implementation. | |
4213 | |
4214 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4215 | |
4216 * frame.el (show-trailing-whitespace): New. | |
4217 | |
4218 * faces.el (trailing-whitespace): New basic face. | |
4219 | |
4220 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4221 | |
4222 * cus-face.el (custom-facep): Always define as alias for facep. | |
4223 | |
4224 * cus-face.el (custom-face-attributes): Use choice widgets. | |
4225 Remove :bold and :italic. | |
4226 | |
4227 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4228 | |
4229 * faces.el (face-charset-registries): Removed since fontset.el | |
4230 is no always loaded. | |
4231 | |
4232 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4233 | |
4234 * faces.el (internal-get-face): Added as obsolete function for | |
4235 compatibility. | |
4236 | |
4237 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4238 | |
4239 * frame.el (blink-cursor-end): Call show-cursor. | |
4240 (blink-cursor-mode): Ditto. | |
4241 | |
4242 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4243 | |
4244 * faces.el (face-spec-reset-face): Reset all attributes to | |
4245 `unspecified'. | |
4246 (face-spec-set): Use it. | |
4247 | |
4248 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4249 | |
4250 * faces.el (read-all-face-attributes): Bug fix. | |
4251 (face-read-integer): Allow nil default value. | |
4252 (face-valid-attribute-values): Use symbol names of attribute | |
4253 values for completion list. | |
4254 | |
4255 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4256 | |
4257 * faces.el (internal-find-face): Define for compatibility with | |
4258 20.2. | |
4259 (face-id): Likewise. | |
4260 | |
4261 * faces.el (face-id): Return the ID of a realized face for ASCII. | |
4262 | |
4263 * fontset.el (x-charset-registries): Removed. Now in faces.el. | |
4264 (x-complement-fontset-spec): Use face-charset-registries. | |
4265 | |
4266 * faces.el (face-font-selection-order): Set font selection order | |
4267 from Lisp. | |
4268 (face-alternative-font-family-alist): Set alternative font | |
4269 families from Lisp. | |
4270 | |
4271 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4272 | |
4273 * faces.el (set-face-charset-registries): Set symbol value. | |
4274 | |
4275 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4276 | |
4277 * faces.el (face-set-after-frame-default): Call function | |
4278 internal-merge-in-global-face. | |
4279 | |
4280 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4281 | |
4282 * faces.el (face-list): Return symbols from face-global-alist. | |
4283 | |
4284 * faces.el (face-list): Return a copy of the face name list so | |
4285 that it cannot be modified from outside (facemenu.el uses | |
4286 nreverse, for example). | |
4287 | |
4288 * cus-face.el (custom-face-attributes): Add :bold and :italic | |
4289 for compatibility with old code. | |
4290 | |
4291 * faces.el (set-face-attributes-from-resources): Additional | |
4292 frame parameter. | |
4293 (make-face-x-resource-internal): Set attributes from resources | |
4294 for a given frame or all frames. | |
4295 | |
4296 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4297 | |
4298 * faces.el (all-faces): Removed. | |
4299 | |
4300 * custom.el (defface): Add new face attributes to function | |
4301 comment. | |
4302 | |
4303 * font-lock.el (font-lock-comment-face): Use new face attribute | |
4304 names. | |
4305 (font-lock-string-face): Ditto. | |
4306 (font-lock-keyword-face): Ditto. | |
4307 (font-lock-builtin-face): Ditto. | |
4308 (font-lock-function-name-face): Ditto. | |
4309 (font-lock-variable-name-face): Ditto. | |
4310 (font-lock-type-face): Ditto. | |
4311 (font-lock-reference-face): Ditto. | |
4312 (font-lock-warning-face): Ditto. | |
4313 ((boundp 'font-lock-face-attributes)): Ditto. | |
4314 | |
4315 * cus-face.el (custom-face-attributes): Use new face attributes. | |
4316 | |
4317 * faces.el (set-face-attribute-from-resource): Initialize | |
4318 from resources only for X and W32. | |
4319 | |
4320 * cus-face.el (custom-declare-face): Don't make frame-local | |
4321 faces. | |
4322 | |
4323 * faces.el (describe-face): Use princ instead of insert. | |
4324 | |
4325 * faces.el: Add XLFD manipulation functions from 20.2 again | |
4326 because fontset.el uses them. | |
4327 (face-set-after-frame-default): Add empty definition. | |
4328 | |
4329 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4330 | |
4331 * faces.el (make-face): Correct typo. | |
4332 (set-face-attribute-from-resource): Use let*. | |
4333 (face-underline-p): Correct typo. | |
4334 (face-inverse-video-p): Ditto. | |
4335 (set-face-stipple): Ditto. | |
4336 (face-read-string): Make completion-list optional parameter. | |
4337 | |
4338 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4339 | |
4340 * faces.el (face-charset-registries): Alist mapping charset | |
4341 symbols to registries and encoding. | |
4342 | |
4343 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4344 | |
4345 * frame.el (blink-cursor-mode): Use interactive spec "P". | |
4346 | |
4347 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4348 | |
4349 * frame.el (blink-cursor-mode): Function to toggle blinking cursor | |
4350 mode. The cursor of selected_window blinks if the mode is enabled. | |
4351 | |
4352 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4353 | |
4354 * simple.el (next-history-element): Set point to the end of the | |
4355 prompt if minibuffer-prompt-in-buffer. | |
4356 | |
4357 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4358 | |
4359 * faces.el (x-font-regexp): Add sub-expression parentheses for | |
4360 several font name components. | |
4361 | |
4362 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
4363 | |
4364 * faces.el (set-face-relief): Use index 12 for relief. | |
4365 (face-fill-in): Set relief from data. | |
4366 (internal-make-face): Init relief to zero. | |
4367 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4368 * faces.el (face-spec-set): Call modify-face with additional |
25837 | 4369 parameters for relief and fixed-p. |
4370 | |
4371 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
4372 | |
4373 * cus-face.el: ':fixed and ':relief added. | |
4374 | |
4375 * faces.el (describe-face): Add fixed font attribute and relief. | |
4376 (face-attr-match-p): Ditto. | |
4377 (face-attr-construct): Ditto. | |
4378 (face-spec-set): Ditto. | |
4379 | |
4380 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
4381 | |
4382 * faces.el (internal-make-face): Function to create a Lisp vector | |
4383 suitable for representing a face. | |
4384 (make-face): Use it instead of make-vector. | |
4385 (x-create-frame-with-faces): Use it instead of vector. | |
4386 (internal-facep): Increase vector size to 14. | |
4387 (internal-make-face): Ditto. | |
4388 (face-relief): Access relief thickness. | |
4389 (face-fixed-p): Access fixed font attribute. | |
4390 (set-face-fixed-p): Set fixed font attribute. | |
4391 (set-face-relief): Set relief attribute. | |
4392 (internal-face-interactive-int): Read int attribute of face. | |
4393 (modify-face): Add fixed-p and relief parameters. | |
4394 (copy-face): Handle fixed-p and relief. | |
4395 (face-equal): Compare fixed-p and relief. | |
4396 (face-differs-from-default-p): Ditto. | |
4397 (face-nontrivial-p): Add fixed-p and relief. | |
4398 | |
4399 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
4400 | |
4401 * faces.el (eval-when-compile): Add set-face-shadow-thickness. | |
4402 (internal-facep): Increase vector size. | |
4403 (make-face): Ditto. | |
4404 (face-shadow-thickness): Added. | |
4405 (set-face-shadow-thickness): Added. | |
4406 (modify-face): Add optional shadow-thickness parameter. | |
4407 (make-face-x-resource-internal): Add shadows. | |
4408 (copy-face): Ditto. | |
4409 (face-equal): Ditto. | |
4410 (face-differs-from-default-p): Ditto. | |
4411 (face-nontrivial-p): Ditto. | |
4412 (face-attr-match-p): Ditto. | |
4413 (face-attr-construct): Ditto. | |
4414 (face-spec-set): Ditto. | |
4415 (face-fill-in): Ditto. | |
4416 | |
4417 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
4418 | |
4419 * bench.el (bench-mark-split-window): New bench mark. | |
4420 | |
4421 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
4422 | |
4423 * faces.el (set-face-font): Don't pass default font to | |
4424 x-resolve-font so that font will not have to be of the same | |
4425 size. | |
4426 | |
4427 1999-07-20 Dave Love <fx@gnu.org> | |
4428 | |
4429 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it | |
4430 unconditionally t. | |
4431 | |
4432 1999-07-20 Karl Heuer <kwzh@gnu.org> | |
4433 | |
4434 * font-lock.el (c++-font-lock-extra-types): Add "type_info". | |
4435 | |
4436 1999-07-20 Dave Love <fx@gnu.org> | |
4437 | |
4438 * help.el (describe-variable): Fix test for customizability. | |
4439 | |
4440 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer): | |
4441 Check for readonly buffer in interactive spec. | |
4442 (zap-to-char, kill-line, kill-region, comment-region, kill-word) | |
4443 (backward-kill-word): Add * to interactive spec. | |
4444 | |
4445 * underline.el (underline-region, ununderline-region): Add * to | |
4446 interactive spec. | |
4447 | |
4448 * fill.el (canonically-space-region, justify-current-line): Add * | |
4449 to interactive spec. | |
4450 (fill-region-as-paragraph, fill-paragraph, fill-region) | |
4451 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check | |
4452 readonly buffer in interactive spec. | |
4453 | |
4454 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
4455 (backward-kill-sentence, kill-sentence): Add * to interactive | |
4456 spec. | |
4457 | |
4458 1999-07-19 Richard M. Stallman <rms@gnu.org> | |
4459 | |
4460 * dired-aux.el (dired-do-shell-command): Doc fix. | |
4461 | |
4462 * shell.el (shell-unquote-argument): New function. | |
4463 (shell-directory-tracker): Use shell-unquote-argument. | |
4464 * comint.el (comint-arguments): Handle \ followed by space or tab. | |
4465 | |
4466 1999-07-19 John Wiegley <jwiegley@borland.com> | |
4467 | |
4468 * term.el (ansi-term-fg-faces-vector): Added support for ANSI | |
4469 color codes 39 and 49, which by the way lynx uses them seem to | |
4470 mean "foreground reset" and "background reset". | |
4471 | |
4472 1999-07-19 Karl Heuer <kwzh@gnu.org> | |
4473 | |
4474 * font-lock.el (c++-keywords): Add "typeid". | |
4475 | |
4476 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but | |
4477 selects no font, treat that as zero selections, not one. | |
4478 | |
4479 1999-07-19 Dave Love <fx@gnu.org> | |
4480 | |
4481 * info.el (Info-search): Don't lose with empty regexp. | |
4482 | |
4483 * version.el: Cater for (free) `ident' program, not `which'. | |
4484 | |
4485 * hl-line.el: New file. | |
4486 | |
4487 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu | |
4488 for modes which don't define menus. | |
4489 | |
4490 1999-07-16 Richard M. Stallman <rms@gnu.org> | |
4491 | |
4492 * webjump.el (webjump-sample-sites): Update some URLs. | |
4493 | |
4494 1999-07-14 Richard Stallman <rms@gnu.org> | |
4495 | |
4496 * Version 20.4 released. | |
4497 | |
4498 1999-07-14 Andreas Schwab <schwab@gnu.org> | |
4499 | |
4500 * compare-w.el (compare-windows): Try to find the next window in | |
4501 the current frame before looking at the other frames. | |
4502 | |
4503 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru> | |
4504 | |
4505 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"): | |
4506 Use cyrillic-jcuken as default input method. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4507 |
25837 | 4508 1999-07-12 Richard Stallman <rms@gnu.org> |
4509 | |
4510 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for | |
4511 Java anonymous array expressions ("new Foo[] {.. bracelist ..}"). | |
4512 | |
4513 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian. | |
4514 (ispell-local-dictionary-alist): Add koi8-r for character set. | |
4515 | |
4516 * textmodes/flyspell.el (flyspell-get-word): | |
4517 Add special handling for when ispell-otherchars is empty. | |
4518 | |
4519 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no> | |
4520 | |
4521 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior | |
4522 when having nested functons. | |
4523 (pascal-indent-nested-functions) (pascal-indent-line) | |
4524 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for | |
4525 indenting nested functions. | |
4526 | |
4527 1999-07-09 Richard Stallman <rms@gnu.org> | |
4528 | |
4529 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes. | |
4530 | |
4531 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no> | |
4532 | |
4533 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when | |
4534 the `end' keyword was in the very beginning of the buffer. | |
4535 | |
4536 1999-07-08 Richard Stallman <rms@gnu.org> | |
4537 | |
4538 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix. | |
4539 | |
4540 * term.el (term-emulate-terminal): Avoid infinite loop | |
4541 in strange case where minibuffer window is selected but not active. | |
4542 | |
4543 1999-07-07 Stephen Eglen <stephen@gnu.org> | |
4544 | |
4545 * progmodes/octave-inf.el (inferior-octave-directory-tracker): | |
4546 Change regexp so that it doesn't match commands beginning with `cd'. | |
4547 | |
4548 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
4549 | |
4550 * mail/rmail.el (mail-unsent-separator): Add a missing \\|. | |
4551 | |
4552 1999-07-06 Richard Stallman <rms@gnu.org> | |
4553 | |
4554 * hscroll.el (hscroll-minibuffer-hook): New function. | |
4555 (hscroll-global-mode): Add and remove that hook. | |
4556 Set hscroll-old-truncate-was-global's default value. | |
4557 | |
4558 1999-07-05 Richard Stallman <rms@gnu.org> | |
4559 | |
4560 * files.el (revert-buffer): Don't preserve point here. | |
4561 (revert-buffer-insert-file-contents-function): Doc fix. | |
4562 | |
4563 * isearch.el (isearch-process-search-char): Write octal 200 correctly. | |
4564 | |
4565 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid | |
4566 doing a `stat' when it isn't necessary because that can cause | |
4567 trouble when an NFS server is down. | |
4568 | |
4569 1999-07-04 Richard Stallman <rms@gnu.org> | |
4570 | |
4571 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer. | |
4572 | |
4573 1999-07-03 Richard Stallman <rms@gnu.org> | |
4574 | |
4575 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte | |
4576 for \200...\240 also. | |
4577 (isearch-printing-char): Use unibyte-char-to-multibyte. | |
4578 | |
4579 1999-07-02 Richard Stallman <rms@gnu.org> | |
4580 | |
4581 * frame.el (minibuffer-frame-alist): Use defcustom. | |
4582 (pop-up-frame-alist): Likewise. | |
4583 (initial-frame-alist): Specify * in the doc string. | |
4584 | |
4585 * hscroll.el (hscroll-mode): Make it a permanent local. | |
4586 (hscroll-mode): Don't cancel the timer | |
4587 if HScroll mode is enabled in some other buffer. | |
4588 | |
4589 * isearch.el (isearch-done): If search ends in middle of intangible | |
4590 text (due to text property), move on to the limit of that text. | |
4591 | |
4592 1999-07-01 Andrew Innes <andrewi@gnu.org> | |
4593 | |
4594 * man.el (Man-build-man-command): Use value of null-device, | |
4595 instead of hard-coding "/dev/null". | |
4596 | |
4597 * dos-w32.el (untranslated-canonical-name): Avoid expanding | |
4598 ange-ftp file names, which might force ange-ftp to prompt for a | |
4599 password. | |
4600 | |
4601 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t, | |
4602 to prevent references to temp files. | |
4603 | |
4604 1999-06-30 Richard Stallman <rms@gnu.org> | |
4605 | |
4606 * progmodes/sh-script.el (sh-feature): If nothing is known | |
4607 about the given shell, use the values for `sh'. | |
4608 | |
4609 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
4610 | |
4611 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status", | |
4612 to make it non-recursive. | |
4613 | |
4614 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly. | |
4615 | |
4616 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4617 | |
4618 * auto-show.el (auto-show-mode): Fix Typo in :set. | |
4619 | |
4620 1999-06-29 Richard M. Stallman <rms@gnu.org> | |
4621 | |
4622 * progmodes/sh-script.el (sh-mode): When setting syntax | |
4623 table, default to the standard one. | |
4624 | |
4625 1999-06-27 Richard M. Stallman <rms@gnu.org> | |
4626 | |
4627 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix. | |
4628 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4629 1999-06-27 Stefan Monnier <monnier@cs.yale.edu> |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4630 |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4631 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up |
25837 | 4632 a frame when `return' is requested (even if pop-up-frames = t) |
4633 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function' | |
4634 should only be set for the bibtex buffer. | |
4635 | |
4636 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix. | |
4637 | |
4638 * progmodes/compile.el: Deal with compilation-error-screen-columns | |
4639 being buffer-local. | |
4640 | |
4641 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
4642 | |
4643 * comint.el (comint-password-prompt-regexp): Allow "(again)". | |
4644 | |
4645 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
4646 | |
4647 * cal-x.el (calendar-only-one-frame-setup): New function. | |
4648 * calendar.el (calendar): Call it if requested. | |
4649 | |
4650 1999-06-24 Karl Heuer <kwzh@gnu.org> | |
4651 | |
4652 * startup.el (iso-8859-n-locale-regexp): Doc fix. | |
4653 | |
4654 1999-06-22 Richard M. Stallman <rms@gnu.org> | |
4655 | |
4656 * mail/supercite.el (sc-emacs-features): Doc fix. | |
4657 | |
4658 1999-06-22 Karl Heuer <kwzh@gnu.org> | |
4659 | |
4660 * files.el (auto-mode-alist): Add pike-mode. | |
4661 | |
4662 1999-06-20 Paul R. Eggert <eggert@twinsun.com> | |
4663 | |
4664 * tar-mode.el (tar-header-block-tokenize): Don't assume that the | |
4665 last byte of a numeric field is a space or a NUL. Parse it as | |
4666 potentially part of the number. This is used by GNU tar | |
4667 1.12.64012 to handle larger values. | |
4668 | |
4669 1999-06-20 Karl Heuer <kwzh@gnu.org> | |
4670 | |
4671 * custom.el (custom-handle-keyword): Fix error message. | |
4672 | |
4673 1999-06-18 Andrew Innes <andrewi@gnu.org> | |
4674 | |
4675 * mail/smtpmail.el (smtpmail-send-it): Use | |
4676 convert-standard-filename to make file names for queued mail safe | |
4677 on Windows (`:' is invalid in file names on Windows). | |
4678 | |
4679 1999-06-17 Kenichi Handa <handa@etl.go.jp> | |
4680 | |
4681 * international/mule-cmds.el (describe-current-input-method): | |
4682 Current-input-method is string. | |
4683 (toggle-input-method): Docstring fixed. | |
4684 | |
4685 * international/mule-diag.el | |
4686 (describe-current-coding-system-briefly): Fix format string. | |
4687 | |
4688 * international/mule-util.el (coding-system-eol-type-mnemonic): | |
4689 Docstring modified. Return a string. | |
4690 | |
4691 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch> | |
4692 | |
4693 * sql.el (sql-input-ring-file-name): Doc fix. | |
4694 | |
4695 1999-06-17 Richard M. Stallman <rms@gnu.org> | |
4696 | |
4697 * calendar/cal-x.el (special-display-buffer-names): | |
4698 Don't put (get-file-buffer diary-file) on this list. | |
4699 | |
4700 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov> | |
4701 | |
4702 * play/mpuz.el (mpuz-try-proposal): Fix message call. | |
4703 Don't penalize player for certain impossible guesses. | |
4704 | |
4705 1999-06-16 Andrew Innes <andrewi@gnu.org> | |
4706 | |
4707 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid, | |
4708 return the string "Unk 0 0000" so at least it appears to be a | |
4709 valid timestamp to `dired-move-to-filename-regexp'. | |
4710 | |
4711 1999-06-15 Ken'ichi Handa <handa@gnu.org> | |
4712 | |
4713 * ps-print.el (ps-control-character): Fix previous change. | |
4714 | |
4715 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4716 | |
4717 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid | |
4718 multiple output of the last message. | |
4719 | |
4720 1999-06-14 Eli Zaretskii <eliz@gnu.org> | |
4721 | |
4722 * term/internal.el (IT-display-table-setup): Do not remap \222 to | |
4723 the ASCII apostrophe, as most DOS codepages have some other glyph | |
4724 there. | |
4725 | |
4726 1999-06-14 Ken'ichi Handa <handa@gnu.org> | |
4727 | |
4728 * language/ethio-util.el (setup-ethiopic-environment-internal): | |
4729 Use quail-activate-hook instead of obsolete hook quail-mode-hook. | |
4730 (exit-ethiopic-environment): Likewize. | |
4731 | |
4732 1999-06-12 Richard M. Stallman <rms@gnu.org> | |
4733 | |
4734 * cus-start.el (scroll-preserve-screen-position): Fix typo in type. | |
4735 | |
4736 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4737 | |
4738 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with | |
4739 custom-initialize-default to avoid infinite loop. | |
4740 (crisp-mode): (defun) Call transient-mark-mode here, not when | |
4741 loading the file. Run crisp-mode-hook here, and run | |
4742 crisp-load-hook when loading the file. | |
4743 | |
4744 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in | |
4745 rmail-summary buffer, search for pattern in rmail-file. | |
4746 | |
4747 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo. | |
4748 | |
4749 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type. | |
4750 | |
4751 * ps-print.el (ps-printer-name): Fix custom type. | |
4752 | |
4753 1999-06-12 Reto Zimmermann <reto@synopsys.com> | |
4754 | |
4755 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug. | |
4756 (vhdl-port-paste-generic-map): Fix indentation bug. | |
4757 (vhdl-port-paste-port-map): Fix indentation bug. | |
4758 (vhdl-scan-file-contents): Make scanning case insensitive. | |
4759 | |
4760 1999-06-11 Richard M. Stallman <rms@gnu.org> | |
4761 | |
4762 * files.el (write-file): When buffer is not already visiting a file, | |
4763 don't put buffer name in the minibuffer, just make it the default. | |
4764 Also handle just directory as arg usefully in that case. | |
4765 | |
4766 * simple.el (sendmail-user-agent-compose): | |
4767 Ignore case when inserting the rest of the "other" headers. | |
4768 | |
4769 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n. | |
4770 | |
4771 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix. | |
4772 (info-lookup-interactive-arguments): Never insert the default | |
4773 into the minibuffer automatically. | |
4774 | |
4775 * emacs-lisp/cl-extra.el (getf): Don't call get*. | |
4776 | |
4777 1999-06-09 Richard M. Stallman <rms@gnu.org> | |
4778 | |
4779 * simple.el (shell-command): Avoid printing "mark set" message. | |
4780 | |
4781 1999-06-09 Dave Love <fx@gnu.org> | |
4782 | |
4783 * progmodes/compile.el (compilation-error-regexp-alist): Allow | |
4784 digits in program name in first pattern. | |
4785 | |
4786 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
4787 | |
4788 * vc.el (vc-dired-mode): Don't match anything before the date in | |
4789 dired-move-to-filename-regexp. | |
4790 | |
4791 1999-06-07 Ken'ichi Handa <handa@gnu.org> | |
4792 | |
4793 * international/quail.el (quail-define-rules): Fix typo in | |
4794 docstring. | |
4795 | |
4796 1999-06-05 Stephen Eglen <stephen@gnu.org> | |
4797 | |
4798 * iswitchb.el (iswitchb-default-keybindings): Add | |
4799 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather | |
4800 than when package is loaded. | |
4801 | |
4802 1999-06-04 Richard M. Stallman <rms@gnu.org> | |
4803 | |
4804 * startup.el (command-line): Don't set user-init-file directly; | |
4805 tell `load' to set it. | |
4806 | |
4807 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg. | |
4808 | |
4809 * simple.el (next-history-element): | |
4810 Handle minibuffer-text-before-history properly when reading sexps. | |
4811 | |
4812 * disp-table.el (standard-display-european): | |
4813 For an interactive call by the user, | |
4814 don't set enable-multibyte-characters, | |
4815 and don't set the terminal coding system. | |
4816 | |
4817 * textmodes/refbib.el: Don't print any messages or display | |
4818 a buffer when loading the library. | |
4819 (r2b-help): Doc fix. | |
4820 (r2b-help-message): Update the documentation. | |
4821 (r2b-load-quietly): Variable deleted. | |
4822 (r2b-convert-buffer): Doc fix. | |
4823 | |
4824 1999-06-04 Dave Love <fx@gnu.org> | |
4825 | |
4826 * help.el (help-xref-interned): Fix insertion of fdoc and revamp. | |
4827 | |
4828 * auto-show.el: Don't change hooks on loading. | |
4829 (auto-show-mode): Autoload. Default to nil. Add :set &c. | |
4830 (auto-show-mode): Add to hooks here. | |
4831 | |
4832 1999-06-04 Richard Sharman <rsharman@pobox.com> | |
4833 | |
4834 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite | |
4835 recursion on bogus input. | |
4836 | |
4837 1999-06-04 Eric M. Ludlam <zappo@ultranet.com> | |
4838 | |
4839 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user | |
4840 does not select a buffer from the buffers menu, then the attached | |
4841 frame is not switched to anything. | |
4842 | |
4843 1999-06-03 Ken'ichi Handa <handa@gnu.org> | |
4844 | |
4845 * language/vietnamese.el (ccl-encode-vscii): Typo fixed | |
4846 (viet-viscii-...->viet-vscii...). | |
4847 | |
4848 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed. | |
4849 | |
4850 1999-06-01 Dave Love <fx@gnu.org> | |
4851 | |
4852 * progmodes/fortran.el: Add :link to defgroup. | |
4853 (fortran-blink-matching-if): Match ELSE statements too. | |
4854 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so | |
4855 that filling is always done. | |
4856 | |
4857 1999-05-31 Richard M. Stallman <rms@gnu.org> | |
4858 | |
4859 * simple.el (append-next-kill): Use an arg to distinguish | |
4860 interactive calls from Lisp calls, rather than (interactive-p). | |
4861 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4862 * international/iso-transl.el (iso-transl-language-alist): |
25837 | 4863 Interchange n and N. |
4864 | |
4865 1999-05-31 Dave Love <fx@gnu.org> | |
4866 | |
4867 * msb.el Add to minor-mode-map-alist. Remove hook installation | |
4868 and keymap munging on load. | |
4869 (msb-mode): New option. | |
4870 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory): | |
4871 Doc fix. | |
4872 (msb-mode-map): New variable. | |
4873 (msb-mode): New command. | |
4874 | |
4875 1999-05-31 Dave Love <fx@gnu.org> | |
4876 | |
4877 * ispell.el: (ispell-alternate-dictionary): Fix custom type. | |
4878 (ispell-complete-word-dict): Likewise. | |
4879 | |
4880 1999-05-31 Eli Zaretskii <eliz@gnu.org> | |
4881 | |
4882 * forms.el (forms-save-buffer): Call set-buffer-modified-p to | |
4883 force the data buffer to be saved, even if the data didn't | |
4884 change, in case the write filter was modified. Restore the | |
4885 current record after read-file-filter finishes. | |
4886 | |
4887 1999-05-29 Karl Heuer <kwzh@gnu.org> | |
4888 | |
4889 * ispell4.el: Obsolete; file deleted. | |
4890 | |
4891 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line. | |
4892 | |
4893 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if | |
4894 VALUE is a syntax table. | |
4895 | |
4896 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie. | |
4897 | |
4898 * simple.el (zap-to-char): Doc fix. | |
4899 | |
4900 1999-05-27 Ken'ichi Handa <handa@gnu.org> | |
4901 | |
4902 * isearch.el (isearch-quote-char): Don't assume character codes | |
4903 0200 - 0237 stand for characters in some single-byte character | |
4904 charset. | |
4905 | |
4906 1999-05-27 Dave Love <fx@gnu.org> | |
4907 | |
4908 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c. | |
4909 | |
4910 1999-05-27 Andreas Schwab <schwab@gnu.org> | |
4911 | |
4912 * dired-aux.el (dired-insert-subdir-doinsert): Check that the | |
4913 headerline does not exist already. | |
4914 | |
4915 1999-05-26 Richard Stallman <rms@gnu.org> | |
4916 | |
4917 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
4918 Avoid nested null-loops. | |
4919 | |
4920 1999-05-26 Ken'ichi Handa <handa@gnu.org> | |
4921 | |
4922 * international/characters.el: Typo fixed; prefered->preferred. | |
4923 | |
4924 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
4925 Typo fixed; prefered->preferred. | |
4926 | |
4927 * map-ynp.el (map-y-or-n-p): Don't inherit the current input | |
4928 method in read-event. | |
4929 | |
4930 * international/mule.el (charset-info): Doc-string fixed. | |
4931 | |
4932 1999-05-25 Ken'ichi Handa <handa@gnu.org> | |
4933 | |
4934 * mail/smtpmail.el (smtpmail-send-it): Bind | |
4935 smtpmail-code-conv-from properly. | |
4936 (smtpmail-send-data-1): If DATA is a multibyte string, encode it | |
4937 by smtpmail-code-conv-from. | |
4938 | |
4939 1999-05-24 Richard Stallman <rms@gnu.org> | |
4940 | |
4941 * emulation/crisp.el (crisp-submit-bug-report): Function deleted. | |
4942 Binding deleted also. | |
4943 | |
4944 1999-05-24 Karl Heuer <kwzh@gnu.org> | |
4945 | |
4946 * comint.el (comint-bol-or-process-mark): Doc fix. | |
4947 | |
4948 1999-05-23 Dave Love <fx@gnu.org> | |
4949 | |
4950 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map. | |
4951 Enter it on minor-mode-map-alist. | |
4952 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed. | |
4953 Autoload. Add custom setter. | |
4954 (crisp-mark-line): Doc fix. | |
4955 (crisp-mode): Autoload. Re-write not to frob keymaps directly. | |
4956 (crisp-mode-hook): Define. | |
4957 | |
4958 1999-05-23 Ken'ichi Handa <handa@gnu.org> | |
4959 | |
4960 * files.el (recover-file): Recover buffer-file-coding-system. | |
4961 | |
4962 1999-05-22 Richard Stallman <rms@gnu.org> | |
4963 | |
4964 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp | |
4965 regexp match the date, to avoid treating date as file size. | |
4966 Add YYYY S option to WESTERN/ | |
4967 | |
4968 * bookmark.el: Delete some XEmacs compatibility code. | |
4969 (bookmark-jump-noselect): Check vc-backend. | |
4970 | |
4971 * subr.el (add-to-list): Doc fix. | |
4972 | |
4973 1999-05-21 Stephen Eglen <stephen@gnu.org> | |
4974 | |
4975 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer. | |
4976 | |
4977 1999-05-18 Richard Stallman <rms@gnu.org> | |
4978 | |
4979 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a | |
4980 non-space after the @anchor command. | |
4981 (texinfo-format-var): Handle other nested constructs, using | |
4982 texinfo-parse-expanded-arg and texinfo-discard-command, not | |
4983 texinfo-parse-arg-discard. | |
4984 | |
4985 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable. | |
4986 (debug): Bind and use debugger-outer-inhibit-redisplay. | |
4987 Bind inhibit-redisplay to nil. | |
4988 (debugger-env-macro): Treat inhibit-redisplay like other outside vars. | |
4989 | |
4990 1999-05-17 Dave Love <fx@gnu.org> | |
4991 | |
4992 * help.el (describe-function-1): Extra arg, interactive-p. | |
4993 (describe-key, describe-function): Use it. | |
4994 | |
4995 1999-05-17 Karl Heuer <kwzh@gnu.org> | |
4996 | |
4997 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie. | |
4998 | |
4999 1999-05-16 Dave Love <fx@gnu.org> | |
5000 | |
5001 * cus-start.el (all): Delete selective-display. Add scroll-margin, | |
5002 scroll-preserve-screen-position, scroll-conservatively. | |
5003 | |
5004 1999-05-16 Dave Love <fx@gnu.org> | |
5005 | |
5006 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case. | |
5007 | |
5008 1999-05-15 Reto Zimmermann <reto@Synopsys.COM> | |
5009 | |
5010 * progmodes/vhdl-mode.el: Completely revised and massively extended. | |
5011 | |
5012 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
5013 | |
5014 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no | |
5015 magic number and is not associated with a file. | |
5016 | |
5017 1999-05-14 Richard M. Stallman <rms@gnu.org> | |
5018 | |
5019 * files.el (find-file-noselect-1): Fix previous change. | |
5020 | |
5021 1999-05-14 Simon Marshall <simon@gnu.org> | |
5022 | |
5023 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'. | |
5024 | |
5025 1999-05-13 Ken'ichi Handa <handa@gnu.org> | |
5026 | |
5027 * international/mule-diag.el (mule-diag): Change MULE to Mule in | |
5028 docstring. | |
5029 | |
5030 * international/mule-cmds.el: Change MULE to Mule in docstrings | |
5031 and menus. | |
5032 | |
5033 1999-05-10 Kenichi HANDA <handa@etl.go.jp> | |
5034 | |
5035 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule | |
5036 to correctly reflect the value of BaseLineOffset in | |
5037 RelativeCompose. Now the value of RelativeCompose is an array of | |
5038 low and high positions. | |
5039 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and | |
5040 RLC for the above change. | |
5041 | |
5042 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org> | |
5043 | |
5044 * comint.el (comint-password-prompt-regexp): Modified to match the | |
5045 output of ksu and ssh-add. | |
5046 | |
5047 1999-05-11 Kenichi HANDA <handa@etl.go.jp> | |
5048 | |
5049 * language/korea-util.el (isearch-toggle-korean-input-method): | |
5050 Adjusted for the change of input method handling in isearch.el. | |
5051 (isearch-hangul-switch-symbol-ksc): Likewise. | |
5052 (isearch-hangul-switch-hanja): Likewise. | |
5053 | |
5054 1999-05-10 Dave Love <fx@gnu.org> | |
5055 | |
5056 * help.el (help-make-xrefs): Fix typo. | |
5057 | |
5058 1999-05-10 Andreas Schwab <schwab@gnu.org> | |
5059 | |
5060 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add | |
5061 unibyte-display-via-language-environment. | |
5062 | |
5063 * help.el (help-make-xrefs): Handle more cases when looking for | |
5064 commands in a keymap description. | |
5065 | |
5066 1999-05-10 Eli Zaretskii <eliz@gnu.org> | |
5067 | |
5068 * loadup.el: For ms-dos systems, load ccl and codepage. | |
5069 | |
5070 1999-05-09 Ken'ichi Handa <handa@gnu.org> | |
5071 | |
5072 * ps-print.el (ps-control-character): Call | |
5073 ps-mule-prepare-ascii-font to setup ASCII fonts. | |
5074 | |
5075 * ps-mule.el (ps-mule-begin-job): Redo this change "if | |
5076 ps-multibyte-buffer is nil, use | |
5077 ps-mule-font-info-database-default." | |
5078 | |
5079 1999-05-08 Ken Stevens <k.stevens@ieee.org> | |
5080 | |
5081 * ispell.el (ispell-local-dictionary-alist): New variable for | |
5082 customizing local dictionaries not accessable by everyone. | |
5083 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'. | |
5084 (ispell-required-version): Changed format `(major minor | |
5085 revision)' to support general pattern matching. | |
5086 (ispell-tex-skip-alists): AMS Tex block comment and `\author' | |
5087 skip region commented out due to incorrect skip potential in std latex. | |
5088 (ispell-word): Removed `when' macro. Fixed bug of not restoring | |
5089 cursor point on small words for calls from `ispell-minor-mode'. | |
5090 (check-ispell-version): Tests and accepts versions major.minor | |
5091 and above, with adjustments for interactions in 3.1.0-3.1.11. | |
5092 (ispell-get-line): No longer skips ispell process special characters. | |
5093 (ispell-comments-and-strings): Removed `when' macro call. | |
5094 (ispell-minor-check): Requires ispell-word to restore cursor point. | |
5095 (ispell-buffer-local-parsing): Supports checking comments only. | |
5096 | |
5097 1999-05-08 Karl Heuer <kwzh@gnu.org> | |
5098 | |
5099 * comint.el (comint-password-prompt-regexp): Fix last change to be | |
5100 more specific. | |
5101 | |
5102 1999-05-07 Richard M. Stallman <rms@gnu.org> | |
5103 | |
5104 * subr.el (with-temp-message): Fix the other call to message | |
5105 to use %s. | |
5106 | |
5107 1999-05-07 Michael Ernst <mernst@alum.mit.edu> | |
5108 | |
5109 * gud.el (gud-format-command): "%F" means file sans extension. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
5110 (jdb): Use %F, not %f, for gud-break. |
25837 | 5111 |
5112 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org> | |
5113 | |
5114 * comint.el (comint-password-prompt-regexp): Modified so that it | |
5115 matches the output of kinit. | |
5116 | |
5117 1999-05-06 Greg Stark <gsstark@mit.edu> | |
5118 | |
5119 * timezone.el (timezone-parse-date): Recognize new format used in | |
5120 internet cookies. | |
5121 | |
5122 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu> | |
5123 | |
5124 * international/iso-acc.el (iso-languages): Add latin-2 cedillas. | |
5125 | |
5126 1999-05-04 Andrew Innes <andrewi@gnu.org> | |
5127 | |
5128 * time.el (display-time-update): Allow for wrap-around when | |
5129 checking against display-time-server-down-time. | |
5130 | |
5131 1999-05-04 Ken'ichi Handa <handa@gnu.org> | |
5132 | |
5133 * international/mule-diag.el (describe-coding-system): Fix English | |
5134 message. | |
5135 | |
5136 1999-05-03 Jason Rumney <jasonr@altavista.net> | |
5137 | |
5138 * term/w32-win.el: Change the x-charset-registry property for the | |
5139 Japanese charsets that are supported by Japanese Windows fonts. | |
5140 | |
5141 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
5142 | |
5143 * diary-lib.el (diary-remind): Rewritten to behave sensibly for | |
5144 diary-block diary entries for which the reminders and the diary | |
5145 entries can overlap. | |
5146 | |
5147 1999-05-02 Jason Rumney <jasonr@altavista.net> | |
5148 | |
5149 * term/w32-win.el (mouse-set-font): Ensure constructed fontset | |
5150 matches the font selected in the dialog. | |
5151 | |
5152 1999-05-02 Dave Love <fx@gnu.org> | |
5153 | |
5154 * browse-url.el (browse-url-browser-function): Add :version. | |
5155 | |
5156 * international/mule.el (auto-coding-alist): Add .tgz. | |
5157 | |
5158 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il> | |
5159 | |
5160 * international/codepage.el (cp-coding-system-for-codepage-1): | |
5161 Make the magnification parameter for the -dos encoder be 2. | |
5162 | |
5163 1999-05-2 Andrew Innes <andrewi@gnu.org> | |
5164 | |
5165 * term/w32-win.el (w32-drag-n-drop): Select file in window where | |
5166 it is dropped, rather than current window. | |
5167 | |
5168 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables | |
5169 after switching buffer, as case-fold-search is a buffer local | |
5170 variable. | |
5171 | |
5172 * w32-fns.el (convert-standard-filename): Only convert directory | |
5173 separators to backslash if the interactive shell is one of the | |
5174 standard Windows shells that has DOS semantics. | |
5175 | |
5176 * ls-lisp.el (ls-lisp-format-time): Trap errors from | |
5177 format-time-string, and return a suitable string to indicate the | |
5178 timestamp was invalid. | |
5179 | |
5180 * hexl.el (hexlify-command): Apply shell-quote-argument after | |
5181 expanding hexl-program in case exec-directory contains a space. | |
5182 (dehexlify-command): Ditto. | |
5183 | |
5184 * dos-w32.el (file-name-buffer-file-type-alist): Remove various | |
5185 file extension regexps which aren't necessarily binary files. | |
5186 (direct-print-region-helper): Use subst-char-in-string instead of | |
5187 binding directory-sep-char to convert filenames to DOS syntax. | |
5188 (direct-print-region-use-command-dot-com): New variable. | |
5189 (direct-print-region-helper): Use it to control whether to invoked | |
5190 command.com to print on Windows 9x. | |
5191 | |
5192 * browse-url.el (browse-url-browser-function): Default to | |
5193 browse-url-default-windows-browser on windows-nt. | |
5194 (browse-url-default-windows-browser): New function. | |
5195 | |
5196 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il> | |
5197 | |
5198 * forms.el (forms-mode): Don't call forms-first-record or | |
5199 forms-last-record if the data file has zero records. | |
5200 | |
5201 1999-04-29 Richard M. Stallman <rms@gnu.org> | |
5202 | |
5203 * files.el (find-file-noselect-1): If buffer-file-name has changed | |
5204 after find-file-not-found-hooks runs, recompute the truename. | |
5205 And don't use FILENAME after that point. | |
5206 | |
5207 1999-04-27 Dave Love <fx@gnu.org> | |
5208 | |
5209 * paren.el (show-paren-mode) | |
5210 * which-func.el (which-func-mode-global) | |
5211 * type-break.el (type-break-mode) | |
5212 * time.el (display-time-mode) | |
5213 * rsz-mini.el (resize-minibuffer-mode) | |
5214 * mouse-sel.el (mouse-sel-mode) | |
5215 * icomplete.el (icomplete-mode) | |
5216 * hscroll.el (hscroll-global-mode) | |
5217 * help.el (temp-buffer-resize-mode) | |
5218 * font-lock.el (global-font-lock-mode) | |
5219 * delsel.el (delete-selection-mode) | |
5220 * avoid.el (mouse-avoidance-mode) | |
5221 * autoinsert.el (auto-insert-mode) | |
5222 * winner.el (winner-mode): Doc fix. | |
5223 | |
5224 1999-04-26 Karl Heuer <kwzh@gnu.org> | |
5225 | |
5226 * mail/rmail.el (rmail-next-same-subject): When searching, ignore | |
5227 the same whitespace that was ignored in choosing the subject string. | |
5228 | |
5229 1999-04-26 Richard M. Stallman <rms@gnu.org> | |
5230 | |
5231 * info.el (Info-find-node): Position properly after finding anchor. | |
5232 | |
5233 * cus-start.el (all): Handle unibyte-display-via-language-environment. | |
5234 | |
5235 * simple.el (indent-new-comment-line): Fix previous change. | |
5236 | |
5237 * complete.el: Delete the wildcard expansion feature | |
5238 since that is now standard in find-file. | |
5239 (PC-try-load-many-files): Function deleted. | |
5240 (PC-after-load-many-files): Function deleted. | |
5241 (PC-many-files-list): Variable deleted. | |
5242 (PC-disable-wildcards): Variable deleted. | |
5243 (partial-completion-mode): Don't enable the wildcard feature. | |
5244 | |
5245 * complete.el (PC-look-for-include-file): Don't set global variables | |
5246 `error', `buf' and `filename' here. | |
5247 | |
5248 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker. | |
5249 | |
5250 1999-04-26 John Wiegley <johnw@oneworld.new-era.com> | |
5251 | |
5252 * textmodes/outline.el (outline-regexp): Doc fix. | |
5253 | |
5254 1999-04-26 John Wiegley <johnw@borland.com> | |
5255 | |
5256 * progmodes/compile.el (compilation-error-regexp-alist): Recognize | |
5257 C++Builder 4.0 error message syntax. | |
5258 | |
5259 1999-04-26 Mark Diekhans <markd@Grizzly.COM> | |
5260 | |
5261 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't | |
5262 supported, use find -exec. | |
5263 | |
5264 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
5265 | |
5266 * textmodes/texinfmt.el (texinfo-format-buffer): Bind | |
5267 coding-system-for-write, to avoid hanging when non-interactive. | |
5268 | |
5269 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5270 | |
5271 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to | |
5272 start with a newline. | |
5273 | |
5274 1999-04-13 Ken'ichi Handa <handa@gnu.org> | |
5275 | |
5276 * international/mule-conf.el (x-ctext): New coding system. | |
5277 | |
5278 1999-04-12 Richard M. Stallman <rms@gnu.org> | |
5279 | |
5280 * international/mule-cmds.el (input-method-function): | |
5281 Add permanent-local property. | |
5282 | |
5283 1999-04-12 Dave Love <fx@gnu.org> | |
5284 | |
5285 * jka-compr.el (jka-compr-insert-file-contents): Fix previous | |
5286 change to use jka-compr-byte-compiler-base-file-name. | |
5287 | |
5288 * supercite.el (sc-scan-info-alist): Revert last change. | |
5289 (sc-attrib-selection-list): Fix :type here instead. | |
5290 | |
5291 1999-04-11 Eli Zaretskii <eliz@gnu.org> | |
5292 | |
5293 * international/mule.el (auto-coding-alist-lookup): Include ms-dos | |
5294 in the list of case-insensitive filesystems. | |
5295 | |
5296 1999-04-09 Kenichi Handa <handa@etl.go.jp> | |
5297 | |
5298 * international/fontset.el (create-fontset-from-fontset-spec): | |
5299 Don't register duplicated alias fontset names. | |
5300 | |
5301 1999-04-08 Richard Stallman <rms@gnu.org> | |
5302 | |
5303 * international/mule.el (auto-coding-alist-lookup): New function. | |
5304 (set-auto-coding): Use auto-coding-alist-lookup. | |
5305 | |
5306 * jka-compr.el (jka-compr-insert-file-contents): | |
5307 Use auto-coding-alist-lookup to check for files that | |
5308 should not have eol conversion, in the unibyte case. | |
5309 | |
5310 1999-04-07 Dave Love <fx@gnu.org> | |
5311 | |
5312 * help.el (describe-variable): Check custom-loads property as well | |
5313 as custom-type. | |
5314 | |
5315 * abbrev.el (abbrev-mode): Customizing sets the default value. | |
5316 | |
5317 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
5318 | |
5319 * vc.el (vc-backend-revert): For CVS files that were made | |
5320 writeable with "cvs edit", call "cvs unedit" to undo that. | |
5321 | |
5322 1999-04-08 Dave Love <fx@gnu.org> | |
5323 | |
5324 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type | |
5325 more. | |
5326 (sc-emacs-features): Recognize Emacs 20. | |
5327 (sc-read-string): Use history arg. | |
5328 (sc-scan-info-alist): Check for rtnvalue a cons. | |
5329 | |
5330 1999-04-08 Kenichi HANDA <handa@etl.go.jp> | |
5331 | |
5332 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a | |
5333 coding system to encode the message by | |
5334 select-message-coding-system. | |
5335 | |
5336 1999-04-07 Richard Stallman <rms@gnu.org> | |
5337 | |
5338 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition. | |
5339 | |
5340 * winner.el: Reorder definitions. | |
5341 | |
5342 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs. | |
5343 | |
5344 * mail/rmail.el (rmail-decode-babyl-format): | |
5345 Undo previous change. | |
5346 | |
5347 1999-04-06 Richard Stallman <rms@gnu.org> | |
5348 | |
5349 * info.el (Info-find-node): Check for an anchor at the | |
5350 proper place, before reading an indirect file. | |
5351 | |
5352 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL. | |
5353 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5354 * jka-compr.el (jka-compr-insert-file-contents): |
25837 | 5355 Use raw-text-unix when we want no conversion. |
5356 | |
5357 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr> | |
5358 | |
5359 * timezone.el (timezone-parse-date): Corrected regexp for | |
5360 style (5) date format so that tenths of seconds are optional. | |
5361 | |
5362 1999-04-05 Eli Zaretskii <eliz@gnu.org> | |
5363 | |
5364 * term/internal.el (dos-cpNNN-setup): New function, with the guts | |
5365 of dos-codepage-setup. | |
5366 (cjk-codepages-alist): New variable, an alist of Far-Eastern | |
5367 codepages for which there's no need to set up cpNNN coding | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5368 systems. |
25837 | 5369 (dos-codepage-setup): Support Far-Eastern DOS terminals. |
5370 | |
5371 1999-04-05 Richard Stallman <rms@gnu.org> | |
5372 | |
5373 * mail/rmail.el (rmail-ignored-headers): Doc fix. | |
5374 | |
5375 1999-04-02 Richard Stallman <rms@gnu.org> | |
5376 | |
5377 * progmodes/compile.el (compilation-handle-exit): Do right thing | |
5378 if (car status) doesn't end in a newline. | |
5379 | |
5380 1999-04-01 Dave Love <fx@gnu.org> | |
5381 | |
5382 * progmodes/sql.el (SQL): Add defgroup :version. | |
5383 | |
5384 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
5385 | |
5386 * emacs-lisp/bytecomp.el (byte-compile-file): Clear | |
5387 buffer-file-coding-system. If the coding system used is raw-text, | |
5388 etc., make the *Compiler Input* buffer unibyte. | |
5389 | |
5390 * international/mule.el (find-new-buffer-file-coding-system): Doc fix. | |
5391 | |
5392 * loadup.el: Don't write the fns-...el file if not dumping. | |
5393 | |
5394 1999-03-31 Dave Love <fx@gnu.org> | |
5395 | |
5396 * snmp-mode.el (snmp): Fix defgroup :version. | |
5397 | |
5398 * hilit-chg.el (highlight-changes): Add defgroup :version. | |
5399 | |
5400 1999-03-31 Andreas Schwab <schwab@gnu.org> | |
5401 | |
5402 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after | |
5403 the gnus-save-hidden-threads macro. | |
5404 | |
5405 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk> | |
5406 | |
5407 * faces.el (face-set-after-frame-default): Obey the | |
5408 `customized-face' for new faces. | |
5409 | |
5410 1999-03-30 Dave Love <fx@gnu.org> | |
5411 | |
5412 * international/mule-cmds.el (current-language-environment): Doc fix. | |
5413 * abbrev.el (abbrev-mode): Doc fix. | |
5414 * autoinsert.el (auto-insert-mode): Doc fix. | |
5415 * complete.el (partial-completion-mode): Doc fix. | |
5416 * avoid.el (mouse-avoidance-mode): Doc fix. | |
5417 * delsel.el (delete-selection-mode): Doc fix. | |
5418 * font-lock.el (global-font-lock-mode): Doc fix. | |
5419 * help.el (temp-buffer-resize-mode): Doc fix. | |
5420 * hscroll.el (hscroll-global-mode): Doc fix. | |
5421 * icomplete.el (icomplete-mode): Doc fix. | |
5422 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
5423 * paren.el (show-paren-mode): Doc fix. | |
5424 * rsz-mini.el (resize-minibuffer-mode): Doc fix. | |
5425 * time.el (display-time-mode): Doc fix. | |
5426 * type-break.el (type-break-mode): Doc fix. | |
5427 * which-func.el (which-func-mode-global): Doc fix. | |
5428 * winner.el (winner-mode): Doc fix. | |
5429 | |
5430 1999-03-30 Michael Ernst <mernst@alum.mit.edu> | |
5431 | |
5432 * wid-edit.el (widget-before-change): Signal text-read-only rather | |
5433 than an ordinary error. | |
5434 | |
5435 1999-03-30 Richard M. Stallman <rms@gnu.org> | |
5436 | |
5437 * repeat.el: Don't require advice. | |
5438 (repeat): Do function-indirection in check for kbd macro. | |
5439 In self-insert case, use the *last* char in INSERTION. | |
5440 | |
5441 1999-03-30 Karl Heuer <kwzh@gnu.org> | |
5442 | |
5443 * progmodes/cc-cmds.el (c-indent-command): Doc fix. | |
5444 | |
5445 1999-03-29 Andreas Schwab <schwab@gnu.org> | |
5446 | |
5447 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for | |
5448 comint-input-filter-functions. Make variables related to shell | |
5449 directory tracking local. | |
5450 | |
5451 1999-03-26 Andreas Schwab <schwab@gnu.org> | |
5452 | |
5453 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable. | |
5454 | |
5455 * simple.el (shell-command-on-region): Cope with exit-status being | |
5456 nil, which happens if call-process-region was interrupted. | |
5457 | |
5458 1999-03-26 Richard M. Stallman <rms@gnu.org> | |
5459 | |
5460 * simple.el (indent-new-comment-line): Handle use at a point | |
5461 after a comment-end. Handle multiple comments. | |
5462 | |
5463 * mail/rmail.el (rmail-decode-babyl-format): | |
5464 To prevent locking, bind buffer-file-name to nil. | |
5465 | |
5466 1999-03-26 Karl Fogel <kfogel@red-bean.com> | |
5467 | |
5468 * mail-hist.el (mail-hist-current-header-name): Don't make | |
5469 off-by-one-error when determining if in message body. | |
5470 | |
5471 1999-03-25 Andrew Innes <andrewi@gnu.org> | |
5472 | |
5473 * w32-fns.el (set-default-process-coding-system): Copied from | |
5474 dos-w32.el, but modified to use Unix line endings for process | |
5475 input, and to add a suitable entry to process-coding-system-alist | |
5476 for DOS shells. | |
5477 | |
5478 * dos-fns.el (set-default-process-coding-system): Copied from | |
5479 dos-w32.el. | |
5480 | |
5481 * dos-w32.el (set-default-process-coding-system): Move function to | |
5482 dos-fns.el; a different version is used in w32-fns.el. | |
5483 | |
5484 1999-03-24 Dave Love <fx@gnu.org> | |
5485 | |
5486 * info.el (Info-directory-list): Revert change to re-writing | |
5487 Info-default-directory-list, but put `alternative' first. | |
5488 (Info-insert-dir): Modify selecting the top dir file as a consequence. | |
5489 | |
5490 1999-03-23 Simon Marshall <simon@gnu.org> | |
5491 | |
5492 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is | |
5493 on the line by itself. | |
5494 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if | |
5495 it is not in a declarative context. | |
5496 | |
5497 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk> | |
5498 | |
5499 * cus-edit.el (custom-variable-prompt): Allow customization of | |
5500 autoloaded symbols. | |
5501 | |
5502 1999-03-22 Kenichi HANDA <handa@etl.go.jp> | |
5503 | |
5504 * simple.el (what-cursor-position): Don't cause error when point | |
5505 is at invalid multibyte sequence. | |
5506 | |
5507 1999-03-21 Karl Heuer <kwzh@gnu.org> | |
5508 | |
5509 * complete.el (partial-completion-mode): Doc fix. | |
5510 | |
5511 1999-03-19 Richard M. Stallman <rms@gnu.org> | |
5512 | |
5513 * progmodes/cplus-md.el (old-c++): Remove :group. | |
5514 | |
5515 * progmodes/c-mode.el (old-c): Remove :group. | |
5516 | |
5517 1999-03-18 Simon Marshall <simon@gnu.org> | |
5518 | |
5519 * font-lock.el (c-font-lock-keywords-2): Added "complex" type. | |
5520 (java-font-lock-keywords-2): Added "strictfp" keyword. | |
5521 | |
5522 1999-03-17 Jason Rumney <jasonr@altavista.net> | |
5523 | |
5524 * w32-fns.el (set-w32-system-coding-system) New function. | |
5525 (w32-system-coding-system) Initialize to 'iso-latin-1. | |
5526 | |
5527 1999-03-17 Eli Zaretskii <eliz@gnu.org> | |
5528 | |
5529 * international/mule-cmds.el (set-language-environment): Fix | |
5530 previous change: don't use dos-codepage when unbound. | |
5531 | |
5532 1999-03-17 Karl Heuer <kwzh@gnu.org> | |
5533 | |
5534 * calendar/appt.el (appt-make-list): Fix previous change. | |
5535 | |
5536 1999-03-16 Richard M. Stallman <rms@gnu.org> | |
5537 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5538 * window.el (shrink-window-if-larger-than-buffer): |
25837 | 5539 Don't try to redisplay with the cursor at the end |
5540 on its own line--that would force a scroll and spoil things. | |
5541 | |
5542 1999-03-16 Eli Zaretskii <eliz@gnu.org> | |
5543 | |
5544 * international/mule-cmds.el (set-language-environment): Don't use | |
5545 cpNNN-nonascii-translation-table if it is unbound. | |
5546 | |
5547 * term/internal.el (dos-codepage-setup): Compute the unibyte | |
5548 syntax table and bind unibyte-display-via-language-environment | |
5549 here, rather than at top level, so that resetting to unibyte in | |
5550 .emacs works as expected. | |
5551 | |
5552 1999-03-15 Simon Marshall <simon@gnu.org> | |
5553 | |
5554 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword. | |
5555 | |
5556 1999-03-14 Milan Zamazal <pdm@pvt.net> | |
5557 | |
5558 * abbrev.el (inverse-add-abbrev): Inherit the current input method. | |
5559 | |
5560 1999-03-14 Kenichi Handa <handa@etl.go.jp> | |
5561 | |
5562 * international/mule-util.el (detect-coding-with-priority): | |
5563 Restore the internal database. | |
5564 | |
5565 1999-03-14 Stephen Eglen <stephen@gnu.org> | |
5566 | |
5567 * mail/sendmail.el (sendmail-send-it): Fix typo in error string | |
5568 if mail-from-style has invalid value. | |
5569 | |
5570 1999-03-12 Karl Heuer <kwzh@gnu.org> | |
5571 | |
5572 * vc.el (vc-delete-logbuf-window): New var. | |
5573 (vc-finish-logentry): Use it. | |
5574 | |
5575 1999-03-12 Richard M. Stallman <rms@gnu.org> | |
5576 | |
5577 * startup.el (command-line-1): Improve startup msg. | |
5578 | |
5579 1999-03-12 Eric M. Ludlam <zappo@ultranet.com> | |
5580 | |
5581 * speedbar.el: Added commentary about stealthy functions. | |
5582 (speedbar-message) new function. | |
5583 (speedbar-y-or-n-p): New function | |
5584 (speedbar-with-attached-buffer) Moved macro before reference. | |
5585 Now uses `save-selected-window'. | |
5586 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh, | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5587 speedbar-generic-item-info, speedbar-item-info-file-helper, |
25837 | 5588 speedbar-item-delete, speedbar-insert-generic-list, |
5589 speedbar-timer-fn, speedbar-check-vc-this-line, | |
5590 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags, | |
5591 speedbar-buffers-item-info) Use speedbar-message. | |
5592 (speedbar-item-info) Limit `message-log-max'. | |
5593 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename, | |
5594 speedbar-item-delete, speedbar-item-object-delete, | |
5595 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p. | |
5596 | |
5597 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp> | |
5598 | |
5599 * server.el (server-start): Set coding system for the server | |
5600 process to raw-text. | |
5601 (server-process-filter): Decode file names if necessary. | |
5602 | |
5603 1999-03-12 Dave Love <fx@gnu.org> | |
5604 | |
5605 * textmodes/fill.el (sentence-end-double-space): Doc fix. | |
5606 | |
5607 * textmodes/paragraphs.el (sentence-end): Doc fix. | |
5608 | |
5609 1999-03-11 Karl Heuer <kwzh@gnu.org> | |
5610 | |
5611 * comint.el (comint-password-prompt-regexp): Accept "login password:" | |
5612 | |
5613 1999-03-09 Karl Heuer <kwzh@gnu.org> | |
5614 | |
5615 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line. | |
5616 (ispell-dictionary-alist-2): Likewise. | |
5617 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars. | |
5618 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars. | |
5619 (ispell-dictionary-alist): Build from six pieces, not just two. | |
5620 | |
5621 * ps-bdf.el (bdf-directory-list): Doc fix. | |
5622 | |
5623 * enriched.el (enriched-mode): Make var permanent-local. | |
5624 | |
5625 1999-03-09 Dave Love <fx@gnu.org> | |
5626 | |
5627 * textmodes/sgml-mode.el (html-mode): Use | |
5628 sentence-end-double-space when setting sentence-end. | |
5629 | |
5630 1999-03-09 Ken'ichi Handa <handa@gnu.org> | |
5631 | |
5632 * language/thai.el (tis-620): New alias coding system for thai-tis620. | |
5633 | |
5634 1999-03-08 Felix Lee <flee@cygnus.com> | |
5635 | |
5636 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook. | |
5637 | |
5638 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok. | |
5639 | |
5640 1999-03-08 Karl Heuer <kwzh@gnu.org> | |
5641 | |
5642 * dired-aux.el (dired-do-copy-regexp): Doc fix. | |
5643 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
5644 | |
5645 * dired.el (dired-do-copy-regexp): Doc fix. | |
5646 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
5647 | |
5648 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com> | |
5649 | |
5650 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp. | |
5651 | |
5652 1999-03-08 Jason Rumney <jasonr@altavista.net> | |
5653 | |
5654 * international/codepage.el (cp1250-decode-table) | |
5655 (cp1251-decode-table, cp1253-decode-table) | |
5656 (cp1257-decode-table): New translation tables for MS Windows codepages. | |
5657 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages. | |
5658 | |
5659 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
5660 | |
5661 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly. | |
5662 | |
5663 1999-03-07 Eli Zaretskii <eliz@gnu.org> | |
5664 | |
5665 * ps-bdf.el (bdf-directory-list): Different value for ms-dos. | |
5666 | |
5667 * term/internal.el (top level): Display character 255 as 8bit as well. | |
5668 | |
5669 1999-03-06 Dave Love <fx@gnu.org> | |
5670 | |
5671 * progmodes/cc-cmds.el (c-outline-level): Bind | |
5672 buffer-invisibility-spec. | |
5673 | |
5674 * progmodes/c-mode.el (c-outline-level): Likewise. | |
5675 | |
5676 * progmodes/ada-mode.el (ada-outline-level): Likewise. | |
5677 | |
5678 1999-03-05 Felix Lee <flee@cygnus.com> | |
5679 | |
5680 * textmodes/outline.el (outline-get-last-sibling): Doc fix. | |
5681 | |
5682 1999-03-05 Richard M. Stallman <rms@gnu.org> | |
5683 | |
5684 * bindings.el (complete-symbol): Invert meaning of prefix arg. | |
5685 | |
5686 1999-03-05 Andrew Innes <andrewi@gnu.org> | |
5687 | |
5688 * w32-fns.el (convert-standard-filename): Convert directory | |
5689 separators to Windows format. | |
5690 | |
5691 1999-03-05 Andreas Schwab <schwab@gnu.org> | |
5692 | |
5693 * international/skkdic-cnv.el: Provide skkdic-cnv. | |
5694 (skkdic-convert): Emit code to require skkdic-cnv at compile time. | |
5695 (batch-skkdic-convert): Doc fix. | |
5696 | |
5697 1999-03-04 Dave Love <fx@gnu.org> | |
5698 | |
5699 * custom.el (custom-set-variables): Protect against setter errors. | |
5700 | |
5701 1999-03-04 Eli Zaretskii <eliz@gnu.org> | |
5702 | |
5703 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of | |
5704 the file sizes from overflowing. | |
5705 (ls-lisp-format): If file size is a float, use %8.0f to print it. | |
5706 Under -s, print the size in blocks with %4.0f, in case they have | |
5707 a *really* huge file. | |
5708 | |
5709 1999-03-03 Dave Love <fx@gnu.org> | |
5710 | |
5711 * options.el (edit-options): Doc fix. | |
5712 (list-options): Don't lose with unbound symbols. Maintain | |
5713 Edit-options-mode. | |
5714 | |
5715 1999-03-01 Dave Love <fx@gnu.org> | |
5716 | |
5717 * mail/supercite.el (sc-attrib-selection-list): Fix custom type. | |
5718 | |
5719 1999-02-28 Richard M. Stallman <rms@gnu.org> | |
5720 | |
5721 * ispell.el (ispell-dictionary-alist-override): New variable. | |
5722 (ispell-dictionary-alist): Don't setq it, | |
5723 if ispell-dictionary-alist-override is set. | |
5724 | |
5725 * simple.el (shell-command-default-error-buffer): Renamed from | |
5726 shell-command-on-region-default-error-buffer. | |
5727 (shell-command-on-region): Mention in echo area when there | |
5728 is some error output. Mention success or failure, too. | |
5729 Accumulate multiple error outputs | |
5730 going forward, with formfeed in between. Display the error buffer | |
5731 when we have put something in it. | |
5732 (shell-command): Add the ERROR-BUFFER argument feature. | |
5733 | |
5734 1999-02-28 Karl Heuer <kwzh@gnu.org> | |
5735 | |
5736 * mail/mh-utils.el (mh-lib): Doc fix. | |
5737 (mh-lib-progs, mh-nmh-p): New vars. | |
5738 (mh-find-progs): Set mh-lib-progs along with other vars. | |
5739 (mh-path-search): New arg FUNC-P; if specified, use that instead | |
5740 of mh-file-command-p. | |
5741 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs. | |
5742 | |
5743 * mail/mh-comp.el (mh-repl-formfile): New var. | |
5744 (mh-smail-batch): Don't ignore all arguments. | |
5745 (mh-reply): Do the right thing when using nmh. | |
5746 | |
5747 1999-02-27 Kenichi Handa <handa@etl.go.jp> | |
5748 | |
5749 * international/mule-cmds.el (select-safe-coding-system): Be sure | |
5750 to show a buffer being decoded. | |
5751 | |
5752 1999-02-26 Ken'ichi Handa <handa@gnu.org> | |
5753 | |
5754 * ps-bdf.el (bdf-directory-list): Initialize it to | |
5755 '("/usr/local/share/emacs/fonts/bdf"). | |
5756 | |
5757 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
5758 | |
5759 * ps-print.el: PostScript programming fix. | |
5760 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use | |
5761 setpagedevice operator). | |
5762 | |
5763 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
5764 | |
5765 * ps-print.el: Doc fix, font size specifies landscape and portrait | |
5766 sizes. | |
5767 (ps-print-version): New version number (4.1.4). | |
5768 (ps-font-size, ps-header-font-size, ps-header-title-font-size): | |
5769 Specifies landscape and portrait sizes. | |
5770 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages) | |
5771 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun | |
5772 fix. | |
5773 (ps-get-font-size): New fun. | |
5774 (ps-font-size-internal, ps-header-font-size-internal) | |
5775 (ps-header-title-font-size-internal): New vars. | |
5776 | |
5777 * ps-mule.el: Change of ps-print font size variable name. | |
5778 (ps-mule-generate-font): Fun fix. | |
5779 (ps-mule-begin-job): Programming uniformization. | |
5780 | |
5781 1999-02-25 Dave Love <fx@gnu.org> | |
5782 | |
5783 * help.el (help-xref-info-regexp): Allow linebreaks and capital. | |
5784 (help-make-xrefs): Do Info case first. | |
5785 | |
5786 * repeat.el: Don't require advice. | |
5787 (repeat-last-kill-command): Variable deleted. | |
5788 | |
5789 1999-02-25 Richard Stallman <rms@gnu.org> | |
5790 | |
5791 * simple.el (shell-command-on-region): Don't go into the REPLACE = t | |
5792 case just because the current buffer is the output buffer. | |
5793 | |
5794 1999-02-25 Kenichi Handa <handa@etl.go.jp> | |
5795 | |
5796 * simple.el (what-cursor-position): To show the character's | |
5797 encoding, use encoded-string-description instead of information | |
5798 of chaset-origin-alist. | |
5799 | |
5800 * international/mule-cmds.el (iso-2022-control-alist): New variable. | |
5801 (encoded-code-description): New function. | |
5802 (encoded-string-description): New function. | |
5803 (encode-coding-char): New function. | |
5804 | |
5805 1999-02-25 Andrew Innes <andrewi@gnu.org> | |
5806 | |
5807 * startup.el (command-line) [windows-nt]: Fix typo in regexp | |
5808 checking for .emacs[.el[c]]. | |
5809 | |
5810 1999-02-24 Richard Stallman <rms@gnu.org> | |
5811 | |
5812 * help.el (describe-function-1): Don't print a whole lambda-function. | |
5813 | |
5814 1999-02-23 Ken'ichi Handa <handa@gnu.org> | |
5815 | |
5816 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow | |
5817 inputting ?\240. | |
5818 | |
5819 1999-02-23 Karl Heuer <kwzh@gnu.org> | |
5820 | |
5821 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst. | |
5822 | |
5823 * midnight.el (clean-buffer-list-kill-regexps): Doc fix. | |
5824 (clean-buffer-list-kill-buffer-names): Doc fix. | |
5825 | |
5826 * gud.el (gud-jdb-massage-args): Spelling fix. | |
5827 | |
5828 1999-02-23 Richard M. Stallman <rms@gnu.org> | |
5829 | |
5830 * subr.el (with-temp-message): Use %s so % in old msg won't fool us. | |
5831 | |
5832 1999-02-22 Eli Zaretskii <eliz@gnu.org> | |
5833 | |
5834 * arc-mode.el (archive-set-buffer-as-visiting-file): Save | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5835 excursion while calling set-auto-coding-function. |
25837 | 5836 |
5837 * play/handwrite.el (handwrite): Require ps-print, and use | |
5838 ps-printer-name and ps-lpr-command. Call ps-print-region-function | |
5839 if it's defined, instead of forking ps-lpr-command unconditionally. | |
5840 | |
5841 1999-02-22 Kenichi Handa <handa@etl.go.jp> | |
5842 | |
5843 * international/codepage.el (cp-coding-system-for-codepage-1): Put | |
5844 charset-origin-alist property to a coding system for the codepage. | |
5845 | |
5846 * international/mule.el: Modify comment for charset-origin-alist | |
5847 property of a coding system. | |
5848 | |
5849 * simple.el (what-cursor-position): charset-origin-alist property | |
5850 of a coding system may be a translation table or a symbol of which | |
5851 `translation-table' property is a translation table. | |
5852 | |
5853 1999-02-21 Richard Stallman <rms@gnu.org> | |
5854 | |
5855 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body | |
5856 to the "html" template. | |
5857 | |
5858 1999-02-21 Peter Breton <pbreton@ne.mediaone.net> | |
5859 | |
5860 * dirtrack.el (dirtrack): Added docstring. Now returns input. | |
5861 | |
5862 1999-02-18 Peter Breton <pbreton@ne.mediaone.net> | |
5863 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5864 * dirtrack.el (dirtrack): Check for the prompt in the input string |
25837 | 5865 instead of the buffer. |
5866 | |
5867 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch> | |
5868 | |
5869 * sql.el: Set version to 1.4.1. Changed mail address to | |
5870 alex@gnu.org. Mention the mailing list sql.el@gnu.org. | |
5871 (sql-input-ring-separator): Doc fix. | |
5872 (sql-mode-syntax-table): double-dash starts comments is defined as | |
5873 ". 56" instead of ". 12b" for XEmacs. | |
5874 (sql-stop, sql-interactive-mode): Doc fixes. | |
5875 (sql-postgres): Queries for database and server, not just one. | |
5876 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted. | |
5877 | |
5878 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is | |
5879 changed. This is needed for master.el to work. | |
5880 (sql-set-sqli-buffer): Use the new hook. | |
5881 | |
5882 * sql.el (sql-make-alternate-buffer-name): Function that sets | |
5883 sql-alternate-buffer-name. | |
5884 (sql-alternate-buffer-name): Possible name of SQLi buffers. | |
5885 (sql-interactive-mode): Set sql-alternate-buffer-name. | |
5886 (sql-rename-buffer): New command. | |
5887 (sql-interactive-mode-menu): Menu for SQLi buffers. | |
5888 | |
5889 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator | |
5890 and sql-input-ring-file-name are used to temporarily set | |
5891 comint-input-ring-file-name and comint-input-ring-separator when | |
5892 reading and writing input history files. | |
5893 | |
5894 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name. | |
5895 (sql-input-ring-file-name): New variable with customization. | |
5896 (sql-input-ring-separator): New variable with customization. | |
5897 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer. | |
5898 Callers changed. | |
5899 (sql-show-sqli-buffer): The message for "sql-buffer is not set" | |
5900 now includes the name of the current buffer. | |
5901 | |
5902 (sql-mode): Set paragraph-separate and paragraph-start so that | |
5903 sql-send-paragraph sends the entire SQL statements, even if it | |
5904 contains indented lines. | |
5905 | |
5906 1999-02-18 Dave Love <fx@gnu.org> | |
5907 | |
5908 * format.el (format-encode-run-method, format-decode-run-method): | |
5909 Fix previous change. | |
5910 | |
5911 1999-02-18 Ken'ichi Handa <handa@gnu.org> | |
5912 | |
5913 * international/mule.el (coding-system-list): Moved here from | |
5914 mule-util.el to avoid autoloading mule-util by the call of | |
5915 select-safe-coding-system. | |
5916 | |
5917 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
5918 | |
5919 * simple.el (turn-on-auto-fill): Mark it as an option for | |
5920 `text-mode-hook'. | |
5921 | |
5922 1999-02-17 Richard Stallman <rms@gnu.org> | |
5923 | |
5924 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
5925 Don't crash if (current-local-map) is nil. | |
5926 | |
5927 1999-02-17 Peter Breton <pbreton@ne.mediaone.net> | |
5928 | |
5929 * filecache.el (file-cache-filter-regexps): Added .class. | |
5930 | |
5931 1999-02-17 Ken'ichi Handa <handa@gnu.org> | |
5932 | |
5933 * international/mule-util.el (decompose-region): Use | |
5934 insert-buffer-substring instead of insert-buffer to avoid putting | |
5935 mark. | |
5936 | |
5937 1999-02-17 Andreas Schwab <schwab@gnu.org> | |
5938 | |
5939 * calendar/cal-move.el (scroll-calendar-left): Don't set | |
5940 displayed-month and displayed-year here, let generate-calendar do | |
5941 it, after range checking. | |
5942 | |
5943 1999-02-17 Simon Marshall <simon@gnu.org> | |
5944 | |
5945 * progmodes/cc-engine.el (c-at-toplevel-p): New function. | |
5946 | |
5947 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish | |
5948 correctly between an object declared via a constructor and a method. | |
5949 (font-lock-defaults-alist): Don't give `.' word syntax for Java. | |
5950 (java-font-lock-keywords-1): Fontify package names individually. | |
5951 (java-font-lock-extra-types): Ensure regexp matches capitalised only. | |
5952 (java-font-lock-keywords-2): Simplify type fontification. | |
5953 (java-font-lock-keywords-3): Likewise. | |
5954 | |
5955 1999-02-17 Kenichi Handa <handa@etl.go.jp> | |
5956 | |
5957 * language/japanese.el (iso-2022-jp-2): New coding system. | |
5958 ("Japanese"): Put iso-2022-jp-2 in coding-priority property. | |
5959 | |
5960 1999-02-16 Dave Love <fx@gnu.org> | |
5961 | |
5962 * help.el (describe-function-1): Accept non-symbols. | |
5963 | |
5964 1999-02-16 Paul Eggert <eggert@twinsun.com> | |
5965 | |
5966 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we | |
5967 find the last match if there are multiple matches. | |
5968 | |
5969 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5970 | |
5971 * tex-mode.el (tex-run-command, latex-run-command) | |
5972 (slitex-run-command, tex-command): Doc changes. | |
5973 (tex-start-options-string): Autoload it. Doc change. Provide | |
5974 a menu for customization. Allow nil. Quote backslashes only once. | |
5975 (tex-start-tex): Handle nil value of tex-start-options-string | |
5976 and apply shell-quote-argument to it. | |
5977 | |
5978 1999-02-16 Eli Zaretskii <eliz@gnu.org> | |
5979 | |
5980 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round | |
5981 the size in blocks, since it can be a float. | |
5982 (ls-lisp-format): Likewise | |
5983 | |
5984 1999-02-16 Ken'ichi Handa <handa@gnu.org> | |
5985 | |
5986 * language/japanese.el (japanese-shift-jis): Add | |
5987 charset-origin-alist property. | |
5988 | |
5989 1999-02-15 Richard Stallman <rms@gnu.org> | |
5990 | |
5991 * progmodes/compile.el (compile-internal): Use save-selected-window. | |
5992 | |
5993 * subr.el (momentary-string-display): Bind inhibit-read-only. | |
5994 | |
5995 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line. | |
5996 | |
5997 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il> | |
5998 | |
5999 * mail/rmail.el (rmail-show-message): If an unseen message has a | |
6000 Summary-line in its header, get past one more line before looking | |
6001 for the X-Coding-System header. | |
6002 | |
6003 1999-02-15 Geoff Voelker <voelker@cs.washington.edu> | |
6004 | |
6005 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files | |
6006 explicitly to accomodate Windows 9X lack of a useful copy program. | |
6007 | |
6008 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk> | |
6009 | |
6010 * wid-edit.el (widget-choice-value-create): Use `equal' | |
6011 instead of `eq'. | |
6012 | |
6013 1999-02-14 Richard Stallman <rms@gnu.org> | |
6014 | |
6015 * international/iso-transl.el: | |
6016 (iso-transl-ae): Renamed from iso-transl-e-slash. | |
6017 (iso-transl-a-ring): Renamed from iso-transl-a-slash. | |
6018 (iso-transl-AE): Renamed from iso-transl-E-slash. | |
6019 (iso-transl-A-ring): Renamed from iso-transl-A-slash. | |
6020 (iso-transl-char-map): Related changes. | |
6021 | |
6022 * format.el (format-replace-strings): Fix value of TO in REVERSE case. | |
6023 | |
6024 1999-02-13 Richard Stallman <rms@gnu.org> | |
6025 | |
6026 * textmodes/texinfmt.el (texinfo-alias): New function. | |
6027 (texinfo-fold-nodename-case): Add defvar. | |
6028 (texinfo-format-node): Do case folding if specified. | |
6029 | |
6030 * ffap.el (ffap-file-at-point): Test local file names | |
6031 immediately. Strip off line numbers. | |
6032 | |
6033 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch> | |
6034 | |
6035 * sql.el: Set version to 1.3.2 | |
6036 (sql-solid-program): Added support for solid. | |
6037 (sql-help): Doc mentions sql-solid. | |
6038 (sql-solid): Entry function for Solid. | |
6039 (sql-buffer): Doc explains the use of the variable and how to | |
6040 change it. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6041 (sql-mode-menu): Included entries for sql-show-sqli-buffer and |
25837 | 6042 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are |
6043 disabled if sql-buffer doesn't have a process; sql-send-paragraph | |
6044 is new. | |
6045 (sql-show-sqli-buffer): New function to display the value of | |
6046 sql-buffer. | |
6047 (sql-change-sqli-buffer): New function to change sql-buffer. | |
6048 (sql-mode): Doc explains how to change sql-buffer. | |
6049 (sql-send-paragraph): New function to send a paragraph. | |
6050 (sql-mode-map): Added keybinding for sql-send-paragraph. | |
6051 (sql-mysql): Doc corrected. | |
6052 (sql-ms): Doc corrected. | |
6053 | |
6054 * sql.el (sql-server): Doc fix. | |
6055 (sql-mysql): Added the use of sql-server to specify the host, | |
6056 sql-database now specifies database instead of host. | |
6057 (sql-mode-menu): Send... menu items are only active if sql-buffer | |
6058 is non-nil. | |
6059 (sql-help): Changed tag of entry functions a bit. | |
6060 | |
6061 * sql.el: Added keywords from `finder-by-keyword'. | |
6062 (sql-mode): Made sql-buffer a local variable, changed the | |
6063 documentation: removed instructions to add *.sql files to | |
6064 auto-mode-alist, added documentation for having mutliple SQL | |
6065 buffers sending their stuff to different SQLi buffers, each | |
6066 running a different process. | |
6067 (sql-postgres): Quoted *SQL* in doc string. | |
6068 (sql-ms): Likewise. | |
6069 (sql-ingres): Likewise. | |
6070 (sql-ingres): Quoted *SQL* in doc string, added references to | |
6071 sql-user and sql-password used during login. | |
6072 (sql-sybase): Quoted *SQL* in doc string, added comma. | |
6073 (sql-oracle): Likewise. | |
6074 (sql-interactive-mode): Added extensive documentation for having | |
6075 mutliple SQL buffers sending their stuff to different SQLi | |
6076 buffers, each running a different process. | |
6077 (sql-buffer): Changed doc from *SQL* to SQLi. | |
6078 (sql-get-login): Doc fix. | |
6079 | |
6080 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
6081 | |
6082 * international/mule-conf.el (undecided): Set ascii in | |
6083 safe-charsets property. | |
6084 | |
6085 1999-02-12 Richard Stallman <rms@gnu.org> | |
6086 | |
6087 * textmodes/paragraphs.el (paragraph-separate): Doc fix. | |
6088 | |
6089 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
6090 | |
6091 * ps-mule.el (ps-mule-font-info-database-default): Set the initial | |
6092 value to ps-mule-font-info-database-latin. | |
6093 | |
6094 1999-02-13 Kenichi HANDA <handa@etl.go.jp> | |
6095 | |
6096 * ps-mule.el (ps-multibyte-buffer): Doc-string modified. | |
6097 (ps-mule-font-info-database-default): New variable. | |
6098 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use | |
6099 ps-mule-font-info-database-default. | |
6100 | |
6101 1999-02-12 Dave Love <fx@gnu.org> | |
6102 | |
6103 * timezone.el (timezone-make-date-sortable) | |
6104 (timezone-make-date-arpa-standard): Doc fix. | |
6105 | |
6106 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
6107 | |
6108 * international/quail.el (quail-show-kbd-layout): Bind | |
6109 blink-matching-paren to nil. | |
6110 | |
6111 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field | |
6112 for ASCII and Latin-1. | |
6113 | |
6114 1999-02-12 Andreas Schwab <schwab@gnu.org> | |
6115 | |
6116 * gud.el (jdb): Fix regexp for comint-prompt-regexp. | |
6117 | |
6118 1999-02-12 Kenichi Handa <handa@etl.go.jp> | |
6119 | |
6120 * international/mule-cmds.el (language-info-alist): Remove | |
6121 description about charset-origin-alist. | |
6122 | |
6123 * international/mule.el: Comment added for a new coding system | |
6124 property `charset-origin-alit'. | |
6125 (make-translation-table): This variable deleted. | |
6126 | |
6127 * language/chinese.el (chinese-big5): Add charset-origin-alist | |
6128 property. | |
6129 ("Chinese-CNS"): Remove charset-origin-alist property. | |
6130 | |
6131 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist | |
6132 property. | |
6133 (cyrillic-alternativnyj): Likewise. | |
6134 ("Cyrillic-KOI8"): Remove charset-origin-alist property. | |
6135 ("Cyrillic-ALT"): Likewise. | |
6136 | |
6137 * language/vietnamese.el (vietnamese-viqr): Add | |
6138 charset-origin-alist property. | |
6139 ("Vietnamese"): Remove charset-origin-alist property. | |
6140 | |
6141 * simple.el (what-cursor-position): Don't use the varialbe | |
6142 charset-origin-alist, but use charset-origin-alist property of | |
6143 buffer-file-coding-system to decide external character set code. | |
6144 | |
6145 1999-02-10 Richard Stallman <rms@gnu.org> | |
6146 | |
6147 * shadowfile.el: Don't turn on the mode when the file is loaded. | |
6148 | |
6149 1999-02-09 Richard Stallman <rms@gnu.org> | |
6150 | |
6151 * progmodes/compile.el (compile-auto-highlight): Customize. | |
6152 | |
6153 * add-log.el (add-log-file-name-function): New variable. | |
6154 (add-change-log-entry): Call that function, if non-nil. | |
6155 | |
6156 1999-02-09 Michael Ernst <mernst@alum.mit.edu> | |
6157 | |
6158 * rmail.el (rmail-search): Track match with a marker, not an integer. | |
6159 | |
6160 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6161 | |
6162 * progmodes/compile.el (compilation-setup): Set value of | |
6163 compilation-directory-stack as in compilation-forget-errors. | |
6164 (compile-reinitialize-errors): Bind buffer-undo-list and | |
6165 deactivate-mark. | |
6166 (compilation-forget-errors): Likewise. | |
6167 | |
6168 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com> | |
6169 | |
6170 * textmodes/texinfo.el (texinfo-environment-regexp): Add the | |
6171 def... constructs. | |
6172 | |
6173 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu): | |
6174 Remove calls to sleep-for. | |
6175 | |
6176 1999-02-08 Eli Zaretskii <eliz@gnu.org> | |
6177 | |
6178 * international/codepage.el (cp-coding-system-for-codepage-1): On | |
6179 MS-DOS, use dos-unsupported-char-glyph for characters not | |
6180 supported by the codepage. | |
6181 (cp-make-coding-systems-for-codepage): Likewise. | |
6182 | |
6183 1999-02-08 Andreas Schwab <schwab@gnu.org> | |
6184 | |
6185 * international/mule-util.el (coding-system-list): Don't sort | |
6186 coding-system-list here. | |
6187 | |
6188 * international/mule.el (coding-system-lessp): Moved here from | |
6189 mule-util.el | |
6190 (add-to-coding-system-list): New function. | |
6191 (make-subsidiary-coding-system, make-coding-system, | |
6192 define-coding-system-alias): Use it instead of setting | |
6193 coding-system-list directly. | |
6194 | |
6195 1999-02-07 Dave Love <fx@gnu.org> | |
6196 | |
6197 * calendar/appt.el (appt-make-list): Don't splice quotes and date | |
6198 onto message. | |
6199 | |
6200 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6201 | |
6202 * imenu.el (imenu--last-menubar-index-alist): Add doc. | |
6203 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist. | |
6204 | |
6205 1999-02-06 Richard Stallman <rms@gnu.org> | |
6206 | |
6207 * language/european.el (setup-slovenian-environment): New function. | |
6208 ("Slovenian"): New language environment. | |
6209 | |
6210 * progmodes/sql.el (sql-help): Doc fix. | |
6211 (sql-mysql): Doc fix. | |
6212 | |
6213 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6214 | |
6215 * tex-mode.el: When compiling, require compare-w and skeleton | |
6216 to pacify the byte-compiler. Move the def's of the tex-commands | |
6217 together. Add a comment on kill-process vs. quit-process. | |
6218 | |
6219 1999-02-05 Dave Love <fx@gnu.org> | |
6220 | |
6221 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with | |
6222 null markers. | |
6223 (compile-goto-error): Likewise. | |
6224 | |
6225 1999-02-05 Stephen Gildea <gildea@alum.mit.edu> | |
6226 | |
6227 * time-stamp.el (time-stamp-format): Format doc tighter. | |
6228 (time-stamp-line-limit): 0 searches the entire buffer (careful!). | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
6229 (time-stamp): Don't re-write the time stamp if it didn't change. |
25837 | 6230 |
6231 1999-02-05 Alex Schroeder <asc@bsiag.com> | |
6232 | |
6233 * progmodes/sql.el: Changed version to 1.2.1. | |
6234 (sql-pop-to-buffer-after-send-region): Improved documentation. | |
6235 (sql-mysql-program): Added MySQL support. | |
6236 (sql-prompt-length): Made prompt-length configurable. | |
6237 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter. | |
6238 (sql-help): Added MySQL support, changed documentation. | |
6239 (sql-send-region): A message is displayed if something is sent. | |
6240 (sql-mode): Added buffer-local comment-start. | |
6241 (sql-interactive-mode): Use sql-prompt-length to set left-margin. | |
6242 (sql-interactive-mode): Added buffer-local comment-start. | |
6243 (sql-oracle): Set sql-prompt-length. | |
6244 (sql-sybase): Set sql-prompt-length. | |
6245 (sql-mysql): Added MySQL support. | |
6246 (sql-ingres): Set sql-prompt-length. | |
6247 (sql-ms): Set sql-prompt-length. | |
6248 (sql-postgres): Set sql-prompt-length. | |
6249 | |
6250 1999-02-04 Eli Zaretskii <eliz@gnu.org> | |
6251 | |
6252 * term/internal.el (dos-codepage-setup): Set selection coding | |
6253 system to cpNNN-dos. | |
6254 | |
6255 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6256 | |
6257 * international/characters.el: Let ethiopic use iso-2022-7bit. | |
6258 | |
6259 1999-02-02 Dave Love <fx@gnu.org> | |
6260 | |
6261 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here... | |
6262 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here. | |
6263 | |
6264 1999-02-02 Karl Heuer <kwzh@gnu.org> | |
6265 | |
6266 * terminal.el (terminal-emulator): Doc fix. | |
6267 | |
6268 1999-02-02 Ken'ichi Handa <handa@gnu.org> | |
6269 | |
6270 * international/mule-util.el (compose-chars): Doc-string | |
6271 modified. Correctly handle a composition character in ARGS. | |
6272 | |
6273 1999-02-01 Richard Stallman <rms@gnu.org> | |
6274 | |
6275 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var. | |
6276 (makefile-menu-index-function): Function deleted. | |
6277 (makefile-mode): Use makefile-imenu-generic-expression. | |
6278 | |
6279 1999-02-01 Geoff Voelker <voelker@cs.washington.edu> | |
6280 | |
6281 * term/w32-win.el (w32-create-initial-fontsets): Back out previous | |
6282 change, invoke from before-init-hook. | |
6283 | |
6284 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu> | |
6285 | |
6286 * subr.el (remove-from-invisibility-spec): Cope with the case when | |
6287 buffer-invisibility-spec is t. | |
6288 | |
6289 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu> | |
6290 | |
6291 * calendar/calendar.el (calendar-mode-map): Fix bindings for | |
6292 appt-add and appt-delete. | |
6293 | |
6294 1999-02-01 Eli Zaretskii <eliz@gnu.org> | |
6295 | |
6296 * term/pc-win.el (msdos-approximate-color): New function. | |
6297 (msdos-color-translate): Call it to find a DOS color that best | |
6298 approximates an X-style "#NNNNNN" color specification. | |
6299 | |
6300 1999-02-01 Ken'ichi Handa <handa@gnu.org> | |
6301 | |
6302 * international/mule-util.el (compose-chars-component): Add | |
6303 autoload cookie. | |
6304 | |
6305 1999-01-31 Ken'ichi Handa <handa@gnu.org> | |
6306 | |
6307 * international/quail.el (quail-lookup-key): If cdr of MAP is a | |
6308 function, replace cdr of MAP by the return value of the function | |
6309 unconditionally. | |
6310 | |
6311 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6312 | |
6313 * progmodes/compile.el (compilation-next-error-locus): Don't | |
6314 decrease argument FIND-AT-LEAST of compilation-next-error-locus. | |
6315 | |
6316 1999-01-31 Eli Zaretskii <eliz@gnu.org> | |
6317 | |
6318 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs | |
6319 and NLs before "charset", and allow the charset name be in double | |
6320 quotes. | |
6321 | |
6322 1999-01-31 Richard Stallman <rms@gnu.org> | |
6323 | |
6324 * imenu.el (imenu-sort-function): Fix custom type. | |
6325 | |
6326 1999-01-30 Richard Stallman <rms@gnu.org> | |
6327 | |
6328 * speedbar.el (speedbar-line-token): Match {...} instead of [...]. | |
6329 (speedbar-line-token): Likewise. | |
6330 | |
6331 * play/gametree.el (gametree-default-score): Use defcustom. | |
6332 (gametree-score-regexp, gametree-score-closer): Likewise. | |
6333 (gametree-score-manual-flag, gametree-score-opener): Likewise. | |
6334 | |
6335 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6336 | |
6337 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when | |
6338 decoding. | |
6339 | |
6340 1999-01-29 Markus Rost <rost@gnu.org> | |
6341 | |
6342 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by | |
6343 tex-validate-buffer. | |
6344 (plain-tex-mode, latex-mode, slitex-mode): Likewise. | |
6345 (tex-validate-buffer): Renamed from validate-tex-buffer. Works | |
6346 now with recent occur-mode. | |
6347 (tex-validate-region): Really walk through all Sexps. | |
6348 (tex-region): Bind shell-dirtrack-verbose. | |
6349 (tex-file, tex-bibtex-file): Likewise. | |
6350 | |
6351 1999-01-29 Dave Love <fx@gnu.org> | |
6352 | |
6353 * finder.el: (finder-commentary): Fix interactive spec. Try | |
6354 appending .el to file name. | |
6355 (finder-find-library, finder-commentary): Doc fixes. | |
6356 | |
6357 1999-01-29 Andrew Innes <andrewi@gnu.org> | |
6358 | |
6359 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes | |
6360 where the userid contains directory separators. | |
6361 | |
6362 1999-01-29 Dave Love <fx@gnu.org> | |
6363 | |
6364 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list. | |
6365 (lm-commentary): Doc fix. | |
6366 | |
6367 1999-01-29 Andreas Schwab <schwab@gnu.org> | |
6368 | |
6369 * files.el (file-expand-wildcards): Never consider `.' and `..' a | |
6370 wildcard match. Fix regexp that tests if dirpart contains | |
6371 wildcard characters. | |
6372 | |
6373 1999-01-28 Richard Stallman <rms@gnu.org> | |
6374 | |
6375 * font-lock.el (font-lock-default-unfontify-region): | |
6376 If not font-lock-syntactic-keywords, don't remove syntax-table prop. | |
6377 | |
6378 1999-01-27 Jason Rumney <jasonr@altavista.net> | |
6379 | |
6380 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard | |
6381 from FAMILY field. | |
6382 (w32-create-initial-fontsets): Do not use before-init-hook. | |
6383 (mouse-set-font): Document. Automatically create and use fontsets. | |
6384 | |
6385 * dos-w32.el (direct-print-region-helper): Check for printer | |
6386 being t as well as a string. | |
6387 | |
6388 1999-01-27 Kenichi Handa <handa@etl.go.jp> | |
6389 | |
6390 * mail/rmail.el (rmail-decode-mime-charset): New variable. | |
6391 (rmail-mime-charset-pattern): New variable. | |
6392 (rmail-convert-to-babyl-format): Decode by MIME-charset if | |
6393 rmail-decode-mime-charset is non-nil. | |
6394 | |
6395 1999-01-27 Ken'ichi Handa <handa@gnu.org> | |
6396 | |
6397 * international/characters.el: Set category `q' for all characters | |
6398 in tibetan and tibetan-1-column. | |
6399 | |
6400 1999-01-27 Andrew Innes <andrewi@gnu.org> | |
6401 | |
6402 * frame.el (select-frame-by-name): Obey focus-follows-mouse. | |
6403 (select-frame-by-name) [windows-nt]: Use w32-focus-frame. | |
6404 | |
6405 1999-01-27 Dave Love <fx@gnu.org> | |
6406 | |
6407 * international/mule-cmds.el (current-language-environment): | |
6408 Provide :link, :type (choices) and appropriate :get. | |
6409 | |
6410 1999-01-27 Eli Zaretskii <eliz@gnu.org> | |
6411 | |
6412 * startup.el (command-line): Set default eol-mnemonic-* strings to | |
6413 display end-of-line format in mode line. | |
6414 | |
6415 * cus-start.el (all): Add eol-mnemonic-* variables. | |
6416 | |
6417 1999-01-26 Dave Love <fx@gnu.org> | |
6418 | |
6419 * startup.el (command-line-1): Up-date copyright. | |
6420 | |
6421 * paths.el (Info-default-directory-list): Use configdir twice. | |
6422 | |
6423 * info.el (Info-directory-list): Don't set path-separator now | |
6424 we're not shipped with Texinfo. Simplify path definition. | |
6425 Substitute all occurrences of instdir in Info-default-directory-list. | |
6426 | |
6427 1999-01-25 Richard Stallman <rms@gnu.org> | |
6428 | |
6429 * startup.el (normal-top-level-add-subdirs-to-load-path): | |
6430 Record the inode numbers of the dirs processed, to avoid loop. | |
6431 | |
6432 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
6433 | |
6434 1999-01-25 Dave Love <fx@gnu.org> | |
6435 | |
6436 * browse-url.el (browse-url-netscape-program): Doc addition. | |
6437 | |
6438 * help.el (help-make-xrefs): Default info references to an `(emacs)' | |
6439 prefix. | |
6440 | |
6441 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see | |
6442 auto-mode-alist. | |
6443 | |
6444 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
6445 | |
6446 * calendar/diary-lib.el (mark-diary-entries): Use | |
6447 assoc-ignore-case and do not capitalize when matching month and | |
6448 day names. | |
6449 | |
6450 * calendar/calendar.el (calendar-read-date): Ditto. | |
6451 | |
6452 * calendar/cal-hebrew.el (calendar-goto-hebrew-date) | |
6453 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto. | |
6454 | |
6455 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto. | |
6456 | |
6457 * calendar/cal-french.el (calendar-goto-french-date): Ditto. | |
6458 | |
6459 * calendar/cal-islam.el (calendar-goto-islamic-date) | |
6460 (mark-islamic-diary-entries): Ditto. | |
6461 | |
6462 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto. | |
6463 | |
6464 * calendar/cal-mayan.el (calendar-read-mayan-haab-date) | |
6465 (calendar-read-mayan-tzolkin-date): Ditto. | |
6466 | |
6467 * calendar/cal-persia.el (persian-prompt-for-date): Ditto. | |
6468 | |
6469 1999-01-22 Michael Ernst <mernst@alum.mit.edu> | |
6470 | |
6471 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker. | |
6472 | |
6473 1999-01-25 Karl Heuer <kwzh@gnu.org> | |
6474 | |
6475 * faces.el (list-faces-display): Multiline case of previous fix. | |
6476 | |
6477 1999-01-25 Andreas Schwab <schwab@gnu.org> | |
6478 | |
6479 * mail/mailalias.el (mail-complete-alist): Use alist as customize type. | |
6480 | |
6481 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu> | |
6482 | |
6483 * files.el (find-file): If find-file-noselect returns a list, | |
6484 do switch-to-buffer on each element. | |
6485 (find-file-other-window): Likewise for all but the first element. | |
6486 (find-file-other-frame): Same. | |
6487 (find-file-noselect): When we expand a wildcard, return a list | |
6488 of buffers. | |
6489 | |
6490 1999-01-24 Eli Zaretskii <eliz@gnu.org> | |
6491 | |
6492 * term/internal.el (dos-codepage-setup): Call prefer-coding-system | |
6493 to set the appropriate cpNNN-dos coding system as the | |
6494 highest-priority coding system. | |
6495 | |
6496 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
6497 | |
6498 * international/fontset.el (generate-fontset-menu): Return a | |
6499 sorted list by plain names of fontsets. | |
6500 | |
6501 * international/mule-diag.el (list-fontsets): Sort fontsets by | |
6502 plain names. | |
6503 | |
6504 * language/tibet-util.el (tibetan-vertical-stacking): If the arg | |
6505 FIRST is a composite character, decompose it at first. | |
6506 | |
6507 1999-01-23 Dave Love <fx@gnu.org> | |
6508 | |
6509 * format.el: Doc fixes. | |
6510 (format-encode-run-method): Have things happen in the right buffer. | |
6511 Deal with errors from method. Set coding-system-for-write. | |
6512 (format-decode-run-method): Have things happen in the right buffer. | |
6513 Deal with errors from method. Set coding-system-for-read. | |
6514 (format-alist): Use nil instead of unmatchable regexps. | |
6515 | |
6516 * simple.el (shell-command-on-region): Return command's exit status. | |
6517 | |
6518 1999-01-23 Eric Ludlam <zappo@gnu.org> | |
6519 | |
6520 * speedbar.el (speedbar-item-info-file-helper): Add optional arg | |
6521 of the file whose info we want to display. | |
6522 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize. | |
6523 (speedbar-add-mode-functions-list) Improve doc. | |
6524 (speedbar-line-token) New function. | |
6525 (speedbar-dired) Fix order of directories in -shown-directories. | |
6526 (speedbar-line-path): Default return is default-directory | |
6527 (speedbar-buffers-line-path): Return is dir name only. | |
6528 (speedbar-mode-functions-list): New variable. | |
6529 (speedbar-mouse-item-info): Rewrote to be a replaceable fn. | |
6530 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper | |
6531 speedbar-files-item-info speedbar-buffers-item-info): New functions. | |
6532 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list): | |
6533 New functions. | |
6534 (speedbar-line-file): Broke out part that fetches file from a line. | |
6535 (speedbar-line-text): New function extracted from speedbar-line-file. | |
6536 (speedbar-line-path): Converted into a replaceable function. | |
6537 (speedbar-files-line-path, speedbar-buffers-line-path): New functions. | |
6538 | |
6539 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
6540 | |
6541 * international/fontset.el (create-fontset-from-x-resource): Make | |
6542 style variants. | |
6543 | |
6544 1999-01-22 Dave Love <fx@gnu.org> | |
6545 | |
6546 * paths.el (Info-default-directory-list): Put sysdir after start. | |
6547 | |
6548 1999-01-22 Sam Steingold <sds@goems.com> | |
6549 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
6550 * midnight.el (clean-buffer-list): Do not kill a buffer if it has |
25837 | 6551 a process associated with it. |
6552 | |
6553 1999-01-22 Jason Rumney <jasonr@altavista.net> | |
6554 | |
6555 * term/w32-win.el (w32-standard-fontset-spec): Simplified. | |
6556 | |
6557 1999-01-22 Felix Lee <flee@cygnus.com> | |
6558 | |
6559 * vc.el (vc-annotate-display): Delete old overlays. Fix check for | |
6560 major-mode. | |
6561 (vc-annotate-mode): Delete variable. | |
6562 | |
6563 1999-01-22 Andrew Innes <andrewi@gnu.org> | |
6564 | |
6565 * startup.el (command-line): [windows-nt]: Check for existence of | |
6566 .emacs file so as to notice .emacs.el or .emacs.elc and use them | |
6567 in preference to _emacs. | |
6568 | |
6569 1999-01-22 Dave Love <fx@gnu.org> | |
6570 | |
6571 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref. | |
6572 | |
6573 1999-01-20 Richard Stallman <rms@gnu.org> | |
6574 | |
6575 * files.el (find-file-noselect): Do wildcard processing only | |
6576 if new arg WILDCARDS is non-nil. | |
6577 (find-file, find-file-other-window): New arg WILDCARDS. | |
6578 Default it to non-nil if interactive. | |
6579 (find-file-other-frame): Likewise. | |
6580 (find-file-read-only): Likewise. | |
6581 (find-file-read-only-other-window): Likewise. | |
6582 (find-file-read-only-other-frame): Likewise. | |
6583 | |
6584 * wid-edit.el (widget-alist-convert-option): Delete spurious comma. | |
6585 (widget-plist-convert-option): Delete spurious comma. | |
6586 | |
6587 1999-01-19 Jason Rumney <jasonr@altavista.net> | |
6588 | |
6589 * term/w32-win.el (w32-standard-fontspec-spec): Change | |
6590 iso8859-5 to koi8-r. Add iso8859-9. | |
6591 | |
6592 1999-01-19 Dave Love <fx@gnu.org> | |
6593 | |
6594 * browse-url.el (browse-url-maybe-new-window): Delete macro and | |
6595 its uses. | |
6596 | |
6597 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark | |
6598 is active. | |
6599 (fortran-indent-subprogram): Likewise. | |
6600 | |
6601 1999-01-19 Dave Love <d.love@dl.ac.uk> | |
6602 | |
6603 * paths.el (Info-default-directory-list): Perhaps add /usr/info. | |
6604 | |
6605 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6606 | |
6607 * wid-edit.el (alist): Use sexp as default key-type. | |
6608 | |
6609 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6610 | |
6611 * textmodes/tex-mode.el (tex-define-common-keys): | |
6612 Remove key binding of tex-feed-input. | |
6613 (tex-mode-map): Bind tex-feed-input here. | |
6614 (tex-start-shell): Use compilation-shell-minor-mode. Set | |
6615 comint-input-filter-functions before running tex-shell-hook. | |
6616 (tex-start-tex): Forget compilation errors. | |
6617 (tex-compilation-parse-errors): Rewritten to work also with | |
6618 compile-mouse-goto-error and compile-goto-error. Adjusted to | |
6619 change in tex-region. | |
6620 (tex-region): For the temp file use file-name without directory. | |
6621 (tex-file): Expand file name of tex-print-file. | |
6622 | |
6623 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6624 | |
6625 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call. | |
6626 | |
6627 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no> | |
6628 | |
6629 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid | |
6630 beginning could cause Emacs to hang. Fixed. | |
6631 | |
6632 1999-01-18 Ken'ichi Handa <handa@gnu.org> | |
6633 | |
6634 * international/ccl.el (ccl-compile-translate-character): Handle | |
6635 the case that a tranlation table is CCL register correctly. | |
6636 | |
6637 * international/mule-cmds.el (select-safe-coding-system): | |
6638 Hightlight at most 256 characters. | |
6639 | |
6640 1999-01-18 Dave Love <fx@gnu.org> | |
6641 | |
6642 * startup.el (command-line): If the init file changes operation to | |
6643 unibyte, make all buffers unibyte and re-set language environment. | |
6644 | |
6645 * disp-table.el (standard-display-european): Make all existing | |
6646 buffers unibyte. Fix doc. | |
6647 | |
6648 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6649 | |
6650 * wid-edit.el (coding-system): Define this unconditionally. | |
6651 | |
6652 * simple.el (shell-command-on-region-default-error-buffer): New var. | |
6653 (shell-command-on-region): Use that variable as interactive | |
6654 value of ERROR-BUFFER argument. | |
6655 | |
6656 1999-01-17 Sam Steingold <sds@goems.com> | |
6657 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
6658 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'. |
25837 | 6659 |
6660 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6661 | |
6662 * progmodes/compile.el (compilation-goto-locus): If already in the | |
6663 compilation buffer's window, keep it in that window. | |
6664 (compile-mouse-goto-error): Add Doc. Don't play with windows. | |
6665 (compile-goto-error): Don't play with windows. | |
6666 | |
6667 * textmodes/tex-mode.el (latex-run-command): Doc fix. | |
6668 (tex-command): Doc fix. | |
6669 (tex-compilation-parse-errors): Doc fix. | |
6670 (tex-generate-zap-file-name): Don't start the name with -. | |
6671 (tex-expand-files): Works now also with strings ending with ":". | |
6672 | |
6673 1999-01-17 Ian T Zimmerman <itz@transbay.net> | |
6674 | |
6675 Patch failed to install: | |
6676 * gametree.el: Document scoring functionality. | |
6677 (gametree-score-regexp): Add optional plus sign. | |
6678 (gametree-score-opener): Replace `:' with `=' as the former | |
6679 conflicts with gametree-half-ply-regexp. | |
6680 (gametree-transpose-following-leaves): Add. | |
6681 (gametree-insert-new-leaf): Make modifying commands barf in read | |
6682 only buffers. | |
6683 (gametree-break-line-here): Add a call to | |
6684 `gametree-transpose-following-leaves'. This maintains the | |
6685 necessary invariant that on each level all leaf children precede | |
6686 all nonleaf children. This has always been implied, but left to | |
6687 the user, and, unfortunately, undocumented. | |
6688 | |
6689 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
6690 | |
6691 * wid-edit.el (plist, alist): New widget types. | |
6692 | |
6693 1999-01-17 Dave Love <fx@gnu.org> | |
6694 | |
6695 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and | |
6696 fix scope of condition-case therein. | |
6697 | |
6698 1999-01-17 Andrew Innes <andrewi@gnu.org> | |
6699 | |
6700 * dos-w32.el: (find-buffer-file-type-coding-system): Use | |
6701 default-buffer-file-coding-system when file doesn't exist (and | |
6702 isn't covered by a special case) instead of forcing undecided-dos | |
6703 against the user's wishes. | |
6704 | |
6705 * dos-w32.el (direct-print-region-helper): New function based on | |
6706 direct-print-region-function; sends data to specified printer port | |
6707 without further translation. Recognize and handle specially the | |
6708 standard `print' and `nprint' programs, as well as `lpr' and | |
6709 similar programs. Only write directly to the printer port if no | |
6710 print program is specified. Work around a bug in Windows 9x | |
6711 affecting Win32 version of Emacs by invoking command.com to write | |
6712 to the printer port instead of writing directly. | |
6713 (direct-print-region-function): Use direct-print-region-helper to | |
6714 do most of the work. | |
6715 (direct-ps-print-region-function): New function; analogue of | |
6716 direct-print-region-function for ps-print. | |
6717 (ps-lpr-command): Comment out setq; leave as example usage. | |
6718 (ps-lpr-switches): Ditto. | |
6719 | |
6720 * lpr.el: (printer-name): Update docstring about usage on MS-DOS | |
6721 and MS-Windows. | |
6722 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on | |
6723 DOS and Windows platforms, to indicate direct printing. Update | |
6724 the docstring accordingly. | |
6725 | |
6726 * ps-print.el: (ps-printer-name): Update docstring about usage on | |
6727 MS-DOS and MS-Windows. | |
6728 (ps-lpr-command): Update docstring as for lpr-command. | |
6729 (ps-print-region-function): New variable. | |
6730 (ps-do-despool): Use it. | |
6731 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for | |
6732 DOS/Windows. | |
6733 | |
6734 * subr.el (subst-char-in-string): New function. | |
6735 | |
6736 1999-01-17 Eli Zaretskii <eliz@gnu.org> | |
6737 | |
6738 * international/codepage.el (cp852-decode-table): Fill a nil entry. | |
6739 | |
6740 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename. | |
6741 (bdf-find-font-info): New function, looks for the first readable | |
6742 file from a list of alternatives. | |
6743 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info | |
6744 instead of bdf-get-font-info. | |
6745 (bdf-generate-glyphs): If font-name is a cons cell, pass its car | |
6746 to ps-mule-generate-bitmap-glyph. | |
6747 | |
6748 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative | |
6749 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can | |
6750 now be a list of alternative names. | |
6751 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car. | |
6752 (ps-mule-prepare-font): Likewise. | |
6753 | |
6754 * international/codepage.el (cp855-decode-table, | |
6755 cp850-decode-table): Fill some nil entries. | |
6756 | |
6757 1999-01-16 Dave Love <fx@gnu.org> | |
6758 | |
6759 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert | |
6760 last change. | |
6761 | |
6762 1999-01-15 Dave Love <fx@gnu.org> | |
6763 | |
6764 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions | |
6765 and change regexp for command names. | |
6766 (help-xref-go-back, function-called-at-point, symbol-file) | |
6767 (where-is): Doc fixes. | |
6768 (help-xref-go-back): Remove interactive spec. | |
6769 (describe-function-1): Fix message for alias. Buttomize alias | |
6770 name. | |
6771 | |
6772 * simple.el (join-line): New alias. | |
6773 | |
6774 1999-01-15 Johan Vromans <jvromans@squirrel.nl> | |
6775 | |
6776 * forms.el: (forms--show-record): Convert integers to string | |
6777 expicitly since concat will no longer accept integers. | |
6778 (forms-print): Use local `total-nb-records' since | |
6779 `forms--total-records' will be inaccessible after buffer switching. | |
6780 | |
6781 1998-01-14 Felix Lee <flee@cygnus.com> | |
6782 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
6783 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness. |
25837 | 6784 |
6785 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6786 | |
6787 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change. | |
6788 | |
6789 1999-01-14 Eli Zaretskii <eliz@gnu.org> | |
6790 | |
6791 * international/codepage.el (cp850-decode-table): Fix previous change. | |
6792 | |
6793 1999-01-14 Simon Marshall <simon@gnu.org> | |
6794 | |
6795 * shell.el (shell-dirtrack-verbose): New custom variable. | |
6796 (shell-dirstack-message): Use it. | |
6797 | |
6798 1999-01-14 Kenichi Handa <handa@etl.go.jp> | |
6799 | |
6800 * international/mule-conf.el: Coding system alias `dos' for | |
6801 `undecided-dos', `mac' for `undecided-mac'. | |
6802 | |
6803 * international/mule-cmds.el (describe-language-environment): | |
6804 Don't alter input-method-alist. | |
6805 | |
6806 1999-01-13 Eli Zaretskii <eliz@gnu.org> | |
6807 | |
6808 * international/codepage.el (cp850-decode-table): Replace nil | |
6809 entries with codes of similary looking glyphs. (Suggested by | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6810 Jason Rumney <jasonr@altavista.net>.) |
25837 | 6811 |
6812 1999-01-13 Dave Love <fx@gnu.org> | |
6813 | |
6814 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise". | |
6815 | |
6816 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change. | |
6817 | |
6818 1999-01-12 Karl Heuer <kwzh@gnu.org> | |
6819 | |
6820 * files.el (auto-save-hook): Defvar this. | |
6821 | |
6822 1999-01-12 Alex Schroeder <asc@bsiag.com> | |
6823 | |
6824 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock | |
6825 faces, eliminating the need to load font-lock before loading sql. | |
6826 (sql-mode-oracle-font-lock-keywords): Likewise. | |
6827 (sql-mode-postgres-font-lock-keywords): Likewise. | |
6828 | |
6829 1999-01-11 Dave Love <fx@gnu.org> | |
6830 | |
6831 * cus-start.el: Add inhibit-eol-conversion. | |
6832 | |
6833 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap | |
6834 the values round. | |
6835 | |
6836 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6837 | |
6838 * help.el (help-mode-finish): Renamed from help-mode-maybe. | |
6839 Don't switch to Help mode here. | |
6840 (temp-buffer-setup-hook): Use help-mode-finish. | |
6841 (help-mode-setup): New function. | |
6842 (temp-buffer-setup-hook): Use help-mode-setup. | |
6843 | |
6844 * progmodes/sql.el: New file. | |
6845 | |
6846 * files.el (auto-mode-alist): Add sql-mode. | |
6847 | |
6848 * faces.el (list-faces-display): Improve the formatting | |
6849 by computing the maximum length required for any face-name. | |
6850 | |
6851 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6852 | |
6853 * progmodes/compile.el (compilation-shell-minor-mode): New function. | |
6854 | |
6855 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu> | |
6856 | |
6857 * term.el (term_send_home): Change the string to | |
6858 be the same as the one emitted by xterm and consistent with the | |
6859 ones emitted by prior and next. | |
6860 (term_send_end): Likewise. | |
6861 | |
6862 1999-01-10 Dave Love <fx@gnu.org> | |
6863 | |
6864 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse | |
6865 bindings. | |
6866 | |
6867 1999-01-10 Eli Zaretskii <eliz@gnu.org> | |
6868 | |
6869 * international/codepage.el (codepage-setup): Doc fix. | |
6870 (cp-decoding-vector-for-codepage): Likewise. | |
6871 | |
6872 1999-01-10 Markus Rost <rost@gnu.org> | |
6873 | |
6874 * cus-edit.el (custom-save-delete): First scan the custom-file. | |
6875 | |
6876 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6877 | |
6878 * international/iso-transl.el: Define a "function name" for | |
6879 each translation that isn't ASCII. Use these function names | |
6880 in iso-transl-char-map. | |
6881 | |
6882 1999-01-08 Kenichi Handa <handa@etl.go.jp> | |
6883 | |
6884 * international/mule-util.el (decompose-region): Do decomposition | |
6885 on temporary unibyte buffer. | |
6886 | |
6887 * international/mule.el (make-char): Doc-string modified. | |
6888 | |
6889 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6890 | |
6891 * simple.el (comment-region): Delete spaces only if we | |
6892 deleted a comment starter. | |
6893 | |
6894 1999-01-07 Dave Love <fx@gnu.org> | |
6895 | |
6896 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix. | |
6897 | |
6898 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom | |
6899 like eval-defun does. | |
6900 | |
6901 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark]. | |
6902 | |
6903 * generic.el: Re-write `(make-variable-buffer-local (defvar ...' | |
6904 constructions. Doc fixes. | |
6905 (generic-create-generic-function): Use defalias, not fset. | |
6906 | |
6907 * find-func.el: More doc fixes. | |
6908 | |
6909 1999-01-06 Stephen Eglen <stephen@gnu.org> | |
6910 | |
6911 * files.el (save-buffers-kill-emacs): Show the list of current | |
6912 processes before prompting to kill them and exit. | |
6913 | |
6914 1999-01-06 Dave Love <fx@gnu.org> | |
6915 | |
6916 * emacs-lisp/find-func.el: Doc fixes. | |
6917 (find-function-regexp): Extend for define-generic-mode, | |
6918 define-derived-mode, easy-mmode-define-minor-mode. | |
6919 | |
6920 1999-01-06 Dave Love <fx@gnu.org> | |
6921 | |
6922 * progmodes/fortran.el (fortran-window-create): Account for scroll | |
6923 bar width. | |
6924 | |
6925 * browse-url.el: Require (noerror) w3-auto when compiling. | |
6926 (browse-url-maybe-new-window): Make it a macro and revert last | |
6927 change to callers. | |
6928 (browse-url-w3): Require w3 for w3-fetch-other-window. | |
6929 | |
6930 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6931 | |
6932 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the | |
6933 argument. | |
6934 | |
6935 1999-01-06 Simon Marshall <simon@gnu.org> | |
6936 | |
6937 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix. | |
6938 | |
6939 * font-lock.el (font-lock-default-fontify-buffer): When using | |
6940 with-temp-message, use nil rather than current-message. | |
6941 | |
6942 * lazy-lock.el (lazy-lock-unstall): | |
6943 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil | |
6944 rather than current-message. | |
6945 | |
6946 * fast-lock.el (fast-lock-save-cache-1): | |
6947 (fast-lock-cache-data): When using with-temp-message, use nil rather | |
6948 than current-message. | |
6949 | |
6950 1999-01-06 Eli Zaretskii <eliz@gnu.org> | |
6951 | |
6952 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
6953 the valid-codes property. | |
6954 | |
6955 * international/mule-cmds.el (prefer-coding-system): Call | |
6956 set-coding-priority, so that the internal array of priorities is | |
6957 also updated. | |
6958 | |
6959 * international/mule-util.el: | |
6960 (coding-system-change-eol-conversion, | |
6961 coding-system-change-text-conversion): Don't define here. | |
6962 | |
6963 * international/mule-cmds.el: Define them here. Remove the | |
6964 autoload cookies. | |
6965 | |
6966 1999-01-06 Andreas Schwab <schwab@gnu.org> | |
6967 | |
6968 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled | |
6969 if it was enabled before. | |
6970 | |
6971 * view.el (View-revert-buffer-scroll-page-forward): Bind | |
6972 view-scroll-auto-exit instead of obsolete view-mode-auto-exit. | |
6973 | |
6974 * files.el (recover-session): Preserve point when inserting | |
6975 explanation. | |
6976 | |
6977 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6978 | |
6979 * cus-edit.el (custom-save-delete): Don't delete whitespace | |
6980 and comments before the sexp that is replaced. | |
6981 | |
6982 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
6983 | |
6984 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error. | |
6985 | |
6986 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
6987 | |
6988 * vc.el (vc-dired-hook): Use the original value of | |
6989 dired-move-to-filename-regexp on lines that have not been | |
6990 reformatted yet. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6991 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the |
25837 | 6992 file lines have already been reformatted. |
6993 | |
6994 1999-01-05 Dave Love <fx@gnu.org> | |
6995 | |
6996 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search | |
6997 buffer-local. | |
6998 | |
6999 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se> | |
7000 | |
7001 * progmodes/f90.el: Change of regular expressions for type to | |
7002 correct highlighting and identation. Some small fixes for | |
7003 compatibility with XEmacs. | |
7004 | |
7005 1999-01-05 Stephen Eglen <stephen@gnu.org> | |
7006 | |
7007 * mspools.el (mspools-vm-system-mail): Provide an alternative | |
7008 value based on rmail-spool-directory if $MAIL is not defined. | |
7009 | |
7010 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl> | |
7011 | |
7012 * textmodes/reftex.el (reftex-section-levels): Allow negative levels. | |
7013 (reftex-section-info): Handle negative section levels. | |
7014 (reftex-view-crossref-extra): New option. | |
7015 (reftex-view-crossref): Generalized to work in more places. | |
7016 (reftex-find-citation-regexp-format, reftex-find-reference-format, | |
7017 reftex-macros-with-labels, reftex-global-search-marker): New variables. | |
7018 (reftex-view-cite-locations-from-bibtex): New command. | |
7019 (reftex-view-regexp-match, reftex-global-search, | |
7020 reftex-global-search-continue): New functions. | |
7021 (reftex-extract-bib-entries): No error for non-existing BibTeX | |
7022 file, just a message. | |
7023 (reftex-extract-bib-entries): Better error handling. | |
7024 (reftex-select-with-char): Use `*RefTeX Select*' for selection | |
7025 help and force it on current frame. | |
7026 (reftex-default-bibliography): New function. | |
7027 (reftex-access-parse-file): Check consistency after loading a | |
7028 parse file. When inconsistent, enfore rescan. | |
7029 (reftex-check-parse-consistency): New function. | |
7030 (easy-menu-define): Options section drastically shortened. | |
7031 | |
7032 1999-01-05 Kenichi Handa <handa@etl.go.jp> | |
7033 | |
7034 * language/thai-util.el (thai-compose-string): New function. | |
7035 | |
7036 1999-01-04 Inge Frick <inge@nada.kth.se> | |
7037 | |
7038 * easymenu.el (easy-menu-define): Doc fix. | |
7039 (easy-menu-create-menu): New keyword :included. | |
7040 (easy-menu-do-add-item): New keyword :included. SUFFIX may | |
7041 be an expression, not only a string. Simulate style `button'. | |
7042 Use easy-menu-define-key-intern instead of easy-menu-define-key. | |
7043 (easy-menu-define-key-intern): New function. | |
7044 (easy-menu-add-item): Understand value returned from | |
7045 easy-menu-item-present-p and easy-menu-remove-item. | |
7046 (easy-menu-return-item): New function. | |
7047 (easy-menu-item-present-p, easy-menu-remove-item): Use it. | |
7048 | |
7049 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7050 | |
7051 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
7052 Use rmail-output-read-rmail-file-name to read the file name. | |
7053 Always call rmail-output-to-rmail-file noninteractively. | |
7054 When count > 1, do the loop here. | |
7055 Handle rmail-delete-after-output here. | |
7056 (rmail-summary-output): Similar changes. | |
7057 | |
7058 * mail/rmailout.el: Provide `rmailout'. | |
7059 (rmail-output-read-rmail-file-name): New function. | |
7060 (rmail-output-to-rmail-file): Use that. | |
7061 (rmail-output-read-file-name): New function. | |
7062 (rmail-output): Use that. | |
7063 | |
7064 * files.el (find-file-noselect): Let /: suppress wildcard matching. | |
7065 Error if wildcard matches no files. | |
7066 | |
7067 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7068 | |
7069 * menu-bar.el (clipboard-yank): Doc fix. | |
7070 | |
7071 * info.el (Info-insert-dir): Chase symlinks for file-attributes. | |
7072 | |
7073 1998-12-31 Markus Rost <rost@delysid.gnu.org> | |
7074 | |
7075 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo. | |
7076 | |
7077 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk> | |
7078 | |
7079 * rmail.el (rmail-encode-string): Make sure mask value is | |
7080 positive; (emacs-pid) returns a negative number on Windows 9x | |
7081 which causes odd behaviour. | |
7082 | |
7083 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7084 | |
7085 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS, | |
7086 and about w32-* variables unless on Windows/NT. | |
7087 | |
7088 1998-12-31 Boris Goldowsky <boris@alum.mit.edu> | |
7089 | |
7090 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only | |
7091 if buffer is modified; ask about all modified buffers. | |
7092 | |
7093 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7094 | |
7095 * simple.el (what-cursor-position): Fix previous change. | |
7096 | |
7097 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu> | |
7098 | |
7099 * mail/sendmail.el (mail-mode): Eliminate ambiguous match | |
7100 from paragraph-start. | |
7101 | |
7102 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7103 | |
7104 * international/mule-cmds.el (prefer-coding-system): If the | |
7105 argument requires specific EOL conversion type, make the default | |
7106 coding systems use that. | |
7107 | |
7108 1998-12-30 Drew Csillag <drew_csillag@geocities.com> | |
7109 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7110 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer): |
25837 | 7111 Use shell-command-on-region. |
7112 (m4-start-m4, m4-end-m4): Functions deleted. | |
7113 | |
7114 1998-12-30 Michael Ernst <mernst@alum.mit.edu> | |
7115 | |
7116 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout. | |
7117 | |
7118 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7119 | |
7120 * browse-url.el (browse-url-mail): Give argument SEND-ACTION | |
7121 to compose-mail in the correct places and as a list. | |
7122 | |
7123 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp> | |
7124 | |
7125 * page-ext.el: Added mouse-selection feature for pages directory buffer. | |
7126 (pages-directory-map): Bind mouse-2 | |
7127 (pages-copy-header-and-position): Put text property. | |
7128 (pages-directory-goto-with-mouse): New function. | |
7129 | |
7130 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7131 | |
7132 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
7133 Doc fix. | |
7134 (cp-coding-system-for-codepage-1): Likewise. | |
7135 | |
7136 1998-12-29 Kenichi Handa <handa@etl.go.jp> | |
7137 | |
7138 * language/thai-util.el (thai-post-read-conversion): Handle Thai | |
7139 composition sequence correctly here instead of calling | |
7140 thai-compose-region. | |
7141 | |
7142 * textmodes/fill.el (fill-region-as-paragraph): While deleting a | |
7143 newline in multibyte buffer, if previous or next character is a | |
7144 composite char, check the first component of the composite char. | |
7145 | |
7146 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org> | |
7147 | |
7148 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer | |
7149 and track-mouse. | |
7150 | |
7151 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7152 | |
7153 * mail/sendmail.el (mail-yank-original): Remove text properties | |
7154 after insertion. | |
7155 (mail-yank-region): Barf if no mark is set in the message | |
7156 being replied to. | |
7157 | |
7158 * help.el (function-called-at-point): First look for function at point. | |
7159 | |
7160 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7161 | |
7162 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage. | |
7163 | |
7164 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7165 | |
7166 * simple.el (what-cursor-position): Print character encoding also. | |
7167 | |
7168 1998-12-26 Dave Love <fx@gnu.org> | |
7169 | |
7170 * textmodes/flyspell.el: If local-maps work, don't put | |
7171 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB | |
7172 in flyspell-mouse-map (only). | |
7173 (flyspell-use-local-map): New variable. | |
7174 Use a different mouse-2 binding in that case, | |
7175 and don't add to minor-mode-map-alist. | |
7176 (make-flyspell-overlay, flyspell-correct-word): | |
7177 Test flyspell-use-local-map. | |
7178 | |
7179 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7180 | |
7181 * files.el (file-expand-wildcards): Handle wildcards in directory name. | |
7182 Be careful about whether to return a relative file name, | |
7183 and if so, relative to what directory. | |
7184 | |
7185 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7186 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7187 * emacs-lisp/easymenu.el (easy-menu-get-map): |
25837 | 7188 Change global map only if this menu exists in the global map already, |
7189 and not in the local map. | |
7190 (easy-menu-do-add-item): Fix error message. | |
7191 | |
7192 * foldout.el (foldout-inhibit-key-bindings): | |
7193 Avoid concatenating onto outline-minor-mode-prefix. | |
7194 Make a new keymap for that prefix, if it does not already have one. | |
7195 | |
7196 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu> | |
7197 | |
7198 * cperl-mode.el: | |
7199 Can use linear algorithm for indentation if Emacs supports it. | |
7200 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp. | |
7201 (cperl-after-block-p): Likewise. | |
7202 (cperl-after-block-and-statement-beg): Likewise. | |
7203 (cperl-after-block-p): After END/BEGIN we are a block. | |
7204 (cperl-after-expr-p): Skip labels when checking | |
7205 (cperl-indent-region): Make a marker for END - text added/removed. | |
7206 Disable hooks during the call (how to call them later?). | |
7207 Now indents 820-line-long function in 6.5 sec (including | |
7208 syntaxification) the first time (when buffer has few | |
7209 properties), 7.1 sec the second time. | |
7210 (cperl-indent-region): Do not indent whitespace lines | |
7211 (cperl-style-alist) | |
7212 Include `cperl-merge-trailing-else' where the value is clear. | |
7213 (cperl-styles-entries): Likewise. | |
7214 (cperl-problems): Improvements to docs. | |
7215 (cperl-tips): Likewise. | |
7216 (cperl-non-problems): Likewise. | |
7217 (cperl-mode): Make lazy syntaxification possible. | |
7218 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30). | |
7219 `font-lock-unfontify-region-function' was set to a wrong function. | |
7220 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7221 (cperl-find-pods-heres): Safe a position in buffer where it is safe to |
25837 | 7222 restart syntaxification. Changed so that -d ?foo? is a RE. Do |
7223 not warn on `=cut' if doing a chunk only. 1 << 6 was OK, | |
7224 but 1<<6 was considered as HERE-doc. | |
7225 <file/glob> made into a string. | |
7226 Postpone addition of faces after syntactic step. | |
7227 Recognition of <FH> was wrong. | |
7228 Highlight `gem' in s///gem as a keyword. `qr' recognized. | |
7229 Knows that split// is null-RE. | |
7230 Highlights separators in 3-parts expressions as labels. | |
7231 <> was considered as a glob. | |
7232 Would err if the last line is `=head1'. | |
7233 $a-1 ? foo : bar; was a considered a regexp. | |
7234 `<< (' was considered a start of HERE-doc. | |
7235 mark qq[]-etc sections as syntax-type=string | |
7236 Was not processing sub protos after a comment ine. | |
7237 Was treating $a++ <= 5 as a glob. | |
7238 Tolerate unfinished REx at end-of-buffer. | |
7239 `unwind-protect' was left commented. | |
7240 / and ? after : start a REx. | |
7241 | |
7242 (cperl-syntaxify-by-font-lock): Set to t, should be safe now. | |
7243 Better default, customizes to `message' too, off in text-mode. | |
7244 | |
7245 (cperl-array-face): Renamed from `font-lock-emphasized-face', | |
7246 `defface'd. | |
7247 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'. | |
7248 `defface'd. | |
7249 (cperl-emacs-can-parse): New state variable. | |
7250 (cperl-indent-line): Corrected to use global state. | |
7251 (cperl-calculate-indent): Likewise. | |
7252 (cperl-fix-line-spacing): Likewise (not used yet). | |
7253 (cperl-calculate-indent): Did not consider `,' as | |
7254 continuation mark for statements. | |
7255 (cperl-calculate-indent): Avoid parse-data optimization at toplevel. | |
7256 Remove another parse-data optimization at toplevel: would | |
7257 indent correctly. | |
7258 Correct for labels when calculating indentation of continuations. | |
7259 Docstring updated. | |
7260 (cperl-choose-color): Converted to a function (to be | |
7261 compilable in text-mode). | |
7262 (cperl-dark-background): Disable without window-system. | |
7263 Do `defface' only if window-system. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
7264 (cperl-fix-line-spacing): Sped up to bail out early. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
7265 (x-color-defined-p): Was not compiling on XEmacs |
25837 | 7266 Was defmacro'ed with a tick. Remove another def. |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
7267 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones |
25837 | 7268 (cperl-unwind-to-safe): New function. |
7269 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7270 (cperl-fontify-syntaxically): Unwinds start and end to go out of |
25837 | 7271 long strings (not very successful). |
7272 (cperl-forward-re): Highlight the trailing / in s/foo// as string. | |
7273 Highlight the starting // in s//foo/ as function-name. | |
7274 Emit a meaningful error instead of a cryptic one for an | |
7275 uncomplete REx near end-of-buffer. | |
7276 | |
7277 (cperl-electric-keyword): `qr' recognized. | |
7278 (cperl-electric-else): Likewise | |
7279 (cperl-to-comment-or-eol): Likewise | |
7280 (cperl-make-regexp-x): Likewise | |
7281 (cperl-init-faces): Likewise, and `lock' (as overridable?). | |
7282 Corrected to use new macros; | |
7283 `if' for copying `reference-face' to `constant-face' was backward. | |
7284 remove init `font-lock-other-emphasized-face', | |
7285 `font-lock-emphasized-face', `font-lock-keyword-face'. | |
7286 Interpolate `cperl-invalid-face'. | |
7287 (cperl-make-regexp-x): Misprint in a message. | |
7288 (cperl-syntaxify-unwind): New configuration variable | |
7289 (cperl-fontify-m-as-s): New configuration variable | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
7290 (cperl-electric-pod): Check for after-expr was performed |
25837 | 7291 inside of POD too. |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
7292 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs. |
25837 | 7293 (cperl-clobber-mode-lists): New configuration variable. |
7294 (cperl-not-bad-style-regexp): Updated. | |
7295 Init: `cperl-is-face' was busted. | |
7296 (cperl-make-face): New macros. | |
7297 (cperl-force-face): New macros. | |
7298 (font-lock-other-type-face): Done via `defface' too. | |
7299 (cperl-nonoverridable-face): New face. Renamed from | |
7300 `font-lock-other-type-face'. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
7301 (cperl-init-faces-weak): Use `cperl-force-face'. |
25837 | 7302 (cperl-comment-indent): Commenting __END__ was not working. |
7303 (cperl-indent-for-comment): Likewise. | |
7304 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'. | |
7305 When removing old TAGS info was not relativizing filename. | |
7306 (cperl-tags-hier-init): Gross hack to pretend we work (are we?). | |
7307 Another try to work around XEmacs problems. Better progress messages. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
7308 (toplevel): Require custom unprotected => failure on 19.28. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
7309 (cperl-xemacs-p): Defined when compile too |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7310 (cperl-find-tags): Was writing line/pos in a wrong order, |
25837 | 7311 pos off by 1 and not at beg-of-line. |
7312 (cperl-etags-snarf-tag): New macro | |
7313 (cperl-etags-goto-tag-location): New macro | |
7314 (cperl-version): New variable. New menu entry | |
7315 random docstrings: References to "future" 20.3 removed. | |
7316 Menu was described as `CPerl' instead of `Perl' | |
7317 (perl-font-lock-keywords): Would not highlight `sub foo($$);'. | |
7318 (cperl-toggle-construct-fix): Was toggling to t instead of 1. | |
7319 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face' | |
7320 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face', | |
7321 `font-lock-reference-face', `font-lock-keyword-face'. | |
7322 Use `eval-after-load'. | |
7323 Remove not-CPerl-related faces. | |
7324 (cperl-tips-faces): New variable and an entry into Mini-docs. | |
7325 (cperl-indent-exp): Was not processing else-blocks. | |
7326 (cperl-get-state): NOP line removed. | |
7327 (cperl-ps-print): New function and menu entry. | |
7328 (cperl-ps-print-face-properties): New configuration variable. | |
7329 (cperl-invalid-face): New configuration variable. | |
7330 (perl-font-lock-keywords): Highlight trailing whitespace | |
7331 (cperl-contract-levels): Documentation corrected. | |
7332 (cperl-contract-level): Likewise. | |
7333 (cperl-ps-extend-face-list): New macro. | |
7334 (cperl-invalid-face): Change to ''underline. | |
7335 | |
7336 1998-12-25 Markus Rost <rost@delysid.gnu.org> | |
7337 | |
7338 * mail/rmailout.el (rmail-output): Abbreviate name of default-file | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7339 for read-file-name. |
25837 | 7340 (rmail-output-to-rmail-file): Likewise. |
7341 | |
7342 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7343 | |
7344 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
7345 If MENU is nil, use global menu-bar map. | |
7346 (easy-menu-add-item, easy-menu-remove-item): Argument renamed. | |
7347 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed. | |
7348 | |
7349 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7350 | |
7351 * ps-mule.el (ps-mule-begin-job): Programming uniformization. | |
7352 | |
7353 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7354 | |
7355 * ps-print.el (ps-print-version): New version number (4.1.3). | |
7356 | |
7357 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7358 | |
7359 * international/mule-cmds.el: Use make-sparse-keymap instead of | |
7360 define-prefix-key when defining MULE menu items. | |
7361 | |
7362 * info.el (Info-node-at-bob-matching): New function. | |
7363 (Info-find-node, Info-build-node-completions): Call it. | |
7364 | |
7365 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org> | |
7366 | |
7367 * help.el (describe-function-1): Say "keymap", not "Lisp macro", | |
7368 when this is an autoloaded keymap. | |
7369 | |
7370 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7371 | |
7372 * international/codepage.el (cp-coding-system-for-codepage-1): | |
7373 Create separate encoders and decoders, for DOS and Unix. Make the | |
7374 usual family of 3 coding systems, so that automatic detection of | |
7375 EOL type works. | |
7376 (cp-make-coding-systems-for-codepage): Don't intern DOS- and | |
7377 Unix-specific symbols here, and don't call | |
7378 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi | |
7379 Handa <handa@etl.go.jp>.) | |
7380 | |
7381 * dos-vars.el (dos-codepage-setup-hook): New defcustom. | |
7382 | |
7383 * term/internal.el (IT-character-translations): New variable, an | |
7384 alist used to display characters for which there's no glyphs in | |
7385 the current codepage. | |
7386 (IT-display-table-setup): New function, sets up the DOS terminal | |
7387 for a given codepage. | |
7388 (dos-codepage-setup): New function, sets up the MULE environment | |
7389 for the current value of dos-codepage. | |
7390 (top-level if): In the multibyte mode, turn on | |
7391 unibyte-display-via-language-environment. In the unibyte mode, | |
7392 set up the special syntax tables to map lower- to upper case and | |
7393 back. | |
7394 | |
7395 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org> | |
7396 | |
7397 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt. | |
7398 (speedbar-frame-plist) Remove useless comments. | |
7399 (speedbar-frame-mode) Do not specify height if it is in the param list. | |
7400 Use default y position w/out changing it. | |
7401 If default x position is a list, keep, calculate the non-list X | |
7402 value when devining an initial position. | |
7403 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files. | |
7404 (speedbar-tag-group-name-minimum-length): New variable. | |
7405 (speedbar-frame-parameter): New compatibility function. | |
7406 (speedbar-frame-mode): Updated to use speedbar-frame-parameter. | |
7407 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub | |
7408 groups to keep things in the right order, and to help with some | |
7409 naming conventions. | |
7410 (speedbar-create-tag-hierarchy): Enable buffer local version of | |
7411 `speedbar-tag-hierarchy-method' in the buffer we are tagging. | |
7412 (speedbar-line-path) Make DEPTH param optional. Devine it if absent. | |
7413 the case, derive it from the cursor location in speedbar. | |
7414 | |
7415 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7416 | |
7417 * international/mule-cmds.el (set-language-environment): On MS-DOS | |
7418 terminals, install DOS-specific nonascii-translation-table if the | |
7419 language info doesn't specify one. Pass the default eol-type to | |
7420 set-language-environment-coding-systems. | |
7421 (set-default-coding-systems): Copy the eol-type property for the | |
7422 new default values of {buffer-file,process}-coding-system from the | |
7423 old defaults. | |
7424 (set-language-environment-coding-systems): Accept an optional | |
7425 argument EOL-TYPE, and set the eol-type property of the default | |
7426 coding systems accordingly. | |
7427 (set-terminal-coding-system): Enable menu item on MS-DOS terminals. | |
7428 (set-keyboard-coding-system): Likewise. | |
7429 (set-default-coding-systems): Don't set | |
7430 default-terminal-coding-system on MS-DOS to anything but nil. | |
7431 (prefer-coding-system): Describe in the doc string that | |
7432 default-terminal-coding-system is not changed on MS-DOS. | |
7433 (set-language-environment): For MS-DOS, set standard syntax table | |
7434 and display table for all characters with code above 127. | |
7435 (standard-display-european-internal): For MS-DOS, pass all | |
7436 characters with code above 127 directly to the terminal, and don't | |
7437 remap characters 160 and 146 in the unibyte case. | |
7438 | |
7439 * international/codepage.el: New file. | |
7440 | |
7441 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7442 | |
7443 * diary-lib.el (diary-float): Fix end-of-year error and typos in | |
7444 comments. | |
7445 | |
7446 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> | |
7447 | |
7448 * map-ynp.el (map-y-or-n-p): Ignore input methods. | |
7449 | |
7450 * subr.el (read-passwd): Likewise. | |
7451 | |
7452 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7453 | |
7454 * info.el (Info-find-node): Add 1 to the position read from the | |
7455 tag table. Don't fail if the node delimiter ^_ is the first | |
7456 character in the file. | |
7457 (Info-insert-dir): Don't fail when the node delimiter ^_ is the | |
7458 first character in the file. | |
7459 (Info-read-subfile): Likewise. | |
7460 (Info-select-node): Likewise. | |
7461 (Info-build-node-completions): Likewise. | |
7462 | |
7463 1998-12-16 Richard Stallman <rms@gnu.org> | |
7464 | |
7465 * term/x-win.el (x-cut-buffer-or-selection-value): | |
7466 If clipboard is enabled, try it before PRIMARY selection. | |
7467 | |
7468 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
7469 | |
7470 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C | |
7471 insert c-cedilla and C-cedilla respectively, like in latin-1. | |
7472 | |
7473 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org> | |
7474 | |
7475 * language/hebrew.el: Don't use sublists in the flags argument | |
7476 passed to make-coding-system. | |
7477 | |
7478 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
7479 | |
7480 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a | |
7481 list of character sets found by find-charset-region. | |
7482 | |
7483 * ps-mule.el: Always require ps-print. Move some function | |
7484 definitions for Emacs 20.2 and the earlier to ps-print.el. | |
7485 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2. | |
7486 | |
7487 * ps-print.el: Define several functions for Emacs 20.2 and the | |
7488 earlier version. | |
7489 (ps-printer-name): Check if printer-name is bound. | |
7490 | |
7491 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7492 | |
7493 * ps-mule.el: Programming uniformization and little code improvement. | |
7494 (ps-mule-prepare-font): Programming uniformization. | |
7495 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar) | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7496 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement. |
25837 | 7497 |
7498 * ps-bdf.el: Programming uniformization and little code improvement. | |
7499 (bdf-search-and-read): New fun. | |
7500 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path) | |
7501 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box) | |
7502 (bdf-info-relative-compose, bdf-info-baseline-offset) | |
7503 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector) | |
7504 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization. | |
7505 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file) | |
7506 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code | |
7507 improvement. | |
7508 | |
7509 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7510 | |
7511 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix | |
7512 and mule related code extraction. Autoload ps-mule funs. | |
7513 | |
7514 * ps-mule.el: Doc fix. Require ps-print only when compiled. | |
7515 (ps-mule-prologue-generated): New fun. | |
7516 (ps-mule-plot-string): Add autoload cookie. | |
7517 (ps-mule-begin-job): Call ps-mule-prologue-generated. | |
7518 | |
7519 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
7520 | |
7521 * ps-bdf.el: Require ps-mule instead of ps-print. | |
7522 (bdf-directory-list): Add autoload cookie. | |
7523 | |
7524 * ps-mule.el: New file. Mule related code extracted from | |
7525 ps-print.el. Require ps-print, provide ps-mule. | |
7526 (ps-multibyte-buffer): Add autoload cookie. | |
7527 (ps-mule-prepare-ascii-font): New fun. | |
7528 (ps-mule-set-ascii-font): New fun. | |
7529 (ps-mule-skip-same-charset): Fun deleted. | |
7530 (ps-mule-plot-string): Set ps-mule-current-charset. | |
7531 (ps-mule-initialize): Add autload cookie. Don't set | |
7532 ps-mule-font-info-database here. | |
7533 (ps-mule-begin-job): Renamed from ps-mule-begin. Update | |
7534 ps-mule-font-info-database and ps-control-or-escape-regexp. | |
7535 (ps-mule-begin-page): New fun. | |
7536 | |
7537 * ps-print.el: Mule related code moved to ps-mule.el. | |
7538 (ps-begin-job): While setting ps-control-or-escape-regexp, don't | |
7539 check ps-mule-charset-list. | |
7540 (ps-begin-page): Don't set ps-mule-current-charset, instead call | |
7541 ps-mule-begin-page. | |
7542 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font. | |
7543 (ps-plot-region): Don't set ps-mule-current-charset, instead call | |
7544 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset, | |
7545 instead skip same charsets by itself. | |
7546 (ps-generate): Call ps-mule-initialize of needs-begin-file is | |
7547 non-nil. Call ps-mule-begin-job. | |
7548 | |
7549 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
7550 | |
7551 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf | |
7552 instead of bdf. | |
7553 | |
7554 * ps-print.el (ps-mule-font-info-database): Doc-string modified. | |
7555 (ps-mule-external-libraries): New element FEATURE. | |
7556 (ps-mule-init-external-library): Ajusted for the above change. | |
7557 (ps-mule-generate-font): Likewise. | |
7558 (ps-mule-generate-glyphs): Likewise. | |
7559 (ps-mule-prepare-font): Likewise. | |
7560 (ps-mule-initialize): Likewise. | |
7561 (ps-begin-file): Superfluous tailing parenthesis deleted. | |
7562 | |
7563 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
7564 | |
7565 * international/fontset.el (x-decompose-font-name): If PATTERN | |
7566 doesn't have any wild cards, return a vector made from a name that | |
7567 is found by x-resolve-font-name found. Comments added. | |
7568 | |
7569 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
7570 Handle the case of unknown charset. | |
7571 (find-multibyte-characters): If invalid multibyte characters are | |
7572 found, return the corresponding strings instead of character | |
7573 codes. | |
7574 (find-multibyte-characters): Adjusted for the above change. | |
7575 (select-safe-coding-system): For a unibyte buffer, always returns | |
7576 DEFAULT-CODING-SYSTEM. | |
7577 (get-charset-property): Fix previous change. Make it a function. | |
7578 (put-charset-property): Make it a function. | |
7579 | |
7580 * international/mule.el (make-coding-system): Set mime-charset | |
7581 property of *-with-esc coding system to nil. | |
7582 | |
7583 * international/quail.el (quail-point-in-conversion-region): New | |
7584 function. | |
7585 (quail-conversion-backward-delete-char): When a key sequence is | |
7586 being translated, call quail-delete-last-char. | |
7587 | |
7588 * language/devan-util.el | |
7589 (devanagari-reorder-glyphs-for-decomposition): Fix the way to | |
7590 handle devanagari-decomposition-rules. | |
7591 | |
7592 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org> | |
7593 | |
7594 * textmodes/texinfo.el (texinfo-tex-buffer): Bind | |
7595 tex-start-options-string to empty string. | |
7596 (texinfo-tex-region): Use texinfo-tex-trailer as documented. | |
7597 | |
7598 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org> | |
7599 | |
7600 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and | |
7601 5xx responses are already handled properly). | |
7602 | |
7603 1998-12-13 Richard Stallman <rms@gnu.org> | |
7604 | |
7605 * progmodes/compile.el (compilation-error-regexp-alist): Insist | |
7606 on a non-digit in the file name. | |
7607 | |
7608 * simple.el (comment-region): Handle comment-padding | |
7609 separately for insertion and for deletion, in the right way for each. | |
7610 | |
7611 1998-12-13 Felix Lee <flee@cygnus.com> | |
7612 | |
7613 * progmodes/compile.el (compilation-error-regexp-alist): Fix | |
7614 regexp to match "ChangeLog:1:1998-12-09 ..." | |
7615 | |
7616 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org> | |
7617 | |
7618 * cus-start.el (dos-unsupported-char-glyph): Add. | |
7619 | |
7620 1998-12-11 Dave Love <fx@gnu.org> | |
7621 | |
7622 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap | |
7623 forward-sexp in condition-case. | |
7624 | |
7625 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
7626 Remove unnecessary test on `library' for explicit file name. | |
7627 Widen scope of save-match-data. | |
7628 | |
7629 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
7630 | |
7631 * international/mule.el (load-with-code-conversion): If the loaded | |
7632 file was inserted with no-conversion or raw-text coding system, | |
7633 make the buffer unibyte. | |
7634 | |
7635 1998-12-09 Richard Stallman <rms@gnu.org> | |
7636 | |
7637 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
7638 Get rid of nested loops. | |
7639 | |
7640 * mouse.el (mouse-drag-vertical-line): | |
7641 If WHICH-SIDE is not `right', then scroll bars are on the left. | |
7642 | |
7643 * loadhist.el (load-history-loaded): defvar moved to help.el. | |
7644 | |
7645 * help.el (symbol-file-load-history-loaded): Variable renamed, | |
7646 and defvar moved from loadhist.el. | |
7647 (symbol-file): Renamed from describe-function-find-file. | |
7648 Load fns-VERSION.el here. | |
7649 (describe-variable, describe-function-1): Use symbol-file. | |
7650 | |
7651 * textmodes/tex-mode.el (tex-generate-zap-file-name): | |
7652 Don't start the name with #. | |
7653 | |
7654 * ispell.el: Take out the eval-when's. | |
7655 | |
7656 1998-12-09 Peter Breton <pbreton@ne.mediaone.net> | |
7657 | |
7658 * dirtrack.el (dirtrack-directory-change-hook): New hook. | |
7659 (dirtrack): Run it. Make debug message more verbose. | |
7660 | |
7661 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
7662 | |
7663 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct | |
7664 name of the abbrev table, and provide support for XEmacs. | |
7665 (octave-xemacs-p): New variable. | |
7666 | |
7667 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
7668 | |
7669 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to | |
7670 exit, when mail-interactive is nil. | |
7671 | |
7672 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr> | |
7673 | |
7674 * files.el (after-find-file): Message fix. | |
7675 | |
7676 1998-12-09 Ken Stevens <stevens@kdstevens.com> | |
7677 | |
7678 * ispell.el (ispell-kill-ispell): Don't send newline after EOF. | |
7679 | |
7680 1998-12-09 Geoff Voelker <voelker@cs.washington.edu> | |
7681 | |
7682 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle | |
7683 filenames using backslashes. | |
7684 | |
7685 1998-12-09 Dave Love <fx@gnu.org> | |
7686 | |
7687 * browse-url.el (browse-url-mail): Call compose-mail-other-window | |
7688 with correct number of args. | |
7689 (browse-url-maybe-new-window): New arg. Callers changed. | |
7690 | |
7691 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing | |
7692 comment. | |
7693 | |
7694 1998-12-08 Geoff Voelker <voelker@cs.washington.edu> | |
7695 | |
7696 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional. | |
7697 | |
7698 1998-12-08 Markus Rost <rost@delysid.gnu.org> | |
7699 | |
7700 * vc.el (vc-rcs-release): Fix Type. | |
7701 (vc-sccs-release): Fix Type. | |
7702 (vc-cvs-release): Fix Type. | |
7703 | |
7704 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix | |
7705 arg work right. | |
7706 | |
7707 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple | |
7708 output of last undeleted message. | |
7709 | |
7710 1998-12-07 Geoff Voelker <voelker@cs.washington.edu> | |
7711 | |
7712 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
7713 (buffer-undo-list) [windows-nt]: Use different relative path. | |
7714 | |
7715 1998-12-07 Simon Marshall <simon@gnu.org> | |
7716 | |
7717 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types. | |
7718 | |
7719 1998-12-05 Markus Rost <rost@delysid.gnu.org> | |
7720 | |
7721 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler. | |
7722 | |
7723 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops. | |
7724 | |
7725 1998-12-04 Markus Rost <rost@delysid.gnu.org> | |
7726 | |
7727 * info.el (Info-menu): Don't return error if point is between menu | |
7728 header and first menu item. | |
7729 | |
7730 1998-12-04 Dave Love <fx@gnu.org> | |
7731 | |
7732 * help.el (describe-function-1): Fix description for alias. | |
7733 | |
7734 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org> | |
7735 | |
7736 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*- | |
7737 specifications from summary line. | |
7738 | |
7739 * rect.el (delete-whitespace-rectangle): Mark for autoload. | |
7740 (close-rectangle): Define alias only once in loaddefs.el. | |
7741 | |
7742 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7743 | |
7744 * term/internal.el: Remove code which sets up a special syntax | |
7745 table for non-ASCII characters. | |
7746 | |
7747 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org> | |
7748 | |
7749 * dos-w32.el (direct-print-region-function): Try to ensure that | |
7750 printer-name is expanded to a file name on a local drive; | |
7751 sometimes printing a file loaded from a network volume fails. | |
7752 (direct-print-region-function): Add a function to | |
7753 write-region-annotate-functions to append a formfeed character to | |
7754 the region being printed, if the region doesn't end with a | |
7755 formfeed already. This avoids creating a second print job | |
7756 containing a blank page when print spooling is enabled on Windows. | |
7757 | |
7758 1998-12-02 Dave Love <fx@gnu.org> | |
7759 | |
7760 * help.el (help-make-xrefs): Use `info', not the non-autoloaded | |
7761 `Info-goto-node'. | |
7762 | |
7763 1998-12-02 Richard Stallman <rms@gnu.org> | |
7764 | |
7765 * help.el (temp-buffer-resize-mode): Doc fix. | |
7766 | |
7767 * cus-edit.el (custom-save-delete): Save point before | |
7768 reading a sexp, rather than backing up. | |
7769 | |
7770 * international/iso-transl.el: Fix previous change. | |
7771 | |
7772 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
7773 | |
7774 * vc.el (vc-dired-window-configuration, vc-ediff-windows, | |
7775 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode): | |
7776 Added defvars to suppress compilation warnings. | |
7777 | |
7778 1998-11-30 Ken Stevens <k.stevens@ieee.org> | |
7779 | |
7780 * ispell.el: Improved and fixed customize for variables: | |
7781 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp, | |
7782 ispell-dictionary-alist, ispell-skip-sgml. | |
7783 Improved and fixed comments in variables and messages for | |
7784 functions: ispell-help-in-bufferp, ispell-local-dictionary, | |
7785 ispell-menu-map, ispell-checking-message, ispell-parser, | |
7786 ispell-word, lookup-words, ispell-change-dictionary, ispell-region, | |
7787 ispell-begin-tex-skip-regexp, ispell-begin-skip-region, | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7788 ispell-comments-and-strings, ispell-continue, ispell-complete-word, |
25837 | 7789 ispell-message-text-end, ispell-add-per-file-word-list. |
7790 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding | |
7791 system is now required for all languages. Casechars improved for | |
7792 castellano, castellano8, and norsk dictionaries. Dictionary | |
7793 norsk7-tex added. Dictionary polish added. | |
7794 (ispell-dictionary-alist): Redefined at load-time to support | |
7795 dictionary changes. | |
7796 (ispell-menu-map): Redefined at load-time to support menu changes. | |
7797 (ispell-check-version): New alias for `check-ispell-version'. | |
7798 (ispell-parse-output): Fixed matching for ispell error messages. | |
7799 Correctly returns spelling suggestions in order generated by ispell | |
7800 process. | |
7801 (check-ispell-version): Ensure `case-fold-search' doesn't get | |
7802 redefined. | |
7803 (ispell-complete-word): Ensure `case-fold-search' doesn't get | |
7804 redefined. Fix bug that didn't respect case of word being completed. | |
7805 (ispell-init-process): Set process coding system to be compatible | |
7806 with emacs processes and the ispell process. | |
7807 (ispell-kill-ispell): Ensures ispell process has terminated before | |
7808 starting new process. This can otherwise confuse process filters | |
7809 and hang the ispell process. | |
7810 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved | |
7811 skipping support for sgml. | |
7812 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r | |
7813 which could cause `ispell-complete-word' to hang. | |
7814 (ispell-message): Improved message reference matching. Ensure | |
7815 `case-fold-search' doesn't get redefined. | |
7816 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't | |
7817 get redefined. Fixed bug in returning to nroff mode from tex mode. | |
7818 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't | |
7819 get redefined. | |
7820 | |
7821 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7822 | |
7823 * textmodes/flyspell.el (flyspell-check-word-p): | |
7824 Don't delay inside a kbd macro. | |
7825 | |
7826 * subr.el (make-local-hook): Return the hook variable. | |
7827 | |
7828 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
7829 | |
7830 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe): | |
7831 Use a timer instead of post-command-hook. | |
7832 (hscroll-timer): New variable. | |
7833 | |
7834 1998-11-30 Dave Love <fx@gnu.org> | |
7835 | |
7836 * help.el (help-xref-button): Do nothing if text already has the | |
7837 help-xref property. | |
7838 (describe-variable): Revert previous change to hyperlink to source. | |
7839 | |
7840 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7841 | |
7842 * bindings.el (features): Add `base64' to this list. | |
7843 | |
7844 * loadhist.el (symbol-file): Doc fix. | |
7845 | |
7846 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
7847 | |
7848 * files.el (hack-one-local-variable): Cope with non-file buffers. | |
7849 | |
7850 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7851 | |
7852 * help.el (describe-mode): Put major mode first. | |
7853 | |
7854 * calendar/appt.el (appt-disp-window): Use pop-to-buffer, | |
7855 to support special-display and same-window features. | |
7856 | |
7857 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7858 | |
7859 * simple.el (transpose-subr, transpose-subr-1): Rename variables | |
7860 bound in one function and used in the other. | |
7861 (transpose-subr-start1, transpose-subr-start2): Add defvars. | |
7862 (transpose-subr-end1, transpose-subr-end2): Add defvars. | |
7863 | |
7864 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7865 | |
7866 * autoinsert.el (auto-insert-alist): Use user-mail-address. | |
7867 | |
7868 1998-11-26 Kenichi Handa <handa@etl.go.jp> | |
7869 | |
7870 * international/ccl.el (ccl-dump-translate-character-const-tbl): | |
7871 Give format correct control string. | |
7872 | |
7873 * international/mule.el (define-translation-table): Fix bug of | |
7874 setting incorrect translation-table-id. If the first element of | |
7875 ARGS is a translation table, just register it. | |
7876 | |
7877 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist | |
7878 property. | |
7879 | |
7880 1998-11-24 Michael Ernst <mernst@alum.mit.edu> | |
7881 | |
7882 * thingatpt.el (thing-at-point-url-at-point): Don't use current | |
7883 syntax table to determine what is whitespace. | |
7884 | |
7885 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7886 | |
7887 * frame.el (frame-parameter): Doc fix. | |
7888 | |
7889 * textmodes/tex-mode.el (tex-feed-input): New function. | |
7890 (tex-define-common-keys): Add binding for C-c C-m. | |
7891 | |
7892 1998-11-23 Dave Love <fx@gnu.org> | |
7893 | |
7894 * progmodes/fortran.el: Various minor doc fixes. | |
7895 (fortran-font-lock-keywords-1): Add `d' to comment-chars. | |
7896 (fortran-with-subprogram-narrowing): New macro. | |
7897 (fortran-check-for-matching-do): Use it. | |
7898 (fortran-end-do): Use fortran-check-end-prog-re. | |
7899 (fortran-beginning-do, fortran-end-if, fortran-beginning-if) | |
7900 (fortran-calculate-indent, fortran-calculate-indent): Likewise. | |
7901 | |
7902 1998-11-23 Simon Marshall <simon@gnu.org> | |
7903 | |
7904 * font-lock.el (font-lock-defaults): Doc fix. | |
7905 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message. | |
7906 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword. | |
7907 | |
7908 * lazy-lock.el (lazy-lock-unstall): | |
7909 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message. | |
7910 | |
7911 * fast-lock.el (fast-lock-save-cache-1): | |
7912 (fast-lock-cache-data): Rewritten to use with-temp-message. | |
7913 | |
7914 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org> | |
7915 | |
7916 * mail/rmail.el (rmail-set-message-counters-counter): Detect | |
7917 messages that have been added with DOS line endings and convert | |
7918 the line endings for such messages. | |
7919 | |
7920 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
7921 | |
7922 * help.el: Add resizing of temporary buffers. | |
7923 (temp-buffer-resize-mode): New command and variable. | |
7924 (temp-buffer-max-height): New variable. | |
7925 (resize-temp-buffer-window): New function. | |
7926 | |
7927 * window.el (window-buffer-height): New function, split from | |
7928 shrink-window-if-larger-than-buffer. | |
7929 (shrink-window-if-larger-than-buffer): Use window-buffer-height. | |
7930 | |
7931 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7932 | |
7933 * frame.el (initial-frame-alist): Add defcustom. | |
7934 | |
7935 * shell.el (shell-prompt-pattern): Add defcustom. | |
7936 | |
7937 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7938 | |
7939 * message.el (message-ignored-supersedes-headers): Remove | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7940 NNTP-Posting-Date. |
25837 | 7941 |
7942 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7943 | |
7944 * help.el (describe-mode): Don't avoid loop indirecting thru | |
7945 value of INDICATOR. | |
7946 | |
7947 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7948 | |
7949 * help.el (describe-variable): Allow any variable with a defcustom, | |
7950 even if it is not a user variable. | |
7951 | |
7952 * mail/rmail.el (mail-unsent-separator): Additional alternative. | |
7953 | |
7954 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org> | |
7955 | |
7956 * gnus/nntp.el (nntp-request-group): Allow for failures when | |
7957 requesting a new group. | |
7958 | |
7959 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7960 | |
7961 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix. | |
7962 | |
7963 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7964 | |
7965 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons. | |
7966 | |
7967 1998-11-19 Simon Marshall <simon@gnu.org> | |
7968 | |
7969 * subr.el (with-temp-message): New macro. | |
7970 | |
7971 * emacs-lisp/lisp-mode.el (with-temp-message): | |
7972 Add lisp-indent-function property. | |
7973 | |
7974 1998-11-18 Dave Love <fx@gnu.org> | |
7975 | |
7976 * progmodes/fortran.el (fortran-end-prog-re): Fix typo. | |
7977 | |
7978 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7979 | |
7980 * emacs-lisp/bytecomp.el (temp-buffer-show-hook): | |
7981 This is not obsolete. | |
7982 | |
7983 1998-11-18 Kenichi Handa <handa@etl.go.jp> | |
7984 | |
7985 * textmodes/picture.el: Make a new map by make-keymap. | |
7986 (picture-desired-column): New variable. | |
7987 (picture-update-desired-column): New function. | |
7988 (picture-beginning-of-line): Set picture-desired-column to 0. | |
7989 (picture-end-of-line): Set picture-desired-column to the current | |
7990 column. | |
7991 (picture-forward-column): Pay attention to multi-column character. | |
7992 (picture-backward-column): Likewise. | |
7993 (picture-move-down): Likewise. | |
7994 (picture-move-up): Likewise. | |
7995 (picture-movement-nw): With prefix arg, move twice columns. | |
7996 (picture-movement-ne): Likewise. | |
7997 (picture-movement-sw): Likewise. | |
7998 (picture-movement-se): Likewise. | |
7999 (picture-set-motion): Handle two-column movements. | |
8000 (picture-move): Call picture-move-down or picture-forward-column | |
8001 only when necessary. | |
8002 (picture-insert): Pay attention to picture-desired-column. | |
8003 (picture-self-insert): Likewise. | |
8004 (picture-clear-column): Pay attention to multi-column character. | |
8005 (picture-mode): Modify doc-string for two-column movement. | |
8006 | |
8007 * rect.el (move-to-column-force): New function. | |
8008 (operate-on-rectangle): If coerce-tabs is non-nil, call | |
8009 move-to-column-force instead of move-to-column. | |
8010 (insert-rectangle): Call move-to-column-force instead of | |
8011 move-to-column. | |
8012 (open-rectangle-line): If begextra is not zero, call | |
8013 move-to-column-force. | |
8014 | |
8015 | |
8016 1998-11-16 Dave Love <fx@gnu.org> | |
8017 | |
8018 * textmodes/sgml-mode.el Require skeleton when compiling. | |
8019 (sgml-font-lock-keywords-1): Accept single-letter tags. | |
8020 (v2): Defvar free variable. | |
8021 | |
8022 1998-11-16 Sam Steingold <sds@goems.com> | |
8023 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
8024 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL |
25837 | 8025 macro, not ELisp one. |
8026 | |
8027 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
8028 | |
8029 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte | |
8030 characters to symbol. | |
8031 | |
8032 * language/japan-util.el (japanese-zenkaku-region): New optional | |
8033 arg KATAKANA-ONLY. | |
8034 | |
8035 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
8036 | |
8037 * international/mule.el | |
8038 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
8039 is changed to unibyte, return inserted bytes. | |
8040 | |
8041 * tar-mode.el (tar-header-block-tokenize): Decode codes of file | |
8042 and link names if necessary. | |
8043 (tar-header-block-summarize): Handle the case that file or link | |
8044 names are multibyte. | |
8045 (tar-summarize-buffer): At first set the current buffer unibyte, | |
8046 then if there are multibyte file names, change it to multibyte. | |
8047 (tar-mode): Get char position from tar-header-offset. | |
8048 (tar-extract): Avoid multibyte<->unibyte conversion in | |
8049 insert-buffer-subsring by setting both buffers unibyte | |
8050 temporarily. | |
8051 (tar-copy): Set the buffer unibyte while doing a work. Write | |
8052 without code conversion. | |
8053 (tar-expunge): Set the buffer unibyte while doing a work. | |
8054 (tar-alter-one-field): Likewise. | |
8055 (tar-clear-modification-flags): Compare byte position with | |
8056 tar-header-offset. | |
8057 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in | |
8058 insert-buffer-subsring by setting both buffers unibyte | |
8059 temporarily. Pay attention to multibyteness while updating the | |
8060 descriptor-line. | |
8061 (tar-mode-write-file): Write without code conversion. | |
8062 | |
8063 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8064 | |
8065 * nngateway.el: Require cl. | |
8066 | |
8067 1998-11-15 Dave Love <fx@gnu.org> | |
8068 | |
8069 * progmodes/fortran.el: Fix previous change: | |
8070 (fortran-end-prog-re1): Changed. | |
8071 (fortran-check-end-prog-re): New function. | |
8072 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it. | |
8073 | |
8074 1998-11-13 Tom Breton <tob@world.std.com> | |
8075 | |
8076 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of | |
8077 GNU Emacs. | |
8078 | |
8079 1998-11-13 Carsten Dominik <cd@delysid.gnu.org> | |
8080 | |
8081 * textmodes/reftex.el: (reftex-finding-files): Group documentation | |
8082 fixed. | |
8083 (reftex-toc-toggle-file-boundary, | |
8084 reftex-toc-toggle-labels, | |
8085 reftex-toc-toggle-context,reftex-find-start-point): New functions. | |
8086 (reftex-toc-include-labels, reftex-toc-include-context, | |
8087 reftex-toc-include-file-boundaries, | |
8088 reftex-toc-keep-other-windows): New options. | |
8089 (reftex-use-text-after-label-as-context): Option removed. | |
8090 (reftex-extract-bib-entries): Protect use in non-latex | |
8091 buffers. | |
8092 (reftex-toc-visit-location): Renamed from | |
8093 `reftex-toc-visit-line'. | |
8094 (reftex-latin1-to-ascii): Works now with and without Mule. | |
8095 (reftex-truncate): Removed special stuff for Emacs 20.2. | |
8096 (reftex-get-offset): Made more general. | |
8097 (reftex-show-label-location): Renamed from | |
8098 `reftex-select-label-callback'. | |
8099 (reftex-pop-to-label): Function removed (using | |
8100 `reftex-show-label-location' instead. | |
8101 (reftex-insert-docstruct): Renamed from | |
8102 `reftex-make-and-insert-label-list'. Function args changed. | |
8103 (reftex-toc): Now uses `reftex-insert-docstruct' and | |
8104 `reftex-find-start-point'. | |
8105 (reftex-select-item): Use `reftex-find-start-point'. | |
8106 (reftex-toc-visit-line): Can display labels and file | |
8107 boundaries. | |
8108 (reftex-TeX-master-file): `(TeX-master-file)' protected. | |
8109 | |
8110 1998-11-12 Sam Steingold <sds@goems.com> | |
8111 | |
8112 * browse-url.el (browse-url): Handle the case when | |
8113 `browse-url-browser-function' is a lambda list. | |
8114 | |
8115 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org> | |
8116 | |
8117 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the | |
8118 version string. | |
8119 * loadhist.el (symbol-file): Likewise | |
8120 | |
8121 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM> | |
8122 | |
8123 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling. | |
8124 | |
8125 1998-11-11 Sam Steingold <sds@goems.com> | |
8126 | |
8127 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call | |
8128 `run-lisp' instead of signalling an error. | |
8129 | |
8130 1998-11-11 Karl Heuer <kwzh@gnu.org> | |
8131 | |
8132 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change. | |
8133 | |
8134 1998-11-11 Richard Stallman <rms@gnu.org> | |
8135 | |
8136 * vc-hooks.el (vc-toggle-read-only): Doc fix. | |
8137 | |
8138 1998-11-11 Per Starback <starback@update.uu.se> | |
8139 | |
8140 * ispell.el: (ispell-dictionary-alist-2): Removed svenska, | |
8141 renamed svenska8 to svenska, and fixed and extended CASECHARS | |
8142 for it. | |
8143 | |
8144 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org> | |
8145 | |
8146 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode | |
8147 handling if setpagedevice is not available. | |
8148 (ps-begin-file): Fix typo. | |
8149 | |
8150 1998-11-11 Kenichi Handa <handa@etl.go.jp> | |
8151 | |
8152 * international/mule-util.el (compose-chars-component): Signal | |
8153 error if CH is a rule-based composition character. | |
8154 (compose-chars): Signal error if an already compsed character is | |
8155 going to be composed by rule-base. | |
8156 | |
8157 * term/x-win.el: If a resolved ASCII font name doesn't conform to | |
8158 full XLFD, don't try to get information of WEIGHT and SLANT from | |
8159 that font name. | |
8160 | |
8161 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk> | |
8162 | |
8163 * dos-w32.el (set-default-process-coding-system): Use function on | |
8164 before-init-hook to set default-process-coding-system based on | |
8165 enable-multibyte-characters. | |
8166 | |
8167 * term/w32-win.el ([language-change]): For now ignore | |
8168 keyboard language-change events. | |
8169 | |
8170 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
8171 | |
8172 * ediff-util.el (ediff-make-temp-file): Run the prefix through | |
8173 convert-standard-file-name, but leave the results of | |
8174 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2 | |
8175 characters if the original name already exists, or has a special | |
8176 handler. | |
8177 | |
8178 1998-11-10 Karl Heuer <kwzh@gnu.org> | |
8179 | |
8180 * international/iso-insert.el: Delete autoload cookies. | |
8181 | |
8182 * international/iso-transl.el: Add autoload cookies. | |
8183 | |
8184 1998-11-10 Richard Stallman <rms@gnu.org> | |
8185 | |
8186 * ispell.el (ispell-get-coding-system): Default to iso-latin-1. | |
8187 (ispell-process-line): Don't treat multibyte | |
8188 | |
8189 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk> | |
8190 | |
8191 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call | |
8192 setpagedevice to specify the page size if setpagedevice is | |
8193 available. This is necessary to select the correct paper tray on | |
8194 Level 2 printers with multiple paper sizes available. | |
8195 | |
8196 (ps-begin-file): Cope with font names that contain spaces, and | |
8197 call BeginDoc in a BeginSetup/EndSetup block. | |
8198 | |
8199 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org> | |
8200 | |
8201 * loadup.el (buffer-undo-list): Run fns-VERSION.el through | |
8202 convert-standard-filename. | |
8203 | |
8204 * loadhist.el (symbol-file): Run fns-VERSION.el through | |
8205 convert-standard-filename. | |
8206 | |
8207 1998-11-06 Richard Stallman <rms@gnu.org> | |
8208 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8209 * textmodes/texinfmt.el (texinfo-format-scan): |
25837 | 8210 Detect the case of two @-commands in a row; process just the first. |
8211 (texinfo-append-refill): If line has a @c, insert the @refill | |
8212 before it. | |
8213 (texinfo-format-refill): Return with point where the @refill was. | |
8214 | |
8215 * files.el (hack-local-variables): Test local-enable-local-variables. | |
8216 (hack-local-variables-prop-line): Likewise. | |
8217 (set-auto-mode): Don't test local-enable-local-variables here. | |
8218 (enable-local-variables): Doc fix. | |
8219 (local-enable-local-variables): Doc fix. | |
8220 (normal-mode): Doc fix. | |
8221 | |
8222 1998-11-06 Karl Heuer <kwzh@gnu.org> | |
8223 | |
8224 * emacs-lisp/find-func.el (find-variable-noselect): Autoload. | |
8225 | |
8226 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM> | |
8227 | |
8228 * simple.el (line-number-mode): Doc fix. | |
8229 | |
8230 1998-11-06 Kenichi Handa <handa@etl.go.jp> | |
8231 | |
8232 * international/fontset.el (create-fontset-from-fontset-spec): | |
8233 Give correct arg to `error'. | |
8234 | |
8235 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org> | |
8236 | |
8237 * textmodes/sgml-mode.el (html-mode): Doc fix. | |
8238 (sgml-name-8bit-mode): Fix missing format character in message string. | |
8239 | |
8240 1998-11-05 Karl Heuer <kwzh@gnu.org> | |
8241 | |
8242 * mail/sendmail.el (sendmail-send-it): Check for failure. | |
8243 | |
8244 1998-11-05 Richard Stallman <rms@gnu.org> | |
8245 | |
8246 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6. | |
8247 | |
8248 * rect.el (delete-whitespace-rectangle): close-rectangle renamed. | |
8249 (close-rectangle): Define as alias. | |
8250 | |
8251 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu> | |
8252 | |
8253 * textmodes/tex-mode.el (tex-start-shell): Track directory changes. | |
8254 | |
8255 1998-11-05 Dave Love <fx@gnu.org> | |
8256 | |
8257 * help.el (describe-variable): Don't quote link to source. | |
8258 | |
8259 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu> | |
8260 | |
8261 * gud.el (gud-common-init): Use pop-to-buffer. | |
8262 (same-window-regexps): Add an element that matches all gud buffers. | |
8263 | |
8264 1998-11-04 Jason Rumney <jasonr@altavista.net> | |
8265 | |
8266 * term/w32-win.el (x-get-selection-value): Alias to | |
8267 x-cut-buffer-or-selection-value. | |
8268 (w32-standard-fontset-spec): New variable. | |
8269 (w32-create-initial-fontsets, mouse-set-font): Check whether | |
8270 new-fontset is available. | |
8271 (w32-use-w32-font-dialog): Enable use of set-variable. | |
8272 | |
8273 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
8274 | |
8275 * vc.el (with-vc-file, edit-vc-file): New macros. | |
8276 | |
8277 1998-11-04 Kenichi Handa <handa@etl.go.jp> | |
8278 | |
8279 * international/quail.el (quail-show-guidance-buf): Call | |
8280 set-minibuffer-window to set minibuffer window of the current | |
8281 frame correctly. | |
8282 | |
8283 1998-11-03 Theodore Jump <tjump@tertius.com> | |
8284 | |
8285 * term/w32-win.el: Require fontset. | |
8286 | |
8287 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org> | |
8288 | |
8289 * faces.el (set-face-font): Call resolve-fontset-name on w32. | |
8290 (set-face-font-auto): Ditto. | |
8291 | |
8292 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org> | |
8293 | |
8294 * mouse.el (mouse-drag-region): Fix typo. | |
8295 | |
8296 1998-11-02 Dave Love <fx@gnu.org> | |
8297 | |
8298 * progmodes/fortran.el Fix for fontification of strings lost somehow: | |
8299 (fortran-fontify-string): New function. | |
8300 (fortran-font-lock-keywords-1): Use it. | |
8301 | |
8302 1998-11-02 Markus Rost <rost@delysid.gnu.org> | |
8303 | |
8304 * comint.el (comint-file-name-quote-list): Doc fix. | |
8305 | |
8306 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8307 | |
8308 * loadup.el (buffer-undo-list): Write fns-VERSION.el into | |
8309 build directory, not source directory. | |
8310 | |
8311 * mouse.el (mouse-drag-region): Fake up a mouse-motion event | |
8312 if we did not get one for the final move. | |
8313 | |
8314 1998-11-01 Dave Love <fx@gnu.org> | |
8315 | |
8316 * goto-addr.el (goto-address-at-point, goto-address-at-mouse): | |
8317 Don't funcall browse-url-browser-function. | |
8318 | |
8319 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url): | |
8320 Don't funcall browse-url-browser-function. | |
8321 | |
8322 * fortran.el (fortran-end-prog-re1): Fix the regexp. | |
8323 | |
8324 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8325 | |
8326 * files.el (revert-buffer): Doc fix. | |
8327 | |
8328 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8329 | |
8330 * textmodes/tex-mode.el (tex-start-options-string): | |
8331 Quote the backslashes with more backslashes. | |
8332 | |
8333 1998-10-31 Dave Love <fx@gnu.org> | |
8334 | |
8335 * webjump.el (webjump-sample-sites): Fix Lisp archive site. | |
8336 (webjump): Don't funcall browse-url-browser-function. | |
8337 | |
8338 1998-10-30 Kenichi Handa <handa@etl.go.jp> | |
8339 | |
8340 * international/quail.el (quail-start-translation): Handle | |
8341 switching of the frame in read-key-sequence. | |
8342 (quail-start-conversion): Likewise. | |
8343 (quail-show-guidance-buf): Detach quail-guidance-buf from any | |
8344 windows before setting an appropriate window for it. | |
8345 (quail-hide-guidance-buf): Use window-minibuffer-p. Set | |
8346 quail-guidance-win to nil. | |
8347 (quail-update-guidance): If quail-guidance-buf is not in the | |
8348 selected frame, call quail-show-guidance-buf again. | |
8349 | |
8350 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no> | |
8351 | |
8352 * progmodes/pascal.el (pascal-mode): | |
8353 `blink-matching-paren-dont-ignore-comments' set to t. | |
8354 | |
8355 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8356 | |
8357 * calendar/cal-menu.el (cal-menu-update): Fix menu wording. | |
8358 | |
8359 1998-10-30 Dave Love <fx@gnu.org> | |
8360 | |
8361 * vc.el (vc-backend-merge-news): Check for "P" output. | |
8362 | |
8363 * help.el (describe-variable): Hyperlink the definition. | |
8364 | |
8365 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org> | |
8366 | |
8367 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp. | |
8368 (sh-set-shell): Likewise. | |
8369 | |
8370 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected. | |
8371 | |
8372 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type. | |
8373 (edebug-on-error): Fix customize type to match that of | |
8374 debug-on-error. | |
8375 | |
8376 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type. | |
8377 | |
8378 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use | |
8379 report-emacs-bug-address instead of undefined bug-gnu-emacs. | |
8380 | |
8381 * international/mule-cmds.el (select-message-coding-system): Doc | |
8382 fix. | |
8383 | |
8384 * international/mule-diag.el (describe-coding-system): Describe | |
8385 all flags. | |
8386 | |
8387 * mail/sendmail.el (sendmail-coding-system, | |
8388 default-sendmail-coding-system): Doc fix. | |
8389 | |
8390 * simple.el (shell-command-on-region): Doc fix. | |
8391 | |
8392 * loadup.el: Write fns-*.el in current directory instead of | |
8393 data-directory since no installation directory exists yet. Mark | |
8394 buffer unmodified afterwards. | |
8395 | |
8396 * loadhist.el (symbol-file): Load fns-*.el from exec-directory | |
8397 instead of data-directory since it is architecture dependent. | |
8398 (load-history-loaded): Update doc string. | |
8399 | |
8400 1998-10-29 Geoff Voelker <voelker@cs.washington.edu> | |
8401 | |
8402 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC | |
8403 path as a default directory when canonicalizing names. | |
8404 | |
8405 * w32-fns.el: Remove a dangling reference to a directory on the | |
8406 build machine. | |
8407 | |
8408 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8409 | |
8410 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and | |
8411 namespace related keywords such as `class', `body', `private', | |
8412 `variable', `namespace eval', etc. | |
8413 (tcl-imenu-generic-expression): Handle itcl body and class definitions. | |
8414 (tcl-mode): Added ":" as a word constituent to the syntax-alist of | |
8415 imenu and font-lock so that searches for \sw would find words | |
8416 containing colons. | |
8417 | |
8418 * progmodes/etags.el (initialize-new-tags-table): | |
8419 Do not alter find-tag-marker-ring and tags-location-ring. | |
8420 | |
8421 1998-10-27 Geoff Voelker <voelker@cs.washington.edu> | |
8422 | |
8423 * term/w32-win.el: Require fontset. | |
8424 (w32-init-fontsets): New function (code from x-win.el). | |
8425 | |
8426 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8427 | |
8428 * cal-x.el (diary-frame-parameters, calendar-frame-parameters, | |
8429 calendar-and-diary-frame-parameters): Add title parameter. | |
8430 | |
8431 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8432 | |
8433 * completion.el (dynamic-completion-mode): New function to enable | |
8434 the mode. (Just loading the file now does not change anything.) | |
8435 | |
8436 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
8437 | |
8438 * ps-print.el: User option for multibyte buffer handling and doc fix. | |
8439 (ps-multibyte-buffer): New user option. | |
8440 (ps-setup): Print new user option. | |
8441 (ps-print-quote): New fun. | |
8442 (ps-color-p, ps-mule-font-info-database-latin): New var. | |
8443 (ps-default-color, ps-mule-font-info-database) | |
8444 (ps-mule-font-info-database-ps-bdf): Adjust initialization. | |
8445 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file) | |
8446 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate): | |
8447 Little code improvement. | |
8448 (ps-mule-initialize): Initialize ps-mule-font-info-database. | |
8449 (ps-print-prologue-header, ps-font-family, ps-font-size) | |
8450 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size) | |
8451 (ps-build-face-reference, ps-mule-font-info-database-bdf) | |
8452 (ps-mule-external-libraries, ps-mule-init-external-library) | |
8453 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string): | |
8454 Doc fix. | |
8455 (ps-print-version): New version number (4.1.1) and doc fix. | |
8456 (ps-print-prologue-header): New user option. | |
8457 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter): | |
8458 Conditional compilation for GNU Emacs and emacsens. | |
8459 (ps-generate-postscript-with-faces): Skip invisible text better. | |
8460 (ps-setup): Print new user option. | |
8461 (ps-print-preprint): Check if input file name exists and is unwritable. | |
8462 (ps-begin-file): Adjust PostScript prologue header for duplex printers | |
8463 and insert user PostScript prologue header comments. | |
8464 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding): | |
8465 New funs. | |
8466 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated. | |
8467 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue): | |
8468 PostScript programming normalization. | |
8469 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font) | |
8470 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string) | |
8471 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar) | |
8472 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font) | |
8473 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool): | |
8474 Programming style normalization. | |
8475 | |
8476 1998-10-26 Kenichi Handa <handa@etl.go.jp> | |
8477 | |
8478 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
8479 version, check the value of mule-version. | |
8480 | |
8481 * international/mule-util.el (compose-region): Insert then delete | |
8482 to preserve markers. | |
8483 (decompose-region): Use search-forward for efficiency. | |
8484 | |
8485 * language/chinese.el (pre-write-encode-hz): Cancel previous | |
8486 change, use generate-new-buffer instead of get-buffer-create. | |
8487 * language/devan-util.el | |
8488 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
8489 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
8490 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
8491 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
8492 | |
8493 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8494 | |
8495 * mail/rmailsum.el (rmail-message-subject-p): | |
8496 Handle message whose header has not been reformatted. | |
8497 | |
8498 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir. | |
8499 | |
8500 1998-10-25 Jason Rumney <jasonr@altavista.net> | |
8501 | |
8502 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist): | |
8503 New variables. | |
8504 (mouse-set-font): Use font menus instead of dialog according to | |
8505 w32-use-w32-font-dialog. | |
8506 | |
8507 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8508 | |
8509 * calendar/calendar.el (calendar-day-name-array): Add doc string | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8510 correctly! |
25837 | 8511 (calendar-month-name-array): Add doc string correctly! |
8512 | |
8513 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8514 | |
8515 * net-utils.el (whois-get-tld): Rewrite not to use `do'. | |
8516 | |
8517 1998-10-21 Markus Rost <rost@delysid.gnu.org> | |
8518 | |
8519 * lisp/info.el (Info-next-menu-item): Stay on top of node. | |
8520 | |
8521 * mail/rmailout.el (rmail-output): Insert newline only if necessary. | |
8522 | |
8523 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case. | |
8524 | |
8525 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines. | |
8526 | |
8527 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org> | |
8528 | |
8529 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*". | |
8530 | |
8531 1998-10-21 Karl Heuer <kwzh@gnu.org> | |
8532 | |
8533 * emacs-lisp/profile.el (profile-timer-program): Var deleted. | |
8534 (profile-timer-process, profile-temp-result-, profile-time): Likewise. | |
8535 (profile-filter, profile-reset-timer): Functions deleted. | |
8536 (profile-check-zero-init-times, profile-get-time): Likewise. | |
8537 (profile-find-function, profile-quit): Likewise. | |
8538 (profile-distinct, profile-call-stack, profile-last-time): New vars. | |
8539 (profile-time-list, profile-init-list): Doc fix. | |
8540 (profile-functions): Simplify. | |
8541 (profile-print): Use float. Make output include space separators. | |
8542 (profile-add-time): New helper function. | |
8543 (profile-function-prolog): Renamed from profile-start-function. | |
8544 Handle profile-distinct. | |
8545 (profile-function-epilog): Renamed from profile-update-function. | |
8546 Handle profile-distinct. | |
8547 (profile-a-function): If the function to be profiled is an | |
8548 autoload form, load it. If it's lazy-loaded, fetch it. | |
8549 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it. | |
8550 (profile-restore-fun): Arg FUN is now a function symbol, as was | |
8551 documented, rather than a one-element list. | |
8552 (profile-finish): Call profile-restore-fun properly. | |
8553 | |
8554 1998-10-21 Kenichi Handa <handa@etl.go.jp> | |
8555 | |
8556 * international/characters.el: Setup charset property | |
8557 nospace-between-words. | |
8558 | |
8559 * international/mule-cmds.el (get-charset-property): If CHARSET is | |
8560 composition, return nil. | |
8561 (put-charset-property): If CHARSET is composition, do nothing. | |
8562 | |
8563 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer. | |
8564 * language/devan-util.el | |
8565 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
8566 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
8567 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
8568 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
8569 | |
8570 * textmodes/fill.el (sentence-end-without-period): New variable. | |
8571 (canonically-space-region): Pay attention to | |
8572 sentence-end-without-period. | |
8573 (fill-find-break-point): The first argument CHARSET deleted. | |
8574 Caller changed. | |
8575 (fill-region-as-paragraph): Pay attention to charset property | |
8576 nospace-between-words and text property nospace-between-words. | |
8577 | |
8578 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8579 | |
8580 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for | |
8581 an unrecognized shell. | |
8582 | |
8583 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org> | |
8584 | |
8585 * desktop.el (desktop-save): Include minor modes symbolically. | |
8586 (desktop-create-buffer): Turn on all minor modes in `mim'. | |
8587 | |
8588 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8589 | |
8590 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files. | |
8591 (sh-font-lock-keywords): Handle rpm and rpm2. | |
8592 (sh-ancestor-alist): Handle rpm. | |
8593 | |
8594 * files.el (auto-mode-alist): Recognize .rpm files. | |
8595 Also .spec and .mspec files. | |
8596 | |
8597 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
8598 | |
8599 * faces.el (frame-set-background-mode): Enable the function for | |
8600 MSDOS frames. | |
8601 | |
8602 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8603 | |
8604 * calendar/calendar.el (calendar-day-name-array): Add doc string. | |
8605 (calendar-month-name-array): Add doc string. | |
8606 | |
8607 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8608 | |
8609 * simple.el (kill-ring-max): Increased to 60. | |
8610 | |
8611 1998-10-17 Kenichi Handa <handa@etl.go.jp> | |
8612 | |
8613 * international/characters.el: Setup auto-fill-chars. | |
8614 | |
8615 * international/kinsoku.el (kinsoku): Check the variable | |
8616 enable-kinsoku. | |
8617 | |
8618 * simple.el (do-auto-fill): Don't check kinsoku-enable here. | |
8619 Don't call kinsoku directly, intead call fill-find-break-point. | |
8620 | |
8621 * textmodes/fill.el: Setup `fill-find-break-point-function' | |
8622 property to character sets which require `kinsoku' processing for | |
8623 filling. | |
8624 (fill-find-break-point): New function. | |
8625 (fill-region-as-paragraph): Don't check kinsoku-enable here. | |
8626 Don't call kinsoku directly, intead call fill-find-break-point. | |
8627 | |
8628 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8629 | |
8630 * faces.el (modify-face-read-string): Return (nil) for "none". | |
8631 (modify-face): Don't get error if (nil) is the argument. | |
8632 (face-try-color-list): Don't check whether nil is a valid color. | |
8633 | |
8634 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8635 | |
8636 * emacs-lisp/bytecomp.el (byte-recompile-directory): | |
8637 Print message about each directory, even in batch mode. | |
8638 | |
8639 * gnus/nntp.el: Require `cl' before using nnoo-declare. | |
8640 | |
8641 * ps-print.el (ps-mule-chars-in-string): No need to use sref. | |
8642 (ps-mule-string-char): No need to use sref. | |
8643 (ps-mule-next-index): No need to use sref. | |
8644 | |
8645 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved. | |
8646 | |
8647 * files.el (revert-buffer-internal-hook): Add defvar. | |
8648 | |
8649 * arc-mode.el (archive-mode): Locally set file-precious-flag. | |
8650 | |
8651 * tar-mode.el (tar-mode): Locally set file-precious-flag. | |
8652 | |
8653 1998-10-16 Markus Rost <rost@delysid.gnu.org> | |
8654 | |
8655 * international/mule-cmds.el (default-input-method): Fix custom type. | |
8656 | |
8657 * net-utils.el (whois-server-list): Fix customization type. | |
8658 | |
8659 * shell.el (shell-input-autoexpand): Fix customization group. | |
8660 | |
8661 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8662 | |
8663 * repeat.el (repeat): Handle keyboard macros properly. | |
8664 Handle new prefix arg after self-insert command. | |
8665 | |
8666 * repeat.el: Don't include cl even at compile time. | |
8667 (repeat): Avoid using `loop'. | |
8668 | |
8669 * simple.el (shell-command-on-region): Doc fix. | |
8670 (next-history-element): Special error message if no default. | |
8671 | |
8672 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8673 | |
8674 * ps-print.el (ps-print-buffer): Doc fix. | |
8675 (ps-despool): Likewise. | |
8676 | |
8677 * arc-mode.el (arc-mode): Provide arc-mode. | |
8678 | |
8679 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8680 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8681 * ps-print.el (ps-print-buffer): Doc fix. |
25837 | 8682 |
8683 1998-10-14 Dave Love <fx@gnu.org> | |
8684 | |
8685 * ange-ftp.el (ange-ftp-read-passwd): Function deleted. | |
8686 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd. | |
8687 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise. | |
8688 | |
8689 * progmodes/fortran.el (fortran-mode-map): Change "Join | |
8690 Continuation Line" to "Join Line". | |
8691 (fortran-font-lock-keywords-1): Add "cycle", "exit". | |
8692 | |
8693 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
8694 | |
8695 * progmodes/fortran.el (fortran-join-line): Use | |
8696 `delete-indentation' instead of issuing an error message if not on | |
8697 a continuation line. Provide for joining several lines using | |
8698 prefix arg. | |
8699 | |
8700 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org> | |
8701 | |
8702 * term/pc-win.el (msdos-color-values): New variable. | |
8703 (x-color-values): New function, emulates its namesake from | |
8704 src/xfns.c. | |
8705 (msdos-bg-mode): Add all dark colors to those which return | |
8706 "dark". | |
8707 | |
8708 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8709 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8710 * replace.el (keep-lines, flush-lines, how-many): |
25837 | 8711 Don't ignore case if arg has upper case letters. |
8712 | |
8713 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch> | |
8714 | |
8715 * progmodes/vhdl-mode.el | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
8716 (vhdl-add-index-menu): Reverse order in imenu-generic-expression. |
25837 | 8717 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec) |
8718 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map) | |
8719 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop) | |
8720 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo). | |
8721 (vhdl-when): Fix indentation problem. | |
8722 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev. | |
8723 (vhdl-get-port, vhdl-get-generic): Bug fix in template. | |
8724 (vhdl-hooked-abbrev): Bug fix in hooked abbrev. | |
8725 | |
8726 1998-10-13 Geoff Voelker <voelker@cs.washington.edu> | |
8727 | |
8728 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable. | |
8729 (ls-lisp-insert-directory): Renamed from insert-directory. | |
8730 (insert-directory): New function. | |
8731 | |
8732 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8733 | |
8734 * simple.el (completion-fixup-function): Variable deleted. | |
8735 (completion-setup-function): Delete code for completion-fixup-function. | |
8736 * emacs-lisp/lisp.el (lisp-complete-symbol): | |
8737 Don't bind completion-fixup-function. | |
8738 | |
8739 * files.el (find-file-wildcards): New option. | |
8740 (find-file-noselect): Handle wild cards, if enabled. | |
8741 (file-expand-wildcards): New function. | |
8742 | |
8743 * simple.el (set-fill-column): Doc fix. | |
8744 | |
8745 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
8746 | |
8747 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search. | |
8748 | |
8749 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org> | |
8750 | |
8751 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only): | |
8752 Move declaration before first use. | |
8753 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr, | |
8754 hif-math, hif-factor): Rename token to hif-token and token-list to | |
8755 hif-token-list. | |
8756 (hif-token, hif-token-list): Declare them. | |
8757 (hif-find-ifdef-block): Return cons of top and bottom point | |
8758 instead of setting dynamically bound variables. | |
8759 (hide-ifdef-block, show-ifdef-block): Use return value of | |
8760 hif-find-ifdef-block. | |
8761 | |
8762 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8763 | |
8764 * subr.el (read-passwd): Use clear-this-command-keys. | |
8765 | |
8766 * telnet.el (telnet-initial-filter): Use clear-this-command-keys. | |
8767 | |
8768 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read | |
8769 and ...-for-write. | |
8770 | |
8771 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk> | |
8772 | |
8773 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected | |
8774 responses to GROUP command, since this may be called from a timer | |
8775 with quit inhibited. | |
8776 | |
8777 1998-10-12 Kenichi Handa <handa@etl.go.jp> | |
8778 | |
8779 * international/ccl.el (ccl-compile-if): If there's no false-cmds, | |
8780 set unconditional-jump to nil. | |
8781 (ccl-compile-read-multibyte-character): Return nil. | |
8782 (ccl-compile-write-multibyte-character): Likewise. | |
8783 (ccl-compile-translate-character): Likewise | |
8784 (ccl-compile-map-multiple): Likewise. | |
8785 (ccl-compile-map-single): Likewise. | |
8786 | |
8787 * international/kinsoku.el: Add coding tag. | |
8788 (kinsoku-bol): Remove superfluous TAB in a string. | |
8789 | |
8790 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
8791 Delete `composition' (if any) from CHARSETS. | |
8792 | |
8793 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8794 | |
8795 * international/mule-cmds.el (setup-specified-language-environment): | |
8796 Add apropos-inhibit property. | |
8797 (describe-specified-language-support): Likewise. | |
8798 | |
8799 1998-10-11 Kenichi HANDA <handa@etl.go.jp> | |
8800 | |
8801 * international/mule.el (make-coding-system): Create -with-esc | |
8802 variant coding system. | |
8803 | |
8804 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
8805 | |
8806 * progmodes/etags.el (tags-loop-revert-buffers): New variable. | |
8807 (next-file): Optionally offer to revert a file's buffer, | |
8808 if it has an existing buffer but the file has changed. | |
8809 | |
8810 * info.el (Info-insert-dir): Detect and report problems | |
8811 in input files, such as "No Top node". Return with point | |
8812 at the beginning of the text. | |
8813 (Info-find-node): Reinsert the code to handle files | |
8814 with no tags table; it was deleted by mistake. | |
8815 | |
8816 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
8817 | |
8818 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let | |
8819 texinfo-find-higher-level-node repeatedly find the same node. | |
8820 (texinfo-find-higher-level-node): Doc fix. | |
8821 | |
8822 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8823 | |
8824 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string. | |
8825 (smtpmail-address-buffer): Add defvar. | |
8826 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise. | |
8827 | |
8828 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved. | |
8829 | |
8830 * ffap.el (ffap-machine-p-local): Fix editing error. | |
8831 | |
8832 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8833 | |
8834 * faces.el (frame-set-background-mode): | |
8835 Don't do anythung for text-only or MSDOS frame. | |
8836 | |
8837 1998-10-08 Kenichi Handa <handa@etl.go.jp> | |
8838 | |
8839 * international/quail.el (quail-defrule): New optional arg APPEND. | |
8840 (quail-defrule-internal): Fix bug of handling the argument APPEND. | |
8841 | |
8842 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8843 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8844 * gnus/pop3.el (pop3-open-server): |
25837 | 8845 Set process-coding-system-alist around open-network-stream. |
8846 | |
8847 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8848 | |
8849 * files.el (save-buffer): Doc fix. | |
8850 | |
8851 1998-10-07 Karl Heuer <kwzh@gnu.org> | |
8852 | |
8853 * emacs-lisp/profile.el (profile-fix-fun): If already profiled, | |
8854 return DEF unchanged, not nil. Simplify. | |
8855 | |
8856 1998-10-06 Geoff Voelker <voelker@cs.washington.edu> | |
8857 | |
8858 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp. | |
8859 | |
8860 1998-10-06 Peter Breton <pbreton@ne.mediaone.net> | |
8861 | |
8862 * generic.el (generic-mode-with-type): Added hooks for generic-modes. | |
8863 | |
8864 * net-utils.el (ftp, nslookup): Require comint. | |
8865 (network-service-connection): Likewise. | |
8866 (whois-server-name): Defaults to whois.arin.net | |
8867 (whois-server-list, whois-server-tld, whois-guess-server): New var. | |
8868 (whois): Tries to guess the appropriate top-level domain server. | |
8869 (whois-get-tld): New function. | |
8870 | |
8871 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs. | |
8872 (dirtrack-debug-toggle): Added this function. | |
8873 | |
8874 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8875 | |
8876 * files.el (find-file-noselect): Switch to the correct buffer | |
8877 before checking find-file-literally, and allow non-nil non-t | |
8878 rawfile params. | |
8879 | |
8880 1998-10-06 Karl Heuer <kwzh@gnu.org> | |
8881 | |
8882 * midnight.el (clean-buffer-list): Add autoload cookie. | |
8883 | |
8884 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from | |
8885 no-autosave. | |
8886 * tar-mode.el (tar-mode-revert): Likewise. | |
8887 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed | |
8888 from ediff-arrange-autosave-in-merge-jobs. Callers changed. | |
8889 * gnus/message.el (message-auto-save-directory): Renamed from | |
8890 message-autosave-directory. All references changed. | |
8891 | |
8892 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
8893 | |
8894 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary | |
8895 string. Expose mime stuff while searching. | |
8896 | |
8897 1998-10-06 Richard Stallman <rms@gnu.org> | |
8898 | |
8899 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result. | |
8900 | |
8901 * replace.el (perform-replace): Position point properly | |
8902 before and after the recursive edit of C-r. | |
8903 | |
8904 * progmodes/etags.el (tags-reset-tags-tables): Properly | |
8905 find the markers in the old rings that are being discarded. | |
8906 | |
8907 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
8908 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
8909 * apropos.el (apropos-print): Control invalid characters. |
25837 | 8910 |
8911 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X): | |
8912 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid | |
8913 confusing customize. | |
8914 | |
8915 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org> | |
8916 | |
8917 * generic-x.el (bat-generic-mode): Fix regexps for keywords and | |
8918 built-in commands. Add more built-in commands and fix face names. | |
8919 | |
8920 1998-10-05 Simon Marshall <simon@gnu.org> | |
8921 | |
8922 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar. | |
8923 | |
8924 1998-10-04 Eric Ludlam <zappo@gnu.org> | |
8925 | |
8926 * speedbar.el (speedbar-initial-expansion-list-name): Remove | |
8927 customization since it is not useful in this case. | |
8928 (speedbar-frame-mode): Check if cfx or cfy is a list, and make | |
8929 sure it gets evalled to a number. Also verify that set-frame-name | |
8930 fn exists before calling it. | |
8931 | |
8932 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine): | |
8933 Protect a `forward-sexp' call which could fail, and improved regex | |
8934 for ie, and eg abbreviations. | |
8935 | |
8936 1998-10-02 Noah Friedman <friedman@splode.com> | |
8937 | |
8938 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not | |
8939 send-string. | |
8940 (rlogin-send-Ctrl-D): Here also. | |
8941 (rlogin-send-Ctrl-Z): Here also. | |
8942 (rlogin-send-Ctrl-backslash): Here also. | |
8943 | |
8944 1998-10-02 Dave Love <fx@gnu.org> | |
8945 | |
8946 * outline.el (hide-region-body): Bind | |
8947 outline-view-change-hook to nil while making repeated calls to | |
8948 outline-flag-region. Run it once at the end. | |
8949 (hide-other, hide-sublevels, show-children): Likewise. | |
8950 | |
8951 * info-look.el: Remove duplicate scheme-mode entry. | |
8952 (info-lookup-make-completions): When looking for entries, check | |
8953 that `item' isn't null or "Menu". | |
8954 | |
8955 1998-10-01 Karl Heuer <kwzh@gnu.org> | |
8956 | |
8957 * net-utils.el: Don't require ffap. | |
8958 (net-utils-machine-at-point, net-utils-url-at-point): New functions. | |
8959 (ping, nslookup-host, finger, network-connection-to-service): Use them. | |
8960 | |
8961 1998-09-30 Richard Stallman <rms@gnu.org> | |
8962 | |
8963 * ispell.el (check-ispell-version): No need to bind default-major-mode. | |
8964 | |
8965 * imenu.el (imenu--generic-function): Sort each submenu by position. | |
8966 (imenu--sort-by-position): New function. | |
8967 | |
8968 * cus-edit.el (Custom-mode-menu): Fix info node name. | |
8969 (customize group): Fix info node name. | |
8970 | |
8971 * mail/mailalias.el (build-mail-aliases): Don't allow | |
8972 a newline in the alias name. Don't define an alias | |
8973 if the definition would be empty. | |
8974 | |
8975 * which-func.el (which-func-mode-global): Make :set function | |
8976 more reliable. | |
8977 | |
8978 * custom.el (custom-set-variables): Load the requests first, | |
8979 then check the symbol's `set' function. | |
8980 | |
8981 * ffap.el: Doc fixes. | |
8982 | |
8983 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
8984 | |
8985 * gnus.el: (gnus-valid-select-methods): Fix type. | |
8986 * gnus-sum.el (gnus-summary-respool-default-method): Fix type. | |
8987 * gnus-score.el (gnus-orphan-score): Fix type. | |
8988 (gnus-score-default-header, gnus-score-default-type): Fix type. | |
8989 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type. | |
8990 (gnus-saved-headers): Fix type. | |
8991 | |
8992 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix): | |
8993 Avoid nil value of `two-lines-citation-part'. | |
8994 | |
8995 1998-09-30 Roman Belenov <roman@nstl.nnov.ru> | |
8996 | |
8997 * which-func.el (which-function): Handle case when | |
8998 (car imenu--index-alist) is nil. | |
8999 | |
9000 1998-09-29 Dave Love <fx@gnu.org> | |
9001 | |
9002 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from | |
9003 bzip2 args. | |
9004 | |
9005 1998-09-29 Simon Marshall <simon@gnu.org> | |
9006 | |
9007 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and | |
9008 comint-exec-hook. | |
9009 | |
9010 1998-09-29 Stephen Eglen <stephen@gnu.org> | |
9011 | |
9012 * info-look.el: Add support for Octave. | |
9013 | |
9014 1998-09-28 Carsten Dominik <cd@delysid.gnu.org> | |
9015 | |
9016 * textmodes/reftex.el (reftex-finding-files): New customize group. | |
9017 (reftex-texpath-environment-variables, | |
9018 reftex-use-external-file-finders, reftex-external-file-finders, | |
9019 reftex-search-unrecursed-path-first): New options. | |
9020 (reftex-process-string, reftex-find-file-externally): New | |
9021 functions. | |
9022 (reftex-access-search-path): Execute shell commands to find the | |
9023 search path. | |
9024 (reftex-toggle-auto-view-crossref): When turning on, make sure | |
9025 `reftex-auto-view-crossref' becomes non-nil. | |
9026 (reftex-abbrev-regexp): Constant removed. | |
9027 (reftex-convert-string): Abbrev regexp calculated locally. | |
9028 | |
9029 1998-09-28 Dave Love <fx@gnu.org> | |
9030 | |
9031 * progmodes/fortran.el: Don't call regexp-opt when deriving | |
9032 font-lock patterns with keywords that aren't all literal. | |
9033 | |
9034 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
9035 | |
9036 * octave-inf.el (inferior-octave-prompt): Also match prompts of | |
9037 the form `octave.bin:1>' which come from using precopiled binary | |
9038 versions. | |
9039 | |
9040 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
9041 | |
9042 * help.el (help-for-help): Use %THIS-KEY%. | |
9043 (help-quit): Add doc. | |
9044 | |
9045 * help-macro.el (make-help-screen): Keep HELP-TEXT | |
9046 in a separate function definition, not in the help command FNAME. | |
9047 Replace %THIS-KEY% with the key sequence that ran FNAME. | |
9048 | |
9049 1998-09-25 Richard Stallman <rms@gnu.org> | |
9050 | |
9051 * textmodes/texinfo.el (texinfo-show-structure): | |
9052 Bind inhibit-read-only. | |
9053 | |
9054 * isearch.el (isearch-search-and-update): Properly | |
9055 handle upper case letters in the reverse-search special case. | |
9056 | |
9057 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
9058 | |
9059 * gnus.el: Extend the list of autoloaded functions. | |
9060 | |
9061 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
9062 buffer before creating help group. (from Gnus v5.6.43, fix by | |
9063 1998-08-20 Per Starback <starback@update.uu.se>) | |
9064 | |
9065 * gnus-util.el (gnus-output-to-rmail): Adjust to | |
9066 `rmail-output-to-rmail-file'. | |
9067 | |
9068 1998-09-25 Karl Heuer <kwzh@gnu.org> | |
9069 | |
9070 * hexl.el (hexl-mode-map): More of previous change. | |
9071 | |
9072 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
9073 (tex-start-tex): Don't use tex-start-options-string in star case. | |
9074 Quote file name in star case as well as in non-star. | |
9075 Add blank and quoting of option string here. | |
9076 (tex-start-options-string): Not here. | |
9077 | |
9078 1998-09-23 Karl Heuer <kwzh@gnu.org> | |
9079 | |
9080 * term.el (term-delimiter-argument-list): Doc fix. | |
9081 (term-emulate-terminal): Escape literal semicolon. | |
9082 * progmodes/asm-mode.el (asm-mode): Doc fix. | |
9083 (asm-comment-char): Escape literal semicolon. | |
9084 * emulation/viper-cmd.el (viper-movement-commands): Likewise. | |
9085 | |
9086 1998-09-23 Richard Stallman <rms@gnu.org> | |
9087 | |
9088 * hexl.el (hexl-mode-map): Don't override all ESC bindings, | |
9089 only those that normally modify the buffer. | |
9090 | |
9091 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer | |
9092 over again. | |
9093 | |
9094 1998-09-23 E. Jay Berkenbilt <ejb@ql.org> | |
9095 | |
9096 * ispell.el (check-ispell-version): Ensure same buffer is current | |
9097 when let-binding of case-fold-search ends. | |
9098 | |
9099 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
9100 | |
9101 * ps-print.el: Skip invisible overlay. | |
9102 Test for set-buffer-multibyte rather than using mule-version. | |
9103 (ps-print-version): New version number (4.1) and doc fix. | |
9104 (ps-generate-postscript-with-faces): Skip invisible overlay. | |
9105 | |
9106 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu> | |
9107 | |
9108 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes. | |
9109 | |
9110 1998-09-22 Kenichi Handa <handa@etl.go.jp> | |
9111 | |
9112 * international/quail.el (quail-update-guidance): Check for the | |
9113 return value of (quail-guidance) fixed. | |
9114 (quail-update-translation): Bind quail-current-str locally when it | |
9115 calls quail-update-guidance. | |
9116 (quail-update-translation): If input-method-exit-on-first-char is | |
9117 non-nil, terminate translation only when the current input method | |
9118 is simple. | |
9119 | |
9120 1998-09-22 Paul Eggert <eggert@twinsun.com> | |
9121 | |
9122 * startup.el (locale-translation-file-name): Prefer X-related names | |
9123 to the name used by GNU/Linux sans X. Set to nil if no file found. | |
9124 (command-line): Use locale-translation-file-name if it is not nil, | |
9125 instead of testing for its existence again. | |
9126 regexp-quote the ctype before using it in a regexp. | |
9127 Allow a colon to appear after the ctype in the aliases file, | |
9128 as is done in X11R6.4. | |
9129 | |
9130 1998-09-21 Richard Stallman <rms@gnu.org> | |
9131 | |
9132 * mail/rmail.el (rmail-resend): Work properly if invoked from summary. | |
9133 | |
9134 * calendar/appt.el (appt-interval): Variable deleted. | |
9135 (appt-check): For minutes in between appt-display-interval times, | |
9136 do check, but don't display anything except an updated mode line. | |
9137 Count against appt-display-interval based on minutes since | |
9138 first display of this appointment, not based on time of day. | |
9139 If appt-display-mode-line, force mode line redisplay | |
9140 whenever appt-mode-string has changed. | |
9141 (appt-add, appt-delete): Add autoload cookies. | |
9142 (appt-check): Catch errors from calling `diary'. | |
9143 (appt-max-time): Renamed from max-time. | |
9144 (appt-now-displayed, appt-display-count): New variables. | |
9145 (appt-timer): Don't create one if we already have one. | |
9146 | |
9147 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
9148 More general code to use the source buffer instead of the zap file. | |
9149 | |
9150 * hilit-chg.el (highlight-compare-with-file): Renamed from | |
9151 compare-with-file. | |
9152 | |
9153 * loadhist.el (load-history-loaded): New variable. | |
9154 (symbol-file): Load etc/fns-VERSION.el if that has not been done. | |
9155 | |
9156 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it. | |
9157 | |
9158 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
9159 Fix error messages. | |
9160 | |
9161 1998-09-21 Markus Armbruster <armbru@pond.sub.org> | |
9162 | |
9163 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an | |
9164 Emacs frame. | |
9165 | |
9166 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
9167 | |
9168 * mail/rmail.el (rmail-decode-babyl-format): Recognize both | |
9169 `undecided' and `undecided-unix'. | |
9170 | |
9171 1998-09-21 Dave Love <fx@gnu.org> | |
9172 | |
9173 * help.el (help-make-xrefs): Fix typo affecting Info references. | |
9174 | |
9175 * subr.el (remove-hook): Check list values to avoid errors. | |
9176 | |
9177 1998-09-18 Noah Friedman <friedman@splode.com> | |
9178 | |
9179 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and | |
9180 store string in eldoc-last-message without consing a new string. | |
9181 Rearrange logic from nested if's into cond's. | |
9182 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string. | |
9183 Do not print message; just return string. | |
9184 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring. | |
9185 Do not print message; just return string. | |
9186 Cache that string in eldoc-last-data. | |
9187 (eldoc-last-data): Make into a vector. | |
9188 (eldoc-get-fnsym-args-string): Use new data form of structure. | |
9189 (eldoc-get-var-docstring): Here also. | |
9190 (eldoc-last-data-store): New function. | |
9191 (eldoc-get-fnsym-args-string): Use it. | |
9192 (eldoc-get-var-docstring): Here also. | |
9193 (eldoc-docstring-first-line): Minimize interim string consing. | |
9194 Call substitute-command-keys on the result. | |
9195 (eldoc-print-var-docstrings, eldoc-print-docstring, | |
9196 eldoc-docstring-message): Functions removed. | |
9197 (eldoc-docstring-format-sym-doc): New function, functionality | |
9198 ripped out of eldoc-docstring-message. | |
9199 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it. | |
9200 | |
9201 1998-09-18 Kenichi Handa <handa@etl.go.jp> | |
9202 | |
9203 * international/mule.el (make-coding-system): Doc-string modified. | |
9204 | |
9205 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org> | |
9206 | |
9207 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type. | |
9208 | |
9209 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix | |
9210 customize type. | |
9211 | |
9212 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize | |
9213 type. | |
9214 | |
9215 * progmodes/compile.el (compilation-error-screen-columns): New | |
9216 variable. | |
9217 (compilation-next-error-locus): Use it to decide whether to use | |
9218 forward-char or move-to-column. | |
9219 | |
9220 * mail/rmail.el (rmail-movemail-program): Fix customize type. | |
9221 | |
9222 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage, | |
9223 feedmail-fiddle-plex-user-list, | |
9224 feedmail-spray-address-fiddle-plex-list, | |
9225 feedmail-prompt-before-queue-user-alist, | |
9226 feedmail-prompt-before-queue-help-supplement, | |
9227 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug, | |
9228 feedmail-queue-alternative-mail-header-separator): Fix customize | |
9229 type. | |
9230 | |
9231 * startup.el (site-run-file): Fix customize type. | |
9232 | |
9233 * speedbar.el (speedbar-initial-expansion-list-name): Fix | |
9234 customize type. | |
9235 | |
9236 * shell.el (shell-input-autoexpand): Fix customize type. | |
9237 | |
9238 * ps-print.el (ps-font-info-database): Add missing dots in value. | |
9239 Improve layout of customize type. | |
9240 | |
9241 * net-utils.el (traceroute-program-options, ping-program-options, | |
9242 ipconfig-program-options, netstat-program-options, | |
9243 arp-program-options, route-program-options, | |
9244 nslookup-program-options, ftp-program-options): Fix customize | |
9245 type. | |
9246 | |
9247 * midnight.el (clean-buffer-list-kill-regexps, | |
9248 clean-buffer-list-kill-buffer-names, | |
9249 clean-buffer-list-kill-never-buffer-names, | |
9250 clean-buffer-list-kill-never-regexps): Fix customize type. | |
9251 | |
9252 * man.el (Man-init-defvars): Avoid trailing nil on | |
9253 Man-filter-list. | |
9254 | |
9255 * lpr.el (printer-name): Fix customize type. | |
9256 | |
9257 1998-09-16 Kenichi Handa <handa@etl.go.jp> | |
9258 | |
9259 * international/mule-cmds.el (reset-language-environment): Call | |
9260 update-coding-systems-internal. | |
9261 | |
9262 * international/mule-conf.el: Call update-coding-systems-internal | |
9263 at the tail. | |
9264 | |
9265 1998-09-14 Dave Love <fx@gnu.org> | |
9266 | |
9267 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't | |
9268 use the menu-enable properties, pending doing it correctly and | |
9269 acceptably fast. | |
9270 | |
9271 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text. | |
9272 | |
9273 1998-09-13 Dave Love <d.love@dl.ac.uk> | |
9274 | |
9275 * progmodes/hideshow.el (hs-grok-mode-type): Check | |
9276 comment-{start,end} non-nil as well as bound. Report an error if | |
9277 we can't grok the mode. | |
9278 | |
9279 1998-09-13 Richard Stallman <rms@gnu.org> | |
9280 | |
9281 * simple.el (blink-matching-open): Don't log paren matching | |
9282 messages in *Messages*. | |
9283 | |
9284 1998-09-12 Richard Stallman <rms@gnu.org> | |
9285 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
9286 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up): |
25837 | 9287 Set point-before-scroll at end even if there was an error. |
9288 | |
9289 * ange-ftp.el (ange-ftp-insert-file-contents): | |
9290 Use binary mode for dumb-unix hosts as for unix hosts. | |
9291 (ange-ftp-copy-file-internal): Likewise. | |
9292 | |
9293 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
9294 | |
9295 * emacs-lisp/pp.el: Doc fixes. | |
9296 | |
9297 * wid-edit.el (widget-menu-max-shortcuts): New variable. | |
9298 (widget-choose): Don't use single-char shortcuts if # items | |
9299 exceeds that many. Use minibuffer instead. | |
9300 | |
9301 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
9302 | |
9303 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg. | |
9304 | |
9305 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org> | |
9306 | |
9307 * speedbar.el (speedbar-frame-mode): Do not set frame position if | |
9308 in terminal mode. | |
9309 | |
9310 1998-09-10 Noah Friedman <friedman@splode.com> | |
9311 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
9312 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from |
25837 | 9313 defcustom declaration. It's wreaking too much havoc with XEmacs |
9314 and older versions of Emacs, which share this code. | |
9315 | |
9316 * type-break.el (type-break-mode): Here also. | |
9317 | |
9318 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg | |
9319 `t' to add-hook also to modify the new local value. | |
9320 | |
9321 1998-09-10 Dave Love <fx@gnu.org> | |
9322 | |
9323 * vc.el (vc-insert-headers): Doc fix. | |
9324 | |
9325 1998-09-10 Richard Stallman <rms@gnu.org> | |
9326 | |
9327 * textmodes/flyspell.el (flyspell-mode-on): Make the | |
9328 ispell-... variables permanent locals. | |
9329 (flyspell-mode-off): Add autoload cookie. | |
9330 | |
9331 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host, | |
9332 do use binary mode, just as for `unix'. | |
9333 (ange-ftp-host-type): If HOST is nil, return `unix'. | |
9334 | |
9335 * dired.el (dired-mark-files-containing-regexp): | |
9336 Don't scan directories. Ignore non-readable files. | |
9337 | |
9338 * progmodes/compile.el (compilation-error-regexp-alist): | |
9339 Fix previous change: allow . and _ in command name. | |
9340 | |
9341 * dired.el (dired-mark-files-containing-regexp): Fix previous change. | |
9342 | |
9343 * uncompress.el (uncompress-while-visiting): | |
9344 Use just the car of what find-operation-coding-system returns. | |
9345 | |
9346 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename. | |
9347 | |
9348 * shell.el (shell-file-name-quote-list): Add # to the value. | |
9349 | |
9350 1998-09-10 E. Jay Berkenbilt <ejb@ql.org> | |
9351 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
9352 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook |
25837 | 9353 to make killing of ispell process work even if |
9354 kill-all-local-variables has been run. | |
9355 | |
9356 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
9357 | |
9358 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite | |
9359 loop when sexp entry ends at end of file with no newline. | |
9360 | |
9361 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
9362 | |
9363 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved) | |
9364 (Custom-reset-standard): Fix menu inconsistency. | |
9365 | |
9366 * mail/feedmail.el (feedmail-from-line): Allow t. | |
9367 (feedmail-message-id-suffix): Allow nil. | |
9368 | |
9369 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
9370 Simplify. Make prefix arg work right. | |
9371 | |
9372 1998-09-09 Dave Love <fx@gnu.org> | |
9373 | |
9374 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
9375 | |
9376 * help.el (help-xref-interned): Bind inhibit-read-only when inserting. | |
9377 | |
9378 1998-09-08 Dave Love <fx@gnu.org> | |
9379 | |
9380 * add-log.el (change-log-font-lock-keywords): Do parenthesized | |
9381 stuff only after file names or at start of line. Allow parens | |
9382 around e-mail, as well as angles. | |
9383 | |
9384 * gnus/nnweb.el (require): Wrap requirement of w3 and url in | |
9385 ignore-errors too, eval'd when compile. Require w3 stuff at load | |
9386 time for nicer failure if it's not available. | |
9387 | |
9388 1998-09-07 Geoff Voelker <voelker@cs.washington.edu> | |
9389 | |
9390 * comint.el (comint-arguments): Ignore backslashes when using | |
9391 w32 shells that expect backslashes as the directory separator. | |
9392 | |
9393 1998-09-04 Kenichi Handa <handa@etl.go.jp> | |
9394 | |
9395 * international/fontset.el (resolved-ascii-font): New variable. | |
9396 (x-complement-fontset-spec): By side effect, set | |
9397 `resolved-ascii-font' to the resolved name of ASCII font." | |
9398 (create-fontset-from-fontset-spec): Don't get a value for | |
9399 resolved-ascii-font from the list full-fontlist. It is set by | |
9400 x-complement-fontset-spec now. | |
9401 | |
9402 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
9403 version, check the value of mule-version. | |
9404 | |
9405 1998-09-07 Carsten Dominik <cd@delysid.gnu.org> | |
9406 | |
9407 * textmodes/reftex.el (reftex-view-crossref): Split up into | |
9408 several functions. No longer moves to find a macro. | |
9409 (reftex-view-cr-cite, reftex-view-cr-ref, | |
9410 reftex-end-of-bib-entry): New functions. | |
9411 (reftex-auto-view-crossref): New value `window' allowed. | |
9412 (reftex-view-crossref-when-idle): Process new `window' option in | |
9413 (reftex-translate-to-ascii-function): New default. | |
9414 (reftex-label-illegal-re): Default changed, removed Latin1. | |
9415 (reftex-latin1-to-ascii): New function. | |
9416 (reftex-what-environment): Check for section regexp before use. | |
9417 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with | |
9418 absolute path names. | |
9419 (reftex-TeX-master-file): Changed sequence of file checks. | |
9420 (reftex-do-citation): bibview cache only with RefTeX mode on. | |
9421 | |
9422 1998-09-06 Richard Stallman <rms@gnu.org> | |
9423 | |
9424 * progmodes/compile.el (compilation-error-regexp-alist): | |
9425 In first pattern (GNU utilities and other things), | |
9426 allow a space after the optional program name at the beginning. | |
9427 | |
9428 * mail/mail-hist.el (mail-hist-current-header-contents): | |
9429 Fix previous change: use mail-header-end. | |
9430 | |
9431 1998-09-06 Bill Richter <richter@math.nwu.edu> | |
9432 | |
9433 * international/ccl.el: Doc fixes. | |
9434 * international/encoded-kb.el: Doc fixes. | |
9435 * international/fontset.el: Doc fixes. | |
9436 * international/kinsoku.el: Doc fixes. | |
9437 * international/kkc.el: Doc fixes. | |
9438 * international/mule-cmds.el: Doc fixes. | |
9439 * international/mule-conf.el: Doc fixes. | |
9440 * international/mule-util.el: Doc fixes. | |
9441 * international/mule.el: Doc fixes. | |
9442 | |
9443 1998-09-05 Eric Ludlam <zappo@gnu.org> | |
9444 | |
9445 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function. | |
9446 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'. | |
9447 (checkdoc-this-string-valid-engine): Permit ? as terminating | |
9448 punctuation for first line sentence breaking. | |
9449 (checkdoc-this-string-valid): When converting a comment into a doc | |
9450 string, make sure " chars are \". | |
9451 (checkdoc-sentencespace-region-engine): Only do double space check | |
9452 if based on the variable `sentence-end-double-space' | |
9453 (checkdoc-this-string-valid-engine): ? ends valid sentence. | |
9454 (checkdoc-proper-noun-region-engine): Exclude items in URLs | |
9455 | |
9456 1998-09-04 Richard Stallman <rms@gnu.org> | |
9457 | |
9458 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): | |
9459 Recognize define-skeleton as a function definer. | |
9460 | |
9461 * cus-edit.el (customize-option): Refuse to customize | |
9462 a variable that has no defcustom. But if variable is autoloaded, | |
9463 first try to load the library that defines it. | |
9464 | |
9465 * international/iso-insert.el: Use `string' before calling `insert' | |
9466 so that in multibyte buffers we insert multibyte chars. | |
9467 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
9468 * dired.el (dired-mark-files-containing-regexp): |
25837 | 9469 Don't use find-file; instead, insert the file in a temp buffer. |
9470 | |
9471 * textmodes/tex-mode.el (tex-start-options-string): New option. | |
9472 (tex-start-tex): Use that variable. | |
9473 | |
9474 * mail/rmail.el (rmail-primary-inbox-list): Make the initial | |
9475 value in the `repeat' alternative a list. | |
9476 | |
9477 * textmodes/fill.el (fill-individual-paragraphs): Before deleting | |
9478 the inserted newline, verify that one was really inserted. | |
9479 | |
9480 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode | |
9481 remains on or remains off. | |
9482 (flyspell-multi-language-p): Default changed to nil. | |
9483 | |
9484 * progmodes/ada-mode.el (ada-search-ignore-string-comment): | |
9485 In "found in comment" case, don't beginning-of-line after forward-line. | |
9486 | |
9487 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): | |
9488 If the function definition is not a lambda, return original FORM | |
9489 with no error. | |
9490 | |
9491 1998-09-04 Peter Breton <pbreton@ne.mediaone.net> | |
9492 | |
9493 * net-utils.el (netstat-program-options): Changed from nil to "-a" | |
9494 so that by default netstat shows all network connections. | |
9495 | |
9496 1998-09-04 Bob Weiner <weiner@altrasoft.com> | |
9497 | |
9498 * international/quail.el: Doc fixes. | |
9499 | |
9500 * info.el (info): Don't add parens if FILE already has them. | |
9501 | |
9502 1998-09-04 Geoff Voelker <voelker@cs.washington.edu> | |
9503 | |
9504 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word | |
9505 on extension lines. | |
9506 | |
9507 1998-09-03 Geoff Voelker <voelker@cs.washington.edu> | |
9508 | |
9509 * w32-fns.el (w32-shell-dos-semantics): New function. | |
9510 | |
9511 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu> | |
9512 | |
9513 * international/quail.el (quail-choose-completion-string): Store | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
9514 completion `choice' in `quail-current-str'; don't insert it. |
25837 | 9515 |
9516 1998-09-02 Kenichi Handa <handa@etl.go.jp> | |
9517 | |
9518 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH | |
9519 argument to ps-mule-generate-bitmap-font. | |
9520 | |
9521 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII | |
9522 entry and change Latin-1 entry in the default value. | |
9523 (ps-mule-font-info-database-ps-bdf): New variable. | |
9524 (ccl-encode-ethio-unicode): Bug of CCL code fixed. | |
9525 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function | |
9526 registerd in FONT-SPEC. | |
9527 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct | |
9528 charcter width of bitmap fonts. | |
9529 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript | |
9530 procedure NF. | |
9531 (ps-begin-file): Output PostScript code for setting | |
9532 SpaceWidthRatio. | |
9533 (ps-plot-region): Use line-beginning-position to get a position of | |
9534 the beginning of the current line. | |
9535 | |
9536 * international/mule-cmds.el (register-input-method): Doc-string | |
9537 modified. | |
9538 | |
9539 1998-09-01 Dave Love <fx@gnu.org> | |
9540 | |
9541 * international/mule-cmds.el (current-language-environment): Fix | |
9542 setter function. | |
9543 | |
9544 1998-09-01 Simon Marshall <simon@gnu.org> | |
9545 | |
9546 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite. | |
9547 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately. | |
9548 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class | |
9549 names with font-lock-type-face. Fontify type specs, etc., with | |
9550 font-lock-keyword-face. | |
9551 | |
9552 1998-08-31 Kenichi Handa <handa@etl.go.jp> | |
9553 | |
9554 * international/fontset.el (x-complement-fontset-spec): If ASCII | |
9555 font is specified in FONTLIST, don't substitute it for the | |
9556 resolved name. | |
9557 | |
9558 1998-08-31 Paul Eggert <eggert@twinsun.com> | |
9559 | |
9560 * international/mule.el (charset-description): Doc fix. | |
9561 | |
9562 * language/chinese.el, language/cyrillic.el, language/czech.el, | |
9563 language/devanagari.el, language/ethiopic.el, | |
9564 language/european.el, language/hebrew.el, language/indian.el, | |
9565 language/japanese.el, language/korean.el, language/lao.el, | |
9566 language/slovak.el, language/thai.el, language/tibetan.el, | |
9567 language/vietnamese.el: | |
9568 Add coding: local variable, to avoid bootstrapping problem | |
9569 if you need to recompile all the Lisp files using interpreted code. | |
9570 | |
9571 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
9572 | |
9573 * cal-china.el (chinese-year-cache): Change range of years from | |
9574 1989-2000 to 1990-2010. | |
9575 | |
9576 1998-08-29 Dave Love <d.love@dl.ac.uk> | |
9577 | |
9578 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie. | |
9579 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined. | |
9580 | |
9581 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
9582 | |
9583 * ps-print.el (ps-print-control-characters): Doc-string modified. | |
9584 (ps-output-string-prim): Comment format changed. | |
9585 (ps-do-despool): Indentation of source code changed. | |
9586 | |
9587 1998-08-28 Kenichi Handa <handa@etl.go.jp> | |
9588 | |
9589 * subr.el (sref): Make it an alias of aref. Make the | |
9590 byte-compiler warn that it is obsolete. | |
9591 (char-bytes): Make the byte-compiler warn that it is obsolete. | |
9592 | |
9593 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment): | |
9594 Calculate the total bytes using position-bytes instead of | |
9595 char-bytes. | |
9596 | |
9597 1998-08-27 Karl Heuer <kwzh@gnu.org> | |
9598 | |
9599 * snmp-mode.el: New file. | |
9600 * files.el (auto-mode-alist): Add snmp-mode patterns. | |
9601 | |
9602 1998-08-27 Karl Eichwalder <ke@suse.de> | |
9603 | |
9604 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'. | |
9605 | |
9606 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
9607 | |
9608 * calendar/diary-lib.el (diary-block): Doc fix.. | |
9609 * calendar/calendar.el (diary-list-include-blanks): Doc fix.. | |
9610 | |
9611 1998-08-27 Richard Stallman <rms@gnu.org> | |
9612 | |
9613 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp. | |
9614 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space. | |
9615 Clear appt-mode-string if we don't put something in it. | |
9616 | |
9617 1998-08-27 Dave Love <fx@gnu.org> | |
9618 | |
9619 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking | |
9620 dired-local-variables-file for dired-x. | |
9621 | |
9622 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look | |
9623 for compressed library files too. | |
9624 | |
9625 1998-08-26 Kenichi Handa <handa@etl.go.jp> | |
9626 | |
9627 * language/european.el ("Latin-1"): Modify `documentation' key value. | |
9628 ("Latin-2"): Likewise. | |
9629 | |
9630 1998-08-26 Karl Heuer <kwzh@gnu.org> | |
9631 | |
9632 * dired-x.el (dired-guess-shell-alist-default): Fix regexp. | |
9633 | |
9634 1998-08-26 Albert L. Ting <alt@artisan.com> | |
9635 | |
9636 * mail/mail-hist.el (mail-hist-current-header-name): Fix test. | |
9637 (mail-hist-current-header-contents): Use mail-text-start. | |
9638 | |
9639 1998-08-26 Richard Stallman <rms@gnu.org> | |
9640 | |
9641 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2. | |
9642 (customize-changed-options-previous-release): New variable. | |
9643 (customize-changed-options): Use that variable as default arg. | |
9644 | |
9645 1998-08-26 Karl Eichwalder <ke@suse.de> | |
9646 | |
9647 * midnight.el: Require `timer' not only when compiling. | |
9648 | |
9649 1998-08-26 Per Starback <starback@update.uu.se> | |
9650 | |
9651 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
9652 buffer before creating help group. | |
9653 | |
9654 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9655 | |
9656 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind | |
9657 coding-system-for-write before saving. | |
9658 | |
9659 1998-08-26 Kevin Rodgers <kevinr@ihs.com> | |
9660 | |
9661 * isearch.el (isearch-forward): Doc fix. | |
9662 | |
9663 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org> | |
9664 | |
9665 * emacs-lisp/find-func.el: Fix :version tags to have a string | |
9666 value, not a float. | |
9667 | |
9668 * cus-dep.el: Fix typo in output. | |
9669 | |
9670 1998-08-25 Dave Love <fx@gnu.org> | |
9671 | |
9672 * repeat.el (repeat): Doc fix. | |
9673 [From rms:] | |
9674 (repeat-previous-repeated-command): New variable. | |
9675 (repeat): Check for real-last-command being null or repeat. Set | |
9676 repeat-previous-repeated-command. | |
9677 | |
9678 * browse-url.el (browse-url-netscape): Fix format for hex escapes. | |
9679 | |
9680 1998-08-25 Kenichi Handa <handa@etl.go.jp> | |
9681 | |
9682 * gnus/message.el (message-send-mail-with-sendmail): Bind | |
9683 coding-system-for-write by the return value of | |
9684 select-message-coding-system. | |
9685 (message-send-mail-with-qmail): Likewise. | |
9686 | |
9687 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org> | |
9688 | |
9689 * emacs-lisp/autoload.el: Fix doc-string-elt property on | |
9690 define-derived-mode. | |
9691 | |
9692 * files.el (file-name-invalid-regexp): | |
9693 Fix regex for ms-dos without long file names. | |
9694 | |
9695 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
9696 | |
9697 * ps-print.el: Multi-byte buffer handling. | |
9698 (ps-print-version): New version number (4.0) and doc fix. | |
9699 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional | |
9700 compilation for GNU Emacs and emacsens. | |
9701 (ps-generate-postscript-with-faces): Force invisible text to be | |
9702 visible. | |
9703 (dos-ps-printer): New var to avoid compilation gripes. | |
9704 | |
9705 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
9706 | |
9707 * ps-print.el (ps-mule-plot-string): Pay attention to the case | |
9708 that no more characters can't be printed in the current line. | |
9709 | |
9710 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
9711 | |
9712 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be | |
9713 greater than TO. | |
9714 | |
9715 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
9716 | |
9717 * ps-print.el: Add codes to make ps-print.el work also on Emacs | |
9718 20.2 and the earlier version. | |
9719 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2. | |
9720 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise. | |
9721 (ps-mule-find-wrappoint): Likewise. | |
9722 (ps-mule-generate-font): Change `X' to `x' in format | |
9723 control-string. | |
9724 (ps-generate): Call ps-mule-begin before calling ps-begin-job. | |
9725 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and | |
9726 `restore' form procedures `BC' and `EC'. | |
9727 | |
9728 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
9729 | |
9730 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox | |
9731 is an executable procedure. Make LineThickness, Xshadow, and | |
9732 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc. | |
9733 (ps-mule-font-info-database, ps-mule-font-info-database-ps, | |
9734 ps-mule-font-info-database-bdf): New vars. | |
9735 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs. | |
9736 (ccl-encode-ethio-unicode): New CCL program. | |
9737 (ps-mule-encode-ethiopic): New fun. | |
9738 (ps-mule-current-charset): New var. | |
9739 (ps-mule-get-font-spec, ps-mule-font-spec-src, | |
9740 ps-mule-font-spec-name, ps-mule-font-spec-encoding, | |
9741 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs. | |
9742 (ps-mule-external-libraries): New var. | |
9743 (ps-mule-init-external-library): New fun. | |
9744 (ps-mule-font-cache): New var. | |
9745 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs. | |
9746 (ps-last-font): New var. | |
9747 (ps-mule-prepare-font): New fun. | |
9748 (ps-mule-charset-list): New var. | |
9749 (ps-mule-prologue-generated, ps-mule-prologue): New vars. | |
9750 (ps-mule-skip-same-charset, ps-mule-find-wrappoint, | |
9751 ps-mule-plot-string): New funs. | |
9752 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue): | |
9753 New vars. | |
9754 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar, | |
9755 ps-mule-prepare-cmpchar-font): New funs. | |
9756 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New | |
9757 vars. | |
9758 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font, | |
9759 ps-mule-generate-bitmap-glyph): New funs. | |
9760 (ps-mule-initialize, ps-mule-begin): New funs. | |
9761 (ps-output-string-prim): Insert string as unibyte. | |
9762 (ps-output-prologue): New fun. | |
9763 (ps-flush-output): Handle the case of 'prologue. | |
9764 (ps-begin-file): Call ps-mule-initialize. | |
9765 (ps-begin-job): Set ps-control-or-escape-regexp differently if | |
9766 printing multibyte characters. | |
9767 (ps-begin-page): Set ps-mule-current-charset to 'ascii. | |
9768 (ps-basic-plot-string): Handle the case of printing ASCII | |
9769 characters by external libraries (e.g. BDF). | |
9770 (ps-set-font): Set ps-last-font. | |
9771 (ps-plot-region): Handle multibyte characters, use | |
9772 ps-mule-plot-string for them. | |
9773 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin. | |
9774 | |
9775 * bdf.el: New file. | |
9776 | |
9777 1998-08-23 Kenichi HANDA <handa@etl.go.jp> | |
9778 | |
9779 * international/mule-cmds.el (select-message-coding-system): New | |
9780 function. | |
9781 (set-language-environment-coding-systems): Set | |
9782 default-sendmail-coding-system. | |
9783 | |
9784 * mail/sendmail.el (sendmail-coding-system): Doc-string modified. | |
9785 (default-sendmail-coding-system): New variable. | |
9786 (sendmail-send-it): Encode the message by a coding system | |
9787 select-message-coding-system returns. | |
9788 | |
9789 1998-08-23 Eric Ludlam <zappo@gnu.org> | |
9790 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
9791 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'. |
25837 | 9792 (speedbar-mode): Set buffer to read only. |
9793 (speedbar-temp-buffer-show-function): For emacs don't call hook | |
9794 with arguments. | |
9795 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable. | |
9796 | |
9797 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu> | |
9798 | |
9799 * speedbar.el (speedbar-key-map): Fix typo. | |
9800 | |
9801 See ChangeLog.7 for earlier changes. |