Mercurial > emacs
annotate lisp/ChangeLog @ 26354:a2e499e6b0ec
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 04 Nov 1999 21:07:47 +0000 |
parents | a83f38d2e8ed |
children | dc0efddbdd77 |
rev | line source |
---|---|
26354 | 1 1999-11-04 Gerd Moellmann <gerd@gnu.org> |
2 | |
3 * faces.el (secondary-selection): Fix wrong color name. | |
4 | |
26352 | 5 1999-11-04 John Tobey <jtobey@epsilondev.com> |
6 | |
7 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0", | |
8 the default when invoking perldb in a non-Perl buffer, and other | |
9 cases involving -e or --. | |
10 | |
26342 | 11 1999-11-04 Gerd Moellmann <gerd@gnu.org> |
12 | |
26352 | 13 * simple.el (previous-matching-history-element) |
14 (next-history-element): Use delete-field instead of erase-field. | |
15 | |
16 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit): | |
17 Use delete-field instead of erase-field. | |
18 | |
26344 | 19 * faces.el (secondary-selection): Change background to yellow. |
20 | |
26342 | 21 * complete.el (PC-do-completion): Use minibuffer-prompt-end to |
22 find the start of the text. Use field-string to read the user | |
23 input. | |
24 | |
26333 | 25 1999-11-03 Gerd Moellmann <gerd@gnu.org> |
26 | |
26338 | 27 * faces.el (make-face-bold, make-face-unbold, make-face-italic) |
28 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument | |
29 for compatibility with old face implementation. | |
30 | |
26336 | 31 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit): |
32 Use erase-field instead of erase-buffer. | |
33 | |
26333 | 34 * frame.el (blink-cursor-mode, blink-cursor-end): Use |
35 internal-show-cursor with new interface. | |
36 (blink-cursor-timer-function): New. | |
37 (blink-cursor-start): Use blink-cursor-timer-function. | |
38 | |
26331 | 39 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
40 | |
41 * calendar.el (redraw-calendar): Move to nearest date before | |
42 redrawing. | |
43 | |
44 * diary-lib.el (simple-diary-display): Reset modeline even if | |
45 there are no diary entries since the diary buffer may be displayed. | |
46 | |
26326 | 47 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
48 | |
49 * emacs-lisp/debug.el (debug): If noninteractive, display the | |
50 backtrace using `message', then exit Emacs. | |
51 (debugger-batch-max-lines): New variable. | |
52 (debugger-setup-buffer): New subroutine, broken out of `debug'. | |
53 Change the messages put at the start, to say that the debugger | |
54 was entered. | |
55 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
56 1999-11-02 Sam Steingold <sds@ksp.com> |
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
57 |
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
58 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp. |
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
59 |
26295 | 60 1999-11-01 John Tobey <jtobey@epsilondev.com> |
61 | |
62 * gud.el: (gud-perldb-massage-args): Massage correctly in the | |
63 presence of perl switches other than "-e". | |
64 | |
26287 | 65 1999-11-01 Markus Rost <rost@ias.edu> |
66 | |
67 * dired-x.el (dired-smart-shell-command): Use | |
68 shell-command-history as in shell-command. | |
69 | |
26282 | 70 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
71 | |
72 * userlock.el (ask-user-about-lock): Doc fix. | |
73 | |
26285 | 74 * frame.el: Doc fixes. |
75 | |
26271 | 76 1999-11-01 Gerd Moellmann <gerd@gnu.org> |
77 | |
26279 | 78 * frame.el (blink-cursor-mode): Call internal-show-cursor instead |
79 of show-cursor. | |
80 (blink-cursor-start, blink-cursor-end): Ditto. | |
81 | |
26271 | 82 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode. |
83 | |
26269 | 84 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
85 | |
86 * window.el (walk-windows): If ALL-FRAMES is a frame, | |
87 start on that frame. Use save-selected-window. | |
88 | |
26266 | 89 1999-11-01 Gerd Moellmann <gerd@gnu.org> |
90 | |
91 * simple.el (end-of-buffer): Use window-end to find the window end | |
92 instead of vertical-motion because this handles variable-height | |
93 lines correctly. | |
94 | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
95 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu> |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
96 |
26266 | 97 * ediff.el: Version change. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
98 |
26266 | 99 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows. |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
100 make sure you are in a good frame before deleting other |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
101 windows. |
26266 | 102 (ediff-file-checked-in-p): Don't consider CVS |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
103 files checked in. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
104 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
105 are writing to a newly created empty file. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
106 |
26266 | 107 * ediff-mult.el (ediff-show-session-group-hook): New default. |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
108 |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
109 * ediff-vers.el (ediff-pcl-cvs-view-revision): |
26266 | 110 First cd to the file directory. reportedly works |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
111 better with remote files. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
112 |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
113 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal): |
26266 | 114 Use file-name-nondirectory when passing files to CVS. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
115 |
26271 | 116 * ediff-diff.el (ediff-cmp-options): New variable. |
26267 | 117 (ediff-same-file-contents): Use ediff-cmp-options. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
118 |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
119 * ediff-ptch.el (ediff-prompt-for-patch-buffer, |
26266 | 120 ediff-get-patch-buffer): Use current buffer if it appears to be a |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
121 patch. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
122 |
26271 | 123 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c |
124 C-g | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
125 |
26266 | 126 * viper-util.el (viper-nontrivial-find-file-function): Deleted. |
127 (viper-glob-unix-files, viper-glob-mswindows-files): New functions. | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
128 (viper-save-cursor-color,viper-restore-cursor-color): |
26266 | 129 Improved cursor color handling. |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
130 (viper-get-saved-cursor-color-in-replace-mode, |
26266 | 131 viper-get-saved-cursor-color-in-insert-mode): New functions for |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
132 better cursor color handling. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
133 |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
134 * viper-ex.el (ex-read,ex-edit): |
26266 | 135 Fixes for correct interpretation of #,%. |
136 (viper-ex): Now works correctly when called from other functions. | |
137 (viper-glob-function): New variable. | |
138 (viper-ex): Save excursion before doing :global. | |
139 | |
140 * viper-mous.el (viper-counting-clicks-p): Bug fixes. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
141 |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
142 * viper-cmd.el (viper-post-command-sentinel, |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
143 viper-insert-state-post-command-sentinel, |
26266 | 144 viper-insert-state-pre-command-sentinel): Takes better care of |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
145 cursor colors. |
26267 | 146 |
147 * viper.el: Version change. | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
148 |
26260 | 149 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com> |
150 | |
151 * whitespace.el (whitespace-update-modeline): Bugfix to ensure | |
152 that the modeline display was updated *only* when | |
153 `whitespace-display-in-modeline' was set, not otherwise. | |
154 | |
26248 | 155 1999-10-30 Gerd Moellmann <gerd@gnu.org> |
156 | |
26251 | 157 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to |
158 "frac12". | |
159 | |
26248 | 160 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for |
161 ad-activate. | |
162 | |
26246 | 163 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com> |
164 | |
26254 | 165 * whitespace.el: Test for existence of `defcustom' and `defgroup' |
166 using fboundp instead of assuming that these are not present in | |
167 particular flavors of emacs. | |
168 (whitespace-version): Update to 2.8 | |
169 (whitespace-display-in-modeline): Add custom variable to control | |
170 displaying the whitespace errors on the modeline based on | |
171 suggestion from <klaus.berndl@sdm.de> | |
172 (whitespace-buffer): Now returns `t' if unclean and `nil' if | |
173 clean, to enable using as a hook function, as suggested by Puneet | |
174 Goel <puneet@computer.org> | |
175 (whitespace-buffer): Fix a subtle bug that cleaned up only if | |
176 quiet was not set, even with whitespace-auto-cleanup set. | |
177 (whitespace-mode-line): Now uses less modeline real estate and | |
178 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace | |
179 which is present in the file, and <y> is any type of whitespace | |
180 whose check has been suppressed by setting | |
26246 | 181 `whitespace-check-<whitespace-type>' to nil. |
26254 | 182 (whitespace-unchecked-whitespaces): New function to return the |
183 list of whitespaces for whom checks have been suppressed. | |
184 (whitespace-display-unchecked-whitespaces): Renamed to | |
185 `whitespace-update-modeline' to reflect its functionality. | |
26246 | 186 |
26244 | 187 1999-10-30 Gerd Moellmann <gerd@gnu.org> |
188 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
189 * progmodes/compile.el (compilation-error-regexp-alist): |
26244 | 190 Undo previous change. |
191 | |
26232 | 192 1999-10-28 Dave Love <fx@gnu.org> |
193 | |
194 * help.el (help-follow): Make arg optional again and really | |
195 default to point. | |
196 | |
26228 | 197 1999-10-28 Gerd Moellmann <gerd@gnu.org> |
198 | |
26234 | 199 * paths.el (rmail-file-name): Make it an option. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
200 |
26228 | 201 * progmodes/ada-mode.el, progmodes/ada-prj.el, |
202 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and | |
203 comment fixes. | |
204 | |
26231 | 205 * progmodes/compile.el (compilation-error-regexp-alist): Recognize |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
206 MIPS Pro 7.3 compiler error message syntax. |
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
207 |
26223 | 208 1999-10-27 Dave Love <fx@gnu.org> |
209 | |
210 * progmodes/compile.el: Checkdoc-inspired fixes. | |
211 | |
26220 | 212 1999-10-27 Gerd Moellmann <gerd@gnu.org> |
213 | |
214 * lpr.el (print-buffer): Doc-string fix. | |
215 | |
26218 | 216 1999-10-27 Dave Love <fx@gnu.org> |
217 | |
218 * emacs-lisp/advice.el: Doc fixes. | |
219 (ad-lemacs-p): Removed. | |
220 (advice): Add :link to defgroup. | |
221 | |
26209 | 222 1999-10-27 Kenichi Handa <handa@etl.go.jp> |
223 | |
224 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change | |
225 last-coding-system-used by the call of ange-ftp-set-ascii-mode. | |
226 | |
26207 | 227 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
228 | |
229 * emacs-lisp/advice.el (ad-activate-internal): Renamed from | |
230 ad-activate. All callers changed, including those in data.c. | |
231 (ad-activate-internal-off): Renamed from ad-activate-off. | |
232 All uses changed. | |
233 (ad-activate): Renamed from ad-activate-on. All uses changed. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
234 (ad-start-advice, ad-stop-advice, ad-recover-normality): |
26207 | 235 Alter the definition of ad-activate-internal, not ad-activate. |
236 | |
26196 | 237 1999-10-26 Gerd Moellmann <gerd@gnu.org> |
238 | |
239 * startup.el (command-line-1): Add support for command line | |
240 arguments `file' and `execute'. Fix handling of `visit'. | |
241 | |
26191 | 242 1999-10-26 Kenichi Handa <handa@etl.go.jp> |
243 | |
244 * international/mule-cmds.el (read-input-method-name): Handle the | |
245 case that the arg DEFAULT is symbol. | |
246 | |
247 * international/mule-diag.el (mule-diag): Handle the case that | |
248 default-input-method is symbol. | |
249 | |
26187 | 250 1999-10-26 Gerd Moellmann <gerd@gnu.org> |
251 | |
252 * textmodes/tildify.el: New file. | |
253 | |
26184 | 254 1999-10-25 Sam Steingold <sds@ksp.com> |
255 | |
256 * Makefile (compile-files): Fixed the "tr" strings. | |
257 (EMACS): Set to ../src/emacs. | |
258 | |
26173 | 259 1999-10-25 Gerd Moellmann <gerd@gnu.org> |
260 | |
261 * info.el (Info-build-node-completions): Add '("*") to the | |
262 completion list. | |
263 | |
26167 | 264 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
265 | |
266 * frame.el (auto-raise-mode): When enabling the mode, | |
267 immediately raise the selected frame. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
268 |
26170 | 269 * indent.el (indent-region): Doc fix. |
270 | |
26175 | 271 * comint.el (comint-output-filter): Make the Comint buffer current |
272 for the comint-preoutput-filter-functions. | |
273 | |
26177 | 274 * mail/reporter.el: Doc fix. |
275 | |
26156
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
276 1999-10-24 Stephen Eglen <stephen@gnu.org> |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
277 |
26158
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
278 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
279 that Octave lisp files can also run under XEmacs 20. |
26158
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
280 (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
|
281 |
26156
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
282 * iswitchb.el (iswitchb-default-keybindings): No need to use |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
283 read-kbd-macro in keybindings. |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
284 |
26151 | 285 1999-10-23 Dave Love <fx@gnu.org> |
286 | |
287 * elide-head.el: New file. | |
288 | |
26148 | 289 1999-10-23 Gerd Moellmann <gerd@gnu.org> |
290 | |
291 * Makefile (compile-files, backup-compiled-files): New targets. | |
292 (bootstrap, bootstrap-clean): Ditto. | |
293 | |
26138
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
294 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
|
295 |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
296 * international/mule-cmds.c (locale-language-names): |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
297 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
|
298 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
|
299 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet). |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
300 Use Latin-8 for Welsh. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
301 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
|
302 Use Latin-1 for Scots Gaelic, Tagalog. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
303 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
|
304 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
|
305 (locale-preferred-coding-systems, locale-language-names): |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
306 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
|
307 does this. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
308 (locale-charset-language-names): New variable. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
309 (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
|
310 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
|
311 language name specified by locale-language-names. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
312 |
26132 | 313 1999-10-22 Dave Love <fx@gnu.org> |
314 | |
26137 | 315 * make-mode.el: Minor doc fixes. |
316 | |
26132 | 317 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure. |
318 | |
26129 | 319 1999-10-21 Dave Love <fx@gnu.org> |
320 | |
321 * loadup.el: Add latin-8, latin-9. | |
322 | |
26124
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
323 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
|
324 |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
325 * 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
|
326 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
|
327 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
|
328 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
|
329 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
|
330 |
26121 | 331 1999-10-20 Gerd Moellmann <gerd@gnu.org> |
332 | |
333 * dired.el (dired-move-to-filename-regexp): Fix long comment lines | |
334 that were split so that part of the comment appeared as Lisp code. | |
335 | |
26117 | 336 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
337 | |
338 * ps-bdf.el: Doc fix. | |
339 | |
340 * ps-print-def.el: New file: common definitions for all parts of | |
341 ps-print. | |
342 (ps-multibyte-buffer): Moved from ps-mule. | |
343 | |
344 * ps-mule.el: File dependence fix. | |
345 (ps-multibyte-buffer): Moved to ps-print-def. | |
346 | |
347 * ps-print.el: Doc fix, better customization. | |
348 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble) | |
349 (ps-print-color-p, ps-printing-region-p, ps-n-up-database) | |
350 (ps-end-file): Doc fix. | |
351 (ps-setup, ps-begin-file): Fun fix. | |
352 (postscript): New group. | |
353 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars. | |
354 (ps-print-prologue-1): Adjust PostScript programming. | |
355 (ps-print): Adjust group hierarchy. | |
356 (ps-print-n-up, ps-print-zebra, ps-print-background, | |
357 ps-print-printer) | |
358 (ps-print-page): New subgroups. | |
359 (ps-print-prologue-header, ps-printer-name, ps-lpr-command) | |
360 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type) | |
361 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing) | |
362 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes) | |
363 (ps-zebra-stripe-height, ps-print-background-image) | |
364 (ps-print-background-text, ps-spool-config): Adjust customization. | |
365 (dos-ps-printer): Definition eliminated. | |
366 | |
367 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
368 | |
369 * ps-mule.el: Doc fix, define functions properly if mule package is | |
370 loaded or not. | |
371 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if | |
372 mule package is loaded or not. | |
373 | |
374 * ps-print.el: Doc fix, n-up printing. | |
375 (ps-print-version): New version number (5.0). | |
376 (ps-page-dimensions-database): Added document media. | |
377 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling) | |
378 (ps-page-order, ps-printing-region-p): New vars. | |
379 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New | |
380 funs. | |
381 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines) | |
382 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn) | |
383 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end) | |
384 (ps-n-up-xstart, ps-n-up-ystart): New macros. | |
385 (ps-print-begin-sheet-hook): New hook. | |
386 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New | |
387 const. | |
388 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job) | |
389 (ps-end-file, ps-dummy-page, ps-generate): Fix funs. | |
390 (ps-print-prologue-1): Adjust PostScript programming for n-up printing. | |
391 (ps-count-lines): Changed to defun. | |
392 (ps-header-page): Changed to defsubst, fix fun. | |
393 (ps-printing-region): Doc fix, adjust programming code. | |
394 (ps-output-boolean, ps-background-pages, ps-background-text) | |
395 (ps-background-image, ps-background, ps-get-boundingbox): Adjust | |
396 programming code. | |
397 | |
398 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
399 | |
400 * ps-print.el: Doc fix, duplex and setpagedevice configuration. | |
401 (ps-print-version): New version number (4.2). | |
402 (ps-spool-config, ps-spool-tumble): New vars. | |
403 (ps-print-prologue-1): Changed to defconst, adjust PostScript | |
404 programming, new PostScript procedure to handle errors. | |
405 (ps-print-prologue-2): Changed to defconst. | |
406 (ps-print-duplex-feature): New const: duplex and tumble setting. | |
407 (ps-setup, ps-begin-file): Fix funs. | |
408 (ps-boolean-capitalized): New fun. | |
409 | |
26112
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
410 1999-10-19 Stefan Monnier <monnier@cs.yale.edu> |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
411 |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
412 * Makefile (dontcompilefiles): Obsoleted. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
413 (DONTCOMPILE): Added emacs-lisp/cl-specs.el. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
414 (EL): Unused. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
415 (temacs): Removed (unused). |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
416 (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
|
417 version of the file (necessary for the update to work properly). |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
418 (autoloads): Force the use of `pwd`/loaddefs.el. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
419 (updates); Redefined in terms of other targets to reduce redundancy. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
420 (.el.elc): New default rule, just in case you want it. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
421 (compile): Use a single invocation of Emacs. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
422 (bootstrap-compile); Unneeded. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
423 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
424 |
26102 | 425 1999-10-19 Dave Love <fx@gnu.org> |
426 | |
427 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug. | |
428 | |
26100 | 429 1999-10-19 Sam Steingold <sds@ksp.com> |
430 | |
431 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to | |
432 comply with the comment. | |
433 | |
26098 | 434 1999-10-19 Gerd Moellmann <gerd@gnu.org> |
435 | |
436 * autorevert.el (auto-revert-mode): Make auto-revert-mode | |
437 permanent-local. | |
438 | |
26094 | 439 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl> |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
440 |
26094 | 441 * progmodes/ps-mode.el (ps-mode-print-function): Fix default |
442 value: \"lpr\" changed to "lpr" | |
443 (ps-mode-version): New constant | |
444 (ps-mode-show-version): New function, added key in ps-mode-map | |
445 (ps-run-messages): Removed | |
446 (ps-run-font-lock-keywords-2): New defcustom variable replacing | |
447 ps-run-messages. These keywords now include the value of | |
448 ps-run-prompt, making its fontification customizable. | |
449 (ps-run-init): Removed \\n from docstring, it is now added when | |
450 the value is used | |
451 (ps-run-font-lock-keywords-1): Added checking for initial ^ in | |
452 ps-run-prompt | |
453 (ps-mode): Added ps-run-font-lock-keywords-2 to list of | |
26095 | 454 customizable variables in doc-string (its equivalent |
26094 | 455 ps-run-messages was missing in previous version of the doc-string) |
456 (ps-run-mode): Simplified assignment to font-lock-defaults, using | |
457 symbols only | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
458 |
26091 | 459 1999-10-19 Alex Schroeder <alex@gnu.org> |
460 | |
461 * ansi-color.el: Complete rewrite. | |
462 | |
26084
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
463 1999-10-19 Paul Eggert <eggert@twinsun.com> |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
464 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
465 Fix bootstrapping problems. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
466 Use the system locale to specify Emacs locale defaults. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
467 |
26084
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
468 * international/mule-cmds.el (global-map): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
469 Do not use backquote, because that makes a bootstrapping |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
470 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
|
471 * international/mule.el (charset-id, charset-bytes, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
472 charset-dimension, charset-chars, charset-width, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
473 charset-direction, charset-iso-final-char, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
474 charset-iso-graphic-plane, charset-reverse-charset, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
475 charset-short-name, charset-long-name, charset-description, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
476 charset-plist): Likewise. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
477 * subr.el (save-match-data): Likewise. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
478 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
479 * international/mule-cmds.el |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
480 (set-display-table-and-terminal-coding-system): New function, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
481 containing code migrated out of set-language-environment. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
482 (set-language-environment, set-locale-environment): Use it. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
483 (locale-translation-file-name): Moved here from startup.el. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
484 (locale-language-names, locale-preferred-coding-systems): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
485 New vars. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
486 (locale-name-match, set-locale-environment): New functions. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
487 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
488 * language/japan-util.el (setup-japanese-environment-internal): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
489 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
|
490 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
491 * startup.el (iso-8859-n-locale-regexp): Remove. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
492 (locale-translation-file-name): Move to mule-cmds.el. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
493 (command-line): Move locale-stuff into set-locale-environment. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
494 |
26080 | 495 1999-10-18 Dave Love <fx@gnu.org> |
496 | |
497 * abbrev.el (add-abbrev, inverse-add-abbrev) | |
498 (expand-region-abbrevs): Remove properties from buffer text. | |
499 | |
26064 | 500 1999-10-17 Gerd Moellmann <gerd@gnu.org> |
501 | |
26066 | 502 * iswitchb.el (iswitchb-exhibit): Extract user-input only |
503 from the mini-buffer, without the prompt. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
504 |
26064 | 505 * simple.el (minibuffer-prompt-end): Return the position |
506 after the prompt, not the position of that last character | |
507 of the prompt. | |
508 | |
26061 | 509 1999-10-17 Miles Bader <miles@gnu.org> |
510 | |
511 * simple.el: Doc fixes. | |
512 | |
513 1999-10-17 Miles Bader <miles@gnu.org> | |
514 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
515 * simple.el (previous-matching-history-element, next-history-element): |
26061 | 516 Change to work correctly even if the point is in the prompt. |
517 (choose-completion-string): Likewise. | |
518 (minibuffer-prompt-width): New function (compatibility with old subr). | |
519 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
520 * textmodes/paragraphs.el (forward-sentence, forward-paragraph): |
26061 | 521 When constraining the final position to the current field, |
522 don't use the ONLY-IN-LINE mode of constrain-to-field. | |
523 | |
524 1999-10-17 Miles Bader <miles@gnu.org> | |
525 | |
526 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to | |
527 constrain-to-field. | |
528 * textmodes/paragraphs.el (forward-sentence): Likewise. | |
529 | |
530 1999-10-17 Miles Bader <miles@gnu.org> | |
531 | |
532 * simple.el (line-move): Use constrain-to-field to avoid | |
533 moving into a prompt. | |
534 (previous-complete-history-element): Clarify doc string. | |
535 (next-complete-history-element): Likewise. | |
536 Use field-beginning instead of point-min. | |
537 (next-matching-history-element): Use field-beginning and | |
538 erase-field instead of point-min and erase-buffer. | |
539 * textmodes/paragraphs.el | |
540 (forward-paragraph, forward-sentence): Likewise. | |
541 (backward-kill-paragraph, backward-kill-sentence): Remove code to | |
542 constrain the kill to an field, as the movement commands now | |
543 do this. | |
544 | |
545 1999-10-17 Miles Bader <miles@gnu.org> | |
546 | |
547 * simple.el (previous-matching-history-element): Get the | |
548 minibuffer input with field-string instead of buffer-string. | |
549 (choose-completion-string): Likewise. | |
550 (next-history-element): Likewise. | |
551 Erase the minibuffer input with erase-field, not erase-buffer. | |
552 Use field-beginning to find the beginning of the input. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
553 * textmodes/paragraphs.el (backward-kill-sentence): |
26061 | 554 Remove minibuffer-prompt hack. |
555 Constrain to any input field. | |
556 | |
26053 | 557 1999-10-17 Sam Steingold <sds@ksp.com> |
558 | |
559 * bindings.el (completion-ignored-extensions): Added ".sparcf" | |
560 for CMUCL on sparc and ".ufsl" for LispWorks. | |
561 (bound-and-true-p): Bugfix: free variable `v'. | |
562 | |
26050 | 563 1999-10-16 Dave Love <d.love@dl.ac.uk> |
564 | |
565 * emacs-lisp/edebug.el (edebug-install-read-eval-functions) | |
566 (edebug-uninstall-read-eval-functions): Use load-read-function, | |
567 avoiding elisp-eval. | |
568 | |
26048 | 569 1999-10-16 Sam Steingold <sds@ksp.com> |
570 | |
571 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq' | |
572 instead of `eql'. | |
573 | |
26039
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
574 1999-10-14 Stefan Monnier <monnier@cs.yale.edu> |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
575 |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
576 * 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
|
577 * 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
|
578 (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
|
579 * ediff-util.el (ediff-make-temp-file): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
580 * ediff-vers.el (ediff-pcl-cvs-view-revision): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
581 * emerge.el (emerge-make-temp-file): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
582 * 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
|
583 * vc.el (vc-update-change-log): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
584 * mail/mailpost.el (post-mail-send-it): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
585 * mail/metamail.el (metamail-region): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
586 * progmodes/cmacexp.el (c-macro-expansion): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
587 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file. |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
588 |
26029 | 589 1999-10-15 Gerd Moellmann <gerd@gnu.org> |
590 | |
591 * smtpmail.el (smtpmail-via-smtp): Add support for | |
592 automatically appending a domain to RCPT TO: addresses. | |
593 | |
26027 | 594 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
595 | |
596 * dired.el (dired-insert-directory): Insert the amount of | |
597 free space after the total size. | |
598 (dired-free-space-program, dired-free-space-args): New variables. | |
599 | |
26023 | 600 1999-10-14 Karl Heuer <kwzh@gnu.org> |
601 | |
602 * mail/rmail.el (rmail-pop-password-error): Add new pattern. | |
603 | |
26017 | 604 1999-10-14 Dave Love <fx@gnu.org> |
605 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
606 * international/characters.el: |
26017 | 607 * international/fontset.el: |
608 * international/mule-conf.el: Add latin-iso8859-1[45]. | |
609 | |
610 * language/european.el: Add Latin-8, Latin-9. Modify some doc | |
611 strings. | |
612 | |
613 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89]. | |
614 (command-line): Detect Latin-[89] locales. | |
615 | |
26011 | 616 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> |
617 | |
618 * international/mule-cmds.el (select-safe-coding-system) | |
619 (leim-list-header): avoid the use of strings that start with backslash | |
620 newline since lread.c:read1 has a hack to turn those strings into | |
621 integer 0 during the loadup.el process. | |
622 | |
623 * diff-mode.el (diff-find-file-name): use `Index:' preferentially. | |
624 | |
26008 | 625 1999-10-13 Dave Love <fx@gnu.org> |
626 | |
627 * image.el (insert-image): Copy the image spec and add an | |
628 intangible property. | |
629 | |
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
630 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
|
631 |
26008 | 632 * help.el (help-xref-interned): Make it also work on variable-only |
633 and function-only symbols. | |
634 (help-make-xrefs): Take advantage of the new `help-xref-interned'. | |
635 (help-follow): If the point under mouse is not highlighted, try | |
636 `help-xref-interned' on the pointed-to symbol anyway. | |
637 | |
638 * info.el (Info-on-current-buffer): New entry point. | |
639 (Info-find-node): Split into two for Info-on-current-buffer to | |
640 hook into it. | |
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
641 (Info-current-file, Info-set-mode-line, Info-up): |
26008 | 642 Info-current-file can now be t. |
643 (Info-clone-buffer-hook): function for `clone-buffer'. | |
644 (Info-goto-node, Info-menu, Info-mode-map, Info-mode): | |
645 `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
|
646 |
26002
4f46db3c9d7d
* subr.el (with-current-buffer): don't use backquotes to avoid
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26001
diff
changeset
|
647 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
|
648 |
26008 | 649 * simple.el (shell-command, shell-command-on-region): Use |
650 make-temp-file. | |
651 (clone-buffer, clone-process, clone-buffer-hook): New functions. | |
652 | |
653 * subr.el (with-current-buffer): Don't use backquotes to avoid | |
654 bootstrapping problems. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
655 |
26008 | 656 * loadup.el (load-path): Add subdirs for bootstrapping. |
657 (docstrings): Ignore errors during bootstrapping. | |
658 (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
|
659 |
26001 | 660 1999-10-12 Emmanuel Briot <briot@gnat.com> |
661 | |
662 * ada-stmt.el: Doc-string fixes. | |
663 | |
25991 | 664 1999-10-12 Gerd Moellmann <gerd@gnu.org> |
665 | |
25998 | 666 * recentf.el: New file. |
667 | |
25991 | 668 * ps-mode.el: New file. |
669 | |
670 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps, | |
671 case insensitive. | |
672 | |
25985 | 673 1999-10-12 Richard Sharman <rsharman@pobox.com> |
674 | |
675 * sh-script.el: Added support for indenting existing scripts. | |
676 (sh-mode-map): Added new bindings. | |
677 (sh-mode): Updated mode doc-string for new commands, added | |
678 make-local-variable calls, initialize mode-specific variables. | |
679 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line | |
680 is now a different function. | |
681 (sh-header-marker): Changed docstring. | |
682 (sh-set-shell): Initialize mode-specific variables. | |
683 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select) | |
684 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts): | |
685 Changed these define-skeleton calls to work with user-specified | |
686 indentation settings. | |
687 (sh-basic-indent-line, sh-blink, sh-calculate-indent) | |
688 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing) | |
689 (sh-electric-hash, sh-electric-less, sh-electric-rparen) | |
690 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info) | |
691 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word) | |
692 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if) | |
693 (sh-guess-basic-offset, sh-handle-after-case-label) | |
694 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do) | |
695 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac) | |
696 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open) | |
697 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close) | |
698 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else) | |
699 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case) | |
700 (sh-handle-this-then, sh-help-string-for-variable) | |
701 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent) | |
702 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init) | |
703 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp) | |
704 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style) | |
705 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable) | |
706 (sh-remove-our-text-properties, sh-rescan-buffer) | |
707 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp) | |
708 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer) | |
709 (sh-scan-case, sh-search-word, sh-set-char-syntax) | |
710 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value) | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
711 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New |
25985 | 712 functions. |
713 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax) | |
714 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done) | |
715 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done) | |
716 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist) | |
717 (sh-var-list): New variables. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
718 |
25983 | 719 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk> |
720 | |
25999 | 721 * quickurl.el (quickurl-list-insert): `count-lines' was returning |
722 a value one line to high if the cursor wasn't at the start of a | |
723 line. A `beginning-of-line' is now performed before making the | |
724 call to `count-lines'. | |
25983 | 725 |
25979
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
726 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
|
727 |
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
728 * 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
|
729 |
25960 | 730 1999-10-09 Stefan Monnier <monnier@cs.yale.edu> |
731 | |
25962 | 732 * Makefile (setwins): abstract out the command to find subdirectories |
733 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base). | |
25970 | 734 (custom-deps, finder-data, autoloads, update-subdirs, updates) |
735 (autoloads-with-other-emacs): use it. | |
25962 | 736 |
25960 | 737 * diff-mode.el: new file. A mode for viewing/editing context diffs. |
738 | |
25942 | 739 1999-10-09 Gerd Moellmann <gerd@gnu.org> |
740 | |
741 * Makefile (bootstrap-compile): New target. Compile Lisp | |
742 files with ../src/temacs. | |
743 | |
25939 | 744 1999-10-08 Simon Marshall <simon@gnu.org> |
745 | |
746 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function. | |
747 (regexp-opt-group): Use it to get common suffixes in STRINGS. | |
748 If STRINGS is nil, return "" rather than nil. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
749 |
25937 | 750 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
751 | |
752 * Makefile (compile): Compile files one by one. Set load-path to | |
753 current directory and subdirectories when compiling. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
754 |
25918 | 755 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
756 | |
757 * Makefile (EMACSOPT, DONTCOMPILE, EL): New. | |
758 (emacs): Use it everywhere instead of EMACS. | |
759 (compile): New target. Compile all Lisp files from scratch. | |
760 (recompile): New target. Recompile lisp directory. | |
761 (autoloads-with-other-emacs): New target. Build loaddefs.el with | |
762 an Emacs executable not built in the current directory tree. | |
763 | |
25908 | 764 1999-10-07 Peter Breton <pbreton@ne.mediaone.net> |
765 | |
766 * filecache.el (file-cache-completion-ignore-case): New variable, | |
767 defaulting to the value of completion-ignore-case. | |
768 (file-cache-minibuffer-complete): Use it. | |
769 (file-cache-files-matching, file-cache-files-matching-internal): | |
770 New functions. | |
771 | |
25905
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
772 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
|
773 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
774 * 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
|
775 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
776 * 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
|
777 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
778 * 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
|
779 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
780 * 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
|
781 subprogram being created. |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
782 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
783 * 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
|
784 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
|
785 scheme |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
786 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
787 * 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
|
788 New functions |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
789 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
790 * 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
|
791 justification parameter |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
792 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
793 * 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
|
794 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
|
795 external program |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
796 |
25900 | 797 1999-10-07 Dave Love <fx@gnu.org> |
798 | |
799 * bindings.el (bound-and-true-p): New macro. | |
800 (make-mode-line-mouse-sensitive): Don't require easymenu. | |
801 | |
25886 | 802 1999-10-07 Gerd Moellmann <gerd@gnu.org> |
803 | |
804 * custom.el (defface): Extend documentation for new values of | |
805 `type'. | |
806 | |
807 * faces.el (face-spec-set-match-display): Recognize `type' of | |
808 `motif', `lucid', `x-toolkit'. | |
809 (menu): New face. | |
810 | |
25870 | 811 1999-10-05 Dave Love <fx@gnu.org> |
812 | |
813 * files.el: Recognize temporary crontab files. | |
814 | |
25873 | 815 * info.el: Require jka-compr when compiling. |
816 (Info-suffix-list): Add bzip2 files (non-ms-dos only). | |
817 | |
25866 | 818 1999-10-04 Dave Love <fx@gnu.org> |
819 | |
820 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines, | |
821 scroll-up-aggressively, scroll-down-aggressively. | |
822 | |
823 * time.el (display-time-mode): Add autoload cookie. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
824 |
25867 | 825 * rect.el (delete-extract-rectangle): Doc fix from verna. |
25866 | 826 |
827 * help-macro.el (three-step-help): Customize. | |
828 | |
25926 | 829 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
830 | |
831 * hexl.el (hexlify-buffer): Move point in proper range | |
832 if it is too large. | |
833 (hexl-after-revert-hook): Update hexl-max-address. | |
834 (hexl-address-to-marker): Doc fix. | |
835 | |
25865 | 836 1999-10-03 Dave Love <fx@gnu.org> |
837 | |
838 * image.el (defimage): Remove redundant code. Substitute file in | |
839 image plist. | |
840 | |
841 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
842 | |
843 * vc.el (vc-backend-checkout): Use coding system 'no-conversion | |
844 when doing with-temp-file. | |
845 | |
846 1999-10-01 Dave Love <fx@gnu.org> | |
847 | |
848 * cus-edit.el (custom-comment-create): Fill :from and :to slots. | |
849 | |
850 * help.el: Require view when compiling. | |
851 (view-emacs-FAQ): Use Info version. | |
852 | |
25837 | 853 1999-09-29 Ken'ichi Handa <handa@gnu.org> |
854 | |
855 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed | |
856 (normat->normal). Use correct font names for Korean | |
857 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H). | |
858 | |
859 1999-09-29 Kenichi Handa <handa@etl.go.jp> | |
860 | |
861 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit | |
862 code not used by KOI8 to the same 8-bit code instead of mapping to | |
863 SPC. | |
864 (cyrillic-alternativnyj-decode-table): Likewise. | |
865 | |
866 1999-09-29 Alex Schroeder <alex@gnu.org> | |
867 | |
868 * sql.el (sql-imenu-generic-expression): new, used to set | |
869 imenu-generic-expression. | |
870 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting | |
871 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression, | |
872 imenu-case-fold-search, and imenu-syntax-alist. | |
873 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when | |
874 setting font-lock-defaults' SYNTAX-ALIST. | |
875 | |
26025 | 876 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
877 | |
878 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard | |
879 macro, try again. | |
880 | |
25837 | 881 1999-09-28 Dave Love <fx@gnu.org> |
882 | |
883 * cus-edit.el (custom-comment): Change widget definition. | |
884 (custom-comment-create, custom-comment-show) | |
885 (custom-comment-invisible-p): Don't use :comment-overlay. | |
886 (custom-comment-hide): New function. | |
887 (custom-variable-set, custom-variable-save) | |
888 (custom-variable-reset-standard, custom-face-set) | |
889 (custom-face-save): Use it. | |
890 | |
25946 | 891 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
892 | |
25949 | 893 * hexl.el (hexl-mode): Do nothing if already in hexl mode. |
894 | |
895 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
896 | |
25946 | 897 * faces.el (region): Doc fix. |
898 | |
25837 | 899 1999-09-27 Dave Love <fx@gnu.org> |
900 | |
901 * isearch.el (isearch): Add :links in defgroup. | |
902 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank. | |
903 (isearch-switch-frame-handler): Comment out (unused). | |
904 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix. | |
905 (isearch-ring-retreat-edit): Doc fix. | |
906 (isearch-mouse-yank): New command. | |
907 (isearch-last-command-char): Removed. Callers changed to use | |
908 last-command-char. | |
909 (isearch-char-to-string): Removed. Callers changed to use | |
910 char-to-string. | |
911 | |
25944 | 912 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> |
913 | |
914 * ispell.el (ispell-dictionary-alist-6): Don't use "-C" | |
915 option for Russian. | |
916 | |
25837 | 917 1999-09-25 Gerd Moellmann <gerd@gnu.org> |
918 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
919 * faces.el (face-differs-from-default-p): Compare face |
25837 | 920 attributes individually. |
921 | |
922 * image.el (put-image, insert-image): Add string argument. | |
923 | |
924 1999-09-24 Gerd Moellmann <gerd@gnu.org> | |
925 | |
926 * ange-ftp.el (ange-ftp-date-regexp): Make it work for | |
927 LANG=de_DE.iso88591 on HPUX 11.0. | |
928 | |
929 * dired.el (dired-move-to-filename-regexp): Make it work | |
930 for LANG=de_DE.iso88591 on HPUX 11.0. | |
931 | |
26171 | 932 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
933 | |
934 * info.el (info-initialize): Don't test existence of ALTERNATIVE | |
935 if we know for some other reason it should not be used. | |
936 | |
26179 | 937 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg): |
938 New variable. | |
939 (edebug-recursive-edit): Save current-prefix-arg there, | |
940 bind it, and set it back at the end. | |
941 (edebug-outside-excursion): Restore and update the outside | |
942 value of current-prefix-arg. | |
943 (edebug-emacs-version-specific): Delete support for Epoch. | |
944 | |
26180 | 945 1999-09-24 Howard Melman <howard@silverstream.com> |
946 | |
947 * imenu.el (imenu-after-jump-hook): New variable. | |
948 (imenu): Run menu-after-jump-hook. | |
949 (imenu-name-lookup-function): New variable. | |
950 * imenu.el (imenu--in-alist): Use those variables. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
951 |
25837 | 952 1999-09-24 Carsten Dominik <cd@gnu.org> |
953 | |
954 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
955 multiple thebibliography environments. |
25837 | 956 |
957 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug | |
958 with recentering window. | |
959 (reftex-extract-bib-entries-from-thebibliography, | |
960 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal | |
961 with multiple thebibliography environments. | |
962 | |
963 * textmodes/reftex-vars.el | |
964 (reftex-section-levels): Function allowed as cdr. | |
965 (reftex-max-section-depth) New option. | |
966 | |
967 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal | |
968 with multiple thebibliography environments. | |
969 | |
970 1999-09-23 Gerd Moellmann <gerd@gnu.org> | |
971 | |
972 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end | |
973 instead of point-min in call to delete-region. | |
974 | |
975 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
976 | |
977 * vc.el (vc-backend-checkout): Use with-temp-file when checking | |
978 out into arbitrary file names. | |
979 | |
980 1999-09-19 Ken'ichi Handa <handa@gnu.org> | |
981 | |
982 * language/european.el ("Turkish"): New language environment. | |
983 | |
984 1999-09-19 Dave Love <fx@gnu.org> | |
985 | |
986 * delim-col.el: New file. | |
987 | |
988 1999-09-17 Richard Stallman <rms@gnu.org> | |
989 | |
990 * files.el (after-find-file): When visiting a backup file, | |
991 make it read-only. | |
992 | |
993 * apropos.el (apropos-symbol-face): Non-nil even for ttys. | |
994 (apropos-keybinding-face, apropos-label-face): Likewise. | |
995 (apropos-property-face, apropos-match-face): Likewise. | |
996 (apropos-label-properties): New variable. | |
997 (apropos-print-doc): Use apropos-label-properties. | |
998 (apropos-print): Set apropos-label-properties. | |
999 | |
1000 1999-09-15 Richard Stallman <rms@gnu.org> | |
1001 | |
1002 * winner.el: Use aref instead of sref. | |
1003 | |
1004 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars. | |
1005 | |
1006 1999-09-14 Gerd Moellmann <gerd@gnu.org> | |
1007 | |
1008 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print. | |
1009 | |
1010 1999-09-14 Richard Stallman <rms@gnu.org> | |
1011 | |
1012 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload | |
1013 cookie, even if followed by a letter. | |
1014 | |
1015 1999-09-14 Stephen Eglen <stephen@gnu.org> | |
1016 | |
1017 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and | |
1018 --no-line-editing are passed to Octave by including them here | |
1019 rather than storing them in inferior-octave-startup-args. | |
1020 | |
1021 1999-09-14 Eli Zaretskii <eliz@gnu.org> | |
1022 | |
1023 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref, | |
1024 command, option, env and sc. | |
1025 | |
1026 * subr.el (shell-quote-argument): Quote argument with double | |
1027 quotes for ms-dos. | |
1028 | |
1029 1999-09-14 Richard Stallman <rms@gnu.org> | |
1030 | |
1031 * simple.el (eval-expression-print-level): New variable. | |
1032 (eval-expression-print-length): New variable. | |
1033 (eval-expression-debug-on-error): New variable. | |
1034 (eval-expression): Bind print-level, print-length and | |
1035 debug-on-error from those vars. | |
1036 | |
1037 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp): | |
1038 Bind print-level, print-length and debug-on-error. | |
1039 | |
1040 1999-09-14 Inge Frick <inge@nada.kth.se> | |
1041 | |
1042 * dired.el (dired-recursive-deletes): New custom variable. | |
1043 (dired-re-no-dot): New variable. | |
1044 (dired-delete-file): New function deletes files and directories | |
1045 recursively. | |
1046 (dired-internal-do-deletions): Use `dired-delete-file' to delete files. | |
1047 | |
1048 * dired-aux.el (dired-recursive-copies): New custom variable. | |
1049 (dired-handle-overwrite): Broke a long line. | |
1050 (dired-copy-file): Call `dired-copy-file-recursive' instead of | |
1051 `copy-file'. | |
1052 (dired-copy-file-recursive): New function. Copy directories | |
1053 recursively. | |
1054 (dired-do-create-files): Added support for generalized directory | |
1055 target. How-to function may now return a function. New fluid | |
1056 variable `dired-one-file'. | |
1057 (dired-copy-how-to-fn): New variable. | |
1058 (dired-do-copy): Bind `dired-recursive-copies' to preserve it. | |
1059 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files. | |
1060 (dired-do-copy-regexp): No recursive copies. | |
1061 | |
1062 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com> | |
1063 | |
1064 * whitespace.el (whitespace-version): Update version to 2.4 | |
1065 | |
1066 * whitespace.el: Add customization variables to conditionally test | |
1067 any of the five whitespaces, per request from Rune Kleveland | |
1068 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>. | |
1069 | |
1070 * whitespace.el (whitespace-spacetab-regexp): Fix doc string. | |
1071 | |
1072 * whitespace.el (whitespace-modes): Add `change-log-mode' to the | |
1073 list of modes to be checked for bogus whitespaces. | |
1074 | |
1075 * whitespace.el (whitespace-rescan-timer-time): Update | |
1076 documentation. | |
1077 | |
1078 * whitespace.el (whitespace-display-unchecked-whitespaces): | |
1079 new function to update modeline with untested whitespaces. | |
1080 | |
1081 * whitespace.el (whitespace-buffer): Test only whitespaces whose | |
1082 checking is turned on, and update modeline using the newly created | |
1083 `whitespace-display-unchecked-whitespaces'. | |
1084 | |
1085 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces | |
1086 whose checking is turned on, and update modeline using the newly | |
1087 created `whitespace-display-unchecked-whitespaces'. | |
1088 | |
1089 * whitespace.el (whitespace-describe): Update documentation. | |
1090 | |
1091 * whitespace.el (whitespace-tickle-timer): Test if | |
1092 `whitespace-rescan-timer-time' is non-zero before tickling timer. | |
1093 | |
1094 1999-09-13 Dave Love <fx@gnu.org> | |
1095 | |
1096 * hideif.el (hide-ifdef-mode): Add autoload cookie. | |
1097 | |
1098 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode | |
1099 for temp buffer. | |
1100 (checkdoc-this-string-valid): Don't assume default comment-start. | |
1101 | |
1102 1999-09-13 Gerd Moellmann <gerd@gnu.org> | |
1103 | |
1104 * rsz-mini.el: Remove code, keep the interface. | |
1105 | |
1106 1999-09-13 Dave Love <fx@gnu.org> | |
1107 | |
1108 * help.el (help-highlight-p): Doc fix. | |
1109 | |
1110 * faces.el (mode-line, header-line, tool-bar): Add :version. | |
1111 (highlight, secondary-selection): Add :group. | |
1112 (trailing-whitespace): Add :group, :version. | |
1113 | |
1114 * wid-edit.el: Remove some compatibility code and checks. | |
1115 (widget-specify-field, widget-specify-button): Don't use XEmacs | |
1116 properties. | |
1117 (widget-overlay-inactive): Change error message. | |
1118 (widget-button-pressed-face): New variable. | |
1119 (widget-button-click): Use it. | |
1120 (widget-documentation-link-add): Specify mouse and button faces. | |
1121 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions | |
1122 removed now the functionality is built in. | |
1123 | |
1124 * cus-edit.el: Don't define-widget-keywords. | |
1125 (multimedia): New group. | |
1126 (custom-last): Function removed. | |
1127 (custom-quote): Add vectorp case, comment out characterp case. | |
1128 (custom-buffer-done-function, custom-raised-buttons): New option. | |
1129 (Custom-buffer-done): New function. | |
1130 (custom-buffer-create-internal): Obey custom-raised-buttons, | |
1131 Custom-buffer-done. | |
1132 (custom-button-face): Make it `released-button'. | |
1133 (custom-button-pressed-face): Make it `pressed-button' | |
1134 (custom-mode-map): Bind "q" to Custom-buffer-done. | |
1135 (custom-mode): Deal with raised/pressed buttons. | |
1136 | |
1137 Changes from Didier Verna: | |
1138 (custom-prompt-variable): Optional third arg makes prompt for a | |
1139 comment string. | |
1140 (customize-set-value, customize-set-variable, | |
1141 customize-save-variable): Optional prefix makes function handle | |
1142 variable comments. | |
1143 (customize-customized, customize-saved, custom-variable-state-set) | |
1144 (custom-variable-set, custom-variable-save, custom-face-state-set) | |
1145 (custom-variable-reset-saved, custom-variable-reset-standard) | |
1146 (custom-face-set, custom-face-save, custom-face-reset-saved) | |
1147 (custom-face-reset-standard, customize-save-customized): Handle | |
1148 custom comments. | |
1149 (custom-comment-face, custom-comment-tag-face): New face. | |
1150 (custom-comment): New widget. | |
1151 (custom-comment-create, custom-comment-delete) | |
1152 (custom-comment-value-set, custom-comment-show) | |
1153 ()custom-comment-invisible-p): New functions. | |
1154 (custom-variable-value-create, custom-face-value-create): Create a | |
1155 comment field widget. | |
1156 (custom-variable-menu, custom-face-menu): New entry for custom | |
1157 comment. | |
1158 (custom-face-value-create): Remove compatibility code. | |
1159 (custom-save-variables, custom-save-faces): Possibly save custom | |
1160 comments. | |
1161 | |
1162 * cus-face.el (custom-face-attributes): Simplify :underline, | |
1163 :overline, :inverse-video cases. Fix up :box case (probably needs | |
1164 more work). | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1165 |
25837 | 1166 Change from Didier Verna: |
1167 (custom-set-faces): The arguments can now have a custom comment as | |
1168 fourth argument. | |
1169 | |
1170 * custom.el: Don't define-widget-keywords. | |
1171 Change from Didier Verna: | |
1172 (custom-set-variables): the arguments can now have a | |
1173 custom comment as fifth element. | |
1174 | |
1175 1999-09-13 Richard Stallman <rms@gnu.org> | |
1176 | |
1177 * info.el (Info-find-node): Cope better if guesspos is too large. | |
1178 | |
1179 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
1180 | |
1181 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1182 of buffer-substring because buffer-string doesn't copy the |
25837 | 1183 prompt. |
1184 | |
1185 * faces.el (mode-line): Replaces `modeline'. | |
1186 (toplevel): Make `modeline' an alias for `mode-line'. | |
1187 | |
1188 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
1189 | |
1190 * gs.el: Change `ghostscript' to `postscript' in comment. | |
1191 | |
1192 1999-09-11 Rob Riepel <riepel@Stanford.EDU> | |
1193 | |
1194 * emulation/tpu-edt.el (tpu-version): New version. | |
1195 (tpu-search-overlay, tpu-replace-overlay): New variables. | |
1196 (tpu-search-highlight, tpu-toggle-direction): New functions. | |
1197 (tpu-lm-replace): Set tpu-replace-overlay. | |
1198 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post | |
1199 command hook. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1200 |
25837 | 1201 1999-09-11 Richard Stallman <rms@gnu.org> |
1202 | |
1203 * isearch.el (isearch-mode-map): Undo previous change. | |
1204 | |
1205 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER, | |
1206 use all of that as the sexp. | |
1207 | |
1208 * files.el (find-file-noselect): Catch errors in file-expand-wildcards, | |
1209 and use the initial argument as file name directly. | |
1210 Likewise if nothing matches. | |
1211 | |
1212 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no> | |
1213 | |
1214 * winner.el: Major changes. Avoid changing point and mark. | |
1215 Save configurations after they change, not before. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1216 |
25837 | 1217 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu> |
1218 | |
1219 * emacs-lisp/bytecomp.el (byte-compile-output-docform): | |
1220 Bind print-continuous-numbering and print-number-table. | |
1221 | |
1222 1999-09-10 Dave Love <fx@gnu.org> | |
1223 | |
1224 * bindings.el (debug-ignored-errors): Restore BBDB stuff. | |
1225 | |
1226 1999-09-09 Richard Stallman <rms@gnu.org> | |
1227 | |
1228 * whitespace.el: Finish making it fit Emacs conventions. | |
1229 Add autoloads. | |
1230 | |
1231 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il> | |
1232 | |
1233 * generic-x.el (bat-generic-mode): "::"-style comments don't | |
1234 need to begin with "-". Fix the font-lock definitions of ON/OFF | |
1235 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO | |
1236 from the list of keywords. Add DO to the list of keywords. | |
1237 | |
1238 1999-09-09 Dave Love <fx@gnu.org> | |
1239 | |
1240 * byte-opt.el (byte-optimize-backward-char): | |
1241 (byte-optimize-backward-word): New optimizations. | |
1242 (side-effect-free-fns, side-effect-and-error-free-fns): Add | |
1243 entries. | |
1244 | |
1245 1999-09-09 Gerd Moellmann <gerd@gnu.org> | |
1246 | |
1247 * image.el (put-image): Remove optional buffer parameter. | |
1248 | |
1249 * faces.el (face-italic-p): Return t only for values `italic' | |
1250 and `oblique'. | |
1251 | |
1252 * mouse.el (mouse-drag-mode-line-1): Extension of former | |
1253 mouse-drag-mode-line that also drags the header line. | |
1254 (mouse-drag-mode-line): Call it. | |
1255 (mouse-drag-header-line): New. | |
1256 (toplevel): Bind down-mouse-1 on header lines to | |
1257 mouse-drage-header-line. | |
1258 | |
1259 1999-09-08 Gerd Moellmann <gerd@gnu.org> | |
1260 | |
1261 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref. | |
1262 (make-mode-line-mouse-sensitive): Replace `top-line' by | |
1263 `header-line'. | |
1264 | |
1265 1998-09-08 Michael Ernst <mernst@alum.mit.edu> | |
1266 | |
1267 * help.el (describe-function-1): Don't return empty string for keymaps. | |
1268 | |
1269 * fill.el (fill-region-as-paragraph, canonically-space-region): | |
1270 Respect colon-double-space at end of line. | |
1271 | |
1272 1999-09-08 Stephen Gildea <gildea@alum.mit.edu> | |
1273 | |
1274 * files.el (backup-by-copying-when-privileged-mismatch): New variable. | |
1275 (backup-buffer): Use it. | |
1276 | |
1277 1999-09-08 Peter Breton <pbreton@ne.mediaone.net> | |
1278 | |
1279 * generic-x.el (generic-define-unix-modes): Added new modes: | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1280 inetd-conf-generic-mode, etc-services-generic-mode, |
25837 | 1281 etc-passwd-generic-mode. These are all defined for Unix by default. |
1282 (apache-generic-mode): Use an imenu-generic-expression to list | |
1283 Configuration keywords. | |
1284 (samba-generic-mode): Use both ; and # as comment characters. | |
1285 (samba-generic-mode): Font-lock expressions now highlight name | |
1286 value pairs. | |
1287 (bat-generic-mode): Keywords are now case-insensitive through | |
1288 font-lock-defaults setting. | |
1289 (java-properties-generic-mode): Supports both ! and # as comment | |
1290 characters. | |
1291 (java-properties-generic-mode): Added an imenu-generic-expression | |
1292 (java-properties-generic-mode): Reworked to support the various | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1293 different ways to separate name and value (viz, '=', ':' and |
25837 | 1294 whitespace). |
1295 (show-tabs-generic-mode): Added this new generic-mode. | |
1296 | |
1297 1999-09-08 Richard Stallman <rms@gnu.org> | |
1298 | |
1299 * progmodes/inf-lisp.el: Moved from top directory. | |
1300 | |
1301 * tar-mode.el (tar-header-block-tokenize): | |
1302 Use `when' instead of `and'. Fix some clobbered text. | |
1303 | |
1304 * gud.el (gud-make-debug-menu): Make a child for the | |
1305 local menu, for its menu bar, and the debug menu. | |
1306 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): | |
1307 Use the history in the simple way. | |
1308 | |
1309 1999-09-07 Kenichi Handa <handa@etl.go.jp> | |
1310 | |
1311 * language/korea-util.el (default-korean-keyboard): Initialize it | |
1312 according to the environment variable HANGUL_KEYBOARD_TYPE. | |
1313 | |
1314 1999-09-07 Richard Stallman <rms@gnu.org> | |
1315 | |
1316 * subr.el (make-temp-file): New function. | |
1317 | |
1318 1999-09-07 Stefan Monnier <monnier@cs.yale.edu> | |
1319 | |
1320 * font-lock.el (font-lock-multiline): New text property contains | |
1321 a boolean to indicate if the char is part of a multiline match. | |
1322 (font-lock-default-fontify-region): Extend the region appropriately | |
1323 for multiline keywords. | |
1324 (font-lock-default-unfontify-region): Also remove the new | |
1325 font-lock-multiline text property. | |
1326 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches. | |
1327 (font-lock-fontify-keywords-region): Mark multiline regexp matches. | |
1328 | |
1329 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
1330 | |
1331 * diary-lib.el (list-diary-entries): Make sure two-digit years | |
1332 have leading zeros. | |
1333 | |
1334 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
1335 | |
1336 * faces.el (face-set-after-frame-default): Initialize some | |
1337 attributes of some faces from frame parameters. | |
1338 | |
1339 * faces.el (scroll-bar, border, cursor, mouse): New faces. | |
1340 | |
1341 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
1342 | |
1343 * faces.el (fringe): Replaces face `margin'. | |
1344 | |
1345 1999-09-07 Dave Love <fx@gnu.org> | |
1346 | |
1347 * tar-mode.el (tar-header-block-tokenize): Bind linkname. | |
1348 | |
1349 1999-09-07 Richard Stallman <rms@gnu.org> | |
1350 | |
1351 * subr.el (push): Doc fix. | |
1352 | |
1353 1999-09-06 Richard Stallman <rms@gnu.org> | |
1354 | |
1355 * vc.el (vc-annotate-display): Use < 69 not < 70 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1356 to distinguish 20YY from 19YY. |
25837 | 1357 |
1358 * timezone.el (timezone-parse-date): Use < 69 not < 70 | |
1359 to distinguish 20YY from 19YY. | |
1360 | |
1361 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file. | |
1362 | |
1363 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk> | |
1364 | |
1365 * quickurl.el: (quickurl-list-focused-line): Removed. | |
1366 (quickurl-list-insert): Now works out the focused line using | |
1367 `count-lines' instead of using `quickurl-list-focused-line'. | |
1368 | |
1369 1999-09-06 Richard Stallman <rms@gnu.org> | |
1370 | |
1371 * mail/rmail.el (rmail-retry-failure): Unconditionally move | |
1372 to beginning of message. | |
1373 | |
1374 1999-09-06 Dave Love <fx@gnu.org> | |
1375 | |
1376 * isearch.el (isearch-mode-map): Add mouse-2. | |
1377 | |
1378 * rmail.el (rmail-read-password): Deleted. | |
1379 (rmail-get-pop-password): Use read-password. | |
1380 | |
1381 * quickurl.el: Don't conditionally define caddr. | |
1382 (quickurl-url-comment): Use nth, not caddr in function and | |
1383 defsetf. | |
1384 | |
1385 1999-09-06 Richard Stallman <rms@gnu.org> | |
1386 | |
1387 * auto-show.el: Doc fixes. | |
1388 | |
1389 1999-09-06 Stephen Eglen <stephen@gnu.org> | |
1390 | |
1391 * progmodes/octave-inf.el (inferior-octave-startup-args): Add | |
1392 --no-line-editing so that TABs in source files are not interpreted | |
1393 as completion requests. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1394 |
25837 | 1395 1999-09-06 Gerd Moellmann <gerd@gnu.org> |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1396 |
25837 | 1397 * hscroll.el, auto-show.el: Remove all code, keep the public |
1398 interface as no-ops. | |
1399 | |
1400 * faces.el (face-bold-p): Don't return t if face has lighter | |
1401 weight than normal. | |
1402 | |
1403 1999-09-06 Eli Zaretskii <eliz@gnu.org> | |
1404 | |
1405 * startup.el (command-line): Make small-temporary-file-directory | |
1406 be nil except on ms-dos. | |
1407 | |
1408 * files.el (small-temporary-file-directory): Ditto. Also doc fix. | |
1409 | |
1410 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it | |
1411 is defined. | |
1412 | |
1413 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive | |
1414 letters with a colon after d or l. | |
1415 | |
1416 1999-09-06 Dave Love <fx@gnu.org> | |
1417 | |
1418 * byte-opt.el (byte-boolean-vars): Removed. (Now primitive.) | |
1419 | |
1420 1999-09-05 Richard Stallman <rms@gnu.org> | |
1421 | |
1422 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY. | |
1423 | |
1424 * textmodes/paragraphs.el (backward-kill-sentence): | |
1425 Don't test minibuffer-prompt-end here. | |
1426 (forward-sentence): Do handle it here. | |
1427 (backward-kill-paragraph): Don't test it here. | |
1428 (forward-paragraph): Handle it here. | |
1429 | |
1430 * mouse.el (font-menu-add-default): Simplify code. | |
1431 | |
1432 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
1433 | |
1434 * faces.el (header-line): Renamed from `top-line'. | |
1435 | |
1436 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
1437 | |
1438 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'. | |
1439 | |
1440 1999-09-04 Richard Stallman <rms@gnu.org> | |
1441 | |
1442 * whitespace.el: New file. | |
1443 | |
1444 1999-09-04 Dave Love <fx@gnu.org> | |
1445 | |
1446 * paths.el: Make some doc strings obey the make-docfile convention. | |
1447 | |
1448 * bindings.el: Likewise. | |
1449 (debug-ignored-errors): Remove BBDB ones. | |
1450 | |
1451 1999-09-03 Richard Stallman <rms@gnu.org> | |
1452 | |
1453 * mail/mh-comp.el (mh-forward): Get new subject line from the original, | |
1454 not from the draft to forward. | |
1455 | |
1456 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun. | |
1457 | |
1458 1999-09-03 Dave Love <fx@gnu.org> | |
1459 | |
1460 * double.el (double-mode): Customize the variable. | |
1461 | |
1462 1999-09-03 Kenichi Handa <handa@etl.go.jp> | |
1463 | |
1464 * international/characters.el: Delete duplicated code. | |
1465 | |
1466 1999-09-02 Richard Stallman <rms@gnu.org> | |
1467 | |
1468 * indent.el (indent-relative): Doc fix. | |
1469 | |
1470 * quickurl.el (quickurl): Doc fix. | |
1471 | |
1472 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
1473 | |
1474 * faces.el (margin): Change background to "gray" for mono (this is | |
1475 drawn with a stipple pattern). | |
1476 | |
1477 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
1478 | |
1479 * simple.el (next-history-element): Use minibuffer-prompt-end once | |
1480 again. Remove test for minibuffer-prompt-in-buffer. | |
1481 | |
1482 1999-09-02 Eli Zaretskii <eliz@gnu.org> | |
1483 | |
1484 * files.el (small-temporary-file-directory): New variable. | |
1485 | |
1486 * startup.el (command-line): Compute the value of | |
1487 small-temporary-file-directory. | |
1488 | |
1489 * ediff-init.el (ediff-temp-file-prefix): Use | |
1490 small-temporary-file-directory if non-nil. | |
1491 | |
1492 * vc.el (vc-update-change-log): Likewise. | |
1493 | |
1494 * progmodes/cmacexp.el (c-macro-expansion): Likewise. | |
1495 | |
1496 * simple.el (shell-command, shell-command-on-region): Use | |
1497 make-temp-name properly. Use small-temporary-file-directory if | |
1498 non-nil, otherwise temporary-file-directory, to generate temporary | |
1499 files. | |
1500 | |
1501 * dos-w32.el (direct-print-region-helper): Use | |
1502 temporary-file-directory. (From Stefan Monnier.) | |
1503 | |
1504 1999-09-02 Richard Stallman <rms@gnu.org> | |
1505 | |
1506 * progmodes/asm-mode.el (asm-mode): Set comment-start properly | |
1507 from asm-comment-char. | |
1508 (asm-font-lock-keywords): Recognize instruction width suffixes. | |
1509 | |
1510 1999-09-01 Richard Stallman <rms@gnu.org> | |
1511 | |
1512 * play/fortune.el: New file. | |
1513 | |
1514 1999-08-31 Dave Love <fx@gnu.org> | |
1515 | |
1516 * help.el (help-make-xrefs): Don't lose on non-empty blank line | |
1517 after key table. | |
1518 | |
1519 * byte-opt.el (byte-boolean-vars): Add several w32 and redisplay | |
1520 variables. | |
1521 | |
1522 * subr.el (push): Fix typo. | |
1523 | |
1524 1999-08-30 Kevin Blake <kblake@ticnet.com> | |
1525 | |
1526 * emacs-lisp/ring.el: Many doc fixes. | |
1527 (ring-size, ring-copy): New functions. | |
1528 | |
1529 1999-08-29 Richard Stallman <rms@gnu.org> | |
1530 | |
1531 * progmodes/etags.el (tags-loop-continue): | |
1532 After tags-loop-operate returns, force skip to next file. | |
1533 | |
1534 * mail/mail-extr.el (mail-extr-all-letters-but-separators) | |
1535 (mail-extr-first-letters, mail-extr-last-letters): | |
1536 Use character classes [:alpha:] and [:alnum:]. | |
1537 | |
1538 * subr.el (push, pop): New macros. | |
1539 | |
1540 * progmodes/compile.el (compilation-error-regexp-alist): | |
1541 New item for SGI IRIX MipsPro compilers. | |
1542 | |
1543 * speedbar.el (speedbar-directory-buttons): Recognize | |
1544 device names when checking for file names. | |
1545 | |
1546 * array.el (array-reconfigure-rows): Use generate-new-buffer. | |
1547 | |
1548 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros, | |
1549 and specially handle defvar inside their expansions. | |
1550 (eval-defun-1): New subroutine. | |
1551 | |
1552 * progmodes/compile.el (compilation-error-regexp-alist): | |
1553 Fix the Perl -w entry to allow period after line number. | |
1554 Don't allow newlines in file name, but allow them after line number | |
1555 for Perl debugging traces. | |
1556 | |
1557 * which-func.el (which-func-cleanup-function): New variable. | |
1558 (which-function): Call that function. | |
1559 | |
1560 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or ( | |
1561 to end a function name. | |
1562 | |
1563 * informat.el (Info-tagify): Don't insert more than one newline | |
1564 before the tag table. | |
1565 | |
1566 1999-08-29 Stefan Monnier <monnier@cs.yale.edu> | |
1567 | |
1568 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather | |
1569 than make-temp-name, use match-string-no-properties, and eliminate | |
1570 a quadratic behavior when building bibtex-strings. | |
1571 | |
1572 1999-08-29 Alex Schroeder <alex@gnu.org> | |
1573 | |
1574 * comint.el (comint-input-ring-separator): New variable. | |
1575 (comint-read-input-ring): Doc change; use | |
1576 comint-input-ring-separator when reading file. | |
1577 (comint-write-input-ring): Use | |
1578 comint-input-ring-separator when writing file. | |
1579 | |
1580 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com> | |
1581 | |
1582 * informat.el (Info-tagify): Start by widening. | |
1583 Match node headers that don't list the file name, | |
1584 and more kinds of page separations. | |
1585 Strip properties during tagification. | |
1586 Use start of node header line as tag's position. | |
1587 Fix the "done" message. | |
1588 | |
1589 (Info-validate): Save and restore match data around narrowing down. | |
1590 | |
1591 1999-08-28 Richard M. Stallman <rms@gnu.org> | |
1592 | |
1593 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode): | |
1594 On repeated call, override previous values put into | |
1595 minor-mode-map-alist and minor-mode-alist. | |
1596 | |
1597 1999-08-28 Michael Ernst <mernst@alum.mit.edu> | |
1598 | |
1599 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format. | |
1600 | |
1601 1999-08-27 Andreas Schwab <schwab@gnu.org> | |
1602 | |
1603 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker | |
1604 from cvs update. | |
1605 | |
1606 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
1607 | |
1608 * calendar/calendar.el (calendar-move-hook): New hook. | |
1609 | |
1610 * calendar/cal-move.el: Call the new hook in every movement function. | |
1611 | |
1612 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload | |
1613 the right function name. | |
1614 | |
1615 1999-08-26 Stephen Gildea <gildea@alum.mit.edu> | |
1616 | |
1617 * time-stamp.el: Put quote-backquote around all symbol names | |
1618 in doc strings, for mousing. | |
1619 (time-stamp): support multi-line patterns. | |
1620 (time-stamp-inserts-lines): new variable. | |
1621 (time-stamp-count): new variable. | |
1622 (time-stamp-string-preprocess): fixed bug where "%%a" becomes | |
1623 "Thu" instead of "%a". | |
1624 | |
1625 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
1626 | |
1627 * simple.el (kill-word): Undo previous change. | |
1628 | |
1629 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
1630 | |
1631 * jit-lock.el (jit-lock-function): Extend the fontified range | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1632 to the beginning of the line containing the range start and |
25837 | 1633 the beginning of the line following the range end. |
1634 | |
1635 1999-08-24 Dave Love <fx@gnu.org> | |
1636 | |
1637 * timezone.el: Move provide to end. | |
1638 (timezone-parse-date): Simplify somewhat. Assume 2-digit years | |
1639 <70 are 2000+. | |
1640 (timezone-parse-time): Simplify somewhat. | |
1641 | |
1642 1999-08-24 Gerd Moellmann <gerd@gnu.org> | |
1643 | |
1644 * faces.el (margin): Renamed from bitmap-area. | |
1645 | |
1646 1999-08-24 Alex Schroeder <alex@gnu.org> | |
1647 | |
1648 * sql.el: Doc changes. | |
1649 (sql-sybase): use sql-server instead of sql-database. | |
1650 | |
1651 1999-08-23 Dave Love <fx@gnu.org> | |
1652 | |
1653 * rect.el: Add/fix various doc strings. Add `*' to all the | |
1654 interactive specs. | |
1655 | |
1656 1999-08-21 Gerd Moellmann <gerd@gnu.org> | |
1657 | |
1658 * jit-lock.el (jit-lock-function): Use line-beginning-position. | |
1659 Don't unwind-protect font-lock-fontify-region. | |
1660 | |
1661 * paragraphs.el (backward-kill-paragraph): Don't move | |
1662 point into mini-buffer prompt. | |
1663 (backward-kill-sentence): Ditto. | |
1664 | |
1665 * simple.el (next-history-element): Use minibuffer-prompt-end. | |
1666 Remove test for minibuffer-prompt-in-buffer. | |
1667 (kill-word): Don't move point into mini-buffer prompt. | |
1668 | |
1669 1999-08-21 Dave Love <fx@gnu.org> | |
1670 | |
1671 * Makefile: Exclude CVS dirs like RCS. | |
1672 | |
1673 1999-08-19 Dave Love <fx@gnu.org> | |
1674 | |
1675 * tooltip.el (tooltip-mode): Customize this, per convention. | |
1676 (tooltip-active): Option deleted. | |
1677 | |
1678 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize. | |
1679 | |
1680 * hanoi.el, page-ext.el: Declare dynamic vars. | |
1681 | |
1682 * term.el: Avoid ange-ftp related compilation warnings. | |
1683 | |
1684 1999-08-18 Gerd Moellmann <gerd@gnu.org> | |
1685 | |
1686 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode' | |
1687 the default so that beginners can benefit from it without | |
1688 searching in manuals. | |
1689 | |
1690 1999-08-18 Ray Blaak <blaak@gnu.org> | |
1691 | |
1692 * progmodes/delphi.el: Consider assembly sections as blocks, to | |
1693 indent them better. Make auto-indent on newline optional. | |
1694 | |
1695 1999-08-17 Gerd Moellmann <gerd@gnu.org> | |
1696 | |
1697 * bindings.el (mode-line-modified): Look up key binding for C-x | |
1698 C-q. If it's bound call that binding, otherwise call | |
1699 toggle-read-only. | |
1700 | |
1701 1999-08-17 Dave Love <fx@gnu.org> | |
1702 | |
1703 * info.el (info): Doc fix. | |
1704 | |
1705 * finder.el (finder-known-keywords): Add `multimedia'. | |
1706 | |
1707 * apropos.el: Don't capitalize custom group name. | |
1708 | |
1709 * info-look.el: Remove compatibility code. | |
1710 (info-lookup-guess-default*): DTRT for point at start of symbol. | |
1711 (info-complete): Don't lose with point not at end of symbol. | |
1712 | |
1713 1999-08-16 Gerd Moellmann <gerd@gnu.org> | |
1714 | |
1715 * term.el (toplevel): Make face `term-default' an empty face. | |
1716 The code relied on the fact that Emacs ignored invalid faces in | |
1717 face text properties in 20.4. | |
1718 | |
1719 1999-08-16 Richard M. Stallman <rms@gnu.org> | |
1720 | |
1721 * subr.el (point-at-eol, point-at-bol): New aliases. | |
1722 | |
1723 * simple.el: Functions reordered. | |
1724 | |
1725 * rect.el (delete-rectangle-line): Use line-end-position. | |
1726 | |
1727 1999-08-16 Karl Heuer <kwzh@gnu.org> | |
1728 | |
1729 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved | |
1730 here from simple.el. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1731 |
25837 | 1732 1999-08-16 Dave Love <fx@gnu.org> |
1733 | |
1734 * mouse.el: Provide `mldrag' for compatibility. | |
1735 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases, | |
1736 marked obsolete. | |
1737 | |
1738 * mldrag.el: Removed since the features are in mouse.el. | |
1739 | |
1740 * jka-compr.el (auto-compression-mode): New variable for | |
1741 customization. | |
1742 | |
1743 * bindings.el (mode-line-mule-info): Doc fix. | |
1744 | |
1745 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in | |
1746 name comparisons. | |
1747 | |
1748 * files.el (interpreter-mode-alist): Add make, guile, clisp. | |
1749 (find-file): Doc fix. | |
1750 | |
1751 1999-08-16 Carsten Dominik <cd@gnu.org> | |
1752 | |
1753 * textmodes/reftex.el: Most of the code moved to other files. | |
1754 * textmodes/reftex-auc.el: New file, split out from reftex.el | |
1755 * textmodes/reftex-cite.el: New file, split out from reftex.el | |
1756 * textmodes/reftex-global.el: New file, split out from reftex.el | |
1757 * textmodes/reftex-index.el: New file, split out from reftex.el | |
1758 * textmodes/reftex-parse.el: New file, split out from reftex.el | |
1759 * textmodes/reftex-ref.el: New file, split out from reftex.el | |
1760 * textmodes/reftex-sel.el: New file, split out from reftex.el | |
1761 * textmodes/reftex-toc.el: New file, split out from reftex.el | |
1762 * textmodes/reftex-vars.el: New file, split out from reftex.el | |
1763 * textmodes/reftex-vcr.el: New file, split out from reftex.el | |
1764 | |
1765 1999-08-16 Carsten Dominik <cd@gnu.org> | |
1766 | |
1767 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed | |
1768 conflict with pop-up-frames. | |
1769 (reftex-special-environment-parsers): New constant. | |
1770 (reftex-label-alist): car of an entry can also be a function. | |
1771 (reftex-what-special-env): new function. | |
1772 (reftex-label-location): Call `reftex-what-special-env'. | |
1773 (reftex-compile-variables): Check for symbol in | |
1774 `reftex-label-alist'. | |
1775 (reftex-what-environment): fixed bug with stacked environments of | |
1776 same kind (e.g. enumerate). | |
1777 (reftex-process-string): Preserve default directory. | |
1778 (reftex-label-alist-builtin): changed prefixes of endnote and | |
1779 footnote. Also the magic words. | |
1780 (reftex-reference): Interprete new option | |
1781 `reftex-fref-is-default'. | |
1782 (reftex-replace-prefix-escapes): Interprete new `%S' format. | |
1783 (reftex-toc-mouse-view-line): Command removed (had no binding). | |
1784 (reftex-everything-regexp): New function. | |
1785 (reftex-nearest-match): Made better. | |
1786 (reftex-toc-find-section): Use new version of | |
1787 `reftex-nearest-match'. | |
1788 (reftex-insert-docstruct): adapted to work with the index stuff. | |
1789 (reftex-parse-from-file): Find index entries as well. | |
1790 (reftex-toc-toggle-index): New function | |
1791 (reftex-toc-map): `i' is now used to togle the index, File | |
1792 boundaries has been moved to `F'. | |
1793 (reftex-select-label-map): Toggling display of file boundaries is | |
1794 now on the `F' key, for consistency with `reftex-toc-map'. | |
1795 (reftex-erase-all-selection-and-index-buffers): Renamed from | |
1796 `reftex-erase-all-selection-buffer'. Now also kills the index | |
1797 buffers. | |
1798 (reftex-viewing-cross-references): Customization group renamed | |
1799 from reftex-viewing-cross-references-and-citations. | |
1800 (reftex-index-macro-regexp, | |
1801 reftex-find-index-entry-regexp-format): New variables | |
1802 (reftex-macros-with-index): New variable | |
1803 (reftex-add-index-macros): New function | |
1804 (reftex-renumber-simple-labels, reftex-translate): Allow for | |
1805 multiple labels in a single ref command. | |
1806 (reftex-index-support): New customization group | |
1807 (reftex-support-index, reftex-index-special-chars, | |
1808 reftex-index-macros, reftex-index-default-macro, | |
1809 reftex-index-default-tag, reftex-index-math-format, | |
1810 reftex-index-section-letters, reftex-index-include-context, | |
1811 reftex-index-follow-mode, reftex-index-header-face, | |
1812 reftex-index-section-face, reftex-index-tag-face, | |
1813 reftex-index-face): New options | |
1814 (reftex-index-map, reftex-index-menu, reftex-last-index-file, | |
1815 reftex-index-tag, reftex-index-return-marker, | |
1816 reftex-index-restriction-indicator, reftex-index-restriction-data, | |
1817 reftex-index-macro-regexp, reftex-index-level-re, | |
1818 reftex-index-key-end-re, reftex-find-index-entry-regexp-format, | |
1819 reftex-everything-regexp-no-index, reftex-index-re, | |
1820 reftex-macros-with-index, reftex-index-macro-alist): New variables | |
1821 (reftex-index-help, reftex-index-macros-builtin, | |
1822 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt, | |
1823 reftex-query-index-macro-help): New constants | |
1824 (reftex-index-selection-or-word, reftex-index, | |
1825 reftex-default-index, reftex-update-default-index, | |
1826 reftex-index-complete-tag, reftex-index-select-tag, | |
1827 reftex-index-complete-key, reftex-index-update-taglist, | |
1828 reftex-index-globally, reftex-index-mode, reftex-index-show-entry, | |
1829 reftex-display-index, reftex-insert-index, | |
1830 reftex-index-insert-new-letter, reftex-get-restriction, | |
1831 reftex-index-pre-command-hook, reftex-index-post-command-hook, | |
1832 reftex-index-show-help, reftex-index-next, reftex-index-previous, | |
1833 reftex-index-toggle-follow, reftex-index-toggle-context, | |
1834 reftex-index-view-entry, reftex-index-goto-entry-and-hide, | |
1835 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide, | |
1836 reftex-index-quit, reftex-index-quit-and-kill, | |
1837 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan, | |
1838 reftex-index-revert, reftex-index-switch-index-tag, | |
1839 reftex-index-restrict-to-section, reftex-index-widen, | |
1840 reftex-index-restriction-forward, | |
1841 reftex-index-restriction-backward, reftex-index-visit-location, | |
1842 reftex-index-analyze-entry, reftex-index-globalize, | |
1843 reftex-index-edit, reftex-index-toggle-range-beginning, | |
1844 reftex-index-toggle-range-end, reftex-index-edit-key, | |
1845 reftex-index-edit-attribute, reftex-index-edit-visual, | |
1846 reftex-index-edit-part, reftex-index-level-down, | |
1847 reftex-index-level-up, reftex-index-kill, reftex-index-undo, | |
1848 reftex-index-change-entry, reftex-index-goto-letter, | |
1849 reftex-add-index-macros, reftex-ensure-index-support, | |
1850 reftex-index-info-safe, reftex-index-info): New functions. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1851 |
25837 | 1852 |
1853 1999-08-15 Richard M. Stallman <rms@gnu.org> | |
1854 | |
1855 * paren.el (show-paren-mode): Support making show-paren-mode | |
1856 a buffer-local variable. Don't check for a window system. | |
1857 (show-paren-function): Check whether show-paren-function is | |
1858 enabled in current buffer; do the right thing if not. | |
1859 Don't check for a window system. | |
1860 (show-paren-mode): Make it a user variable. | |
1861 | |
1862 * add-log.el (add-log-current-defun): Exclude all trailing whitespace. | |
1863 Handle `enum' like `struct'. | |
1864 | |
1865 * server.el (server-process-filter): If a client visits no buffers, | |
1866 close it immediately before recording it. | |
1867 | |
1868 * mail/mail-utils.el (mail-unquote-printable): Make it autoload. | |
1869 Optimize by calling concat just once. Handle =\n sequence. | |
1870 (mail-unquote-printable-region): New command. | |
1871 (mail-quote-printable): Make it autoload. | |
1872 | |
1873 1999-08-15 Karl Heuer <kwzh@gnu.org> | |
1874 | |
1875 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org. | |
1876 | |
1877 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
1878 | |
1879 * lisp/texinfmt.el: Handle @ifnottex. | |
1880 | |
1881 1999-08-15 Eli Zaretskii <eliz@gnu.org> | |
1882 | |
1883 * frame.el (blink-cursor): Don't turn on cursor blinking for | |
1884 ms-dos. | |
1885 | |
1886 * faces.el (face-valid-attribute-values): Look in | |
1887 x-bitmap-file-path only for x and w32 window systems. | |
1888 | |
1889 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default". | |
1890 Do that if width is nil as well. | |
1891 (x-display-mm-height, x-display-mm-width): Update values. | |
1892 (x-colors): Compute the list from msdos-color-values. | |
1893 (x-select-enable-clipboard): Doc fix. | |
1894 (x-frob-font-weight, x-font-family-list): New functions. | |
1895 | |
1896 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk> | |
1897 | |
1898 * window.el (shrink-window-if-larger-than-buffer): Don't try to | |
1899 back up from beginning of buffer. | |
1900 | |
1901 1999-08-13 Karl Heuer <kwzh@gnu.org> | |
1902 | |
1903 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound. | |
1904 | |
1905 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US> | |
1906 | |
1907 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G | |
1908 doomsday clock, speed control is added and changes are made to | |
1909 allow large numbers of rings: rings now show the whole ring | |
1910 number, not just the last digit; consecutive rings are allowed to | |
1911 be the same size when necessary to fit all the rings in the | |
1912 window; and poles can be oriented horizontally. Face support is | |
1913 thrown in gratuitously. | |
1914 (hanoi): Changed default number of rings back to 3. | |
1915 (hanoi-unix, hanoi-unix-64): New commands | |
1916 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces, | |
1917 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face, | |
1918 hanoi-odd-ring-face): New variables. | |
1919 (hanoi-internal, hanoi-current-time-float, hanoi-put-face, | |
1920 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for, | |
1921 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions. | |
1922 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n. | |
1923 (hanoi-topos, hanoi-draw-ring): Removed. | |
1924 | |
1925 1999-08-12 Gerd Moellmann <gerd@gnu.org> | |
1926 | |
1927 * faces.el (face-valid-attribute-values): Return an alist for | |
1928 families on ttys. | |
1929 (face-read-integer): Handle unspecified face attributes. Add | |
1930 completion for `unspecified'. | |
1931 (read-face-attribute): Handle unspecified font attributes. | |
1932 (face-valid-attribute-values): Add `unspecified' to lists so that | |
1933 it can be chosen via completion. | |
1934 (face-read-string): Don't recognize "none" as input. | |
1935 | |
1936 1999-08-10 Dave Love <fx@gnu.org> | |
1937 | |
1938 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc | |
1939 string. | |
1940 | |
1941 * sun-curs.el: Require sun-fns. | |
1942 | |
1943 1999-08-10 Dave Love <fx@gnu.org> | |
1944 | |
1945 * autorevert.el (auto-revert-mode): Add autoload cookie. | |
1946 | |
1947 * hscroll.el, auto-show.el: Files deleted -- we have built-in | |
1948 hscroll. | |
1949 | |
1950 * simple.el (hscroll-step, hscroll-point-visible) | |
1951 (hscroll-window-column): Remove now we have the mentioned real | |
1952 horizontal autoscrolling. | |
1953 | |
1954 1999-08-10 Richard M. Stallman <rms@gnu.org> | |
1955 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1956 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from |
25837 | 1957 control use of -f option. |
1958 (mail-specify-envelope-from): New variable. | |
1959 (mail-from-style): Doc fix. | |
1960 | |
1961 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn. | |
1962 (easy-menu-get-map): New arg TO-MODIFY helps choose | |
1963 between local and global maps. | |
1964 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map. | |
1965 (easy-menu-change): Doc fix. | |
1966 | |
1967 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward. | |
1968 (info-lookup-guess-default): Simplified and cleaned up. | |
1969 (info-lookup-guess-default*): Preserve point. | |
1970 | |
1971 * view.el (view-mode-disable): If buffer-read-only is nil, | |
1972 don't change it. | |
1973 | |
1974 * files.el (after-find-file): Disable View mode if buffer is no | |
1975 longer read-only. | |
1976 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1977 * view.el (view-mode-enable, view-mode-disable): |
25837 | 1978 Call force-mode-line-update. |
1979 | |
1980 1999-08-10 Karl Heuer <kwzh@gnu.org> | |
1981 | |
1982 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call. | |
1983 * array.el, play/landmark.el, international/latin-3.el: Likewise. | |
1984 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise. | |
1985 | |
1986 1999-08-10 Alex Schroeder <asc@bsiag.com> | |
1987 | |
1988 * ansi-color.el (ansi-color-to-text-properties): Added New state 5 | |
1989 to prevent m-eating-bug. | |
1990 | |
1991 1999-08-10 Eli Zaretskii <eliz@gnu.org> | |
1992 | |
1993 * term/pc-win.el (msdos-bg-mode): Remove. Call | |
1994 frame-set-background-mode instead. All callers changed. | |
1995 (msdos-face-setup): Don't force color display parameter, it is set | |
1996 by frame-set-background-mode. | |
1997 (make-msdos-frame): Call x-handle-reverse-video and | |
1998 face-set-after-frame-default. Delete frame if creation failed. | |
1999 | |
2000 * faces.el (face-set-after-frame-default): Don't call | |
2001 make-face-x-resource-internal for the pc window-system. | |
2002 | |
2003 1999-08-10 Dave Love <fx@melange.gnu.org> | |
2004 | |
2005 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat | |
2006 case with no docstring specially. | |
2007 | |
2008 1999-08-09 Eli Zaretskii <eliz@gnu.org> | |
2009 | |
2010 * complete.el (PC-do-completion): If completing on file name, | |
2011 reproduce str by concatenating its directory and basename parts. | |
2012 | |
2013 1999-08-07 Dave Love <fx@gnu.org> | |
2014 | |
2015 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid | |
2016 unibyte to multibyte conversion of search-forward (from Handa), | |
2017 but avoid the replacement if the language is Latin-N. | |
2018 | |
2019 1999-08-06 Richard Stallman <rms@gnu.org> | |
2020 | |
2021 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args | |
2022 of eval-buffer. | |
2023 | |
2024 * international/mule.el (load-with-code-conversion): | |
2025 Pass t to eval-buffer for DO-ALLOW-PRINT. | |
2026 | |
2027 1999-08-06 Geoff Voelker <voelker@cs.washington.edu> | |
2028 | |
2029 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist | |
2030 of filenames and attributes. | |
2031 (ls-lisp-insert-directory): Use directory-files-and-attributes | |
2032 for speed. | |
2033 | |
2034 1999-08-05 Dave Love <fx@gnu.org> | |
2035 | |
2036 * auto-show.el (auto-show-mode): Fix :set. | |
2037 | |
2038 * widget.el (define-widget-keywords): Make dummy definition and | |
2039 comment-out its use. | |
2040 | |
2041 1999-08-04 Richard Stallman <rms@gnu.org> | |
2042 | |
2043 * progmodes/tcl.el: Customized. | |
2044 | |
2045 * sql.el (sql-accumulate-and-indent): Instead of testing | |
2046 whether this is Emacs 20 before calling comint-accumulate, | |
2047 test whether comint-accumulate is defined. | |
2048 | |
2049 1999-08-04 Dave Love <fx@gnu.org> | |
2050 | |
2051 * sgml-mode.el: Require outline when compiling. | |
2052 (sgml-mode-hook, html-mode-hook): Customize. | |
2053 (sgml-validate-command): Fix :version. | |
2054 (html-autoview-mode): Doc fix. | |
2055 | |
2056 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do | |
2057 nothing in Latin-N environment. | |
2058 | |
2059 * info.el (Info-find-node): Call info-initialize here. | |
2060 (info): Not here. | |
2061 (Info-file-list-for-emacs): Add message, dired-x, c, viper. | |
2062 | |
2063 1999-08-04 Richard Stallman <rms@gnu.org> | |
2064 | |
2065 * ansi-color.el: New file. | |
2066 | |
2067 1999-08-04 Stefan Monnier <monnier@cs.yale.edu> | |
2068 | |
2069 * dired.el (dired-string-replace-match): Return `nil' when no match | |
2070 found with global search. | |
2071 | |
2072 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file): | |
2073 * terminal.el (te-terminfo-directory): | |
2074 * mail/mailpost.el (post-mail-send-it): | |
2075 * mail/metamail.el (metamail-region): | |
2076 * progmodes/ada-mode.el (ada-tmp-directory): | |
2077 Use temporary-file-directory. | |
2078 | |
2079 * progmodes/compile.el (compilation-parsing-end,compilation-setup) | |
2080 (compilation-filter, compilation-forget-errors) | |
2081 (compilation-parse-errors): Use a marker instead of an integer for | |
2082 `compilation-parsing-end'. | |
2083 | |
2084 * progmodes/diff.el (diff-parse-differences): | |
2085 Use a marker instead of an integer for `compilation-parsing-end'. | |
2086 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
2087 Use a marker instead of an integer for `compilation-parsing-end'. | |
2088 | |
2089 1999-08-03 Richard Stallman <rms@gnu.org> | |
2090 | |
2091 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View. | |
2092 (Buffer-menu-mode): Doc fix. | |
2093 (Buffer-menu-view): New command. | |
2094 (Buffer-menu-view-other-window): New command. | |
2095 | |
2096 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com> | |
2097 | |
2098 * replace.el (query-replace-regexp-eval) | |
2099 (replace-eval-replacement, replace-loop-through-replacements) | |
2100 (replace-match-string-symbols): New functions. | |
2101 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA). | |
2102 Use replace-loop-through-replacements. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2103 |
25837 | 2104 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk> |
2105 | |
2106 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f. | |
2107 (5x5): Doc fix. | |
2108 | |
2109 1999-08-03 Dave Love <fx@gnu.org> | |
2110 | |
2111 * fortran.el (fortran-indent-new-line): Make it an alias | |
2112 for reindent-then-newline-and-indent. | |
2113 | |
2114 1999-08-03 Didier Verna <verna@inf.enst.fr> | |
2115 | |
2116 * rect.el: All functions rewritten, except when noted above | |
2117 their declaration. Below is a list of interface changes. | |
2118 (apply-on-rectangle): New function, mostly replaces | |
2119 `operate-on-rectangle'. All callers changed. | |
2120 (move-to-column-force): Pass new second argument to `move-to-column'. | |
2121 (kill-rectangle): Added optional prefix arg to fill lines. | |
2122 (delete-rectangle): Ditto. | |
2123 (delete-whitespace-rectangle): Ditto. | |
2124 (delete-extract-rectangle): Ditto. | |
2125 (open-rectangle): Ditto. | |
2126 (clear-rectangle): Ditto. | |
2127 (delete-whitespace-rectangle-line): New function. | |
2128 (delete-rectangle-line): Added third arg FILL. | |
2129 (delete-extract-rectangle-line): Ditto. | |
2130 (open-rectangle-line): Ditto. | |
2131 (clear-rectangle-line): Ditto. | |
2132 | |
2133 1999-08-03 Ray Blaak <blaak@gnu.org> | |
2134 | |
2135 * progmodes/delphi.el: New file. | |
2136 | |
2137 1999-08-02 Richard Stallman <rms@gnu.org> | |
2138 | |
2139 * textmodes/outline.el (outline-previous-heading): New function. | |
2140 (outline-up-heading-all): Use outline-previous-heading. | |
2141 (outline-next-heading): Delete definition inserted yesterday. | |
2142 | |
2143 1999-08-01 Richard Stallman <rms@gnu.org> | |
2144 | |
2145 * textmodes/outline.el (outline-next-heading): New function. | |
2146 (outline-up-heading-all): New function. | |
2147 (outline-font-lock-level): Using outline-up-heading-all. | |
2148 Tell outline-back-to-heading to accept invisible headings. | |
2149 | |
2150 * simple.el (shell-command-on-region): EXIT-STATUS can be a string. | |
2151 | |
2152 * mail/mh-utils.el (mh-find-path-run): New variable. | |
2153 (mh-find-path): Test and set that. | |
2154 Set mail-user-agent only the first time this function is run. | |
2155 (mail-user-agent): Defvar deleted. | |
2156 | |
2157 * info.el (info-initialize): New function. | |
2158 (info): Call info-initialize. | |
2159 (Info-directory-list): Initialize to nil, | |
2160 so info-initialize will set it up for real. | |
2161 | |
2162 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
2163 | |
2164 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it | |
2165 does not interpret a time as the year in a day-month entry. | |
2166 | |
2167 * calendar/diary-lib.el: Change syntax table entry for colon in | |
2168 the diary as part of the european-date-diary-pattern fix. | |
2169 | |
2170 1999-08-01 Eli Zaretskii <eliz@gnu.org> | |
2171 | |
2172 * international/mule.el (set-auto-coding): Allow whitespace before | |
2173 and after the "variable: value" pair. | |
2174 | |
2175 1999-07-30 Ken'ichi Handa <handa@gnu.org> | |
2176 | |
2177 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed. | |
2178 (default-sendmail-coding-system): Doc-string fixed. | |
2179 | |
2180 1999-07-30 Dave Love <fx@gnu.org> | |
2181 | |
2182 * subr.el (assoc-delete-all): New function, renamed from | |
2183 frame-delete-all. | |
2184 | |
2185 * frame.el: Change comments to doc strings and other doc fixes. | |
2186 (frame-delete-all): Moved to subr.el as `assoc-delete-all'. | |
2187 Callers changed. | |
2188 (set-background-color, set-foreground-color, set-cursor-color) | |
2189 (set-mouse-color, set-border-color): Offer completion of colours. | |
2190 (cursor): Add :version to defgroup. | |
2191 | |
2192 * facemenu.el (list-colors-display): Make it work on ttys. | |
2193 (facemenu-read-color): Likewise. | |
2194 | |
2195 1999-07-30 Richard M. Stallman <rms@gnu.org> | |
2196 | |
2197 * frame.el (frame-notice-user-settings): If background | |
2198 color has been changed, update background-mode from it, | |
2199 then update faces. | |
2200 | |
2201 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com> | |
2202 | |
2203 * net-utils.el (finger): Don't do indirect fingering. | |
2204 | |
2205 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
2206 | |
2207 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of | |
2208 rules. Add separator at end of holidays. | |
2209 (cal-tex-rules): New customizable variable. | |
2210 (cal-tex-latexify-list): Add optional parameter to put separator | |
2211 at end. | |
2212 | |
2213 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu> | |
2214 | |
2215 * textmodes/fill.el (fill-individual-paragraphs): Calculate new | |
2216 fill prefix on each line while looping to the end of paragraph. | |
2217 End paragraph if it's longer than the existing fill prefix. | |
2218 | |
2219 * textmodes/fill.el (fill-context-prefix): Doc fix. | |
2220 | |
2221 1999-07-30 Dave Love <fx@gnu.org> | |
2222 | |
2223 * font-lock.el (jit-lock): Fix :load, add :version. | |
2224 | |
2225 1999-07-30 Eli Zaretskii <eliz@gnu.org> | |
2226 | |
2227 * term/pc-win.el (msdos-face-setup): Register standard colors in | |
2228 Vface_tty_color_alist. | |
2229 (face-color-supported-p, face_color_gray_p): New functions. | |
2230 | |
2231 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p | |
2232 is bound. | |
2233 | |
2234 * startup.el (command-line): Don't register default colors for | |
2235 MSDOS window-system. | |
2236 | |
2237 1999-07-29 Dave Love <fx@gnu.org> | |
2238 | |
2239 * f90.el (f90-mode-syntax-table): Change backslash to escape, not | |
2240 charquote. | |
2241 | |
2242 * lisp-mode.el (eval-defun): Re-written to avoid | |
2243 capturing variables. | |
2244 | |
2245 * picture.el (picture-beginning-of-line): Don't call | |
2246 hscroll-point-visible now we have real autoscrolling. | |
2247 (picture-end-of-line, picture-newline, picture-open-line): | |
2248 Likewise. | |
2249 | |
2250 * international/latin-8.el: New file. | |
2251 * international/latin-9.el: New file. | |
2252 | |
2253 1999-07-28 Dave Love <fx@gnu.org> | |
2254 | |
2255 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter. | |
2256 | |
2257 * msb.el: Require cl only when compiling. | |
2258 (msb--home-dir): Deleted. | |
2259 (msb--format-title): Use abbreviate-file-name. | |
2260 (msb--choose-file-menu): Simplify string comparison. | |
2261 | |
2262 1999-07-28 Gerd Moellmann <gerd@gnu.org> | |
2263 | |
2264 * faces.el (toolbar): Add face definition for mono displays. | |
2265 | |
2266 1999-07-27 Richard M. Stallman <rms@gnu.org> | |
2267 | |
2268 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
2269 | |
2270 * frame.el (frame-initialize): When setting frame-initial-frame-alist, | |
2271 force copying of default-frame-alist. | |
2272 | |
2273 1999-07-26 Ken'ichi Handa <handa@gnu.org> | |
2274 | |
2275 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp. | |
2276 | |
2277 1999-07-26 Richard M. Stallman <rms@gnu.org> | |
2278 | |
2279 * frame.el (set-mouse-color): If new color is nil, | |
2280 really respecify the current color. | |
2281 | |
2282 1999-07-26 Gerd Moellmann <gerd@gnu.org> | |
2283 | |
2284 * faces.el (bitmap-area): Change background of face `bitmap-area' | |
2285 to white for mono displays. | |
2286 | |
2287 1999-07-26 Kenichi Handa <handa@etl.go.jp> | |
2288 | |
2289 * international/ccl.el (ccl-embed-symbol): New function. | |
2290 (ccl-program-p): Deleted. Now it's implemented in C code. | |
2291 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol. | |
2292 (ccl-compile-translate-character): Likewise. | |
2293 (ccl-compile-map-single): Likewise. | |
2294 (ccl-compile-multiple-map-function): Likewise. | |
2295 (declare-ccl-program): Doc-string modified. | |
2296 (check-ccl-program): Check compiled CCL code by ccl-program-p. | |
2297 | |
2298 1999-07-25 Ken'ichi Handa <handa@etl.go.jp> | |
2299 | |
2300 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
2301 | |
2302 1999-07-25 Markus Rost <rost@gnu.org> | |
2303 | |
2304 * cus-edit.el (custom-save-variables, custom-save-faces): Sort | |
2305 the entries to make custom-file more readable. | |
2306 | |
2307 1999-07-25 Richard M. Stallman <rms@gnu.org> | |
2308 | |
2309 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs. | |
2310 | |
2311 * emacs-lisp/edebug.el: Delete compatibility code. | |
2312 (edebug-next-token-class): If . is followed by a digit, | |
2313 return `symbol' for the token class. | |
2314 | |
2315 * startup.el (command-line): If we don't find the user's init file, | |
2316 set user-init-file to nil. | |
2317 | |
2318 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
2319 | |
2320 * info-look.el (info-lookup-interactive-arguments): Add optional | |
2321 argument query for new choice of help mode. | |
2322 (info-lookup-symbol): Use it. | |
2323 (info-lookup-file): Ditto. | |
2324 (info-lookup): Don't switch to other window, if already in Info | |
2325 buffer. | |
2326 | |
2327 1999-07-23 Dave Love <fx@gnu.org> | |
2328 | |
2329 * fortran.el (fortran-mode-syntax-table): Change `\' to `\' | |
2330 syntax. | |
2331 (fortran-fontify-string, fortran-match-!-commen): Deleted. | |
2332 (fortran-font-lock-syntactic-keywords): New variable. | |
2333 (fortran-mode): Use it. | |
2334 (fortran-font-lock-keywords-1): Don't do comments. | |
2335 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save | |
2336 match data. | |
2337 | |
2338 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls. | |
2339 | |
2340 * msb.el (msb-menu-bar-update-buffers): Renamed from | |
2341 menu-bar-update-buffers. | |
2342 (msb-custom-set, msb--toggle-menu-type): Call | |
2343 msb-menu-bar-update-buffers. | |
2344 (msb-mode): Revise the hook setting. | |
2345 | |
2346 * font-lock.el (turn-on-font-lock): Use tty-display-color-p. | |
2347 | |
2348 1999-07-23 Gerd Moellmann <gerd@gnu.org> | |
2349 | |
25956 | 2350 * font-lock.el, help.el, simple.el: Re-integrate previously |
2351 described changes that were lost due to errors while checking them | |
2352 in. | |
25837 | 2353 |
2354 1999-07-23 Kevin Blake <kblake@ticnet.com> | |
2355 | |
2356 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp. | |
2357 | |
2358 1999-07-23 Ken'ichi Handa <handa@etl.go.jp> | |
2359 | |
2360 * international/encoded-kb.el | |
2361 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character | |
2362 but push it to unread-command-events. | |
2363 (encoded-kbd-self-insert-iso2022-8bit): Likewise. | |
2364 (encoded-kbd-self-insert-sjis): Likewise. | |
2365 (encoded-kbd-self-insert-big5): Likewise. | |
2366 | |
2367 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up | |
2368 before left margin and fill-prefix by fill-find-break-point. | |
2369 | |
2370 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
2371 | |
2372 * info-look.el (info-lookup-setup-mode): Don't give up, if | |
2373 info-lookup-make-completions returns an error. | |
2374 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file | |
2375 name latex, not latex2e. | |
2376 | |
2377 1999-07-21 Richard M. Stallman <rms@gnu.org> | |
2378 | |
2379 * replace.el (perform-replace): Turn off case-fold-search | |
2380 if FROM-STRING argument has uppercase in it. | |
2381 | |
2382 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2383 | |
2384 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock | |
2385 mode is on. Don't use end of changed text. | |
2386 | |
2387 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2388 | |
2389 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table. | |
2390 (cl-hash-table-p): Renamed from hash-table-p. | |
2391 (cl-hash-table-count): Renamed from hash-table-count. | |
2392 (maphash): Alias to cl-maphash removed. | |
2393 (gethash): Likewise. | |
2394 (puthash): Likewise. | |
2395 (remhash): Likewise. | |
2396 (clrhash): Likewise. | |
2397 | |
2398 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2399 | |
2400 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with | |
2401 third arg non-nil. See comment there why this isn't a good idea. | |
2402 | |
2403 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2404 | |
2405 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message. | |
2406 | |
2407 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call | |
2408 sit-for with 3rd arg non-nil to prevent redisplay. | |
2409 | |
2410 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2411 | |
2412 * image.el (image-type-from-file-header): If file doesn't | |
2413 have a directory part, add data-directory. | |
2414 | |
2415 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2416 | |
2417 * tooltip.el (tooltip-gud-tips-p): Set default to nil. | |
2418 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse | |
2419 motion handling when tooltip-gud-tips-p is nil. | |
2420 | |
2421 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2422 | |
2423 * tooltip.el (tooltip-mode): Don't use `plusp'. | |
2424 (tooltip-active): Use initial value of nil. | |
2425 | |
2426 * jit-lock.el (jit-lock-mode): Don't use `plusp'. | |
2427 | |
2428 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2429 | |
2430 * bindings.el (make-mode-line-mouse-sensitive): Add key | |
2431 definitions for `top-line'. | |
2432 | |
2433 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2434 | |
2435 * faces.el (top-line): New face. | |
2436 | |
2437 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2438 | |
2439 * image.el (image-type-regexps): Add regexp for PS files. | |
2440 | |
2441 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2442 | |
2443 * faces.el (set-face-attribute): Fix wrong handling of frame | |
2444 begin equal to t. | |
2445 | |
2446 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2447 | |
2448 * image.el (image-type-regexps): Add PNG format. | |
2449 | |
2450 1999-07-21 Dave Love <fx@gnu.org> | |
2451 | |
2452 * bindings.el (mode-line-modified): New variable. | |
2453 (mode-line-mode-menu-1): Switch to appropriate window before | |
2454 showing menu. | |
2455 | |
2456 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2457 | |
2458 * faces.el (face-underline): Removed. | |
2459 (face-underline-color): Ditto. | |
2460 | |
2461 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2462 | |
2463 * faces.el (face-x-resources): Fix typo. | |
2464 | |
2465 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2466 | |
2467 * faces.el: Remove handling of `:relief', extend handling of | |
2468 `:box'. | |
2469 (frame-set-background-mode): Choose new defface specs after | |
2470 frame parameters have changed. | |
2471 | |
2472 * cus-face.el: Ditto. | |
2473 | |
2474 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2475 | |
2476 * custom.el (defface): Extend documentation to include new | |
2477 face attributes. | |
2478 | |
2479 * cus-face.el (custom-face-attributes): Add overline, | |
2480 strike-through, box. | |
2481 | |
2482 * faces.el (face-valid-attribute-values): Handle overline, | |
2483 strike-through, box. | |
2484 (face-attribute-name-alist): Add pairs for new face attributes. | |
2485 (describe-face): Handle new face attributes. | |
2486 | |
2487 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2488 | |
2489 * faces.el (face-x-resources): Add overline, strike-through, box. | |
2490 | |
2491 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2492 | |
2493 * enriched.el (enriched-translations): Add `display' and | |
2494 "x-display". | |
2495 (enriched-handle-display-prop): New. | |
2496 (enriched-decode-display-prop): New. | |
2497 | |
2498 * format.el (top-level): Give `display' property | |
2499 `format-list-atomic-p. | |
2500 (format-annotate-single-property-change): Test that property. | |
2501 If present, treat list property values like atoms. | |
2502 | |
2503 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2504 | |
2505 * cus-face.el (custom-face-attributes): Use `choice' everywhere | |
2506 so that "*" can be entered. | |
2507 | |
2508 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2509 | |
2510 * cus-face.el (custom-face-attributes): Don't use `#''. | |
2511 | |
2512 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
2513 | |
2514 * cus-face.el (custom-face-attributes): Return underline | |
2515 face attribute directly from the second lambda of underline. | |
2516 | |
2517 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2518 | |
2519 * jit-lock.el (jit-lock-stealth-verbose): Set to nil. | |
2520 | |
2521 * frame.el (after-setting-font-hooks): New variable. | |
2522 (set-frame-font): Run those hooks. | |
2523 | |
2524 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region. | |
2525 | |
2526 * faces.el (set-face-attribute): Fix doc string. | |
2527 | |
2528 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2529 | |
2530 * cus-face.el (custom-face-attributes): Accept color name. | |
2531 | |
2532 * faces.el (face-underline-p): Accept unspecified underlining. | |
2533 (face-underline): Ditto. Fix doc string. | |
2534 | |
2535 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
2536 | |
2537 * faces.el (face-underline-color): New function. | |
2538 | |
2539 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
2540 | |
2541 * cus-face.el (custom-face-attributes): Support underline coloring. | |
2542 Added slot to choose a color. | |
2543 | |
2544 * faces.el (face-underline): New function. | |
2545 (face-underline-p): Support underline coloring. | |
2546 Return nil only if the underline attribute is 'normal. | |
2547 (set-face-underline): New function. | |
2548 (face-valid-attribute-values): Support underline coloring. | |
2549 | |
2550 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2551 | |
2552 * image.el (insert-image): Use `display' instead of `glyph' | |
2553 as text property name. | |
2554 (put-image): Ditto. | |
2555 (image-type-from-file-header): Use insert-file-contents-literally. | |
2556 | |
2557 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2558 | |
2559 * easymenu.el (easy-menu-do-add-item): Don't use the empty | |
2560 string to indicate separators. | |
2561 | |
2562 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2563 | |
2564 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max | |
2565 instead of message-log. | |
2566 | |
2567 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2568 | |
2569 * faces.el (bitmap-area): New face. | |
2570 | |
2571 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2572 | |
2573 * image.el (insert-image): New. | |
2574 | |
2575 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2576 | |
2577 * frame.el (blink-cursor): Set the symbol's value. | |
2578 (show-trailing-whitespace): Change group to font-lock. | |
2579 | |
2580 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2581 | |
2582 * jit-lock.el: New. | |
2583 * font-lock.el: Add jit-mode as new support mode. | |
2584 | |
2585 * font-lock.el (font-lock-fontify-keywords-region): Stop when | |
2586 reaching end instead of letting re-search-forward signal an error. | |
2587 (demand-lock-mode): New. | |
2588 (font-lock-turn-on-thing-lock): Add demand-lock-mode. | |
2589 (font-lock-turn-off-thing-lock): Ditto. | |
2590 (font-lock-after-fontify-buffer): Ditto. | |
2591 (font-lock-after-unfontify-buffer): Ditto. | |
2592 | |
2593 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2594 | |
2595 * gs.el: New file. | |
2596 | |
2597 * startup.el (command-line-1): Activate tooltip mode if | |
2598 interactive. | |
2599 | |
2600 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2601 | |
2602 * faces.el (toolbar): Grey default background. | |
2603 (modeline): Ditto. | |
2604 | |
2605 * image.el (image-type-regexps): New. | |
2606 (image-type-from-file-header): New. | |
2607 (create-image): Call it. | |
2608 | |
2609 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2610 | |
2611 * image.el: New file. | |
2612 | |
2613 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2614 | |
2615 * bindings.el (mode-line-format): Replace `mode-name' with | |
2616 `(:eval mode-line-mode-name)'. | |
2617 (mode-line-mode-name): New. | |
2618 (make-mode-line-mouse-sensitive): Don't change default value | |
2619 of `mode-name'. | |
2620 | |
2621 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2622 | |
2623 * tooltip.el: New file. | |
2624 | |
2625 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2626 | |
2627 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3 | |
2628 instead of mouse-3 to pop up menus. | |
2629 (mode-line-kill-buffer): Removed. | |
2630 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over | |
2631 buffer name. | |
2632 (mode-line-buffer-menu-1): Removed. | |
2633 | |
2634 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive. | |
2635 | |
2636 * bindings.el (mode-line-buffer-identification-keymap): New. | |
2637 (mode-line-buffer-menu-keymap): New. | |
2638 (mode-line-mode-menu-keymap): New. | |
2639 (mode-line-unbury-buffer): New. | |
2640 (mode-line-other-buffer): New. | |
2641 (mode-line-kill-buffer): New. | |
2642 (mode-line-buffer-menu-1): New. | |
2643 (mode-line-mode-menu-1): New. | |
2644 (make-mode-line-mouse-sensitive): New. | |
2645 | |
2646 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2647 | |
2648 * help.el (describe-key-briefly): Handle mode line strings | |
2649 with local-map properties. | |
2650 (describe-key): Ditto. | |
2651 (mode-line-key-binding): New. | |
2652 | |
2653 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2654 | |
2655 * scroll-bar.el (scroll-bar-timer): New. | |
2656 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer. | |
2657 | |
2658 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2659 | |
2660 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top' | |
2661 and `bottom'. | |
2662 | |
2663 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2664 | |
2665 * scroll-bar.el (scroll-bar-toolkit-scroll): New. | |
2666 (global): Use different key bindings if using tookit scroll bars. | |
2667 | |
2668 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2669 | |
2670 * faces.el (modeline): Define mode line face with relief for | |
2671 class color, only. | |
2672 (toolbar): New face. | |
2673 | |
2674 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2675 | |
2676 * frame.el (frame-initialize): Set frame-creation-function to | |
2677 tty-create-frame-with-faces. | |
2678 | |
2679 * faces.el (frame-set-background-mode): Make it work for | |
2680 window-system nil. | |
2681 | |
2682 * faces.el (tty-create-frame-with-faces): New. | |
2683 (face-set-after-frame-default): Make it work for TTY frames. | |
2684 | |
2685 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2686 | |
2687 * faces.el (face-valid-attribute-values): Use tty-defined-colors. | |
2688 Return a list of one font family for TTYs. Don't return bitmap | |
2689 file paths for TTY frames. | |
2690 | |
2691 * faces.el: Add face specs for tty displays to basic faces. | |
2692 | |
2693 * font-lock.el (font-lock-comment-face): Add spec for color tty. | |
2694 (font-lock-string-face): Ditto. | |
2695 (font-lock-keyword-face): Ditto. | |
2696 (font-lock-builtin-face): Ditto. | |
2697 (font-lock-function-name-face): Ditto. | |
2698 (font-lock-variable-name-face): Ditto. | |
2699 (font-lock-type-face): Ditto. | |
2700 (font-lock-constant-face): Ditto. | |
2701 (font-lock-warning-face): Ditto. | |
2702 | |
2703 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2704 | |
2705 * startup.el (command-line): Register default tty colors. | |
2706 | |
2707 * faces.el (face-spec-set-match-display): Recognize `type tty'. | |
2708 | |
2709 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2710 | |
2711 * faces.el (modeline): For X frames, use a modeline with relief. | |
2712 | |
2713 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2714 | |
2715 * faces.el (frame-update-faces): Copied from 20.2. | |
2716 (frame-update-face-colors): Ditto. Code removed that isn't | |
2717 applicable in the new face implementation. | |
2718 | |
2719 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2720 | |
2721 * frame.el (show-trailing-whitespace): New. | |
2722 | |
2723 * faces.el (trailing-whitespace): New basic face. | |
2724 | |
2725 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2726 | |
2727 * cus-face.el (custom-facep): Always define as alias for facep. | |
2728 | |
2729 * cus-face.el (custom-face-attributes): Use choice widgets. | |
2730 Remove :bold and :italic. | |
2731 | |
2732 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2733 | |
2734 * faces.el (face-charset-registries): Removed since fontset.el | |
2735 is no always loaded. | |
2736 | |
2737 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2738 | |
2739 * faces.el (internal-get-face): Added as obsolete function for | |
2740 compatibility. | |
2741 | |
2742 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2743 | |
2744 * frame.el (blink-cursor-end): Call show-cursor. | |
2745 (blink-cursor-mode): Ditto. | |
2746 | |
2747 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2748 | |
2749 * faces.el (face-spec-reset-face): Reset all attributes to | |
2750 `unspecified'. | |
2751 (face-spec-set): Use it. | |
2752 | |
2753 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2754 | |
2755 * faces.el (read-all-face-attributes): Bug fix. | |
2756 (face-read-integer): Allow nil default value. | |
2757 (face-valid-attribute-values): Use symbol names of attribute | |
2758 values for completion list. | |
2759 | |
2760 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2761 | |
2762 * faces.el (internal-find-face): Define for compatibility with | |
2763 20.2. | |
2764 (face-id): Likewise. | |
2765 | |
2766 * faces.el (face-id): Return the ID of a realized face for ASCII. | |
2767 | |
2768 * fontset.el (x-charset-registries): Removed. Now in faces.el. | |
2769 (x-complement-fontset-spec): Use face-charset-registries. | |
2770 | |
2771 * faces.el (face-font-selection-order): Set font selection order | |
2772 from Lisp. | |
2773 (face-alternative-font-family-alist): Set alternative font | |
2774 families from Lisp. | |
2775 | |
2776 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2777 | |
2778 * faces.el (set-face-charset-registries): Set symbol value. | |
2779 | |
2780 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2781 | |
2782 * faces.el (face-set-after-frame-default): Call function | |
2783 internal-merge-in-global-face. | |
2784 | |
2785 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2786 | |
2787 * faces.el (face-list): Return symbols from face-global-alist. | |
2788 | |
2789 * faces.el (face-list): Return a copy of the face name list so | |
2790 that it cannot be modified from outside (facemenu.el uses | |
2791 nreverse, for example). | |
2792 | |
2793 * cus-face.el (custom-face-attributes): Add :bold and :italic | |
2794 for compatibility with old code. | |
2795 | |
2796 * faces.el (set-face-attributes-from-resources): Additional | |
2797 frame parameter. | |
2798 (make-face-x-resource-internal): Set attributes from resources | |
2799 for a given frame or all frames. | |
2800 | |
2801 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2802 | |
2803 * faces.el (all-faces): Removed. | |
2804 | |
2805 * custom.el (defface): Add new face attributes to function | |
2806 comment. | |
2807 | |
2808 * font-lock.el (font-lock-comment-face): Use new face attribute | |
2809 names. | |
2810 (font-lock-string-face): Ditto. | |
2811 (font-lock-keyword-face): Ditto. | |
2812 (font-lock-builtin-face): Ditto. | |
2813 (font-lock-function-name-face): Ditto. | |
2814 (font-lock-variable-name-face): Ditto. | |
2815 (font-lock-type-face): Ditto. | |
2816 (font-lock-reference-face): Ditto. | |
2817 (font-lock-warning-face): Ditto. | |
2818 ((boundp 'font-lock-face-attributes)): Ditto. | |
2819 | |
2820 * cus-face.el (custom-face-attributes): Use new face attributes. | |
2821 | |
2822 * faces.el (set-face-attribute-from-resource): Initialize | |
2823 from resources only for X and W32. | |
2824 | |
2825 * cus-face.el (custom-declare-face): Don't make frame-local | |
2826 faces. | |
2827 | |
2828 * faces.el (describe-face): Use princ instead of insert. | |
2829 | |
2830 * faces.el: Add XLFD manipulation functions from 20.2 again | |
2831 because fontset.el uses them. | |
2832 (face-set-after-frame-default): Add empty definition. | |
2833 | |
2834 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2835 | |
2836 * faces.el (make-face): Correct typo. | |
2837 (set-face-attribute-from-resource): Use let*. | |
2838 (face-underline-p): Correct typo. | |
2839 (face-inverse-video-p): Ditto. | |
2840 (set-face-stipple): Ditto. | |
2841 (face-read-string): Make completion-list optional parameter. | |
2842 | |
2843 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2844 | |
2845 * faces.el (face-charset-registries): Alist mapping charset | |
2846 symbols to registries and encoding. | |
2847 | |
2848 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2849 | |
2850 * frame.el (blink-cursor-mode): Use interactive spec "P". | |
2851 | |
2852 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2853 | |
2854 * frame.el (blink-cursor-mode): Function to toggle blinking cursor | |
2855 mode. The cursor of selected_window blinks if the mode is enabled. | |
2856 | |
2857 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2858 | |
2859 * simple.el (next-history-element): Set point to the end of the | |
2860 prompt if minibuffer-prompt-in-buffer. | |
2861 | |
2862 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2863 | |
2864 * faces.el (x-font-regexp): Add sub-expression parentheses for | |
2865 several font name components. | |
2866 | |
2867 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
2868 | |
2869 * faces.el (set-face-relief): Use index 12 for relief. | |
2870 (face-fill-in): Set relief from data. | |
2871 (internal-make-face): Init relief to zero. | |
2872 | |
2873 * faces.el (face-spec-set): call modify-face with additional | |
2874 parameters for relief and fixed-p. | |
2875 | |
2876 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
2877 | |
2878 * cus-face.el: ':fixed and ':relief added. | |
2879 | |
2880 * faces.el (describe-face): Add fixed font attribute and relief. | |
2881 (face-attr-match-p): Ditto. | |
2882 (face-attr-construct): Ditto. | |
2883 (face-spec-set): Ditto. | |
2884 | |
2885 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
2886 | |
2887 * faces.el (internal-make-face): Function to create a Lisp vector | |
2888 suitable for representing a face. | |
2889 (make-face): Use it instead of make-vector. | |
2890 (x-create-frame-with-faces): Use it instead of vector. | |
2891 (internal-facep): Increase vector size to 14. | |
2892 (internal-make-face): Ditto. | |
2893 (face-relief): Access relief thickness. | |
2894 (face-fixed-p): Access fixed font attribute. | |
2895 (set-face-fixed-p): Set fixed font attribute. | |
2896 (set-face-relief): Set relief attribute. | |
2897 (internal-face-interactive-int): Read int attribute of face. | |
2898 (modify-face): Add fixed-p and relief parameters. | |
2899 (copy-face): Handle fixed-p and relief. | |
2900 (face-equal): Compare fixed-p and relief. | |
2901 (face-differs-from-default-p): Ditto. | |
2902 (face-nontrivial-p): Add fixed-p and relief. | |
2903 | |
2904 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
2905 | |
2906 * faces.el (eval-when-compile): Add set-face-shadow-thickness. | |
2907 (internal-facep): Increase vector size. | |
2908 (make-face): Ditto. | |
2909 (face-shadow-thickness): Added. | |
2910 (set-face-shadow-thickness): Added. | |
2911 (modify-face): Add optional shadow-thickness parameter. | |
2912 (make-face-x-resource-internal): Add shadows. | |
2913 (copy-face): Ditto. | |
2914 (face-equal): Ditto. | |
2915 (face-differs-from-default-p): Ditto. | |
2916 (face-nontrivial-p): Ditto. | |
2917 (face-attr-match-p): Ditto. | |
2918 (face-attr-construct): Ditto. | |
2919 (face-spec-set): Ditto. | |
2920 (face-fill-in): Ditto. | |
2921 | |
2922 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
2923 | |
2924 * bench.el (bench-mark-split-window): New bench mark. | |
2925 | |
2926 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
2927 | |
2928 * faces.el (set-face-font): Don't pass default font to | |
2929 x-resolve-font so that font will not have to be of the same | |
2930 size. | |
2931 | |
2932 1999-07-20 Dave Love <fx@gnu.org> | |
2933 | |
2934 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it | |
2935 unconditionally t. | |
2936 | |
2937 1999-07-20 Karl Heuer <kwzh@gnu.org> | |
2938 | |
2939 * font-lock.el (c++-font-lock-extra-types): Add "type_info". | |
2940 | |
2941 1999-07-20 Dave Love <fx@gnu.org> | |
2942 | |
2943 * help.el (describe-variable): Fix test for customizability. | |
2944 | |
2945 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer): | |
2946 Check for readonly buffer in interactive spec. | |
2947 (zap-to-char, kill-line, kill-region, comment-region, kill-word) | |
2948 (backward-kill-word): Add * to interactive spec. | |
2949 | |
2950 * underline.el (underline-region, ununderline-region): Add * to | |
2951 interactive spec. | |
2952 | |
2953 * fill.el (canonically-space-region, justify-current-line): Add * | |
2954 to interactive spec. | |
2955 (fill-region-as-paragraph, fill-paragraph, fill-region) | |
2956 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check | |
2957 readonly buffer in interactive spec. | |
2958 | |
2959 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
2960 (backward-kill-sentence, kill-sentence): Add * to interactive | |
2961 spec. | |
2962 | |
2963 1999-07-19 Richard M. Stallman <rms@gnu.org> | |
2964 | |
2965 * dired-aux.el (dired-do-shell-command): Doc fix. | |
2966 | |
2967 * shell.el (shell-unquote-argument): New function. | |
2968 (shell-directory-tracker): Use shell-unquote-argument. | |
2969 * comint.el (comint-arguments): Handle \ followed by space or tab. | |
2970 | |
2971 1999-07-19 John Wiegley <jwiegley@borland.com> | |
2972 | |
2973 * term.el (ansi-term-fg-faces-vector): Added support for ANSI | |
2974 color codes 39 and 49, which by the way lynx uses them seem to | |
2975 mean "foreground reset" and "background reset". | |
2976 | |
2977 1999-07-19 Karl Heuer <kwzh@gnu.org> | |
2978 | |
2979 * font-lock.el (c++-keywords): Add "typeid". | |
2980 | |
2981 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but | |
2982 selects no font, treat that as zero selections, not one. | |
2983 | |
2984 1999-07-19 Dave Love <fx@gnu.org> | |
2985 | |
2986 * info.el (Info-search): Don't lose with empty regexp. | |
2987 | |
2988 * version.el: Cater for (free) `ident' program, not `which'. | |
2989 | |
2990 * hl-line.el: New file. | |
2991 | |
2992 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu | |
2993 for modes which don't define menus. | |
2994 | |
2995 1999-07-16 Richard M. Stallman <rms@gnu.org> | |
2996 | |
2997 * webjump.el (webjump-sample-sites): Update some URLs. | |
2998 | |
2999 1999-07-14 Richard Stallman <rms@gnu.org> | |
3000 | |
3001 * Version 20.4 released. | |
3002 | |
3003 1999-07-14 Andreas Schwab <schwab@gnu.org> | |
3004 | |
3005 * compare-w.el (compare-windows): Try to find the next window in | |
3006 the current frame before looking at the other frames. | |
3007 | |
3008 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru> | |
3009 | |
3010 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"): | |
3011 Use cyrillic-jcuken as default input method. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3012 |
25837 | 3013 1999-07-12 Richard Stallman <rms@gnu.org> |
3014 | |
3015 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for | |
3016 Java anonymous array expressions ("new Foo[] {.. bracelist ..}"). | |
3017 | |
3018 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian. | |
3019 (ispell-local-dictionary-alist): Add koi8-r for character set. | |
3020 | |
3021 * textmodes/flyspell.el (flyspell-get-word): | |
3022 Add special handling for when ispell-otherchars is empty. | |
3023 | |
3024 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no> | |
3025 | |
3026 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior | |
3027 when having nested functons. | |
3028 (pascal-indent-nested-functions) (pascal-indent-line) | |
3029 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for | |
3030 indenting nested functions. | |
3031 | |
3032 1999-07-09 Richard Stallman <rms@gnu.org> | |
3033 | |
3034 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes. | |
3035 | |
3036 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no> | |
3037 | |
3038 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when | |
3039 the `end' keyword was in the very beginning of the buffer. | |
3040 | |
3041 1999-07-08 Richard Stallman <rms@gnu.org> | |
3042 | |
3043 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix. | |
3044 | |
3045 * term.el (term-emulate-terminal): Avoid infinite loop | |
3046 in strange case where minibuffer window is selected but not active. | |
3047 | |
3048 1999-07-07 Stephen Eglen <stephen@gnu.org> | |
3049 | |
3050 * progmodes/octave-inf.el (inferior-octave-directory-tracker): | |
3051 Change regexp so that it doesn't match commands beginning with `cd'. | |
3052 | |
3053 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
3054 | |
3055 * mail/rmail.el (mail-unsent-separator): Add a missing \\|. | |
3056 | |
3057 1999-07-06 Richard Stallman <rms@gnu.org> | |
3058 | |
3059 * hscroll.el (hscroll-minibuffer-hook): New function. | |
3060 (hscroll-global-mode): Add and remove that hook. | |
3061 Set hscroll-old-truncate-was-global's default value. | |
3062 | |
3063 1999-07-05 Richard Stallman <rms@gnu.org> | |
3064 | |
3065 * files.el (revert-buffer): Don't preserve point here. | |
3066 (revert-buffer-insert-file-contents-function): Doc fix. | |
3067 | |
3068 * isearch.el (isearch-process-search-char): Write octal 200 correctly. | |
3069 | |
3070 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid | |
3071 doing a `stat' when it isn't necessary because that can cause | |
3072 trouble when an NFS server is down. | |
3073 | |
3074 1999-07-04 Richard Stallman <rms@gnu.org> | |
3075 | |
3076 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer. | |
3077 | |
3078 1999-07-03 Richard Stallman <rms@gnu.org> | |
3079 | |
3080 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte | |
3081 for \200...\240 also. | |
3082 (isearch-printing-char): Use unibyte-char-to-multibyte. | |
3083 | |
3084 1999-07-02 Richard Stallman <rms@gnu.org> | |
3085 | |
3086 * frame.el (minibuffer-frame-alist): Use defcustom. | |
3087 (pop-up-frame-alist): Likewise. | |
3088 (initial-frame-alist): Specify * in the doc string. | |
3089 | |
3090 * hscroll.el (hscroll-mode): Make it a permanent local. | |
3091 (hscroll-mode): Don't cancel the timer | |
3092 if HScroll mode is enabled in some other buffer. | |
3093 | |
3094 * isearch.el (isearch-done): If search ends in middle of intangible | |
3095 text (due to text property), move on to the limit of that text. | |
3096 | |
3097 1999-07-01 Andrew Innes <andrewi@gnu.org> | |
3098 | |
3099 * man.el (Man-build-man-command): Use value of null-device, | |
3100 instead of hard-coding "/dev/null". | |
3101 | |
3102 * dos-w32.el (untranslated-canonical-name): Avoid expanding | |
3103 ange-ftp file names, which might force ange-ftp to prompt for a | |
3104 password. | |
3105 | |
3106 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t, | |
3107 to prevent references to temp files. | |
3108 | |
3109 1999-06-30 Richard Stallman <rms@gnu.org> | |
3110 | |
3111 * progmodes/sh-script.el (sh-feature): If nothing is known | |
3112 about the given shell, use the values for `sh'. | |
3113 | |
3114 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
3115 | |
3116 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status", | |
3117 to make it non-recursive. | |
3118 | |
3119 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly. | |
3120 | |
3121 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
3122 | |
3123 * auto-show.el (auto-show-mode): Fix Typo in :set. | |
3124 | |
3125 1999-06-29 Richard M. Stallman <rms@gnu.org> | |
3126 | |
3127 * progmodes/sh-script.el (sh-mode): When setting syntax | |
3128 table, default to the standard one. | |
3129 | |
3130 1999-06-27 Richard M. Stallman <rms@gnu.org> | |
3131 | |
3132 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix. | |
3133 | |
3134 1999-06-27 Stefan Monnier <monnier@tequila.cs.yale.edu> | |
3135 | |
3136 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): don't pop up | |
3137 a frame when `return' is requested (even if pop-up-frames = t) | |
3138 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function' | |
3139 should only be set for the bibtex buffer. | |
3140 | |
3141 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix. | |
3142 | |
3143 * progmodes/compile.el: Deal with compilation-error-screen-columns | |
3144 being buffer-local. | |
3145 | |
3146 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
3147 | |
3148 * comint.el (comint-password-prompt-regexp): Allow "(again)". | |
3149 | |
3150 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
3151 | |
3152 * cal-x.el (calendar-only-one-frame-setup): New function. | |
3153 * calendar.el (calendar): Call it if requested. | |
3154 | |
3155 1999-06-24 Karl Heuer <kwzh@gnu.org> | |
3156 | |
3157 * startup.el (iso-8859-n-locale-regexp): Doc fix. | |
3158 | |
3159 1999-06-22 Richard M. Stallman <rms@gnu.org> | |
3160 | |
3161 * mail/supercite.el (sc-emacs-features): Doc fix. | |
3162 | |
3163 1999-06-22 Karl Heuer <kwzh@gnu.org> | |
3164 | |
3165 * files.el (auto-mode-alist): Add pike-mode. | |
3166 | |
3167 1999-06-20 Paul R. Eggert <eggert@twinsun.com> | |
3168 | |
3169 * tar-mode.el (tar-header-block-tokenize): Don't assume that the | |
3170 last byte of a numeric field is a space or a NUL. Parse it as | |
3171 potentially part of the number. This is used by GNU tar | |
3172 1.12.64012 to handle larger values. | |
3173 | |
3174 1999-06-20 Karl Heuer <kwzh@gnu.org> | |
3175 | |
3176 * custom.el (custom-handle-keyword): Fix error message. | |
3177 | |
3178 1999-06-18 Andrew Innes <andrewi@gnu.org> | |
3179 | |
3180 * mail/smtpmail.el (smtpmail-send-it): Use | |
3181 convert-standard-filename to make file names for queued mail safe | |
3182 on Windows (`:' is invalid in file names on Windows). | |
3183 | |
3184 1999-06-17 Kenichi Handa <handa@etl.go.jp> | |
3185 | |
3186 * international/mule-cmds.el (describe-current-input-method): | |
3187 Current-input-method is string. | |
3188 (toggle-input-method): Docstring fixed. | |
3189 | |
3190 * international/mule-diag.el | |
3191 (describe-current-coding-system-briefly): Fix format string. | |
3192 | |
3193 * international/mule-util.el (coding-system-eol-type-mnemonic): | |
3194 Docstring modified. Return a string. | |
3195 | |
3196 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch> | |
3197 | |
3198 * sql.el (sql-input-ring-file-name): Doc fix. | |
3199 | |
3200 1999-06-17 Richard M. Stallman <rms@gnu.org> | |
3201 | |
3202 * calendar/cal-x.el (special-display-buffer-names): | |
3203 Don't put (get-file-buffer diary-file) on this list. | |
3204 | |
3205 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov> | |
3206 | |
3207 * play/mpuz.el (mpuz-try-proposal): Fix message call. | |
3208 Don't penalize player for certain impossible guesses. | |
3209 | |
3210 1999-06-16 Andrew Innes <andrewi@gnu.org> | |
3211 | |
3212 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid, | |
3213 return the string "Unk 0 0000" so at least it appears to be a | |
3214 valid timestamp to `dired-move-to-filename-regexp'. | |
3215 | |
3216 1999-06-15 Ken'ichi Handa <handa@gnu.org> | |
3217 | |
3218 * ps-print.el (ps-control-character): Fix previous change. | |
3219 | |
3220 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
3221 | |
3222 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid | |
3223 multiple output of the last message. | |
3224 | |
3225 1999-06-14 Eli Zaretskii <eliz@gnu.org> | |
3226 | |
3227 * term/internal.el (IT-display-table-setup): Do not remap \222 to | |
3228 the ASCII apostrophe, as most DOS codepages have some other glyph | |
3229 there. | |
3230 | |
3231 1999-06-14 Ken'ichi Handa <handa@gnu.org> | |
3232 | |
3233 * language/ethio-util.el (setup-ethiopic-environment-internal): | |
3234 Use quail-activate-hook instead of obsolete hook quail-mode-hook. | |
3235 (exit-ethiopic-environment): Likewize. | |
3236 | |
3237 1999-06-12 Richard M. Stallman <rms@gnu.org> | |
3238 | |
3239 * cus-start.el (scroll-preserve-screen-position): Fix typo in type. | |
3240 | |
3241 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
3242 | |
3243 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with | |
3244 custom-initialize-default to avoid infinite loop. | |
3245 (crisp-mode): (defun) Call transient-mark-mode here, not when | |
3246 loading the file. Run crisp-mode-hook here, and run | |
3247 crisp-load-hook when loading the file. | |
3248 | |
3249 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in | |
3250 rmail-summary buffer, search for pattern in rmail-file. | |
3251 | |
3252 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo. | |
3253 | |
3254 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type. | |
3255 | |
3256 * ps-print.el (ps-printer-name): Fix custom type. | |
3257 | |
3258 1999-06-12 Reto Zimmermann <reto@synopsys.com> | |
3259 | |
3260 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug. | |
3261 (vhdl-port-paste-generic-map): Fix indentation bug. | |
3262 (vhdl-port-paste-port-map): Fix indentation bug. | |
3263 (vhdl-scan-file-contents): Make scanning case insensitive. | |
3264 | |
3265 1999-06-11 Richard M. Stallman <rms@gnu.org> | |
3266 | |
3267 * files.el (write-file): When buffer is not already visiting a file, | |
3268 don't put buffer name in the minibuffer, just make it the default. | |
3269 Also handle just directory as arg usefully in that case. | |
3270 | |
3271 * simple.el (sendmail-user-agent-compose): | |
3272 Ignore case when inserting the rest of the "other" headers. | |
3273 | |
3274 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n. | |
3275 | |
3276 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix. | |
3277 (info-lookup-interactive-arguments): Never insert the default | |
3278 into the minibuffer automatically. | |
3279 | |
3280 * emacs-lisp/cl-extra.el (getf): Don't call get*. | |
3281 | |
3282 1999-06-09 Richard M. Stallman <rms@gnu.org> | |
3283 | |
3284 * simple.el (shell-command): Avoid printing "mark set" message. | |
3285 | |
3286 1999-06-09 Dave Love <fx@gnu.org> | |
3287 | |
3288 * progmodes/compile.el (compilation-error-regexp-alist): Allow | |
3289 digits in program name in first pattern. | |
3290 | |
3291 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
3292 | |
3293 * vc.el (vc-dired-mode): Don't match anything before the date in | |
3294 dired-move-to-filename-regexp. | |
3295 | |
3296 1999-06-07 Ken'ichi Handa <handa@gnu.org> | |
3297 | |
3298 * international/quail.el (quail-define-rules): Fix typo in | |
3299 docstring. | |
3300 | |
3301 1999-06-05 Stephen Eglen <stephen@gnu.org> | |
3302 | |
3303 * iswitchb.el (iswitchb-default-keybindings): Add | |
3304 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather | |
3305 than when package is loaded. | |
3306 | |
3307 1999-06-04 Richard M. Stallman <rms@gnu.org> | |
3308 | |
3309 * startup.el (command-line): Don't set user-init-file directly; | |
3310 tell `load' to set it. | |
3311 | |
3312 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg. | |
3313 | |
3314 * simple.el (next-history-element): | |
3315 Handle minibuffer-text-before-history properly when reading sexps. | |
3316 | |
3317 * disp-table.el (standard-display-european): | |
3318 For an interactive call by the user, | |
3319 don't set enable-multibyte-characters, | |
3320 and don't set the terminal coding system. | |
3321 | |
3322 * textmodes/refbib.el: Don't print any messages or display | |
3323 a buffer when loading the library. | |
3324 (r2b-help): Doc fix. | |
3325 (r2b-help-message): Update the documentation. | |
3326 (r2b-load-quietly): Variable deleted. | |
3327 (r2b-convert-buffer): Doc fix. | |
3328 | |
3329 1999-06-04 Dave Love <fx@gnu.org> | |
3330 | |
3331 * help.el (help-xref-interned): Fix insertion of fdoc and revamp. | |
3332 | |
3333 * auto-show.el: Don't change hooks on loading. | |
3334 (auto-show-mode): Autoload. Default to nil. Add :set &c. | |
3335 (auto-show-mode): Add to hooks here. | |
3336 | |
3337 1999-06-04 Richard Sharman <rsharman@pobox.com> | |
3338 | |
3339 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite | |
3340 recursion on bogus input. | |
3341 | |
3342 1999-06-04 Eric M. Ludlam <zappo@ultranet.com> | |
3343 | |
3344 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user | |
3345 does not select a buffer from the buffers menu, then the attached | |
3346 frame is not switched to anything. | |
3347 | |
3348 1999-06-03 Ken'ichi Handa <handa@gnu.org> | |
3349 | |
3350 * language/vietnamese.el (ccl-encode-vscii): Typo fixed | |
3351 (viet-viscii-...->viet-vscii...). | |
3352 | |
3353 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed. | |
3354 | |
3355 1999-06-01 Dave Love <fx@gnu.org> | |
3356 | |
3357 * progmodes/fortran.el: Add :link to defgroup. | |
3358 (fortran-blink-matching-if): Match ELSE statements too. | |
3359 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so | |
3360 that filling is always done. | |
3361 | |
3362 1999-05-31 Richard M. Stallman <rms@gnu.org> | |
3363 | |
3364 * simple.el (append-next-kill): Use an arg to distinguish | |
3365 interactive calls from Lisp calls, rather than (interactive-p). | |
3366 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3367 * international/iso-transl.el (iso-transl-language-alist): |
25837 | 3368 Interchange n and N. |
3369 | |
3370 1999-05-31 Dave Love <fx@gnu.org> | |
3371 | |
3372 * msb.el Add to minor-mode-map-alist. Remove hook installation | |
3373 and keymap munging on load. | |
3374 (msb-mode): New option. | |
3375 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory): | |
3376 Doc fix. | |
3377 (msb-mode-map): New variable. | |
3378 (msb-mode): New command. | |
3379 | |
3380 1999-05-31 Dave Love <fx@gnu.org> | |
3381 | |
3382 * ispell.el: (ispell-alternate-dictionary): Fix custom type. | |
3383 (ispell-complete-word-dict): Likewise. | |
3384 | |
3385 1999-05-31 Eli Zaretskii <eliz@gnu.org> | |
3386 | |
3387 * forms.el (forms-save-buffer): Call set-buffer-modified-p to | |
3388 force the data buffer to be saved, even if the data didn't | |
3389 change, in case the write filter was modified. Restore the | |
3390 current record after read-file-filter finishes. | |
3391 | |
3392 1999-05-29 Karl Heuer <kwzh@gnu.org> | |
3393 | |
3394 * ispell4.el: Obsolete; file deleted. | |
3395 | |
3396 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line. | |
3397 | |
3398 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if | |
3399 VALUE is a syntax table. | |
3400 | |
3401 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie. | |
3402 | |
3403 * simple.el (zap-to-char): Doc fix. | |
3404 | |
3405 1999-05-27 Ken'ichi Handa <handa@gnu.org> | |
3406 | |
3407 * isearch.el (isearch-quote-char): Don't assume character codes | |
3408 0200 - 0237 stand for characters in some single-byte character | |
3409 charset. | |
3410 | |
3411 1999-05-27 Dave Love <fx@gnu.org> | |
3412 | |
3413 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c. | |
3414 | |
3415 1999-05-27 Andreas Schwab <schwab@gnu.org> | |
3416 | |
3417 * dired-aux.el (dired-insert-subdir-doinsert): Check that the | |
3418 headerline does not exist already. | |
3419 | |
3420 1999-05-26 Richard Stallman <rms@gnu.org> | |
3421 | |
3422 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
3423 Avoid nested null-loops. | |
3424 | |
3425 1999-05-26 Ken'ichi Handa <handa@gnu.org> | |
3426 | |
3427 * international/characters.el: Typo fixed; prefered->preferred. | |
3428 | |
3429 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
3430 Typo fixed; prefered->preferred. | |
3431 | |
3432 * map-ynp.el (map-y-or-n-p): Don't inherit the current input | |
3433 method in read-event. | |
3434 | |
3435 * international/mule.el (charset-info): Doc-string fixed. | |
3436 | |
3437 1999-05-25 Ken'ichi Handa <handa@gnu.org> | |
3438 | |
3439 * mail/smtpmail.el (smtpmail-send-it): Bind | |
3440 smtpmail-code-conv-from properly. | |
3441 (smtpmail-send-data-1): If DATA is a multibyte string, encode it | |
3442 by smtpmail-code-conv-from. | |
3443 | |
3444 1999-05-24 Richard Stallman <rms@gnu.org> | |
3445 | |
3446 * emulation/crisp.el (crisp-submit-bug-report): Function deleted. | |
3447 Binding deleted also. | |
3448 | |
3449 1999-05-24 Karl Heuer <kwzh@gnu.org> | |
3450 | |
3451 * comint.el (comint-bol-or-process-mark): Doc fix. | |
3452 | |
3453 1999-05-23 Dave Love <fx@gnu.org> | |
3454 | |
3455 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map. | |
3456 Enter it on minor-mode-map-alist. | |
3457 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed. | |
3458 Autoload. Add custom setter. | |
3459 (crisp-mark-line): Doc fix. | |
3460 (crisp-mode): Autoload. Re-write not to frob keymaps directly. | |
3461 (crisp-mode-hook): Define. | |
3462 | |
3463 1999-05-23 Ken'ichi Handa <handa@gnu.org> | |
3464 | |
3465 * files.el (recover-file): Recover buffer-file-coding-system. | |
3466 | |
3467 1999-05-22 Richard Stallman <rms@gnu.org> | |
3468 | |
3469 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp | |
3470 regexp match the date, to avoid treating date as file size. | |
3471 Add YYYY S option to WESTERN/ | |
3472 | |
3473 * bookmark.el: Delete some XEmacs compatibility code. | |
3474 (bookmark-jump-noselect): Check vc-backend. | |
3475 | |
3476 * subr.el (add-to-list): Doc fix. | |
3477 | |
3478 1999-05-21 Stephen Eglen <stephen@gnu.org> | |
3479 | |
3480 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer. | |
3481 | |
3482 1999-05-18 Richard Stallman <rms@gnu.org> | |
3483 | |
3484 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a | |
3485 non-space after the @anchor command. | |
3486 (texinfo-format-var): Handle other nested constructs, using | |
3487 texinfo-parse-expanded-arg and texinfo-discard-command, not | |
3488 texinfo-parse-arg-discard. | |
3489 | |
3490 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable. | |
3491 (debug): Bind and use debugger-outer-inhibit-redisplay. | |
3492 Bind inhibit-redisplay to nil. | |
3493 (debugger-env-macro): Treat inhibit-redisplay like other outside vars. | |
3494 | |
3495 1999-05-17 Dave Love <fx@gnu.org> | |
3496 | |
3497 * help.el (describe-function-1): Extra arg, interactive-p. | |
3498 (describe-key, describe-function): Use it. | |
3499 | |
3500 1999-05-17 Karl Heuer <kwzh@gnu.org> | |
3501 | |
3502 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie. | |
3503 | |
3504 1999-05-16 Dave Love <fx@gnu.org> | |
3505 | |
3506 * cus-start.el (all): Delete selective-display. Add scroll-margin, | |
3507 scroll-preserve-screen-position, scroll-conservatively. | |
3508 | |
3509 1999-05-16 Dave Love <fx@gnu.org> | |
3510 | |
3511 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case. | |
3512 | |
3513 1999-05-15 Reto Zimmermann <reto@Synopsys.COM> | |
3514 | |
3515 * progmodes/vhdl-mode.el: Completely revised and massively extended. | |
3516 | |
3517 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
3518 | |
3519 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no | |
3520 magic number and is not associated with a file. | |
3521 | |
3522 1999-05-14 Richard M. Stallman <rms@gnu.org> | |
3523 | |
3524 * files.el (find-file-noselect-1): Fix previous change. | |
3525 | |
3526 1999-05-14 Simon Marshall <simon@gnu.org> | |
3527 | |
3528 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'. | |
3529 | |
3530 1999-05-13 Ken'ichi Handa <handa@gnu.org> | |
3531 | |
3532 * international/mule-diag.el (mule-diag): Change MULE to Mule in | |
3533 docstring. | |
3534 | |
3535 * international/mule-cmds.el: Change MULE to Mule in docstrings | |
3536 and menus. | |
3537 | |
3538 1999-05-10 Kenichi HANDA <handa@etl.go.jp> | |
3539 | |
3540 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule | |
3541 to correctly reflect the value of BaseLineOffset in | |
3542 RelativeCompose. Now the value of RelativeCompose is an array of | |
3543 low and high positions. | |
3544 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and | |
3545 RLC for the above change. | |
3546 | |
3547 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org> | |
3548 | |
3549 * comint.el (comint-password-prompt-regexp): Modified to match the | |
3550 output of ksu and ssh-add. | |
3551 | |
3552 1999-05-11 Kenichi HANDA <handa@etl.go.jp> | |
3553 | |
3554 * language/korea-util.el (isearch-toggle-korean-input-method): | |
3555 Adjusted for the change of input method handling in isearch.el. | |
3556 (isearch-hangul-switch-symbol-ksc): Likewise. | |
3557 (isearch-hangul-switch-hanja): Likewise. | |
3558 | |
3559 1999-05-10 Dave Love <fx@gnu.org> | |
3560 | |
3561 * help.el (help-make-xrefs): Fix typo. | |
3562 | |
3563 1999-05-10 Andreas Schwab <schwab@gnu.org> | |
3564 | |
3565 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add | |
3566 unibyte-display-via-language-environment. | |
3567 | |
3568 * help.el (help-make-xrefs): Handle more cases when looking for | |
3569 commands in a keymap description. | |
3570 | |
3571 1999-05-10 Eli Zaretskii <eliz@gnu.org> | |
3572 | |
3573 * loadup.el: For ms-dos systems, load ccl and codepage. | |
3574 | |
3575 1999-05-09 Ken'ichi Handa <handa@gnu.org> | |
3576 | |
3577 * ps-print.el (ps-control-character): Call | |
3578 ps-mule-prepare-ascii-font to setup ASCII fonts. | |
3579 | |
3580 * ps-mule.el (ps-mule-begin-job): Redo this change "if | |
3581 ps-multibyte-buffer is nil, use | |
3582 ps-mule-font-info-database-default." | |
3583 | |
3584 1999-05-08 Ken Stevens <k.stevens@ieee.org> | |
3585 | |
3586 * ispell.el (ispell-local-dictionary-alist): New variable for | |
3587 customizing local dictionaries not accessable by everyone. | |
3588 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'. | |
3589 (ispell-required-version): Changed format `(major minor | |
3590 revision)' to support general pattern matching. | |
3591 (ispell-tex-skip-alists): AMS Tex block comment and `\author' | |
3592 skip region commented out due to incorrect skip potential in std latex. | |
3593 (ispell-word): Removed `when' macro. Fixed bug of not restoring | |
3594 cursor point on small words for calls from `ispell-minor-mode'. | |
3595 (check-ispell-version): Tests and accepts versions major.minor | |
3596 and above, with adjustments for interactions in 3.1.0-3.1.11. | |
3597 (ispell-get-line): No longer skips ispell process special characters. | |
3598 (ispell-comments-and-strings): Removed `when' macro call. | |
3599 (ispell-minor-check): Requires ispell-word to restore cursor point. | |
3600 (ispell-buffer-local-parsing): Supports checking comments only. | |
3601 | |
3602 1999-05-08 Karl Heuer <kwzh@gnu.org> | |
3603 | |
3604 * comint.el (comint-password-prompt-regexp): Fix last change to be | |
3605 more specific. | |
3606 | |
3607 1999-05-07 Richard M. Stallman <rms@gnu.org> | |
3608 | |
3609 * subr.el (with-temp-message): Fix the other call to message | |
3610 to use %s. | |
3611 | |
3612 1999-05-07 Michael Ernst <mernst@alum.mit.edu> | |
3613 | |
3614 * gud.el (gud-format-command): "%F" means file sans extension. | |
3615 (jdb): use %F, not %f, for gud-break. | |
3616 | |
3617 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org> | |
3618 | |
3619 * comint.el (comint-password-prompt-regexp): Modified so that it | |
3620 matches the output of kinit. | |
3621 | |
3622 1999-05-06 Greg Stark <gsstark@mit.edu> | |
3623 | |
3624 * timezone.el (timezone-parse-date): Recognize new format used in | |
3625 internet cookies. | |
3626 | |
3627 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu> | |
3628 | |
3629 * international/iso-acc.el (iso-languages): Add latin-2 cedillas. | |
3630 | |
3631 1999-05-04 Andrew Innes <andrewi@gnu.org> | |
3632 | |
3633 * time.el (display-time-update): Allow for wrap-around when | |
3634 checking against display-time-server-down-time. | |
3635 | |
3636 1999-05-04 Ken'ichi Handa <handa@gnu.org> | |
3637 | |
3638 * international/mule-diag.el (describe-coding-system): Fix English | |
3639 message. | |
3640 | |
3641 1999-05-03 Jason Rumney <jasonr@altavista.net> | |
3642 | |
3643 * term/w32-win.el: Change the x-charset-registry property for the | |
3644 Japanese charsets that are supported by Japanese Windows fonts. | |
3645 | |
3646 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
3647 | |
3648 * diary-lib.el (diary-remind): Rewritten to behave sensibly for | |
3649 diary-block diary entries for which the reminders and the diary | |
3650 entries can overlap. | |
3651 | |
3652 1999-05-02 Jason Rumney <jasonr@altavista.net> | |
3653 | |
3654 * term/w32-win.el (mouse-set-font): Ensure constructed fontset | |
3655 matches the font selected in the dialog. | |
3656 | |
3657 1999-05-02 Dave Love <fx@gnu.org> | |
3658 | |
3659 * browse-url.el (browse-url-browser-function): Add :version. | |
3660 | |
3661 * international/mule.el (auto-coding-alist): Add .tgz. | |
3662 | |
3663 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il> | |
3664 | |
3665 * international/codepage.el (cp-coding-system-for-codepage-1): | |
3666 Make the magnification parameter for the -dos encoder be 2. | |
3667 | |
3668 1999-05-2 Andrew Innes <andrewi@gnu.org> | |
3669 | |
3670 * term/w32-win.el (w32-drag-n-drop): Select file in window where | |
3671 it is dropped, rather than current window. | |
3672 | |
3673 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables | |
3674 after switching buffer, as case-fold-search is a buffer local | |
3675 variable. | |
3676 | |
3677 * w32-fns.el (convert-standard-filename): Only convert directory | |
3678 separators to backslash if the interactive shell is one of the | |
3679 standard Windows shells that has DOS semantics. | |
3680 | |
3681 * ls-lisp.el (ls-lisp-format-time): Trap errors from | |
3682 format-time-string, and return a suitable string to indicate the | |
3683 timestamp was invalid. | |
3684 | |
3685 * hexl.el (hexlify-command): Apply shell-quote-argument after | |
3686 expanding hexl-program in case exec-directory contains a space. | |
3687 (dehexlify-command): Ditto. | |
3688 | |
3689 * dos-w32.el (file-name-buffer-file-type-alist): Remove various | |
3690 file extension regexps which aren't necessarily binary files. | |
3691 (direct-print-region-helper): Use subst-char-in-string instead of | |
3692 binding directory-sep-char to convert filenames to DOS syntax. | |
3693 (direct-print-region-use-command-dot-com): New variable. | |
3694 (direct-print-region-helper): Use it to control whether to invoked | |
3695 command.com to print on Windows 9x. | |
3696 | |
3697 * browse-url.el (browse-url-browser-function): Default to | |
3698 browse-url-default-windows-browser on windows-nt. | |
3699 (browse-url-default-windows-browser): New function. | |
3700 | |
3701 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il> | |
3702 | |
3703 * forms.el (forms-mode): Don't call forms-first-record or | |
3704 forms-last-record if the data file has zero records. | |
3705 | |
3706 1999-04-29 Richard M. Stallman <rms@gnu.org> | |
3707 | |
3708 * files.el (find-file-noselect-1): If buffer-file-name has changed | |
3709 after find-file-not-found-hooks runs, recompute the truename. | |
3710 And don't use FILENAME after that point. | |
3711 | |
3712 1999-04-27 Dave Love <fx@gnu.org> | |
3713 | |
3714 * paren.el (show-paren-mode) | |
3715 * which-func.el (which-func-mode-global) | |
3716 * type-break.el (type-break-mode) | |
3717 * time.el (display-time-mode) | |
3718 * rsz-mini.el (resize-minibuffer-mode) | |
3719 * mouse-sel.el (mouse-sel-mode) | |
3720 * icomplete.el (icomplete-mode) | |
3721 * hscroll.el (hscroll-global-mode) | |
3722 * help.el (temp-buffer-resize-mode) | |
3723 * font-lock.el (global-font-lock-mode) | |
3724 * delsel.el (delete-selection-mode) | |
3725 * avoid.el (mouse-avoidance-mode) | |
3726 * autoinsert.el (auto-insert-mode) | |
3727 * winner.el (winner-mode): Doc fix. | |
3728 | |
3729 1999-04-26 Karl Heuer <kwzh@gnu.org> | |
3730 | |
3731 * mail/rmail.el (rmail-next-same-subject): When searching, ignore | |
3732 the same whitespace that was ignored in choosing the subject string. | |
3733 | |
3734 1999-04-26 Richard M. Stallman <rms@gnu.org> | |
3735 | |
3736 * info.el (Info-find-node): Position properly after finding anchor. | |
3737 | |
3738 * cus-start.el (all): Handle unibyte-display-via-language-environment. | |
3739 | |
3740 * simple.el (indent-new-comment-line): Fix previous change. | |
3741 | |
3742 * complete.el: Delete the wildcard expansion feature | |
3743 since that is now standard in find-file. | |
3744 (PC-try-load-many-files): Function deleted. | |
3745 (PC-after-load-many-files): Function deleted. | |
3746 (PC-many-files-list): Variable deleted. | |
3747 (PC-disable-wildcards): Variable deleted. | |
3748 (partial-completion-mode): Don't enable the wildcard feature. | |
3749 | |
3750 * complete.el (PC-look-for-include-file): Don't set global variables | |
3751 `error', `buf' and `filename' here. | |
3752 | |
3753 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker. | |
3754 | |
3755 1999-04-26 John Wiegley <johnw@oneworld.new-era.com> | |
3756 | |
3757 * textmodes/outline.el (outline-regexp): Doc fix. | |
3758 | |
3759 1999-04-26 John Wiegley <johnw@borland.com> | |
3760 | |
3761 * progmodes/compile.el (compilation-error-regexp-alist): Recognize | |
3762 C++Builder 4.0 error message syntax. | |
3763 | |
3764 1999-04-26 Mark Diekhans <markd@Grizzly.COM> | |
3765 | |
3766 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't | |
3767 supported, use find -exec. | |
3768 | |
3769 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
3770 | |
3771 * textmodes/texinfmt.el (texinfo-format-buffer): Bind | |
3772 coding-system-for-write, to avoid hanging when non-interactive. | |
3773 | |
3774 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
3775 | |
3776 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to | |
3777 start with a newline. | |
3778 | |
3779 1999-04-13 Ken'ichi Handa <handa@gnu.org> | |
3780 | |
3781 * international/mule-conf.el (x-ctext): New coding system. | |
3782 | |
3783 1999-04-12 Richard M. Stallman <rms@gnu.org> | |
3784 | |
3785 * international/mule-cmds.el (input-method-function): | |
3786 Add permanent-local property. | |
3787 | |
3788 1999-04-12 Dave Love <fx@gnu.org> | |
3789 | |
3790 * jka-compr.el (jka-compr-insert-file-contents): Fix previous | |
3791 change to use jka-compr-byte-compiler-base-file-name. | |
3792 | |
3793 * supercite.el (sc-scan-info-alist): Revert last change. | |
3794 (sc-attrib-selection-list): Fix :type here instead. | |
3795 | |
3796 1999-04-11 Eli Zaretskii <eliz@gnu.org> | |
3797 | |
3798 * international/mule.el (auto-coding-alist-lookup): Include ms-dos | |
3799 in the list of case-insensitive filesystems. | |
3800 | |
3801 1999-04-09 Kenichi Handa <handa@etl.go.jp> | |
3802 | |
3803 * international/fontset.el (create-fontset-from-fontset-spec): | |
3804 Don't register duplicated alias fontset names. | |
3805 | |
3806 1999-04-08 Richard Stallman <rms@gnu.org> | |
3807 | |
3808 * international/mule.el (auto-coding-alist-lookup): New function. | |
3809 (set-auto-coding): Use auto-coding-alist-lookup. | |
3810 | |
3811 * jka-compr.el (jka-compr-insert-file-contents): | |
3812 Use auto-coding-alist-lookup to check for files that | |
3813 should not have eol conversion, in the unibyte case. | |
3814 | |
3815 1999-04-07 Dave Love <fx@gnu.org> | |
3816 | |
3817 * help.el (describe-variable): Check custom-loads property as well | |
3818 as custom-type. | |
3819 | |
3820 * abbrev.el (abbrev-mode): Customizing sets the default value. | |
3821 | |
3822 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
3823 | |
3824 * vc.el (vc-backend-revert): For CVS files that were made | |
3825 writeable with "cvs edit", call "cvs unedit" to undo that. | |
3826 | |
3827 1999-04-08 Dave Love <fx@gnu.org> | |
3828 | |
3829 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type | |
3830 more. | |
3831 (sc-emacs-features): Recognize Emacs 20. | |
3832 (sc-read-string): Use history arg. | |
3833 (sc-scan-info-alist): Check for rtnvalue a cons. | |
3834 | |
3835 1999-04-08 Kenichi HANDA <handa@etl.go.jp> | |
3836 | |
3837 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a | |
3838 coding system to encode the message by | |
3839 select-message-coding-system. | |
3840 | |
3841 1999-04-07 Richard Stallman <rms@gnu.org> | |
3842 | |
3843 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition. | |
3844 | |
3845 * winner.el: Reorder definitions. | |
3846 | |
3847 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs. | |
3848 | |
3849 * mail/rmail.el (rmail-decode-babyl-format): | |
3850 Undo previous change. | |
3851 | |
3852 1999-04-06 Richard Stallman <rms@gnu.org> | |
3853 | |
3854 * info.el (Info-find-node): Check for an anchor at the | |
3855 proper place, before reading an indirect file. | |
3856 | |
3857 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL. | |
3858 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3859 * jka-compr.el (jka-compr-insert-file-contents): |
25837 | 3860 Use raw-text-unix when we want no conversion. |
3861 | |
3862 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr> | |
3863 | |
3864 * timezone.el (timezone-parse-date): Corrected regexp for | |
3865 style (5) date format so that tenths of seconds are optional. | |
3866 | |
3867 1999-04-05 Eli Zaretskii <eliz@gnu.org> | |
3868 | |
3869 * term/internal.el (dos-cpNNN-setup): New function, with the guts | |
3870 of dos-codepage-setup. | |
3871 (cjk-codepages-alist): New variable, an alist of Far-Eastern | |
3872 codepages for which there's no need to set up cpNNN coding | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3873 systems. |
25837 | 3874 (dos-codepage-setup): Support Far-Eastern DOS terminals. |
3875 | |
3876 1999-04-05 Richard Stallman <rms@gnu.org> | |
3877 | |
3878 * mail/rmail.el (rmail-ignored-headers): Doc fix. | |
3879 | |
3880 1999-04-02 Richard Stallman <rms@gnu.org> | |
3881 | |
3882 * progmodes/compile.el (compilation-handle-exit): Do right thing | |
3883 if (car status) doesn't end in a newline. | |
3884 | |
3885 1999-04-01 Dave Love <fx@gnu.org> | |
3886 | |
3887 * progmodes/sql.el (SQL): Add defgroup :version. | |
3888 | |
3889 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
3890 | |
3891 * emacs-lisp/bytecomp.el (byte-compile-file): Clear | |
3892 buffer-file-coding-system. If the coding system used is raw-text, | |
3893 etc., make the *Compiler Input* buffer unibyte. | |
3894 | |
3895 * international/mule.el (find-new-buffer-file-coding-system): Doc fix. | |
3896 | |
3897 * loadup.el: Don't write the fns-...el file if not dumping. | |
3898 | |
3899 1999-03-31 Dave Love <fx@gnu.org> | |
3900 | |
3901 * snmp-mode.el (snmp): Fix defgroup :version. | |
3902 | |
3903 * hilit-chg.el (highlight-changes): Add defgroup :version. | |
3904 | |
3905 1999-03-31 Andreas Schwab <schwab@gnu.org> | |
3906 | |
3907 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after | |
3908 the gnus-save-hidden-threads macro. | |
3909 | |
3910 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk> | |
3911 | |
3912 * faces.el (face-set-after-frame-default): Obey the | |
3913 `customized-face' for new faces. | |
3914 | |
3915 1999-03-30 Dave Love <fx@gnu.org> | |
3916 | |
3917 * international/mule-cmds.el (current-language-environment): Doc fix. | |
3918 * abbrev.el (abbrev-mode): Doc fix. | |
3919 * autoinsert.el (auto-insert-mode): Doc fix. | |
3920 * complete.el (partial-completion-mode): Doc fix. | |
3921 * avoid.el (mouse-avoidance-mode): Doc fix. | |
3922 * delsel.el (delete-selection-mode): Doc fix. | |
3923 * font-lock.el (global-font-lock-mode): Doc fix. | |
3924 * help.el (temp-buffer-resize-mode): Doc fix. | |
3925 * hscroll.el (hscroll-global-mode): Doc fix. | |
3926 * icomplete.el (icomplete-mode): Doc fix. | |
3927 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
3928 * paren.el (show-paren-mode): Doc fix. | |
3929 * rsz-mini.el (resize-minibuffer-mode): Doc fix. | |
3930 * time.el (display-time-mode): Doc fix. | |
3931 * type-break.el (type-break-mode): Doc fix. | |
3932 * which-func.el (which-func-mode-global): Doc fix. | |
3933 * winner.el (winner-mode): Doc fix. | |
3934 | |
3935 1999-03-30 Michael Ernst <mernst@alum.mit.edu> | |
3936 | |
3937 * wid-edit.el (widget-before-change): Signal text-read-only rather | |
3938 than an ordinary error. | |
3939 | |
3940 1999-03-30 Richard M. Stallman <rms@gnu.org> | |
3941 | |
3942 * repeat.el: Don't require advice. | |
3943 (repeat): Do function-indirection in check for kbd macro. | |
3944 In self-insert case, use the *last* char in INSERTION. | |
3945 | |
3946 1999-03-30 Karl Heuer <kwzh@gnu.org> | |
3947 | |
3948 * progmodes/cc-cmds.el (c-indent-command): Doc fix. | |
3949 | |
3950 1999-03-29 Andreas Schwab <schwab@gnu.org> | |
3951 | |
3952 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for | |
3953 comint-input-filter-functions. Make variables related to shell | |
3954 directory tracking local. | |
3955 | |
3956 1999-03-26 Andreas Schwab <schwab@gnu.org> | |
3957 | |
3958 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable. | |
3959 | |
3960 * simple.el (shell-command-on-region): Cope with exit-status being | |
3961 nil, which happens if call-process-region was interrupted. | |
3962 | |
3963 1999-03-26 Richard M. Stallman <rms@gnu.org> | |
3964 | |
3965 * simple.el (indent-new-comment-line): Handle use at a point | |
3966 after a comment-end. Handle multiple comments. | |
3967 | |
3968 * mail/rmail.el (rmail-decode-babyl-format): | |
3969 To prevent locking, bind buffer-file-name to nil. | |
3970 | |
3971 1999-03-26 Karl Fogel <kfogel@red-bean.com> | |
3972 | |
3973 * mail-hist.el (mail-hist-current-header-name): Don't make | |
3974 off-by-one-error when determining if in message body. | |
3975 | |
3976 1999-03-25 Andrew Innes <andrewi@gnu.org> | |
3977 | |
3978 * w32-fns.el (set-default-process-coding-system): Copied from | |
3979 dos-w32.el, but modified to use Unix line endings for process | |
3980 input, and to add a suitable entry to process-coding-system-alist | |
3981 for DOS shells. | |
3982 | |
3983 * dos-fns.el (set-default-process-coding-system): Copied from | |
3984 dos-w32.el. | |
3985 | |
3986 * dos-w32.el (set-default-process-coding-system): Move function to | |
3987 dos-fns.el; a different version is used in w32-fns.el. | |
3988 | |
3989 1999-03-24 Dave Love <fx@gnu.org> | |
3990 | |
3991 * info.el (Info-directory-list): Revert change to re-writing | |
3992 Info-default-directory-list, but put `alternative' first. | |
3993 (Info-insert-dir): Modify selecting the top dir file as a consequence. | |
3994 | |
3995 1999-03-23 Simon Marshall <simon@gnu.org> | |
3996 | |
3997 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is | |
3998 on the line by itself. | |
3999 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if | |
4000 it is not in a declarative context. | |
4001 | |
4002 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk> | |
4003 | |
4004 * cus-edit.el (custom-variable-prompt): Allow customization of | |
4005 autoloaded symbols. | |
4006 | |
4007 1999-03-22 Kenichi HANDA <handa@etl.go.jp> | |
4008 | |
4009 * simple.el (what-cursor-position): Don't cause error when point | |
4010 is at invalid multibyte sequence. | |
4011 | |
4012 1999-03-21 Karl Heuer <kwzh@gnu.org> | |
4013 | |
4014 * complete.el (partial-completion-mode): Doc fix. | |
4015 | |
4016 1999-03-19 Richard M. Stallman <rms@gnu.org> | |
4017 | |
4018 * progmodes/cplus-md.el (old-c++): Remove :group. | |
4019 | |
4020 * progmodes/c-mode.el (old-c): Remove :group. | |
4021 | |
4022 1999-03-18 Simon Marshall <simon@gnu.org> | |
4023 | |
4024 * font-lock.el (c-font-lock-keywords-2): Added "complex" type. | |
4025 (java-font-lock-keywords-2): Added "strictfp" keyword. | |
4026 | |
4027 1999-03-17 Jason Rumney <jasonr@altavista.net> | |
4028 | |
4029 * w32-fns.el (set-w32-system-coding-system) New function. | |
4030 (w32-system-coding-system) Initialize to 'iso-latin-1. | |
4031 | |
4032 1999-03-17 Eli Zaretskii <eliz@gnu.org> | |
4033 | |
4034 * international/mule-cmds.el (set-language-environment): Fix | |
4035 previous change: don't use dos-codepage when unbound. | |
4036 | |
4037 1999-03-17 Karl Heuer <kwzh@gnu.org> | |
4038 | |
4039 * calendar/appt.el (appt-make-list): Fix previous change. | |
4040 | |
4041 1999-03-16 Richard M. Stallman <rms@gnu.org> | |
4042 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4043 * window.el (shrink-window-if-larger-than-buffer): |
25837 | 4044 Don't try to redisplay with the cursor at the end |
4045 on its own line--that would force a scroll and spoil things. | |
4046 | |
4047 1999-03-16 Eli Zaretskii <eliz@gnu.org> | |
4048 | |
4049 * international/mule-cmds.el (set-language-environment): Don't use | |
4050 cpNNN-nonascii-translation-table if it is unbound. | |
4051 | |
4052 * term/internal.el (dos-codepage-setup): Compute the unibyte | |
4053 syntax table and bind unibyte-display-via-language-environment | |
4054 here, rather than at top level, so that resetting to unibyte in | |
4055 .emacs works as expected. | |
4056 | |
4057 1999-03-15 Simon Marshall <simon@gnu.org> | |
4058 | |
4059 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword. | |
4060 | |
4061 1999-03-14 Milan Zamazal <pdm@pvt.net> | |
4062 | |
4063 * abbrev.el (inverse-add-abbrev): Inherit the current input method. | |
4064 | |
4065 1999-03-14 Kenichi Handa <handa@etl.go.jp> | |
4066 | |
4067 * international/mule-util.el (detect-coding-with-priority): | |
4068 Restore the internal database. | |
4069 | |
4070 1999-03-14 Stephen Eglen <stephen@gnu.org> | |
4071 | |
4072 * mail/sendmail.el (sendmail-send-it): Fix typo in error string | |
4073 if mail-from-style has invalid value. | |
4074 | |
4075 1999-03-12 Karl Heuer <kwzh@gnu.org> | |
4076 | |
4077 * vc.el (vc-delete-logbuf-window): New var. | |
4078 (vc-finish-logentry): Use it. | |
4079 | |
4080 1999-03-12 Richard M. Stallman <rms@gnu.org> | |
4081 | |
4082 * startup.el (command-line-1): Improve startup msg. | |
4083 | |
4084 1999-03-12 Eric M. Ludlam <zappo@ultranet.com> | |
4085 | |
4086 * speedbar.el: Added commentary about stealthy functions. | |
4087 (speedbar-message) new function. | |
4088 (speedbar-y-or-n-p): New function | |
4089 (speedbar-with-attached-buffer) Moved macro before reference. | |
4090 Now uses `save-selected-window'. | |
4091 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh, | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4092 speedbar-generic-item-info, speedbar-item-info-file-helper, |
25837 | 4093 speedbar-item-delete, speedbar-insert-generic-list, |
4094 speedbar-timer-fn, speedbar-check-vc-this-line, | |
4095 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags, | |
4096 speedbar-buffers-item-info) Use speedbar-message. | |
4097 (speedbar-item-info) Limit `message-log-max'. | |
4098 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename, | |
4099 speedbar-item-delete, speedbar-item-object-delete, | |
4100 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p. | |
4101 | |
4102 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp> | |
4103 | |
4104 * server.el (server-start): Set coding system for the server | |
4105 process to raw-text. | |
4106 (server-process-filter): Decode file names if necessary. | |
4107 | |
4108 1999-03-12 Dave Love <fx@gnu.org> | |
4109 | |
4110 * textmodes/fill.el (sentence-end-double-space): Doc fix. | |
4111 | |
4112 * textmodes/paragraphs.el (sentence-end): Doc fix. | |
4113 | |
4114 1999-03-11 Karl Heuer <kwzh@gnu.org> | |
4115 | |
4116 * comint.el (comint-password-prompt-regexp): Accept "login password:" | |
4117 | |
4118 1999-03-09 Karl Heuer <kwzh@gnu.org> | |
4119 | |
4120 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line. | |
4121 (ispell-dictionary-alist-2): Likewise. | |
4122 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars. | |
4123 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars. | |
4124 (ispell-dictionary-alist): Build from six pieces, not just two. | |
4125 | |
4126 * ps-bdf.el (bdf-directory-list): Doc fix. | |
4127 | |
4128 * enriched.el (enriched-mode): Make var permanent-local. | |
4129 | |
4130 1999-03-09 Dave Love <fx@gnu.org> | |
4131 | |
4132 * textmodes/sgml-mode.el (html-mode): Use | |
4133 sentence-end-double-space when setting sentence-end. | |
4134 | |
4135 1999-03-09 Ken'ichi Handa <handa@gnu.org> | |
4136 | |
4137 * language/thai.el (tis-620): New alias coding system for thai-tis620. | |
4138 | |
4139 1999-03-08 Felix Lee <flee@cygnus.com> | |
4140 | |
4141 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook. | |
4142 | |
4143 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok. | |
4144 | |
4145 1999-03-08 Karl Heuer <kwzh@gnu.org> | |
4146 | |
4147 * dired-aux.el (dired-do-copy-regexp): Doc fix. | |
4148 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
4149 | |
4150 * dired.el (dired-do-copy-regexp): Doc fix. | |
4151 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
4152 | |
4153 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com> | |
4154 | |
4155 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp. | |
4156 | |
4157 1999-03-08 Jason Rumney <jasonr@altavista.net> | |
4158 | |
4159 * international/codepage.el (cp1250-decode-table) | |
4160 (cp1251-decode-table, cp1253-decode-table) | |
4161 (cp1257-decode-table): New translation tables for MS Windows codepages. | |
4162 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages. | |
4163 | |
4164 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
4165 | |
4166 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly. | |
4167 | |
4168 1999-03-07 Eli Zaretskii <eliz@gnu.org> | |
4169 | |
4170 * ps-bdf.el (bdf-directory-list): Different value for ms-dos. | |
4171 | |
4172 * term/internal.el (top level): Display character 255 as 8bit as well. | |
4173 | |
4174 1999-03-06 Dave Love <fx@gnu.org> | |
4175 | |
4176 * progmodes/cc-cmds.el (c-outline-level): Bind | |
4177 buffer-invisibility-spec. | |
4178 | |
4179 * progmodes/c-mode.el (c-outline-level): Likewise. | |
4180 | |
4181 * progmodes/ada-mode.el (ada-outline-level): Likewise. | |
4182 | |
4183 1999-03-05 Felix Lee <flee@cygnus.com> | |
4184 | |
4185 * textmodes/outline.el (outline-get-last-sibling): Doc fix. | |
4186 | |
4187 1999-03-05 Richard M. Stallman <rms@gnu.org> | |
4188 | |
4189 * bindings.el (complete-symbol): Invert meaning of prefix arg. | |
4190 | |
4191 1999-03-05 Andrew Innes <andrewi@gnu.org> | |
4192 | |
4193 * w32-fns.el (convert-standard-filename): Convert directory | |
4194 separators to Windows format. | |
4195 | |
4196 1999-03-05 Andreas Schwab <schwab@gnu.org> | |
4197 | |
4198 * international/skkdic-cnv.el: Provide skkdic-cnv. | |
4199 (skkdic-convert): Emit code to require skkdic-cnv at compile time. | |
4200 (batch-skkdic-convert): Doc fix. | |
4201 | |
4202 1999-03-04 Dave Love <fx@gnu.org> | |
4203 | |
4204 * custom.el (custom-set-variables): Protect against setter errors. | |
4205 | |
4206 1999-03-04 Eli Zaretskii <eliz@gnu.org> | |
4207 | |
4208 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of | |
4209 the file sizes from overflowing. | |
4210 (ls-lisp-format): If file size is a float, use %8.0f to print it. | |
4211 Under -s, print the size in blocks with %4.0f, in case they have | |
4212 a *really* huge file. | |
4213 | |
4214 1999-03-03 Dave Love <fx@gnu.org> | |
4215 | |
4216 * options.el (edit-options): Doc fix. | |
4217 (list-options): Don't lose with unbound symbols. Maintain | |
4218 Edit-options-mode. | |
4219 | |
4220 1999-03-01 Dave Love <fx@gnu.org> | |
4221 | |
4222 * mail/supercite.el (sc-attrib-selection-list): Fix custom type. | |
4223 | |
4224 1999-02-28 Richard M. Stallman <rms@gnu.org> | |
4225 | |
4226 * ispell.el (ispell-dictionary-alist-override): New variable. | |
4227 (ispell-dictionary-alist): Don't setq it, | |
4228 if ispell-dictionary-alist-override is set. | |
4229 | |
4230 * simple.el (shell-command-default-error-buffer): Renamed from | |
4231 shell-command-on-region-default-error-buffer. | |
4232 (shell-command-on-region): Mention in echo area when there | |
4233 is some error output. Mention success or failure, too. | |
4234 Accumulate multiple error outputs | |
4235 going forward, with formfeed in between. Display the error buffer | |
4236 when we have put something in it. | |
4237 (shell-command): Add the ERROR-BUFFER argument feature. | |
4238 | |
4239 1999-02-28 Karl Heuer <kwzh@gnu.org> | |
4240 | |
4241 * mail/mh-utils.el (mh-lib): Doc fix. | |
4242 (mh-lib-progs, mh-nmh-p): New vars. | |
4243 (mh-find-progs): Set mh-lib-progs along with other vars. | |
4244 (mh-path-search): New arg FUNC-P; if specified, use that instead | |
4245 of mh-file-command-p. | |
4246 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs. | |
4247 | |
4248 * mail/mh-comp.el (mh-repl-formfile): New var. | |
4249 (mh-smail-batch): Don't ignore all arguments. | |
4250 (mh-reply): Do the right thing when using nmh. | |
4251 | |
4252 1999-02-27 Kenichi Handa <handa@etl.go.jp> | |
4253 | |
4254 * international/mule-cmds.el (select-safe-coding-system): Be sure | |
4255 to show a buffer being decoded. | |
4256 | |
4257 1999-02-26 Ken'ichi Handa <handa@gnu.org> | |
4258 | |
4259 * ps-bdf.el (bdf-directory-list): Initialize it to | |
4260 '("/usr/local/share/emacs/fonts/bdf"). | |
4261 | |
4262 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4263 | |
4264 * ps-print.el: PostScript programming fix. | |
4265 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use | |
4266 setpagedevice operator). | |
4267 | |
4268 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
4269 | |
4270 * ps-print.el: Doc fix, font size specifies landscape and portrait | |
4271 sizes. | |
4272 (ps-print-version): New version number (4.1.4). | |
4273 (ps-font-size, ps-header-font-size, ps-header-title-font-size): | |
4274 Specifies landscape and portrait sizes. | |
4275 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages) | |
4276 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun | |
4277 fix. | |
4278 (ps-get-font-size): New fun. | |
4279 (ps-font-size-internal, ps-header-font-size-internal) | |
4280 (ps-header-title-font-size-internal): New vars. | |
4281 | |
4282 * ps-mule.el: Change of ps-print font size variable name. | |
4283 (ps-mule-generate-font): Fun fix. | |
4284 (ps-mule-begin-job): Programming uniformization. | |
4285 | |
4286 1999-02-25 Dave Love <fx@gnu.org> | |
4287 | |
4288 * help.el (help-xref-info-regexp): Allow linebreaks and capital. | |
4289 (help-make-xrefs): Do Info case first. | |
4290 | |
4291 * repeat.el: Don't require advice. | |
4292 (repeat-last-kill-command): Variable deleted. | |
4293 | |
4294 1999-02-25 Richard Stallman <rms@gnu.org> | |
4295 | |
4296 * simple.el (shell-command-on-region): Don't go into the REPLACE = t | |
4297 case just because the current buffer is the output buffer. | |
4298 | |
4299 1999-02-25 Kenichi Handa <handa@etl.go.jp> | |
4300 | |
4301 * simple.el (what-cursor-position): To show the character's | |
4302 encoding, use encoded-string-description instead of information | |
4303 of chaset-origin-alist. | |
4304 | |
4305 * international/mule-cmds.el (iso-2022-control-alist): New variable. | |
4306 (encoded-code-description): New function. | |
4307 (encoded-string-description): New function. | |
4308 (encode-coding-char): New function. | |
4309 | |
4310 1999-02-25 Andrew Innes <andrewi@gnu.org> | |
4311 | |
4312 * startup.el (command-line) [windows-nt]: Fix typo in regexp | |
4313 checking for .emacs[.el[c]]. | |
4314 | |
4315 1999-02-24 Richard Stallman <rms@gnu.org> | |
4316 | |
4317 * help.el (describe-function-1): Don't print a whole lambda-function. | |
4318 | |
4319 1999-02-23 Ken'ichi Handa <handa@gnu.org> | |
4320 | |
4321 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow | |
4322 inputting ?\240. | |
4323 | |
4324 1999-02-23 Karl Heuer <kwzh@gnu.org> | |
4325 | |
4326 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst. | |
4327 | |
4328 * midnight.el (clean-buffer-list-kill-regexps): Doc fix. | |
4329 (clean-buffer-list-kill-buffer-names): Doc fix. | |
4330 | |
4331 * gud.el (gud-jdb-massage-args): Spelling fix. | |
4332 | |
4333 1999-02-23 Richard M. Stallman <rms@gnu.org> | |
4334 | |
4335 * subr.el (with-temp-message): Use %s so % in old msg won't fool us. | |
4336 | |
4337 1999-02-22 Eli Zaretskii <eliz@gnu.org> | |
4338 | |
4339 * arc-mode.el (archive-set-buffer-as-visiting-file): Save | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4340 excursion while calling set-auto-coding-function. |
25837 | 4341 |
4342 * play/handwrite.el (handwrite): Require ps-print, and use | |
4343 ps-printer-name and ps-lpr-command. Call ps-print-region-function | |
4344 if it's defined, instead of forking ps-lpr-command unconditionally. | |
4345 | |
4346 1999-02-22 Kenichi Handa <handa@etl.go.jp> | |
4347 | |
4348 * international/codepage.el (cp-coding-system-for-codepage-1): Put | |
4349 charset-origin-alist property to a coding system for the codepage. | |
4350 | |
4351 * international/mule.el: Modify comment for charset-origin-alist | |
4352 property of a coding system. | |
4353 | |
4354 * simple.el (what-cursor-position): charset-origin-alist property | |
4355 of a coding system may be a translation table or a symbol of which | |
4356 `translation-table' property is a translation table. | |
4357 | |
4358 1999-02-21 Richard Stallman <rms@gnu.org> | |
4359 | |
4360 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body | |
4361 to the "html" template. | |
4362 | |
4363 1999-02-21 Peter Breton <pbreton@ne.mediaone.net> | |
4364 | |
4365 * dirtrack.el (dirtrack): Added docstring. Now returns input. | |
4366 | |
4367 1999-02-18 Peter Breton <pbreton@ne.mediaone.net> | |
4368 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4369 * dirtrack.el (dirtrack): Check for the prompt in the input string |
25837 | 4370 instead of the buffer. |
4371 | |
4372 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch> | |
4373 | |
4374 * sql.el: Set version to 1.4.1. Changed mail address to | |
4375 alex@gnu.org. Mention the mailing list sql.el@gnu.org. | |
4376 (sql-input-ring-separator): Doc fix. | |
4377 (sql-mode-syntax-table): double-dash starts comments is defined as | |
4378 ". 56" instead of ". 12b" for XEmacs. | |
4379 (sql-stop, sql-interactive-mode): Doc fixes. | |
4380 (sql-postgres): Queries for database and server, not just one. | |
4381 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted. | |
4382 | |
4383 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is | |
4384 changed. This is needed for master.el to work. | |
4385 (sql-set-sqli-buffer): Use the new hook. | |
4386 | |
4387 * sql.el (sql-make-alternate-buffer-name): Function that sets | |
4388 sql-alternate-buffer-name. | |
4389 (sql-alternate-buffer-name): Possible name of SQLi buffers. | |
4390 (sql-interactive-mode): Set sql-alternate-buffer-name. | |
4391 (sql-rename-buffer): New command. | |
4392 (sql-interactive-mode-menu): Menu for SQLi buffers. | |
4393 | |
4394 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator | |
4395 and sql-input-ring-file-name are used to temporarily set | |
4396 comint-input-ring-file-name and comint-input-ring-separator when | |
4397 reading and writing input history files. | |
4398 | |
4399 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name. | |
4400 (sql-input-ring-file-name): New variable with customization. | |
4401 (sql-input-ring-separator): New variable with customization. | |
4402 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer. | |
4403 Callers changed. | |
4404 (sql-show-sqli-buffer): The message for "sql-buffer is not set" | |
4405 now includes the name of the current buffer. | |
4406 | |
4407 (sql-mode): Set paragraph-separate and paragraph-start so that | |
4408 sql-send-paragraph sends the entire SQL statements, even if it | |
4409 contains indented lines. | |
4410 | |
4411 1999-02-18 Dave Love <fx@gnu.org> | |
4412 | |
4413 * format.el (format-encode-run-method, format-decode-run-method): | |
4414 Fix previous change. | |
4415 | |
4416 1999-02-18 Ken'ichi Handa <handa@gnu.org> | |
4417 | |
4418 * international/mule.el (coding-system-list): Moved here from | |
4419 mule-util.el to avoid autoloading mule-util by the call of | |
4420 select-safe-coding-system. | |
4421 | |
4422 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
4423 | |
4424 * simple.el (turn-on-auto-fill): Mark it as an option for | |
4425 `text-mode-hook'. | |
4426 | |
4427 1999-02-17 Richard Stallman <rms@gnu.org> | |
4428 | |
4429 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
4430 Don't crash if (current-local-map) is nil. | |
4431 | |
4432 1999-02-17 Peter Breton <pbreton@ne.mediaone.net> | |
4433 | |
4434 * filecache.el (file-cache-filter-regexps): Added .class. | |
4435 | |
4436 1999-02-17 Ken'ichi Handa <handa@gnu.org> | |
4437 | |
4438 * international/mule-util.el (decompose-region): Use | |
4439 insert-buffer-substring instead of insert-buffer to avoid putting | |
4440 mark. | |
4441 | |
4442 1999-02-17 Andreas Schwab <schwab@gnu.org> | |
4443 | |
4444 * calendar/cal-move.el (scroll-calendar-left): Don't set | |
4445 displayed-month and displayed-year here, let generate-calendar do | |
4446 it, after range checking. | |
4447 | |
4448 1999-02-17 Simon Marshall <simon@gnu.org> | |
4449 | |
4450 * progmodes/cc-engine.el (c-at-toplevel-p): New function. | |
4451 | |
4452 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish | |
4453 correctly between an object declared via a constructor and a method. | |
4454 (font-lock-defaults-alist): Don't give `.' word syntax for Java. | |
4455 (java-font-lock-keywords-1): Fontify package names individually. | |
4456 (java-font-lock-extra-types): Ensure regexp matches capitalised only. | |
4457 (java-font-lock-keywords-2): Simplify type fontification. | |
4458 (java-font-lock-keywords-3): Likewise. | |
4459 | |
4460 1999-02-17 Kenichi Handa <handa@etl.go.jp> | |
4461 | |
4462 * language/japanese.el (iso-2022-jp-2): New coding system. | |
4463 ("Japanese"): Put iso-2022-jp-2 in coding-priority property. | |
4464 | |
4465 1999-02-16 Dave Love <fx@gnu.org> | |
4466 | |
4467 * help.el (describe-function-1): Accept non-symbols. | |
4468 | |
4469 1999-02-16 Paul Eggert <eggert@twinsun.com> | |
4470 | |
4471 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we | |
4472 find the last match if there are multiple matches. | |
4473 | |
4474 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4475 | |
4476 * tex-mode.el (tex-run-command, latex-run-command) | |
4477 (slitex-run-command, tex-command): Doc changes. | |
4478 (tex-start-options-string): Autoload it. Doc change. Provide | |
4479 a menu for customization. Allow nil. Quote backslashes only once. | |
4480 (tex-start-tex): Handle nil value of tex-start-options-string | |
4481 and apply shell-quote-argument to it. | |
4482 | |
4483 1999-02-16 Eli Zaretskii <eliz@gnu.org> | |
4484 | |
4485 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round | |
4486 the size in blocks, since it can be a float. | |
4487 (ls-lisp-format): Likewise | |
4488 | |
4489 1999-02-16 Ken'ichi Handa <handa@gnu.org> | |
4490 | |
4491 * language/japanese.el (japanese-shift-jis): Add | |
4492 charset-origin-alist property. | |
4493 | |
4494 1999-02-15 Richard Stallman <rms@gnu.org> | |
4495 | |
4496 * progmodes/compile.el (compile-internal): Use save-selected-window. | |
4497 | |
4498 * subr.el (momentary-string-display): Bind inhibit-read-only. | |
4499 | |
4500 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line. | |
4501 | |
4502 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il> | |
4503 | |
4504 * mail/rmail.el (rmail-show-message): If an unseen message has a | |
4505 Summary-line in its header, get past one more line before looking | |
4506 for the X-Coding-System header. | |
4507 | |
4508 1999-02-15 Geoff Voelker <voelker@cs.washington.edu> | |
4509 | |
4510 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files | |
4511 explicitly to accomodate Windows 9X lack of a useful copy program. | |
4512 | |
4513 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk> | |
4514 | |
4515 * wid-edit.el (widget-choice-value-create): Use `equal' | |
4516 instead of `eq'. | |
4517 | |
4518 1999-02-14 Richard Stallman <rms@gnu.org> | |
4519 | |
4520 * international/iso-transl.el: | |
4521 (iso-transl-ae): Renamed from iso-transl-e-slash. | |
4522 (iso-transl-a-ring): Renamed from iso-transl-a-slash. | |
4523 (iso-transl-AE): Renamed from iso-transl-E-slash. | |
4524 (iso-transl-A-ring): Renamed from iso-transl-A-slash. | |
4525 (iso-transl-char-map): Related changes. | |
4526 | |
4527 * format.el (format-replace-strings): Fix value of TO in REVERSE case. | |
4528 | |
4529 1999-02-13 Richard Stallman <rms@gnu.org> | |
4530 | |
4531 * textmodes/texinfmt.el (texinfo-alias): New function. | |
4532 (texinfo-fold-nodename-case): Add defvar. | |
4533 (texinfo-format-node): Do case folding if specified. | |
4534 | |
4535 * ffap.el (ffap-file-at-point): Test local file names | |
4536 immediately. Strip off line numbers. | |
4537 | |
4538 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch> | |
4539 | |
4540 * sql.el: Set version to 1.3.2 | |
4541 (sql-solid-program): Added support for solid. | |
4542 (sql-help): Doc mentions sql-solid. | |
4543 (sql-solid): Entry function for Solid. | |
4544 (sql-buffer): Doc explains the use of the variable and how to | |
4545 change it. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4546 (sql-mode-menu): Included entries for sql-show-sqli-buffer and |
25837 | 4547 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are |
4548 disabled if sql-buffer doesn't have a process; sql-send-paragraph | |
4549 is new. | |
4550 (sql-show-sqli-buffer): New function to display the value of | |
4551 sql-buffer. | |
4552 (sql-change-sqli-buffer): New function to change sql-buffer. | |
4553 (sql-mode): Doc explains how to change sql-buffer. | |
4554 (sql-send-paragraph): New function to send a paragraph. | |
4555 (sql-mode-map): Added keybinding for sql-send-paragraph. | |
4556 (sql-mysql): Doc corrected. | |
4557 (sql-ms): Doc corrected. | |
4558 | |
4559 * sql.el (sql-server): Doc fix. | |
4560 (sql-mysql): Added the use of sql-server to specify the host, | |
4561 sql-database now specifies database instead of host. | |
4562 (sql-mode-menu): Send... menu items are only active if sql-buffer | |
4563 is non-nil. | |
4564 (sql-help): Changed tag of entry functions a bit. | |
4565 | |
4566 * sql.el: Added keywords from `finder-by-keyword'. | |
4567 (sql-mode): Made sql-buffer a local variable, changed the | |
4568 documentation: removed instructions to add *.sql files to | |
4569 auto-mode-alist, added documentation for having mutliple SQL | |
4570 buffers sending their stuff to different SQLi buffers, each | |
4571 running a different process. | |
4572 (sql-postgres): Quoted *SQL* in doc string. | |
4573 (sql-ms): Likewise. | |
4574 (sql-ingres): Likewise. | |
4575 (sql-ingres): Quoted *SQL* in doc string, added references to | |
4576 sql-user and sql-password used during login. | |
4577 (sql-sybase): Quoted *SQL* in doc string, added comma. | |
4578 (sql-oracle): Likewise. | |
4579 (sql-interactive-mode): Added extensive documentation for having | |
4580 mutliple SQL buffers sending their stuff to different SQLi | |
4581 buffers, each running a different process. | |
4582 (sql-buffer): Changed doc from *SQL* to SQLi. | |
4583 (sql-get-login): Doc fix. | |
4584 | |
4585 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
4586 | |
4587 * international/mule-conf.el (undecided): Set ascii in | |
4588 safe-charsets property. | |
4589 | |
4590 1999-02-12 Richard Stallman <rms@gnu.org> | |
4591 | |
4592 * textmodes/paragraphs.el (paragraph-separate): Doc fix. | |
4593 | |
4594 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
4595 | |
4596 * ps-mule.el (ps-mule-font-info-database-default): Set the initial | |
4597 value to ps-mule-font-info-database-latin. | |
4598 | |
4599 1999-02-13 Kenichi HANDA <handa@etl.go.jp> | |
4600 | |
4601 * ps-mule.el (ps-multibyte-buffer): Doc-string modified. | |
4602 (ps-mule-font-info-database-default): New variable. | |
4603 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use | |
4604 ps-mule-font-info-database-default. | |
4605 | |
4606 1999-02-12 Dave Love <fx@gnu.org> | |
4607 | |
4608 * timezone.el (timezone-make-date-sortable) | |
4609 (timezone-make-date-arpa-standard): Doc fix. | |
4610 | |
4611 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
4612 | |
4613 * international/quail.el (quail-show-kbd-layout): Bind | |
4614 blink-matching-paren to nil. | |
4615 | |
4616 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field | |
4617 for ASCII and Latin-1. | |
4618 | |
4619 1999-02-12 Andreas Schwab <schwab@gnu.org> | |
4620 | |
4621 * gud.el (jdb): Fix regexp for comint-prompt-regexp. | |
4622 | |
4623 1999-02-12 Kenichi Handa <handa@etl.go.jp> | |
4624 | |
4625 * international/mule-cmds.el (language-info-alist): Remove | |
4626 description about charset-origin-alist. | |
4627 | |
4628 * international/mule.el: Comment added for a new coding system | |
4629 property `charset-origin-alit'. | |
4630 (make-translation-table): This variable deleted. | |
4631 | |
4632 * language/chinese.el (chinese-big5): Add charset-origin-alist | |
4633 property. | |
4634 ("Chinese-CNS"): Remove charset-origin-alist property. | |
4635 | |
4636 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist | |
4637 property. | |
4638 (cyrillic-alternativnyj): Likewise. | |
4639 ("Cyrillic-KOI8"): Remove charset-origin-alist property. | |
4640 ("Cyrillic-ALT"): Likewise. | |
4641 | |
4642 * language/vietnamese.el (vietnamese-viqr): Add | |
4643 charset-origin-alist property. | |
4644 ("Vietnamese"): Remove charset-origin-alist property. | |
4645 | |
4646 * simple.el (what-cursor-position): Don't use the varialbe | |
4647 charset-origin-alist, but use charset-origin-alist property of | |
4648 buffer-file-coding-system to decide external character set code. | |
4649 | |
4650 1999-02-10 Richard Stallman <rms@gnu.org> | |
4651 | |
4652 * shadowfile.el: Don't turn on the mode when the file is loaded. | |
4653 | |
4654 1999-02-09 Richard Stallman <rms@gnu.org> | |
4655 | |
4656 * progmodes/compile.el (compile-auto-highlight): Customize. | |
4657 | |
4658 * add-log.el (add-log-file-name-function): New variable. | |
4659 (add-change-log-entry): Call that function, if non-nil. | |
4660 | |
4661 1999-02-09 Michael Ernst <mernst@alum.mit.edu> | |
4662 | |
4663 * rmail.el (rmail-search): Track match with a marker, not an integer. | |
4664 | |
4665 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4666 | |
4667 * progmodes/compile.el (compilation-setup): Set value of | |
4668 compilation-directory-stack as in compilation-forget-errors. | |
4669 (compile-reinitialize-errors): Bind buffer-undo-list and | |
4670 deactivate-mark. | |
4671 (compilation-forget-errors): Likewise. | |
4672 | |
4673 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com> | |
4674 | |
4675 * textmodes/texinfo.el (texinfo-environment-regexp): Add the | |
4676 def... constructs. | |
4677 | |
4678 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu): | |
4679 Remove calls to sleep-for. | |
4680 | |
4681 1999-02-08 Eli Zaretskii <eliz@gnu.org> | |
4682 | |
4683 * international/codepage.el (cp-coding-system-for-codepage-1): On | |
4684 MS-DOS, use dos-unsupported-char-glyph for characters not | |
4685 supported by the codepage. | |
4686 (cp-make-coding-systems-for-codepage): Likewise. | |
4687 | |
4688 1999-02-08 Andreas Schwab <schwab@gnu.org> | |
4689 | |
4690 * international/mule-util.el (coding-system-list): Don't sort | |
4691 coding-system-list here. | |
4692 | |
4693 * international/mule.el (coding-system-lessp): Moved here from | |
4694 mule-util.el | |
4695 (add-to-coding-system-list): New function. | |
4696 (make-subsidiary-coding-system, make-coding-system, | |
4697 define-coding-system-alias): Use it instead of setting | |
4698 coding-system-list directly. | |
4699 | |
4700 1999-02-07 Dave Love <fx@gnu.org> | |
4701 | |
4702 * calendar/appt.el (appt-make-list): Don't splice quotes and date | |
4703 onto message. | |
4704 | |
4705 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4706 | |
4707 * imenu.el (imenu--last-menubar-index-alist): Add doc. | |
4708 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist. | |
4709 | |
4710 1999-02-06 Richard Stallman <rms@gnu.org> | |
4711 | |
4712 * language/european.el (setup-slovenian-environment): New function. | |
4713 ("Slovenian"): New language environment. | |
4714 | |
4715 * progmodes/sql.el (sql-help): Doc fix. | |
4716 (sql-mysql): Doc fix. | |
4717 | |
4718 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4719 | |
4720 * tex-mode.el: When compiling, require compare-w and skeleton | |
4721 to pacify the byte-compiler. Move the def's of the tex-commands | |
4722 together. Add a comment on kill-process vs. quit-process. | |
4723 | |
4724 1999-02-05 Dave Love <fx@gnu.org> | |
4725 | |
4726 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with | |
4727 null markers. | |
4728 (compile-goto-error): Likewise. | |
4729 | |
4730 1999-02-05 Stephen Gildea <gildea@alum.mit.edu> | |
4731 | |
4732 * time-stamp.el (time-stamp-format): Format doc tighter. | |
4733 (time-stamp-line-limit): 0 searches the entire buffer (careful!). | |
4734 (time-stamp): don't re-write the time stamp if it didn't change. | |
4735 | |
4736 1999-02-05 Alex Schroeder <asc@bsiag.com> | |
4737 | |
4738 * progmodes/sql.el: Changed version to 1.2.1. | |
4739 (sql-pop-to-buffer-after-send-region): Improved documentation. | |
4740 (sql-mysql-program): Added MySQL support. | |
4741 (sql-prompt-length): Made prompt-length configurable. | |
4742 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter. | |
4743 (sql-help): Added MySQL support, changed documentation. | |
4744 (sql-send-region): A message is displayed if something is sent. | |
4745 (sql-mode): Added buffer-local comment-start. | |
4746 (sql-interactive-mode): Use sql-prompt-length to set left-margin. | |
4747 (sql-interactive-mode): Added buffer-local comment-start. | |
4748 (sql-oracle): Set sql-prompt-length. | |
4749 (sql-sybase): Set sql-prompt-length. | |
4750 (sql-mysql): Added MySQL support. | |
4751 (sql-ingres): Set sql-prompt-length. | |
4752 (sql-ms): Set sql-prompt-length. | |
4753 (sql-postgres): Set sql-prompt-length. | |
4754 | |
4755 1999-02-04 Eli Zaretskii <eliz@gnu.org> | |
4756 | |
4757 * term/internal.el (dos-codepage-setup): Set selection coding | |
4758 system to cpNNN-dos. | |
4759 | |
4760 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
4761 | |
4762 * international/characters.el: Let ethiopic use iso-2022-7bit. | |
4763 | |
4764 1999-02-02 Dave Love <fx@gnu.org> | |
4765 | |
4766 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here... | |
4767 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here. | |
4768 | |
4769 1999-02-02 Karl Heuer <kwzh@gnu.org> | |
4770 | |
4771 * terminal.el (terminal-emulator): Doc fix. | |
4772 | |
4773 1999-02-02 Ken'ichi Handa <handa@gnu.org> | |
4774 | |
4775 * international/mule-util.el (compose-chars): Doc-string | |
4776 modified. Correctly handle a composition character in ARGS. | |
4777 | |
4778 1999-02-01 Richard Stallman <rms@gnu.org> | |
4779 | |
4780 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var. | |
4781 (makefile-menu-index-function): Function deleted. | |
4782 (makefile-mode): Use makefile-imenu-generic-expression. | |
4783 | |
4784 1999-02-01 Geoff Voelker <voelker@cs.washington.edu> | |
4785 | |
4786 * term/w32-win.el (w32-create-initial-fontsets): Back out previous | |
4787 change, invoke from before-init-hook. | |
4788 | |
4789 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu> | |
4790 | |
4791 * subr.el (remove-from-invisibility-spec): Cope with the case when | |
4792 buffer-invisibility-spec is t. | |
4793 | |
4794 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu> | |
4795 | |
4796 * calendar/calendar.el (calendar-mode-map): Fix bindings for | |
4797 appt-add and appt-delete. | |
4798 | |
4799 1999-02-01 Eli Zaretskii <eliz@gnu.org> | |
4800 | |
4801 * term/pc-win.el (msdos-approximate-color): New function. | |
4802 (msdos-color-translate): Call it to find a DOS color that best | |
4803 approximates an X-style "#NNNNNN" color specification. | |
4804 | |
4805 1999-02-01 Ken'ichi Handa <handa@gnu.org> | |
4806 | |
4807 * international/mule-util.el (compose-chars-component): Add | |
4808 autoload cookie. | |
4809 | |
4810 1999-01-31 Ken'ichi Handa <handa@gnu.org> | |
4811 | |
4812 * international/quail.el (quail-lookup-key): If cdr of MAP is a | |
4813 function, replace cdr of MAP by the return value of the function | |
4814 unconditionally. | |
4815 | |
4816 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4817 | |
4818 * progmodes/compile.el (compilation-next-error-locus): Don't | |
4819 decrease argument FIND-AT-LEAST of compilation-next-error-locus. | |
4820 | |
4821 1999-01-31 Eli Zaretskii <eliz@gnu.org> | |
4822 | |
4823 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs | |
4824 and NLs before "charset", and allow the charset name be in double | |
4825 quotes. | |
4826 | |
4827 1999-01-31 Richard Stallman <rms@gnu.org> | |
4828 | |
4829 * imenu.el (imenu-sort-function): Fix custom type. | |
4830 | |
4831 1999-01-30 Richard Stallman <rms@gnu.org> | |
4832 | |
4833 * speedbar.el (speedbar-line-token): Match {...} instead of [...]. | |
4834 (speedbar-line-token): Likewise. | |
4835 | |
4836 * play/gametree.el (gametree-default-score): Use defcustom. | |
4837 (gametree-score-regexp, gametree-score-closer): Likewise. | |
4838 (gametree-score-manual-flag, gametree-score-opener): Likewise. | |
4839 | |
4840 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4841 | |
4842 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when | |
4843 decoding. | |
4844 | |
4845 1999-01-29 Markus Rost <rost@gnu.org> | |
4846 | |
4847 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by | |
4848 tex-validate-buffer. | |
4849 (plain-tex-mode, latex-mode, slitex-mode): Likewise. | |
4850 (tex-validate-buffer): Renamed from validate-tex-buffer. Works | |
4851 now with recent occur-mode. | |
4852 (tex-validate-region): Really walk through all Sexps. | |
4853 (tex-region): Bind shell-dirtrack-verbose. | |
4854 (tex-file, tex-bibtex-file): Likewise. | |
4855 | |
4856 1999-01-29 Dave Love <fx@gnu.org> | |
4857 | |
4858 * finder.el: (finder-commentary): Fix interactive spec. Try | |
4859 appending .el to file name. | |
4860 (finder-find-library, finder-commentary): Doc fixes. | |
4861 | |
4862 1999-01-29 Andrew Innes <andrewi@gnu.org> | |
4863 | |
4864 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes | |
4865 where the userid contains directory separators. | |
4866 | |
4867 1999-01-29 Dave Love <fx@gnu.org> | |
4868 | |
4869 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list. | |
4870 (lm-commentary): Doc fix. | |
4871 | |
4872 1999-01-29 Andreas Schwab <schwab@gnu.org> | |
4873 | |
4874 * files.el (file-expand-wildcards): Never consider `.' and `..' a | |
4875 wildcard match. Fix regexp that tests if dirpart contains | |
4876 wildcard characters. | |
4877 | |
4878 1999-01-28 Richard Stallman <rms@gnu.org> | |
4879 | |
4880 * font-lock.el (font-lock-default-unfontify-region): | |
4881 If not font-lock-syntactic-keywords, don't remove syntax-table prop. | |
4882 | |
4883 1999-01-27 Jason Rumney <jasonr@altavista.net> | |
4884 | |
4885 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard | |
4886 from FAMILY field. | |
4887 (w32-create-initial-fontsets): Do not use before-init-hook. | |
4888 (mouse-set-font): Document. Automatically create and use fontsets. | |
4889 | |
4890 * dos-w32.el (direct-print-region-helper): Check for printer | |
4891 being t as well as a string. | |
4892 | |
4893 1999-01-27 Kenichi Handa <handa@etl.go.jp> | |
4894 | |
4895 * mail/rmail.el (rmail-decode-mime-charset): New variable. | |
4896 (rmail-mime-charset-pattern): New variable. | |
4897 (rmail-convert-to-babyl-format): Decode by MIME-charset if | |
4898 rmail-decode-mime-charset is non-nil. | |
4899 | |
4900 1999-01-27 Ken'ichi Handa <handa@gnu.org> | |
4901 | |
4902 * international/characters.el: Set category `q' for all characters | |
4903 in tibetan and tibetan-1-column. | |
4904 | |
4905 1999-01-27 Andrew Innes <andrewi@gnu.org> | |
4906 | |
4907 * frame.el (select-frame-by-name): Obey focus-follows-mouse. | |
4908 (select-frame-by-name) [windows-nt]: Use w32-focus-frame. | |
4909 | |
4910 1999-01-27 Dave Love <fx@gnu.org> | |
4911 | |
4912 * international/mule-cmds.el (current-language-environment): | |
4913 Provide :link, :type (choices) and appropriate :get. | |
4914 | |
4915 1999-01-27 Eli Zaretskii <eliz@gnu.org> | |
4916 | |
4917 * startup.el (command-line): Set default eol-mnemonic-* strings to | |
4918 display end-of-line format in mode line. | |
4919 | |
4920 * cus-start.el (all): Add eol-mnemonic-* variables. | |
4921 | |
4922 1999-01-26 Dave Love <fx@gnu.org> | |
4923 | |
4924 * startup.el (command-line-1): Up-date copyright. | |
4925 | |
4926 * paths.el (Info-default-directory-list): Use configdir twice. | |
4927 | |
4928 * info.el (Info-directory-list): Don't set path-separator now | |
4929 we're not shipped with Texinfo. Simplify path definition. | |
4930 Substitute all occurrences of instdir in Info-default-directory-list. | |
4931 | |
4932 1999-01-25 Richard Stallman <rms@gnu.org> | |
4933 | |
4934 * startup.el (normal-top-level-add-subdirs-to-load-path): | |
4935 Record the inode numbers of the dirs processed, to avoid loop. | |
4936 | |
4937 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
4938 | |
4939 1999-01-25 Dave Love <fx@gnu.org> | |
4940 | |
4941 * browse-url.el (browse-url-netscape-program): Doc addition. | |
4942 | |
4943 * help.el (help-make-xrefs): Default info references to an `(emacs)' | |
4944 prefix. | |
4945 | |
4946 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see | |
4947 auto-mode-alist. | |
4948 | |
4949 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
4950 | |
4951 * calendar/diary-lib.el (mark-diary-entries): Use | |
4952 assoc-ignore-case and do not capitalize when matching month and | |
4953 day names. | |
4954 | |
4955 * calendar/calendar.el (calendar-read-date): Ditto. | |
4956 | |
4957 * calendar/cal-hebrew.el (calendar-goto-hebrew-date) | |
4958 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto. | |
4959 | |
4960 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto. | |
4961 | |
4962 * calendar/cal-french.el (calendar-goto-french-date): Ditto. | |
4963 | |
4964 * calendar/cal-islam.el (calendar-goto-islamic-date) | |
4965 (mark-islamic-diary-entries): Ditto. | |
4966 | |
4967 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto. | |
4968 | |
4969 * calendar/cal-mayan.el (calendar-read-mayan-haab-date) | |
4970 (calendar-read-mayan-tzolkin-date): Ditto. | |
4971 | |
4972 * calendar/cal-persia.el (persian-prompt-for-date): Ditto. | |
4973 | |
4974 1999-01-22 Michael Ernst <mernst@alum.mit.edu> | |
4975 | |
4976 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker. | |
4977 | |
4978 1999-01-25 Karl Heuer <kwzh@gnu.org> | |
4979 | |
4980 * faces.el (list-faces-display): Multiline case of previous fix. | |
4981 | |
4982 1999-01-25 Andreas Schwab <schwab@gnu.org> | |
4983 | |
4984 * mail/mailalias.el (mail-complete-alist): Use alist as customize type. | |
4985 | |
4986 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu> | |
4987 | |
4988 * files.el (find-file): If find-file-noselect returns a list, | |
4989 do switch-to-buffer on each element. | |
4990 (find-file-other-window): Likewise for all but the first element. | |
4991 (find-file-other-frame): Same. | |
4992 (find-file-noselect): When we expand a wildcard, return a list | |
4993 of buffers. | |
4994 | |
4995 1999-01-24 Eli Zaretskii <eliz@gnu.org> | |
4996 | |
4997 * term/internal.el (dos-codepage-setup): Call prefer-coding-system | |
4998 to set the appropriate cpNNN-dos coding system as the | |
4999 highest-priority coding system. | |
5000 | |
5001 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
5002 | |
5003 * international/fontset.el (generate-fontset-menu): Return a | |
5004 sorted list by plain names of fontsets. | |
5005 | |
5006 * international/mule-diag.el (list-fontsets): Sort fontsets by | |
5007 plain names. | |
5008 | |
5009 * language/tibet-util.el (tibetan-vertical-stacking): If the arg | |
5010 FIRST is a composite character, decompose it at first. | |
5011 | |
5012 1999-01-23 Dave Love <fx@gnu.org> | |
5013 | |
5014 * format.el: Doc fixes. | |
5015 (format-encode-run-method): Have things happen in the right buffer. | |
5016 Deal with errors from method. Set coding-system-for-write. | |
5017 (format-decode-run-method): Have things happen in the right buffer. | |
5018 Deal with errors from method. Set coding-system-for-read. | |
5019 (format-alist): Use nil instead of unmatchable regexps. | |
5020 | |
5021 * simple.el (shell-command-on-region): Return command's exit status. | |
5022 | |
5023 1999-01-23 Eric Ludlam <zappo@gnu.org> | |
5024 | |
5025 * speedbar.el (speedbar-item-info-file-helper): Add optional arg | |
5026 of the file whose info we want to display. | |
5027 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize. | |
5028 (speedbar-add-mode-functions-list) Improve doc. | |
5029 (speedbar-line-token) New function. | |
5030 (speedbar-dired) Fix order of directories in -shown-directories. | |
5031 (speedbar-line-path): Default return is default-directory | |
5032 (speedbar-buffers-line-path): Return is dir name only. | |
5033 (speedbar-mode-functions-list): New variable. | |
5034 (speedbar-mouse-item-info): Rewrote to be a replaceable fn. | |
5035 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper | |
5036 speedbar-files-item-info speedbar-buffers-item-info): New functions. | |
5037 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list): | |
5038 New functions. | |
5039 (speedbar-line-file): Broke out part that fetches file from a line. | |
5040 (speedbar-line-text): New function extracted from speedbar-line-file. | |
5041 (speedbar-line-path): Converted into a replaceable function. | |
5042 (speedbar-files-line-path, speedbar-buffers-line-path): New functions. | |
5043 | |
5044 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
5045 | |
5046 * international/fontset.el (create-fontset-from-x-resource): Make | |
5047 style variants. | |
5048 | |
5049 1999-01-22 Dave Love <fx@gnu.org> | |
5050 | |
5051 * paths.el (Info-default-directory-list): Put sysdir after start. | |
5052 | |
5053 1999-01-22 Sam Steingold <sds@goems.com> | |
5054 | |
5055 * midnight.el (clean-buffer-list): do not kill a buffer if it has | |
5056 a process associated with it. | |
5057 | |
5058 1999-01-22 Jason Rumney <jasonr@altavista.net> | |
5059 | |
5060 * term/w32-win.el (w32-standard-fontset-spec): Simplified. | |
5061 | |
5062 1999-01-22 Felix Lee <flee@cygnus.com> | |
5063 | |
5064 * vc.el (vc-annotate-display): Delete old overlays. Fix check for | |
5065 major-mode. | |
5066 (vc-annotate-mode): Delete variable. | |
5067 | |
5068 1999-01-22 Andrew Innes <andrewi@gnu.org> | |
5069 | |
5070 * startup.el (command-line): [windows-nt]: Check for existence of | |
5071 .emacs file so as to notice .emacs.el or .emacs.elc and use them | |
5072 in preference to _emacs. | |
5073 | |
5074 1999-01-22 Dave Love <fx@gnu.org> | |
5075 | |
5076 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref. | |
5077 | |
5078 1999-01-20 Richard Stallman <rms@gnu.org> | |
5079 | |
5080 * files.el (find-file-noselect): Do wildcard processing only | |
5081 if new arg WILDCARDS is non-nil. | |
5082 (find-file, find-file-other-window): New arg WILDCARDS. | |
5083 Default it to non-nil if interactive. | |
5084 (find-file-other-frame): Likewise. | |
5085 (find-file-read-only): Likewise. | |
5086 (find-file-read-only-other-window): Likewise. | |
5087 (find-file-read-only-other-frame): Likewise. | |
5088 | |
5089 * wid-edit.el (widget-alist-convert-option): Delete spurious comma. | |
5090 (widget-plist-convert-option): Delete spurious comma. | |
5091 | |
5092 1999-01-19 Jason Rumney <jasonr@altavista.net> | |
5093 | |
5094 * term/w32-win.el (w32-standard-fontspec-spec): Change | |
5095 iso8859-5 to koi8-r. Add iso8859-9. | |
5096 | |
5097 1999-01-19 Dave Love <fx@gnu.org> | |
5098 | |
5099 * browse-url.el (browse-url-maybe-new-window): Delete macro and | |
5100 its uses. | |
5101 | |
5102 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark | |
5103 is active. | |
5104 (fortran-indent-subprogram): Likewise. | |
5105 | |
5106 1999-01-19 Dave Love <d.love@dl.ac.uk> | |
5107 | |
5108 * paths.el (Info-default-directory-list): Perhaps add /usr/info. | |
5109 | |
5110 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5111 | |
5112 * wid-edit.el (alist): Use sexp as default key-type. | |
5113 | |
5114 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5115 | |
5116 * textmodes/tex-mode.el (tex-define-common-keys): | |
5117 Remove key binding of tex-feed-input. | |
5118 (tex-mode-map): Bind tex-feed-input here. | |
5119 (tex-start-shell): Use compilation-shell-minor-mode. Set | |
5120 comint-input-filter-functions before running tex-shell-hook. | |
5121 (tex-start-tex): Forget compilation errors. | |
5122 (tex-compilation-parse-errors): Rewritten to work also with | |
5123 compile-mouse-goto-error and compile-goto-error. Adjusted to | |
5124 change in tex-region. | |
5125 (tex-region): For the temp file use file-name without directory. | |
5126 (tex-file): Expand file name of tex-print-file. | |
5127 | |
5128 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5129 | |
5130 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call. | |
5131 | |
5132 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no> | |
5133 | |
5134 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid | |
5135 beginning could cause Emacs to hang. Fixed. | |
5136 | |
5137 1999-01-18 Ken'ichi Handa <handa@gnu.org> | |
5138 | |
5139 * international/ccl.el (ccl-compile-translate-character): Handle | |
5140 the case that a tranlation table is CCL register correctly. | |
5141 | |
5142 * international/mule-cmds.el (select-safe-coding-system): | |
5143 Hightlight at most 256 characters. | |
5144 | |
5145 1999-01-18 Dave Love <fx@gnu.org> | |
5146 | |
5147 * startup.el (command-line): If the init file changes operation to | |
5148 unibyte, make all buffers unibyte and re-set language environment. | |
5149 | |
5150 * disp-table.el (standard-display-european): Make all existing | |
5151 buffers unibyte. Fix doc. | |
5152 | |
5153 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5154 | |
5155 * wid-edit.el (coding-system): Define this unconditionally. | |
5156 | |
5157 * simple.el (shell-command-on-region-default-error-buffer): New var. | |
5158 (shell-command-on-region): Use that variable as interactive | |
5159 value of ERROR-BUFFER argument. | |
5160 | |
5161 1999-01-17 Sam Steingold <sds@goems.com> | |
5162 | |
5163 * mail/rmail.el (rmail-quit): run `rmail-quit-hook'. | |
5164 | |
5165 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5166 | |
5167 * progmodes/compile.el (compilation-goto-locus): If already in the | |
5168 compilation buffer's window, keep it in that window. | |
5169 (compile-mouse-goto-error): Add Doc. Don't play with windows. | |
5170 (compile-goto-error): Don't play with windows. | |
5171 | |
5172 * textmodes/tex-mode.el (latex-run-command): Doc fix. | |
5173 (tex-command): Doc fix. | |
5174 (tex-compilation-parse-errors): Doc fix. | |
5175 (tex-generate-zap-file-name): Don't start the name with -. | |
5176 (tex-expand-files): Works now also with strings ending with ":". | |
5177 | |
5178 1999-01-17 Ian T Zimmerman <itz@transbay.net> | |
5179 | |
5180 Patch failed to install: | |
5181 * gametree.el: Document scoring functionality. | |
5182 (gametree-score-regexp): Add optional plus sign. | |
5183 (gametree-score-opener): Replace `:' with `=' as the former | |
5184 conflicts with gametree-half-ply-regexp. | |
5185 (gametree-transpose-following-leaves): Add. | |
5186 (gametree-insert-new-leaf): Make modifying commands barf in read | |
5187 only buffers. | |
5188 (gametree-break-line-here): Add a call to | |
5189 `gametree-transpose-following-leaves'. This maintains the | |
5190 necessary invariant that on each level all leaf children precede | |
5191 all nonleaf children. This has always been implied, but left to | |
5192 the user, and, unfortunately, undocumented. | |
5193 | |
5194 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
5195 | |
5196 * wid-edit.el (plist, alist): New widget types. | |
5197 | |
5198 1999-01-17 Dave Love <fx@gnu.org> | |
5199 | |
5200 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and | |
5201 fix scope of condition-case therein. | |
5202 | |
5203 1999-01-17 Andrew Innes <andrewi@gnu.org> | |
5204 | |
5205 * dos-w32.el: (find-buffer-file-type-coding-system): Use | |
5206 default-buffer-file-coding-system when file doesn't exist (and | |
5207 isn't covered by a special case) instead of forcing undecided-dos | |
5208 against the user's wishes. | |
5209 | |
5210 * dos-w32.el (direct-print-region-helper): New function based on | |
5211 direct-print-region-function; sends data to specified printer port | |
5212 without further translation. Recognize and handle specially the | |
5213 standard `print' and `nprint' programs, as well as `lpr' and | |
5214 similar programs. Only write directly to the printer port if no | |
5215 print program is specified. Work around a bug in Windows 9x | |
5216 affecting Win32 version of Emacs by invoking command.com to write | |
5217 to the printer port instead of writing directly. | |
5218 (direct-print-region-function): Use direct-print-region-helper to | |
5219 do most of the work. | |
5220 (direct-ps-print-region-function): New function; analogue of | |
5221 direct-print-region-function for ps-print. | |
5222 (ps-lpr-command): Comment out setq; leave as example usage. | |
5223 (ps-lpr-switches): Ditto. | |
5224 | |
5225 * lpr.el: (printer-name): Update docstring about usage on MS-DOS | |
5226 and MS-Windows. | |
5227 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on | |
5228 DOS and Windows platforms, to indicate direct printing. Update | |
5229 the docstring accordingly. | |
5230 | |
5231 * ps-print.el: (ps-printer-name): Update docstring about usage on | |
5232 MS-DOS and MS-Windows. | |
5233 (ps-lpr-command): Update docstring as for lpr-command. | |
5234 (ps-print-region-function): New variable. | |
5235 (ps-do-despool): Use it. | |
5236 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for | |
5237 DOS/Windows. | |
5238 | |
5239 * subr.el (subst-char-in-string): New function. | |
5240 | |
5241 1999-01-17 Eli Zaretskii <eliz@gnu.org> | |
5242 | |
5243 * international/codepage.el (cp852-decode-table): Fill a nil entry. | |
5244 | |
5245 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename. | |
5246 (bdf-find-font-info): New function, looks for the first readable | |
5247 file from a list of alternatives. | |
5248 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info | |
5249 instead of bdf-get-font-info. | |
5250 (bdf-generate-glyphs): If font-name is a cons cell, pass its car | |
5251 to ps-mule-generate-bitmap-glyph. | |
5252 | |
5253 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative | |
5254 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can | |
5255 now be a list of alternative names. | |
5256 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car. | |
5257 (ps-mule-prepare-font): Likewise. | |
5258 | |
5259 * international/codepage.el (cp855-decode-table, | |
5260 cp850-decode-table): Fill some nil entries. | |
5261 | |
5262 1999-01-16 Dave Love <fx@gnu.org> | |
5263 | |
5264 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert | |
5265 last change. | |
5266 | |
5267 1999-01-15 Dave Love <fx@gnu.org> | |
5268 | |
5269 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions | |
5270 and change regexp for command names. | |
5271 (help-xref-go-back, function-called-at-point, symbol-file) | |
5272 (where-is): Doc fixes. | |
5273 (help-xref-go-back): Remove interactive spec. | |
5274 (describe-function-1): Fix message for alias. Buttomize alias | |
5275 name. | |
5276 | |
5277 * simple.el (join-line): New alias. | |
5278 | |
5279 1999-01-15 Johan Vromans <jvromans@squirrel.nl> | |
5280 | |
5281 * forms.el: (forms--show-record): Convert integers to string | |
5282 expicitly since concat will no longer accept integers. | |
5283 (forms-print): Use local `total-nb-records' since | |
5284 `forms--total-records' will be inaccessible after buffer switching. | |
5285 | |
5286 1998-01-14 Felix Lee <flee@cygnus.com> | |
5287 | |
5288 * textmodes/flyspell.el (make-flyspell-overlay): fix front stickiness. | |
5289 | |
5290 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5291 | |
5292 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change. | |
5293 | |
5294 1999-01-14 Eli Zaretskii <eliz@gnu.org> | |
5295 | |
5296 * international/codepage.el (cp850-decode-table): Fix previous change. | |
5297 | |
5298 1999-01-14 Simon Marshall <simon@gnu.org> | |
5299 | |
5300 * shell.el (shell-dirtrack-verbose): New custom variable. | |
5301 (shell-dirstack-message): Use it. | |
5302 | |
5303 1999-01-14 Kenichi Handa <handa@etl.go.jp> | |
5304 | |
5305 * international/mule-conf.el: Coding system alias `dos' for | |
5306 `undecided-dos', `mac' for `undecided-mac'. | |
5307 | |
5308 * international/mule-cmds.el (describe-language-environment): | |
5309 Don't alter input-method-alist. | |
5310 | |
5311 1999-01-13 Eli Zaretskii <eliz@gnu.org> | |
5312 | |
5313 * international/codepage.el (cp850-decode-table): Replace nil | |
5314 entries with codes of similary looking glyphs. (Suggested by | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5315 Jason Rumney <jasonr@altavista.net>.) |
25837 | 5316 |
5317 1999-01-13 Dave Love <fx@gnu.org> | |
5318 | |
5319 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise". | |
5320 | |
5321 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change. | |
5322 | |
5323 1999-01-12 Karl Heuer <kwzh@gnu.org> | |
5324 | |
5325 * files.el (auto-save-hook): Defvar this. | |
5326 | |
5327 1999-01-12 Alex Schroeder <asc@bsiag.com> | |
5328 | |
5329 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock | |
5330 faces, eliminating the need to load font-lock before loading sql. | |
5331 (sql-mode-oracle-font-lock-keywords): Likewise. | |
5332 (sql-mode-postgres-font-lock-keywords): Likewise. | |
5333 | |
5334 1999-01-11 Dave Love <fx@gnu.org> | |
5335 | |
5336 * cus-start.el: Add inhibit-eol-conversion. | |
5337 | |
5338 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap | |
5339 the values round. | |
5340 | |
5341 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5342 | |
5343 * help.el (help-mode-finish): Renamed from help-mode-maybe. | |
5344 Don't switch to Help mode here. | |
5345 (temp-buffer-setup-hook): Use help-mode-finish. | |
5346 (help-mode-setup): New function. | |
5347 (temp-buffer-setup-hook): Use help-mode-setup. | |
5348 | |
5349 * progmodes/sql.el: New file. | |
5350 | |
5351 * files.el (auto-mode-alist): Add sql-mode. | |
5352 | |
5353 * faces.el (list-faces-display): Improve the formatting | |
5354 by computing the maximum length required for any face-name. | |
5355 | |
5356 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5357 | |
5358 * progmodes/compile.el (compilation-shell-minor-mode): New function. | |
5359 | |
5360 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu> | |
5361 | |
5362 * term.el (term_send_home): Change the string to | |
5363 be the same as the one emitted by xterm and consistent with the | |
5364 ones emitted by prior and next. | |
5365 (term_send_end): Likewise. | |
5366 | |
5367 1999-01-10 Dave Love <fx@gnu.org> | |
5368 | |
5369 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse | |
5370 bindings. | |
5371 | |
5372 1999-01-10 Eli Zaretskii <eliz@gnu.org> | |
5373 | |
5374 * international/codepage.el (codepage-setup): Doc fix. | |
5375 (cp-decoding-vector-for-codepage): Likewise. | |
5376 | |
5377 1999-01-10 Markus Rost <rost@gnu.org> | |
5378 | |
5379 * cus-edit.el (custom-save-delete): First scan the custom-file. | |
5380 | |
5381 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5382 | |
5383 * international/iso-transl.el: Define a "function name" for | |
5384 each translation that isn't ASCII. Use these function names | |
5385 in iso-transl-char-map. | |
5386 | |
5387 1999-01-08 Kenichi Handa <handa@etl.go.jp> | |
5388 | |
5389 * international/mule-util.el (decompose-region): Do decomposition | |
5390 on temporary unibyte buffer. | |
5391 | |
5392 * international/mule.el (make-char): Doc-string modified. | |
5393 | |
5394 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5395 | |
5396 * simple.el (comment-region): Delete spaces only if we | |
5397 deleted a comment starter. | |
5398 | |
5399 1999-01-07 Dave Love <fx@gnu.org> | |
5400 | |
5401 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix. | |
5402 | |
5403 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom | |
5404 like eval-defun does. | |
5405 | |
5406 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark]. | |
5407 | |
5408 * generic.el: Re-write `(make-variable-buffer-local (defvar ...' | |
5409 constructions. Doc fixes. | |
5410 (generic-create-generic-function): Use defalias, not fset. | |
5411 | |
5412 * find-func.el: More doc fixes. | |
5413 | |
5414 1999-01-06 Stephen Eglen <stephen@gnu.org> | |
5415 | |
5416 * files.el (save-buffers-kill-emacs): Show the list of current | |
5417 processes before prompting to kill them and exit. | |
5418 | |
5419 1999-01-06 Dave Love <fx@gnu.org> | |
5420 | |
5421 * emacs-lisp/find-func.el: Doc fixes. | |
5422 (find-function-regexp): Extend for define-generic-mode, | |
5423 define-derived-mode, easy-mmode-define-minor-mode. | |
5424 | |
5425 1999-01-06 Dave Love <fx@gnu.org> | |
5426 | |
5427 * progmodes/fortran.el (fortran-window-create): Account for scroll | |
5428 bar width. | |
5429 | |
5430 * browse-url.el: Require (noerror) w3-auto when compiling. | |
5431 (browse-url-maybe-new-window): Make it a macro and revert last | |
5432 change to callers. | |
5433 (browse-url-w3): Require w3 for w3-fetch-other-window. | |
5434 | |
5435 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5436 | |
5437 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the | |
5438 argument. | |
5439 | |
5440 1999-01-06 Simon Marshall <simon@gnu.org> | |
5441 | |
5442 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix. | |
5443 | |
5444 * font-lock.el (font-lock-default-fontify-buffer): When using | |
5445 with-temp-message, use nil rather than current-message. | |
5446 | |
5447 * lazy-lock.el (lazy-lock-unstall): | |
5448 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil | |
5449 rather than current-message. | |
5450 | |
5451 * fast-lock.el (fast-lock-save-cache-1): | |
5452 (fast-lock-cache-data): When using with-temp-message, use nil rather | |
5453 than current-message. | |
5454 | |
5455 1999-01-06 Eli Zaretskii <eliz@gnu.org> | |
5456 | |
5457 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
5458 the valid-codes property. | |
5459 | |
5460 * international/mule-cmds.el (prefer-coding-system): Call | |
5461 set-coding-priority, so that the internal array of priorities is | |
5462 also updated. | |
5463 | |
5464 * international/mule-util.el: | |
5465 (coding-system-change-eol-conversion, | |
5466 coding-system-change-text-conversion): Don't define here. | |
5467 | |
5468 * international/mule-cmds.el: Define them here. Remove the | |
5469 autoload cookies. | |
5470 | |
5471 1999-01-06 Andreas Schwab <schwab@gnu.org> | |
5472 | |
5473 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled | |
5474 if it was enabled before. | |
5475 | |
5476 * view.el (View-revert-buffer-scroll-page-forward): Bind | |
5477 view-scroll-auto-exit instead of obsolete view-mode-auto-exit. | |
5478 | |
5479 * files.el (recover-session): Preserve point when inserting | |
5480 explanation. | |
5481 | |
5482 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5483 | |
5484 * cus-edit.el (custom-save-delete): Don't delete whitespace | |
5485 and comments before the sexp that is replaced. | |
5486 | |
5487 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
5488 | |
5489 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error. | |
5490 | |
5491 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
5492 | |
5493 * vc.el (vc-dired-hook): Use the original value of | |
5494 dired-move-to-filename-regexp on lines that have not been | |
5495 reformatted yet. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5496 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the |
25837 | 5497 file lines have already been reformatted. |
5498 | |
5499 1999-01-05 Dave Love <fx@gnu.org> | |
5500 | |
5501 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search | |
5502 buffer-local. | |
5503 | |
5504 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se> | |
5505 | |
5506 * progmodes/f90.el: Change of regular expressions for type to | |
5507 correct highlighting and identation. Some small fixes for | |
5508 compatibility with XEmacs. | |
5509 | |
5510 1999-01-05 Stephen Eglen <stephen@gnu.org> | |
5511 | |
5512 * mspools.el (mspools-vm-system-mail): Provide an alternative | |
5513 value based on rmail-spool-directory if $MAIL is not defined. | |
5514 | |
5515 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl> | |
5516 | |
5517 * textmodes/reftex.el (reftex-section-levels): Allow negative levels. | |
5518 (reftex-section-info): Handle negative section levels. | |
5519 (reftex-view-crossref-extra): New option. | |
5520 (reftex-view-crossref): Generalized to work in more places. | |
5521 (reftex-find-citation-regexp-format, reftex-find-reference-format, | |
5522 reftex-macros-with-labels, reftex-global-search-marker): New variables. | |
5523 (reftex-view-cite-locations-from-bibtex): New command. | |
5524 (reftex-view-regexp-match, reftex-global-search, | |
5525 reftex-global-search-continue): New functions. | |
5526 (reftex-extract-bib-entries): No error for non-existing BibTeX | |
5527 file, just a message. | |
5528 (reftex-extract-bib-entries): Better error handling. | |
5529 (reftex-select-with-char): Use `*RefTeX Select*' for selection | |
5530 help and force it on current frame. | |
5531 (reftex-default-bibliography): New function. | |
5532 (reftex-access-parse-file): Check consistency after loading a | |
5533 parse file. When inconsistent, enfore rescan. | |
5534 (reftex-check-parse-consistency): New function. | |
5535 (easy-menu-define): Options section drastically shortened. | |
5536 | |
5537 1999-01-05 Kenichi Handa <handa@etl.go.jp> | |
5538 | |
5539 * language/thai-util.el (thai-compose-string): New function. | |
5540 | |
5541 1999-01-04 Inge Frick <inge@nada.kth.se> | |
5542 | |
5543 * easymenu.el (easy-menu-define): Doc fix. | |
5544 (easy-menu-create-menu): New keyword :included. | |
5545 (easy-menu-do-add-item): New keyword :included. SUFFIX may | |
5546 be an expression, not only a string. Simulate style `button'. | |
5547 Use easy-menu-define-key-intern instead of easy-menu-define-key. | |
5548 (easy-menu-define-key-intern): New function. | |
5549 (easy-menu-add-item): Understand value returned from | |
5550 easy-menu-item-present-p and easy-menu-remove-item. | |
5551 (easy-menu-return-item): New function. | |
5552 (easy-menu-item-present-p, easy-menu-remove-item): Use it. | |
5553 | |
5554 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5555 | |
5556 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
5557 Use rmail-output-read-rmail-file-name to read the file name. | |
5558 Always call rmail-output-to-rmail-file noninteractively. | |
5559 When count > 1, do the loop here. | |
5560 Handle rmail-delete-after-output here. | |
5561 (rmail-summary-output): Similar changes. | |
5562 | |
5563 * mail/rmailout.el: Provide `rmailout'. | |
5564 (rmail-output-read-rmail-file-name): New function. | |
5565 (rmail-output-to-rmail-file): Use that. | |
5566 (rmail-output-read-file-name): New function. | |
5567 (rmail-output): Use that. | |
5568 | |
5569 * files.el (find-file-noselect): Let /: suppress wildcard matching. | |
5570 Error if wildcard matches no files. | |
5571 | |
5572 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5573 | |
5574 * menu-bar.el (clipboard-yank): Doc fix. | |
5575 | |
5576 * info.el (Info-insert-dir): Chase symlinks for file-attributes. | |
5577 | |
5578 1998-12-31 Markus Rost <rost@delysid.gnu.org> | |
5579 | |
5580 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo. | |
5581 | |
5582 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk> | |
5583 | |
5584 * rmail.el (rmail-encode-string): Make sure mask value is | |
5585 positive; (emacs-pid) returns a negative number on Windows 9x | |
5586 which causes odd behaviour. | |
5587 | |
5588 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5589 | |
5590 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS, | |
5591 and about w32-* variables unless on Windows/NT. | |
5592 | |
5593 1998-12-31 Boris Goldowsky <boris@alum.mit.edu> | |
5594 | |
5595 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only | |
5596 if buffer is modified; ask about all modified buffers. | |
5597 | |
5598 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5599 | |
5600 * simple.el (what-cursor-position): Fix previous change. | |
5601 | |
5602 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu> | |
5603 | |
5604 * mail/sendmail.el (mail-mode): Eliminate ambiguous match | |
5605 from paragraph-start. | |
5606 | |
5607 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5608 | |
5609 * international/mule-cmds.el (prefer-coding-system): If the | |
5610 argument requires specific EOL conversion type, make the default | |
5611 coding systems use that. | |
5612 | |
5613 1998-12-30 Drew Csillag <drew_csillag@geocities.com> | |
5614 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5615 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer): |
25837 | 5616 Use shell-command-on-region. |
5617 (m4-start-m4, m4-end-m4): Functions deleted. | |
5618 | |
5619 1998-12-30 Michael Ernst <mernst@alum.mit.edu> | |
5620 | |
5621 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout. | |
5622 | |
5623 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5624 | |
5625 * browse-url.el (browse-url-mail): Give argument SEND-ACTION | |
5626 to compose-mail in the correct places and as a list. | |
5627 | |
5628 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp> | |
5629 | |
5630 * page-ext.el: Added mouse-selection feature for pages directory buffer. | |
5631 (pages-directory-map): Bind mouse-2 | |
5632 (pages-copy-header-and-position): Put text property. | |
5633 (pages-directory-goto-with-mouse): New function. | |
5634 | |
5635 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5636 | |
5637 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
5638 Doc fix. | |
5639 (cp-coding-system-for-codepage-1): Likewise. | |
5640 | |
5641 1998-12-29 Kenichi Handa <handa@etl.go.jp> | |
5642 | |
5643 * language/thai-util.el (thai-post-read-conversion): Handle Thai | |
5644 composition sequence correctly here instead of calling | |
5645 thai-compose-region. | |
5646 | |
5647 * textmodes/fill.el (fill-region-as-paragraph): While deleting a | |
5648 newline in multibyte buffer, if previous or next character is a | |
5649 composite char, check the first component of the composite char. | |
5650 | |
5651 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org> | |
5652 | |
5653 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer | |
5654 and track-mouse. | |
5655 | |
5656 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5657 | |
5658 * mail/sendmail.el (mail-yank-original): Remove text properties | |
5659 after insertion. | |
5660 (mail-yank-region): Barf if no mark is set in the message | |
5661 being replied to. | |
5662 | |
5663 * help.el (function-called-at-point): First look for function at point. | |
5664 | |
5665 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5666 | |
5667 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage. | |
5668 | |
5669 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5670 | |
5671 * simple.el (what-cursor-position): Print character encoding also. | |
5672 | |
5673 1998-12-26 Dave Love <fx@gnu.org> | |
5674 | |
5675 * textmodes/flyspell.el: If local-maps work, don't put | |
5676 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB | |
5677 in flyspell-mouse-map (only). | |
5678 (flyspell-use-local-map): New variable. | |
5679 Use a different mouse-2 binding in that case, | |
5680 and don't add to minor-mode-map-alist. | |
5681 (make-flyspell-overlay, flyspell-correct-word): | |
5682 Test flyspell-use-local-map. | |
5683 | |
5684 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5685 | |
5686 * files.el (file-expand-wildcards): Handle wildcards in directory name. | |
5687 Be careful about whether to return a relative file name, | |
5688 and if so, relative to what directory. | |
5689 | |
5690 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5691 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5692 * emacs-lisp/easymenu.el (easy-menu-get-map): |
25837 | 5693 Change global map only if this menu exists in the global map already, |
5694 and not in the local map. | |
5695 (easy-menu-do-add-item): Fix error message. | |
5696 | |
5697 * foldout.el (foldout-inhibit-key-bindings): | |
5698 Avoid concatenating onto outline-minor-mode-prefix. | |
5699 Make a new keymap for that prefix, if it does not already have one. | |
5700 | |
5701 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu> | |
5702 | |
5703 * cperl-mode.el: | |
5704 Can use linear algorithm for indentation if Emacs supports it. | |
5705 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp. | |
5706 (cperl-after-block-p): Likewise. | |
5707 (cperl-after-block-and-statement-beg): Likewise. | |
5708 (cperl-after-block-p): After END/BEGIN we are a block. | |
5709 (cperl-after-expr-p): Skip labels when checking | |
5710 (cperl-indent-region): Make a marker for END - text added/removed. | |
5711 Disable hooks during the call (how to call them later?). | |
5712 Now indents 820-line-long function in 6.5 sec (including | |
5713 syntaxification) the first time (when buffer has few | |
5714 properties), 7.1 sec the second time. | |
5715 (cperl-indent-region): Do not indent whitespace lines | |
5716 (cperl-style-alist) | |
5717 Include `cperl-merge-trailing-else' where the value is clear. | |
5718 (cperl-styles-entries): Likewise. | |
5719 (cperl-problems): Improvements to docs. | |
5720 (cperl-tips): Likewise. | |
5721 (cperl-non-problems): Likewise. | |
5722 (cperl-mode): Make lazy syntaxification possible. | |
5723 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30). | |
5724 `font-lock-unfontify-region-function' was set to a wrong function. | |
5725 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5726 (cperl-find-pods-heres): Safe a position in buffer where it is safe to |
25837 | 5727 restart syntaxification. Changed so that -d ?foo? is a RE. Do |
5728 not warn on `=cut' if doing a chunk only. 1 << 6 was OK, | |
5729 but 1<<6 was considered as HERE-doc. | |
5730 <file/glob> made into a string. | |
5731 Postpone addition of faces after syntactic step. | |
5732 Recognition of <FH> was wrong. | |
5733 Highlight `gem' in s///gem as a keyword. `qr' recognized. | |
5734 Knows that split// is null-RE. | |
5735 Highlights separators in 3-parts expressions as labels. | |
5736 <> was considered as a glob. | |
5737 Would err if the last line is `=head1'. | |
5738 $a-1 ? foo : bar; was a considered a regexp. | |
5739 `<< (' was considered a start of HERE-doc. | |
5740 mark qq[]-etc sections as syntax-type=string | |
5741 Was not processing sub protos after a comment ine. | |
5742 Was treating $a++ <= 5 as a glob. | |
5743 Tolerate unfinished REx at end-of-buffer. | |
5744 `unwind-protect' was left commented. | |
5745 / and ? after : start a REx. | |
5746 | |
5747 (cperl-syntaxify-by-font-lock): Set to t, should be safe now. | |
5748 Better default, customizes to `message' too, off in text-mode. | |
5749 | |
5750 (cperl-array-face): Renamed from `font-lock-emphasized-face', | |
5751 `defface'd. | |
5752 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'. | |
5753 `defface'd. | |
5754 (cperl-emacs-can-parse): New state variable. | |
5755 (cperl-indent-line): Corrected to use global state. | |
5756 (cperl-calculate-indent): Likewise. | |
5757 (cperl-fix-line-spacing): Likewise (not used yet). | |
5758 (cperl-calculate-indent): Did not consider `,' as | |
5759 continuation mark for statements. | |
5760 (cperl-calculate-indent): Avoid parse-data optimization at toplevel. | |
5761 Remove another parse-data optimization at toplevel: would | |
5762 indent correctly. | |
5763 Correct for labels when calculating indentation of continuations. | |
5764 Docstring updated. | |
5765 (cperl-choose-color): Converted to a function (to be | |
5766 compilable in text-mode). | |
5767 (cperl-dark-background): Disable without window-system. | |
5768 Do `defface' only if window-system. | |
5769 (cperl-fix-line-spacing): sped up to bail out early. | |
5770 (x-color-defined-p): was not compiling on XEmacs | |
5771 Was defmacro'ed with a tick. Remove another def. | |
5772 (cperl-clobber-lisp-bindings): if set, C-c variants are the old ones | |
5773 (cperl-unwind-to-safe): New function. | |
5774 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5775 (cperl-fontify-syntaxically): Unwinds start and end to go out of |
25837 | 5776 long strings (not very successful). |
5777 (cperl-forward-re): Highlight the trailing / in s/foo// as string. | |
5778 Highlight the starting // in s//foo/ as function-name. | |
5779 Emit a meaningful error instead of a cryptic one for an | |
5780 uncomplete REx near end-of-buffer. | |
5781 | |
5782 (cperl-electric-keyword): `qr' recognized. | |
5783 (cperl-electric-else): Likewise | |
5784 (cperl-to-comment-or-eol): Likewise | |
5785 (cperl-make-regexp-x): Likewise | |
5786 (cperl-init-faces): Likewise, and `lock' (as overridable?). | |
5787 Corrected to use new macros; | |
5788 `if' for copying `reference-face' to `constant-face' was backward. | |
5789 remove init `font-lock-other-emphasized-face', | |
5790 `font-lock-emphasized-face', `font-lock-keyword-face'. | |
5791 Interpolate `cperl-invalid-face'. | |
5792 (cperl-make-regexp-x): Misprint in a message. | |
5793 (cperl-syntaxify-unwind): New configuration variable | |
5794 (cperl-fontify-m-as-s): New configuration variable | |
5795 (cperl-electric-pod): check for after-expr was performed | |
5796 inside of POD too. | |
5797 (cperl-backward-to-noncomment): better treatment of PODs and HEREs. | |
5798 (cperl-clobber-mode-lists): New configuration variable. | |
5799 (cperl-not-bad-style-regexp): Updated. | |
5800 Init: `cperl-is-face' was busted. | |
5801 (cperl-make-face): New macros. | |
5802 (cperl-force-face): New macros. | |
5803 (font-lock-other-type-face): Done via `defface' too. | |
5804 (cperl-nonoverridable-face): New face. Renamed from | |
5805 `font-lock-other-type-face'. | |
5806 (cperl-init-faces-weak): use `cperl-force-face'. | |
5807 (cperl-comment-indent): Commenting __END__ was not working. | |
5808 (cperl-indent-for-comment): Likewise. | |
5809 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'. | |
5810 When removing old TAGS info was not relativizing filename. | |
5811 (cperl-tags-hier-init): Gross hack to pretend we work (are we?). | |
5812 Another try to work around XEmacs problems. Better progress messages. | |
5813 (toplevel): require custom unprotected => failure on 19.28. | |
5814 (cperl-xemacs-p): defined when compile too | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5815 (cperl-find-tags): Was writing line/pos in a wrong order, |
25837 | 5816 pos off by 1 and not at beg-of-line. |
5817 (cperl-etags-snarf-tag): New macro | |
5818 (cperl-etags-goto-tag-location): New macro | |
5819 (cperl-version): New variable. New menu entry | |
5820 random docstrings: References to "future" 20.3 removed. | |
5821 Menu was described as `CPerl' instead of `Perl' | |
5822 (perl-font-lock-keywords): Would not highlight `sub foo($$);'. | |
5823 (cperl-toggle-construct-fix): Was toggling to t instead of 1. | |
5824 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face' | |
5825 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face', | |
5826 `font-lock-reference-face', `font-lock-keyword-face'. | |
5827 Use `eval-after-load'. | |
5828 Remove not-CPerl-related faces. | |
5829 (cperl-tips-faces): New variable and an entry into Mini-docs. | |
5830 (cperl-indent-exp): Was not processing else-blocks. | |
5831 (cperl-get-state): NOP line removed. | |
5832 (cperl-ps-print): New function and menu entry. | |
5833 (cperl-ps-print-face-properties): New configuration variable. | |
5834 (cperl-invalid-face): New configuration variable. | |
5835 (perl-font-lock-keywords): Highlight trailing whitespace | |
5836 (cperl-contract-levels): Documentation corrected. | |
5837 (cperl-contract-level): Likewise. | |
5838 (cperl-ps-extend-face-list): New macro. | |
5839 (cperl-invalid-face): Change to ''underline. | |
5840 | |
5841 1998-12-25 Markus Rost <rost@delysid.gnu.org> | |
5842 | |
5843 * mail/rmailout.el (rmail-output): Abbreviate name of default-file | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5844 for read-file-name. |
25837 | 5845 (rmail-output-to-rmail-file): Likewise. |
5846 | |
5847 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5848 | |
5849 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
5850 If MENU is nil, use global menu-bar map. | |
5851 (easy-menu-add-item, easy-menu-remove-item): Argument renamed. | |
5852 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed. | |
5853 | |
5854 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
5855 | |
5856 * ps-mule.el (ps-mule-begin-job): Programming uniformization. | |
5857 | |
5858 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
5859 | |
5860 * ps-print.el (ps-print-version): New version number (4.1.3). | |
5861 | |
5862 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5863 | |
5864 * international/mule-cmds.el: Use make-sparse-keymap instead of | |
5865 define-prefix-key when defining MULE menu items. | |
5866 | |
5867 * info.el (Info-node-at-bob-matching): New function. | |
5868 (Info-find-node, Info-build-node-completions): Call it. | |
5869 | |
5870 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org> | |
5871 | |
5872 * help.el (describe-function-1): Say "keymap", not "Lisp macro", | |
5873 when this is an autoloaded keymap. | |
5874 | |
5875 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5876 | |
5877 * international/codepage.el (cp-coding-system-for-codepage-1): | |
5878 Create separate encoders and decoders, for DOS and Unix. Make the | |
5879 usual family of 3 coding systems, so that automatic detection of | |
5880 EOL type works. | |
5881 (cp-make-coding-systems-for-codepage): Don't intern DOS- and | |
5882 Unix-specific symbols here, and don't call | |
5883 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi | |
5884 Handa <handa@etl.go.jp>.) | |
5885 | |
5886 * dos-vars.el (dos-codepage-setup-hook): New defcustom. | |
5887 | |
5888 * term/internal.el (IT-character-translations): New variable, an | |
5889 alist used to display characters for which there's no glyphs in | |
5890 the current codepage. | |
5891 (IT-display-table-setup): New function, sets up the DOS terminal | |
5892 for a given codepage. | |
5893 (dos-codepage-setup): New function, sets up the MULE environment | |
5894 for the current value of dos-codepage. | |
5895 (top-level if): In the multibyte mode, turn on | |
5896 unibyte-display-via-language-environment. In the unibyte mode, | |
5897 set up the special syntax tables to map lower- to upper case and | |
5898 back. | |
5899 | |
5900 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org> | |
5901 | |
5902 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt. | |
5903 (speedbar-frame-plist) Remove useless comments. | |
5904 (speedbar-frame-mode) Do not specify height if it is in the param list. | |
5905 Use default y position w/out changing it. | |
5906 If default x position is a list, keep, calculate the non-list X | |
5907 value when devining an initial position. | |
5908 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files. | |
5909 (speedbar-tag-group-name-minimum-length): New variable. | |
5910 (speedbar-frame-parameter): New compatibility function. | |
5911 (speedbar-frame-mode): Updated to use speedbar-frame-parameter. | |
5912 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub | |
5913 groups to keep things in the right order, and to help with some | |
5914 naming conventions. | |
5915 (speedbar-create-tag-hierarchy): Enable buffer local version of | |
5916 `speedbar-tag-hierarchy-method' in the buffer we are tagging. | |
5917 (speedbar-line-path) Make DEPTH param optional. Devine it if absent. | |
5918 the case, derive it from the cursor location in speedbar. | |
5919 | |
5920 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5921 | |
5922 * international/mule-cmds.el (set-language-environment): On MS-DOS | |
5923 terminals, install DOS-specific nonascii-translation-table if the | |
5924 language info doesn't specify one. Pass the default eol-type to | |
5925 set-language-environment-coding-systems. | |
5926 (set-default-coding-systems): Copy the eol-type property for the | |
5927 new default values of {buffer-file,process}-coding-system from the | |
5928 old defaults. | |
5929 (set-language-environment-coding-systems): Accept an optional | |
5930 argument EOL-TYPE, and set the eol-type property of the default | |
5931 coding systems accordingly. | |
5932 (set-terminal-coding-system): Enable menu item on MS-DOS terminals. | |
5933 (set-keyboard-coding-system): Likewise. | |
5934 (set-default-coding-systems): Don't set | |
5935 default-terminal-coding-system on MS-DOS to anything but nil. | |
5936 (prefer-coding-system): Describe in the doc string that | |
5937 default-terminal-coding-system is not changed on MS-DOS. | |
5938 (set-language-environment): For MS-DOS, set standard syntax table | |
5939 and display table for all characters with code above 127. | |
5940 (standard-display-european-internal): For MS-DOS, pass all | |
5941 characters with code above 127 directly to the terminal, and don't | |
5942 remap characters 160 and 146 in the unibyte case. | |
5943 | |
5944 * international/codepage.el: New file. | |
5945 | |
5946 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
5947 | |
5948 * diary-lib.el (diary-float): Fix end-of-year error and typos in | |
5949 comments. | |
5950 | |
5951 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> | |
5952 | |
5953 * map-ynp.el (map-y-or-n-p): Ignore input methods. | |
5954 | |
5955 * subr.el (read-passwd): Likewise. | |
5956 | |
5957 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5958 | |
5959 * info.el (Info-find-node): Add 1 to the position read from the | |
5960 tag table. Don't fail if the node delimiter ^_ is the first | |
5961 character in the file. | |
5962 (Info-insert-dir): Don't fail when the node delimiter ^_ is the | |
5963 first character in the file. | |
5964 (Info-read-subfile): Likewise. | |
5965 (Info-select-node): Likewise. | |
5966 (Info-build-node-completions): Likewise. | |
5967 | |
5968 1998-12-16 Richard Stallman <rms@gnu.org> | |
5969 | |
5970 * term/x-win.el (x-cut-buffer-or-selection-value): | |
5971 If clipboard is enabled, try it before PRIMARY selection. | |
5972 | |
5973 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
5974 | |
5975 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C | |
5976 insert c-cedilla and C-cedilla respectively, like in latin-1. | |
5977 | |
5978 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org> | |
5979 | |
5980 * language/hebrew.el: Don't use sublists in the flags argument | |
5981 passed to make-coding-system. | |
5982 | |
5983 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
5984 | |
5985 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a | |
5986 list of character sets found by find-charset-region. | |
5987 | |
5988 * ps-mule.el: Always require ps-print. Move some function | |
5989 definitions for Emacs 20.2 and the earlier to ps-print.el. | |
5990 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2. | |
5991 | |
5992 * ps-print.el: Define several functions for Emacs 20.2 and the | |
5993 earlier version. | |
5994 (ps-printer-name): Check if printer-name is bound. | |
5995 | |
5996 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
5997 | |
5998 * ps-mule.el: Programming uniformization and little code improvement. | |
5999 (ps-mule-prepare-font): Programming uniformization. | |
6000 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar) | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6001 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement. |
25837 | 6002 |
6003 * ps-bdf.el: Programming uniformization and little code improvement. | |
6004 (bdf-search-and-read): New fun. | |
6005 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path) | |
6006 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box) | |
6007 (bdf-info-relative-compose, bdf-info-baseline-offset) | |
6008 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector) | |
6009 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization. | |
6010 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file) | |
6011 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code | |
6012 improvement. | |
6013 | |
6014 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
6015 | |
6016 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix | |
6017 and mule related code extraction. Autoload ps-mule funs. | |
6018 | |
6019 * ps-mule.el: Doc fix. Require ps-print only when compiled. | |
6020 (ps-mule-prologue-generated): New fun. | |
6021 (ps-mule-plot-string): Add autoload cookie. | |
6022 (ps-mule-begin-job): Call ps-mule-prologue-generated. | |
6023 | |
6024 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
6025 | |
6026 * ps-bdf.el: Require ps-mule instead of ps-print. | |
6027 (bdf-directory-list): Add autoload cookie. | |
6028 | |
6029 * ps-mule.el: New file. Mule related code extracted from | |
6030 ps-print.el. Require ps-print, provide ps-mule. | |
6031 (ps-multibyte-buffer): Add autoload cookie. | |
6032 (ps-mule-prepare-ascii-font): New fun. | |
6033 (ps-mule-set-ascii-font): New fun. | |
6034 (ps-mule-skip-same-charset): Fun deleted. | |
6035 (ps-mule-plot-string): Set ps-mule-current-charset. | |
6036 (ps-mule-initialize): Add autload cookie. Don't set | |
6037 ps-mule-font-info-database here. | |
6038 (ps-mule-begin-job): Renamed from ps-mule-begin. Update | |
6039 ps-mule-font-info-database and ps-control-or-escape-regexp. | |
6040 (ps-mule-begin-page): New fun. | |
6041 | |
6042 * ps-print.el: Mule related code moved to ps-mule.el. | |
6043 (ps-begin-job): While setting ps-control-or-escape-regexp, don't | |
6044 check ps-mule-charset-list. | |
6045 (ps-begin-page): Don't set ps-mule-current-charset, instead call | |
6046 ps-mule-begin-page. | |
6047 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font. | |
6048 (ps-plot-region): Don't set ps-mule-current-charset, instead call | |
6049 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset, | |
6050 instead skip same charsets by itself. | |
6051 (ps-generate): Call ps-mule-initialize of needs-begin-file is | |
6052 non-nil. Call ps-mule-begin-job. | |
6053 | |
6054 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
6055 | |
6056 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf | |
6057 instead of bdf. | |
6058 | |
6059 * ps-print.el (ps-mule-font-info-database): Doc-string modified. | |
6060 (ps-mule-external-libraries): New element FEATURE. | |
6061 (ps-mule-init-external-library): Ajusted for the above change. | |
6062 (ps-mule-generate-font): Likewise. | |
6063 (ps-mule-generate-glyphs): Likewise. | |
6064 (ps-mule-prepare-font): Likewise. | |
6065 (ps-mule-initialize): Likewise. | |
6066 (ps-begin-file): Superfluous tailing parenthesis deleted. | |
6067 | |
6068 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
6069 | |
6070 * international/fontset.el (x-decompose-font-name): If PATTERN | |
6071 doesn't have any wild cards, return a vector made from a name that | |
6072 is found by x-resolve-font-name found. Comments added. | |
6073 | |
6074 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
6075 Handle the case of unknown charset. | |
6076 (find-multibyte-characters): If invalid multibyte characters are | |
6077 found, return the corresponding strings instead of character | |
6078 codes. | |
6079 (find-multibyte-characters): Adjusted for the above change. | |
6080 (select-safe-coding-system): For a unibyte buffer, always returns | |
6081 DEFAULT-CODING-SYSTEM. | |
6082 (get-charset-property): Fix previous change. Make it a function. | |
6083 (put-charset-property): Make it a function. | |
6084 | |
6085 * international/mule.el (make-coding-system): Set mime-charset | |
6086 property of *-with-esc coding system to nil. | |
6087 | |
6088 * international/quail.el (quail-point-in-conversion-region): New | |
6089 function. | |
6090 (quail-conversion-backward-delete-char): When a key sequence is | |
6091 being translated, call quail-delete-last-char. | |
6092 | |
6093 * language/devan-util.el | |
6094 (devanagari-reorder-glyphs-for-decomposition): Fix the way to | |
6095 handle devanagari-decomposition-rules. | |
6096 | |
6097 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org> | |
6098 | |
6099 * textmodes/texinfo.el (texinfo-tex-buffer): Bind | |
6100 tex-start-options-string to empty string. | |
6101 (texinfo-tex-region): Use texinfo-tex-trailer as documented. | |
6102 | |
6103 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org> | |
6104 | |
6105 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and | |
6106 5xx responses are already handled properly). | |
6107 | |
6108 1998-12-13 Richard Stallman <rms@gnu.org> | |
6109 | |
6110 * progmodes/compile.el (compilation-error-regexp-alist): Insist | |
6111 on a non-digit in the file name. | |
6112 | |
6113 * simple.el (comment-region): Handle comment-padding | |
6114 separately for insertion and for deletion, in the right way for each. | |
6115 | |
6116 1998-12-13 Felix Lee <flee@cygnus.com> | |
6117 | |
6118 * progmodes/compile.el (compilation-error-regexp-alist): Fix | |
6119 regexp to match "ChangeLog:1:1998-12-09 ..." | |
6120 | |
6121 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org> | |
6122 | |
6123 * cus-start.el (dos-unsupported-char-glyph): Add. | |
6124 | |
6125 1998-12-11 Dave Love <fx@gnu.org> | |
6126 | |
6127 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap | |
6128 forward-sexp in condition-case. | |
6129 | |
6130 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
6131 Remove unnecessary test on `library' for explicit file name. | |
6132 Widen scope of save-match-data. | |
6133 | |
6134 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
6135 | |
6136 * international/mule.el (load-with-code-conversion): If the loaded | |
6137 file was inserted with no-conversion or raw-text coding system, | |
6138 make the buffer unibyte. | |
6139 | |
6140 1998-12-09 Richard Stallman <rms@gnu.org> | |
6141 | |
6142 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
6143 Get rid of nested loops. | |
6144 | |
6145 * mouse.el (mouse-drag-vertical-line): | |
6146 If WHICH-SIDE is not `right', then scroll bars are on the left. | |
6147 | |
6148 * loadhist.el (load-history-loaded): defvar moved to help.el. | |
6149 | |
6150 * help.el (symbol-file-load-history-loaded): Variable renamed, | |
6151 and defvar moved from loadhist.el. | |
6152 (symbol-file): Renamed from describe-function-find-file. | |
6153 Load fns-VERSION.el here. | |
6154 (describe-variable, describe-function-1): Use symbol-file. | |
6155 | |
6156 * textmodes/tex-mode.el (tex-generate-zap-file-name): | |
6157 Don't start the name with #. | |
6158 | |
6159 * ispell.el: Take out the eval-when's. | |
6160 | |
6161 1998-12-09 Peter Breton <pbreton@ne.mediaone.net> | |
6162 | |
6163 * dirtrack.el (dirtrack-directory-change-hook): New hook. | |
6164 (dirtrack): Run it. Make debug message more verbose. | |
6165 | |
6166 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
6167 | |
6168 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct | |
6169 name of the abbrev table, and provide support for XEmacs. | |
6170 (octave-xemacs-p): New variable. | |
6171 | |
6172 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
6173 | |
6174 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to | |
6175 exit, when mail-interactive is nil. | |
6176 | |
6177 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr> | |
6178 | |
6179 * files.el (after-find-file): Message fix. | |
6180 | |
6181 1998-12-09 Ken Stevens <stevens@kdstevens.com> | |
6182 | |
6183 * ispell.el (ispell-kill-ispell): Don't send newline after EOF. | |
6184 | |
6185 1998-12-09 Geoff Voelker <voelker@cs.washington.edu> | |
6186 | |
6187 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle | |
6188 filenames using backslashes. | |
6189 | |
6190 1998-12-09 Dave Love <fx@gnu.org> | |
6191 | |
6192 * browse-url.el (browse-url-mail): Call compose-mail-other-window | |
6193 with correct number of args. | |
6194 (browse-url-maybe-new-window): New arg. Callers changed. | |
6195 | |
6196 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing | |
6197 comment. | |
6198 | |
6199 1998-12-08 Geoff Voelker <voelker@cs.washington.edu> | |
6200 | |
6201 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional. | |
6202 | |
6203 1998-12-08 Markus Rost <rost@delysid.gnu.org> | |
6204 | |
6205 * vc.el (vc-rcs-release): Fix Type. | |
6206 (vc-sccs-release): Fix Type. | |
6207 (vc-cvs-release): Fix Type. | |
6208 | |
6209 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix | |
6210 arg work right. | |
6211 | |
6212 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple | |
6213 output of last undeleted message. | |
6214 | |
6215 1998-12-07 Geoff Voelker <voelker@cs.washington.edu> | |
6216 | |
6217 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
6218 (buffer-undo-list) [windows-nt]: Use different relative path. | |
6219 | |
6220 1998-12-07 Simon Marshall <simon@gnu.org> | |
6221 | |
6222 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types. | |
6223 | |
6224 1998-12-05 Markus Rost <rost@delysid.gnu.org> | |
6225 | |
6226 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler. | |
6227 | |
6228 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops. | |
6229 | |
6230 1998-12-04 Markus Rost <rost@delysid.gnu.org> | |
6231 | |
6232 * info.el (Info-menu): Don't return error if point is between menu | |
6233 header and first menu item. | |
6234 | |
6235 1998-12-04 Dave Love <fx@gnu.org> | |
6236 | |
6237 * help.el (describe-function-1): Fix description for alias. | |
6238 | |
6239 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org> | |
6240 | |
6241 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*- | |
6242 specifications from summary line. | |
6243 | |
6244 * rect.el (delete-whitespace-rectangle): Mark for autoload. | |
6245 (close-rectangle): Define alias only once in loaddefs.el. | |
6246 | |
6247 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6248 | |
6249 * term/internal.el: Remove code which sets up a special syntax | |
6250 table for non-ASCII characters. | |
6251 | |
6252 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org> | |
6253 | |
6254 * dos-w32.el (direct-print-region-function): Try to ensure that | |
6255 printer-name is expanded to a file name on a local drive; | |
6256 sometimes printing a file loaded from a network volume fails. | |
6257 (direct-print-region-function): Add a function to | |
6258 write-region-annotate-functions to append a formfeed character to | |
6259 the region being printed, if the region doesn't end with a | |
6260 formfeed already. This avoids creating a second print job | |
6261 containing a blank page when print spooling is enabled on Windows. | |
6262 | |
6263 1998-12-02 Dave Love <fx@gnu.org> | |
6264 | |
6265 * help.el (help-make-xrefs): Use `info', not the non-autoloaded | |
6266 `Info-goto-node'. | |
6267 | |
6268 1998-12-02 Richard Stallman <rms@gnu.org> | |
6269 | |
6270 * help.el (temp-buffer-resize-mode): Doc fix. | |
6271 | |
6272 * cus-edit.el (custom-save-delete): Save point before | |
6273 reading a sexp, rather than backing up. | |
6274 | |
6275 * international/iso-transl.el: Fix previous change. | |
6276 | |
6277 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
6278 | |
6279 * vc.el (vc-dired-window-configuration, vc-ediff-windows, | |
6280 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode): | |
6281 Added defvars to suppress compilation warnings. | |
6282 | |
6283 1998-11-30 Ken Stevens <k.stevens@ieee.org> | |
6284 | |
6285 * ispell.el: Improved and fixed customize for variables: | |
6286 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp, | |
6287 ispell-dictionary-alist, ispell-skip-sgml. | |
6288 Improved and fixed comments in variables and messages for | |
6289 functions: ispell-help-in-bufferp, ispell-local-dictionary, | |
6290 ispell-menu-map, ispell-checking-message, ispell-parser, | |
6291 ispell-word, lookup-words, ispell-change-dictionary, ispell-region, | |
6292 ispell-begin-tex-skip-regexp, ispell-begin-skip-region, | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6293 ispell-comments-and-strings, ispell-continue, ispell-complete-word, |
25837 | 6294 ispell-message-text-end, ispell-add-per-file-word-list. |
6295 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding | |
6296 system is now required for all languages. Casechars improved for | |
6297 castellano, castellano8, and norsk dictionaries. Dictionary | |
6298 norsk7-tex added. Dictionary polish added. | |
6299 (ispell-dictionary-alist): Redefined at load-time to support | |
6300 dictionary changes. | |
6301 (ispell-menu-map): Redefined at load-time to support menu changes. | |
6302 (ispell-check-version): New alias for `check-ispell-version'. | |
6303 (ispell-parse-output): Fixed matching for ispell error messages. | |
6304 Correctly returns spelling suggestions in order generated by ispell | |
6305 process. | |
6306 (check-ispell-version): Ensure `case-fold-search' doesn't get | |
6307 redefined. | |
6308 (ispell-complete-word): Ensure `case-fold-search' doesn't get | |
6309 redefined. Fix bug that didn't respect case of word being completed. | |
6310 (ispell-init-process): Set process coding system to be compatible | |
6311 with emacs processes and the ispell process. | |
6312 (ispell-kill-ispell): Ensures ispell process has terminated before | |
6313 starting new process. This can otherwise confuse process filters | |
6314 and hang the ispell process. | |
6315 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved | |
6316 skipping support for sgml. | |
6317 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r | |
6318 which could cause `ispell-complete-word' to hang. | |
6319 (ispell-message): Improved message reference matching. Ensure | |
6320 `case-fold-search' doesn't get redefined. | |
6321 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't | |
6322 get redefined. Fixed bug in returning to nroff mode from tex mode. | |
6323 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't | |
6324 get redefined. | |
6325 | |
6326 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6327 | |
6328 * textmodes/flyspell.el (flyspell-check-word-p): | |
6329 Don't delay inside a kbd macro. | |
6330 | |
6331 * subr.el (make-local-hook): Return the hook variable. | |
6332 | |
6333 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
6334 | |
6335 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe): | |
6336 Use a timer instead of post-command-hook. | |
6337 (hscroll-timer): New variable. | |
6338 | |
6339 1998-11-30 Dave Love <fx@gnu.org> | |
6340 | |
6341 * help.el (help-xref-button): Do nothing if text already has the | |
6342 help-xref property. | |
6343 (describe-variable): Revert previous change to hyperlink to source. | |
6344 | |
6345 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6346 | |
6347 * bindings.el (features): Add `base64' to this list. | |
6348 | |
6349 * loadhist.el (symbol-file): Doc fix. | |
6350 | |
6351 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
6352 | |
6353 * files.el (hack-one-local-variable): Cope with non-file buffers. | |
6354 | |
6355 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6356 | |
6357 * help.el (describe-mode): Put major mode first. | |
6358 | |
6359 * calendar/appt.el (appt-disp-window): Use pop-to-buffer, | |
6360 to support special-display and same-window features. | |
6361 | |
6362 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6363 | |
6364 * simple.el (transpose-subr, transpose-subr-1): Rename variables | |
6365 bound in one function and used in the other. | |
6366 (transpose-subr-start1, transpose-subr-start2): Add defvars. | |
6367 (transpose-subr-end1, transpose-subr-end2): Add defvars. | |
6368 | |
6369 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6370 | |
6371 * autoinsert.el (auto-insert-alist): Use user-mail-address. | |
6372 | |
6373 1998-11-26 Kenichi Handa <handa@etl.go.jp> | |
6374 | |
6375 * international/ccl.el (ccl-dump-translate-character-const-tbl): | |
6376 Give format correct control string. | |
6377 | |
6378 * international/mule.el (define-translation-table): Fix bug of | |
6379 setting incorrect translation-table-id. If the first element of | |
6380 ARGS is a translation table, just register it. | |
6381 | |
6382 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist | |
6383 property. | |
6384 | |
6385 1998-11-24 Michael Ernst <mernst@alum.mit.edu> | |
6386 | |
6387 * thingatpt.el (thing-at-point-url-at-point): Don't use current | |
6388 syntax table to determine what is whitespace. | |
6389 | |
6390 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6391 | |
6392 * frame.el (frame-parameter): Doc fix. | |
6393 | |
6394 * textmodes/tex-mode.el (tex-feed-input): New function. | |
6395 (tex-define-common-keys): Add binding for C-c C-m. | |
6396 | |
6397 1998-11-23 Dave Love <fx@gnu.org> | |
6398 | |
6399 * progmodes/fortran.el: Various minor doc fixes. | |
6400 (fortran-font-lock-keywords-1): Add `d' to comment-chars. | |
6401 (fortran-with-subprogram-narrowing): New macro. | |
6402 (fortran-check-for-matching-do): Use it. | |
6403 (fortran-end-do): Use fortran-check-end-prog-re. | |
6404 (fortran-beginning-do, fortran-end-if, fortran-beginning-if) | |
6405 (fortran-calculate-indent, fortran-calculate-indent): Likewise. | |
6406 | |
6407 1998-11-23 Simon Marshall <simon@gnu.org> | |
6408 | |
6409 * font-lock.el (font-lock-defaults): Doc fix. | |
6410 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message. | |
6411 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword. | |
6412 | |
6413 * lazy-lock.el (lazy-lock-unstall): | |
6414 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message. | |
6415 | |
6416 * fast-lock.el (fast-lock-save-cache-1): | |
6417 (fast-lock-cache-data): Rewritten to use with-temp-message. | |
6418 | |
6419 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org> | |
6420 | |
6421 * mail/rmail.el (rmail-set-message-counters-counter): Detect | |
6422 messages that have been added with DOS line endings and convert | |
6423 the line endings for such messages. | |
6424 | |
6425 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
6426 | |
6427 * help.el: Add resizing of temporary buffers. | |
6428 (temp-buffer-resize-mode): New command and variable. | |
6429 (temp-buffer-max-height): New variable. | |
6430 (resize-temp-buffer-window): New function. | |
6431 | |
6432 * window.el (window-buffer-height): New function, split from | |
6433 shrink-window-if-larger-than-buffer. | |
6434 (shrink-window-if-larger-than-buffer): Use window-buffer-height. | |
6435 | |
6436 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6437 | |
6438 * frame.el (initial-frame-alist): Add defcustom. | |
6439 | |
6440 * shell.el (shell-prompt-pattern): Add defcustom. | |
6441 | |
6442 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6443 | |
6444 * message.el (message-ignored-supersedes-headers): Remove | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6445 NNTP-Posting-Date. |
25837 | 6446 |
6447 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6448 | |
6449 * help.el (describe-mode): Don't avoid loop indirecting thru | |
6450 value of INDICATOR. | |
6451 | |
6452 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6453 | |
6454 * help.el (describe-variable): Allow any variable with a defcustom, | |
6455 even if it is not a user variable. | |
6456 | |
6457 * mail/rmail.el (mail-unsent-separator): Additional alternative. | |
6458 | |
6459 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org> | |
6460 | |
6461 * gnus/nntp.el (nntp-request-group): Allow for failures when | |
6462 requesting a new group. | |
6463 | |
6464 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6465 | |
6466 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix. | |
6467 | |
6468 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6469 | |
6470 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons. | |
6471 | |
6472 1998-11-19 Simon Marshall <simon@gnu.org> | |
6473 | |
6474 * subr.el (with-temp-message): New macro. | |
6475 | |
6476 * emacs-lisp/lisp-mode.el (with-temp-message): | |
6477 Add lisp-indent-function property. | |
6478 | |
6479 1998-11-18 Dave Love <fx@gnu.org> | |
6480 | |
6481 * progmodes/fortran.el (fortran-end-prog-re): Fix typo. | |
6482 | |
6483 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6484 | |
6485 * emacs-lisp/bytecomp.el (temp-buffer-show-hook): | |
6486 This is not obsolete. | |
6487 | |
6488 1998-11-18 Kenichi Handa <handa@etl.go.jp> | |
6489 | |
6490 * textmodes/picture.el: Make a new map by make-keymap. | |
6491 (picture-desired-column): New variable. | |
6492 (picture-update-desired-column): New function. | |
6493 (picture-beginning-of-line): Set picture-desired-column to 0. | |
6494 (picture-end-of-line): Set picture-desired-column to the current | |
6495 column. | |
6496 (picture-forward-column): Pay attention to multi-column character. | |
6497 (picture-backward-column): Likewise. | |
6498 (picture-move-down): Likewise. | |
6499 (picture-move-up): Likewise. | |
6500 (picture-movement-nw): With prefix arg, move twice columns. | |
6501 (picture-movement-ne): Likewise. | |
6502 (picture-movement-sw): Likewise. | |
6503 (picture-movement-se): Likewise. | |
6504 (picture-set-motion): Handle two-column movements. | |
6505 (picture-move): Call picture-move-down or picture-forward-column | |
6506 only when necessary. | |
6507 (picture-insert): Pay attention to picture-desired-column. | |
6508 (picture-self-insert): Likewise. | |
6509 (picture-clear-column): Pay attention to multi-column character. | |
6510 (picture-mode): Modify doc-string for two-column movement. | |
6511 | |
6512 * rect.el (move-to-column-force): New function. | |
6513 (operate-on-rectangle): If coerce-tabs is non-nil, call | |
6514 move-to-column-force instead of move-to-column. | |
6515 (insert-rectangle): Call move-to-column-force instead of | |
6516 move-to-column. | |
6517 (open-rectangle-line): If begextra is not zero, call | |
6518 move-to-column-force. | |
6519 | |
6520 | |
6521 1998-11-16 Dave Love <fx@gnu.org> | |
6522 | |
6523 * textmodes/sgml-mode.el Require skeleton when compiling. | |
6524 (sgml-font-lock-keywords-1): Accept single-letter tags. | |
6525 (v2): Defvar free variable. | |
6526 | |
6527 1998-11-16 Sam Steingold <sds@goems.com> | |
6528 | |
6529 * emacs-lisp/cl-indent.el: indent `with-output-to-string' as a CL | |
6530 macro, not ELisp one. | |
6531 | |
6532 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
6533 | |
6534 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte | |
6535 characters to symbol. | |
6536 | |
6537 * language/japan-util.el (japanese-zenkaku-region): New optional | |
6538 arg KATAKANA-ONLY. | |
6539 | |
6540 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
6541 | |
6542 * international/mule.el | |
6543 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
6544 is changed to unibyte, return inserted bytes. | |
6545 | |
6546 * tar-mode.el (tar-header-block-tokenize): Decode codes of file | |
6547 and link names if necessary. | |
6548 (tar-header-block-summarize): Handle the case that file or link | |
6549 names are multibyte. | |
6550 (tar-summarize-buffer): At first set the current buffer unibyte, | |
6551 then if there are multibyte file names, change it to multibyte. | |
6552 (tar-mode): Get char position from tar-header-offset. | |
6553 (tar-extract): Avoid multibyte<->unibyte conversion in | |
6554 insert-buffer-subsring by setting both buffers unibyte | |
6555 temporarily. | |
6556 (tar-copy): Set the buffer unibyte while doing a work. Write | |
6557 without code conversion. | |
6558 (tar-expunge): Set the buffer unibyte while doing a work. | |
6559 (tar-alter-one-field): Likewise. | |
6560 (tar-clear-modification-flags): Compare byte position with | |
6561 tar-header-offset. | |
6562 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in | |
6563 insert-buffer-subsring by setting both buffers unibyte | |
6564 temporarily. Pay attention to multibyteness while updating the | |
6565 descriptor-line. | |
6566 (tar-mode-write-file): Write without code conversion. | |
6567 | |
6568 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6569 | |
6570 * nngateway.el: Require cl. | |
6571 | |
6572 1998-11-15 Dave Love <fx@gnu.org> | |
6573 | |
6574 * progmodes/fortran.el: Fix previous change: | |
6575 (fortran-end-prog-re1): Changed. | |
6576 (fortran-check-end-prog-re): New function. | |
6577 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it. | |
6578 | |
6579 1998-11-13 Tom Breton <tob@world.std.com> | |
6580 | |
6581 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of | |
6582 GNU Emacs. | |
6583 | |
6584 1998-11-13 Carsten Dominik <cd@delysid.gnu.org> | |
6585 | |
6586 * textmodes/reftex.el: (reftex-finding-files): Group documentation | |
6587 fixed. | |
6588 (reftex-toc-toggle-file-boundary, | |
6589 reftex-toc-toggle-labels, | |
6590 reftex-toc-toggle-context,reftex-find-start-point): New functions. | |
6591 (reftex-toc-include-labels, reftex-toc-include-context, | |
6592 reftex-toc-include-file-boundaries, | |
6593 reftex-toc-keep-other-windows): New options. | |
6594 (reftex-use-text-after-label-as-context): Option removed. | |
6595 (reftex-extract-bib-entries): Protect use in non-latex | |
6596 buffers. | |
6597 (reftex-toc-visit-location): Renamed from | |
6598 `reftex-toc-visit-line'. | |
6599 (reftex-latin1-to-ascii): Works now with and without Mule. | |
6600 (reftex-truncate): Removed special stuff for Emacs 20.2. | |
6601 (reftex-get-offset): Made more general. | |
6602 (reftex-show-label-location): Renamed from | |
6603 `reftex-select-label-callback'. | |
6604 (reftex-pop-to-label): Function removed (using | |
6605 `reftex-show-label-location' instead. | |
6606 (reftex-insert-docstruct): Renamed from | |
6607 `reftex-make-and-insert-label-list'. Function args changed. | |
6608 (reftex-toc): Now uses `reftex-insert-docstruct' and | |
6609 `reftex-find-start-point'. | |
6610 (reftex-select-item): Use `reftex-find-start-point'. | |
6611 (reftex-toc-visit-line): Can display labels and file | |
6612 boundaries. | |
6613 (reftex-TeX-master-file): `(TeX-master-file)' protected. | |
6614 | |
6615 1998-11-12 Sam Steingold <sds@goems.com> | |
6616 | |
6617 * browse-url.el (browse-url): Handle the case when | |
6618 `browse-url-browser-function' is a lambda list. | |
6619 | |
6620 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6621 | |
6622 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the | |
6623 version string. | |
6624 * loadhist.el (symbol-file): Likewise | |
6625 | |
6626 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM> | |
6627 | |
6628 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling. | |
6629 | |
6630 1998-11-11 Sam Steingold <sds@goems.com> | |
6631 | |
6632 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call | |
6633 `run-lisp' instead of signalling an error. | |
6634 | |
6635 1998-11-11 Karl Heuer <kwzh@gnu.org> | |
6636 | |
6637 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change. | |
6638 | |
6639 1998-11-11 Richard Stallman <rms@gnu.org> | |
6640 | |
6641 * vc-hooks.el (vc-toggle-read-only): Doc fix. | |
6642 | |
6643 1998-11-11 Per Starback <starback@update.uu.se> | |
6644 | |
6645 * ispell.el: (ispell-dictionary-alist-2): Removed svenska, | |
6646 renamed svenska8 to svenska, and fixed and extended CASECHARS | |
6647 for it. | |
6648 | |
6649 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org> | |
6650 | |
6651 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode | |
6652 handling if setpagedevice is not available. | |
6653 (ps-begin-file): Fix typo. | |
6654 | |
6655 1998-11-11 Kenichi Handa <handa@etl.go.jp> | |
6656 | |
6657 * international/mule-util.el (compose-chars-component): Signal | |
6658 error if CH is a rule-based composition character. | |
6659 (compose-chars): Signal error if an already compsed character is | |
6660 going to be composed by rule-base. | |
6661 | |
6662 * term/x-win.el: If a resolved ASCII font name doesn't conform to | |
6663 full XLFD, don't try to get information of WEIGHT and SLANT from | |
6664 that font name. | |
6665 | |
6666 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk> | |
6667 | |
6668 * dos-w32.el (set-default-process-coding-system): Use function on | |
6669 before-init-hook to set default-process-coding-system based on | |
6670 enable-multibyte-characters. | |
6671 | |
6672 * term/w32-win.el ([language-change]): For now ignore | |
6673 keyboard language-change events. | |
6674 | |
6675 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
6676 | |
6677 * ediff-util.el (ediff-make-temp-file): Run the prefix through | |
6678 convert-standard-file-name, but leave the results of | |
6679 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2 | |
6680 characters if the original name already exists, or has a special | |
6681 handler. | |
6682 | |
6683 1998-11-10 Karl Heuer <kwzh@gnu.org> | |
6684 | |
6685 * international/iso-insert.el: Delete autoload cookies. | |
6686 | |
6687 * international/iso-transl.el: Add autoload cookies. | |
6688 | |
6689 1998-11-10 Richard Stallman <rms@gnu.org> | |
6690 | |
6691 * ispell.el (ispell-get-coding-system): Default to iso-latin-1. | |
6692 (ispell-process-line): Don't treat multibyte | |
6693 | |
6694 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk> | |
6695 | |
6696 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call | |
6697 setpagedevice to specify the page size if setpagedevice is | |
6698 available. This is necessary to select the correct paper tray on | |
6699 Level 2 printers with multiple paper sizes available. | |
6700 | |
6701 (ps-begin-file): Cope with font names that contain spaces, and | |
6702 call BeginDoc in a BeginSetup/EndSetup block. | |
6703 | |
6704 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6705 | |
6706 * loadup.el (buffer-undo-list): Run fns-VERSION.el through | |
6707 convert-standard-filename. | |
6708 | |
6709 * loadhist.el (symbol-file): Run fns-VERSION.el through | |
6710 convert-standard-filename. | |
6711 | |
6712 1998-11-06 Richard Stallman <rms@gnu.org> | |
6713 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6714 * textmodes/texinfmt.el (texinfo-format-scan): |
25837 | 6715 Detect the case of two @-commands in a row; process just the first. |
6716 (texinfo-append-refill): If line has a @c, insert the @refill | |
6717 before it. | |
6718 (texinfo-format-refill): Return with point where the @refill was. | |
6719 | |
6720 * files.el (hack-local-variables): Test local-enable-local-variables. | |
6721 (hack-local-variables-prop-line): Likewise. | |
6722 (set-auto-mode): Don't test local-enable-local-variables here. | |
6723 (enable-local-variables): Doc fix. | |
6724 (local-enable-local-variables): Doc fix. | |
6725 (normal-mode): Doc fix. | |
6726 | |
6727 1998-11-06 Karl Heuer <kwzh@gnu.org> | |
6728 | |
6729 * emacs-lisp/find-func.el (find-variable-noselect): Autoload. | |
6730 | |
6731 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM> | |
6732 | |
6733 * simple.el (line-number-mode): Doc fix. | |
6734 | |
6735 1998-11-06 Kenichi Handa <handa@etl.go.jp> | |
6736 | |
6737 * international/fontset.el (create-fontset-from-fontset-spec): | |
6738 Give correct arg to `error'. | |
6739 | |
6740 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org> | |
6741 | |
6742 * textmodes/sgml-mode.el (html-mode): Doc fix. | |
6743 (sgml-name-8bit-mode): Fix missing format character in message string. | |
6744 | |
6745 1998-11-05 Karl Heuer <kwzh@gnu.org> | |
6746 | |
6747 * mail/sendmail.el (sendmail-send-it): Check for failure. | |
6748 | |
6749 1998-11-05 Richard Stallman <rms@gnu.org> | |
6750 | |
6751 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6. | |
6752 | |
6753 * rect.el (delete-whitespace-rectangle): close-rectangle renamed. | |
6754 (close-rectangle): Define as alias. | |
6755 | |
6756 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu> | |
6757 | |
6758 * textmodes/tex-mode.el (tex-start-shell): Track directory changes. | |
6759 | |
6760 1998-11-05 Dave Love <fx@gnu.org> | |
6761 | |
6762 * help.el (describe-variable): Don't quote link to source. | |
6763 | |
6764 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu> | |
6765 | |
6766 * gud.el (gud-common-init): Use pop-to-buffer. | |
6767 (same-window-regexps): Add an element that matches all gud buffers. | |
6768 | |
6769 1998-11-04 Jason Rumney <jasonr@altavista.net> | |
6770 | |
6771 * term/w32-win.el (x-get-selection-value): Alias to | |
6772 x-cut-buffer-or-selection-value. | |
6773 (w32-standard-fontset-spec): New variable. | |
6774 (w32-create-initial-fontsets, mouse-set-font): Check whether | |
6775 new-fontset is available. | |
6776 (w32-use-w32-font-dialog): Enable use of set-variable. | |
6777 | |
6778 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
6779 | |
6780 * vc.el (with-vc-file, edit-vc-file): New macros. | |
6781 | |
6782 1998-11-04 Kenichi Handa <handa@etl.go.jp> | |
6783 | |
6784 * international/quail.el (quail-show-guidance-buf): Call | |
6785 set-minibuffer-window to set minibuffer window of the current | |
6786 frame correctly. | |
6787 | |
6788 1998-11-03 Theodore Jump <tjump@tertius.com> | |
6789 | |
6790 * term/w32-win.el: Require fontset. | |
6791 | |
6792 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org> | |
6793 | |
6794 * faces.el (set-face-font): Call resolve-fontset-name on w32. | |
6795 (set-face-font-auto): Ditto. | |
6796 | |
6797 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org> | |
6798 | |
6799 * mouse.el (mouse-drag-region): Fix typo. | |
6800 | |
6801 1998-11-02 Dave Love <fx@gnu.org> | |
6802 | |
6803 * progmodes/fortran.el Fix for fontification of strings lost somehow: | |
6804 (fortran-fontify-string): New function. | |
6805 (fortran-font-lock-keywords-1): Use it. | |
6806 | |
6807 1998-11-02 Markus Rost <rost@delysid.gnu.org> | |
6808 | |
6809 * comint.el (comint-file-name-quote-list): Doc fix. | |
6810 | |
6811 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6812 | |
6813 * loadup.el (buffer-undo-list): Write fns-VERSION.el into | |
6814 build directory, not source directory. | |
6815 | |
6816 * mouse.el (mouse-drag-region): Fake up a mouse-motion event | |
6817 if we did not get one for the final move. | |
6818 | |
6819 1998-11-01 Dave Love <fx@gnu.org> | |
6820 | |
6821 * goto-addr.el (goto-address-at-point, goto-address-at-mouse): | |
6822 Don't funcall browse-url-browser-function. | |
6823 | |
6824 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url): | |
6825 Don't funcall browse-url-browser-function. | |
6826 | |
6827 * fortran.el (fortran-end-prog-re1): Fix the regexp. | |
6828 | |
6829 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6830 | |
6831 * files.el (revert-buffer): Doc fix. | |
6832 | |
6833 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6834 | |
6835 * textmodes/tex-mode.el (tex-start-options-string): | |
6836 Quote the backslashes with more backslashes. | |
6837 | |
6838 1998-10-31 Dave Love <fx@gnu.org> | |
6839 | |
6840 * webjump.el (webjump-sample-sites): Fix Lisp archive site. | |
6841 (webjump): Don't funcall browse-url-browser-function. | |
6842 | |
6843 1998-10-30 Kenichi Handa <handa@etl.go.jp> | |
6844 | |
6845 * international/quail.el (quail-start-translation): Handle | |
6846 switching of the frame in read-key-sequence. | |
6847 (quail-start-conversion): Likewise. | |
6848 (quail-show-guidance-buf): Detach quail-guidance-buf from any | |
6849 windows before setting an appropriate window for it. | |
6850 (quail-hide-guidance-buf): Use window-minibuffer-p. Set | |
6851 quail-guidance-win to nil. | |
6852 (quail-update-guidance): If quail-guidance-buf is not in the | |
6853 selected frame, call quail-show-guidance-buf again. | |
6854 | |
6855 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no> | |
6856 | |
6857 * progmodes/pascal.el (pascal-mode): | |
6858 `blink-matching-paren-dont-ignore-comments' set to t. | |
6859 | |
6860 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
6861 | |
6862 * calendar/cal-menu.el (cal-menu-update): Fix menu wording. | |
6863 | |
6864 1998-10-30 Dave Love <fx@gnu.org> | |
6865 | |
6866 * vc.el (vc-backend-merge-news): Check for "P" output. | |
6867 | |
6868 * help.el (describe-variable): Hyperlink the definition. | |
6869 | |
6870 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org> | |
6871 | |
6872 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp. | |
6873 (sh-set-shell): Likewise. | |
6874 | |
6875 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected. | |
6876 | |
6877 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type. | |
6878 (edebug-on-error): Fix customize type to match that of | |
6879 debug-on-error. | |
6880 | |
6881 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type. | |
6882 | |
6883 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use | |
6884 report-emacs-bug-address instead of undefined bug-gnu-emacs. | |
6885 | |
6886 * international/mule-cmds.el (select-message-coding-system): Doc | |
6887 fix. | |
6888 | |
6889 * international/mule-diag.el (describe-coding-system): Describe | |
6890 all flags. | |
6891 | |
6892 * mail/sendmail.el (sendmail-coding-system, | |
6893 default-sendmail-coding-system): Doc fix. | |
6894 | |
6895 * simple.el (shell-command-on-region): Doc fix. | |
6896 | |
6897 * loadup.el: Write fns-*.el in current directory instead of | |
6898 data-directory since no installation directory exists yet. Mark | |
6899 buffer unmodified afterwards. | |
6900 | |
6901 * loadhist.el (symbol-file): Load fns-*.el from exec-directory | |
6902 instead of data-directory since it is architecture dependent. | |
6903 (load-history-loaded): Update doc string. | |
6904 | |
6905 1998-10-29 Geoff Voelker <voelker@cs.washington.edu> | |
6906 | |
6907 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC | |
6908 path as a default directory when canonicalizing names. | |
6909 | |
6910 * w32-fns.el: Remove a dangling reference to a directory on the | |
6911 build machine. | |
6912 | |
6913 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6914 | |
6915 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and | |
6916 namespace related keywords such as `class', `body', `private', | |
6917 `variable', `namespace eval', etc. | |
6918 (tcl-imenu-generic-expression): Handle itcl body and class definitions. | |
6919 (tcl-mode): Added ":" as a word constituent to the syntax-alist of | |
6920 imenu and font-lock so that searches for \sw would find words | |
6921 containing colons. | |
6922 | |
6923 * progmodes/etags.el (initialize-new-tags-table): | |
6924 Do not alter find-tag-marker-ring and tags-location-ring. | |
6925 | |
6926 1998-10-27 Geoff Voelker <voelker@cs.washington.edu> | |
6927 | |
6928 * term/w32-win.el: Require fontset. | |
6929 (w32-init-fontsets): New function (code from x-win.el). | |
6930 | |
6931 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
6932 | |
6933 * cal-x.el (diary-frame-parameters, calendar-frame-parameters, | |
6934 calendar-and-diary-frame-parameters): Add title parameter. | |
6935 | |
6936 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6937 | |
6938 * completion.el (dynamic-completion-mode): New function to enable | |
6939 the mode. (Just loading the file now does not change anything.) | |
6940 | |
6941 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
6942 | |
6943 * ps-print.el: User option for multibyte buffer handling and doc fix. | |
6944 (ps-multibyte-buffer): New user option. | |
6945 (ps-setup): Print new user option. | |
6946 (ps-print-quote): New fun. | |
6947 (ps-color-p, ps-mule-font-info-database-latin): New var. | |
6948 (ps-default-color, ps-mule-font-info-database) | |
6949 (ps-mule-font-info-database-ps-bdf): Adjust initialization. | |
6950 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file) | |
6951 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate): | |
6952 Little code improvement. | |
6953 (ps-mule-initialize): Initialize ps-mule-font-info-database. | |
6954 (ps-print-prologue-header, ps-font-family, ps-font-size) | |
6955 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size) | |
6956 (ps-build-face-reference, ps-mule-font-info-database-bdf) | |
6957 (ps-mule-external-libraries, ps-mule-init-external-library) | |
6958 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string): | |
6959 Doc fix. | |
6960 (ps-print-version): New version number (4.1.1) and doc fix. | |
6961 (ps-print-prologue-header): New user option. | |
6962 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter): | |
6963 Conditional compilation for GNU Emacs and emacsens. | |
6964 (ps-generate-postscript-with-faces): Skip invisible text better. | |
6965 (ps-setup): Print new user option. | |
6966 (ps-print-preprint): Check if input file name exists and is unwritable. | |
6967 (ps-begin-file): Adjust PostScript prologue header for duplex printers | |
6968 and insert user PostScript prologue header comments. | |
6969 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding): | |
6970 New funs. | |
6971 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated. | |
6972 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue): | |
6973 PostScript programming normalization. | |
6974 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font) | |
6975 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string) | |
6976 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar) | |
6977 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font) | |
6978 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool): | |
6979 Programming style normalization. | |
6980 | |
6981 1998-10-26 Kenichi Handa <handa@etl.go.jp> | |
6982 | |
6983 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
6984 version, check the value of mule-version. | |
6985 | |
6986 * international/mule-util.el (compose-region): Insert then delete | |
6987 to preserve markers. | |
6988 (decompose-region): Use search-forward for efficiency. | |
6989 | |
6990 * language/chinese.el (pre-write-encode-hz): Cancel previous | |
6991 change, use generate-new-buffer instead of get-buffer-create. | |
6992 * language/devan-util.el | |
6993 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
6994 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
6995 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
6996 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
6997 | |
6998 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6999 | |
7000 * mail/rmailsum.el (rmail-message-subject-p): | |
7001 Handle message whose header has not been reformatted. | |
7002 | |
7003 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir. | |
7004 | |
7005 1998-10-25 Jason Rumney <jasonr@altavista.net> | |
7006 | |
7007 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist): | |
7008 New variables. | |
7009 (mouse-set-font): Use font menus instead of dialog according to | |
7010 w32-use-w32-font-dialog. | |
7011 | |
7012 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7013 | |
7014 * calendar/calendar.el (calendar-day-name-array): Add doc string | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7015 correctly! |
25837 | 7016 (calendar-month-name-array): Add doc string correctly! |
7017 | |
7018 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7019 | |
7020 * net-utils.el (whois-get-tld): Rewrite not to use `do'. | |
7021 | |
7022 1998-10-21 Markus Rost <rost@delysid.gnu.org> | |
7023 | |
7024 * lisp/info.el (Info-next-menu-item): Stay on top of node. | |
7025 | |
7026 * mail/rmailout.el (rmail-output): Insert newline only if necessary. | |
7027 | |
7028 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case. | |
7029 | |
7030 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines. | |
7031 | |
7032 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org> | |
7033 | |
7034 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*". | |
7035 | |
7036 1998-10-21 Karl Heuer <kwzh@gnu.org> | |
7037 | |
7038 * emacs-lisp/profile.el (profile-timer-program): Var deleted. | |
7039 (profile-timer-process, profile-temp-result-, profile-time): Likewise. | |
7040 (profile-filter, profile-reset-timer): Functions deleted. | |
7041 (profile-check-zero-init-times, profile-get-time): Likewise. | |
7042 (profile-find-function, profile-quit): Likewise. | |
7043 (profile-distinct, profile-call-stack, profile-last-time): New vars. | |
7044 (profile-time-list, profile-init-list): Doc fix. | |
7045 (profile-functions): Simplify. | |
7046 (profile-print): Use float. Make output include space separators. | |
7047 (profile-add-time): New helper function. | |
7048 (profile-function-prolog): Renamed from profile-start-function. | |
7049 Handle profile-distinct. | |
7050 (profile-function-epilog): Renamed from profile-update-function. | |
7051 Handle profile-distinct. | |
7052 (profile-a-function): If the function to be profiled is an | |
7053 autoload form, load it. If it's lazy-loaded, fetch it. | |
7054 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it. | |
7055 (profile-restore-fun): Arg FUN is now a function symbol, as was | |
7056 documented, rather than a one-element list. | |
7057 (profile-finish): Call profile-restore-fun properly. | |
7058 | |
7059 1998-10-21 Kenichi Handa <handa@etl.go.jp> | |
7060 | |
7061 * international/characters.el: Setup charset property | |
7062 nospace-between-words. | |
7063 | |
7064 * international/mule-cmds.el (get-charset-property): If CHARSET is | |
7065 composition, return nil. | |
7066 (put-charset-property): If CHARSET is composition, do nothing. | |
7067 | |
7068 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer. | |
7069 * language/devan-util.el | |
7070 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
7071 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
7072 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
7073 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
7074 | |
7075 * textmodes/fill.el (sentence-end-without-period): New variable. | |
7076 (canonically-space-region): Pay attention to | |
7077 sentence-end-without-period. | |
7078 (fill-find-break-point): The first argument CHARSET deleted. | |
7079 Caller changed. | |
7080 (fill-region-as-paragraph): Pay attention to charset property | |
7081 nospace-between-words and text property nospace-between-words. | |
7082 | |
7083 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7084 | |
7085 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for | |
7086 an unrecognized shell. | |
7087 | |
7088 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org> | |
7089 | |
7090 * desktop.el (desktop-save): Include minor modes symbolically. | |
7091 (desktop-create-buffer): Turn on all minor modes in `mim'. | |
7092 | |
7093 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7094 | |
7095 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files. | |
7096 (sh-font-lock-keywords): Handle rpm and rpm2. | |
7097 (sh-ancestor-alist): Handle rpm. | |
7098 | |
7099 * files.el (auto-mode-alist): Recognize .rpm files. | |
7100 Also .spec and .mspec files. | |
7101 | |
7102 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7103 | |
7104 * faces.el (frame-set-background-mode): Enable the function for | |
7105 MSDOS frames. | |
7106 | |
7107 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7108 | |
7109 * calendar/calendar.el (calendar-day-name-array): Add doc string. | |
7110 (calendar-month-name-array): Add doc string. | |
7111 | |
7112 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7113 | |
7114 * simple.el (kill-ring-max): Increased to 60. | |
7115 | |
7116 1998-10-17 Kenichi Handa <handa@etl.go.jp> | |
7117 | |
7118 * international/characters.el: Setup auto-fill-chars. | |
7119 | |
7120 * international/kinsoku.el (kinsoku): Check the variable | |
7121 enable-kinsoku. | |
7122 | |
7123 * simple.el (do-auto-fill): Don't check kinsoku-enable here. | |
7124 Don't call kinsoku directly, intead call fill-find-break-point. | |
7125 | |
7126 * textmodes/fill.el: Setup `fill-find-break-point-function' | |
7127 property to character sets which require `kinsoku' processing for | |
7128 filling. | |
7129 (fill-find-break-point): New function. | |
7130 (fill-region-as-paragraph): Don't check kinsoku-enable here. | |
7131 Don't call kinsoku directly, intead call fill-find-break-point. | |
7132 | |
7133 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7134 | |
7135 * faces.el (modify-face-read-string): Return (nil) for "none". | |
7136 (modify-face): Don't get error if (nil) is the argument. | |
7137 (face-try-color-list): Don't check whether nil is a valid color. | |
7138 | |
7139 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7140 | |
7141 * emacs-lisp/bytecomp.el (byte-recompile-directory): | |
7142 Print message about each directory, even in batch mode. | |
7143 | |
7144 * gnus/nntp.el: Require `cl' before using nnoo-declare. | |
7145 | |
7146 * ps-print.el (ps-mule-chars-in-string): No need to use sref. | |
7147 (ps-mule-string-char): No need to use sref. | |
7148 (ps-mule-next-index): No need to use sref. | |
7149 | |
7150 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved. | |
7151 | |
7152 * files.el (revert-buffer-internal-hook): Add defvar. | |
7153 | |
7154 * arc-mode.el (archive-mode): Locally set file-precious-flag. | |
7155 | |
7156 * tar-mode.el (tar-mode): Locally set file-precious-flag. | |
7157 | |
7158 1998-10-16 Markus Rost <rost@delysid.gnu.org> | |
7159 | |
7160 * international/mule-cmds.el (default-input-method): Fix custom type. | |
7161 | |
7162 * net-utils.el (whois-server-list): Fix customization type. | |
7163 | |
7164 * shell.el (shell-input-autoexpand): Fix customization group. | |
7165 | |
7166 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7167 | |
7168 * repeat.el (repeat): Handle keyboard macros properly. | |
7169 Handle new prefix arg after self-insert command. | |
7170 | |
7171 * repeat.el: Don't include cl even at compile time. | |
7172 (repeat): Avoid using `loop'. | |
7173 | |
7174 * simple.el (shell-command-on-region): Doc fix. | |
7175 (next-history-element): Special error message if no default. | |
7176 | |
7177 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7178 | |
7179 * ps-print.el (ps-print-buffer): Doc fix. | |
7180 (ps-despool): Likewise. | |
7181 | |
7182 * arc-mode.el (arc-mode): Provide arc-mode. | |
7183 | |
7184 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7185 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7186 * ps-print.el (ps-print-buffer): Doc fix. |
25837 | 7187 |
7188 1998-10-14 Dave Love <fx@gnu.org> | |
7189 | |
7190 * ange-ftp.el (ange-ftp-read-passwd): Function deleted. | |
7191 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd. | |
7192 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise. | |
7193 | |
7194 * progmodes/fortran.el (fortran-mode-map): Change "Join | |
7195 Continuation Line" to "Join Line". | |
7196 (fortran-font-lock-keywords-1): Add "cycle", "exit". | |
7197 | |
7198 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
7199 | |
7200 * progmodes/fortran.el (fortran-join-line): Use | |
7201 `delete-indentation' instead of issuing an error message if not on | |
7202 a continuation line. Provide for joining several lines using | |
7203 prefix arg. | |
7204 | |
7205 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7206 | |
7207 * term/pc-win.el (msdos-color-values): New variable. | |
7208 (x-color-values): New function, emulates its namesake from | |
7209 src/xfns.c. | |
7210 (msdos-bg-mode): Add all dark colors to those which return | |
7211 "dark". | |
7212 | |
7213 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7214 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7215 * replace.el (keep-lines, flush-lines, how-many): |
25837 | 7216 Don't ignore case if arg has upper case letters. |
7217 | |
7218 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch> | |
7219 | |
7220 * progmodes/vhdl-mode.el | |
7221 (vhdl-add-index-menu): reverse order in imenu-generic-expression. | |
7222 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec) | |
7223 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map) | |
7224 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop) | |
7225 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo). | |
7226 (vhdl-when): Fix indentation problem. | |
7227 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev. | |
7228 (vhdl-get-port, vhdl-get-generic): Bug fix in template. | |
7229 (vhdl-hooked-abbrev): Bug fix in hooked abbrev. | |
7230 | |
7231 1998-10-13 Geoff Voelker <voelker@cs.washington.edu> | |
7232 | |
7233 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable. | |
7234 (ls-lisp-insert-directory): Renamed from insert-directory. | |
7235 (insert-directory): New function. | |
7236 | |
7237 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7238 | |
7239 * simple.el (completion-fixup-function): Variable deleted. | |
7240 (completion-setup-function): Delete code for completion-fixup-function. | |
7241 * emacs-lisp/lisp.el (lisp-complete-symbol): | |
7242 Don't bind completion-fixup-function. | |
7243 | |
7244 * files.el (find-file-wildcards): New option. | |
7245 (find-file-noselect): Handle wild cards, if enabled. | |
7246 (file-expand-wildcards): New function. | |
7247 | |
7248 * simple.el (set-fill-column): Doc fix. | |
7249 | |
7250 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7251 | |
7252 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search. | |
7253 | |
7254 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org> | |
7255 | |
7256 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only): | |
7257 Move declaration before first use. | |
7258 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr, | |
7259 hif-math, hif-factor): Rename token to hif-token and token-list to | |
7260 hif-token-list. | |
7261 (hif-token, hif-token-list): Declare them. | |
7262 (hif-find-ifdef-block): Return cons of top and bottom point | |
7263 instead of setting dynamically bound variables. | |
7264 (hide-ifdef-block, show-ifdef-block): Use return value of | |
7265 hif-find-ifdef-block. | |
7266 | |
7267 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7268 | |
7269 * subr.el (read-passwd): Use clear-this-command-keys. | |
7270 | |
7271 * telnet.el (telnet-initial-filter): Use clear-this-command-keys. | |
7272 | |
7273 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read | |
7274 and ...-for-write. | |
7275 | |
7276 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk> | |
7277 | |
7278 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected | |
7279 responses to GROUP command, since this may be called from a timer | |
7280 with quit inhibited. | |
7281 | |
7282 1998-10-12 Kenichi Handa <handa@etl.go.jp> | |
7283 | |
7284 * international/ccl.el (ccl-compile-if): If there's no false-cmds, | |
7285 set unconditional-jump to nil. | |
7286 (ccl-compile-read-multibyte-character): Return nil. | |
7287 (ccl-compile-write-multibyte-character): Likewise. | |
7288 (ccl-compile-translate-character): Likewise | |
7289 (ccl-compile-map-multiple): Likewise. | |
7290 (ccl-compile-map-single): Likewise. | |
7291 | |
7292 * international/kinsoku.el: Add coding tag. | |
7293 (kinsoku-bol): Remove superfluous TAB in a string. | |
7294 | |
7295 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
7296 Delete `composition' (if any) from CHARSETS. | |
7297 | |
7298 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7299 | |
7300 * international/mule-cmds.el (setup-specified-language-environment): | |
7301 Add apropos-inhibit property. | |
7302 (describe-specified-language-support): Likewise. | |
7303 | |
7304 1998-10-11 Kenichi HANDA <handa@etl.go.jp> | |
7305 | |
7306 * international/mule.el (make-coding-system): Create -with-esc | |
7307 variant coding system. | |
7308 | |
7309 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
7310 | |
7311 * progmodes/etags.el (tags-loop-revert-buffers): New variable. | |
7312 (next-file): Optionally offer to revert a file's buffer, | |
7313 if it has an existing buffer but the file has changed. | |
7314 | |
7315 * info.el (Info-insert-dir): Detect and report problems | |
7316 in input files, such as "No Top node". Return with point | |
7317 at the beginning of the text. | |
7318 (Info-find-node): Reinsert the code to handle files | |
7319 with no tags table; it was deleted by mistake. | |
7320 | |
7321 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
7322 | |
7323 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let | |
7324 texinfo-find-higher-level-node repeatedly find the same node. | |
7325 (texinfo-find-higher-level-node): Doc fix. | |
7326 | |
7327 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7328 | |
7329 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string. | |
7330 (smtpmail-address-buffer): Add defvar. | |
7331 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise. | |
7332 | |
7333 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved. | |
7334 | |
7335 * ffap.el (ffap-machine-p-local): Fix editing error. | |
7336 | |
7337 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7338 | |
7339 * faces.el (frame-set-background-mode): | |
7340 Don't do anythung for text-only or MSDOS frame. | |
7341 | |
7342 1998-10-08 Kenichi Handa <handa@etl.go.jp> | |
7343 | |
7344 * international/quail.el (quail-defrule): New optional arg APPEND. | |
7345 (quail-defrule-internal): Fix bug of handling the argument APPEND. | |
7346 | |
7347 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7348 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7349 * gnus/pop3.el (pop3-open-server): |
25837 | 7350 Set process-coding-system-alist around open-network-stream. |
7351 | |
7352 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7353 | |
7354 * files.el (save-buffer): Doc fix. | |
7355 | |
7356 1998-10-07 Karl Heuer <kwzh@gnu.org> | |
7357 | |
7358 * emacs-lisp/profile.el (profile-fix-fun): If already profiled, | |
7359 return DEF unchanged, not nil. Simplify. | |
7360 | |
7361 1998-10-06 Geoff Voelker <voelker@cs.washington.edu> | |
7362 | |
7363 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp. | |
7364 | |
7365 1998-10-06 Peter Breton <pbreton@ne.mediaone.net> | |
7366 | |
7367 * generic.el (generic-mode-with-type): Added hooks for generic-modes. | |
7368 | |
7369 * net-utils.el (ftp, nslookup): Require comint. | |
7370 (network-service-connection): Likewise. | |
7371 (whois-server-name): Defaults to whois.arin.net | |
7372 (whois-server-list, whois-server-tld, whois-guess-server): New var. | |
7373 (whois): Tries to guess the appropriate top-level domain server. | |
7374 (whois-get-tld): New function. | |
7375 | |
7376 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs. | |
7377 (dirtrack-debug-toggle): Added this function. | |
7378 | |
7379 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7380 | |
7381 * files.el (find-file-noselect): Switch to the correct buffer | |
7382 before checking find-file-literally, and allow non-nil non-t | |
7383 rawfile params. | |
7384 | |
7385 1998-10-06 Karl Heuer <kwzh@gnu.org> | |
7386 | |
7387 * midnight.el (clean-buffer-list): Add autoload cookie. | |
7388 | |
7389 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from | |
7390 no-autosave. | |
7391 * tar-mode.el (tar-mode-revert): Likewise. | |
7392 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed | |
7393 from ediff-arrange-autosave-in-merge-jobs. Callers changed. | |
7394 * gnus/message.el (message-auto-save-directory): Renamed from | |
7395 message-autosave-directory. All references changed. | |
7396 | |
7397 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
7398 | |
7399 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary | |
7400 string. Expose mime stuff while searching. | |
7401 | |
7402 1998-10-06 Richard Stallman <rms@gnu.org> | |
7403 | |
7404 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result. | |
7405 | |
7406 * replace.el (perform-replace): Position point properly | |
7407 before and after the recursive edit of C-r. | |
7408 | |
7409 * progmodes/etags.el (tags-reset-tags-tables): Properly | |
7410 find the markers in the old rings that are being discarded. | |
7411 | |
7412 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7413 | |
7414 * apropos.el (apropos-print): control invalid characters. | |
7415 | |
7416 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X): | |
7417 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid | |
7418 confusing customize. | |
7419 | |
7420 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7421 | |
7422 * generic-x.el (bat-generic-mode): Fix regexps for keywords and | |
7423 built-in commands. Add more built-in commands and fix face names. | |
7424 | |
7425 1998-10-05 Simon Marshall <simon@gnu.org> | |
7426 | |
7427 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar. | |
7428 | |
7429 1998-10-04 Eric Ludlam <zappo@gnu.org> | |
7430 | |
7431 * speedbar.el (speedbar-initial-expansion-list-name): Remove | |
7432 customization since it is not useful in this case. | |
7433 (speedbar-frame-mode): Check if cfx or cfy is a list, and make | |
7434 sure it gets evalled to a number. Also verify that set-frame-name | |
7435 fn exists before calling it. | |
7436 | |
7437 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine): | |
7438 Protect a `forward-sexp' call which could fail, and improved regex | |
7439 for ie, and eg abbreviations. | |
7440 | |
7441 1998-10-02 Noah Friedman <friedman@splode.com> | |
7442 | |
7443 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not | |
7444 send-string. | |
7445 (rlogin-send-Ctrl-D): Here also. | |
7446 (rlogin-send-Ctrl-Z): Here also. | |
7447 (rlogin-send-Ctrl-backslash): Here also. | |
7448 | |
7449 1998-10-02 Dave Love <fx@gnu.org> | |
7450 | |
7451 * outline.el (hide-region-body): Bind | |
7452 outline-view-change-hook to nil while making repeated calls to | |
7453 outline-flag-region. Run it once at the end. | |
7454 (hide-other, hide-sublevels, show-children): Likewise. | |
7455 | |
7456 * info-look.el: Remove duplicate scheme-mode entry. | |
7457 (info-lookup-make-completions): When looking for entries, check | |
7458 that `item' isn't null or "Menu". | |
7459 | |
7460 1998-10-01 Karl Heuer <kwzh@gnu.org> | |
7461 | |
7462 * net-utils.el: Don't require ffap. | |
7463 (net-utils-machine-at-point, net-utils-url-at-point): New functions. | |
7464 (ping, nslookup-host, finger, network-connection-to-service): Use them. | |
7465 | |
7466 1998-09-30 Richard Stallman <rms@gnu.org> | |
7467 | |
7468 * ispell.el (check-ispell-version): No need to bind default-major-mode. | |
7469 | |
7470 * imenu.el (imenu--generic-function): Sort each submenu by position. | |
7471 (imenu--sort-by-position): New function. | |
7472 | |
7473 * cus-edit.el (Custom-mode-menu): Fix info node name. | |
7474 (customize group): Fix info node name. | |
7475 | |
7476 * mail/mailalias.el (build-mail-aliases): Don't allow | |
7477 a newline in the alias name. Don't define an alias | |
7478 if the definition would be empty. | |
7479 | |
7480 * which-func.el (which-func-mode-global): Make :set function | |
7481 more reliable. | |
7482 | |
7483 * custom.el (custom-set-variables): Load the requests first, | |
7484 then check the symbol's `set' function. | |
7485 | |
7486 * ffap.el: Doc fixes. | |
7487 | |
7488 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7489 | |
7490 * gnus.el: (gnus-valid-select-methods): Fix type. | |
7491 * gnus-sum.el (gnus-summary-respool-default-method): Fix type. | |
7492 * gnus-score.el (gnus-orphan-score): Fix type. | |
7493 (gnus-score-default-header, gnus-score-default-type): Fix type. | |
7494 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type. | |
7495 (gnus-saved-headers): Fix type. | |
7496 | |
7497 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix): | |
7498 Avoid nil value of `two-lines-citation-part'. | |
7499 | |
7500 1998-09-30 Roman Belenov <roman@nstl.nnov.ru> | |
7501 | |
7502 * which-func.el (which-function): Handle case when | |
7503 (car imenu--index-alist) is nil. | |
7504 | |
7505 1998-09-29 Dave Love <fx@gnu.org> | |
7506 | |
7507 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from | |
7508 bzip2 args. | |
7509 | |
7510 1998-09-29 Simon Marshall <simon@gnu.org> | |
7511 | |
7512 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and | |
7513 comint-exec-hook. | |
7514 | |
7515 1998-09-29 Stephen Eglen <stephen@gnu.org> | |
7516 | |
7517 * info-look.el: Add support for Octave. | |
7518 | |
7519 1998-09-28 Carsten Dominik <cd@delysid.gnu.org> | |
7520 | |
7521 * textmodes/reftex.el (reftex-finding-files): New customize group. | |
7522 (reftex-texpath-environment-variables, | |
7523 reftex-use-external-file-finders, reftex-external-file-finders, | |
7524 reftex-search-unrecursed-path-first): New options. | |
7525 (reftex-process-string, reftex-find-file-externally): New | |
7526 functions. | |
7527 (reftex-access-search-path): Execute shell commands to find the | |
7528 search path. | |
7529 (reftex-toggle-auto-view-crossref): When turning on, make sure | |
7530 `reftex-auto-view-crossref' becomes non-nil. | |
7531 (reftex-abbrev-regexp): Constant removed. | |
7532 (reftex-convert-string): Abbrev regexp calculated locally. | |
7533 | |
7534 1998-09-28 Dave Love <fx@gnu.org> | |
7535 | |
7536 * progmodes/fortran.el: Don't call regexp-opt when deriving | |
7537 font-lock patterns with keywords that aren't all literal. | |
7538 | |
7539 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
7540 | |
7541 * octave-inf.el (inferior-octave-prompt): Also match prompts of | |
7542 the form `octave.bin:1>' which come from using precopiled binary | |
7543 versions. | |
7544 | |
7545 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7546 | |
7547 * help.el (help-for-help): Use %THIS-KEY%. | |
7548 (help-quit): Add doc. | |
7549 | |
7550 * help-macro.el (make-help-screen): Keep HELP-TEXT | |
7551 in a separate function definition, not in the help command FNAME. | |
7552 Replace %THIS-KEY% with the key sequence that ran FNAME. | |
7553 | |
7554 1998-09-25 Richard Stallman <rms@gnu.org> | |
7555 | |
7556 * textmodes/texinfo.el (texinfo-show-structure): | |
7557 Bind inhibit-read-only. | |
7558 | |
7559 * isearch.el (isearch-search-and-update): Properly | |
7560 handle upper case letters in the reverse-search special case. | |
7561 | |
7562 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7563 | |
7564 * gnus.el: Extend the list of autoloaded functions. | |
7565 | |
7566 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
7567 buffer before creating help group. (from Gnus v5.6.43, fix by | |
7568 1998-08-20 Per Starback <starback@update.uu.se>) | |
7569 | |
7570 * gnus-util.el (gnus-output-to-rmail): Adjust to | |
7571 `rmail-output-to-rmail-file'. | |
7572 | |
7573 1998-09-25 Karl Heuer <kwzh@gnu.org> | |
7574 | |
7575 * hexl.el (hexl-mode-map): More of previous change. | |
7576 | |
7577 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
7578 (tex-start-tex): Don't use tex-start-options-string in star case. | |
7579 Quote file name in star case as well as in non-star. | |
7580 Add blank and quoting of option string here. | |
7581 (tex-start-options-string): Not here. | |
7582 | |
7583 1998-09-23 Karl Heuer <kwzh@gnu.org> | |
7584 | |
7585 * term.el (term-delimiter-argument-list): Doc fix. | |
7586 (term-emulate-terminal): Escape literal semicolon. | |
7587 * progmodes/asm-mode.el (asm-mode): Doc fix. | |
7588 (asm-comment-char): Escape literal semicolon. | |
7589 * emulation/viper-cmd.el (viper-movement-commands): Likewise. | |
7590 | |
7591 1998-09-23 Richard Stallman <rms@gnu.org> | |
7592 | |
7593 * hexl.el (hexl-mode-map): Don't override all ESC bindings, | |
7594 only those that normally modify the buffer. | |
7595 | |
7596 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer | |
7597 over again. | |
7598 | |
7599 1998-09-23 E. Jay Berkenbilt <ejb@ql.org> | |
7600 | |
7601 * ispell.el (check-ispell-version): Ensure same buffer is current | |
7602 when let-binding of case-fold-search ends. | |
7603 | |
7604 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7605 | |
7606 * ps-print.el: Skip invisible overlay. | |
7607 Test for set-buffer-multibyte rather than using mule-version. | |
7608 (ps-print-version): New version number (4.1) and doc fix. | |
7609 (ps-generate-postscript-with-faces): Skip invisible overlay. | |
7610 | |
7611 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu> | |
7612 | |
7613 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes. | |
7614 | |
7615 1998-09-22 Kenichi Handa <handa@etl.go.jp> | |
7616 | |
7617 * international/quail.el (quail-update-guidance): Check for the | |
7618 return value of (quail-guidance) fixed. | |
7619 (quail-update-translation): Bind quail-current-str locally when it | |
7620 calls quail-update-guidance. | |
7621 (quail-update-translation): If input-method-exit-on-first-char is | |
7622 non-nil, terminate translation only when the current input method | |
7623 is simple. | |
7624 | |
7625 1998-09-22 Paul Eggert <eggert@twinsun.com> | |
7626 | |
7627 * startup.el (locale-translation-file-name): Prefer X-related names | |
7628 to the name used by GNU/Linux sans X. Set to nil if no file found. | |
7629 (command-line): Use locale-translation-file-name if it is not nil, | |
7630 instead of testing for its existence again. | |
7631 regexp-quote the ctype before using it in a regexp. | |
7632 Allow a colon to appear after the ctype in the aliases file, | |
7633 as is done in X11R6.4. | |
7634 | |
7635 1998-09-21 Richard Stallman <rms@gnu.org> | |
7636 | |
7637 * mail/rmail.el (rmail-resend): Work properly if invoked from summary. | |
7638 | |
7639 * calendar/appt.el (appt-interval): Variable deleted. | |
7640 (appt-check): For minutes in between appt-display-interval times, | |
7641 do check, but don't display anything except an updated mode line. | |
7642 Count against appt-display-interval based on minutes since | |
7643 first display of this appointment, not based on time of day. | |
7644 If appt-display-mode-line, force mode line redisplay | |
7645 whenever appt-mode-string has changed. | |
7646 (appt-add, appt-delete): Add autoload cookies. | |
7647 (appt-check): Catch errors from calling `diary'. | |
7648 (appt-max-time): Renamed from max-time. | |
7649 (appt-now-displayed, appt-display-count): New variables. | |
7650 (appt-timer): Don't create one if we already have one. | |
7651 | |
7652 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
7653 More general code to use the source buffer instead of the zap file. | |
7654 | |
7655 * hilit-chg.el (highlight-compare-with-file): Renamed from | |
7656 compare-with-file. | |
7657 | |
7658 * loadhist.el (load-history-loaded): New variable. | |
7659 (symbol-file): Load etc/fns-VERSION.el if that has not been done. | |
7660 | |
7661 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it. | |
7662 | |
7663 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
7664 Fix error messages. | |
7665 | |
7666 1998-09-21 Markus Armbruster <armbru@pond.sub.org> | |
7667 | |
7668 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an | |
7669 Emacs frame. | |
7670 | |
7671 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7672 | |
7673 * mail/rmail.el (rmail-decode-babyl-format): Recognize both | |
7674 `undecided' and `undecided-unix'. | |
7675 | |
7676 1998-09-21 Dave Love <fx@gnu.org> | |
7677 | |
7678 * help.el (help-make-xrefs): Fix typo affecting Info references. | |
7679 | |
7680 * subr.el (remove-hook): Check list values to avoid errors. | |
7681 | |
7682 1998-09-18 Noah Friedman <friedman@splode.com> | |
7683 | |
7684 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and | |
7685 store string in eldoc-last-message without consing a new string. | |
7686 Rearrange logic from nested if's into cond's. | |
7687 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string. | |
7688 Do not print message; just return string. | |
7689 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring. | |
7690 Do not print message; just return string. | |
7691 Cache that string in eldoc-last-data. | |
7692 (eldoc-last-data): Make into a vector. | |
7693 (eldoc-get-fnsym-args-string): Use new data form of structure. | |
7694 (eldoc-get-var-docstring): Here also. | |
7695 (eldoc-last-data-store): New function. | |
7696 (eldoc-get-fnsym-args-string): Use it. | |
7697 (eldoc-get-var-docstring): Here also. | |
7698 (eldoc-docstring-first-line): Minimize interim string consing. | |
7699 Call substitute-command-keys on the result. | |
7700 (eldoc-print-var-docstrings, eldoc-print-docstring, | |
7701 eldoc-docstring-message): Functions removed. | |
7702 (eldoc-docstring-format-sym-doc): New function, functionality | |
7703 ripped out of eldoc-docstring-message. | |
7704 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it. | |
7705 | |
7706 1998-09-18 Kenichi Handa <handa@etl.go.jp> | |
7707 | |
7708 * international/mule.el (make-coding-system): Doc-string modified. | |
7709 | |
7710 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org> | |
7711 | |
7712 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type. | |
7713 | |
7714 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix | |
7715 customize type. | |
7716 | |
7717 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize | |
7718 type. | |
7719 | |
7720 * progmodes/compile.el (compilation-error-screen-columns): New | |
7721 variable. | |
7722 (compilation-next-error-locus): Use it to decide whether to use | |
7723 forward-char or move-to-column. | |
7724 | |
7725 * mail/rmail.el (rmail-movemail-program): Fix customize type. | |
7726 | |
7727 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage, | |
7728 feedmail-fiddle-plex-user-list, | |
7729 feedmail-spray-address-fiddle-plex-list, | |
7730 feedmail-prompt-before-queue-user-alist, | |
7731 feedmail-prompt-before-queue-help-supplement, | |
7732 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug, | |
7733 feedmail-queue-alternative-mail-header-separator): Fix customize | |
7734 type. | |
7735 | |
7736 * startup.el (site-run-file): Fix customize type. | |
7737 | |
7738 * speedbar.el (speedbar-initial-expansion-list-name): Fix | |
7739 customize type. | |
7740 | |
7741 * shell.el (shell-input-autoexpand): Fix customize type. | |
7742 | |
7743 * ps-print.el (ps-font-info-database): Add missing dots in value. | |
7744 Improve layout of customize type. | |
7745 | |
7746 * net-utils.el (traceroute-program-options, ping-program-options, | |
7747 ipconfig-program-options, netstat-program-options, | |
7748 arp-program-options, route-program-options, | |
7749 nslookup-program-options, ftp-program-options): Fix customize | |
7750 type. | |
7751 | |
7752 * midnight.el (clean-buffer-list-kill-regexps, | |
7753 clean-buffer-list-kill-buffer-names, | |
7754 clean-buffer-list-kill-never-buffer-names, | |
7755 clean-buffer-list-kill-never-regexps): Fix customize type. | |
7756 | |
7757 * man.el (Man-init-defvars): Avoid trailing nil on | |
7758 Man-filter-list. | |
7759 | |
7760 * lpr.el (printer-name): Fix customize type. | |
7761 | |
7762 1998-09-16 Kenichi Handa <handa@etl.go.jp> | |
7763 | |
7764 * international/mule-cmds.el (reset-language-environment): Call | |
7765 update-coding-systems-internal. | |
7766 | |
7767 * international/mule-conf.el: Call update-coding-systems-internal | |
7768 at the tail. | |
7769 | |
7770 1998-09-14 Dave Love <fx@gnu.org> | |
7771 | |
7772 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't | |
7773 use the menu-enable properties, pending doing it correctly and | |
7774 acceptably fast. | |
7775 | |
7776 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text. | |
7777 | |
7778 1998-09-13 Dave Love <d.love@dl.ac.uk> | |
7779 | |
7780 * progmodes/hideshow.el (hs-grok-mode-type): Check | |
7781 comment-{start,end} non-nil as well as bound. Report an error if | |
7782 we can't grok the mode. | |
7783 | |
7784 1998-09-13 Richard Stallman <rms@gnu.org> | |
7785 | |
7786 * simple.el (blink-matching-open): Don't log paren matching | |
7787 messages in *Messages*. | |
7788 | |
7789 1998-09-12 Richard Stallman <rms@gnu.org> | |
7790 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7791 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up): |
25837 | 7792 Set point-before-scroll at end even if there was an error. |
7793 | |
7794 * ange-ftp.el (ange-ftp-insert-file-contents): | |
7795 Use binary mode for dumb-unix hosts as for unix hosts. | |
7796 (ange-ftp-copy-file-internal): Likewise. | |
7797 | |
7798 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
7799 | |
7800 * emacs-lisp/pp.el: Doc fixes. | |
7801 | |
7802 * wid-edit.el (widget-menu-max-shortcuts): New variable. | |
7803 (widget-choose): Don't use single-char shortcuts if # items | |
7804 exceeds that many. Use minibuffer instead. | |
7805 | |
7806 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7807 | |
7808 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg. | |
7809 | |
7810 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org> | |
7811 | |
7812 * speedbar.el (speedbar-frame-mode): Do not set frame position if | |
7813 in terminal mode. | |
7814 | |
7815 1998-09-10 Noah Friedman <friedman@splode.com> | |
7816 | |
7817 * rsz-mini.el (resize-minibuffer-mode): remove :version field from | |
7818 defcustom declaration. It's wreaking too much havoc with XEmacs | |
7819 and older versions of Emacs, which share this code. | |
7820 | |
7821 * type-break.el (type-break-mode): Here also. | |
7822 | |
7823 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg | |
7824 `t' to add-hook also to modify the new local value. | |
7825 | |
7826 1998-09-10 Dave Love <fx@gnu.org> | |
7827 | |
7828 * vc.el (vc-insert-headers): Doc fix. | |
7829 | |
7830 1998-09-10 Richard Stallman <rms@gnu.org> | |
7831 | |
7832 * textmodes/flyspell.el (flyspell-mode-on): Make the | |
7833 ispell-... variables permanent locals. | |
7834 (flyspell-mode-off): Add autoload cookie. | |
7835 | |
7836 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host, | |
7837 do use binary mode, just as for `unix'. | |
7838 (ange-ftp-host-type): If HOST is nil, return `unix'. | |
7839 | |
7840 * dired.el (dired-mark-files-containing-regexp): | |
7841 Don't scan directories. Ignore non-readable files. | |
7842 | |
7843 * progmodes/compile.el (compilation-error-regexp-alist): | |
7844 Fix previous change: allow . and _ in command name. | |
7845 | |
7846 * dired.el (dired-mark-files-containing-regexp): Fix previous change. | |
7847 | |
7848 * uncompress.el (uncompress-while-visiting): | |
7849 Use just the car of what find-operation-coding-system returns. | |
7850 | |
7851 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename. | |
7852 | |
7853 * shell.el (shell-file-name-quote-list): Add # to the value. | |
7854 | |
7855 1998-09-10 E. Jay Berkenbilt <ejb@ql.org> | |
7856 | |
7857 * textmodes/flyspell.el (flyspell-mode-on): fix kill-buffer-hook | |
7858 to make killing of ispell process work even if | |
7859 kill-all-local-variables has been run. | |
7860 | |
7861 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7862 | |
7863 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite | |
7864 loop when sexp entry ends at end of file with no newline. | |
7865 | |
7866 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7867 | |
7868 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved) | |
7869 (Custom-reset-standard): Fix menu inconsistency. | |
7870 | |
7871 * mail/feedmail.el (feedmail-from-line): Allow t. | |
7872 (feedmail-message-id-suffix): Allow nil. | |
7873 | |
7874 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
7875 Simplify. Make prefix arg work right. | |
7876 | |
7877 1998-09-09 Dave Love <fx@gnu.org> | |
7878 | |
7879 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
7880 | |
7881 * help.el (help-xref-interned): Bind inhibit-read-only when inserting. | |
7882 | |
7883 1998-09-08 Dave Love <fx@gnu.org> | |
7884 | |
7885 * add-log.el (change-log-font-lock-keywords): Do parenthesized | |
7886 stuff only after file names or at start of line. Allow parens | |
7887 around e-mail, as well as angles. | |
7888 | |
7889 * gnus/nnweb.el (require): Wrap requirement of w3 and url in | |
7890 ignore-errors too, eval'd when compile. Require w3 stuff at load | |
7891 time for nicer failure if it's not available. | |
7892 | |
7893 1998-09-07 Geoff Voelker <voelker@cs.washington.edu> | |
7894 | |
7895 * comint.el (comint-arguments): Ignore backslashes when using | |
7896 w32 shells that expect backslashes as the directory separator. | |
7897 | |
7898 1998-09-04 Kenichi Handa <handa@etl.go.jp> | |
7899 | |
7900 * international/fontset.el (resolved-ascii-font): New variable. | |
7901 (x-complement-fontset-spec): By side effect, set | |
7902 `resolved-ascii-font' to the resolved name of ASCII font." | |
7903 (create-fontset-from-fontset-spec): Don't get a value for | |
7904 resolved-ascii-font from the list full-fontlist. It is set by | |
7905 x-complement-fontset-spec now. | |
7906 | |
7907 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
7908 version, check the value of mule-version. | |
7909 | |
7910 1998-09-07 Carsten Dominik <cd@delysid.gnu.org> | |
7911 | |
7912 * textmodes/reftex.el (reftex-view-crossref): Split up into | |
7913 several functions. No longer moves to find a macro. | |
7914 (reftex-view-cr-cite, reftex-view-cr-ref, | |
7915 reftex-end-of-bib-entry): New functions. | |
7916 (reftex-auto-view-crossref): New value `window' allowed. | |
7917 (reftex-view-crossref-when-idle): Process new `window' option in | |
7918 (reftex-translate-to-ascii-function): New default. | |
7919 (reftex-label-illegal-re): Default changed, removed Latin1. | |
7920 (reftex-latin1-to-ascii): New function. | |
7921 (reftex-what-environment): Check for section regexp before use. | |
7922 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with | |
7923 absolute path names. | |
7924 (reftex-TeX-master-file): Changed sequence of file checks. | |
7925 (reftex-do-citation): bibview cache only with RefTeX mode on. | |
7926 | |
7927 1998-09-06 Richard Stallman <rms@gnu.org> | |
7928 | |
7929 * progmodes/compile.el (compilation-error-regexp-alist): | |
7930 In first pattern (GNU utilities and other things), | |
7931 allow a space after the optional program name at the beginning. | |
7932 | |
7933 * mail/mail-hist.el (mail-hist-current-header-contents): | |
7934 Fix previous change: use mail-header-end. | |
7935 | |
7936 1998-09-06 Bill Richter <richter@math.nwu.edu> | |
7937 | |
7938 * international/ccl.el: Doc fixes. | |
7939 * international/encoded-kb.el: Doc fixes. | |
7940 * international/fontset.el: Doc fixes. | |
7941 * international/kinsoku.el: Doc fixes. | |
7942 * international/kkc.el: Doc fixes. | |
7943 * international/mule-cmds.el: Doc fixes. | |
7944 * international/mule-conf.el: Doc fixes. | |
7945 * international/mule-util.el: Doc fixes. | |
7946 * international/mule.el: Doc fixes. | |
7947 | |
7948 1998-09-05 Eric Ludlam <zappo@gnu.org> | |
7949 | |
7950 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function. | |
7951 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'. | |
7952 (checkdoc-this-string-valid-engine): Permit ? as terminating | |
7953 punctuation for first line sentence breaking. | |
7954 (checkdoc-this-string-valid): When converting a comment into a doc | |
7955 string, make sure " chars are \". | |
7956 (checkdoc-sentencespace-region-engine): Only do double space check | |
7957 if based on the variable `sentence-end-double-space' | |
7958 (checkdoc-this-string-valid-engine): ? ends valid sentence. | |
7959 (checkdoc-proper-noun-region-engine): Exclude items in URLs | |
7960 | |
7961 1998-09-04 Richard Stallman <rms@gnu.org> | |
7962 | |
7963 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): | |
7964 Recognize define-skeleton as a function definer. | |
7965 | |
7966 * cus-edit.el (customize-option): Refuse to customize | |
7967 a variable that has no defcustom. But if variable is autoloaded, | |
7968 first try to load the library that defines it. | |
7969 | |
7970 * international/iso-insert.el: Use `string' before calling `insert' | |
7971 so that in multibyte buffers we insert multibyte chars. | |
7972 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7973 * dired.el (dired-mark-files-containing-regexp): |
25837 | 7974 Don't use find-file; instead, insert the file in a temp buffer. |
7975 | |
7976 * textmodes/tex-mode.el (tex-start-options-string): New option. | |
7977 (tex-start-tex): Use that variable. | |
7978 | |
7979 * mail/rmail.el (rmail-primary-inbox-list): Make the initial | |
7980 value in the `repeat' alternative a list. | |
7981 | |
7982 * textmodes/fill.el (fill-individual-paragraphs): Before deleting | |
7983 the inserted newline, verify that one was really inserted. | |
7984 | |
7985 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode | |
7986 remains on or remains off. | |
7987 (flyspell-multi-language-p): Default changed to nil. | |
7988 | |
7989 * progmodes/ada-mode.el (ada-search-ignore-string-comment): | |
7990 In "found in comment" case, don't beginning-of-line after forward-line. | |
7991 | |
7992 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): | |
7993 If the function definition is not a lambda, return original FORM | |
7994 with no error. | |
7995 | |
7996 1998-09-04 Peter Breton <pbreton@ne.mediaone.net> | |
7997 | |
7998 * net-utils.el (netstat-program-options): Changed from nil to "-a" | |
7999 so that by default netstat shows all network connections. | |
8000 | |
8001 1998-09-04 Bob Weiner <weiner@altrasoft.com> | |
8002 | |
8003 * international/quail.el: Doc fixes. | |
8004 | |
8005 * info.el (info): Don't add parens if FILE already has them. | |
8006 | |
8007 1998-09-04 Geoff Voelker <voelker@cs.washington.edu> | |
8008 | |
8009 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word | |
8010 on extension lines. | |
8011 | |
8012 1998-09-03 Geoff Voelker <voelker@cs.washington.edu> | |
8013 | |
8014 * w32-fns.el (w32-shell-dos-semantics): New function. | |
8015 | |
8016 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu> | |
8017 | |
8018 * international/quail.el (quail-choose-completion-string): Store | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8019 completion `choice' in `quail-current-str'; don't insert it. |
25837 | 8020 |
8021 1998-09-02 Kenichi Handa <handa@etl.go.jp> | |
8022 | |
8023 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH | |
8024 argument to ps-mule-generate-bitmap-font. | |
8025 | |
8026 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII | |
8027 entry and change Latin-1 entry in the default value. | |
8028 (ps-mule-font-info-database-ps-bdf): New variable. | |
8029 (ccl-encode-ethio-unicode): Bug of CCL code fixed. | |
8030 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function | |
8031 registerd in FONT-SPEC. | |
8032 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct | |
8033 charcter width of bitmap fonts. | |
8034 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript | |
8035 procedure NF. | |
8036 (ps-begin-file): Output PostScript code for setting | |
8037 SpaceWidthRatio. | |
8038 (ps-plot-region): Use line-beginning-position to get a position of | |
8039 the beginning of the current line. | |
8040 | |
8041 * international/mule-cmds.el (register-input-method): Doc-string | |
8042 modified. | |
8043 | |
8044 1998-09-01 Dave Love <fx@gnu.org> | |
8045 | |
8046 * international/mule-cmds.el (current-language-environment): Fix | |
8047 setter function. | |
8048 | |
8049 1998-09-01 Simon Marshall <simon@gnu.org> | |
8050 | |
8051 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite. | |
8052 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately. | |
8053 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class | |
8054 names with font-lock-type-face. Fontify type specs, etc., with | |
8055 font-lock-keyword-face. | |
8056 | |
8057 1998-08-31 Kenichi Handa <handa@etl.go.jp> | |
8058 | |
8059 * international/fontset.el (x-complement-fontset-spec): If ASCII | |
8060 font is specified in FONTLIST, don't substitute it for the | |
8061 resolved name. | |
8062 | |
8063 1998-08-31 Paul Eggert <eggert@twinsun.com> | |
8064 | |
8065 * international/mule.el (charset-description): Doc fix. | |
8066 | |
8067 * language/chinese.el, language/cyrillic.el, language/czech.el, | |
8068 language/devanagari.el, language/ethiopic.el, | |
8069 language/european.el, language/hebrew.el, language/indian.el, | |
8070 language/japanese.el, language/korean.el, language/lao.el, | |
8071 language/slovak.el, language/thai.el, language/tibetan.el, | |
8072 language/vietnamese.el: | |
8073 Add coding: local variable, to avoid bootstrapping problem | |
8074 if you need to recompile all the Lisp files using interpreted code. | |
8075 | |
8076 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8077 | |
8078 * cal-china.el (chinese-year-cache): Change range of years from | |
8079 1989-2000 to 1990-2010. | |
8080 | |
8081 1998-08-29 Dave Love <d.love@dl.ac.uk> | |
8082 | |
8083 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie. | |
8084 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined. | |
8085 | |
8086 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
8087 | |
8088 * ps-print.el (ps-print-control-characters): Doc-string modified. | |
8089 (ps-output-string-prim): Comment format changed. | |
8090 (ps-do-despool): Indentation of source code changed. | |
8091 | |
8092 1998-08-28 Kenichi Handa <handa@etl.go.jp> | |
8093 | |
8094 * subr.el (sref): Make it an alias of aref. Make the | |
8095 byte-compiler warn that it is obsolete. | |
8096 (char-bytes): Make the byte-compiler warn that it is obsolete. | |
8097 | |
8098 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment): | |
8099 Calculate the total bytes using position-bytes instead of | |
8100 char-bytes. | |
8101 | |
8102 1998-08-27 Karl Heuer <kwzh@gnu.org> | |
8103 | |
8104 * snmp-mode.el: New file. | |
8105 * files.el (auto-mode-alist): Add snmp-mode patterns. | |
8106 | |
8107 1998-08-27 Karl Eichwalder <ke@suse.de> | |
8108 | |
8109 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'. | |
8110 | |
8111 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8112 | |
8113 * calendar/diary-lib.el (diary-block): Doc fix.. | |
8114 * calendar/calendar.el (diary-list-include-blanks): Doc fix.. | |
8115 | |
8116 1998-08-27 Richard Stallman <rms@gnu.org> | |
8117 | |
8118 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp. | |
8119 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space. | |
8120 Clear appt-mode-string if we don't put something in it. | |
8121 | |
8122 1998-08-27 Dave Love <fx@gnu.org> | |
8123 | |
8124 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking | |
8125 dired-local-variables-file for dired-x. | |
8126 | |
8127 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look | |
8128 for compressed library files too. | |
8129 | |
8130 1998-08-26 Kenichi Handa <handa@etl.go.jp> | |
8131 | |
8132 * language/european.el ("Latin-1"): Modify `documentation' key value. | |
8133 ("Latin-2"): Likewise. | |
8134 | |
8135 1998-08-26 Karl Heuer <kwzh@gnu.org> | |
8136 | |
8137 * dired-x.el (dired-guess-shell-alist-default): Fix regexp. | |
8138 | |
8139 1998-08-26 Albert L. Ting <alt@artisan.com> | |
8140 | |
8141 * mail/mail-hist.el (mail-hist-current-header-name): Fix test. | |
8142 (mail-hist-current-header-contents): Use mail-text-start. | |
8143 | |
8144 1998-08-26 Richard Stallman <rms@gnu.org> | |
8145 | |
8146 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2. | |
8147 (customize-changed-options-previous-release): New variable. | |
8148 (customize-changed-options): Use that variable as default arg. | |
8149 | |
8150 1998-08-26 Karl Eichwalder <ke@suse.de> | |
8151 | |
8152 * midnight.el: Require `timer' not only when compiling. | |
8153 | |
8154 1998-08-26 Per Starback <starback@update.uu.se> | |
8155 | |
8156 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
8157 buffer before creating help group. | |
8158 | |
8159 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8160 | |
8161 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind | |
8162 coding-system-for-write before saving. | |
8163 | |
8164 1998-08-26 Kevin Rodgers <kevinr@ihs.com> | |
8165 | |
8166 * isearch.el (isearch-forward): Doc fix. | |
8167 | |
8168 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org> | |
8169 | |
8170 * emacs-lisp/find-func.el: Fix :version tags to have a string | |
8171 value, not a float. | |
8172 | |
8173 * cus-dep.el: Fix typo in output. | |
8174 | |
8175 1998-08-25 Dave Love <fx@gnu.org> | |
8176 | |
8177 * repeat.el (repeat): Doc fix. | |
8178 [From rms:] | |
8179 (repeat-previous-repeated-command): New variable. | |
8180 (repeat): Check for real-last-command being null or repeat. Set | |
8181 repeat-previous-repeated-command. | |
8182 | |
8183 * browse-url.el (browse-url-netscape): Fix format for hex escapes. | |
8184 | |
8185 1998-08-25 Kenichi Handa <handa@etl.go.jp> | |
8186 | |
8187 * gnus/message.el (message-send-mail-with-sendmail): Bind | |
8188 coding-system-for-write by the return value of | |
8189 select-message-coding-system. | |
8190 (message-send-mail-with-qmail): Likewise. | |
8191 | |
8192 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org> | |
8193 | |
8194 * emacs-lisp/autoload.el: Fix doc-string-elt property on | |
8195 define-derived-mode. | |
8196 | |
8197 * files.el (file-name-invalid-regexp): | |
8198 Fix regex for ms-dos without long file names. | |
8199 | |
8200 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
8201 | |
8202 * ps-print.el: Multi-byte buffer handling. | |
8203 (ps-print-version): New version number (4.0) and doc fix. | |
8204 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional | |
8205 compilation for GNU Emacs and emacsens. | |
8206 (ps-generate-postscript-with-faces): Force invisible text to be | |
8207 visible. | |
8208 (dos-ps-printer): New var to avoid compilation gripes. | |
8209 | |
8210 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
8211 | |
8212 * ps-print.el (ps-mule-plot-string): Pay attention to the case | |
8213 that no more characters can't be printed in the current line. | |
8214 | |
8215 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
8216 | |
8217 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be | |
8218 greater than TO. | |
8219 | |
8220 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
8221 | |
8222 * ps-print.el: Add codes to make ps-print.el work also on Emacs | |
8223 20.2 and the earlier version. | |
8224 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2. | |
8225 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise. | |
8226 (ps-mule-find-wrappoint): Likewise. | |
8227 (ps-mule-generate-font): Change `X' to `x' in format | |
8228 control-string. | |
8229 (ps-generate): Call ps-mule-begin before calling ps-begin-job. | |
8230 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and | |
8231 `restore' form procedures `BC' and `EC'. | |
8232 | |
8233 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
8234 | |
8235 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox | |
8236 is an executable procedure. Make LineThickness, Xshadow, and | |
8237 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc. | |
8238 (ps-mule-font-info-database, ps-mule-font-info-database-ps, | |
8239 ps-mule-font-info-database-bdf): New vars. | |
8240 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs. | |
8241 (ccl-encode-ethio-unicode): New CCL program. | |
8242 (ps-mule-encode-ethiopic): New fun. | |
8243 (ps-mule-current-charset): New var. | |
8244 (ps-mule-get-font-spec, ps-mule-font-spec-src, | |
8245 ps-mule-font-spec-name, ps-mule-font-spec-encoding, | |
8246 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs. | |
8247 (ps-mule-external-libraries): New var. | |
8248 (ps-mule-init-external-library): New fun. | |
8249 (ps-mule-font-cache): New var. | |
8250 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs. | |
8251 (ps-last-font): New var. | |
8252 (ps-mule-prepare-font): New fun. | |
8253 (ps-mule-charset-list): New var. | |
8254 (ps-mule-prologue-generated, ps-mule-prologue): New vars. | |
8255 (ps-mule-skip-same-charset, ps-mule-find-wrappoint, | |
8256 ps-mule-plot-string): New funs. | |
8257 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue): | |
8258 New vars. | |
8259 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar, | |
8260 ps-mule-prepare-cmpchar-font): New funs. | |
8261 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New | |
8262 vars. | |
8263 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font, | |
8264 ps-mule-generate-bitmap-glyph): New funs. | |
8265 (ps-mule-initialize, ps-mule-begin): New funs. | |
8266 (ps-output-string-prim): Insert string as unibyte. | |
8267 (ps-output-prologue): New fun. | |
8268 (ps-flush-output): Handle the case of 'prologue. | |
8269 (ps-begin-file): Call ps-mule-initialize. | |
8270 (ps-begin-job): Set ps-control-or-escape-regexp differently if | |
8271 printing multibyte characters. | |
8272 (ps-begin-page): Set ps-mule-current-charset to 'ascii. | |
8273 (ps-basic-plot-string): Handle the case of printing ASCII | |
8274 characters by external libraries (e.g. BDF). | |
8275 (ps-set-font): Set ps-last-font. | |
8276 (ps-plot-region): Handle multibyte characters, use | |
8277 ps-mule-plot-string for them. | |
8278 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin. | |
8279 | |
8280 * bdf.el: New file. | |
8281 | |
8282 1998-08-23 Kenichi HANDA <handa@etl.go.jp> | |
8283 | |
8284 * international/mule-cmds.el (select-message-coding-system): New | |
8285 function. | |
8286 (set-language-environment-coding-systems): Set | |
8287 default-sendmail-coding-system. | |
8288 | |
8289 * mail/sendmail.el (sendmail-coding-system): Doc-string modified. | |
8290 (default-sendmail-coding-system): New variable. | |
8291 (sendmail-send-it): Encode the message by a coding system | |
8292 select-message-coding-system returns. | |
8293 | |
8294 1998-08-23 Eric Ludlam <zappo@gnu.org> | |
8295 | |
8296 * speedbar.el: (speedbar-with-writable): remove `toggle-read-only'. | |
8297 (speedbar-mode): Set buffer to read only. | |
8298 (speedbar-temp-buffer-show-function): For emacs don't call hook | |
8299 with arguments. | |
8300 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable. | |
8301 | |
8302 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu> | |
8303 | |
8304 * speedbar.el (speedbar-key-map): Fix typo. | |
8305 | |
8306 See ChangeLog.7 for earlier changes. |