Mercurial > emacs
annotate lisp/ChangeLog @ 26015:27732f03c976
(iso-8859-n-locale-regexp): Modify for Latin-[89].
(command-line): Detect Latin-[89] locales.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 14 Oct 1999 10:23:59 +0000 |
parents | 7a9ed2b6f30b |
children | 90595a2d3043 |
rev | line source |
---|---|
26011 | 1 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> |
2 | |
3 * international/mule-cmds.el (select-safe-coding-system) | |
4 (leim-list-header): avoid the use of strings that start with backslash | |
5 newline since lread.c:read1 has a hack to turn those strings into | |
6 integer 0 during the loadup.el process. | |
7 | |
8 * diff-mode.el (diff-find-file-name): use `Index:' preferentially. | |
9 | |
26008 | 10 1999-10-13 Dave Love <fx@gnu.org> |
11 | |
12 * image.el (insert-image): Copy the image spec and add an | |
13 intangible property. | |
14 | |
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
15 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
|
16 |
26008 | 17 * help.el (help-xref-interned): Make it also work on variable-only |
18 and function-only symbols. | |
19 (help-make-xrefs): Take advantage of the new `help-xref-interned'. | |
20 (help-follow): If the point under mouse is not highlighted, try | |
21 `help-xref-interned' on the pointed-to symbol anyway. | |
22 | |
23 * info.el (Info-on-current-buffer): New entry point. | |
24 (Info-find-node): Split into two for Info-on-current-buffer to | |
25 hook into it. | |
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
26 (Info-current-file, Info-set-mode-line, Info-up): |
26008 | 27 Info-current-file can now be t. |
28 (Info-clone-buffer-hook): function for `clone-buffer'. | |
29 (Info-goto-node, Info-menu, Info-mode-map, Info-mode): | |
30 `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
|
31 |
26002
4f46db3c9d7d
* subr.el (with-current-buffer): don't use backquotes to avoid
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26001
diff
changeset
|
32 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
|
33 |
26008 | 34 * simple.el (shell-command, shell-command-on-region): Use |
35 make-temp-file. | |
36 (clone-buffer, clone-process, clone-buffer-hook): New functions. | |
37 | |
38 * subr.el (with-current-buffer): Don't use backquotes to avoid | |
39 bootstrapping problems. | |
40 | |
41 * loadup.el (load-path): Add subdirs for bootstrapping. | |
42 (docstrings): Ignore errors during bootstrapping. | |
43 (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
|
44 |
26001 | 45 1999-10-12 Emmanuel Briot <briot@gnat.com> |
46 | |
47 * ada-stmt.el: Doc-string fixes. | |
48 | |
25991 | 49 1999-10-12 Gerd Moellmann <gerd@gnu.org> |
50 | |
25998 | 51 * recentf.el: New file. |
52 | |
25991 | 53 * ps-mode.el: New file. |
54 | |
55 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps, | |
56 case insensitive. | |
57 | |
25985 | 58 1999-10-12 Richard Sharman <rsharman@pobox.com> |
59 | |
60 * sh-script.el: Added support for indenting existing scripts. | |
61 (sh-mode-map): Added new bindings. | |
62 (sh-mode): Updated mode doc-string for new commands, added | |
63 make-local-variable calls, initialize mode-specific variables. | |
64 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line | |
65 is now a different function. | |
66 (sh-header-marker): Changed docstring. | |
67 (sh-set-shell): Initialize mode-specific variables. | |
68 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select) | |
69 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts): | |
70 Changed these define-skeleton calls to work with user-specified | |
71 indentation settings. | |
72 (sh-basic-indent-line, sh-blink, sh-calculate-indent) | |
73 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing) | |
74 (sh-electric-hash, sh-electric-less, sh-electric-rparen) | |
75 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info) | |
76 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word) | |
77 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if) | |
78 (sh-guess-basic-offset, sh-handle-after-case-label) | |
79 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do) | |
80 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac) | |
81 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open) | |
82 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close) | |
83 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else) | |
84 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case) | |
85 (sh-handle-this-then, sh-help-string-for-variable) | |
86 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent) | |
87 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init) | |
88 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp) | |
89 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style) | |
90 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable) | |
91 (sh-remove-our-text-properties, sh-rescan-buffer) | |
92 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp) | |
93 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer) | |
94 (sh-scan-case, sh-search-word, sh-set-char-syntax) | |
95 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value) | |
96 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New | |
97 functions. | |
98 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax) | |
99 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done) | |
100 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done) | |
101 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist) | |
102 (sh-var-list): New variables. | |
103 | |
25983 | 104 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk> |
105 | |
25999 | 106 * quickurl.el (quickurl-list-insert): `count-lines' was returning |
107 a value one line to high if the cursor wasn't at the start of a | |
108 line. A `beginning-of-line' is now performed before making the | |
109 call to `count-lines'. | |
25983 | 110 |
25979
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
111 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
|
112 |
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
113 * 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
|
114 |
25960 | 115 1999-10-09 Stefan Monnier <monnier@cs.yale.edu> |
116 | |
25962 | 117 * Makefile (setwins): abstract out the command to find subdirectories |
118 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base). | |
25970 | 119 (custom-deps, finder-data, autoloads, update-subdirs, updates) |
120 (autoloads-with-other-emacs): use it. | |
25962 | 121 |
25960 | 122 * diff-mode.el: new file. A mode for viewing/editing context diffs. |
123 | |
25942 | 124 1999-10-09 Gerd Moellmann <gerd@gnu.org> |
125 | |
126 * Makefile (bootstrap-compile): New target. Compile Lisp | |
127 files with ../src/temacs. | |
128 | |
25939 | 129 1999-10-08 Simon Marshall <simon@gnu.org> |
130 | |
131 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function. | |
132 (regexp-opt-group): Use it to get common suffixes in STRINGS. | |
133 If STRINGS is nil, return "" rather than nil. | |
134 | |
25937 | 135 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
136 | |
137 * Makefile (compile): Compile files one by one. Set load-path to | |
138 current directory and subdirectories when compiling. | |
139 | |
25918 | 140 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
141 | |
142 * Makefile (EMACSOPT, DONTCOMPILE, EL): New. | |
143 (emacs): Use it everywhere instead of EMACS. | |
144 (compile): New target. Compile all Lisp files from scratch. | |
145 (recompile): New target. Recompile lisp directory. | |
146 (autoloads-with-other-emacs): New target. Build loaddefs.el with | |
147 an Emacs executable not built in the current directory tree. | |
148 | |
25908 | 149 1999-10-07 Peter Breton <pbreton@ne.mediaone.net> |
150 | |
151 * filecache.el (file-cache-completion-ignore-case): New variable, | |
152 defaulting to the value of completion-ignore-case. | |
153 (file-cache-minibuffer-complete): Use it. | |
154 (file-cache-files-matching, file-cache-files-matching-internal): | |
155 New functions. | |
156 | |
25905
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
157 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
|
158 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
159 * 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
|
160 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
161 * 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
|
162 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
163 * 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
|
164 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
165 * 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
|
166 subprogram being created. |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
167 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
168 * 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
|
169 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
|
170 scheme |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
171 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
172 * 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
|
173 New functions |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
174 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
175 * 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
|
176 justification parameter |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
177 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
178 * 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
|
179 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
|
180 external program |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
181 |
25900 | 182 1999-10-07 Dave Love <fx@gnu.org> |
183 | |
184 * bindings.el (bound-and-true-p): New macro. | |
185 (make-mode-line-mouse-sensitive): Don't require easymenu. | |
186 | |
25886 | 187 1999-10-07 Gerd Moellmann <gerd@gnu.org> |
188 | |
189 * custom.el (defface): Extend documentation for new values of | |
190 `type'. | |
191 | |
192 * faces.el (face-spec-set-match-display): Recognize `type' of | |
193 `motif', `lucid', `x-toolkit'. | |
194 (menu): New face. | |
195 | |
25870 | 196 1999-10-05 Dave Love <fx@gnu.org> |
197 | |
198 * files.el: Recognize temporary crontab files. | |
199 | |
25873 | 200 * info.el: Require jka-compr when compiling. |
201 (Info-suffix-list): Add bzip2 files (non-ms-dos only). | |
202 | |
25866 | 203 1999-10-04 Dave Love <fx@gnu.org> |
204 | |
205 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines, | |
206 scroll-up-aggressively, scroll-down-aggressively. | |
207 | |
208 * time.el (display-time-mode): Add autoload cookie. | |
209 | |
25867 | 210 * rect.el (delete-extract-rectangle): Doc fix from verna. |
25866 | 211 |
212 * help-macro.el (three-step-help): Customize. | |
213 | |
25926 | 214 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
215 | |
216 * hexl.el (hexlify-buffer): Move point in proper range | |
217 if it is too large. | |
218 (hexl-after-revert-hook): Update hexl-max-address. | |
219 (hexl-address-to-marker): Doc fix. | |
220 | |
25865 | 221 1999-10-03 Dave Love <fx@gnu.org> |
222 | |
223 * image.el (defimage): Remove redundant code. Substitute file in | |
224 image plist. | |
225 | |
226 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
227 | |
228 * vc.el (vc-backend-checkout): Use coding system 'no-conversion | |
229 when doing with-temp-file. | |
230 | |
231 1999-10-01 Dave Love <fx@gnu.org> | |
232 | |
233 * cus-edit.el (custom-comment-create): Fill :from and :to slots. | |
234 | |
235 * help.el: Require view when compiling. | |
236 (view-emacs-FAQ): Use Info version. | |
237 | |
25837 | 238 1999-09-29 Ken'ichi Handa <handa@gnu.org> |
239 | |
240 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed | |
241 (normat->normal). Use correct font names for Korean | |
242 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H). | |
243 | |
244 1999-09-29 Kenichi Handa <handa@etl.go.jp> | |
245 | |
246 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit | |
247 code not used by KOI8 to the same 8-bit code instead of mapping to | |
248 SPC. | |
249 (cyrillic-alternativnyj-decode-table): Likewise. | |
250 | |
251 1999-09-29 Alex Schroeder <alex@gnu.org> | |
252 | |
253 * sql.el (sql-imenu-generic-expression): new, used to set | |
254 imenu-generic-expression. | |
255 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting | |
256 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression, | |
257 imenu-case-fold-search, and imenu-syntax-alist. | |
258 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when | |
259 setting font-lock-defaults' SYNTAX-ALIST. | |
260 | |
261 1999-09-28 Dave Love <fx@gnu.org> | |
262 | |
263 * cus-edit.el (custom-comment): Change widget definition. | |
264 (custom-comment-create, custom-comment-show) | |
265 (custom-comment-invisible-p): Don't use :comment-overlay. | |
266 (custom-comment-hide): New function. | |
267 (custom-variable-set, custom-variable-save) | |
268 (custom-variable-reset-standard, custom-face-set) | |
269 (custom-face-save): Use it. | |
270 | |
25946 | 271 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
272 | |
25949 | 273 * hexl.el (hexl-mode): Do nothing if already in hexl mode. |
274 | |
275 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
276 | |
25946 | 277 * faces.el (region): Doc fix. |
278 | |
25837 | 279 1999-09-27 Dave Love <fx@gnu.org> |
280 | |
281 * isearch.el (isearch): Add :links in defgroup. | |
282 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank. | |
283 (isearch-switch-frame-handler): Comment out (unused). | |
284 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix. | |
285 (isearch-ring-retreat-edit): Doc fix. | |
286 (isearch-mouse-yank): New command. | |
287 (isearch-last-command-char): Removed. Callers changed to use | |
288 last-command-char. | |
289 (isearch-char-to-string): Removed. Callers changed to use | |
290 char-to-string. | |
291 | |
25944 | 292 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> |
293 | |
294 * ispell.el (ispell-dictionary-alist-6): Don't use "-C" | |
295 option for Russian. | |
296 | |
25837 | 297 1999-09-25 Gerd Moellmann <gerd@gnu.org> |
298 | |
299 * faces.el (face-differs-from-default-p): Compare face | |
300 attributes individually. | |
301 | |
302 * image.el (put-image, insert-image): Add string argument. | |
303 | |
304 1999-09-24 Gerd Moellmann <gerd@gnu.org> | |
305 | |
306 * ange-ftp.el (ange-ftp-date-regexp): Make it work for | |
307 LANG=de_DE.iso88591 on HPUX 11.0. | |
308 | |
309 * dired.el (dired-move-to-filename-regexp): Make it work | |
310 for LANG=de_DE.iso88591 on HPUX 11.0. | |
311 | |
312 1999-09-24 Carsten Dominik <cd@gnu.org> | |
313 | |
314 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for | |
315 multiple thebibliography environments. | |
316 | |
317 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug | |
318 with recentering window. | |
319 (reftex-extract-bib-entries-from-thebibliography, | |
320 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal | |
321 with multiple thebibliography environments. | |
322 | |
323 * textmodes/reftex-vars.el | |
324 (reftex-section-levels): Function allowed as cdr. | |
325 (reftex-max-section-depth) New option. | |
326 | |
327 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal | |
328 with multiple thebibliography environments. | |
329 | |
330 1999-09-23 Gerd Moellmann <gerd@gnu.org> | |
331 | |
332 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end | |
333 instead of point-min in call to delete-region. | |
334 | |
335 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
336 | |
337 * vc.el (vc-backend-checkout): Use with-temp-file when checking | |
338 out into arbitrary file names. | |
339 | |
340 1999-09-19 Ken'ichi Handa <handa@gnu.org> | |
341 | |
342 * language/european.el ("Turkish"): New language environment. | |
343 | |
344 1999-09-19 Dave Love <fx@gnu.org> | |
345 | |
346 * delim-col.el: New file. | |
347 | |
348 1999-09-17 Richard Stallman <rms@gnu.org> | |
349 | |
350 * files.el (after-find-file): When visiting a backup file, | |
351 make it read-only. | |
352 | |
353 * apropos.el (apropos-symbol-face): Non-nil even for ttys. | |
354 (apropos-keybinding-face, apropos-label-face): Likewise. | |
355 (apropos-property-face, apropos-match-face): Likewise. | |
356 (apropos-label-properties): New variable. | |
357 (apropos-print-doc): Use apropos-label-properties. | |
358 (apropos-print): Set apropos-label-properties. | |
359 | |
360 1999-09-15 Richard Stallman <rms@gnu.org> | |
361 | |
362 * winner.el: Use aref instead of sref. | |
363 | |
364 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars. | |
365 | |
366 1999-09-14 Gerd Moellmann <gerd@gnu.org> | |
367 | |
368 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print. | |
369 | |
370 1999-09-14 Richard Stallman <rms@gnu.org> | |
371 | |
372 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload | |
373 cookie, even if followed by a letter. | |
374 | |
375 1999-09-14 Stephen Eglen <stephen@gnu.org> | |
376 | |
377 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and | |
378 --no-line-editing are passed to Octave by including them here | |
379 rather than storing them in inferior-octave-startup-args. | |
380 | |
381 1999-09-14 Eli Zaretskii <eliz@gnu.org> | |
382 | |
383 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref, | |
384 command, option, env and sc. | |
385 | |
386 * subr.el (shell-quote-argument): Quote argument with double | |
387 quotes for ms-dos. | |
388 | |
389 1999-09-14 Richard Stallman <rms@gnu.org> | |
390 | |
391 * simple.el (eval-expression-print-level): New variable. | |
392 (eval-expression-print-length): New variable. | |
393 (eval-expression-debug-on-error): New variable. | |
394 (eval-expression): Bind print-level, print-length and | |
395 debug-on-error from those vars. | |
396 | |
397 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp): | |
398 Bind print-level, print-length and debug-on-error. | |
399 | |
400 1999-09-14 Inge Frick <inge@nada.kth.se> | |
401 | |
402 * dired.el (dired-recursive-deletes): New custom variable. | |
403 (dired-re-no-dot): New variable. | |
404 (dired-delete-file): New function deletes files and directories | |
405 recursively. | |
406 (dired-internal-do-deletions): Use `dired-delete-file' to delete files. | |
407 | |
408 * dired-aux.el (dired-recursive-copies): New custom variable. | |
409 (dired-handle-overwrite): Broke a long line. | |
410 (dired-copy-file): Call `dired-copy-file-recursive' instead of | |
411 `copy-file'. | |
412 (dired-copy-file-recursive): New function. Copy directories | |
413 recursively. | |
414 (dired-do-create-files): Added support for generalized directory | |
415 target. How-to function may now return a function. New fluid | |
416 variable `dired-one-file'. | |
417 (dired-copy-how-to-fn): New variable. | |
418 (dired-do-copy): Bind `dired-recursive-copies' to preserve it. | |
419 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files. | |
420 (dired-do-copy-regexp): No recursive copies. | |
421 | |
422 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com> | |
423 | |
424 * whitespace.el (whitespace-version): Update version to 2.4 | |
425 | |
426 * whitespace.el: Add customization variables to conditionally test | |
427 any of the five whitespaces, per request from Rune Kleveland | |
428 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>. | |
429 | |
430 * whitespace.el (whitespace-spacetab-regexp): Fix doc string. | |
431 | |
432 * whitespace.el (whitespace-modes): Add `change-log-mode' to the | |
433 list of modes to be checked for bogus whitespaces. | |
434 | |
435 * whitespace.el (whitespace-rescan-timer-time): Update | |
436 documentation. | |
437 | |
438 * whitespace.el (whitespace-display-unchecked-whitespaces): | |
439 new function to update modeline with untested whitespaces. | |
440 | |
441 * whitespace.el (whitespace-buffer): Test only whitespaces whose | |
442 checking is turned on, and update modeline using the newly created | |
443 `whitespace-display-unchecked-whitespaces'. | |
444 | |
445 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces | |
446 whose checking is turned on, and update modeline using the newly | |
447 created `whitespace-display-unchecked-whitespaces'. | |
448 | |
449 * whitespace.el (whitespace-describe): Update documentation. | |
450 | |
451 * whitespace.el (whitespace-tickle-timer): Test if | |
452 `whitespace-rescan-timer-time' is non-zero before tickling timer. | |
453 | |
454 1999-09-13 Dave Love <fx@gnu.org> | |
455 | |
456 * hideif.el (hide-ifdef-mode): Add autoload cookie. | |
457 | |
458 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode | |
459 for temp buffer. | |
460 (checkdoc-this-string-valid): Don't assume default comment-start. | |
461 | |
462 1999-09-13 Gerd Moellmann <gerd@gnu.org> | |
463 | |
464 * rsz-mini.el: Remove code, keep the interface. | |
465 | |
466 1999-09-13 Dave Love <fx@gnu.org> | |
467 | |
468 * help.el (help-highlight-p): Doc fix. | |
469 | |
470 * faces.el (mode-line, header-line, tool-bar): Add :version. | |
471 (highlight, secondary-selection): Add :group. | |
472 (trailing-whitespace): Add :group, :version. | |
473 | |
474 * wid-edit.el: Remove some compatibility code and checks. | |
475 (widget-specify-field, widget-specify-button): Don't use XEmacs | |
476 properties. | |
477 (widget-overlay-inactive): Change error message. | |
478 (widget-button-pressed-face): New variable. | |
479 (widget-button-click): Use it. | |
480 (widget-documentation-link-add): Specify mouse and button faces. | |
481 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions | |
482 removed now the functionality is built in. | |
483 | |
484 * cus-edit.el: Don't define-widget-keywords. | |
485 (multimedia): New group. | |
486 (custom-last): Function removed. | |
487 (custom-quote): Add vectorp case, comment out characterp case. | |
488 (custom-buffer-done-function, custom-raised-buttons): New option. | |
489 (Custom-buffer-done): New function. | |
490 (custom-buffer-create-internal): Obey custom-raised-buttons, | |
491 Custom-buffer-done. | |
492 (custom-button-face): Make it `released-button'. | |
493 (custom-button-pressed-face): Make it `pressed-button' | |
494 (custom-mode-map): Bind "q" to Custom-buffer-done. | |
495 (custom-mode): Deal with raised/pressed buttons. | |
496 | |
497 Changes from Didier Verna: | |
498 (custom-prompt-variable): Optional third arg makes prompt for a | |
499 comment string. | |
500 (customize-set-value, customize-set-variable, | |
501 customize-save-variable): Optional prefix makes function handle | |
502 variable comments. | |
503 (customize-customized, customize-saved, custom-variable-state-set) | |
504 (custom-variable-set, custom-variable-save, custom-face-state-set) | |
505 (custom-variable-reset-saved, custom-variable-reset-standard) | |
506 (custom-face-set, custom-face-save, custom-face-reset-saved) | |
507 (custom-face-reset-standard, customize-save-customized): Handle | |
508 custom comments. | |
509 (custom-comment-face, custom-comment-tag-face): New face. | |
510 (custom-comment): New widget. | |
511 (custom-comment-create, custom-comment-delete) | |
512 (custom-comment-value-set, custom-comment-show) | |
513 ()custom-comment-invisible-p): New functions. | |
514 (custom-variable-value-create, custom-face-value-create): Create a | |
515 comment field widget. | |
516 (custom-variable-menu, custom-face-menu): New entry for custom | |
517 comment. | |
518 (custom-face-value-create): Remove compatibility code. | |
519 (custom-save-variables, custom-save-faces): Possibly save custom | |
520 comments. | |
521 | |
522 * cus-face.el (custom-face-attributes): Simplify :underline, | |
523 :overline, :inverse-video cases. Fix up :box case (probably needs | |
524 more work). | |
525 | |
526 Change from Didier Verna: | |
527 (custom-set-faces): The arguments can now have a custom comment as | |
528 fourth argument. | |
529 | |
530 * custom.el: Don't define-widget-keywords. | |
531 Change from Didier Verna: | |
532 (custom-set-variables): the arguments can now have a | |
533 custom comment as fifth element. | |
534 | |
535 1999-09-13 Richard Stallman <rms@gnu.org> | |
536 | |
537 * info.el (Info-find-node): Cope better if guesspos is too large. | |
538 | |
539 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
540 | |
541 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead | |
542 of buffer-substring because buffer-string doesn't copy the | |
543 prompt. | |
544 | |
545 * faces.el (mode-line): Replaces `modeline'. | |
546 (toplevel): Make `modeline' an alias for `mode-line'. | |
547 | |
548 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
549 | |
550 * gs.el: Change `ghostscript' to `postscript' in comment. | |
551 | |
552 1999-09-11 Rob Riepel <riepel@Stanford.EDU> | |
553 | |
554 * emulation/tpu-edt.el (tpu-version): New version. | |
555 (tpu-search-overlay, tpu-replace-overlay): New variables. | |
556 (tpu-search-highlight, tpu-toggle-direction): New functions. | |
557 (tpu-lm-replace): Set tpu-replace-overlay. | |
558 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post | |
559 command hook. | |
560 | |
561 1999-09-11 Richard Stallman <rms@gnu.org> | |
562 | |
563 * isearch.el (isearch-mode-map): Undo previous change. | |
564 | |
565 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER, | |
566 use all of that as the sexp. | |
567 | |
568 * files.el (find-file-noselect): Catch errors in file-expand-wildcards, | |
569 and use the initial argument as file name directly. | |
570 Likewise if nothing matches. | |
571 | |
572 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no> | |
573 | |
574 * winner.el: Major changes. Avoid changing point and mark. | |
575 Save configurations after they change, not before. | |
576 | |
577 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu> | |
578 | |
579 * emacs-lisp/bytecomp.el (byte-compile-output-docform): | |
580 Bind print-continuous-numbering and print-number-table. | |
581 | |
582 1999-09-10 Dave Love <fx@gnu.org> | |
583 | |
584 * bindings.el (debug-ignored-errors): Restore BBDB stuff. | |
585 | |
586 1999-09-09 Richard Stallman <rms@gnu.org> | |
587 | |
588 * whitespace.el: Finish making it fit Emacs conventions. | |
589 Add autoloads. | |
590 | |
591 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il> | |
592 | |
593 * generic-x.el (bat-generic-mode): "::"-style comments don't | |
594 need to begin with "-". Fix the font-lock definitions of ON/OFF | |
595 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO | |
596 from the list of keywords. Add DO to the list of keywords. | |
597 | |
598 1999-09-09 Dave Love <fx@gnu.org> | |
599 | |
600 * byte-opt.el (byte-optimize-backward-char): | |
601 (byte-optimize-backward-word): New optimizations. | |
602 (side-effect-free-fns, side-effect-and-error-free-fns): Add | |
603 entries. | |
604 | |
605 1999-09-09 Gerd Moellmann <gerd@gnu.org> | |
606 | |
607 * image.el (put-image): Remove optional buffer parameter. | |
608 | |
609 * faces.el (face-italic-p): Return t only for values `italic' | |
610 and `oblique'. | |
611 | |
612 * mouse.el (mouse-drag-mode-line-1): Extension of former | |
613 mouse-drag-mode-line that also drags the header line. | |
614 (mouse-drag-mode-line): Call it. | |
615 (mouse-drag-header-line): New. | |
616 (toplevel): Bind down-mouse-1 on header lines to | |
617 mouse-drage-header-line. | |
618 | |
619 1999-09-08 Gerd Moellmann <gerd@gnu.org> | |
620 | |
621 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref. | |
622 (make-mode-line-mouse-sensitive): Replace `top-line' by | |
623 `header-line'. | |
624 | |
625 1998-09-08 Michael Ernst <mernst@alum.mit.edu> | |
626 | |
627 * help.el (describe-function-1): Don't return empty string for keymaps. | |
628 | |
629 * fill.el (fill-region-as-paragraph, canonically-space-region): | |
630 Respect colon-double-space at end of line. | |
631 | |
632 1999-09-08 Stephen Gildea <gildea@alum.mit.edu> | |
633 | |
634 * files.el (backup-by-copying-when-privileged-mismatch): New variable. | |
635 (backup-buffer): Use it. | |
636 | |
637 1999-09-08 Peter Breton <pbreton@ne.mediaone.net> | |
638 | |
639 * generic-x.el (generic-define-unix-modes): Added new modes: | |
640 inetd-conf-generic-mode, etc-services-generic-mode, | |
641 etc-passwd-generic-mode. These are all defined for Unix by default. | |
642 (apache-generic-mode): Use an imenu-generic-expression to list | |
643 Configuration keywords. | |
644 (samba-generic-mode): Use both ; and # as comment characters. | |
645 (samba-generic-mode): Font-lock expressions now highlight name | |
646 value pairs. | |
647 (bat-generic-mode): Keywords are now case-insensitive through | |
648 font-lock-defaults setting. | |
649 (java-properties-generic-mode): Supports both ! and # as comment | |
650 characters. | |
651 (java-properties-generic-mode): Added an imenu-generic-expression | |
652 (java-properties-generic-mode): Reworked to support the various | |
653 different ways to separate name and value (viz, '=', ':' and | |
654 whitespace). | |
655 (show-tabs-generic-mode): Added this new generic-mode. | |
656 | |
657 1999-09-08 Richard Stallman <rms@gnu.org> | |
658 | |
659 * progmodes/inf-lisp.el: Moved from top directory. | |
660 | |
661 * tar-mode.el (tar-header-block-tokenize): | |
662 Use `when' instead of `and'. Fix some clobbered text. | |
663 | |
664 * gud.el (gud-make-debug-menu): Make a child for the | |
665 local menu, for its menu bar, and the debug menu. | |
666 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): | |
667 Use the history in the simple way. | |
668 | |
669 1999-09-07 Kenichi Handa <handa@etl.go.jp> | |
670 | |
671 * language/korea-util.el (default-korean-keyboard): Initialize it | |
672 according to the environment variable HANGUL_KEYBOARD_TYPE. | |
673 | |
674 1999-09-07 Richard Stallman <rms@gnu.org> | |
675 | |
676 * subr.el (make-temp-file): New function. | |
677 | |
678 1999-09-07 Stefan Monnier <monnier@cs.yale.edu> | |
679 | |
680 * font-lock.el (font-lock-multiline): New text property contains | |
681 a boolean to indicate if the char is part of a multiline match. | |
682 (font-lock-default-fontify-region): Extend the region appropriately | |
683 for multiline keywords. | |
684 (font-lock-default-unfontify-region): Also remove the new | |
685 font-lock-multiline text property. | |
686 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches. | |
687 (font-lock-fontify-keywords-region): Mark multiline regexp matches. | |
688 | |
689 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
690 | |
691 * diary-lib.el (list-diary-entries): Make sure two-digit years | |
692 have leading zeros. | |
693 | |
694 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
695 | |
696 * faces.el (face-set-after-frame-default): Initialize some | |
697 attributes of some faces from frame parameters. | |
698 | |
699 * faces.el (scroll-bar, border, cursor, mouse): New faces. | |
700 | |
701 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
702 | |
703 * faces.el (fringe): Replaces face `margin'. | |
704 | |
705 1999-09-07 Dave Love <fx@gnu.org> | |
706 | |
707 * tar-mode.el (tar-header-block-tokenize): Bind linkname. | |
708 | |
709 1999-09-07 Richard Stallman <rms@gnu.org> | |
710 | |
711 * subr.el (push): Doc fix. | |
712 | |
713 1999-09-06 Richard Stallman <rms@gnu.org> | |
714 | |
715 * vc.el (vc-annotate-display): Use < 69 not < 70 | |
716 to distinguish 20YY from 19YY. | |
717 | |
718 * timezone.el (timezone-parse-date): Use < 69 not < 70 | |
719 to distinguish 20YY from 19YY. | |
720 | |
721 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file. | |
722 | |
723 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk> | |
724 | |
725 * quickurl.el: (quickurl-list-focused-line): Removed. | |
726 (quickurl-list-insert): Now works out the focused line using | |
727 `count-lines' instead of using `quickurl-list-focused-line'. | |
728 | |
729 1999-09-06 Richard Stallman <rms@gnu.org> | |
730 | |
731 * mail/rmail.el (rmail-retry-failure): Unconditionally move | |
732 to beginning of message. | |
733 | |
734 1999-09-06 Dave Love <fx@gnu.org> | |
735 | |
736 * isearch.el (isearch-mode-map): Add mouse-2. | |
737 | |
738 * rmail.el (rmail-read-password): Deleted. | |
739 (rmail-get-pop-password): Use read-password. | |
740 | |
741 * quickurl.el: Don't conditionally define caddr. | |
742 (quickurl-url-comment): Use nth, not caddr in function and | |
743 defsetf. | |
744 | |
745 1999-09-06 Richard Stallman <rms@gnu.org> | |
746 | |
747 * auto-show.el: Doc fixes. | |
748 | |
749 1999-09-06 Stephen Eglen <stephen@gnu.org> | |
750 | |
751 * progmodes/octave-inf.el (inferior-octave-startup-args): Add | |
752 --no-line-editing so that TABs in source files are not interpreted | |
753 as completion requests. | |
754 | |
755 1999-09-06 Gerd Moellmann <gerd@gnu.org> | |
756 | |
757 * hscroll.el, auto-show.el: Remove all code, keep the public | |
758 interface as no-ops. | |
759 | |
760 * faces.el (face-bold-p): Don't return t if face has lighter | |
761 weight than normal. | |
762 | |
763 1999-09-06 Eli Zaretskii <eliz@gnu.org> | |
764 | |
765 * startup.el (command-line): Make small-temporary-file-directory | |
766 be nil except on ms-dos. | |
767 | |
768 * files.el (small-temporary-file-directory): Ditto. Also doc fix. | |
769 | |
770 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it | |
771 is defined. | |
772 | |
773 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive | |
774 letters with a colon after d or l. | |
775 | |
776 1999-09-06 Dave Love <fx@gnu.org> | |
777 | |
778 * byte-opt.el (byte-boolean-vars): Removed. (Now primitive.) | |
779 | |
780 1999-09-05 Richard Stallman <rms@gnu.org> | |
781 | |
782 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY. | |
783 | |
784 * textmodes/paragraphs.el (backward-kill-sentence): | |
785 Don't test minibuffer-prompt-end here. | |
786 (forward-sentence): Do handle it here. | |
787 (backward-kill-paragraph): Don't test it here. | |
788 (forward-paragraph): Handle it here. | |
789 | |
790 * mouse.el (font-menu-add-default): Simplify code. | |
791 | |
792 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
793 | |
794 * faces.el (header-line): Renamed from `top-line'. | |
795 | |
796 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
797 | |
798 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'. | |
799 | |
800 1999-09-04 Richard Stallman <rms@gnu.org> | |
801 | |
802 * whitespace.el: New file. | |
803 | |
804 1999-09-04 Dave Love <fx@gnu.org> | |
805 | |
806 * paths.el: Make some doc strings obey the make-docfile convention. | |
807 | |
808 * bindings.el: Likewise. | |
809 (debug-ignored-errors): Remove BBDB ones. | |
810 | |
811 1999-09-03 Richard Stallman <rms@gnu.org> | |
812 | |
813 * mail/mh-comp.el (mh-forward): Get new subject line from the original, | |
814 not from the draft to forward. | |
815 | |
816 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun. | |
817 | |
818 1999-09-03 Dave Love <fx@gnu.org> | |
819 | |
820 * double.el (double-mode): Customize the variable. | |
821 | |
822 1999-09-03 Kenichi Handa <handa@etl.go.jp> | |
823 | |
824 * international/characters.el: Delete duplicated code. | |
825 | |
826 1999-09-02 Richard Stallman <rms@gnu.org> | |
827 | |
828 * indent.el (indent-relative): Doc fix. | |
829 | |
830 * quickurl.el (quickurl): Doc fix. | |
831 | |
832 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
833 | |
834 * faces.el (margin): Change background to "gray" for mono (this is | |
835 drawn with a stipple pattern). | |
836 | |
837 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
838 | |
839 * simple.el (next-history-element): Use minibuffer-prompt-end once | |
840 again. Remove test for minibuffer-prompt-in-buffer. | |
841 | |
842 1999-09-02 Eli Zaretskii <eliz@gnu.org> | |
843 | |
844 * files.el (small-temporary-file-directory): New variable. | |
845 | |
846 * startup.el (command-line): Compute the value of | |
847 small-temporary-file-directory. | |
848 | |
849 * ediff-init.el (ediff-temp-file-prefix): Use | |
850 small-temporary-file-directory if non-nil. | |
851 | |
852 * vc.el (vc-update-change-log): Likewise. | |
853 | |
854 * progmodes/cmacexp.el (c-macro-expansion): Likewise. | |
855 | |
856 * simple.el (shell-command, shell-command-on-region): Use | |
857 make-temp-name properly. Use small-temporary-file-directory if | |
858 non-nil, otherwise temporary-file-directory, to generate temporary | |
859 files. | |
860 | |
861 * dos-w32.el (direct-print-region-helper): Use | |
862 temporary-file-directory. (From Stefan Monnier.) | |
863 | |
864 1999-09-02 Richard Stallman <rms@gnu.org> | |
865 | |
866 * progmodes/asm-mode.el (asm-mode): Set comment-start properly | |
867 from asm-comment-char. | |
868 (asm-font-lock-keywords): Recognize instruction width suffixes. | |
869 | |
870 1999-09-01 Richard Stallman <rms@gnu.org> | |
871 | |
872 * play/fortune.el: New file. | |
873 | |
874 1999-08-31 Dave Love <fx@gnu.org> | |
875 | |
876 * help.el (help-make-xrefs): Don't lose on non-empty blank line | |
877 after key table. | |
878 | |
879 * byte-opt.el (byte-boolean-vars): Add several w32 and redisplay | |
880 variables. | |
881 | |
882 * subr.el (push): Fix typo. | |
883 | |
884 1999-08-30 Kevin Blake <kblake@ticnet.com> | |
885 | |
886 * emacs-lisp/ring.el: Many doc fixes. | |
887 (ring-size, ring-copy): New functions. | |
888 | |
889 1999-08-29 Richard Stallman <rms@gnu.org> | |
890 | |
891 * progmodes/etags.el (tags-loop-continue): | |
892 After tags-loop-operate returns, force skip to next file. | |
893 | |
894 * mail/mail-extr.el (mail-extr-all-letters-but-separators) | |
895 (mail-extr-first-letters, mail-extr-last-letters): | |
896 Use character classes [:alpha:] and [:alnum:]. | |
897 | |
898 * subr.el (push, pop): New macros. | |
899 | |
900 * progmodes/compile.el (compilation-error-regexp-alist): | |
901 New item for SGI IRIX MipsPro compilers. | |
902 | |
903 * speedbar.el (speedbar-directory-buttons): Recognize | |
904 device names when checking for file names. | |
905 | |
906 * array.el (array-reconfigure-rows): Use generate-new-buffer. | |
907 | |
908 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros, | |
909 and specially handle defvar inside their expansions. | |
910 (eval-defun-1): New subroutine. | |
911 | |
912 * progmodes/compile.el (compilation-error-regexp-alist): | |
913 Fix the Perl -w entry to allow period after line number. | |
914 Don't allow newlines in file name, but allow them after line number | |
915 for Perl debugging traces. | |
916 | |
917 * which-func.el (which-func-cleanup-function): New variable. | |
918 (which-function): Call that function. | |
919 | |
920 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or ( | |
921 to end a function name. | |
922 | |
923 * informat.el (Info-tagify): Don't insert more than one newline | |
924 before the tag table. | |
925 | |
926 1999-08-29 Stefan Monnier <monnier@cs.yale.edu> | |
927 | |
928 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather | |
929 than make-temp-name, use match-string-no-properties, and eliminate | |
930 a quadratic behavior when building bibtex-strings. | |
931 | |
932 1999-08-29 Alex Schroeder <alex@gnu.org> | |
933 | |
934 * comint.el (comint-input-ring-separator): New variable. | |
935 (comint-read-input-ring): Doc change; use | |
936 comint-input-ring-separator when reading file. | |
937 (comint-write-input-ring): Use | |
938 comint-input-ring-separator when writing file. | |
939 | |
940 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com> | |
941 | |
942 * informat.el (Info-tagify): Start by widening. | |
943 Match node headers that don't list the file name, | |
944 and more kinds of page separations. | |
945 Strip properties during tagification. | |
946 Use start of node header line as tag's position. | |
947 Fix the "done" message. | |
948 | |
949 (Info-validate): Save and restore match data around narrowing down. | |
950 | |
951 1999-08-28 Richard M. Stallman <rms@gnu.org> | |
952 | |
953 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode): | |
954 On repeated call, override previous values put into | |
955 minor-mode-map-alist and minor-mode-alist. | |
956 | |
957 1999-08-28 Michael Ernst <mernst@alum.mit.edu> | |
958 | |
959 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format. | |
960 | |
961 1999-08-27 Andreas Schwab <schwab@gnu.org> | |
962 | |
963 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker | |
964 from cvs update. | |
965 | |
966 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
967 | |
968 * calendar/calendar.el (calendar-move-hook): New hook. | |
969 | |
970 * calendar/cal-move.el: Call the new hook in every movement function. | |
971 | |
972 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload | |
973 the right function name. | |
974 | |
975 1999-08-26 Stephen Gildea <gildea@alum.mit.edu> | |
976 | |
977 * time-stamp.el: Put quote-backquote around all symbol names | |
978 in doc strings, for mousing. | |
979 (time-stamp): support multi-line patterns. | |
980 (time-stamp-inserts-lines): new variable. | |
981 (time-stamp-count): new variable. | |
982 (time-stamp-string-preprocess): fixed bug where "%%a" becomes | |
983 "Thu" instead of "%a". | |
984 | |
985 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
986 | |
987 * simple.el (kill-word): Undo previous change. | |
988 | |
989 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
990 | |
991 * jit-lock.el (jit-lock-function): Extend the fontified range | |
992 to the beginning of the line containing the range start and | |
993 the beginning of the line following the range end. | |
994 | |
995 1999-08-24 Dave Love <fx@gnu.org> | |
996 | |
997 * timezone.el: Move provide to end. | |
998 (timezone-parse-date): Simplify somewhat. Assume 2-digit years | |
999 <70 are 2000+. | |
1000 (timezone-parse-time): Simplify somewhat. | |
1001 | |
1002 1999-08-24 Gerd Moellmann <gerd@gnu.org> | |
1003 | |
1004 * faces.el (margin): Renamed from bitmap-area. | |
1005 | |
1006 1999-08-24 Alex Schroeder <alex@gnu.org> | |
1007 | |
1008 * sql.el: Doc changes. | |
1009 (sql-sybase): use sql-server instead of sql-database. | |
1010 | |
1011 1999-08-23 Dave Love <fx@gnu.org> | |
1012 | |
1013 * rect.el: Add/fix various doc strings. Add `*' to all the | |
1014 interactive specs. | |
1015 | |
1016 1999-08-21 Gerd Moellmann <gerd@gnu.org> | |
1017 | |
1018 * jit-lock.el (jit-lock-function): Use line-beginning-position. | |
1019 Don't unwind-protect font-lock-fontify-region. | |
1020 | |
1021 * paragraphs.el (backward-kill-paragraph): Don't move | |
1022 point into mini-buffer prompt. | |
1023 (backward-kill-sentence): Ditto. | |
1024 | |
1025 * simple.el (next-history-element): Use minibuffer-prompt-end. | |
1026 Remove test for minibuffer-prompt-in-buffer. | |
1027 (kill-word): Don't move point into mini-buffer prompt. | |
1028 | |
1029 1999-08-21 Dave Love <fx@gnu.org> | |
1030 | |
1031 * Makefile: Exclude CVS dirs like RCS. | |
1032 | |
1033 1999-08-19 Dave Love <fx@gnu.org> | |
1034 | |
1035 * tooltip.el (tooltip-mode): Customize this, per convention. | |
1036 (tooltip-active): Option deleted. | |
1037 | |
1038 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize. | |
1039 | |
1040 * hanoi.el, page-ext.el: Declare dynamic vars. | |
1041 | |
1042 * term.el: Avoid ange-ftp related compilation warnings. | |
1043 | |
1044 1999-08-18 Gerd Moellmann <gerd@gnu.org> | |
1045 | |
1046 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode' | |
1047 the default so that beginners can benefit from it without | |
1048 searching in manuals. | |
1049 | |
1050 1999-08-18 Ray Blaak <blaak@gnu.org> | |
1051 | |
1052 * progmodes/delphi.el: Consider assembly sections as blocks, to | |
1053 indent them better. Make auto-indent on newline optional. | |
1054 | |
1055 1999-08-17 Gerd Moellmann <gerd@gnu.org> | |
1056 | |
1057 * bindings.el (mode-line-modified): Look up key binding for C-x | |
1058 C-q. If it's bound call that binding, otherwise call | |
1059 toggle-read-only. | |
1060 | |
1061 1999-08-17 Dave Love <fx@gnu.org> | |
1062 | |
1063 * info.el (info): Doc fix. | |
1064 | |
1065 * finder.el (finder-known-keywords): Add `multimedia'. | |
1066 | |
1067 * apropos.el: Don't capitalize custom group name. | |
1068 | |
1069 * info-look.el: Remove compatibility code. | |
1070 (info-lookup-guess-default*): DTRT for point at start of symbol. | |
1071 (info-complete): Don't lose with point not at end of symbol. | |
1072 | |
1073 1999-08-16 Gerd Moellmann <gerd@gnu.org> | |
1074 | |
1075 * term.el (toplevel): Make face `term-default' an empty face. | |
1076 The code relied on the fact that Emacs ignored invalid faces in | |
1077 face text properties in 20.4. | |
1078 | |
1079 1999-08-16 Richard M. Stallman <rms@gnu.org> | |
1080 | |
1081 * subr.el (point-at-eol, point-at-bol): New aliases. | |
1082 | |
1083 * simple.el: Functions reordered. | |
1084 | |
1085 * rect.el (delete-rectangle-line): Use line-end-position. | |
1086 | |
1087 1999-08-16 Karl Heuer <kwzh@gnu.org> | |
1088 | |
1089 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved | |
1090 here from simple.el. | |
1091 | |
1092 1999-08-16 Dave Love <fx@gnu.org> | |
1093 | |
1094 * mouse.el: Provide `mldrag' for compatibility. | |
1095 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases, | |
1096 marked obsolete. | |
1097 | |
1098 * mldrag.el: Removed since the features are in mouse.el. | |
1099 | |
1100 * jka-compr.el (auto-compression-mode): New variable for | |
1101 customization. | |
1102 | |
1103 * bindings.el (mode-line-mule-info): Doc fix. | |
1104 | |
1105 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in | |
1106 name comparisons. | |
1107 | |
1108 * files.el (interpreter-mode-alist): Add make, guile, clisp. | |
1109 (find-file): Doc fix. | |
1110 | |
1111 1999-08-16 Carsten Dominik <cd@gnu.org> | |
1112 | |
1113 * textmodes/reftex.el: Most of the code moved to other files. | |
1114 * textmodes/reftex-auc.el: New file, split out from reftex.el | |
1115 * textmodes/reftex-cite.el: New file, split out from reftex.el | |
1116 * textmodes/reftex-global.el: New file, split out from reftex.el | |
1117 * textmodes/reftex-index.el: New file, split out from reftex.el | |
1118 * textmodes/reftex-parse.el: New file, split out from reftex.el | |
1119 * textmodes/reftex-ref.el: New file, split out from reftex.el | |
1120 * textmodes/reftex-sel.el: New file, split out from reftex.el | |
1121 * textmodes/reftex-toc.el: New file, split out from reftex.el | |
1122 * textmodes/reftex-vars.el: New file, split out from reftex.el | |
1123 * textmodes/reftex-vcr.el: New file, split out from reftex.el | |
1124 | |
1125 1999-08-16 Carsten Dominik <cd@gnu.org> | |
1126 | |
1127 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed | |
1128 conflict with pop-up-frames. | |
1129 (reftex-special-environment-parsers): New constant. | |
1130 (reftex-label-alist): car of an entry can also be a function. | |
1131 (reftex-what-special-env): new function. | |
1132 (reftex-label-location): Call `reftex-what-special-env'. | |
1133 (reftex-compile-variables): Check for symbol in | |
1134 `reftex-label-alist'. | |
1135 (reftex-what-environment): fixed bug with stacked environments of | |
1136 same kind (e.g. enumerate). | |
1137 (reftex-process-string): Preserve default directory. | |
1138 (reftex-label-alist-builtin): changed prefixes of endnote and | |
1139 footnote. Also the magic words. | |
1140 (reftex-reference): Interprete new option | |
1141 `reftex-fref-is-default'. | |
1142 (reftex-replace-prefix-escapes): Interprete new `%S' format. | |
1143 (reftex-toc-mouse-view-line): Command removed (had no binding). | |
1144 (reftex-everything-regexp): New function. | |
1145 (reftex-nearest-match): Made better. | |
1146 (reftex-toc-find-section): Use new version of | |
1147 `reftex-nearest-match'. | |
1148 (reftex-insert-docstruct): adapted to work with the index stuff. | |
1149 (reftex-parse-from-file): Find index entries as well. | |
1150 (reftex-toc-toggle-index): New function | |
1151 (reftex-toc-map): `i' is now used to togle the index, File | |
1152 boundaries has been moved to `F'. | |
1153 (reftex-select-label-map): Toggling display of file boundaries is | |
1154 now on the `F' key, for consistency with `reftex-toc-map'. | |
1155 (reftex-erase-all-selection-and-index-buffers): Renamed from | |
1156 `reftex-erase-all-selection-buffer'. Now also kills the index | |
1157 buffers. | |
1158 (reftex-viewing-cross-references): Customization group renamed | |
1159 from reftex-viewing-cross-references-and-citations. | |
1160 (reftex-index-macro-regexp, | |
1161 reftex-find-index-entry-regexp-format): New variables | |
1162 (reftex-macros-with-index): New variable | |
1163 (reftex-add-index-macros): New function | |
1164 (reftex-renumber-simple-labels, reftex-translate): Allow for | |
1165 multiple labels in a single ref command. | |
1166 (reftex-index-support): New customization group | |
1167 (reftex-support-index, reftex-index-special-chars, | |
1168 reftex-index-macros, reftex-index-default-macro, | |
1169 reftex-index-default-tag, reftex-index-math-format, | |
1170 reftex-index-section-letters, reftex-index-include-context, | |
1171 reftex-index-follow-mode, reftex-index-header-face, | |
1172 reftex-index-section-face, reftex-index-tag-face, | |
1173 reftex-index-face): New options | |
1174 (reftex-index-map, reftex-index-menu, reftex-last-index-file, | |
1175 reftex-index-tag, reftex-index-return-marker, | |
1176 reftex-index-restriction-indicator, reftex-index-restriction-data, | |
1177 reftex-index-macro-regexp, reftex-index-level-re, | |
1178 reftex-index-key-end-re, reftex-find-index-entry-regexp-format, | |
1179 reftex-everything-regexp-no-index, reftex-index-re, | |
1180 reftex-macros-with-index, reftex-index-macro-alist): New variables | |
1181 (reftex-index-help, reftex-index-macros-builtin, | |
1182 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt, | |
1183 reftex-query-index-macro-help): New constants | |
1184 (reftex-index-selection-or-word, reftex-index, | |
1185 reftex-default-index, reftex-update-default-index, | |
1186 reftex-index-complete-tag, reftex-index-select-tag, | |
1187 reftex-index-complete-key, reftex-index-update-taglist, | |
1188 reftex-index-globally, reftex-index-mode, reftex-index-show-entry, | |
1189 reftex-display-index, reftex-insert-index, | |
1190 reftex-index-insert-new-letter, reftex-get-restriction, | |
1191 reftex-index-pre-command-hook, reftex-index-post-command-hook, | |
1192 reftex-index-show-help, reftex-index-next, reftex-index-previous, | |
1193 reftex-index-toggle-follow, reftex-index-toggle-context, | |
1194 reftex-index-view-entry, reftex-index-goto-entry-and-hide, | |
1195 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide, | |
1196 reftex-index-quit, reftex-index-quit-and-kill, | |
1197 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan, | |
1198 reftex-index-revert, reftex-index-switch-index-tag, | |
1199 reftex-index-restrict-to-section, reftex-index-widen, | |
1200 reftex-index-restriction-forward, | |
1201 reftex-index-restriction-backward, reftex-index-visit-location, | |
1202 reftex-index-analyze-entry, reftex-index-globalize, | |
1203 reftex-index-edit, reftex-index-toggle-range-beginning, | |
1204 reftex-index-toggle-range-end, reftex-index-edit-key, | |
1205 reftex-index-edit-attribute, reftex-index-edit-visual, | |
1206 reftex-index-edit-part, reftex-index-level-down, | |
1207 reftex-index-level-up, reftex-index-kill, reftex-index-undo, | |
1208 reftex-index-change-entry, reftex-index-goto-letter, | |
1209 reftex-add-index-macros, reftex-ensure-index-support, | |
1210 reftex-index-info-safe, reftex-index-info): New functions. | |
1211 | |
1212 | |
1213 1999-08-15 Richard M. Stallman <rms@gnu.org> | |
1214 | |
1215 * paren.el (show-paren-mode): Support making show-paren-mode | |
1216 a buffer-local variable. Don't check for a window system. | |
1217 (show-paren-function): Check whether show-paren-function is | |
1218 enabled in current buffer; do the right thing if not. | |
1219 Don't check for a window system. | |
1220 (show-paren-mode): Make it a user variable. | |
1221 | |
1222 * add-log.el (add-log-current-defun): Exclude all trailing whitespace. | |
1223 Handle `enum' like `struct'. | |
1224 | |
1225 * server.el (server-process-filter): If a client visits no buffers, | |
1226 close it immediately before recording it. | |
1227 | |
1228 * mail/mail-utils.el (mail-unquote-printable): Make it autoload. | |
1229 Optimize by calling concat just once. Handle =\n sequence. | |
1230 (mail-unquote-printable-region): New command. | |
1231 (mail-quote-printable): Make it autoload. | |
1232 | |
1233 1999-08-15 Karl Heuer <kwzh@gnu.org> | |
1234 | |
1235 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org. | |
1236 | |
1237 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
1238 | |
1239 * lisp/texinfmt.el: Handle @ifnottex. | |
1240 | |
1241 1999-08-15 Eli Zaretskii <eliz@gnu.org> | |
1242 | |
1243 * frame.el (blink-cursor): Don't turn on cursor blinking for | |
1244 ms-dos. | |
1245 | |
1246 * faces.el (face-valid-attribute-values): Look in | |
1247 x-bitmap-file-path only for x and w32 window systems. | |
1248 | |
1249 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default". | |
1250 Do that if width is nil as well. | |
1251 (x-display-mm-height, x-display-mm-width): Update values. | |
1252 (x-colors): Compute the list from msdos-color-values. | |
1253 (x-select-enable-clipboard): Doc fix. | |
1254 (x-frob-font-weight, x-font-family-list): New functions. | |
1255 | |
1256 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk> | |
1257 | |
1258 * window.el (shrink-window-if-larger-than-buffer): Don't try to | |
1259 back up from beginning of buffer. | |
1260 | |
1261 1999-08-13 Karl Heuer <kwzh@gnu.org> | |
1262 | |
1263 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound. | |
1264 | |
1265 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US> | |
1266 | |
1267 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G | |
1268 doomsday clock, speed control is added and changes are made to | |
1269 allow large numbers of rings: rings now show the whole ring | |
1270 number, not just the last digit; consecutive rings are allowed to | |
1271 be the same size when necessary to fit all the rings in the | |
1272 window; and poles can be oriented horizontally. Face support is | |
1273 thrown in gratuitously. | |
1274 (hanoi): Changed default number of rings back to 3. | |
1275 (hanoi-unix, hanoi-unix-64): New commands | |
1276 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces, | |
1277 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face, | |
1278 hanoi-odd-ring-face): New variables. | |
1279 (hanoi-internal, hanoi-current-time-float, hanoi-put-face, | |
1280 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for, | |
1281 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions. | |
1282 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n. | |
1283 (hanoi-topos, hanoi-draw-ring): Removed. | |
1284 | |
1285 1999-08-12 Gerd Moellmann <gerd@gnu.org> | |
1286 | |
1287 * faces.el (face-valid-attribute-values): Return an alist for | |
1288 families on ttys. | |
1289 (face-read-integer): Handle unspecified face attributes. Add | |
1290 completion for `unspecified'. | |
1291 (read-face-attribute): Handle unspecified font attributes. | |
1292 (face-valid-attribute-values): Add `unspecified' to lists so that | |
1293 it can be chosen via completion. | |
1294 (face-read-string): Don't recognize "none" as input. | |
1295 | |
1296 1999-08-10 Dave Love <fx@gnu.org> | |
1297 | |
1298 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc | |
1299 string. | |
1300 | |
1301 * sun-curs.el: Require sun-fns. | |
1302 | |
1303 1999-08-10 Dave Love <fx@gnu.org> | |
1304 | |
1305 * autorevert.el (auto-revert-mode): Add autoload cookie. | |
1306 | |
1307 * hscroll.el, auto-show.el: Files deleted -- we have built-in | |
1308 hscroll. | |
1309 | |
1310 * simple.el (hscroll-step, hscroll-point-visible) | |
1311 (hscroll-window-column): Remove now we have the mentioned real | |
1312 horizontal autoscrolling. | |
1313 | |
1314 1999-08-10 Richard M. Stallman <rms@gnu.org> | |
1315 | |
1316 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from | |
1317 control use of -f option. | |
1318 (mail-specify-envelope-from): New variable. | |
1319 (mail-from-style): Doc fix. | |
1320 | |
1321 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn. | |
1322 (easy-menu-get-map): New arg TO-MODIFY helps choose | |
1323 between local and global maps. | |
1324 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map. | |
1325 (easy-menu-change): Doc fix. | |
1326 | |
1327 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward. | |
1328 (info-lookup-guess-default): Simplified and cleaned up. | |
1329 (info-lookup-guess-default*): Preserve point. | |
1330 | |
1331 * view.el (view-mode-disable): If buffer-read-only is nil, | |
1332 don't change it. | |
1333 | |
1334 * files.el (after-find-file): Disable View mode if buffer is no | |
1335 longer read-only. | |
1336 | |
1337 * view.el (view-mode-enable, view-mode-disable): | |
1338 Call force-mode-line-update. | |
1339 | |
1340 1999-08-10 Karl Heuer <kwzh@gnu.org> | |
1341 | |
1342 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call. | |
1343 * array.el, play/landmark.el, international/latin-3.el: Likewise. | |
1344 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise. | |
1345 | |
1346 1999-08-10 Alex Schroeder <asc@bsiag.com> | |
1347 | |
1348 * ansi-color.el (ansi-color-to-text-properties): Added New state 5 | |
1349 to prevent m-eating-bug. | |
1350 | |
1351 1999-08-10 Eli Zaretskii <eliz@gnu.org> | |
1352 | |
1353 * term/pc-win.el (msdos-bg-mode): Remove. Call | |
1354 frame-set-background-mode instead. All callers changed. | |
1355 (msdos-face-setup): Don't force color display parameter, it is set | |
1356 by frame-set-background-mode. | |
1357 (make-msdos-frame): Call x-handle-reverse-video and | |
1358 face-set-after-frame-default. Delete frame if creation failed. | |
1359 | |
1360 * faces.el (face-set-after-frame-default): Don't call | |
1361 make-face-x-resource-internal for the pc window-system. | |
1362 | |
1363 1999-08-10 Dave Love <fx@melange.gnu.org> | |
1364 | |
1365 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat | |
1366 case with no docstring specially. | |
1367 | |
1368 1999-08-09 Eli Zaretskii <eliz@gnu.org> | |
1369 | |
1370 * complete.el (PC-do-completion): If completing on file name, | |
1371 reproduce str by concatenating its directory and basename parts. | |
1372 | |
1373 1999-08-07 Dave Love <fx@gnu.org> | |
1374 | |
1375 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid | |
1376 unibyte to multibyte conversion of search-forward (from Handa), | |
1377 but avoid the replacement if the language is Latin-N. | |
1378 | |
1379 1999-08-06 Richard Stallman <rms@gnu.org> | |
1380 | |
1381 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args | |
1382 of eval-buffer. | |
1383 | |
1384 * international/mule.el (load-with-code-conversion): | |
1385 Pass t to eval-buffer for DO-ALLOW-PRINT. | |
1386 | |
1387 1999-08-06 Geoff Voelker <voelker@cs.washington.edu> | |
1388 | |
1389 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist | |
1390 of filenames and attributes. | |
1391 (ls-lisp-insert-directory): Use directory-files-and-attributes | |
1392 for speed. | |
1393 | |
1394 1999-08-05 Dave Love <fx@gnu.org> | |
1395 | |
1396 * auto-show.el (auto-show-mode): Fix :set. | |
1397 | |
1398 * widget.el (define-widget-keywords): Make dummy definition and | |
1399 comment-out its use. | |
1400 | |
1401 1999-08-04 Richard Stallman <rms@gnu.org> | |
1402 | |
1403 * progmodes/tcl.el: Customized. | |
1404 | |
1405 * sql.el (sql-accumulate-and-indent): Instead of testing | |
1406 whether this is Emacs 20 before calling comint-accumulate, | |
1407 test whether comint-accumulate is defined. | |
1408 | |
1409 1999-08-04 Dave Love <fx@gnu.org> | |
1410 | |
1411 * sgml-mode.el: Require outline when compiling. | |
1412 (sgml-mode-hook, html-mode-hook): Customize. | |
1413 (sgml-validate-command): Fix :version. | |
1414 (html-autoview-mode): Doc fix. | |
1415 | |
1416 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do | |
1417 nothing in Latin-N environment. | |
1418 | |
1419 * info.el (Info-find-node): Call info-initialize here. | |
1420 (info): Not here. | |
1421 (Info-file-list-for-emacs): Add message, dired-x, c, viper. | |
1422 | |
1423 1999-08-04 Richard Stallman <rms@gnu.org> | |
1424 | |
1425 * ansi-color.el: New file. | |
1426 | |
1427 1999-08-04 Stefan Monnier <monnier@cs.yale.edu> | |
1428 | |
1429 * dired.el (dired-string-replace-match): Return `nil' when no match | |
1430 found with global search. | |
1431 | |
1432 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file): | |
1433 * terminal.el (te-terminfo-directory): | |
1434 * mail/mailpost.el (post-mail-send-it): | |
1435 * mail/metamail.el (metamail-region): | |
1436 * progmodes/ada-mode.el (ada-tmp-directory): | |
1437 Use temporary-file-directory. | |
1438 | |
1439 * progmodes/compile.el (compilation-parsing-end,compilation-setup) | |
1440 (compilation-filter, compilation-forget-errors) | |
1441 (compilation-parse-errors): Use a marker instead of an integer for | |
1442 `compilation-parsing-end'. | |
1443 | |
1444 * progmodes/diff.el (diff-parse-differences): | |
1445 Use a marker instead of an integer for `compilation-parsing-end'. | |
1446 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
1447 Use a marker instead of an integer for `compilation-parsing-end'. | |
1448 | |
1449 1999-08-03 Richard Stallman <rms@gnu.org> | |
1450 | |
1451 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View. | |
1452 (Buffer-menu-mode): Doc fix. | |
1453 (Buffer-menu-view): New command. | |
1454 (Buffer-menu-view-other-window): New command. | |
1455 | |
1456 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com> | |
1457 | |
1458 * replace.el (query-replace-regexp-eval) | |
1459 (replace-eval-replacement, replace-loop-through-replacements) | |
1460 (replace-match-string-symbols): New functions. | |
1461 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA). | |
1462 Use replace-loop-through-replacements. | |
1463 | |
1464 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk> | |
1465 | |
1466 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f. | |
1467 (5x5): Doc fix. | |
1468 | |
1469 1999-08-03 Dave Love <fx@gnu.org> | |
1470 | |
1471 * fortran.el (fortran-indent-new-line): Make it an alias | |
1472 for reindent-then-newline-and-indent. | |
1473 | |
1474 1999-08-03 Didier Verna <verna@inf.enst.fr> | |
1475 | |
1476 * rect.el: All functions rewritten, except when noted above | |
1477 their declaration. Below is a list of interface changes. | |
1478 (apply-on-rectangle): New function, mostly replaces | |
1479 `operate-on-rectangle'. All callers changed. | |
1480 (move-to-column-force): Pass new second argument to `move-to-column'. | |
1481 (kill-rectangle): Added optional prefix arg to fill lines. | |
1482 (delete-rectangle): Ditto. | |
1483 (delete-whitespace-rectangle): Ditto. | |
1484 (delete-extract-rectangle): Ditto. | |
1485 (open-rectangle): Ditto. | |
1486 (clear-rectangle): Ditto. | |
1487 (delete-whitespace-rectangle-line): New function. | |
1488 (delete-rectangle-line): Added third arg FILL. | |
1489 (delete-extract-rectangle-line): Ditto. | |
1490 (open-rectangle-line): Ditto. | |
1491 (clear-rectangle-line): Ditto. | |
1492 | |
1493 1999-08-03 Ray Blaak <blaak@gnu.org> | |
1494 | |
1495 * progmodes/delphi.el: New file. | |
1496 | |
1497 1999-08-02 Richard Stallman <rms@gnu.org> | |
1498 | |
1499 * textmodes/outline.el (outline-previous-heading): New function. | |
1500 (outline-up-heading-all): Use outline-previous-heading. | |
1501 (outline-next-heading): Delete definition inserted yesterday. | |
1502 | |
1503 1999-08-01 Richard Stallman <rms@gnu.org> | |
1504 | |
1505 * textmodes/outline.el (outline-next-heading): New function. | |
1506 (outline-up-heading-all): New function. | |
1507 (outline-font-lock-level): Using outline-up-heading-all. | |
1508 Tell outline-back-to-heading to accept invisible headings. | |
1509 | |
1510 * simple.el (shell-command-on-region): EXIT-STATUS can be a string. | |
1511 | |
1512 * mail/mh-utils.el (mh-find-path-run): New variable. | |
1513 (mh-find-path): Test and set that. | |
1514 Set mail-user-agent only the first time this function is run. | |
1515 (mail-user-agent): Defvar deleted. | |
1516 | |
1517 * info.el (info-initialize): New function. | |
1518 (info): Call info-initialize. | |
1519 (Info-directory-list): Initialize to nil, | |
1520 so info-initialize will set it up for real. | |
1521 | |
1522 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
1523 | |
1524 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it | |
1525 does not interpret a time as the year in a day-month entry. | |
1526 | |
1527 * calendar/diary-lib.el: Change syntax table entry for colon in | |
1528 the diary as part of the european-date-diary-pattern fix. | |
1529 | |
1530 1999-08-01 Eli Zaretskii <eliz@gnu.org> | |
1531 | |
1532 * international/mule.el (set-auto-coding): Allow whitespace before | |
1533 and after the "variable: value" pair. | |
1534 | |
1535 1999-07-30 Ken'ichi Handa <handa@gnu.org> | |
1536 | |
1537 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed. | |
1538 (default-sendmail-coding-system): Doc-string fixed. | |
1539 | |
1540 1999-07-30 Dave Love <fx@gnu.org> | |
1541 | |
1542 * subr.el (assoc-delete-all): New function, renamed from | |
1543 frame-delete-all. | |
1544 | |
1545 * frame.el: Change comments to doc strings and other doc fixes. | |
1546 (frame-delete-all): Moved to subr.el as `assoc-delete-all'. | |
1547 Callers changed. | |
1548 (set-background-color, set-foreground-color, set-cursor-color) | |
1549 (set-mouse-color, set-border-color): Offer completion of colours. | |
1550 (cursor): Add :version to defgroup. | |
1551 | |
1552 * facemenu.el (list-colors-display): Make it work on ttys. | |
1553 (facemenu-read-color): Likewise. | |
1554 | |
1555 1999-07-30 Richard M. Stallman <rms@gnu.org> | |
1556 | |
1557 * frame.el (frame-notice-user-settings): If background | |
1558 color has been changed, update background-mode from it, | |
1559 then update faces. | |
1560 | |
1561 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com> | |
1562 | |
1563 * net-utils.el (finger): Don't do indirect fingering. | |
1564 | |
1565 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
1566 | |
1567 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of | |
1568 rules. Add separator at end of holidays. | |
1569 (cal-tex-rules): New customizable variable. | |
1570 (cal-tex-latexify-list): Add optional parameter to put separator | |
1571 at end. | |
1572 | |
1573 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu> | |
1574 | |
1575 * textmodes/fill.el (fill-individual-paragraphs): Calculate new | |
1576 fill prefix on each line while looping to the end of paragraph. | |
1577 End paragraph if it's longer than the existing fill prefix. | |
1578 | |
1579 * textmodes/fill.el (fill-context-prefix): Doc fix. | |
1580 | |
1581 1999-07-30 Dave Love <fx@gnu.org> | |
1582 | |
1583 * font-lock.el (jit-lock): Fix :load, add :version. | |
1584 | |
1585 1999-07-30 Eli Zaretskii <eliz@gnu.org> | |
1586 | |
1587 * term/pc-win.el (msdos-face-setup): Register standard colors in | |
1588 Vface_tty_color_alist. | |
1589 (face-color-supported-p, face_color_gray_p): New functions. | |
1590 | |
1591 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p | |
1592 is bound. | |
1593 | |
1594 * startup.el (command-line): Don't register default colors for | |
1595 MSDOS window-system. | |
1596 | |
1597 1999-07-29 Dave Love <fx@gnu.org> | |
1598 | |
1599 * f90.el (f90-mode-syntax-table): Change backslash to escape, not | |
1600 charquote. | |
1601 | |
1602 * lisp-mode.el (eval-defun): Re-written to avoid | |
1603 capturing variables. | |
1604 | |
1605 * picture.el (picture-beginning-of-line): Don't call | |
1606 hscroll-point-visible now we have real autoscrolling. | |
1607 (picture-end-of-line, picture-newline, picture-open-line): | |
1608 Likewise. | |
1609 | |
1610 * international/latin-8.el: New file. | |
1611 * international/latin-9.el: New file. | |
1612 | |
1613 1999-07-28 Dave Love <fx@gnu.org> | |
1614 | |
1615 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter. | |
1616 | |
1617 * msb.el: Require cl only when compiling. | |
1618 (msb--home-dir): Deleted. | |
1619 (msb--format-title): Use abbreviate-file-name. | |
1620 (msb--choose-file-menu): Simplify string comparison. | |
1621 | |
1622 1999-07-28 Gerd Moellmann <gerd@gnu.org> | |
1623 | |
1624 * faces.el (toolbar): Add face definition for mono displays. | |
1625 | |
1626 1999-07-27 Richard M. Stallman <rms@gnu.org> | |
1627 | |
1628 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
1629 | |
1630 * frame.el (frame-initialize): When setting frame-initial-frame-alist, | |
1631 force copying of default-frame-alist. | |
1632 | |
1633 1999-07-26 Ken'ichi Handa <handa@gnu.org> | |
1634 | |
1635 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp. | |
1636 | |
1637 1999-07-26 Richard M. Stallman <rms@gnu.org> | |
1638 | |
1639 * frame.el (set-mouse-color): If new color is nil, | |
1640 really respecify the current color. | |
1641 | |
1642 1999-07-26 Gerd Moellmann <gerd@gnu.org> | |
1643 | |
1644 * faces.el (bitmap-area): Change background of face `bitmap-area' | |
1645 to white for mono displays. | |
1646 | |
1647 1999-07-26 Kenichi Handa <handa@etl.go.jp> | |
1648 | |
1649 * international/ccl.el (ccl-embed-symbol): New function. | |
1650 (ccl-program-p): Deleted. Now it's implemented in C code. | |
1651 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol. | |
1652 (ccl-compile-translate-character): Likewise. | |
1653 (ccl-compile-map-single): Likewise. | |
1654 (ccl-compile-multiple-map-function): Likewise. | |
1655 (declare-ccl-program): Doc-string modified. | |
1656 (check-ccl-program): Check compiled CCL code by ccl-program-p. | |
1657 | |
1658 1999-07-25 Ken'ichi Handa <handa@etl.go.jp> | |
1659 | |
1660 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
1661 | |
1662 1999-07-25 Markus Rost <rost@gnu.org> | |
1663 | |
1664 * cus-edit.el (custom-save-variables, custom-save-faces): Sort | |
1665 the entries to make custom-file more readable. | |
1666 | |
1667 1999-07-25 Richard M. Stallman <rms@gnu.org> | |
1668 | |
1669 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs. | |
1670 | |
1671 * emacs-lisp/edebug.el: Delete compatibility code. | |
1672 (edebug-next-token-class): If . is followed by a digit, | |
1673 return `symbol' for the token class. | |
1674 | |
1675 * startup.el (command-line): If we don't find the user's init file, | |
1676 set user-init-file to nil. | |
1677 | |
1678 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
1679 | |
1680 * info-look.el (info-lookup-interactive-arguments): Add optional | |
1681 argument query for new choice of help mode. | |
1682 (info-lookup-symbol): Use it. | |
1683 (info-lookup-file): Ditto. | |
1684 (info-lookup): Don't switch to other window, if already in Info | |
1685 buffer. | |
1686 | |
1687 1999-07-23 Dave Love <fx@gnu.org> | |
1688 | |
1689 * fortran.el (fortran-mode-syntax-table): Change `\' to `\' | |
1690 syntax. | |
1691 (fortran-fontify-string, fortran-match-!-commen): Deleted. | |
1692 (fortran-font-lock-syntactic-keywords): New variable. | |
1693 (fortran-mode): Use it. | |
1694 (fortran-font-lock-keywords-1): Don't do comments. | |
1695 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save | |
1696 match data. | |
1697 | |
1698 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls. | |
1699 | |
1700 * msb.el (msb-menu-bar-update-buffers): Renamed from | |
1701 menu-bar-update-buffers. | |
1702 (msb-custom-set, msb--toggle-menu-type): Call | |
1703 msb-menu-bar-update-buffers. | |
1704 (msb-mode): Revise the hook setting. | |
1705 | |
1706 * font-lock.el (turn-on-font-lock): Use tty-display-color-p. | |
1707 | |
1708 1999-07-23 Gerd Moellmann <gerd@gnu.org> | |
1709 | |
25956 | 1710 * font-lock.el, help.el, simple.el: Re-integrate previously |
1711 described changes that were lost due to errors while checking them | |
1712 in. | |
25837 | 1713 |
1714 1999-07-23 Kevin Blake <kblake@ticnet.com> | |
1715 | |
1716 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp. | |
1717 | |
1718 1999-07-23 Ken'ichi Handa <handa@etl.go.jp> | |
1719 | |
1720 * international/encoded-kb.el | |
1721 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character | |
1722 but push it to unread-command-events. | |
1723 (encoded-kbd-self-insert-iso2022-8bit): Likewise. | |
1724 (encoded-kbd-self-insert-sjis): Likewise. | |
1725 (encoded-kbd-self-insert-big5): Likewise. | |
1726 | |
1727 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up | |
1728 before left margin and fill-prefix by fill-find-break-point. | |
1729 | |
1730 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
1731 | |
1732 * info-look.el (info-lookup-setup-mode): Don't give up, if | |
1733 info-lookup-make-completions returns an error. | |
1734 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file | |
1735 name latex, not latex2e. | |
1736 | |
1737 1999-07-21 Richard M. Stallman <rms@gnu.org> | |
1738 | |
1739 * replace.el (perform-replace): Turn off case-fold-search | |
1740 if FROM-STRING argument has uppercase in it. | |
1741 | |
1742 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1743 | |
1744 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock | |
1745 mode is on. Don't use end of changed text. | |
1746 | |
1747 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1748 | |
1749 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table. | |
1750 (cl-hash-table-p): Renamed from hash-table-p. | |
1751 (cl-hash-table-count): Renamed from hash-table-count. | |
1752 (maphash): Alias to cl-maphash removed. | |
1753 (gethash): Likewise. | |
1754 (puthash): Likewise. | |
1755 (remhash): Likewise. | |
1756 (clrhash): Likewise. | |
1757 | |
1758 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1759 | |
1760 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with | |
1761 third arg non-nil. See comment there why this isn't a good idea. | |
1762 | |
1763 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1764 | |
1765 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message. | |
1766 | |
1767 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call | |
1768 sit-for with 3rd arg non-nil to prevent redisplay. | |
1769 | |
1770 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1771 | |
1772 * image.el (image-type-from-file-header): If file doesn't | |
1773 have a directory part, add data-directory. | |
1774 | |
1775 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1776 | |
1777 * tooltip.el (tooltip-gud-tips-p): Set default to nil. | |
1778 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse | |
1779 motion handling when tooltip-gud-tips-p is nil. | |
1780 | |
1781 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1782 | |
1783 * tooltip.el (tooltip-mode): Don't use `plusp'. | |
1784 (tooltip-active): Use initial value of nil. | |
1785 | |
1786 * jit-lock.el (jit-lock-mode): Don't use `plusp'. | |
1787 | |
1788 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1789 | |
1790 * bindings.el (make-mode-line-mouse-sensitive): Add key | |
1791 definitions for `top-line'. | |
1792 | |
1793 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1794 | |
1795 * faces.el (top-line): New face. | |
1796 | |
1797 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1798 | |
1799 * image.el (image-type-regexps): Add regexp for PS files. | |
1800 | |
1801 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1802 | |
1803 * faces.el (set-face-attribute): Fix wrong handling of frame | |
1804 begin equal to t. | |
1805 | |
1806 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1807 | |
1808 * image.el (image-type-regexps): Add PNG format. | |
1809 | |
1810 1999-07-21 Dave Love <fx@gnu.org> | |
1811 | |
1812 * bindings.el (mode-line-modified): New variable. | |
1813 (mode-line-mode-menu-1): Switch to appropriate window before | |
1814 showing menu. | |
1815 | |
1816 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1817 | |
1818 * faces.el (face-underline): Removed. | |
1819 (face-underline-color): Ditto. | |
1820 | |
1821 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1822 | |
1823 * faces.el (face-x-resources): Fix typo. | |
1824 | |
1825 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1826 | |
1827 * faces.el: Remove handling of `:relief', extend handling of | |
1828 `:box'. | |
1829 (frame-set-background-mode): Choose new defface specs after | |
1830 frame parameters have changed. | |
1831 | |
1832 * cus-face.el: Ditto. | |
1833 | |
1834 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1835 | |
1836 * custom.el (defface): Extend documentation to include new | |
1837 face attributes. | |
1838 | |
1839 * cus-face.el (custom-face-attributes): Add overline, | |
1840 strike-through, box. | |
1841 | |
1842 * faces.el (face-valid-attribute-values): Handle overline, | |
1843 strike-through, box. | |
1844 (face-attribute-name-alist): Add pairs for new face attributes. | |
1845 (describe-face): Handle new face attributes. | |
1846 | |
1847 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1848 | |
1849 * faces.el (face-x-resources): Add overline, strike-through, box. | |
1850 | |
1851 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1852 | |
1853 * enriched.el (enriched-translations): Add `display' and | |
1854 "x-display". | |
1855 (enriched-handle-display-prop): New. | |
1856 (enriched-decode-display-prop): New. | |
1857 | |
1858 * format.el (top-level): Give `display' property | |
1859 `format-list-atomic-p. | |
1860 (format-annotate-single-property-change): Test that property. | |
1861 If present, treat list property values like atoms. | |
1862 | |
1863 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1864 | |
1865 * cus-face.el (custom-face-attributes): Use `choice' everywhere | |
1866 so that "*" can be entered. | |
1867 | |
1868 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1869 | |
1870 * cus-face.el (custom-face-attributes): Don't use `#''. | |
1871 | |
1872 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
1873 | |
1874 * cus-face.el (custom-face-attributes): Return underline | |
1875 face attribute directly from the second lambda of underline. | |
1876 | |
1877 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1878 | |
1879 * jit-lock.el (jit-lock-stealth-verbose): Set to nil. | |
1880 | |
1881 * frame.el (after-setting-font-hooks): New variable. | |
1882 (set-frame-font): Run those hooks. | |
1883 | |
1884 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region. | |
1885 | |
1886 * faces.el (set-face-attribute): Fix doc string. | |
1887 | |
1888 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1889 | |
1890 * cus-face.el (custom-face-attributes): Accept color name. | |
1891 | |
1892 * faces.el (face-underline-p): Accept unspecified underlining. | |
1893 (face-underline): Ditto. Fix doc string. | |
1894 | |
1895 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
1896 | |
1897 * faces.el (face-underline-color): New function. | |
1898 | |
1899 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
1900 | |
1901 * cus-face.el (custom-face-attributes): Support underline coloring. | |
1902 Added slot to choose a color. | |
1903 | |
1904 * faces.el (face-underline): New function. | |
1905 (face-underline-p): Support underline coloring. | |
1906 Return nil only if the underline attribute is 'normal. | |
1907 (set-face-underline): New function. | |
1908 (face-valid-attribute-values): Support underline coloring. | |
1909 | |
1910 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1911 | |
1912 * image.el (insert-image): Use `display' instead of `glyph' | |
1913 as text property name. | |
1914 (put-image): Ditto. | |
1915 (image-type-from-file-header): Use insert-file-contents-literally. | |
1916 | |
1917 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1918 | |
1919 * easymenu.el (easy-menu-do-add-item): Don't use the empty | |
1920 string to indicate separators. | |
1921 | |
1922 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1923 | |
1924 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max | |
1925 instead of message-log. | |
1926 | |
1927 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1928 | |
1929 * faces.el (bitmap-area): New face. | |
1930 | |
1931 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1932 | |
1933 * image.el (insert-image): New. | |
1934 | |
1935 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1936 | |
1937 * frame.el (blink-cursor): Set the symbol's value. | |
1938 (show-trailing-whitespace): Change group to font-lock. | |
1939 | |
1940 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1941 | |
1942 * jit-lock.el: New. | |
1943 * font-lock.el: Add jit-mode as new support mode. | |
1944 | |
1945 * font-lock.el (font-lock-fontify-keywords-region): Stop when | |
1946 reaching end instead of letting re-search-forward signal an error. | |
1947 (demand-lock-mode): New. | |
1948 (font-lock-turn-on-thing-lock): Add demand-lock-mode. | |
1949 (font-lock-turn-off-thing-lock): Ditto. | |
1950 (font-lock-after-fontify-buffer): Ditto. | |
1951 (font-lock-after-unfontify-buffer): Ditto. | |
1952 | |
1953 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1954 | |
1955 * gs.el: New file. | |
1956 | |
1957 * startup.el (command-line-1): Activate tooltip mode if | |
1958 interactive. | |
1959 | |
1960 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1961 | |
1962 * faces.el (toolbar): Grey default background. | |
1963 (modeline): Ditto. | |
1964 | |
1965 * image.el (image-type-regexps): New. | |
1966 (image-type-from-file-header): New. | |
1967 (create-image): Call it. | |
1968 | |
1969 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1970 | |
1971 * image.el: New file. | |
1972 | |
1973 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1974 | |
1975 * bindings.el (mode-line-format): Replace `mode-name' with | |
1976 `(:eval mode-line-mode-name)'. | |
1977 (mode-line-mode-name): New. | |
1978 (make-mode-line-mouse-sensitive): Don't change default value | |
1979 of `mode-name'. | |
1980 | |
1981 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1982 | |
1983 * tooltip.el: New file. | |
1984 | |
1985 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1986 | |
1987 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3 | |
1988 instead of mouse-3 to pop up menus. | |
1989 (mode-line-kill-buffer): Removed. | |
1990 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over | |
1991 buffer name. | |
1992 (mode-line-buffer-menu-1): Removed. | |
1993 | |
1994 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive. | |
1995 | |
1996 * bindings.el (mode-line-buffer-identification-keymap): New. | |
1997 (mode-line-buffer-menu-keymap): New. | |
1998 (mode-line-mode-menu-keymap): New. | |
1999 (mode-line-unbury-buffer): New. | |
2000 (mode-line-other-buffer): New. | |
2001 (mode-line-kill-buffer): New. | |
2002 (mode-line-buffer-menu-1): New. | |
2003 (mode-line-mode-menu-1): New. | |
2004 (make-mode-line-mouse-sensitive): New. | |
2005 | |
2006 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2007 | |
2008 * help.el (describe-key-briefly): Handle mode line strings | |
2009 with local-map properties. | |
2010 (describe-key): Ditto. | |
2011 (mode-line-key-binding): New. | |
2012 | |
2013 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2014 | |
2015 * scroll-bar.el (scroll-bar-timer): New. | |
2016 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer. | |
2017 | |
2018 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2019 | |
2020 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top' | |
2021 and `bottom'. | |
2022 | |
2023 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2024 | |
2025 * scroll-bar.el (scroll-bar-toolkit-scroll): New. | |
2026 (global): Use different key bindings if using tookit scroll bars. | |
2027 | |
2028 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2029 | |
2030 * faces.el (modeline): Define mode line face with relief for | |
2031 class color, only. | |
2032 (toolbar): New face. | |
2033 | |
2034 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2035 | |
2036 * frame.el (frame-initialize): Set frame-creation-function to | |
2037 tty-create-frame-with-faces. | |
2038 | |
2039 * faces.el (frame-set-background-mode): Make it work for | |
2040 window-system nil. | |
2041 | |
2042 * faces.el (tty-create-frame-with-faces): New. | |
2043 (face-set-after-frame-default): Make it work for TTY frames. | |
2044 | |
2045 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2046 | |
2047 * faces.el (face-valid-attribute-values): Use tty-defined-colors. | |
2048 Return a list of one font family for TTYs. Don't return bitmap | |
2049 file paths for TTY frames. | |
2050 | |
2051 * faces.el: Add face specs for tty displays to basic faces. | |
2052 | |
2053 * font-lock.el (font-lock-comment-face): Add spec for color tty. | |
2054 (font-lock-string-face): Ditto. | |
2055 (font-lock-keyword-face): Ditto. | |
2056 (font-lock-builtin-face): Ditto. | |
2057 (font-lock-function-name-face): Ditto. | |
2058 (font-lock-variable-name-face): Ditto. | |
2059 (font-lock-type-face): Ditto. | |
2060 (font-lock-constant-face): Ditto. | |
2061 (font-lock-warning-face): Ditto. | |
2062 | |
2063 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2064 | |
2065 * startup.el (command-line): Register default tty colors. | |
2066 | |
2067 * faces.el (face-spec-set-match-display): Recognize `type tty'. | |
2068 | |
2069 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2070 | |
2071 * faces.el (modeline): For X frames, use a modeline with relief. | |
2072 | |
2073 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2074 | |
2075 * faces.el (frame-update-faces): Copied from 20.2. | |
2076 (frame-update-face-colors): Ditto. Code removed that isn't | |
2077 applicable in the new face implementation. | |
2078 | |
2079 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2080 | |
2081 * frame.el (show-trailing-whitespace): New. | |
2082 | |
2083 * faces.el (trailing-whitespace): New basic face. | |
2084 | |
2085 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2086 | |
2087 * cus-face.el (custom-facep): Always define as alias for facep. | |
2088 | |
2089 * cus-face.el (custom-face-attributes): Use choice widgets. | |
2090 Remove :bold and :italic. | |
2091 | |
2092 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2093 | |
2094 * faces.el (face-charset-registries): Removed since fontset.el | |
2095 is no always loaded. | |
2096 | |
2097 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2098 | |
2099 * faces.el (internal-get-face): Added as obsolete function for | |
2100 compatibility. | |
2101 | |
2102 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2103 | |
2104 * frame.el (blink-cursor-end): Call show-cursor. | |
2105 (blink-cursor-mode): Ditto. | |
2106 | |
2107 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2108 | |
2109 * faces.el (face-spec-reset-face): Reset all attributes to | |
2110 `unspecified'. | |
2111 (face-spec-set): Use it. | |
2112 | |
2113 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2114 | |
2115 * faces.el (read-all-face-attributes): Bug fix. | |
2116 (face-read-integer): Allow nil default value. | |
2117 (face-valid-attribute-values): Use symbol names of attribute | |
2118 values for completion list. | |
2119 | |
2120 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2121 | |
2122 * faces.el (internal-find-face): Define for compatibility with | |
2123 20.2. | |
2124 (face-id): Likewise. | |
2125 | |
2126 * faces.el (face-id): Return the ID of a realized face for ASCII. | |
2127 | |
2128 * fontset.el (x-charset-registries): Removed. Now in faces.el. | |
2129 (x-complement-fontset-spec): Use face-charset-registries. | |
2130 | |
2131 * faces.el (face-font-selection-order): Set font selection order | |
2132 from Lisp. | |
2133 (face-alternative-font-family-alist): Set alternative font | |
2134 families from Lisp. | |
2135 | |
2136 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2137 | |
2138 * faces.el (set-face-charset-registries): Set symbol value. | |
2139 | |
2140 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2141 | |
2142 * faces.el (face-set-after-frame-default): Call function | |
2143 internal-merge-in-global-face. | |
2144 | |
2145 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2146 | |
2147 * faces.el (face-list): Return symbols from face-global-alist. | |
2148 | |
2149 * faces.el (face-list): Return a copy of the face name list so | |
2150 that it cannot be modified from outside (facemenu.el uses | |
2151 nreverse, for example). | |
2152 | |
2153 * cus-face.el (custom-face-attributes): Add :bold and :italic | |
2154 for compatibility with old code. | |
2155 | |
2156 * faces.el (set-face-attributes-from-resources): Additional | |
2157 frame parameter. | |
2158 (make-face-x-resource-internal): Set attributes from resources | |
2159 for a given frame or all frames. | |
2160 | |
2161 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2162 | |
2163 * faces.el (all-faces): Removed. | |
2164 | |
2165 * custom.el (defface): Add new face attributes to function | |
2166 comment. | |
2167 | |
2168 * font-lock.el (font-lock-comment-face): Use new face attribute | |
2169 names. | |
2170 (font-lock-string-face): Ditto. | |
2171 (font-lock-keyword-face): Ditto. | |
2172 (font-lock-builtin-face): Ditto. | |
2173 (font-lock-function-name-face): Ditto. | |
2174 (font-lock-variable-name-face): Ditto. | |
2175 (font-lock-type-face): Ditto. | |
2176 (font-lock-reference-face): Ditto. | |
2177 (font-lock-warning-face): Ditto. | |
2178 ((boundp 'font-lock-face-attributes)): Ditto. | |
2179 | |
2180 * cus-face.el (custom-face-attributes): Use new face attributes. | |
2181 | |
2182 * faces.el (set-face-attribute-from-resource): Initialize | |
2183 from resources only for X and W32. | |
2184 | |
2185 * cus-face.el (custom-declare-face): Don't make frame-local | |
2186 faces. | |
2187 | |
2188 * faces.el (describe-face): Use princ instead of insert. | |
2189 | |
2190 * faces.el: Add XLFD manipulation functions from 20.2 again | |
2191 because fontset.el uses them. | |
2192 (face-set-after-frame-default): Add empty definition. | |
2193 | |
2194 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2195 | |
2196 * faces.el (make-face): Correct typo. | |
2197 (set-face-attribute-from-resource): Use let*. | |
2198 (face-underline-p): Correct typo. | |
2199 (face-inverse-video-p): Ditto. | |
2200 (set-face-stipple): Ditto. | |
2201 (face-read-string): Make completion-list optional parameter. | |
2202 | |
2203 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2204 | |
2205 * faces.el (face-charset-registries): Alist mapping charset | |
2206 symbols to registries and encoding. | |
2207 | |
2208 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2209 | |
2210 * frame.el (blink-cursor-mode): Use interactive spec "P". | |
2211 | |
2212 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2213 | |
2214 * frame.el (blink-cursor-mode): Function to toggle blinking cursor | |
2215 mode. The cursor of selected_window blinks if the mode is enabled. | |
2216 | |
2217 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2218 | |
2219 * simple.el (next-history-element): Set point to the end of the | |
2220 prompt if minibuffer-prompt-in-buffer. | |
2221 | |
2222 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2223 | |
2224 * faces.el (x-font-regexp): Add sub-expression parentheses for | |
2225 several font name components. | |
2226 | |
2227 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
2228 | |
2229 * faces.el (set-face-relief): Use index 12 for relief. | |
2230 (face-fill-in): Set relief from data. | |
2231 (internal-make-face): Init relief to zero. | |
2232 | |
2233 * faces.el (face-spec-set): call modify-face with additional | |
2234 parameters for relief and fixed-p. | |
2235 | |
2236 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
2237 | |
2238 * cus-face.el: ':fixed and ':relief added. | |
2239 | |
2240 * faces.el (describe-face): Add fixed font attribute and relief. | |
2241 (face-attr-match-p): Ditto. | |
2242 (face-attr-construct): Ditto. | |
2243 (face-spec-set): Ditto. | |
2244 | |
2245 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
2246 | |
2247 * faces.el (internal-make-face): Function to create a Lisp vector | |
2248 suitable for representing a face. | |
2249 (make-face): Use it instead of make-vector. | |
2250 (x-create-frame-with-faces): Use it instead of vector. | |
2251 (internal-facep): Increase vector size to 14. | |
2252 (internal-make-face): Ditto. | |
2253 (face-relief): Access relief thickness. | |
2254 (face-fixed-p): Access fixed font attribute. | |
2255 (set-face-fixed-p): Set fixed font attribute. | |
2256 (set-face-relief): Set relief attribute. | |
2257 (internal-face-interactive-int): Read int attribute of face. | |
2258 (modify-face): Add fixed-p and relief parameters. | |
2259 (copy-face): Handle fixed-p and relief. | |
2260 (face-equal): Compare fixed-p and relief. | |
2261 (face-differs-from-default-p): Ditto. | |
2262 (face-nontrivial-p): Add fixed-p and relief. | |
2263 | |
2264 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
2265 | |
2266 * faces.el (eval-when-compile): Add set-face-shadow-thickness. | |
2267 (internal-facep): Increase vector size. | |
2268 (make-face): Ditto. | |
2269 (face-shadow-thickness): Added. | |
2270 (set-face-shadow-thickness): Added. | |
2271 (modify-face): Add optional shadow-thickness parameter. | |
2272 (make-face-x-resource-internal): Add shadows. | |
2273 (copy-face): Ditto. | |
2274 (face-equal): Ditto. | |
2275 (face-differs-from-default-p): Ditto. | |
2276 (face-nontrivial-p): Ditto. | |
2277 (face-attr-match-p): Ditto. | |
2278 (face-attr-construct): Ditto. | |
2279 (face-spec-set): Ditto. | |
2280 (face-fill-in): Ditto. | |
2281 | |
2282 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
2283 | |
2284 * bench.el (bench-mark-split-window): New bench mark. | |
2285 | |
2286 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
2287 | |
2288 * faces.el (set-face-font): Don't pass default font to | |
2289 x-resolve-font so that font will not have to be of the same | |
2290 size. | |
2291 | |
2292 1999-07-20 Dave Love <fx@gnu.org> | |
2293 | |
2294 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it | |
2295 unconditionally t. | |
2296 | |
2297 1999-07-20 Karl Heuer <kwzh@gnu.org> | |
2298 | |
2299 * font-lock.el (c++-font-lock-extra-types): Add "type_info". | |
2300 | |
2301 1999-07-20 Dave Love <fx@gnu.org> | |
2302 | |
2303 * help.el (describe-variable): Fix test for customizability. | |
2304 | |
2305 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer): | |
2306 Check for readonly buffer in interactive spec. | |
2307 (zap-to-char, kill-line, kill-region, comment-region, kill-word) | |
2308 (backward-kill-word): Add * to interactive spec. | |
2309 | |
2310 * underline.el (underline-region, ununderline-region): Add * to | |
2311 interactive spec. | |
2312 | |
2313 * fill.el (canonically-space-region, justify-current-line): Add * | |
2314 to interactive spec. | |
2315 (fill-region-as-paragraph, fill-paragraph, fill-region) | |
2316 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check | |
2317 readonly buffer in interactive spec. | |
2318 | |
2319 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
2320 (backward-kill-sentence, kill-sentence): Add * to interactive | |
2321 spec. | |
2322 | |
2323 1999-07-19 Richard M. Stallman <rms@gnu.org> | |
2324 | |
2325 * dired-aux.el (dired-do-shell-command): Doc fix. | |
2326 | |
2327 * shell.el (shell-unquote-argument): New function. | |
2328 (shell-directory-tracker): Use shell-unquote-argument. | |
2329 * comint.el (comint-arguments): Handle \ followed by space or tab. | |
2330 | |
2331 1999-07-19 John Wiegley <jwiegley@borland.com> | |
2332 | |
2333 * term.el (ansi-term-fg-faces-vector): Added support for ANSI | |
2334 color codes 39 and 49, which by the way lynx uses them seem to | |
2335 mean "foreground reset" and "background reset". | |
2336 | |
2337 1999-07-19 Karl Heuer <kwzh@gnu.org> | |
2338 | |
2339 * font-lock.el (c++-keywords): Add "typeid". | |
2340 | |
2341 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but | |
2342 selects no font, treat that as zero selections, not one. | |
2343 | |
2344 1999-07-19 Dave Love <fx@gnu.org> | |
2345 | |
2346 * info.el (Info-search): Don't lose with empty regexp. | |
2347 | |
2348 * version.el: Cater for (free) `ident' program, not `which'. | |
2349 | |
2350 * hl-line.el: New file. | |
2351 | |
2352 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu | |
2353 for modes which don't define menus. | |
2354 | |
2355 1999-07-16 Richard M. Stallman <rms@gnu.org> | |
2356 | |
2357 * webjump.el (webjump-sample-sites): Update some URLs. | |
2358 | |
2359 1999-07-14 Richard Stallman <rms@gnu.org> | |
2360 | |
2361 * Version 20.4 released. | |
2362 | |
2363 1999-07-14 Andreas Schwab <schwab@gnu.org> | |
2364 | |
2365 * compare-w.el (compare-windows): Try to find the next window in | |
2366 the current frame before looking at the other frames. | |
2367 | |
2368 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru> | |
2369 | |
2370 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"): | |
2371 Use cyrillic-jcuken as default input method. | |
2372 | |
2373 1999-07-12 Richard Stallman <rms@gnu.org> | |
2374 | |
2375 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for | |
2376 Java anonymous array expressions ("new Foo[] {.. bracelist ..}"). | |
2377 | |
2378 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian. | |
2379 (ispell-local-dictionary-alist): Add koi8-r for character set. | |
2380 | |
2381 * textmodes/flyspell.el (flyspell-get-word): | |
2382 Add special handling for when ispell-otherchars is empty. | |
2383 | |
2384 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no> | |
2385 | |
2386 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior | |
2387 when having nested functons. | |
2388 (pascal-indent-nested-functions) (pascal-indent-line) | |
2389 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for | |
2390 indenting nested functions. | |
2391 | |
2392 1999-07-09 Richard Stallman <rms@gnu.org> | |
2393 | |
2394 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes. | |
2395 | |
2396 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no> | |
2397 | |
2398 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when | |
2399 the `end' keyword was in the very beginning of the buffer. | |
2400 | |
2401 1999-07-08 Richard Stallman <rms@gnu.org> | |
2402 | |
2403 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix. | |
2404 | |
2405 * term.el (term-emulate-terminal): Avoid infinite loop | |
2406 in strange case where minibuffer window is selected but not active. | |
2407 | |
2408 1999-07-07 Stephen Eglen <stephen@gnu.org> | |
2409 | |
2410 * progmodes/octave-inf.el (inferior-octave-directory-tracker): | |
2411 Change regexp so that it doesn't match commands beginning with `cd'. | |
2412 | |
2413 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
2414 | |
2415 * mail/rmail.el (mail-unsent-separator): Add a missing \\|. | |
2416 | |
2417 1999-07-06 Richard Stallman <rms@gnu.org> | |
2418 | |
2419 * hscroll.el (hscroll-minibuffer-hook): New function. | |
2420 (hscroll-global-mode): Add and remove that hook. | |
2421 Set hscroll-old-truncate-was-global's default value. | |
2422 | |
2423 1999-07-05 Richard Stallman <rms@gnu.org> | |
2424 | |
2425 * files.el (revert-buffer): Don't preserve point here. | |
2426 (revert-buffer-insert-file-contents-function): Doc fix. | |
2427 | |
2428 * isearch.el (isearch-process-search-char): Write octal 200 correctly. | |
2429 | |
2430 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid | |
2431 doing a `stat' when it isn't necessary because that can cause | |
2432 trouble when an NFS server is down. | |
2433 | |
2434 1999-07-04 Richard Stallman <rms@gnu.org> | |
2435 | |
2436 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer. | |
2437 | |
2438 1999-07-03 Richard Stallman <rms@gnu.org> | |
2439 | |
2440 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte | |
2441 for \200...\240 also. | |
2442 (isearch-printing-char): Use unibyte-char-to-multibyte. | |
2443 | |
2444 1999-07-02 Richard Stallman <rms@gnu.org> | |
2445 | |
2446 * frame.el (minibuffer-frame-alist): Use defcustom. | |
2447 (pop-up-frame-alist): Likewise. | |
2448 (initial-frame-alist): Specify * in the doc string. | |
2449 | |
2450 * hscroll.el (hscroll-mode): Make it a permanent local. | |
2451 (hscroll-mode): Don't cancel the timer | |
2452 if HScroll mode is enabled in some other buffer. | |
2453 | |
2454 * isearch.el (isearch-done): If search ends in middle of intangible | |
2455 text (due to text property), move on to the limit of that text. | |
2456 | |
2457 1999-07-01 Andrew Innes <andrewi@gnu.org> | |
2458 | |
2459 * man.el (Man-build-man-command): Use value of null-device, | |
2460 instead of hard-coding "/dev/null". | |
2461 | |
2462 * dos-w32.el (untranslated-canonical-name): Avoid expanding | |
2463 ange-ftp file names, which might force ange-ftp to prompt for a | |
2464 password. | |
2465 | |
2466 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t, | |
2467 to prevent references to temp files. | |
2468 | |
2469 1999-06-30 Richard Stallman <rms@gnu.org> | |
2470 | |
2471 * progmodes/sh-script.el (sh-feature): If nothing is known | |
2472 about the given shell, use the values for `sh'. | |
2473 | |
2474 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
2475 | |
2476 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status", | |
2477 to make it non-recursive. | |
2478 | |
2479 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly. | |
2480 | |
2481 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
2482 | |
2483 * auto-show.el (auto-show-mode): Fix Typo in :set. | |
2484 | |
2485 1999-06-29 Richard M. Stallman <rms@gnu.org> | |
2486 | |
2487 * progmodes/sh-script.el (sh-mode): When setting syntax | |
2488 table, default to the standard one. | |
2489 | |
2490 1999-06-27 Richard M. Stallman <rms@gnu.org> | |
2491 | |
2492 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix. | |
2493 | |
2494 1999-06-27 Stefan Monnier <monnier@tequila.cs.yale.edu> | |
2495 | |
2496 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): don't pop up | |
2497 a frame when `return' is requested (even if pop-up-frames = t) | |
2498 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function' | |
2499 should only be set for the bibtex buffer. | |
2500 | |
2501 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix. | |
2502 | |
2503 * progmodes/compile.el: Deal with compilation-error-screen-columns | |
2504 being buffer-local. | |
2505 | |
2506 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
2507 | |
2508 * comint.el (comint-password-prompt-regexp): Allow "(again)". | |
2509 | |
2510 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
2511 | |
2512 * cal-x.el (calendar-only-one-frame-setup): New function. | |
2513 * calendar.el (calendar): Call it if requested. | |
2514 | |
2515 1999-06-24 Karl Heuer <kwzh@gnu.org> | |
2516 | |
2517 * startup.el (iso-8859-n-locale-regexp): Doc fix. | |
2518 | |
2519 1999-06-22 Richard M. Stallman <rms@gnu.org> | |
2520 | |
2521 * mail/supercite.el (sc-emacs-features): Doc fix. | |
2522 | |
2523 1999-06-22 Karl Heuer <kwzh@gnu.org> | |
2524 | |
2525 * files.el (auto-mode-alist): Add pike-mode. | |
2526 | |
2527 1999-06-20 Paul R. Eggert <eggert@twinsun.com> | |
2528 | |
2529 * tar-mode.el (tar-header-block-tokenize): Don't assume that the | |
2530 last byte of a numeric field is a space or a NUL. Parse it as | |
2531 potentially part of the number. This is used by GNU tar | |
2532 1.12.64012 to handle larger values. | |
2533 | |
2534 1999-06-20 Karl Heuer <kwzh@gnu.org> | |
2535 | |
2536 * custom.el (custom-handle-keyword): Fix error message. | |
2537 | |
2538 1999-06-18 Andrew Innes <andrewi@gnu.org> | |
2539 | |
2540 * mail/smtpmail.el (smtpmail-send-it): Use | |
2541 convert-standard-filename to make file names for queued mail safe | |
2542 on Windows (`:' is invalid in file names on Windows). | |
2543 | |
2544 1999-06-17 Kenichi Handa <handa@etl.go.jp> | |
2545 | |
2546 * international/mule-cmds.el (describe-current-input-method): | |
2547 Current-input-method is string. | |
2548 (toggle-input-method): Docstring fixed. | |
2549 | |
2550 * international/mule-diag.el | |
2551 (describe-current-coding-system-briefly): Fix format string. | |
2552 | |
2553 * international/mule-util.el (coding-system-eol-type-mnemonic): | |
2554 Docstring modified. Return a string. | |
2555 | |
2556 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch> | |
2557 | |
2558 * sql.el (sql-input-ring-file-name): Doc fix. | |
2559 | |
2560 1999-06-17 Richard M. Stallman <rms@gnu.org> | |
2561 | |
2562 * calendar/cal-x.el (special-display-buffer-names): | |
2563 Don't put (get-file-buffer diary-file) on this list. | |
2564 | |
2565 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov> | |
2566 | |
2567 * play/mpuz.el (mpuz-try-proposal): Fix message call. | |
2568 Don't penalize player for certain impossible guesses. | |
2569 | |
2570 1999-06-16 Andrew Innes <andrewi@gnu.org> | |
2571 | |
2572 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid, | |
2573 return the string "Unk 0 0000" so at least it appears to be a | |
2574 valid timestamp to `dired-move-to-filename-regexp'. | |
2575 | |
2576 1999-06-15 Ken'ichi Handa <handa@gnu.org> | |
2577 | |
2578 * ps-print.el (ps-control-character): Fix previous change. | |
2579 | |
2580 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
2581 | |
2582 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid | |
2583 multiple output of the last message. | |
2584 | |
2585 1999-06-14 Eli Zaretskii <eliz@gnu.org> | |
2586 | |
2587 * term/internal.el (IT-display-table-setup): Do not remap \222 to | |
2588 the ASCII apostrophe, as most DOS codepages have some other glyph | |
2589 there. | |
2590 | |
2591 1999-06-14 Ken'ichi Handa <handa@gnu.org> | |
2592 | |
2593 * language/ethio-util.el (setup-ethiopic-environment-internal): | |
2594 Use quail-activate-hook instead of obsolete hook quail-mode-hook. | |
2595 (exit-ethiopic-environment): Likewize. | |
2596 | |
2597 1999-06-12 Richard M. Stallman <rms@gnu.org> | |
2598 | |
2599 * cus-start.el (scroll-preserve-screen-position): Fix typo in type. | |
2600 | |
2601 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
2602 | |
2603 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with | |
2604 custom-initialize-default to avoid infinite loop. | |
2605 (crisp-mode): (defun) Call transient-mark-mode here, not when | |
2606 loading the file. Run crisp-mode-hook here, and run | |
2607 crisp-load-hook when loading the file. | |
2608 | |
2609 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in | |
2610 rmail-summary buffer, search for pattern in rmail-file. | |
2611 | |
2612 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo. | |
2613 | |
2614 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type. | |
2615 | |
2616 * ps-print.el (ps-printer-name): Fix custom type. | |
2617 | |
2618 1999-06-12 Reto Zimmermann <reto@synopsys.com> | |
2619 | |
2620 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug. | |
2621 (vhdl-port-paste-generic-map): Fix indentation bug. | |
2622 (vhdl-port-paste-port-map): Fix indentation bug. | |
2623 (vhdl-scan-file-contents): Make scanning case insensitive. | |
2624 | |
2625 1999-06-11 Richard M. Stallman <rms@gnu.org> | |
2626 | |
2627 * files.el (write-file): When buffer is not already visiting a file, | |
2628 don't put buffer name in the minibuffer, just make it the default. | |
2629 Also handle just directory as arg usefully in that case. | |
2630 | |
2631 * simple.el (sendmail-user-agent-compose): | |
2632 Ignore case when inserting the rest of the "other" headers. | |
2633 | |
2634 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n. | |
2635 | |
2636 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix. | |
2637 (info-lookup-interactive-arguments): Never insert the default | |
2638 into the minibuffer automatically. | |
2639 | |
2640 * emacs-lisp/cl-extra.el (getf): Don't call get*. | |
2641 | |
2642 1999-06-09 Richard M. Stallman <rms@gnu.org> | |
2643 | |
2644 * simple.el (shell-command): Avoid printing "mark set" message. | |
2645 | |
2646 1999-06-09 Dave Love <fx@gnu.org> | |
2647 | |
2648 * progmodes/compile.el (compilation-error-regexp-alist): Allow | |
2649 digits in program name in first pattern. | |
2650 | |
2651 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
2652 | |
2653 * vc.el (vc-dired-mode): Don't match anything before the date in | |
2654 dired-move-to-filename-regexp. | |
2655 | |
2656 1999-06-07 Ken'ichi Handa <handa@gnu.org> | |
2657 | |
2658 * international/quail.el (quail-define-rules): Fix typo in | |
2659 docstring. | |
2660 | |
2661 1999-06-05 Stephen Eglen <stephen@gnu.org> | |
2662 | |
2663 * iswitchb.el (iswitchb-default-keybindings): Add | |
2664 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather | |
2665 than when package is loaded. | |
2666 | |
2667 1999-06-04 Richard M. Stallman <rms@gnu.org> | |
2668 | |
2669 * startup.el (command-line): Don't set user-init-file directly; | |
2670 tell `load' to set it. | |
2671 | |
2672 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg. | |
2673 | |
2674 * simple.el (next-history-element): | |
2675 Handle minibuffer-text-before-history properly when reading sexps. | |
2676 | |
2677 * disp-table.el (standard-display-european): | |
2678 For an interactive call by the user, | |
2679 don't set enable-multibyte-characters, | |
2680 and don't set the terminal coding system. | |
2681 | |
2682 * textmodes/refbib.el: Don't print any messages or display | |
2683 a buffer when loading the library. | |
2684 (r2b-help): Doc fix. | |
2685 (r2b-help-message): Update the documentation. | |
2686 (r2b-load-quietly): Variable deleted. | |
2687 (r2b-convert-buffer): Doc fix. | |
2688 | |
2689 1999-06-04 Dave Love <fx@gnu.org> | |
2690 | |
2691 * help.el (help-xref-interned): Fix insertion of fdoc and revamp. | |
2692 | |
2693 * auto-show.el: Don't change hooks on loading. | |
2694 (auto-show-mode): Autoload. Default to nil. Add :set &c. | |
2695 (auto-show-mode): Add to hooks here. | |
2696 | |
2697 1999-06-04 Richard Sharman <rsharman@pobox.com> | |
2698 | |
2699 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite | |
2700 recursion on bogus input. | |
2701 | |
2702 1999-06-04 Eric M. Ludlam <zappo@ultranet.com> | |
2703 | |
2704 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user | |
2705 does not select a buffer from the buffers menu, then the attached | |
2706 frame is not switched to anything. | |
2707 | |
2708 1999-06-03 Ken'ichi Handa <handa@gnu.org> | |
2709 | |
2710 * language/vietnamese.el (ccl-encode-vscii): Typo fixed | |
2711 (viet-viscii-...->viet-vscii...). | |
2712 | |
2713 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed. | |
2714 | |
2715 1999-06-01 Dave Love <fx@gnu.org> | |
2716 | |
2717 * progmodes/fortran.el: Add :link to defgroup. | |
2718 (fortran-blink-matching-if): Match ELSE statements too. | |
2719 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so | |
2720 that filling is always done. | |
2721 | |
2722 1999-05-31 Richard M. Stallman <rms@gnu.org> | |
2723 | |
2724 * simple.el (append-next-kill): Use an arg to distinguish | |
2725 interactive calls from Lisp calls, rather than (interactive-p). | |
2726 | |
2727 * international/iso-transl.el (iso-transl-language-alist): | |
2728 Interchange n and N. | |
2729 | |
2730 1999-05-31 Dave Love <fx@gnu.org> | |
2731 | |
2732 * msb.el Add to minor-mode-map-alist. Remove hook installation | |
2733 and keymap munging on load. | |
2734 (msb-mode): New option. | |
2735 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory): | |
2736 Doc fix. | |
2737 (msb-mode-map): New variable. | |
2738 (msb-mode): New command. | |
2739 | |
2740 1999-05-31 Dave Love <fx@gnu.org> | |
2741 | |
2742 * ispell.el: (ispell-alternate-dictionary): Fix custom type. | |
2743 (ispell-complete-word-dict): Likewise. | |
2744 | |
2745 1999-05-31 Eli Zaretskii <eliz@gnu.org> | |
2746 | |
2747 * forms.el (forms-save-buffer): Call set-buffer-modified-p to | |
2748 force the data buffer to be saved, even if the data didn't | |
2749 change, in case the write filter was modified. Restore the | |
2750 current record after read-file-filter finishes. | |
2751 | |
2752 1999-05-29 Karl Heuer <kwzh@gnu.org> | |
2753 | |
2754 * ispell4.el: Obsolete; file deleted. | |
2755 | |
2756 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line. | |
2757 | |
2758 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if | |
2759 VALUE is a syntax table. | |
2760 | |
2761 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie. | |
2762 | |
2763 * simple.el (zap-to-char): Doc fix. | |
2764 | |
2765 1999-05-27 Ken'ichi Handa <handa@gnu.org> | |
2766 | |
2767 * isearch.el (isearch-quote-char): Don't assume character codes | |
2768 0200 - 0237 stand for characters in some single-byte character | |
2769 charset. | |
2770 | |
2771 1999-05-27 Dave Love <fx@gnu.org> | |
2772 | |
2773 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c. | |
2774 | |
2775 1999-05-27 Andreas Schwab <schwab@gnu.org> | |
2776 | |
2777 * dired-aux.el (dired-insert-subdir-doinsert): Check that the | |
2778 headerline does not exist already. | |
2779 | |
2780 1999-05-26 Richard Stallman <rms@gnu.org> | |
2781 | |
2782 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
2783 Avoid nested null-loops. | |
2784 | |
2785 1999-05-26 Ken'ichi Handa <handa@gnu.org> | |
2786 | |
2787 * international/characters.el: Typo fixed; prefered->preferred. | |
2788 | |
2789 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
2790 Typo fixed; prefered->preferred. | |
2791 | |
2792 * map-ynp.el (map-y-or-n-p): Don't inherit the current input | |
2793 method in read-event. | |
2794 | |
2795 * international/mule.el (charset-info): Doc-string fixed. | |
2796 | |
2797 1999-05-25 Ken'ichi Handa <handa@gnu.org> | |
2798 | |
2799 * mail/smtpmail.el (smtpmail-send-it): Bind | |
2800 smtpmail-code-conv-from properly. | |
2801 (smtpmail-send-data-1): If DATA is a multibyte string, encode it | |
2802 by smtpmail-code-conv-from. | |
2803 | |
2804 1999-05-24 Richard Stallman <rms@gnu.org> | |
2805 | |
2806 * emulation/crisp.el (crisp-submit-bug-report): Function deleted. | |
2807 Binding deleted also. | |
2808 | |
2809 1999-05-24 Karl Heuer <kwzh@gnu.org> | |
2810 | |
2811 * comint.el (comint-bol-or-process-mark): Doc fix. | |
2812 | |
2813 1999-05-23 Dave Love <fx@gnu.org> | |
2814 | |
2815 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map. | |
2816 Enter it on minor-mode-map-alist. | |
2817 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed. | |
2818 Autoload. Add custom setter. | |
2819 (crisp-mark-line): Doc fix. | |
2820 (crisp-mode): Autoload. Re-write not to frob keymaps directly. | |
2821 (crisp-mode-hook): Define. | |
2822 | |
2823 1999-05-23 Ken'ichi Handa <handa@gnu.org> | |
2824 | |
2825 * files.el (recover-file): Recover buffer-file-coding-system. | |
2826 | |
2827 1999-05-22 Richard Stallman <rms@gnu.org> | |
2828 | |
2829 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp | |
2830 regexp match the date, to avoid treating date as file size. | |
2831 Add YYYY S option to WESTERN/ | |
2832 | |
2833 * bookmark.el: Delete some XEmacs compatibility code. | |
2834 (bookmark-jump-noselect): Check vc-backend. | |
2835 | |
2836 * subr.el (add-to-list): Doc fix. | |
2837 | |
2838 1999-05-21 Stephen Eglen <stephen@gnu.org> | |
2839 | |
2840 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer. | |
2841 | |
2842 1999-05-18 Richard Stallman <rms@gnu.org> | |
2843 | |
2844 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a | |
2845 non-space after the @anchor command. | |
2846 (texinfo-format-var): Handle other nested constructs, using | |
2847 texinfo-parse-expanded-arg and texinfo-discard-command, not | |
2848 texinfo-parse-arg-discard. | |
2849 | |
2850 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable. | |
2851 (debug): Bind and use debugger-outer-inhibit-redisplay. | |
2852 Bind inhibit-redisplay to nil. | |
2853 (debugger-env-macro): Treat inhibit-redisplay like other outside vars. | |
2854 | |
2855 1999-05-17 Dave Love <fx@gnu.org> | |
2856 | |
2857 * help.el (describe-function-1): Extra arg, interactive-p. | |
2858 (describe-key, describe-function): Use it. | |
2859 | |
2860 1999-05-17 Karl Heuer <kwzh@gnu.org> | |
2861 | |
2862 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie. | |
2863 | |
2864 1999-05-16 Dave Love <fx@gnu.org> | |
2865 | |
2866 * cus-start.el (all): Delete selective-display. Add scroll-margin, | |
2867 scroll-preserve-screen-position, scroll-conservatively. | |
2868 | |
2869 1999-05-16 Dave Love <fx@gnu.org> | |
2870 | |
2871 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case. | |
2872 | |
2873 1999-05-15 Reto Zimmermann <reto@Synopsys.COM> | |
2874 | |
2875 * progmodes/vhdl-mode.el: Completely revised and massively extended. | |
2876 | |
2877 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
2878 | |
2879 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no | |
2880 magic number and is not associated with a file. | |
2881 | |
2882 1999-05-14 Richard M. Stallman <rms@gnu.org> | |
2883 | |
2884 * files.el (find-file-noselect-1): Fix previous change. | |
2885 | |
2886 1999-05-14 Simon Marshall <simon@gnu.org> | |
2887 | |
2888 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'. | |
2889 | |
2890 1999-05-13 Ken'ichi Handa <handa@gnu.org> | |
2891 | |
2892 * international/mule-diag.el (mule-diag): Change MULE to Mule in | |
2893 docstring. | |
2894 | |
2895 * international/mule-cmds.el: Change MULE to Mule in docstrings | |
2896 and menus. | |
2897 | |
2898 1999-05-10 Kenichi HANDA <handa@etl.go.jp> | |
2899 | |
2900 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule | |
2901 to correctly reflect the value of BaseLineOffset in | |
2902 RelativeCompose. Now the value of RelativeCompose is an array of | |
2903 low and high positions. | |
2904 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and | |
2905 RLC for the above change. | |
2906 | |
2907 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org> | |
2908 | |
2909 * comint.el (comint-password-prompt-regexp): Modified to match the | |
2910 output of ksu and ssh-add. | |
2911 | |
2912 1999-05-11 Kenichi HANDA <handa@etl.go.jp> | |
2913 | |
2914 * language/korea-util.el (isearch-toggle-korean-input-method): | |
2915 Adjusted for the change of input method handling in isearch.el. | |
2916 (isearch-hangul-switch-symbol-ksc): Likewise. | |
2917 (isearch-hangul-switch-hanja): Likewise. | |
2918 | |
2919 1999-05-10 Dave Love <fx@gnu.org> | |
2920 | |
2921 * help.el (help-make-xrefs): Fix typo. | |
2922 | |
2923 1999-05-10 Andreas Schwab <schwab@gnu.org> | |
2924 | |
2925 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add | |
2926 unibyte-display-via-language-environment. | |
2927 | |
2928 * help.el (help-make-xrefs): Handle more cases when looking for | |
2929 commands in a keymap description. | |
2930 | |
2931 1999-05-10 Eli Zaretskii <eliz@gnu.org> | |
2932 | |
2933 * loadup.el: For ms-dos systems, load ccl and codepage. | |
2934 | |
2935 1999-05-09 Ken'ichi Handa <handa@gnu.org> | |
2936 | |
2937 * ps-print.el (ps-control-character): Call | |
2938 ps-mule-prepare-ascii-font to setup ASCII fonts. | |
2939 | |
2940 * ps-mule.el (ps-mule-begin-job): Redo this change "if | |
2941 ps-multibyte-buffer is nil, use | |
2942 ps-mule-font-info-database-default." | |
2943 | |
2944 1999-05-08 Ken Stevens <k.stevens@ieee.org> | |
2945 | |
2946 * ispell.el (ispell-local-dictionary-alist): New variable for | |
2947 customizing local dictionaries not accessable by everyone. | |
2948 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'. | |
2949 (ispell-required-version): Changed format `(major minor | |
2950 revision)' to support general pattern matching. | |
2951 (ispell-tex-skip-alists): AMS Tex block comment and `\author' | |
2952 skip region commented out due to incorrect skip potential in std latex. | |
2953 (ispell-word): Removed `when' macro. Fixed bug of not restoring | |
2954 cursor point on small words for calls from `ispell-minor-mode'. | |
2955 (check-ispell-version): Tests and accepts versions major.minor | |
2956 and above, with adjustments for interactions in 3.1.0-3.1.11. | |
2957 (ispell-get-line): No longer skips ispell process special characters. | |
2958 (ispell-comments-and-strings): Removed `when' macro call. | |
2959 (ispell-minor-check): Requires ispell-word to restore cursor point. | |
2960 (ispell-buffer-local-parsing): Supports checking comments only. | |
2961 | |
2962 1999-05-08 Karl Heuer <kwzh@gnu.org> | |
2963 | |
2964 * comint.el (comint-password-prompt-regexp): Fix last change to be | |
2965 more specific. | |
2966 | |
2967 1999-05-07 Richard M. Stallman <rms@gnu.org> | |
2968 | |
2969 * subr.el (with-temp-message): Fix the other call to message | |
2970 to use %s. | |
2971 | |
2972 1999-05-07 Michael Ernst <mernst@alum.mit.edu> | |
2973 | |
2974 * gud.el (gud-format-command): "%F" means file sans extension. | |
2975 (jdb): use %F, not %f, for gud-break. | |
2976 | |
2977 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org> | |
2978 | |
2979 * comint.el (comint-password-prompt-regexp): Modified so that it | |
2980 matches the output of kinit. | |
2981 | |
2982 1999-05-06 Greg Stark <gsstark@mit.edu> | |
2983 | |
2984 * timezone.el (timezone-parse-date): Recognize new format used in | |
2985 internet cookies. | |
2986 | |
2987 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu> | |
2988 | |
2989 * international/iso-acc.el (iso-languages): Add latin-2 cedillas. | |
2990 | |
2991 1999-05-04 Andrew Innes <andrewi@gnu.org> | |
2992 | |
2993 * time.el (display-time-update): Allow for wrap-around when | |
2994 checking against display-time-server-down-time. | |
2995 | |
2996 1999-05-04 Ken'ichi Handa <handa@gnu.org> | |
2997 | |
2998 * international/mule-diag.el (describe-coding-system): Fix English | |
2999 message. | |
3000 | |
3001 1999-05-03 Jason Rumney <jasonr@altavista.net> | |
3002 | |
3003 * term/w32-win.el: Change the x-charset-registry property for the | |
3004 Japanese charsets that are supported by Japanese Windows fonts. | |
3005 | |
3006 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
3007 | |
3008 * diary-lib.el (diary-remind): Rewritten to behave sensibly for | |
3009 diary-block diary entries for which the reminders and the diary | |
3010 entries can overlap. | |
3011 | |
3012 1999-05-02 Jason Rumney <jasonr@altavista.net> | |
3013 | |
3014 * term/w32-win.el (mouse-set-font): Ensure constructed fontset | |
3015 matches the font selected in the dialog. | |
3016 | |
3017 1999-05-02 Dave Love <fx@gnu.org> | |
3018 | |
3019 * browse-url.el (browse-url-browser-function): Add :version. | |
3020 | |
3021 * international/mule.el (auto-coding-alist): Add .tgz. | |
3022 | |
3023 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il> | |
3024 | |
3025 * international/codepage.el (cp-coding-system-for-codepage-1): | |
3026 Make the magnification parameter for the -dos encoder be 2. | |
3027 | |
3028 1999-05-2 Andrew Innes <andrewi@gnu.org> | |
3029 | |
3030 * term/w32-win.el (w32-drag-n-drop): Select file in window where | |
3031 it is dropped, rather than current window. | |
3032 | |
3033 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables | |
3034 after switching buffer, as case-fold-search is a buffer local | |
3035 variable. | |
3036 | |
3037 * w32-fns.el (convert-standard-filename): Only convert directory | |
3038 separators to backslash if the interactive shell is one of the | |
3039 standard Windows shells that has DOS semantics. | |
3040 | |
3041 * ls-lisp.el (ls-lisp-format-time): Trap errors from | |
3042 format-time-string, and return a suitable string to indicate the | |
3043 timestamp was invalid. | |
3044 | |
3045 * hexl.el (hexlify-command): Apply shell-quote-argument after | |
3046 expanding hexl-program in case exec-directory contains a space. | |
3047 (dehexlify-command): Ditto. | |
3048 | |
3049 * dos-w32.el (file-name-buffer-file-type-alist): Remove various | |
3050 file extension regexps which aren't necessarily binary files. | |
3051 (direct-print-region-helper): Use subst-char-in-string instead of | |
3052 binding directory-sep-char to convert filenames to DOS syntax. | |
3053 (direct-print-region-use-command-dot-com): New variable. | |
3054 (direct-print-region-helper): Use it to control whether to invoked | |
3055 command.com to print on Windows 9x. | |
3056 | |
3057 * browse-url.el (browse-url-browser-function): Default to | |
3058 browse-url-default-windows-browser on windows-nt. | |
3059 (browse-url-default-windows-browser): New function. | |
3060 | |
3061 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il> | |
3062 | |
3063 * forms.el (forms-mode): Don't call forms-first-record or | |
3064 forms-last-record if the data file has zero records. | |
3065 | |
3066 1999-04-29 Richard M. Stallman <rms@gnu.org> | |
3067 | |
3068 * files.el (find-file-noselect-1): If buffer-file-name has changed | |
3069 after find-file-not-found-hooks runs, recompute the truename. | |
3070 And don't use FILENAME after that point. | |
3071 | |
3072 1999-04-27 Dave Love <fx@gnu.org> | |
3073 | |
3074 * paren.el (show-paren-mode) | |
3075 * which-func.el (which-func-mode-global) | |
3076 * type-break.el (type-break-mode) | |
3077 * time.el (display-time-mode) | |
3078 * rsz-mini.el (resize-minibuffer-mode) | |
3079 * mouse-sel.el (mouse-sel-mode) | |
3080 * icomplete.el (icomplete-mode) | |
3081 * hscroll.el (hscroll-global-mode) | |
3082 * help.el (temp-buffer-resize-mode) | |
3083 * font-lock.el (global-font-lock-mode) | |
3084 * delsel.el (delete-selection-mode) | |
3085 * avoid.el (mouse-avoidance-mode) | |
3086 * autoinsert.el (auto-insert-mode) | |
3087 * winner.el (winner-mode): Doc fix. | |
3088 | |
3089 1999-04-26 Karl Heuer <kwzh@gnu.org> | |
3090 | |
3091 * mail/rmail.el (rmail-next-same-subject): When searching, ignore | |
3092 the same whitespace that was ignored in choosing the subject string. | |
3093 | |
3094 1999-04-26 Richard M. Stallman <rms@gnu.org> | |
3095 | |
3096 * info.el (Info-find-node): Position properly after finding anchor. | |
3097 | |
3098 * cus-start.el (all): Handle unibyte-display-via-language-environment. | |
3099 | |
3100 * simple.el (indent-new-comment-line): Fix previous change. | |
3101 | |
3102 * complete.el: Delete the wildcard expansion feature | |
3103 since that is now standard in find-file. | |
3104 (PC-try-load-many-files): Function deleted. | |
3105 (PC-after-load-many-files): Function deleted. | |
3106 (PC-many-files-list): Variable deleted. | |
3107 (PC-disable-wildcards): Variable deleted. | |
3108 (partial-completion-mode): Don't enable the wildcard feature. | |
3109 | |
3110 * complete.el (PC-look-for-include-file): Don't set global variables | |
3111 `error', `buf' and `filename' here. | |
3112 | |
3113 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker. | |
3114 | |
3115 1999-04-26 John Wiegley <johnw@oneworld.new-era.com> | |
3116 | |
3117 * textmodes/outline.el (outline-regexp): Doc fix. | |
3118 | |
3119 1999-04-26 John Wiegley <johnw@borland.com> | |
3120 | |
3121 * progmodes/compile.el (compilation-error-regexp-alist): Recognize | |
3122 C++Builder 4.0 error message syntax. | |
3123 | |
3124 1999-04-26 Mark Diekhans <markd@Grizzly.COM> | |
3125 | |
3126 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't | |
3127 supported, use find -exec. | |
3128 | |
3129 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
3130 | |
3131 * textmodes/texinfmt.el (texinfo-format-buffer): Bind | |
3132 coding-system-for-write, to avoid hanging when non-interactive. | |
3133 | |
3134 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
3135 | |
3136 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to | |
3137 start with a newline. | |
3138 | |
3139 1999-04-13 Ken'ichi Handa <handa@gnu.org> | |
3140 | |
3141 * international/mule-conf.el (x-ctext): New coding system. | |
3142 | |
3143 1999-04-12 Richard M. Stallman <rms@gnu.org> | |
3144 | |
3145 * international/mule-cmds.el (input-method-function): | |
3146 Add permanent-local property. | |
3147 | |
3148 1999-04-12 Dave Love <fx@gnu.org> | |
3149 | |
3150 * jka-compr.el (jka-compr-insert-file-contents): Fix previous | |
3151 change to use jka-compr-byte-compiler-base-file-name. | |
3152 | |
3153 * supercite.el (sc-scan-info-alist): Revert last change. | |
3154 (sc-attrib-selection-list): Fix :type here instead. | |
3155 | |
3156 1999-04-11 Eli Zaretskii <eliz@gnu.org> | |
3157 | |
3158 * international/mule.el (auto-coding-alist-lookup): Include ms-dos | |
3159 in the list of case-insensitive filesystems. | |
3160 | |
3161 1999-04-09 Kenichi Handa <handa@etl.go.jp> | |
3162 | |
3163 * international/fontset.el (create-fontset-from-fontset-spec): | |
3164 Don't register duplicated alias fontset names. | |
3165 | |
3166 1999-04-08 Richard Stallman <rms@gnu.org> | |
3167 | |
3168 * international/mule.el (auto-coding-alist-lookup): New function. | |
3169 (set-auto-coding): Use auto-coding-alist-lookup. | |
3170 | |
3171 * jka-compr.el (jka-compr-insert-file-contents): | |
3172 Use auto-coding-alist-lookup to check for files that | |
3173 should not have eol conversion, in the unibyte case. | |
3174 | |
3175 1999-04-07 Dave Love <fx@gnu.org> | |
3176 | |
3177 * help.el (describe-variable): Check custom-loads property as well | |
3178 as custom-type. | |
3179 | |
3180 * abbrev.el (abbrev-mode): Customizing sets the default value. | |
3181 | |
3182 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
3183 | |
3184 * vc.el (vc-backend-revert): For CVS files that were made | |
3185 writeable with "cvs edit", call "cvs unedit" to undo that. | |
3186 | |
3187 1999-04-08 Dave Love <fx@gnu.org> | |
3188 | |
3189 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type | |
3190 more. | |
3191 (sc-emacs-features): Recognize Emacs 20. | |
3192 (sc-read-string): Use history arg. | |
3193 (sc-scan-info-alist): Check for rtnvalue a cons. | |
3194 | |
3195 1999-04-08 Kenichi HANDA <handa@etl.go.jp> | |
3196 | |
3197 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a | |
3198 coding system to encode the message by | |
3199 select-message-coding-system. | |
3200 | |
3201 1999-04-07 Richard Stallman <rms@gnu.org> | |
3202 | |
3203 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition. | |
3204 | |
3205 * winner.el: Reorder definitions. | |
3206 | |
3207 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs. | |
3208 | |
3209 * mail/rmail.el (rmail-decode-babyl-format): | |
3210 Undo previous change. | |
3211 | |
3212 1999-04-06 Richard Stallman <rms@gnu.org> | |
3213 | |
3214 * info.el (Info-find-node): Check for an anchor at the | |
3215 proper place, before reading an indirect file. | |
3216 | |
3217 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL. | |
3218 | |
3219 * jka-compr.el (jka-compr-insert-file-contents): | |
3220 Use raw-text-unix when we want no conversion. | |
3221 | |
3222 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr> | |
3223 | |
3224 * timezone.el (timezone-parse-date): Corrected regexp for | |
3225 style (5) date format so that tenths of seconds are optional. | |
3226 | |
3227 1999-04-05 Eli Zaretskii <eliz@gnu.org> | |
3228 | |
3229 * term/internal.el (dos-cpNNN-setup): New function, with the guts | |
3230 of dos-codepage-setup. | |
3231 (cjk-codepages-alist): New variable, an alist of Far-Eastern | |
3232 codepages for which there's no need to set up cpNNN coding | |
3233 systems. | |
3234 (dos-codepage-setup): Support Far-Eastern DOS terminals. | |
3235 | |
3236 1999-04-05 Richard Stallman <rms@gnu.org> | |
3237 | |
3238 * mail/rmail.el (rmail-ignored-headers): Doc fix. | |
3239 | |
3240 1999-04-02 Richard Stallman <rms@gnu.org> | |
3241 | |
3242 * progmodes/compile.el (compilation-handle-exit): Do right thing | |
3243 if (car status) doesn't end in a newline. | |
3244 | |
3245 1999-04-01 Dave Love <fx@gnu.org> | |
3246 | |
3247 * progmodes/sql.el (SQL): Add defgroup :version. | |
3248 | |
3249 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
3250 | |
3251 * emacs-lisp/bytecomp.el (byte-compile-file): Clear | |
3252 buffer-file-coding-system. If the coding system used is raw-text, | |
3253 etc., make the *Compiler Input* buffer unibyte. | |
3254 | |
3255 * international/mule.el (find-new-buffer-file-coding-system): Doc fix. | |
3256 | |
3257 * loadup.el: Don't write the fns-...el file if not dumping. | |
3258 | |
3259 1999-03-31 Dave Love <fx@gnu.org> | |
3260 | |
3261 * snmp-mode.el (snmp): Fix defgroup :version. | |
3262 | |
3263 * hilit-chg.el (highlight-changes): Add defgroup :version. | |
3264 | |
3265 1999-03-31 Andreas Schwab <schwab@gnu.org> | |
3266 | |
3267 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after | |
3268 the gnus-save-hidden-threads macro. | |
3269 | |
3270 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk> | |
3271 | |
3272 * faces.el (face-set-after-frame-default): Obey the | |
3273 `customized-face' for new faces. | |
3274 | |
3275 1999-03-30 Dave Love <fx@gnu.org> | |
3276 | |
3277 * international/mule-cmds.el (current-language-environment): Doc fix. | |
3278 * abbrev.el (abbrev-mode): Doc fix. | |
3279 * autoinsert.el (auto-insert-mode): Doc fix. | |
3280 * complete.el (partial-completion-mode): Doc fix. | |
3281 * avoid.el (mouse-avoidance-mode): Doc fix. | |
3282 * delsel.el (delete-selection-mode): Doc fix. | |
3283 * font-lock.el (global-font-lock-mode): Doc fix. | |
3284 * help.el (temp-buffer-resize-mode): Doc fix. | |
3285 * hscroll.el (hscroll-global-mode): Doc fix. | |
3286 * icomplete.el (icomplete-mode): Doc fix. | |
3287 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
3288 * paren.el (show-paren-mode): Doc fix. | |
3289 * rsz-mini.el (resize-minibuffer-mode): Doc fix. | |
3290 * time.el (display-time-mode): Doc fix. | |
3291 * type-break.el (type-break-mode): Doc fix. | |
3292 * which-func.el (which-func-mode-global): Doc fix. | |
3293 * winner.el (winner-mode): Doc fix. | |
3294 | |
3295 1999-03-30 Michael Ernst <mernst@alum.mit.edu> | |
3296 | |
3297 * wid-edit.el (widget-before-change): Signal text-read-only rather | |
3298 than an ordinary error. | |
3299 | |
3300 1999-03-30 Richard M. Stallman <rms@gnu.org> | |
3301 | |
3302 * repeat.el: Don't require advice. | |
3303 (repeat): Do function-indirection in check for kbd macro. | |
3304 In self-insert case, use the *last* char in INSERTION. | |
3305 | |
3306 1999-03-30 Karl Heuer <kwzh@gnu.org> | |
3307 | |
3308 * progmodes/cc-cmds.el (c-indent-command): Doc fix. | |
3309 | |
3310 1999-03-29 Andreas Schwab <schwab@gnu.org> | |
3311 | |
3312 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for | |
3313 comint-input-filter-functions. Make variables related to shell | |
3314 directory tracking local. | |
3315 | |
3316 1999-03-26 Andreas Schwab <schwab@gnu.org> | |
3317 | |
3318 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable. | |
3319 | |
3320 * simple.el (shell-command-on-region): Cope with exit-status being | |
3321 nil, which happens if call-process-region was interrupted. | |
3322 | |
3323 1999-03-26 Richard M. Stallman <rms@gnu.org> | |
3324 | |
3325 * simple.el (indent-new-comment-line): Handle use at a point | |
3326 after a comment-end. Handle multiple comments. | |
3327 | |
3328 * mail/rmail.el (rmail-decode-babyl-format): | |
3329 To prevent locking, bind buffer-file-name to nil. | |
3330 | |
3331 1999-03-26 Karl Fogel <kfogel@red-bean.com> | |
3332 | |
3333 * mail-hist.el (mail-hist-current-header-name): Don't make | |
3334 off-by-one-error when determining if in message body. | |
3335 | |
3336 1999-03-25 Andrew Innes <andrewi@gnu.org> | |
3337 | |
3338 * w32-fns.el (set-default-process-coding-system): Copied from | |
3339 dos-w32.el, but modified to use Unix line endings for process | |
3340 input, and to add a suitable entry to process-coding-system-alist | |
3341 for DOS shells. | |
3342 | |
3343 * dos-fns.el (set-default-process-coding-system): Copied from | |
3344 dos-w32.el. | |
3345 | |
3346 * dos-w32.el (set-default-process-coding-system): Move function to | |
3347 dos-fns.el; a different version is used in w32-fns.el. | |
3348 | |
3349 1999-03-24 Dave Love <fx@gnu.org> | |
3350 | |
3351 * info.el (Info-directory-list): Revert change to re-writing | |
3352 Info-default-directory-list, but put `alternative' first. | |
3353 (Info-insert-dir): Modify selecting the top dir file as a consequence. | |
3354 | |
3355 1999-03-23 Simon Marshall <simon@gnu.org> | |
3356 | |
3357 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is | |
3358 on the line by itself. | |
3359 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if | |
3360 it is not in a declarative context. | |
3361 | |
3362 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk> | |
3363 | |
3364 * cus-edit.el (custom-variable-prompt): Allow customization of | |
3365 autoloaded symbols. | |
3366 | |
3367 1999-03-22 Kenichi HANDA <handa@etl.go.jp> | |
3368 | |
3369 * simple.el (what-cursor-position): Don't cause error when point | |
3370 is at invalid multibyte sequence. | |
3371 | |
3372 1999-03-21 Karl Heuer <kwzh@gnu.org> | |
3373 | |
3374 * complete.el (partial-completion-mode): Doc fix. | |
3375 | |
3376 1999-03-19 Richard M. Stallman <rms@gnu.org> | |
3377 | |
3378 * progmodes/cplus-md.el (old-c++): Remove :group. | |
3379 | |
3380 * progmodes/c-mode.el (old-c): Remove :group. | |
3381 | |
3382 1999-03-18 Simon Marshall <simon@gnu.org> | |
3383 | |
3384 * font-lock.el (c-font-lock-keywords-2): Added "complex" type. | |
3385 (java-font-lock-keywords-2): Added "strictfp" keyword. | |
3386 | |
3387 1999-03-17 Jason Rumney <jasonr@altavista.net> | |
3388 | |
3389 * w32-fns.el (set-w32-system-coding-system) New function. | |
3390 (w32-system-coding-system) Initialize to 'iso-latin-1. | |
3391 | |
3392 1999-03-17 Eli Zaretskii <eliz@gnu.org> | |
3393 | |
3394 * international/mule-cmds.el (set-language-environment): Fix | |
3395 previous change: don't use dos-codepage when unbound. | |
3396 | |
3397 1999-03-17 Karl Heuer <kwzh@gnu.org> | |
3398 | |
3399 * calendar/appt.el (appt-make-list): Fix previous change. | |
3400 | |
3401 1999-03-16 Richard M. Stallman <rms@gnu.org> | |
3402 | |
3403 * window.el (shrink-window-if-larger-than-buffer): | |
3404 Don't try to redisplay with the cursor at the end | |
3405 on its own line--that would force a scroll and spoil things. | |
3406 | |
3407 1999-03-16 Eli Zaretskii <eliz@gnu.org> | |
3408 | |
3409 * international/mule-cmds.el (set-language-environment): Don't use | |
3410 cpNNN-nonascii-translation-table if it is unbound. | |
3411 | |
3412 * term/internal.el (dos-codepage-setup): Compute the unibyte | |
3413 syntax table and bind unibyte-display-via-language-environment | |
3414 here, rather than at top level, so that resetting to unibyte in | |
3415 .emacs works as expected. | |
3416 | |
3417 1999-03-15 Simon Marshall <simon@gnu.org> | |
3418 | |
3419 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword. | |
3420 | |
3421 1999-03-14 Milan Zamazal <pdm@pvt.net> | |
3422 | |
3423 * abbrev.el (inverse-add-abbrev): Inherit the current input method. | |
3424 | |
3425 1999-03-14 Kenichi Handa <handa@etl.go.jp> | |
3426 | |
3427 * international/mule-util.el (detect-coding-with-priority): | |
3428 Restore the internal database. | |
3429 | |
3430 1999-03-14 Stephen Eglen <stephen@gnu.org> | |
3431 | |
3432 * mail/sendmail.el (sendmail-send-it): Fix typo in error string | |
3433 if mail-from-style has invalid value. | |
3434 | |
3435 1999-03-12 Karl Heuer <kwzh@gnu.org> | |
3436 | |
3437 * vc.el (vc-delete-logbuf-window): New var. | |
3438 (vc-finish-logentry): Use it. | |
3439 | |
3440 1999-03-12 Richard M. Stallman <rms@gnu.org> | |
3441 | |
3442 * startup.el (command-line-1): Improve startup msg. | |
3443 | |
3444 1999-03-12 Eric M. Ludlam <zappo@ultranet.com> | |
3445 | |
3446 * speedbar.el: Added commentary about stealthy functions. | |
3447 (speedbar-message) new function. | |
3448 (speedbar-y-or-n-p): New function | |
3449 (speedbar-with-attached-buffer) Moved macro before reference. | |
3450 Now uses `save-selected-window'. | |
3451 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh, | |
3452 speedbar-generic-item-info, speedbar-item-info-file-helper, | |
3453 speedbar-item-delete, speedbar-insert-generic-list, | |
3454 speedbar-timer-fn, speedbar-check-vc-this-line, | |
3455 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags, | |
3456 speedbar-buffers-item-info) Use speedbar-message. | |
3457 (speedbar-item-info) Limit `message-log-max'. | |
3458 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename, | |
3459 speedbar-item-delete, speedbar-item-object-delete, | |
3460 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p. | |
3461 | |
3462 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp> | |
3463 | |
3464 * server.el (server-start): Set coding system for the server | |
3465 process to raw-text. | |
3466 (server-process-filter): Decode file names if necessary. | |
3467 | |
3468 1999-03-12 Dave Love <fx@gnu.org> | |
3469 | |
3470 * textmodes/fill.el (sentence-end-double-space): Doc fix. | |
3471 | |
3472 * textmodes/paragraphs.el (sentence-end): Doc fix. | |
3473 | |
3474 1999-03-11 Karl Heuer <kwzh@gnu.org> | |
3475 | |
3476 * comint.el (comint-password-prompt-regexp): Accept "login password:" | |
3477 | |
3478 1999-03-09 Karl Heuer <kwzh@gnu.org> | |
3479 | |
3480 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line. | |
3481 (ispell-dictionary-alist-2): Likewise. | |
3482 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars. | |
3483 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars. | |
3484 (ispell-dictionary-alist): Build from six pieces, not just two. | |
3485 | |
3486 * ps-bdf.el (bdf-directory-list): Doc fix. | |
3487 | |
3488 * enriched.el (enriched-mode): Make var permanent-local. | |
3489 | |
3490 1999-03-09 Dave Love <fx@gnu.org> | |
3491 | |
3492 * textmodes/sgml-mode.el (html-mode): Use | |
3493 sentence-end-double-space when setting sentence-end. | |
3494 | |
3495 1999-03-09 Ken'ichi Handa <handa@gnu.org> | |
3496 | |
3497 * language/thai.el (tis-620): New alias coding system for thai-tis620. | |
3498 | |
3499 1999-03-08 Felix Lee <flee@cygnus.com> | |
3500 | |
3501 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook. | |
3502 | |
3503 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok. | |
3504 | |
3505 1999-03-08 Karl Heuer <kwzh@gnu.org> | |
3506 | |
3507 * dired-aux.el (dired-do-copy-regexp): Doc fix. | |
3508 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
3509 | |
3510 * dired.el (dired-do-copy-regexp): Doc fix. | |
3511 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
3512 | |
3513 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com> | |
3514 | |
3515 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp. | |
3516 | |
3517 1999-03-08 Jason Rumney <jasonr@altavista.net> | |
3518 | |
3519 * international/codepage.el (cp1250-decode-table) | |
3520 (cp1251-decode-table, cp1253-decode-table) | |
3521 (cp1257-decode-table): New translation tables for MS Windows codepages. | |
3522 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages. | |
3523 | |
3524 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
3525 | |
3526 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly. | |
3527 | |
3528 1999-03-07 Eli Zaretskii <eliz@gnu.org> | |
3529 | |
3530 * ps-bdf.el (bdf-directory-list): Different value for ms-dos. | |
3531 | |
3532 * term/internal.el (top level): Display character 255 as 8bit as well. | |
3533 | |
3534 1999-03-06 Dave Love <fx@gnu.org> | |
3535 | |
3536 * progmodes/cc-cmds.el (c-outline-level): Bind | |
3537 buffer-invisibility-spec. | |
3538 | |
3539 * progmodes/c-mode.el (c-outline-level): Likewise. | |
3540 | |
3541 * progmodes/ada-mode.el (ada-outline-level): Likewise. | |
3542 | |
3543 1999-03-05 Felix Lee <flee@cygnus.com> | |
3544 | |
3545 * textmodes/outline.el (outline-get-last-sibling): Doc fix. | |
3546 | |
3547 1999-03-05 Richard M. Stallman <rms@gnu.org> | |
3548 | |
3549 * bindings.el (complete-symbol): Invert meaning of prefix arg. | |
3550 | |
3551 1999-03-05 Andrew Innes <andrewi@gnu.org> | |
3552 | |
3553 * w32-fns.el (convert-standard-filename): Convert directory | |
3554 separators to Windows format. | |
3555 | |
3556 1999-03-05 Andreas Schwab <schwab@gnu.org> | |
3557 | |
3558 * international/skkdic-cnv.el: Provide skkdic-cnv. | |
3559 (skkdic-convert): Emit code to require skkdic-cnv at compile time. | |
3560 (batch-skkdic-convert): Doc fix. | |
3561 | |
3562 1999-03-04 Dave Love <fx@gnu.org> | |
3563 | |
3564 * custom.el (custom-set-variables): Protect against setter errors. | |
3565 | |
3566 1999-03-04 Eli Zaretskii <eliz@gnu.org> | |
3567 | |
3568 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of | |
3569 the file sizes from overflowing. | |
3570 (ls-lisp-format): If file size is a float, use %8.0f to print it. | |
3571 Under -s, print the size in blocks with %4.0f, in case they have | |
3572 a *really* huge file. | |
3573 | |
3574 1999-03-03 Dave Love <fx@gnu.org> | |
3575 | |
3576 * options.el (edit-options): Doc fix. | |
3577 (list-options): Don't lose with unbound symbols. Maintain | |
3578 Edit-options-mode. | |
3579 | |
3580 1999-03-01 Dave Love <fx@gnu.org> | |
3581 | |
3582 * mail/supercite.el (sc-attrib-selection-list): Fix custom type. | |
3583 | |
3584 1999-02-28 Richard M. Stallman <rms@gnu.org> | |
3585 | |
3586 * ispell.el (ispell-dictionary-alist-override): New variable. | |
3587 (ispell-dictionary-alist): Don't setq it, | |
3588 if ispell-dictionary-alist-override is set. | |
3589 | |
3590 * simple.el (shell-command-default-error-buffer): Renamed from | |
3591 shell-command-on-region-default-error-buffer. | |
3592 (shell-command-on-region): Mention in echo area when there | |
3593 is some error output. Mention success or failure, too. | |
3594 Accumulate multiple error outputs | |
3595 going forward, with formfeed in between. Display the error buffer | |
3596 when we have put something in it. | |
3597 (shell-command): Add the ERROR-BUFFER argument feature. | |
3598 | |
3599 1999-02-28 Karl Heuer <kwzh@gnu.org> | |
3600 | |
3601 * mail/mh-utils.el (mh-lib): Doc fix. | |
3602 (mh-lib-progs, mh-nmh-p): New vars. | |
3603 (mh-find-progs): Set mh-lib-progs along with other vars. | |
3604 (mh-path-search): New arg FUNC-P; if specified, use that instead | |
3605 of mh-file-command-p. | |
3606 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs. | |
3607 | |
3608 * mail/mh-comp.el (mh-repl-formfile): New var. | |
3609 (mh-smail-batch): Don't ignore all arguments. | |
3610 (mh-reply): Do the right thing when using nmh. | |
3611 | |
3612 1999-02-27 Kenichi Handa <handa@etl.go.jp> | |
3613 | |
3614 * international/mule-cmds.el (select-safe-coding-system): Be sure | |
3615 to show a buffer being decoded. | |
3616 | |
3617 1999-02-26 Ken'ichi Handa <handa@gnu.org> | |
3618 | |
3619 * ps-bdf.el (bdf-directory-list): Initialize it to | |
3620 '("/usr/local/share/emacs/fonts/bdf"). | |
3621 | |
3622 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
3623 | |
3624 * ps-print.el: PostScript programming fix. | |
3625 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use | |
3626 setpagedevice operator). | |
3627 | |
3628 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
3629 | |
3630 * ps-print.el: Doc fix, font size specifies landscape and portrait | |
3631 sizes. | |
3632 (ps-print-version): New version number (4.1.4). | |
3633 (ps-font-size, ps-header-font-size, ps-header-title-font-size): | |
3634 Specifies landscape and portrait sizes. | |
3635 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages) | |
3636 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun | |
3637 fix. | |
3638 (ps-get-font-size): New fun. | |
3639 (ps-font-size-internal, ps-header-font-size-internal) | |
3640 (ps-header-title-font-size-internal): New vars. | |
3641 | |
3642 * ps-mule.el: Change of ps-print font size variable name. | |
3643 (ps-mule-generate-font): Fun fix. | |
3644 (ps-mule-begin-job): Programming uniformization. | |
3645 | |
3646 1999-02-25 Dave Love <fx@gnu.org> | |
3647 | |
3648 * help.el (help-xref-info-regexp): Allow linebreaks and capital. | |
3649 (help-make-xrefs): Do Info case first. | |
3650 | |
3651 * repeat.el: Don't require advice. | |
3652 (repeat-last-kill-command): Variable deleted. | |
3653 | |
3654 1999-02-25 Richard Stallman <rms@gnu.org> | |
3655 | |
3656 * simple.el (shell-command-on-region): Don't go into the REPLACE = t | |
3657 case just because the current buffer is the output buffer. | |
3658 | |
3659 1999-02-25 Kenichi Handa <handa@etl.go.jp> | |
3660 | |
3661 * simple.el (what-cursor-position): To show the character's | |
3662 encoding, use encoded-string-description instead of information | |
3663 of chaset-origin-alist. | |
3664 | |
3665 * international/mule-cmds.el (iso-2022-control-alist): New variable. | |
3666 (encoded-code-description): New function. | |
3667 (encoded-string-description): New function. | |
3668 (encode-coding-char): New function. | |
3669 | |
3670 1999-02-25 Andrew Innes <andrewi@gnu.org> | |
3671 | |
3672 * startup.el (command-line) [windows-nt]: Fix typo in regexp | |
3673 checking for .emacs[.el[c]]. | |
3674 | |
3675 1999-02-24 Richard Stallman <rms@gnu.org> | |
3676 | |
3677 * help.el (describe-function-1): Don't print a whole lambda-function. | |
3678 | |
3679 1999-02-23 Ken'ichi Handa <handa@gnu.org> | |
3680 | |
3681 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow | |
3682 inputting ?\240. | |
3683 | |
3684 1999-02-23 Karl Heuer <kwzh@gnu.org> | |
3685 | |
3686 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst. | |
3687 | |
3688 * midnight.el (clean-buffer-list-kill-regexps): Doc fix. | |
3689 (clean-buffer-list-kill-buffer-names): Doc fix. | |
3690 | |
3691 * gud.el (gud-jdb-massage-args): Spelling fix. | |
3692 | |
3693 1999-02-23 Richard M. Stallman <rms@gnu.org> | |
3694 | |
3695 * subr.el (with-temp-message): Use %s so % in old msg won't fool us. | |
3696 | |
3697 1999-02-22 Eli Zaretskii <eliz@gnu.org> | |
3698 | |
3699 * arc-mode.el (archive-set-buffer-as-visiting-file): Save | |
3700 excursion while calling set-auto-coding-function. | |
3701 | |
3702 * play/handwrite.el (handwrite): Require ps-print, and use | |
3703 ps-printer-name and ps-lpr-command. Call ps-print-region-function | |
3704 if it's defined, instead of forking ps-lpr-command unconditionally. | |
3705 | |
3706 1999-02-22 Kenichi Handa <handa@etl.go.jp> | |
3707 | |
3708 * international/codepage.el (cp-coding-system-for-codepage-1): Put | |
3709 charset-origin-alist property to a coding system for the codepage. | |
3710 | |
3711 * international/mule.el: Modify comment for charset-origin-alist | |
3712 property of a coding system. | |
3713 | |
3714 * simple.el (what-cursor-position): charset-origin-alist property | |
3715 of a coding system may be a translation table or a symbol of which | |
3716 `translation-table' property is a translation table. | |
3717 | |
3718 1999-02-21 Richard Stallman <rms@gnu.org> | |
3719 | |
3720 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body | |
3721 to the "html" template. | |
3722 | |
3723 1999-02-21 Peter Breton <pbreton@ne.mediaone.net> | |
3724 | |
3725 * dirtrack.el (dirtrack): Added docstring. Now returns input. | |
3726 | |
3727 1999-02-18 Peter Breton <pbreton@ne.mediaone.net> | |
3728 | |
3729 * dirtrack.el (dirtrack): Check for the prompt in the input string | |
3730 instead of the buffer. | |
3731 | |
3732 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch> | |
3733 | |
3734 * sql.el: Set version to 1.4.1. Changed mail address to | |
3735 alex@gnu.org. Mention the mailing list sql.el@gnu.org. | |
3736 (sql-input-ring-separator): Doc fix. | |
3737 (sql-mode-syntax-table): double-dash starts comments is defined as | |
3738 ". 56" instead of ". 12b" for XEmacs. | |
3739 (sql-stop, sql-interactive-mode): Doc fixes. | |
3740 (sql-postgres): Queries for database and server, not just one. | |
3741 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted. | |
3742 | |
3743 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is | |
3744 changed. This is needed for master.el to work. | |
3745 (sql-set-sqli-buffer): Use the new hook. | |
3746 | |
3747 * sql.el (sql-make-alternate-buffer-name): Function that sets | |
3748 sql-alternate-buffer-name. | |
3749 (sql-alternate-buffer-name): Possible name of SQLi buffers. | |
3750 (sql-interactive-mode): Set sql-alternate-buffer-name. | |
3751 (sql-rename-buffer): New command. | |
3752 (sql-interactive-mode-menu): Menu for SQLi buffers. | |
3753 | |
3754 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator | |
3755 and sql-input-ring-file-name are used to temporarily set | |
3756 comint-input-ring-file-name and comint-input-ring-separator when | |
3757 reading and writing input history files. | |
3758 | |
3759 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name. | |
3760 (sql-input-ring-file-name): New variable with customization. | |
3761 (sql-input-ring-separator): New variable with customization. | |
3762 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer. | |
3763 Callers changed. | |
3764 (sql-show-sqli-buffer): The message for "sql-buffer is not set" | |
3765 now includes the name of the current buffer. | |
3766 | |
3767 (sql-mode): Set paragraph-separate and paragraph-start so that | |
3768 sql-send-paragraph sends the entire SQL statements, even if it | |
3769 contains indented lines. | |
3770 | |
3771 1999-02-18 Dave Love <fx@gnu.org> | |
3772 | |
3773 * format.el (format-encode-run-method, format-decode-run-method): | |
3774 Fix previous change. | |
3775 | |
3776 1999-02-18 Ken'ichi Handa <handa@gnu.org> | |
3777 | |
3778 * international/mule.el (coding-system-list): Moved here from | |
3779 mule-util.el to avoid autoloading mule-util by the call of | |
3780 select-safe-coding-system. | |
3781 | |
3782 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
3783 | |
3784 * simple.el (turn-on-auto-fill): Mark it as an option for | |
3785 `text-mode-hook'. | |
3786 | |
3787 1999-02-17 Richard Stallman <rms@gnu.org> | |
3788 | |
3789 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
3790 Don't crash if (current-local-map) is nil. | |
3791 | |
3792 1999-02-17 Peter Breton <pbreton@ne.mediaone.net> | |
3793 | |
3794 * filecache.el (file-cache-filter-regexps): Added .class. | |
3795 | |
3796 1999-02-17 Ken'ichi Handa <handa@gnu.org> | |
3797 | |
3798 * international/mule-util.el (decompose-region): Use | |
3799 insert-buffer-substring instead of insert-buffer to avoid putting | |
3800 mark. | |
3801 | |
3802 1999-02-17 Andreas Schwab <schwab@gnu.org> | |
3803 | |
3804 * calendar/cal-move.el (scroll-calendar-left): Don't set | |
3805 displayed-month and displayed-year here, let generate-calendar do | |
3806 it, after range checking. | |
3807 | |
3808 1999-02-17 Simon Marshall <simon@gnu.org> | |
3809 | |
3810 * progmodes/cc-engine.el (c-at-toplevel-p): New function. | |
3811 | |
3812 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish | |
3813 correctly between an object declared via a constructor and a method. | |
3814 (font-lock-defaults-alist): Don't give `.' word syntax for Java. | |
3815 (java-font-lock-keywords-1): Fontify package names individually. | |
3816 (java-font-lock-extra-types): Ensure regexp matches capitalised only. | |
3817 (java-font-lock-keywords-2): Simplify type fontification. | |
3818 (java-font-lock-keywords-3): Likewise. | |
3819 | |
3820 1999-02-17 Kenichi Handa <handa@etl.go.jp> | |
3821 | |
3822 * language/japanese.el (iso-2022-jp-2): New coding system. | |
3823 ("Japanese"): Put iso-2022-jp-2 in coding-priority property. | |
3824 | |
3825 1999-02-16 Dave Love <fx@gnu.org> | |
3826 | |
3827 * help.el (describe-function-1): Accept non-symbols. | |
3828 | |
3829 1999-02-16 Paul Eggert <eggert@twinsun.com> | |
3830 | |
3831 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we | |
3832 find the last match if there are multiple matches. | |
3833 | |
3834 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
3835 | |
3836 * tex-mode.el (tex-run-command, latex-run-command) | |
3837 (slitex-run-command, tex-command): Doc changes. | |
3838 (tex-start-options-string): Autoload it. Doc change. Provide | |
3839 a menu for customization. Allow nil. Quote backslashes only once. | |
3840 (tex-start-tex): Handle nil value of tex-start-options-string | |
3841 and apply shell-quote-argument to it. | |
3842 | |
3843 1999-02-16 Eli Zaretskii <eliz@gnu.org> | |
3844 | |
3845 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round | |
3846 the size in blocks, since it can be a float. | |
3847 (ls-lisp-format): Likewise | |
3848 | |
3849 1999-02-16 Ken'ichi Handa <handa@gnu.org> | |
3850 | |
3851 * language/japanese.el (japanese-shift-jis): Add | |
3852 charset-origin-alist property. | |
3853 | |
3854 1999-02-15 Richard Stallman <rms@gnu.org> | |
3855 | |
3856 * progmodes/compile.el (compile-internal): Use save-selected-window. | |
3857 | |
3858 * subr.el (momentary-string-display): Bind inhibit-read-only. | |
3859 | |
3860 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line. | |
3861 | |
3862 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il> | |
3863 | |
3864 * mail/rmail.el (rmail-show-message): If an unseen message has a | |
3865 Summary-line in its header, get past one more line before looking | |
3866 for the X-Coding-System header. | |
3867 | |
3868 1999-02-15 Geoff Voelker <voelker@cs.washington.edu> | |
3869 | |
3870 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files | |
3871 explicitly to accomodate Windows 9X lack of a useful copy program. | |
3872 | |
3873 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk> | |
3874 | |
3875 * wid-edit.el (widget-choice-value-create): Use `equal' | |
3876 instead of `eq'. | |
3877 | |
3878 1999-02-14 Richard Stallman <rms@gnu.org> | |
3879 | |
3880 * international/iso-transl.el: | |
3881 (iso-transl-ae): Renamed from iso-transl-e-slash. | |
3882 (iso-transl-a-ring): Renamed from iso-transl-a-slash. | |
3883 (iso-transl-AE): Renamed from iso-transl-E-slash. | |
3884 (iso-transl-A-ring): Renamed from iso-transl-A-slash. | |
3885 (iso-transl-char-map): Related changes. | |
3886 | |
3887 * format.el (format-replace-strings): Fix value of TO in REVERSE case. | |
3888 | |
3889 1999-02-13 Richard Stallman <rms@gnu.org> | |
3890 | |
3891 * textmodes/texinfmt.el (texinfo-alias): New function. | |
3892 (texinfo-fold-nodename-case): Add defvar. | |
3893 (texinfo-format-node): Do case folding if specified. | |
3894 | |
3895 * ffap.el (ffap-file-at-point): Test local file names | |
3896 immediately. Strip off line numbers. | |
3897 | |
3898 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch> | |
3899 | |
3900 * sql.el: Set version to 1.3.2 | |
3901 (sql-solid-program): Added support for solid. | |
3902 (sql-help): Doc mentions sql-solid. | |
3903 (sql-solid): Entry function for Solid. | |
3904 (sql-buffer): Doc explains the use of the variable and how to | |
3905 change it. | |
3906 (sql-mode-menu): Included entries for sql-show-sqli-buffer and | |
3907 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are | |
3908 disabled if sql-buffer doesn't have a process; sql-send-paragraph | |
3909 is new. | |
3910 (sql-show-sqli-buffer): New function to display the value of | |
3911 sql-buffer. | |
3912 (sql-change-sqli-buffer): New function to change sql-buffer. | |
3913 (sql-mode): Doc explains how to change sql-buffer. | |
3914 (sql-send-paragraph): New function to send a paragraph. | |
3915 (sql-mode-map): Added keybinding for sql-send-paragraph. | |
3916 (sql-mysql): Doc corrected. | |
3917 (sql-ms): Doc corrected. | |
3918 | |
3919 * sql.el (sql-server): Doc fix. | |
3920 (sql-mysql): Added the use of sql-server to specify the host, | |
3921 sql-database now specifies database instead of host. | |
3922 (sql-mode-menu): Send... menu items are only active if sql-buffer | |
3923 is non-nil. | |
3924 (sql-help): Changed tag of entry functions a bit. | |
3925 | |
3926 * sql.el: Added keywords from `finder-by-keyword'. | |
3927 (sql-mode): Made sql-buffer a local variable, changed the | |
3928 documentation: removed instructions to add *.sql files to | |
3929 auto-mode-alist, added documentation for having mutliple SQL | |
3930 buffers sending their stuff to different SQLi buffers, each | |
3931 running a different process. | |
3932 (sql-postgres): Quoted *SQL* in doc string. | |
3933 (sql-ms): Likewise. | |
3934 (sql-ingres): Likewise. | |
3935 (sql-ingres): Quoted *SQL* in doc string, added references to | |
3936 sql-user and sql-password used during login. | |
3937 (sql-sybase): Quoted *SQL* in doc string, added comma. | |
3938 (sql-oracle): Likewise. | |
3939 (sql-interactive-mode): Added extensive documentation for having | |
3940 mutliple SQL buffers sending their stuff to different SQLi | |
3941 buffers, each running a different process. | |
3942 (sql-buffer): Changed doc from *SQL* to SQLi. | |
3943 (sql-get-login): Doc fix. | |
3944 | |
3945 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
3946 | |
3947 * international/mule-conf.el (undecided): Set ascii in | |
3948 safe-charsets property. | |
3949 | |
3950 1999-02-12 Richard Stallman <rms@gnu.org> | |
3951 | |
3952 * textmodes/paragraphs.el (paragraph-separate): Doc fix. | |
3953 | |
3954 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
3955 | |
3956 * ps-mule.el (ps-mule-font-info-database-default): Set the initial | |
3957 value to ps-mule-font-info-database-latin. | |
3958 | |
3959 1999-02-13 Kenichi HANDA <handa@etl.go.jp> | |
3960 | |
3961 * ps-mule.el (ps-multibyte-buffer): Doc-string modified. | |
3962 (ps-mule-font-info-database-default): New variable. | |
3963 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use | |
3964 ps-mule-font-info-database-default. | |
3965 | |
3966 1999-02-12 Dave Love <fx@gnu.org> | |
3967 | |
3968 * timezone.el (timezone-make-date-sortable) | |
3969 (timezone-make-date-arpa-standard): Doc fix. | |
3970 | |
3971 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
3972 | |
3973 * international/quail.el (quail-show-kbd-layout): Bind | |
3974 blink-matching-paren to nil. | |
3975 | |
3976 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field | |
3977 for ASCII and Latin-1. | |
3978 | |
3979 1999-02-12 Andreas Schwab <schwab@gnu.org> | |
3980 | |
3981 * gud.el (jdb): Fix regexp for comint-prompt-regexp. | |
3982 | |
3983 1999-02-12 Kenichi Handa <handa@etl.go.jp> | |
3984 | |
3985 * international/mule-cmds.el (language-info-alist): Remove | |
3986 description about charset-origin-alist. | |
3987 | |
3988 * international/mule.el: Comment added for a new coding system | |
3989 property `charset-origin-alit'. | |
3990 (make-translation-table): This variable deleted. | |
3991 | |
3992 * language/chinese.el (chinese-big5): Add charset-origin-alist | |
3993 property. | |
3994 ("Chinese-CNS"): Remove charset-origin-alist property. | |
3995 | |
3996 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist | |
3997 property. | |
3998 (cyrillic-alternativnyj): Likewise. | |
3999 ("Cyrillic-KOI8"): Remove charset-origin-alist property. | |
4000 ("Cyrillic-ALT"): Likewise. | |
4001 | |
4002 * language/vietnamese.el (vietnamese-viqr): Add | |
4003 charset-origin-alist property. | |
4004 ("Vietnamese"): Remove charset-origin-alist property. | |
4005 | |
4006 * simple.el (what-cursor-position): Don't use the varialbe | |
4007 charset-origin-alist, but use charset-origin-alist property of | |
4008 buffer-file-coding-system to decide external character set code. | |
4009 | |
4010 1999-02-10 Richard Stallman <rms@gnu.org> | |
4011 | |
4012 * shadowfile.el: Don't turn on the mode when the file is loaded. | |
4013 | |
4014 1999-02-09 Richard Stallman <rms@gnu.org> | |
4015 | |
4016 * progmodes/compile.el (compile-auto-highlight): Customize. | |
4017 | |
4018 * add-log.el (add-log-file-name-function): New variable. | |
4019 (add-change-log-entry): Call that function, if non-nil. | |
4020 | |
4021 1999-02-09 Michael Ernst <mernst@alum.mit.edu> | |
4022 | |
4023 * rmail.el (rmail-search): Track match with a marker, not an integer. | |
4024 | |
4025 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4026 | |
4027 * progmodes/compile.el (compilation-setup): Set value of | |
4028 compilation-directory-stack as in compilation-forget-errors. | |
4029 (compile-reinitialize-errors): Bind buffer-undo-list and | |
4030 deactivate-mark. | |
4031 (compilation-forget-errors): Likewise. | |
4032 | |
4033 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com> | |
4034 | |
4035 * textmodes/texinfo.el (texinfo-environment-regexp): Add the | |
4036 def... constructs. | |
4037 | |
4038 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu): | |
4039 Remove calls to sleep-for. | |
4040 | |
4041 1999-02-08 Eli Zaretskii <eliz@gnu.org> | |
4042 | |
4043 * international/codepage.el (cp-coding-system-for-codepage-1): On | |
4044 MS-DOS, use dos-unsupported-char-glyph for characters not | |
4045 supported by the codepage. | |
4046 (cp-make-coding-systems-for-codepage): Likewise. | |
4047 | |
4048 1999-02-08 Andreas Schwab <schwab@gnu.org> | |
4049 | |
4050 * international/mule-util.el (coding-system-list): Don't sort | |
4051 coding-system-list here. | |
4052 | |
4053 * international/mule.el (coding-system-lessp): Moved here from | |
4054 mule-util.el | |
4055 (add-to-coding-system-list): New function. | |
4056 (make-subsidiary-coding-system, make-coding-system, | |
4057 define-coding-system-alias): Use it instead of setting | |
4058 coding-system-list directly. | |
4059 | |
4060 1999-02-07 Dave Love <fx@gnu.org> | |
4061 | |
4062 * calendar/appt.el (appt-make-list): Don't splice quotes and date | |
4063 onto message. | |
4064 | |
4065 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4066 | |
4067 * imenu.el (imenu--last-menubar-index-alist): Add doc. | |
4068 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist. | |
4069 | |
4070 1999-02-06 Richard Stallman <rms@gnu.org> | |
4071 | |
4072 * language/european.el (setup-slovenian-environment): New function. | |
4073 ("Slovenian"): New language environment. | |
4074 | |
4075 * progmodes/sql.el (sql-help): Doc fix. | |
4076 (sql-mysql): Doc fix. | |
4077 | |
4078 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4079 | |
4080 * tex-mode.el: When compiling, require compare-w and skeleton | |
4081 to pacify the byte-compiler. Move the def's of the tex-commands | |
4082 together. Add a comment on kill-process vs. quit-process. | |
4083 | |
4084 1999-02-05 Dave Love <fx@gnu.org> | |
4085 | |
4086 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with | |
4087 null markers. | |
4088 (compile-goto-error): Likewise. | |
4089 | |
4090 1999-02-05 Stephen Gildea <gildea@alum.mit.edu> | |
4091 | |
4092 * time-stamp.el (time-stamp-format): Format doc tighter. | |
4093 (time-stamp-line-limit): 0 searches the entire buffer (careful!). | |
4094 (time-stamp): don't re-write the time stamp if it didn't change. | |
4095 | |
4096 1999-02-05 Alex Schroeder <asc@bsiag.com> | |
4097 | |
4098 * progmodes/sql.el: Changed version to 1.2.1. | |
4099 (sql-pop-to-buffer-after-send-region): Improved documentation. | |
4100 (sql-mysql-program): Added MySQL support. | |
4101 (sql-prompt-length): Made prompt-length configurable. | |
4102 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter. | |
4103 (sql-help): Added MySQL support, changed documentation. | |
4104 (sql-send-region): A message is displayed if something is sent. | |
4105 (sql-mode): Added buffer-local comment-start. | |
4106 (sql-interactive-mode): Use sql-prompt-length to set left-margin. | |
4107 (sql-interactive-mode): Added buffer-local comment-start. | |
4108 (sql-oracle): Set sql-prompt-length. | |
4109 (sql-sybase): Set sql-prompt-length. | |
4110 (sql-mysql): Added MySQL support. | |
4111 (sql-ingres): Set sql-prompt-length. | |
4112 (sql-ms): Set sql-prompt-length. | |
4113 (sql-postgres): Set sql-prompt-length. | |
4114 | |
4115 1999-02-04 Eli Zaretskii <eliz@gnu.org> | |
4116 | |
4117 * term/internal.el (dos-codepage-setup): Set selection coding | |
4118 system to cpNNN-dos. | |
4119 | |
4120 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
4121 | |
4122 * international/characters.el: Let ethiopic use iso-2022-7bit. | |
4123 | |
4124 1999-02-02 Dave Love <fx@gnu.org> | |
4125 | |
4126 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here... | |
4127 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here. | |
4128 | |
4129 1999-02-02 Karl Heuer <kwzh@gnu.org> | |
4130 | |
4131 * terminal.el (terminal-emulator): Doc fix. | |
4132 | |
4133 1999-02-02 Ken'ichi Handa <handa@gnu.org> | |
4134 | |
4135 * international/mule-util.el (compose-chars): Doc-string | |
4136 modified. Correctly handle a composition character in ARGS. | |
4137 | |
4138 1999-02-01 Richard Stallman <rms@gnu.org> | |
4139 | |
4140 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var. | |
4141 (makefile-menu-index-function): Function deleted. | |
4142 (makefile-mode): Use makefile-imenu-generic-expression. | |
4143 | |
4144 1999-02-01 Geoff Voelker <voelker@cs.washington.edu> | |
4145 | |
4146 * term/w32-win.el (w32-create-initial-fontsets): Back out previous | |
4147 change, invoke from before-init-hook. | |
4148 | |
4149 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu> | |
4150 | |
4151 * subr.el (remove-from-invisibility-spec): Cope with the case when | |
4152 buffer-invisibility-spec is t. | |
4153 | |
4154 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu> | |
4155 | |
4156 * calendar/calendar.el (calendar-mode-map): Fix bindings for | |
4157 appt-add and appt-delete. | |
4158 | |
4159 1999-02-01 Eli Zaretskii <eliz@gnu.org> | |
4160 | |
4161 * term/pc-win.el (msdos-approximate-color): New function. | |
4162 (msdos-color-translate): Call it to find a DOS color that best | |
4163 approximates an X-style "#NNNNNN" color specification. | |
4164 | |
4165 1999-02-01 Ken'ichi Handa <handa@gnu.org> | |
4166 | |
4167 * international/mule-util.el (compose-chars-component): Add | |
4168 autoload cookie. | |
4169 | |
4170 1999-01-31 Ken'ichi Handa <handa@gnu.org> | |
4171 | |
4172 * international/quail.el (quail-lookup-key): If cdr of MAP is a | |
4173 function, replace cdr of MAP by the return value of the function | |
4174 unconditionally. | |
4175 | |
4176 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4177 | |
4178 * progmodes/compile.el (compilation-next-error-locus): Don't | |
4179 decrease argument FIND-AT-LEAST of compilation-next-error-locus. | |
4180 | |
4181 1999-01-31 Eli Zaretskii <eliz@gnu.org> | |
4182 | |
4183 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs | |
4184 and NLs before "charset", and allow the charset name be in double | |
4185 quotes. | |
4186 | |
4187 1999-01-31 Richard Stallman <rms@gnu.org> | |
4188 | |
4189 * imenu.el (imenu-sort-function): Fix custom type. | |
4190 | |
4191 1999-01-30 Richard Stallman <rms@gnu.org> | |
4192 | |
4193 * speedbar.el (speedbar-line-token): Match {...} instead of [...]. | |
4194 (speedbar-line-token): Likewise. | |
4195 | |
4196 * play/gametree.el (gametree-default-score): Use defcustom. | |
4197 (gametree-score-regexp, gametree-score-closer): Likewise. | |
4198 (gametree-score-manual-flag, gametree-score-opener): Likewise. | |
4199 | |
4200 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4201 | |
4202 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when | |
4203 decoding. | |
4204 | |
4205 1999-01-29 Markus Rost <rost@gnu.org> | |
4206 | |
4207 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by | |
4208 tex-validate-buffer. | |
4209 (plain-tex-mode, latex-mode, slitex-mode): Likewise. | |
4210 (tex-validate-buffer): Renamed from validate-tex-buffer. Works | |
4211 now with recent occur-mode. | |
4212 (tex-validate-region): Really walk through all Sexps. | |
4213 (tex-region): Bind shell-dirtrack-verbose. | |
4214 (tex-file, tex-bibtex-file): Likewise. | |
4215 | |
4216 1999-01-29 Dave Love <fx@gnu.org> | |
4217 | |
4218 * finder.el: (finder-commentary): Fix interactive spec. Try | |
4219 appending .el to file name. | |
4220 (finder-find-library, finder-commentary): Doc fixes. | |
4221 | |
4222 1999-01-29 Andrew Innes <andrewi@gnu.org> | |
4223 | |
4224 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes | |
4225 where the userid contains directory separators. | |
4226 | |
4227 1999-01-29 Dave Love <fx@gnu.org> | |
4228 | |
4229 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list. | |
4230 (lm-commentary): Doc fix. | |
4231 | |
4232 1999-01-29 Andreas Schwab <schwab@gnu.org> | |
4233 | |
4234 * files.el (file-expand-wildcards): Never consider `.' and `..' a | |
4235 wildcard match. Fix regexp that tests if dirpart contains | |
4236 wildcard characters. | |
4237 | |
4238 1999-01-28 Richard Stallman <rms@gnu.org> | |
4239 | |
4240 * font-lock.el (font-lock-default-unfontify-region): | |
4241 If not font-lock-syntactic-keywords, don't remove syntax-table prop. | |
4242 | |
4243 1999-01-27 Jason Rumney <jasonr@altavista.net> | |
4244 | |
4245 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard | |
4246 from FAMILY field. | |
4247 (w32-create-initial-fontsets): Do not use before-init-hook. | |
4248 (mouse-set-font): Document. Automatically create and use fontsets. | |
4249 | |
4250 * dos-w32.el (direct-print-region-helper): Check for printer | |
4251 being t as well as a string. | |
4252 | |
4253 1999-01-27 Kenichi Handa <handa@etl.go.jp> | |
4254 | |
4255 * mail/rmail.el (rmail-decode-mime-charset): New variable. | |
4256 (rmail-mime-charset-pattern): New variable. | |
4257 (rmail-convert-to-babyl-format): Decode by MIME-charset if | |
4258 rmail-decode-mime-charset is non-nil. | |
4259 | |
4260 1999-01-27 Ken'ichi Handa <handa@gnu.org> | |
4261 | |
4262 * international/characters.el: Set category `q' for all characters | |
4263 in tibetan and tibetan-1-column. | |
4264 | |
4265 1999-01-27 Andrew Innes <andrewi@gnu.org> | |
4266 | |
4267 * frame.el (select-frame-by-name): Obey focus-follows-mouse. | |
4268 (select-frame-by-name) [windows-nt]: Use w32-focus-frame. | |
4269 | |
4270 1999-01-27 Dave Love <fx@gnu.org> | |
4271 | |
4272 * international/mule-cmds.el (current-language-environment): | |
4273 Provide :link, :type (choices) and appropriate :get. | |
4274 | |
4275 1999-01-27 Eli Zaretskii <eliz@gnu.org> | |
4276 | |
4277 * startup.el (command-line): Set default eol-mnemonic-* strings to | |
4278 display end-of-line format in mode line. | |
4279 | |
4280 * cus-start.el (all): Add eol-mnemonic-* variables. | |
4281 | |
4282 1999-01-26 Dave Love <fx@gnu.org> | |
4283 | |
4284 * startup.el (command-line-1): Up-date copyright. | |
4285 | |
4286 * paths.el (Info-default-directory-list): Use configdir twice. | |
4287 | |
4288 * info.el (Info-directory-list): Don't set path-separator now | |
4289 we're not shipped with Texinfo. Simplify path definition. | |
4290 Substitute all occurrences of instdir in Info-default-directory-list. | |
4291 | |
4292 1999-01-25 Richard Stallman <rms@gnu.org> | |
4293 | |
4294 * startup.el (normal-top-level-add-subdirs-to-load-path): | |
4295 Record the inode numbers of the dirs processed, to avoid loop. | |
4296 | |
4297 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
4298 | |
4299 1999-01-25 Dave Love <fx@gnu.org> | |
4300 | |
4301 * browse-url.el (browse-url-netscape-program): Doc addition. | |
4302 | |
4303 * help.el (help-make-xrefs): Default info references to an `(emacs)' | |
4304 prefix. | |
4305 | |
4306 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see | |
4307 auto-mode-alist. | |
4308 | |
4309 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
4310 | |
4311 * calendar/diary-lib.el (mark-diary-entries): Use | |
4312 assoc-ignore-case and do not capitalize when matching month and | |
4313 day names. | |
4314 | |
4315 * calendar/calendar.el (calendar-read-date): Ditto. | |
4316 | |
4317 * calendar/cal-hebrew.el (calendar-goto-hebrew-date) | |
4318 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto. | |
4319 | |
4320 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto. | |
4321 | |
4322 * calendar/cal-french.el (calendar-goto-french-date): Ditto. | |
4323 | |
4324 * calendar/cal-islam.el (calendar-goto-islamic-date) | |
4325 (mark-islamic-diary-entries): Ditto. | |
4326 | |
4327 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto. | |
4328 | |
4329 * calendar/cal-mayan.el (calendar-read-mayan-haab-date) | |
4330 (calendar-read-mayan-tzolkin-date): Ditto. | |
4331 | |
4332 * calendar/cal-persia.el (persian-prompt-for-date): Ditto. | |
4333 | |
4334 1999-01-22 Michael Ernst <mernst@alum.mit.edu> | |
4335 | |
4336 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker. | |
4337 | |
4338 1999-01-25 Karl Heuer <kwzh@gnu.org> | |
4339 | |
4340 * faces.el (list-faces-display): Multiline case of previous fix. | |
4341 | |
4342 1999-01-25 Andreas Schwab <schwab@gnu.org> | |
4343 | |
4344 * mail/mailalias.el (mail-complete-alist): Use alist as customize type. | |
4345 | |
4346 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu> | |
4347 | |
4348 * files.el (find-file): If find-file-noselect returns a list, | |
4349 do switch-to-buffer on each element. | |
4350 (find-file-other-window): Likewise for all but the first element. | |
4351 (find-file-other-frame): Same. | |
4352 (find-file-noselect): When we expand a wildcard, return a list | |
4353 of buffers. | |
4354 | |
4355 1999-01-24 Eli Zaretskii <eliz@gnu.org> | |
4356 | |
4357 * term/internal.el (dos-codepage-setup): Call prefer-coding-system | |
4358 to set the appropriate cpNNN-dos coding system as the | |
4359 highest-priority coding system. | |
4360 | |
4361 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
4362 | |
4363 * international/fontset.el (generate-fontset-menu): Return a | |
4364 sorted list by plain names of fontsets. | |
4365 | |
4366 * international/mule-diag.el (list-fontsets): Sort fontsets by | |
4367 plain names. | |
4368 | |
4369 * language/tibet-util.el (tibetan-vertical-stacking): If the arg | |
4370 FIRST is a composite character, decompose it at first. | |
4371 | |
4372 1999-01-23 Dave Love <fx@gnu.org> | |
4373 | |
4374 * format.el: Doc fixes. | |
4375 (format-encode-run-method): Have things happen in the right buffer. | |
4376 Deal with errors from method. Set coding-system-for-write. | |
4377 (format-decode-run-method): Have things happen in the right buffer. | |
4378 Deal with errors from method. Set coding-system-for-read. | |
4379 (format-alist): Use nil instead of unmatchable regexps. | |
4380 | |
4381 * simple.el (shell-command-on-region): Return command's exit status. | |
4382 | |
4383 1999-01-23 Eric Ludlam <zappo@gnu.org> | |
4384 | |
4385 * speedbar.el (speedbar-item-info-file-helper): Add optional arg | |
4386 of the file whose info we want to display. | |
4387 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize. | |
4388 (speedbar-add-mode-functions-list) Improve doc. | |
4389 (speedbar-line-token) New function. | |
4390 (speedbar-dired) Fix order of directories in -shown-directories. | |
4391 (speedbar-line-path): Default return is default-directory | |
4392 (speedbar-buffers-line-path): Return is dir name only. | |
4393 (speedbar-mode-functions-list): New variable. | |
4394 (speedbar-mouse-item-info): Rewrote to be a replaceable fn. | |
4395 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper | |
4396 speedbar-files-item-info speedbar-buffers-item-info): New functions. | |
4397 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list): | |
4398 New functions. | |
4399 (speedbar-line-file): Broke out part that fetches file from a line. | |
4400 (speedbar-line-text): New function extracted from speedbar-line-file. | |
4401 (speedbar-line-path): Converted into a replaceable function. | |
4402 (speedbar-files-line-path, speedbar-buffers-line-path): New functions. | |
4403 | |
4404 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
4405 | |
4406 * international/fontset.el (create-fontset-from-x-resource): Make | |
4407 style variants. | |
4408 | |
4409 1999-01-22 Dave Love <fx@gnu.org> | |
4410 | |
4411 * paths.el (Info-default-directory-list): Put sysdir after start. | |
4412 | |
4413 1999-01-22 Sam Steingold <sds@goems.com> | |
4414 | |
4415 * midnight.el (clean-buffer-list): do not kill a buffer if it has | |
4416 a process associated with it. | |
4417 | |
4418 1999-01-22 Jason Rumney <jasonr@altavista.net> | |
4419 | |
4420 * term/w32-win.el (w32-standard-fontset-spec): Simplified. | |
4421 | |
4422 1999-01-22 Felix Lee <flee@cygnus.com> | |
4423 | |
4424 * vc.el (vc-annotate-display): Delete old overlays. Fix check for | |
4425 major-mode. | |
4426 (vc-annotate-mode): Delete variable. | |
4427 | |
4428 1999-01-22 Andrew Innes <andrewi@gnu.org> | |
4429 | |
4430 * startup.el (command-line): [windows-nt]: Check for existence of | |
4431 .emacs file so as to notice .emacs.el or .emacs.elc and use them | |
4432 in preference to _emacs. | |
4433 | |
4434 1999-01-22 Dave Love <fx@gnu.org> | |
4435 | |
4436 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref. | |
4437 | |
4438 1999-01-20 Richard Stallman <rms@gnu.org> | |
4439 | |
4440 * files.el (find-file-noselect): Do wildcard processing only | |
4441 if new arg WILDCARDS is non-nil. | |
4442 (find-file, find-file-other-window): New arg WILDCARDS. | |
4443 Default it to non-nil if interactive. | |
4444 (find-file-other-frame): Likewise. | |
4445 (find-file-read-only): Likewise. | |
4446 (find-file-read-only-other-window): Likewise. | |
4447 (find-file-read-only-other-frame): Likewise. | |
4448 | |
4449 * wid-edit.el (widget-alist-convert-option): Delete spurious comma. | |
4450 (widget-plist-convert-option): Delete spurious comma. | |
4451 | |
4452 1999-01-19 Jason Rumney <jasonr@altavista.net> | |
4453 | |
4454 * term/w32-win.el (w32-standard-fontspec-spec): Change | |
4455 iso8859-5 to koi8-r. Add iso8859-9. | |
4456 | |
4457 1999-01-19 Dave Love <fx@gnu.org> | |
4458 | |
4459 * browse-url.el (browse-url-maybe-new-window): Delete macro and | |
4460 its uses. | |
4461 | |
4462 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark | |
4463 is active. | |
4464 (fortran-indent-subprogram): Likewise. | |
4465 | |
4466 1999-01-19 Dave Love <d.love@dl.ac.uk> | |
4467 | |
4468 * paths.el (Info-default-directory-list): Perhaps add /usr/info. | |
4469 | |
4470 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
4471 | |
4472 * wid-edit.el (alist): Use sexp as default key-type. | |
4473 | |
4474 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4475 | |
4476 * textmodes/tex-mode.el (tex-define-common-keys): | |
4477 Remove key binding of tex-feed-input. | |
4478 (tex-mode-map): Bind tex-feed-input here. | |
4479 (tex-start-shell): Use compilation-shell-minor-mode. Set | |
4480 comint-input-filter-functions before running tex-shell-hook. | |
4481 (tex-start-tex): Forget compilation errors. | |
4482 (tex-compilation-parse-errors): Rewritten to work also with | |
4483 compile-mouse-goto-error and compile-goto-error. Adjusted to | |
4484 change in tex-region. | |
4485 (tex-region): For the temp file use file-name without directory. | |
4486 (tex-file): Expand file name of tex-print-file. | |
4487 | |
4488 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4489 | |
4490 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call. | |
4491 | |
4492 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no> | |
4493 | |
4494 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid | |
4495 beginning could cause Emacs to hang. Fixed. | |
4496 | |
4497 1999-01-18 Ken'ichi Handa <handa@gnu.org> | |
4498 | |
4499 * international/ccl.el (ccl-compile-translate-character): Handle | |
4500 the case that a tranlation table is CCL register correctly. | |
4501 | |
4502 * international/mule-cmds.el (select-safe-coding-system): | |
4503 Hightlight at most 256 characters. | |
4504 | |
4505 1999-01-18 Dave Love <fx@gnu.org> | |
4506 | |
4507 * startup.el (command-line): If the init file changes operation to | |
4508 unibyte, make all buffers unibyte and re-set language environment. | |
4509 | |
4510 * disp-table.el (standard-display-european): Make all existing | |
4511 buffers unibyte. Fix doc. | |
4512 | |
4513 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
4514 | |
4515 * wid-edit.el (coding-system): Define this unconditionally. | |
4516 | |
4517 * simple.el (shell-command-on-region-default-error-buffer): New var. | |
4518 (shell-command-on-region): Use that variable as interactive | |
4519 value of ERROR-BUFFER argument. | |
4520 | |
4521 1999-01-17 Sam Steingold <sds@goems.com> | |
4522 | |
4523 * mail/rmail.el (rmail-quit): run `rmail-quit-hook'. | |
4524 | |
4525 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4526 | |
4527 * progmodes/compile.el (compilation-goto-locus): If already in the | |
4528 compilation buffer's window, keep it in that window. | |
4529 (compile-mouse-goto-error): Add Doc. Don't play with windows. | |
4530 (compile-goto-error): Don't play with windows. | |
4531 | |
4532 * textmodes/tex-mode.el (latex-run-command): Doc fix. | |
4533 (tex-command): Doc fix. | |
4534 (tex-compilation-parse-errors): Doc fix. | |
4535 (tex-generate-zap-file-name): Don't start the name with -. | |
4536 (tex-expand-files): Works now also with strings ending with ":". | |
4537 | |
4538 1999-01-17 Ian T Zimmerman <itz@transbay.net> | |
4539 | |
4540 Patch failed to install: | |
4541 * gametree.el: Document scoring functionality. | |
4542 (gametree-score-regexp): Add optional plus sign. | |
4543 (gametree-score-opener): Replace `:' with `=' as the former | |
4544 conflicts with gametree-half-ply-regexp. | |
4545 (gametree-transpose-following-leaves): Add. | |
4546 (gametree-insert-new-leaf): Make modifying commands barf in read | |
4547 only buffers. | |
4548 (gametree-break-line-here): Add a call to | |
4549 `gametree-transpose-following-leaves'. This maintains the | |
4550 necessary invariant that on each level all leaf children precede | |
4551 all nonleaf children. This has always been implied, but left to | |
4552 the user, and, unfortunately, undocumented. | |
4553 | |
4554 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
4555 | |
4556 * wid-edit.el (plist, alist): New widget types. | |
4557 | |
4558 1999-01-17 Dave Love <fx@gnu.org> | |
4559 | |
4560 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and | |
4561 fix scope of condition-case therein. | |
4562 | |
4563 1999-01-17 Andrew Innes <andrewi@gnu.org> | |
4564 | |
4565 * dos-w32.el: (find-buffer-file-type-coding-system): Use | |
4566 default-buffer-file-coding-system when file doesn't exist (and | |
4567 isn't covered by a special case) instead of forcing undecided-dos | |
4568 against the user's wishes. | |
4569 | |
4570 * dos-w32.el (direct-print-region-helper): New function based on | |
4571 direct-print-region-function; sends data to specified printer port | |
4572 without further translation. Recognize and handle specially the | |
4573 standard `print' and `nprint' programs, as well as `lpr' and | |
4574 similar programs. Only write directly to the printer port if no | |
4575 print program is specified. Work around a bug in Windows 9x | |
4576 affecting Win32 version of Emacs by invoking command.com to write | |
4577 to the printer port instead of writing directly. | |
4578 (direct-print-region-function): Use direct-print-region-helper to | |
4579 do most of the work. | |
4580 (direct-ps-print-region-function): New function; analogue of | |
4581 direct-print-region-function for ps-print. | |
4582 (ps-lpr-command): Comment out setq; leave as example usage. | |
4583 (ps-lpr-switches): Ditto. | |
4584 | |
4585 * lpr.el: (printer-name): Update docstring about usage on MS-DOS | |
4586 and MS-Windows. | |
4587 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on | |
4588 DOS and Windows platforms, to indicate direct printing. Update | |
4589 the docstring accordingly. | |
4590 | |
4591 * ps-print.el: (ps-printer-name): Update docstring about usage on | |
4592 MS-DOS and MS-Windows. | |
4593 (ps-lpr-command): Update docstring as for lpr-command. | |
4594 (ps-print-region-function): New variable. | |
4595 (ps-do-despool): Use it. | |
4596 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for | |
4597 DOS/Windows. | |
4598 | |
4599 * subr.el (subst-char-in-string): New function. | |
4600 | |
4601 1999-01-17 Eli Zaretskii <eliz@gnu.org> | |
4602 | |
4603 * international/codepage.el (cp852-decode-table): Fill a nil entry. | |
4604 | |
4605 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename. | |
4606 (bdf-find-font-info): New function, looks for the first readable | |
4607 file from a list of alternatives. | |
4608 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info | |
4609 instead of bdf-get-font-info. | |
4610 (bdf-generate-glyphs): If font-name is a cons cell, pass its car | |
4611 to ps-mule-generate-bitmap-glyph. | |
4612 | |
4613 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative | |
4614 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can | |
4615 now be a list of alternative names. | |
4616 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car. | |
4617 (ps-mule-prepare-font): Likewise. | |
4618 | |
4619 * international/codepage.el (cp855-decode-table, | |
4620 cp850-decode-table): Fill some nil entries. | |
4621 | |
4622 1999-01-16 Dave Love <fx@gnu.org> | |
4623 | |
4624 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert | |
4625 last change. | |
4626 | |
4627 1999-01-15 Dave Love <fx@gnu.org> | |
4628 | |
4629 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions | |
4630 and change regexp for command names. | |
4631 (help-xref-go-back, function-called-at-point, symbol-file) | |
4632 (where-is): Doc fixes. | |
4633 (help-xref-go-back): Remove interactive spec. | |
4634 (describe-function-1): Fix message for alias. Buttomize alias | |
4635 name. | |
4636 | |
4637 * simple.el (join-line): New alias. | |
4638 | |
4639 1999-01-15 Johan Vromans <jvromans@squirrel.nl> | |
4640 | |
4641 * forms.el: (forms--show-record): Convert integers to string | |
4642 expicitly since concat will no longer accept integers. | |
4643 (forms-print): Use local `total-nb-records' since | |
4644 `forms--total-records' will be inaccessible after buffer switching. | |
4645 | |
4646 1998-01-14 Felix Lee <flee@cygnus.com> | |
4647 | |
4648 * textmodes/flyspell.el (make-flyspell-overlay): fix front stickiness. | |
4649 | |
4650 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
4651 | |
4652 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change. | |
4653 | |
4654 1999-01-14 Eli Zaretskii <eliz@gnu.org> | |
4655 | |
4656 * international/codepage.el (cp850-decode-table): Fix previous change. | |
4657 | |
4658 1999-01-14 Simon Marshall <simon@gnu.org> | |
4659 | |
4660 * shell.el (shell-dirtrack-verbose): New custom variable. | |
4661 (shell-dirstack-message): Use it. | |
4662 | |
4663 1999-01-14 Kenichi Handa <handa@etl.go.jp> | |
4664 | |
4665 * international/mule-conf.el: Coding system alias `dos' for | |
4666 `undecided-dos', `mac' for `undecided-mac'. | |
4667 | |
4668 * international/mule-cmds.el (describe-language-environment): | |
4669 Don't alter input-method-alist. | |
4670 | |
4671 1999-01-13 Eli Zaretskii <eliz@gnu.org> | |
4672 | |
4673 * international/codepage.el (cp850-decode-table): Replace nil | |
4674 entries with codes of similary looking glyphs. (Suggested by | |
4675 Jason Rumney <jasonr@altavista.net>.) | |
4676 | |
4677 1999-01-13 Dave Love <fx@gnu.org> | |
4678 | |
4679 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise". | |
4680 | |
4681 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change. | |
4682 | |
4683 1999-01-12 Karl Heuer <kwzh@gnu.org> | |
4684 | |
4685 * files.el (auto-save-hook): Defvar this. | |
4686 | |
4687 1999-01-12 Alex Schroeder <asc@bsiag.com> | |
4688 | |
4689 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock | |
4690 faces, eliminating the need to load font-lock before loading sql. | |
4691 (sql-mode-oracle-font-lock-keywords): Likewise. | |
4692 (sql-mode-postgres-font-lock-keywords): Likewise. | |
4693 | |
4694 1999-01-11 Dave Love <fx@gnu.org> | |
4695 | |
4696 * cus-start.el: Add inhibit-eol-conversion. | |
4697 | |
4698 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap | |
4699 the values round. | |
4700 | |
4701 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu> | |
4702 | |
4703 * help.el (help-mode-finish): Renamed from help-mode-maybe. | |
4704 Don't switch to Help mode here. | |
4705 (temp-buffer-setup-hook): Use help-mode-finish. | |
4706 (help-mode-setup): New function. | |
4707 (temp-buffer-setup-hook): Use help-mode-setup. | |
4708 | |
4709 * progmodes/sql.el: New file. | |
4710 | |
4711 * files.el (auto-mode-alist): Add sql-mode. | |
4712 | |
4713 * faces.el (list-faces-display): Improve the formatting | |
4714 by computing the maximum length required for any face-name. | |
4715 | |
4716 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4717 | |
4718 * progmodes/compile.el (compilation-shell-minor-mode): New function. | |
4719 | |
4720 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu> | |
4721 | |
4722 * term.el (term_send_home): Change the string to | |
4723 be the same as the one emitted by xterm and consistent with the | |
4724 ones emitted by prior and next. | |
4725 (term_send_end): Likewise. | |
4726 | |
4727 1999-01-10 Dave Love <fx@gnu.org> | |
4728 | |
4729 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse | |
4730 bindings. | |
4731 | |
4732 1999-01-10 Eli Zaretskii <eliz@gnu.org> | |
4733 | |
4734 * international/codepage.el (codepage-setup): Doc fix. | |
4735 (cp-decoding-vector-for-codepage): Likewise. | |
4736 | |
4737 1999-01-10 Markus Rost <rost@gnu.org> | |
4738 | |
4739 * cus-edit.el (custom-save-delete): First scan the custom-file. | |
4740 | |
4741 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
4742 | |
4743 * international/iso-transl.el: Define a "function name" for | |
4744 each translation that isn't ASCII. Use these function names | |
4745 in iso-transl-char-map. | |
4746 | |
4747 1999-01-08 Kenichi Handa <handa@etl.go.jp> | |
4748 | |
4749 * international/mule-util.el (decompose-region): Do decomposition | |
4750 on temporary unibyte buffer. | |
4751 | |
4752 * international/mule.el (make-char): Doc-string modified. | |
4753 | |
4754 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
4755 | |
4756 * simple.el (comment-region): Delete spaces only if we | |
4757 deleted a comment starter. | |
4758 | |
4759 1999-01-07 Dave Love <fx@gnu.org> | |
4760 | |
4761 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix. | |
4762 | |
4763 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom | |
4764 like eval-defun does. | |
4765 | |
4766 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark]. | |
4767 | |
4768 * generic.el: Re-write `(make-variable-buffer-local (defvar ...' | |
4769 constructions. Doc fixes. | |
4770 (generic-create-generic-function): Use defalias, not fset. | |
4771 | |
4772 * find-func.el: More doc fixes. | |
4773 | |
4774 1999-01-06 Stephen Eglen <stephen@gnu.org> | |
4775 | |
4776 * files.el (save-buffers-kill-emacs): Show the list of current | |
4777 processes before prompting to kill them and exit. | |
4778 | |
4779 1999-01-06 Dave Love <fx@gnu.org> | |
4780 | |
4781 * emacs-lisp/find-func.el: Doc fixes. | |
4782 (find-function-regexp): Extend for define-generic-mode, | |
4783 define-derived-mode, easy-mmode-define-minor-mode. | |
4784 | |
4785 1999-01-06 Dave Love <fx@gnu.org> | |
4786 | |
4787 * progmodes/fortran.el (fortran-window-create): Account for scroll | |
4788 bar width. | |
4789 | |
4790 * browse-url.el: Require (noerror) w3-auto when compiling. | |
4791 (browse-url-maybe-new-window): Make it a macro and revert last | |
4792 change to callers. | |
4793 (browse-url-w3): Require w3 for w3-fetch-other-window. | |
4794 | |
4795 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4796 | |
4797 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the | |
4798 argument. | |
4799 | |
4800 1999-01-06 Simon Marshall <simon@gnu.org> | |
4801 | |
4802 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix. | |
4803 | |
4804 * font-lock.el (font-lock-default-fontify-buffer): When using | |
4805 with-temp-message, use nil rather than current-message. | |
4806 | |
4807 * lazy-lock.el (lazy-lock-unstall): | |
4808 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil | |
4809 rather than current-message. | |
4810 | |
4811 * fast-lock.el (fast-lock-save-cache-1): | |
4812 (fast-lock-cache-data): When using with-temp-message, use nil rather | |
4813 than current-message. | |
4814 | |
4815 1999-01-06 Eli Zaretskii <eliz@gnu.org> | |
4816 | |
4817 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
4818 the valid-codes property. | |
4819 | |
4820 * international/mule-cmds.el (prefer-coding-system): Call | |
4821 set-coding-priority, so that the internal array of priorities is | |
4822 also updated. | |
4823 | |
4824 * international/mule-util.el: | |
4825 (coding-system-change-eol-conversion, | |
4826 coding-system-change-text-conversion): Don't define here. | |
4827 | |
4828 * international/mule-cmds.el: Define them here. Remove the | |
4829 autoload cookies. | |
4830 | |
4831 1999-01-06 Andreas Schwab <schwab@gnu.org> | |
4832 | |
4833 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled | |
4834 if it was enabled before. | |
4835 | |
4836 * view.el (View-revert-buffer-scroll-page-forward): Bind | |
4837 view-scroll-auto-exit instead of obsolete view-mode-auto-exit. | |
4838 | |
4839 * files.el (recover-session): Preserve point when inserting | |
4840 explanation. | |
4841 | |
4842 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu> | |
4843 | |
4844 * cus-edit.el (custom-save-delete): Don't delete whitespace | |
4845 and comments before the sexp that is replaced. | |
4846 | |
4847 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
4848 | |
4849 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error. | |
4850 | |
4851 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
4852 | |
4853 * vc.el (vc-dired-hook): Use the original value of | |
4854 dired-move-to-filename-regexp on lines that have not been | |
4855 reformatted yet. | |
4856 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the | |
4857 file lines have already been reformatted. | |
4858 | |
4859 1999-01-05 Dave Love <fx@gnu.org> | |
4860 | |
4861 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search | |
4862 buffer-local. | |
4863 | |
4864 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se> | |
4865 | |
4866 * progmodes/f90.el: Change of regular expressions for type to | |
4867 correct highlighting and identation. Some small fixes for | |
4868 compatibility with XEmacs. | |
4869 | |
4870 1999-01-05 Stephen Eglen <stephen@gnu.org> | |
4871 | |
4872 * mspools.el (mspools-vm-system-mail): Provide an alternative | |
4873 value based on rmail-spool-directory if $MAIL is not defined. | |
4874 | |
4875 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl> | |
4876 | |
4877 * textmodes/reftex.el (reftex-section-levels): Allow negative levels. | |
4878 (reftex-section-info): Handle negative section levels. | |
4879 (reftex-view-crossref-extra): New option. | |
4880 (reftex-view-crossref): Generalized to work in more places. | |
4881 (reftex-find-citation-regexp-format, reftex-find-reference-format, | |
4882 reftex-macros-with-labels, reftex-global-search-marker): New variables. | |
4883 (reftex-view-cite-locations-from-bibtex): New command. | |
4884 (reftex-view-regexp-match, reftex-global-search, | |
4885 reftex-global-search-continue): New functions. | |
4886 (reftex-extract-bib-entries): No error for non-existing BibTeX | |
4887 file, just a message. | |
4888 (reftex-extract-bib-entries): Better error handling. | |
4889 (reftex-select-with-char): Use `*RefTeX Select*' for selection | |
4890 help and force it on current frame. | |
4891 (reftex-default-bibliography): New function. | |
4892 (reftex-access-parse-file): Check consistency after loading a | |
4893 parse file. When inconsistent, enfore rescan. | |
4894 (reftex-check-parse-consistency): New function. | |
4895 (easy-menu-define): Options section drastically shortened. | |
4896 | |
4897 1999-01-05 Kenichi Handa <handa@etl.go.jp> | |
4898 | |
4899 * language/thai-util.el (thai-compose-string): New function. | |
4900 | |
4901 1999-01-04 Inge Frick <inge@nada.kth.se> | |
4902 | |
4903 * easymenu.el (easy-menu-define): Doc fix. | |
4904 (easy-menu-create-menu): New keyword :included. | |
4905 (easy-menu-do-add-item): New keyword :included. SUFFIX may | |
4906 be an expression, not only a string. Simulate style `button'. | |
4907 Use easy-menu-define-key-intern instead of easy-menu-define-key. | |
4908 (easy-menu-define-key-intern): New function. | |
4909 (easy-menu-add-item): Understand value returned from | |
4910 easy-menu-item-present-p and easy-menu-remove-item. | |
4911 (easy-menu-return-item): New function. | |
4912 (easy-menu-item-present-p, easy-menu-remove-item): Use it. | |
4913 | |
4914 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu> | |
4915 | |
4916 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
4917 Use rmail-output-read-rmail-file-name to read the file name. | |
4918 Always call rmail-output-to-rmail-file noninteractively. | |
4919 When count > 1, do the loop here. | |
4920 Handle rmail-delete-after-output here. | |
4921 (rmail-summary-output): Similar changes. | |
4922 | |
4923 * mail/rmailout.el: Provide `rmailout'. | |
4924 (rmail-output-read-rmail-file-name): New function. | |
4925 (rmail-output-to-rmail-file): Use that. | |
4926 (rmail-output-read-file-name): New function. | |
4927 (rmail-output): Use that. | |
4928 | |
4929 * files.el (find-file-noselect): Let /: suppress wildcard matching. | |
4930 Error if wildcard matches no files. | |
4931 | |
4932 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu> | |
4933 | |
4934 * menu-bar.el (clipboard-yank): Doc fix. | |
4935 | |
4936 * info.el (Info-insert-dir): Chase symlinks for file-attributes. | |
4937 | |
4938 1998-12-31 Markus Rost <rost@delysid.gnu.org> | |
4939 | |
4940 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo. | |
4941 | |
4942 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk> | |
4943 | |
4944 * rmail.el (rmail-encode-string): Make sure mask value is | |
4945 positive; (emacs-pid) returns a negative number on Windows 9x | |
4946 which causes odd behaviour. | |
4947 | |
4948 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org> | |
4949 | |
4950 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS, | |
4951 and about w32-* variables unless on Windows/NT. | |
4952 | |
4953 1998-12-31 Boris Goldowsky <boris@alum.mit.edu> | |
4954 | |
4955 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only | |
4956 if buffer is modified; ask about all modified buffers. | |
4957 | |
4958 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
4959 | |
4960 * simple.el (what-cursor-position): Fix previous change. | |
4961 | |
4962 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu> | |
4963 | |
4964 * mail/sendmail.el (mail-mode): Eliminate ambiguous match | |
4965 from paragraph-start. | |
4966 | |
4967 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org> | |
4968 | |
4969 * international/mule-cmds.el (prefer-coding-system): If the | |
4970 argument requires specific EOL conversion type, make the default | |
4971 coding systems use that. | |
4972 | |
4973 1998-12-30 Drew Csillag <drew_csillag@geocities.com> | |
4974 | |
4975 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer): | |
4976 Use shell-command-on-region. | |
4977 (m4-start-m4, m4-end-m4): Functions deleted. | |
4978 | |
4979 1998-12-30 Michael Ernst <mernst@alum.mit.edu> | |
4980 | |
4981 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout. | |
4982 | |
4983 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4984 | |
4985 * browse-url.el (browse-url-mail): Give argument SEND-ACTION | |
4986 to compose-mail in the correct places and as a list. | |
4987 | |
4988 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp> | |
4989 | |
4990 * page-ext.el: Added mouse-selection feature for pages directory buffer. | |
4991 (pages-directory-map): Bind mouse-2 | |
4992 (pages-copy-header-and-position): Put text property. | |
4993 (pages-directory-goto-with-mouse): New function. | |
4994 | |
4995 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org> | |
4996 | |
4997 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
4998 Doc fix. | |
4999 (cp-coding-system-for-codepage-1): Likewise. | |
5000 | |
5001 1998-12-29 Kenichi Handa <handa@etl.go.jp> | |
5002 | |
5003 * language/thai-util.el (thai-post-read-conversion): Handle Thai | |
5004 composition sequence correctly here instead of calling | |
5005 thai-compose-region. | |
5006 | |
5007 * textmodes/fill.el (fill-region-as-paragraph): While deleting a | |
5008 newline in multibyte buffer, if previous or next character is a | |
5009 composite char, check the first component of the composite char. | |
5010 | |
5011 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org> | |
5012 | |
5013 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer | |
5014 and track-mouse. | |
5015 | |
5016 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5017 | |
5018 * mail/sendmail.el (mail-yank-original): Remove text properties | |
5019 after insertion. | |
5020 (mail-yank-region): Barf if no mark is set in the message | |
5021 being replied to. | |
5022 | |
5023 * help.el (function-called-at-point): First look for function at point. | |
5024 | |
5025 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5026 | |
5027 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage. | |
5028 | |
5029 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5030 | |
5031 * simple.el (what-cursor-position): Print character encoding also. | |
5032 | |
5033 1998-12-26 Dave Love <fx@gnu.org> | |
5034 | |
5035 * textmodes/flyspell.el: If local-maps work, don't put | |
5036 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB | |
5037 in flyspell-mouse-map (only). | |
5038 (flyspell-use-local-map): New variable. | |
5039 Use a different mouse-2 binding in that case, | |
5040 and don't add to minor-mode-map-alist. | |
5041 (make-flyspell-overlay, flyspell-correct-word): | |
5042 Test flyspell-use-local-map. | |
5043 | |
5044 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5045 | |
5046 * files.el (file-expand-wildcards): Handle wildcards in directory name. | |
5047 Be careful about whether to return a relative file name, | |
5048 and if so, relative to what directory. | |
5049 | |
5050 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5051 | |
5052 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
5053 Change global map only if this menu exists in the global map already, | |
5054 and not in the local map. | |
5055 (easy-menu-do-add-item): Fix error message. | |
5056 | |
5057 * foldout.el (foldout-inhibit-key-bindings): | |
5058 Avoid concatenating onto outline-minor-mode-prefix. | |
5059 Make a new keymap for that prefix, if it does not already have one. | |
5060 | |
5061 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu> | |
5062 | |
5063 * cperl-mode.el: | |
5064 Can use linear algorithm for indentation if Emacs supports it. | |
5065 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp. | |
5066 (cperl-after-block-p): Likewise. | |
5067 (cperl-after-block-and-statement-beg): Likewise. | |
5068 (cperl-after-block-p): After END/BEGIN we are a block. | |
5069 (cperl-after-expr-p): Skip labels when checking | |
5070 (cperl-indent-region): Make a marker for END - text added/removed. | |
5071 Disable hooks during the call (how to call them later?). | |
5072 Now indents 820-line-long function in 6.5 sec (including | |
5073 syntaxification) the first time (when buffer has few | |
5074 properties), 7.1 sec the second time. | |
5075 (cperl-indent-region): Do not indent whitespace lines | |
5076 (cperl-style-alist) | |
5077 Include `cperl-merge-trailing-else' where the value is clear. | |
5078 (cperl-styles-entries): Likewise. | |
5079 (cperl-problems): Improvements to docs. | |
5080 (cperl-tips): Likewise. | |
5081 (cperl-non-problems): Likewise. | |
5082 (cperl-mode): Make lazy syntaxification possible. | |
5083 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30). | |
5084 `font-lock-unfontify-region-function' was set to a wrong function. | |
5085 | |
5086 (cperl-find-pods-heres): Safe a position in buffer where it is safe to | |
5087 restart syntaxification. Changed so that -d ?foo? is a RE. Do | |
5088 not warn on `=cut' if doing a chunk only. 1 << 6 was OK, | |
5089 but 1<<6 was considered as HERE-doc. | |
5090 <file/glob> made into a string. | |
5091 Postpone addition of faces after syntactic step. | |
5092 Recognition of <FH> was wrong. | |
5093 Highlight `gem' in s///gem as a keyword. `qr' recognized. | |
5094 Knows that split// is null-RE. | |
5095 Highlights separators in 3-parts expressions as labels. | |
5096 <> was considered as a glob. | |
5097 Would err if the last line is `=head1'. | |
5098 $a-1 ? foo : bar; was a considered a regexp. | |
5099 `<< (' was considered a start of HERE-doc. | |
5100 mark qq[]-etc sections as syntax-type=string | |
5101 Was not processing sub protos after a comment ine. | |
5102 Was treating $a++ <= 5 as a glob. | |
5103 Tolerate unfinished REx at end-of-buffer. | |
5104 `unwind-protect' was left commented. | |
5105 / and ? after : start a REx. | |
5106 | |
5107 (cperl-syntaxify-by-font-lock): Set to t, should be safe now. | |
5108 Better default, customizes to `message' too, off in text-mode. | |
5109 | |
5110 (cperl-array-face): Renamed from `font-lock-emphasized-face', | |
5111 `defface'd. | |
5112 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'. | |
5113 `defface'd. | |
5114 (cperl-emacs-can-parse): New state variable. | |
5115 (cperl-indent-line): Corrected to use global state. | |
5116 (cperl-calculate-indent): Likewise. | |
5117 (cperl-fix-line-spacing): Likewise (not used yet). | |
5118 (cperl-calculate-indent): Did not consider `,' as | |
5119 continuation mark for statements. | |
5120 (cperl-calculate-indent): Avoid parse-data optimization at toplevel. | |
5121 Remove another parse-data optimization at toplevel: would | |
5122 indent correctly. | |
5123 Correct for labels when calculating indentation of continuations. | |
5124 Docstring updated. | |
5125 (cperl-choose-color): Converted to a function (to be | |
5126 compilable in text-mode). | |
5127 (cperl-dark-background): Disable without window-system. | |
5128 Do `defface' only if window-system. | |
5129 (cperl-fix-line-spacing): sped up to bail out early. | |
5130 (x-color-defined-p): was not compiling on XEmacs | |
5131 Was defmacro'ed with a tick. Remove another def. | |
5132 (cperl-clobber-lisp-bindings): if set, C-c variants are the old ones | |
5133 (cperl-unwind-to-safe): New function. | |
5134 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position. | |
5135 (cperl-fontify-syntaxically): Unwinds start and end to go out of | |
5136 long strings (not very successful). | |
5137 (cperl-forward-re): Highlight the trailing / in s/foo// as string. | |
5138 Highlight the starting // in s//foo/ as function-name. | |
5139 Emit a meaningful error instead of a cryptic one for an | |
5140 uncomplete REx near end-of-buffer. | |
5141 | |
5142 (cperl-electric-keyword): `qr' recognized. | |
5143 (cperl-electric-else): Likewise | |
5144 (cperl-to-comment-or-eol): Likewise | |
5145 (cperl-make-regexp-x): Likewise | |
5146 (cperl-init-faces): Likewise, and `lock' (as overridable?). | |
5147 Corrected to use new macros; | |
5148 `if' for copying `reference-face' to `constant-face' was backward. | |
5149 remove init `font-lock-other-emphasized-face', | |
5150 `font-lock-emphasized-face', `font-lock-keyword-face'. | |
5151 Interpolate `cperl-invalid-face'. | |
5152 (cperl-make-regexp-x): Misprint in a message. | |
5153 (cperl-syntaxify-unwind): New configuration variable | |
5154 (cperl-fontify-m-as-s): New configuration variable | |
5155 (cperl-electric-pod): check for after-expr was performed | |
5156 inside of POD too. | |
5157 (cperl-backward-to-noncomment): better treatment of PODs and HEREs. | |
5158 (cperl-clobber-mode-lists): New configuration variable. | |
5159 (cperl-not-bad-style-regexp): Updated. | |
5160 Init: `cperl-is-face' was busted. | |
5161 (cperl-make-face): New macros. | |
5162 (cperl-force-face): New macros. | |
5163 (font-lock-other-type-face): Done via `defface' too. | |
5164 (cperl-nonoverridable-face): New face. Renamed from | |
5165 `font-lock-other-type-face'. | |
5166 (cperl-init-faces-weak): use `cperl-force-face'. | |
5167 (cperl-comment-indent): Commenting __END__ was not working. | |
5168 (cperl-indent-for-comment): Likewise. | |
5169 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'. | |
5170 When removing old TAGS info was not relativizing filename. | |
5171 (cperl-tags-hier-init): Gross hack to pretend we work (are we?). | |
5172 Another try to work around XEmacs problems. Better progress messages. | |
5173 (toplevel): require custom unprotected => failure on 19.28. | |
5174 (cperl-xemacs-p): defined when compile too | |
5175 (cperl-find-tags): Was writing line/pos in a wrong order, | |
5176 pos off by 1 and not at beg-of-line. | |
5177 (cperl-etags-snarf-tag): New macro | |
5178 (cperl-etags-goto-tag-location): New macro | |
5179 (cperl-version): New variable. New menu entry | |
5180 random docstrings: References to "future" 20.3 removed. | |
5181 Menu was described as `CPerl' instead of `Perl' | |
5182 (perl-font-lock-keywords): Would not highlight `sub foo($$);'. | |
5183 (cperl-toggle-construct-fix): Was toggling to t instead of 1. | |
5184 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face' | |
5185 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face', | |
5186 `font-lock-reference-face', `font-lock-keyword-face'. | |
5187 Use `eval-after-load'. | |
5188 Remove not-CPerl-related faces. | |
5189 (cperl-tips-faces): New variable and an entry into Mini-docs. | |
5190 (cperl-indent-exp): Was not processing else-blocks. | |
5191 (cperl-get-state): NOP line removed. | |
5192 (cperl-ps-print): New function and menu entry. | |
5193 (cperl-ps-print-face-properties): New configuration variable. | |
5194 (cperl-invalid-face): New configuration variable. | |
5195 (perl-font-lock-keywords): Highlight trailing whitespace | |
5196 (cperl-contract-levels): Documentation corrected. | |
5197 (cperl-contract-level): Likewise. | |
5198 (cperl-ps-extend-face-list): New macro. | |
5199 (cperl-invalid-face): Change to ''underline. | |
5200 | |
5201 1998-12-25 Markus Rost <rost@delysid.gnu.org> | |
5202 | |
5203 * mail/rmailout.el (rmail-output): Abbreviate name of default-file | |
5204 for read-file-name. | |
5205 (rmail-output-to-rmail-file): Likewise. | |
5206 | |
5207 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5208 | |
5209 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
5210 If MENU is nil, use global menu-bar map. | |
5211 (easy-menu-add-item, easy-menu-remove-item): Argument renamed. | |
5212 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed. | |
5213 | |
5214 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
5215 | |
5216 * ps-mule.el (ps-mule-begin-job): Programming uniformization. | |
5217 | |
5218 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
5219 | |
5220 * ps-print.el (ps-print-version): New version number (4.1.3). | |
5221 | |
5222 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5223 | |
5224 * international/mule-cmds.el: Use make-sparse-keymap instead of | |
5225 define-prefix-key when defining MULE menu items. | |
5226 | |
5227 * info.el (Info-node-at-bob-matching): New function. | |
5228 (Info-find-node, Info-build-node-completions): Call it. | |
5229 | |
5230 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org> | |
5231 | |
5232 * help.el (describe-function-1): Say "keymap", not "Lisp macro", | |
5233 when this is an autoloaded keymap. | |
5234 | |
5235 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5236 | |
5237 * international/codepage.el (cp-coding-system-for-codepage-1): | |
5238 Create separate encoders and decoders, for DOS and Unix. Make the | |
5239 usual family of 3 coding systems, so that automatic detection of | |
5240 EOL type works. | |
5241 (cp-make-coding-systems-for-codepage): Don't intern DOS- and | |
5242 Unix-specific symbols here, and don't call | |
5243 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi | |
5244 Handa <handa@etl.go.jp>.) | |
5245 | |
5246 * dos-vars.el (dos-codepage-setup-hook): New defcustom. | |
5247 | |
5248 * term/internal.el (IT-character-translations): New variable, an | |
5249 alist used to display characters for which there's no glyphs in | |
5250 the current codepage. | |
5251 (IT-display-table-setup): New function, sets up the DOS terminal | |
5252 for a given codepage. | |
5253 (dos-codepage-setup): New function, sets up the MULE environment | |
5254 for the current value of dos-codepage. | |
5255 (top-level if): In the multibyte mode, turn on | |
5256 unibyte-display-via-language-environment. In the unibyte mode, | |
5257 set up the special syntax tables to map lower- to upper case and | |
5258 back. | |
5259 | |
5260 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org> | |
5261 | |
5262 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt. | |
5263 (speedbar-frame-plist) Remove useless comments. | |
5264 (speedbar-frame-mode) Do not specify height if it is in the param list. | |
5265 Use default y position w/out changing it. | |
5266 If default x position is a list, keep, calculate the non-list X | |
5267 value when devining an initial position. | |
5268 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files. | |
5269 (speedbar-tag-group-name-minimum-length): New variable. | |
5270 (speedbar-frame-parameter): New compatibility function. | |
5271 (speedbar-frame-mode): Updated to use speedbar-frame-parameter. | |
5272 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub | |
5273 groups to keep things in the right order, and to help with some | |
5274 naming conventions. | |
5275 (speedbar-create-tag-hierarchy): Enable buffer local version of | |
5276 `speedbar-tag-hierarchy-method' in the buffer we are tagging. | |
5277 (speedbar-line-path) Make DEPTH param optional. Devine it if absent. | |
5278 the case, derive it from the cursor location in speedbar. | |
5279 | |
5280 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5281 | |
5282 * international/mule-cmds.el (set-language-environment): On MS-DOS | |
5283 terminals, install DOS-specific nonascii-translation-table if the | |
5284 language info doesn't specify one. Pass the default eol-type to | |
5285 set-language-environment-coding-systems. | |
5286 (set-default-coding-systems): Copy the eol-type property for the | |
5287 new default values of {buffer-file,process}-coding-system from the | |
5288 old defaults. | |
5289 (set-language-environment-coding-systems): Accept an optional | |
5290 argument EOL-TYPE, and set the eol-type property of the default | |
5291 coding systems accordingly. | |
5292 (set-terminal-coding-system): Enable menu item on MS-DOS terminals. | |
5293 (set-keyboard-coding-system): Likewise. | |
5294 (set-default-coding-systems): Don't set | |
5295 default-terminal-coding-system on MS-DOS to anything but nil. | |
5296 (prefer-coding-system): Describe in the doc string that | |
5297 default-terminal-coding-system is not changed on MS-DOS. | |
5298 (set-language-environment): For MS-DOS, set standard syntax table | |
5299 and display table for all characters with code above 127. | |
5300 (standard-display-european-internal): For MS-DOS, pass all | |
5301 characters with code above 127 directly to the terminal, and don't | |
5302 remap characters 160 and 146 in the unibyte case. | |
5303 | |
5304 * international/codepage.el: New file. | |
5305 | |
5306 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
5307 | |
5308 * diary-lib.el (diary-float): Fix end-of-year error and typos in | |
5309 comments. | |
5310 | |
5311 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> | |
5312 | |
5313 * map-ynp.el (map-y-or-n-p): Ignore input methods. | |
5314 | |
5315 * subr.el (read-passwd): Likewise. | |
5316 | |
5317 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5318 | |
5319 * info.el (Info-find-node): Add 1 to the position read from the | |
5320 tag table. Don't fail if the node delimiter ^_ is the first | |
5321 character in the file. | |
5322 (Info-insert-dir): Don't fail when the node delimiter ^_ is the | |
5323 first character in the file. | |
5324 (Info-read-subfile): Likewise. | |
5325 (Info-select-node): Likewise. | |
5326 (Info-build-node-completions): Likewise. | |
5327 | |
5328 1998-12-16 Richard Stallman <rms@gnu.org> | |
5329 | |
5330 * term/x-win.el (x-cut-buffer-or-selection-value): | |
5331 If clipboard is enabled, try it before PRIMARY selection. | |
5332 | |
5333 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
5334 | |
5335 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C | |
5336 insert c-cedilla and C-cedilla respectively, like in latin-1. | |
5337 | |
5338 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org> | |
5339 | |
5340 * language/hebrew.el: Don't use sublists in the flags argument | |
5341 passed to make-coding-system. | |
5342 | |
5343 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
5344 | |
5345 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a | |
5346 list of character sets found by find-charset-region. | |
5347 | |
5348 * ps-mule.el: Always require ps-print. Move some function | |
5349 definitions for Emacs 20.2 and the earlier to ps-print.el. | |
5350 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2. | |
5351 | |
5352 * ps-print.el: Define several functions for Emacs 20.2 and the | |
5353 earlier version. | |
5354 (ps-printer-name): Check if printer-name is bound. | |
5355 | |
5356 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
5357 | |
5358 * ps-mule.el: Programming uniformization and little code improvement. | |
5359 (ps-mule-prepare-font): Programming uniformization. | |
5360 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar) | |
5361 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement. | |
5362 | |
5363 * ps-bdf.el: Programming uniformization and little code improvement. | |
5364 (bdf-search-and-read): New fun. | |
5365 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path) | |
5366 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box) | |
5367 (bdf-info-relative-compose, bdf-info-baseline-offset) | |
5368 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector) | |
5369 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization. | |
5370 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file) | |
5371 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code | |
5372 improvement. | |
5373 | |
5374 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
5375 | |
5376 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix | |
5377 and mule related code extraction. Autoload ps-mule funs. | |
5378 | |
5379 * ps-mule.el: Doc fix. Require ps-print only when compiled. | |
5380 (ps-mule-prologue-generated): New fun. | |
5381 (ps-mule-plot-string): Add autoload cookie. | |
5382 (ps-mule-begin-job): Call ps-mule-prologue-generated. | |
5383 | |
5384 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
5385 | |
5386 * ps-bdf.el: Require ps-mule instead of ps-print. | |
5387 (bdf-directory-list): Add autoload cookie. | |
5388 | |
5389 * ps-mule.el: New file. Mule related code extracted from | |
5390 ps-print.el. Require ps-print, provide ps-mule. | |
5391 (ps-multibyte-buffer): Add autoload cookie. | |
5392 (ps-mule-prepare-ascii-font): New fun. | |
5393 (ps-mule-set-ascii-font): New fun. | |
5394 (ps-mule-skip-same-charset): Fun deleted. | |
5395 (ps-mule-plot-string): Set ps-mule-current-charset. | |
5396 (ps-mule-initialize): Add autload cookie. Don't set | |
5397 ps-mule-font-info-database here. | |
5398 (ps-mule-begin-job): Renamed from ps-mule-begin. Update | |
5399 ps-mule-font-info-database and ps-control-or-escape-regexp. | |
5400 (ps-mule-begin-page): New fun. | |
5401 | |
5402 * ps-print.el: Mule related code moved to ps-mule.el. | |
5403 (ps-begin-job): While setting ps-control-or-escape-regexp, don't | |
5404 check ps-mule-charset-list. | |
5405 (ps-begin-page): Don't set ps-mule-current-charset, instead call | |
5406 ps-mule-begin-page. | |
5407 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font. | |
5408 (ps-plot-region): Don't set ps-mule-current-charset, instead call | |
5409 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset, | |
5410 instead skip same charsets by itself. | |
5411 (ps-generate): Call ps-mule-initialize of needs-begin-file is | |
5412 non-nil. Call ps-mule-begin-job. | |
5413 | |
5414 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
5415 | |
5416 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf | |
5417 instead of bdf. | |
5418 | |
5419 * ps-print.el (ps-mule-font-info-database): Doc-string modified. | |
5420 (ps-mule-external-libraries): New element FEATURE. | |
5421 (ps-mule-init-external-library): Ajusted for the above change. | |
5422 (ps-mule-generate-font): Likewise. | |
5423 (ps-mule-generate-glyphs): Likewise. | |
5424 (ps-mule-prepare-font): Likewise. | |
5425 (ps-mule-initialize): Likewise. | |
5426 (ps-begin-file): Superfluous tailing parenthesis deleted. | |
5427 | |
5428 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
5429 | |
5430 * international/fontset.el (x-decompose-font-name): If PATTERN | |
5431 doesn't have any wild cards, return a vector made from a name that | |
5432 is found by x-resolve-font-name found. Comments added. | |
5433 | |
5434 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
5435 Handle the case of unknown charset. | |
5436 (find-multibyte-characters): If invalid multibyte characters are | |
5437 found, return the corresponding strings instead of character | |
5438 codes. | |
5439 (find-multibyte-characters): Adjusted for the above change. | |
5440 (select-safe-coding-system): For a unibyte buffer, always returns | |
5441 DEFAULT-CODING-SYSTEM. | |
5442 (get-charset-property): Fix previous change. Make it a function. | |
5443 (put-charset-property): Make it a function. | |
5444 | |
5445 * international/mule.el (make-coding-system): Set mime-charset | |
5446 property of *-with-esc coding system to nil. | |
5447 | |
5448 * international/quail.el (quail-point-in-conversion-region): New | |
5449 function. | |
5450 (quail-conversion-backward-delete-char): When a key sequence is | |
5451 being translated, call quail-delete-last-char. | |
5452 | |
5453 * language/devan-util.el | |
5454 (devanagari-reorder-glyphs-for-decomposition): Fix the way to | |
5455 handle devanagari-decomposition-rules. | |
5456 | |
5457 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org> | |
5458 | |
5459 * textmodes/texinfo.el (texinfo-tex-buffer): Bind | |
5460 tex-start-options-string to empty string. | |
5461 (texinfo-tex-region): Use texinfo-tex-trailer as documented. | |
5462 | |
5463 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org> | |
5464 | |
5465 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and | |
5466 5xx responses are already handled properly). | |
5467 | |
5468 1998-12-13 Richard Stallman <rms@gnu.org> | |
5469 | |
5470 * progmodes/compile.el (compilation-error-regexp-alist): Insist | |
5471 on a non-digit in the file name. | |
5472 | |
5473 * simple.el (comment-region): Handle comment-padding | |
5474 separately for insertion and for deletion, in the right way for each. | |
5475 | |
5476 1998-12-13 Felix Lee <flee@cygnus.com> | |
5477 | |
5478 * progmodes/compile.el (compilation-error-regexp-alist): Fix | |
5479 regexp to match "ChangeLog:1:1998-12-09 ..." | |
5480 | |
5481 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org> | |
5482 | |
5483 * cus-start.el (dos-unsupported-char-glyph): Add. | |
5484 | |
5485 1998-12-11 Dave Love <fx@gnu.org> | |
5486 | |
5487 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap | |
5488 forward-sexp in condition-case. | |
5489 | |
5490 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
5491 Remove unnecessary test on `library' for explicit file name. | |
5492 Widen scope of save-match-data. | |
5493 | |
5494 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
5495 | |
5496 * international/mule.el (load-with-code-conversion): If the loaded | |
5497 file was inserted with no-conversion or raw-text coding system, | |
5498 make the buffer unibyte. | |
5499 | |
5500 1998-12-09 Richard Stallman <rms@gnu.org> | |
5501 | |
5502 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
5503 Get rid of nested loops. | |
5504 | |
5505 * mouse.el (mouse-drag-vertical-line): | |
5506 If WHICH-SIDE is not `right', then scroll bars are on the left. | |
5507 | |
5508 * loadhist.el (load-history-loaded): defvar moved to help.el. | |
5509 | |
5510 * help.el (symbol-file-load-history-loaded): Variable renamed, | |
5511 and defvar moved from loadhist.el. | |
5512 (symbol-file): Renamed from describe-function-find-file. | |
5513 Load fns-VERSION.el here. | |
5514 (describe-variable, describe-function-1): Use symbol-file. | |
5515 | |
5516 * textmodes/tex-mode.el (tex-generate-zap-file-name): | |
5517 Don't start the name with #. | |
5518 | |
5519 * ispell.el: Take out the eval-when's. | |
5520 | |
5521 1998-12-09 Peter Breton <pbreton@ne.mediaone.net> | |
5522 | |
5523 * dirtrack.el (dirtrack-directory-change-hook): New hook. | |
5524 (dirtrack): Run it. Make debug message more verbose. | |
5525 | |
5526 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
5527 | |
5528 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct | |
5529 name of the abbrev table, and provide support for XEmacs. | |
5530 (octave-xemacs-p): New variable. | |
5531 | |
5532 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
5533 | |
5534 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to | |
5535 exit, when mail-interactive is nil. | |
5536 | |
5537 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr> | |
5538 | |
5539 * files.el (after-find-file): Message fix. | |
5540 | |
5541 1998-12-09 Ken Stevens <stevens@kdstevens.com> | |
5542 | |
5543 * ispell.el (ispell-kill-ispell): Don't send newline after EOF. | |
5544 | |
5545 1998-12-09 Geoff Voelker <voelker@cs.washington.edu> | |
5546 | |
5547 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle | |
5548 filenames using backslashes. | |
5549 | |
5550 1998-12-09 Dave Love <fx@gnu.org> | |
5551 | |
5552 * browse-url.el (browse-url-mail): Call compose-mail-other-window | |
5553 with correct number of args. | |
5554 (browse-url-maybe-new-window): New arg. Callers changed. | |
5555 | |
5556 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing | |
5557 comment. | |
5558 | |
5559 1998-12-08 Geoff Voelker <voelker@cs.washington.edu> | |
5560 | |
5561 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional. | |
5562 | |
5563 1998-12-08 Markus Rost <rost@delysid.gnu.org> | |
5564 | |
5565 * vc.el (vc-rcs-release): Fix Type. | |
5566 (vc-sccs-release): Fix Type. | |
5567 (vc-cvs-release): Fix Type. | |
5568 | |
5569 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix | |
5570 arg work right. | |
5571 | |
5572 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple | |
5573 output of last undeleted message. | |
5574 | |
5575 1998-12-07 Geoff Voelker <voelker@cs.washington.edu> | |
5576 | |
5577 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
5578 (buffer-undo-list) [windows-nt]: Use different relative path. | |
5579 | |
5580 1998-12-07 Simon Marshall <simon@gnu.org> | |
5581 | |
5582 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types. | |
5583 | |
5584 1998-12-05 Markus Rost <rost@delysid.gnu.org> | |
5585 | |
5586 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler. | |
5587 | |
5588 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops. | |
5589 | |
5590 1998-12-04 Markus Rost <rost@delysid.gnu.org> | |
5591 | |
5592 * info.el (Info-menu): Don't return error if point is between menu | |
5593 header and first menu item. | |
5594 | |
5595 1998-12-04 Dave Love <fx@gnu.org> | |
5596 | |
5597 * help.el (describe-function-1): Fix description for alias. | |
5598 | |
5599 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org> | |
5600 | |
5601 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*- | |
5602 specifications from summary line. | |
5603 | |
5604 * rect.el (delete-whitespace-rectangle): Mark for autoload. | |
5605 (close-rectangle): Define alias only once in loaddefs.el. | |
5606 | |
5607 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5608 | |
5609 * term/internal.el: Remove code which sets up a special syntax | |
5610 table for non-ASCII characters. | |
5611 | |
5612 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org> | |
5613 | |
5614 * dos-w32.el (direct-print-region-function): Try to ensure that | |
5615 printer-name is expanded to a file name on a local drive; | |
5616 sometimes printing a file loaded from a network volume fails. | |
5617 (direct-print-region-function): Add a function to | |
5618 write-region-annotate-functions to append a formfeed character to | |
5619 the region being printed, if the region doesn't end with a | |
5620 formfeed already. This avoids creating a second print job | |
5621 containing a blank page when print spooling is enabled on Windows. | |
5622 | |
5623 1998-12-02 Dave Love <fx@gnu.org> | |
5624 | |
5625 * help.el (help-make-xrefs): Use `info', not the non-autoloaded | |
5626 `Info-goto-node'. | |
5627 | |
5628 1998-12-02 Richard Stallman <rms@gnu.org> | |
5629 | |
5630 * help.el (temp-buffer-resize-mode): Doc fix. | |
5631 | |
5632 * cus-edit.el (custom-save-delete): Save point before | |
5633 reading a sexp, rather than backing up. | |
5634 | |
5635 * international/iso-transl.el: Fix previous change. | |
5636 | |
5637 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
5638 | |
5639 * vc.el (vc-dired-window-configuration, vc-ediff-windows, | |
5640 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode): | |
5641 Added defvars to suppress compilation warnings. | |
5642 | |
5643 1998-11-30 Ken Stevens <k.stevens@ieee.org> | |
5644 | |
5645 * ispell.el: Improved and fixed customize for variables: | |
5646 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp, | |
5647 ispell-dictionary-alist, ispell-skip-sgml. | |
5648 Improved and fixed comments in variables and messages for | |
5649 functions: ispell-help-in-bufferp, ispell-local-dictionary, | |
5650 ispell-menu-map, ispell-checking-message, ispell-parser, | |
5651 ispell-word, lookup-words, ispell-change-dictionary, ispell-region, | |
5652 ispell-begin-tex-skip-regexp, ispell-begin-skip-region, | |
5653 ispell-comments-and-strings, ispell-continue, ispell-complete-word, | |
5654 ispell-message-text-end, ispell-add-per-file-word-list. | |
5655 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding | |
5656 system is now required for all languages. Casechars improved for | |
5657 castellano, castellano8, and norsk dictionaries. Dictionary | |
5658 norsk7-tex added. Dictionary polish added. | |
5659 (ispell-dictionary-alist): Redefined at load-time to support | |
5660 dictionary changes. | |
5661 (ispell-menu-map): Redefined at load-time to support menu changes. | |
5662 (ispell-check-version): New alias for `check-ispell-version'. | |
5663 (ispell-parse-output): Fixed matching for ispell error messages. | |
5664 Correctly returns spelling suggestions in order generated by ispell | |
5665 process. | |
5666 (check-ispell-version): Ensure `case-fold-search' doesn't get | |
5667 redefined. | |
5668 (ispell-complete-word): Ensure `case-fold-search' doesn't get | |
5669 redefined. Fix bug that didn't respect case of word being completed. | |
5670 (ispell-init-process): Set process coding system to be compatible | |
5671 with emacs processes and the ispell process. | |
5672 (ispell-kill-ispell): Ensures ispell process has terminated before | |
5673 starting new process. This can otherwise confuse process filters | |
5674 and hang the ispell process. | |
5675 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved | |
5676 skipping support for sgml. | |
5677 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r | |
5678 which could cause `ispell-complete-word' to hang. | |
5679 (ispell-message): Improved message reference matching. Ensure | |
5680 `case-fold-search' doesn't get redefined. | |
5681 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't | |
5682 get redefined. Fixed bug in returning to nroff mode from tex mode. | |
5683 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't | |
5684 get redefined. | |
5685 | |
5686 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5687 | |
5688 * textmodes/flyspell.el (flyspell-check-word-p): | |
5689 Don't delay inside a kbd macro. | |
5690 | |
5691 * subr.el (make-local-hook): Return the hook variable. | |
5692 | |
5693 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
5694 | |
5695 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe): | |
5696 Use a timer instead of post-command-hook. | |
5697 (hscroll-timer): New variable. | |
5698 | |
5699 1998-11-30 Dave Love <fx@gnu.org> | |
5700 | |
5701 * help.el (help-xref-button): Do nothing if text already has the | |
5702 help-xref property. | |
5703 (describe-variable): Revert previous change to hyperlink to source. | |
5704 | |
5705 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5706 | |
5707 * bindings.el (features): Add `base64' to this list. | |
5708 | |
5709 * loadhist.el (symbol-file): Doc fix. | |
5710 | |
5711 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
5712 | |
5713 * files.el (hack-one-local-variable): Cope with non-file buffers. | |
5714 | |
5715 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5716 | |
5717 * help.el (describe-mode): Put major mode first. | |
5718 | |
5719 * calendar/appt.el (appt-disp-window): Use pop-to-buffer, | |
5720 to support special-display and same-window features. | |
5721 | |
5722 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5723 | |
5724 * simple.el (transpose-subr, transpose-subr-1): Rename variables | |
5725 bound in one function and used in the other. | |
5726 (transpose-subr-start1, transpose-subr-start2): Add defvars. | |
5727 (transpose-subr-end1, transpose-subr-end2): Add defvars. | |
5728 | |
5729 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5730 | |
5731 * autoinsert.el (auto-insert-alist): Use user-mail-address. | |
5732 | |
5733 1998-11-26 Kenichi Handa <handa@etl.go.jp> | |
5734 | |
5735 * international/ccl.el (ccl-dump-translate-character-const-tbl): | |
5736 Give format correct control string. | |
5737 | |
5738 * international/mule.el (define-translation-table): Fix bug of | |
5739 setting incorrect translation-table-id. If the first element of | |
5740 ARGS is a translation table, just register it. | |
5741 | |
5742 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist | |
5743 property. | |
5744 | |
5745 1998-11-24 Michael Ernst <mernst@alum.mit.edu> | |
5746 | |
5747 * thingatpt.el (thing-at-point-url-at-point): Don't use current | |
5748 syntax table to determine what is whitespace. | |
5749 | |
5750 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5751 | |
5752 * frame.el (frame-parameter): Doc fix. | |
5753 | |
5754 * textmodes/tex-mode.el (tex-feed-input): New function. | |
5755 (tex-define-common-keys): Add binding for C-c C-m. | |
5756 | |
5757 1998-11-23 Dave Love <fx@gnu.org> | |
5758 | |
5759 * progmodes/fortran.el: Various minor doc fixes. | |
5760 (fortran-font-lock-keywords-1): Add `d' to comment-chars. | |
5761 (fortran-with-subprogram-narrowing): New macro. | |
5762 (fortran-check-for-matching-do): Use it. | |
5763 (fortran-end-do): Use fortran-check-end-prog-re. | |
5764 (fortran-beginning-do, fortran-end-if, fortran-beginning-if) | |
5765 (fortran-calculate-indent, fortran-calculate-indent): Likewise. | |
5766 | |
5767 1998-11-23 Simon Marshall <simon@gnu.org> | |
5768 | |
5769 * font-lock.el (font-lock-defaults): Doc fix. | |
5770 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message. | |
5771 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword. | |
5772 | |
5773 * lazy-lock.el (lazy-lock-unstall): | |
5774 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message. | |
5775 | |
5776 * fast-lock.el (fast-lock-save-cache-1): | |
5777 (fast-lock-cache-data): Rewritten to use with-temp-message. | |
5778 | |
5779 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org> | |
5780 | |
5781 * mail/rmail.el (rmail-set-message-counters-counter): Detect | |
5782 messages that have been added with DOS line endings and convert | |
5783 the line endings for such messages. | |
5784 | |
5785 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
5786 | |
5787 * help.el: Add resizing of temporary buffers. | |
5788 (temp-buffer-resize-mode): New command and variable. | |
5789 (temp-buffer-max-height): New variable. | |
5790 (resize-temp-buffer-window): New function. | |
5791 | |
5792 * window.el (window-buffer-height): New function, split from | |
5793 shrink-window-if-larger-than-buffer. | |
5794 (shrink-window-if-larger-than-buffer): Use window-buffer-height. | |
5795 | |
5796 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5797 | |
5798 * frame.el (initial-frame-alist): Add defcustom. | |
5799 | |
5800 * shell.el (shell-prompt-pattern): Add defcustom. | |
5801 | |
5802 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5803 | |
5804 * message.el (message-ignored-supersedes-headers): Remove | |
5805 NNTP-Posting-Date. | |
5806 | |
5807 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5808 | |
5809 * help.el (describe-mode): Don't avoid loop indirecting thru | |
5810 value of INDICATOR. | |
5811 | |
5812 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5813 | |
5814 * help.el (describe-variable): Allow any variable with a defcustom, | |
5815 even if it is not a user variable. | |
5816 | |
5817 * mail/rmail.el (mail-unsent-separator): Additional alternative. | |
5818 | |
5819 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org> | |
5820 | |
5821 * gnus/nntp.el (nntp-request-group): Allow for failures when | |
5822 requesting a new group. | |
5823 | |
5824 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5825 | |
5826 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix. | |
5827 | |
5828 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5829 | |
5830 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons. | |
5831 | |
5832 1998-11-19 Simon Marshall <simon@gnu.org> | |
5833 | |
5834 * subr.el (with-temp-message): New macro. | |
5835 | |
5836 * emacs-lisp/lisp-mode.el (with-temp-message): | |
5837 Add lisp-indent-function property. | |
5838 | |
5839 1998-11-18 Dave Love <fx@gnu.org> | |
5840 | |
5841 * progmodes/fortran.el (fortran-end-prog-re): Fix typo. | |
5842 | |
5843 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5844 | |
5845 * emacs-lisp/bytecomp.el (temp-buffer-show-hook): | |
5846 This is not obsolete. | |
5847 | |
5848 1998-11-18 Kenichi Handa <handa@etl.go.jp> | |
5849 | |
5850 * textmodes/picture.el: Make a new map by make-keymap. | |
5851 (picture-desired-column): New variable. | |
5852 (picture-update-desired-column): New function. | |
5853 (picture-beginning-of-line): Set picture-desired-column to 0. | |
5854 (picture-end-of-line): Set picture-desired-column to the current | |
5855 column. | |
5856 (picture-forward-column): Pay attention to multi-column character. | |
5857 (picture-backward-column): Likewise. | |
5858 (picture-move-down): Likewise. | |
5859 (picture-move-up): Likewise. | |
5860 (picture-movement-nw): With prefix arg, move twice columns. | |
5861 (picture-movement-ne): Likewise. | |
5862 (picture-movement-sw): Likewise. | |
5863 (picture-movement-se): Likewise. | |
5864 (picture-set-motion): Handle two-column movements. | |
5865 (picture-move): Call picture-move-down or picture-forward-column | |
5866 only when necessary. | |
5867 (picture-insert): Pay attention to picture-desired-column. | |
5868 (picture-self-insert): Likewise. | |
5869 (picture-clear-column): Pay attention to multi-column character. | |
5870 (picture-mode): Modify doc-string for two-column movement. | |
5871 | |
5872 * rect.el (move-to-column-force): New function. | |
5873 (operate-on-rectangle): If coerce-tabs is non-nil, call | |
5874 move-to-column-force instead of move-to-column. | |
5875 (insert-rectangle): Call move-to-column-force instead of | |
5876 move-to-column. | |
5877 (open-rectangle-line): If begextra is not zero, call | |
5878 move-to-column-force. | |
5879 | |
5880 | |
5881 1998-11-16 Dave Love <fx@gnu.org> | |
5882 | |
5883 * textmodes/sgml-mode.el Require skeleton when compiling. | |
5884 (sgml-font-lock-keywords-1): Accept single-letter tags. | |
5885 (v2): Defvar free variable. | |
5886 | |
5887 1998-11-16 Sam Steingold <sds@goems.com> | |
5888 | |
5889 * emacs-lisp/cl-indent.el: indent `with-output-to-string' as a CL | |
5890 macro, not ELisp one. | |
5891 | |
5892 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
5893 | |
5894 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte | |
5895 characters to symbol. | |
5896 | |
5897 * language/japan-util.el (japanese-zenkaku-region): New optional | |
5898 arg KATAKANA-ONLY. | |
5899 | |
5900 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
5901 | |
5902 * international/mule.el | |
5903 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
5904 is changed to unibyte, return inserted bytes. | |
5905 | |
5906 * tar-mode.el (tar-header-block-tokenize): Decode codes of file | |
5907 and link names if necessary. | |
5908 (tar-header-block-summarize): Handle the case that file or link | |
5909 names are multibyte. | |
5910 (tar-summarize-buffer): At first set the current buffer unibyte, | |
5911 then if there are multibyte file names, change it to multibyte. | |
5912 (tar-mode): Get char position from tar-header-offset. | |
5913 (tar-extract): Avoid multibyte<->unibyte conversion in | |
5914 insert-buffer-subsring by setting both buffers unibyte | |
5915 temporarily. | |
5916 (tar-copy): Set the buffer unibyte while doing a work. Write | |
5917 without code conversion. | |
5918 (tar-expunge): Set the buffer unibyte while doing a work. | |
5919 (tar-alter-one-field): Likewise. | |
5920 (tar-clear-modification-flags): Compare byte position with | |
5921 tar-header-offset. | |
5922 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in | |
5923 insert-buffer-subsring by setting both buffers unibyte | |
5924 temporarily. Pay attention to multibyteness while updating the | |
5925 descriptor-line. | |
5926 (tar-mode-write-file): Write without code conversion. | |
5927 | |
5928 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5929 | |
5930 * nngateway.el: Require cl. | |
5931 | |
5932 1998-11-15 Dave Love <fx@gnu.org> | |
5933 | |
5934 * progmodes/fortran.el: Fix previous change: | |
5935 (fortran-end-prog-re1): Changed. | |
5936 (fortran-check-end-prog-re): New function. | |
5937 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it. | |
5938 | |
5939 1998-11-13 Tom Breton <tob@world.std.com> | |
5940 | |
5941 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of | |
5942 GNU Emacs. | |
5943 | |
5944 1998-11-13 Carsten Dominik <cd@delysid.gnu.org> | |
5945 | |
5946 * textmodes/reftex.el: (reftex-finding-files): Group documentation | |
5947 fixed. | |
5948 (reftex-toc-toggle-file-boundary, | |
5949 reftex-toc-toggle-labels, | |
5950 reftex-toc-toggle-context,reftex-find-start-point): New functions. | |
5951 (reftex-toc-include-labels, reftex-toc-include-context, | |
5952 reftex-toc-include-file-boundaries, | |
5953 reftex-toc-keep-other-windows): New options. | |
5954 (reftex-use-text-after-label-as-context): Option removed. | |
5955 (reftex-extract-bib-entries): Protect use in non-latex | |
5956 buffers. | |
5957 (reftex-toc-visit-location): Renamed from | |
5958 `reftex-toc-visit-line'. | |
5959 (reftex-latin1-to-ascii): Works now with and without Mule. | |
5960 (reftex-truncate): Removed special stuff for Emacs 20.2. | |
5961 (reftex-get-offset): Made more general. | |
5962 (reftex-show-label-location): Renamed from | |
5963 `reftex-select-label-callback'. | |
5964 (reftex-pop-to-label): Function removed (using | |
5965 `reftex-show-label-location' instead. | |
5966 (reftex-insert-docstruct): Renamed from | |
5967 `reftex-make-and-insert-label-list'. Function args changed. | |
5968 (reftex-toc): Now uses `reftex-insert-docstruct' and | |
5969 `reftex-find-start-point'. | |
5970 (reftex-select-item): Use `reftex-find-start-point'. | |
5971 (reftex-toc-visit-line): Can display labels and file | |
5972 boundaries. | |
5973 (reftex-TeX-master-file): `(TeX-master-file)' protected. | |
5974 | |
5975 1998-11-12 Sam Steingold <sds@goems.com> | |
5976 | |
5977 * browse-url.el (browse-url): Handle the case when | |
5978 `browse-url-browser-function' is a lambda list. | |
5979 | |
5980 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5981 | |
5982 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the | |
5983 version string. | |
5984 * loadhist.el (symbol-file): Likewise | |
5985 | |
5986 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM> | |
5987 | |
5988 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling. | |
5989 | |
5990 1998-11-11 Sam Steingold <sds@goems.com> | |
5991 | |
5992 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call | |
5993 `run-lisp' instead of signalling an error. | |
5994 | |
5995 1998-11-11 Karl Heuer <kwzh@gnu.org> | |
5996 | |
5997 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change. | |
5998 | |
5999 1998-11-11 Richard Stallman <rms@gnu.org> | |
6000 | |
6001 * vc-hooks.el (vc-toggle-read-only): Doc fix. | |
6002 | |
6003 1998-11-11 Per Starback <starback@update.uu.se> | |
6004 | |
6005 * ispell.el: (ispell-dictionary-alist-2): Removed svenska, | |
6006 renamed svenska8 to svenska, and fixed and extended CASECHARS | |
6007 for it. | |
6008 | |
6009 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org> | |
6010 | |
6011 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode | |
6012 handling if setpagedevice is not available. | |
6013 (ps-begin-file): Fix typo. | |
6014 | |
6015 1998-11-11 Kenichi Handa <handa@etl.go.jp> | |
6016 | |
6017 * international/mule-util.el (compose-chars-component): Signal | |
6018 error if CH is a rule-based composition character. | |
6019 (compose-chars): Signal error if an already compsed character is | |
6020 going to be composed by rule-base. | |
6021 | |
6022 * term/x-win.el: If a resolved ASCII font name doesn't conform to | |
6023 full XLFD, don't try to get information of WEIGHT and SLANT from | |
6024 that font name. | |
6025 | |
6026 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk> | |
6027 | |
6028 * dos-w32.el (set-default-process-coding-system): Use function on | |
6029 before-init-hook to set default-process-coding-system based on | |
6030 enable-multibyte-characters. | |
6031 | |
6032 * term/w32-win.el ([language-change]): For now ignore | |
6033 keyboard language-change events. | |
6034 | |
6035 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
6036 | |
6037 * ediff-util.el (ediff-make-temp-file): Run the prefix through | |
6038 convert-standard-file-name, but leave the results of | |
6039 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2 | |
6040 characters if the original name already exists, or has a special | |
6041 handler. | |
6042 | |
6043 1998-11-10 Karl Heuer <kwzh@gnu.org> | |
6044 | |
6045 * international/iso-insert.el: Delete autoload cookies. | |
6046 | |
6047 * international/iso-transl.el: Add autoload cookies. | |
6048 | |
6049 1998-11-10 Richard Stallman <rms@gnu.org> | |
6050 | |
6051 * ispell.el (ispell-get-coding-system): Default to iso-latin-1. | |
6052 (ispell-process-line): Don't treat multibyte | |
6053 | |
6054 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk> | |
6055 | |
6056 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call | |
6057 setpagedevice to specify the page size if setpagedevice is | |
6058 available. This is necessary to select the correct paper tray on | |
6059 Level 2 printers with multiple paper sizes available. | |
6060 | |
6061 (ps-begin-file): Cope with font names that contain spaces, and | |
6062 call BeginDoc in a BeginSetup/EndSetup block. | |
6063 | |
6064 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6065 | |
6066 * loadup.el (buffer-undo-list): Run fns-VERSION.el through | |
6067 convert-standard-filename. | |
6068 | |
6069 * loadhist.el (symbol-file): Run fns-VERSION.el through | |
6070 convert-standard-filename. | |
6071 | |
6072 1998-11-06 Richard Stallman <rms@gnu.org> | |
6073 | |
6074 * textmodes/texinfmt.el (texinfo-format-scan): | |
6075 Detect the case of two @-commands in a row; process just the first. | |
6076 (texinfo-append-refill): If line has a @c, insert the @refill | |
6077 before it. | |
6078 (texinfo-format-refill): Return with point where the @refill was. | |
6079 | |
6080 * files.el (hack-local-variables): Test local-enable-local-variables. | |
6081 (hack-local-variables-prop-line): Likewise. | |
6082 (set-auto-mode): Don't test local-enable-local-variables here. | |
6083 (enable-local-variables): Doc fix. | |
6084 (local-enable-local-variables): Doc fix. | |
6085 (normal-mode): Doc fix. | |
6086 | |
6087 1998-11-06 Karl Heuer <kwzh@gnu.org> | |
6088 | |
6089 * emacs-lisp/find-func.el (find-variable-noselect): Autoload. | |
6090 | |
6091 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM> | |
6092 | |
6093 * simple.el (line-number-mode): Doc fix. | |
6094 | |
6095 1998-11-06 Kenichi Handa <handa@etl.go.jp> | |
6096 | |
6097 * international/fontset.el (create-fontset-from-fontset-spec): | |
6098 Give correct arg to `error'. | |
6099 | |
6100 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org> | |
6101 | |
6102 * textmodes/sgml-mode.el (html-mode): Doc fix. | |
6103 (sgml-name-8bit-mode): Fix missing format character in message string. | |
6104 | |
6105 1998-11-05 Karl Heuer <kwzh@gnu.org> | |
6106 | |
6107 * mail/sendmail.el (sendmail-send-it): Check for failure. | |
6108 | |
6109 1998-11-05 Richard Stallman <rms@gnu.org> | |
6110 | |
6111 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6. | |
6112 | |
6113 * rect.el (delete-whitespace-rectangle): close-rectangle renamed. | |
6114 (close-rectangle): Define as alias. | |
6115 | |
6116 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu> | |
6117 | |
6118 * textmodes/tex-mode.el (tex-start-shell): Track directory changes. | |
6119 | |
6120 1998-11-05 Dave Love <fx@gnu.org> | |
6121 | |
6122 * help.el (describe-variable): Don't quote link to source. | |
6123 | |
6124 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu> | |
6125 | |
6126 * gud.el (gud-common-init): Use pop-to-buffer. | |
6127 (same-window-regexps): Add an element that matches all gud buffers. | |
6128 | |
6129 1998-11-04 Jason Rumney <jasonr@altavista.net> | |
6130 | |
6131 * term/w32-win.el (x-get-selection-value): Alias to | |
6132 x-cut-buffer-or-selection-value. | |
6133 (w32-standard-fontset-spec): New variable. | |
6134 (w32-create-initial-fontsets, mouse-set-font): Check whether | |
6135 new-fontset is available. | |
6136 (w32-use-w32-font-dialog): Enable use of set-variable. | |
6137 | |
6138 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
6139 | |
6140 * vc.el (with-vc-file, edit-vc-file): New macros. | |
6141 | |
6142 1998-11-04 Kenichi Handa <handa@etl.go.jp> | |
6143 | |
6144 * international/quail.el (quail-show-guidance-buf): Call | |
6145 set-minibuffer-window to set minibuffer window of the current | |
6146 frame correctly. | |
6147 | |
6148 1998-11-03 Theodore Jump <tjump@tertius.com> | |
6149 | |
6150 * term/w32-win.el: Require fontset. | |
6151 | |
6152 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org> | |
6153 | |
6154 * faces.el (set-face-font): Call resolve-fontset-name on w32. | |
6155 (set-face-font-auto): Ditto. | |
6156 | |
6157 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org> | |
6158 | |
6159 * mouse.el (mouse-drag-region): Fix typo. | |
6160 | |
6161 1998-11-02 Dave Love <fx@gnu.org> | |
6162 | |
6163 * progmodes/fortran.el Fix for fontification of strings lost somehow: | |
6164 (fortran-fontify-string): New function. | |
6165 (fortran-font-lock-keywords-1): Use it. | |
6166 | |
6167 1998-11-02 Markus Rost <rost@delysid.gnu.org> | |
6168 | |
6169 * comint.el (comint-file-name-quote-list): Doc fix. | |
6170 | |
6171 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6172 | |
6173 * loadup.el (buffer-undo-list): Write fns-VERSION.el into | |
6174 build directory, not source directory. | |
6175 | |
6176 * mouse.el (mouse-drag-region): Fake up a mouse-motion event | |
6177 if we did not get one for the final move. | |
6178 | |
6179 1998-11-01 Dave Love <fx@gnu.org> | |
6180 | |
6181 * goto-addr.el (goto-address-at-point, goto-address-at-mouse): | |
6182 Don't funcall browse-url-browser-function. | |
6183 | |
6184 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url): | |
6185 Don't funcall browse-url-browser-function. | |
6186 | |
6187 * fortran.el (fortran-end-prog-re1): Fix the regexp. | |
6188 | |
6189 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6190 | |
6191 * files.el (revert-buffer): Doc fix. | |
6192 | |
6193 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6194 | |
6195 * textmodes/tex-mode.el (tex-start-options-string): | |
6196 Quote the backslashes with more backslashes. | |
6197 | |
6198 1998-10-31 Dave Love <fx@gnu.org> | |
6199 | |
6200 * webjump.el (webjump-sample-sites): Fix Lisp archive site. | |
6201 (webjump): Don't funcall browse-url-browser-function. | |
6202 | |
6203 1998-10-30 Kenichi Handa <handa@etl.go.jp> | |
6204 | |
6205 * international/quail.el (quail-start-translation): Handle | |
6206 switching of the frame in read-key-sequence. | |
6207 (quail-start-conversion): Likewise. | |
6208 (quail-show-guidance-buf): Detach quail-guidance-buf from any | |
6209 windows before setting an appropriate window for it. | |
6210 (quail-hide-guidance-buf): Use window-minibuffer-p. Set | |
6211 quail-guidance-win to nil. | |
6212 (quail-update-guidance): If quail-guidance-buf is not in the | |
6213 selected frame, call quail-show-guidance-buf again. | |
6214 | |
6215 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no> | |
6216 | |
6217 * progmodes/pascal.el (pascal-mode): | |
6218 `blink-matching-paren-dont-ignore-comments' set to t. | |
6219 | |
6220 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
6221 | |
6222 * calendar/cal-menu.el (cal-menu-update): Fix menu wording. | |
6223 | |
6224 1998-10-30 Dave Love <fx@gnu.org> | |
6225 | |
6226 * vc.el (vc-backend-merge-news): Check for "P" output. | |
6227 | |
6228 * help.el (describe-variable): Hyperlink the definition. | |
6229 | |
6230 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org> | |
6231 | |
6232 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp. | |
6233 (sh-set-shell): Likewise. | |
6234 | |
6235 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected. | |
6236 | |
6237 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type. | |
6238 (edebug-on-error): Fix customize type to match that of | |
6239 debug-on-error. | |
6240 | |
6241 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type. | |
6242 | |
6243 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use | |
6244 report-emacs-bug-address instead of undefined bug-gnu-emacs. | |
6245 | |
6246 * international/mule-cmds.el (select-message-coding-system): Doc | |
6247 fix. | |
6248 | |
6249 * international/mule-diag.el (describe-coding-system): Describe | |
6250 all flags. | |
6251 | |
6252 * mail/sendmail.el (sendmail-coding-system, | |
6253 default-sendmail-coding-system): Doc fix. | |
6254 | |
6255 * simple.el (shell-command-on-region): Doc fix. | |
6256 | |
6257 * loadup.el: Write fns-*.el in current directory instead of | |
6258 data-directory since no installation directory exists yet. Mark | |
6259 buffer unmodified afterwards. | |
6260 | |
6261 * loadhist.el (symbol-file): Load fns-*.el from exec-directory | |
6262 instead of data-directory since it is architecture dependent. | |
6263 (load-history-loaded): Update doc string. | |
6264 | |
6265 1998-10-29 Geoff Voelker <voelker@cs.washington.edu> | |
6266 | |
6267 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC | |
6268 path as a default directory when canonicalizing names. | |
6269 | |
6270 * w32-fns.el: Remove a dangling reference to a directory on the | |
6271 build machine. | |
6272 | |
6273 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6274 | |
6275 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and | |
6276 namespace related keywords such as `class', `body', `private', | |
6277 `variable', `namespace eval', etc. | |
6278 (tcl-imenu-generic-expression): Handle itcl body and class definitions. | |
6279 (tcl-mode): Added ":" as a word constituent to the syntax-alist of | |
6280 imenu and font-lock so that searches for \sw would find words | |
6281 containing colons. | |
6282 | |
6283 * progmodes/etags.el (initialize-new-tags-table): | |
6284 Do not alter find-tag-marker-ring and tags-location-ring. | |
6285 | |
6286 1998-10-27 Geoff Voelker <voelker@cs.washington.edu> | |
6287 | |
6288 * term/w32-win.el: Require fontset. | |
6289 (w32-init-fontsets): New function (code from x-win.el). | |
6290 | |
6291 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
6292 | |
6293 * cal-x.el (diary-frame-parameters, calendar-frame-parameters, | |
6294 calendar-and-diary-frame-parameters): Add title parameter. | |
6295 | |
6296 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6297 | |
6298 * completion.el (dynamic-completion-mode): New function to enable | |
6299 the mode. (Just loading the file now does not change anything.) | |
6300 | |
6301 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
6302 | |
6303 * ps-print.el: User option for multibyte buffer handling and doc fix. | |
6304 (ps-multibyte-buffer): New user option. | |
6305 (ps-setup): Print new user option. | |
6306 (ps-print-quote): New fun. | |
6307 (ps-color-p, ps-mule-font-info-database-latin): New var. | |
6308 (ps-default-color, ps-mule-font-info-database) | |
6309 (ps-mule-font-info-database-ps-bdf): Adjust initialization. | |
6310 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file) | |
6311 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate): | |
6312 Little code improvement. | |
6313 (ps-mule-initialize): Initialize ps-mule-font-info-database. | |
6314 (ps-print-prologue-header, ps-font-family, ps-font-size) | |
6315 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size) | |
6316 (ps-build-face-reference, ps-mule-font-info-database-bdf) | |
6317 (ps-mule-external-libraries, ps-mule-init-external-library) | |
6318 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string): | |
6319 Doc fix. | |
6320 (ps-print-version): New version number (4.1.1) and doc fix. | |
6321 (ps-print-prologue-header): New user option. | |
6322 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter): | |
6323 Conditional compilation for GNU Emacs and emacsens. | |
6324 (ps-generate-postscript-with-faces): Skip invisible text better. | |
6325 (ps-setup): Print new user option. | |
6326 (ps-print-preprint): Check if input file name exists and is unwritable. | |
6327 (ps-begin-file): Adjust PostScript prologue header for duplex printers | |
6328 and insert user PostScript prologue header comments. | |
6329 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding): | |
6330 New funs. | |
6331 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated. | |
6332 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue): | |
6333 PostScript programming normalization. | |
6334 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font) | |
6335 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string) | |
6336 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar) | |
6337 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font) | |
6338 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool): | |
6339 Programming style normalization. | |
6340 | |
6341 1998-10-26 Kenichi Handa <handa@etl.go.jp> | |
6342 | |
6343 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
6344 version, check the value of mule-version. | |
6345 | |
6346 * international/mule-util.el (compose-region): Insert then delete | |
6347 to preserve markers. | |
6348 (decompose-region): Use search-forward for efficiency. | |
6349 | |
6350 * language/chinese.el (pre-write-encode-hz): Cancel previous | |
6351 change, use generate-new-buffer instead of get-buffer-create. | |
6352 * language/devan-util.el | |
6353 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
6354 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
6355 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
6356 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
6357 | |
6358 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6359 | |
6360 * mail/rmailsum.el (rmail-message-subject-p): | |
6361 Handle message whose header has not been reformatted. | |
6362 | |
6363 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir. | |
6364 | |
6365 1998-10-25 Jason Rumney <jasonr@altavista.net> | |
6366 | |
6367 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist): | |
6368 New variables. | |
6369 (mouse-set-font): Use font menus instead of dialog according to | |
6370 w32-use-w32-font-dialog. | |
6371 | |
6372 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
6373 | |
6374 * calendar/calendar.el (calendar-day-name-array): Add doc string | |
6375 correctly! | |
6376 (calendar-month-name-array): Add doc string correctly! | |
6377 | |
6378 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6379 | |
6380 * net-utils.el (whois-get-tld): Rewrite not to use `do'. | |
6381 | |
6382 1998-10-21 Markus Rost <rost@delysid.gnu.org> | |
6383 | |
6384 * lisp/info.el (Info-next-menu-item): Stay on top of node. | |
6385 | |
6386 * mail/rmailout.el (rmail-output): Insert newline only if necessary. | |
6387 | |
6388 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case. | |
6389 | |
6390 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines. | |
6391 | |
6392 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org> | |
6393 | |
6394 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*". | |
6395 | |
6396 1998-10-21 Karl Heuer <kwzh@gnu.org> | |
6397 | |
6398 * emacs-lisp/profile.el (profile-timer-program): Var deleted. | |
6399 (profile-timer-process, profile-temp-result-, profile-time): Likewise. | |
6400 (profile-filter, profile-reset-timer): Functions deleted. | |
6401 (profile-check-zero-init-times, profile-get-time): Likewise. | |
6402 (profile-find-function, profile-quit): Likewise. | |
6403 (profile-distinct, profile-call-stack, profile-last-time): New vars. | |
6404 (profile-time-list, profile-init-list): Doc fix. | |
6405 (profile-functions): Simplify. | |
6406 (profile-print): Use float. Make output include space separators. | |
6407 (profile-add-time): New helper function. | |
6408 (profile-function-prolog): Renamed from profile-start-function. | |
6409 Handle profile-distinct. | |
6410 (profile-function-epilog): Renamed from profile-update-function. | |
6411 Handle profile-distinct. | |
6412 (profile-a-function): If the function to be profiled is an | |
6413 autoload form, load it. If it's lazy-loaded, fetch it. | |
6414 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it. | |
6415 (profile-restore-fun): Arg FUN is now a function symbol, as was | |
6416 documented, rather than a one-element list. | |
6417 (profile-finish): Call profile-restore-fun properly. | |
6418 | |
6419 1998-10-21 Kenichi Handa <handa@etl.go.jp> | |
6420 | |
6421 * international/characters.el: Setup charset property | |
6422 nospace-between-words. | |
6423 | |
6424 * international/mule-cmds.el (get-charset-property): If CHARSET is | |
6425 composition, return nil. | |
6426 (put-charset-property): If CHARSET is composition, do nothing. | |
6427 | |
6428 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer. | |
6429 * language/devan-util.el | |
6430 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
6431 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
6432 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
6433 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
6434 | |
6435 * textmodes/fill.el (sentence-end-without-period): New variable. | |
6436 (canonically-space-region): Pay attention to | |
6437 sentence-end-without-period. | |
6438 (fill-find-break-point): The first argument CHARSET deleted. | |
6439 Caller changed. | |
6440 (fill-region-as-paragraph): Pay attention to charset property | |
6441 nospace-between-words and text property nospace-between-words. | |
6442 | |
6443 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6444 | |
6445 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for | |
6446 an unrecognized shell. | |
6447 | |
6448 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org> | |
6449 | |
6450 * desktop.el (desktop-save): Include minor modes symbolically. | |
6451 (desktop-create-buffer): Turn on all minor modes in `mim'. | |
6452 | |
6453 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6454 | |
6455 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files. | |
6456 (sh-font-lock-keywords): Handle rpm and rpm2. | |
6457 (sh-ancestor-alist): Handle rpm. | |
6458 | |
6459 * files.el (auto-mode-alist): Recognize .rpm files. | |
6460 Also .spec and .mspec files. | |
6461 | |
6462 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6463 | |
6464 * faces.el (frame-set-background-mode): Enable the function for | |
6465 MSDOS frames. | |
6466 | |
6467 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
6468 | |
6469 * calendar/calendar.el (calendar-day-name-array): Add doc string. | |
6470 (calendar-month-name-array): Add doc string. | |
6471 | |
6472 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6473 | |
6474 * simple.el (kill-ring-max): Increased to 60. | |
6475 | |
6476 1998-10-17 Kenichi Handa <handa@etl.go.jp> | |
6477 | |
6478 * international/characters.el: Setup auto-fill-chars. | |
6479 | |
6480 * international/kinsoku.el (kinsoku): Check the variable | |
6481 enable-kinsoku. | |
6482 | |
6483 * simple.el (do-auto-fill): Don't check kinsoku-enable here. | |
6484 Don't call kinsoku directly, intead call fill-find-break-point. | |
6485 | |
6486 * textmodes/fill.el: Setup `fill-find-break-point-function' | |
6487 property to character sets which require `kinsoku' processing for | |
6488 filling. | |
6489 (fill-find-break-point): New function. | |
6490 (fill-region-as-paragraph): Don't check kinsoku-enable here. | |
6491 Don't call kinsoku directly, intead call fill-find-break-point. | |
6492 | |
6493 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6494 | |
6495 * faces.el (modify-face-read-string): Return (nil) for "none". | |
6496 (modify-face): Don't get error if (nil) is the argument. | |
6497 (face-try-color-list): Don't check whether nil is a valid color. | |
6498 | |
6499 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6500 | |
6501 * emacs-lisp/bytecomp.el (byte-recompile-directory): | |
6502 Print message about each directory, even in batch mode. | |
6503 | |
6504 * gnus/nntp.el: Require `cl' before using nnoo-declare. | |
6505 | |
6506 * ps-print.el (ps-mule-chars-in-string): No need to use sref. | |
6507 (ps-mule-string-char): No need to use sref. | |
6508 (ps-mule-next-index): No need to use sref. | |
6509 | |
6510 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved. | |
6511 | |
6512 * files.el (revert-buffer-internal-hook): Add defvar. | |
6513 | |
6514 * arc-mode.el (archive-mode): Locally set file-precious-flag. | |
6515 | |
6516 * tar-mode.el (tar-mode): Locally set file-precious-flag. | |
6517 | |
6518 1998-10-16 Markus Rost <rost@delysid.gnu.org> | |
6519 | |
6520 * international/mule-cmds.el (default-input-method): Fix custom type. | |
6521 | |
6522 * net-utils.el (whois-server-list): Fix customization type. | |
6523 | |
6524 * shell.el (shell-input-autoexpand): Fix customization group. | |
6525 | |
6526 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6527 | |
6528 * repeat.el (repeat): Handle keyboard macros properly. | |
6529 Handle new prefix arg after self-insert command. | |
6530 | |
6531 * repeat.el: Don't include cl even at compile time. | |
6532 (repeat): Avoid using `loop'. | |
6533 | |
6534 * simple.el (shell-command-on-region): Doc fix. | |
6535 (next-history-element): Special error message if no default. | |
6536 | |
6537 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6538 | |
6539 * ps-print.el (ps-print-buffer): Doc fix. | |
6540 (ps-despool): Likewise. | |
6541 | |
6542 * arc-mode.el (arc-mode): Provide arc-mode. | |
6543 | |
6544 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6545 | |
6546 * ps-print.el (ps-print-buffer): Doc fix. | |
6547 | |
6548 1998-10-14 Dave Love <fx@gnu.org> | |
6549 | |
6550 * ange-ftp.el (ange-ftp-read-passwd): Function deleted. | |
6551 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd. | |
6552 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise. | |
6553 | |
6554 * progmodes/fortran.el (fortran-mode-map): Change "Join | |
6555 Continuation Line" to "Join Line". | |
6556 (fortran-font-lock-keywords-1): Add "cycle", "exit". | |
6557 | |
6558 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
6559 | |
6560 * progmodes/fortran.el (fortran-join-line): Use | |
6561 `delete-indentation' instead of issuing an error message if not on | |
6562 a continuation line. Provide for joining several lines using | |
6563 prefix arg. | |
6564 | |
6565 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6566 | |
6567 * term/pc-win.el (msdos-color-values): New variable. | |
6568 (x-color-values): New function, emulates its namesake from | |
6569 src/xfns.c. | |
6570 (msdos-bg-mode): Add all dark colors to those which return | |
6571 "dark". | |
6572 | |
6573 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6574 | |
6575 * replace.el (keep-lines, flush-lines, how-many): | |
6576 Don't ignore case if arg has upper case letters. | |
6577 | |
6578 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch> | |
6579 | |
6580 * progmodes/vhdl-mode.el | |
6581 (vhdl-add-index-menu): reverse order in imenu-generic-expression. | |
6582 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec) | |
6583 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map) | |
6584 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop) | |
6585 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo). | |
6586 (vhdl-when): Fix indentation problem. | |
6587 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev. | |
6588 (vhdl-get-port, vhdl-get-generic): Bug fix in template. | |
6589 (vhdl-hooked-abbrev): Bug fix in hooked abbrev. | |
6590 | |
6591 1998-10-13 Geoff Voelker <voelker@cs.washington.edu> | |
6592 | |
6593 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable. | |
6594 (ls-lisp-insert-directory): Renamed from insert-directory. | |
6595 (insert-directory): New function. | |
6596 | |
6597 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6598 | |
6599 * simple.el (completion-fixup-function): Variable deleted. | |
6600 (completion-setup-function): Delete code for completion-fixup-function. | |
6601 * emacs-lisp/lisp.el (lisp-complete-symbol): | |
6602 Don't bind completion-fixup-function. | |
6603 | |
6604 * files.el (find-file-wildcards): New option. | |
6605 (find-file-noselect): Handle wild cards, if enabled. | |
6606 (file-expand-wildcards): New function. | |
6607 | |
6608 * simple.el (set-fill-column): Doc fix. | |
6609 | |
6610 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6611 | |
6612 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search. | |
6613 | |
6614 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org> | |
6615 | |
6616 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only): | |
6617 Move declaration before first use. | |
6618 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr, | |
6619 hif-math, hif-factor): Rename token to hif-token and token-list to | |
6620 hif-token-list. | |
6621 (hif-token, hif-token-list): Declare them. | |
6622 (hif-find-ifdef-block): Return cons of top and bottom point | |
6623 instead of setting dynamically bound variables. | |
6624 (hide-ifdef-block, show-ifdef-block): Use return value of | |
6625 hif-find-ifdef-block. | |
6626 | |
6627 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6628 | |
6629 * subr.el (read-passwd): Use clear-this-command-keys. | |
6630 | |
6631 * telnet.el (telnet-initial-filter): Use clear-this-command-keys. | |
6632 | |
6633 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read | |
6634 and ...-for-write. | |
6635 | |
6636 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk> | |
6637 | |
6638 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected | |
6639 responses to GROUP command, since this may be called from a timer | |
6640 with quit inhibited. | |
6641 | |
6642 1998-10-12 Kenichi Handa <handa@etl.go.jp> | |
6643 | |
6644 * international/ccl.el (ccl-compile-if): If there's no false-cmds, | |
6645 set unconditional-jump to nil. | |
6646 (ccl-compile-read-multibyte-character): Return nil. | |
6647 (ccl-compile-write-multibyte-character): Likewise. | |
6648 (ccl-compile-translate-character): Likewise | |
6649 (ccl-compile-map-multiple): Likewise. | |
6650 (ccl-compile-map-single): Likewise. | |
6651 | |
6652 * international/kinsoku.el: Add coding tag. | |
6653 (kinsoku-bol): Remove superfluous TAB in a string. | |
6654 | |
6655 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
6656 Delete `composition' (if any) from CHARSETS. | |
6657 | |
6658 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6659 | |
6660 * international/mule-cmds.el (setup-specified-language-environment): | |
6661 Add apropos-inhibit property. | |
6662 (describe-specified-language-support): Likewise. | |
6663 | |
6664 1998-10-11 Kenichi HANDA <handa@etl.go.jp> | |
6665 | |
6666 * international/mule.el (make-coding-system): Create -with-esc | |
6667 variant coding system. | |
6668 | |
6669 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
6670 | |
6671 * progmodes/etags.el (tags-loop-revert-buffers): New variable. | |
6672 (next-file): Optionally offer to revert a file's buffer, | |
6673 if it has an existing buffer but the file has changed. | |
6674 | |
6675 * info.el (Info-insert-dir): Detect and report problems | |
6676 in input files, such as "No Top node". Return with point | |
6677 at the beginning of the text. | |
6678 (Info-find-node): Reinsert the code to handle files | |
6679 with no tags table; it was deleted by mistake. | |
6680 | |
6681 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
6682 | |
6683 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let | |
6684 texinfo-find-higher-level-node repeatedly find the same node. | |
6685 (texinfo-find-higher-level-node): Doc fix. | |
6686 | |
6687 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6688 | |
6689 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string. | |
6690 (smtpmail-address-buffer): Add defvar. | |
6691 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise. | |
6692 | |
6693 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved. | |
6694 | |
6695 * ffap.el (ffap-machine-p-local): Fix editing error. | |
6696 | |
6697 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6698 | |
6699 * faces.el (frame-set-background-mode): | |
6700 Don't do anythung for text-only or MSDOS frame. | |
6701 | |
6702 1998-10-08 Kenichi Handa <handa@etl.go.jp> | |
6703 | |
6704 * international/quail.el (quail-defrule): New optional arg APPEND. | |
6705 (quail-defrule-internal): Fix bug of handling the argument APPEND. | |
6706 | |
6707 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6708 | |
6709 * gnus/pop3.el (pop3-open-server): | |
6710 Set process-coding-system-alist around open-network-stream. | |
6711 | |
6712 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6713 | |
6714 * files.el (save-buffer): Doc fix. | |
6715 | |
6716 1998-10-07 Karl Heuer <kwzh@gnu.org> | |
6717 | |
6718 * emacs-lisp/profile.el (profile-fix-fun): If already profiled, | |
6719 return DEF unchanged, not nil. Simplify. | |
6720 | |
6721 1998-10-06 Geoff Voelker <voelker@cs.washington.edu> | |
6722 | |
6723 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp. | |
6724 | |
6725 1998-10-06 Peter Breton <pbreton@ne.mediaone.net> | |
6726 | |
6727 * generic.el (generic-mode-with-type): Added hooks for generic-modes. | |
6728 | |
6729 * net-utils.el (ftp, nslookup): Require comint. | |
6730 (network-service-connection): Likewise. | |
6731 (whois-server-name): Defaults to whois.arin.net | |
6732 (whois-server-list, whois-server-tld, whois-guess-server): New var. | |
6733 (whois): Tries to guess the appropriate top-level domain server. | |
6734 (whois-get-tld): New function. | |
6735 | |
6736 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs. | |
6737 (dirtrack-debug-toggle): Added this function. | |
6738 | |
6739 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6740 | |
6741 * files.el (find-file-noselect): Switch to the correct buffer | |
6742 before checking find-file-literally, and allow non-nil non-t | |
6743 rawfile params. | |
6744 | |
6745 1998-10-06 Karl Heuer <kwzh@gnu.org> | |
6746 | |
6747 * midnight.el (clean-buffer-list): Add autoload cookie. | |
6748 | |
6749 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from | |
6750 no-autosave. | |
6751 * tar-mode.el (tar-mode-revert): Likewise. | |
6752 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed | |
6753 from ediff-arrange-autosave-in-merge-jobs. Callers changed. | |
6754 * gnus/message.el (message-auto-save-directory): Renamed from | |
6755 message-autosave-directory. All references changed. | |
6756 | |
6757 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
6758 | |
6759 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary | |
6760 string. Expose mime stuff while searching. | |
6761 | |
6762 1998-10-06 Richard Stallman <rms@gnu.org> | |
6763 | |
6764 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result. | |
6765 | |
6766 * replace.el (perform-replace): Position point properly | |
6767 before and after the recursive edit of C-r. | |
6768 | |
6769 * progmodes/etags.el (tags-reset-tags-tables): Properly | |
6770 find the markers in the old rings that are being discarded. | |
6771 | |
6772 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6773 | |
6774 * apropos.el (apropos-print): control invalid characters. | |
6775 | |
6776 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X): | |
6777 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid | |
6778 confusing customize. | |
6779 | |
6780 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6781 | |
6782 * generic-x.el (bat-generic-mode): Fix regexps for keywords and | |
6783 built-in commands. Add more built-in commands and fix face names. | |
6784 | |
6785 1998-10-05 Simon Marshall <simon@gnu.org> | |
6786 | |
6787 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar. | |
6788 | |
6789 1998-10-04 Eric Ludlam <zappo@gnu.org> | |
6790 | |
6791 * speedbar.el (speedbar-initial-expansion-list-name): Remove | |
6792 customization since it is not useful in this case. | |
6793 (speedbar-frame-mode): Check if cfx or cfy is a list, and make | |
6794 sure it gets evalled to a number. Also verify that set-frame-name | |
6795 fn exists before calling it. | |
6796 | |
6797 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine): | |
6798 Protect a `forward-sexp' call which could fail, and improved regex | |
6799 for ie, and eg abbreviations. | |
6800 | |
6801 1998-10-02 Noah Friedman <friedman@splode.com> | |
6802 | |
6803 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not | |
6804 send-string. | |
6805 (rlogin-send-Ctrl-D): Here also. | |
6806 (rlogin-send-Ctrl-Z): Here also. | |
6807 (rlogin-send-Ctrl-backslash): Here also. | |
6808 | |
6809 1998-10-02 Dave Love <fx@gnu.org> | |
6810 | |
6811 * outline.el (hide-region-body): Bind | |
6812 outline-view-change-hook to nil while making repeated calls to | |
6813 outline-flag-region. Run it once at the end. | |
6814 (hide-other, hide-sublevels, show-children): Likewise. | |
6815 | |
6816 * info-look.el: Remove duplicate scheme-mode entry. | |
6817 (info-lookup-make-completions): When looking for entries, check | |
6818 that `item' isn't null or "Menu". | |
6819 | |
6820 1998-10-01 Karl Heuer <kwzh@gnu.org> | |
6821 | |
6822 * net-utils.el: Don't require ffap. | |
6823 (net-utils-machine-at-point, net-utils-url-at-point): New functions. | |
6824 (ping, nslookup-host, finger, network-connection-to-service): Use them. | |
6825 | |
6826 1998-09-30 Richard Stallman <rms@gnu.org> | |
6827 | |
6828 * ispell.el (check-ispell-version): No need to bind default-major-mode. | |
6829 | |
6830 * imenu.el (imenu--generic-function): Sort each submenu by position. | |
6831 (imenu--sort-by-position): New function. | |
6832 | |
6833 * cus-edit.el (Custom-mode-menu): Fix info node name. | |
6834 (customize group): Fix info node name. | |
6835 | |
6836 * mail/mailalias.el (build-mail-aliases): Don't allow | |
6837 a newline in the alias name. Don't define an alias | |
6838 if the definition would be empty. | |
6839 | |
6840 * which-func.el (which-func-mode-global): Make :set function | |
6841 more reliable. | |
6842 | |
6843 * custom.el (custom-set-variables): Load the requests first, | |
6844 then check the symbol's `set' function. | |
6845 | |
6846 * ffap.el: Doc fixes. | |
6847 | |
6848 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6849 | |
6850 * gnus.el: (gnus-valid-select-methods): Fix type. | |
6851 * gnus-sum.el (gnus-summary-respool-default-method): Fix type. | |
6852 * gnus-score.el (gnus-orphan-score): Fix type. | |
6853 (gnus-score-default-header, gnus-score-default-type): Fix type. | |
6854 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type. | |
6855 (gnus-saved-headers): Fix type. | |
6856 | |
6857 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix): | |
6858 Avoid nil value of `two-lines-citation-part'. | |
6859 | |
6860 1998-09-30 Roman Belenov <roman@nstl.nnov.ru> | |
6861 | |
6862 * which-func.el (which-function): Handle case when | |
6863 (car imenu--index-alist) is nil. | |
6864 | |
6865 1998-09-29 Dave Love <fx@gnu.org> | |
6866 | |
6867 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from | |
6868 bzip2 args. | |
6869 | |
6870 1998-09-29 Simon Marshall <simon@gnu.org> | |
6871 | |
6872 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and | |
6873 comint-exec-hook. | |
6874 | |
6875 1998-09-29 Stephen Eglen <stephen@gnu.org> | |
6876 | |
6877 * info-look.el: Add support for Octave. | |
6878 | |
6879 1998-09-28 Carsten Dominik <cd@delysid.gnu.org> | |
6880 | |
6881 * textmodes/reftex.el (reftex-finding-files): New customize group. | |
6882 (reftex-texpath-environment-variables, | |
6883 reftex-use-external-file-finders, reftex-external-file-finders, | |
6884 reftex-search-unrecursed-path-first): New options. | |
6885 (reftex-process-string, reftex-find-file-externally): New | |
6886 functions. | |
6887 (reftex-access-search-path): Execute shell commands to find the | |
6888 search path. | |
6889 (reftex-toggle-auto-view-crossref): When turning on, make sure | |
6890 `reftex-auto-view-crossref' becomes non-nil. | |
6891 (reftex-abbrev-regexp): Constant removed. | |
6892 (reftex-convert-string): Abbrev regexp calculated locally. | |
6893 | |
6894 1998-09-28 Dave Love <fx@gnu.org> | |
6895 | |
6896 * progmodes/fortran.el: Don't call regexp-opt when deriving | |
6897 font-lock patterns with keywords that aren't all literal. | |
6898 | |
6899 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
6900 | |
6901 * octave-inf.el (inferior-octave-prompt): Also match prompts of | |
6902 the form `octave.bin:1>' which come from using precopiled binary | |
6903 versions. | |
6904 | |
6905 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6906 | |
6907 * help.el (help-for-help): Use %THIS-KEY%. | |
6908 (help-quit): Add doc. | |
6909 | |
6910 * help-macro.el (make-help-screen): Keep HELP-TEXT | |
6911 in a separate function definition, not in the help command FNAME. | |
6912 Replace %THIS-KEY% with the key sequence that ran FNAME. | |
6913 | |
6914 1998-09-25 Richard Stallman <rms@gnu.org> | |
6915 | |
6916 * textmodes/texinfo.el (texinfo-show-structure): | |
6917 Bind inhibit-read-only. | |
6918 | |
6919 * isearch.el (isearch-search-and-update): Properly | |
6920 handle upper case letters in the reverse-search special case. | |
6921 | |
6922 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6923 | |
6924 * gnus.el: Extend the list of autoloaded functions. | |
6925 | |
6926 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
6927 buffer before creating help group. (from Gnus v5.6.43, fix by | |
6928 1998-08-20 Per Starback <starback@update.uu.se>) | |
6929 | |
6930 * gnus-util.el (gnus-output-to-rmail): Adjust to | |
6931 `rmail-output-to-rmail-file'. | |
6932 | |
6933 1998-09-25 Karl Heuer <kwzh@gnu.org> | |
6934 | |
6935 * hexl.el (hexl-mode-map): More of previous change. | |
6936 | |
6937 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
6938 (tex-start-tex): Don't use tex-start-options-string in star case. | |
6939 Quote file name in star case as well as in non-star. | |
6940 Add blank and quoting of option string here. | |
6941 (tex-start-options-string): Not here. | |
6942 | |
6943 1998-09-23 Karl Heuer <kwzh@gnu.org> | |
6944 | |
6945 * term.el (term-delimiter-argument-list): Doc fix. | |
6946 (term-emulate-terminal): Escape literal semicolon. | |
6947 * progmodes/asm-mode.el (asm-mode): Doc fix. | |
6948 (asm-comment-char): Escape literal semicolon. | |
6949 * emulation/viper-cmd.el (viper-movement-commands): Likewise. | |
6950 | |
6951 1998-09-23 Richard Stallman <rms@gnu.org> | |
6952 | |
6953 * hexl.el (hexl-mode-map): Don't override all ESC bindings, | |
6954 only those that normally modify the buffer. | |
6955 | |
6956 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer | |
6957 over again. | |
6958 | |
6959 1998-09-23 E. Jay Berkenbilt <ejb@ql.org> | |
6960 | |
6961 * ispell.el (check-ispell-version): Ensure same buffer is current | |
6962 when let-binding of case-fold-search ends. | |
6963 | |
6964 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
6965 | |
6966 * ps-print.el: Skip invisible overlay. | |
6967 Test for set-buffer-multibyte rather than using mule-version. | |
6968 (ps-print-version): New version number (4.1) and doc fix. | |
6969 (ps-generate-postscript-with-faces): Skip invisible overlay. | |
6970 | |
6971 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu> | |
6972 | |
6973 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes. | |
6974 | |
6975 1998-09-22 Kenichi Handa <handa@etl.go.jp> | |
6976 | |
6977 * international/quail.el (quail-update-guidance): Check for the | |
6978 return value of (quail-guidance) fixed. | |
6979 (quail-update-translation): Bind quail-current-str locally when it | |
6980 calls quail-update-guidance. | |
6981 (quail-update-translation): If input-method-exit-on-first-char is | |
6982 non-nil, terminate translation only when the current input method | |
6983 is simple. | |
6984 | |
6985 1998-09-22 Paul Eggert <eggert@twinsun.com> | |
6986 | |
6987 * startup.el (locale-translation-file-name): Prefer X-related names | |
6988 to the name used by GNU/Linux sans X. Set to nil if no file found. | |
6989 (command-line): Use locale-translation-file-name if it is not nil, | |
6990 instead of testing for its existence again. | |
6991 regexp-quote the ctype before using it in a regexp. | |
6992 Allow a colon to appear after the ctype in the aliases file, | |
6993 as is done in X11R6.4. | |
6994 | |
6995 1998-09-21 Richard Stallman <rms@gnu.org> | |
6996 | |
6997 * mail/rmail.el (rmail-resend): Work properly if invoked from summary. | |
6998 | |
6999 * calendar/appt.el (appt-interval): Variable deleted. | |
7000 (appt-check): For minutes in between appt-display-interval times, | |
7001 do check, but don't display anything except an updated mode line. | |
7002 Count against appt-display-interval based on minutes since | |
7003 first display of this appointment, not based on time of day. | |
7004 If appt-display-mode-line, force mode line redisplay | |
7005 whenever appt-mode-string has changed. | |
7006 (appt-add, appt-delete): Add autoload cookies. | |
7007 (appt-check): Catch errors from calling `diary'. | |
7008 (appt-max-time): Renamed from max-time. | |
7009 (appt-now-displayed, appt-display-count): New variables. | |
7010 (appt-timer): Don't create one if we already have one. | |
7011 | |
7012 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
7013 More general code to use the source buffer instead of the zap file. | |
7014 | |
7015 * hilit-chg.el (highlight-compare-with-file): Renamed from | |
7016 compare-with-file. | |
7017 | |
7018 * loadhist.el (load-history-loaded): New variable. | |
7019 (symbol-file): Load etc/fns-VERSION.el if that has not been done. | |
7020 | |
7021 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it. | |
7022 | |
7023 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
7024 Fix error messages. | |
7025 | |
7026 1998-09-21 Markus Armbruster <armbru@pond.sub.org> | |
7027 | |
7028 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an | |
7029 Emacs frame. | |
7030 | |
7031 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7032 | |
7033 * mail/rmail.el (rmail-decode-babyl-format): Recognize both | |
7034 `undecided' and `undecided-unix'. | |
7035 | |
7036 1998-09-21 Dave Love <fx@gnu.org> | |
7037 | |
7038 * help.el (help-make-xrefs): Fix typo affecting Info references. | |
7039 | |
7040 * subr.el (remove-hook): Check list values to avoid errors. | |
7041 | |
7042 1998-09-18 Noah Friedman <friedman@splode.com> | |
7043 | |
7044 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and | |
7045 store string in eldoc-last-message without consing a new string. | |
7046 Rearrange logic from nested if's into cond's. | |
7047 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string. | |
7048 Do not print message; just return string. | |
7049 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring. | |
7050 Do not print message; just return string. | |
7051 Cache that string in eldoc-last-data. | |
7052 (eldoc-last-data): Make into a vector. | |
7053 (eldoc-get-fnsym-args-string): Use new data form of structure. | |
7054 (eldoc-get-var-docstring): Here also. | |
7055 (eldoc-last-data-store): New function. | |
7056 (eldoc-get-fnsym-args-string): Use it. | |
7057 (eldoc-get-var-docstring): Here also. | |
7058 (eldoc-docstring-first-line): Minimize interim string consing. | |
7059 Call substitute-command-keys on the result. | |
7060 (eldoc-print-var-docstrings, eldoc-print-docstring, | |
7061 eldoc-docstring-message): Functions removed. | |
7062 (eldoc-docstring-format-sym-doc): New function, functionality | |
7063 ripped out of eldoc-docstring-message. | |
7064 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it. | |
7065 | |
7066 1998-09-18 Kenichi Handa <handa@etl.go.jp> | |
7067 | |
7068 * international/mule.el (make-coding-system): Doc-string modified. | |
7069 | |
7070 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org> | |
7071 | |
7072 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type. | |
7073 | |
7074 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix | |
7075 customize type. | |
7076 | |
7077 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize | |
7078 type. | |
7079 | |
7080 * progmodes/compile.el (compilation-error-screen-columns): New | |
7081 variable. | |
7082 (compilation-next-error-locus): Use it to decide whether to use | |
7083 forward-char or move-to-column. | |
7084 | |
7085 * mail/rmail.el (rmail-movemail-program): Fix customize type. | |
7086 | |
7087 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage, | |
7088 feedmail-fiddle-plex-user-list, | |
7089 feedmail-spray-address-fiddle-plex-list, | |
7090 feedmail-prompt-before-queue-user-alist, | |
7091 feedmail-prompt-before-queue-help-supplement, | |
7092 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug, | |
7093 feedmail-queue-alternative-mail-header-separator): Fix customize | |
7094 type. | |
7095 | |
7096 * startup.el (site-run-file): Fix customize type. | |
7097 | |
7098 * speedbar.el (speedbar-initial-expansion-list-name): Fix | |
7099 customize type. | |
7100 | |
7101 * shell.el (shell-input-autoexpand): Fix customize type. | |
7102 | |
7103 * ps-print.el (ps-font-info-database): Add missing dots in value. | |
7104 Improve layout of customize type. | |
7105 | |
7106 * net-utils.el (traceroute-program-options, ping-program-options, | |
7107 ipconfig-program-options, netstat-program-options, | |
7108 arp-program-options, route-program-options, | |
7109 nslookup-program-options, ftp-program-options): Fix customize | |
7110 type. | |
7111 | |
7112 * midnight.el (clean-buffer-list-kill-regexps, | |
7113 clean-buffer-list-kill-buffer-names, | |
7114 clean-buffer-list-kill-never-buffer-names, | |
7115 clean-buffer-list-kill-never-regexps): Fix customize type. | |
7116 | |
7117 * man.el (Man-init-defvars): Avoid trailing nil on | |
7118 Man-filter-list. | |
7119 | |
7120 * lpr.el (printer-name): Fix customize type. | |
7121 | |
7122 1998-09-16 Kenichi Handa <handa@etl.go.jp> | |
7123 | |
7124 * international/mule-cmds.el (reset-language-environment): Call | |
7125 update-coding-systems-internal. | |
7126 | |
7127 * international/mule-conf.el: Call update-coding-systems-internal | |
7128 at the tail. | |
7129 | |
7130 1998-09-14 Dave Love <fx@gnu.org> | |
7131 | |
7132 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't | |
7133 use the menu-enable properties, pending doing it correctly and | |
7134 acceptably fast. | |
7135 | |
7136 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text. | |
7137 | |
7138 1998-09-13 Dave Love <d.love@dl.ac.uk> | |
7139 | |
7140 * progmodes/hideshow.el (hs-grok-mode-type): Check | |
7141 comment-{start,end} non-nil as well as bound. Report an error if | |
7142 we can't grok the mode. | |
7143 | |
7144 1998-09-13 Richard Stallman <rms@gnu.org> | |
7145 | |
7146 * simple.el (blink-matching-open): Don't log paren matching | |
7147 messages in *Messages*. | |
7148 | |
7149 1998-09-12 Richard Stallman <rms@gnu.org> | |
7150 | |
7151 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up): | |
7152 Set point-before-scroll at end even if there was an error. | |
7153 | |
7154 * ange-ftp.el (ange-ftp-insert-file-contents): | |
7155 Use binary mode for dumb-unix hosts as for unix hosts. | |
7156 (ange-ftp-copy-file-internal): Likewise. | |
7157 | |
7158 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
7159 | |
7160 * emacs-lisp/pp.el: Doc fixes. | |
7161 | |
7162 * wid-edit.el (widget-menu-max-shortcuts): New variable. | |
7163 (widget-choose): Don't use single-char shortcuts if # items | |
7164 exceeds that many. Use minibuffer instead. | |
7165 | |
7166 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7167 | |
7168 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg. | |
7169 | |
7170 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org> | |
7171 | |
7172 * speedbar.el (speedbar-frame-mode): Do not set frame position if | |
7173 in terminal mode. | |
7174 | |
7175 1998-09-10 Noah Friedman <friedman@splode.com> | |
7176 | |
7177 * rsz-mini.el (resize-minibuffer-mode): remove :version field from | |
7178 defcustom declaration. It's wreaking too much havoc with XEmacs | |
7179 and older versions of Emacs, which share this code. | |
7180 | |
7181 * type-break.el (type-break-mode): Here also. | |
7182 | |
7183 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg | |
7184 `t' to add-hook also to modify the new local value. | |
7185 | |
7186 1998-09-10 Dave Love <fx@gnu.org> | |
7187 | |
7188 * vc.el (vc-insert-headers): Doc fix. | |
7189 | |
7190 1998-09-10 Richard Stallman <rms@gnu.org> | |
7191 | |
7192 * textmodes/flyspell.el (flyspell-mode-on): Make the | |
7193 ispell-... variables permanent locals. | |
7194 (flyspell-mode-off): Add autoload cookie. | |
7195 | |
7196 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host, | |
7197 do use binary mode, just as for `unix'. | |
7198 (ange-ftp-host-type): If HOST is nil, return `unix'. | |
7199 | |
7200 * dired.el (dired-mark-files-containing-regexp): | |
7201 Don't scan directories. Ignore non-readable files. | |
7202 | |
7203 * progmodes/compile.el (compilation-error-regexp-alist): | |
7204 Fix previous change: allow . and _ in command name. | |
7205 | |
7206 * dired.el (dired-mark-files-containing-regexp): Fix previous change. | |
7207 | |
7208 * uncompress.el (uncompress-while-visiting): | |
7209 Use just the car of what find-operation-coding-system returns. | |
7210 | |
7211 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename. | |
7212 | |
7213 * shell.el (shell-file-name-quote-list): Add # to the value. | |
7214 | |
7215 1998-09-10 E. Jay Berkenbilt <ejb@ql.org> | |
7216 | |
7217 * textmodes/flyspell.el (flyspell-mode-on): fix kill-buffer-hook | |
7218 to make killing of ispell process work even if | |
7219 kill-all-local-variables has been run. | |
7220 | |
7221 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7222 | |
7223 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite | |
7224 loop when sexp entry ends at end of file with no newline. | |
7225 | |
7226 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7227 | |
7228 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved) | |
7229 (Custom-reset-standard): Fix menu inconsistency. | |
7230 | |
7231 * mail/feedmail.el (feedmail-from-line): Allow t. | |
7232 (feedmail-message-id-suffix): Allow nil. | |
7233 | |
7234 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
7235 Simplify. Make prefix arg work right. | |
7236 | |
7237 1998-09-09 Dave Love <fx@gnu.org> | |
7238 | |
7239 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
7240 | |
7241 * help.el (help-xref-interned): Bind inhibit-read-only when inserting. | |
7242 | |
7243 1998-09-08 Dave Love <fx@gnu.org> | |
7244 | |
7245 * add-log.el (change-log-font-lock-keywords): Do parenthesized | |
7246 stuff only after file names or at start of line. Allow parens | |
7247 around e-mail, as well as angles. | |
7248 | |
7249 * gnus/nnweb.el (require): Wrap requirement of w3 and url in | |
7250 ignore-errors too, eval'd when compile. Require w3 stuff at load | |
7251 time for nicer failure if it's not available. | |
7252 | |
7253 1998-09-07 Geoff Voelker <voelker@cs.washington.edu> | |
7254 | |
7255 * comint.el (comint-arguments): Ignore backslashes when using | |
7256 w32 shells that expect backslashes as the directory separator. | |
7257 | |
7258 1998-09-04 Kenichi Handa <handa@etl.go.jp> | |
7259 | |
7260 * international/fontset.el (resolved-ascii-font): New variable. | |
7261 (x-complement-fontset-spec): By side effect, set | |
7262 `resolved-ascii-font' to the resolved name of ASCII font." | |
7263 (create-fontset-from-fontset-spec): Don't get a value for | |
7264 resolved-ascii-font from the list full-fontlist. It is set by | |
7265 x-complement-fontset-spec now. | |
7266 | |
7267 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
7268 version, check the value of mule-version. | |
7269 | |
7270 1998-09-07 Carsten Dominik <cd@delysid.gnu.org> | |
7271 | |
7272 * textmodes/reftex.el (reftex-view-crossref): Split up into | |
7273 several functions. No longer moves to find a macro. | |
7274 (reftex-view-cr-cite, reftex-view-cr-ref, | |
7275 reftex-end-of-bib-entry): New functions. | |
7276 (reftex-auto-view-crossref): New value `window' allowed. | |
7277 (reftex-view-crossref-when-idle): Process new `window' option in | |
7278 (reftex-translate-to-ascii-function): New default. | |
7279 (reftex-label-illegal-re): Default changed, removed Latin1. | |
7280 (reftex-latin1-to-ascii): New function. | |
7281 (reftex-what-environment): Check for section regexp before use. | |
7282 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with | |
7283 absolute path names. | |
7284 (reftex-TeX-master-file): Changed sequence of file checks. | |
7285 (reftex-do-citation): bibview cache only with RefTeX mode on. | |
7286 | |
7287 1998-09-06 Richard Stallman <rms@gnu.org> | |
7288 | |
7289 * progmodes/compile.el (compilation-error-regexp-alist): | |
7290 In first pattern (GNU utilities and other things), | |
7291 allow a space after the optional program name at the beginning. | |
7292 | |
7293 * mail/mail-hist.el (mail-hist-current-header-contents): | |
7294 Fix previous change: use mail-header-end. | |
7295 | |
7296 1998-09-06 Bill Richter <richter@math.nwu.edu> | |
7297 | |
7298 * international/ccl.el: Doc fixes. | |
7299 * international/encoded-kb.el: Doc fixes. | |
7300 * international/fontset.el: Doc fixes. | |
7301 * international/kinsoku.el: Doc fixes. | |
7302 * international/kkc.el: Doc fixes. | |
7303 * international/mule-cmds.el: Doc fixes. | |
7304 * international/mule-conf.el: Doc fixes. | |
7305 * international/mule-util.el: Doc fixes. | |
7306 * international/mule.el: Doc fixes. | |
7307 | |
7308 1998-09-05 Eric Ludlam <zappo@gnu.org> | |
7309 | |
7310 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function. | |
7311 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'. | |
7312 (checkdoc-this-string-valid-engine): Permit ? as terminating | |
7313 punctuation for first line sentence breaking. | |
7314 (checkdoc-this-string-valid): When converting a comment into a doc | |
7315 string, make sure " chars are \". | |
7316 (checkdoc-sentencespace-region-engine): Only do double space check | |
7317 if based on the variable `sentence-end-double-space' | |
7318 (checkdoc-this-string-valid-engine): ? ends valid sentence. | |
7319 (checkdoc-proper-noun-region-engine): Exclude items in URLs | |
7320 | |
7321 1998-09-04 Richard Stallman <rms@gnu.org> | |
7322 | |
7323 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): | |
7324 Recognize define-skeleton as a function definer. | |
7325 | |
7326 * cus-edit.el (customize-option): Refuse to customize | |
7327 a variable that has no defcustom. But if variable is autoloaded, | |
7328 first try to load the library that defines it. | |
7329 | |
7330 * international/iso-insert.el: Use `string' before calling `insert' | |
7331 so that in multibyte buffers we insert multibyte chars. | |
7332 | |
7333 * dired.el (dired-mark-files-containing-regexp): | |
7334 Don't use find-file; instead, insert the file in a temp buffer. | |
7335 | |
7336 * textmodes/tex-mode.el (tex-start-options-string): New option. | |
7337 (tex-start-tex): Use that variable. | |
7338 | |
7339 * mail/rmail.el (rmail-primary-inbox-list): Make the initial | |
7340 value in the `repeat' alternative a list. | |
7341 | |
7342 * textmodes/fill.el (fill-individual-paragraphs): Before deleting | |
7343 the inserted newline, verify that one was really inserted. | |
7344 | |
7345 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode | |
7346 remains on or remains off. | |
7347 (flyspell-multi-language-p): Default changed to nil. | |
7348 | |
7349 * progmodes/ada-mode.el (ada-search-ignore-string-comment): | |
7350 In "found in comment" case, don't beginning-of-line after forward-line. | |
7351 | |
7352 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): | |
7353 If the function definition is not a lambda, return original FORM | |
7354 with no error. | |
7355 | |
7356 1998-09-04 Peter Breton <pbreton@ne.mediaone.net> | |
7357 | |
7358 * net-utils.el (netstat-program-options): Changed from nil to "-a" | |
7359 so that by default netstat shows all network connections. | |
7360 | |
7361 1998-09-04 Bob Weiner <weiner@altrasoft.com> | |
7362 | |
7363 * international/quail.el: Doc fixes. | |
7364 | |
7365 * info.el (info): Don't add parens if FILE already has them. | |
7366 | |
7367 1998-09-04 Geoff Voelker <voelker@cs.washington.edu> | |
7368 | |
7369 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word | |
7370 on extension lines. | |
7371 | |
7372 1998-09-03 Geoff Voelker <voelker@cs.washington.edu> | |
7373 | |
7374 * w32-fns.el (w32-shell-dos-semantics): New function. | |
7375 | |
7376 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu> | |
7377 | |
7378 * international/quail.el (quail-choose-completion-string): Store | |
7379 completion `choice' in `quail-current-str'; don't insert it. | |
7380 | |
7381 1998-09-02 Kenichi Handa <handa@etl.go.jp> | |
7382 | |
7383 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH | |
7384 argument to ps-mule-generate-bitmap-font. | |
7385 | |
7386 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII | |
7387 entry and change Latin-1 entry in the default value. | |
7388 (ps-mule-font-info-database-ps-bdf): New variable. | |
7389 (ccl-encode-ethio-unicode): Bug of CCL code fixed. | |
7390 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function | |
7391 registerd in FONT-SPEC. | |
7392 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct | |
7393 charcter width of bitmap fonts. | |
7394 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript | |
7395 procedure NF. | |
7396 (ps-begin-file): Output PostScript code for setting | |
7397 SpaceWidthRatio. | |
7398 (ps-plot-region): Use line-beginning-position to get a position of | |
7399 the beginning of the current line. | |
7400 | |
7401 * international/mule-cmds.el (register-input-method): Doc-string | |
7402 modified. | |
7403 | |
7404 1998-09-01 Dave Love <fx@gnu.org> | |
7405 | |
7406 * international/mule-cmds.el (current-language-environment): Fix | |
7407 setter function. | |
7408 | |
7409 1998-09-01 Simon Marshall <simon@gnu.org> | |
7410 | |
7411 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite. | |
7412 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately. | |
7413 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class | |
7414 names with font-lock-type-face. Fontify type specs, etc., with | |
7415 font-lock-keyword-face. | |
7416 | |
7417 1998-08-31 Kenichi Handa <handa@etl.go.jp> | |
7418 | |
7419 * international/fontset.el (x-complement-fontset-spec): If ASCII | |
7420 font is specified in FONTLIST, don't substitute it for the | |
7421 resolved name. | |
7422 | |
7423 1998-08-31 Paul Eggert <eggert@twinsun.com> | |
7424 | |
7425 * international/mule.el (charset-description): Doc fix. | |
7426 | |
7427 * language/chinese.el, language/cyrillic.el, language/czech.el, | |
7428 language/devanagari.el, language/ethiopic.el, | |
7429 language/european.el, language/hebrew.el, language/indian.el, | |
7430 language/japanese.el, language/korean.el, language/lao.el, | |
7431 language/slovak.el, language/thai.el, language/tibetan.el, | |
7432 language/vietnamese.el: | |
7433 Add coding: local variable, to avoid bootstrapping problem | |
7434 if you need to recompile all the Lisp files using interpreted code. | |
7435 | |
7436 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7437 | |
7438 * cal-china.el (chinese-year-cache): Change range of years from | |
7439 1989-2000 to 1990-2010. | |
7440 | |
7441 1998-08-29 Dave Love <d.love@dl.ac.uk> | |
7442 | |
7443 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie. | |
7444 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined. | |
7445 | |
7446 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7447 | |
7448 * ps-print.el (ps-print-control-characters): Doc-string modified. | |
7449 (ps-output-string-prim): Comment format changed. | |
7450 (ps-do-despool): Indentation of source code changed. | |
7451 | |
7452 1998-08-28 Kenichi Handa <handa@etl.go.jp> | |
7453 | |
7454 * subr.el (sref): Make it an alias of aref. Make the | |
7455 byte-compiler warn that it is obsolete. | |
7456 (char-bytes): Make the byte-compiler warn that it is obsolete. | |
7457 | |
7458 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment): | |
7459 Calculate the total bytes using position-bytes instead of | |
7460 char-bytes. | |
7461 | |
7462 1998-08-27 Karl Heuer <kwzh@gnu.org> | |
7463 | |
7464 * snmp-mode.el: New file. | |
7465 * files.el (auto-mode-alist): Add snmp-mode patterns. | |
7466 | |
7467 1998-08-27 Karl Eichwalder <ke@suse.de> | |
7468 | |
7469 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'. | |
7470 | |
7471 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7472 | |
7473 * calendar/diary-lib.el (diary-block): Doc fix.. | |
7474 * calendar/calendar.el (diary-list-include-blanks): Doc fix.. | |
7475 | |
7476 1998-08-27 Richard Stallman <rms@gnu.org> | |
7477 | |
7478 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp. | |
7479 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space. | |
7480 Clear appt-mode-string if we don't put something in it. | |
7481 | |
7482 1998-08-27 Dave Love <fx@gnu.org> | |
7483 | |
7484 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking | |
7485 dired-local-variables-file for dired-x. | |
7486 | |
7487 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look | |
7488 for compressed library files too. | |
7489 | |
7490 1998-08-26 Kenichi Handa <handa@etl.go.jp> | |
7491 | |
7492 * language/european.el ("Latin-1"): Modify `documentation' key value. | |
7493 ("Latin-2"): Likewise. | |
7494 | |
7495 1998-08-26 Karl Heuer <kwzh@gnu.org> | |
7496 | |
7497 * dired-x.el (dired-guess-shell-alist-default): Fix regexp. | |
7498 | |
7499 1998-08-26 Albert L. Ting <alt@artisan.com> | |
7500 | |
7501 * mail/mail-hist.el (mail-hist-current-header-name): Fix test. | |
7502 (mail-hist-current-header-contents): Use mail-text-start. | |
7503 | |
7504 1998-08-26 Richard Stallman <rms@gnu.org> | |
7505 | |
7506 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2. | |
7507 (customize-changed-options-previous-release): New variable. | |
7508 (customize-changed-options): Use that variable as default arg. | |
7509 | |
7510 1998-08-26 Karl Eichwalder <ke@suse.de> | |
7511 | |
7512 * midnight.el: Require `timer' not only when compiling. | |
7513 | |
7514 1998-08-26 Per Starback <starback@update.uu.se> | |
7515 | |
7516 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
7517 buffer before creating help group. | |
7518 | |
7519 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7520 | |
7521 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind | |
7522 coding-system-for-write before saving. | |
7523 | |
7524 1998-08-26 Kevin Rodgers <kevinr@ihs.com> | |
7525 | |
7526 * isearch.el (isearch-forward): Doc fix. | |
7527 | |
7528 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org> | |
7529 | |
7530 * emacs-lisp/find-func.el: Fix :version tags to have a string | |
7531 value, not a float. | |
7532 | |
7533 * cus-dep.el: Fix typo in output. | |
7534 | |
7535 1998-08-25 Dave Love <fx@gnu.org> | |
7536 | |
7537 * repeat.el (repeat): Doc fix. | |
7538 [From rms:] | |
7539 (repeat-previous-repeated-command): New variable. | |
7540 (repeat): Check for real-last-command being null or repeat. Set | |
7541 repeat-previous-repeated-command. | |
7542 | |
7543 * browse-url.el (browse-url-netscape): Fix format for hex escapes. | |
7544 | |
7545 1998-08-25 Kenichi Handa <handa@etl.go.jp> | |
7546 | |
7547 * gnus/message.el (message-send-mail-with-sendmail): Bind | |
7548 coding-system-for-write by the return value of | |
7549 select-message-coding-system. | |
7550 (message-send-mail-with-qmail): Likewise. | |
7551 | |
7552 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org> | |
7553 | |
7554 * emacs-lisp/autoload.el: Fix doc-string-elt property on | |
7555 define-derived-mode. | |
7556 | |
7557 * files.el (file-name-invalid-regexp): | |
7558 Fix regex for ms-dos without long file names. | |
7559 | |
7560 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7561 | |
7562 * ps-print.el: Multi-byte buffer handling. | |
7563 (ps-print-version): New version number (4.0) and doc fix. | |
7564 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional | |
7565 compilation for GNU Emacs and emacsens. | |
7566 (ps-generate-postscript-with-faces): Force invisible text to be | |
7567 visible. | |
7568 (dos-ps-printer): New var to avoid compilation gripes. | |
7569 | |
7570 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
7571 | |
7572 * ps-print.el (ps-mule-plot-string): Pay attention to the case | |
7573 that no more characters can't be printed in the current line. | |
7574 | |
7575 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
7576 | |
7577 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be | |
7578 greater than TO. | |
7579 | |
7580 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
7581 | |
7582 * ps-print.el: Add codes to make ps-print.el work also on Emacs | |
7583 20.2 and the earlier version. | |
7584 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2. | |
7585 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise. | |
7586 (ps-mule-find-wrappoint): Likewise. | |
7587 (ps-mule-generate-font): Change `X' to `x' in format | |
7588 control-string. | |
7589 (ps-generate): Call ps-mule-begin before calling ps-begin-job. | |
7590 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and | |
7591 `restore' form procedures `BC' and `EC'. | |
7592 | |
7593 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
7594 | |
7595 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox | |
7596 is an executable procedure. Make LineThickness, Xshadow, and | |
7597 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc. | |
7598 (ps-mule-font-info-database, ps-mule-font-info-database-ps, | |
7599 ps-mule-font-info-database-bdf): New vars. | |
7600 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs. | |
7601 (ccl-encode-ethio-unicode): New CCL program. | |
7602 (ps-mule-encode-ethiopic): New fun. | |
7603 (ps-mule-current-charset): New var. | |
7604 (ps-mule-get-font-spec, ps-mule-font-spec-src, | |
7605 ps-mule-font-spec-name, ps-mule-font-spec-encoding, | |
7606 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs. | |
7607 (ps-mule-external-libraries): New var. | |
7608 (ps-mule-init-external-library): New fun. | |
7609 (ps-mule-font-cache): New var. | |
7610 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs. | |
7611 (ps-last-font): New var. | |
7612 (ps-mule-prepare-font): New fun. | |
7613 (ps-mule-charset-list): New var. | |
7614 (ps-mule-prologue-generated, ps-mule-prologue): New vars. | |
7615 (ps-mule-skip-same-charset, ps-mule-find-wrappoint, | |
7616 ps-mule-plot-string): New funs. | |
7617 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue): | |
7618 New vars. | |
7619 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar, | |
7620 ps-mule-prepare-cmpchar-font): New funs. | |
7621 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New | |
7622 vars. | |
7623 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font, | |
7624 ps-mule-generate-bitmap-glyph): New funs. | |
7625 (ps-mule-initialize, ps-mule-begin): New funs. | |
7626 (ps-output-string-prim): Insert string as unibyte. | |
7627 (ps-output-prologue): New fun. | |
7628 (ps-flush-output): Handle the case of 'prologue. | |
7629 (ps-begin-file): Call ps-mule-initialize. | |
7630 (ps-begin-job): Set ps-control-or-escape-regexp differently if | |
7631 printing multibyte characters. | |
7632 (ps-begin-page): Set ps-mule-current-charset to 'ascii. | |
7633 (ps-basic-plot-string): Handle the case of printing ASCII | |
7634 characters by external libraries (e.g. BDF). | |
7635 (ps-set-font): Set ps-last-font. | |
7636 (ps-plot-region): Handle multibyte characters, use | |
7637 ps-mule-plot-string for them. | |
7638 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin. | |
7639 | |
7640 * bdf.el: New file. | |
7641 | |
7642 1998-08-23 Kenichi HANDA <handa@etl.go.jp> | |
7643 | |
7644 * international/mule-cmds.el (select-message-coding-system): New | |
7645 function. | |
7646 (set-language-environment-coding-systems): Set | |
7647 default-sendmail-coding-system. | |
7648 | |
7649 * mail/sendmail.el (sendmail-coding-system): Doc-string modified. | |
7650 (default-sendmail-coding-system): New variable. | |
7651 (sendmail-send-it): Encode the message by a coding system | |
7652 select-message-coding-system returns. | |
7653 | |
7654 1998-08-23 Eric Ludlam <zappo@gnu.org> | |
7655 | |
7656 * speedbar.el: (speedbar-with-writable): remove `toggle-read-only'. | |
7657 (speedbar-mode): Set buffer to read only. | |
7658 (speedbar-temp-buffer-show-function): For emacs don't call hook | |
7659 with arguments. | |
7660 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable. | |
7661 | |
7662 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu> | |
7663 | |
7664 * speedbar.el (speedbar-key-map): Fix typo. | |
7665 | |
7666 See ChangeLog.7 for earlier changes. |