Mercurial > emacs
annotate lisp/ChangeLog @ 26220:0a34e9734fdd
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 27 Oct 1999 14:32:04 +0000 |
parents | c8df174917d8 |
children | cead5ead9ae6 |
rev | line source |
---|---|
26220 | 1 1999-10-27 Gerd Moellmann <gerd@gnu.org> |
2 | |
3 * lpr.el (print-buffer): Doc-string fix. | |
4 | |
26218 | 5 1999-10-27 Dave Love <fx@gnu.org> |
6 | |
7 * emacs-lisp/advice.el: Doc fixes. | |
8 (ad-lemacs-p): Removed. | |
9 (advice): Add :link to defgroup. | |
10 | |
26209 | 11 1999-10-27 Kenichi Handa <handa@etl.go.jp> |
12 | |
13 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change | |
14 last-coding-system-used by the call of ange-ftp-set-ascii-mode. | |
15 | |
26207 | 16 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
17 | |
18 * emacs-lisp/advice.el (ad-activate-internal): Renamed from | |
19 ad-activate. All callers changed, including those in data.c. | |
20 (ad-activate-internal-off): Renamed from ad-activate-off. | |
21 All uses changed. | |
22 (ad-activate): Renamed from ad-activate-on. All uses changed. | |
23 (ad-start-advice, ad-stop-advice, ad-recover-normality): | |
24 Alter the definition of ad-activate-internal, not ad-activate. | |
25 | |
26196 | 26 1999-10-26 Gerd Moellmann <gerd@gnu.org> |
27 | |
28 * startup.el (command-line-1): Add support for command line | |
29 arguments `file' and `execute'. Fix handling of `visit'. | |
30 | |
26191 | 31 1999-10-26 Kenichi Handa <handa@etl.go.jp> |
32 | |
33 * international/mule-cmds.el (read-input-method-name): Handle the | |
34 case that the arg DEFAULT is symbol. | |
35 | |
36 * international/mule-diag.el (mule-diag): Handle the case that | |
37 default-input-method is symbol. | |
38 | |
26187 | 39 1999-10-26 Gerd Moellmann <gerd@gnu.org> |
40 | |
41 * textmodes/tildify.el: New file. | |
42 | |
26184 | 43 1999-10-25 Sam Steingold <sds@ksp.com> |
44 | |
45 * Makefile (compile-files): Fixed the "tr" strings. | |
46 (EMACS): Set to ../src/emacs. | |
47 | |
26173 | 48 1999-10-25 Gerd Moellmann <gerd@gnu.org> |
49 | |
50 * info.el (Info-build-node-completions): Add '("*") to the | |
51 completion list. | |
52 | |
26167 | 53 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
54 | |
55 * frame.el (auto-raise-mode): When enabling the mode, | |
56 immediately raise the selected frame. | |
57 | |
26170 | 58 * indent.el (indent-region): Doc fix. |
59 | |
26175 | 60 * comint.el (comint-output-filter): Make the Comint buffer current |
61 for the comint-preoutput-filter-functions. | |
62 | |
26177 | 63 * mail/reporter.el: Doc fix. |
64 | |
26156
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
65 1999-10-24 Stephen Eglen <stephen@gnu.org> |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
66 |
26158
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
67 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so |
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
68 that Octave lisp files can also run under XEmacs 20. |
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
69 (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
|
70 |
26156
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
71 * iswitchb.el (iswitchb-default-keybindings): No need to use |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
72 read-kbd-macro in keybindings. |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
73 |
26151 | 74 1999-10-23 Dave Love <fx@gnu.org> |
75 | |
76 * elide-head.el: New file. | |
77 | |
26148 | 78 1999-10-23 Gerd Moellmann <gerd@gnu.org> |
79 | |
80 * Makefile (compile-files, backup-compiled-files): New targets. | |
81 (bootstrap, bootstrap-clean): Ditto. | |
82 | |
26138
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
83 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
|
84 |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
85 * international/mule-cmds.c (locale-language-names): |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
86 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
|
87 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
|
88 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet). |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
89 Use Latin-8 for Welsh. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
90 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
|
91 Use Latin-1 for Scots Gaelic, Tagalog. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
92 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
|
93 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
|
94 (locale-preferred-coding-systems, locale-language-names): |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
95 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
|
96 does this. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
97 (locale-charset-language-names): New variable. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
98 (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
|
99 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
|
100 language name specified by locale-language-names. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
101 |
26132 | 102 1999-10-22 Dave Love <fx@gnu.org> |
103 | |
26137 | 104 * make-mode.el: Minor doc fixes. |
105 | |
26132 | 106 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure. |
107 | |
26129 | 108 1999-10-21 Dave Love <fx@gnu.org> |
109 | |
110 * loadup.el: Add latin-8, latin-9. | |
111 | |
26124
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
112 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
|
113 |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
114 * 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
|
115 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
|
116 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
|
117 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
|
118 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
|
119 |
26121 | 120 1999-10-20 Gerd Moellmann <gerd@gnu.org> |
121 | |
122 * dired.el (dired-move-to-filename-regexp): Fix long comment lines | |
123 that were split so that part of the comment appeared as Lisp code. | |
124 | |
26117 | 125 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
126 | |
127 * ps-bdf.el: Doc fix. | |
128 | |
129 * ps-print-def.el: New file: common definitions for all parts of | |
130 ps-print. | |
131 (ps-multibyte-buffer): Moved from ps-mule. | |
132 | |
133 * ps-mule.el: File dependence fix. | |
134 (ps-multibyte-buffer): Moved to ps-print-def. | |
135 | |
136 * ps-print.el: Doc fix, better customization. | |
137 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble) | |
138 (ps-print-color-p, ps-printing-region-p, ps-n-up-database) | |
139 (ps-end-file): Doc fix. | |
140 (ps-setup, ps-begin-file): Fun fix. | |
141 (postscript): New group. | |
142 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars. | |
143 (ps-print-prologue-1): Adjust PostScript programming. | |
144 (ps-print): Adjust group hierarchy. | |
145 (ps-print-n-up, ps-print-zebra, ps-print-background, | |
146 ps-print-printer) | |
147 (ps-print-page): New subgroups. | |
148 (ps-print-prologue-header, ps-printer-name, ps-lpr-command) | |
149 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type) | |
150 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing) | |
151 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes) | |
152 (ps-zebra-stripe-height, ps-print-background-image) | |
153 (ps-print-background-text, ps-spool-config): Adjust customization. | |
154 (dos-ps-printer): Definition eliminated. | |
155 | |
156 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
157 | |
158 * ps-mule.el: Doc fix, define functions properly if mule package is | |
159 loaded or not. | |
160 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if | |
161 mule package is loaded or not. | |
162 | |
163 * ps-print.el: Doc fix, n-up printing. | |
164 (ps-print-version): New version number (5.0). | |
165 (ps-page-dimensions-database): Added document media. | |
166 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling) | |
167 (ps-page-order, ps-printing-region-p): New vars. | |
168 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New | |
169 funs. | |
170 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines) | |
171 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn) | |
172 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end) | |
173 (ps-n-up-xstart, ps-n-up-ystart): New macros. | |
174 (ps-print-begin-sheet-hook): New hook. | |
175 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New | |
176 const. | |
177 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job) | |
178 (ps-end-file, ps-dummy-page, ps-generate): Fix funs. | |
179 (ps-print-prologue-1): Adjust PostScript programming for n-up printing. | |
180 (ps-count-lines): Changed to defun. | |
181 (ps-header-page): Changed to defsubst, fix fun. | |
182 (ps-printing-region): Doc fix, adjust programming code. | |
183 (ps-output-boolean, ps-background-pages, ps-background-text) | |
184 (ps-background-image, ps-background, ps-get-boundingbox): Adjust | |
185 programming code. | |
186 | |
187 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
188 | |
189 * ps-print.el: Doc fix, duplex and setpagedevice configuration. | |
190 (ps-print-version): New version number (4.2). | |
191 (ps-spool-config, ps-spool-tumble): New vars. | |
192 (ps-print-prologue-1): Changed to defconst, adjust PostScript | |
193 programming, new PostScript procedure to handle errors. | |
194 (ps-print-prologue-2): Changed to defconst. | |
195 (ps-print-duplex-feature): New const: duplex and tumble setting. | |
196 (ps-setup, ps-begin-file): Fix funs. | |
197 (ps-boolean-capitalized): New fun. | |
198 | |
26112
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
199 1999-10-19 Stefan Monnier <monnier@cs.yale.edu> |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
200 |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
201 * Makefile (dontcompilefiles): Obsoleted. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
202 (DONTCOMPILE): Added emacs-lisp/cl-specs.el. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
203 (EL): Unused. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
204 (temacs): Removed (unused). |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
205 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
206 version of the file (necessary for the update to work properly). |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
207 (autoloads): Force the use of `pwd`/loaddefs.el. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
208 (updates); Redefined in terms of other targets to reduce redundancy. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
209 (.el.elc): New default rule, just in case you want it. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
210 (compile): Use a single invocation of Emacs. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
211 (bootstrap-compile); Unneeded. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
212 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
213 |
26102 | 214 1999-10-19 Dave Love <fx@gnu.org> |
215 | |
216 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug. | |
217 | |
26100 | 218 1999-10-19 Sam Steingold <sds@ksp.com> |
219 | |
220 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to | |
221 comply with the comment. | |
222 | |
26098 | 223 1999-10-19 Gerd Moellmann <gerd@gnu.org> |
224 | |
225 * autorevert.el (auto-revert-mode): Make auto-revert-mode | |
226 permanent-local. | |
227 | |
26094 | 228 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl> |
229 | |
230 * progmodes/ps-mode.el (ps-mode-print-function): Fix default | |
231 value: \"lpr\" changed to "lpr" | |
232 (ps-mode-version): New constant | |
233 (ps-mode-show-version): New function, added key in ps-mode-map | |
234 (ps-run-messages): Removed | |
235 (ps-run-font-lock-keywords-2): New defcustom variable replacing | |
236 ps-run-messages. These keywords now include the value of | |
237 ps-run-prompt, making its fontification customizable. | |
238 (ps-run-init): Removed \\n from docstring, it is now added when | |
239 the value is used | |
240 (ps-run-font-lock-keywords-1): Added checking for initial ^ in | |
241 ps-run-prompt | |
242 (ps-mode): Added ps-run-font-lock-keywords-2 to list of | |
26095 | 243 customizable variables in doc-string (its equivalent |
26094 | 244 ps-run-messages was missing in previous version of the doc-string) |
245 (ps-run-mode): Simplified assignment to font-lock-defaults, using | |
246 symbols only | |
247 | |
26091 | 248 1999-10-19 Alex Schroeder <alex@gnu.org> |
249 | |
250 * ansi-color.el: Complete rewrite. | |
251 | |
26084
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
252 1999-10-19 Paul Eggert <eggert@twinsun.com> |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
253 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
254 Fix bootstrapping problems. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
255 Use the system locale to specify Emacs locale defaults. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
256 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
257 * international/mule-cmds.el (global-map): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
258 Do not use backquote, because that makes a bootstrapping |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
259 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
|
260 * international/mule.el (charset-id, charset-bytes, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
261 charset-dimension, charset-chars, charset-width, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
262 charset-direction, charset-iso-final-char, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
263 charset-iso-graphic-plane, charset-reverse-charset, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
264 charset-short-name, charset-long-name, charset-description, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
265 charset-plist): Likewise. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
266 * subr.el (save-match-data): Likewise. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
267 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
268 * international/mule-cmds.el |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
269 (set-display-table-and-terminal-coding-system): New function, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
270 containing code migrated out of set-language-environment. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
271 (set-language-environment, set-locale-environment): Use it. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
272 (locale-translation-file-name): Moved here from startup.el. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
273 (locale-language-names, locale-preferred-coding-systems): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
274 New vars. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
275 (locale-name-match, set-locale-environment): New functions. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
276 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
277 * language/japan-util.el (setup-japanese-environment-internal): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
278 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
|
279 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
280 * startup.el (iso-8859-n-locale-regexp): Remove. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
281 (locale-translation-file-name): Move to mule-cmds.el. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
282 (command-line): Move locale-stuff into set-locale-environment. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
283 |
26080 | 284 1999-10-18 Dave Love <fx@gnu.org> |
285 | |
286 * abbrev.el (add-abbrev, inverse-add-abbrev) | |
287 (expand-region-abbrevs): Remove properties from buffer text. | |
288 | |
26064 | 289 1999-10-17 Gerd Moellmann <gerd@gnu.org> |
290 | |
26066 | 291 * iswitchb.el (iswitchb-exhibit): Extract user-input only |
292 from the mini-buffer, without the prompt. | |
293 | |
26064 | 294 * simple.el (minibuffer-prompt-end): Return the position |
295 after the prompt, not the position of that last character | |
296 of the prompt. | |
297 | |
26061 | 298 1999-10-17 Miles Bader <miles@gnu.org> |
299 | |
300 * simple.el: Doc fixes. | |
301 | |
302 1999-10-17 Miles Bader <miles@gnu.org> | |
303 | |
304 * simple.el (previous-matching-history-element, next-history-element): | |
305 Change to work correctly even if the point is in the prompt. | |
306 (choose-completion-string): Likewise. | |
307 (minibuffer-prompt-width): New function (compatibility with old subr). | |
308 | |
309 * textmodes/paragraphs.el (forward-sentence, forward-paragraph): | |
310 When constraining the final position to the current field, | |
311 don't use the ONLY-IN-LINE mode of constrain-to-field. | |
312 | |
313 1999-10-17 Miles Bader <miles@gnu.org> | |
314 | |
315 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to | |
316 constrain-to-field. | |
317 * textmodes/paragraphs.el (forward-sentence): Likewise. | |
318 | |
319 1999-10-17 Miles Bader <miles@gnu.org> | |
320 | |
321 * simple.el (line-move): Use constrain-to-field to avoid | |
322 moving into a prompt. | |
323 (previous-complete-history-element): Clarify doc string. | |
324 (next-complete-history-element): Likewise. | |
325 Use field-beginning instead of point-min. | |
326 (next-matching-history-element): Use field-beginning and | |
327 erase-field instead of point-min and erase-buffer. | |
328 * textmodes/paragraphs.el | |
329 (forward-paragraph, forward-sentence): Likewise. | |
330 (backward-kill-paragraph, backward-kill-sentence): Remove code to | |
331 constrain the kill to an field, as the movement commands now | |
332 do this. | |
333 | |
334 1999-10-17 Miles Bader <miles@gnu.org> | |
335 | |
336 * simple.el (previous-matching-history-element): Get the | |
337 minibuffer input with field-string instead of buffer-string. | |
338 (choose-completion-string): Likewise. | |
339 (next-history-element): Likewise. | |
340 Erase the minibuffer input with erase-field, not erase-buffer. | |
341 Use field-beginning to find the beginning of the input. | |
342 * textmodes/paragraphs.el (backward-kill-sentence): | |
343 Remove minibuffer-prompt hack. | |
344 Constrain to any input field. | |
345 | |
26053 | 346 1999-10-17 Sam Steingold <sds@ksp.com> |
347 | |
348 * bindings.el (completion-ignored-extensions): Added ".sparcf" | |
349 for CMUCL on sparc and ".ufsl" for LispWorks. | |
350 (bound-and-true-p): Bugfix: free variable `v'. | |
351 | |
26050 | 352 1999-10-16 Dave Love <d.love@dl.ac.uk> |
353 | |
354 * emacs-lisp/edebug.el (edebug-install-read-eval-functions) | |
355 (edebug-uninstall-read-eval-functions): Use load-read-function, | |
356 avoiding elisp-eval. | |
357 | |
26048 | 358 1999-10-16 Sam Steingold <sds@ksp.com> |
359 | |
360 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq' | |
361 instead of `eql'. | |
362 | |
26039
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
363 1999-10-14 Stefan Monnier <monnier@cs.yale.edu> |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
364 |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
365 * 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
|
366 * 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
|
367 (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
|
368 * ediff-util.el (ediff-make-temp-file): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
369 * ediff-vers.el (ediff-pcl-cvs-view-revision): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
370 * emerge.el (emerge-make-temp-file): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
371 * 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
|
372 * vc.el (vc-update-change-log): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
373 * mail/mailpost.el (post-mail-send-it): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
374 * mail/metamail.el (metamail-region): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
375 * progmodes/cmacexp.el (c-macro-expansion): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
376 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file. |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
377 |
26029 | 378 1999-10-15 Gerd Moellmann <gerd@gnu.org> |
379 | |
380 * smtpmail.el (smtpmail-via-smtp): Add support for | |
381 automatically appending a domain to RCPT TO: addresses. | |
382 | |
26027 | 383 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
384 | |
385 * dired.el (dired-insert-directory): Insert the amount of | |
386 free space after the total size. | |
387 (dired-free-space-program, dired-free-space-args): New variables. | |
388 | |
26023 | 389 1999-10-14 Karl Heuer <kwzh@gnu.org> |
390 | |
391 * mail/rmail.el (rmail-pop-password-error): Add new pattern. | |
392 | |
26017 | 393 1999-10-14 Dave Love <fx@gnu.org> |
394 | |
395 * international/characters.el: | |
396 * international/fontset.el: | |
397 * international/mule-conf.el: Add latin-iso8859-1[45]. | |
398 | |
399 * language/european.el: Add Latin-8, Latin-9. Modify some doc | |
400 strings. | |
401 | |
402 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89]. | |
403 (command-line): Detect Latin-[89] locales. | |
404 | |
26011 | 405 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> |
406 | |
407 * international/mule-cmds.el (select-safe-coding-system) | |
408 (leim-list-header): avoid the use of strings that start with backslash | |
409 newline since lread.c:read1 has a hack to turn those strings into | |
410 integer 0 during the loadup.el process. | |
411 | |
412 * diff-mode.el (diff-find-file-name): use `Index:' preferentially. | |
413 | |
26008 | 414 1999-10-13 Dave Love <fx@gnu.org> |
415 | |
416 * image.el (insert-image): Copy the image spec and add an | |
417 intangible property. | |
418 | |
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
419 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
|
420 |
26008 | 421 * help.el (help-xref-interned): Make it also work on variable-only |
422 and function-only symbols. | |
423 (help-make-xrefs): Take advantage of the new `help-xref-interned'. | |
424 (help-follow): If the point under mouse is not highlighted, try | |
425 `help-xref-interned' on the pointed-to symbol anyway. | |
426 | |
427 * info.el (Info-on-current-buffer): New entry point. | |
428 (Info-find-node): Split into two for Info-on-current-buffer to | |
429 hook into it. | |
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
430 (Info-current-file, Info-set-mode-line, Info-up): |
26008 | 431 Info-current-file can now be t. |
432 (Info-clone-buffer-hook): function for `clone-buffer'. | |
433 (Info-goto-node, Info-menu, Info-mode-map, Info-mode): | |
434 `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
|
435 |
26002
4f46db3c9d7d
* subr.el (with-current-buffer): don't use backquotes to avoid
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26001
diff
changeset
|
436 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
|
437 |
26008 | 438 * simple.el (shell-command, shell-command-on-region): Use |
439 make-temp-file. | |
440 (clone-buffer, clone-process, clone-buffer-hook): New functions. | |
441 | |
442 * subr.el (with-current-buffer): Don't use backquotes to avoid | |
443 bootstrapping problems. | |
444 | |
445 * loadup.el (load-path): Add subdirs for bootstrapping. | |
446 (docstrings): Ignore errors during bootstrapping. | |
447 (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
|
448 |
26001 | 449 1999-10-12 Emmanuel Briot <briot@gnat.com> |
450 | |
451 * ada-stmt.el: Doc-string fixes. | |
452 | |
25991 | 453 1999-10-12 Gerd Moellmann <gerd@gnu.org> |
454 | |
25998 | 455 * recentf.el: New file. |
456 | |
25991 | 457 * ps-mode.el: New file. |
458 | |
459 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps, | |
460 case insensitive. | |
461 | |
25985 | 462 1999-10-12 Richard Sharman <rsharman@pobox.com> |
463 | |
464 * sh-script.el: Added support for indenting existing scripts. | |
465 (sh-mode-map): Added new bindings. | |
466 (sh-mode): Updated mode doc-string for new commands, added | |
467 make-local-variable calls, initialize mode-specific variables. | |
468 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line | |
469 is now a different function. | |
470 (sh-header-marker): Changed docstring. | |
471 (sh-set-shell): Initialize mode-specific variables. | |
472 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select) | |
473 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts): | |
474 Changed these define-skeleton calls to work with user-specified | |
475 indentation settings. | |
476 (sh-basic-indent-line, sh-blink, sh-calculate-indent) | |
477 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing) | |
478 (sh-electric-hash, sh-electric-less, sh-electric-rparen) | |
479 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info) | |
480 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word) | |
481 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if) | |
482 (sh-guess-basic-offset, sh-handle-after-case-label) | |
483 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do) | |
484 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac) | |
485 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open) | |
486 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close) | |
487 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else) | |
488 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case) | |
489 (sh-handle-this-then, sh-help-string-for-variable) | |
490 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent) | |
491 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init) | |
492 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp) | |
493 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style) | |
494 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable) | |
495 (sh-remove-our-text-properties, sh-rescan-buffer) | |
496 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp) | |
497 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer) | |
498 (sh-scan-case, sh-search-word, sh-set-char-syntax) | |
499 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value) | |
500 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New | |
501 functions. | |
502 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax) | |
503 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done) | |
504 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done) | |
505 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist) | |
506 (sh-var-list): New variables. | |
507 | |
25983 | 508 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk> |
509 | |
25999 | 510 * quickurl.el (quickurl-list-insert): `count-lines' was returning |
511 a value one line to high if the cursor wasn't at the start of a | |
512 line. A `beginning-of-line' is now performed before making the | |
513 call to `count-lines'. | |
25983 | 514 |
25979
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
515 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
|
516 |
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
517 * diff-mode.el (vc-backend-diff): get rid of the autoloaded advice. |
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
518 |
25960 | 519 1999-10-09 Stefan Monnier <monnier@cs.yale.edu> |
520 | |
25962 | 521 * Makefile (setwins): abstract out the command to find subdirectories |
522 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base). | |
25970 | 523 (custom-deps, finder-data, autoloads, update-subdirs, updates) |
524 (autoloads-with-other-emacs): use it. | |
25962 | 525 |
25960 | 526 * diff-mode.el: new file. A mode for viewing/editing context diffs. |
527 | |
25942 | 528 1999-10-09 Gerd Moellmann <gerd@gnu.org> |
529 | |
530 * Makefile (bootstrap-compile): New target. Compile Lisp | |
531 files with ../src/temacs. | |
532 | |
25939 | 533 1999-10-08 Simon Marshall <simon@gnu.org> |
534 | |
535 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function. | |
536 (regexp-opt-group): Use it to get common suffixes in STRINGS. | |
537 If STRINGS is nil, return "" rather than nil. | |
538 | |
25937 | 539 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
540 | |
541 * Makefile (compile): Compile files one by one. Set load-path to | |
542 current directory and subdirectories when compiling. | |
543 | |
25918 | 544 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
545 | |
546 * Makefile (EMACSOPT, DONTCOMPILE, EL): New. | |
547 (emacs): Use it everywhere instead of EMACS. | |
548 (compile): New target. Compile all Lisp files from scratch. | |
549 (recompile): New target. Recompile lisp directory. | |
550 (autoloads-with-other-emacs): New target. Build loaddefs.el with | |
551 an Emacs executable not built in the current directory tree. | |
552 | |
25908 | 553 1999-10-07 Peter Breton <pbreton@ne.mediaone.net> |
554 | |
555 * filecache.el (file-cache-completion-ignore-case): New variable, | |
556 defaulting to the value of completion-ignore-case. | |
557 (file-cache-minibuffer-complete): Use it. | |
558 (file-cache-files-matching, file-cache-files-matching-internal): | |
559 New functions. | |
560 | |
25905
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
561 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
|
562 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
563 * 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
|
564 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
565 * 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
|
566 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
567 * 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
|
568 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
569 * 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
|
570 subprogram being created. |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
571 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
572 * 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
|
573 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
|
574 scheme |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
575 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
576 * 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
|
577 New functions |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
578 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
579 * 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
|
580 justification parameter |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
581 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
582 * 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
|
583 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
|
584 external program |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
585 |
25900 | 586 1999-10-07 Dave Love <fx@gnu.org> |
587 | |
588 * bindings.el (bound-and-true-p): New macro. | |
589 (make-mode-line-mouse-sensitive): Don't require easymenu. | |
590 | |
25886 | 591 1999-10-07 Gerd Moellmann <gerd@gnu.org> |
592 | |
593 * custom.el (defface): Extend documentation for new values of | |
594 `type'. | |
595 | |
596 * faces.el (face-spec-set-match-display): Recognize `type' of | |
597 `motif', `lucid', `x-toolkit'. | |
598 (menu): New face. | |
599 | |
25870 | 600 1999-10-05 Dave Love <fx@gnu.org> |
601 | |
602 * files.el: Recognize temporary crontab files. | |
603 | |
25873 | 604 * info.el: Require jka-compr when compiling. |
605 (Info-suffix-list): Add bzip2 files (non-ms-dos only). | |
606 | |
25866 | 607 1999-10-04 Dave Love <fx@gnu.org> |
608 | |
609 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines, | |
610 scroll-up-aggressively, scroll-down-aggressively. | |
611 | |
612 * time.el (display-time-mode): Add autoload cookie. | |
613 | |
25867 | 614 * rect.el (delete-extract-rectangle): Doc fix from verna. |
25866 | 615 |
616 * help-macro.el (three-step-help): Customize. | |
617 | |
25926 | 618 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
619 | |
620 * hexl.el (hexlify-buffer): Move point in proper range | |
621 if it is too large. | |
622 (hexl-after-revert-hook): Update hexl-max-address. | |
623 (hexl-address-to-marker): Doc fix. | |
624 | |
25865 | 625 1999-10-03 Dave Love <fx@gnu.org> |
626 | |
627 * image.el (defimage): Remove redundant code. Substitute file in | |
628 image plist. | |
629 | |
630 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
631 | |
632 * vc.el (vc-backend-checkout): Use coding system 'no-conversion | |
633 when doing with-temp-file. | |
634 | |
635 1999-10-01 Dave Love <fx@gnu.org> | |
636 | |
637 * cus-edit.el (custom-comment-create): Fill :from and :to slots. | |
638 | |
639 * help.el: Require view when compiling. | |
640 (view-emacs-FAQ): Use Info version. | |
641 | |
25837 | 642 1999-09-29 Ken'ichi Handa <handa@gnu.org> |
643 | |
644 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed | |
645 (normat->normal). Use correct font names for Korean | |
646 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H). | |
647 | |
648 1999-09-29 Kenichi Handa <handa@etl.go.jp> | |
649 | |
650 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit | |
651 code not used by KOI8 to the same 8-bit code instead of mapping to | |
652 SPC. | |
653 (cyrillic-alternativnyj-decode-table): Likewise. | |
654 | |
655 1999-09-29 Alex Schroeder <alex@gnu.org> | |
656 | |
657 * sql.el (sql-imenu-generic-expression): new, used to set | |
658 imenu-generic-expression. | |
659 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting | |
660 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression, | |
661 imenu-case-fold-search, and imenu-syntax-alist. | |
662 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when | |
663 setting font-lock-defaults' SYNTAX-ALIST. | |
664 | |
26025 | 665 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
666 | |
667 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard | |
668 macro, try again. | |
669 | |
25837 | 670 1999-09-28 Dave Love <fx@gnu.org> |
671 | |
672 * cus-edit.el (custom-comment): Change widget definition. | |
673 (custom-comment-create, custom-comment-show) | |
674 (custom-comment-invisible-p): Don't use :comment-overlay. | |
675 (custom-comment-hide): New function. | |
676 (custom-variable-set, custom-variable-save) | |
677 (custom-variable-reset-standard, custom-face-set) | |
678 (custom-face-save): Use it. | |
679 | |
25946 | 680 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
681 | |
25949 | 682 * hexl.el (hexl-mode): Do nothing if already in hexl mode. |
683 | |
684 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
685 | |
25946 | 686 * faces.el (region): Doc fix. |
687 | |
25837 | 688 1999-09-27 Dave Love <fx@gnu.org> |
689 | |
690 * isearch.el (isearch): Add :links in defgroup. | |
691 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank. | |
692 (isearch-switch-frame-handler): Comment out (unused). | |
693 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix. | |
694 (isearch-ring-retreat-edit): Doc fix. | |
695 (isearch-mouse-yank): New command. | |
696 (isearch-last-command-char): Removed. Callers changed to use | |
697 last-command-char. | |
698 (isearch-char-to-string): Removed. Callers changed to use | |
699 char-to-string. | |
700 | |
25944 | 701 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> |
702 | |
703 * ispell.el (ispell-dictionary-alist-6): Don't use "-C" | |
704 option for Russian. | |
705 | |
25837 | 706 1999-09-25 Gerd Moellmann <gerd@gnu.org> |
707 | |
708 * faces.el (face-differs-from-default-p): Compare face | |
709 attributes individually. | |
710 | |
711 * image.el (put-image, insert-image): Add string argument. | |
712 | |
713 1999-09-24 Gerd Moellmann <gerd@gnu.org> | |
714 | |
715 * ange-ftp.el (ange-ftp-date-regexp): Make it work for | |
716 LANG=de_DE.iso88591 on HPUX 11.0. | |
717 | |
718 * dired.el (dired-move-to-filename-regexp): Make it work | |
719 for LANG=de_DE.iso88591 on HPUX 11.0. | |
720 | |
26171 | 721 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
722 | |
723 * info.el (info-initialize): Don't test existence of ALTERNATIVE | |
724 if we know for some other reason it should not be used. | |
725 | |
26179 | 726 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg): |
727 New variable. | |
728 (edebug-recursive-edit): Save current-prefix-arg there, | |
729 bind it, and set it back at the end. | |
730 (edebug-outside-excursion): Restore and update the outside | |
731 value of current-prefix-arg. | |
732 (edebug-emacs-version-specific): Delete support for Epoch. | |
733 | |
26180 | 734 1999-09-24 Howard Melman <howard@silverstream.com> |
735 | |
736 * imenu.el (imenu-after-jump-hook): New variable. | |
737 (imenu): Run menu-after-jump-hook. | |
738 (imenu-name-lookup-function): New variable. | |
739 * imenu.el (imenu--in-alist): Use those variables. | |
740 | |
25837 | 741 1999-09-24 Carsten Dominik <cd@gnu.org> |
742 | |
743 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for | |
744 multiple thebibliography environments. | |
745 | |
746 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug | |
747 with recentering window. | |
748 (reftex-extract-bib-entries-from-thebibliography, | |
749 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal | |
750 with multiple thebibliography environments. | |
751 | |
752 * textmodes/reftex-vars.el | |
753 (reftex-section-levels): Function allowed as cdr. | |
754 (reftex-max-section-depth) New option. | |
755 | |
756 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal | |
757 with multiple thebibliography environments. | |
758 | |
759 1999-09-23 Gerd Moellmann <gerd@gnu.org> | |
760 | |
761 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end | |
762 instead of point-min in call to delete-region. | |
763 | |
764 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
765 | |
766 * vc.el (vc-backend-checkout): Use with-temp-file when checking | |
767 out into arbitrary file names. | |
768 | |
769 1999-09-19 Ken'ichi Handa <handa@gnu.org> | |
770 | |
771 * language/european.el ("Turkish"): New language environment. | |
772 | |
773 1999-09-19 Dave Love <fx@gnu.org> | |
774 | |
775 * delim-col.el: New file. | |
776 | |
777 1999-09-17 Richard Stallman <rms@gnu.org> | |
778 | |
779 * files.el (after-find-file): When visiting a backup file, | |
780 make it read-only. | |
781 | |
782 * apropos.el (apropos-symbol-face): Non-nil even for ttys. | |
783 (apropos-keybinding-face, apropos-label-face): Likewise. | |
784 (apropos-property-face, apropos-match-face): Likewise. | |
785 (apropos-label-properties): New variable. | |
786 (apropos-print-doc): Use apropos-label-properties. | |
787 (apropos-print): Set apropos-label-properties. | |
788 | |
789 1999-09-15 Richard Stallman <rms@gnu.org> | |
790 | |
791 * winner.el: Use aref instead of sref. | |
792 | |
793 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars. | |
794 | |
795 1999-09-14 Gerd Moellmann <gerd@gnu.org> | |
796 | |
797 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print. | |
798 | |
799 1999-09-14 Richard Stallman <rms@gnu.org> | |
800 | |
801 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload | |
802 cookie, even if followed by a letter. | |
803 | |
804 1999-09-14 Stephen Eglen <stephen@gnu.org> | |
805 | |
806 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and | |
807 --no-line-editing are passed to Octave by including them here | |
808 rather than storing them in inferior-octave-startup-args. | |
809 | |
810 1999-09-14 Eli Zaretskii <eliz@gnu.org> | |
811 | |
812 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref, | |
813 command, option, env and sc. | |
814 | |
815 * subr.el (shell-quote-argument): Quote argument with double | |
816 quotes for ms-dos. | |
817 | |
818 1999-09-14 Richard Stallman <rms@gnu.org> | |
819 | |
820 * simple.el (eval-expression-print-level): New variable. | |
821 (eval-expression-print-length): New variable. | |
822 (eval-expression-debug-on-error): New variable. | |
823 (eval-expression): Bind print-level, print-length and | |
824 debug-on-error from those vars. | |
825 | |
826 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp): | |
827 Bind print-level, print-length and debug-on-error. | |
828 | |
829 1999-09-14 Inge Frick <inge@nada.kth.se> | |
830 | |
831 * dired.el (dired-recursive-deletes): New custom variable. | |
832 (dired-re-no-dot): New variable. | |
833 (dired-delete-file): New function deletes files and directories | |
834 recursively. | |
835 (dired-internal-do-deletions): Use `dired-delete-file' to delete files. | |
836 | |
837 * dired-aux.el (dired-recursive-copies): New custom variable. | |
838 (dired-handle-overwrite): Broke a long line. | |
839 (dired-copy-file): Call `dired-copy-file-recursive' instead of | |
840 `copy-file'. | |
841 (dired-copy-file-recursive): New function. Copy directories | |
842 recursively. | |
843 (dired-do-create-files): Added support for generalized directory | |
844 target. How-to function may now return a function. New fluid | |
845 variable `dired-one-file'. | |
846 (dired-copy-how-to-fn): New variable. | |
847 (dired-do-copy): Bind `dired-recursive-copies' to preserve it. | |
848 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files. | |
849 (dired-do-copy-regexp): No recursive copies. | |
850 | |
851 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com> | |
852 | |
853 * whitespace.el (whitespace-version): Update version to 2.4 | |
854 | |
855 * whitespace.el: Add customization variables to conditionally test | |
856 any of the five whitespaces, per request from Rune Kleveland | |
857 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>. | |
858 | |
859 * whitespace.el (whitespace-spacetab-regexp): Fix doc string. | |
860 | |
861 * whitespace.el (whitespace-modes): Add `change-log-mode' to the | |
862 list of modes to be checked for bogus whitespaces. | |
863 | |
864 * whitespace.el (whitespace-rescan-timer-time): Update | |
865 documentation. | |
866 | |
867 * whitespace.el (whitespace-display-unchecked-whitespaces): | |
868 new function to update modeline with untested whitespaces. | |
869 | |
870 * whitespace.el (whitespace-buffer): Test only whitespaces whose | |
871 checking is turned on, and update modeline using the newly created | |
872 `whitespace-display-unchecked-whitespaces'. | |
873 | |
874 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces | |
875 whose checking is turned on, and update modeline using the newly | |
876 created `whitespace-display-unchecked-whitespaces'. | |
877 | |
878 * whitespace.el (whitespace-describe): Update documentation. | |
879 | |
880 * whitespace.el (whitespace-tickle-timer): Test if | |
881 `whitespace-rescan-timer-time' is non-zero before tickling timer. | |
882 | |
883 1999-09-13 Dave Love <fx@gnu.org> | |
884 | |
885 * hideif.el (hide-ifdef-mode): Add autoload cookie. | |
886 | |
887 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode | |
888 for temp buffer. | |
889 (checkdoc-this-string-valid): Don't assume default comment-start. | |
890 | |
891 1999-09-13 Gerd Moellmann <gerd@gnu.org> | |
892 | |
893 * rsz-mini.el: Remove code, keep the interface. | |
894 | |
895 1999-09-13 Dave Love <fx@gnu.org> | |
896 | |
897 * help.el (help-highlight-p): Doc fix. | |
898 | |
899 * faces.el (mode-line, header-line, tool-bar): Add :version. | |
900 (highlight, secondary-selection): Add :group. | |
901 (trailing-whitespace): Add :group, :version. | |
902 | |
903 * wid-edit.el: Remove some compatibility code and checks. | |
904 (widget-specify-field, widget-specify-button): Don't use XEmacs | |
905 properties. | |
906 (widget-overlay-inactive): Change error message. | |
907 (widget-button-pressed-face): New variable. | |
908 (widget-button-click): Use it. | |
909 (widget-documentation-link-add): Specify mouse and button faces. | |
910 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions | |
911 removed now the functionality is built in. | |
912 | |
913 * cus-edit.el: Don't define-widget-keywords. | |
914 (multimedia): New group. | |
915 (custom-last): Function removed. | |
916 (custom-quote): Add vectorp case, comment out characterp case. | |
917 (custom-buffer-done-function, custom-raised-buttons): New option. | |
918 (Custom-buffer-done): New function. | |
919 (custom-buffer-create-internal): Obey custom-raised-buttons, | |
920 Custom-buffer-done. | |
921 (custom-button-face): Make it `released-button'. | |
922 (custom-button-pressed-face): Make it `pressed-button' | |
923 (custom-mode-map): Bind "q" to Custom-buffer-done. | |
924 (custom-mode): Deal with raised/pressed buttons. | |
925 | |
926 Changes from Didier Verna: | |
927 (custom-prompt-variable): Optional third arg makes prompt for a | |
928 comment string. | |
929 (customize-set-value, customize-set-variable, | |
930 customize-save-variable): Optional prefix makes function handle | |
931 variable comments. | |
932 (customize-customized, customize-saved, custom-variable-state-set) | |
933 (custom-variable-set, custom-variable-save, custom-face-state-set) | |
934 (custom-variable-reset-saved, custom-variable-reset-standard) | |
935 (custom-face-set, custom-face-save, custom-face-reset-saved) | |
936 (custom-face-reset-standard, customize-save-customized): Handle | |
937 custom comments. | |
938 (custom-comment-face, custom-comment-tag-face): New face. | |
939 (custom-comment): New widget. | |
940 (custom-comment-create, custom-comment-delete) | |
941 (custom-comment-value-set, custom-comment-show) | |
942 ()custom-comment-invisible-p): New functions. | |
943 (custom-variable-value-create, custom-face-value-create): Create a | |
944 comment field widget. | |
945 (custom-variable-menu, custom-face-menu): New entry for custom | |
946 comment. | |
947 (custom-face-value-create): Remove compatibility code. | |
948 (custom-save-variables, custom-save-faces): Possibly save custom | |
949 comments. | |
950 | |
951 * cus-face.el (custom-face-attributes): Simplify :underline, | |
952 :overline, :inverse-video cases. Fix up :box case (probably needs | |
953 more work). | |
954 | |
955 Change from Didier Verna: | |
956 (custom-set-faces): The arguments can now have a custom comment as | |
957 fourth argument. | |
958 | |
959 * custom.el: Don't define-widget-keywords. | |
960 Change from Didier Verna: | |
961 (custom-set-variables): the arguments can now have a | |
962 custom comment as fifth element. | |
963 | |
964 1999-09-13 Richard Stallman <rms@gnu.org> | |
965 | |
966 * info.el (Info-find-node): Cope better if guesspos is too large. | |
967 | |
968 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
969 | |
970 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead | |
971 of buffer-substring because buffer-string doesn't copy the | |
972 prompt. | |
973 | |
974 * faces.el (mode-line): Replaces `modeline'. | |
975 (toplevel): Make `modeline' an alias for `mode-line'. | |
976 | |
977 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
978 | |
979 * gs.el: Change `ghostscript' to `postscript' in comment. | |
980 | |
981 1999-09-11 Rob Riepel <riepel@Stanford.EDU> | |
982 | |
983 * emulation/tpu-edt.el (tpu-version): New version. | |
984 (tpu-search-overlay, tpu-replace-overlay): New variables. | |
985 (tpu-search-highlight, tpu-toggle-direction): New functions. | |
986 (tpu-lm-replace): Set tpu-replace-overlay. | |
987 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post | |
988 command hook. | |
989 | |
990 1999-09-11 Richard Stallman <rms@gnu.org> | |
991 | |
992 * isearch.el (isearch-mode-map): Undo previous change. | |
993 | |
994 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER, | |
995 use all of that as the sexp. | |
996 | |
997 * files.el (find-file-noselect): Catch errors in file-expand-wildcards, | |
998 and use the initial argument as file name directly. | |
999 Likewise if nothing matches. | |
1000 | |
1001 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no> | |
1002 | |
1003 * winner.el: Major changes. Avoid changing point and mark. | |
1004 Save configurations after they change, not before. | |
1005 | |
1006 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu> | |
1007 | |
1008 * emacs-lisp/bytecomp.el (byte-compile-output-docform): | |
1009 Bind print-continuous-numbering and print-number-table. | |
1010 | |
1011 1999-09-10 Dave Love <fx@gnu.org> | |
1012 | |
1013 * bindings.el (debug-ignored-errors): Restore BBDB stuff. | |
1014 | |
1015 1999-09-09 Richard Stallman <rms@gnu.org> | |
1016 | |
1017 * whitespace.el: Finish making it fit Emacs conventions. | |
1018 Add autoloads. | |
1019 | |
1020 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il> | |
1021 | |
1022 * generic-x.el (bat-generic-mode): "::"-style comments don't | |
1023 need to begin with "-". Fix the font-lock definitions of ON/OFF | |
1024 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO | |
1025 from the list of keywords. Add DO to the list of keywords. | |
1026 | |
1027 1999-09-09 Dave Love <fx@gnu.org> | |
1028 | |
1029 * byte-opt.el (byte-optimize-backward-char): | |
1030 (byte-optimize-backward-word): New optimizations. | |
1031 (side-effect-free-fns, side-effect-and-error-free-fns): Add | |
1032 entries. | |
1033 | |
1034 1999-09-09 Gerd Moellmann <gerd@gnu.org> | |
1035 | |
1036 * image.el (put-image): Remove optional buffer parameter. | |
1037 | |
1038 * faces.el (face-italic-p): Return t only for values `italic' | |
1039 and `oblique'. | |
1040 | |
1041 * mouse.el (mouse-drag-mode-line-1): Extension of former | |
1042 mouse-drag-mode-line that also drags the header line. | |
1043 (mouse-drag-mode-line): Call it. | |
1044 (mouse-drag-header-line): New. | |
1045 (toplevel): Bind down-mouse-1 on header lines to | |
1046 mouse-drage-header-line. | |
1047 | |
1048 1999-09-08 Gerd Moellmann <gerd@gnu.org> | |
1049 | |
1050 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref. | |
1051 (make-mode-line-mouse-sensitive): Replace `top-line' by | |
1052 `header-line'. | |
1053 | |
1054 1998-09-08 Michael Ernst <mernst@alum.mit.edu> | |
1055 | |
1056 * help.el (describe-function-1): Don't return empty string for keymaps. | |
1057 | |
1058 * fill.el (fill-region-as-paragraph, canonically-space-region): | |
1059 Respect colon-double-space at end of line. | |
1060 | |
1061 1999-09-08 Stephen Gildea <gildea@alum.mit.edu> | |
1062 | |
1063 * files.el (backup-by-copying-when-privileged-mismatch): New variable. | |
1064 (backup-buffer): Use it. | |
1065 | |
1066 1999-09-08 Peter Breton <pbreton@ne.mediaone.net> | |
1067 | |
1068 * generic-x.el (generic-define-unix-modes): Added new modes: | |
1069 inetd-conf-generic-mode, etc-services-generic-mode, | |
1070 etc-passwd-generic-mode. These are all defined for Unix by default. | |
1071 (apache-generic-mode): Use an imenu-generic-expression to list | |
1072 Configuration keywords. | |
1073 (samba-generic-mode): Use both ; and # as comment characters. | |
1074 (samba-generic-mode): Font-lock expressions now highlight name | |
1075 value pairs. | |
1076 (bat-generic-mode): Keywords are now case-insensitive through | |
1077 font-lock-defaults setting. | |
1078 (java-properties-generic-mode): Supports both ! and # as comment | |
1079 characters. | |
1080 (java-properties-generic-mode): Added an imenu-generic-expression | |
1081 (java-properties-generic-mode): Reworked to support the various | |
1082 different ways to separate name and value (viz, '=', ':' and | |
1083 whitespace). | |
1084 (show-tabs-generic-mode): Added this new generic-mode. | |
1085 | |
1086 1999-09-08 Richard Stallman <rms@gnu.org> | |
1087 | |
1088 * progmodes/inf-lisp.el: Moved from top directory. | |
1089 | |
1090 * tar-mode.el (tar-header-block-tokenize): | |
1091 Use `when' instead of `and'. Fix some clobbered text. | |
1092 | |
1093 * gud.el (gud-make-debug-menu): Make a child for the | |
1094 local menu, for its menu bar, and the debug menu. | |
1095 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): | |
1096 Use the history in the simple way. | |
1097 | |
1098 1999-09-07 Kenichi Handa <handa@etl.go.jp> | |
1099 | |
1100 * language/korea-util.el (default-korean-keyboard): Initialize it | |
1101 according to the environment variable HANGUL_KEYBOARD_TYPE. | |
1102 | |
1103 1999-09-07 Richard Stallman <rms@gnu.org> | |
1104 | |
1105 * subr.el (make-temp-file): New function. | |
1106 | |
1107 1999-09-07 Stefan Monnier <monnier@cs.yale.edu> | |
1108 | |
1109 * font-lock.el (font-lock-multiline): New text property contains | |
1110 a boolean to indicate if the char is part of a multiline match. | |
1111 (font-lock-default-fontify-region): Extend the region appropriately | |
1112 for multiline keywords. | |
1113 (font-lock-default-unfontify-region): Also remove the new | |
1114 font-lock-multiline text property. | |
1115 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches. | |
1116 (font-lock-fontify-keywords-region): Mark multiline regexp matches. | |
1117 | |
1118 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
1119 | |
1120 * diary-lib.el (list-diary-entries): Make sure two-digit years | |
1121 have leading zeros. | |
1122 | |
1123 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
1124 | |
1125 * faces.el (face-set-after-frame-default): Initialize some | |
1126 attributes of some faces from frame parameters. | |
1127 | |
1128 * faces.el (scroll-bar, border, cursor, mouse): New faces. | |
1129 | |
1130 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
1131 | |
1132 * faces.el (fringe): Replaces face `margin'. | |
1133 | |
1134 1999-09-07 Dave Love <fx@gnu.org> | |
1135 | |
1136 * tar-mode.el (tar-header-block-tokenize): Bind linkname. | |
1137 | |
1138 1999-09-07 Richard Stallman <rms@gnu.org> | |
1139 | |
1140 * subr.el (push): Doc fix. | |
1141 | |
1142 1999-09-06 Richard Stallman <rms@gnu.org> | |
1143 | |
1144 * vc.el (vc-annotate-display): Use < 69 not < 70 | |
1145 to distinguish 20YY from 19YY. | |
1146 | |
1147 * timezone.el (timezone-parse-date): Use < 69 not < 70 | |
1148 to distinguish 20YY from 19YY. | |
1149 | |
1150 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file. | |
1151 | |
1152 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk> | |
1153 | |
1154 * quickurl.el: (quickurl-list-focused-line): Removed. | |
1155 (quickurl-list-insert): Now works out the focused line using | |
1156 `count-lines' instead of using `quickurl-list-focused-line'. | |
1157 | |
1158 1999-09-06 Richard Stallman <rms@gnu.org> | |
1159 | |
1160 * mail/rmail.el (rmail-retry-failure): Unconditionally move | |
1161 to beginning of message. | |
1162 | |
1163 1999-09-06 Dave Love <fx@gnu.org> | |
1164 | |
1165 * isearch.el (isearch-mode-map): Add mouse-2. | |
1166 | |
1167 * rmail.el (rmail-read-password): Deleted. | |
1168 (rmail-get-pop-password): Use read-password. | |
1169 | |
1170 * quickurl.el: Don't conditionally define caddr. | |
1171 (quickurl-url-comment): Use nth, not caddr in function and | |
1172 defsetf. | |
1173 | |
1174 1999-09-06 Richard Stallman <rms@gnu.org> | |
1175 | |
1176 * auto-show.el: Doc fixes. | |
1177 | |
1178 1999-09-06 Stephen Eglen <stephen@gnu.org> | |
1179 | |
1180 * progmodes/octave-inf.el (inferior-octave-startup-args): Add | |
1181 --no-line-editing so that TABs in source files are not interpreted | |
1182 as completion requests. | |
1183 | |
1184 1999-09-06 Gerd Moellmann <gerd@gnu.org> | |
1185 | |
1186 * hscroll.el, auto-show.el: Remove all code, keep the public | |
1187 interface as no-ops. | |
1188 | |
1189 * faces.el (face-bold-p): Don't return t if face has lighter | |
1190 weight than normal. | |
1191 | |
1192 1999-09-06 Eli Zaretskii <eliz@gnu.org> | |
1193 | |
1194 * startup.el (command-line): Make small-temporary-file-directory | |
1195 be nil except on ms-dos. | |
1196 | |
1197 * files.el (small-temporary-file-directory): Ditto. Also doc fix. | |
1198 | |
1199 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it | |
1200 is defined. | |
1201 | |
1202 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive | |
1203 letters with a colon after d or l. | |
1204 | |
1205 1999-09-06 Dave Love <fx@gnu.org> | |
1206 | |
1207 * byte-opt.el (byte-boolean-vars): Removed. (Now primitive.) | |
1208 | |
1209 1999-09-05 Richard Stallman <rms@gnu.org> | |
1210 | |
1211 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY. | |
1212 | |
1213 * textmodes/paragraphs.el (backward-kill-sentence): | |
1214 Don't test minibuffer-prompt-end here. | |
1215 (forward-sentence): Do handle it here. | |
1216 (backward-kill-paragraph): Don't test it here. | |
1217 (forward-paragraph): Handle it here. | |
1218 | |
1219 * mouse.el (font-menu-add-default): Simplify code. | |
1220 | |
1221 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
1222 | |
1223 * faces.el (header-line): Renamed from `top-line'. | |
1224 | |
1225 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
1226 | |
1227 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'. | |
1228 | |
1229 1999-09-04 Richard Stallman <rms@gnu.org> | |
1230 | |
1231 * whitespace.el: New file. | |
1232 | |
1233 1999-09-04 Dave Love <fx@gnu.org> | |
1234 | |
1235 * paths.el: Make some doc strings obey the make-docfile convention. | |
1236 | |
1237 * bindings.el: Likewise. | |
1238 (debug-ignored-errors): Remove BBDB ones. | |
1239 | |
1240 1999-09-03 Richard Stallman <rms@gnu.org> | |
1241 | |
1242 * mail/mh-comp.el (mh-forward): Get new subject line from the original, | |
1243 not from the draft to forward. | |
1244 | |
1245 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun. | |
1246 | |
1247 1999-09-03 Dave Love <fx@gnu.org> | |
1248 | |
1249 * double.el (double-mode): Customize the variable. | |
1250 | |
1251 1999-09-03 Kenichi Handa <handa@etl.go.jp> | |
1252 | |
1253 * international/characters.el: Delete duplicated code. | |
1254 | |
1255 1999-09-02 Richard Stallman <rms@gnu.org> | |
1256 | |
1257 * indent.el (indent-relative): Doc fix. | |
1258 | |
1259 * quickurl.el (quickurl): Doc fix. | |
1260 | |
1261 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
1262 | |
1263 * faces.el (margin): Change background to "gray" for mono (this is | |
1264 drawn with a stipple pattern). | |
1265 | |
1266 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
1267 | |
1268 * simple.el (next-history-element): Use minibuffer-prompt-end once | |
1269 again. Remove test for minibuffer-prompt-in-buffer. | |
1270 | |
1271 1999-09-02 Eli Zaretskii <eliz@gnu.org> | |
1272 | |
1273 * files.el (small-temporary-file-directory): New variable. | |
1274 | |
1275 * startup.el (command-line): Compute the value of | |
1276 small-temporary-file-directory. | |
1277 | |
1278 * ediff-init.el (ediff-temp-file-prefix): Use | |
1279 small-temporary-file-directory if non-nil. | |
1280 | |
1281 * vc.el (vc-update-change-log): Likewise. | |
1282 | |
1283 * progmodes/cmacexp.el (c-macro-expansion): Likewise. | |
1284 | |
1285 * simple.el (shell-command, shell-command-on-region): Use | |
1286 make-temp-name properly. Use small-temporary-file-directory if | |
1287 non-nil, otherwise temporary-file-directory, to generate temporary | |
1288 files. | |
1289 | |
1290 * dos-w32.el (direct-print-region-helper): Use | |
1291 temporary-file-directory. (From Stefan Monnier.) | |
1292 | |
1293 1999-09-02 Richard Stallman <rms@gnu.org> | |
1294 | |
1295 * progmodes/asm-mode.el (asm-mode): Set comment-start properly | |
1296 from asm-comment-char. | |
1297 (asm-font-lock-keywords): Recognize instruction width suffixes. | |
1298 | |
1299 1999-09-01 Richard Stallman <rms@gnu.org> | |
1300 | |
1301 * play/fortune.el: New file. | |
1302 | |
1303 1999-08-31 Dave Love <fx@gnu.org> | |
1304 | |
1305 * help.el (help-make-xrefs): Don't lose on non-empty blank line | |
1306 after key table. | |
1307 | |
1308 * byte-opt.el (byte-boolean-vars): Add several w32 and redisplay | |
1309 variables. | |
1310 | |
1311 * subr.el (push): Fix typo. | |
1312 | |
1313 1999-08-30 Kevin Blake <kblake@ticnet.com> | |
1314 | |
1315 * emacs-lisp/ring.el: Many doc fixes. | |
1316 (ring-size, ring-copy): New functions. | |
1317 | |
1318 1999-08-29 Richard Stallman <rms@gnu.org> | |
1319 | |
1320 * progmodes/etags.el (tags-loop-continue): | |
1321 After tags-loop-operate returns, force skip to next file. | |
1322 | |
1323 * mail/mail-extr.el (mail-extr-all-letters-but-separators) | |
1324 (mail-extr-first-letters, mail-extr-last-letters): | |
1325 Use character classes [:alpha:] and [:alnum:]. | |
1326 | |
1327 * subr.el (push, pop): New macros. | |
1328 | |
1329 * progmodes/compile.el (compilation-error-regexp-alist): | |
1330 New item for SGI IRIX MipsPro compilers. | |
1331 | |
1332 * speedbar.el (speedbar-directory-buttons): Recognize | |
1333 device names when checking for file names. | |
1334 | |
1335 * array.el (array-reconfigure-rows): Use generate-new-buffer. | |
1336 | |
1337 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros, | |
1338 and specially handle defvar inside their expansions. | |
1339 (eval-defun-1): New subroutine. | |
1340 | |
1341 * progmodes/compile.el (compilation-error-regexp-alist): | |
1342 Fix the Perl -w entry to allow period after line number. | |
1343 Don't allow newlines in file name, but allow them after line number | |
1344 for Perl debugging traces. | |
1345 | |
1346 * which-func.el (which-func-cleanup-function): New variable. | |
1347 (which-function): Call that function. | |
1348 | |
1349 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or ( | |
1350 to end a function name. | |
1351 | |
1352 * informat.el (Info-tagify): Don't insert more than one newline | |
1353 before the tag table. | |
1354 | |
1355 1999-08-29 Stefan Monnier <monnier@cs.yale.edu> | |
1356 | |
1357 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather | |
1358 than make-temp-name, use match-string-no-properties, and eliminate | |
1359 a quadratic behavior when building bibtex-strings. | |
1360 | |
1361 1999-08-29 Alex Schroeder <alex@gnu.org> | |
1362 | |
1363 * comint.el (comint-input-ring-separator): New variable. | |
1364 (comint-read-input-ring): Doc change; use | |
1365 comint-input-ring-separator when reading file. | |
1366 (comint-write-input-ring): Use | |
1367 comint-input-ring-separator when writing file. | |
1368 | |
1369 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com> | |
1370 | |
1371 * informat.el (Info-tagify): Start by widening. | |
1372 Match node headers that don't list the file name, | |
1373 and more kinds of page separations. | |
1374 Strip properties during tagification. | |
1375 Use start of node header line as tag's position. | |
1376 Fix the "done" message. | |
1377 | |
1378 (Info-validate): Save and restore match data around narrowing down. | |
1379 | |
1380 1999-08-28 Richard M. Stallman <rms@gnu.org> | |
1381 | |
1382 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode): | |
1383 On repeated call, override previous values put into | |
1384 minor-mode-map-alist and minor-mode-alist. | |
1385 | |
1386 1999-08-28 Michael Ernst <mernst@alum.mit.edu> | |
1387 | |
1388 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format. | |
1389 | |
1390 1999-08-27 Andreas Schwab <schwab@gnu.org> | |
1391 | |
1392 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker | |
1393 from cvs update. | |
1394 | |
1395 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
1396 | |
1397 * calendar/calendar.el (calendar-move-hook): New hook. | |
1398 | |
1399 * calendar/cal-move.el: Call the new hook in every movement function. | |
1400 | |
1401 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload | |
1402 the right function name. | |
1403 | |
1404 1999-08-26 Stephen Gildea <gildea@alum.mit.edu> | |
1405 | |
1406 * time-stamp.el: Put quote-backquote around all symbol names | |
1407 in doc strings, for mousing. | |
1408 (time-stamp): support multi-line patterns. | |
1409 (time-stamp-inserts-lines): new variable. | |
1410 (time-stamp-count): new variable. | |
1411 (time-stamp-string-preprocess): fixed bug where "%%a" becomes | |
1412 "Thu" instead of "%a". | |
1413 | |
1414 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
1415 | |
1416 * simple.el (kill-word): Undo previous change. | |
1417 | |
1418 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
1419 | |
1420 * jit-lock.el (jit-lock-function): Extend the fontified range | |
1421 to the beginning of the line containing the range start and | |
1422 the beginning of the line following the range end. | |
1423 | |
1424 1999-08-24 Dave Love <fx@gnu.org> | |
1425 | |
1426 * timezone.el: Move provide to end. | |
1427 (timezone-parse-date): Simplify somewhat. Assume 2-digit years | |
1428 <70 are 2000+. | |
1429 (timezone-parse-time): Simplify somewhat. | |
1430 | |
1431 1999-08-24 Gerd Moellmann <gerd@gnu.org> | |
1432 | |
1433 * faces.el (margin): Renamed from bitmap-area. | |
1434 | |
1435 1999-08-24 Alex Schroeder <alex@gnu.org> | |
1436 | |
1437 * sql.el: Doc changes. | |
1438 (sql-sybase): use sql-server instead of sql-database. | |
1439 | |
1440 1999-08-23 Dave Love <fx@gnu.org> | |
1441 | |
1442 * rect.el: Add/fix various doc strings. Add `*' to all the | |
1443 interactive specs. | |
1444 | |
1445 1999-08-21 Gerd Moellmann <gerd@gnu.org> | |
1446 | |
1447 * jit-lock.el (jit-lock-function): Use line-beginning-position. | |
1448 Don't unwind-protect font-lock-fontify-region. | |
1449 | |
1450 * paragraphs.el (backward-kill-paragraph): Don't move | |
1451 point into mini-buffer prompt. | |
1452 (backward-kill-sentence): Ditto. | |
1453 | |
1454 * simple.el (next-history-element): Use minibuffer-prompt-end. | |
1455 Remove test for minibuffer-prompt-in-buffer. | |
1456 (kill-word): Don't move point into mini-buffer prompt. | |
1457 | |
1458 1999-08-21 Dave Love <fx@gnu.org> | |
1459 | |
1460 * Makefile: Exclude CVS dirs like RCS. | |
1461 | |
1462 1999-08-19 Dave Love <fx@gnu.org> | |
1463 | |
1464 * tooltip.el (tooltip-mode): Customize this, per convention. | |
1465 (tooltip-active): Option deleted. | |
1466 | |
1467 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize. | |
1468 | |
1469 * hanoi.el, page-ext.el: Declare dynamic vars. | |
1470 | |
1471 * term.el: Avoid ange-ftp related compilation warnings. | |
1472 | |
1473 1999-08-18 Gerd Moellmann <gerd@gnu.org> | |
1474 | |
1475 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode' | |
1476 the default so that beginners can benefit from it without | |
1477 searching in manuals. | |
1478 | |
1479 1999-08-18 Ray Blaak <blaak@gnu.org> | |
1480 | |
1481 * progmodes/delphi.el: Consider assembly sections as blocks, to | |
1482 indent them better. Make auto-indent on newline optional. | |
1483 | |
1484 1999-08-17 Gerd Moellmann <gerd@gnu.org> | |
1485 | |
1486 * bindings.el (mode-line-modified): Look up key binding for C-x | |
1487 C-q. If it's bound call that binding, otherwise call | |
1488 toggle-read-only. | |
1489 | |
1490 1999-08-17 Dave Love <fx@gnu.org> | |
1491 | |
1492 * info.el (info): Doc fix. | |
1493 | |
1494 * finder.el (finder-known-keywords): Add `multimedia'. | |
1495 | |
1496 * apropos.el: Don't capitalize custom group name. | |
1497 | |
1498 * info-look.el: Remove compatibility code. | |
1499 (info-lookup-guess-default*): DTRT for point at start of symbol. | |
1500 (info-complete): Don't lose with point not at end of symbol. | |
1501 | |
1502 1999-08-16 Gerd Moellmann <gerd@gnu.org> | |
1503 | |
1504 * term.el (toplevel): Make face `term-default' an empty face. | |
1505 The code relied on the fact that Emacs ignored invalid faces in | |
1506 face text properties in 20.4. | |
1507 | |
1508 1999-08-16 Richard M. Stallman <rms@gnu.org> | |
1509 | |
1510 * subr.el (point-at-eol, point-at-bol): New aliases. | |
1511 | |
1512 * simple.el: Functions reordered. | |
1513 | |
1514 * rect.el (delete-rectangle-line): Use line-end-position. | |
1515 | |
1516 1999-08-16 Karl Heuer <kwzh@gnu.org> | |
1517 | |
1518 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved | |
1519 here from simple.el. | |
1520 | |
1521 1999-08-16 Dave Love <fx@gnu.org> | |
1522 | |
1523 * mouse.el: Provide `mldrag' for compatibility. | |
1524 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases, | |
1525 marked obsolete. | |
1526 | |
1527 * mldrag.el: Removed since the features are in mouse.el. | |
1528 | |
1529 * jka-compr.el (auto-compression-mode): New variable for | |
1530 customization. | |
1531 | |
1532 * bindings.el (mode-line-mule-info): Doc fix. | |
1533 | |
1534 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in | |
1535 name comparisons. | |
1536 | |
1537 * files.el (interpreter-mode-alist): Add make, guile, clisp. | |
1538 (find-file): Doc fix. | |
1539 | |
1540 1999-08-16 Carsten Dominik <cd@gnu.org> | |
1541 | |
1542 * textmodes/reftex.el: Most of the code moved to other files. | |
1543 * textmodes/reftex-auc.el: New file, split out from reftex.el | |
1544 * textmodes/reftex-cite.el: New file, split out from reftex.el | |
1545 * textmodes/reftex-global.el: New file, split out from reftex.el | |
1546 * textmodes/reftex-index.el: New file, split out from reftex.el | |
1547 * textmodes/reftex-parse.el: New file, split out from reftex.el | |
1548 * textmodes/reftex-ref.el: New file, split out from reftex.el | |
1549 * textmodes/reftex-sel.el: New file, split out from reftex.el | |
1550 * textmodes/reftex-toc.el: New file, split out from reftex.el | |
1551 * textmodes/reftex-vars.el: New file, split out from reftex.el | |
1552 * textmodes/reftex-vcr.el: New file, split out from reftex.el | |
1553 | |
1554 1999-08-16 Carsten Dominik <cd@gnu.org> | |
1555 | |
1556 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed | |
1557 conflict with pop-up-frames. | |
1558 (reftex-special-environment-parsers): New constant. | |
1559 (reftex-label-alist): car of an entry can also be a function. | |
1560 (reftex-what-special-env): new function. | |
1561 (reftex-label-location): Call `reftex-what-special-env'. | |
1562 (reftex-compile-variables): Check for symbol in | |
1563 `reftex-label-alist'. | |
1564 (reftex-what-environment): fixed bug with stacked environments of | |
1565 same kind (e.g. enumerate). | |
1566 (reftex-process-string): Preserve default directory. | |
1567 (reftex-label-alist-builtin): changed prefixes of endnote and | |
1568 footnote. Also the magic words. | |
1569 (reftex-reference): Interprete new option | |
1570 `reftex-fref-is-default'. | |
1571 (reftex-replace-prefix-escapes): Interprete new `%S' format. | |
1572 (reftex-toc-mouse-view-line): Command removed (had no binding). | |
1573 (reftex-everything-regexp): New function. | |
1574 (reftex-nearest-match): Made better. | |
1575 (reftex-toc-find-section): Use new version of | |
1576 `reftex-nearest-match'. | |
1577 (reftex-insert-docstruct): adapted to work with the index stuff. | |
1578 (reftex-parse-from-file): Find index entries as well. | |
1579 (reftex-toc-toggle-index): New function | |
1580 (reftex-toc-map): `i' is now used to togle the index, File | |
1581 boundaries has been moved to `F'. | |
1582 (reftex-select-label-map): Toggling display of file boundaries is | |
1583 now on the `F' key, for consistency with `reftex-toc-map'. | |
1584 (reftex-erase-all-selection-and-index-buffers): Renamed from | |
1585 `reftex-erase-all-selection-buffer'. Now also kills the index | |
1586 buffers. | |
1587 (reftex-viewing-cross-references): Customization group renamed | |
1588 from reftex-viewing-cross-references-and-citations. | |
1589 (reftex-index-macro-regexp, | |
1590 reftex-find-index-entry-regexp-format): New variables | |
1591 (reftex-macros-with-index): New variable | |
1592 (reftex-add-index-macros): New function | |
1593 (reftex-renumber-simple-labels, reftex-translate): Allow for | |
1594 multiple labels in a single ref command. | |
1595 (reftex-index-support): New customization group | |
1596 (reftex-support-index, reftex-index-special-chars, | |
1597 reftex-index-macros, reftex-index-default-macro, | |
1598 reftex-index-default-tag, reftex-index-math-format, | |
1599 reftex-index-section-letters, reftex-index-include-context, | |
1600 reftex-index-follow-mode, reftex-index-header-face, | |
1601 reftex-index-section-face, reftex-index-tag-face, | |
1602 reftex-index-face): New options | |
1603 (reftex-index-map, reftex-index-menu, reftex-last-index-file, | |
1604 reftex-index-tag, reftex-index-return-marker, | |
1605 reftex-index-restriction-indicator, reftex-index-restriction-data, | |
1606 reftex-index-macro-regexp, reftex-index-level-re, | |
1607 reftex-index-key-end-re, reftex-find-index-entry-regexp-format, | |
1608 reftex-everything-regexp-no-index, reftex-index-re, | |
1609 reftex-macros-with-index, reftex-index-macro-alist): New variables | |
1610 (reftex-index-help, reftex-index-macros-builtin, | |
1611 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt, | |
1612 reftex-query-index-macro-help): New constants | |
1613 (reftex-index-selection-or-word, reftex-index, | |
1614 reftex-default-index, reftex-update-default-index, | |
1615 reftex-index-complete-tag, reftex-index-select-tag, | |
1616 reftex-index-complete-key, reftex-index-update-taglist, | |
1617 reftex-index-globally, reftex-index-mode, reftex-index-show-entry, | |
1618 reftex-display-index, reftex-insert-index, | |
1619 reftex-index-insert-new-letter, reftex-get-restriction, | |
1620 reftex-index-pre-command-hook, reftex-index-post-command-hook, | |
1621 reftex-index-show-help, reftex-index-next, reftex-index-previous, | |
1622 reftex-index-toggle-follow, reftex-index-toggle-context, | |
1623 reftex-index-view-entry, reftex-index-goto-entry-and-hide, | |
1624 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide, | |
1625 reftex-index-quit, reftex-index-quit-and-kill, | |
1626 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan, | |
1627 reftex-index-revert, reftex-index-switch-index-tag, | |
1628 reftex-index-restrict-to-section, reftex-index-widen, | |
1629 reftex-index-restriction-forward, | |
1630 reftex-index-restriction-backward, reftex-index-visit-location, | |
1631 reftex-index-analyze-entry, reftex-index-globalize, | |
1632 reftex-index-edit, reftex-index-toggle-range-beginning, | |
1633 reftex-index-toggle-range-end, reftex-index-edit-key, | |
1634 reftex-index-edit-attribute, reftex-index-edit-visual, | |
1635 reftex-index-edit-part, reftex-index-level-down, | |
1636 reftex-index-level-up, reftex-index-kill, reftex-index-undo, | |
1637 reftex-index-change-entry, reftex-index-goto-letter, | |
1638 reftex-add-index-macros, reftex-ensure-index-support, | |
1639 reftex-index-info-safe, reftex-index-info): New functions. | |
1640 | |
1641 | |
1642 1999-08-15 Richard M. Stallman <rms@gnu.org> | |
1643 | |
1644 * paren.el (show-paren-mode): Support making show-paren-mode | |
1645 a buffer-local variable. Don't check for a window system. | |
1646 (show-paren-function): Check whether show-paren-function is | |
1647 enabled in current buffer; do the right thing if not. | |
1648 Don't check for a window system. | |
1649 (show-paren-mode): Make it a user variable. | |
1650 | |
1651 * add-log.el (add-log-current-defun): Exclude all trailing whitespace. | |
1652 Handle `enum' like `struct'. | |
1653 | |
1654 * server.el (server-process-filter): If a client visits no buffers, | |
1655 close it immediately before recording it. | |
1656 | |
1657 * mail/mail-utils.el (mail-unquote-printable): Make it autoload. | |
1658 Optimize by calling concat just once. Handle =\n sequence. | |
1659 (mail-unquote-printable-region): New command. | |
1660 (mail-quote-printable): Make it autoload. | |
1661 | |
1662 1999-08-15 Karl Heuer <kwzh@gnu.org> | |
1663 | |
1664 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org. | |
1665 | |
1666 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
1667 | |
1668 * lisp/texinfmt.el: Handle @ifnottex. | |
1669 | |
1670 1999-08-15 Eli Zaretskii <eliz@gnu.org> | |
1671 | |
1672 * frame.el (blink-cursor): Don't turn on cursor blinking for | |
1673 ms-dos. | |
1674 | |
1675 * faces.el (face-valid-attribute-values): Look in | |
1676 x-bitmap-file-path only for x and w32 window systems. | |
1677 | |
1678 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default". | |
1679 Do that if width is nil as well. | |
1680 (x-display-mm-height, x-display-mm-width): Update values. | |
1681 (x-colors): Compute the list from msdos-color-values. | |
1682 (x-select-enable-clipboard): Doc fix. | |
1683 (x-frob-font-weight, x-font-family-list): New functions. | |
1684 | |
1685 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk> | |
1686 | |
1687 * window.el (shrink-window-if-larger-than-buffer): Don't try to | |
1688 back up from beginning of buffer. | |
1689 | |
1690 1999-08-13 Karl Heuer <kwzh@gnu.org> | |
1691 | |
1692 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound. | |
1693 | |
1694 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US> | |
1695 | |
1696 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G | |
1697 doomsday clock, speed control is added and changes are made to | |
1698 allow large numbers of rings: rings now show the whole ring | |
1699 number, not just the last digit; consecutive rings are allowed to | |
1700 be the same size when necessary to fit all the rings in the | |
1701 window; and poles can be oriented horizontally. Face support is | |
1702 thrown in gratuitously. | |
1703 (hanoi): Changed default number of rings back to 3. | |
1704 (hanoi-unix, hanoi-unix-64): New commands | |
1705 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces, | |
1706 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face, | |
1707 hanoi-odd-ring-face): New variables. | |
1708 (hanoi-internal, hanoi-current-time-float, hanoi-put-face, | |
1709 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for, | |
1710 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions. | |
1711 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n. | |
1712 (hanoi-topos, hanoi-draw-ring): Removed. | |
1713 | |
1714 1999-08-12 Gerd Moellmann <gerd@gnu.org> | |
1715 | |
1716 * faces.el (face-valid-attribute-values): Return an alist for | |
1717 families on ttys. | |
1718 (face-read-integer): Handle unspecified face attributes. Add | |
1719 completion for `unspecified'. | |
1720 (read-face-attribute): Handle unspecified font attributes. | |
1721 (face-valid-attribute-values): Add `unspecified' to lists so that | |
1722 it can be chosen via completion. | |
1723 (face-read-string): Don't recognize "none" as input. | |
1724 | |
1725 1999-08-10 Dave Love <fx@gnu.org> | |
1726 | |
1727 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc | |
1728 string. | |
1729 | |
1730 * sun-curs.el: Require sun-fns. | |
1731 | |
1732 1999-08-10 Dave Love <fx@gnu.org> | |
1733 | |
1734 * autorevert.el (auto-revert-mode): Add autoload cookie. | |
1735 | |
1736 * hscroll.el, auto-show.el: Files deleted -- we have built-in | |
1737 hscroll. | |
1738 | |
1739 * simple.el (hscroll-step, hscroll-point-visible) | |
1740 (hscroll-window-column): Remove now we have the mentioned real | |
1741 horizontal autoscrolling. | |
1742 | |
1743 1999-08-10 Richard M. Stallman <rms@gnu.org> | |
1744 | |
1745 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from | |
1746 control use of -f option. | |
1747 (mail-specify-envelope-from): New variable. | |
1748 (mail-from-style): Doc fix. | |
1749 | |
1750 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn. | |
1751 (easy-menu-get-map): New arg TO-MODIFY helps choose | |
1752 between local and global maps. | |
1753 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map. | |
1754 (easy-menu-change): Doc fix. | |
1755 | |
1756 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward. | |
1757 (info-lookup-guess-default): Simplified and cleaned up. | |
1758 (info-lookup-guess-default*): Preserve point. | |
1759 | |
1760 * view.el (view-mode-disable): If buffer-read-only is nil, | |
1761 don't change it. | |
1762 | |
1763 * files.el (after-find-file): Disable View mode if buffer is no | |
1764 longer read-only. | |
1765 | |
1766 * view.el (view-mode-enable, view-mode-disable): | |
1767 Call force-mode-line-update. | |
1768 | |
1769 1999-08-10 Karl Heuer <kwzh@gnu.org> | |
1770 | |
1771 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call. | |
1772 * array.el, play/landmark.el, international/latin-3.el: Likewise. | |
1773 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise. | |
1774 | |
1775 1999-08-10 Alex Schroeder <asc@bsiag.com> | |
1776 | |
1777 * ansi-color.el (ansi-color-to-text-properties): Added New state 5 | |
1778 to prevent m-eating-bug. | |
1779 | |
1780 1999-08-10 Eli Zaretskii <eliz@gnu.org> | |
1781 | |
1782 * term/pc-win.el (msdos-bg-mode): Remove. Call | |
1783 frame-set-background-mode instead. All callers changed. | |
1784 (msdos-face-setup): Don't force color display parameter, it is set | |
1785 by frame-set-background-mode. | |
1786 (make-msdos-frame): Call x-handle-reverse-video and | |
1787 face-set-after-frame-default. Delete frame if creation failed. | |
1788 | |
1789 * faces.el (face-set-after-frame-default): Don't call | |
1790 make-face-x-resource-internal for the pc window-system. | |
1791 | |
1792 1999-08-10 Dave Love <fx@melange.gnu.org> | |
1793 | |
1794 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat | |
1795 case with no docstring specially. | |
1796 | |
1797 1999-08-09 Eli Zaretskii <eliz@gnu.org> | |
1798 | |
1799 * complete.el (PC-do-completion): If completing on file name, | |
1800 reproduce str by concatenating its directory and basename parts. | |
1801 | |
1802 1999-08-07 Dave Love <fx@gnu.org> | |
1803 | |
1804 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid | |
1805 unibyte to multibyte conversion of search-forward (from Handa), | |
1806 but avoid the replacement if the language is Latin-N. | |
1807 | |
1808 1999-08-06 Richard Stallman <rms@gnu.org> | |
1809 | |
1810 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args | |
1811 of eval-buffer. | |
1812 | |
1813 * international/mule.el (load-with-code-conversion): | |
1814 Pass t to eval-buffer for DO-ALLOW-PRINT. | |
1815 | |
1816 1999-08-06 Geoff Voelker <voelker@cs.washington.edu> | |
1817 | |
1818 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist | |
1819 of filenames and attributes. | |
1820 (ls-lisp-insert-directory): Use directory-files-and-attributes | |
1821 for speed. | |
1822 | |
1823 1999-08-05 Dave Love <fx@gnu.org> | |
1824 | |
1825 * auto-show.el (auto-show-mode): Fix :set. | |
1826 | |
1827 * widget.el (define-widget-keywords): Make dummy definition and | |
1828 comment-out its use. | |
1829 | |
1830 1999-08-04 Richard Stallman <rms@gnu.org> | |
1831 | |
1832 * progmodes/tcl.el: Customized. | |
1833 | |
1834 * sql.el (sql-accumulate-and-indent): Instead of testing | |
1835 whether this is Emacs 20 before calling comint-accumulate, | |
1836 test whether comint-accumulate is defined. | |
1837 | |
1838 1999-08-04 Dave Love <fx@gnu.org> | |
1839 | |
1840 * sgml-mode.el: Require outline when compiling. | |
1841 (sgml-mode-hook, html-mode-hook): Customize. | |
1842 (sgml-validate-command): Fix :version. | |
1843 (html-autoview-mode): Doc fix. | |
1844 | |
1845 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do | |
1846 nothing in Latin-N environment. | |
1847 | |
1848 * info.el (Info-find-node): Call info-initialize here. | |
1849 (info): Not here. | |
1850 (Info-file-list-for-emacs): Add message, dired-x, c, viper. | |
1851 | |
1852 1999-08-04 Richard Stallman <rms@gnu.org> | |
1853 | |
1854 * ansi-color.el: New file. | |
1855 | |
1856 1999-08-04 Stefan Monnier <monnier@cs.yale.edu> | |
1857 | |
1858 * dired.el (dired-string-replace-match): Return `nil' when no match | |
1859 found with global search. | |
1860 | |
1861 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file): | |
1862 * terminal.el (te-terminfo-directory): | |
1863 * mail/mailpost.el (post-mail-send-it): | |
1864 * mail/metamail.el (metamail-region): | |
1865 * progmodes/ada-mode.el (ada-tmp-directory): | |
1866 Use temporary-file-directory. | |
1867 | |
1868 * progmodes/compile.el (compilation-parsing-end,compilation-setup) | |
1869 (compilation-filter, compilation-forget-errors) | |
1870 (compilation-parse-errors): Use a marker instead of an integer for | |
1871 `compilation-parsing-end'. | |
1872 | |
1873 * progmodes/diff.el (diff-parse-differences): | |
1874 Use a marker instead of an integer for `compilation-parsing-end'. | |
1875 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
1876 Use a marker instead of an integer for `compilation-parsing-end'. | |
1877 | |
1878 1999-08-03 Richard Stallman <rms@gnu.org> | |
1879 | |
1880 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View. | |
1881 (Buffer-menu-mode): Doc fix. | |
1882 (Buffer-menu-view): New command. | |
1883 (Buffer-menu-view-other-window): New command. | |
1884 | |
1885 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com> | |
1886 | |
1887 * replace.el (query-replace-regexp-eval) | |
1888 (replace-eval-replacement, replace-loop-through-replacements) | |
1889 (replace-match-string-symbols): New functions. | |
1890 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA). | |
1891 Use replace-loop-through-replacements. | |
1892 | |
1893 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk> | |
1894 | |
1895 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f. | |
1896 (5x5): Doc fix. | |
1897 | |
1898 1999-08-03 Dave Love <fx@gnu.org> | |
1899 | |
1900 * fortran.el (fortran-indent-new-line): Make it an alias | |
1901 for reindent-then-newline-and-indent. | |
1902 | |
1903 1999-08-03 Didier Verna <verna@inf.enst.fr> | |
1904 | |
1905 * rect.el: All functions rewritten, except when noted above | |
1906 their declaration. Below is a list of interface changes. | |
1907 (apply-on-rectangle): New function, mostly replaces | |
1908 `operate-on-rectangle'. All callers changed. | |
1909 (move-to-column-force): Pass new second argument to `move-to-column'. | |
1910 (kill-rectangle): Added optional prefix arg to fill lines. | |
1911 (delete-rectangle): Ditto. | |
1912 (delete-whitespace-rectangle): Ditto. | |
1913 (delete-extract-rectangle): Ditto. | |
1914 (open-rectangle): Ditto. | |
1915 (clear-rectangle): Ditto. | |
1916 (delete-whitespace-rectangle-line): New function. | |
1917 (delete-rectangle-line): Added third arg FILL. | |
1918 (delete-extract-rectangle-line): Ditto. | |
1919 (open-rectangle-line): Ditto. | |
1920 (clear-rectangle-line): Ditto. | |
1921 | |
1922 1999-08-03 Ray Blaak <blaak@gnu.org> | |
1923 | |
1924 * progmodes/delphi.el: New file. | |
1925 | |
1926 1999-08-02 Richard Stallman <rms@gnu.org> | |
1927 | |
1928 * textmodes/outline.el (outline-previous-heading): New function. | |
1929 (outline-up-heading-all): Use outline-previous-heading. | |
1930 (outline-next-heading): Delete definition inserted yesterday. | |
1931 | |
1932 1999-08-01 Richard Stallman <rms@gnu.org> | |
1933 | |
1934 * textmodes/outline.el (outline-next-heading): New function. | |
1935 (outline-up-heading-all): New function. | |
1936 (outline-font-lock-level): Using outline-up-heading-all. | |
1937 Tell outline-back-to-heading to accept invisible headings. | |
1938 | |
1939 * simple.el (shell-command-on-region): EXIT-STATUS can be a string. | |
1940 | |
1941 * mail/mh-utils.el (mh-find-path-run): New variable. | |
1942 (mh-find-path): Test and set that. | |
1943 Set mail-user-agent only the first time this function is run. | |
1944 (mail-user-agent): Defvar deleted. | |
1945 | |
1946 * info.el (info-initialize): New function. | |
1947 (info): Call info-initialize. | |
1948 (Info-directory-list): Initialize to nil, | |
1949 so info-initialize will set it up for real. | |
1950 | |
1951 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
1952 | |
1953 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it | |
1954 does not interpret a time as the year in a day-month entry. | |
1955 | |
1956 * calendar/diary-lib.el: Change syntax table entry for colon in | |
1957 the diary as part of the european-date-diary-pattern fix. | |
1958 | |
1959 1999-08-01 Eli Zaretskii <eliz@gnu.org> | |
1960 | |
1961 * international/mule.el (set-auto-coding): Allow whitespace before | |
1962 and after the "variable: value" pair. | |
1963 | |
1964 1999-07-30 Ken'ichi Handa <handa@gnu.org> | |
1965 | |
1966 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed. | |
1967 (default-sendmail-coding-system): Doc-string fixed. | |
1968 | |
1969 1999-07-30 Dave Love <fx@gnu.org> | |
1970 | |
1971 * subr.el (assoc-delete-all): New function, renamed from | |
1972 frame-delete-all. | |
1973 | |
1974 * frame.el: Change comments to doc strings and other doc fixes. | |
1975 (frame-delete-all): Moved to subr.el as `assoc-delete-all'. | |
1976 Callers changed. | |
1977 (set-background-color, set-foreground-color, set-cursor-color) | |
1978 (set-mouse-color, set-border-color): Offer completion of colours. | |
1979 (cursor): Add :version to defgroup. | |
1980 | |
1981 * facemenu.el (list-colors-display): Make it work on ttys. | |
1982 (facemenu-read-color): Likewise. | |
1983 | |
1984 1999-07-30 Richard M. Stallman <rms@gnu.org> | |
1985 | |
1986 * frame.el (frame-notice-user-settings): If background | |
1987 color has been changed, update background-mode from it, | |
1988 then update faces. | |
1989 | |
1990 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com> | |
1991 | |
1992 * net-utils.el (finger): Don't do indirect fingering. | |
1993 | |
1994 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
1995 | |
1996 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of | |
1997 rules. Add separator at end of holidays. | |
1998 (cal-tex-rules): New customizable variable. | |
1999 (cal-tex-latexify-list): Add optional parameter to put separator | |
2000 at end. | |
2001 | |
2002 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu> | |
2003 | |
2004 * textmodes/fill.el (fill-individual-paragraphs): Calculate new | |
2005 fill prefix on each line while looping to the end of paragraph. | |
2006 End paragraph if it's longer than the existing fill prefix. | |
2007 | |
2008 * textmodes/fill.el (fill-context-prefix): Doc fix. | |
2009 | |
2010 1999-07-30 Dave Love <fx@gnu.org> | |
2011 | |
2012 * font-lock.el (jit-lock): Fix :load, add :version. | |
2013 | |
2014 1999-07-30 Eli Zaretskii <eliz@gnu.org> | |
2015 | |
2016 * term/pc-win.el (msdos-face-setup): Register standard colors in | |
2017 Vface_tty_color_alist. | |
2018 (face-color-supported-p, face_color_gray_p): New functions. | |
2019 | |
2020 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p | |
2021 is bound. | |
2022 | |
2023 * startup.el (command-line): Don't register default colors for | |
2024 MSDOS window-system. | |
2025 | |
2026 1999-07-29 Dave Love <fx@gnu.org> | |
2027 | |
2028 * f90.el (f90-mode-syntax-table): Change backslash to escape, not | |
2029 charquote. | |
2030 | |
2031 * lisp-mode.el (eval-defun): Re-written to avoid | |
2032 capturing variables. | |
2033 | |
2034 * picture.el (picture-beginning-of-line): Don't call | |
2035 hscroll-point-visible now we have real autoscrolling. | |
2036 (picture-end-of-line, picture-newline, picture-open-line): | |
2037 Likewise. | |
2038 | |
2039 * international/latin-8.el: New file. | |
2040 * international/latin-9.el: New file. | |
2041 | |
2042 1999-07-28 Dave Love <fx@gnu.org> | |
2043 | |
2044 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter. | |
2045 | |
2046 * msb.el: Require cl only when compiling. | |
2047 (msb--home-dir): Deleted. | |
2048 (msb--format-title): Use abbreviate-file-name. | |
2049 (msb--choose-file-menu): Simplify string comparison. | |
2050 | |
2051 1999-07-28 Gerd Moellmann <gerd@gnu.org> | |
2052 | |
2053 * faces.el (toolbar): Add face definition for mono displays. | |
2054 | |
2055 1999-07-27 Richard M. Stallman <rms@gnu.org> | |
2056 | |
2057 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
2058 | |
2059 * frame.el (frame-initialize): When setting frame-initial-frame-alist, | |
2060 force copying of default-frame-alist. | |
2061 | |
2062 1999-07-26 Ken'ichi Handa <handa@gnu.org> | |
2063 | |
2064 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp. | |
2065 | |
2066 1999-07-26 Richard M. Stallman <rms@gnu.org> | |
2067 | |
2068 * frame.el (set-mouse-color): If new color is nil, | |
2069 really respecify the current color. | |
2070 | |
2071 1999-07-26 Gerd Moellmann <gerd@gnu.org> | |
2072 | |
2073 * faces.el (bitmap-area): Change background of face `bitmap-area' | |
2074 to white for mono displays. | |
2075 | |
2076 1999-07-26 Kenichi Handa <handa@etl.go.jp> | |
2077 | |
2078 * international/ccl.el (ccl-embed-symbol): New function. | |
2079 (ccl-program-p): Deleted. Now it's implemented in C code. | |
2080 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol. | |
2081 (ccl-compile-translate-character): Likewise. | |
2082 (ccl-compile-map-single): Likewise. | |
2083 (ccl-compile-multiple-map-function): Likewise. | |
2084 (declare-ccl-program): Doc-string modified. | |
2085 (check-ccl-program): Check compiled CCL code by ccl-program-p. | |
2086 | |
2087 1999-07-25 Ken'ichi Handa <handa@etl.go.jp> | |
2088 | |
2089 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
2090 | |
2091 1999-07-25 Markus Rost <rost@gnu.org> | |
2092 | |
2093 * cus-edit.el (custom-save-variables, custom-save-faces): Sort | |
2094 the entries to make custom-file more readable. | |
2095 | |
2096 1999-07-25 Richard M. Stallman <rms@gnu.org> | |
2097 | |
2098 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs. | |
2099 | |
2100 * emacs-lisp/edebug.el: Delete compatibility code. | |
2101 (edebug-next-token-class): If . is followed by a digit, | |
2102 return `symbol' for the token class. | |
2103 | |
2104 * startup.el (command-line): If we don't find the user's init file, | |
2105 set user-init-file to nil. | |
2106 | |
2107 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
2108 | |
2109 * info-look.el (info-lookup-interactive-arguments): Add optional | |
2110 argument query for new choice of help mode. | |
2111 (info-lookup-symbol): Use it. | |
2112 (info-lookup-file): Ditto. | |
2113 (info-lookup): Don't switch to other window, if already in Info | |
2114 buffer. | |
2115 | |
2116 1999-07-23 Dave Love <fx@gnu.org> | |
2117 | |
2118 * fortran.el (fortran-mode-syntax-table): Change `\' to `\' | |
2119 syntax. | |
2120 (fortran-fontify-string, fortran-match-!-commen): Deleted. | |
2121 (fortran-font-lock-syntactic-keywords): New variable. | |
2122 (fortran-mode): Use it. | |
2123 (fortran-font-lock-keywords-1): Don't do comments. | |
2124 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save | |
2125 match data. | |
2126 | |
2127 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls. | |
2128 | |
2129 * msb.el (msb-menu-bar-update-buffers): Renamed from | |
2130 menu-bar-update-buffers. | |
2131 (msb-custom-set, msb--toggle-menu-type): Call | |
2132 msb-menu-bar-update-buffers. | |
2133 (msb-mode): Revise the hook setting. | |
2134 | |
2135 * font-lock.el (turn-on-font-lock): Use tty-display-color-p. | |
2136 | |
2137 1999-07-23 Gerd Moellmann <gerd@gnu.org> | |
2138 | |
25956 | 2139 * font-lock.el, help.el, simple.el: Re-integrate previously |
2140 described changes that were lost due to errors while checking them | |
2141 in. | |
25837 | 2142 |
2143 1999-07-23 Kevin Blake <kblake@ticnet.com> | |
2144 | |
2145 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp. | |
2146 | |
2147 1999-07-23 Ken'ichi Handa <handa@etl.go.jp> | |
2148 | |
2149 * international/encoded-kb.el | |
2150 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character | |
2151 but push it to unread-command-events. | |
2152 (encoded-kbd-self-insert-iso2022-8bit): Likewise. | |
2153 (encoded-kbd-self-insert-sjis): Likewise. | |
2154 (encoded-kbd-self-insert-big5): Likewise. | |
2155 | |
2156 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up | |
2157 before left margin and fill-prefix by fill-find-break-point. | |
2158 | |
2159 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
2160 | |
2161 * info-look.el (info-lookup-setup-mode): Don't give up, if | |
2162 info-lookup-make-completions returns an error. | |
2163 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file | |
2164 name latex, not latex2e. | |
2165 | |
2166 1999-07-21 Richard M. Stallman <rms@gnu.org> | |
2167 | |
2168 * replace.el (perform-replace): Turn off case-fold-search | |
2169 if FROM-STRING argument has uppercase in it. | |
2170 | |
2171 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2172 | |
2173 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock | |
2174 mode is on. Don't use end of changed text. | |
2175 | |
2176 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2177 | |
2178 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table. | |
2179 (cl-hash-table-p): Renamed from hash-table-p. | |
2180 (cl-hash-table-count): Renamed from hash-table-count. | |
2181 (maphash): Alias to cl-maphash removed. | |
2182 (gethash): Likewise. | |
2183 (puthash): Likewise. | |
2184 (remhash): Likewise. | |
2185 (clrhash): Likewise. | |
2186 | |
2187 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2188 | |
2189 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with | |
2190 third arg non-nil. See comment there why this isn't a good idea. | |
2191 | |
2192 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2193 | |
2194 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message. | |
2195 | |
2196 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call | |
2197 sit-for with 3rd arg non-nil to prevent redisplay. | |
2198 | |
2199 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2200 | |
2201 * image.el (image-type-from-file-header): If file doesn't | |
2202 have a directory part, add data-directory. | |
2203 | |
2204 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2205 | |
2206 * tooltip.el (tooltip-gud-tips-p): Set default to nil. | |
2207 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse | |
2208 motion handling when tooltip-gud-tips-p is nil. | |
2209 | |
2210 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2211 | |
2212 * tooltip.el (tooltip-mode): Don't use `plusp'. | |
2213 (tooltip-active): Use initial value of nil. | |
2214 | |
2215 * jit-lock.el (jit-lock-mode): Don't use `plusp'. | |
2216 | |
2217 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2218 | |
2219 * bindings.el (make-mode-line-mouse-sensitive): Add key | |
2220 definitions for `top-line'. | |
2221 | |
2222 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2223 | |
2224 * faces.el (top-line): New face. | |
2225 | |
2226 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2227 | |
2228 * image.el (image-type-regexps): Add regexp for PS files. | |
2229 | |
2230 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2231 | |
2232 * faces.el (set-face-attribute): Fix wrong handling of frame | |
2233 begin equal to t. | |
2234 | |
2235 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2236 | |
2237 * image.el (image-type-regexps): Add PNG format. | |
2238 | |
2239 1999-07-21 Dave Love <fx@gnu.org> | |
2240 | |
2241 * bindings.el (mode-line-modified): New variable. | |
2242 (mode-line-mode-menu-1): Switch to appropriate window before | |
2243 showing menu. | |
2244 | |
2245 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2246 | |
2247 * faces.el (face-underline): Removed. | |
2248 (face-underline-color): Ditto. | |
2249 | |
2250 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2251 | |
2252 * faces.el (face-x-resources): Fix typo. | |
2253 | |
2254 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2255 | |
2256 * faces.el: Remove handling of `:relief', extend handling of | |
2257 `:box'. | |
2258 (frame-set-background-mode): Choose new defface specs after | |
2259 frame parameters have changed. | |
2260 | |
2261 * cus-face.el: Ditto. | |
2262 | |
2263 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2264 | |
2265 * custom.el (defface): Extend documentation to include new | |
2266 face attributes. | |
2267 | |
2268 * cus-face.el (custom-face-attributes): Add overline, | |
2269 strike-through, box. | |
2270 | |
2271 * faces.el (face-valid-attribute-values): Handle overline, | |
2272 strike-through, box. | |
2273 (face-attribute-name-alist): Add pairs for new face attributes. | |
2274 (describe-face): Handle new face attributes. | |
2275 | |
2276 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2277 | |
2278 * faces.el (face-x-resources): Add overline, strike-through, box. | |
2279 | |
2280 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2281 | |
2282 * enriched.el (enriched-translations): Add `display' and | |
2283 "x-display". | |
2284 (enriched-handle-display-prop): New. | |
2285 (enriched-decode-display-prop): New. | |
2286 | |
2287 * format.el (top-level): Give `display' property | |
2288 `format-list-atomic-p. | |
2289 (format-annotate-single-property-change): Test that property. | |
2290 If present, treat list property values like atoms. | |
2291 | |
2292 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2293 | |
2294 * cus-face.el (custom-face-attributes): Use `choice' everywhere | |
2295 so that "*" can be entered. | |
2296 | |
2297 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2298 | |
2299 * cus-face.el (custom-face-attributes): Don't use `#''. | |
2300 | |
2301 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
2302 | |
2303 * cus-face.el (custom-face-attributes): Return underline | |
2304 face attribute directly from the second lambda of underline. | |
2305 | |
2306 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2307 | |
2308 * jit-lock.el (jit-lock-stealth-verbose): Set to nil. | |
2309 | |
2310 * frame.el (after-setting-font-hooks): New variable. | |
2311 (set-frame-font): Run those hooks. | |
2312 | |
2313 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region. | |
2314 | |
2315 * faces.el (set-face-attribute): Fix doc string. | |
2316 | |
2317 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2318 | |
2319 * cus-face.el (custom-face-attributes): Accept color name. | |
2320 | |
2321 * faces.el (face-underline-p): Accept unspecified underlining. | |
2322 (face-underline): Ditto. Fix doc string. | |
2323 | |
2324 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
2325 | |
2326 * faces.el (face-underline-color): New function. | |
2327 | |
2328 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
2329 | |
2330 * cus-face.el (custom-face-attributes): Support underline coloring. | |
2331 Added slot to choose a color. | |
2332 | |
2333 * faces.el (face-underline): New function. | |
2334 (face-underline-p): Support underline coloring. | |
2335 Return nil only if the underline attribute is 'normal. | |
2336 (set-face-underline): New function. | |
2337 (face-valid-attribute-values): Support underline coloring. | |
2338 | |
2339 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2340 | |
2341 * image.el (insert-image): Use `display' instead of `glyph' | |
2342 as text property name. | |
2343 (put-image): Ditto. | |
2344 (image-type-from-file-header): Use insert-file-contents-literally. | |
2345 | |
2346 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2347 | |
2348 * easymenu.el (easy-menu-do-add-item): Don't use the empty | |
2349 string to indicate separators. | |
2350 | |
2351 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2352 | |
2353 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max | |
2354 instead of message-log. | |
2355 | |
2356 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2357 | |
2358 * faces.el (bitmap-area): New face. | |
2359 | |
2360 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2361 | |
2362 * image.el (insert-image): New. | |
2363 | |
2364 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2365 | |
2366 * frame.el (blink-cursor): Set the symbol's value. | |
2367 (show-trailing-whitespace): Change group to font-lock. | |
2368 | |
2369 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2370 | |
2371 * jit-lock.el: New. | |
2372 * font-lock.el: Add jit-mode as new support mode. | |
2373 | |
2374 * font-lock.el (font-lock-fontify-keywords-region): Stop when | |
2375 reaching end instead of letting re-search-forward signal an error. | |
2376 (demand-lock-mode): New. | |
2377 (font-lock-turn-on-thing-lock): Add demand-lock-mode. | |
2378 (font-lock-turn-off-thing-lock): Ditto. | |
2379 (font-lock-after-fontify-buffer): Ditto. | |
2380 (font-lock-after-unfontify-buffer): Ditto. | |
2381 | |
2382 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2383 | |
2384 * gs.el: New file. | |
2385 | |
2386 * startup.el (command-line-1): Activate tooltip mode if | |
2387 interactive. | |
2388 | |
2389 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2390 | |
2391 * faces.el (toolbar): Grey default background. | |
2392 (modeline): Ditto. | |
2393 | |
2394 * image.el (image-type-regexps): New. | |
2395 (image-type-from-file-header): New. | |
2396 (create-image): Call it. | |
2397 | |
2398 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2399 | |
2400 * image.el: New file. | |
2401 | |
2402 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2403 | |
2404 * bindings.el (mode-line-format): Replace `mode-name' with | |
2405 `(:eval mode-line-mode-name)'. | |
2406 (mode-line-mode-name): New. | |
2407 (make-mode-line-mouse-sensitive): Don't change default value | |
2408 of `mode-name'. | |
2409 | |
2410 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2411 | |
2412 * tooltip.el: New file. | |
2413 | |
2414 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2415 | |
2416 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3 | |
2417 instead of mouse-3 to pop up menus. | |
2418 (mode-line-kill-buffer): Removed. | |
2419 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over | |
2420 buffer name. | |
2421 (mode-line-buffer-menu-1): Removed. | |
2422 | |
2423 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive. | |
2424 | |
2425 * bindings.el (mode-line-buffer-identification-keymap): New. | |
2426 (mode-line-buffer-menu-keymap): New. | |
2427 (mode-line-mode-menu-keymap): New. | |
2428 (mode-line-unbury-buffer): New. | |
2429 (mode-line-other-buffer): New. | |
2430 (mode-line-kill-buffer): New. | |
2431 (mode-line-buffer-menu-1): New. | |
2432 (mode-line-mode-menu-1): New. | |
2433 (make-mode-line-mouse-sensitive): New. | |
2434 | |
2435 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2436 | |
2437 * help.el (describe-key-briefly): Handle mode line strings | |
2438 with local-map properties. | |
2439 (describe-key): Ditto. | |
2440 (mode-line-key-binding): New. | |
2441 | |
2442 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2443 | |
2444 * scroll-bar.el (scroll-bar-timer): New. | |
2445 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer. | |
2446 | |
2447 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2448 | |
2449 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top' | |
2450 and `bottom'. | |
2451 | |
2452 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2453 | |
2454 * scroll-bar.el (scroll-bar-toolkit-scroll): New. | |
2455 (global): Use different key bindings if using tookit scroll bars. | |
2456 | |
2457 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2458 | |
2459 * faces.el (modeline): Define mode line face with relief for | |
2460 class color, only. | |
2461 (toolbar): New face. | |
2462 | |
2463 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2464 | |
2465 * frame.el (frame-initialize): Set frame-creation-function to | |
2466 tty-create-frame-with-faces. | |
2467 | |
2468 * faces.el (frame-set-background-mode): Make it work for | |
2469 window-system nil. | |
2470 | |
2471 * faces.el (tty-create-frame-with-faces): New. | |
2472 (face-set-after-frame-default): Make it work for TTY frames. | |
2473 | |
2474 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2475 | |
2476 * faces.el (face-valid-attribute-values): Use tty-defined-colors. | |
2477 Return a list of one font family for TTYs. Don't return bitmap | |
2478 file paths for TTY frames. | |
2479 | |
2480 * faces.el: Add face specs for tty displays to basic faces. | |
2481 | |
2482 * font-lock.el (font-lock-comment-face): Add spec for color tty. | |
2483 (font-lock-string-face): Ditto. | |
2484 (font-lock-keyword-face): Ditto. | |
2485 (font-lock-builtin-face): Ditto. | |
2486 (font-lock-function-name-face): Ditto. | |
2487 (font-lock-variable-name-face): Ditto. | |
2488 (font-lock-type-face): Ditto. | |
2489 (font-lock-constant-face): Ditto. | |
2490 (font-lock-warning-face): Ditto. | |
2491 | |
2492 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2493 | |
2494 * startup.el (command-line): Register default tty colors. | |
2495 | |
2496 * faces.el (face-spec-set-match-display): Recognize `type tty'. | |
2497 | |
2498 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2499 | |
2500 * faces.el (modeline): For X frames, use a modeline with relief. | |
2501 | |
2502 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2503 | |
2504 * faces.el (frame-update-faces): Copied from 20.2. | |
2505 (frame-update-face-colors): Ditto. Code removed that isn't | |
2506 applicable in the new face implementation. | |
2507 | |
2508 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2509 | |
2510 * frame.el (show-trailing-whitespace): New. | |
2511 | |
2512 * faces.el (trailing-whitespace): New basic face. | |
2513 | |
2514 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2515 | |
2516 * cus-face.el (custom-facep): Always define as alias for facep. | |
2517 | |
2518 * cus-face.el (custom-face-attributes): Use choice widgets. | |
2519 Remove :bold and :italic. | |
2520 | |
2521 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2522 | |
2523 * faces.el (face-charset-registries): Removed since fontset.el | |
2524 is no always loaded. | |
2525 | |
2526 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2527 | |
2528 * faces.el (internal-get-face): Added as obsolete function for | |
2529 compatibility. | |
2530 | |
2531 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2532 | |
2533 * frame.el (blink-cursor-end): Call show-cursor. | |
2534 (blink-cursor-mode): Ditto. | |
2535 | |
2536 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2537 | |
2538 * faces.el (face-spec-reset-face): Reset all attributes to | |
2539 `unspecified'. | |
2540 (face-spec-set): Use it. | |
2541 | |
2542 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2543 | |
2544 * faces.el (read-all-face-attributes): Bug fix. | |
2545 (face-read-integer): Allow nil default value. | |
2546 (face-valid-attribute-values): Use symbol names of attribute | |
2547 values for completion list. | |
2548 | |
2549 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2550 | |
2551 * faces.el (internal-find-face): Define for compatibility with | |
2552 20.2. | |
2553 (face-id): Likewise. | |
2554 | |
2555 * faces.el (face-id): Return the ID of a realized face for ASCII. | |
2556 | |
2557 * fontset.el (x-charset-registries): Removed. Now in faces.el. | |
2558 (x-complement-fontset-spec): Use face-charset-registries. | |
2559 | |
2560 * faces.el (face-font-selection-order): Set font selection order | |
2561 from Lisp. | |
2562 (face-alternative-font-family-alist): Set alternative font | |
2563 families from Lisp. | |
2564 | |
2565 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2566 | |
2567 * faces.el (set-face-charset-registries): Set symbol value. | |
2568 | |
2569 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2570 | |
2571 * faces.el (face-set-after-frame-default): Call function | |
2572 internal-merge-in-global-face. | |
2573 | |
2574 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2575 | |
2576 * faces.el (face-list): Return symbols from face-global-alist. | |
2577 | |
2578 * faces.el (face-list): Return a copy of the face name list so | |
2579 that it cannot be modified from outside (facemenu.el uses | |
2580 nreverse, for example). | |
2581 | |
2582 * cus-face.el (custom-face-attributes): Add :bold and :italic | |
2583 for compatibility with old code. | |
2584 | |
2585 * faces.el (set-face-attributes-from-resources): Additional | |
2586 frame parameter. | |
2587 (make-face-x-resource-internal): Set attributes from resources | |
2588 for a given frame or all frames. | |
2589 | |
2590 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2591 | |
2592 * faces.el (all-faces): Removed. | |
2593 | |
2594 * custom.el (defface): Add new face attributes to function | |
2595 comment. | |
2596 | |
2597 * font-lock.el (font-lock-comment-face): Use new face attribute | |
2598 names. | |
2599 (font-lock-string-face): Ditto. | |
2600 (font-lock-keyword-face): Ditto. | |
2601 (font-lock-builtin-face): Ditto. | |
2602 (font-lock-function-name-face): Ditto. | |
2603 (font-lock-variable-name-face): Ditto. | |
2604 (font-lock-type-face): Ditto. | |
2605 (font-lock-reference-face): Ditto. | |
2606 (font-lock-warning-face): Ditto. | |
2607 ((boundp 'font-lock-face-attributes)): Ditto. | |
2608 | |
2609 * cus-face.el (custom-face-attributes): Use new face attributes. | |
2610 | |
2611 * faces.el (set-face-attribute-from-resource): Initialize | |
2612 from resources only for X and W32. | |
2613 | |
2614 * cus-face.el (custom-declare-face): Don't make frame-local | |
2615 faces. | |
2616 | |
2617 * faces.el (describe-face): Use princ instead of insert. | |
2618 | |
2619 * faces.el: Add XLFD manipulation functions from 20.2 again | |
2620 because fontset.el uses them. | |
2621 (face-set-after-frame-default): Add empty definition. | |
2622 | |
2623 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2624 | |
2625 * faces.el (make-face): Correct typo. | |
2626 (set-face-attribute-from-resource): Use let*. | |
2627 (face-underline-p): Correct typo. | |
2628 (face-inverse-video-p): Ditto. | |
2629 (set-face-stipple): Ditto. | |
2630 (face-read-string): Make completion-list optional parameter. | |
2631 | |
2632 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2633 | |
2634 * faces.el (face-charset-registries): Alist mapping charset | |
2635 symbols to registries and encoding. | |
2636 | |
2637 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2638 | |
2639 * frame.el (blink-cursor-mode): Use interactive spec "P". | |
2640 | |
2641 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2642 | |
2643 * frame.el (blink-cursor-mode): Function to toggle blinking cursor | |
2644 mode. The cursor of selected_window blinks if the mode is enabled. | |
2645 | |
2646 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2647 | |
2648 * simple.el (next-history-element): Set point to the end of the | |
2649 prompt if minibuffer-prompt-in-buffer. | |
2650 | |
2651 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2652 | |
2653 * faces.el (x-font-regexp): Add sub-expression parentheses for | |
2654 several font name components. | |
2655 | |
2656 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
2657 | |
2658 * faces.el (set-face-relief): Use index 12 for relief. | |
2659 (face-fill-in): Set relief from data. | |
2660 (internal-make-face): Init relief to zero. | |
2661 | |
2662 * faces.el (face-spec-set): call modify-face with additional | |
2663 parameters for relief and fixed-p. | |
2664 | |
2665 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
2666 | |
2667 * cus-face.el: ':fixed and ':relief added. | |
2668 | |
2669 * faces.el (describe-face): Add fixed font attribute and relief. | |
2670 (face-attr-match-p): Ditto. | |
2671 (face-attr-construct): Ditto. | |
2672 (face-spec-set): Ditto. | |
2673 | |
2674 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
2675 | |
2676 * faces.el (internal-make-face): Function to create a Lisp vector | |
2677 suitable for representing a face. | |
2678 (make-face): Use it instead of make-vector. | |
2679 (x-create-frame-with-faces): Use it instead of vector. | |
2680 (internal-facep): Increase vector size to 14. | |
2681 (internal-make-face): Ditto. | |
2682 (face-relief): Access relief thickness. | |
2683 (face-fixed-p): Access fixed font attribute. | |
2684 (set-face-fixed-p): Set fixed font attribute. | |
2685 (set-face-relief): Set relief attribute. | |
2686 (internal-face-interactive-int): Read int attribute of face. | |
2687 (modify-face): Add fixed-p and relief parameters. | |
2688 (copy-face): Handle fixed-p and relief. | |
2689 (face-equal): Compare fixed-p and relief. | |
2690 (face-differs-from-default-p): Ditto. | |
2691 (face-nontrivial-p): Add fixed-p and relief. | |
2692 | |
2693 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
2694 | |
2695 * faces.el (eval-when-compile): Add set-face-shadow-thickness. | |
2696 (internal-facep): Increase vector size. | |
2697 (make-face): Ditto. | |
2698 (face-shadow-thickness): Added. | |
2699 (set-face-shadow-thickness): Added. | |
2700 (modify-face): Add optional shadow-thickness parameter. | |
2701 (make-face-x-resource-internal): Add shadows. | |
2702 (copy-face): Ditto. | |
2703 (face-equal): Ditto. | |
2704 (face-differs-from-default-p): Ditto. | |
2705 (face-nontrivial-p): Ditto. | |
2706 (face-attr-match-p): Ditto. | |
2707 (face-attr-construct): Ditto. | |
2708 (face-spec-set): Ditto. | |
2709 (face-fill-in): Ditto. | |
2710 | |
2711 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
2712 | |
2713 * bench.el (bench-mark-split-window): New bench mark. | |
2714 | |
2715 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
2716 | |
2717 * faces.el (set-face-font): Don't pass default font to | |
2718 x-resolve-font so that font will not have to be of the same | |
2719 size. | |
2720 | |
2721 1999-07-20 Dave Love <fx@gnu.org> | |
2722 | |
2723 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it | |
2724 unconditionally t. | |
2725 | |
2726 1999-07-20 Karl Heuer <kwzh@gnu.org> | |
2727 | |
2728 * font-lock.el (c++-font-lock-extra-types): Add "type_info". | |
2729 | |
2730 1999-07-20 Dave Love <fx@gnu.org> | |
2731 | |
2732 * help.el (describe-variable): Fix test for customizability. | |
2733 | |
2734 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer): | |
2735 Check for readonly buffer in interactive spec. | |
2736 (zap-to-char, kill-line, kill-region, comment-region, kill-word) | |
2737 (backward-kill-word): Add * to interactive spec. | |
2738 | |
2739 * underline.el (underline-region, ununderline-region): Add * to | |
2740 interactive spec. | |
2741 | |
2742 * fill.el (canonically-space-region, justify-current-line): Add * | |
2743 to interactive spec. | |
2744 (fill-region-as-paragraph, fill-paragraph, fill-region) | |
2745 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check | |
2746 readonly buffer in interactive spec. | |
2747 | |
2748 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
2749 (backward-kill-sentence, kill-sentence): Add * to interactive | |
2750 spec. | |
2751 | |
2752 1999-07-19 Richard M. Stallman <rms@gnu.org> | |
2753 | |
2754 * dired-aux.el (dired-do-shell-command): Doc fix. | |
2755 | |
2756 * shell.el (shell-unquote-argument): New function. | |
2757 (shell-directory-tracker): Use shell-unquote-argument. | |
2758 * comint.el (comint-arguments): Handle \ followed by space or tab. | |
2759 | |
2760 1999-07-19 John Wiegley <jwiegley@borland.com> | |
2761 | |
2762 * term.el (ansi-term-fg-faces-vector): Added support for ANSI | |
2763 color codes 39 and 49, which by the way lynx uses them seem to | |
2764 mean "foreground reset" and "background reset". | |
2765 | |
2766 1999-07-19 Karl Heuer <kwzh@gnu.org> | |
2767 | |
2768 * font-lock.el (c++-keywords): Add "typeid". | |
2769 | |
2770 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but | |
2771 selects no font, treat that as zero selections, not one. | |
2772 | |
2773 1999-07-19 Dave Love <fx@gnu.org> | |
2774 | |
2775 * info.el (Info-search): Don't lose with empty regexp. | |
2776 | |
2777 * version.el: Cater for (free) `ident' program, not `which'. | |
2778 | |
2779 * hl-line.el: New file. | |
2780 | |
2781 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu | |
2782 for modes which don't define menus. | |
2783 | |
2784 1999-07-16 Richard M. Stallman <rms@gnu.org> | |
2785 | |
2786 * webjump.el (webjump-sample-sites): Update some URLs. | |
2787 | |
2788 1999-07-14 Richard Stallman <rms@gnu.org> | |
2789 | |
2790 * Version 20.4 released. | |
2791 | |
2792 1999-07-14 Andreas Schwab <schwab@gnu.org> | |
2793 | |
2794 * compare-w.el (compare-windows): Try to find the next window in | |
2795 the current frame before looking at the other frames. | |
2796 | |
2797 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru> | |
2798 | |
2799 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"): | |
2800 Use cyrillic-jcuken as default input method. | |
2801 | |
2802 1999-07-12 Richard Stallman <rms@gnu.org> | |
2803 | |
2804 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for | |
2805 Java anonymous array expressions ("new Foo[] {.. bracelist ..}"). | |
2806 | |
2807 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian. | |
2808 (ispell-local-dictionary-alist): Add koi8-r for character set. | |
2809 | |
2810 * textmodes/flyspell.el (flyspell-get-word): | |
2811 Add special handling for when ispell-otherchars is empty. | |
2812 | |
2813 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no> | |
2814 | |
2815 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior | |
2816 when having nested functons. | |
2817 (pascal-indent-nested-functions) (pascal-indent-line) | |
2818 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for | |
2819 indenting nested functions. | |
2820 | |
2821 1999-07-09 Richard Stallman <rms@gnu.org> | |
2822 | |
2823 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes. | |
2824 | |
2825 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no> | |
2826 | |
2827 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when | |
2828 the `end' keyword was in the very beginning of the buffer. | |
2829 | |
2830 1999-07-08 Richard Stallman <rms@gnu.org> | |
2831 | |
2832 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix. | |
2833 | |
2834 * term.el (term-emulate-terminal): Avoid infinite loop | |
2835 in strange case where minibuffer window is selected but not active. | |
2836 | |
2837 1999-07-07 Stephen Eglen <stephen@gnu.org> | |
2838 | |
2839 * progmodes/octave-inf.el (inferior-octave-directory-tracker): | |
2840 Change regexp so that it doesn't match commands beginning with `cd'. | |
2841 | |
2842 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
2843 | |
2844 * mail/rmail.el (mail-unsent-separator): Add a missing \\|. | |
2845 | |
2846 1999-07-06 Richard Stallman <rms@gnu.org> | |
2847 | |
2848 * hscroll.el (hscroll-minibuffer-hook): New function. | |
2849 (hscroll-global-mode): Add and remove that hook. | |
2850 Set hscroll-old-truncate-was-global's default value. | |
2851 | |
2852 1999-07-05 Richard Stallman <rms@gnu.org> | |
2853 | |
2854 * files.el (revert-buffer): Don't preserve point here. | |
2855 (revert-buffer-insert-file-contents-function): Doc fix. | |
2856 | |
2857 * isearch.el (isearch-process-search-char): Write octal 200 correctly. | |
2858 | |
2859 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid | |
2860 doing a `stat' when it isn't necessary because that can cause | |
2861 trouble when an NFS server is down. | |
2862 | |
2863 1999-07-04 Richard Stallman <rms@gnu.org> | |
2864 | |
2865 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer. | |
2866 | |
2867 1999-07-03 Richard Stallman <rms@gnu.org> | |
2868 | |
2869 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte | |
2870 for \200...\240 also. | |
2871 (isearch-printing-char): Use unibyte-char-to-multibyte. | |
2872 | |
2873 1999-07-02 Richard Stallman <rms@gnu.org> | |
2874 | |
2875 * frame.el (minibuffer-frame-alist): Use defcustom. | |
2876 (pop-up-frame-alist): Likewise. | |
2877 (initial-frame-alist): Specify * in the doc string. | |
2878 | |
2879 * hscroll.el (hscroll-mode): Make it a permanent local. | |
2880 (hscroll-mode): Don't cancel the timer | |
2881 if HScroll mode is enabled in some other buffer. | |
2882 | |
2883 * isearch.el (isearch-done): If search ends in middle of intangible | |
2884 text (due to text property), move on to the limit of that text. | |
2885 | |
2886 1999-07-01 Andrew Innes <andrewi@gnu.org> | |
2887 | |
2888 * man.el (Man-build-man-command): Use value of null-device, | |
2889 instead of hard-coding "/dev/null". | |
2890 | |
2891 * dos-w32.el (untranslated-canonical-name): Avoid expanding | |
2892 ange-ftp file names, which might force ange-ftp to prompt for a | |
2893 password. | |
2894 | |
2895 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t, | |
2896 to prevent references to temp files. | |
2897 | |
2898 1999-06-30 Richard Stallman <rms@gnu.org> | |
2899 | |
2900 * progmodes/sh-script.el (sh-feature): If nothing is known | |
2901 about the given shell, use the values for `sh'. | |
2902 | |
2903 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
2904 | |
2905 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status", | |
2906 to make it non-recursive. | |
2907 | |
2908 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly. | |
2909 | |
2910 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
2911 | |
2912 * auto-show.el (auto-show-mode): Fix Typo in :set. | |
2913 | |
2914 1999-06-29 Richard M. Stallman <rms@gnu.org> | |
2915 | |
2916 * progmodes/sh-script.el (sh-mode): When setting syntax | |
2917 table, default to the standard one. | |
2918 | |
2919 1999-06-27 Richard M. Stallman <rms@gnu.org> | |
2920 | |
2921 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix. | |
2922 | |
2923 1999-06-27 Stefan Monnier <monnier@tequila.cs.yale.edu> | |
2924 | |
2925 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): don't pop up | |
2926 a frame when `return' is requested (even if pop-up-frames = t) | |
2927 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function' | |
2928 should only be set for the bibtex buffer. | |
2929 | |
2930 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix. | |
2931 | |
2932 * progmodes/compile.el: Deal with compilation-error-screen-columns | |
2933 being buffer-local. | |
2934 | |
2935 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
2936 | |
2937 * comint.el (comint-password-prompt-regexp): Allow "(again)". | |
2938 | |
2939 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
2940 | |
2941 * cal-x.el (calendar-only-one-frame-setup): New function. | |
2942 * calendar.el (calendar): Call it if requested. | |
2943 | |
2944 1999-06-24 Karl Heuer <kwzh@gnu.org> | |
2945 | |
2946 * startup.el (iso-8859-n-locale-regexp): Doc fix. | |
2947 | |
2948 1999-06-22 Richard M. Stallman <rms@gnu.org> | |
2949 | |
2950 * mail/supercite.el (sc-emacs-features): Doc fix. | |
2951 | |
2952 1999-06-22 Karl Heuer <kwzh@gnu.org> | |
2953 | |
2954 * files.el (auto-mode-alist): Add pike-mode. | |
2955 | |
2956 1999-06-20 Paul R. Eggert <eggert@twinsun.com> | |
2957 | |
2958 * tar-mode.el (tar-header-block-tokenize): Don't assume that the | |
2959 last byte of a numeric field is a space or a NUL. Parse it as | |
2960 potentially part of the number. This is used by GNU tar | |
2961 1.12.64012 to handle larger values. | |
2962 | |
2963 1999-06-20 Karl Heuer <kwzh@gnu.org> | |
2964 | |
2965 * custom.el (custom-handle-keyword): Fix error message. | |
2966 | |
2967 1999-06-18 Andrew Innes <andrewi@gnu.org> | |
2968 | |
2969 * mail/smtpmail.el (smtpmail-send-it): Use | |
2970 convert-standard-filename to make file names for queued mail safe | |
2971 on Windows (`:' is invalid in file names on Windows). | |
2972 | |
2973 1999-06-17 Kenichi Handa <handa@etl.go.jp> | |
2974 | |
2975 * international/mule-cmds.el (describe-current-input-method): | |
2976 Current-input-method is string. | |
2977 (toggle-input-method): Docstring fixed. | |
2978 | |
2979 * international/mule-diag.el | |
2980 (describe-current-coding-system-briefly): Fix format string. | |
2981 | |
2982 * international/mule-util.el (coding-system-eol-type-mnemonic): | |
2983 Docstring modified. Return a string. | |
2984 | |
2985 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch> | |
2986 | |
2987 * sql.el (sql-input-ring-file-name): Doc fix. | |
2988 | |
2989 1999-06-17 Richard M. Stallman <rms@gnu.org> | |
2990 | |
2991 * calendar/cal-x.el (special-display-buffer-names): | |
2992 Don't put (get-file-buffer diary-file) on this list. | |
2993 | |
2994 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov> | |
2995 | |
2996 * play/mpuz.el (mpuz-try-proposal): Fix message call. | |
2997 Don't penalize player for certain impossible guesses. | |
2998 | |
2999 1999-06-16 Andrew Innes <andrewi@gnu.org> | |
3000 | |
3001 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid, | |
3002 return the string "Unk 0 0000" so at least it appears to be a | |
3003 valid timestamp to `dired-move-to-filename-regexp'. | |
3004 | |
3005 1999-06-15 Ken'ichi Handa <handa@gnu.org> | |
3006 | |
3007 * ps-print.el (ps-control-character): Fix previous change. | |
3008 | |
3009 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
3010 | |
3011 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid | |
3012 multiple output of the last message. | |
3013 | |
3014 1999-06-14 Eli Zaretskii <eliz@gnu.org> | |
3015 | |
3016 * term/internal.el (IT-display-table-setup): Do not remap \222 to | |
3017 the ASCII apostrophe, as most DOS codepages have some other glyph | |
3018 there. | |
3019 | |
3020 1999-06-14 Ken'ichi Handa <handa@gnu.org> | |
3021 | |
3022 * language/ethio-util.el (setup-ethiopic-environment-internal): | |
3023 Use quail-activate-hook instead of obsolete hook quail-mode-hook. | |
3024 (exit-ethiopic-environment): Likewize. | |
3025 | |
3026 1999-06-12 Richard M. Stallman <rms@gnu.org> | |
3027 | |
3028 * cus-start.el (scroll-preserve-screen-position): Fix typo in type. | |
3029 | |
3030 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
3031 | |
3032 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with | |
3033 custom-initialize-default to avoid infinite loop. | |
3034 (crisp-mode): (defun) Call transient-mark-mode here, not when | |
3035 loading the file. Run crisp-mode-hook here, and run | |
3036 crisp-load-hook when loading the file. | |
3037 | |
3038 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in | |
3039 rmail-summary buffer, search for pattern in rmail-file. | |
3040 | |
3041 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo. | |
3042 | |
3043 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type. | |
3044 | |
3045 * ps-print.el (ps-printer-name): Fix custom type. | |
3046 | |
3047 1999-06-12 Reto Zimmermann <reto@synopsys.com> | |
3048 | |
3049 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug. | |
3050 (vhdl-port-paste-generic-map): Fix indentation bug. | |
3051 (vhdl-port-paste-port-map): Fix indentation bug. | |
3052 (vhdl-scan-file-contents): Make scanning case insensitive. | |
3053 | |
3054 1999-06-11 Richard M. Stallman <rms@gnu.org> | |
3055 | |
3056 * files.el (write-file): When buffer is not already visiting a file, | |
3057 don't put buffer name in the minibuffer, just make it the default. | |
3058 Also handle just directory as arg usefully in that case. | |
3059 | |
3060 * simple.el (sendmail-user-agent-compose): | |
3061 Ignore case when inserting the rest of the "other" headers. | |
3062 | |
3063 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n. | |
3064 | |
3065 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix. | |
3066 (info-lookup-interactive-arguments): Never insert the default | |
3067 into the minibuffer automatically. | |
3068 | |
3069 * emacs-lisp/cl-extra.el (getf): Don't call get*. | |
3070 | |
3071 1999-06-09 Richard M. Stallman <rms@gnu.org> | |
3072 | |
3073 * simple.el (shell-command): Avoid printing "mark set" message. | |
3074 | |
3075 1999-06-09 Dave Love <fx@gnu.org> | |
3076 | |
3077 * progmodes/compile.el (compilation-error-regexp-alist): Allow | |
3078 digits in program name in first pattern. | |
3079 | |
3080 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
3081 | |
3082 * vc.el (vc-dired-mode): Don't match anything before the date in | |
3083 dired-move-to-filename-regexp. | |
3084 | |
3085 1999-06-07 Ken'ichi Handa <handa@gnu.org> | |
3086 | |
3087 * international/quail.el (quail-define-rules): Fix typo in | |
3088 docstring. | |
3089 | |
3090 1999-06-05 Stephen Eglen <stephen@gnu.org> | |
3091 | |
3092 * iswitchb.el (iswitchb-default-keybindings): Add | |
3093 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather | |
3094 than when package is loaded. | |
3095 | |
3096 1999-06-04 Richard M. Stallman <rms@gnu.org> | |
3097 | |
3098 * startup.el (command-line): Don't set user-init-file directly; | |
3099 tell `load' to set it. | |
3100 | |
3101 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg. | |
3102 | |
3103 * simple.el (next-history-element): | |
3104 Handle minibuffer-text-before-history properly when reading sexps. | |
3105 | |
3106 * disp-table.el (standard-display-european): | |
3107 For an interactive call by the user, | |
3108 don't set enable-multibyte-characters, | |
3109 and don't set the terminal coding system. | |
3110 | |
3111 * textmodes/refbib.el: Don't print any messages or display | |
3112 a buffer when loading the library. | |
3113 (r2b-help): Doc fix. | |
3114 (r2b-help-message): Update the documentation. | |
3115 (r2b-load-quietly): Variable deleted. | |
3116 (r2b-convert-buffer): Doc fix. | |
3117 | |
3118 1999-06-04 Dave Love <fx@gnu.org> | |
3119 | |
3120 * help.el (help-xref-interned): Fix insertion of fdoc and revamp. | |
3121 | |
3122 * auto-show.el: Don't change hooks on loading. | |
3123 (auto-show-mode): Autoload. Default to nil. Add :set &c. | |
3124 (auto-show-mode): Add to hooks here. | |
3125 | |
3126 1999-06-04 Richard Sharman <rsharman@pobox.com> | |
3127 | |
3128 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite | |
3129 recursion on bogus input. | |
3130 | |
3131 1999-06-04 Eric M. Ludlam <zappo@ultranet.com> | |
3132 | |
3133 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user | |
3134 does not select a buffer from the buffers menu, then the attached | |
3135 frame is not switched to anything. | |
3136 | |
3137 1999-06-03 Ken'ichi Handa <handa@gnu.org> | |
3138 | |
3139 * language/vietnamese.el (ccl-encode-vscii): Typo fixed | |
3140 (viet-viscii-...->viet-vscii...). | |
3141 | |
3142 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed. | |
3143 | |
3144 1999-06-01 Dave Love <fx@gnu.org> | |
3145 | |
3146 * progmodes/fortran.el: Add :link to defgroup. | |
3147 (fortran-blink-matching-if): Match ELSE statements too. | |
3148 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so | |
3149 that filling is always done. | |
3150 | |
3151 1999-05-31 Richard M. Stallman <rms@gnu.org> | |
3152 | |
3153 * simple.el (append-next-kill): Use an arg to distinguish | |
3154 interactive calls from Lisp calls, rather than (interactive-p). | |
3155 | |
3156 * international/iso-transl.el (iso-transl-language-alist): | |
3157 Interchange n and N. | |
3158 | |
3159 1999-05-31 Dave Love <fx@gnu.org> | |
3160 | |
3161 * msb.el Add to minor-mode-map-alist. Remove hook installation | |
3162 and keymap munging on load. | |
3163 (msb-mode): New option. | |
3164 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory): | |
3165 Doc fix. | |
3166 (msb-mode-map): New variable. | |
3167 (msb-mode): New command. | |
3168 | |
3169 1999-05-31 Dave Love <fx@gnu.org> | |
3170 | |
3171 * ispell.el: (ispell-alternate-dictionary): Fix custom type. | |
3172 (ispell-complete-word-dict): Likewise. | |
3173 | |
3174 1999-05-31 Eli Zaretskii <eliz@gnu.org> | |
3175 | |
3176 * forms.el (forms-save-buffer): Call set-buffer-modified-p to | |
3177 force the data buffer to be saved, even if the data didn't | |
3178 change, in case the write filter was modified. Restore the | |
3179 current record after read-file-filter finishes. | |
3180 | |
3181 1999-05-29 Karl Heuer <kwzh@gnu.org> | |
3182 | |
3183 * ispell4.el: Obsolete; file deleted. | |
3184 | |
3185 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line. | |
3186 | |
3187 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if | |
3188 VALUE is a syntax table. | |
3189 | |
3190 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie. | |
3191 | |
3192 * simple.el (zap-to-char): Doc fix. | |
3193 | |
3194 1999-05-27 Ken'ichi Handa <handa@gnu.org> | |
3195 | |
3196 * isearch.el (isearch-quote-char): Don't assume character codes | |
3197 0200 - 0237 stand for characters in some single-byte character | |
3198 charset. | |
3199 | |
3200 1999-05-27 Dave Love <fx@gnu.org> | |
3201 | |
3202 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c. | |
3203 | |
3204 1999-05-27 Andreas Schwab <schwab@gnu.org> | |
3205 | |
3206 * dired-aux.el (dired-insert-subdir-doinsert): Check that the | |
3207 headerline does not exist already. | |
3208 | |
3209 1999-05-26 Richard Stallman <rms@gnu.org> | |
3210 | |
3211 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
3212 Avoid nested null-loops. | |
3213 | |
3214 1999-05-26 Ken'ichi Handa <handa@gnu.org> | |
3215 | |
3216 * international/characters.el: Typo fixed; prefered->preferred. | |
3217 | |
3218 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
3219 Typo fixed; prefered->preferred. | |
3220 | |
3221 * map-ynp.el (map-y-or-n-p): Don't inherit the current input | |
3222 method in read-event. | |
3223 | |
3224 * international/mule.el (charset-info): Doc-string fixed. | |
3225 | |
3226 1999-05-25 Ken'ichi Handa <handa@gnu.org> | |
3227 | |
3228 * mail/smtpmail.el (smtpmail-send-it): Bind | |
3229 smtpmail-code-conv-from properly. | |
3230 (smtpmail-send-data-1): If DATA is a multibyte string, encode it | |
3231 by smtpmail-code-conv-from. | |
3232 | |
3233 1999-05-24 Richard Stallman <rms@gnu.org> | |
3234 | |
3235 * emulation/crisp.el (crisp-submit-bug-report): Function deleted. | |
3236 Binding deleted also. | |
3237 | |
3238 1999-05-24 Karl Heuer <kwzh@gnu.org> | |
3239 | |
3240 * comint.el (comint-bol-or-process-mark): Doc fix. | |
3241 | |
3242 1999-05-23 Dave Love <fx@gnu.org> | |
3243 | |
3244 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map. | |
3245 Enter it on minor-mode-map-alist. | |
3246 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed. | |
3247 Autoload. Add custom setter. | |
3248 (crisp-mark-line): Doc fix. | |
3249 (crisp-mode): Autoload. Re-write not to frob keymaps directly. | |
3250 (crisp-mode-hook): Define. | |
3251 | |
3252 1999-05-23 Ken'ichi Handa <handa@gnu.org> | |
3253 | |
3254 * files.el (recover-file): Recover buffer-file-coding-system. | |
3255 | |
3256 1999-05-22 Richard Stallman <rms@gnu.org> | |
3257 | |
3258 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp | |
3259 regexp match the date, to avoid treating date as file size. | |
3260 Add YYYY S option to WESTERN/ | |
3261 | |
3262 * bookmark.el: Delete some XEmacs compatibility code. | |
3263 (bookmark-jump-noselect): Check vc-backend. | |
3264 | |
3265 * subr.el (add-to-list): Doc fix. | |
3266 | |
3267 1999-05-21 Stephen Eglen <stephen@gnu.org> | |
3268 | |
3269 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer. | |
3270 | |
3271 1999-05-18 Richard Stallman <rms@gnu.org> | |
3272 | |
3273 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a | |
3274 non-space after the @anchor command. | |
3275 (texinfo-format-var): Handle other nested constructs, using | |
3276 texinfo-parse-expanded-arg and texinfo-discard-command, not | |
3277 texinfo-parse-arg-discard. | |
3278 | |
3279 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable. | |
3280 (debug): Bind and use debugger-outer-inhibit-redisplay. | |
3281 Bind inhibit-redisplay to nil. | |
3282 (debugger-env-macro): Treat inhibit-redisplay like other outside vars. | |
3283 | |
3284 1999-05-17 Dave Love <fx@gnu.org> | |
3285 | |
3286 * help.el (describe-function-1): Extra arg, interactive-p. | |
3287 (describe-key, describe-function): Use it. | |
3288 | |
3289 1999-05-17 Karl Heuer <kwzh@gnu.org> | |
3290 | |
3291 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie. | |
3292 | |
3293 1999-05-16 Dave Love <fx@gnu.org> | |
3294 | |
3295 * cus-start.el (all): Delete selective-display. Add scroll-margin, | |
3296 scroll-preserve-screen-position, scroll-conservatively. | |
3297 | |
3298 1999-05-16 Dave Love <fx@gnu.org> | |
3299 | |
3300 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case. | |
3301 | |
3302 1999-05-15 Reto Zimmermann <reto@Synopsys.COM> | |
3303 | |
3304 * progmodes/vhdl-mode.el: Completely revised and massively extended. | |
3305 | |
3306 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
3307 | |
3308 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no | |
3309 magic number and is not associated with a file. | |
3310 | |
3311 1999-05-14 Richard M. Stallman <rms@gnu.org> | |
3312 | |
3313 * files.el (find-file-noselect-1): Fix previous change. | |
3314 | |
3315 1999-05-14 Simon Marshall <simon@gnu.org> | |
3316 | |
3317 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'. | |
3318 | |
3319 1999-05-13 Ken'ichi Handa <handa@gnu.org> | |
3320 | |
3321 * international/mule-diag.el (mule-diag): Change MULE to Mule in | |
3322 docstring. | |
3323 | |
3324 * international/mule-cmds.el: Change MULE to Mule in docstrings | |
3325 and menus. | |
3326 | |
3327 1999-05-10 Kenichi HANDA <handa@etl.go.jp> | |
3328 | |
3329 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule | |
3330 to correctly reflect the value of BaseLineOffset in | |
3331 RelativeCompose. Now the value of RelativeCompose is an array of | |
3332 low and high positions. | |
3333 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and | |
3334 RLC for the above change. | |
3335 | |
3336 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org> | |
3337 | |
3338 * comint.el (comint-password-prompt-regexp): Modified to match the | |
3339 output of ksu and ssh-add. | |
3340 | |
3341 1999-05-11 Kenichi HANDA <handa@etl.go.jp> | |
3342 | |
3343 * language/korea-util.el (isearch-toggle-korean-input-method): | |
3344 Adjusted for the change of input method handling in isearch.el. | |
3345 (isearch-hangul-switch-symbol-ksc): Likewise. | |
3346 (isearch-hangul-switch-hanja): Likewise. | |
3347 | |
3348 1999-05-10 Dave Love <fx@gnu.org> | |
3349 | |
3350 * help.el (help-make-xrefs): Fix typo. | |
3351 | |
3352 1999-05-10 Andreas Schwab <schwab@gnu.org> | |
3353 | |
3354 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add | |
3355 unibyte-display-via-language-environment. | |
3356 | |
3357 * help.el (help-make-xrefs): Handle more cases when looking for | |
3358 commands in a keymap description. | |
3359 | |
3360 1999-05-10 Eli Zaretskii <eliz@gnu.org> | |
3361 | |
3362 * loadup.el: For ms-dos systems, load ccl and codepage. | |
3363 | |
3364 1999-05-09 Ken'ichi Handa <handa@gnu.org> | |
3365 | |
3366 * ps-print.el (ps-control-character): Call | |
3367 ps-mule-prepare-ascii-font to setup ASCII fonts. | |
3368 | |
3369 * ps-mule.el (ps-mule-begin-job): Redo this change "if | |
3370 ps-multibyte-buffer is nil, use | |
3371 ps-mule-font-info-database-default." | |
3372 | |
3373 1999-05-08 Ken Stevens <k.stevens@ieee.org> | |
3374 | |
3375 * ispell.el (ispell-local-dictionary-alist): New variable for | |
3376 customizing local dictionaries not accessable by everyone. | |
3377 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'. | |
3378 (ispell-required-version): Changed format `(major minor | |
3379 revision)' to support general pattern matching. | |
3380 (ispell-tex-skip-alists): AMS Tex block comment and `\author' | |
3381 skip region commented out due to incorrect skip potential in std latex. | |
3382 (ispell-word): Removed `when' macro. Fixed bug of not restoring | |
3383 cursor point on small words for calls from `ispell-minor-mode'. | |
3384 (check-ispell-version): Tests and accepts versions major.minor | |
3385 and above, with adjustments for interactions in 3.1.0-3.1.11. | |
3386 (ispell-get-line): No longer skips ispell process special characters. | |
3387 (ispell-comments-and-strings): Removed `when' macro call. | |
3388 (ispell-minor-check): Requires ispell-word to restore cursor point. | |
3389 (ispell-buffer-local-parsing): Supports checking comments only. | |
3390 | |
3391 1999-05-08 Karl Heuer <kwzh@gnu.org> | |
3392 | |
3393 * comint.el (comint-password-prompt-regexp): Fix last change to be | |
3394 more specific. | |
3395 | |
3396 1999-05-07 Richard M. Stallman <rms@gnu.org> | |
3397 | |
3398 * subr.el (with-temp-message): Fix the other call to message | |
3399 to use %s. | |
3400 | |
3401 1999-05-07 Michael Ernst <mernst@alum.mit.edu> | |
3402 | |
3403 * gud.el (gud-format-command): "%F" means file sans extension. | |
3404 (jdb): use %F, not %f, for gud-break. | |
3405 | |
3406 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org> | |
3407 | |
3408 * comint.el (comint-password-prompt-regexp): Modified so that it | |
3409 matches the output of kinit. | |
3410 | |
3411 1999-05-06 Greg Stark <gsstark@mit.edu> | |
3412 | |
3413 * timezone.el (timezone-parse-date): Recognize new format used in | |
3414 internet cookies. | |
3415 | |
3416 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu> | |
3417 | |
3418 * international/iso-acc.el (iso-languages): Add latin-2 cedillas. | |
3419 | |
3420 1999-05-04 Andrew Innes <andrewi@gnu.org> | |
3421 | |
3422 * time.el (display-time-update): Allow for wrap-around when | |
3423 checking against display-time-server-down-time. | |
3424 | |
3425 1999-05-04 Ken'ichi Handa <handa@gnu.org> | |
3426 | |
3427 * international/mule-diag.el (describe-coding-system): Fix English | |
3428 message. | |
3429 | |
3430 1999-05-03 Jason Rumney <jasonr@altavista.net> | |
3431 | |
3432 * term/w32-win.el: Change the x-charset-registry property for the | |
3433 Japanese charsets that are supported by Japanese Windows fonts. | |
3434 | |
3435 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
3436 | |
3437 * diary-lib.el (diary-remind): Rewritten to behave sensibly for | |
3438 diary-block diary entries for which the reminders and the diary | |
3439 entries can overlap. | |
3440 | |
3441 1999-05-02 Jason Rumney <jasonr@altavista.net> | |
3442 | |
3443 * term/w32-win.el (mouse-set-font): Ensure constructed fontset | |
3444 matches the font selected in the dialog. | |
3445 | |
3446 1999-05-02 Dave Love <fx@gnu.org> | |
3447 | |
3448 * browse-url.el (browse-url-browser-function): Add :version. | |
3449 | |
3450 * international/mule.el (auto-coding-alist): Add .tgz. | |
3451 | |
3452 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il> | |
3453 | |
3454 * international/codepage.el (cp-coding-system-for-codepage-1): | |
3455 Make the magnification parameter for the -dos encoder be 2. | |
3456 | |
3457 1999-05-2 Andrew Innes <andrewi@gnu.org> | |
3458 | |
3459 * term/w32-win.el (w32-drag-n-drop): Select file in window where | |
3460 it is dropped, rather than current window. | |
3461 | |
3462 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables | |
3463 after switching buffer, as case-fold-search is a buffer local | |
3464 variable. | |
3465 | |
3466 * w32-fns.el (convert-standard-filename): Only convert directory | |
3467 separators to backslash if the interactive shell is one of the | |
3468 standard Windows shells that has DOS semantics. | |
3469 | |
3470 * ls-lisp.el (ls-lisp-format-time): Trap errors from | |
3471 format-time-string, and return a suitable string to indicate the | |
3472 timestamp was invalid. | |
3473 | |
3474 * hexl.el (hexlify-command): Apply shell-quote-argument after | |
3475 expanding hexl-program in case exec-directory contains a space. | |
3476 (dehexlify-command): Ditto. | |
3477 | |
3478 * dos-w32.el (file-name-buffer-file-type-alist): Remove various | |
3479 file extension regexps which aren't necessarily binary files. | |
3480 (direct-print-region-helper): Use subst-char-in-string instead of | |
3481 binding directory-sep-char to convert filenames to DOS syntax. | |
3482 (direct-print-region-use-command-dot-com): New variable. | |
3483 (direct-print-region-helper): Use it to control whether to invoked | |
3484 command.com to print on Windows 9x. | |
3485 | |
3486 * browse-url.el (browse-url-browser-function): Default to | |
3487 browse-url-default-windows-browser on windows-nt. | |
3488 (browse-url-default-windows-browser): New function. | |
3489 | |
3490 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il> | |
3491 | |
3492 * forms.el (forms-mode): Don't call forms-first-record or | |
3493 forms-last-record if the data file has zero records. | |
3494 | |
3495 1999-04-29 Richard M. Stallman <rms@gnu.org> | |
3496 | |
3497 * files.el (find-file-noselect-1): If buffer-file-name has changed | |
3498 after find-file-not-found-hooks runs, recompute the truename. | |
3499 And don't use FILENAME after that point. | |
3500 | |
3501 1999-04-27 Dave Love <fx@gnu.org> | |
3502 | |
3503 * paren.el (show-paren-mode) | |
3504 * which-func.el (which-func-mode-global) | |
3505 * type-break.el (type-break-mode) | |
3506 * time.el (display-time-mode) | |
3507 * rsz-mini.el (resize-minibuffer-mode) | |
3508 * mouse-sel.el (mouse-sel-mode) | |
3509 * icomplete.el (icomplete-mode) | |
3510 * hscroll.el (hscroll-global-mode) | |
3511 * help.el (temp-buffer-resize-mode) | |
3512 * font-lock.el (global-font-lock-mode) | |
3513 * delsel.el (delete-selection-mode) | |
3514 * avoid.el (mouse-avoidance-mode) | |
3515 * autoinsert.el (auto-insert-mode) | |
3516 * winner.el (winner-mode): Doc fix. | |
3517 | |
3518 1999-04-26 Karl Heuer <kwzh@gnu.org> | |
3519 | |
3520 * mail/rmail.el (rmail-next-same-subject): When searching, ignore | |
3521 the same whitespace that was ignored in choosing the subject string. | |
3522 | |
3523 1999-04-26 Richard M. Stallman <rms@gnu.org> | |
3524 | |
3525 * info.el (Info-find-node): Position properly after finding anchor. | |
3526 | |
3527 * cus-start.el (all): Handle unibyte-display-via-language-environment. | |
3528 | |
3529 * simple.el (indent-new-comment-line): Fix previous change. | |
3530 | |
3531 * complete.el: Delete the wildcard expansion feature | |
3532 since that is now standard in find-file. | |
3533 (PC-try-load-many-files): Function deleted. | |
3534 (PC-after-load-many-files): Function deleted. | |
3535 (PC-many-files-list): Variable deleted. | |
3536 (PC-disable-wildcards): Variable deleted. | |
3537 (partial-completion-mode): Don't enable the wildcard feature. | |
3538 | |
3539 * complete.el (PC-look-for-include-file): Don't set global variables | |
3540 `error', `buf' and `filename' here. | |
3541 | |
3542 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker. | |
3543 | |
3544 1999-04-26 John Wiegley <johnw@oneworld.new-era.com> | |
3545 | |
3546 * textmodes/outline.el (outline-regexp): Doc fix. | |
3547 | |
3548 1999-04-26 John Wiegley <johnw@borland.com> | |
3549 | |
3550 * progmodes/compile.el (compilation-error-regexp-alist): Recognize | |
3551 C++Builder 4.0 error message syntax. | |
3552 | |
3553 1999-04-26 Mark Diekhans <markd@Grizzly.COM> | |
3554 | |
3555 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't | |
3556 supported, use find -exec. | |
3557 | |
3558 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
3559 | |
3560 * textmodes/texinfmt.el (texinfo-format-buffer): Bind | |
3561 coding-system-for-write, to avoid hanging when non-interactive. | |
3562 | |
3563 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
3564 | |
3565 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to | |
3566 start with a newline. | |
3567 | |
3568 1999-04-13 Ken'ichi Handa <handa@gnu.org> | |
3569 | |
3570 * international/mule-conf.el (x-ctext): New coding system. | |
3571 | |
3572 1999-04-12 Richard M. Stallman <rms@gnu.org> | |
3573 | |
3574 * international/mule-cmds.el (input-method-function): | |
3575 Add permanent-local property. | |
3576 | |
3577 1999-04-12 Dave Love <fx@gnu.org> | |
3578 | |
3579 * jka-compr.el (jka-compr-insert-file-contents): Fix previous | |
3580 change to use jka-compr-byte-compiler-base-file-name. | |
3581 | |
3582 * supercite.el (sc-scan-info-alist): Revert last change. | |
3583 (sc-attrib-selection-list): Fix :type here instead. | |
3584 | |
3585 1999-04-11 Eli Zaretskii <eliz@gnu.org> | |
3586 | |
3587 * international/mule.el (auto-coding-alist-lookup): Include ms-dos | |
3588 in the list of case-insensitive filesystems. | |
3589 | |
3590 1999-04-09 Kenichi Handa <handa@etl.go.jp> | |
3591 | |
3592 * international/fontset.el (create-fontset-from-fontset-spec): | |
3593 Don't register duplicated alias fontset names. | |
3594 | |
3595 1999-04-08 Richard Stallman <rms@gnu.org> | |
3596 | |
3597 * international/mule.el (auto-coding-alist-lookup): New function. | |
3598 (set-auto-coding): Use auto-coding-alist-lookup. | |
3599 | |
3600 * jka-compr.el (jka-compr-insert-file-contents): | |
3601 Use auto-coding-alist-lookup to check for files that | |
3602 should not have eol conversion, in the unibyte case. | |
3603 | |
3604 1999-04-07 Dave Love <fx@gnu.org> | |
3605 | |
3606 * help.el (describe-variable): Check custom-loads property as well | |
3607 as custom-type. | |
3608 | |
3609 * abbrev.el (abbrev-mode): Customizing sets the default value. | |
3610 | |
3611 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
3612 | |
3613 * vc.el (vc-backend-revert): For CVS files that were made | |
3614 writeable with "cvs edit", call "cvs unedit" to undo that. | |
3615 | |
3616 1999-04-08 Dave Love <fx@gnu.org> | |
3617 | |
3618 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type | |
3619 more. | |
3620 (sc-emacs-features): Recognize Emacs 20. | |
3621 (sc-read-string): Use history arg. | |
3622 (sc-scan-info-alist): Check for rtnvalue a cons. | |
3623 | |
3624 1999-04-08 Kenichi HANDA <handa@etl.go.jp> | |
3625 | |
3626 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a | |
3627 coding system to encode the message by | |
3628 select-message-coding-system. | |
3629 | |
3630 1999-04-07 Richard Stallman <rms@gnu.org> | |
3631 | |
3632 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition. | |
3633 | |
3634 * winner.el: Reorder definitions. | |
3635 | |
3636 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs. | |
3637 | |
3638 * mail/rmail.el (rmail-decode-babyl-format): | |
3639 Undo previous change. | |
3640 | |
3641 1999-04-06 Richard Stallman <rms@gnu.org> | |
3642 | |
3643 * info.el (Info-find-node): Check for an anchor at the | |
3644 proper place, before reading an indirect file. | |
3645 | |
3646 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL. | |
3647 | |
3648 * jka-compr.el (jka-compr-insert-file-contents): | |
3649 Use raw-text-unix when we want no conversion. | |
3650 | |
3651 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr> | |
3652 | |
3653 * timezone.el (timezone-parse-date): Corrected regexp for | |
3654 style (5) date format so that tenths of seconds are optional. | |
3655 | |
3656 1999-04-05 Eli Zaretskii <eliz@gnu.org> | |
3657 | |
3658 * term/internal.el (dos-cpNNN-setup): New function, with the guts | |
3659 of dos-codepage-setup. | |
3660 (cjk-codepages-alist): New variable, an alist of Far-Eastern | |
3661 codepages for which there's no need to set up cpNNN coding | |
3662 systems. | |
3663 (dos-codepage-setup): Support Far-Eastern DOS terminals. | |
3664 | |
3665 1999-04-05 Richard Stallman <rms@gnu.org> | |
3666 | |
3667 * mail/rmail.el (rmail-ignored-headers): Doc fix. | |
3668 | |
3669 1999-04-02 Richard Stallman <rms@gnu.org> | |
3670 | |
3671 * progmodes/compile.el (compilation-handle-exit): Do right thing | |
3672 if (car status) doesn't end in a newline. | |
3673 | |
3674 1999-04-01 Dave Love <fx@gnu.org> | |
3675 | |
3676 * progmodes/sql.el (SQL): Add defgroup :version. | |
3677 | |
3678 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
3679 | |
3680 * emacs-lisp/bytecomp.el (byte-compile-file): Clear | |
3681 buffer-file-coding-system. If the coding system used is raw-text, | |
3682 etc., make the *Compiler Input* buffer unibyte. | |
3683 | |
3684 * international/mule.el (find-new-buffer-file-coding-system): Doc fix. | |
3685 | |
3686 * loadup.el: Don't write the fns-...el file if not dumping. | |
3687 | |
3688 1999-03-31 Dave Love <fx@gnu.org> | |
3689 | |
3690 * snmp-mode.el (snmp): Fix defgroup :version. | |
3691 | |
3692 * hilit-chg.el (highlight-changes): Add defgroup :version. | |
3693 | |
3694 1999-03-31 Andreas Schwab <schwab@gnu.org> | |
3695 | |
3696 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after | |
3697 the gnus-save-hidden-threads macro. | |
3698 | |
3699 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk> | |
3700 | |
3701 * faces.el (face-set-after-frame-default): Obey the | |
3702 `customized-face' for new faces. | |
3703 | |
3704 1999-03-30 Dave Love <fx@gnu.org> | |
3705 | |
3706 * international/mule-cmds.el (current-language-environment): Doc fix. | |
3707 * abbrev.el (abbrev-mode): Doc fix. | |
3708 * autoinsert.el (auto-insert-mode): Doc fix. | |
3709 * complete.el (partial-completion-mode): Doc fix. | |
3710 * avoid.el (mouse-avoidance-mode): Doc fix. | |
3711 * delsel.el (delete-selection-mode): Doc fix. | |
3712 * font-lock.el (global-font-lock-mode): Doc fix. | |
3713 * help.el (temp-buffer-resize-mode): Doc fix. | |
3714 * hscroll.el (hscroll-global-mode): Doc fix. | |
3715 * icomplete.el (icomplete-mode): Doc fix. | |
3716 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
3717 * paren.el (show-paren-mode): Doc fix. | |
3718 * rsz-mini.el (resize-minibuffer-mode): Doc fix. | |
3719 * time.el (display-time-mode): Doc fix. | |
3720 * type-break.el (type-break-mode): Doc fix. | |
3721 * which-func.el (which-func-mode-global): Doc fix. | |
3722 * winner.el (winner-mode): Doc fix. | |
3723 | |
3724 1999-03-30 Michael Ernst <mernst@alum.mit.edu> | |
3725 | |
3726 * wid-edit.el (widget-before-change): Signal text-read-only rather | |
3727 than an ordinary error. | |
3728 | |
3729 1999-03-30 Richard M. Stallman <rms@gnu.org> | |
3730 | |
3731 * repeat.el: Don't require advice. | |
3732 (repeat): Do function-indirection in check for kbd macro. | |
3733 In self-insert case, use the *last* char in INSERTION. | |
3734 | |
3735 1999-03-30 Karl Heuer <kwzh@gnu.org> | |
3736 | |
3737 * progmodes/cc-cmds.el (c-indent-command): Doc fix. | |
3738 | |
3739 1999-03-29 Andreas Schwab <schwab@gnu.org> | |
3740 | |
3741 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for | |
3742 comint-input-filter-functions. Make variables related to shell | |
3743 directory tracking local. | |
3744 | |
3745 1999-03-26 Andreas Schwab <schwab@gnu.org> | |
3746 | |
3747 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable. | |
3748 | |
3749 * simple.el (shell-command-on-region): Cope with exit-status being | |
3750 nil, which happens if call-process-region was interrupted. | |
3751 | |
3752 1999-03-26 Richard M. Stallman <rms@gnu.org> | |
3753 | |
3754 * simple.el (indent-new-comment-line): Handle use at a point | |
3755 after a comment-end. Handle multiple comments. | |
3756 | |
3757 * mail/rmail.el (rmail-decode-babyl-format): | |
3758 To prevent locking, bind buffer-file-name to nil. | |
3759 | |
3760 1999-03-26 Karl Fogel <kfogel@red-bean.com> | |
3761 | |
3762 * mail-hist.el (mail-hist-current-header-name): Don't make | |
3763 off-by-one-error when determining if in message body. | |
3764 | |
3765 1999-03-25 Andrew Innes <andrewi@gnu.org> | |
3766 | |
3767 * w32-fns.el (set-default-process-coding-system): Copied from | |
3768 dos-w32.el, but modified to use Unix line endings for process | |
3769 input, and to add a suitable entry to process-coding-system-alist | |
3770 for DOS shells. | |
3771 | |
3772 * dos-fns.el (set-default-process-coding-system): Copied from | |
3773 dos-w32.el. | |
3774 | |
3775 * dos-w32.el (set-default-process-coding-system): Move function to | |
3776 dos-fns.el; a different version is used in w32-fns.el. | |
3777 | |
3778 1999-03-24 Dave Love <fx@gnu.org> | |
3779 | |
3780 * info.el (Info-directory-list): Revert change to re-writing | |
3781 Info-default-directory-list, but put `alternative' first. | |
3782 (Info-insert-dir): Modify selecting the top dir file as a consequence. | |
3783 | |
3784 1999-03-23 Simon Marshall <simon@gnu.org> | |
3785 | |
3786 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is | |
3787 on the line by itself. | |
3788 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if | |
3789 it is not in a declarative context. | |
3790 | |
3791 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk> | |
3792 | |
3793 * cus-edit.el (custom-variable-prompt): Allow customization of | |
3794 autoloaded symbols. | |
3795 | |
3796 1999-03-22 Kenichi HANDA <handa@etl.go.jp> | |
3797 | |
3798 * simple.el (what-cursor-position): Don't cause error when point | |
3799 is at invalid multibyte sequence. | |
3800 | |
3801 1999-03-21 Karl Heuer <kwzh@gnu.org> | |
3802 | |
3803 * complete.el (partial-completion-mode): Doc fix. | |
3804 | |
3805 1999-03-19 Richard M. Stallman <rms@gnu.org> | |
3806 | |
3807 * progmodes/cplus-md.el (old-c++): Remove :group. | |
3808 | |
3809 * progmodes/c-mode.el (old-c): Remove :group. | |
3810 | |
3811 1999-03-18 Simon Marshall <simon@gnu.org> | |
3812 | |
3813 * font-lock.el (c-font-lock-keywords-2): Added "complex" type. | |
3814 (java-font-lock-keywords-2): Added "strictfp" keyword. | |
3815 | |
3816 1999-03-17 Jason Rumney <jasonr@altavista.net> | |
3817 | |
3818 * w32-fns.el (set-w32-system-coding-system) New function. | |
3819 (w32-system-coding-system) Initialize to 'iso-latin-1. | |
3820 | |
3821 1999-03-17 Eli Zaretskii <eliz@gnu.org> | |
3822 | |
3823 * international/mule-cmds.el (set-language-environment): Fix | |
3824 previous change: don't use dos-codepage when unbound. | |
3825 | |
3826 1999-03-17 Karl Heuer <kwzh@gnu.org> | |
3827 | |
3828 * calendar/appt.el (appt-make-list): Fix previous change. | |
3829 | |
3830 1999-03-16 Richard M. Stallman <rms@gnu.org> | |
3831 | |
3832 * window.el (shrink-window-if-larger-than-buffer): | |
3833 Don't try to redisplay with the cursor at the end | |
3834 on its own line--that would force a scroll and spoil things. | |
3835 | |
3836 1999-03-16 Eli Zaretskii <eliz@gnu.org> | |
3837 | |
3838 * international/mule-cmds.el (set-language-environment): Don't use | |
3839 cpNNN-nonascii-translation-table if it is unbound. | |
3840 | |
3841 * term/internal.el (dos-codepage-setup): Compute the unibyte | |
3842 syntax table and bind unibyte-display-via-language-environment | |
3843 here, rather than at top level, so that resetting to unibyte in | |
3844 .emacs works as expected. | |
3845 | |
3846 1999-03-15 Simon Marshall <simon@gnu.org> | |
3847 | |
3848 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword. | |
3849 | |
3850 1999-03-14 Milan Zamazal <pdm@pvt.net> | |
3851 | |
3852 * abbrev.el (inverse-add-abbrev): Inherit the current input method. | |
3853 | |
3854 1999-03-14 Kenichi Handa <handa@etl.go.jp> | |
3855 | |
3856 * international/mule-util.el (detect-coding-with-priority): | |
3857 Restore the internal database. | |
3858 | |
3859 1999-03-14 Stephen Eglen <stephen@gnu.org> | |
3860 | |
3861 * mail/sendmail.el (sendmail-send-it): Fix typo in error string | |
3862 if mail-from-style has invalid value. | |
3863 | |
3864 1999-03-12 Karl Heuer <kwzh@gnu.org> | |
3865 | |
3866 * vc.el (vc-delete-logbuf-window): New var. | |
3867 (vc-finish-logentry): Use it. | |
3868 | |
3869 1999-03-12 Richard M. Stallman <rms@gnu.org> | |
3870 | |
3871 * startup.el (command-line-1): Improve startup msg. | |
3872 | |
3873 1999-03-12 Eric M. Ludlam <zappo@ultranet.com> | |
3874 | |
3875 * speedbar.el: Added commentary about stealthy functions. | |
3876 (speedbar-message) new function. | |
3877 (speedbar-y-or-n-p): New function | |
3878 (speedbar-with-attached-buffer) Moved macro before reference. | |
3879 Now uses `save-selected-window'. | |
3880 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh, | |
3881 speedbar-generic-item-info, speedbar-item-info-file-helper, | |
3882 speedbar-item-delete, speedbar-insert-generic-list, | |
3883 speedbar-timer-fn, speedbar-check-vc-this-line, | |
3884 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags, | |
3885 speedbar-buffers-item-info) Use speedbar-message. | |
3886 (speedbar-item-info) Limit `message-log-max'. | |
3887 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename, | |
3888 speedbar-item-delete, speedbar-item-object-delete, | |
3889 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p. | |
3890 | |
3891 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp> | |
3892 | |
3893 * server.el (server-start): Set coding system for the server | |
3894 process to raw-text. | |
3895 (server-process-filter): Decode file names if necessary. | |
3896 | |
3897 1999-03-12 Dave Love <fx@gnu.org> | |
3898 | |
3899 * textmodes/fill.el (sentence-end-double-space): Doc fix. | |
3900 | |
3901 * textmodes/paragraphs.el (sentence-end): Doc fix. | |
3902 | |
3903 1999-03-11 Karl Heuer <kwzh@gnu.org> | |
3904 | |
3905 * comint.el (comint-password-prompt-regexp): Accept "login password:" | |
3906 | |
3907 1999-03-09 Karl Heuer <kwzh@gnu.org> | |
3908 | |
3909 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line. | |
3910 (ispell-dictionary-alist-2): Likewise. | |
3911 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars. | |
3912 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars. | |
3913 (ispell-dictionary-alist): Build from six pieces, not just two. | |
3914 | |
3915 * ps-bdf.el (bdf-directory-list): Doc fix. | |
3916 | |
3917 * enriched.el (enriched-mode): Make var permanent-local. | |
3918 | |
3919 1999-03-09 Dave Love <fx@gnu.org> | |
3920 | |
3921 * textmodes/sgml-mode.el (html-mode): Use | |
3922 sentence-end-double-space when setting sentence-end. | |
3923 | |
3924 1999-03-09 Ken'ichi Handa <handa@gnu.org> | |
3925 | |
3926 * language/thai.el (tis-620): New alias coding system for thai-tis620. | |
3927 | |
3928 1999-03-08 Felix Lee <flee@cygnus.com> | |
3929 | |
3930 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook. | |
3931 | |
3932 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok. | |
3933 | |
3934 1999-03-08 Karl Heuer <kwzh@gnu.org> | |
3935 | |
3936 * dired-aux.el (dired-do-copy-regexp): Doc fix. | |
3937 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
3938 | |
3939 * dired.el (dired-do-copy-regexp): Doc fix. | |
3940 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
3941 | |
3942 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com> | |
3943 | |
3944 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp. | |
3945 | |
3946 1999-03-08 Jason Rumney <jasonr@altavista.net> | |
3947 | |
3948 * international/codepage.el (cp1250-decode-table) | |
3949 (cp1251-decode-table, cp1253-decode-table) | |
3950 (cp1257-decode-table): New translation tables for MS Windows codepages. | |
3951 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages. | |
3952 | |
3953 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
3954 | |
3955 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly. | |
3956 | |
3957 1999-03-07 Eli Zaretskii <eliz@gnu.org> | |
3958 | |
3959 * ps-bdf.el (bdf-directory-list): Different value for ms-dos. | |
3960 | |
3961 * term/internal.el (top level): Display character 255 as 8bit as well. | |
3962 | |
3963 1999-03-06 Dave Love <fx@gnu.org> | |
3964 | |
3965 * progmodes/cc-cmds.el (c-outline-level): Bind | |
3966 buffer-invisibility-spec. | |
3967 | |
3968 * progmodes/c-mode.el (c-outline-level): Likewise. | |
3969 | |
3970 * progmodes/ada-mode.el (ada-outline-level): Likewise. | |
3971 | |
3972 1999-03-05 Felix Lee <flee@cygnus.com> | |
3973 | |
3974 * textmodes/outline.el (outline-get-last-sibling): Doc fix. | |
3975 | |
3976 1999-03-05 Richard M. Stallman <rms@gnu.org> | |
3977 | |
3978 * bindings.el (complete-symbol): Invert meaning of prefix arg. | |
3979 | |
3980 1999-03-05 Andrew Innes <andrewi@gnu.org> | |
3981 | |
3982 * w32-fns.el (convert-standard-filename): Convert directory | |
3983 separators to Windows format. | |
3984 | |
3985 1999-03-05 Andreas Schwab <schwab@gnu.org> | |
3986 | |
3987 * international/skkdic-cnv.el: Provide skkdic-cnv. | |
3988 (skkdic-convert): Emit code to require skkdic-cnv at compile time. | |
3989 (batch-skkdic-convert): Doc fix. | |
3990 | |
3991 1999-03-04 Dave Love <fx@gnu.org> | |
3992 | |
3993 * custom.el (custom-set-variables): Protect against setter errors. | |
3994 | |
3995 1999-03-04 Eli Zaretskii <eliz@gnu.org> | |
3996 | |
3997 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of | |
3998 the file sizes from overflowing. | |
3999 (ls-lisp-format): If file size is a float, use %8.0f to print it. | |
4000 Under -s, print the size in blocks with %4.0f, in case they have | |
4001 a *really* huge file. | |
4002 | |
4003 1999-03-03 Dave Love <fx@gnu.org> | |
4004 | |
4005 * options.el (edit-options): Doc fix. | |
4006 (list-options): Don't lose with unbound symbols. Maintain | |
4007 Edit-options-mode. | |
4008 | |
4009 1999-03-01 Dave Love <fx@gnu.org> | |
4010 | |
4011 * mail/supercite.el (sc-attrib-selection-list): Fix custom type. | |
4012 | |
4013 1999-02-28 Richard M. Stallman <rms@gnu.org> | |
4014 | |
4015 * ispell.el (ispell-dictionary-alist-override): New variable. | |
4016 (ispell-dictionary-alist): Don't setq it, | |
4017 if ispell-dictionary-alist-override is set. | |
4018 | |
4019 * simple.el (shell-command-default-error-buffer): Renamed from | |
4020 shell-command-on-region-default-error-buffer. | |
4021 (shell-command-on-region): Mention in echo area when there | |
4022 is some error output. Mention success or failure, too. | |
4023 Accumulate multiple error outputs | |
4024 going forward, with formfeed in between. Display the error buffer | |
4025 when we have put something in it. | |
4026 (shell-command): Add the ERROR-BUFFER argument feature. | |
4027 | |
4028 1999-02-28 Karl Heuer <kwzh@gnu.org> | |
4029 | |
4030 * mail/mh-utils.el (mh-lib): Doc fix. | |
4031 (mh-lib-progs, mh-nmh-p): New vars. | |
4032 (mh-find-progs): Set mh-lib-progs along with other vars. | |
4033 (mh-path-search): New arg FUNC-P; if specified, use that instead | |
4034 of mh-file-command-p. | |
4035 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs. | |
4036 | |
4037 * mail/mh-comp.el (mh-repl-formfile): New var. | |
4038 (mh-smail-batch): Don't ignore all arguments. | |
4039 (mh-reply): Do the right thing when using nmh. | |
4040 | |
4041 1999-02-27 Kenichi Handa <handa@etl.go.jp> | |
4042 | |
4043 * international/mule-cmds.el (select-safe-coding-system): Be sure | |
4044 to show a buffer being decoded. | |
4045 | |
4046 1999-02-26 Ken'ichi Handa <handa@gnu.org> | |
4047 | |
4048 * ps-bdf.el (bdf-directory-list): Initialize it to | |
4049 '("/usr/local/share/emacs/fonts/bdf"). | |
4050 | |
4051 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4052 | |
4053 * ps-print.el: PostScript programming fix. | |
4054 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use | |
4055 setpagedevice operator). | |
4056 | |
4057 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4058 | |
4059 * ps-print.el: Doc fix, font size specifies landscape and portrait | |
4060 sizes. | |
4061 (ps-print-version): New version number (4.1.4). | |
4062 (ps-font-size, ps-header-font-size, ps-header-title-font-size): | |
4063 Specifies landscape and portrait sizes. | |
4064 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages) | |
4065 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun | |
4066 fix. | |
4067 (ps-get-font-size): New fun. | |
4068 (ps-font-size-internal, ps-header-font-size-internal) | |
4069 (ps-header-title-font-size-internal): New vars. | |
4070 | |
4071 * ps-mule.el: Change of ps-print font size variable name. | |
4072 (ps-mule-generate-font): Fun fix. | |
4073 (ps-mule-begin-job): Programming uniformization. | |
4074 | |
4075 1999-02-25 Dave Love <fx@gnu.org> | |
4076 | |
4077 * help.el (help-xref-info-regexp): Allow linebreaks and capital. | |
4078 (help-make-xrefs): Do Info case first. | |
4079 | |
4080 * repeat.el: Don't require advice. | |
4081 (repeat-last-kill-command): Variable deleted. | |
4082 | |
4083 1999-02-25 Richard Stallman <rms@gnu.org> | |
4084 | |
4085 * simple.el (shell-command-on-region): Don't go into the REPLACE = t | |
4086 case just because the current buffer is the output buffer. | |
4087 | |
4088 1999-02-25 Kenichi Handa <handa@etl.go.jp> | |
4089 | |
4090 * simple.el (what-cursor-position): To show the character's | |
4091 encoding, use encoded-string-description instead of information | |
4092 of chaset-origin-alist. | |
4093 | |
4094 * international/mule-cmds.el (iso-2022-control-alist): New variable. | |
4095 (encoded-code-description): New function. | |
4096 (encoded-string-description): New function. | |
4097 (encode-coding-char): New function. | |
4098 | |
4099 1999-02-25 Andrew Innes <andrewi@gnu.org> | |
4100 | |
4101 * startup.el (command-line) [windows-nt]: Fix typo in regexp | |
4102 checking for .emacs[.el[c]]. | |
4103 | |
4104 1999-02-24 Richard Stallman <rms@gnu.org> | |
4105 | |
4106 * help.el (describe-function-1): Don't print a whole lambda-function. | |
4107 | |
4108 1999-02-23 Ken'ichi Handa <handa@gnu.org> | |
4109 | |
4110 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow | |
4111 inputting ?\240. | |
4112 | |
4113 1999-02-23 Karl Heuer <kwzh@gnu.org> | |
4114 | |
4115 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst. | |
4116 | |
4117 * midnight.el (clean-buffer-list-kill-regexps): Doc fix. | |
4118 (clean-buffer-list-kill-buffer-names): Doc fix. | |
4119 | |
4120 * gud.el (gud-jdb-massage-args): Spelling fix. | |
4121 | |
4122 1999-02-23 Richard M. Stallman <rms@gnu.org> | |
4123 | |
4124 * subr.el (with-temp-message): Use %s so % in old msg won't fool us. | |
4125 | |
4126 1999-02-22 Eli Zaretskii <eliz@gnu.org> | |
4127 | |
4128 * arc-mode.el (archive-set-buffer-as-visiting-file): Save | |
4129 excursion while calling set-auto-coding-function. | |
4130 | |
4131 * play/handwrite.el (handwrite): Require ps-print, and use | |
4132 ps-printer-name and ps-lpr-command. Call ps-print-region-function | |
4133 if it's defined, instead of forking ps-lpr-command unconditionally. | |
4134 | |
4135 1999-02-22 Kenichi Handa <handa@etl.go.jp> | |
4136 | |
4137 * international/codepage.el (cp-coding-system-for-codepage-1): Put | |
4138 charset-origin-alist property to a coding system for the codepage. | |
4139 | |
4140 * international/mule.el: Modify comment for charset-origin-alist | |
4141 property of a coding system. | |
4142 | |
4143 * simple.el (what-cursor-position): charset-origin-alist property | |
4144 of a coding system may be a translation table or a symbol of which | |
4145 `translation-table' property is a translation table. | |
4146 | |
4147 1999-02-21 Richard Stallman <rms@gnu.org> | |
4148 | |
4149 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body | |
4150 to the "html" template. | |
4151 | |
4152 1999-02-21 Peter Breton <pbreton@ne.mediaone.net> | |
4153 | |
4154 * dirtrack.el (dirtrack): Added docstring. Now returns input. | |
4155 | |
4156 1999-02-18 Peter Breton <pbreton@ne.mediaone.net> | |
4157 | |
4158 * dirtrack.el (dirtrack): Check for the prompt in the input string | |
4159 instead of the buffer. | |
4160 | |
4161 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch> | |
4162 | |
4163 * sql.el: Set version to 1.4.1. Changed mail address to | |
4164 alex@gnu.org. Mention the mailing list sql.el@gnu.org. | |
4165 (sql-input-ring-separator): Doc fix. | |
4166 (sql-mode-syntax-table): double-dash starts comments is defined as | |
4167 ". 56" instead of ". 12b" for XEmacs. | |
4168 (sql-stop, sql-interactive-mode): Doc fixes. | |
4169 (sql-postgres): Queries for database and server, not just one. | |
4170 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted. | |
4171 | |
4172 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is | |
4173 changed. This is needed for master.el to work. | |
4174 (sql-set-sqli-buffer): Use the new hook. | |
4175 | |
4176 * sql.el (sql-make-alternate-buffer-name): Function that sets | |
4177 sql-alternate-buffer-name. | |
4178 (sql-alternate-buffer-name): Possible name of SQLi buffers. | |
4179 (sql-interactive-mode): Set sql-alternate-buffer-name. | |
4180 (sql-rename-buffer): New command. | |
4181 (sql-interactive-mode-menu): Menu for SQLi buffers. | |
4182 | |
4183 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator | |
4184 and sql-input-ring-file-name are used to temporarily set | |
4185 comint-input-ring-file-name and comint-input-ring-separator when | |
4186 reading and writing input history files. | |
4187 | |
4188 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name. | |
4189 (sql-input-ring-file-name): New variable with customization. | |
4190 (sql-input-ring-separator): New variable with customization. | |
4191 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer. | |
4192 Callers changed. | |
4193 (sql-show-sqli-buffer): The message for "sql-buffer is not set" | |
4194 now includes the name of the current buffer. | |
4195 | |
4196 (sql-mode): Set paragraph-separate and paragraph-start so that | |
4197 sql-send-paragraph sends the entire SQL statements, even if it | |
4198 contains indented lines. | |
4199 | |
4200 1999-02-18 Dave Love <fx@gnu.org> | |
4201 | |
4202 * format.el (format-encode-run-method, format-decode-run-method): | |
4203 Fix previous change. | |
4204 | |
4205 1999-02-18 Ken'ichi Handa <handa@gnu.org> | |
4206 | |
4207 * international/mule.el (coding-system-list): Moved here from | |
4208 mule-util.el to avoid autoloading mule-util by the call of | |
4209 select-safe-coding-system. | |
4210 | |
4211 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
4212 | |
4213 * simple.el (turn-on-auto-fill): Mark it as an option for | |
4214 `text-mode-hook'. | |
4215 | |
4216 1999-02-17 Richard Stallman <rms@gnu.org> | |
4217 | |
4218 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
4219 Don't crash if (current-local-map) is nil. | |
4220 | |
4221 1999-02-17 Peter Breton <pbreton@ne.mediaone.net> | |
4222 | |
4223 * filecache.el (file-cache-filter-regexps): Added .class. | |
4224 | |
4225 1999-02-17 Ken'ichi Handa <handa@gnu.org> | |
4226 | |
4227 * international/mule-util.el (decompose-region): Use | |
4228 insert-buffer-substring instead of insert-buffer to avoid putting | |
4229 mark. | |
4230 | |
4231 1999-02-17 Andreas Schwab <schwab@gnu.org> | |
4232 | |
4233 * calendar/cal-move.el (scroll-calendar-left): Don't set | |
4234 displayed-month and displayed-year here, let generate-calendar do | |
4235 it, after range checking. | |
4236 | |
4237 1999-02-17 Simon Marshall <simon@gnu.org> | |
4238 | |
4239 * progmodes/cc-engine.el (c-at-toplevel-p): New function. | |
4240 | |
4241 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish | |
4242 correctly between an object declared via a constructor and a method. | |
4243 (font-lock-defaults-alist): Don't give `.' word syntax for Java. | |
4244 (java-font-lock-keywords-1): Fontify package names individually. | |
4245 (java-font-lock-extra-types): Ensure regexp matches capitalised only. | |
4246 (java-font-lock-keywords-2): Simplify type fontification. | |
4247 (java-font-lock-keywords-3): Likewise. | |
4248 | |
4249 1999-02-17 Kenichi Handa <handa@etl.go.jp> | |
4250 | |
4251 * language/japanese.el (iso-2022-jp-2): New coding system. | |
4252 ("Japanese"): Put iso-2022-jp-2 in coding-priority property. | |
4253 | |
4254 1999-02-16 Dave Love <fx@gnu.org> | |
4255 | |
4256 * help.el (describe-function-1): Accept non-symbols. | |
4257 | |
4258 1999-02-16 Paul Eggert <eggert@twinsun.com> | |
4259 | |
4260 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we | |
4261 find the last match if there are multiple matches. | |
4262 | |
4263 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4264 | |
4265 * tex-mode.el (tex-run-command, latex-run-command) | |
4266 (slitex-run-command, tex-command): Doc changes. | |
4267 (tex-start-options-string): Autoload it. Doc change. Provide | |
4268 a menu for customization. Allow nil. Quote backslashes only once. | |
4269 (tex-start-tex): Handle nil value of tex-start-options-string | |
4270 and apply shell-quote-argument to it. | |
4271 | |
4272 1999-02-16 Eli Zaretskii <eliz@gnu.org> | |
4273 | |
4274 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round | |
4275 the size in blocks, since it can be a float. | |
4276 (ls-lisp-format): Likewise | |
4277 | |
4278 1999-02-16 Ken'ichi Handa <handa@gnu.org> | |
4279 | |
4280 * language/japanese.el (japanese-shift-jis): Add | |
4281 charset-origin-alist property. | |
4282 | |
4283 1999-02-15 Richard Stallman <rms@gnu.org> | |
4284 | |
4285 * progmodes/compile.el (compile-internal): Use save-selected-window. | |
4286 | |
4287 * subr.el (momentary-string-display): Bind inhibit-read-only. | |
4288 | |
4289 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line. | |
4290 | |
4291 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il> | |
4292 | |
4293 * mail/rmail.el (rmail-show-message): If an unseen message has a | |
4294 Summary-line in its header, get past one more line before looking | |
4295 for the X-Coding-System header. | |
4296 | |
4297 1999-02-15 Geoff Voelker <voelker@cs.washington.edu> | |
4298 | |
4299 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files | |
4300 explicitly to accomodate Windows 9X lack of a useful copy program. | |
4301 | |
4302 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk> | |
4303 | |
4304 * wid-edit.el (widget-choice-value-create): Use `equal' | |
4305 instead of `eq'. | |
4306 | |
4307 1999-02-14 Richard Stallman <rms@gnu.org> | |
4308 | |
4309 * international/iso-transl.el: | |
4310 (iso-transl-ae): Renamed from iso-transl-e-slash. | |
4311 (iso-transl-a-ring): Renamed from iso-transl-a-slash. | |
4312 (iso-transl-AE): Renamed from iso-transl-E-slash. | |
4313 (iso-transl-A-ring): Renamed from iso-transl-A-slash. | |
4314 (iso-transl-char-map): Related changes. | |
4315 | |
4316 * format.el (format-replace-strings): Fix value of TO in REVERSE case. | |
4317 | |
4318 1999-02-13 Richard Stallman <rms@gnu.org> | |
4319 | |
4320 * textmodes/texinfmt.el (texinfo-alias): New function. | |
4321 (texinfo-fold-nodename-case): Add defvar. | |
4322 (texinfo-format-node): Do case folding if specified. | |
4323 | |
4324 * ffap.el (ffap-file-at-point): Test local file names | |
4325 immediately. Strip off line numbers. | |
4326 | |
4327 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch> | |
4328 | |
4329 * sql.el: Set version to 1.3.2 | |
4330 (sql-solid-program): Added support for solid. | |
4331 (sql-help): Doc mentions sql-solid. | |
4332 (sql-solid): Entry function for Solid. | |
4333 (sql-buffer): Doc explains the use of the variable and how to | |
4334 change it. | |
4335 (sql-mode-menu): Included entries for sql-show-sqli-buffer and | |
4336 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are | |
4337 disabled if sql-buffer doesn't have a process; sql-send-paragraph | |
4338 is new. | |
4339 (sql-show-sqli-buffer): New function to display the value of | |
4340 sql-buffer. | |
4341 (sql-change-sqli-buffer): New function to change sql-buffer. | |
4342 (sql-mode): Doc explains how to change sql-buffer. | |
4343 (sql-send-paragraph): New function to send a paragraph. | |
4344 (sql-mode-map): Added keybinding for sql-send-paragraph. | |
4345 (sql-mysql): Doc corrected. | |
4346 (sql-ms): Doc corrected. | |
4347 | |
4348 * sql.el (sql-server): Doc fix. | |
4349 (sql-mysql): Added the use of sql-server to specify the host, | |
4350 sql-database now specifies database instead of host. | |
4351 (sql-mode-menu): Send... menu items are only active if sql-buffer | |
4352 is non-nil. | |
4353 (sql-help): Changed tag of entry functions a bit. | |
4354 | |
4355 * sql.el: Added keywords from `finder-by-keyword'. | |
4356 (sql-mode): Made sql-buffer a local variable, changed the | |
4357 documentation: removed instructions to add *.sql files to | |
4358 auto-mode-alist, added documentation for having mutliple SQL | |
4359 buffers sending their stuff to different SQLi buffers, each | |
4360 running a different process. | |
4361 (sql-postgres): Quoted *SQL* in doc string. | |
4362 (sql-ms): Likewise. | |
4363 (sql-ingres): Likewise. | |
4364 (sql-ingres): Quoted *SQL* in doc string, added references to | |
4365 sql-user and sql-password used during login. | |
4366 (sql-sybase): Quoted *SQL* in doc string, added comma. | |
4367 (sql-oracle): Likewise. | |
4368 (sql-interactive-mode): Added extensive documentation for having | |
4369 mutliple SQL buffers sending their stuff to different SQLi | |
4370 buffers, each running a different process. | |
4371 (sql-buffer): Changed doc from *SQL* to SQLi. | |
4372 (sql-get-login): Doc fix. | |
4373 | |
4374 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
4375 | |
4376 * international/mule-conf.el (undecided): Set ascii in | |
4377 safe-charsets property. | |
4378 | |
4379 1999-02-12 Richard Stallman <rms@gnu.org> | |
4380 | |
4381 * textmodes/paragraphs.el (paragraph-separate): Doc fix. | |
4382 | |
4383 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
4384 | |
4385 * ps-mule.el (ps-mule-font-info-database-default): Set the initial | |
4386 value to ps-mule-font-info-database-latin. | |
4387 | |
4388 1999-02-13 Kenichi HANDA <handa@etl.go.jp> | |
4389 | |
4390 * ps-mule.el (ps-multibyte-buffer): Doc-string modified. | |
4391 (ps-mule-font-info-database-default): New variable. | |
4392 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use | |
4393 ps-mule-font-info-database-default. | |
4394 | |
4395 1999-02-12 Dave Love <fx@gnu.org> | |
4396 | |
4397 * timezone.el (timezone-make-date-sortable) | |
4398 (timezone-make-date-arpa-standard): Doc fix. | |
4399 | |
4400 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
4401 | |
4402 * international/quail.el (quail-show-kbd-layout): Bind | |
4403 blink-matching-paren to nil. | |
4404 | |
4405 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field | |
4406 for ASCII and Latin-1. | |
4407 | |
4408 1999-02-12 Andreas Schwab <schwab@gnu.org> | |
4409 | |
4410 * gud.el (jdb): Fix regexp for comint-prompt-regexp. | |
4411 | |
4412 1999-02-12 Kenichi Handa <handa@etl.go.jp> | |
4413 | |
4414 * international/mule-cmds.el (language-info-alist): Remove | |
4415 description about charset-origin-alist. | |
4416 | |
4417 * international/mule.el: Comment added for a new coding system | |
4418 property `charset-origin-alit'. | |
4419 (make-translation-table): This variable deleted. | |
4420 | |
4421 * language/chinese.el (chinese-big5): Add charset-origin-alist | |
4422 property. | |
4423 ("Chinese-CNS"): Remove charset-origin-alist property. | |
4424 | |
4425 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist | |
4426 property. | |
4427 (cyrillic-alternativnyj): Likewise. | |
4428 ("Cyrillic-KOI8"): Remove charset-origin-alist property. | |
4429 ("Cyrillic-ALT"): Likewise. | |
4430 | |
4431 * language/vietnamese.el (vietnamese-viqr): Add | |
4432 charset-origin-alist property. | |
4433 ("Vietnamese"): Remove charset-origin-alist property. | |
4434 | |
4435 * simple.el (what-cursor-position): Don't use the varialbe | |
4436 charset-origin-alist, but use charset-origin-alist property of | |
4437 buffer-file-coding-system to decide external character set code. | |
4438 | |
4439 1999-02-10 Richard Stallman <rms@gnu.org> | |
4440 | |
4441 * shadowfile.el: Don't turn on the mode when the file is loaded. | |
4442 | |
4443 1999-02-09 Richard Stallman <rms@gnu.org> | |
4444 | |
4445 * progmodes/compile.el (compile-auto-highlight): Customize. | |
4446 | |
4447 * add-log.el (add-log-file-name-function): New variable. | |
4448 (add-change-log-entry): Call that function, if non-nil. | |
4449 | |
4450 1999-02-09 Michael Ernst <mernst@alum.mit.edu> | |
4451 | |
4452 * rmail.el (rmail-search): Track match with a marker, not an integer. | |
4453 | |
4454 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4455 | |
4456 * progmodes/compile.el (compilation-setup): Set value of | |
4457 compilation-directory-stack as in compilation-forget-errors. | |
4458 (compile-reinitialize-errors): Bind buffer-undo-list and | |
4459 deactivate-mark. | |
4460 (compilation-forget-errors): Likewise. | |
4461 | |
4462 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com> | |
4463 | |
4464 * textmodes/texinfo.el (texinfo-environment-regexp): Add the | |
4465 def... constructs. | |
4466 | |
4467 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu): | |
4468 Remove calls to sleep-for. | |
4469 | |
4470 1999-02-08 Eli Zaretskii <eliz@gnu.org> | |
4471 | |
4472 * international/codepage.el (cp-coding-system-for-codepage-1): On | |
4473 MS-DOS, use dos-unsupported-char-glyph for characters not | |
4474 supported by the codepage. | |
4475 (cp-make-coding-systems-for-codepage): Likewise. | |
4476 | |
4477 1999-02-08 Andreas Schwab <schwab@gnu.org> | |
4478 | |
4479 * international/mule-util.el (coding-system-list): Don't sort | |
4480 coding-system-list here. | |
4481 | |
4482 * international/mule.el (coding-system-lessp): Moved here from | |
4483 mule-util.el | |
4484 (add-to-coding-system-list): New function. | |
4485 (make-subsidiary-coding-system, make-coding-system, | |
4486 define-coding-system-alias): Use it instead of setting | |
4487 coding-system-list directly. | |
4488 | |
4489 1999-02-07 Dave Love <fx@gnu.org> | |
4490 | |
4491 * calendar/appt.el (appt-make-list): Don't splice quotes and date | |
4492 onto message. | |
4493 | |
4494 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4495 | |
4496 * imenu.el (imenu--last-menubar-index-alist): Add doc. | |
4497 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist. | |
4498 | |
4499 1999-02-06 Richard Stallman <rms@gnu.org> | |
4500 | |
4501 * language/european.el (setup-slovenian-environment): New function. | |
4502 ("Slovenian"): New language environment. | |
4503 | |
4504 * progmodes/sql.el (sql-help): Doc fix. | |
4505 (sql-mysql): Doc fix. | |
4506 | |
4507 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4508 | |
4509 * tex-mode.el: When compiling, require compare-w and skeleton | |
4510 to pacify the byte-compiler. Move the def's of the tex-commands | |
4511 together. Add a comment on kill-process vs. quit-process. | |
4512 | |
4513 1999-02-05 Dave Love <fx@gnu.org> | |
4514 | |
4515 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with | |
4516 null markers. | |
4517 (compile-goto-error): Likewise. | |
4518 | |
4519 1999-02-05 Stephen Gildea <gildea@alum.mit.edu> | |
4520 | |
4521 * time-stamp.el (time-stamp-format): Format doc tighter. | |
4522 (time-stamp-line-limit): 0 searches the entire buffer (careful!). | |
4523 (time-stamp): don't re-write the time stamp if it didn't change. | |
4524 | |
4525 1999-02-05 Alex Schroeder <asc@bsiag.com> | |
4526 | |
4527 * progmodes/sql.el: Changed version to 1.2.1. | |
4528 (sql-pop-to-buffer-after-send-region): Improved documentation. | |
4529 (sql-mysql-program): Added MySQL support. | |
4530 (sql-prompt-length): Made prompt-length configurable. | |
4531 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter. | |
4532 (sql-help): Added MySQL support, changed documentation. | |
4533 (sql-send-region): A message is displayed if something is sent. | |
4534 (sql-mode): Added buffer-local comment-start. | |
4535 (sql-interactive-mode): Use sql-prompt-length to set left-margin. | |
4536 (sql-interactive-mode): Added buffer-local comment-start. | |
4537 (sql-oracle): Set sql-prompt-length. | |
4538 (sql-sybase): Set sql-prompt-length. | |
4539 (sql-mysql): Added MySQL support. | |
4540 (sql-ingres): Set sql-prompt-length. | |
4541 (sql-ms): Set sql-prompt-length. | |
4542 (sql-postgres): Set sql-prompt-length. | |
4543 | |
4544 1999-02-04 Eli Zaretskii <eliz@gnu.org> | |
4545 | |
4546 * term/internal.el (dos-codepage-setup): Set selection coding | |
4547 system to cpNNN-dos. | |
4548 | |
4549 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
4550 | |
4551 * international/characters.el: Let ethiopic use iso-2022-7bit. | |
4552 | |
4553 1999-02-02 Dave Love <fx@gnu.org> | |
4554 | |
4555 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here... | |
4556 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here. | |
4557 | |
4558 1999-02-02 Karl Heuer <kwzh@gnu.org> | |
4559 | |
4560 * terminal.el (terminal-emulator): Doc fix. | |
4561 | |
4562 1999-02-02 Ken'ichi Handa <handa@gnu.org> | |
4563 | |
4564 * international/mule-util.el (compose-chars): Doc-string | |
4565 modified. Correctly handle a composition character in ARGS. | |
4566 | |
4567 1999-02-01 Richard Stallman <rms@gnu.org> | |
4568 | |
4569 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var. | |
4570 (makefile-menu-index-function): Function deleted. | |
4571 (makefile-mode): Use makefile-imenu-generic-expression. | |
4572 | |
4573 1999-02-01 Geoff Voelker <voelker@cs.washington.edu> | |
4574 | |
4575 * term/w32-win.el (w32-create-initial-fontsets): Back out previous | |
4576 change, invoke from before-init-hook. | |
4577 | |
4578 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu> | |
4579 | |
4580 * subr.el (remove-from-invisibility-spec): Cope with the case when | |
4581 buffer-invisibility-spec is t. | |
4582 | |
4583 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu> | |
4584 | |
4585 * calendar/calendar.el (calendar-mode-map): Fix bindings for | |
4586 appt-add and appt-delete. | |
4587 | |
4588 1999-02-01 Eli Zaretskii <eliz@gnu.org> | |
4589 | |
4590 * term/pc-win.el (msdos-approximate-color): New function. | |
4591 (msdos-color-translate): Call it to find a DOS color that best | |
4592 approximates an X-style "#NNNNNN" color specification. | |
4593 | |
4594 1999-02-01 Ken'ichi Handa <handa@gnu.org> | |
4595 | |
4596 * international/mule-util.el (compose-chars-component): Add | |
4597 autoload cookie. | |
4598 | |
4599 1999-01-31 Ken'ichi Handa <handa@gnu.org> | |
4600 | |
4601 * international/quail.el (quail-lookup-key): If cdr of MAP is a | |
4602 function, replace cdr of MAP by the return value of the function | |
4603 unconditionally. | |
4604 | |
4605 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4606 | |
4607 * progmodes/compile.el (compilation-next-error-locus): Don't | |
4608 decrease argument FIND-AT-LEAST of compilation-next-error-locus. | |
4609 | |
4610 1999-01-31 Eli Zaretskii <eliz@gnu.org> | |
4611 | |
4612 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs | |
4613 and NLs before "charset", and allow the charset name be in double | |
4614 quotes. | |
4615 | |
4616 1999-01-31 Richard Stallman <rms@gnu.org> | |
4617 | |
4618 * imenu.el (imenu-sort-function): Fix custom type. | |
4619 | |
4620 1999-01-30 Richard Stallman <rms@gnu.org> | |
4621 | |
4622 * speedbar.el (speedbar-line-token): Match {...} instead of [...]. | |
4623 (speedbar-line-token): Likewise. | |
4624 | |
4625 * play/gametree.el (gametree-default-score): Use defcustom. | |
4626 (gametree-score-regexp, gametree-score-closer): Likewise. | |
4627 (gametree-score-manual-flag, gametree-score-opener): Likewise. | |
4628 | |
4629 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4630 | |
4631 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when | |
4632 decoding. | |
4633 | |
4634 1999-01-29 Markus Rost <rost@gnu.org> | |
4635 | |
4636 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by | |
4637 tex-validate-buffer. | |
4638 (plain-tex-mode, latex-mode, slitex-mode): Likewise. | |
4639 (tex-validate-buffer): Renamed from validate-tex-buffer. Works | |
4640 now with recent occur-mode. | |
4641 (tex-validate-region): Really walk through all Sexps. | |
4642 (tex-region): Bind shell-dirtrack-verbose. | |
4643 (tex-file, tex-bibtex-file): Likewise. | |
4644 | |
4645 1999-01-29 Dave Love <fx@gnu.org> | |
4646 | |
4647 * finder.el: (finder-commentary): Fix interactive spec. Try | |
4648 appending .el to file name. | |
4649 (finder-find-library, finder-commentary): Doc fixes. | |
4650 | |
4651 1999-01-29 Andrew Innes <andrewi@gnu.org> | |
4652 | |
4653 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes | |
4654 where the userid contains directory separators. | |
4655 | |
4656 1999-01-29 Dave Love <fx@gnu.org> | |
4657 | |
4658 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list. | |
4659 (lm-commentary): Doc fix. | |
4660 | |
4661 1999-01-29 Andreas Schwab <schwab@gnu.org> | |
4662 | |
4663 * files.el (file-expand-wildcards): Never consider `.' and `..' a | |
4664 wildcard match. Fix regexp that tests if dirpart contains | |
4665 wildcard characters. | |
4666 | |
4667 1999-01-28 Richard Stallman <rms@gnu.org> | |
4668 | |
4669 * font-lock.el (font-lock-default-unfontify-region): | |
4670 If not font-lock-syntactic-keywords, don't remove syntax-table prop. | |
4671 | |
4672 1999-01-27 Jason Rumney <jasonr@altavista.net> | |
4673 | |
4674 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard | |
4675 from FAMILY field. | |
4676 (w32-create-initial-fontsets): Do not use before-init-hook. | |
4677 (mouse-set-font): Document. Automatically create and use fontsets. | |
4678 | |
4679 * dos-w32.el (direct-print-region-helper): Check for printer | |
4680 being t as well as a string. | |
4681 | |
4682 1999-01-27 Kenichi Handa <handa@etl.go.jp> | |
4683 | |
4684 * mail/rmail.el (rmail-decode-mime-charset): New variable. | |
4685 (rmail-mime-charset-pattern): New variable. | |
4686 (rmail-convert-to-babyl-format): Decode by MIME-charset if | |
4687 rmail-decode-mime-charset is non-nil. | |
4688 | |
4689 1999-01-27 Ken'ichi Handa <handa@gnu.org> | |
4690 | |
4691 * international/characters.el: Set category `q' for all characters | |
4692 in tibetan and tibetan-1-column. | |
4693 | |
4694 1999-01-27 Andrew Innes <andrewi@gnu.org> | |
4695 | |
4696 * frame.el (select-frame-by-name): Obey focus-follows-mouse. | |
4697 (select-frame-by-name) [windows-nt]: Use w32-focus-frame. | |
4698 | |
4699 1999-01-27 Dave Love <fx@gnu.org> | |
4700 | |
4701 * international/mule-cmds.el (current-language-environment): | |
4702 Provide :link, :type (choices) and appropriate :get. | |
4703 | |
4704 1999-01-27 Eli Zaretskii <eliz@gnu.org> | |
4705 | |
4706 * startup.el (command-line): Set default eol-mnemonic-* strings to | |
4707 display end-of-line format in mode line. | |
4708 | |
4709 * cus-start.el (all): Add eol-mnemonic-* variables. | |
4710 | |
4711 1999-01-26 Dave Love <fx@gnu.org> | |
4712 | |
4713 * startup.el (command-line-1): Up-date copyright. | |
4714 | |
4715 * paths.el (Info-default-directory-list): Use configdir twice. | |
4716 | |
4717 * info.el (Info-directory-list): Don't set path-separator now | |
4718 we're not shipped with Texinfo. Simplify path definition. | |
4719 Substitute all occurrences of instdir in Info-default-directory-list. | |
4720 | |
4721 1999-01-25 Richard Stallman <rms@gnu.org> | |
4722 | |
4723 * startup.el (normal-top-level-add-subdirs-to-load-path): | |
4724 Record the inode numbers of the dirs processed, to avoid loop. | |
4725 | |
4726 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
4727 | |
4728 1999-01-25 Dave Love <fx@gnu.org> | |
4729 | |
4730 * browse-url.el (browse-url-netscape-program): Doc addition. | |
4731 | |
4732 * help.el (help-make-xrefs): Default info references to an `(emacs)' | |
4733 prefix. | |
4734 | |
4735 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see | |
4736 auto-mode-alist. | |
4737 | |
4738 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
4739 | |
4740 * calendar/diary-lib.el (mark-diary-entries): Use | |
4741 assoc-ignore-case and do not capitalize when matching month and | |
4742 day names. | |
4743 | |
4744 * calendar/calendar.el (calendar-read-date): Ditto. | |
4745 | |
4746 * calendar/cal-hebrew.el (calendar-goto-hebrew-date) | |
4747 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto. | |
4748 | |
4749 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto. | |
4750 | |
4751 * calendar/cal-french.el (calendar-goto-french-date): Ditto. | |
4752 | |
4753 * calendar/cal-islam.el (calendar-goto-islamic-date) | |
4754 (mark-islamic-diary-entries): Ditto. | |
4755 | |
4756 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto. | |
4757 | |
4758 * calendar/cal-mayan.el (calendar-read-mayan-haab-date) | |
4759 (calendar-read-mayan-tzolkin-date): Ditto. | |
4760 | |
4761 * calendar/cal-persia.el (persian-prompt-for-date): Ditto. | |
4762 | |
4763 1999-01-22 Michael Ernst <mernst@alum.mit.edu> | |
4764 | |
4765 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker. | |
4766 | |
4767 1999-01-25 Karl Heuer <kwzh@gnu.org> | |
4768 | |
4769 * faces.el (list-faces-display): Multiline case of previous fix. | |
4770 | |
4771 1999-01-25 Andreas Schwab <schwab@gnu.org> | |
4772 | |
4773 * mail/mailalias.el (mail-complete-alist): Use alist as customize type. | |
4774 | |
4775 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu> | |
4776 | |
4777 * files.el (find-file): If find-file-noselect returns a list, | |
4778 do switch-to-buffer on each element. | |
4779 (find-file-other-window): Likewise for all but the first element. | |
4780 (find-file-other-frame): Same. | |
4781 (find-file-noselect): When we expand a wildcard, return a list | |
4782 of buffers. | |
4783 | |
4784 1999-01-24 Eli Zaretskii <eliz@gnu.org> | |
4785 | |
4786 * term/internal.el (dos-codepage-setup): Call prefer-coding-system | |
4787 to set the appropriate cpNNN-dos coding system as the | |
4788 highest-priority coding system. | |
4789 | |
4790 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
4791 | |
4792 * international/fontset.el (generate-fontset-menu): Return a | |
4793 sorted list by plain names of fontsets. | |
4794 | |
4795 * international/mule-diag.el (list-fontsets): Sort fontsets by | |
4796 plain names. | |
4797 | |
4798 * language/tibet-util.el (tibetan-vertical-stacking): If the arg | |
4799 FIRST is a composite character, decompose it at first. | |
4800 | |
4801 1999-01-23 Dave Love <fx@gnu.org> | |
4802 | |
4803 * format.el: Doc fixes. | |
4804 (format-encode-run-method): Have things happen in the right buffer. | |
4805 Deal with errors from method. Set coding-system-for-write. | |
4806 (format-decode-run-method): Have things happen in the right buffer. | |
4807 Deal with errors from method. Set coding-system-for-read. | |
4808 (format-alist): Use nil instead of unmatchable regexps. | |
4809 | |
4810 * simple.el (shell-command-on-region): Return command's exit status. | |
4811 | |
4812 1999-01-23 Eric Ludlam <zappo@gnu.org> | |
4813 | |
4814 * speedbar.el (speedbar-item-info-file-helper): Add optional arg | |
4815 of the file whose info we want to display. | |
4816 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize. | |
4817 (speedbar-add-mode-functions-list) Improve doc. | |
4818 (speedbar-line-token) New function. | |
4819 (speedbar-dired) Fix order of directories in -shown-directories. | |
4820 (speedbar-line-path): Default return is default-directory | |
4821 (speedbar-buffers-line-path): Return is dir name only. | |
4822 (speedbar-mode-functions-list): New variable. | |
4823 (speedbar-mouse-item-info): Rewrote to be a replaceable fn. | |
4824 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper | |
4825 speedbar-files-item-info speedbar-buffers-item-info): New functions. | |
4826 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list): | |
4827 New functions. | |
4828 (speedbar-line-file): Broke out part that fetches file from a line. | |
4829 (speedbar-line-text): New function extracted from speedbar-line-file. | |
4830 (speedbar-line-path): Converted into a replaceable function. | |
4831 (speedbar-files-line-path, speedbar-buffers-line-path): New functions. | |
4832 | |
4833 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
4834 | |
4835 * international/fontset.el (create-fontset-from-x-resource): Make | |
4836 style variants. | |
4837 | |
4838 1999-01-22 Dave Love <fx@gnu.org> | |
4839 | |
4840 * paths.el (Info-default-directory-list): Put sysdir after start. | |
4841 | |
4842 1999-01-22 Sam Steingold <sds@goems.com> | |
4843 | |
4844 * midnight.el (clean-buffer-list): do not kill a buffer if it has | |
4845 a process associated with it. | |
4846 | |
4847 1999-01-22 Jason Rumney <jasonr@altavista.net> | |
4848 | |
4849 * term/w32-win.el (w32-standard-fontset-spec): Simplified. | |
4850 | |
4851 1999-01-22 Felix Lee <flee@cygnus.com> | |
4852 | |
4853 * vc.el (vc-annotate-display): Delete old overlays. Fix check for | |
4854 major-mode. | |
4855 (vc-annotate-mode): Delete variable. | |
4856 | |
4857 1999-01-22 Andrew Innes <andrewi@gnu.org> | |
4858 | |
4859 * startup.el (command-line): [windows-nt]: Check for existence of | |
4860 .emacs file so as to notice .emacs.el or .emacs.elc and use them | |
4861 in preference to _emacs. | |
4862 | |
4863 1999-01-22 Dave Love <fx@gnu.org> | |
4864 | |
4865 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref. | |
4866 | |
4867 1999-01-20 Richard Stallman <rms@gnu.org> | |
4868 | |
4869 * files.el (find-file-noselect): Do wildcard processing only | |
4870 if new arg WILDCARDS is non-nil. | |
4871 (find-file, find-file-other-window): New arg WILDCARDS. | |
4872 Default it to non-nil if interactive. | |
4873 (find-file-other-frame): Likewise. | |
4874 (find-file-read-only): Likewise. | |
4875 (find-file-read-only-other-window): Likewise. | |
4876 (find-file-read-only-other-frame): Likewise. | |
4877 | |
4878 * wid-edit.el (widget-alist-convert-option): Delete spurious comma. | |
4879 (widget-plist-convert-option): Delete spurious comma. | |
4880 | |
4881 1999-01-19 Jason Rumney <jasonr@altavista.net> | |
4882 | |
4883 * term/w32-win.el (w32-standard-fontspec-spec): Change | |
4884 iso8859-5 to koi8-r. Add iso8859-9. | |
4885 | |
4886 1999-01-19 Dave Love <fx@gnu.org> | |
4887 | |
4888 * browse-url.el (browse-url-maybe-new-window): Delete macro and | |
4889 its uses. | |
4890 | |
4891 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark | |
4892 is active. | |
4893 (fortran-indent-subprogram): Likewise. | |
4894 | |
4895 1999-01-19 Dave Love <d.love@dl.ac.uk> | |
4896 | |
4897 * paths.el (Info-default-directory-list): Perhaps add /usr/info. | |
4898 | |
4899 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
4900 | |
4901 * wid-edit.el (alist): Use sexp as default key-type. | |
4902 | |
4903 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4904 | |
4905 * textmodes/tex-mode.el (tex-define-common-keys): | |
4906 Remove key binding of tex-feed-input. | |
4907 (tex-mode-map): Bind tex-feed-input here. | |
4908 (tex-start-shell): Use compilation-shell-minor-mode. Set | |
4909 comint-input-filter-functions before running tex-shell-hook. | |
4910 (tex-start-tex): Forget compilation errors. | |
4911 (tex-compilation-parse-errors): Rewritten to work also with | |
4912 compile-mouse-goto-error and compile-goto-error. Adjusted to | |
4913 change in tex-region. | |
4914 (tex-region): For the temp file use file-name without directory. | |
4915 (tex-file): Expand file name of tex-print-file. | |
4916 | |
4917 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4918 | |
4919 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call. | |
4920 | |
4921 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no> | |
4922 | |
4923 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid | |
4924 beginning could cause Emacs to hang. Fixed. | |
4925 | |
4926 1999-01-18 Ken'ichi Handa <handa@gnu.org> | |
4927 | |
4928 * international/ccl.el (ccl-compile-translate-character): Handle | |
4929 the case that a tranlation table is CCL register correctly. | |
4930 | |
4931 * international/mule-cmds.el (select-safe-coding-system): | |
4932 Hightlight at most 256 characters. | |
4933 | |
4934 1999-01-18 Dave Love <fx@gnu.org> | |
4935 | |
4936 * startup.el (command-line): If the init file changes operation to | |
4937 unibyte, make all buffers unibyte and re-set language environment. | |
4938 | |
4939 * disp-table.el (standard-display-european): Make all existing | |
4940 buffers unibyte. Fix doc. | |
4941 | |
4942 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
4943 | |
4944 * wid-edit.el (coding-system): Define this unconditionally. | |
4945 | |
4946 * simple.el (shell-command-on-region-default-error-buffer): New var. | |
4947 (shell-command-on-region): Use that variable as interactive | |
4948 value of ERROR-BUFFER argument. | |
4949 | |
4950 1999-01-17 Sam Steingold <sds@goems.com> | |
4951 | |
4952 * mail/rmail.el (rmail-quit): run `rmail-quit-hook'. | |
4953 | |
4954 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4955 | |
4956 * progmodes/compile.el (compilation-goto-locus): If already in the | |
4957 compilation buffer's window, keep it in that window. | |
4958 (compile-mouse-goto-error): Add Doc. Don't play with windows. | |
4959 (compile-goto-error): Don't play with windows. | |
4960 | |
4961 * textmodes/tex-mode.el (latex-run-command): Doc fix. | |
4962 (tex-command): Doc fix. | |
4963 (tex-compilation-parse-errors): Doc fix. | |
4964 (tex-generate-zap-file-name): Don't start the name with -. | |
4965 (tex-expand-files): Works now also with strings ending with ":". | |
4966 | |
4967 1999-01-17 Ian T Zimmerman <itz@transbay.net> | |
4968 | |
4969 Patch failed to install: | |
4970 * gametree.el: Document scoring functionality. | |
4971 (gametree-score-regexp): Add optional plus sign. | |
4972 (gametree-score-opener): Replace `:' with `=' as the former | |
4973 conflicts with gametree-half-ply-regexp. | |
4974 (gametree-transpose-following-leaves): Add. | |
4975 (gametree-insert-new-leaf): Make modifying commands barf in read | |
4976 only buffers. | |
4977 (gametree-break-line-here): Add a call to | |
4978 `gametree-transpose-following-leaves'. This maintains the | |
4979 necessary invariant that on each level all leaf children precede | |
4980 all nonleaf children. This has always been implied, but left to | |
4981 the user, and, unfortunately, undocumented. | |
4982 | |
4983 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
4984 | |
4985 * wid-edit.el (plist, alist): New widget types. | |
4986 | |
4987 1999-01-17 Dave Love <fx@gnu.org> | |
4988 | |
4989 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and | |
4990 fix scope of condition-case therein. | |
4991 | |
4992 1999-01-17 Andrew Innes <andrewi@gnu.org> | |
4993 | |
4994 * dos-w32.el: (find-buffer-file-type-coding-system): Use | |
4995 default-buffer-file-coding-system when file doesn't exist (and | |
4996 isn't covered by a special case) instead of forcing undecided-dos | |
4997 against the user's wishes. | |
4998 | |
4999 * dos-w32.el (direct-print-region-helper): New function based on | |
5000 direct-print-region-function; sends data to specified printer port | |
5001 without further translation. Recognize and handle specially the | |
5002 standard `print' and `nprint' programs, as well as `lpr' and | |
5003 similar programs. Only write directly to the printer port if no | |
5004 print program is specified. Work around a bug in Windows 9x | |
5005 affecting Win32 version of Emacs by invoking command.com to write | |
5006 to the printer port instead of writing directly. | |
5007 (direct-print-region-function): Use direct-print-region-helper to | |
5008 do most of the work. | |
5009 (direct-ps-print-region-function): New function; analogue of | |
5010 direct-print-region-function for ps-print. | |
5011 (ps-lpr-command): Comment out setq; leave as example usage. | |
5012 (ps-lpr-switches): Ditto. | |
5013 | |
5014 * lpr.el: (printer-name): Update docstring about usage on MS-DOS | |
5015 and MS-Windows. | |
5016 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on | |
5017 DOS and Windows platforms, to indicate direct printing. Update | |
5018 the docstring accordingly. | |
5019 | |
5020 * ps-print.el: (ps-printer-name): Update docstring about usage on | |
5021 MS-DOS and MS-Windows. | |
5022 (ps-lpr-command): Update docstring as for lpr-command. | |
5023 (ps-print-region-function): New variable. | |
5024 (ps-do-despool): Use it. | |
5025 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for | |
5026 DOS/Windows. | |
5027 | |
5028 * subr.el (subst-char-in-string): New function. | |
5029 | |
5030 1999-01-17 Eli Zaretskii <eliz@gnu.org> | |
5031 | |
5032 * international/codepage.el (cp852-decode-table): Fill a nil entry. | |
5033 | |
5034 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename. | |
5035 (bdf-find-font-info): New function, looks for the first readable | |
5036 file from a list of alternatives. | |
5037 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info | |
5038 instead of bdf-get-font-info. | |
5039 (bdf-generate-glyphs): If font-name is a cons cell, pass its car | |
5040 to ps-mule-generate-bitmap-glyph. | |
5041 | |
5042 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative | |
5043 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can | |
5044 now be a list of alternative names. | |
5045 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car. | |
5046 (ps-mule-prepare-font): Likewise. | |
5047 | |
5048 * international/codepage.el (cp855-decode-table, | |
5049 cp850-decode-table): Fill some nil entries. | |
5050 | |
5051 1999-01-16 Dave Love <fx@gnu.org> | |
5052 | |
5053 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert | |
5054 last change. | |
5055 | |
5056 1999-01-15 Dave Love <fx@gnu.org> | |
5057 | |
5058 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions | |
5059 and change regexp for command names. | |
5060 (help-xref-go-back, function-called-at-point, symbol-file) | |
5061 (where-is): Doc fixes. | |
5062 (help-xref-go-back): Remove interactive spec. | |
5063 (describe-function-1): Fix message for alias. Buttomize alias | |
5064 name. | |
5065 | |
5066 * simple.el (join-line): New alias. | |
5067 | |
5068 1999-01-15 Johan Vromans <jvromans@squirrel.nl> | |
5069 | |
5070 * forms.el: (forms--show-record): Convert integers to string | |
5071 expicitly since concat will no longer accept integers. | |
5072 (forms-print): Use local `total-nb-records' since | |
5073 `forms--total-records' will be inaccessible after buffer switching. | |
5074 | |
5075 1998-01-14 Felix Lee <flee@cygnus.com> | |
5076 | |
5077 * textmodes/flyspell.el (make-flyspell-overlay): fix front stickiness. | |
5078 | |
5079 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5080 | |
5081 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change. | |
5082 | |
5083 1999-01-14 Eli Zaretskii <eliz@gnu.org> | |
5084 | |
5085 * international/codepage.el (cp850-decode-table): Fix previous change. | |
5086 | |
5087 1999-01-14 Simon Marshall <simon@gnu.org> | |
5088 | |
5089 * shell.el (shell-dirtrack-verbose): New custom variable. | |
5090 (shell-dirstack-message): Use it. | |
5091 | |
5092 1999-01-14 Kenichi Handa <handa@etl.go.jp> | |
5093 | |
5094 * international/mule-conf.el: Coding system alias `dos' for | |
5095 `undecided-dos', `mac' for `undecided-mac'. | |
5096 | |
5097 * international/mule-cmds.el (describe-language-environment): | |
5098 Don't alter input-method-alist. | |
5099 | |
5100 1999-01-13 Eli Zaretskii <eliz@gnu.org> | |
5101 | |
5102 * international/codepage.el (cp850-decode-table): Replace nil | |
5103 entries with codes of similary looking glyphs. (Suggested by | |
5104 Jason Rumney <jasonr@altavista.net>.) | |
5105 | |
5106 1999-01-13 Dave Love <fx@gnu.org> | |
5107 | |
5108 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise". | |
5109 | |
5110 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change. | |
5111 | |
5112 1999-01-12 Karl Heuer <kwzh@gnu.org> | |
5113 | |
5114 * files.el (auto-save-hook): Defvar this. | |
5115 | |
5116 1999-01-12 Alex Schroeder <asc@bsiag.com> | |
5117 | |
5118 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock | |
5119 faces, eliminating the need to load font-lock before loading sql. | |
5120 (sql-mode-oracle-font-lock-keywords): Likewise. | |
5121 (sql-mode-postgres-font-lock-keywords): Likewise. | |
5122 | |
5123 1999-01-11 Dave Love <fx@gnu.org> | |
5124 | |
5125 * cus-start.el: Add inhibit-eol-conversion. | |
5126 | |
5127 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap | |
5128 the values round. | |
5129 | |
5130 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5131 | |
5132 * help.el (help-mode-finish): Renamed from help-mode-maybe. | |
5133 Don't switch to Help mode here. | |
5134 (temp-buffer-setup-hook): Use help-mode-finish. | |
5135 (help-mode-setup): New function. | |
5136 (temp-buffer-setup-hook): Use help-mode-setup. | |
5137 | |
5138 * progmodes/sql.el: New file. | |
5139 | |
5140 * files.el (auto-mode-alist): Add sql-mode. | |
5141 | |
5142 * faces.el (list-faces-display): Improve the formatting | |
5143 by computing the maximum length required for any face-name. | |
5144 | |
5145 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5146 | |
5147 * progmodes/compile.el (compilation-shell-minor-mode): New function. | |
5148 | |
5149 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu> | |
5150 | |
5151 * term.el (term_send_home): Change the string to | |
5152 be the same as the one emitted by xterm and consistent with the | |
5153 ones emitted by prior and next. | |
5154 (term_send_end): Likewise. | |
5155 | |
5156 1999-01-10 Dave Love <fx@gnu.org> | |
5157 | |
5158 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse | |
5159 bindings. | |
5160 | |
5161 1999-01-10 Eli Zaretskii <eliz@gnu.org> | |
5162 | |
5163 * international/codepage.el (codepage-setup): Doc fix. | |
5164 (cp-decoding-vector-for-codepage): Likewise. | |
5165 | |
5166 1999-01-10 Markus Rost <rost@gnu.org> | |
5167 | |
5168 * cus-edit.el (custom-save-delete): First scan the custom-file. | |
5169 | |
5170 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5171 | |
5172 * international/iso-transl.el: Define a "function name" for | |
5173 each translation that isn't ASCII. Use these function names | |
5174 in iso-transl-char-map. | |
5175 | |
5176 1999-01-08 Kenichi Handa <handa@etl.go.jp> | |
5177 | |
5178 * international/mule-util.el (decompose-region): Do decomposition | |
5179 on temporary unibyte buffer. | |
5180 | |
5181 * international/mule.el (make-char): Doc-string modified. | |
5182 | |
5183 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5184 | |
5185 * simple.el (comment-region): Delete spaces only if we | |
5186 deleted a comment starter. | |
5187 | |
5188 1999-01-07 Dave Love <fx@gnu.org> | |
5189 | |
5190 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix. | |
5191 | |
5192 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom | |
5193 like eval-defun does. | |
5194 | |
5195 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark]. | |
5196 | |
5197 * generic.el: Re-write `(make-variable-buffer-local (defvar ...' | |
5198 constructions. Doc fixes. | |
5199 (generic-create-generic-function): Use defalias, not fset. | |
5200 | |
5201 * find-func.el: More doc fixes. | |
5202 | |
5203 1999-01-06 Stephen Eglen <stephen@gnu.org> | |
5204 | |
5205 * files.el (save-buffers-kill-emacs): Show the list of current | |
5206 processes before prompting to kill them and exit. | |
5207 | |
5208 1999-01-06 Dave Love <fx@gnu.org> | |
5209 | |
5210 * emacs-lisp/find-func.el: Doc fixes. | |
5211 (find-function-regexp): Extend for define-generic-mode, | |
5212 define-derived-mode, easy-mmode-define-minor-mode. | |
5213 | |
5214 1999-01-06 Dave Love <fx@gnu.org> | |
5215 | |
5216 * progmodes/fortran.el (fortran-window-create): Account for scroll | |
5217 bar width. | |
5218 | |
5219 * browse-url.el: Require (noerror) w3-auto when compiling. | |
5220 (browse-url-maybe-new-window): Make it a macro and revert last | |
5221 change to callers. | |
5222 (browse-url-w3): Require w3 for w3-fetch-other-window. | |
5223 | |
5224 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5225 | |
5226 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the | |
5227 argument. | |
5228 | |
5229 1999-01-06 Simon Marshall <simon@gnu.org> | |
5230 | |
5231 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix. | |
5232 | |
5233 * font-lock.el (font-lock-default-fontify-buffer): When using | |
5234 with-temp-message, use nil rather than current-message. | |
5235 | |
5236 * lazy-lock.el (lazy-lock-unstall): | |
5237 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil | |
5238 rather than current-message. | |
5239 | |
5240 * fast-lock.el (fast-lock-save-cache-1): | |
5241 (fast-lock-cache-data): When using with-temp-message, use nil rather | |
5242 than current-message. | |
5243 | |
5244 1999-01-06 Eli Zaretskii <eliz@gnu.org> | |
5245 | |
5246 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
5247 the valid-codes property. | |
5248 | |
5249 * international/mule-cmds.el (prefer-coding-system): Call | |
5250 set-coding-priority, so that the internal array of priorities is | |
5251 also updated. | |
5252 | |
5253 * international/mule-util.el: | |
5254 (coding-system-change-eol-conversion, | |
5255 coding-system-change-text-conversion): Don't define here. | |
5256 | |
5257 * international/mule-cmds.el: Define them here. Remove the | |
5258 autoload cookies. | |
5259 | |
5260 1999-01-06 Andreas Schwab <schwab@gnu.org> | |
5261 | |
5262 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled | |
5263 if it was enabled before. | |
5264 | |
5265 * view.el (View-revert-buffer-scroll-page-forward): Bind | |
5266 view-scroll-auto-exit instead of obsolete view-mode-auto-exit. | |
5267 | |
5268 * files.el (recover-session): Preserve point when inserting | |
5269 explanation. | |
5270 | |
5271 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5272 | |
5273 * cus-edit.el (custom-save-delete): Don't delete whitespace | |
5274 and comments before the sexp that is replaced. | |
5275 | |
5276 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
5277 | |
5278 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error. | |
5279 | |
5280 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
5281 | |
5282 * vc.el (vc-dired-hook): Use the original value of | |
5283 dired-move-to-filename-regexp on lines that have not been | |
5284 reformatted yet. | |
5285 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the | |
5286 file lines have already been reformatted. | |
5287 | |
5288 1999-01-05 Dave Love <fx@gnu.org> | |
5289 | |
5290 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search | |
5291 buffer-local. | |
5292 | |
5293 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se> | |
5294 | |
5295 * progmodes/f90.el: Change of regular expressions for type to | |
5296 correct highlighting and identation. Some small fixes for | |
5297 compatibility with XEmacs. | |
5298 | |
5299 1999-01-05 Stephen Eglen <stephen@gnu.org> | |
5300 | |
5301 * mspools.el (mspools-vm-system-mail): Provide an alternative | |
5302 value based on rmail-spool-directory if $MAIL is not defined. | |
5303 | |
5304 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl> | |
5305 | |
5306 * textmodes/reftex.el (reftex-section-levels): Allow negative levels. | |
5307 (reftex-section-info): Handle negative section levels. | |
5308 (reftex-view-crossref-extra): New option. | |
5309 (reftex-view-crossref): Generalized to work in more places. | |
5310 (reftex-find-citation-regexp-format, reftex-find-reference-format, | |
5311 reftex-macros-with-labels, reftex-global-search-marker): New variables. | |
5312 (reftex-view-cite-locations-from-bibtex): New command. | |
5313 (reftex-view-regexp-match, reftex-global-search, | |
5314 reftex-global-search-continue): New functions. | |
5315 (reftex-extract-bib-entries): No error for non-existing BibTeX | |
5316 file, just a message. | |
5317 (reftex-extract-bib-entries): Better error handling. | |
5318 (reftex-select-with-char): Use `*RefTeX Select*' for selection | |
5319 help and force it on current frame. | |
5320 (reftex-default-bibliography): New function. | |
5321 (reftex-access-parse-file): Check consistency after loading a | |
5322 parse file. When inconsistent, enfore rescan. | |
5323 (reftex-check-parse-consistency): New function. | |
5324 (easy-menu-define): Options section drastically shortened. | |
5325 | |
5326 1999-01-05 Kenichi Handa <handa@etl.go.jp> | |
5327 | |
5328 * language/thai-util.el (thai-compose-string): New function. | |
5329 | |
5330 1999-01-04 Inge Frick <inge@nada.kth.se> | |
5331 | |
5332 * easymenu.el (easy-menu-define): Doc fix. | |
5333 (easy-menu-create-menu): New keyword :included. | |
5334 (easy-menu-do-add-item): New keyword :included. SUFFIX may | |
5335 be an expression, not only a string. Simulate style `button'. | |
5336 Use easy-menu-define-key-intern instead of easy-menu-define-key. | |
5337 (easy-menu-define-key-intern): New function. | |
5338 (easy-menu-add-item): Understand value returned from | |
5339 easy-menu-item-present-p and easy-menu-remove-item. | |
5340 (easy-menu-return-item): New function. | |
5341 (easy-menu-item-present-p, easy-menu-remove-item): Use it. | |
5342 | |
5343 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5344 | |
5345 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
5346 Use rmail-output-read-rmail-file-name to read the file name. | |
5347 Always call rmail-output-to-rmail-file noninteractively. | |
5348 When count > 1, do the loop here. | |
5349 Handle rmail-delete-after-output here. | |
5350 (rmail-summary-output): Similar changes. | |
5351 | |
5352 * mail/rmailout.el: Provide `rmailout'. | |
5353 (rmail-output-read-rmail-file-name): New function. | |
5354 (rmail-output-to-rmail-file): Use that. | |
5355 (rmail-output-read-file-name): New function. | |
5356 (rmail-output): Use that. | |
5357 | |
5358 * files.el (find-file-noselect): Let /: suppress wildcard matching. | |
5359 Error if wildcard matches no files. | |
5360 | |
5361 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5362 | |
5363 * menu-bar.el (clipboard-yank): Doc fix. | |
5364 | |
5365 * info.el (Info-insert-dir): Chase symlinks for file-attributes. | |
5366 | |
5367 1998-12-31 Markus Rost <rost@delysid.gnu.org> | |
5368 | |
5369 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo. | |
5370 | |
5371 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk> | |
5372 | |
5373 * rmail.el (rmail-encode-string): Make sure mask value is | |
5374 positive; (emacs-pid) returns a negative number on Windows 9x | |
5375 which causes odd behaviour. | |
5376 | |
5377 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5378 | |
5379 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS, | |
5380 and about w32-* variables unless on Windows/NT. | |
5381 | |
5382 1998-12-31 Boris Goldowsky <boris@alum.mit.edu> | |
5383 | |
5384 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only | |
5385 if buffer is modified; ask about all modified buffers. | |
5386 | |
5387 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5388 | |
5389 * simple.el (what-cursor-position): Fix previous change. | |
5390 | |
5391 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu> | |
5392 | |
5393 * mail/sendmail.el (mail-mode): Eliminate ambiguous match | |
5394 from paragraph-start. | |
5395 | |
5396 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5397 | |
5398 * international/mule-cmds.el (prefer-coding-system): If the | |
5399 argument requires specific EOL conversion type, make the default | |
5400 coding systems use that. | |
5401 | |
5402 1998-12-30 Drew Csillag <drew_csillag@geocities.com> | |
5403 | |
5404 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer): | |
5405 Use shell-command-on-region. | |
5406 (m4-start-m4, m4-end-m4): Functions deleted. | |
5407 | |
5408 1998-12-30 Michael Ernst <mernst@alum.mit.edu> | |
5409 | |
5410 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout. | |
5411 | |
5412 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5413 | |
5414 * browse-url.el (browse-url-mail): Give argument SEND-ACTION | |
5415 to compose-mail in the correct places and as a list. | |
5416 | |
5417 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp> | |
5418 | |
5419 * page-ext.el: Added mouse-selection feature for pages directory buffer. | |
5420 (pages-directory-map): Bind mouse-2 | |
5421 (pages-copy-header-and-position): Put text property. | |
5422 (pages-directory-goto-with-mouse): New function. | |
5423 | |
5424 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5425 | |
5426 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
5427 Doc fix. | |
5428 (cp-coding-system-for-codepage-1): Likewise. | |
5429 | |
5430 1998-12-29 Kenichi Handa <handa@etl.go.jp> | |
5431 | |
5432 * language/thai-util.el (thai-post-read-conversion): Handle Thai | |
5433 composition sequence correctly here instead of calling | |
5434 thai-compose-region. | |
5435 | |
5436 * textmodes/fill.el (fill-region-as-paragraph): While deleting a | |
5437 newline in multibyte buffer, if previous or next character is a | |
5438 composite char, check the first component of the composite char. | |
5439 | |
5440 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org> | |
5441 | |
5442 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer | |
5443 and track-mouse. | |
5444 | |
5445 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5446 | |
5447 * mail/sendmail.el (mail-yank-original): Remove text properties | |
5448 after insertion. | |
5449 (mail-yank-region): Barf if no mark is set in the message | |
5450 being replied to. | |
5451 | |
5452 * help.el (function-called-at-point): First look for function at point. | |
5453 | |
5454 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5455 | |
5456 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage. | |
5457 | |
5458 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5459 | |
5460 * simple.el (what-cursor-position): Print character encoding also. | |
5461 | |
5462 1998-12-26 Dave Love <fx@gnu.org> | |
5463 | |
5464 * textmodes/flyspell.el: If local-maps work, don't put | |
5465 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB | |
5466 in flyspell-mouse-map (only). | |
5467 (flyspell-use-local-map): New variable. | |
5468 Use a different mouse-2 binding in that case, | |
5469 and don't add to minor-mode-map-alist. | |
5470 (make-flyspell-overlay, flyspell-correct-word): | |
5471 Test flyspell-use-local-map. | |
5472 | |
5473 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5474 | |
5475 * files.el (file-expand-wildcards): Handle wildcards in directory name. | |
5476 Be careful about whether to return a relative file name, | |
5477 and if so, relative to what directory. | |
5478 | |
5479 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5480 | |
5481 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
5482 Change global map only if this menu exists in the global map already, | |
5483 and not in the local map. | |
5484 (easy-menu-do-add-item): Fix error message. | |
5485 | |
5486 * foldout.el (foldout-inhibit-key-bindings): | |
5487 Avoid concatenating onto outline-minor-mode-prefix. | |
5488 Make a new keymap for that prefix, if it does not already have one. | |
5489 | |
5490 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu> | |
5491 | |
5492 * cperl-mode.el: | |
5493 Can use linear algorithm for indentation if Emacs supports it. | |
5494 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp. | |
5495 (cperl-after-block-p): Likewise. | |
5496 (cperl-after-block-and-statement-beg): Likewise. | |
5497 (cperl-after-block-p): After END/BEGIN we are a block. | |
5498 (cperl-after-expr-p): Skip labels when checking | |
5499 (cperl-indent-region): Make a marker for END - text added/removed. | |
5500 Disable hooks during the call (how to call them later?). | |
5501 Now indents 820-line-long function in 6.5 sec (including | |
5502 syntaxification) the first time (when buffer has few | |
5503 properties), 7.1 sec the second time. | |
5504 (cperl-indent-region): Do not indent whitespace lines | |
5505 (cperl-style-alist) | |
5506 Include `cperl-merge-trailing-else' where the value is clear. | |
5507 (cperl-styles-entries): Likewise. | |
5508 (cperl-problems): Improvements to docs. | |
5509 (cperl-tips): Likewise. | |
5510 (cperl-non-problems): Likewise. | |
5511 (cperl-mode): Make lazy syntaxification possible. | |
5512 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30). | |
5513 `font-lock-unfontify-region-function' was set to a wrong function. | |
5514 | |
5515 (cperl-find-pods-heres): Safe a position in buffer where it is safe to | |
5516 restart syntaxification. Changed so that -d ?foo? is a RE. Do | |
5517 not warn on `=cut' if doing a chunk only. 1 << 6 was OK, | |
5518 but 1<<6 was considered as HERE-doc. | |
5519 <file/glob> made into a string. | |
5520 Postpone addition of faces after syntactic step. | |
5521 Recognition of <FH> was wrong. | |
5522 Highlight `gem' in s///gem as a keyword. `qr' recognized. | |
5523 Knows that split// is null-RE. | |
5524 Highlights separators in 3-parts expressions as labels. | |
5525 <> was considered as a glob. | |
5526 Would err if the last line is `=head1'. | |
5527 $a-1 ? foo : bar; was a considered a regexp. | |
5528 `<< (' was considered a start of HERE-doc. | |
5529 mark qq[]-etc sections as syntax-type=string | |
5530 Was not processing sub protos after a comment ine. | |
5531 Was treating $a++ <= 5 as a glob. | |
5532 Tolerate unfinished REx at end-of-buffer. | |
5533 `unwind-protect' was left commented. | |
5534 / and ? after : start a REx. | |
5535 | |
5536 (cperl-syntaxify-by-font-lock): Set to t, should be safe now. | |
5537 Better default, customizes to `message' too, off in text-mode. | |
5538 | |
5539 (cperl-array-face): Renamed from `font-lock-emphasized-face', | |
5540 `defface'd. | |
5541 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'. | |
5542 `defface'd. | |
5543 (cperl-emacs-can-parse): New state variable. | |
5544 (cperl-indent-line): Corrected to use global state. | |
5545 (cperl-calculate-indent): Likewise. | |
5546 (cperl-fix-line-spacing): Likewise (not used yet). | |
5547 (cperl-calculate-indent): Did not consider `,' as | |
5548 continuation mark for statements. | |
5549 (cperl-calculate-indent): Avoid parse-data optimization at toplevel. | |
5550 Remove another parse-data optimization at toplevel: would | |
5551 indent correctly. | |
5552 Correct for labels when calculating indentation of continuations. | |
5553 Docstring updated. | |
5554 (cperl-choose-color): Converted to a function (to be | |
5555 compilable in text-mode). | |
5556 (cperl-dark-background): Disable without window-system. | |
5557 Do `defface' only if window-system. | |
5558 (cperl-fix-line-spacing): sped up to bail out early. | |
5559 (x-color-defined-p): was not compiling on XEmacs | |
5560 Was defmacro'ed with a tick. Remove another def. | |
5561 (cperl-clobber-lisp-bindings): if set, C-c variants are the old ones | |
5562 (cperl-unwind-to-safe): New function. | |
5563 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position. | |
5564 (cperl-fontify-syntaxically): Unwinds start and end to go out of | |
5565 long strings (not very successful). | |
5566 (cperl-forward-re): Highlight the trailing / in s/foo// as string. | |
5567 Highlight the starting // in s//foo/ as function-name. | |
5568 Emit a meaningful error instead of a cryptic one for an | |
5569 uncomplete REx near end-of-buffer. | |
5570 | |
5571 (cperl-electric-keyword): `qr' recognized. | |
5572 (cperl-electric-else): Likewise | |
5573 (cperl-to-comment-or-eol): Likewise | |
5574 (cperl-make-regexp-x): Likewise | |
5575 (cperl-init-faces): Likewise, and `lock' (as overridable?). | |
5576 Corrected to use new macros; | |
5577 `if' for copying `reference-face' to `constant-face' was backward. | |
5578 remove init `font-lock-other-emphasized-face', | |
5579 `font-lock-emphasized-face', `font-lock-keyword-face'. | |
5580 Interpolate `cperl-invalid-face'. | |
5581 (cperl-make-regexp-x): Misprint in a message. | |
5582 (cperl-syntaxify-unwind): New configuration variable | |
5583 (cperl-fontify-m-as-s): New configuration variable | |
5584 (cperl-electric-pod): check for after-expr was performed | |
5585 inside of POD too. | |
5586 (cperl-backward-to-noncomment): better treatment of PODs and HEREs. | |
5587 (cperl-clobber-mode-lists): New configuration variable. | |
5588 (cperl-not-bad-style-regexp): Updated. | |
5589 Init: `cperl-is-face' was busted. | |
5590 (cperl-make-face): New macros. | |
5591 (cperl-force-face): New macros. | |
5592 (font-lock-other-type-face): Done via `defface' too. | |
5593 (cperl-nonoverridable-face): New face. Renamed from | |
5594 `font-lock-other-type-face'. | |
5595 (cperl-init-faces-weak): use `cperl-force-face'. | |
5596 (cperl-comment-indent): Commenting __END__ was not working. | |
5597 (cperl-indent-for-comment): Likewise. | |
5598 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'. | |
5599 When removing old TAGS info was not relativizing filename. | |
5600 (cperl-tags-hier-init): Gross hack to pretend we work (are we?). | |
5601 Another try to work around XEmacs problems. Better progress messages. | |
5602 (toplevel): require custom unprotected => failure on 19.28. | |
5603 (cperl-xemacs-p): defined when compile too | |
5604 (cperl-find-tags): Was writing line/pos in a wrong order, | |
5605 pos off by 1 and not at beg-of-line. | |
5606 (cperl-etags-snarf-tag): New macro | |
5607 (cperl-etags-goto-tag-location): New macro | |
5608 (cperl-version): New variable. New menu entry | |
5609 random docstrings: References to "future" 20.3 removed. | |
5610 Menu was described as `CPerl' instead of `Perl' | |
5611 (perl-font-lock-keywords): Would not highlight `sub foo($$);'. | |
5612 (cperl-toggle-construct-fix): Was toggling to t instead of 1. | |
5613 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face' | |
5614 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face', | |
5615 `font-lock-reference-face', `font-lock-keyword-face'. | |
5616 Use `eval-after-load'. | |
5617 Remove not-CPerl-related faces. | |
5618 (cperl-tips-faces): New variable and an entry into Mini-docs. | |
5619 (cperl-indent-exp): Was not processing else-blocks. | |
5620 (cperl-get-state): NOP line removed. | |
5621 (cperl-ps-print): New function and menu entry. | |
5622 (cperl-ps-print-face-properties): New configuration variable. | |
5623 (cperl-invalid-face): New configuration variable. | |
5624 (perl-font-lock-keywords): Highlight trailing whitespace | |
5625 (cperl-contract-levels): Documentation corrected. | |
5626 (cperl-contract-level): Likewise. | |
5627 (cperl-ps-extend-face-list): New macro. | |
5628 (cperl-invalid-face): Change to ''underline. | |
5629 | |
5630 1998-12-25 Markus Rost <rost@delysid.gnu.org> | |
5631 | |
5632 * mail/rmailout.el (rmail-output): Abbreviate name of default-file | |
5633 for read-file-name. | |
5634 (rmail-output-to-rmail-file): Likewise. | |
5635 | |
5636 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5637 | |
5638 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
5639 If MENU is nil, use global menu-bar map. | |
5640 (easy-menu-add-item, easy-menu-remove-item): Argument renamed. | |
5641 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed. | |
5642 | |
5643 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
5644 | |
5645 * ps-mule.el (ps-mule-begin-job): Programming uniformization. | |
5646 | |
5647 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
5648 | |
5649 * ps-print.el (ps-print-version): New version number (4.1.3). | |
5650 | |
5651 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5652 | |
5653 * international/mule-cmds.el: Use make-sparse-keymap instead of | |
5654 define-prefix-key when defining MULE menu items. | |
5655 | |
5656 * info.el (Info-node-at-bob-matching): New function. | |
5657 (Info-find-node, Info-build-node-completions): Call it. | |
5658 | |
5659 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org> | |
5660 | |
5661 * help.el (describe-function-1): Say "keymap", not "Lisp macro", | |
5662 when this is an autoloaded keymap. | |
5663 | |
5664 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5665 | |
5666 * international/codepage.el (cp-coding-system-for-codepage-1): | |
5667 Create separate encoders and decoders, for DOS and Unix. Make the | |
5668 usual family of 3 coding systems, so that automatic detection of | |
5669 EOL type works. | |
5670 (cp-make-coding-systems-for-codepage): Don't intern DOS- and | |
5671 Unix-specific symbols here, and don't call | |
5672 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi | |
5673 Handa <handa@etl.go.jp>.) | |
5674 | |
5675 * dos-vars.el (dos-codepage-setup-hook): New defcustom. | |
5676 | |
5677 * term/internal.el (IT-character-translations): New variable, an | |
5678 alist used to display characters for which there's no glyphs in | |
5679 the current codepage. | |
5680 (IT-display-table-setup): New function, sets up the DOS terminal | |
5681 for a given codepage. | |
5682 (dos-codepage-setup): New function, sets up the MULE environment | |
5683 for the current value of dos-codepage. | |
5684 (top-level if): In the multibyte mode, turn on | |
5685 unibyte-display-via-language-environment. In the unibyte mode, | |
5686 set up the special syntax tables to map lower- to upper case and | |
5687 back. | |
5688 | |
5689 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org> | |
5690 | |
5691 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt. | |
5692 (speedbar-frame-plist) Remove useless comments. | |
5693 (speedbar-frame-mode) Do not specify height if it is in the param list. | |
5694 Use default y position w/out changing it. | |
5695 If default x position is a list, keep, calculate the non-list X | |
5696 value when devining an initial position. | |
5697 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files. | |
5698 (speedbar-tag-group-name-minimum-length): New variable. | |
5699 (speedbar-frame-parameter): New compatibility function. | |
5700 (speedbar-frame-mode): Updated to use speedbar-frame-parameter. | |
5701 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub | |
5702 groups to keep things in the right order, and to help with some | |
5703 naming conventions. | |
5704 (speedbar-create-tag-hierarchy): Enable buffer local version of | |
5705 `speedbar-tag-hierarchy-method' in the buffer we are tagging. | |
5706 (speedbar-line-path) Make DEPTH param optional. Devine it if absent. | |
5707 the case, derive it from the cursor location in speedbar. | |
5708 | |
5709 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5710 | |
5711 * international/mule-cmds.el (set-language-environment): On MS-DOS | |
5712 terminals, install DOS-specific nonascii-translation-table if the | |
5713 language info doesn't specify one. Pass the default eol-type to | |
5714 set-language-environment-coding-systems. | |
5715 (set-default-coding-systems): Copy the eol-type property for the | |
5716 new default values of {buffer-file,process}-coding-system from the | |
5717 old defaults. | |
5718 (set-language-environment-coding-systems): Accept an optional | |
5719 argument EOL-TYPE, and set the eol-type property of the default | |
5720 coding systems accordingly. | |
5721 (set-terminal-coding-system): Enable menu item on MS-DOS terminals. | |
5722 (set-keyboard-coding-system): Likewise. | |
5723 (set-default-coding-systems): Don't set | |
5724 default-terminal-coding-system on MS-DOS to anything but nil. | |
5725 (prefer-coding-system): Describe in the doc string that | |
5726 default-terminal-coding-system is not changed on MS-DOS. | |
5727 (set-language-environment): For MS-DOS, set standard syntax table | |
5728 and display table for all characters with code above 127. | |
5729 (standard-display-european-internal): For MS-DOS, pass all | |
5730 characters with code above 127 directly to the terminal, and don't | |
5731 remap characters 160 and 146 in the unibyte case. | |
5732 | |
5733 * international/codepage.el: New file. | |
5734 | |
5735 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
5736 | |
5737 * diary-lib.el (diary-float): Fix end-of-year error and typos in | |
5738 comments. | |
5739 | |
5740 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> | |
5741 | |
5742 * map-ynp.el (map-y-or-n-p): Ignore input methods. | |
5743 | |
5744 * subr.el (read-passwd): Likewise. | |
5745 | |
5746 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5747 | |
5748 * info.el (Info-find-node): Add 1 to the position read from the | |
5749 tag table. Don't fail if the node delimiter ^_ is the first | |
5750 character in the file. | |
5751 (Info-insert-dir): Don't fail when the node delimiter ^_ is the | |
5752 first character in the file. | |
5753 (Info-read-subfile): Likewise. | |
5754 (Info-select-node): Likewise. | |
5755 (Info-build-node-completions): Likewise. | |
5756 | |
5757 1998-12-16 Richard Stallman <rms@gnu.org> | |
5758 | |
5759 * term/x-win.el (x-cut-buffer-or-selection-value): | |
5760 If clipboard is enabled, try it before PRIMARY selection. | |
5761 | |
5762 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
5763 | |
5764 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C | |
5765 insert c-cedilla and C-cedilla respectively, like in latin-1. | |
5766 | |
5767 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org> | |
5768 | |
5769 * language/hebrew.el: Don't use sublists in the flags argument | |
5770 passed to make-coding-system. | |
5771 | |
5772 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
5773 | |
5774 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a | |
5775 list of character sets found by find-charset-region. | |
5776 | |
5777 * ps-mule.el: Always require ps-print. Move some function | |
5778 definitions for Emacs 20.2 and the earlier to ps-print.el. | |
5779 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2. | |
5780 | |
5781 * ps-print.el: Define several functions for Emacs 20.2 and the | |
5782 earlier version. | |
5783 (ps-printer-name): Check if printer-name is bound. | |
5784 | |
5785 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
5786 | |
5787 * ps-mule.el: Programming uniformization and little code improvement. | |
5788 (ps-mule-prepare-font): Programming uniformization. | |
5789 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar) | |
5790 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement. | |
5791 | |
5792 * ps-bdf.el: Programming uniformization and little code improvement. | |
5793 (bdf-search-and-read): New fun. | |
5794 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path) | |
5795 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box) | |
5796 (bdf-info-relative-compose, bdf-info-baseline-offset) | |
5797 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector) | |
5798 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization. | |
5799 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file) | |
5800 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code | |
5801 improvement. | |
5802 | |
5803 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
5804 | |
5805 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix | |
5806 and mule related code extraction. Autoload ps-mule funs. | |
5807 | |
5808 * ps-mule.el: Doc fix. Require ps-print only when compiled. | |
5809 (ps-mule-prologue-generated): New fun. | |
5810 (ps-mule-plot-string): Add autoload cookie. | |
5811 (ps-mule-begin-job): Call ps-mule-prologue-generated. | |
5812 | |
5813 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
5814 | |
5815 * ps-bdf.el: Require ps-mule instead of ps-print. | |
5816 (bdf-directory-list): Add autoload cookie. | |
5817 | |
5818 * ps-mule.el: New file. Mule related code extracted from | |
5819 ps-print.el. Require ps-print, provide ps-mule. | |
5820 (ps-multibyte-buffer): Add autoload cookie. | |
5821 (ps-mule-prepare-ascii-font): New fun. | |
5822 (ps-mule-set-ascii-font): New fun. | |
5823 (ps-mule-skip-same-charset): Fun deleted. | |
5824 (ps-mule-plot-string): Set ps-mule-current-charset. | |
5825 (ps-mule-initialize): Add autload cookie. Don't set | |
5826 ps-mule-font-info-database here. | |
5827 (ps-mule-begin-job): Renamed from ps-mule-begin. Update | |
5828 ps-mule-font-info-database and ps-control-or-escape-regexp. | |
5829 (ps-mule-begin-page): New fun. | |
5830 | |
5831 * ps-print.el: Mule related code moved to ps-mule.el. | |
5832 (ps-begin-job): While setting ps-control-or-escape-regexp, don't | |
5833 check ps-mule-charset-list. | |
5834 (ps-begin-page): Don't set ps-mule-current-charset, instead call | |
5835 ps-mule-begin-page. | |
5836 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font. | |
5837 (ps-plot-region): Don't set ps-mule-current-charset, instead call | |
5838 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset, | |
5839 instead skip same charsets by itself. | |
5840 (ps-generate): Call ps-mule-initialize of needs-begin-file is | |
5841 non-nil. Call ps-mule-begin-job. | |
5842 | |
5843 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
5844 | |
5845 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf | |
5846 instead of bdf. | |
5847 | |
5848 * ps-print.el (ps-mule-font-info-database): Doc-string modified. | |
5849 (ps-mule-external-libraries): New element FEATURE. | |
5850 (ps-mule-init-external-library): Ajusted for the above change. | |
5851 (ps-mule-generate-font): Likewise. | |
5852 (ps-mule-generate-glyphs): Likewise. | |
5853 (ps-mule-prepare-font): Likewise. | |
5854 (ps-mule-initialize): Likewise. | |
5855 (ps-begin-file): Superfluous tailing parenthesis deleted. | |
5856 | |
5857 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
5858 | |
5859 * international/fontset.el (x-decompose-font-name): If PATTERN | |
5860 doesn't have any wild cards, return a vector made from a name that | |
5861 is found by x-resolve-font-name found. Comments added. | |
5862 | |
5863 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
5864 Handle the case of unknown charset. | |
5865 (find-multibyte-characters): If invalid multibyte characters are | |
5866 found, return the corresponding strings instead of character | |
5867 codes. | |
5868 (find-multibyte-characters): Adjusted for the above change. | |
5869 (select-safe-coding-system): For a unibyte buffer, always returns | |
5870 DEFAULT-CODING-SYSTEM. | |
5871 (get-charset-property): Fix previous change. Make it a function. | |
5872 (put-charset-property): Make it a function. | |
5873 | |
5874 * international/mule.el (make-coding-system): Set mime-charset | |
5875 property of *-with-esc coding system to nil. | |
5876 | |
5877 * international/quail.el (quail-point-in-conversion-region): New | |
5878 function. | |
5879 (quail-conversion-backward-delete-char): When a key sequence is | |
5880 being translated, call quail-delete-last-char. | |
5881 | |
5882 * language/devan-util.el | |
5883 (devanagari-reorder-glyphs-for-decomposition): Fix the way to | |
5884 handle devanagari-decomposition-rules. | |
5885 | |
5886 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org> | |
5887 | |
5888 * textmodes/texinfo.el (texinfo-tex-buffer): Bind | |
5889 tex-start-options-string to empty string. | |
5890 (texinfo-tex-region): Use texinfo-tex-trailer as documented. | |
5891 | |
5892 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org> | |
5893 | |
5894 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and | |
5895 5xx responses are already handled properly). | |
5896 | |
5897 1998-12-13 Richard Stallman <rms@gnu.org> | |
5898 | |
5899 * progmodes/compile.el (compilation-error-regexp-alist): Insist | |
5900 on a non-digit in the file name. | |
5901 | |
5902 * simple.el (comment-region): Handle comment-padding | |
5903 separately for insertion and for deletion, in the right way for each. | |
5904 | |
5905 1998-12-13 Felix Lee <flee@cygnus.com> | |
5906 | |
5907 * progmodes/compile.el (compilation-error-regexp-alist): Fix | |
5908 regexp to match "ChangeLog:1:1998-12-09 ..." | |
5909 | |
5910 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org> | |
5911 | |
5912 * cus-start.el (dos-unsupported-char-glyph): Add. | |
5913 | |
5914 1998-12-11 Dave Love <fx@gnu.org> | |
5915 | |
5916 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap | |
5917 forward-sexp in condition-case. | |
5918 | |
5919 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
5920 Remove unnecessary test on `library' for explicit file name. | |
5921 Widen scope of save-match-data. | |
5922 | |
5923 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
5924 | |
5925 * international/mule.el (load-with-code-conversion): If the loaded | |
5926 file was inserted with no-conversion or raw-text coding system, | |
5927 make the buffer unibyte. | |
5928 | |
5929 1998-12-09 Richard Stallman <rms@gnu.org> | |
5930 | |
5931 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
5932 Get rid of nested loops. | |
5933 | |
5934 * mouse.el (mouse-drag-vertical-line): | |
5935 If WHICH-SIDE is not `right', then scroll bars are on the left. | |
5936 | |
5937 * loadhist.el (load-history-loaded): defvar moved to help.el. | |
5938 | |
5939 * help.el (symbol-file-load-history-loaded): Variable renamed, | |
5940 and defvar moved from loadhist.el. | |
5941 (symbol-file): Renamed from describe-function-find-file. | |
5942 Load fns-VERSION.el here. | |
5943 (describe-variable, describe-function-1): Use symbol-file. | |
5944 | |
5945 * textmodes/tex-mode.el (tex-generate-zap-file-name): | |
5946 Don't start the name with #. | |
5947 | |
5948 * ispell.el: Take out the eval-when's. | |
5949 | |
5950 1998-12-09 Peter Breton <pbreton@ne.mediaone.net> | |
5951 | |
5952 * dirtrack.el (dirtrack-directory-change-hook): New hook. | |
5953 (dirtrack): Run it. Make debug message more verbose. | |
5954 | |
5955 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
5956 | |
5957 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct | |
5958 name of the abbrev table, and provide support for XEmacs. | |
5959 (octave-xemacs-p): New variable. | |
5960 | |
5961 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
5962 | |
5963 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to | |
5964 exit, when mail-interactive is nil. | |
5965 | |
5966 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr> | |
5967 | |
5968 * files.el (after-find-file): Message fix. | |
5969 | |
5970 1998-12-09 Ken Stevens <stevens@kdstevens.com> | |
5971 | |
5972 * ispell.el (ispell-kill-ispell): Don't send newline after EOF. | |
5973 | |
5974 1998-12-09 Geoff Voelker <voelker@cs.washington.edu> | |
5975 | |
5976 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle | |
5977 filenames using backslashes. | |
5978 | |
5979 1998-12-09 Dave Love <fx@gnu.org> | |
5980 | |
5981 * browse-url.el (browse-url-mail): Call compose-mail-other-window | |
5982 with correct number of args. | |
5983 (browse-url-maybe-new-window): New arg. Callers changed. | |
5984 | |
5985 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing | |
5986 comment. | |
5987 | |
5988 1998-12-08 Geoff Voelker <voelker@cs.washington.edu> | |
5989 | |
5990 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional. | |
5991 | |
5992 1998-12-08 Markus Rost <rost@delysid.gnu.org> | |
5993 | |
5994 * vc.el (vc-rcs-release): Fix Type. | |
5995 (vc-sccs-release): Fix Type. | |
5996 (vc-cvs-release): Fix Type. | |
5997 | |
5998 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix | |
5999 arg work right. | |
6000 | |
6001 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple | |
6002 output of last undeleted message. | |
6003 | |
6004 1998-12-07 Geoff Voelker <voelker@cs.washington.edu> | |
6005 | |
6006 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
6007 (buffer-undo-list) [windows-nt]: Use different relative path. | |
6008 | |
6009 1998-12-07 Simon Marshall <simon@gnu.org> | |
6010 | |
6011 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types. | |
6012 | |
6013 1998-12-05 Markus Rost <rost@delysid.gnu.org> | |
6014 | |
6015 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler. | |
6016 | |
6017 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops. | |
6018 | |
6019 1998-12-04 Markus Rost <rost@delysid.gnu.org> | |
6020 | |
6021 * info.el (Info-menu): Don't return error if point is between menu | |
6022 header and first menu item. | |
6023 | |
6024 1998-12-04 Dave Love <fx@gnu.org> | |
6025 | |
6026 * help.el (describe-function-1): Fix description for alias. | |
6027 | |
6028 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org> | |
6029 | |
6030 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*- | |
6031 specifications from summary line. | |
6032 | |
6033 * rect.el (delete-whitespace-rectangle): Mark for autoload. | |
6034 (close-rectangle): Define alias only once in loaddefs.el. | |
6035 | |
6036 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6037 | |
6038 * term/internal.el: Remove code which sets up a special syntax | |
6039 table for non-ASCII characters. | |
6040 | |
6041 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org> | |
6042 | |
6043 * dos-w32.el (direct-print-region-function): Try to ensure that | |
6044 printer-name is expanded to a file name on a local drive; | |
6045 sometimes printing a file loaded from a network volume fails. | |
6046 (direct-print-region-function): Add a function to | |
6047 write-region-annotate-functions to append a formfeed character to | |
6048 the region being printed, if the region doesn't end with a | |
6049 formfeed already. This avoids creating a second print job | |
6050 containing a blank page when print spooling is enabled on Windows. | |
6051 | |
6052 1998-12-02 Dave Love <fx@gnu.org> | |
6053 | |
6054 * help.el (help-make-xrefs): Use `info', not the non-autoloaded | |
6055 `Info-goto-node'. | |
6056 | |
6057 1998-12-02 Richard Stallman <rms@gnu.org> | |
6058 | |
6059 * help.el (temp-buffer-resize-mode): Doc fix. | |
6060 | |
6061 * cus-edit.el (custom-save-delete): Save point before | |
6062 reading a sexp, rather than backing up. | |
6063 | |
6064 * international/iso-transl.el: Fix previous change. | |
6065 | |
6066 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
6067 | |
6068 * vc.el (vc-dired-window-configuration, vc-ediff-windows, | |
6069 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode): | |
6070 Added defvars to suppress compilation warnings. | |
6071 | |
6072 1998-11-30 Ken Stevens <k.stevens@ieee.org> | |
6073 | |
6074 * ispell.el: Improved and fixed customize for variables: | |
6075 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp, | |
6076 ispell-dictionary-alist, ispell-skip-sgml. | |
6077 Improved and fixed comments in variables and messages for | |
6078 functions: ispell-help-in-bufferp, ispell-local-dictionary, | |
6079 ispell-menu-map, ispell-checking-message, ispell-parser, | |
6080 ispell-word, lookup-words, ispell-change-dictionary, ispell-region, | |
6081 ispell-begin-tex-skip-regexp, ispell-begin-skip-region, | |
6082 ispell-comments-and-strings, ispell-continue, ispell-complete-word, | |
6083 ispell-message-text-end, ispell-add-per-file-word-list. | |
6084 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding | |
6085 system is now required for all languages. Casechars improved for | |
6086 castellano, castellano8, and norsk dictionaries. Dictionary | |
6087 norsk7-tex added. Dictionary polish added. | |
6088 (ispell-dictionary-alist): Redefined at load-time to support | |
6089 dictionary changes. | |
6090 (ispell-menu-map): Redefined at load-time to support menu changes. | |
6091 (ispell-check-version): New alias for `check-ispell-version'. | |
6092 (ispell-parse-output): Fixed matching for ispell error messages. | |
6093 Correctly returns spelling suggestions in order generated by ispell | |
6094 process. | |
6095 (check-ispell-version): Ensure `case-fold-search' doesn't get | |
6096 redefined. | |
6097 (ispell-complete-word): Ensure `case-fold-search' doesn't get | |
6098 redefined. Fix bug that didn't respect case of word being completed. | |
6099 (ispell-init-process): Set process coding system to be compatible | |
6100 with emacs processes and the ispell process. | |
6101 (ispell-kill-ispell): Ensures ispell process has terminated before | |
6102 starting new process. This can otherwise confuse process filters | |
6103 and hang the ispell process. | |
6104 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved | |
6105 skipping support for sgml. | |
6106 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r | |
6107 which could cause `ispell-complete-word' to hang. | |
6108 (ispell-message): Improved message reference matching. Ensure | |
6109 `case-fold-search' doesn't get redefined. | |
6110 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't | |
6111 get redefined. Fixed bug in returning to nroff mode from tex mode. | |
6112 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't | |
6113 get redefined. | |
6114 | |
6115 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6116 | |
6117 * textmodes/flyspell.el (flyspell-check-word-p): | |
6118 Don't delay inside a kbd macro. | |
6119 | |
6120 * subr.el (make-local-hook): Return the hook variable. | |
6121 | |
6122 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
6123 | |
6124 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe): | |
6125 Use a timer instead of post-command-hook. | |
6126 (hscroll-timer): New variable. | |
6127 | |
6128 1998-11-30 Dave Love <fx@gnu.org> | |
6129 | |
6130 * help.el (help-xref-button): Do nothing if text already has the | |
6131 help-xref property. | |
6132 (describe-variable): Revert previous change to hyperlink to source. | |
6133 | |
6134 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6135 | |
6136 * bindings.el (features): Add `base64' to this list. | |
6137 | |
6138 * loadhist.el (symbol-file): Doc fix. | |
6139 | |
6140 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
6141 | |
6142 * files.el (hack-one-local-variable): Cope with non-file buffers. | |
6143 | |
6144 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6145 | |
6146 * help.el (describe-mode): Put major mode first. | |
6147 | |
6148 * calendar/appt.el (appt-disp-window): Use pop-to-buffer, | |
6149 to support special-display and same-window features. | |
6150 | |
6151 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6152 | |
6153 * simple.el (transpose-subr, transpose-subr-1): Rename variables | |
6154 bound in one function and used in the other. | |
6155 (transpose-subr-start1, transpose-subr-start2): Add defvars. | |
6156 (transpose-subr-end1, transpose-subr-end2): Add defvars. | |
6157 | |
6158 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6159 | |
6160 * autoinsert.el (auto-insert-alist): Use user-mail-address. | |
6161 | |
6162 1998-11-26 Kenichi Handa <handa@etl.go.jp> | |
6163 | |
6164 * international/ccl.el (ccl-dump-translate-character-const-tbl): | |
6165 Give format correct control string. | |
6166 | |
6167 * international/mule.el (define-translation-table): Fix bug of | |
6168 setting incorrect translation-table-id. If the first element of | |
6169 ARGS is a translation table, just register it. | |
6170 | |
6171 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist | |
6172 property. | |
6173 | |
6174 1998-11-24 Michael Ernst <mernst@alum.mit.edu> | |
6175 | |
6176 * thingatpt.el (thing-at-point-url-at-point): Don't use current | |
6177 syntax table to determine what is whitespace. | |
6178 | |
6179 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6180 | |
6181 * frame.el (frame-parameter): Doc fix. | |
6182 | |
6183 * textmodes/tex-mode.el (tex-feed-input): New function. | |
6184 (tex-define-common-keys): Add binding for C-c C-m. | |
6185 | |
6186 1998-11-23 Dave Love <fx@gnu.org> | |
6187 | |
6188 * progmodes/fortran.el: Various minor doc fixes. | |
6189 (fortran-font-lock-keywords-1): Add `d' to comment-chars. | |
6190 (fortran-with-subprogram-narrowing): New macro. | |
6191 (fortran-check-for-matching-do): Use it. | |
6192 (fortran-end-do): Use fortran-check-end-prog-re. | |
6193 (fortran-beginning-do, fortran-end-if, fortran-beginning-if) | |
6194 (fortran-calculate-indent, fortran-calculate-indent): Likewise. | |
6195 | |
6196 1998-11-23 Simon Marshall <simon@gnu.org> | |
6197 | |
6198 * font-lock.el (font-lock-defaults): Doc fix. | |
6199 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message. | |
6200 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword. | |
6201 | |
6202 * lazy-lock.el (lazy-lock-unstall): | |
6203 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message. | |
6204 | |
6205 * fast-lock.el (fast-lock-save-cache-1): | |
6206 (fast-lock-cache-data): Rewritten to use with-temp-message. | |
6207 | |
6208 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org> | |
6209 | |
6210 * mail/rmail.el (rmail-set-message-counters-counter): Detect | |
6211 messages that have been added with DOS line endings and convert | |
6212 the line endings for such messages. | |
6213 | |
6214 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
6215 | |
6216 * help.el: Add resizing of temporary buffers. | |
6217 (temp-buffer-resize-mode): New command and variable. | |
6218 (temp-buffer-max-height): New variable. | |
6219 (resize-temp-buffer-window): New function. | |
6220 | |
6221 * window.el (window-buffer-height): New function, split from | |
6222 shrink-window-if-larger-than-buffer. | |
6223 (shrink-window-if-larger-than-buffer): Use window-buffer-height. | |
6224 | |
6225 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6226 | |
6227 * frame.el (initial-frame-alist): Add defcustom. | |
6228 | |
6229 * shell.el (shell-prompt-pattern): Add defcustom. | |
6230 | |
6231 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6232 | |
6233 * message.el (message-ignored-supersedes-headers): Remove | |
6234 NNTP-Posting-Date. | |
6235 | |
6236 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6237 | |
6238 * help.el (describe-mode): Don't avoid loop indirecting thru | |
6239 value of INDICATOR. | |
6240 | |
6241 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6242 | |
6243 * help.el (describe-variable): Allow any variable with a defcustom, | |
6244 even if it is not a user variable. | |
6245 | |
6246 * mail/rmail.el (mail-unsent-separator): Additional alternative. | |
6247 | |
6248 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org> | |
6249 | |
6250 * gnus/nntp.el (nntp-request-group): Allow for failures when | |
6251 requesting a new group. | |
6252 | |
6253 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6254 | |
6255 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix. | |
6256 | |
6257 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6258 | |
6259 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons. | |
6260 | |
6261 1998-11-19 Simon Marshall <simon@gnu.org> | |
6262 | |
6263 * subr.el (with-temp-message): New macro. | |
6264 | |
6265 * emacs-lisp/lisp-mode.el (with-temp-message): | |
6266 Add lisp-indent-function property. | |
6267 | |
6268 1998-11-18 Dave Love <fx@gnu.org> | |
6269 | |
6270 * progmodes/fortran.el (fortran-end-prog-re): Fix typo. | |
6271 | |
6272 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6273 | |
6274 * emacs-lisp/bytecomp.el (temp-buffer-show-hook): | |
6275 This is not obsolete. | |
6276 | |
6277 1998-11-18 Kenichi Handa <handa@etl.go.jp> | |
6278 | |
6279 * textmodes/picture.el: Make a new map by make-keymap. | |
6280 (picture-desired-column): New variable. | |
6281 (picture-update-desired-column): New function. | |
6282 (picture-beginning-of-line): Set picture-desired-column to 0. | |
6283 (picture-end-of-line): Set picture-desired-column to the current | |
6284 column. | |
6285 (picture-forward-column): Pay attention to multi-column character. | |
6286 (picture-backward-column): Likewise. | |
6287 (picture-move-down): Likewise. | |
6288 (picture-move-up): Likewise. | |
6289 (picture-movement-nw): With prefix arg, move twice columns. | |
6290 (picture-movement-ne): Likewise. | |
6291 (picture-movement-sw): Likewise. | |
6292 (picture-movement-se): Likewise. | |
6293 (picture-set-motion): Handle two-column movements. | |
6294 (picture-move): Call picture-move-down or picture-forward-column | |
6295 only when necessary. | |
6296 (picture-insert): Pay attention to picture-desired-column. | |
6297 (picture-self-insert): Likewise. | |
6298 (picture-clear-column): Pay attention to multi-column character. | |
6299 (picture-mode): Modify doc-string for two-column movement. | |
6300 | |
6301 * rect.el (move-to-column-force): New function. | |
6302 (operate-on-rectangle): If coerce-tabs is non-nil, call | |
6303 move-to-column-force instead of move-to-column. | |
6304 (insert-rectangle): Call move-to-column-force instead of | |
6305 move-to-column. | |
6306 (open-rectangle-line): If begextra is not zero, call | |
6307 move-to-column-force. | |
6308 | |
6309 | |
6310 1998-11-16 Dave Love <fx@gnu.org> | |
6311 | |
6312 * textmodes/sgml-mode.el Require skeleton when compiling. | |
6313 (sgml-font-lock-keywords-1): Accept single-letter tags. | |
6314 (v2): Defvar free variable. | |
6315 | |
6316 1998-11-16 Sam Steingold <sds@goems.com> | |
6317 | |
6318 * emacs-lisp/cl-indent.el: indent `with-output-to-string' as a CL | |
6319 macro, not ELisp one. | |
6320 | |
6321 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
6322 | |
6323 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte | |
6324 characters to symbol. | |
6325 | |
6326 * language/japan-util.el (japanese-zenkaku-region): New optional | |
6327 arg KATAKANA-ONLY. | |
6328 | |
6329 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
6330 | |
6331 * international/mule.el | |
6332 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
6333 is changed to unibyte, return inserted bytes. | |
6334 | |
6335 * tar-mode.el (tar-header-block-tokenize): Decode codes of file | |
6336 and link names if necessary. | |
6337 (tar-header-block-summarize): Handle the case that file or link | |
6338 names are multibyte. | |
6339 (tar-summarize-buffer): At first set the current buffer unibyte, | |
6340 then if there are multibyte file names, change it to multibyte. | |
6341 (tar-mode): Get char position from tar-header-offset. | |
6342 (tar-extract): Avoid multibyte<->unibyte conversion in | |
6343 insert-buffer-subsring by setting both buffers unibyte | |
6344 temporarily. | |
6345 (tar-copy): Set the buffer unibyte while doing a work. Write | |
6346 without code conversion. | |
6347 (tar-expunge): Set the buffer unibyte while doing a work. | |
6348 (tar-alter-one-field): Likewise. | |
6349 (tar-clear-modification-flags): Compare byte position with | |
6350 tar-header-offset. | |
6351 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in | |
6352 insert-buffer-subsring by setting both buffers unibyte | |
6353 temporarily. Pay attention to multibyteness while updating the | |
6354 descriptor-line. | |
6355 (tar-mode-write-file): Write without code conversion. | |
6356 | |
6357 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6358 | |
6359 * nngateway.el: Require cl. | |
6360 | |
6361 1998-11-15 Dave Love <fx@gnu.org> | |
6362 | |
6363 * progmodes/fortran.el: Fix previous change: | |
6364 (fortran-end-prog-re1): Changed. | |
6365 (fortran-check-end-prog-re): New function. | |
6366 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it. | |
6367 | |
6368 1998-11-13 Tom Breton <tob@world.std.com> | |
6369 | |
6370 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of | |
6371 GNU Emacs. | |
6372 | |
6373 1998-11-13 Carsten Dominik <cd@delysid.gnu.org> | |
6374 | |
6375 * textmodes/reftex.el: (reftex-finding-files): Group documentation | |
6376 fixed. | |
6377 (reftex-toc-toggle-file-boundary, | |
6378 reftex-toc-toggle-labels, | |
6379 reftex-toc-toggle-context,reftex-find-start-point): New functions. | |
6380 (reftex-toc-include-labels, reftex-toc-include-context, | |
6381 reftex-toc-include-file-boundaries, | |
6382 reftex-toc-keep-other-windows): New options. | |
6383 (reftex-use-text-after-label-as-context): Option removed. | |
6384 (reftex-extract-bib-entries): Protect use in non-latex | |
6385 buffers. | |
6386 (reftex-toc-visit-location): Renamed from | |
6387 `reftex-toc-visit-line'. | |
6388 (reftex-latin1-to-ascii): Works now with and without Mule. | |
6389 (reftex-truncate): Removed special stuff for Emacs 20.2. | |
6390 (reftex-get-offset): Made more general. | |
6391 (reftex-show-label-location): Renamed from | |
6392 `reftex-select-label-callback'. | |
6393 (reftex-pop-to-label): Function removed (using | |
6394 `reftex-show-label-location' instead. | |
6395 (reftex-insert-docstruct): Renamed from | |
6396 `reftex-make-and-insert-label-list'. Function args changed. | |
6397 (reftex-toc): Now uses `reftex-insert-docstruct' and | |
6398 `reftex-find-start-point'. | |
6399 (reftex-select-item): Use `reftex-find-start-point'. | |
6400 (reftex-toc-visit-line): Can display labels and file | |
6401 boundaries. | |
6402 (reftex-TeX-master-file): `(TeX-master-file)' protected. | |
6403 | |
6404 1998-11-12 Sam Steingold <sds@goems.com> | |
6405 | |
6406 * browse-url.el (browse-url): Handle the case when | |
6407 `browse-url-browser-function' is a lambda list. | |
6408 | |
6409 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6410 | |
6411 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the | |
6412 version string. | |
6413 * loadhist.el (symbol-file): Likewise | |
6414 | |
6415 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM> | |
6416 | |
6417 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling. | |
6418 | |
6419 1998-11-11 Sam Steingold <sds@goems.com> | |
6420 | |
6421 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call | |
6422 `run-lisp' instead of signalling an error. | |
6423 | |
6424 1998-11-11 Karl Heuer <kwzh@gnu.org> | |
6425 | |
6426 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change. | |
6427 | |
6428 1998-11-11 Richard Stallman <rms@gnu.org> | |
6429 | |
6430 * vc-hooks.el (vc-toggle-read-only): Doc fix. | |
6431 | |
6432 1998-11-11 Per Starback <starback@update.uu.se> | |
6433 | |
6434 * ispell.el: (ispell-dictionary-alist-2): Removed svenska, | |
6435 renamed svenska8 to svenska, and fixed and extended CASECHARS | |
6436 for it. | |
6437 | |
6438 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org> | |
6439 | |
6440 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode | |
6441 handling if setpagedevice is not available. | |
6442 (ps-begin-file): Fix typo. | |
6443 | |
6444 1998-11-11 Kenichi Handa <handa@etl.go.jp> | |
6445 | |
6446 * international/mule-util.el (compose-chars-component): Signal | |
6447 error if CH is a rule-based composition character. | |
6448 (compose-chars): Signal error if an already compsed character is | |
6449 going to be composed by rule-base. | |
6450 | |
6451 * term/x-win.el: If a resolved ASCII font name doesn't conform to | |
6452 full XLFD, don't try to get information of WEIGHT and SLANT from | |
6453 that font name. | |
6454 | |
6455 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk> | |
6456 | |
6457 * dos-w32.el (set-default-process-coding-system): Use function on | |
6458 before-init-hook to set default-process-coding-system based on | |
6459 enable-multibyte-characters. | |
6460 | |
6461 * term/w32-win.el ([language-change]): For now ignore | |
6462 keyboard language-change events. | |
6463 | |
6464 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
6465 | |
6466 * ediff-util.el (ediff-make-temp-file): Run the prefix through | |
6467 convert-standard-file-name, but leave the results of | |
6468 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2 | |
6469 characters if the original name already exists, or has a special | |
6470 handler. | |
6471 | |
6472 1998-11-10 Karl Heuer <kwzh@gnu.org> | |
6473 | |
6474 * international/iso-insert.el: Delete autoload cookies. | |
6475 | |
6476 * international/iso-transl.el: Add autoload cookies. | |
6477 | |
6478 1998-11-10 Richard Stallman <rms@gnu.org> | |
6479 | |
6480 * ispell.el (ispell-get-coding-system): Default to iso-latin-1. | |
6481 (ispell-process-line): Don't treat multibyte | |
6482 | |
6483 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk> | |
6484 | |
6485 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call | |
6486 setpagedevice to specify the page size if setpagedevice is | |
6487 available. This is necessary to select the correct paper tray on | |
6488 Level 2 printers with multiple paper sizes available. | |
6489 | |
6490 (ps-begin-file): Cope with font names that contain spaces, and | |
6491 call BeginDoc in a BeginSetup/EndSetup block. | |
6492 | |
6493 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6494 | |
6495 * loadup.el (buffer-undo-list): Run fns-VERSION.el through | |
6496 convert-standard-filename. | |
6497 | |
6498 * loadhist.el (symbol-file): Run fns-VERSION.el through | |
6499 convert-standard-filename. | |
6500 | |
6501 1998-11-06 Richard Stallman <rms@gnu.org> | |
6502 | |
6503 * textmodes/texinfmt.el (texinfo-format-scan): | |
6504 Detect the case of two @-commands in a row; process just the first. | |
6505 (texinfo-append-refill): If line has a @c, insert the @refill | |
6506 before it. | |
6507 (texinfo-format-refill): Return with point where the @refill was. | |
6508 | |
6509 * files.el (hack-local-variables): Test local-enable-local-variables. | |
6510 (hack-local-variables-prop-line): Likewise. | |
6511 (set-auto-mode): Don't test local-enable-local-variables here. | |
6512 (enable-local-variables): Doc fix. | |
6513 (local-enable-local-variables): Doc fix. | |
6514 (normal-mode): Doc fix. | |
6515 | |
6516 1998-11-06 Karl Heuer <kwzh@gnu.org> | |
6517 | |
6518 * emacs-lisp/find-func.el (find-variable-noselect): Autoload. | |
6519 | |
6520 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM> | |
6521 | |
6522 * simple.el (line-number-mode): Doc fix. | |
6523 | |
6524 1998-11-06 Kenichi Handa <handa@etl.go.jp> | |
6525 | |
6526 * international/fontset.el (create-fontset-from-fontset-spec): | |
6527 Give correct arg to `error'. | |
6528 | |
6529 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org> | |
6530 | |
6531 * textmodes/sgml-mode.el (html-mode): Doc fix. | |
6532 (sgml-name-8bit-mode): Fix missing format character in message string. | |
6533 | |
6534 1998-11-05 Karl Heuer <kwzh@gnu.org> | |
6535 | |
6536 * mail/sendmail.el (sendmail-send-it): Check for failure. | |
6537 | |
6538 1998-11-05 Richard Stallman <rms@gnu.org> | |
6539 | |
6540 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6. | |
6541 | |
6542 * rect.el (delete-whitespace-rectangle): close-rectangle renamed. | |
6543 (close-rectangle): Define as alias. | |
6544 | |
6545 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu> | |
6546 | |
6547 * textmodes/tex-mode.el (tex-start-shell): Track directory changes. | |
6548 | |
6549 1998-11-05 Dave Love <fx@gnu.org> | |
6550 | |
6551 * help.el (describe-variable): Don't quote link to source. | |
6552 | |
6553 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu> | |
6554 | |
6555 * gud.el (gud-common-init): Use pop-to-buffer. | |
6556 (same-window-regexps): Add an element that matches all gud buffers. | |
6557 | |
6558 1998-11-04 Jason Rumney <jasonr@altavista.net> | |
6559 | |
6560 * term/w32-win.el (x-get-selection-value): Alias to | |
6561 x-cut-buffer-or-selection-value. | |
6562 (w32-standard-fontset-spec): New variable. | |
6563 (w32-create-initial-fontsets, mouse-set-font): Check whether | |
6564 new-fontset is available. | |
6565 (w32-use-w32-font-dialog): Enable use of set-variable. | |
6566 | |
6567 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
6568 | |
6569 * vc.el (with-vc-file, edit-vc-file): New macros. | |
6570 | |
6571 1998-11-04 Kenichi Handa <handa@etl.go.jp> | |
6572 | |
6573 * international/quail.el (quail-show-guidance-buf): Call | |
6574 set-minibuffer-window to set minibuffer window of the current | |
6575 frame correctly. | |
6576 | |
6577 1998-11-03 Theodore Jump <tjump@tertius.com> | |
6578 | |
6579 * term/w32-win.el: Require fontset. | |
6580 | |
6581 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org> | |
6582 | |
6583 * faces.el (set-face-font): Call resolve-fontset-name on w32. | |
6584 (set-face-font-auto): Ditto. | |
6585 | |
6586 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org> | |
6587 | |
6588 * mouse.el (mouse-drag-region): Fix typo. | |
6589 | |
6590 1998-11-02 Dave Love <fx@gnu.org> | |
6591 | |
6592 * progmodes/fortran.el Fix for fontification of strings lost somehow: | |
6593 (fortran-fontify-string): New function. | |
6594 (fortran-font-lock-keywords-1): Use it. | |
6595 | |
6596 1998-11-02 Markus Rost <rost@delysid.gnu.org> | |
6597 | |
6598 * comint.el (comint-file-name-quote-list): Doc fix. | |
6599 | |
6600 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6601 | |
6602 * loadup.el (buffer-undo-list): Write fns-VERSION.el into | |
6603 build directory, not source directory. | |
6604 | |
6605 * mouse.el (mouse-drag-region): Fake up a mouse-motion event | |
6606 if we did not get one for the final move. | |
6607 | |
6608 1998-11-01 Dave Love <fx@gnu.org> | |
6609 | |
6610 * goto-addr.el (goto-address-at-point, goto-address-at-mouse): | |
6611 Don't funcall browse-url-browser-function. | |
6612 | |
6613 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url): | |
6614 Don't funcall browse-url-browser-function. | |
6615 | |
6616 * fortran.el (fortran-end-prog-re1): Fix the regexp. | |
6617 | |
6618 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6619 | |
6620 * files.el (revert-buffer): Doc fix. | |
6621 | |
6622 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6623 | |
6624 * textmodes/tex-mode.el (tex-start-options-string): | |
6625 Quote the backslashes with more backslashes. | |
6626 | |
6627 1998-10-31 Dave Love <fx@gnu.org> | |
6628 | |
6629 * webjump.el (webjump-sample-sites): Fix Lisp archive site. | |
6630 (webjump): Don't funcall browse-url-browser-function. | |
6631 | |
6632 1998-10-30 Kenichi Handa <handa@etl.go.jp> | |
6633 | |
6634 * international/quail.el (quail-start-translation): Handle | |
6635 switching of the frame in read-key-sequence. | |
6636 (quail-start-conversion): Likewise. | |
6637 (quail-show-guidance-buf): Detach quail-guidance-buf from any | |
6638 windows before setting an appropriate window for it. | |
6639 (quail-hide-guidance-buf): Use window-minibuffer-p. Set | |
6640 quail-guidance-win to nil. | |
6641 (quail-update-guidance): If quail-guidance-buf is not in the | |
6642 selected frame, call quail-show-guidance-buf again. | |
6643 | |
6644 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no> | |
6645 | |
6646 * progmodes/pascal.el (pascal-mode): | |
6647 `blink-matching-paren-dont-ignore-comments' set to t. | |
6648 | |
6649 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
6650 | |
6651 * calendar/cal-menu.el (cal-menu-update): Fix menu wording. | |
6652 | |
6653 1998-10-30 Dave Love <fx@gnu.org> | |
6654 | |
6655 * vc.el (vc-backend-merge-news): Check for "P" output. | |
6656 | |
6657 * help.el (describe-variable): Hyperlink the definition. | |
6658 | |
6659 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org> | |
6660 | |
6661 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp. | |
6662 (sh-set-shell): Likewise. | |
6663 | |
6664 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected. | |
6665 | |
6666 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type. | |
6667 (edebug-on-error): Fix customize type to match that of | |
6668 debug-on-error. | |
6669 | |
6670 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type. | |
6671 | |
6672 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use | |
6673 report-emacs-bug-address instead of undefined bug-gnu-emacs. | |
6674 | |
6675 * international/mule-cmds.el (select-message-coding-system): Doc | |
6676 fix. | |
6677 | |
6678 * international/mule-diag.el (describe-coding-system): Describe | |
6679 all flags. | |
6680 | |
6681 * mail/sendmail.el (sendmail-coding-system, | |
6682 default-sendmail-coding-system): Doc fix. | |
6683 | |
6684 * simple.el (shell-command-on-region): Doc fix. | |
6685 | |
6686 * loadup.el: Write fns-*.el in current directory instead of | |
6687 data-directory since no installation directory exists yet. Mark | |
6688 buffer unmodified afterwards. | |
6689 | |
6690 * loadhist.el (symbol-file): Load fns-*.el from exec-directory | |
6691 instead of data-directory since it is architecture dependent. | |
6692 (load-history-loaded): Update doc string. | |
6693 | |
6694 1998-10-29 Geoff Voelker <voelker@cs.washington.edu> | |
6695 | |
6696 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC | |
6697 path as a default directory when canonicalizing names. | |
6698 | |
6699 * w32-fns.el: Remove a dangling reference to a directory on the | |
6700 build machine. | |
6701 | |
6702 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6703 | |
6704 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and | |
6705 namespace related keywords such as `class', `body', `private', | |
6706 `variable', `namespace eval', etc. | |
6707 (tcl-imenu-generic-expression): Handle itcl body and class definitions. | |
6708 (tcl-mode): Added ":" as a word constituent to the syntax-alist of | |
6709 imenu and font-lock so that searches for \sw would find words | |
6710 containing colons. | |
6711 | |
6712 * progmodes/etags.el (initialize-new-tags-table): | |
6713 Do not alter find-tag-marker-ring and tags-location-ring. | |
6714 | |
6715 1998-10-27 Geoff Voelker <voelker@cs.washington.edu> | |
6716 | |
6717 * term/w32-win.el: Require fontset. | |
6718 (w32-init-fontsets): New function (code from x-win.el). | |
6719 | |
6720 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
6721 | |
6722 * cal-x.el (diary-frame-parameters, calendar-frame-parameters, | |
6723 calendar-and-diary-frame-parameters): Add title parameter. | |
6724 | |
6725 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6726 | |
6727 * completion.el (dynamic-completion-mode): New function to enable | |
6728 the mode. (Just loading the file now does not change anything.) | |
6729 | |
6730 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
6731 | |
6732 * ps-print.el: User option for multibyte buffer handling and doc fix. | |
6733 (ps-multibyte-buffer): New user option. | |
6734 (ps-setup): Print new user option. | |
6735 (ps-print-quote): New fun. | |
6736 (ps-color-p, ps-mule-font-info-database-latin): New var. | |
6737 (ps-default-color, ps-mule-font-info-database) | |
6738 (ps-mule-font-info-database-ps-bdf): Adjust initialization. | |
6739 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file) | |
6740 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate): | |
6741 Little code improvement. | |
6742 (ps-mule-initialize): Initialize ps-mule-font-info-database. | |
6743 (ps-print-prologue-header, ps-font-family, ps-font-size) | |
6744 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size) | |
6745 (ps-build-face-reference, ps-mule-font-info-database-bdf) | |
6746 (ps-mule-external-libraries, ps-mule-init-external-library) | |
6747 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string): | |
6748 Doc fix. | |
6749 (ps-print-version): New version number (4.1.1) and doc fix. | |
6750 (ps-print-prologue-header): New user option. | |
6751 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter): | |
6752 Conditional compilation for GNU Emacs and emacsens. | |
6753 (ps-generate-postscript-with-faces): Skip invisible text better. | |
6754 (ps-setup): Print new user option. | |
6755 (ps-print-preprint): Check if input file name exists and is unwritable. | |
6756 (ps-begin-file): Adjust PostScript prologue header for duplex printers | |
6757 and insert user PostScript prologue header comments. | |
6758 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding): | |
6759 New funs. | |
6760 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated. | |
6761 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue): | |
6762 PostScript programming normalization. | |
6763 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font) | |
6764 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string) | |
6765 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar) | |
6766 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font) | |
6767 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool): | |
6768 Programming style normalization. | |
6769 | |
6770 1998-10-26 Kenichi Handa <handa@etl.go.jp> | |
6771 | |
6772 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
6773 version, check the value of mule-version. | |
6774 | |
6775 * international/mule-util.el (compose-region): Insert then delete | |
6776 to preserve markers. | |
6777 (decompose-region): Use search-forward for efficiency. | |
6778 | |
6779 * language/chinese.el (pre-write-encode-hz): Cancel previous | |
6780 change, use generate-new-buffer instead of get-buffer-create. | |
6781 * language/devan-util.el | |
6782 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
6783 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
6784 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
6785 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
6786 | |
6787 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6788 | |
6789 * mail/rmailsum.el (rmail-message-subject-p): | |
6790 Handle message whose header has not been reformatted. | |
6791 | |
6792 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir. | |
6793 | |
6794 1998-10-25 Jason Rumney <jasonr@altavista.net> | |
6795 | |
6796 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist): | |
6797 New variables. | |
6798 (mouse-set-font): Use font menus instead of dialog according to | |
6799 w32-use-w32-font-dialog. | |
6800 | |
6801 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
6802 | |
6803 * calendar/calendar.el (calendar-day-name-array): Add doc string | |
6804 correctly! | |
6805 (calendar-month-name-array): Add doc string correctly! | |
6806 | |
6807 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6808 | |
6809 * net-utils.el (whois-get-tld): Rewrite not to use `do'. | |
6810 | |
6811 1998-10-21 Markus Rost <rost@delysid.gnu.org> | |
6812 | |
6813 * lisp/info.el (Info-next-menu-item): Stay on top of node. | |
6814 | |
6815 * mail/rmailout.el (rmail-output): Insert newline only if necessary. | |
6816 | |
6817 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case. | |
6818 | |
6819 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines. | |
6820 | |
6821 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org> | |
6822 | |
6823 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*". | |
6824 | |
6825 1998-10-21 Karl Heuer <kwzh@gnu.org> | |
6826 | |
6827 * emacs-lisp/profile.el (profile-timer-program): Var deleted. | |
6828 (profile-timer-process, profile-temp-result-, profile-time): Likewise. | |
6829 (profile-filter, profile-reset-timer): Functions deleted. | |
6830 (profile-check-zero-init-times, profile-get-time): Likewise. | |
6831 (profile-find-function, profile-quit): Likewise. | |
6832 (profile-distinct, profile-call-stack, profile-last-time): New vars. | |
6833 (profile-time-list, profile-init-list): Doc fix. | |
6834 (profile-functions): Simplify. | |
6835 (profile-print): Use float. Make output include space separators. | |
6836 (profile-add-time): New helper function. | |
6837 (profile-function-prolog): Renamed from profile-start-function. | |
6838 Handle profile-distinct. | |
6839 (profile-function-epilog): Renamed from profile-update-function. | |
6840 Handle profile-distinct. | |
6841 (profile-a-function): If the function to be profiled is an | |
6842 autoload form, load it. If it's lazy-loaded, fetch it. | |
6843 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it. | |
6844 (profile-restore-fun): Arg FUN is now a function symbol, as was | |
6845 documented, rather than a one-element list. | |
6846 (profile-finish): Call profile-restore-fun properly. | |
6847 | |
6848 1998-10-21 Kenichi Handa <handa@etl.go.jp> | |
6849 | |
6850 * international/characters.el: Setup charset property | |
6851 nospace-between-words. | |
6852 | |
6853 * international/mule-cmds.el (get-charset-property): If CHARSET is | |
6854 composition, return nil. | |
6855 (put-charset-property): If CHARSET is composition, do nothing. | |
6856 | |
6857 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer. | |
6858 * language/devan-util.el | |
6859 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
6860 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
6861 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
6862 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
6863 | |
6864 * textmodes/fill.el (sentence-end-without-period): New variable. | |
6865 (canonically-space-region): Pay attention to | |
6866 sentence-end-without-period. | |
6867 (fill-find-break-point): The first argument CHARSET deleted. | |
6868 Caller changed. | |
6869 (fill-region-as-paragraph): Pay attention to charset property | |
6870 nospace-between-words and text property nospace-between-words. | |
6871 | |
6872 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6873 | |
6874 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for | |
6875 an unrecognized shell. | |
6876 | |
6877 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org> | |
6878 | |
6879 * desktop.el (desktop-save): Include minor modes symbolically. | |
6880 (desktop-create-buffer): Turn on all minor modes in `mim'. | |
6881 | |
6882 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6883 | |
6884 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files. | |
6885 (sh-font-lock-keywords): Handle rpm and rpm2. | |
6886 (sh-ancestor-alist): Handle rpm. | |
6887 | |
6888 * files.el (auto-mode-alist): Recognize .rpm files. | |
6889 Also .spec and .mspec files. | |
6890 | |
6891 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6892 | |
6893 * faces.el (frame-set-background-mode): Enable the function for | |
6894 MSDOS frames. | |
6895 | |
6896 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
6897 | |
6898 * calendar/calendar.el (calendar-day-name-array): Add doc string. | |
6899 (calendar-month-name-array): Add doc string. | |
6900 | |
6901 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6902 | |
6903 * simple.el (kill-ring-max): Increased to 60. | |
6904 | |
6905 1998-10-17 Kenichi Handa <handa@etl.go.jp> | |
6906 | |
6907 * international/characters.el: Setup auto-fill-chars. | |
6908 | |
6909 * international/kinsoku.el (kinsoku): Check the variable | |
6910 enable-kinsoku. | |
6911 | |
6912 * simple.el (do-auto-fill): Don't check kinsoku-enable here. | |
6913 Don't call kinsoku directly, intead call fill-find-break-point. | |
6914 | |
6915 * textmodes/fill.el: Setup `fill-find-break-point-function' | |
6916 property to character sets which require `kinsoku' processing for | |
6917 filling. | |
6918 (fill-find-break-point): New function. | |
6919 (fill-region-as-paragraph): Don't check kinsoku-enable here. | |
6920 Don't call kinsoku directly, intead call fill-find-break-point. | |
6921 | |
6922 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6923 | |
6924 * faces.el (modify-face-read-string): Return (nil) for "none". | |
6925 (modify-face): Don't get error if (nil) is the argument. | |
6926 (face-try-color-list): Don't check whether nil is a valid color. | |
6927 | |
6928 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6929 | |
6930 * emacs-lisp/bytecomp.el (byte-recompile-directory): | |
6931 Print message about each directory, even in batch mode. | |
6932 | |
6933 * gnus/nntp.el: Require `cl' before using nnoo-declare. | |
6934 | |
6935 * ps-print.el (ps-mule-chars-in-string): No need to use sref. | |
6936 (ps-mule-string-char): No need to use sref. | |
6937 (ps-mule-next-index): No need to use sref. | |
6938 | |
6939 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved. | |
6940 | |
6941 * files.el (revert-buffer-internal-hook): Add defvar. | |
6942 | |
6943 * arc-mode.el (archive-mode): Locally set file-precious-flag. | |
6944 | |
6945 * tar-mode.el (tar-mode): Locally set file-precious-flag. | |
6946 | |
6947 1998-10-16 Markus Rost <rost@delysid.gnu.org> | |
6948 | |
6949 * international/mule-cmds.el (default-input-method): Fix custom type. | |
6950 | |
6951 * net-utils.el (whois-server-list): Fix customization type. | |
6952 | |
6953 * shell.el (shell-input-autoexpand): Fix customization group. | |
6954 | |
6955 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6956 | |
6957 * repeat.el (repeat): Handle keyboard macros properly. | |
6958 Handle new prefix arg after self-insert command. | |
6959 | |
6960 * repeat.el: Don't include cl even at compile time. | |
6961 (repeat): Avoid using `loop'. | |
6962 | |
6963 * simple.el (shell-command-on-region): Doc fix. | |
6964 (next-history-element): Special error message if no default. | |
6965 | |
6966 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6967 | |
6968 * ps-print.el (ps-print-buffer): Doc fix. | |
6969 (ps-despool): Likewise. | |
6970 | |
6971 * arc-mode.el (arc-mode): Provide arc-mode. | |
6972 | |
6973 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6974 | |
6975 * ps-print.el (ps-print-buffer): Doc fix. | |
6976 | |
6977 1998-10-14 Dave Love <fx@gnu.org> | |
6978 | |
6979 * ange-ftp.el (ange-ftp-read-passwd): Function deleted. | |
6980 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd. | |
6981 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise. | |
6982 | |
6983 * progmodes/fortran.el (fortran-mode-map): Change "Join | |
6984 Continuation Line" to "Join Line". | |
6985 (fortran-font-lock-keywords-1): Add "cycle", "exit". | |
6986 | |
6987 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
6988 | |
6989 * progmodes/fortran.el (fortran-join-line): Use | |
6990 `delete-indentation' instead of issuing an error message if not on | |
6991 a continuation line. Provide for joining several lines using | |
6992 prefix arg. | |
6993 | |
6994 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6995 | |
6996 * term/pc-win.el (msdos-color-values): New variable. | |
6997 (x-color-values): New function, emulates its namesake from | |
6998 src/xfns.c. | |
6999 (msdos-bg-mode): Add all dark colors to those which return | |
7000 "dark". | |
7001 | |
7002 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7003 | |
7004 * replace.el (keep-lines, flush-lines, how-many): | |
7005 Don't ignore case if arg has upper case letters. | |
7006 | |
7007 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch> | |
7008 | |
7009 * progmodes/vhdl-mode.el | |
7010 (vhdl-add-index-menu): reverse order in imenu-generic-expression. | |
7011 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec) | |
7012 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map) | |
7013 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop) | |
7014 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo). | |
7015 (vhdl-when): Fix indentation problem. | |
7016 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev. | |
7017 (vhdl-get-port, vhdl-get-generic): Bug fix in template. | |
7018 (vhdl-hooked-abbrev): Bug fix in hooked abbrev. | |
7019 | |
7020 1998-10-13 Geoff Voelker <voelker@cs.washington.edu> | |
7021 | |
7022 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable. | |
7023 (ls-lisp-insert-directory): Renamed from insert-directory. | |
7024 (insert-directory): New function. | |
7025 | |
7026 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7027 | |
7028 * simple.el (completion-fixup-function): Variable deleted. | |
7029 (completion-setup-function): Delete code for completion-fixup-function. | |
7030 * emacs-lisp/lisp.el (lisp-complete-symbol): | |
7031 Don't bind completion-fixup-function. | |
7032 | |
7033 * files.el (find-file-wildcards): New option. | |
7034 (find-file-noselect): Handle wild cards, if enabled. | |
7035 (file-expand-wildcards): New function. | |
7036 | |
7037 * simple.el (set-fill-column): Doc fix. | |
7038 | |
7039 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7040 | |
7041 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search. | |
7042 | |
7043 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org> | |
7044 | |
7045 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only): | |
7046 Move declaration before first use. | |
7047 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr, | |
7048 hif-math, hif-factor): Rename token to hif-token and token-list to | |
7049 hif-token-list. | |
7050 (hif-token, hif-token-list): Declare them. | |
7051 (hif-find-ifdef-block): Return cons of top and bottom point | |
7052 instead of setting dynamically bound variables. | |
7053 (hide-ifdef-block, show-ifdef-block): Use return value of | |
7054 hif-find-ifdef-block. | |
7055 | |
7056 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7057 | |
7058 * subr.el (read-passwd): Use clear-this-command-keys. | |
7059 | |
7060 * telnet.el (telnet-initial-filter): Use clear-this-command-keys. | |
7061 | |
7062 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read | |
7063 and ...-for-write. | |
7064 | |
7065 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk> | |
7066 | |
7067 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected | |
7068 responses to GROUP command, since this may be called from a timer | |
7069 with quit inhibited. | |
7070 | |
7071 1998-10-12 Kenichi Handa <handa@etl.go.jp> | |
7072 | |
7073 * international/ccl.el (ccl-compile-if): If there's no false-cmds, | |
7074 set unconditional-jump to nil. | |
7075 (ccl-compile-read-multibyte-character): Return nil. | |
7076 (ccl-compile-write-multibyte-character): Likewise. | |
7077 (ccl-compile-translate-character): Likewise | |
7078 (ccl-compile-map-multiple): Likewise. | |
7079 (ccl-compile-map-single): Likewise. | |
7080 | |
7081 * international/kinsoku.el: Add coding tag. | |
7082 (kinsoku-bol): Remove superfluous TAB in a string. | |
7083 | |
7084 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
7085 Delete `composition' (if any) from CHARSETS. | |
7086 | |
7087 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7088 | |
7089 * international/mule-cmds.el (setup-specified-language-environment): | |
7090 Add apropos-inhibit property. | |
7091 (describe-specified-language-support): Likewise. | |
7092 | |
7093 1998-10-11 Kenichi HANDA <handa@etl.go.jp> | |
7094 | |
7095 * international/mule.el (make-coding-system): Create -with-esc | |
7096 variant coding system. | |
7097 | |
7098 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
7099 | |
7100 * progmodes/etags.el (tags-loop-revert-buffers): New variable. | |
7101 (next-file): Optionally offer to revert a file's buffer, | |
7102 if it has an existing buffer but the file has changed. | |
7103 | |
7104 * info.el (Info-insert-dir): Detect and report problems | |
7105 in input files, such as "No Top node". Return with point | |
7106 at the beginning of the text. | |
7107 (Info-find-node): Reinsert the code to handle files | |
7108 with no tags table; it was deleted by mistake. | |
7109 | |
7110 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
7111 | |
7112 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let | |
7113 texinfo-find-higher-level-node repeatedly find the same node. | |
7114 (texinfo-find-higher-level-node): Doc fix. | |
7115 | |
7116 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7117 | |
7118 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string. | |
7119 (smtpmail-address-buffer): Add defvar. | |
7120 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise. | |
7121 | |
7122 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved. | |
7123 | |
7124 * ffap.el (ffap-machine-p-local): Fix editing error. | |
7125 | |
7126 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7127 | |
7128 * faces.el (frame-set-background-mode): | |
7129 Don't do anythung for text-only or MSDOS frame. | |
7130 | |
7131 1998-10-08 Kenichi Handa <handa@etl.go.jp> | |
7132 | |
7133 * international/quail.el (quail-defrule): New optional arg APPEND. | |
7134 (quail-defrule-internal): Fix bug of handling the argument APPEND. | |
7135 | |
7136 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7137 | |
7138 * gnus/pop3.el (pop3-open-server): | |
7139 Set process-coding-system-alist around open-network-stream. | |
7140 | |
7141 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7142 | |
7143 * files.el (save-buffer): Doc fix. | |
7144 | |
7145 1998-10-07 Karl Heuer <kwzh@gnu.org> | |
7146 | |
7147 * emacs-lisp/profile.el (profile-fix-fun): If already profiled, | |
7148 return DEF unchanged, not nil. Simplify. | |
7149 | |
7150 1998-10-06 Geoff Voelker <voelker@cs.washington.edu> | |
7151 | |
7152 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp. | |
7153 | |
7154 1998-10-06 Peter Breton <pbreton@ne.mediaone.net> | |
7155 | |
7156 * generic.el (generic-mode-with-type): Added hooks for generic-modes. | |
7157 | |
7158 * net-utils.el (ftp, nslookup): Require comint. | |
7159 (network-service-connection): Likewise. | |
7160 (whois-server-name): Defaults to whois.arin.net | |
7161 (whois-server-list, whois-server-tld, whois-guess-server): New var. | |
7162 (whois): Tries to guess the appropriate top-level domain server. | |
7163 (whois-get-tld): New function. | |
7164 | |
7165 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs. | |
7166 (dirtrack-debug-toggle): Added this function. | |
7167 | |
7168 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7169 | |
7170 * files.el (find-file-noselect): Switch to the correct buffer | |
7171 before checking find-file-literally, and allow non-nil non-t | |
7172 rawfile params. | |
7173 | |
7174 1998-10-06 Karl Heuer <kwzh@gnu.org> | |
7175 | |
7176 * midnight.el (clean-buffer-list): Add autoload cookie. | |
7177 | |
7178 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from | |
7179 no-autosave. | |
7180 * tar-mode.el (tar-mode-revert): Likewise. | |
7181 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed | |
7182 from ediff-arrange-autosave-in-merge-jobs. Callers changed. | |
7183 * gnus/message.el (message-auto-save-directory): Renamed from | |
7184 message-autosave-directory. All references changed. | |
7185 | |
7186 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
7187 | |
7188 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary | |
7189 string. Expose mime stuff while searching. | |
7190 | |
7191 1998-10-06 Richard Stallman <rms@gnu.org> | |
7192 | |
7193 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result. | |
7194 | |
7195 * replace.el (perform-replace): Position point properly | |
7196 before and after the recursive edit of C-r. | |
7197 | |
7198 * progmodes/etags.el (tags-reset-tags-tables): Properly | |
7199 find the markers in the old rings that are being discarded. | |
7200 | |
7201 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7202 | |
7203 * apropos.el (apropos-print): control invalid characters. | |
7204 | |
7205 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X): | |
7206 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid | |
7207 confusing customize. | |
7208 | |
7209 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7210 | |
7211 * generic-x.el (bat-generic-mode): Fix regexps for keywords and | |
7212 built-in commands. Add more built-in commands and fix face names. | |
7213 | |
7214 1998-10-05 Simon Marshall <simon@gnu.org> | |
7215 | |
7216 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar. | |
7217 | |
7218 1998-10-04 Eric Ludlam <zappo@gnu.org> | |
7219 | |
7220 * speedbar.el (speedbar-initial-expansion-list-name): Remove | |
7221 customization since it is not useful in this case. | |
7222 (speedbar-frame-mode): Check if cfx or cfy is a list, and make | |
7223 sure it gets evalled to a number. Also verify that set-frame-name | |
7224 fn exists before calling it. | |
7225 | |
7226 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine): | |
7227 Protect a `forward-sexp' call which could fail, and improved regex | |
7228 for ie, and eg abbreviations. | |
7229 | |
7230 1998-10-02 Noah Friedman <friedman@splode.com> | |
7231 | |
7232 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not | |
7233 send-string. | |
7234 (rlogin-send-Ctrl-D): Here also. | |
7235 (rlogin-send-Ctrl-Z): Here also. | |
7236 (rlogin-send-Ctrl-backslash): Here also. | |
7237 | |
7238 1998-10-02 Dave Love <fx@gnu.org> | |
7239 | |
7240 * outline.el (hide-region-body): Bind | |
7241 outline-view-change-hook to nil while making repeated calls to | |
7242 outline-flag-region. Run it once at the end. | |
7243 (hide-other, hide-sublevels, show-children): Likewise. | |
7244 | |
7245 * info-look.el: Remove duplicate scheme-mode entry. | |
7246 (info-lookup-make-completions): When looking for entries, check | |
7247 that `item' isn't null or "Menu". | |
7248 | |
7249 1998-10-01 Karl Heuer <kwzh@gnu.org> | |
7250 | |
7251 * net-utils.el: Don't require ffap. | |
7252 (net-utils-machine-at-point, net-utils-url-at-point): New functions. | |
7253 (ping, nslookup-host, finger, network-connection-to-service): Use them. | |
7254 | |
7255 1998-09-30 Richard Stallman <rms@gnu.org> | |
7256 | |
7257 * ispell.el (check-ispell-version): No need to bind default-major-mode. | |
7258 | |
7259 * imenu.el (imenu--generic-function): Sort each submenu by position. | |
7260 (imenu--sort-by-position): New function. | |
7261 | |
7262 * cus-edit.el (Custom-mode-menu): Fix info node name. | |
7263 (customize group): Fix info node name. | |
7264 | |
7265 * mail/mailalias.el (build-mail-aliases): Don't allow | |
7266 a newline in the alias name. Don't define an alias | |
7267 if the definition would be empty. | |
7268 | |
7269 * which-func.el (which-func-mode-global): Make :set function | |
7270 more reliable. | |
7271 | |
7272 * custom.el (custom-set-variables): Load the requests first, | |
7273 then check the symbol's `set' function. | |
7274 | |
7275 * ffap.el: Doc fixes. | |
7276 | |
7277 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7278 | |
7279 * gnus.el: (gnus-valid-select-methods): Fix type. | |
7280 * gnus-sum.el (gnus-summary-respool-default-method): Fix type. | |
7281 * gnus-score.el (gnus-orphan-score): Fix type. | |
7282 (gnus-score-default-header, gnus-score-default-type): Fix type. | |
7283 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type. | |
7284 (gnus-saved-headers): Fix type. | |
7285 | |
7286 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix): | |
7287 Avoid nil value of `two-lines-citation-part'. | |
7288 | |
7289 1998-09-30 Roman Belenov <roman@nstl.nnov.ru> | |
7290 | |
7291 * which-func.el (which-function): Handle case when | |
7292 (car imenu--index-alist) is nil. | |
7293 | |
7294 1998-09-29 Dave Love <fx@gnu.org> | |
7295 | |
7296 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from | |
7297 bzip2 args. | |
7298 | |
7299 1998-09-29 Simon Marshall <simon@gnu.org> | |
7300 | |
7301 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and | |
7302 comint-exec-hook. | |
7303 | |
7304 1998-09-29 Stephen Eglen <stephen@gnu.org> | |
7305 | |
7306 * info-look.el: Add support for Octave. | |
7307 | |
7308 1998-09-28 Carsten Dominik <cd@delysid.gnu.org> | |
7309 | |
7310 * textmodes/reftex.el (reftex-finding-files): New customize group. | |
7311 (reftex-texpath-environment-variables, | |
7312 reftex-use-external-file-finders, reftex-external-file-finders, | |
7313 reftex-search-unrecursed-path-first): New options. | |
7314 (reftex-process-string, reftex-find-file-externally): New | |
7315 functions. | |
7316 (reftex-access-search-path): Execute shell commands to find the | |
7317 search path. | |
7318 (reftex-toggle-auto-view-crossref): When turning on, make sure | |
7319 `reftex-auto-view-crossref' becomes non-nil. | |
7320 (reftex-abbrev-regexp): Constant removed. | |
7321 (reftex-convert-string): Abbrev regexp calculated locally. | |
7322 | |
7323 1998-09-28 Dave Love <fx@gnu.org> | |
7324 | |
7325 * progmodes/fortran.el: Don't call regexp-opt when deriving | |
7326 font-lock patterns with keywords that aren't all literal. | |
7327 | |
7328 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
7329 | |
7330 * octave-inf.el (inferior-octave-prompt): Also match prompts of | |
7331 the form `octave.bin:1>' which come from using precopiled binary | |
7332 versions. | |
7333 | |
7334 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7335 | |
7336 * help.el (help-for-help): Use %THIS-KEY%. | |
7337 (help-quit): Add doc. | |
7338 | |
7339 * help-macro.el (make-help-screen): Keep HELP-TEXT | |
7340 in a separate function definition, not in the help command FNAME. | |
7341 Replace %THIS-KEY% with the key sequence that ran FNAME. | |
7342 | |
7343 1998-09-25 Richard Stallman <rms@gnu.org> | |
7344 | |
7345 * textmodes/texinfo.el (texinfo-show-structure): | |
7346 Bind inhibit-read-only. | |
7347 | |
7348 * isearch.el (isearch-search-and-update): Properly | |
7349 handle upper case letters in the reverse-search special case. | |
7350 | |
7351 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7352 | |
7353 * gnus.el: Extend the list of autoloaded functions. | |
7354 | |
7355 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
7356 buffer before creating help group. (from Gnus v5.6.43, fix by | |
7357 1998-08-20 Per Starback <starback@update.uu.se>) | |
7358 | |
7359 * gnus-util.el (gnus-output-to-rmail): Adjust to | |
7360 `rmail-output-to-rmail-file'. | |
7361 | |
7362 1998-09-25 Karl Heuer <kwzh@gnu.org> | |
7363 | |
7364 * hexl.el (hexl-mode-map): More of previous change. | |
7365 | |
7366 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
7367 (tex-start-tex): Don't use tex-start-options-string in star case. | |
7368 Quote file name in star case as well as in non-star. | |
7369 Add blank and quoting of option string here. | |
7370 (tex-start-options-string): Not here. | |
7371 | |
7372 1998-09-23 Karl Heuer <kwzh@gnu.org> | |
7373 | |
7374 * term.el (term-delimiter-argument-list): Doc fix. | |
7375 (term-emulate-terminal): Escape literal semicolon. | |
7376 * progmodes/asm-mode.el (asm-mode): Doc fix. | |
7377 (asm-comment-char): Escape literal semicolon. | |
7378 * emulation/viper-cmd.el (viper-movement-commands): Likewise. | |
7379 | |
7380 1998-09-23 Richard Stallman <rms@gnu.org> | |
7381 | |
7382 * hexl.el (hexl-mode-map): Don't override all ESC bindings, | |
7383 only those that normally modify the buffer. | |
7384 | |
7385 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer | |
7386 over again. | |
7387 | |
7388 1998-09-23 E. Jay Berkenbilt <ejb@ql.org> | |
7389 | |
7390 * ispell.el (check-ispell-version): Ensure same buffer is current | |
7391 when let-binding of case-fold-search ends. | |
7392 | |
7393 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7394 | |
7395 * ps-print.el: Skip invisible overlay. | |
7396 Test for set-buffer-multibyte rather than using mule-version. | |
7397 (ps-print-version): New version number (4.1) and doc fix. | |
7398 (ps-generate-postscript-with-faces): Skip invisible overlay. | |
7399 | |
7400 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu> | |
7401 | |
7402 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes. | |
7403 | |
7404 1998-09-22 Kenichi Handa <handa@etl.go.jp> | |
7405 | |
7406 * international/quail.el (quail-update-guidance): Check for the | |
7407 return value of (quail-guidance) fixed. | |
7408 (quail-update-translation): Bind quail-current-str locally when it | |
7409 calls quail-update-guidance. | |
7410 (quail-update-translation): If input-method-exit-on-first-char is | |
7411 non-nil, terminate translation only when the current input method | |
7412 is simple. | |
7413 | |
7414 1998-09-22 Paul Eggert <eggert@twinsun.com> | |
7415 | |
7416 * startup.el (locale-translation-file-name): Prefer X-related names | |
7417 to the name used by GNU/Linux sans X. Set to nil if no file found. | |
7418 (command-line): Use locale-translation-file-name if it is not nil, | |
7419 instead of testing for its existence again. | |
7420 regexp-quote the ctype before using it in a regexp. | |
7421 Allow a colon to appear after the ctype in the aliases file, | |
7422 as is done in X11R6.4. | |
7423 | |
7424 1998-09-21 Richard Stallman <rms@gnu.org> | |
7425 | |
7426 * mail/rmail.el (rmail-resend): Work properly if invoked from summary. | |
7427 | |
7428 * calendar/appt.el (appt-interval): Variable deleted. | |
7429 (appt-check): For minutes in between appt-display-interval times, | |
7430 do check, but don't display anything except an updated mode line. | |
7431 Count against appt-display-interval based on minutes since | |
7432 first display of this appointment, not based on time of day. | |
7433 If appt-display-mode-line, force mode line redisplay | |
7434 whenever appt-mode-string has changed. | |
7435 (appt-add, appt-delete): Add autoload cookies. | |
7436 (appt-check): Catch errors from calling `diary'. | |
7437 (appt-max-time): Renamed from max-time. | |
7438 (appt-now-displayed, appt-display-count): New variables. | |
7439 (appt-timer): Don't create one if we already have one. | |
7440 | |
7441 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
7442 More general code to use the source buffer instead of the zap file. | |
7443 | |
7444 * hilit-chg.el (highlight-compare-with-file): Renamed from | |
7445 compare-with-file. | |
7446 | |
7447 * loadhist.el (load-history-loaded): New variable. | |
7448 (symbol-file): Load etc/fns-VERSION.el if that has not been done. | |
7449 | |
7450 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it. | |
7451 | |
7452 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
7453 Fix error messages. | |
7454 | |
7455 1998-09-21 Markus Armbruster <armbru@pond.sub.org> | |
7456 | |
7457 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an | |
7458 Emacs frame. | |
7459 | |
7460 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7461 | |
7462 * mail/rmail.el (rmail-decode-babyl-format): Recognize both | |
7463 `undecided' and `undecided-unix'. | |
7464 | |
7465 1998-09-21 Dave Love <fx@gnu.org> | |
7466 | |
7467 * help.el (help-make-xrefs): Fix typo affecting Info references. | |
7468 | |
7469 * subr.el (remove-hook): Check list values to avoid errors. | |
7470 | |
7471 1998-09-18 Noah Friedman <friedman@splode.com> | |
7472 | |
7473 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and | |
7474 store string in eldoc-last-message without consing a new string. | |
7475 Rearrange logic from nested if's into cond's. | |
7476 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string. | |
7477 Do not print message; just return string. | |
7478 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring. | |
7479 Do not print message; just return string. | |
7480 Cache that string in eldoc-last-data. | |
7481 (eldoc-last-data): Make into a vector. | |
7482 (eldoc-get-fnsym-args-string): Use new data form of structure. | |
7483 (eldoc-get-var-docstring): Here also. | |
7484 (eldoc-last-data-store): New function. | |
7485 (eldoc-get-fnsym-args-string): Use it. | |
7486 (eldoc-get-var-docstring): Here also. | |
7487 (eldoc-docstring-first-line): Minimize interim string consing. | |
7488 Call substitute-command-keys on the result. | |
7489 (eldoc-print-var-docstrings, eldoc-print-docstring, | |
7490 eldoc-docstring-message): Functions removed. | |
7491 (eldoc-docstring-format-sym-doc): New function, functionality | |
7492 ripped out of eldoc-docstring-message. | |
7493 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it. | |
7494 | |
7495 1998-09-18 Kenichi Handa <handa@etl.go.jp> | |
7496 | |
7497 * international/mule.el (make-coding-system): Doc-string modified. | |
7498 | |
7499 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org> | |
7500 | |
7501 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type. | |
7502 | |
7503 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix | |
7504 customize type. | |
7505 | |
7506 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize | |
7507 type. | |
7508 | |
7509 * progmodes/compile.el (compilation-error-screen-columns): New | |
7510 variable. | |
7511 (compilation-next-error-locus): Use it to decide whether to use | |
7512 forward-char or move-to-column. | |
7513 | |
7514 * mail/rmail.el (rmail-movemail-program): Fix customize type. | |
7515 | |
7516 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage, | |
7517 feedmail-fiddle-plex-user-list, | |
7518 feedmail-spray-address-fiddle-plex-list, | |
7519 feedmail-prompt-before-queue-user-alist, | |
7520 feedmail-prompt-before-queue-help-supplement, | |
7521 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug, | |
7522 feedmail-queue-alternative-mail-header-separator): Fix customize | |
7523 type. | |
7524 | |
7525 * startup.el (site-run-file): Fix customize type. | |
7526 | |
7527 * speedbar.el (speedbar-initial-expansion-list-name): Fix | |
7528 customize type. | |
7529 | |
7530 * shell.el (shell-input-autoexpand): Fix customize type. | |
7531 | |
7532 * ps-print.el (ps-font-info-database): Add missing dots in value. | |
7533 Improve layout of customize type. | |
7534 | |
7535 * net-utils.el (traceroute-program-options, ping-program-options, | |
7536 ipconfig-program-options, netstat-program-options, | |
7537 arp-program-options, route-program-options, | |
7538 nslookup-program-options, ftp-program-options): Fix customize | |
7539 type. | |
7540 | |
7541 * midnight.el (clean-buffer-list-kill-regexps, | |
7542 clean-buffer-list-kill-buffer-names, | |
7543 clean-buffer-list-kill-never-buffer-names, | |
7544 clean-buffer-list-kill-never-regexps): Fix customize type. | |
7545 | |
7546 * man.el (Man-init-defvars): Avoid trailing nil on | |
7547 Man-filter-list. | |
7548 | |
7549 * lpr.el (printer-name): Fix customize type. | |
7550 | |
7551 1998-09-16 Kenichi Handa <handa@etl.go.jp> | |
7552 | |
7553 * international/mule-cmds.el (reset-language-environment): Call | |
7554 update-coding-systems-internal. | |
7555 | |
7556 * international/mule-conf.el: Call update-coding-systems-internal | |
7557 at the tail. | |
7558 | |
7559 1998-09-14 Dave Love <fx@gnu.org> | |
7560 | |
7561 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't | |
7562 use the menu-enable properties, pending doing it correctly and | |
7563 acceptably fast. | |
7564 | |
7565 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text. | |
7566 | |
7567 1998-09-13 Dave Love <d.love@dl.ac.uk> | |
7568 | |
7569 * progmodes/hideshow.el (hs-grok-mode-type): Check | |
7570 comment-{start,end} non-nil as well as bound. Report an error if | |
7571 we can't grok the mode. | |
7572 | |
7573 1998-09-13 Richard Stallman <rms@gnu.org> | |
7574 | |
7575 * simple.el (blink-matching-open): Don't log paren matching | |
7576 messages in *Messages*. | |
7577 | |
7578 1998-09-12 Richard Stallman <rms@gnu.org> | |
7579 | |
7580 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up): | |
7581 Set point-before-scroll at end even if there was an error. | |
7582 | |
7583 * ange-ftp.el (ange-ftp-insert-file-contents): | |
7584 Use binary mode for dumb-unix hosts as for unix hosts. | |
7585 (ange-ftp-copy-file-internal): Likewise. | |
7586 | |
7587 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
7588 | |
7589 * emacs-lisp/pp.el: Doc fixes. | |
7590 | |
7591 * wid-edit.el (widget-menu-max-shortcuts): New variable. | |
7592 (widget-choose): Don't use single-char shortcuts if # items | |
7593 exceeds that many. Use minibuffer instead. | |
7594 | |
7595 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7596 | |
7597 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg. | |
7598 | |
7599 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org> | |
7600 | |
7601 * speedbar.el (speedbar-frame-mode): Do not set frame position if | |
7602 in terminal mode. | |
7603 | |
7604 1998-09-10 Noah Friedman <friedman@splode.com> | |
7605 | |
7606 * rsz-mini.el (resize-minibuffer-mode): remove :version field from | |
7607 defcustom declaration. It's wreaking too much havoc with XEmacs | |
7608 and older versions of Emacs, which share this code. | |
7609 | |
7610 * type-break.el (type-break-mode): Here also. | |
7611 | |
7612 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg | |
7613 `t' to add-hook also to modify the new local value. | |
7614 | |
7615 1998-09-10 Dave Love <fx@gnu.org> | |
7616 | |
7617 * vc.el (vc-insert-headers): Doc fix. | |
7618 | |
7619 1998-09-10 Richard Stallman <rms@gnu.org> | |
7620 | |
7621 * textmodes/flyspell.el (flyspell-mode-on): Make the | |
7622 ispell-... variables permanent locals. | |
7623 (flyspell-mode-off): Add autoload cookie. | |
7624 | |
7625 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host, | |
7626 do use binary mode, just as for `unix'. | |
7627 (ange-ftp-host-type): If HOST is nil, return `unix'. | |
7628 | |
7629 * dired.el (dired-mark-files-containing-regexp): | |
7630 Don't scan directories. Ignore non-readable files. | |
7631 | |
7632 * progmodes/compile.el (compilation-error-regexp-alist): | |
7633 Fix previous change: allow . and _ in command name. | |
7634 | |
7635 * dired.el (dired-mark-files-containing-regexp): Fix previous change. | |
7636 | |
7637 * uncompress.el (uncompress-while-visiting): | |
7638 Use just the car of what find-operation-coding-system returns. | |
7639 | |
7640 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename. | |
7641 | |
7642 * shell.el (shell-file-name-quote-list): Add # to the value. | |
7643 | |
7644 1998-09-10 E. Jay Berkenbilt <ejb@ql.org> | |
7645 | |
7646 * textmodes/flyspell.el (flyspell-mode-on): fix kill-buffer-hook | |
7647 to make killing of ispell process work even if | |
7648 kill-all-local-variables has been run. | |
7649 | |
7650 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7651 | |
7652 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite | |
7653 loop when sexp entry ends at end of file with no newline. | |
7654 | |
7655 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7656 | |
7657 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved) | |
7658 (Custom-reset-standard): Fix menu inconsistency. | |
7659 | |
7660 * mail/feedmail.el (feedmail-from-line): Allow t. | |
7661 (feedmail-message-id-suffix): Allow nil. | |
7662 | |
7663 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
7664 Simplify. Make prefix arg work right. | |
7665 | |
7666 1998-09-09 Dave Love <fx@gnu.org> | |
7667 | |
7668 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
7669 | |
7670 * help.el (help-xref-interned): Bind inhibit-read-only when inserting. | |
7671 | |
7672 1998-09-08 Dave Love <fx@gnu.org> | |
7673 | |
7674 * add-log.el (change-log-font-lock-keywords): Do parenthesized | |
7675 stuff only after file names or at start of line. Allow parens | |
7676 around e-mail, as well as angles. | |
7677 | |
7678 * gnus/nnweb.el (require): Wrap requirement of w3 and url in | |
7679 ignore-errors too, eval'd when compile. Require w3 stuff at load | |
7680 time for nicer failure if it's not available. | |
7681 | |
7682 1998-09-07 Geoff Voelker <voelker@cs.washington.edu> | |
7683 | |
7684 * comint.el (comint-arguments): Ignore backslashes when using | |
7685 w32 shells that expect backslashes as the directory separator. | |
7686 | |
7687 1998-09-04 Kenichi Handa <handa@etl.go.jp> | |
7688 | |
7689 * international/fontset.el (resolved-ascii-font): New variable. | |
7690 (x-complement-fontset-spec): By side effect, set | |
7691 `resolved-ascii-font' to the resolved name of ASCII font." | |
7692 (create-fontset-from-fontset-spec): Don't get a value for | |
7693 resolved-ascii-font from the list full-fontlist. It is set by | |
7694 x-complement-fontset-spec now. | |
7695 | |
7696 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
7697 version, check the value of mule-version. | |
7698 | |
7699 1998-09-07 Carsten Dominik <cd@delysid.gnu.org> | |
7700 | |
7701 * textmodes/reftex.el (reftex-view-crossref): Split up into | |
7702 several functions. No longer moves to find a macro. | |
7703 (reftex-view-cr-cite, reftex-view-cr-ref, | |
7704 reftex-end-of-bib-entry): New functions. | |
7705 (reftex-auto-view-crossref): New value `window' allowed. | |
7706 (reftex-view-crossref-when-idle): Process new `window' option in | |
7707 (reftex-translate-to-ascii-function): New default. | |
7708 (reftex-label-illegal-re): Default changed, removed Latin1. | |
7709 (reftex-latin1-to-ascii): New function. | |
7710 (reftex-what-environment): Check for section regexp before use. | |
7711 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with | |
7712 absolute path names. | |
7713 (reftex-TeX-master-file): Changed sequence of file checks. | |
7714 (reftex-do-citation): bibview cache only with RefTeX mode on. | |
7715 | |
7716 1998-09-06 Richard Stallman <rms@gnu.org> | |
7717 | |
7718 * progmodes/compile.el (compilation-error-regexp-alist): | |
7719 In first pattern (GNU utilities and other things), | |
7720 allow a space after the optional program name at the beginning. | |
7721 | |
7722 * mail/mail-hist.el (mail-hist-current-header-contents): | |
7723 Fix previous change: use mail-header-end. | |
7724 | |
7725 1998-09-06 Bill Richter <richter@math.nwu.edu> | |
7726 | |
7727 * international/ccl.el: Doc fixes. | |
7728 * international/encoded-kb.el: Doc fixes. | |
7729 * international/fontset.el: Doc fixes. | |
7730 * international/kinsoku.el: Doc fixes. | |
7731 * international/kkc.el: Doc fixes. | |
7732 * international/mule-cmds.el: Doc fixes. | |
7733 * international/mule-conf.el: Doc fixes. | |
7734 * international/mule-util.el: Doc fixes. | |
7735 * international/mule.el: Doc fixes. | |
7736 | |
7737 1998-09-05 Eric Ludlam <zappo@gnu.org> | |
7738 | |
7739 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function. | |
7740 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'. | |
7741 (checkdoc-this-string-valid-engine): Permit ? as terminating | |
7742 punctuation for first line sentence breaking. | |
7743 (checkdoc-this-string-valid): When converting a comment into a doc | |
7744 string, make sure " chars are \". | |
7745 (checkdoc-sentencespace-region-engine): Only do double space check | |
7746 if based on the variable `sentence-end-double-space' | |
7747 (checkdoc-this-string-valid-engine): ? ends valid sentence. | |
7748 (checkdoc-proper-noun-region-engine): Exclude items in URLs | |
7749 | |
7750 1998-09-04 Richard Stallman <rms@gnu.org> | |
7751 | |
7752 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): | |
7753 Recognize define-skeleton as a function definer. | |
7754 | |
7755 * cus-edit.el (customize-option): Refuse to customize | |
7756 a variable that has no defcustom. But if variable is autoloaded, | |
7757 first try to load the library that defines it. | |
7758 | |
7759 * international/iso-insert.el: Use `string' before calling `insert' | |
7760 so that in multibyte buffers we insert multibyte chars. | |
7761 | |
7762 * dired.el (dired-mark-files-containing-regexp): | |
7763 Don't use find-file; instead, insert the file in a temp buffer. | |
7764 | |
7765 * textmodes/tex-mode.el (tex-start-options-string): New option. | |
7766 (tex-start-tex): Use that variable. | |
7767 | |
7768 * mail/rmail.el (rmail-primary-inbox-list): Make the initial | |
7769 value in the `repeat' alternative a list. | |
7770 | |
7771 * textmodes/fill.el (fill-individual-paragraphs): Before deleting | |
7772 the inserted newline, verify that one was really inserted. | |
7773 | |
7774 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode | |
7775 remains on or remains off. | |
7776 (flyspell-multi-language-p): Default changed to nil. | |
7777 | |
7778 * progmodes/ada-mode.el (ada-search-ignore-string-comment): | |
7779 In "found in comment" case, don't beginning-of-line after forward-line. | |
7780 | |
7781 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): | |
7782 If the function definition is not a lambda, return original FORM | |
7783 with no error. | |
7784 | |
7785 1998-09-04 Peter Breton <pbreton@ne.mediaone.net> | |
7786 | |
7787 * net-utils.el (netstat-program-options): Changed from nil to "-a" | |
7788 so that by default netstat shows all network connections. | |
7789 | |
7790 1998-09-04 Bob Weiner <weiner@altrasoft.com> | |
7791 | |
7792 * international/quail.el: Doc fixes. | |
7793 | |
7794 * info.el (info): Don't add parens if FILE already has them. | |
7795 | |
7796 1998-09-04 Geoff Voelker <voelker@cs.washington.edu> | |
7797 | |
7798 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word | |
7799 on extension lines. | |
7800 | |
7801 1998-09-03 Geoff Voelker <voelker@cs.washington.edu> | |
7802 | |
7803 * w32-fns.el (w32-shell-dos-semantics): New function. | |
7804 | |
7805 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu> | |
7806 | |
7807 * international/quail.el (quail-choose-completion-string): Store | |
7808 completion `choice' in `quail-current-str'; don't insert it. | |
7809 | |
7810 1998-09-02 Kenichi Handa <handa@etl.go.jp> | |
7811 | |
7812 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH | |
7813 argument to ps-mule-generate-bitmap-font. | |
7814 | |
7815 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII | |
7816 entry and change Latin-1 entry in the default value. | |
7817 (ps-mule-font-info-database-ps-bdf): New variable. | |
7818 (ccl-encode-ethio-unicode): Bug of CCL code fixed. | |
7819 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function | |
7820 registerd in FONT-SPEC. | |
7821 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct | |
7822 charcter width of bitmap fonts. | |
7823 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript | |
7824 procedure NF. | |
7825 (ps-begin-file): Output PostScript code for setting | |
7826 SpaceWidthRatio. | |
7827 (ps-plot-region): Use line-beginning-position to get a position of | |
7828 the beginning of the current line. | |
7829 | |
7830 * international/mule-cmds.el (register-input-method): Doc-string | |
7831 modified. | |
7832 | |
7833 1998-09-01 Dave Love <fx@gnu.org> | |
7834 | |
7835 * international/mule-cmds.el (current-language-environment): Fix | |
7836 setter function. | |
7837 | |
7838 1998-09-01 Simon Marshall <simon@gnu.org> | |
7839 | |
7840 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite. | |
7841 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately. | |
7842 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class | |
7843 names with font-lock-type-face. Fontify type specs, etc., with | |
7844 font-lock-keyword-face. | |
7845 | |
7846 1998-08-31 Kenichi Handa <handa@etl.go.jp> | |
7847 | |
7848 * international/fontset.el (x-complement-fontset-spec): If ASCII | |
7849 font is specified in FONTLIST, don't substitute it for the | |
7850 resolved name. | |
7851 | |
7852 1998-08-31 Paul Eggert <eggert@twinsun.com> | |
7853 | |
7854 * international/mule.el (charset-description): Doc fix. | |
7855 | |
7856 * language/chinese.el, language/cyrillic.el, language/czech.el, | |
7857 language/devanagari.el, language/ethiopic.el, | |
7858 language/european.el, language/hebrew.el, language/indian.el, | |
7859 language/japanese.el, language/korean.el, language/lao.el, | |
7860 language/slovak.el, language/thai.el, language/tibetan.el, | |
7861 language/vietnamese.el: | |
7862 Add coding: local variable, to avoid bootstrapping problem | |
7863 if you need to recompile all the Lisp files using interpreted code. | |
7864 | |
7865 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7866 | |
7867 * cal-china.el (chinese-year-cache): Change range of years from | |
7868 1989-2000 to 1990-2010. | |
7869 | |
7870 1998-08-29 Dave Love <d.love@dl.ac.uk> | |
7871 | |
7872 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie. | |
7873 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined. | |
7874 | |
7875 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7876 | |
7877 * ps-print.el (ps-print-control-characters): Doc-string modified. | |
7878 (ps-output-string-prim): Comment format changed. | |
7879 (ps-do-despool): Indentation of source code changed. | |
7880 | |
7881 1998-08-28 Kenichi Handa <handa@etl.go.jp> | |
7882 | |
7883 * subr.el (sref): Make it an alias of aref. Make the | |
7884 byte-compiler warn that it is obsolete. | |
7885 (char-bytes): Make the byte-compiler warn that it is obsolete. | |
7886 | |
7887 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment): | |
7888 Calculate the total bytes using position-bytes instead of | |
7889 char-bytes. | |
7890 | |
7891 1998-08-27 Karl Heuer <kwzh@gnu.org> | |
7892 | |
7893 * snmp-mode.el: New file. | |
7894 * files.el (auto-mode-alist): Add snmp-mode patterns. | |
7895 | |
7896 1998-08-27 Karl Eichwalder <ke@suse.de> | |
7897 | |
7898 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'. | |
7899 | |
7900 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7901 | |
7902 * calendar/diary-lib.el (diary-block): Doc fix.. | |
7903 * calendar/calendar.el (diary-list-include-blanks): Doc fix.. | |
7904 | |
7905 1998-08-27 Richard Stallman <rms@gnu.org> | |
7906 | |
7907 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp. | |
7908 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space. | |
7909 Clear appt-mode-string if we don't put something in it. | |
7910 | |
7911 1998-08-27 Dave Love <fx@gnu.org> | |
7912 | |
7913 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking | |
7914 dired-local-variables-file for dired-x. | |
7915 | |
7916 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look | |
7917 for compressed library files too. | |
7918 | |
7919 1998-08-26 Kenichi Handa <handa@etl.go.jp> | |
7920 | |
7921 * language/european.el ("Latin-1"): Modify `documentation' key value. | |
7922 ("Latin-2"): Likewise. | |
7923 | |
7924 1998-08-26 Karl Heuer <kwzh@gnu.org> | |
7925 | |
7926 * dired-x.el (dired-guess-shell-alist-default): Fix regexp. | |
7927 | |
7928 1998-08-26 Albert L. Ting <alt@artisan.com> | |
7929 | |
7930 * mail/mail-hist.el (mail-hist-current-header-name): Fix test. | |
7931 (mail-hist-current-header-contents): Use mail-text-start. | |
7932 | |
7933 1998-08-26 Richard Stallman <rms@gnu.org> | |
7934 | |
7935 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2. | |
7936 (customize-changed-options-previous-release): New variable. | |
7937 (customize-changed-options): Use that variable as default arg. | |
7938 | |
7939 1998-08-26 Karl Eichwalder <ke@suse.de> | |
7940 | |
7941 * midnight.el: Require `timer' not only when compiling. | |
7942 | |
7943 1998-08-26 Per Starback <starback@update.uu.se> | |
7944 | |
7945 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
7946 buffer before creating help group. | |
7947 | |
7948 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7949 | |
7950 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind | |
7951 coding-system-for-write before saving. | |
7952 | |
7953 1998-08-26 Kevin Rodgers <kevinr@ihs.com> | |
7954 | |
7955 * isearch.el (isearch-forward): Doc fix. | |
7956 | |
7957 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org> | |
7958 | |
7959 * emacs-lisp/find-func.el: Fix :version tags to have a string | |
7960 value, not a float. | |
7961 | |
7962 * cus-dep.el: Fix typo in output. | |
7963 | |
7964 1998-08-25 Dave Love <fx@gnu.org> | |
7965 | |
7966 * repeat.el (repeat): Doc fix. | |
7967 [From rms:] | |
7968 (repeat-previous-repeated-command): New variable. | |
7969 (repeat): Check for real-last-command being null or repeat. Set | |
7970 repeat-previous-repeated-command. | |
7971 | |
7972 * browse-url.el (browse-url-netscape): Fix format for hex escapes. | |
7973 | |
7974 1998-08-25 Kenichi Handa <handa@etl.go.jp> | |
7975 | |
7976 * gnus/message.el (message-send-mail-with-sendmail): Bind | |
7977 coding-system-for-write by the return value of | |
7978 select-message-coding-system. | |
7979 (message-send-mail-with-qmail): Likewise. | |
7980 | |
7981 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org> | |
7982 | |
7983 * emacs-lisp/autoload.el: Fix doc-string-elt property on | |
7984 define-derived-mode. | |
7985 | |
7986 * files.el (file-name-invalid-regexp): | |
7987 Fix regex for ms-dos without long file names. | |
7988 | |
7989 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7990 | |
7991 * ps-print.el: Multi-byte buffer handling. | |
7992 (ps-print-version): New version number (4.0) and doc fix. | |
7993 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional | |
7994 compilation for GNU Emacs and emacsens. | |
7995 (ps-generate-postscript-with-faces): Force invisible text to be | |
7996 visible. | |
7997 (dos-ps-printer): New var to avoid compilation gripes. | |
7998 | |
7999 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
8000 | |
8001 * ps-print.el (ps-mule-plot-string): Pay attention to the case | |
8002 that no more characters can't be printed in the current line. | |
8003 | |
8004 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
8005 | |
8006 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be | |
8007 greater than TO. | |
8008 | |
8009 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
8010 | |
8011 * ps-print.el: Add codes to make ps-print.el work also on Emacs | |
8012 20.2 and the earlier version. | |
8013 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2. | |
8014 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise. | |
8015 (ps-mule-find-wrappoint): Likewise. | |
8016 (ps-mule-generate-font): Change `X' to `x' in format | |
8017 control-string. | |
8018 (ps-generate): Call ps-mule-begin before calling ps-begin-job. | |
8019 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and | |
8020 `restore' form procedures `BC' and `EC'. | |
8021 | |
8022 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
8023 | |
8024 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox | |
8025 is an executable procedure. Make LineThickness, Xshadow, and | |
8026 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc. | |
8027 (ps-mule-font-info-database, ps-mule-font-info-database-ps, | |
8028 ps-mule-font-info-database-bdf): New vars. | |
8029 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs. | |
8030 (ccl-encode-ethio-unicode): New CCL program. | |
8031 (ps-mule-encode-ethiopic): New fun. | |
8032 (ps-mule-current-charset): New var. | |
8033 (ps-mule-get-font-spec, ps-mule-font-spec-src, | |
8034 ps-mule-font-spec-name, ps-mule-font-spec-encoding, | |
8035 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs. | |
8036 (ps-mule-external-libraries): New var. | |
8037 (ps-mule-init-external-library): New fun. | |
8038 (ps-mule-font-cache): New var. | |
8039 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs. | |
8040 (ps-last-font): New var. | |
8041 (ps-mule-prepare-font): New fun. | |
8042 (ps-mule-charset-list): New var. | |
8043 (ps-mule-prologue-generated, ps-mule-prologue): New vars. | |
8044 (ps-mule-skip-same-charset, ps-mule-find-wrappoint, | |
8045 ps-mule-plot-string): New funs. | |
8046 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue): | |
8047 New vars. | |
8048 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar, | |
8049 ps-mule-prepare-cmpchar-font): New funs. | |
8050 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New | |
8051 vars. | |
8052 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font, | |
8053 ps-mule-generate-bitmap-glyph): New funs. | |
8054 (ps-mule-initialize, ps-mule-begin): New funs. | |
8055 (ps-output-string-prim): Insert string as unibyte. | |
8056 (ps-output-prologue): New fun. | |
8057 (ps-flush-output): Handle the case of 'prologue. | |
8058 (ps-begin-file): Call ps-mule-initialize. | |
8059 (ps-begin-job): Set ps-control-or-escape-regexp differently if | |
8060 printing multibyte characters. | |
8061 (ps-begin-page): Set ps-mule-current-charset to 'ascii. | |
8062 (ps-basic-plot-string): Handle the case of printing ASCII | |
8063 characters by external libraries (e.g. BDF). | |
8064 (ps-set-font): Set ps-last-font. | |
8065 (ps-plot-region): Handle multibyte characters, use | |
8066 ps-mule-plot-string for them. | |
8067 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin. | |
8068 | |
8069 * bdf.el: New file. | |
8070 | |
8071 1998-08-23 Kenichi HANDA <handa@etl.go.jp> | |
8072 | |
8073 * international/mule-cmds.el (select-message-coding-system): New | |
8074 function. | |
8075 (set-language-environment-coding-systems): Set | |
8076 default-sendmail-coding-system. | |
8077 | |
8078 * mail/sendmail.el (sendmail-coding-system): Doc-string modified. | |
8079 (default-sendmail-coding-system): New variable. | |
8080 (sendmail-send-it): Encode the message by a coding system | |
8081 select-message-coding-system returns. | |
8082 | |
8083 1998-08-23 Eric Ludlam <zappo@gnu.org> | |
8084 | |
8085 * speedbar.el: (speedbar-with-writable): remove `toggle-read-only'. | |
8086 (speedbar-mode): Set buffer to read only. | |
8087 (speedbar-temp-buffer-show-function): For emacs don't call hook | |
8088 with arguments. | |
8089 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable. | |
8090 | |
8091 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu> | |
8092 | |
8093 * speedbar.el (speedbar-key-map): Fix typo. | |
8094 | |
8095 See ChangeLog.7 for earlier changes. |