Mercurial > emacs
annotate lisp/ChangeLog @ 26094:2d7031063a9d
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 19 Oct 1999 11:47:44 +0000 |
parents | db9c6f10ec76 |
children | 7498e4a009cb |
rev | line source |
---|---|
26094 | 1 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl> |
2 | |
3 * progmodes/ps-mode.el (ps-mode-print-function): Fix default | |
4 value: \"lpr\" changed to "lpr" | |
5 (ps-mode-version): New constant | |
6 (ps-mode-show-version): New function, added key in ps-mode-map | |
7 (ps-run-messages): Removed | |
8 (ps-run-font-lock-keywords-2): New defcustom variable replacing | |
9 ps-run-messages. These keywords now include the value of | |
10 ps-run-prompt, making its fontification customizable. | |
11 (ps-run-init): Removed \\n from docstring, it is now added when | |
12 the value is used | |
13 (ps-run-font-lock-keywords-1): Added checking for initial ^ in | |
14 ps-run-prompt | |
15 (ps-mode): Added ps-run-font-lock-keywords-2 to list of | |
16 customizable variables in doc-string (it's equivalent | |
17 ps-run-messages was missing in previous version of the doc-string) | |
18 (ps-run-mode): Simplified assignment to font-lock-defaults, using | |
19 symbols only | |
20 | |
26091 | 21 1999-10-19 Alex Schroeder <alex@gnu.org> |
22 | |
23 * ansi-color.el: Complete rewrite. | |
24 | |
26084
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
25 1999-10-19 Paul Eggert <eggert@twinsun.com> |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
26 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
27 Fix bootstrapping problems. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
28 Use the system locale to specify Emacs locale defaults. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
29 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
30 * international/mule-cmds.el (global-map): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
31 Do not use backquote, because that makes a bootstrapping |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
32 problem if you need to recompile all Lisp files using interpreted code. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
33 * international/mule.el (charset-id, charset-bytes, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
34 charset-dimension, charset-chars, charset-width, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
35 charset-direction, charset-iso-final-char, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
36 charset-iso-graphic-plane, charset-reverse-charset, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
37 charset-short-name, charset-long-name, charset-description, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
38 charset-plist): Likewise. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
39 * subr.el (save-match-data): Likewise. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
40 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
41 * international/mule-cmds.el |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
42 (set-display-table-and-terminal-coding-system): New function, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
43 containing code migrated out of set-language-environment. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
44 (set-language-environment, set-locale-environment): Use it. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
45 (locale-translation-file-name): Moved here from startup.el. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
46 (locale-language-names, locale-preferred-coding-systems): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
47 New vars. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
48 (locale-name-match, set-locale-environment): New functions. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
49 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
50 * language/japan-util.el (setup-japanese-environment-internal): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
51 Prefer japanese-iso-8bit if the system-type is usg-unix-v. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
52 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
53 * startup.el (iso-8859-n-locale-regexp): Remove. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
54 (locale-translation-file-name): Move to mule-cmds.el. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
55 (command-line): Move locale-stuff into set-locale-environment. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
56 |
26080 | 57 1999-10-18 Dave Love <fx@gnu.org> |
58 | |
59 * abbrev.el (add-abbrev, inverse-add-abbrev) | |
60 (expand-region-abbrevs): Remove properties from buffer text. | |
61 | |
26064 | 62 1999-10-17 Gerd Moellmann <gerd@gnu.org> |
63 | |
26066 | 64 * iswitchb.el (iswitchb-exhibit): Extract user-input only |
65 from the mini-buffer, without the prompt. | |
66 | |
26064 | 67 * simple.el (minibuffer-prompt-end): Return the position |
68 after the prompt, not the position of that last character | |
69 of the prompt. | |
70 | |
26061 | 71 1999-10-17 Miles Bader <miles@gnu.org> |
72 | |
73 * simple.el: Doc fixes. | |
74 | |
75 1999-10-17 Miles Bader <miles@gnu.org> | |
76 | |
77 * simple.el (previous-matching-history-element, next-history-element): | |
78 Change to work correctly even if the point is in the prompt. | |
79 (choose-completion-string): Likewise. | |
80 (minibuffer-prompt-width): New function (compatibility with old subr). | |
81 | |
82 * textmodes/paragraphs.el (forward-sentence, forward-paragraph): | |
83 When constraining the final position to the current field, | |
84 don't use the ONLY-IN-LINE mode of constrain-to-field. | |
85 | |
86 1999-10-17 Miles Bader <miles@gnu.org> | |
87 | |
88 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to | |
89 constrain-to-field. | |
90 * textmodes/paragraphs.el (forward-sentence): Likewise. | |
91 | |
92 1999-10-17 Miles Bader <miles@gnu.org> | |
93 | |
94 * simple.el (line-move): Use constrain-to-field to avoid | |
95 moving into a prompt. | |
96 (previous-complete-history-element): Clarify doc string. | |
97 (next-complete-history-element): Likewise. | |
98 Use field-beginning instead of point-min. | |
99 (next-matching-history-element): Use field-beginning and | |
100 erase-field instead of point-min and erase-buffer. | |
101 * textmodes/paragraphs.el | |
102 (forward-paragraph, forward-sentence): Likewise. | |
103 (backward-kill-paragraph, backward-kill-sentence): Remove code to | |
104 constrain the kill to an field, as the movement commands now | |
105 do this. | |
106 | |
107 1999-10-17 Miles Bader <miles@gnu.org> | |
108 | |
109 * simple.el (previous-matching-history-element): Get the | |
110 minibuffer input with field-string instead of buffer-string. | |
111 (choose-completion-string): Likewise. | |
112 (next-history-element): Likewise. | |
113 Erase the minibuffer input with erase-field, not erase-buffer. | |
114 Use field-beginning to find the beginning of the input. | |
115 * textmodes/paragraphs.el (backward-kill-sentence): | |
116 Remove minibuffer-prompt hack. | |
117 Constrain to any input field. | |
118 | |
26053 | 119 1999-10-17 Sam Steingold <sds@ksp.com> |
120 | |
121 * bindings.el (completion-ignored-extensions): Added ".sparcf" | |
122 for CMUCL on sparc and ".ufsl" for LispWorks. | |
123 (bound-and-true-p): Bugfix: free variable `v'. | |
124 | |
26050 | 125 1999-10-16 Dave Love <d.love@dl.ac.uk> |
126 | |
127 * emacs-lisp/edebug.el (edebug-install-read-eval-functions) | |
128 (edebug-uninstall-read-eval-functions): Use load-read-function, | |
129 avoiding elisp-eval. | |
130 | |
26048 | 131 1999-10-16 Sam Steingold <sds@ksp.com> |
132 | |
133 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq' | |
134 instead of `eql'. | |
135 | |
26039
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
136 1999-10-14 Stefan Monnier <monnier@cs.yale.edu> |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
137 |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
138 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
139 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file), |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
140 (browse-url-temp-file-list, browse-url-delete-temp-file-list): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
141 * ediff-util.el (ediff-make-temp-file): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
142 * ediff-vers.el (ediff-pcl-cvs-view-revision): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
143 * emerge.el (emerge-make-temp-file): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
144 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
145 * vc.el (vc-update-change-log): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
146 * mail/mailpost.el (post-mail-send-it): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
147 * mail/metamail.el (metamail-region): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
148 * progmodes/cmacexp.el (c-macro-expansion): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
149 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file. |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
150 |
26029 | 151 1999-10-15 Gerd Moellmann <gerd@gnu.org> |
152 | |
153 * smtpmail.el (smtpmail-via-smtp): Add support for | |
154 automatically appending a domain to RCPT TO: addresses. | |
155 | |
26027 | 156 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
157 | |
158 * dired.el (dired-insert-directory): Insert the amount of | |
159 free space after the total size. | |
160 (dired-free-space-program, dired-free-space-args): New variables. | |
161 | |
26023 | 162 1999-10-14 Karl Heuer <kwzh@gnu.org> |
163 | |
164 * mail/rmail.el (rmail-pop-password-error): Add new pattern. | |
165 | |
26017 | 166 1999-10-14 Dave Love <fx@gnu.org> |
167 | |
168 * international/characters.el: | |
169 * international/fontset.el: | |
170 * international/mule-conf.el: Add latin-iso8859-1[45]. | |
171 | |
172 * language/european.el: Add Latin-8, Latin-9. Modify some doc | |
173 strings. | |
174 | |
175 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89]. | |
176 (command-line): Detect Latin-[89] locales. | |
177 | |
26011 | 178 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> |
179 | |
180 * international/mule-cmds.el (select-safe-coding-system) | |
181 (leim-list-header): avoid the use of strings that start with backslash | |
182 newline since lread.c:read1 has a hack to turn those strings into | |
183 integer 0 during the loadup.el process. | |
184 | |
185 * diff-mode.el (diff-find-file-name): use `Index:' preferentially. | |
186 | |
26008 | 187 1999-10-13 Dave Love <fx@gnu.org> |
188 | |
189 * image.el (insert-image): Copy the image spec and add an | |
190 intangible property. | |
191 | |
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
192 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
|
193 |
26008 | 194 * help.el (help-xref-interned): Make it also work on variable-only |
195 and function-only symbols. | |
196 (help-make-xrefs): Take advantage of the new `help-xref-interned'. | |
197 (help-follow): If the point under mouse is not highlighted, try | |
198 `help-xref-interned' on the pointed-to symbol anyway. | |
199 | |
200 * info.el (Info-on-current-buffer): New entry point. | |
201 (Info-find-node): Split into two for Info-on-current-buffer to | |
202 hook into it. | |
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
203 (Info-current-file, Info-set-mode-line, Info-up): |
26008 | 204 Info-current-file can now be t. |
205 (Info-clone-buffer-hook): function for `clone-buffer'. | |
206 (Info-goto-node, Info-menu, Info-mode-map, Info-mode): | |
207 `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
|
208 |
26002
4f46db3c9d7d
* subr.el (with-current-buffer): don't use backquotes to avoid
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26001
diff
changeset
|
209 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
|
210 |
26008 | 211 * simple.el (shell-command, shell-command-on-region): Use |
212 make-temp-file. | |
213 (clone-buffer, clone-process, clone-buffer-hook): New functions. | |
214 | |
215 * subr.el (with-current-buffer): Don't use backquotes to avoid | |
216 bootstrapping problems. | |
217 | |
218 * loadup.el (load-path): Add subdirs for bootstrapping. | |
219 (docstrings): Ignore errors during bootstrapping. | |
220 (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
|
221 |
26001 | 222 1999-10-12 Emmanuel Briot <briot@gnat.com> |
223 | |
224 * ada-stmt.el: Doc-string fixes. | |
225 | |
25991 | 226 1999-10-12 Gerd Moellmann <gerd@gnu.org> |
227 | |
25998 | 228 * recentf.el: New file. |
229 | |
25991 | 230 * ps-mode.el: New file. |
231 | |
232 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps, | |
233 case insensitive. | |
234 | |
25985 | 235 1999-10-12 Richard Sharman <rsharman@pobox.com> |
236 | |
237 * sh-script.el: Added support for indenting existing scripts. | |
238 (sh-mode-map): Added new bindings. | |
239 (sh-mode): Updated mode doc-string for new commands, added | |
240 make-local-variable calls, initialize mode-specific variables. | |
241 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line | |
242 is now a different function. | |
243 (sh-header-marker): Changed docstring. | |
244 (sh-set-shell): Initialize mode-specific variables. | |
245 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select) | |
246 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts): | |
247 Changed these define-skeleton calls to work with user-specified | |
248 indentation settings. | |
249 (sh-basic-indent-line, sh-blink, sh-calculate-indent) | |
250 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing) | |
251 (sh-electric-hash, sh-electric-less, sh-electric-rparen) | |
252 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info) | |
253 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word) | |
254 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if) | |
255 (sh-guess-basic-offset, sh-handle-after-case-label) | |
256 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do) | |
257 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac) | |
258 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open) | |
259 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close) | |
260 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else) | |
261 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case) | |
262 (sh-handle-this-then, sh-help-string-for-variable) | |
263 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent) | |
264 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init) | |
265 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp) | |
266 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style) | |
267 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable) | |
268 (sh-remove-our-text-properties, sh-rescan-buffer) | |
269 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp) | |
270 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer) | |
271 (sh-scan-case, sh-search-word, sh-set-char-syntax) | |
272 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value) | |
273 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New | |
274 functions. | |
275 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax) | |
276 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done) | |
277 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done) | |
278 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist) | |
279 (sh-var-list): New variables. | |
280 | |
25983 | 281 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk> |
282 | |
25999 | 283 * quickurl.el (quickurl-list-insert): `count-lines' was returning |
284 a value one line to high if the cursor wasn't at the start of a | |
285 line. A `beginning-of-line' is now performed before making the | |
286 call to `count-lines'. | |
25983 | 287 |
25979
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
288 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
|
289 |
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
290 * 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
|
291 |
25960 | 292 1999-10-09 Stefan Monnier <monnier@cs.yale.edu> |
293 | |
25962 | 294 * Makefile (setwins): abstract out the command to find subdirectories |
295 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base). | |
25970 | 296 (custom-deps, finder-data, autoloads, update-subdirs, updates) |
297 (autoloads-with-other-emacs): use it. | |
25962 | 298 |
25960 | 299 * diff-mode.el: new file. A mode for viewing/editing context diffs. |
300 | |
25942 | 301 1999-10-09 Gerd Moellmann <gerd@gnu.org> |
302 | |
303 * Makefile (bootstrap-compile): New target. Compile Lisp | |
304 files with ../src/temacs. | |
305 | |
25939 | 306 1999-10-08 Simon Marshall <simon@gnu.org> |
307 | |
308 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function. | |
309 (regexp-opt-group): Use it to get common suffixes in STRINGS. | |
310 If STRINGS is nil, return "" rather than nil. | |
311 | |
25937 | 312 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
313 | |
314 * Makefile (compile): Compile files one by one. Set load-path to | |
315 current directory and subdirectories when compiling. | |
316 | |
25918 | 317 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
318 | |
319 * Makefile (EMACSOPT, DONTCOMPILE, EL): New. | |
320 (emacs): Use it everywhere instead of EMACS. | |
321 (compile): New target. Compile all Lisp files from scratch. | |
322 (recompile): New target. Recompile lisp directory. | |
323 (autoloads-with-other-emacs): New target. Build loaddefs.el with | |
324 an Emacs executable not built in the current directory tree. | |
325 | |
25908 | 326 1999-10-07 Peter Breton <pbreton@ne.mediaone.net> |
327 | |
328 * filecache.el (file-cache-completion-ignore-case): New variable, | |
329 defaulting to the value of completion-ignore-case. | |
330 (file-cache-minibuffer-complete): Use it. | |
331 (file-cache-files-matching, file-cache-files-matching-internal): | |
332 New functions. | |
333 | |
25905
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
334 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
|
335 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
336 * 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
|
337 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
338 * 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
|
339 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
340 * 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
|
341 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
342 * 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
|
343 subprogram being created. |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
344 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
345 * 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
|
346 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
|
347 scheme |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
348 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
349 * 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
|
350 New functions |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
351 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
352 * 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
|
353 justification parameter |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
354 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
355 * 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
|
356 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
|
357 external program |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
358 |
25900 | 359 1999-10-07 Dave Love <fx@gnu.org> |
360 | |
361 * bindings.el (bound-and-true-p): New macro. | |
362 (make-mode-line-mouse-sensitive): Don't require easymenu. | |
363 | |
25886 | 364 1999-10-07 Gerd Moellmann <gerd@gnu.org> |
365 | |
366 * custom.el (defface): Extend documentation for new values of | |
367 `type'. | |
368 | |
369 * faces.el (face-spec-set-match-display): Recognize `type' of | |
370 `motif', `lucid', `x-toolkit'. | |
371 (menu): New face. | |
372 | |
25870 | 373 1999-10-05 Dave Love <fx@gnu.org> |
374 | |
375 * files.el: Recognize temporary crontab files. | |
376 | |
25873 | 377 * info.el: Require jka-compr when compiling. |
378 (Info-suffix-list): Add bzip2 files (non-ms-dos only). | |
379 | |
25866 | 380 1999-10-04 Dave Love <fx@gnu.org> |
381 | |
382 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines, | |
383 scroll-up-aggressively, scroll-down-aggressively. | |
384 | |
385 * time.el (display-time-mode): Add autoload cookie. | |
386 | |
25867 | 387 * rect.el (delete-extract-rectangle): Doc fix from verna. |
25866 | 388 |
389 * help-macro.el (three-step-help): Customize. | |
390 | |
25926 | 391 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
392 | |
393 * hexl.el (hexlify-buffer): Move point in proper range | |
394 if it is too large. | |
395 (hexl-after-revert-hook): Update hexl-max-address. | |
396 (hexl-address-to-marker): Doc fix. | |
397 | |
25865 | 398 1999-10-03 Dave Love <fx@gnu.org> |
399 | |
400 * image.el (defimage): Remove redundant code. Substitute file in | |
401 image plist. | |
402 | |
403 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
404 | |
405 * vc.el (vc-backend-checkout): Use coding system 'no-conversion | |
406 when doing with-temp-file. | |
407 | |
408 1999-10-01 Dave Love <fx@gnu.org> | |
409 | |
410 * cus-edit.el (custom-comment-create): Fill :from and :to slots. | |
411 | |
412 * help.el: Require view when compiling. | |
413 (view-emacs-FAQ): Use Info version. | |
414 | |
25837 | 415 1999-09-29 Ken'ichi Handa <handa@gnu.org> |
416 | |
417 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed | |
418 (normat->normal). Use correct font names for Korean | |
419 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H). | |
420 | |
421 1999-09-29 Kenichi Handa <handa@etl.go.jp> | |
422 | |
423 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit | |
424 code not used by KOI8 to the same 8-bit code instead of mapping to | |
425 SPC. | |
426 (cyrillic-alternativnyj-decode-table): Likewise. | |
427 | |
428 1999-09-29 Alex Schroeder <alex@gnu.org> | |
429 | |
430 * sql.el (sql-imenu-generic-expression): new, used to set | |
431 imenu-generic-expression. | |
432 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting | |
433 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression, | |
434 imenu-case-fold-search, and imenu-syntax-alist. | |
435 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when | |
436 setting font-lock-defaults' SYNTAX-ALIST. | |
437 | |
26025 | 438 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
439 | |
440 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard | |
441 macro, try again. | |
442 | |
25837 | 443 1999-09-28 Dave Love <fx@gnu.org> |
444 | |
445 * cus-edit.el (custom-comment): Change widget definition. | |
446 (custom-comment-create, custom-comment-show) | |
447 (custom-comment-invisible-p): Don't use :comment-overlay. | |
448 (custom-comment-hide): New function. | |
449 (custom-variable-set, custom-variable-save) | |
450 (custom-variable-reset-standard, custom-face-set) | |
451 (custom-face-save): Use it. | |
452 | |
25946 | 453 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
454 | |
25949 | 455 * hexl.el (hexl-mode): Do nothing if already in hexl mode. |
456 | |
457 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
458 | |
25946 | 459 * faces.el (region): Doc fix. |
460 | |
25837 | 461 1999-09-27 Dave Love <fx@gnu.org> |
462 | |
463 * isearch.el (isearch): Add :links in defgroup. | |
464 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank. | |
465 (isearch-switch-frame-handler): Comment out (unused). | |
466 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix. | |
467 (isearch-ring-retreat-edit): Doc fix. | |
468 (isearch-mouse-yank): New command. | |
469 (isearch-last-command-char): Removed. Callers changed to use | |
470 last-command-char. | |
471 (isearch-char-to-string): Removed. Callers changed to use | |
472 char-to-string. | |
473 | |
25944 | 474 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> |
475 | |
476 * ispell.el (ispell-dictionary-alist-6): Don't use "-C" | |
477 option for Russian. | |
478 | |
25837 | 479 1999-09-25 Gerd Moellmann <gerd@gnu.org> |
480 | |
481 * faces.el (face-differs-from-default-p): Compare face | |
482 attributes individually. | |
483 | |
484 * image.el (put-image, insert-image): Add string argument. | |
485 | |
486 1999-09-24 Gerd Moellmann <gerd@gnu.org> | |
487 | |
488 * ange-ftp.el (ange-ftp-date-regexp): Make it work for | |
489 LANG=de_DE.iso88591 on HPUX 11.0. | |
490 | |
491 * dired.el (dired-move-to-filename-regexp): Make it work | |
492 for LANG=de_DE.iso88591 on HPUX 11.0. | |
493 | |
494 1999-09-24 Carsten Dominik <cd@gnu.org> | |
495 | |
496 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for | |
497 multiple thebibliography environments. | |
498 | |
499 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug | |
500 with recentering window. | |
501 (reftex-extract-bib-entries-from-thebibliography, | |
502 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal | |
503 with multiple thebibliography environments. | |
504 | |
505 * textmodes/reftex-vars.el | |
506 (reftex-section-levels): Function allowed as cdr. | |
507 (reftex-max-section-depth) New option. | |
508 | |
509 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal | |
510 with multiple thebibliography environments. | |
511 | |
512 1999-09-23 Gerd Moellmann <gerd@gnu.org> | |
513 | |
514 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end | |
515 instead of point-min in call to delete-region. | |
516 | |
517 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
518 | |
519 * vc.el (vc-backend-checkout): Use with-temp-file when checking | |
520 out into arbitrary file names. | |
521 | |
522 1999-09-19 Ken'ichi Handa <handa@gnu.org> | |
523 | |
524 * language/european.el ("Turkish"): New language environment. | |
525 | |
526 1999-09-19 Dave Love <fx@gnu.org> | |
527 | |
528 * delim-col.el: New file. | |
529 | |
530 1999-09-17 Richard Stallman <rms@gnu.org> | |
531 | |
532 * files.el (after-find-file): When visiting a backup file, | |
533 make it read-only. | |
534 | |
535 * apropos.el (apropos-symbol-face): Non-nil even for ttys. | |
536 (apropos-keybinding-face, apropos-label-face): Likewise. | |
537 (apropos-property-face, apropos-match-face): Likewise. | |
538 (apropos-label-properties): New variable. | |
539 (apropos-print-doc): Use apropos-label-properties. | |
540 (apropos-print): Set apropos-label-properties. | |
541 | |
542 1999-09-15 Richard Stallman <rms@gnu.org> | |
543 | |
544 * winner.el: Use aref instead of sref. | |
545 | |
546 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars. | |
547 | |
548 1999-09-14 Gerd Moellmann <gerd@gnu.org> | |
549 | |
550 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print. | |
551 | |
552 1999-09-14 Richard Stallman <rms@gnu.org> | |
553 | |
554 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload | |
555 cookie, even if followed by a letter. | |
556 | |
557 1999-09-14 Stephen Eglen <stephen@gnu.org> | |
558 | |
559 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and | |
560 --no-line-editing are passed to Octave by including them here | |
561 rather than storing them in inferior-octave-startup-args. | |
562 | |
563 1999-09-14 Eli Zaretskii <eliz@gnu.org> | |
564 | |
565 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref, | |
566 command, option, env and sc. | |
567 | |
568 * subr.el (shell-quote-argument): Quote argument with double | |
569 quotes for ms-dos. | |
570 | |
571 1999-09-14 Richard Stallman <rms@gnu.org> | |
572 | |
573 * simple.el (eval-expression-print-level): New variable. | |
574 (eval-expression-print-length): New variable. | |
575 (eval-expression-debug-on-error): New variable. | |
576 (eval-expression): Bind print-level, print-length and | |
577 debug-on-error from those vars. | |
578 | |
579 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp): | |
580 Bind print-level, print-length and debug-on-error. | |
581 | |
582 1999-09-14 Inge Frick <inge@nada.kth.se> | |
583 | |
584 * dired.el (dired-recursive-deletes): New custom variable. | |
585 (dired-re-no-dot): New variable. | |
586 (dired-delete-file): New function deletes files and directories | |
587 recursively. | |
588 (dired-internal-do-deletions): Use `dired-delete-file' to delete files. | |
589 | |
590 * dired-aux.el (dired-recursive-copies): New custom variable. | |
591 (dired-handle-overwrite): Broke a long line. | |
592 (dired-copy-file): Call `dired-copy-file-recursive' instead of | |
593 `copy-file'. | |
594 (dired-copy-file-recursive): New function. Copy directories | |
595 recursively. | |
596 (dired-do-create-files): Added support for generalized directory | |
597 target. How-to function may now return a function. New fluid | |
598 variable `dired-one-file'. | |
599 (dired-copy-how-to-fn): New variable. | |
600 (dired-do-copy): Bind `dired-recursive-copies' to preserve it. | |
601 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files. | |
602 (dired-do-copy-regexp): No recursive copies. | |
603 | |
604 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com> | |
605 | |
606 * whitespace.el (whitespace-version): Update version to 2.4 | |
607 | |
608 * whitespace.el: Add customization variables to conditionally test | |
609 any of the five whitespaces, per request from Rune Kleveland | |
610 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>. | |
611 | |
612 * whitespace.el (whitespace-spacetab-regexp): Fix doc string. | |
613 | |
614 * whitespace.el (whitespace-modes): Add `change-log-mode' to the | |
615 list of modes to be checked for bogus whitespaces. | |
616 | |
617 * whitespace.el (whitespace-rescan-timer-time): Update | |
618 documentation. | |
619 | |
620 * whitespace.el (whitespace-display-unchecked-whitespaces): | |
621 new function to update modeline with untested whitespaces. | |
622 | |
623 * whitespace.el (whitespace-buffer): Test only whitespaces whose | |
624 checking is turned on, and update modeline using the newly created | |
625 `whitespace-display-unchecked-whitespaces'. | |
626 | |
627 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces | |
628 whose checking is turned on, and update modeline using the newly | |
629 created `whitespace-display-unchecked-whitespaces'. | |
630 | |
631 * whitespace.el (whitespace-describe): Update documentation. | |
632 | |
633 * whitespace.el (whitespace-tickle-timer): Test if | |
634 `whitespace-rescan-timer-time' is non-zero before tickling timer. | |
635 | |
636 1999-09-13 Dave Love <fx@gnu.org> | |
637 | |
638 * hideif.el (hide-ifdef-mode): Add autoload cookie. | |
639 | |
640 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode | |
641 for temp buffer. | |
642 (checkdoc-this-string-valid): Don't assume default comment-start. | |
643 | |
644 1999-09-13 Gerd Moellmann <gerd@gnu.org> | |
645 | |
646 * rsz-mini.el: Remove code, keep the interface. | |
647 | |
648 1999-09-13 Dave Love <fx@gnu.org> | |
649 | |
650 * help.el (help-highlight-p): Doc fix. | |
651 | |
652 * faces.el (mode-line, header-line, tool-bar): Add :version. | |
653 (highlight, secondary-selection): Add :group. | |
654 (trailing-whitespace): Add :group, :version. | |
655 | |
656 * wid-edit.el: Remove some compatibility code and checks. | |
657 (widget-specify-field, widget-specify-button): Don't use XEmacs | |
658 properties. | |
659 (widget-overlay-inactive): Change error message. | |
660 (widget-button-pressed-face): New variable. | |
661 (widget-button-click): Use it. | |
662 (widget-documentation-link-add): Specify mouse and button faces. | |
663 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions | |
664 removed now the functionality is built in. | |
665 | |
666 * cus-edit.el: Don't define-widget-keywords. | |
667 (multimedia): New group. | |
668 (custom-last): Function removed. | |
669 (custom-quote): Add vectorp case, comment out characterp case. | |
670 (custom-buffer-done-function, custom-raised-buttons): New option. | |
671 (Custom-buffer-done): New function. | |
672 (custom-buffer-create-internal): Obey custom-raised-buttons, | |
673 Custom-buffer-done. | |
674 (custom-button-face): Make it `released-button'. | |
675 (custom-button-pressed-face): Make it `pressed-button' | |
676 (custom-mode-map): Bind "q" to Custom-buffer-done. | |
677 (custom-mode): Deal with raised/pressed buttons. | |
678 | |
679 Changes from Didier Verna: | |
680 (custom-prompt-variable): Optional third arg makes prompt for a | |
681 comment string. | |
682 (customize-set-value, customize-set-variable, | |
683 customize-save-variable): Optional prefix makes function handle | |
684 variable comments. | |
685 (customize-customized, customize-saved, custom-variable-state-set) | |
686 (custom-variable-set, custom-variable-save, custom-face-state-set) | |
687 (custom-variable-reset-saved, custom-variable-reset-standard) | |
688 (custom-face-set, custom-face-save, custom-face-reset-saved) | |
689 (custom-face-reset-standard, customize-save-customized): Handle | |
690 custom comments. | |
691 (custom-comment-face, custom-comment-tag-face): New face. | |
692 (custom-comment): New widget. | |
693 (custom-comment-create, custom-comment-delete) | |
694 (custom-comment-value-set, custom-comment-show) | |
695 ()custom-comment-invisible-p): New functions. | |
696 (custom-variable-value-create, custom-face-value-create): Create a | |
697 comment field widget. | |
698 (custom-variable-menu, custom-face-menu): New entry for custom | |
699 comment. | |
700 (custom-face-value-create): Remove compatibility code. | |
701 (custom-save-variables, custom-save-faces): Possibly save custom | |
702 comments. | |
703 | |
704 * cus-face.el (custom-face-attributes): Simplify :underline, | |
705 :overline, :inverse-video cases. Fix up :box case (probably needs | |
706 more work). | |
707 | |
708 Change from Didier Verna: | |
709 (custom-set-faces): The arguments can now have a custom comment as | |
710 fourth argument. | |
711 | |
712 * custom.el: Don't define-widget-keywords. | |
713 Change from Didier Verna: | |
714 (custom-set-variables): the arguments can now have a | |
715 custom comment as fifth element. | |
716 | |
717 1999-09-13 Richard Stallman <rms@gnu.org> | |
718 | |
719 * info.el (Info-find-node): Cope better if guesspos is too large. | |
720 | |
721 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
722 | |
723 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead | |
724 of buffer-substring because buffer-string doesn't copy the | |
725 prompt. | |
726 | |
727 * faces.el (mode-line): Replaces `modeline'. | |
728 (toplevel): Make `modeline' an alias for `mode-line'. | |
729 | |
730 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
731 | |
732 * gs.el: Change `ghostscript' to `postscript' in comment. | |
733 | |
734 1999-09-11 Rob Riepel <riepel@Stanford.EDU> | |
735 | |
736 * emulation/tpu-edt.el (tpu-version): New version. | |
737 (tpu-search-overlay, tpu-replace-overlay): New variables. | |
738 (tpu-search-highlight, tpu-toggle-direction): New functions. | |
739 (tpu-lm-replace): Set tpu-replace-overlay. | |
740 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post | |
741 command hook. | |
742 | |
743 1999-09-11 Richard Stallman <rms@gnu.org> | |
744 | |
745 * isearch.el (isearch-mode-map): Undo previous change. | |
746 | |
747 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER, | |
748 use all of that as the sexp. | |
749 | |
750 * files.el (find-file-noselect): Catch errors in file-expand-wildcards, | |
751 and use the initial argument as file name directly. | |
752 Likewise if nothing matches. | |
753 | |
754 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no> | |
755 | |
756 * winner.el: Major changes. Avoid changing point and mark. | |
757 Save configurations after they change, not before. | |
758 | |
759 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu> | |
760 | |
761 * emacs-lisp/bytecomp.el (byte-compile-output-docform): | |
762 Bind print-continuous-numbering and print-number-table. | |
763 | |
764 1999-09-10 Dave Love <fx@gnu.org> | |
765 | |
766 * bindings.el (debug-ignored-errors): Restore BBDB stuff. | |
767 | |
768 1999-09-09 Richard Stallman <rms@gnu.org> | |
769 | |
770 * whitespace.el: Finish making it fit Emacs conventions. | |
771 Add autoloads. | |
772 | |
773 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il> | |
774 | |
775 * generic-x.el (bat-generic-mode): "::"-style comments don't | |
776 need to begin with "-". Fix the font-lock definitions of ON/OFF | |
777 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO | |
778 from the list of keywords. Add DO to the list of keywords. | |
779 | |
780 1999-09-09 Dave Love <fx@gnu.org> | |
781 | |
782 * byte-opt.el (byte-optimize-backward-char): | |
783 (byte-optimize-backward-word): New optimizations. | |
784 (side-effect-free-fns, side-effect-and-error-free-fns): Add | |
785 entries. | |
786 | |
787 1999-09-09 Gerd Moellmann <gerd@gnu.org> | |
788 | |
789 * image.el (put-image): Remove optional buffer parameter. | |
790 | |
791 * faces.el (face-italic-p): Return t only for values `italic' | |
792 and `oblique'. | |
793 | |
794 * mouse.el (mouse-drag-mode-line-1): Extension of former | |
795 mouse-drag-mode-line that also drags the header line. | |
796 (mouse-drag-mode-line): Call it. | |
797 (mouse-drag-header-line): New. | |
798 (toplevel): Bind down-mouse-1 on header lines to | |
799 mouse-drage-header-line. | |
800 | |
801 1999-09-08 Gerd Moellmann <gerd@gnu.org> | |
802 | |
803 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref. | |
804 (make-mode-line-mouse-sensitive): Replace `top-line' by | |
805 `header-line'. | |
806 | |
807 1998-09-08 Michael Ernst <mernst@alum.mit.edu> | |
808 | |
809 * help.el (describe-function-1): Don't return empty string for keymaps. | |
810 | |
811 * fill.el (fill-region-as-paragraph, canonically-space-region): | |
812 Respect colon-double-space at end of line. | |
813 | |
814 1999-09-08 Stephen Gildea <gildea@alum.mit.edu> | |
815 | |
816 * files.el (backup-by-copying-when-privileged-mismatch): New variable. | |
817 (backup-buffer): Use it. | |
818 | |
819 1999-09-08 Peter Breton <pbreton@ne.mediaone.net> | |
820 | |
821 * generic-x.el (generic-define-unix-modes): Added new modes: | |
822 inetd-conf-generic-mode, etc-services-generic-mode, | |
823 etc-passwd-generic-mode. These are all defined for Unix by default. | |
824 (apache-generic-mode): Use an imenu-generic-expression to list | |
825 Configuration keywords. | |
826 (samba-generic-mode): Use both ; and # as comment characters. | |
827 (samba-generic-mode): Font-lock expressions now highlight name | |
828 value pairs. | |
829 (bat-generic-mode): Keywords are now case-insensitive through | |
830 font-lock-defaults setting. | |
831 (java-properties-generic-mode): Supports both ! and # as comment | |
832 characters. | |
833 (java-properties-generic-mode): Added an imenu-generic-expression | |
834 (java-properties-generic-mode): Reworked to support the various | |
835 different ways to separate name and value (viz, '=', ':' and | |
836 whitespace). | |
837 (show-tabs-generic-mode): Added this new generic-mode. | |
838 | |
839 1999-09-08 Richard Stallman <rms@gnu.org> | |
840 | |
841 * progmodes/inf-lisp.el: Moved from top directory. | |
842 | |
843 * tar-mode.el (tar-header-block-tokenize): | |
844 Use `when' instead of `and'. Fix some clobbered text. | |
845 | |
846 * gud.el (gud-make-debug-menu): Make a child for the | |
847 local menu, for its menu bar, and the debug menu. | |
848 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): | |
849 Use the history in the simple way. | |
850 | |
851 1999-09-07 Kenichi Handa <handa@etl.go.jp> | |
852 | |
853 * language/korea-util.el (default-korean-keyboard): Initialize it | |
854 according to the environment variable HANGUL_KEYBOARD_TYPE. | |
855 | |
856 1999-09-07 Richard Stallman <rms@gnu.org> | |
857 | |
858 * subr.el (make-temp-file): New function. | |
859 | |
860 1999-09-07 Stefan Monnier <monnier@cs.yale.edu> | |
861 | |
862 * font-lock.el (font-lock-multiline): New text property contains | |
863 a boolean to indicate if the char is part of a multiline match. | |
864 (font-lock-default-fontify-region): Extend the region appropriately | |
865 for multiline keywords. | |
866 (font-lock-default-unfontify-region): Also remove the new | |
867 font-lock-multiline text property. | |
868 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches. | |
869 (font-lock-fontify-keywords-region): Mark multiline regexp matches. | |
870 | |
871 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
872 | |
873 * diary-lib.el (list-diary-entries): Make sure two-digit years | |
874 have leading zeros. | |
875 | |
876 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
877 | |
878 * faces.el (face-set-after-frame-default): Initialize some | |
879 attributes of some faces from frame parameters. | |
880 | |
881 * faces.el (scroll-bar, border, cursor, mouse): New faces. | |
882 | |
883 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
884 | |
885 * faces.el (fringe): Replaces face `margin'. | |
886 | |
887 1999-09-07 Dave Love <fx@gnu.org> | |
888 | |
889 * tar-mode.el (tar-header-block-tokenize): Bind linkname. | |
890 | |
891 1999-09-07 Richard Stallman <rms@gnu.org> | |
892 | |
893 * subr.el (push): Doc fix. | |
894 | |
895 1999-09-06 Richard Stallman <rms@gnu.org> | |
896 | |
897 * vc.el (vc-annotate-display): Use < 69 not < 70 | |
898 to distinguish 20YY from 19YY. | |
899 | |
900 * timezone.el (timezone-parse-date): Use < 69 not < 70 | |
901 to distinguish 20YY from 19YY. | |
902 | |
903 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file. | |
904 | |
905 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk> | |
906 | |
907 * quickurl.el: (quickurl-list-focused-line): Removed. | |
908 (quickurl-list-insert): Now works out the focused line using | |
909 `count-lines' instead of using `quickurl-list-focused-line'. | |
910 | |
911 1999-09-06 Richard Stallman <rms@gnu.org> | |
912 | |
913 * mail/rmail.el (rmail-retry-failure): Unconditionally move | |
914 to beginning of message. | |
915 | |
916 1999-09-06 Dave Love <fx@gnu.org> | |
917 | |
918 * isearch.el (isearch-mode-map): Add mouse-2. | |
919 | |
920 * rmail.el (rmail-read-password): Deleted. | |
921 (rmail-get-pop-password): Use read-password. | |
922 | |
923 * quickurl.el: Don't conditionally define caddr. | |
924 (quickurl-url-comment): Use nth, not caddr in function and | |
925 defsetf. | |
926 | |
927 1999-09-06 Richard Stallman <rms@gnu.org> | |
928 | |
929 * auto-show.el: Doc fixes. | |
930 | |
931 1999-09-06 Stephen Eglen <stephen@gnu.org> | |
932 | |
933 * progmodes/octave-inf.el (inferior-octave-startup-args): Add | |
934 --no-line-editing so that TABs in source files are not interpreted | |
935 as completion requests. | |
936 | |
937 1999-09-06 Gerd Moellmann <gerd@gnu.org> | |
938 | |
939 * hscroll.el, auto-show.el: Remove all code, keep the public | |
940 interface as no-ops. | |
941 | |
942 * faces.el (face-bold-p): Don't return t if face has lighter | |
943 weight than normal. | |
944 | |
945 1999-09-06 Eli Zaretskii <eliz@gnu.org> | |
946 | |
947 * startup.el (command-line): Make small-temporary-file-directory | |
948 be nil except on ms-dos. | |
949 | |
950 * files.el (small-temporary-file-directory): Ditto. Also doc fix. | |
951 | |
952 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it | |
953 is defined. | |
954 | |
955 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive | |
956 letters with a colon after d or l. | |
957 | |
958 1999-09-06 Dave Love <fx@gnu.org> | |
959 | |
960 * byte-opt.el (byte-boolean-vars): Removed. (Now primitive.) | |
961 | |
962 1999-09-05 Richard Stallman <rms@gnu.org> | |
963 | |
964 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY. | |
965 | |
966 * textmodes/paragraphs.el (backward-kill-sentence): | |
967 Don't test minibuffer-prompt-end here. | |
968 (forward-sentence): Do handle it here. | |
969 (backward-kill-paragraph): Don't test it here. | |
970 (forward-paragraph): Handle it here. | |
971 | |
972 * mouse.el (font-menu-add-default): Simplify code. | |
973 | |
974 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
975 | |
976 * faces.el (header-line): Renamed from `top-line'. | |
977 | |
978 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
979 | |
980 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'. | |
981 | |
982 1999-09-04 Richard Stallman <rms@gnu.org> | |
983 | |
984 * whitespace.el: New file. | |
985 | |
986 1999-09-04 Dave Love <fx@gnu.org> | |
987 | |
988 * paths.el: Make some doc strings obey the make-docfile convention. | |
989 | |
990 * bindings.el: Likewise. | |
991 (debug-ignored-errors): Remove BBDB ones. | |
992 | |
993 1999-09-03 Richard Stallman <rms@gnu.org> | |
994 | |
995 * mail/mh-comp.el (mh-forward): Get new subject line from the original, | |
996 not from the draft to forward. | |
997 | |
998 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun. | |
999 | |
1000 1999-09-03 Dave Love <fx@gnu.org> | |
1001 | |
1002 * double.el (double-mode): Customize the variable. | |
1003 | |
1004 1999-09-03 Kenichi Handa <handa@etl.go.jp> | |
1005 | |
1006 * international/characters.el: Delete duplicated code. | |
1007 | |
1008 1999-09-02 Richard Stallman <rms@gnu.org> | |
1009 | |
1010 * indent.el (indent-relative): Doc fix. | |
1011 | |
1012 * quickurl.el (quickurl): Doc fix. | |
1013 | |
1014 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
1015 | |
1016 * faces.el (margin): Change background to "gray" for mono (this is | |
1017 drawn with a stipple pattern). | |
1018 | |
1019 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
1020 | |
1021 * simple.el (next-history-element): Use minibuffer-prompt-end once | |
1022 again. Remove test for minibuffer-prompt-in-buffer. | |
1023 | |
1024 1999-09-02 Eli Zaretskii <eliz@gnu.org> | |
1025 | |
1026 * files.el (small-temporary-file-directory): New variable. | |
1027 | |
1028 * startup.el (command-line): Compute the value of | |
1029 small-temporary-file-directory. | |
1030 | |
1031 * ediff-init.el (ediff-temp-file-prefix): Use | |
1032 small-temporary-file-directory if non-nil. | |
1033 | |
1034 * vc.el (vc-update-change-log): Likewise. | |
1035 | |
1036 * progmodes/cmacexp.el (c-macro-expansion): Likewise. | |
1037 | |
1038 * simple.el (shell-command, shell-command-on-region): Use | |
1039 make-temp-name properly. Use small-temporary-file-directory if | |
1040 non-nil, otherwise temporary-file-directory, to generate temporary | |
1041 files. | |
1042 | |
1043 * dos-w32.el (direct-print-region-helper): Use | |
1044 temporary-file-directory. (From Stefan Monnier.) | |
1045 | |
1046 1999-09-02 Richard Stallman <rms@gnu.org> | |
1047 | |
1048 * progmodes/asm-mode.el (asm-mode): Set comment-start properly | |
1049 from asm-comment-char. | |
1050 (asm-font-lock-keywords): Recognize instruction width suffixes. | |
1051 | |
1052 1999-09-01 Richard Stallman <rms@gnu.org> | |
1053 | |
1054 * play/fortune.el: New file. | |
1055 | |
1056 1999-08-31 Dave Love <fx@gnu.org> | |
1057 | |
1058 * help.el (help-make-xrefs): Don't lose on non-empty blank line | |
1059 after key table. | |
1060 | |
1061 * byte-opt.el (byte-boolean-vars): Add several w32 and redisplay | |
1062 variables. | |
1063 | |
1064 * subr.el (push): Fix typo. | |
1065 | |
1066 1999-08-30 Kevin Blake <kblake@ticnet.com> | |
1067 | |
1068 * emacs-lisp/ring.el: Many doc fixes. | |
1069 (ring-size, ring-copy): New functions. | |
1070 | |
1071 1999-08-29 Richard Stallman <rms@gnu.org> | |
1072 | |
1073 * progmodes/etags.el (tags-loop-continue): | |
1074 After tags-loop-operate returns, force skip to next file. | |
1075 | |
1076 * mail/mail-extr.el (mail-extr-all-letters-but-separators) | |
1077 (mail-extr-first-letters, mail-extr-last-letters): | |
1078 Use character classes [:alpha:] and [:alnum:]. | |
1079 | |
1080 * subr.el (push, pop): New macros. | |
1081 | |
1082 * progmodes/compile.el (compilation-error-regexp-alist): | |
1083 New item for SGI IRIX MipsPro compilers. | |
1084 | |
1085 * speedbar.el (speedbar-directory-buttons): Recognize | |
1086 device names when checking for file names. | |
1087 | |
1088 * array.el (array-reconfigure-rows): Use generate-new-buffer. | |
1089 | |
1090 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros, | |
1091 and specially handle defvar inside their expansions. | |
1092 (eval-defun-1): New subroutine. | |
1093 | |
1094 * progmodes/compile.el (compilation-error-regexp-alist): | |
1095 Fix the Perl -w entry to allow period after line number. | |
1096 Don't allow newlines in file name, but allow them after line number | |
1097 for Perl debugging traces. | |
1098 | |
1099 * which-func.el (which-func-cleanup-function): New variable. | |
1100 (which-function): Call that function. | |
1101 | |
1102 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or ( | |
1103 to end a function name. | |
1104 | |
1105 * informat.el (Info-tagify): Don't insert more than one newline | |
1106 before the tag table. | |
1107 | |
1108 1999-08-29 Stefan Monnier <monnier@cs.yale.edu> | |
1109 | |
1110 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather | |
1111 than make-temp-name, use match-string-no-properties, and eliminate | |
1112 a quadratic behavior when building bibtex-strings. | |
1113 | |
1114 1999-08-29 Alex Schroeder <alex@gnu.org> | |
1115 | |
1116 * comint.el (comint-input-ring-separator): New variable. | |
1117 (comint-read-input-ring): Doc change; use | |
1118 comint-input-ring-separator when reading file. | |
1119 (comint-write-input-ring): Use | |
1120 comint-input-ring-separator when writing file. | |
1121 | |
1122 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com> | |
1123 | |
1124 * informat.el (Info-tagify): Start by widening. | |
1125 Match node headers that don't list the file name, | |
1126 and more kinds of page separations. | |
1127 Strip properties during tagification. | |
1128 Use start of node header line as tag's position. | |
1129 Fix the "done" message. | |
1130 | |
1131 (Info-validate): Save and restore match data around narrowing down. | |
1132 | |
1133 1999-08-28 Richard M. Stallman <rms@gnu.org> | |
1134 | |
1135 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode): | |
1136 On repeated call, override previous values put into | |
1137 minor-mode-map-alist and minor-mode-alist. | |
1138 | |
1139 1999-08-28 Michael Ernst <mernst@alum.mit.edu> | |
1140 | |
1141 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format. | |
1142 | |
1143 1999-08-27 Andreas Schwab <schwab@gnu.org> | |
1144 | |
1145 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker | |
1146 from cvs update. | |
1147 | |
1148 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
1149 | |
1150 * calendar/calendar.el (calendar-move-hook): New hook. | |
1151 | |
1152 * calendar/cal-move.el: Call the new hook in every movement function. | |
1153 | |
1154 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload | |
1155 the right function name. | |
1156 | |
1157 1999-08-26 Stephen Gildea <gildea@alum.mit.edu> | |
1158 | |
1159 * time-stamp.el: Put quote-backquote around all symbol names | |
1160 in doc strings, for mousing. | |
1161 (time-stamp): support multi-line patterns. | |
1162 (time-stamp-inserts-lines): new variable. | |
1163 (time-stamp-count): new variable. | |
1164 (time-stamp-string-preprocess): fixed bug where "%%a" becomes | |
1165 "Thu" instead of "%a". | |
1166 | |
1167 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
1168 | |
1169 * simple.el (kill-word): Undo previous change. | |
1170 | |
1171 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
1172 | |
1173 * jit-lock.el (jit-lock-function): Extend the fontified range | |
1174 to the beginning of the line containing the range start and | |
1175 the beginning of the line following the range end. | |
1176 | |
1177 1999-08-24 Dave Love <fx@gnu.org> | |
1178 | |
1179 * timezone.el: Move provide to end. | |
1180 (timezone-parse-date): Simplify somewhat. Assume 2-digit years | |
1181 <70 are 2000+. | |
1182 (timezone-parse-time): Simplify somewhat. | |
1183 | |
1184 1999-08-24 Gerd Moellmann <gerd@gnu.org> | |
1185 | |
1186 * faces.el (margin): Renamed from bitmap-area. | |
1187 | |
1188 1999-08-24 Alex Schroeder <alex@gnu.org> | |
1189 | |
1190 * sql.el: Doc changes. | |
1191 (sql-sybase): use sql-server instead of sql-database. | |
1192 | |
1193 1999-08-23 Dave Love <fx@gnu.org> | |
1194 | |
1195 * rect.el: Add/fix various doc strings. Add `*' to all the | |
1196 interactive specs. | |
1197 | |
1198 1999-08-21 Gerd Moellmann <gerd@gnu.org> | |
1199 | |
1200 * jit-lock.el (jit-lock-function): Use line-beginning-position. | |
1201 Don't unwind-protect font-lock-fontify-region. | |
1202 | |
1203 * paragraphs.el (backward-kill-paragraph): Don't move | |
1204 point into mini-buffer prompt. | |
1205 (backward-kill-sentence): Ditto. | |
1206 | |
1207 * simple.el (next-history-element): Use minibuffer-prompt-end. | |
1208 Remove test for minibuffer-prompt-in-buffer. | |
1209 (kill-word): Don't move point into mini-buffer prompt. | |
1210 | |
1211 1999-08-21 Dave Love <fx@gnu.org> | |
1212 | |
1213 * Makefile: Exclude CVS dirs like RCS. | |
1214 | |
1215 1999-08-19 Dave Love <fx@gnu.org> | |
1216 | |
1217 * tooltip.el (tooltip-mode): Customize this, per convention. | |
1218 (tooltip-active): Option deleted. | |
1219 | |
1220 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize. | |
1221 | |
1222 * hanoi.el, page-ext.el: Declare dynamic vars. | |
1223 | |
1224 * term.el: Avoid ange-ftp related compilation warnings. | |
1225 | |
1226 1999-08-18 Gerd Moellmann <gerd@gnu.org> | |
1227 | |
1228 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode' | |
1229 the default so that beginners can benefit from it without | |
1230 searching in manuals. | |
1231 | |
1232 1999-08-18 Ray Blaak <blaak@gnu.org> | |
1233 | |
1234 * progmodes/delphi.el: Consider assembly sections as blocks, to | |
1235 indent them better. Make auto-indent on newline optional. | |
1236 | |
1237 1999-08-17 Gerd Moellmann <gerd@gnu.org> | |
1238 | |
1239 * bindings.el (mode-line-modified): Look up key binding for C-x | |
1240 C-q. If it's bound call that binding, otherwise call | |
1241 toggle-read-only. | |
1242 | |
1243 1999-08-17 Dave Love <fx@gnu.org> | |
1244 | |
1245 * info.el (info): Doc fix. | |
1246 | |
1247 * finder.el (finder-known-keywords): Add `multimedia'. | |
1248 | |
1249 * apropos.el: Don't capitalize custom group name. | |
1250 | |
1251 * info-look.el: Remove compatibility code. | |
1252 (info-lookup-guess-default*): DTRT for point at start of symbol. | |
1253 (info-complete): Don't lose with point not at end of symbol. | |
1254 | |
1255 1999-08-16 Gerd Moellmann <gerd@gnu.org> | |
1256 | |
1257 * term.el (toplevel): Make face `term-default' an empty face. | |
1258 The code relied on the fact that Emacs ignored invalid faces in | |
1259 face text properties in 20.4. | |
1260 | |
1261 1999-08-16 Richard M. Stallman <rms@gnu.org> | |
1262 | |
1263 * subr.el (point-at-eol, point-at-bol): New aliases. | |
1264 | |
1265 * simple.el: Functions reordered. | |
1266 | |
1267 * rect.el (delete-rectangle-line): Use line-end-position. | |
1268 | |
1269 1999-08-16 Karl Heuer <kwzh@gnu.org> | |
1270 | |
1271 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved | |
1272 here from simple.el. | |
1273 | |
1274 1999-08-16 Dave Love <fx@gnu.org> | |
1275 | |
1276 * mouse.el: Provide `mldrag' for compatibility. | |
1277 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases, | |
1278 marked obsolete. | |
1279 | |
1280 * mldrag.el: Removed since the features are in mouse.el. | |
1281 | |
1282 * jka-compr.el (auto-compression-mode): New variable for | |
1283 customization. | |
1284 | |
1285 * bindings.el (mode-line-mule-info): Doc fix. | |
1286 | |
1287 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in | |
1288 name comparisons. | |
1289 | |
1290 * files.el (interpreter-mode-alist): Add make, guile, clisp. | |
1291 (find-file): Doc fix. | |
1292 | |
1293 1999-08-16 Carsten Dominik <cd@gnu.org> | |
1294 | |
1295 * textmodes/reftex.el: Most of the code moved to other files. | |
1296 * textmodes/reftex-auc.el: New file, split out from reftex.el | |
1297 * textmodes/reftex-cite.el: New file, split out from reftex.el | |
1298 * textmodes/reftex-global.el: New file, split out from reftex.el | |
1299 * textmodes/reftex-index.el: New file, split out from reftex.el | |
1300 * textmodes/reftex-parse.el: New file, split out from reftex.el | |
1301 * textmodes/reftex-ref.el: New file, split out from reftex.el | |
1302 * textmodes/reftex-sel.el: New file, split out from reftex.el | |
1303 * textmodes/reftex-toc.el: New file, split out from reftex.el | |
1304 * textmodes/reftex-vars.el: New file, split out from reftex.el | |
1305 * textmodes/reftex-vcr.el: New file, split out from reftex.el | |
1306 | |
1307 1999-08-16 Carsten Dominik <cd@gnu.org> | |
1308 | |
1309 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed | |
1310 conflict with pop-up-frames. | |
1311 (reftex-special-environment-parsers): New constant. | |
1312 (reftex-label-alist): car of an entry can also be a function. | |
1313 (reftex-what-special-env): new function. | |
1314 (reftex-label-location): Call `reftex-what-special-env'. | |
1315 (reftex-compile-variables): Check for symbol in | |
1316 `reftex-label-alist'. | |
1317 (reftex-what-environment): fixed bug with stacked environments of | |
1318 same kind (e.g. enumerate). | |
1319 (reftex-process-string): Preserve default directory. | |
1320 (reftex-label-alist-builtin): changed prefixes of endnote and | |
1321 footnote. Also the magic words. | |
1322 (reftex-reference): Interprete new option | |
1323 `reftex-fref-is-default'. | |
1324 (reftex-replace-prefix-escapes): Interprete new `%S' format. | |
1325 (reftex-toc-mouse-view-line): Command removed (had no binding). | |
1326 (reftex-everything-regexp): New function. | |
1327 (reftex-nearest-match): Made better. | |
1328 (reftex-toc-find-section): Use new version of | |
1329 `reftex-nearest-match'. | |
1330 (reftex-insert-docstruct): adapted to work with the index stuff. | |
1331 (reftex-parse-from-file): Find index entries as well. | |
1332 (reftex-toc-toggle-index): New function | |
1333 (reftex-toc-map): `i' is now used to togle the index, File | |
1334 boundaries has been moved to `F'. | |
1335 (reftex-select-label-map): Toggling display of file boundaries is | |
1336 now on the `F' key, for consistency with `reftex-toc-map'. | |
1337 (reftex-erase-all-selection-and-index-buffers): Renamed from | |
1338 `reftex-erase-all-selection-buffer'. Now also kills the index | |
1339 buffers. | |
1340 (reftex-viewing-cross-references): Customization group renamed | |
1341 from reftex-viewing-cross-references-and-citations. | |
1342 (reftex-index-macro-regexp, | |
1343 reftex-find-index-entry-regexp-format): New variables | |
1344 (reftex-macros-with-index): New variable | |
1345 (reftex-add-index-macros): New function | |
1346 (reftex-renumber-simple-labels, reftex-translate): Allow for | |
1347 multiple labels in a single ref command. | |
1348 (reftex-index-support): New customization group | |
1349 (reftex-support-index, reftex-index-special-chars, | |
1350 reftex-index-macros, reftex-index-default-macro, | |
1351 reftex-index-default-tag, reftex-index-math-format, | |
1352 reftex-index-section-letters, reftex-index-include-context, | |
1353 reftex-index-follow-mode, reftex-index-header-face, | |
1354 reftex-index-section-face, reftex-index-tag-face, | |
1355 reftex-index-face): New options | |
1356 (reftex-index-map, reftex-index-menu, reftex-last-index-file, | |
1357 reftex-index-tag, reftex-index-return-marker, | |
1358 reftex-index-restriction-indicator, reftex-index-restriction-data, | |
1359 reftex-index-macro-regexp, reftex-index-level-re, | |
1360 reftex-index-key-end-re, reftex-find-index-entry-regexp-format, | |
1361 reftex-everything-regexp-no-index, reftex-index-re, | |
1362 reftex-macros-with-index, reftex-index-macro-alist): New variables | |
1363 (reftex-index-help, reftex-index-macros-builtin, | |
1364 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt, | |
1365 reftex-query-index-macro-help): New constants | |
1366 (reftex-index-selection-or-word, reftex-index, | |
1367 reftex-default-index, reftex-update-default-index, | |
1368 reftex-index-complete-tag, reftex-index-select-tag, | |
1369 reftex-index-complete-key, reftex-index-update-taglist, | |
1370 reftex-index-globally, reftex-index-mode, reftex-index-show-entry, | |
1371 reftex-display-index, reftex-insert-index, | |
1372 reftex-index-insert-new-letter, reftex-get-restriction, | |
1373 reftex-index-pre-command-hook, reftex-index-post-command-hook, | |
1374 reftex-index-show-help, reftex-index-next, reftex-index-previous, | |
1375 reftex-index-toggle-follow, reftex-index-toggle-context, | |
1376 reftex-index-view-entry, reftex-index-goto-entry-and-hide, | |
1377 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide, | |
1378 reftex-index-quit, reftex-index-quit-and-kill, | |
1379 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan, | |
1380 reftex-index-revert, reftex-index-switch-index-tag, | |
1381 reftex-index-restrict-to-section, reftex-index-widen, | |
1382 reftex-index-restriction-forward, | |
1383 reftex-index-restriction-backward, reftex-index-visit-location, | |
1384 reftex-index-analyze-entry, reftex-index-globalize, | |
1385 reftex-index-edit, reftex-index-toggle-range-beginning, | |
1386 reftex-index-toggle-range-end, reftex-index-edit-key, | |
1387 reftex-index-edit-attribute, reftex-index-edit-visual, | |
1388 reftex-index-edit-part, reftex-index-level-down, | |
1389 reftex-index-level-up, reftex-index-kill, reftex-index-undo, | |
1390 reftex-index-change-entry, reftex-index-goto-letter, | |
1391 reftex-add-index-macros, reftex-ensure-index-support, | |
1392 reftex-index-info-safe, reftex-index-info): New functions. | |
1393 | |
1394 | |
1395 1999-08-15 Richard M. Stallman <rms@gnu.org> | |
1396 | |
1397 * paren.el (show-paren-mode): Support making show-paren-mode | |
1398 a buffer-local variable. Don't check for a window system. | |
1399 (show-paren-function): Check whether show-paren-function is | |
1400 enabled in current buffer; do the right thing if not. | |
1401 Don't check for a window system. | |
1402 (show-paren-mode): Make it a user variable. | |
1403 | |
1404 * add-log.el (add-log-current-defun): Exclude all trailing whitespace. | |
1405 Handle `enum' like `struct'. | |
1406 | |
1407 * server.el (server-process-filter): If a client visits no buffers, | |
1408 close it immediately before recording it. | |
1409 | |
1410 * mail/mail-utils.el (mail-unquote-printable): Make it autoload. | |
1411 Optimize by calling concat just once. Handle =\n sequence. | |
1412 (mail-unquote-printable-region): New command. | |
1413 (mail-quote-printable): Make it autoload. | |
1414 | |
1415 1999-08-15 Karl Heuer <kwzh@gnu.org> | |
1416 | |
1417 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org. | |
1418 | |
1419 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
1420 | |
1421 * lisp/texinfmt.el: Handle @ifnottex. | |
1422 | |
1423 1999-08-15 Eli Zaretskii <eliz@gnu.org> | |
1424 | |
1425 * frame.el (blink-cursor): Don't turn on cursor blinking for | |
1426 ms-dos. | |
1427 | |
1428 * faces.el (face-valid-attribute-values): Look in | |
1429 x-bitmap-file-path only for x and w32 window systems. | |
1430 | |
1431 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default". | |
1432 Do that if width is nil as well. | |
1433 (x-display-mm-height, x-display-mm-width): Update values. | |
1434 (x-colors): Compute the list from msdos-color-values. | |
1435 (x-select-enable-clipboard): Doc fix. | |
1436 (x-frob-font-weight, x-font-family-list): New functions. | |
1437 | |
1438 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk> | |
1439 | |
1440 * window.el (shrink-window-if-larger-than-buffer): Don't try to | |
1441 back up from beginning of buffer. | |
1442 | |
1443 1999-08-13 Karl Heuer <kwzh@gnu.org> | |
1444 | |
1445 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound. | |
1446 | |
1447 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US> | |
1448 | |
1449 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G | |
1450 doomsday clock, speed control is added and changes are made to | |
1451 allow large numbers of rings: rings now show the whole ring | |
1452 number, not just the last digit; consecutive rings are allowed to | |
1453 be the same size when necessary to fit all the rings in the | |
1454 window; and poles can be oriented horizontally. Face support is | |
1455 thrown in gratuitously. | |
1456 (hanoi): Changed default number of rings back to 3. | |
1457 (hanoi-unix, hanoi-unix-64): New commands | |
1458 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces, | |
1459 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face, | |
1460 hanoi-odd-ring-face): New variables. | |
1461 (hanoi-internal, hanoi-current-time-float, hanoi-put-face, | |
1462 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for, | |
1463 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions. | |
1464 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n. | |
1465 (hanoi-topos, hanoi-draw-ring): Removed. | |
1466 | |
1467 1999-08-12 Gerd Moellmann <gerd@gnu.org> | |
1468 | |
1469 * faces.el (face-valid-attribute-values): Return an alist for | |
1470 families on ttys. | |
1471 (face-read-integer): Handle unspecified face attributes. Add | |
1472 completion for `unspecified'. | |
1473 (read-face-attribute): Handle unspecified font attributes. | |
1474 (face-valid-attribute-values): Add `unspecified' to lists so that | |
1475 it can be chosen via completion. | |
1476 (face-read-string): Don't recognize "none" as input. | |
1477 | |
1478 1999-08-10 Dave Love <fx@gnu.org> | |
1479 | |
1480 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc | |
1481 string. | |
1482 | |
1483 * sun-curs.el: Require sun-fns. | |
1484 | |
1485 1999-08-10 Dave Love <fx@gnu.org> | |
1486 | |
1487 * autorevert.el (auto-revert-mode): Add autoload cookie. | |
1488 | |
1489 * hscroll.el, auto-show.el: Files deleted -- we have built-in | |
1490 hscroll. | |
1491 | |
1492 * simple.el (hscroll-step, hscroll-point-visible) | |
1493 (hscroll-window-column): Remove now we have the mentioned real | |
1494 horizontal autoscrolling. | |
1495 | |
1496 1999-08-10 Richard M. Stallman <rms@gnu.org> | |
1497 | |
1498 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from | |
1499 control use of -f option. | |
1500 (mail-specify-envelope-from): New variable. | |
1501 (mail-from-style): Doc fix. | |
1502 | |
1503 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn. | |
1504 (easy-menu-get-map): New arg TO-MODIFY helps choose | |
1505 between local and global maps. | |
1506 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map. | |
1507 (easy-menu-change): Doc fix. | |
1508 | |
1509 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward. | |
1510 (info-lookup-guess-default): Simplified and cleaned up. | |
1511 (info-lookup-guess-default*): Preserve point. | |
1512 | |
1513 * view.el (view-mode-disable): If buffer-read-only is nil, | |
1514 don't change it. | |
1515 | |
1516 * files.el (after-find-file): Disable View mode if buffer is no | |
1517 longer read-only. | |
1518 | |
1519 * view.el (view-mode-enable, view-mode-disable): | |
1520 Call force-mode-line-update. | |
1521 | |
1522 1999-08-10 Karl Heuer <kwzh@gnu.org> | |
1523 | |
1524 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call. | |
1525 * array.el, play/landmark.el, international/latin-3.el: Likewise. | |
1526 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise. | |
1527 | |
1528 1999-08-10 Alex Schroeder <asc@bsiag.com> | |
1529 | |
1530 * ansi-color.el (ansi-color-to-text-properties): Added New state 5 | |
1531 to prevent m-eating-bug. | |
1532 | |
1533 1999-08-10 Eli Zaretskii <eliz@gnu.org> | |
1534 | |
1535 * term/pc-win.el (msdos-bg-mode): Remove. Call | |
1536 frame-set-background-mode instead. All callers changed. | |
1537 (msdos-face-setup): Don't force color display parameter, it is set | |
1538 by frame-set-background-mode. | |
1539 (make-msdos-frame): Call x-handle-reverse-video and | |
1540 face-set-after-frame-default. Delete frame if creation failed. | |
1541 | |
1542 * faces.el (face-set-after-frame-default): Don't call | |
1543 make-face-x-resource-internal for the pc window-system. | |
1544 | |
1545 1999-08-10 Dave Love <fx@melange.gnu.org> | |
1546 | |
1547 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat | |
1548 case with no docstring specially. | |
1549 | |
1550 1999-08-09 Eli Zaretskii <eliz@gnu.org> | |
1551 | |
1552 * complete.el (PC-do-completion): If completing on file name, | |
1553 reproduce str by concatenating its directory and basename parts. | |
1554 | |
1555 1999-08-07 Dave Love <fx@gnu.org> | |
1556 | |
1557 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid | |
1558 unibyte to multibyte conversion of search-forward (from Handa), | |
1559 but avoid the replacement if the language is Latin-N. | |
1560 | |
1561 1999-08-06 Richard Stallman <rms@gnu.org> | |
1562 | |
1563 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args | |
1564 of eval-buffer. | |
1565 | |
1566 * international/mule.el (load-with-code-conversion): | |
1567 Pass t to eval-buffer for DO-ALLOW-PRINT. | |
1568 | |
1569 1999-08-06 Geoff Voelker <voelker@cs.washington.edu> | |
1570 | |
1571 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist | |
1572 of filenames and attributes. | |
1573 (ls-lisp-insert-directory): Use directory-files-and-attributes | |
1574 for speed. | |
1575 | |
1576 1999-08-05 Dave Love <fx@gnu.org> | |
1577 | |
1578 * auto-show.el (auto-show-mode): Fix :set. | |
1579 | |
1580 * widget.el (define-widget-keywords): Make dummy definition and | |
1581 comment-out its use. | |
1582 | |
1583 1999-08-04 Richard Stallman <rms@gnu.org> | |
1584 | |
1585 * progmodes/tcl.el: Customized. | |
1586 | |
1587 * sql.el (sql-accumulate-and-indent): Instead of testing | |
1588 whether this is Emacs 20 before calling comint-accumulate, | |
1589 test whether comint-accumulate is defined. | |
1590 | |
1591 1999-08-04 Dave Love <fx@gnu.org> | |
1592 | |
1593 * sgml-mode.el: Require outline when compiling. | |
1594 (sgml-mode-hook, html-mode-hook): Customize. | |
1595 (sgml-validate-command): Fix :version. | |
1596 (html-autoview-mode): Doc fix. | |
1597 | |
1598 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do | |
1599 nothing in Latin-N environment. | |
1600 | |
1601 * info.el (Info-find-node): Call info-initialize here. | |
1602 (info): Not here. | |
1603 (Info-file-list-for-emacs): Add message, dired-x, c, viper. | |
1604 | |
1605 1999-08-04 Richard Stallman <rms@gnu.org> | |
1606 | |
1607 * ansi-color.el: New file. | |
1608 | |
1609 1999-08-04 Stefan Monnier <monnier@cs.yale.edu> | |
1610 | |
1611 * dired.el (dired-string-replace-match): Return `nil' when no match | |
1612 found with global search. | |
1613 | |
1614 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file): | |
1615 * terminal.el (te-terminfo-directory): | |
1616 * mail/mailpost.el (post-mail-send-it): | |
1617 * mail/metamail.el (metamail-region): | |
1618 * progmodes/ada-mode.el (ada-tmp-directory): | |
1619 Use temporary-file-directory. | |
1620 | |
1621 * progmodes/compile.el (compilation-parsing-end,compilation-setup) | |
1622 (compilation-filter, compilation-forget-errors) | |
1623 (compilation-parse-errors): Use a marker instead of an integer for | |
1624 `compilation-parsing-end'. | |
1625 | |
1626 * progmodes/diff.el (diff-parse-differences): | |
1627 Use a marker instead of an integer for `compilation-parsing-end'. | |
1628 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
1629 Use a marker instead of an integer for `compilation-parsing-end'. | |
1630 | |
1631 1999-08-03 Richard Stallman <rms@gnu.org> | |
1632 | |
1633 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View. | |
1634 (Buffer-menu-mode): Doc fix. | |
1635 (Buffer-menu-view): New command. | |
1636 (Buffer-menu-view-other-window): New command. | |
1637 | |
1638 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com> | |
1639 | |
1640 * replace.el (query-replace-regexp-eval) | |
1641 (replace-eval-replacement, replace-loop-through-replacements) | |
1642 (replace-match-string-symbols): New functions. | |
1643 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA). | |
1644 Use replace-loop-through-replacements. | |
1645 | |
1646 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk> | |
1647 | |
1648 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f. | |
1649 (5x5): Doc fix. | |
1650 | |
1651 1999-08-03 Dave Love <fx@gnu.org> | |
1652 | |
1653 * fortran.el (fortran-indent-new-line): Make it an alias | |
1654 for reindent-then-newline-and-indent. | |
1655 | |
1656 1999-08-03 Didier Verna <verna@inf.enst.fr> | |
1657 | |
1658 * rect.el: All functions rewritten, except when noted above | |
1659 their declaration. Below is a list of interface changes. | |
1660 (apply-on-rectangle): New function, mostly replaces | |
1661 `operate-on-rectangle'. All callers changed. | |
1662 (move-to-column-force): Pass new second argument to `move-to-column'. | |
1663 (kill-rectangle): Added optional prefix arg to fill lines. | |
1664 (delete-rectangle): Ditto. | |
1665 (delete-whitespace-rectangle): Ditto. | |
1666 (delete-extract-rectangle): Ditto. | |
1667 (open-rectangle): Ditto. | |
1668 (clear-rectangle): Ditto. | |
1669 (delete-whitespace-rectangle-line): New function. | |
1670 (delete-rectangle-line): Added third arg FILL. | |
1671 (delete-extract-rectangle-line): Ditto. | |
1672 (open-rectangle-line): Ditto. | |
1673 (clear-rectangle-line): Ditto. | |
1674 | |
1675 1999-08-03 Ray Blaak <blaak@gnu.org> | |
1676 | |
1677 * progmodes/delphi.el: New file. | |
1678 | |
1679 1999-08-02 Richard Stallman <rms@gnu.org> | |
1680 | |
1681 * textmodes/outline.el (outline-previous-heading): New function. | |
1682 (outline-up-heading-all): Use outline-previous-heading. | |
1683 (outline-next-heading): Delete definition inserted yesterday. | |
1684 | |
1685 1999-08-01 Richard Stallman <rms@gnu.org> | |
1686 | |
1687 * textmodes/outline.el (outline-next-heading): New function. | |
1688 (outline-up-heading-all): New function. | |
1689 (outline-font-lock-level): Using outline-up-heading-all. | |
1690 Tell outline-back-to-heading to accept invisible headings. | |
1691 | |
1692 * simple.el (shell-command-on-region): EXIT-STATUS can be a string. | |
1693 | |
1694 * mail/mh-utils.el (mh-find-path-run): New variable. | |
1695 (mh-find-path): Test and set that. | |
1696 Set mail-user-agent only the first time this function is run. | |
1697 (mail-user-agent): Defvar deleted. | |
1698 | |
1699 * info.el (info-initialize): New function. | |
1700 (info): Call info-initialize. | |
1701 (Info-directory-list): Initialize to nil, | |
1702 so info-initialize will set it up for real. | |
1703 | |
1704 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
1705 | |
1706 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it | |
1707 does not interpret a time as the year in a day-month entry. | |
1708 | |
1709 * calendar/diary-lib.el: Change syntax table entry for colon in | |
1710 the diary as part of the european-date-diary-pattern fix. | |
1711 | |
1712 1999-08-01 Eli Zaretskii <eliz@gnu.org> | |
1713 | |
1714 * international/mule.el (set-auto-coding): Allow whitespace before | |
1715 and after the "variable: value" pair. | |
1716 | |
1717 1999-07-30 Ken'ichi Handa <handa@gnu.org> | |
1718 | |
1719 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed. | |
1720 (default-sendmail-coding-system): Doc-string fixed. | |
1721 | |
1722 1999-07-30 Dave Love <fx@gnu.org> | |
1723 | |
1724 * subr.el (assoc-delete-all): New function, renamed from | |
1725 frame-delete-all. | |
1726 | |
1727 * frame.el: Change comments to doc strings and other doc fixes. | |
1728 (frame-delete-all): Moved to subr.el as `assoc-delete-all'. | |
1729 Callers changed. | |
1730 (set-background-color, set-foreground-color, set-cursor-color) | |
1731 (set-mouse-color, set-border-color): Offer completion of colours. | |
1732 (cursor): Add :version to defgroup. | |
1733 | |
1734 * facemenu.el (list-colors-display): Make it work on ttys. | |
1735 (facemenu-read-color): Likewise. | |
1736 | |
1737 1999-07-30 Richard M. Stallman <rms@gnu.org> | |
1738 | |
1739 * frame.el (frame-notice-user-settings): If background | |
1740 color has been changed, update background-mode from it, | |
1741 then update faces. | |
1742 | |
1743 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com> | |
1744 | |
1745 * net-utils.el (finger): Don't do indirect fingering. | |
1746 | |
1747 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
1748 | |
1749 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of | |
1750 rules. Add separator at end of holidays. | |
1751 (cal-tex-rules): New customizable variable. | |
1752 (cal-tex-latexify-list): Add optional parameter to put separator | |
1753 at end. | |
1754 | |
1755 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu> | |
1756 | |
1757 * textmodes/fill.el (fill-individual-paragraphs): Calculate new | |
1758 fill prefix on each line while looping to the end of paragraph. | |
1759 End paragraph if it's longer than the existing fill prefix. | |
1760 | |
1761 * textmodes/fill.el (fill-context-prefix): Doc fix. | |
1762 | |
1763 1999-07-30 Dave Love <fx@gnu.org> | |
1764 | |
1765 * font-lock.el (jit-lock): Fix :load, add :version. | |
1766 | |
1767 1999-07-30 Eli Zaretskii <eliz@gnu.org> | |
1768 | |
1769 * term/pc-win.el (msdos-face-setup): Register standard colors in | |
1770 Vface_tty_color_alist. | |
1771 (face-color-supported-p, face_color_gray_p): New functions. | |
1772 | |
1773 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p | |
1774 is bound. | |
1775 | |
1776 * startup.el (command-line): Don't register default colors for | |
1777 MSDOS window-system. | |
1778 | |
1779 1999-07-29 Dave Love <fx@gnu.org> | |
1780 | |
1781 * f90.el (f90-mode-syntax-table): Change backslash to escape, not | |
1782 charquote. | |
1783 | |
1784 * lisp-mode.el (eval-defun): Re-written to avoid | |
1785 capturing variables. | |
1786 | |
1787 * picture.el (picture-beginning-of-line): Don't call | |
1788 hscroll-point-visible now we have real autoscrolling. | |
1789 (picture-end-of-line, picture-newline, picture-open-line): | |
1790 Likewise. | |
1791 | |
1792 * international/latin-8.el: New file. | |
1793 * international/latin-9.el: New file. | |
1794 | |
1795 1999-07-28 Dave Love <fx@gnu.org> | |
1796 | |
1797 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter. | |
1798 | |
1799 * msb.el: Require cl only when compiling. | |
1800 (msb--home-dir): Deleted. | |
1801 (msb--format-title): Use abbreviate-file-name. | |
1802 (msb--choose-file-menu): Simplify string comparison. | |
1803 | |
1804 1999-07-28 Gerd Moellmann <gerd@gnu.org> | |
1805 | |
1806 * faces.el (toolbar): Add face definition for mono displays. | |
1807 | |
1808 1999-07-27 Richard M. Stallman <rms@gnu.org> | |
1809 | |
1810 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
1811 | |
1812 * frame.el (frame-initialize): When setting frame-initial-frame-alist, | |
1813 force copying of default-frame-alist. | |
1814 | |
1815 1999-07-26 Ken'ichi Handa <handa@gnu.org> | |
1816 | |
1817 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp. | |
1818 | |
1819 1999-07-26 Richard M. Stallman <rms@gnu.org> | |
1820 | |
1821 * frame.el (set-mouse-color): If new color is nil, | |
1822 really respecify the current color. | |
1823 | |
1824 1999-07-26 Gerd Moellmann <gerd@gnu.org> | |
1825 | |
1826 * faces.el (bitmap-area): Change background of face `bitmap-area' | |
1827 to white for mono displays. | |
1828 | |
1829 1999-07-26 Kenichi Handa <handa@etl.go.jp> | |
1830 | |
1831 * international/ccl.el (ccl-embed-symbol): New function. | |
1832 (ccl-program-p): Deleted. Now it's implemented in C code. | |
1833 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol. | |
1834 (ccl-compile-translate-character): Likewise. | |
1835 (ccl-compile-map-single): Likewise. | |
1836 (ccl-compile-multiple-map-function): Likewise. | |
1837 (declare-ccl-program): Doc-string modified. | |
1838 (check-ccl-program): Check compiled CCL code by ccl-program-p. | |
1839 | |
1840 1999-07-25 Ken'ichi Handa <handa@etl.go.jp> | |
1841 | |
1842 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
1843 | |
1844 1999-07-25 Markus Rost <rost@gnu.org> | |
1845 | |
1846 * cus-edit.el (custom-save-variables, custom-save-faces): Sort | |
1847 the entries to make custom-file more readable. | |
1848 | |
1849 1999-07-25 Richard M. Stallman <rms@gnu.org> | |
1850 | |
1851 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs. | |
1852 | |
1853 * emacs-lisp/edebug.el: Delete compatibility code. | |
1854 (edebug-next-token-class): If . is followed by a digit, | |
1855 return `symbol' for the token class. | |
1856 | |
1857 * startup.el (command-line): If we don't find the user's init file, | |
1858 set user-init-file to nil. | |
1859 | |
1860 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
1861 | |
1862 * info-look.el (info-lookup-interactive-arguments): Add optional | |
1863 argument query for new choice of help mode. | |
1864 (info-lookup-symbol): Use it. | |
1865 (info-lookup-file): Ditto. | |
1866 (info-lookup): Don't switch to other window, if already in Info | |
1867 buffer. | |
1868 | |
1869 1999-07-23 Dave Love <fx@gnu.org> | |
1870 | |
1871 * fortran.el (fortran-mode-syntax-table): Change `\' to `\' | |
1872 syntax. | |
1873 (fortran-fontify-string, fortran-match-!-commen): Deleted. | |
1874 (fortran-font-lock-syntactic-keywords): New variable. | |
1875 (fortran-mode): Use it. | |
1876 (fortran-font-lock-keywords-1): Don't do comments. | |
1877 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save | |
1878 match data. | |
1879 | |
1880 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls. | |
1881 | |
1882 * msb.el (msb-menu-bar-update-buffers): Renamed from | |
1883 menu-bar-update-buffers. | |
1884 (msb-custom-set, msb--toggle-menu-type): Call | |
1885 msb-menu-bar-update-buffers. | |
1886 (msb-mode): Revise the hook setting. | |
1887 | |
1888 * font-lock.el (turn-on-font-lock): Use tty-display-color-p. | |
1889 | |
1890 1999-07-23 Gerd Moellmann <gerd@gnu.org> | |
1891 | |
25956 | 1892 * font-lock.el, help.el, simple.el: Re-integrate previously |
1893 described changes that were lost due to errors while checking them | |
1894 in. | |
25837 | 1895 |
1896 1999-07-23 Kevin Blake <kblake@ticnet.com> | |
1897 | |
1898 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp. | |
1899 | |
1900 1999-07-23 Ken'ichi Handa <handa@etl.go.jp> | |
1901 | |
1902 * international/encoded-kb.el | |
1903 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character | |
1904 but push it to unread-command-events. | |
1905 (encoded-kbd-self-insert-iso2022-8bit): Likewise. | |
1906 (encoded-kbd-self-insert-sjis): Likewise. | |
1907 (encoded-kbd-self-insert-big5): Likewise. | |
1908 | |
1909 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up | |
1910 before left margin and fill-prefix by fill-find-break-point. | |
1911 | |
1912 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
1913 | |
1914 * info-look.el (info-lookup-setup-mode): Don't give up, if | |
1915 info-lookup-make-completions returns an error. | |
1916 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file | |
1917 name latex, not latex2e. | |
1918 | |
1919 1999-07-21 Richard M. Stallman <rms@gnu.org> | |
1920 | |
1921 * replace.el (perform-replace): Turn off case-fold-search | |
1922 if FROM-STRING argument has uppercase in it. | |
1923 | |
1924 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1925 | |
1926 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock | |
1927 mode is on. Don't use end of changed text. | |
1928 | |
1929 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1930 | |
1931 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table. | |
1932 (cl-hash-table-p): Renamed from hash-table-p. | |
1933 (cl-hash-table-count): Renamed from hash-table-count. | |
1934 (maphash): Alias to cl-maphash removed. | |
1935 (gethash): Likewise. | |
1936 (puthash): Likewise. | |
1937 (remhash): Likewise. | |
1938 (clrhash): Likewise. | |
1939 | |
1940 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1941 | |
1942 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with | |
1943 third arg non-nil. See comment there why this isn't a good idea. | |
1944 | |
1945 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1946 | |
1947 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message. | |
1948 | |
1949 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call | |
1950 sit-for with 3rd arg non-nil to prevent redisplay. | |
1951 | |
1952 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1953 | |
1954 * image.el (image-type-from-file-header): If file doesn't | |
1955 have a directory part, add data-directory. | |
1956 | |
1957 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1958 | |
1959 * tooltip.el (tooltip-gud-tips-p): Set default to nil. | |
1960 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse | |
1961 motion handling when tooltip-gud-tips-p is nil. | |
1962 | |
1963 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1964 | |
1965 * tooltip.el (tooltip-mode): Don't use `plusp'. | |
1966 (tooltip-active): Use initial value of nil. | |
1967 | |
1968 * jit-lock.el (jit-lock-mode): Don't use `plusp'. | |
1969 | |
1970 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1971 | |
1972 * bindings.el (make-mode-line-mouse-sensitive): Add key | |
1973 definitions for `top-line'. | |
1974 | |
1975 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1976 | |
1977 * faces.el (top-line): New face. | |
1978 | |
1979 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1980 | |
1981 * image.el (image-type-regexps): Add regexp for PS files. | |
1982 | |
1983 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1984 | |
1985 * faces.el (set-face-attribute): Fix wrong handling of frame | |
1986 begin equal to t. | |
1987 | |
1988 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1989 | |
1990 * image.el (image-type-regexps): Add PNG format. | |
1991 | |
1992 1999-07-21 Dave Love <fx@gnu.org> | |
1993 | |
1994 * bindings.el (mode-line-modified): New variable. | |
1995 (mode-line-mode-menu-1): Switch to appropriate window before | |
1996 showing menu. | |
1997 | |
1998 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
1999 | |
2000 * faces.el (face-underline): Removed. | |
2001 (face-underline-color): Ditto. | |
2002 | |
2003 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2004 | |
2005 * faces.el (face-x-resources): Fix typo. | |
2006 | |
2007 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2008 | |
2009 * faces.el: Remove handling of `:relief', extend handling of | |
2010 `:box'. | |
2011 (frame-set-background-mode): Choose new defface specs after | |
2012 frame parameters have changed. | |
2013 | |
2014 * cus-face.el: Ditto. | |
2015 | |
2016 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2017 | |
2018 * custom.el (defface): Extend documentation to include new | |
2019 face attributes. | |
2020 | |
2021 * cus-face.el (custom-face-attributes): Add overline, | |
2022 strike-through, box. | |
2023 | |
2024 * faces.el (face-valid-attribute-values): Handle overline, | |
2025 strike-through, box. | |
2026 (face-attribute-name-alist): Add pairs for new face attributes. | |
2027 (describe-face): Handle new face attributes. | |
2028 | |
2029 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2030 | |
2031 * faces.el (face-x-resources): Add overline, strike-through, box. | |
2032 | |
2033 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2034 | |
2035 * enriched.el (enriched-translations): Add `display' and | |
2036 "x-display". | |
2037 (enriched-handle-display-prop): New. | |
2038 (enriched-decode-display-prop): New. | |
2039 | |
2040 * format.el (top-level): Give `display' property | |
2041 `format-list-atomic-p. | |
2042 (format-annotate-single-property-change): Test that property. | |
2043 If present, treat list property values like atoms. | |
2044 | |
2045 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2046 | |
2047 * cus-face.el (custom-face-attributes): Use `choice' everywhere | |
2048 so that "*" can be entered. | |
2049 | |
2050 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2051 | |
2052 * cus-face.el (custom-face-attributes): Don't use `#''. | |
2053 | |
2054 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
2055 | |
2056 * cus-face.el (custom-face-attributes): Return underline | |
2057 face attribute directly from the second lambda of underline. | |
2058 | |
2059 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2060 | |
2061 * jit-lock.el (jit-lock-stealth-verbose): Set to nil. | |
2062 | |
2063 * frame.el (after-setting-font-hooks): New variable. | |
2064 (set-frame-font): Run those hooks. | |
2065 | |
2066 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region. | |
2067 | |
2068 * faces.el (set-face-attribute): Fix doc string. | |
2069 | |
2070 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2071 | |
2072 * cus-face.el (custom-face-attributes): Accept color name. | |
2073 | |
2074 * faces.el (face-underline-p): Accept unspecified underlining. | |
2075 (face-underline): Ditto. Fix doc string. | |
2076 | |
2077 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
2078 | |
2079 * faces.el (face-underline-color): New function. | |
2080 | |
2081 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
2082 | |
2083 * cus-face.el (custom-face-attributes): Support underline coloring. | |
2084 Added slot to choose a color. | |
2085 | |
2086 * faces.el (face-underline): New function. | |
2087 (face-underline-p): Support underline coloring. | |
2088 Return nil only if the underline attribute is 'normal. | |
2089 (set-face-underline): New function. | |
2090 (face-valid-attribute-values): Support underline coloring. | |
2091 | |
2092 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2093 | |
2094 * image.el (insert-image): Use `display' instead of `glyph' | |
2095 as text property name. | |
2096 (put-image): Ditto. | |
2097 (image-type-from-file-header): Use insert-file-contents-literally. | |
2098 | |
2099 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2100 | |
2101 * easymenu.el (easy-menu-do-add-item): Don't use the empty | |
2102 string to indicate separators. | |
2103 | |
2104 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2105 | |
2106 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max | |
2107 instead of message-log. | |
2108 | |
2109 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2110 | |
2111 * faces.el (bitmap-area): New face. | |
2112 | |
2113 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2114 | |
2115 * image.el (insert-image): New. | |
2116 | |
2117 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2118 | |
2119 * frame.el (blink-cursor): Set the symbol's value. | |
2120 (show-trailing-whitespace): Change group to font-lock. | |
2121 | |
2122 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2123 | |
2124 * jit-lock.el: New. | |
2125 * font-lock.el: Add jit-mode as new support mode. | |
2126 | |
2127 * font-lock.el (font-lock-fontify-keywords-region): Stop when | |
2128 reaching end instead of letting re-search-forward signal an error. | |
2129 (demand-lock-mode): New. | |
2130 (font-lock-turn-on-thing-lock): Add demand-lock-mode. | |
2131 (font-lock-turn-off-thing-lock): Ditto. | |
2132 (font-lock-after-fontify-buffer): Ditto. | |
2133 (font-lock-after-unfontify-buffer): Ditto. | |
2134 | |
2135 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2136 | |
2137 * gs.el: New file. | |
2138 | |
2139 * startup.el (command-line-1): Activate tooltip mode if | |
2140 interactive. | |
2141 | |
2142 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2143 | |
2144 * faces.el (toolbar): Grey default background. | |
2145 (modeline): Ditto. | |
2146 | |
2147 * image.el (image-type-regexps): New. | |
2148 (image-type-from-file-header): New. | |
2149 (create-image): Call it. | |
2150 | |
2151 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2152 | |
2153 * image.el: New file. | |
2154 | |
2155 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2156 | |
2157 * bindings.el (mode-line-format): Replace `mode-name' with | |
2158 `(:eval mode-line-mode-name)'. | |
2159 (mode-line-mode-name): New. | |
2160 (make-mode-line-mouse-sensitive): Don't change default value | |
2161 of `mode-name'. | |
2162 | |
2163 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2164 | |
2165 * tooltip.el: New file. | |
2166 | |
2167 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2168 | |
2169 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3 | |
2170 instead of mouse-3 to pop up menus. | |
2171 (mode-line-kill-buffer): Removed. | |
2172 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over | |
2173 buffer name. | |
2174 (mode-line-buffer-menu-1): Removed. | |
2175 | |
2176 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive. | |
2177 | |
2178 * bindings.el (mode-line-buffer-identification-keymap): New. | |
2179 (mode-line-buffer-menu-keymap): New. | |
2180 (mode-line-mode-menu-keymap): New. | |
2181 (mode-line-unbury-buffer): New. | |
2182 (mode-line-other-buffer): New. | |
2183 (mode-line-kill-buffer): New. | |
2184 (mode-line-buffer-menu-1): New. | |
2185 (mode-line-mode-menu-1): New. | |
2186 (make-mode-line-mouse-sensitive): New. | |
2187 | |
2188 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2189 | |
2190 * help.el (describe-key-briefly): Handle mode line strings | |
2191 with local-map properties. | |
2192 (describe-key): Ditto. | |
2193 (mode-line-key-binding): New. | |
2194 | |
2195 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2196 | |
2197 * scroll-bar.el (scroll-bar-timer): New. | |
2198 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer. | |
2199 | |
2200 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2201 | |
2202 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top' | |
2203 and `bottom'. | |
2204 | |
2205 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2206 | |
2207 * scroll-bar.el (scroll-bar-toolkit-scroll): New. | |
2208 (global): Use different key bindings if using tookit scroll bars. | |
2209 | |
2210 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2211 | |
2212 * faces.el (modeline): Define mode line face with relief for | |
2213 class color, only. | |
2214 (toolbar): New face. | |
2215 | |
2216 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2217 | |
2218 * frame.el (frame-initialize): Set frame-creation-function to | |
2219 tty-create-frame-with-faces. | |
2220 | |
2221 * faces.el (frame-set-background-mode): Make it work for | |
2222 window-system nil. | |
2223 | |
2224 * faces.el (tty-create-frame-with-faces): New. | |
2225 (face-set-after-frame-default): Make it work for TTY frames. | |
2226 | |
2227 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2228 | |
2229 * faces.el (face-valid-attribute-values): Use tty-defined-colors. | |
2230 Return a list of one font family for TTYs. Don't return bitmap | |
2231 file paths for TTY frames. | |
2232 | |
2233 * faces.el: Add face specs for tty displays to basic faces. | |
2234 | |
2235 * font-lock.el (font-lock-comment-face): Add spec for color tty. | |
2236 (font-lock-string-face): Ditto. | |
2237 (font-lock-keyword-face): Ditto. | |
2238 (font-lock-builtin-face): Ditto. | |
2239 (font-lock-function-name-face): Ditto. | |
2240 (font-lock-variable-name-face): Ditto. | |
2241 (font-lock-type-face): Ditto. | |
2242 (font-lock-constant-face): Ditto. | |
2243 (font-lock-warning-face): Ditto. | |
2244 | |
2245 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2246 | |
2247 * startup.el (command-line): Register default tty colors. | |
2248 | |
2249 * faces.el (face-spec-set-match-display): Recognize `type tty'. | |
2250 | |
2251 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2252 | |
2253 * faces.el (modeline): For X frames, use a modeline with relief. | |
2254 | |
2255 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2256 | |
2257 * faces.el (frame-update-faces): Copied from 20.2. | |
2258 (frame-update-face-colors): Ditto. Code removed that isn't | |
2259 applicable in the new face implementation. | |
2260 | |
2261 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2262 | |
2263 * frame.el (show-trailing-whitespace): New. | |
2264 | |
2265 * faces.el (trailing-whitespace): New basic face. | |
2266 | |
2267 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2268 | |
2269 * cus-face.el (custom-facep): Always define as alias for facep. | |
2270 | |
2271 * cus-face.el (custom-face-attributes): Use choice widgets. | |
2272 Remove :bold and :italic. | |
2273 | |
2274 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2275 | |
2276 * faces.el (face-charset-registries): Removed since fontset.el | |
2277 is no always loaded. | |
2278 | |
2279 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2280 | |
2281 * faces.el (internal-get-face): Added as obsolete function for | |
2282 compatibility. | |
2283 | |
2284 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2285 | |
2286 * frame.el (blink-cursor-end): Call show-cursor. | |
2287 (blink-cursor-mode): Ditto. | |
2288 | |
2289 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2290 | |
2291 * faces.el (face-spec-reset-face): Reset all attributes to | |
2292 `unspecified'. | |
2293 (face-spec-set): Use it. | |
2294 | |
2295 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2296 | |
2297 * faces.el (read-all-face-attributes): Bug fix. | |
2298 (face-read-integer): Allow nil default value. | |
2299 (face-valid-attribute-values): Use symbol names of attribute | |
2300 values for completion list. | |
2301 | |
2302 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2303 | |
2304 * faces.el (internal-find-face): Define for compatibility with | |
2305 20.2. | |
2306 (face-id): Likewise. | |
2307 | |
2308 * faces.el (face-id): Return the ID of a realized face for ASCII. | |
2309 | |
2310 * fontset.el (x-charset-registries): Removed. Now in faces.el. | |
2311 (x-complement-fontset-spec): Use face-charset-registries. | |
2312 | |
2313 * faces.el (face-font-selection-order): Set font selection order | |
2314 from Lisp. | |
2315 (face-alternative-font-family-alist): Set alternative font | |
2316 families from Lisp. | |
2317 | |
2318 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2319 | |
2320 * faces.el (set-face-charset-registries): Set symbol value. | |
2321 | |
2322 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2323 | |
2324 * faces.el (face-set-after-frame-default): Call function | |
2325 internal-merge-in-global-face. | |
2326 | |
2327 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2328 | |
2329 * faces.el (face-list): Return symbols from face-global-alist. | |
2330 | |
2331 * faces.el (face-list): Return a copy of the face name list so | |
2332 that it cannot be modified from outside (facemenu.el uses | |
2333 nreverse, for example). | |
2334 | |
2335 * cus-face.el (custom-face-attributes): Add :bold and :italic | |
2336 for compatibility with old code. | |
2337 | |
2338 * faces.el (set-face-attributes-from-resources): Additional | |
2339 frame parameter. | |
2340 (make-face-x-resource-internal): Set attributes from resources | |
2341 for a given frame or all frames. | |
2342 | |
2343 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2344 | |
2345 * faces.el (all-faces): Removed. | |
2346 | |
2347 * custom.el (defface): Add new face attributes to function | |
2348 comment. | |
2349 | |
2350 * font-lock.el (font-lock-comment-face): Use new face attribute | |
2351 names. | |
2352 (font-lock-string-face): Ditto. | |
2353 (font-lock-keyword-face): Ditto. | |
2354 (font-lock-builtin-face): Ditto. | |
2355 (font-lock-function-name-face): Ditto. | |
2356 (font-lock-variable-name-face): Ditto. | |
2357 (font-lock-type-face): Ditto. | |
2358 (font-lock-reference-face): Ditto. | |
2359 (font-lock-warning-face): Ditto. | |
2360 ((boundp 'font-lock-face-attributes)): Ditto. | |
2361 | |
2362 * cus-face.el (custom-face-attributes): Use new face attributes. | |
2363 | |
2364 * faces.el (set-face-attribute-from-resource): Initialize | |
2365 from resources only for X and W32. | |
2366 | |
2367 * cus-face.el (custom-declare-face): Don't make frame-local | |
2368 faces. | |
2369 | |
2370 * faces.el (describe-face): Use princ instead of insert. | |
2371 | |
2372 * faces.el: Add XLFD manipulation functions from 20.2 again | |
2373 because fontset.el uses them. | |
2374 (face-set-after-frame-default): Add empty definition. | |
2375 | |
2376 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2377 | |
2378 * faces.el (make-face): Correct typo. | |
2379 (set-face-attribute-from-resource): Use let*. | |
2380 (face-underline-p): Correct typo. | |
2381 (face-inverse-video-p): Ditto. | |
2382 (set-face-stipple): Ditto. | |
2383 (face-read-string): Make completion-list optional parameter. | |
2384 | |
2385 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2386 | |
2387 * faces.el (face-charset-registries): Alist mapping charset | |
2388 symbols to registries and encoding. | |
2389 | |
2390 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2391 | |
2392 * frame.el (blink-cursor-mode): Use interactive spec "P". | |
2393 | |
2394 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2395 | |
2396 * frame.el (blink-cursor-mode): Function to toggle blinking cursor | |
2397 mode. The cursor of selected_window blinks if the mode is enabled. | |
2398 | |
2399 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2400 | |
2401 * simple.el (next-history-element): Set point to the end of the | |
2402 prompt if minibuffer-prompt-in-buffer. | |
2403 | |
2404 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
2405 | |
2406 * faces.el (x-font-regexp): Add sub-expression parentheses for | |
2407 several font name components. | |
2408 | |
2409 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
2410 | |
2411 * faces.el (set-face-relief): Use index 12 for relief. | |
2412 (face-fill-in): Set relief from data. | |
2413 (internal-make-face): Init relief to zero. | |
2414 | |
2415 * faces.el (face-spec-set): call modify-face with additional | |
2416 parameters for relief and fixed-p. | |
2417 | |
2418 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
2419 | |
2420 * cus-face.el: ':fixed and ':relief added. | |
2421 | |
2422 * faces.el (describe-face): Add fixed font attribute and relief. | |
2423 (face-attr-match-p): Ditto. | |
2424 (face-attr-construct): Ditto. | |
2425 (face-spec-set): Ditto. | |
2426 | |
2427 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
2428 | |
2429 * faces.el (internal-make-face): Function to create a Lisp vector | |
2430 suitable for representing a face. | |
2431 (make-face): Use it instead of make-vector. | |
2432 (x-create-frame-with-faces): Use it instead of vector. | |
2433 (internal-facep): Increase vector size to 14. | |
2434 (internal-make-face): Ditto. | |
2435 (face-relief): Access relief thickness. | |
2436 (face-fixed-p): Access fixed font attribute. | |
2437 (set-face-fixed-p): Set fixed font attribute. | |
2438 (set-face-relief): Set relief attribute. | |
2439 (internal-face-interactive-int): Read int attribute of face. | |
2440 (modify-face): Add fixed-p and relief parameters. | |
2441 (copy-face): Handle fixed-p and relief. | |
2442 (face-equal): Compare fixed-p and relief. | |
2443 (face-differs-from-default-p): Ditto. | |
2444 (face-nontrivial-p): Add fixed-p and relief. | |
2445 | |
2446 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
2447 | |
2448 * faces.el (eval-when-compile): Add set-face-shadow-thickness. | |
2449 (internal-facep): Increase vector size. | |
2450 (make-face): Ditto. | |
2451 (face-shadow-thickness): Added. | |
2452 (set-face-shadow-thickness): Added. | |
2453 (modify-face): Add optional shadow-thickness parameter. | |
2454 (make-face-x-resource-internal): Add shadows. | |
2455 (copy-face): Ditto. | |
2456 (face-equal): Ditto. | |
2457 (face-differs-from-default-p): Ditto. | |
2458 (face-nontrivial-p): Ditto. | |
2459 (face-attr-match-p): Ditto. | |
2460 (face-attr-construct): Ditto. | |
2461 (face-spec-set): Ditto. | |
2462 (face-fill-in): Ditto. | |
2463 | |
2464 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
2465 | |
2466 * bench.el (bench-mark-split-window): New bench mark. | |
2467 | |
2468 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
2469 | |
2470 * faces.el (set-face-font): Don't pass default font to | |
2471 x-resolve-font so that font will not have to be of the same | |
2472 size. | |
2473 | |
2474 1999-07-20 Dave Love <fx@gnu.org> | |
2475 | |
2476 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it | |
2477 unconditionally t. | |
2478 | |
2479 1999-07-20 Karl Heuer <kwzh@gnu.org> | |
2480 | |
2481 * font-lock.el (c++-font-lock-extra-types): Add "type_info". | |
2482 | |
2483 1999-07-20 Dave Love <fx@gnu.org> | |
2484 | |
2485 * help.el (describe-variable): Fix test for customizability. | |
2486 | |
2487 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer): | |
2488 Check for readonly buffer in interactive spec. | |
2489 (zap-to-char, kill-line, kill-region, comment-region, kill-word) | |
2490 (backward-kill-word): Add * to interactive spec. | |
2491 | |
2492 * underline.el (underline-region, ununderline-region): Add * to | |
2493 interactive spec. | |
2494 | |
2495 * fill.el (canonically-space-region, justify-current-line): Add * | |
2496 to interactive spec. | |
2497 (fill-region-as-paragraph, fill-paragraph, fill-region) | |
2498 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check | |
2499 readonly buffer in interactive spec. | |
2500 | |
2501 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
2502 (backward-kill-sentence, kill-sentence): Add * to interactive | |
2503 spec. | |
2504 | |
2505 1999-07-19 Richard M. Stallman <rms@gnu.org> | |
2506 | |
2507 * dired-aux.el (dired-do-shell-command): Doc fix. | |
2508 | |
2509 * shell.el (shell-unquote-argument): New function. | |
2510 (shell-directory-tracker): Use shell-unquote-argument. | |
2511 * comint.el (comint-arguments): Handle \ followed by space or tab. | |
2512 | |
2513 1999-07-19 John Wiegley <jwiegley@borland.com> | |
2514 | |
2515 * term.el (ansi-term-fg-faces-vector): Added support for ANSI | |
2516 color codes 39 and 49, which by the way lynx uses them seem to | |
2517 mean "foreground reset" and "background reset". | |
2518 | |
2519 1999-07-19 Karl Heuer <kwzh@gnu.org> | |
2520 | |
2521 * font-lock.el (c++-keywords): Add "typeid". | |
2522 | |
2523 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but | |
2524 selects no font, treat that as zero selections, not one. | |
2525 | |
2526 1999-07-19 Dave Love <fx@gnu.org> | |
2527 | |
2528 * info.el (Info-search): Don't lose with empty regexp. | |
2529 | |
2530 * version.el: Cater for (free) `ident' program, not `which'. | |
2531 | |
2532 * hl-line.el: New file. | |
2533 | |
2534 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu | |
2535 for modes which don't define menus. | |
2536 | |
2537 1999-07-16 Richard M. Stallman <rms@gnu.org> | |
2538 | |
2539 * webjump.el (webjump-sample-sites): Update some URLs. | |
2540 | |
2541 1999-07-14 Richard Stallman <rms@gnu.org> | |
2542 | |
2543 * Version 20.4 released. | |
2544 | |
2545 1999-07-14 Andreas Schwab <schwab@gnu.org> | |
2546 | |
2547 * compare-w.el (compare-windows): Try to find the next window in | |
2548 the current frame before looking at the other frames. | |
2549 | |
2550 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru> | |
2551 | |
2552 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"): | |
2553 Use cyrillic-jcuken as default input method. | |
2554 | |
2555 1999-07-12 Richard Stallman <rms@gnu.org> | |
2556 | |
2557 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for | |
2558 Java anonymous array expressions ("new Foo[] {.. bracelist ..}"). | |
2559 | |
2560 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian. | |
2561 (ispell-local-dictionary-alist): Add koi8-r for character set. | |
2562 | |
2563 * textmodes/flyspell.el (flyspell-get-word): | |
2564 Add special handling for when ispell-otherchars is empty. | |
2565 | |
2566 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no> | |
2567 | |
2568 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior | |
2569 when having nested functons. | |
2570 (pascal-indent-nested-functions) (pascal-indent-line) | |
2571 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for | |
2572 indenting nested functions. | |
2573 | |
2574 1999-07-09 Richard Stallman <rms@gnu.org> | |
2575 | |
2576 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes. | |
2577 | |
2578 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no> | |
2579 | |
2580 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when | |
2581 the `end' keyword was in the very beginning of the buffer. | |
2582 | |
2583 1999-07-08 Richard Stallman <rms@gnu.org> | |
2584 | |
2585 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix. | |
2586 | |
2587 * term.el (term-emulate-terminal): Avoid infinite loop | |
2588 in strange case where minibuffer window is selected but not active. | |
2589 | |
2590 1999-07-07 Stephen Eglen <stephen@gnu.org> | |
2591 | |
2592 * progmodes/octave-inf.el (inferior-octave-directory-tracker): | |
2593 Change regexp so that it doesn't match commands beginning with `cd'. | |
2594 | |
2595 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
2596 | |
2597 * mail/rmail.el (mail-unsent-separator): Add a missing \\|. | |
2598 | |
2599 1999-07-06 Richard Stallman <rms@gnu.org> | |
2600 | |
2601 * hscroll.el (hscroll-minibuffer-hook): New function. | |
2602 (hscroll-global-mode): Add and remove that hook. | |
2603 Set hscroll-old-truncate-was-global's default value. | |
2604 | |
2605 1999-07-05 Richard Stallman <rms@gnu.org> | |
2606 | |
2607 * files.el (revert-buffer): Don't preserve point here. | |
2608 (revert-buffer-insert-file-contents-function): Doc fix. | |
2609 | |
2610 * isearch.el (isearch-process-search-char): Write octal 200 correctly. | |
2611 | |
2612 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid | |
2613 doing a `stat' when it isn't necessary because that can cause | |
2614 trouble when an NFS server is down. | |
2615 | |
2616 1999-07-04 Richard Stallman <rms@gnu.org> | |
2617 | |
2618 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer. | |
2619 | |
2620 1999-07-03 Richard Stallman <rms@gnu.org> | |
2621 | |
2622 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte | |
2623 for \200...\240 also. | |
2624 (isearch-printing-char): Use unibyte-char-to-multibyte. | |
2625 | |
2626 1999-07-02 Richard Stallman <rms@gnu.org> | |
2627 | |
2628 * frame.el (minibuffer-frame-alist): Use defcustom. | |
2629 (pop-up-frame-alist): Likewise. | |
2630 (initial-frame-alist): Specify * in the doc string. | |
2631 | |
2632 * hscroll.el (hscroll-mode): Make it a permanent local. | |
2633 (hscroll-mode): Don't cancel the timer | |
2634 if HScroll mode is enabled in some other buffer. | |
2635 | |
2636 * isearch.el (isearch-done): If search ends in middle of intangible | |
2637 text (due to text property), move on to the limit of that text. | |
2638 | |
2639 1999-07-01 Andrew Innes <andrewi@gnu.org> | |
2640 | |
2641 * man.el (Man-build-man-command): Use value of null-device, | |
2642 instead of hard-coding "/dev/null". | |
2643 | |
2644 * dos-w32.el (untranslated-canonical-name): Avoid expanding | |
2645 ange-ftp file names, which might force ange-ftp to prompt for a | |
2646 password. | |
2647 | |
2648 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t, | |
2649 to prevent references to temp files. | |
2650 | |
2651 1999-06-30 Richard Stallman <rms@gnu.org> | |
2652 | |
2653 * progmodes/sh-script.el (sh-feature): If nothing is known | |
2654 about the given shell, use the values for `sh'. | |
2655 | |
2656 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
2657 | |
2658 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status", | |
2659 to make it non-recursive. | |
2660 | |
2661 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly. | |
2662 | |
2663 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
2664 | |
2665 * auto-show.el (auto-show-mode): Fix Typo in :set. | |
2666 | |
2667 1999-06-29 Richard M. Stallman <rms@gnu.org> | |
2668 | |
2669 * progmodes/sh-script.el (sh-mode): When setting syntax | |
2670 table, default to the standard one. | |
2671 | |
2672 1999-06-27 Richard M. Stallman <rms@gnu.org> | |
2673 | |
2674 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix. | |
2675 | |
2676 1999-06-27 Stefan Monnier <monnier@tequila.cs.yale.edu> | |
2677 | |
2678 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): don't pop up | |
2679 a frame when `return' is requested (even if pop-up-frames = t) | |
2680 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function' | |
2681 should only be set for the bibtex buffer. | |
2682 | |
2683 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix. | |
2684 | |
2685 * progmodes/compile.el: Deal with compilation-error-screen-columns | |
2686 being buffer-local. | |
2687 | |
2688 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
2689 | |
2690 * comint.el (comint-password-prompt-regexp): Allow "(again)". | |
2691 | |
2692 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
2693 | |
2694 * cal-x.el (calendar-only-one-frame-setup): New function. | |
2695 * calendar.el (calendar): Call it if requested. | |
2696 | |
2697 1999-06-24 Karl Heuer <kwzh@gnu.org> | |
2698 | |
2699 * startup.el (iso-8859-n-locale-regexp): Doc fix. | |
2700 | |
2701 1999-06-22 Richard M. Stallman <rms@gnu.org> | |
2702 | |
2703 * mail/supercite.el (sc-emacs-features): Doc fix. | |
2704 | |
2705 1999-06-22 Karl Heuer <kwzh@gnu.org> | |
2706 | |
2707 * files.el (auto-mode-alist): Add pike-mode. | |
2708 | |
2709 1999-06-20 Paul R. Eggert <eggert@twinsun.com> | |
2710 | |
2711 * tar-mode.el (tar-header-block-tokenize): Don't assume that the | |
2712 last byte of a numeric field is a space or a NUL. Parse it as | |
2713 potentially part of the number. This is used by GNU tar | |
2714 1.12.64012 to handle larger values. | |
2715 | |
2716 1999-06-20 Karl Heuer <kwzh@gnu.org> | |
2717 | |
2718 * custom.el (custom-handle-keyword): Fix error message. | |
2719 | |
2720 1999-06-18 Andrew Innes <andrewi@gnu.org> | |
2721 | |
2722 * mail/smtpmail.el (smtpmail-send-it): Use | |
2723 convert-standard-filename to make file names for queued mail safe | |
2724 on Windows (`:' is invalid in file names on Windows). | |
2725 | |
2726 1999-06-17 Kenichi Handa <handa@etl.go.jp> | |
2727 | |
2728 * international/mule-cmds.el (describe-current-input-method): | |
2729 Current-input-method is string. | |
2730 (toggle-input-method): Docstring fixed. | |
2731 | |
2732 * international/mule-diag.el | |
2733 (describe-current-coding-system-briefly): Fix format string. | |
2734 | |
2735 * international/mule-util.el (coding-system-eol-type-mnemonic): | |
2736 Docstring modified. Return a string. | |
2737 | |
2738 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch> | |
2739 | |
2740 * sql.el (sql-input-ring-file-name): Doc fix. | |
2741 | |
2742 1999-06-17 Richard M. Stallman <rms@gnu.org> | |
2743 | |
2744 * calendar/cal-x.el (special-display-buffer-names): | |
2745 Don't put (get-file-buffer diary-file) on this list. | |
2746 | |
2747 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov> | |
2748 | |
2749 * play/mpuz.el (mpuz-try-proposal): Fix message call. | |
2750 Don't penalize player for certain impossible guesses. | |
2751 | |
2752 1999-06-16 Andrew Innes <andrewi@gnu.org> | |
2753 | |
2754 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid, | |
2755 return the string "Unk 0 0000" so at least it appears to be a | |
2756 valid timestamp to `dired-move-to-filename-regexp'. | |
2757 | |
2758 1999-06-15 Ken'ichi Handa <handa@gnu.org> | |
2759 | |
2760 * ps-print.el (ps-control-character): Fix previous change. | |
2761 | |
2762 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
2763 | |
2764 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid | |
2765 multiple output of the last message. | |
2766 | |
2767 1999-06-14 Eli Zaretskii <eliz@gnu.org> | |
2768 | |
2769 * term/internal.el (IT-display-table-setup): Do not remap \222 to | |
2770 the ASCII apostrophe, as most DOS codepages have some other glyph | |
2771 there. | |
2772 | |
2773 1999-06-14 Ken'ichi Handa <handa@gnu.org> | |
2774 | |
2775 * language/ethio-util.el (setup-ethiopic-environment-internal): | |
2776 Use quail-activate-hook instead of obsolete hook quail-mode-hook. | |
2777 (exit-ethiopic-environment): Likewize. | |
2778 | |
2779 1999-06-12 Richard M. Stallman <rms@gnu.org> | |
2780 | |
2781 * cus-start.el (scroll-preserve-screen-position): Fix typo in type. | |
2782 | |
2783 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
2784 | |
2785 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with | |
2786 custom-initialize-default to avoid infinite loop. | |
2787 (crisp-mode): (defun) Call transient-mark-mode here, not when | |
2788 loading the file. Run crisp-mode-hook here, and run | |
2789 crisp-load-hook when loading the file. | |
2790 | |
2791 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in | |
2792 rmail-summary buffer, search for pattern in rmail-file. | |
2793 | |
2794 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo. | |
2795 | |
2796 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type. | |
2797 | |
2798 * ps-print.el (ps-printer-name): Fix custom type. | |
2799 | |
2800 1999-06-12 Reto Zimmermann <reto@synopsys.com> | |
2801 | |
2802 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug. | |
2803 (vhdl-port-paste-generic-map): Fix indentation bug. | |
2804 (vhdl-port-paste-port-map): Fix indentation bug. | |
2805 (vhdl-scan-file-contents): Make scanning case insensitive. | |
2806 | |
2807 1999-06-11 Richard M. Stallman <rms@gnu.org> | |
2808 | |
2809 * files.el (write-file): When buffer is not already visiting a file, | |
2810 don't put buffer name in the minibuffer, just make it the default. | |
2811 Also handle just directory as arg usefully in that case. | |
2812 | |
2813 * simple.el (sendmail-user-agent-compose): | |
2814 Ignore case when inserting the rest of the "other" headers. | |
2815 | |
2816 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n. | |
2817 | |
2818 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix. | |
2819 (info-lookup-interactive-arguments): Never insert the default | |
2820 into the minibuffer automatically. | |
2821 | |
2822 * emacs-lisp/cl-extra.el (getf): Don't call get*. | |
2823 | |
2824 1999-06-09 Richard M. Stallman <rms@gnu.org> | |
2825 | |
2826 * simple.el (shell-command): Avoid printing "mark set" message. | |
2827 | |
2828 1999-06-09 Dave Love <fx@gnu.org> | |
2829 | |
2830 * progmodes/compile.el (compilation-error-regexp-alist): Allow | |
2831 digits in program name in first pattern. | |
2832 | |
2833 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
2834 | |
2835 * vc.el (vc-dired-mode): Don't match anything before the date in | |
2836 dired-move-to-filename-regexp. | |
2837 | |
2838 1999-06-07 Ken'ichi Handa <handa@gnu.org> | |
2839 | |
2840 * international/quail.el (quail-define-rules): Fix typo in | |
2841 docstring. | |
2842 | |
2843 1999-06-05 Stephen Eglen <stephen@gnu.org> | |
2844 | |
2845 * iswitchb.el (iswitchb-default-keybindings): Add | |
2846 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather | |
2847 than when package is loaded. | |
2848 | |
2849 1999-06-04 Richard M. Stallman <rms@gnu.org> | |
2850 | |
2851 * startup.el (command-line): Don't set user-init-file directly; | |
2852 tell `load' to set it. | |
2853 | |
2854 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg. | |
2855 | |
2856 * simple.el (next-history-element): | |
2857 Handle minibuffer-text-before-history properly when reading sexps. | |
2858 | |
2859 * disp-table.el (standard-display-european): | |
2860 For an interactive call by the user, | |
2861 don't set enable-multibyte-characters, | |
2862 and don't set the terminal coding system. | |
2863 | |
2864 * textmodes/refbib.el: Don't print any messages or display | |
2865 a buffer when loading the library. | |
2866 (r2b-help): Doc fix. | |
2867 (r2b-help-message): Update the documentation. | |
2868 (r2b-load-quietly): Variable deleted. | |
2869 (r2b-convert-buffer): Doc fix. | |
2870 | |
2871 1999-06-04 Dave Love <fx@gnu.org> | |
2872 | |
2873 * help.el (help-xref-interned): Fix insertion of fdoc and revamp. | |
2874 | |
2875 * auto-show.el: Don't change hooks on loading. | |
2876 (auto-show-mode): Autoload. Default to nil. Add :set &c. | |
2877 (auto-show-mode): Add to hooks here. | |
2878 | |
2879 1999-06-04 Richard Sharman <rsharman@pobox.com> | |
2880 | |
2881 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite | |
2882 recursion on bogus input. | |
2883 | |
2884 1999-06-04 Eric M. Ludlam <zappo@ultranet.com> | |
2885 | |
2886 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user | |
2887 does not select a buffer from the buffers menu, then the attached | |
2888 frame is not switched to anything. | |
2889 | |
2890 1999-06-03 Ken'ichi Handa <handa@gnu.org> | |
2891 | |
2892 * language/vietnamese.el (ccl-encode-vscii): Typo fixed | |
2893 (viet-viscii-...->viet-vscii...). | |
2894 | |
2895 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed. | |
2896 | |
2897 1999-06-01 Dave Love <fx@gnu.org> | |
2898 | |
2899 * progmodes/fortran.el: Add :link to defgroup. | |
2900 (fortran-blink-matching-if): Match ELSE statements too. | |
2901 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so | |
2902 that filling is always done. | |
2903 | |
2904 1999-05-31 Richard M. Stallman <rms@gnu.org> | |
2905 | |
2906 * simple.el (append-next-kill): Use an arg to distinguish | |
2907 interactive calls from Lisp calls, rather than (interactive-p). | |
2908 | |
2909 * international/iso-transl.el (iso-transl-language-alist): | |
2910 Interchange n and N. | |
2911 | |
2912 1999-05-31 Dave Love <fx@gnu.org> | |
2913 | |
2914 * msb.el Add to minor-mode-map-alist. Remove hook installation | |
2915 and keymap munging on load. | |
2916 (msb-mode): New option. | |
2917 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory): | |
2918 Doc fix. | |
2919 (msb-mode-map): New variable. | |
2920 (msb-mode): New command. | |
2921 | |
2922 1999-05-31 Dave Love <fx@gnu.org> | |
2923 | |
2924 * ispell.el: (ispell-alternate-dictionary): Fix custom type. | |
2925 (ispell-complete-word-dict): Likewise. | |
2926 | |
2927 1999-05-31 Eli Zaretskii <eliz@gnu.org> | |
2928 | |
2929 * forms.el (forms-save-buffer): Call set-buffer-modified-p to | |
2930 force the data buffer to be saved, even if the data didn't | |
2931 change, in case the write filter was modified. Restore the | |
2932 current record after read-file-filter finishes. | |
2933 | |
2934 1999-05-29 Karl Heuer <kwzh@gnu.org> | |
2935 | |
2936 * ispell4.el: Obsolete; file deleted. | |
2937 | |
2938 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line. | |
2939 | |
2940 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if | |
2941 VALUE is a syntax table. | |
2942 | |
2943 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie. | |
2944 | |
2945 * simple.el (zap-to-char): Doc fix. | |
2946 | |
2947 1999-05-27 Ken'ichi Handa <handa@gnu.org> | |
2948 | |
2949 * isearch.el (isearch-quote-char): Don't assume character codes | |
2950 0200 - 0237 stand for characters in some single-byte character | |
2951 charset. | |
2952 | |
2953 1999-05-27 Dave Love <fx@gnu.org> | |
2954 | |
2955 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c. | |
2956 | |
2957 1999-05-27 Andreas Schwab <schwab@gnu.org> | |
2958 | |
2959 * dired-aux.el (dired-insert-subdir-doinsert): Check that the | |
2960 headerline does not exist already. | |
2961 | |
2962 1999-05-26 Richard Stallman <rms@gnu.org> | |
2963 | |
2964 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
2965 Avoid nested null-loops. | |
2966 | |
2967 1999-05-26 Ken'ichi Handa <handa@gnu.org> | |
2968 | |
2969 * international/characters.el: Typo fixed; prefered->preferred. | |
2970 | |
2971 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
2972 Typo fixed; prefered->preferred. | |
2973 | |
2974 * map-ynp.el (map-y-or-n-p): Don't inherit the current input | |
2975 method in read-event. | |
2976 | |
2977 * international/mule.el (charset-info): Doc-string fixed. | |
2978 | |
2979 1999-05-25 Ken'ichi Handa <handa@gnu.org> | |
2980 | |
2981 * mail/smtpmail.el (smtpmail-send-it): Bind | |
2982 smtpmail-code-conv-from properly. | |
2983 (smtpmail-send-data-1): If DATA is a multibyte string, encode it | |
2984 by smtpmail-code-conv-from. | |
2985 | |
2986 1999-05-24 Richard Stallman <rms@gnu.org> | |
2987 | |
2988 * emulation/crisp.el (crisp-submit-bug-report): Function deleted. | |
2989 Binding deleted also. | |
2990 | |
2991 1999-05-24 Karl Heuer <kwzh@gnu.org> | |
2992 | |
2993 * comint.el (comint-bol-or-process-mark): Doc fix. | |
2994 | |
2995 1999-05-23 Dave Love <fx@gnu.org> | |
2996 | |
2997 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map. | |
2998 Enter it on minor-mode-map-alist. | |
2999 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed. | |
3000 Autoload. Add custom setter. | |
3001 (crisp-mark-line): Doc fix. | |
3002 (crisp-mode): Autoload. Re-write not to frob keymaps directly. | |
3003 (crisp-mode-hook): Define. | |
3004 | |
3005 1999-05-23 Ken'ichi Handa <handa@gnu.org> | |
3006 | |
3007 * files.el (recover-file): Recover buffer-file-coding-system. | |
3008 | |
3009 1999-05-22 Richard Stallman <rms@gnu.org> | |
3010 | |
3011 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp | |
3012 regexp match the date, to avoid treating date as file size. | |
3013 Add YYYY S option to WESTERN/ | |
3014 | |
3015 * bookmark.el: Delete some XEmacs compatibility code. | |
3016 (bookmark-jump-noselect): Check vc-backend. | |
3017 | |
3018 * subr.el (add-to-list): Doc fix. | |
3019 | |
3020 1999-05-21 Stephen Eglen <stephen@gnu.org> | |
3021 | |
3022 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer. | |
3023 | |
3024 1999-05-18 Richard Stallman <rms@gnu.org> | |
3025 | |
3026 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a | |
3027 non-space after the @anchor command. | |
3028 (texinfo-format-var): Handle other nested constructs, using | |
3029 texinfo-parse-expanded-arg and texinfo-discard-command, not | |
3030 texinfo-parse-arg-discard. | |
3031 | |
3032 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable. | |
3033 (debug): Bind and use debugger-outer-inhibit-redisplay. | |
3034 Bind inhibit-redisplay to nil. | |
3035 (debugger-env-macro): Treat inhibit-redisplay like other outside vars. | |
3036 | |
3037 1999-05-17 Dave Love <fx@gnu.org> | |
3038 | |
3039 * help.el (describe-function-1): Extra arg, interactive-p. | |
3040 (describe-key, describe-function): Use it. | |
3041 | |
3042 1999-05-17 Karl Heuer <kwzh@gnu.org> | |
3043 | |
3044 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie. | |
3045 | |
3046 1999-05-16 Dave Love <fx@gnu.org> | |
3047 | |
3048 * cus-start.el (all): Delete selective-display. Add scroll-margin, | |
3049 scroll-preserve-screen-position, scroll-conservatively. | |
3050 | |
3051 1999-05-16 Dave Love <fx@gnu.org> | |
3052 | |
3053 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case. | |
3054 | |
3055 1999-05-15 Reto Zimmermann <reto@Synopsys.COM> | |
3056 | |
3057 * progmodes/vhdl-mode.el: Completely revised and massively extended. | |
3058 | |
3059 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
3060 | |
3061 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no | |
3062 magic number and is not associated with a file. | |
3063 | |
3064 1999-05-14 Richard M. Stallman <rms@gnu.org> | |
3065 | |
3066 * files.el (find-file-noselect-1): Fix previous change. | |
3067 | |
3068 1999-05-14 Simon Marshall <simon@gnu.org> | |
3069 | |
3070 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'. | |
3071 | |
3072 1999-05-13 Ken'ichi Handa <handa@gnu.org> | |
3073 | |
3074 * international/mule-diag.el (mule-diag): Change MULE to Mule in | |
3075 docstring. | |
3076 | |
3077 * international/mule-cmds.el: Change MULE to Mule in docstrings | |
3078 and menus. | |
3079 | |
3080 1999-05-10 Kenichi HANDA <handa@etl.go.jp> | |
3081 | |
3082 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule | |
3083 to correctly reflect the value of BaseLineOffset in | |
3084 RelativeCompose. Now the value of RelativeCompose is an array of | |
3085 low and high positions. | |
3086 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and | |
3087 RLC for the above change. | |
3088 | |
3089 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org> | |
3090 | |
3091 * comint.el (comint-password-prompt-regexp): Modified to match the | |
3092 output of ksu and ssh-add. | |
3093 | |
3094 1999-05-11 Kenichi HANDA <handa@etl.go.jp> | |
3095 | |
3096 * language/korea-util.el (isearch-toggle-korean-input-method): | |
3097 Adjusted for the change of input method handling in isearch.el. | |
3098 (isearch-hangul-switch-symbol-ksc): Likewise. | |
3099 (isearch-hangul-switch-hanja): Likewise. | |
3100 | |
3101 1999-05-10 Dave Love <fx@gnu.org> | |
3102 | |
3103 * help.el (help-make-xrefs): Fix typo. | |
3104 | |
3105 1999-05-10 Andreas Schwab <schwab@gnu.org> | |
3106 | |
3107 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add | |
3108 unibyte-display-via-language-environment. | |
3109 | |
3110 * help.el (help-make-xrefs): Handle more cases when looking for | |
3111 commands in a keymap description. | |
3112 | |
3113 1999-05-10 Eli Zaretskii <eliz@gnu.org> | |
3114 | |
3115 * loadup.el: For ms-dos systems, load ccl and codepage. | |
3116 | |
3117 1999-05-09 Ken'ichi Handa <handa@gnu.org> | |
3118 | |
3119 * ps-print.el (ps-control-character): Call | |
3120 ps-mule-prepare-ascii-font to setup ASCII fonts. | |
3121 | |
3122 * ps-mule.el (ps-mule-begin-job): Redo this change "if | |
3123 ps-multibyte-buffer is nil, use | |
3124 ps-mule-font-info-database-default." | |
3125 | |
3126 1999-05-08 Ken Stevens <k.stevens@ieee.org> | |
3127 | |
3128 * ispell.el (ispell-local-dictionary-alist): New variable for | |
3129 customizing local dictionaries not accessable by everyone. | |
3130 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'. | |
3131 (ispell-required-version): Changed format `(major minor | |
3132 revision)' to support general pattern matching. | |
3133 (ispell-tex-skip-alists): AMS Tex block comment and `\author' | |
3134 skip region commented out due to incorrect skip potential in std latex. | |
3135 (ispell-word): Removed `when' macro. Fixed bug of not restoring | |
3136 cursor point on small words for calls from `ispell-minor-mode'. | |
3137 (check-ispell-version): Tests and accepts versions major.minor | |
3138 and above, with adjustments for interactions in 3.1.0-3.1.11. | |
3139 (ispell-get-line): No longer skips ispell process special characters. | |
3140 (ispell-comments-and-strings): Removed `when' macro call. | |
3141 (ispell-minor-check): Requires ispell-word to restore cursor point. | |
3142 (ispell-buffer-local-parsing): Supports checking comments only. | |
3143 | |
3144 1999-05-08 Karl Heuer <kwzh@gnu.org> | |
3145 | |
3146 * comint.el (comint-password-prompt-regexp): Fix last change to be | |
3147 more specific. | |
3148 | |
3149 1999-05-07 Richard M. Stallman <rms@gnu.org> | |
3150 | |
3151 * subr.el (with-temp-message): Fix the other call to message | |
3152 to use %s. | |
3153 | |
3154 1999-05-07 Michael Ernst <mernst@alum.mit.edu> | |
3155 | |
3156 * gud.el (gud-format-command): "%F" means file sans extension. | |
3157 (jdb): use %F, not %f, for gud-break. | |
3158 | |
3159 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org> | |
3160 | |
3161 * comint.el (comint-password-prompt-regexp): Modified so that it | |
3162 matches the output of kinit. | |
3163 | |
3164 1999-05-06 Greg Stark <gsstark@mit.edu> | |
3165 | |
3166 * timezone.el (timezone-parse-date): Recognize new format used in | |
3167 internet cookies. | |
3168 | |
3169 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu> | |
3170 | |
3171 * international/iso-acc.el (iso-languages): Add latin-2 cedillas. | |
3172 | |
3173 1999-05-04 Andrew Innes <andrewi@gnu.org> | |
3174 | |
3175 * time.el (display-time-update): Allow for wrap-around when | |
3176 checking against display-time-server-down-time. | |
3177 | |
3178 1999-05-04 Ken'ichi Handa <handa@gnu.org> | |
3179 | |
3180 * international/mule-diag.el (describe-coding-system): Fix English | |
3181 message. | |
3182 | |
3183 1999-05-03 Jason Rumney <jasonr@altavista.net> | |
3184 | |
3185 * term/w32-win.el: Change the x-charset-registry property for the | |
3186 Japanese charsets that are supported by Japanese Windows fonts. | |
3187 | |
3188 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
3189 | |
3190 * diary-lib.el (diary-remind): Rewritten to behave sensibly for | |
3191 diary-block diary entries for which the reminders and the diary | |
3192 entries can overlap. | |
3193 | |
3194 1999-05-02 Jason Rumney <jasonr@altavista.net> | |
3195 | |
3196 * term/w32-win.el (mouse-set-font): Ensure constructed fontset | |
3197 matches the font selected in the dialog. | |
3198 | |
3199 1999-05-02 Dave Love <fx@gnu.org> | |
3200 | |
3201 * browse-url.el (browse-url-browser-function): Add :version. | |
3202 | |
3203 * international/mule.el (auto-coding-alist): Add .tgz. | |
3204 | |
3205 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il> | |
3206 | |
3207 * international/codepage.el (cp-coding-system-for-codepage-1): | |
3208 Make the magnification parameter for the -dos encoder be 2. | |
3209 | |
3210 1999-05-2 Andrew Innes <andrewi@gnu.org> | |
3211 | |
3212 * term/w32-win.el (w32-drag-n-drop): Select file in window where | |
3213 it is dropped, rather than current window. | |
3214 | |
3215 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables | |
3216 after switching buffer, as case-fold-search is a buffer local | |
3217 variable. | |
3218 | |
3219 * w32-fns.el (convert-standard-filename): Only convert directory | |
3220 separators to backslash if the interactive shell is one of the | |
3221 standard Windows shells that has DOS semantics. | |
3222 | |
3223 * ls-lisp.el (ls-lisp-format-time): Trap errors from | |
3224 format-time-string, and return a suitable string to indicate the | |
3225 timestamp was invalid. | |
3226 | |
3227 * hexl.el (hexlify-command): Apply shell-quote-argument after | |
3228 expanding hexl-program in case exec-directory contains a space. | |
3229 (dehexlify-command): Ditto. | |
3230 | |
3231 * dos-w32.el (file-name-buffer-file-type-alist): Remove various | |
3232 file extension regexps which aren't necessarily binary files. | |
3233 (direct-print-region-helper): Use subst-char-in-string instead of | |
3234 binding directory-sep-char to convert filenames to DOS syntax. | |
3235 (direct-print-region-use-command-dot-com): New variable. | |
3236 (direct-print-region-helper): Use it to control whether to invoked | |
3237 command.com to print on Windows 9x. | |
3238 | |
3239 * browse-url.el (browse-url-browser-function): Default to | |
3240 browse-url-default-windows-browser on windows-nt. | |
3241 (browse-url-default-windows-browser): New function. | |
3242 | |
3243 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il> | |
3244 | |
3245 * forms.el (forms-mode): Don't call forms-first-record or | |
3246 forms-last-record if the data file has zero records. | |
3247 | |
3248 1999-04-29 Richard M. Stallman <rms@gnu.org> | |
3249 | |
3250 * files.el (find-file-noselect-1): If buffer-file-name has changed | |
3251 after find-file-not-found-hooks runs, recompute the truename. | |
3252 And don't use FILENAME after that point. | |
3253 | |
3254 1999-04-27 Dave Love <fx@gnu.org> | |
3255 | |
3256 * paren.el (show-paren-mode) | |
3257 * which-func.el (which-func-mode-global) | |
3258 * type-break.el (type-break-mode) | |
3259 * time.el (display-time-mode) | |
3260 * rsz-mini.el (resize-minibuffer-mode) | |
3261 * mouse-sel.el (mouse-sel-mode) | |
3262 * icomplete.el (icomplete-mode) | |
3263 * hscroll.el (hscroll-global-mode) | |
3264 * help.el (temp-buffer-resize-mode) | |
3265 * font-lock.el (global-font-lock-mode) | |
3266 * delsel.el (delete-selection-mode) | |
3267 * avoid.el (mouse-avoidance-mode) | |
3268 * autoinsert.el (auto-insert-mode) | |
3269 * winner.el (winner-mode): Doc fix. | |
3270 | |
3271 1999-04-26 Karl Heuer <kwzh@gnu.org> | |
3272 | |
3273 * mail/rmail.el (rmail-next-same-subject): When searching, ignore | |
3274 the same whitespace that was ignored in choosing the subject string. | |
3275 | |
3276 1999-04-26 Richard M. Stallman <rms@gnu.org> | |
3277 | |
3278 * info.el (Info-find-node): Position properly after finding anchor. | |
3279 | |
3280 * cus-start.el (all): Handle unibyte-display-via-language-environment. | |
3281 | |
3282 * simple.el (indent-new-comment-line): Fix previous change. | |
3283 | |
3284 * complete.el: Delete the wildcard expansion feature | |
3285 since that is now standard in find-file. | |
3286 (PC-try-load-many-files): Function deleted. | |
3287 (PC-after-load-many-files): Function deleted. | |
3288 (PC-many-files-list): Variable deleted. | |
3289 (PC-disable-wildcards): Variable deleted. | |
3290 (partial-completion-mode): Don't enable the wildcard feature. | |
3291 | |
3292 * complete.el (PC-look-for-include-file): Don't set global variables | |
3293 `error', `buf' and `filename' here. | |
3294 | |
3295 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker. | |
3296 | |
3297 1999-04-26 John Wiegley <johnw@oneworld.new-era.com> | |
3298 | |
3299 * textmodes/outline.el (outline-regexp): Doc fix. | |
3300 | |
3301 1999-04-26 John Wiegley <johnw@borland.com> | |
3302 | |
3303 * progmodes/compile.el (compilation-error-regexp-alist): Recognize | |
3304 C++Builder 4.0 error message syntax. | |
3305 | |
3306 1999-04-26 Mark Diekhans <markd@Grizzly.COM> | |
3307 | |
3308 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't | |
3309 supported, use find -exec. | |
3310 | |
3311 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
3312 | |
3313 * textmodes/texinfmt.el (texinfo-format-buffer): Bind | |
3314 coding-system-for-write, to avoid hanging when non-interactive. | |
3315 | |
3316 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
3317 | |
3318 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to | |
3319 start with a newline. | |
3320 | |
3321 1999-04-13 Ken'ichi Handa <handa@gnu.org> | |
3322 | |
3323 * international/mule-conf.el (x-ctext): New coding system. | |
3324 | |
3325 1999-04-12 Richard M. Stallman <rms@gnu.org> | |
3326 | |
3327 * international/mule-cmds.el (input-method-function): | |
3328 Add permanent-local property. | |
3329 | |
3330 1999-04-12 Dave Love <fx@gnu.org> | |
3331 | |
3332 * jka-compr.el (jka-compr-insert-file-contents): Fix previous | |
3333 change to use jka-compr-byte-compiler-base-file-name. | |
3334 | |
3335 * supercite.el (sc-scan-info-alist): Revert last change. | |
3336 (sc-attrib-selection-list): Fix :type here instead. | |
3337 | |
3338 1999-04-11 Eli Zaretskii <eliz@gnu.org> | |
3339 | |
3340 * international/mule.el (auto-coding-alist-lookup): Include ms-dos | |
3341 in the list of case-insensitive filesystems. | |
3342 | |
3343 1999-04-09 Kenichi Handa <handa@etl.go.jp> | |
3344 | |
3345 * international/fontset.el (create-fontset-from-fontset-spec): | |
3346 Don't register duplicated alias fontset names. | |
3347 | |
3348 1999-04-08 Richard Stallman <rms@gnu.org> | |
3349 | |
3350 * international/mule.el (auto-coding-alist-lookup): New function. | |
3351 (set-auto-coding): Use auto-coding-alist-lookup. | |
3352 | |
3353 * jka-compr.el (jka-compr-insert-file-contents): | |
3354 Use auto-coding-alist-lookup to check for files that | |
3355 should not have eol conversion, in the unibyte case. | |
3356 | |
3357 1999-04-07 Dave Love <fx@gnu.org> | |
3358 | |
3359 * help.el (describe-variable): Check custom-loads property as well | |
3360 as custom-type. | |
3361 | |
3362 * abbrev.el (abbrev-mode): Customizing sets the default value. | |
3363 | |
3364 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
3365 | |
3366 * vc.el (vc-backend-revert): For CVS files that were made | |
3367 writeable with "cvs edit", call "cvs unedit" to undo that. | |
3368 | |
3369 1999-04-08 Dave Love <fx@gnu.org> | |
3370 | |
3371 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type | |
3372 more. | |
3373 (sc-emacs-features): Recognize Emacs 20. | |
3374 (sc-read-string): Use history arg. | |
3375 (sc-scan-info-alist): Check for rtnvalue a cons. | |
3376 | |
3377 1999-04-08 Kenichi HANDA <handa@etl.go.jp> | |
3378 | |
3379 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a | |
3380 coding system to encode the message by | |
3381 select-message-coding-system. | |
3382 | |
3383 1999-04-07 Richard Stallman <rms@gnu.org> | |
3384 | |
3385 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition. | |
3386 | |
3387 * winner.el: Reorder definitions. | |
3388 | |
3389 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs. | |
3390 | |
3391 * mail/rmail.el (rmail-decode-babyl-format): | |
3392 Undo previous change. | |
3393 | |
3394 1999-04-06 Richard Stallman <rms@gnu.org> | |
3395 | |
3396 * info.el (Info-find-node): Check for an anchor at the | |
3397 proper place, before reading an indirect file. | |
3398 | |
3399 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL. | |
3400 | |
3401 * jka-compr.el (jka-compr-insert-file-contents): | |
3402 Use raw-text-unix when we want no conversion. | |
3403 | |
3404 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr> | |
3405 | |
3406 * timezone.el (timezone-parse-date): Corrected regexp for | |
3407 style (5) date format so that tenths of seconds are optional. | |
3408 | |
3409 1999-04-05 Eli Zaretskii <eliz@gnu.org> | |
3410 | |
3411 * term/internal.el (dos-cpNNN-setup): New function, with the guts | |
3412 of dos-codepage-setup. | |
3413 (cjk-codepages-alist): New variable, an alist of Far-Eastern | |
3414 codepages for which there's no need to set up cpNNN coding | |
3415 systems. | |
3416 (dos-codepage-setup): Support Far-Eastern DOS terminals. | |
3417 | |
3418 1999-04-05 Richard Stallman <rms@gnu.org> | |
3419 | |
3420 * mail/rmail.el (rmail-ignored-headers): Doc fix. | |
3421 | |
3422 1999-04-02 Richard Stallman <rms@gnu.org> | |
3423 | |
3424 * progmodes/compile.el (compilation-handle-exit): Do right thing | |
3425 if (car status) doesn't end in a newline. | |
3426 | |
3427 1999-04-01 Dave Love <fx@gnu.org> | |
3428 | |
3429 * progmodes/sql.el (SQL): Add defgroup :version. | |
3430 | |
3431 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
3432 | |
3433 * emacs-lisp/bytecomp.el (byte-compile-file): Clear | |
3434 buffer-file-coding-system. If the coding system used is raw-text, | |
3435 etc., make the *Compiler Input* buffer unibyte. | |
3436 | |
3437 * international/mule.el (find-new-buffer-file-coding-system): Doc fix. | |
3438 | |
3439 * loadup.el: Don't write the fns-...el file if not dumping. | |
3440 | |
3441 1999-03-31 Dave Love <fx@gnu.org> | |
3442 | |
3443 * snmp-mode.el (snmp): Fix defgroup :version. | |
3444 | |
3445 * hilit-chg.el (highlight-changes): Add defgroup :version. | |
3446 | |
3447 1999-03-31 Andreas Schwab <schwab@gnu.org> | |
3448 | |
3449 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after | |
3450 the gnus-save-hidden-threads macro. | |
3451 | |
3452 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk> | |
3453 | |
3454 * faces.el (face-set-after-frame-default): Obey the | |
3455 `customized-face' for new faces. | |
3456 | |
3457 1999-03-30 Dave Love <fx@gnu.org> | |
3458 | |
3459 * international/mule-cmds.el (current-language-environment): Doc fix. | |
3460 * abbrev.el (abbrev-mode): Doc fix. | |
3461 * autoinsert.el (auto-insert-mode): Doc fix. | |
3462 * complete.el (partial-completion-mode): Doc fix. | |
3463 * avoid.el (mouse-avoidance-mode): Doc fix. | |
3464 * delsel.el (delete-selection-mode): Doc fix. | |
3465 * font-lock.el (global-font-lock-mode): Doc fix. | |
3466 * help.el (temp-buffer-resize-mode): Doc fix. | |
3467 * hscroll.el (hscroll-global-mode): Doc fix. | |
3468 * icomplete.el (icomplete-mode): Doc fix. | |
3469 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
3470 * paren.el (show-paren-mode): Doc fix. | |
3471 * rsz-mini.el (resize-minibuffer-mode): Doc fix. | |
3472 * time.el (display-time-mode): Doc fix. | |
3473 * type-break.el (type-break-mode): Doc fix. | |
3474 * which-func.el (which-func-mode-global): Doc fix. | |
3475 * winner.el (winner-mode): Doc fix. | |
3476 | |
3477 1999-03-30 Michael Ernst <mernst@alum.mit.edu> | |
3478 | |
3479 * wid-edit.el (widget-before-change): Signal text-read-only rather | |
3480 than an ordinary error. | |
3481 | |
3482 1999-03-30 Richard M. Stallman <rms@gnu.org> | |
3483 | |
3484 * repeat.el: Don't require advice. | |
3485 (repeat): Do function-indirection in check for kbd macro. | |
3486 In self-insert case, use the *last* char in INSERTION. | |
3487 | |
3488 1999-03-30 Karl Heuer <kwzh@gnu.org> | |
3489 | |
3490 * progmodes/cc-cmds.el (c-indent-command): Doc fix. | |
3491 | |
3492 1999-03-29 Andreas Schwab <schwab@gnu.org> | |
3493 | |
3494 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for | |
3495 comint-input-filter-functions. Make variables related to shell | |
3496 directory tracking local. | |
3497 | |
3498 1999-03-26 Andreas Schwab <schwab@gnu.org> | |
3499 | |
3500 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable. | |
3501 | |
3502 * simple.el (shell-command-on-region): Cope with exit-status being | |
3503 nil, which happens if call-process-region was interrupted. | |
3504 | |
3505 1999-03-26 Richard M. Stallman <rms@gnu.org> | |
3506 | |
3507 * simple.el (indent-new-comment-line): Handle use at a point | |
3508 after a comment-end. Handle multiple comments. | |
3509 | |
3510 * mail/rmail.el (rmail-decode-babyl-format): | |
3511 To prevent locking, bind buffer-file-name to nil. | |
3512 | |
3513 1999-03-26 Karl Fogel <kfogel@red-bean.com> | |
3514 | |
3515 * mail-hist.el (mail-hist-current-header-name): Don't make | |
3516 off-by-one-error when determining if in message body. | |
3517 | |
3518 1999-03-25 Andrew Innes <andrewi@gnu.org> | |
3519 | |
3520 * w32-fns.el (set-default-process-coding-system): Copied from | |
3521 dos-w32.el, but modified to use Unix line endings for process | |
3522 input, and to add a suitable entry to process-coding-system-alist | |
3523 for DOS shells. | |
3524 | |
3525 * dos-fns.el (set-default-process-coding-system): Copied from | |
3526 dos-w32.el. | |
3527 | |
3528 * dos-w32.el (set-default-process-coding-system): Move function to | |
3529 dos-fns.el; a different version is used in w32-fns.el. | |
3530 | |
3531 1999-03-24 Dave Love <fx@gnu.org> | |
3532 | |
3533 * info.el (Info-directory-list): Revert change to re-writing | |
3534 Info-default-directory-list, but put `alternative' first. | |
3535 (Info-insert-dir): Modify selecting the top dir file as a consequence. | |
3536 | |
3537 1999-03-23 Simon Marshall <simon@gnu.org> | |
3538 | |
3539 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is | |
3540 on the line by itself. | |
3541 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if | |
3542 it is not in a declarative context. | |
3543 | |
3544 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk> | |
3545 | |
3546 * cus-edit.el (custom-variable-prompt): Allow customization of | |
3547 autoloaded symbols. | |
3548 | |
3549 1999-03-22 Kenichi HANDA <handa@etl.go.jp> | |
3550 | |
3551 * simple.el (what-cursor-position): Don't cause error when point | |
3552 is at invalid multibyte sequence. | |
3553 | |
3554 1999-03-21 Karl Heuer <kwzh@gnu.org> | |
3555 | |
3556 * complete.el (partial-completion-mode): Doc fix. | |
3557 | |
3558 1999-03-19 Richard M. Stallman <rms@gnu.org> | |
3559 | |
3560 * progmodes/cplus-md.el (old-c++): Remove :group. | |
3561 | |
3562 * progmodes/c-mode.el (old-c): Remove :group. | |
3563 | |
3564 1999-03-18 Simon Marshall <simon@gnu.org> | |
3565 | |
3566 * font-lock.el (c-font-lock-keywords-2): Added "complex" type. | |
3567 (java-font-lock-keywords-2): Added "strictfp" keyword. | |
3568 | |
3569 1999-03-17 Jason Rumney <jasonr@altavista.net> | |
3570 | |
3571 * w32-fns.el (set-w32-system-coding-system) New function. | |
3572 (w32-system-coding-system) Initialize to 'iso-latin-1. | |
3573 | |
3574 1999-03-17 Eli Zaretskii <eliz@gnu.org> | |
3575 | |
3576 * international/mule-cmds.el (set-language-environment): Fix | |
3577 previous change: don't use dos-codepage when unbound. | |
3578 | |
3579 1999-03-17 Karl Heuer <kwzh@gnu.org> | |
3580 | |
3581 * calendar/appt.el (appt-make-list): Fix previous change. | |
3582 | |
3583 1999-03-16 Richard M. Stallman <rms@gnu.org> | |
3584 | |
3585 * window.el (shrink-window-if-larger-than-buffer): | |
3586 Don't try to redisplay with the cursor at the end | |
3587 on its own line--that would force a scroll and spoil things. | |
3588 | |
3589 1999-03-16 Eli Zaretskii <eliz@gnu.org> | |
3590 | |
3591 * international/mule-cmds.el (set-language-environment): Don't use | |
3592 cpNNN-nonascii-translation-table if it is unbound. | |
3593 | |
3594 * term/internal.el (dos-codepage-setup): Compute the unibyte | |
3595 syntax table and bind unibyte-display-via-language-environment | |
3596 here, rather than at top level, so that resetting to unibyte in | |
3597 .emacs works as expected. | |
3598 | |
3599 1999-03-15 Simon Marshall <simon@gnu.org> | |
3600 | |
3601 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword. | |
3602 | |
3603 1999-03-14 Milan Zamazal <pdm@pvt.net> | |
3604 | |
3605 * abbrev.el (inverse-add-abbrev): Inherit the current input method. | |
3606 | |
3607 1999-03-14 Kenichi Handa <handa@etl.go.jp> | |
3608 | |
3609 * international/mule-util.el (detect-coding-with-priority): | |
3610 Restore the internal database. | |
3611 | |
3612 1999-03-14 Stephen Eglen <stephen@gnu.org> | |
3613 | |
3614 * mail/sendmail.el (sendmail-send-it): Fix typo in error string | |
3615 if mail-from-style has invalid value. | |
3616 | |
3617 1999-03-12 Karl Heuer <kwzh@gnu.org> | |
3618 | |
3619 * vc.el (vc-delete-logbuf-window): New var. | |
3620 (vc-finish-logentry): Use it. | |
3621 | |
3622 1999-03-12 Richard M. Stallman <rms@gnu.org> | |
3623 | |
3624 * startup.el (command-line-1): Improve startup msg. | |
3625 | |
3626 1999-03-12 Eric M. Ludlam <zappo@ultranet.com> | |
3627 | |
3628 * speedbar.el: Added commentary about stealthy functions. | |
3629 (speedbar-message) new function. | |
3630 (speedbar-y-or-n-p): New function | |
3631 (speedbar-with-attached-buffer) Moved macro before reference. | |
3632 Now uses `save-selected-window'. | |
3633 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh, | |
3634 speedbar-generic-item-info, speedbar-item-info-file-helper, | |
3635 speedbar-item-delete, speedbar-insert-generic-list, | |
3636 speedbar-timer-fn, speedbar-check-vc-this-line, | |
3637 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags, | |
3638 speedbar-buffers-item-info) Use speedbar-message. | |
3639 (speedbar-item-info) Limit `message-log-max'. | |
3640 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename, | |
3641 speedbar-item-delete, speedbar-item-object-delete, | |
3642 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p. | |
3643 | |
3644 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp> | |
3645 | |
3646 * server.el (server-start): Set coding system for the server | |
3647 process to raw-text. | |
3648 (server-process-filter): Decode file names if necessary. | |
3649 | |
3650 1999-03-12 Dave Love <fx@gnu.org> | |
3651 | |
3652 * textmodes/fill.el (sentence-end-double-space): Doc fix. | |
3653 | |
3654 * textmodes/paragraphs.el (sentence-end): Doc fix. | |
3655 | |
3656 1999-03-11 Karl Heuer <kwzh@gnu.org> | |
3657 | |
3658 * comint.el (comint-password-prompt-regexp): Accept "login password:" | |
3659 | |
3660 1999-03-09 Karl Heuer <kwzh@gnu.org> | |
3661 | |
3662 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line. | |
3663 (ispell-dictionary-alist-2): Likewise. | |
3664 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars. | |
3665 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars. | |
3666 (ispell-dictionary-alist): Build from six pieces, not just two. | |
3667 | |
3668 * ps-bdf.el (bdf-directory-list): Doc fix. | |
3669 | |
3670 * enriched.el (enriched-mode): Make var permanent-local. | |
3671 | |
3672 1999-03-09 Dave Love <fx@gnu.org> | |
3673 | |
3674 * textmodes/sgml-mode.el (html-mode): Use | |
3675 sentence-end-double-space when setting sentence-end. | |
3676 | |
3677 1999-03-09 Ken'ichi Handa <handa@gnu.org> | |
3678 | |
3679 * language/thai.el (tis-620): New alias coding system for thai-tis620. | |
3680 | |
3681 1999-03-08 Felix Lee <flee@cygnus.com> | |
3682 | |
3683 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook. | |
3684 | |
3685 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok. | |
3686 | |
3687 1999-03-08 Karl Heuer <kwzh@gnu.org> | |
3688 | |
3689 * dired-aux.el (dired-do-copy-regexp): Doc fix. | |
3690 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
3691 | |
3692 * dired.el (dired-do-copy-regexp): Doc fix. | |
3693 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
3694 | |
3695 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com> | |
3696 | |
3697 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp. | |
3698 | |
3699 1999-03-08 Jason Rumney <jasonr@altavista.net> | |
3700 | |
3701 * international/codepage.el (cp1250-decode-table) | |
3702 (cp1251-decode-table, cp1253-decode-table) | |
3703 (cp1257-decode-table): New translation tables for MS Windows codepages. | |
3704 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages. | |
3705 | |
3706 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
3707 | |
3708 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly. | |
3709 | |
3710 1999-03-07 Eli Zaretskii <eliz@gnu.org> | |
3711 | |
3712 * ps-bdf.el (bdf-directory-list): Different value for ms-dos. | |
3713 | |
3714 * term/internal.el (top level): Display character 255 as 8bit as well. | |
3715 | |
3716 1999-03-06 Dave Love <fx@gnu.org> | |
3717 | |
3718 * progmodes/cc-cmds.el (c-outline-level): Bind | |
3719 buffer-invisibility-spec. | |
3720 | |
3721 * progmodes/c-mode.el (c-outline-level): Likewise. | |
3722 | |
3723 * progmodes/ada-mode.el (ada-outline-level): Likewise. | |
3724 | |
3725 1999-03-05 Felix Lee <flee@cygnus.com> | |
3726 | |
3727 * textmodes/outline.el (outline-get-last-sibling): Doc fix. | |
3728 | |
3729 1999-03-05 Richard M. Stallman <rms@gnu.org> | |
3730 | |
3731 * bindings.el (complete-symbol): Invert meaning of prefix arg. | |
3732 | |
3733 1999-03-05 Andrew Innes <andrewi@gnu.org> | |
3734 | |
3735 * w32-fns.el (convert-standard-filename): Convert directory | |
3736 separators to Windows format. | |
3737 | |
3738 1999-03-05 Andreas Schwab <schwab@gnu.org> | |
3739 | |
3740 * international/skkdic-cnv.el: Provide skkdic-cnv. | |
3741 (skkdic-convert): Emit code to require skkdic-cnv at compile time. | |
3742 (batch-skkdic-convert): Doc fix. | |
3743 | |
3744 1999-03-04 Dave Love <fx@gnu.org> | |
3745 | |
3746 * custom.el (custom-set-variables): Protect against setter errors. | |
3747 | |
3748 1999-03-04 Eli Zaretskii <eliz@gnu.org> | |
3749 | |
3750 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of | |
3751 the file sizes from overflowing. | |
3752 (ls-lisp-format): If file size is a float, use %8.0f to print it. | |
3753 Under -s, print the size in blocks with %4.0f, in case they have | |
3754 a *really* huge file. | |
3755 | |
3756 1999-03-03 Dave Love <fx@gnu.org> | |
3757 | |
3758 * options.el (edit-options): Doc fix. | |
3759 (list-options): Don't lose with unbound symbols. Maintain | |
3760 Edit-options-mode. | |
3761 | |
3762 1999-03-01 Dave Love <fx@gnu.org> | |
3763 | |
3764 * mail/supercite.el (sc-attrib-selection-list): Fix custom type. | |
3765 | |
3766 1999-02-28 Richard M. Stallman <rms@gnu.org> | |
3767 | |
3768 * ispell.el (ispell-dictionary-alist-override): New variable. | |
3769 (ispell-dictionary-alist): Don't setq it, | |
3770 if ispell-dictionary-alist-override is set. | |
3771 | |
3772 * simple.el (shell-command-default-error-buffer): Renamed from | |
3773 shell-command-on-region-default-error-buffer. | |
3774 (shell-command-on-region): Mention in echo area when there | |
3775 is some error output. Mention success or failure, too. | |
3776 Accumulate multiple error outputs | |
3777 going forward, with formfeed in between. Display the error buffer | |
3778 when we have put something in it. | |
3779 (shell-command): Add the ERROR-BUFFER argument feature. | |
3780 | |
3781 1999-02-28 Karl Heuer <kwzh@gnu.org> | |
3782 | |
3783 * mail/mh-utils.el (mh-lib): Doc fix. | |
3784 (mh-lib-progs, mh-nmh-p): New vars. | |
3785 (mh-find-progs): Set mh-lib-progs along with other vars. | |
3786 (mh-path-search): New arg FUNC-P; if specified, use that instead | |
3787 of mh-file-command-p. | |
3788 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs. | |
3789 | |
3790 * mail/mh-comp.el (mh-repl-formfile): New var. | |
3791 (mh-smail-batch): Don't ignore all arguments. | |
3792 (mh-reply): Do the right thing when using nmh. | |
3793 | |
3794 1999-02-27 Kenichi Handa <handa@etl.go.jp> | |
3795 | |
3796 * international/mule-cmds.el (select-safe-coding-system): Be sure | |
3797 to show a buffer being decoded. | |
3798 | |
3799 1999-02-26 Ken'ichi Handa <handa@gnu.org> | |
3800 | |
3801 * ps-bdf.el (bdf-directory-list): Initialize it to | |
3802 '("/usr/local/share/emacs/fonts/bdf"). | |
3803 | |
3804 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
3805 | |
3806 * ps-print.el: PostScript programming fix. | |
3807 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use | |
3808 setpagedevice operator). | |
3809 | |
3810 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
3811 | |
3812 * ps-print.el: Doc fix, font size specifies landscape and portrait | |
3813 sizes. | |
3814 (ps-print-version): New version number (4.1.4). | |
3815 (ps-font-size, ps-header-font-size, ps-header-title-font-size): | |
3816 Specifies landscape and portrait sizes. | |
3817 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages) | |
3818 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun | |
3819 fix. | |
3820 (ps-get-font-size): New fun. | |
3821 (ps-font-size-internal, ps-header-font-size-internal) | |
3822 (ps-header-title-font-size-internal): New vars. | |
3823 | |
3824 * ps-mule.el: Change of ps-print font size variable name. | |
3825 (ps-mule-generate-font): Fun fix. | |
3826 (ps-mule-begin-job): Programming uniformization. | |
3827 | |
3828 1999-02-25 Dave Love <fx@gnu.org> | |
3829 | |
3830 * help.el (help-xref-info-regexp): Allow linebreaks and capital. | |
3831 (help-make-xrefs): Do Info case first. | |
3832 | |
3833 * repeat.el: Don't require advice. | |
3834 (repeat-last-kill-command): Variable deleted. | |
3835 | |
3836 1999-02-25 Richard Stallman <rms@gnu.org> | |
3837 | |
3838 * simple.el (shell-command-on-region): Don't go into the REPLACE = t | |
3839 case just because the current buffer is the output buffer. | |
3840 | |
3841 1999-02-25 Kenichi Handa <handa@etl.go.jp> | |
3842 | |
3843 * simple.el (what-cursor-position): To show the character's | |
3844 encoding, use encoded-string-description instead of information | |
3845 of chaset-origin-alist. | |
3846 | |
3847 * international/mule-cmds.el (iso-2022-control-alist): New variable. | |
3848 (encoded-code-description): New function. | |
3849 (encoded-string-description): New function. | |
3850 (encode-coding-char): New function. | |
3851 | |
3852 1999-02-25 Andrew Innes <andrewi@gnu.org> | |
3853 | |
3854 * startup.el (command-line) [windows-nt]: Fix typo in regexp | |
3855 checking for .emacs[.el[c]]. | |
3856 | |
3857 1999-02-24 Richard Stallman <rms@gnu.org> | |
3858 | |
3859 * help.el (describe-function-1): Don't print a whole lambda-function. | |
3860 | |
3861 1999-02-23 Ken'ichi Handa <handa@gnu.org> | |
3862 | |
3863 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow | |
3864 inputting ?\240. | |
3865 | |
3866 1999-02-23 Karl Heuer <kwzh@gnu.org> | |
3867 | |
3868 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst. | |
3869 | |
3870 * midnight.el (clean-buffer-list-kill-regexps): Doc fix. | |
3871 (clean-buffer-list-kill-buffer-names): Doc fix. | |
3872 | |
3873 * gud.el (gud-jdb-massage-args): Spelling fix. | |
3874 | |
3875 1999-02-23 Richard M. Stallman <rms@gnu.org> | |
3876 | |
3877 * subr.el (with-temp-message): Use %s so % in old msg won't fool us. | |
3878 | |
3879 1999-02-22 Eli Zaretskii <eliz@gnu.org> | |
3880 | |
3881 * arc-mode.el (archive-set-buffer-as-visiting-file): Save | |
3882 excursion while calling set-auto-coding-function. | |
3883 | |
3884 * play/handwrite.el (handwrite): Require ps-print, and use | |
3885 ps-printer-name and ps-lpr-command. Call ps-print-region-function | |
3886 if it's defined, instead of forking ps-lpr-command unconditionally. | |
3887 | |
3888 1999-02-22 Kenichi Handa <handa@etl.go.jp> | |
3889 | |
3890 * international/codepage.el (cp-coding-system-for-codepage-1): Put | |
3891 charset-origin-alist property to a coding system for the codepage. | |
3892 | |
3893 * international/mule.el: Modify comment for charset-origin-alist | |
3894 property of a coding system. | |
3895 | |
3896 * simple.el (what-cursor-position): charset-origin-alist property | |
3897 of a coding system may be a translation table or a symbol of which | |
3898 `translation-table' property is a translation table. | |
3899 | |
3900 1999-02-21 Richard Stallman <rms@gnu.org> | |
3901 | |
3902 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body | |
3903 to the "html" template. | |
3904 | |
3905 1999-02-21 Peter Breton <pbreton@ne.mediaone.net> | |
3906 | |
3907 * dirtrack.el (dirtrack): Added docstring. Now returns input. | |
3908 | |
3909 1999-02-18 Peter Breton <pbreton@ne.mediaone.net> | |
3910 | |
3911 * dirtrack.el (dirtrack): Check for the prompt in the input string | |
3912 instead of the buffer. | |
3913 | |
3914 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch> | |
3915 | |
3916 * sql.el: Set version to 1.4.1. Changed mail address to | |
3917 alex@gnu.org. Mention the mailing list sql.el@gnu.org. | |
3918 (sql-input-ring-separator): Doc fix. | |
3919 (sql-mode-syntax-table): double-dash starts comments is defined as | |
3920 ". 56" instead of ". 12b" for XEmacs. | |
3921 (sql-stop, sql-interactive-mode): Doc fixes. | |
3922 (sql-postgres): Queries for database and server, not just one. | |
3923 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted. | |
3924 | |
3925 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is | |
3926 changed. This is needed for master.el to work. | |
3927 (sql-set-sqli-buffer): Use the new hook. | |
3928 | |
3929 * sql.el (sql-make-alternate-buffer-name): Function that sets | |
3930 sql-alternate-buffer-name. | |
3931 (sql-alternate-buffer-name): Possible name of SQLi buffers. | |
3932 (sql-interactive-mode): Set sql-alternate-buffer-name. | |
3933 (sql-rename-buffer): New command. | |
3934 (sql-interactive-mode-menu): Menu for SQLi buffers. | |
3935 | |
3936 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator | |
3937 and sql-input-ring-file-name are used to temporarily set | |
3938 comint-input-ring-file-name and comint-input-ring-separator when | |
3939 reading and writing input history files. | |
3940 | |
3941 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name. | |
3942 (sql-input-ring-file-name): New variable with customization. | |
3943 (sql-input-ring-separator): New variable with customization. | |
3944 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer. | |
3945 Callers changed. | |
3946 (sql-show-sqli-buffer): The message for "sql-buffer is not set" | |
3947 now includes the name of the current buffer. | |
3948 | |
3949 (sql-mode): Set paragraph-separate and paragraph-start so that | |
3950 sql-send-paragraph sends the entire SQL statements, even if it | |
3951 contains indented lines. | |
3952 | |
3953 1999-02-18 Dave Love <fx@gnu.org> | |
3954 | |
3955 * format.el (format-encode-run-method, format-decode-run-method): | |
3956 Fix previous change. | |
3957 | |
3958 1999-02-18 Ken'ichi Handa <handa@gnu.org> | |
3959 | |
3960 * international/mule.el (coding-system-list): Moved here from | |
3961 mule-util.el to avoid autoloading mule-util by the call of | |
3962 select-safe-coding-system. | |
3963 | |
3964 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
3965 | |
3966 * simple.el (turn-on-auto-fill): Mark it as an option for | |
3967 `text-mode-hook'. | |
3968 | |
3969 1999-02-17 Richard Stallman <rms@gnu.org> | |
3970 | |
3971 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
3972 Don't crash if (current-local-map) is nil. | |
3973 | |
3974 1999-02-17 Peter Breton <pbreton@ne.mediaone.net> | |
3975 | |
3976 * filecache.el (file-cache-filter-regexps): Added .class. | |
3977 | |
3978 1999-02-17 Ken'ichi Handa <handa@gnu.org> | |
3979 | |
3980 * international/mule-util.el (decompose-region): Use | |
3981 insert-buffer-substring instead of insert-buffer to avoid putting | |
3982 mark. | |
3983 | |
3984 1999-02-17 Andreas Schwab <schwab@gnu.org> | |
3985 | |
3986 * calendar/cal-move.el (scroll-calendar-left): Don't set | |
3987 displayed-month and displayed-year here, let generate-calendar do | |
3988 it, after range checking. | |
3989 | |
3990 1999-02-17 Simon Marshall <simon@gnu.org> | |
3991 | |
3992 * progmodes/cc-engine.el (c-at-toplevel-p): New function. | |
3993 | |
3994 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish | |
3995 correctly between an object declared via a constructor and a method. | |
3996 (font-lock-defaults-alist): Don't give `.' word syntax for Java. | |
3997 (java-font-lock-keywords-1): Fontify package names individually. | |
3998 (java-font-lock-extra-types): Ensure regexp matches capitalised only. | |
3999 (java-font-lock-keywords-2): Simplify type fontification. | |
4000 (java-font-lock-keywords-3): Likewise. | |
4001 | |
4002 1999-02-17 Kenichi Handa <handa@etl.go.jp> | |
4003 | |
4004 * language/japanese.el (iso-2022-jp-2): New coding system. | |
4005 ("Japanese"): Put iso-2022-jp-2 in coding-priority property. | |
4006 | |
4007 1999-02-16 Dave Love <fx@gnu.org> | |
4008 | |
4009 * help.el (describe-function-1): Accept non-symbols. | |
4010 | |
4011 1999-02-16 Paul Eggert <eggert@twinsun.com> | |
4012 | |
4013 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we | |
4014 find the last match if there are multiple matches. | |
4015 | |
4016 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4017 | |
4018 * tex-mode.el (tex-run-command, latex-run-command) | |
4019 (slitex-run-command, tex-command): Doc changes. | |
4020 (tex-start-options-string): Autoload it. Doc change. Provide | |
4021 a menu for customization. Allow nil. Quote backslashes only once. | |
4022 (tex-start-tex): Handle nil value of tex-start-options-string | |
4023 and apply shell-quote-argument to it. | |
4024 | |
4025 1999-02-16 Eli Zaretskii <eliz@gnu.org> | |
4026 | |
4027 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round | |
4028 the size in blocks, since it can be a float. | |
4029 (ls-lisp-format): Likewise | |
4030 | |
4031 1999-02-16 Ken'ichi Handa <handa@gnu.org> | |
4032 | |
4033 * language/japanese.el (japanese-shift-jis): Add | |
4034 charset-origin-alist property. | |
4035 | |
4036 1999-02-15 Richard Stallman <rms@gnu.org> | |
4037 | |
4038 * progmodes/compile.el (compile-internal): Use save-selected-window. | |
4039 | |
4040 * subr.el (momentary-string-display): Bind inhibit-read-only. | |
4041 | |
4042 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line. | |
4043 | |
4044 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il> | |
4045 | |
4046 * mail/rmail.el (rmail-show-message): If an unseen message has a | |
4047 Summary-line in its header, get past one more line before looking | |
4048 for the X-Coding-System header. | |
4049 | |
4050 1999-02-15 Geoff Voelker <voelker@cs.washington.edu> | |
4051 | |
4052 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files | |
4053 explicitly to accomodate Windows 9X lack of a useful copy program. | |
4054 | |
4055 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk> | |
4056 | |
4057 * wid-edit.el (widget-choice-value-create): Use `equal' | |
4058 instead of `eq'. | |
4059 | |
4060 1999-02-14 Richard Stallman <rms@gnu.org> | |
4061 | |
4062 * international/iso-transl.el: | |
4063 (iso-transl-ae): Renamed from iso-transl-e-slash. | |
4064 (iso-transl-a-ring): Renamed from iso-transl-a-slash. | |
4065 (iso-transl-AE): Renamed from iso-transl-E-slash. | |
4066 (iso-transl-A-ring): Renamed from iso-transl-A-slash. | |
4067 (iso-transl-char-map): Related changes. | |
4068 | |
4069 * format.el (format-replace-strings): Fix value of TO in REVERSE case. | |
4070 | |
4071 1999-02-13 Richard Stallman <rms@gnu.org> | |
4072 | |
4073 * textmodes/texinfmt.el (texinfo-alias): New function. | |
4074 (texinfo-fold-nodename-case): Add defvar. | |
4075 (texinfo-format-node): Do case folding if specified. | |
4076 | |
4077 * ffap.el (ffap-file-at-point): Test local file names | |
4078 immediately. Strip off line numbers. | |
4079 | |
4080 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch> | |
4081 | |
4082 * sql.el: Set version to 1.3.2 | |
4083 (sql-solid-program): Added support for solid. | |
4084 (sql-help): Doc mentions sql-solid. | |
4085 (sql-solid): Entry function for Solid. | |
4086 (sql-buffer): Doc explains the use of the variable and how to | |
4087 change it. | |
4088 (sql-mode-menu): Included entries for sql-show-sqli-buffer and | |
4089 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are | |
4090 disabled if sql-buffer doesn't have a process; sql-send-paragraph | |
4091 is new. | |
4092 (sql-show-sqli-buffer): New function to display the value of | |
4093 sql-buffer. | |
4094 (sql-change-sqli-buffer): New function to change sql-buffer. | |
4095 (sql-mode): Doc explains how to change sql-buffer. | |
4096 (sql-send-paragraph): New function to send a paragraph. | |
4097 (sql-mode-map): Added keybinding for sql-send-paragraph. | |
4098 (sql-mysql): Doc corrected. | |
4099 (sql-ms): Doc corrected. | |
4100 | |
4101 * sql.el (sql-server): Doc fix. | |
4102 (sql-mysql): Added the use of sql-server to specify the host, | |
4103 sql-database now specifies database instead of host. | |
4104 (sql-mode-menu): Send... menu items are only active if sql-buffer | |
4105 is non-nil. | |
4106 (sql-help): Changed tag of entry functions a bit. | |
4107 | |
4108 * sql.el: Added keywords from `finder-by-keyword'. | |
4109 (sql-mode): Made sql-buffer a local variable, changed the | |
4110 documentation: removed instructions to add *.sql files to | |
4111 auto-mode-alist, added documentation for having mutliple SQL | |
4112 buffers sending their stuff to different SQLi buffers, each | |
4113 running a different process. | |
4114 (sql-postgres): Quoted *SQL* in doc string. | |
4115 (sql-ms): Likewise. | |
4116 (sql-ingres): Likewise. | |
4117 (sql-ingres): Quoted *SQL* in doc string, added references to | |
4118 sql-user and sql-password used during login. | |
4119 (sql-sybase): Quoted *SQL* in doc string, added comma. | |
4120 (sql-oracle): Likewise. | |
4121 (sql-interactive-mode): Added extensive documentation for having | |
4122 mutliple SQL buffers sending their stuff to different SQLi | |
4123 buffers, each running a different process. | |
4124 (sql-buffer): Changed doc from *SQL* to SQLi. | |
4125 (sql-get-login): Doc fix. | |
4126 | |
4127 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
4128 | |
4129 * international/mule-conf.el (undecided): Set ascii in | |
4130 safe-charsets property. | |
4131 | |
4132 1999-02-12 Richard Stallman <rms@gnu.org> | |
4133 | |
4134 * textmodes/paragraphs.el (paragraph-separate): Doc fix. | |
4135 | |
4136 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
4137 | |
4138 * ps-mule.el (ps-mule-font-info-database-default): Set the initial | |
4139 value to ps-mule-font-info-database-latin. | |
4140 | |
4141 1999-02-13 Kenichi HANDA <handa@etl.go.jp> | |
4142 | |
4143 * ps-mule.el (ps-multibyte-buffer): Doc-string modified. | |
4144 (ps-mule-font-info-database-default): New variable. | |
4145 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use | |
4146 ps-mule-font-info-database-default. | |
4147 | |
4148 1999-02-12 Dave Love <fx@gnu.org> | |
4149 | |
4150 * timezone.el (timezone-make-date-sortable) | |
4151 (timezone-make-date-arpa-standard): Doc fix. | |
4152 | |
4153 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
4154 | |
4155 * international/quail.el (quail-show-kbd-layout): Bind | |
4156 blink-matching-paren to nil. | |
4157 | |
4158 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field | |
4159 for ASCII and Latin-1. | |
4160 | |
4161 1999-02-12 Andreas Schwab <schwab@gnu.org> | |
4162 | |
4163 * gud.el (jdb): Fix regexp for comint-prompt-regexp. | |
4164 | |
4165 1999-02-12 Kenichi Handa <handa@etl.go.jp> | |
4166 | |
4167 * international/mule-cmds.el (language-info-alist): Remove | |
4168 description about charset-origin-alist. | |
4169 | |
4170 * international/mule.el: Comment added for a new coding system | |
4171 property `charset-origin-alit'. | |
4172 (make-translation-table): This variable deleted. | |
4173 | |
4174 * language/chinese.el (chinese-big5): Add charset-origin-alist | |
4175 property. | |
4176 ("Chinese-CNS"): Remove charset-origin-alist property. | |
4177 | |
4178 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist | |
4179 property. | |
4180 (cyrillic-alternativnyj): Likewise. | |
4181 ("Cyrillic-KOI8"): Remove charset-origin-alist property. | |
4182 ("Cyrillic-ALT"): Likewise. | |
4183 | |
4184 * language/vietnamese.el (vietnamese-viqr): Add | |
4185 charset-origin-alist property. | |
4186 ("Vietnamese"): Remove charset-origin-alist property. | |
4187 | |
4188 * simple.el (what-cursor-position): Don't use the varialbe | |
4189 charset-origin-alist, but use charset-origin-alist property of | |
4190 buffer-file-coding-system to decide external character set code. | |
4191 | |
4192 1999-02-10 Richard Stallman <rms@gnu.org> | |
4193 | |
4194 * shadowfile.el: Don't turn on the mode when the file is loaded. | |
4195 | |
4196 1999-02-09 Richard Stallman <rms@gnu.org> | |
4197 | |
4198 * progmodes/compile.el (compile-auto-highlight): Customize. | |
4199 | |
4200 * add-log.el (add-log-file-name-function): New variable. | |
4201 (add-change-log-entry): Call that function, if non-nil. | |
4202 | |
4203 1999-02-09 Michael Ernst <mernst@alum.mit.edu> | |
4204 | |
4205 * rmail.el (rmail-search): Track match with a marker, not an integer. | |
4206 | |
4207 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4208 | |
4209 * progmodes/compile.el (compilation-setup): Set value of | |
4210 compilation-directory-stack as in compilation-forget-errors. | |
4211 (compile-reinitialize-errors): Bind buffer-undo-list and | |
4212 deactivate-mark. | |
4213 (compilation-forget-errors): Likewise. | |
4214 | |
4215 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com> | |
4216 | |
4217 * textmodes/texinfo.el (texinfo-environment-regexp): Add the | |
4218 def... constructs. | |
4219 | |
4220 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu): | |
4221 Remove calls to sleep-for. | |
4222 | |
4223 1999-02-08 Eli Zaretskii <eliz@gnu.org> | |
4224 | |
4225 * international/codepage.el (cp-coding-system-for-codepage-1): On | |
4226 MS-DOS, use dos-unsupported-char-glyph for characters not | |
4227 supported by the codepage. | |
4228 (cp-make-coding-systems-for-codepage): Likewise. | |
4229 | |
4230 1999-02-08 Andreas Schwab <schwab@gnu.org> | |
4231 | |
4232 * international/mule-util.el (coding-system-list): Don't sort | |
4233 coding-system-list here. | |
4234 | |
4235 * international/mule.el (coding-system-lessp): Moved here from | |
4236 mule-util.el | |
4237 (add-to-coding-system-list): New function. | |
4238 (make-subsidiary-coding-system, make-coding-system, | |
4239 define-coding-system-alias): Use it instead of setting | |
4240 coding-system-list directly. | |
4241 | |
4242 1999-02-07 Dave Love <fx@gnu.org> | |
4243 | |
4244 * calendar/appt.el (appt-make-list): Don't splice quotes and date | |
4245 onto message. | |
4246 | |
4247 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4248 | |
4249 * imenu.el (imenu--last-menubar-index-alist): Add doc. | |
4250 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist. | |
4251 | |
4252 1999-02-06 Richard Stallman <rms@gnu.org> | |
4253 | |
4254 * language/european.el (setup-slovenian-environment): New function. | |
4255 ("Slovenian"): New language environment. | |
4256 | |
4257 * progmodes/sql.el (sql-help): Doc fix. | |
4258 (sql-mysql): Doc fix. | |
4259 | |
4260 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4261 | |
4262 * tex-mode.el: When compiling, require compare-w and skeleton | |
4263 to pacify the byte-compiler. Move the def's of the tex-commands | |
4264 together. Add a comment on kill-process vs. quit-process. | |
4265 | |
4266 1999-02-05 Dave Love <fx@gnu.org> | |
4267 | |
4268 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with | |
4269 null markers. | |
4270 (compile-goto-error): Likewise. | |
4271 | |
4272 1999-02-05 Stephen Gildea <gildea@alum.mit.edu> | |
4273 | |
4274 * time-stamp.el (time-stamp-format): Format doc tighter. | |
4275 (time-stamp-line-limit): 0 searches the entire buffer (careful!). | |
4276 (time-stamp): don't re-write the time stamp if it didn't change. | |
4277 | |
4278 1999-02-05 Alex Schroeder <asc@bsiag.com> | |
4279 | |
4280 * progmodes/sql.el: Changed version to 1.2.1. | |
4281 (sql-pop-to-buffer-after-send-region): Improved documentation. | |
4282 (sql-mysql-program): Added MySQL support. | |
4283 (sql-prompt-length): Made prompt-length configurable. | |
4284 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter. | |
4285 (sql-help): Added MySQL support, changed documentation. | |
4286 (sql-send-region): A message is displayed if something is sent. | |
4287 (sql-mode): Added buffer-local comment-start. | |
4288 (sql-interactive-mode): Use sql-prompt-length to set left-margin. | |
4289 (sql-interactive-mode): Added buffer-local comment-start. | |
4290 (sql-oracle): Set sql-prompt-length. | |
4291 (sql-sybase): Set sql-prompt-length. | |
4292 (sql-mysql): Added MySQL support. | |
4293 (sql-ingres): Set sql-prompt-length. | |
4294 (sql-ms): Set sql-prompt-length. | |
4295 (sql-postgres): Set sql-prompt-length. | |
4296 | |
4297 1999-02-04 Eli Zaretskii <eliz@gnu.org> | |
4298 | |
4299 * term/internal.el (dos-codepage-setup): Set selection coding | |
4300 system to cpNNN-dos. | |
4301 | |
4302 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
4303 | |
4304 * international/characters.el: Let ethiopic use iso-2022-7bit. | |
4305 | |
4306 1999-02-02 Dave Love <fx@gnu.org> | |
4307 | |
4308 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here... | |
4309 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here. | |
4310 | |
4311 1999-02-02 Karl Heuer <kwzh@gnu.org> | |
4312 | |
4313 * terminal.el (terminal-emulator): Doc fix. | |
4314 | |
4315 1999-02-02 Ken'ichi Handa <handa@gnu.org> | |
4316 | |
4317 * international/mule-util.el (compose-chars): Doc-string | |
4318 modified. Correctly handle a composition character in ARGS. | |
4319 | |
4320 1999-02-01 Richard Stallman <rms@gnu.org> | |
4321 | |
4322 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var. | |
4323 (makefile-menu-index-function): Function deleted. | |
4324 (makefile-mode): Use makefile-imenu-generic-expression. | |
4325 | |
4326 1999-02-01 Geoff Voelker <voelker@cs.washington.edu> | |
4327 | |
4328 * term/w32-win.el (w32-create-initial-fontsets): Back out previous | |
4329 change, invoke from before-init-hook. | |
4330 | |
4331 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu> | |
4332 | |
4333 * subr.el (remove-from-invisibility-spec): Cope with the case when | |
4334 buffer-invisibility-spec is t. | |
4335 | |
4336 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu> | |
4337 | |
4338 * calendar/calendar.el (calendar-mode-map): Fix bindings for | |
4339 appt-add and appt-delete. | |
4340 | |
4341 1999-02-01 Eli Zaretskii <eliz@gnu.org> | |
4342 | |
4343 * term/pc-win.el (msdos-approximate-color): New function. | |
4344 (msdos-color-translate): Call it to find a DOS color that best | |
4345 approximates an X-style "#NNNNNN" color specification. | |
4346 | |
4347 1999-02-01 Ken'ichi Handa <handa@gnu.org> | |
4348 | |
4349 * international/mule-util.el (compose-chars-component): Add | |
4350 autoload cookie. | |
4351 | |
4352 1999-01-31 Ken'ichi Handa <handa@gnu.org> | |
4353 | |
4354 * international/quail.el (quail-lookup-key): If cdr of MAP is a | |
4355 function, replace cdr of MAP by the return value of the function | |
4356 unconditionally. | |
4357 | |
4358 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4359 | |
4360 * progmodes/compile.el (compilation-next-error-locus): Don't | |
4361 decrease argument FIND-AT-LEAST of compilation-next-error-locus. | |
4362 | |
4363 1999-01-31 Eli Zaretskii <eliz@gnu.org> | |
4364 | |
4365 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs | |
4366 and NLs before "charset", and allow the charset name be in double | |
4367 quotes. | |
4368 | |
4369 1999-01-31 Richard Stallman <rms@gnu.org> | |
4370 | |
4371 * imenu.el (imenu-sort-function): Fix custom type. | |
4372 | |
4373 1999-01-30 Richard Stallman <rms@gnu.org> | |
4374 | |
4375 * speedbar.el (speedbar-line-token): Match {...} instead of [...]. | |
4376 (speedbar-line-token): Likewise. | |
4377 | |
4378 * play/gametree.el (gametree-default-score): Use defcustom. | |
4379 (gametree-score-regexp, gametree-score-closer): Likewise. | |
4380 (gametree-score-manual-flag, gametree-score-opener): Likewise. | |
4381 | |
4382 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4383 | |
4384 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when | |
4385 decoding. | |
4386 | |
4387 1999-01-29 Markus Rost <rost@gnu.org> | |
4388 | |
4389 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by | |
4390 tex-validate-buffer. | |
4391 (plain-tex-mode, latex-mode, slitex-mode): Likewise. | |
4392 (tex-validate-buffer): Renamed from validate-tex-buffer. Works | |
4393 now with recent occur-mode. | |
4394 (tex-validate-region): Really walk through all Sexps. | |
4395 (tex-region): Bind shell-dirtrack-verbose. | |
4396 (tex-file, tex-bibtex-file): Likewise. | |
4397 | |
4398 1999-01-29 Dave Love <fx@gnu.org> | |
4399 | |
4400 * finder.el: (finder-commentary): Fix interactive spec. Try | |
4401 appending .el to file name. | |
4402 (finder-find-library, finder-commentary): Doc fixes. | |
4403 | |
4404 1999-01-29 Andrew Innes <andrewi@gnu.org> | |
4405 | |
4406 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes | |
4407 where the userid contains directory separators. | |
4408 | |
4409 1999-01-29 Dave Love <fx@gnu.org> | |
4410 | |
4411 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list. | |
4412 (lm-commentary): Doc fix. | |
4413 | |
4414 1999-01-29 Andreas Schwab <schwab@gnu.org> | |
4415 | |
4416 * files.el (file-expand-wildcards): Never consider `.' and `..' a | |
4417 wildcard match. Fix regexp that tests if dirpart contains | |
4418 wildcard characters. | |
4419 | |
4420 1999-01-28 Richard Stallman <rms@gnu.org> | |
4421 | |
4422 * font-lock.el (font-lock-default-unfontify-region): | |
4423 If not font-lock-syntactic-keywords, don't remove syntax-table prop. | |
4424 | |
4425 1999-01-27 Jason Rumney <jasonr@altavista.net> | |
4426 | |
4427 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard | |
4428 from FAMILY field. | |
4429 (w32-create-initial-fontsets): Do not use before-init-hook. | |
4430 (mouse-set-font): Document. Automatically create and use fontsets. | |
4431 | |
4432 * dos-w32.el (direct-print-region-helper): Check for printer | |
4433 being t as well as a string. | |
4434 | |
4435 1999-01-27 Kenichi Handa <handa@etl.go.jp> | |
4436 | |
4437 * mail/rmail.el (rmail-decode-mime-charset): New variable. | |
4438 (rmail-mime-charset-pattern): New variable. | |
4439 (rmail-convert-to-babyl-format): Decode by MIME-charset if | |
4440 rmail-decode-mime-charset is non-nil. | |
4441 | |
4442 1999-01-27 Ken'ichi Handa <handa@gnu.org> | |
4443 | |
4444 * international/characters.el: Set category `q' for all characters | |
4445 in tibetan and tibetan-1-column. | |
4446 | |
4447 1999-01-27 Andrew Innes <andrewi@gnu.org> | |
4448 | |
4449 * frame.el (select-frame-by-name): Obey focus-follows-mouse. | |
4450 (select-frame-by-name) [windows-nt]: Use w32-focus-frame. | |
4451 | |
4452 1999-01-27 Dave Love <fx@gnu.org> | |
4453 | |
4454 * international/mule-cmds.el (current-language-environment): | |
4455 Provide :link, :type (choices) and appropriate :get. | |
4456 | |
4457 1999-01-27 Eli Zaretskii <eliz@gnu.org> | |
4458 | |
4459 * startup.el (command-line): Set default eol-mnemonic-* strings to | |
4460 display end-of-line format in mode line. | |
4461 | |
4462 * cus-start.el (all): Add eol-mnemonic-* variables. | |
4463 | |
4464 1999-01-26 Dave Love <fx@gnu.org> | |
4465 | |
4466 * startup.el (command-line-1): Up-date copyright. | |
4467 | |
4468 * paths.el (Info-default-directory-list): Use configdir twice. | |
4469 | |
4470 * info.el (Info-directory-list): Don't set path-separator now | |
4471 we're not shipped with Texinfo. Simplify path definition. | |
4472 Substitute all occurrences of instdir in Info-default-directory-list. | |
4473 | |
4474 1999-01-25 Richard Stallman <rms@gnu.org> | |
4475 | |
4476 * startup.el (normal-top-level-add-subdirs-to-load-path): | |
4477 Record the inode numbers of the dirs processed, to avoid loop. | |
4478 | |
4479 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
4480 | |
4481 1999-01-25 Dave Love <fx@gnu.org> | |
4482 | |
4483 * browse-url.el (browse-url-netscape-program): Doc addition. | |
4484 | |
4485 * help.el (help-make-xrefs): Default info references to an `(emacs)' | |
4486 prefix. | |
4487 | |
4488 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see | |
4489 auto-mode-alist. | |
4490 | |
4491 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
4492 | |
4493 * calendar/diary-lib.el (mark-diary-entries): Use | |
4494 assoc-ignore-case and do not capitalize when matching month and | |
4495 day names. | |
4496 | |
4497 * calendar/calendar.el (calendar-read-date): Ditto. | |
4498 | |
4499 * calendar/cal-hebrew.el (calendar-goto-hebrew-date) | |
4500 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto. | |
4501 | |
4502 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto. | |
4503 | |
4504 * calendar/cal-french.el (calendar-goto-french-date): Ditto. | |
4505 | |
4506 * calendar/cal-islam.el (calendar-goto-islamic-date) | |
4507 (mark-islamic-diary-entries): Ditto. | |
4508 | |
4509 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto. | |
4510 | |
4511 * calendar/cal-mayan.el (calendar-read-mayan-haab-date) | |
4512 (calendar-read-mayan-tzolkin-date): Ditto. | |
4513 | |
4514 * calendar/cal-persia.el (persian-prompt-for-date): Ditto. | |
4515 | |
4516 1999-01-22 Michael Ernst <mernst@alum.mit.edu> | |
4517 | |
4518 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker. | |
4519 | |
4520 1999-01-25 Karl Heuer <kwzh@gnu.org> | |
4521 | |
4522 * faces.el (list-faces-display): Multiline case of previous fix. | |
4523 | |
4524 1999-01-25 Andreas Schwab <schwab@gnu.org> | |
4525 | |
4526 * mail/mailalias.el (mail-complete-alist): Use alist as customize type. | |
4527 | |
4528 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu> | |
4529 | |
4530 * files.el (find-file): If find-file-noselect returns a list, | |
4531 do switch-to-buffer on each element. | |
4532 (find-file-other-window): Likewise for all but the first element. | |
4533 (find-file-other-frame): Same. | |
4534 (find-file-noselect): When we expand a wildcard, return a list | |
4535 of buffers. | |
4536 | |
4537 1999-01-24 Eli Zaretskii <eliz@gnu.org> | |
4538 | |
4539 * term/internal.el (dos-codepage-setup): Call prefer-coding-system | |
4540 to set the appropriate cpNNN-dos coding system as the | |
4541 highest-priority coding system. | |
4542 | |
4543 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
4544 | |
4545 * international/fontset.el (generate-fontset-menu): Return a | |
4546 sorted list by plain names of fontsets. | |
4547 | |
4548 * international/mule-diag.el (list-fontsets): Sort fontsets by | |
4549 plain names. | |
4550 | |
4551 * language/tibet-util.el (tibetan-vertical-stacking): If the arg | |
4552 FIRST is a composite character, decompose it at first. | |
4553 | |
4554 1999-01-23 Dave Love <fx@gnu.org> | |
4555 | |
4556 * format.el: Doc fixes. | |
4557 (format-encode-run-method): Have things happen in the right buffer. | |
4558 Deal with errors from method. Set coding-system-for-write. | |
4559 (format-decode-run-method): Have things happen in the right buffer. | |
4560 Deal with errors from method. Set coding-system-for-read. | |
4561 (format-alist): Use nil instead of unmatchable regexps. | |
4562 | |
4563 * simple.el (shell-command-on-region): Return command's exit status. | |
4564 | |
4565 1999-01-23 Eric Ludlam <zappo@gnu.org> | |
4566 | |
4567 * speedbar.el (speedbar-item-info-file-helper): Add optional arg | |
4568 of the file whose info we want to display. | |
4569 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize. | |
4570 (speedbar-add-mode-functions-list) Improve doc. | |
4571 (speedbar-line-token) New function. | |
4572 (speedbar-dired) Fix order of directories in -shown-directories. | |
4573 (speedbar-line-path): Default return is default-directory | |
4574 (speedbar-buffers-line-path): Return is dir name only. | |
4575 (speedbar-mode-functions-list): New variable. | |
4576 (speedbar-mouse-item-info): Rewrote to be a replaceable fn. | |
4577 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper | |
4578 speedbar-files-item-info speedbar-buffers-item-info): New functions. | |
4579 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list): | |
4580 New functions. | |
4581 (speedbar-line-file): Broke out part that fetches file from a line. | |
4582 (speedbar-line-text): New function extracted from speedbar-line-file. | |
4583 (speedbar-line-path): Converted into a replaceable function. | |
4584 (speedbar-files-line-path, speedbar-buffers-line-path): New functions. | |
4585 | |
4586 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
4587 | |
4588 * international/fontset.el (create-fontset-from-x-resource): Make | |
4589 style variants. | |
4590 | |
4591 1999-01-22 Dave Love <fx@gnu.org> | |
4592 | |
4593 * paths.el (Info-default-directory-list): Put sysdir after start. | |
4594 | |
4595 1999-01-22 Sam Steingold <sds@goems.com> | |
4596 | |
4597 * midnight.el (clean-buffer-list): do not kill a buffer if it has | |
4598 a process associated with it. | |
4599 | |
4600 1999-01-22 Jason Rumney <jasonr@altavista.net> | |
4601 | |
4602 * term/w32-win.el (w32-standard-fontset-spec): Simplified. | |
4603 | |
4604 1999-01-22 Felix Lee <flee@cygnus.com> | |
4605 | |
4606 * vc.el (vc-annotate-display): Delete old overlays. Fix check for | |
4607 major-mode. | |
4608 (vc-annotate-mode): Delete variable. | |
4609 | |
4610 1999-01-22 Andrew Innes <andrewi@gnu.org> | |
4611 | |
4612 * startup.el (command-line): [windows-nt]: Check for existence of | |
4613 .emacs file so as to notice .emacs.el or .emacs.elc and use them | |
4614 in preference to _emacs. | |
4615 | |
4616 1999-01-22 Dave Love <fx@gnu.org> | |
4617 | |
4618 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref. | |
4619 | |
4620 1999-01-20 Richard Stallman <rms@gnu.org> | |
4621 | |
4622 * files.el (find-file-noselect): Do wildcard processing only | |
4623 if new arg WILDCARDS is non-nil. | |
4624 (find-file, find-file-other-window): New arg WILDCARDS. | |
4625 Default it to non-nil if interactive. | |
4626 (find-file-other-frame): Likewise. | |
4627 (find-file-read-only): Likewise. | |
4628 (find-file-read-only-other-window): Likewise. | |
4629 (find-file-read-only-other-frame): Likewise. | |
4630 | |
4631 * wid-edit.el (widget-alist-convert-option): Delete spurious comma. | |
4632 (widget-plist-convert-option): Delete spurious comma. | |
4633 | |
4634 1999-01-19 Jason Rumney <jasonr@altavista.net> | |
4635 | |
4636 * term/w32-win.el (w32-standard-fontspec-spec): Change | |
4637 iso8859-5 to koi8-r. Add iso8859-9. | |
4638 | |
4639 1999-01-19 Dave Love <fx@gnu.org> | |
4640 | |
4641 * browse-url.el (browse-url-maybe-new-window): Delete macro and | |
4642 its uses. | |
4643 | |
4644 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark | |
4645 is active. | |
4646 (fortran-indent-subprogram): Likewise. | |
4647 | |
4648 1999-01-19 Dave Love <d.love@dl.ac.uk> | |
4649 | |
4650 * paths.el (Info-default-directory-list): Perhaps add /usr/info. | |
4651 | |
4652 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
4653 | |
4654 * wid-edit.el (alist): Use sexp as default key-type. | |
4655 | |
4656 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4657 | |
4658 * textmodes/tex-mode.el (tex-define-common-keys): | |
4659 Remove key binding of tex-feed-input. | |
4660 (tex-mode-map): Bind tex-feed-input here. | |
4661 (tex-start-shell): Use compilation-shell-minor-mode. Set | |
4662 comint-input-filter-functions before running tex-shell-hook. | |
4663 (tex-start-tex): Forget compilation errors. | |
4664 (tex-compilation-parse-errors): Rewritten to work also with | |
4665 compile-mouse-goto-error and compile-goto-error. Adjusted to | |
4666 change in tex-region. | |
4667 (tex-region): For the temp file use file-name without directory. | |
4668 (tex-file): Expand file name of tex-print-file. | |
4669 | |
4670 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4671 | |
4672 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call. | |
4673 | |
4674 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no> | |
4675 | |
4676 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid | |
4677 beginning could cause Emacs to hang. Fixed. | |
4678 | |
4679 1999-01-18 Ken'ichi Handa <handa@gnu.org> | |
4680 | |
4681 * international/ccl.el (ccl-compile-translate-character): Handle | |
4682 the case that a tranlation table is CCL register correctly. | |
4683 | |
4684 * international/mule-cmds.el (select-safe-coding-system): | |
4685 Hightlight at most 256 characters. | |
4686 | |
4687 1999-01-18 Dave Love <fx@gnu.org> | |
4688 | |
4689 * startup.el (command-line): If the init file changes operation to | |
4690 unibyte, make all buffers unibyte and re-set language environment. | |
4691 | |
4692 * disp-table.el (standard-display-european): Make all existing | |
4693 buffers unibyte. Fix doc. | |
4694 | |
4695 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
4696 | |
4697 * wid-edit.el (coding-system): Define this unconditionally. | |
4698 | |
4699 * simple.el (shell-command-on-region-default-error-buffer): New var. | |
4700 (shell-command-on-region): Use that variable as interactive | |
4701 value of ERROR-BUFFER argument. | |
4702 | |
4703 1999-01-17 Sam Steingold <sds@goems.com> | |
4704 | |
4705 * mail/rmail.el (rmail-quit): run `rmail-quit-hook'. | |
4706 | |
4707 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4708 | |
4709 * progmodes/compile.el (compilation-goto-locus): If already in the | |
4710 compilation buffer's window, keep it in that window. | |
4711 (compile-mouse-goto-error): Add Doc. Don't play with windows. | |
4712 (compile-goto-error): Don't play with windows. | |
4713 | |
4714 * textmodes/tex-mode.el (latex-run-command): Doc fix. | |
4715 (tex-command): Doc fix. | |
4716 (tex-compilation-parse-errors): Doc fix. | |
4717 (tex-generate-zap-file-name): Don't start the name with -. | |
4718 (tex-expand-files): Works now also with strings ending with ":". | |
4719 | |
4720 1999-01-17 Ian T Zimmerman <itz@transbay.net> | |
4721 | |
4722 Patch failed to install: | |
4723 * gametree.el: Document scoring functionality. | |
4724 (gametree-score-regexp): Add optional plus sign. | |
4725 (gametree-score-opener): Replace `:' with `=' as the former | |
4726 conflicts with gametree-half-ply-regexp. | |
4727 (gametree-transpose-following-leaves): Add. | |
4728 (gametree-insert-new-leaf): Make modifying commands barf in read | |
4729 only buffers. | |
4730 (gametree-break-line-here): Add a call to | |
4731 `gametree-transpose-following-leaves'. This maintains the | |
4732 necessary invariant that on each level all leaf children precede | |
4733 all nonleaf children. This has always been implied, but left to | |
4734 the user, and, unfortunately, undocumented. | |
4735 | |
4736 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
4737 | |
4738 * wid-edit.el (plist, alist): New widget types. | |
4739 | |
4740 1999-01-17 Dave Love <fx@gnu.org> | |
4741 | |
4742 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and | |
4743 fix scope of condition-case therein. | |
4744 | |
4745 1999-01-17 Andrew Innes <andrewi@gnu.org> | |
4746 | |
4747 * dos-w32.el: (find-buffer-file-type-coding-system): Use | |
4748 default-buffer-file-coding-system when file doesn't exist (and | |
4749 isn't covered by a special case) instead of forcing undecided-dos | |
4750 against the user's wishes. | |
4751 | |
4752 * dos-w32.el (direct-print-region-helper): New function based on | |
4753 direct-print-region-function; sends data to specified printer port | |
4754 without further translation. Recognize and handle specially the | |
4755 standard `print' and `nprint' programs, as well as `lpr' and | |
4756 similar programs. Only write directly to the printer port if no | |
4757 print program is specified. Work around a bug in Windows 9x | |
4758 affecting Win32 version of Emacs by invoking command.com to write | |
4759 to the printer port instead of writing directly. | |
4760 (direct-print-region-function): Use direct-print-region-helper to | |
4761 do most of the work. | |
4762 (direct-ps-print-region-function): New function; analogue of | |
4763 direct-print-region-function for ps-print. | |
4764 (ps-lpr-command): Comment out setq; leave as example usage. | |
4765 (ps-lpr-switches): Ditto. | |
4766 | |
4767 * lpr.el: (printer-name): Update docstring about usage on MS-DOS | |
4768 and MS-Windows. | |
4769 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on | |
4770 DOS and Windows platforms, to indicate direct printing. Update | |
4771 the docstring accordingly. | |
4772 | |
4773 * ps-print.el: (ps-printer-name): Update docstring about usage on | |
4774 MS-DOS and MS-Windows. | |
4775 (ps-lpr-command): Update docstring as for lpr-command. | |
4776 (ps-print-region-function): New variable. | |
4777 (ps-do-despool): Use it. | |
4778 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for | |
4779 DOS/Windows. | |
4780 | |
4781 * subr.el (subst-char-in-string): New function. | |
4782 | |
4783 1999-01-17 Eli Zaretskii <eliz@gnu.org> | |
4784 | |
4785 * international/codepage.el (cp852-decode-table): Fill a nil entry. | |
4786 | |
4787 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename. | |
4788 (bdf-find-font-info): New function, looks for the first readable | |
4789 file from a list of alternatives. | |
4790 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info | |
4791 instead of bdf-get-font-info. | |
4792 (bdf-generate-glyphs): If font-name is a cons cell, pass its car | |
4793 to ps-mule-generate-bitmap-glyph. | |
4794 | |
4795 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative | |
4796 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can | |
4797 now be a list of alternative names. | |
4798 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car. | |
4799 (ps-mule-prepare-font): Likewise. | |
4800 | |
4801 * international/codepage.el (cp855-decode-table, | |
4802 cp850-decode-table): Fill some nil entries. | |
4803 | |
4804 1999-01-16 Dave Love <fx@gnu.org> | |
4805 | |
4806 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert | |
4807 last change. | |
4808 | |
4809 1999-01-15 Dave Love <fx@gnu.org> | |
4810 | |
4811 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions | |
4812 and change regexp for command names. | |
4813 (help-xref-go-back, function-called-at-point, symbol-file) | |
4814 (where-is): Doc fixes. | |
4815 (help-xref-go-back): Remove interactive spec. | |
4816 (describe-function-1): Fix message for alias. Buttomize alias | |
4817 name. | |
4818 | |
4819 * simple.el (join-line): New alias. | |
4820 | |
4821 1999-01-15 Johan Vromans <jvromans@squirrel.nl> | |
4822 | |
4823 * forms.el: (forms--show-record): Convert integers to string | |
4824 expicitly since concat will no longer accept integers. | |
4825 (forms-print): Use local `total-nb-records' since | |
4826 `forms--total-records' will be inaccessible after buffer switching. | |
4827 | |
4828 1998-01-14 Felix Lee <flee@cygnus.com> | |
4829 | |
4830 * textmodes/flyspell.el (make-flyspell-overlay): fix front stickiness. | |
4831 | |
4832 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
4833 | |
4834 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change. | |
4835 | |
4836 1999-01-14 Eli Zaretskii <eliz@gnu.org> | |
4837 | |
4838 * international/codepage.el (cp850-decode-table): Fix previous change. | |
4839 | |
4840 1999-01-14 Simon Marshall <simon@gnu.org> | |
4841 | |
4842 * shell.el (shell-dirtrack-verbose): New custom variable. | |
4843 (shell-dirstack-message): Use it. | |
4844 | |
4845 1999-01-14 Kenichi Handa <handa@etl.go.jp> | |
4846 | |
4847 * international/mule-conf.el: Coding system alias `dos' for | |
4848 `undecided-dos', `mac' for `undecided-mac'. | |
4849 | |
4850 * international/mule-cmds.el (describe-language-environment): | |
4851 Don't alter input-method-alist. | |
4852 | |
4853 1999-01-13 Eli Zaretskii <eliz@gnu.org> | |
4854 | |
4855 * international/codepage.el (cp850-decode-table): Replace nil | |
4856 entries with codes of similary looking glyphs. (Suggested by | |
4857 Jason Rumney <jasonr@altavista.net>.) | |
4858 | |
4859 1999-01-13 Dave Love <fx@gnu.org> | |
4860 | |
4861 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise". | |
4862 | |
4863 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change. | |
4864 | |
4865 1999-01-12 Karl Heuer <kwzh@gnu.org> | |
4866 | |
4867 * files.el (auto-save-hook): Defvar this. | |
4868 | |
4869 1999-01-12 Alex Schroeder <asc@bsiag.com> | |
4870 | |
4871 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock | |
4872 faces, eliminating the need to load font-lock before loading sql. | |
4873 (sql-mode-oracle-font-lock-keywords): Likewise. | |
4874 (sql-mode-postgres-font-lock-keywords): Likewise. | |
4875 | |
4876 1999-01-11 Dave Love <fx@gnu.org> | |
4877 | |
4878 * cus-start.el: Add inhibit-eol-conversion. | |
4879 | |
4880 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap | |
4881 the values round. | |
4882 | |
4883 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu> | |
4884 | |
4885 * help.el (help-mode-finish): Renamed from help-mode-maybe. | |
4886 Don't switch to Help mode here. | |
4887 (temp-buffer-setup-hook): Use help-mode-finish. | |
4888 (help-mode-setup): New function. | |
4889 (temp-buffer-setup-hook): Use help-mode-setup. | |
4890 | |
4891 * progmodes/sql.el: New file. | |
4892 | |
4893 * files.el (auto-mode-alist): Add sql-mode. | |
4894 | |
4895 * faces.el (list-faces-display): Improve the formatting | |
4896 by computing the maximum length required for any face-name. | |
4897 | |
4898 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4899 | |
4900 * progmodes/compile.el (compilation-shell-minor-mode): New function. | |
4901 | |
4902 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu> | |
4903 | |
4904 * term.el (term_send_home): Change the string to | |
4905 be the same as the one emitted by xterm and consistent with the | |
4906 ones emitted by prior and next. | |
4907 (term_send_end): Likewise. | |
4908 | |
4909 1999-01-10 Dave Love <fx@gnu.org> | |
4910 | |
4911 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse | |
4912 bindings. | |
4913 | |
4914 1999-01-10 Eli Zaretskii <eliz@gnu.org> | |
4915 | |
4916 * international/codepage.el (codepage-setup): Doc fix. | |
4917 (cp-decoding-vector-for-codepage): Likewise. | |
4918 | |
4919 1999-01-10 Markus Rost <rost@gnu.org> | |
4920 | |
4921 * cus-edit.el (custom-save-delete): First scan the custom-file. | |
4922 | |
4923 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
4924 | |
4925 * international/iso-transl.el: Define a "function name" for | |
4926 each translation that isn't ASCII. Use these function names | |
4927 in iso-transl-char-map. | |
4928 | |
4929 1999-01-08 Kenichi Handa <handa@etl.go.jp> | |
4930 | |
4931 * international/mule-util.el (decompose-region): Do decomposition | |
4932 on temporary unibyte buffer. | |
4933 | |
4934 * international/mule.el (make-char): Doc-string modified. | |
4935 | |
4936 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
4937 | |
4938 * simple.el (comment-region): Delete spaces only if we | |
4939 deleted a comment starter. | |
4940 | |
4941 1999-01-07 Dave Love <fx@gnu.org> | |
4942 | |
4943 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix. | |
4944 | |
4945 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom | |
4946 like eval-defun does. | |
4947 | |
4948 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark]. | |
4949 | |
4950 * generic.el: Re-write `(make-variable-buffer-local (defvar ...' | |
4951 constructions. Doc fixes. | |
4952 (generic-create-generic-function): Use defalias, not fset. | |
4953 | |
4954 * find-func.el: More doc fixes. | |
4955 | |
4956 1999-01-06 Stephen Eglen <stephen@gnu.org> | |
4957 | |
4958 * files.el (save-buffers-kill-emacs): Show the list of current | |
4959 processes before prompting to kill them and exit. | |
4960 | |
4961 1999-01-06 Dave Love <fx@gnu.org> | |
4962 | |
4963 * emacs-lisp/find-func.el: Doc fixes. | |
4964 (find-function-regexp): Extend for define-generic-mode, | |
4965 define-derived-mode, easy-mmode-define-minor-mode. | |
4966 | |
4967 1999-01-06 Dave Love <fx@gnu.org> | |
4968 | |
4969 * progmodes/fortran.el (fortran-window-create): Account for scroll | |
4970 bar width. | |
4971 | |
4972 * browse-url.el: Require (noerror) w3-auto when compiling. | |
4973 (browse-url-maybe-new-window): Make it a macro and revert last | |
4974 change to callers. | |
4975 (browse-url-w3): Require w3 for w3-fetch-other-window. | |
4976 | |
4977 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4978 | |
4979 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the | |
4980 argument. | |
4981 | |
4982 1999-01-06 Simon Marshall <simon@gnu.org> | |
4983 | |
4984 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix. | |
4985 | |
4986 * font-lock.el (font-lock-default-fontify-buffer): When using | |
4987 with-temp-message, use nil rather than current-message. | |
4988 | |
4989 * lazy-lock.el (lazy-lock-unstall): | |
4990 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil | |
4991 rather than current-message. | |
4992 | |
4993 * fast-lock.el (fast-lock-save-cache-1): | |
4994 (fast-lock-cache-data): When using with-temp-message, use nil rather | |
4995 than current-message. | |
4996 | |
4997 1999-01-06 Eli Zaretskii <eliz@gnu.org> | |
4998 | |
4999 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
5000 the valid-codes property. | |
5001 | |
5002 * international/mule-cmds.el (prefer-coding-system): Call | |
5003 set-coding-priority, so that the internal array of priorities is | |
5004 also updated. | |
5005 | |
5006 * international/mule-util.el: | |
5007 (coding-system-change-eol-conversion, | |
5008 coding-system-change-text-conversion): Don't define here. | |
5009 | |
5010 * international/mule-cmds.el: Define them here. Remove the | |
5011 autoload cookies. | |
5012 | |
5013 1999-01-06 Andreas Schwab <schwab@gnu.org> | |
5014 | |
5015 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled | |
5016 if it was enabled before. | |
5017 | |
5018 * view.el (View-revert-buffer-scroll-page-forward): Bind | |
5019 view-scroll-auto-exit instead of obsolete view-mode-auto-exit. | |
5020 | |
5021 * files.el (recover-session): Preserve point when inserting | |
5022 explanation. | |
5023 | |
5024 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5025 | |
5026 * cus-edit.el (custom-save-delete): Don't delete whitespace | |
5027 and comments before the sexp that is replaced. | |
5028 | |
5029 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
5030 | |
5031 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error. | |
5032 | |
5033 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
5034 | |
5035 * vc.el (vc-dired-hook): Use the original value of | |
5036 dired-move-to-filename-regexp on lines that have not been | |
5037 reformatted yet. | |
5038 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the | |
5039 file lines have already been reformatted. | |
5040 | |
5041 1999-01-05 Dave Love <fx@gnu.org> | |
5042 | |
5043 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search | |
5044 buffer-local. | |
5045 | |
5046 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se> | |
5047 | |
5048 * progmodes/f90.el: Change of regular expressions for type to | |
5049 correct highlighting and identation. Some small fixes for | |
5050 compatibility with XEmacs. | |
5051 | |
5052 1999-01-05 Stephen Eglen <stephen@gnu.org> | |
5053 | |
5054 * mspools.el (mspools-vm-system-mail): Provide an alternative | |
5055 value based on rmail-spool-directory if $MAIL is not defined. | |
5056 | |
5057 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl> | |
5058 | |
5059 * textmodes/reftex.el (reftex-section-levels): Allow negative levels. | |
5060 (reftex-section-info): Handle negative section levels. | |
5061 (reftex-view-crossref-extra): New option. | |
5062 (reftex-view-crossref): Generalized to work in more places. | |
5063 (reftex-find-citation-regexp-format, reftex-find-reference-format, | |
5064 reftex-macros-with-labels, reftex-global-search-marker): New variables. | |
5065 (reftex-view-cite-locations-from-bibtex): New command. | |
5066 (reftex-view-regexp-match, reftex-global-search, | |
5067 reftex-global-search-continue): New functions. | |
5068 (reftex-extract-bib-entries): No error for non-existing BibTeX | |
5069 file, just a message. | |
5070 (reftex-extract-bib-entries): Better error handling. | |
5071 (reftex-select-with-char): Use `*RefTeX Select*' for selection | |
5072 help and force it on current frame. | |
5073 (reftex-default-bibliography): New function. | |
5074 (reftex-access-parse-file): Check consistency after loading a | |
5075 parse file. When inconsistent, enfore rescan. | |
5076 (reftex-check-parse-consistency): New function. | |
5077 (easy-menu-define): Options section drastically shortened. | |
5078 | |
5079 1999-01-05 Kenichi Handa <handa@etl.go.jp> | |
5080 | |
5081 * language/thai-util.el (thai-compose-string): New function. | |
5082 | |
5083 1999-01-04 Inge Frick <inge@nada.kth.se> | |
5084 | |
5085 * easymenu.el (easy-menu-define): Doc fix. | |
5086 (easy-menu-create-menu): New keyword :included. | |
5087 (easy-menu-do-add-item): New keyword :included. SUFFIX may | |
5088 be an expression, not only a string. Simulate style `button'. | |
5089 Use easy-menu-define-key-intern instead of easy-menu-define-key. | |
5090 (easy-menu-define-key-intern): New function. | |
5091 (easy-menu-add-item): Understand value returned from | |
5092 easy-menu-item-present-p and easy-menu-remove-item. | |
5093 (easy-menu-return-item): New function. | |
5094 (easy-menu-item-present-p, easy-menu-remove-item): Use it. | |
5095 | |
5096 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5097 | |
5098 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
5099 Use rmail-output-read-rmail-file-name to read the file name. | |
5100 Always call rmail-output-to-rmail-file noninteractively. | |
5101 When count > 1, do the loop here. | |
5102 Handle rmail-delete-after-output here. | |
5103 (rmail-summary-output): Similar changes. | |
5104 | |
5105 * mail/rmailout.el: Provide `rmailout'. | |
5106 (rmail-output-read-rmail-file-name): New function. | |
5107 (rmail-output-to-rmail-file): Use that. | |
5108 (rmail-output-read-file-name): New function. | |
5109 (rmail-output): Use that. | |
5110 | |
5111 * files.el (find-file-noselect): Let /: suppress wildcard matching. | |
5112 Error if wildcard matches no files. | |
5113 | |
5114 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5115 | |
5116 * menu-bar.el (clipboard-yank): Doc fix. | |
5117 | |
5118 * info.el (Info-insert-dir): Chase symlinks for file-attributes. | |
5119 | |
5120 1998-12-31 Markus Rost <rost@delysid.gnu.org> | |
5121 | |
5122 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo. | |
5123 | |
5124 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk> | |
5125 | |
5126 * rmail.el (rmail-encode-string): Make sure mask value is | |
5127 positive; (emacs-pid) returns a negative number on Windows 9x | |
5128 which causes odd behaviour. | |
5129 | |
5130 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5131 | |
5132 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS, | |
5133 and about w32-* variables unless on Windows/NT. | |
5134 | |
5135 1998-12-31 Boris Goldowsky <boris@alum.mit.edu> | |
5136 | |
5137 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only | |
5138 if buffer is modified; ask about all modified buffers. | |
5139 | |
5140 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5141 | |
5142 * simple.el (what-cursor-position): Fix previous change. | |
5143 | |
5144 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu> | |
5145 | |
5146 * mail/sendmail.el (mail-mode): Eliminate ambiguous match | |
5147 from paragraph-start. | |
5148 | |
5149 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5150 | |
5151 * international/mule-cmds.el (prefer-coding-system): If the | |
5152 argument requires specific EOL conversion type, make the default | |
5153 coding systems use that. | |
5154 | |
5155 1998-12-30 Drew Csillag <drew_csillag@geocities.com> | |
5156 | |
5157 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer): | |
5158 Use shell-command-on-region. | |
5159 (m4-start-m4, m4-end-m4): Functions deleted. | |
5160 | |
5161 1998-12-30 Michael Ernst <mernst@alum.mit.edu> | |
5162 | |
5163 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout. | |
5164 | |
5165 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5166 | |
5167 * browse-url.el (browse-url-mail): Give argument SEND-ACTION | |
5168 to compose-mail in the correct places and as a list. | |
5169 | |
5170 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp> | |
5171 | |
5172 * page-ext.el: Added mouse-selection feature for pages directory buffer. | |
5173 (pages-directory-map): Bind mouse-2 | |
5174 (pages-copy-header-and-position): Put text property. | |
5175 (pages-directory-goto-with-mouse): New function. | |
5176 | |
5177 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5178 | |
5179 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
5180 Doc fix. | |
5181 (cp-coding-system-for-codepage-1): Likewise. | |
5182 | |
5183 1998-12-29 Kenichi Handa <handa@etl.go.jp> | |
5184 | |
5185 * language/thai-util.el (thai-post-read-conversion): Handle Thai | |
5186 composition sequence correctly here instead of calling | |
5187 thai-compose-region. | |
5188 | |
5189 * textmodes/fill.el (fill-region-as-paragraph): While deleting a | |
5190 newline in multibyte buffer, if previous or next character is a | |
5191 composite char, check the first component of the composite char. | |
5192 | |
5193 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org> | |
5194 | |
5195 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer | |
5196 and track-mouse. | |
5197 | |
5198 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5199 | |
5200 * mail/sendmail.el (mail-yank-original): Remove text properties | |
5201 after insertion. | |
5202 (mail-yank-region): Barf if no mark is set in the message | |
5203 being replied to. | |
5204 | |
5205 * help.el (function-called-at-point): First look for function at point. | |
5206 | |
5207 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5208 | |
5209 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage. | |
5210 | |
5211 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5212 | |
5213 * simple.el (what-cursor-position): Print character encoding also. | |
5214 | |
5215 1998-12-26 Dave Love <fx@gnu.org> | |
5216 | |
5217 * textmodes/flyspell.el: If local-maps work, don't put | |
5218 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB | |
5219 in flyspell-mouse-map (only). | |
5220 (flyspell-use-local-map): New variable. | |
5221 Use a different mouse-2 binding in that case, | |
5222 and don't add to minor-mode-map-alist. | |
5223 (make-flyspell-overlay, flyspell-correct-word): | |
5224 Test flyspell-use-local-map. | |
5225 | |
5226 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5227 | |
5228 * files.el (file-expand-wildcards): Handle wildcards in directory name. | |
5229 Be careful about whether to return a relative file name, | |
5230 and if so, relative to what directory. | |
5231 | |
5232 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5233 | |
5234 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
5235 Change global map only if this menu exists in the global map already, | |
5236 and not in the local map. | |
5237 (easy-menu-do-add-item): Fix error message. | |
5238 | |
5239 * foldout.el (foldout-inhibit-key-bindings): | |
5240 Avoid concatenating onto outline-minor-mode-prefix. | |
5241 Make a new keymap for that prefix, if it does not already have one. | |
5242 | |
5243 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu> | |
5244 | |
5245 * cperl-mode.el: | |
5246 Can use linear algorithm for indentation if Emacs supports it. | |
5247 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp. | |
5248 (cperl-after-block-p): Likewise. | |
5249 (cperl-after-block-and-statement-beg): Likewise. | |
5250 (cperl-after-block-p): After END/BEGIN we are a block. | |
5251 (cperl-after-expr-p): Skip labels when checking | |
5252 (cperl-indent-region): Make a marker for END - text added/removed. | |
5253 Disable hooks during the call (how to call them later?). | |
5254 Now indents 820-line-long function in 6.5 sec (including | |
5255 syntaxification) the first time (when buffer has few | |
5256 properties), 7.1 sec the second time. | |
5257 (cperl-indent-region): Do not indent whitespace lines | |
5258 (cperl-style-alist) | |
5259 Include `cperl-merge-trailing-else' where the value is clear. | |
5260 (cperl-styles-entries): Likewise. | |
5261 (cperl-problems): Improvements to docs. | |
5262 (cperl-tips): Likewise. | |
5263 (cperl-non-problems): Likewise. | |
5264 (cperl-mode): Make lazy syntaxification possible. | |
5265 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30). | |
5266 `font-lock-unfontify-region-function' was set to a wrong function. | |
5267 | |
5268 (cperl-find-pods-heres): Safe a position in buffer where it is safe to | |
5269 restart syntaxification. Changed so that -d ?foo? is a RE. Do | |
5270 not warn on `=cut' if doing a chunk only. 1 << 6 was OK, | |
5271 but 1<<6 was considered as HERE-doc. | |
5272 <file/glob> made into a string. | |
5273 Postpone addition of faces after syntactic step. | |
5274 Recognition of <FH> was wrong. | |
5275 Highlight `gem' in s///gem as a keyword. `qr' recognized. | |
5276 Knows that split// is null-RE. | |
5277 Highlights separators in 3-parts expressions as labels. | |
5278 <> was considered as a glob. | |
5279 Would err if the last line is `=head1'. | |
5280 $a-1 ? foo : bar; was a considered a regexp. | |
5281 `<< (' was considered a start of HERE-doc. | |
5282 mark qq[]-etc sections as syntax-type=string | |
5283 Was not processing sub protos after a comment ine. | |
5284 Was treating $a++ <= 5 as a glob. | |
5285 Tolerate unfinished REx at end-of-buffer. | |
5286 `unwind-protect' was left commented. | |
5287 / and ? after : start a REx. | |
5288 | |
5289 (cperl-syntaxify-by-font-lock): Set to t, should be safe now. | |
5290 Better default, customizes to `message' too, off in text-mode. | |
5291 | |
5292 (cperl-array-face): Renamed from `font-lock-emphasized-face', | |
5293 `defface'd. | |
5294 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'. | |
5295 `defface'd. | |
5296 (cperl-emacs-can-parse): New state variable. | |
5297 (cperl-indent-line): Corrected to use global state. | |
5298 (cperl-calculate-indent): Likewise. | |
5299 (cperl-fix-line-spacing): Likewise (not used yet). | |
5300 (cperl-calculate-indent): Did not consider `,' as | |
5301 continuation mark for statements. | |
5302 (cperl-calculate-indent): Avoid parse-data optimization at toplevel. | |
5303 Remove another parse-data optimization at toplevel: would | |
5304 indent correctly. | |
5305 Correct for labels when calculating indentation of continuations. | |
5306 Docstring updated. | |
5307 (cperl-choose-color): Converted to a function (to be | |
5308 compilable in text-mode). | |
5309 (cperl-dark-background): Disable without window-system. | |
5310 Do `defface' only if window-system. | |
5311 (cperl-fix-line-spacing): sped up to bail out early. | |
5312 (x-color-defined-p): was not compiling on XEmacs | |
5313 Was defmacro'ed with a tick. Remove another def. | |
5314 (cperl-clobber-lisp-bindings): if set, C-c variants are the old ones | |
5315 (cperl-unwind-to-safe): New function. | |
5316 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position. | |
5317 (cperl-fontify-syntaxically): Unwinds start and end to go out of | |
5318 long strings (not very successful). | |
5319 (cperl-forward-re): Highlight the trailing / in s/foo// as string. | |
5320 Highlight the starting // in s//foo/ as function-name. | |
5321 Emit a meaningful error instead of a cryptic one for an | |
5322 uncomplete REx near end-of-buffer. | |
5323 | |
5324 (cperl-electric-keyword): `qr' recognized. | |
5325 (cperl-electric-else): Likewise | |
5326 (cperl-to-comment-or-eol): Likewise | |
5327 (cperl-make-regexp-x): Likewise | |
5328 (cperl-init-faces): Likewise, and `lock' (as overridable?). | |
5329 Corrected to use new macros; | |
5330 `if' for copying `reference-face' to `constant-face' was backward. | |
5331 remove init `font-lock-other-emphasized-face', | |
5332 `font-lock-emphasized-face', `font-lock-keyword-face'. | |
5333 Interpolate `cperl-invalid-face'. | |
5334 (cperl-make-regexp-x): Misprint in a message. | |
5335 (cperl-syntaxify-unwind): New configuration variable | |
5336 (cperl-fontify-m-as-s): New configuration variable | |
5337 (cperl-electric-pod): check for after-expr was performed | |
5338 inside of POD too. | |
5339 (cperl-backward-to-noncomment): better treatment of PODs and HEREs. | |
5340 (cperl-clobber-mode-lists): New configuration variable. | |
5341 (cperl-not-bad-style-regexp): Updated. | |
5342 Init: `cperl-is-face' was busted. | |
5343 (cperl-make-face): New macros. | |
5344 (cperl-force-face): New macros. | |
5345 (font-lock-other-type-face): Done via `defface' too. | |
5346 (cperl-nonoverridable-face): New face. Renamed from | |
5347 `font-lock-other-type-face'. | |
5348 (cperl-init-faces-weak): use `cperl-force-face'. | |
5349 (cperl-comment-indent): Commenting __END__ was not working. | |
5350 (cperl-indent-for-comment): Likewise. | |
5351 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'. | |
5352 When removing old TAGS info was not relativizing filename. | |
5353 (cperl-tags-hier-init): Gross hack to pretend we work (are we?). | |
5354 Another try to work around XEmacs problems. Better progress messages. | |
5355 (toplevel): require custom unprotected => failure on 19.28. | |
5356 (cperl-xemacs-p): defined when compile too | |
5357 (cperl-find-tags): Was writing line/pos in a wrong order, | |
5358 pos off by 1 and not at beg-of-line. | |
5359 (cperl-etags-snarf-tag): New macro | |
5360 (cperl-etags-goto-tag-location): New macro | |
5361 (cperl-version): New variable. New menu entry | |
5362 random docstrings: References to "future" 20.3 removed. | |
5363 Menu was described as `CPerl' instead of `Perl' | |
5364 (perl-font-lock-keywords): Would not highlight `sub foo($$);'. | |
5365 (cperl-toggle-construct-fix): Was toggling to t instead of 1. | |
5366 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face' | |
5367 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face', | |
5368 `font-lock-reference-face', `font-lock-keyword-face'. | |
5369 Use `eval-after-load'. | |
5370 Remove not-CPerl-related faces. | |
5371 (cperl-tips-faces): New variable and an entry into Mini-docs. | |
5372 (cperl-indent-exp): Was not processing else-blocks. | |
5373 (cperl-get-state): NOP line removed. | |
5374 (cperl-ps-print): New function and menu entry. | |
5375 (cperl-ps-print-face-properties): New configuration variable. | |
5376 (cperl-invalid-face): New configuration variable. | |
5377 (perl-font-lock-keywords): Highlight trailing whitespace | |
5378 (cperl-contract-levels): Documentation corrected. | |
5379 (cperl-contract-level): Likewise. | |
5380 (cperl-ps-extend-face-list): New macro. | |
5381 (cperl-invalid-face): Change to ''underline. | |
5382 | |
5383 1998-12-25 Markus Rost <rost@delysid.gnu.org> | |
5384 | |
5385 * mail/rmailout.el (rmail-output): Abbreviate name of default-file | |
5386 for read-file-name. | |
5387 (rmail-output-to-rmail-file): Likewise. | |
5388 | |
5389 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5390 | |
5391 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
5392 If MENU is nil, use global menu-bar map. | |
5393 (easy-menu-add-item, easy-menu-remove-item): Argument renamed. | |
5394 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed. | |
5395 | |
5396 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
5397 | |
5398 * ps-mule.el (ps-mule-begin-job): Programming uniformization. | |
5399 | |
5400 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
5401 | |
5402 * ps-print.el (ps-print-version): New version number (4.1.3). | |
5403 | |
5404 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5405 | |
5406 * international/mule-cmds.el: Use make-sparse-keymap instead of | |
5407 define-prefix-key when defining MULE menu items. | |
5408 | |
5409 * info.el (Info-node-at-bob-matching): New function. | |
5410 (Info-find-node, Info-build-node-completions): Call it. | |
5411 | |
5412 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org> | |
5413 | |
5414 * help.el (describe-function-1): Say "keymap", not "Lisp macro", | |
5415 when this is an autoloaded keymap. | |
5416 | |
5417 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5418 | |
5419 * international/codepage.el (cp-coding-system-for-codepage-1): | |
5420 Create separate encoders and decoders, for DOS and Unix. Make the | |
5421 usual family of 3 coding systems, so that automatic detection of | |
5422 EOL type works. | |
5423 (cp-make-coding-systems-for-codepage): Don't intern DOS- and | |
5424 Unix-specific symbols here, and don't call | |
5425 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi | |
5426 Handa <handa@etl.go.jp>.) | |
5427 | |
5428 * dos-vars.el (dos-codepage-setup-hook): New defcustom. | |
5429 | |
5430 * term/internal.el (IT-character-translations): New variable, an | |
5431 alist used to display characters for which there's no glyphs in | |
5432 the current codepage. | |
5433 (IT-display-table-setup): New function, sets up the DOS terminal | |
5434 for a given codepage. | |
5435 (dos-codepage-setup): New function, sets up the MULE environment | |
5436 for the current value of dos-codepage. | |
5437 (top-level if): In the multibyte mode, turn on | |
5438 unibyte-display-via-language-environment. In the unibyte mode, | |
5439 set up the special syntax tables to map lower- to upper case and | |
5440 back. | |
5441 | |
5442 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org> | |
5443 | |
5444 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt. | |
5445 (speedbar-frame-plist) Remove useless comments. | |
5446 (speedbar-frame-mode) Do not specify height if it is in the param list. | |
5447 Use default y position w/out changing it. | |
5448 If default x position is a list, keep, calculate the non-list X | |
5449 value when devining an initial position. | |
5450 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files. | |
5451 (speedbar-tag-group-name-minimum-length): New variable. | |
5452 (speedbar-frame-parameter): New compatibility function. | |
5453 (speedbar-frame-mode): Updated to use speedbar-frame-parameter. | |
5454 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub | |
5455 groups to keep things in the right order, and to help with some | |
5456 naming conventions. | |
5457 (speedbar-create-tag-hierarchy): Enable buffer local version of | |
5458 `speedbar-tag-hierarchy-method' in the buffer we are tagging. | |
5459 (speedbar-line-path) Make DEPTH param optional. Devine it if absent. | |
5460 the case, derive it from the cursor location in speedbar. | |
5461 | |
5462 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5463 | |
5464 * international/mule-cmds.el (set-language-environment): On MS-DOS | |
5465 terminals, install DOS-specific nonascii-translation-table if the | |
5466 language info doesn't specify one. Pass the default eol-type to | |
5467 set-language-environment-coding-systems. | |
5468 (set-default-coding-systems): Copy the eol-type property for the | |
5469 new default values of {buffer-file,process}-coding-system from the | |
5470 old defaults. | |
5471 (set-language-environment-coding-systems): Accept an optional | |
5472 argument EOL-TYPE, and set the eol-type property of the default | |
5473 coding systems accordingly. | |
5474 (set-terminal-coding-system): Enable menu item on MS-DOS terminals. | |
5475 (set-keyboard-coding-system): Likewise. | |
5476 (set-default-coding-systems): Don't set | |
5477 default-terminal-coding-system on MS-DOS to anything but nil. | |
5478 (prefer-coding-system): Describe in the doc string that | |
5479 default-terminal-coding-system is not changed on MS-DOS. | |
5480 (set-language-environment): For MS-DOS, set standard syntax table | |
5481 and display table for all characters with code above 127. | |
5482 (standard-display-european-internal): For MS-DOS, pass all | |
5483 characters with code above 127 directly to the terminal, and don't | |
5484 remap characters 160 and 146 in the unibyte case. | |
5485 | |
5486 * international/codepage.el: New file. | |
5487 | |
5488 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
5489 | |
5490 * diary-lib.el (diary-float): Fix end-of-year error and typos in | |
5491 comments. | |
5492 | |
5493 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> | |
5494 | |
5495 * map-ynp.el (map-y-or-n-p): Ignore input methods. | |
5496 | |
5497 * subr.el (read-passwd): Likewise. | |
5498 | |
5499 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5500 | |
5501 * info.el (Info-find-node): Add 1 to the position read from the | |
5502 tag table. Don't fail if the node delimiter ^_ is the first | |
5503 character in the file. | |
5504 (Info-insert-dir): Don't fail when the node delimiter ^_ is the | |
5505 first character in the file. | |
5506 (Info-read-subfile): Likewise. | |
5507 (Info-select-node): Likewise. | |
5508 (Info-build-node-completions): Likewise. | |
5509 | |
5510 1998-12-16 Richard Stallman <rms@gnu.org> | |
5511 | |
5512 * term/x-win.el (x-cut-buffer-or-selection-value): | |
5513 If clipboard is enabled, try it before PRIMARY selection. | |
5514 | |
5515 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
5516 | |
5517 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C | |
5518 insert c-cedilla and C-cedilla respectively, like in latin-1. | |
5519 | |
5520 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org> | |
5521 | |
5522 * language/hebrew.el: Don't use sublists in the flags argument | |
5523 passed to make-coding-system. | |
5524 | |
5525 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
5526 | |
5527 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a | |
5528 list of character sets found by find-charset-region. | |
5529 | |
5530 * ps-mule.el: Always require ps-print. Move some function | |
5531 definitions for Emacs 20.2 and the earlier to ps-print.el. | |
5532 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2. | |
5533 | |
5534 * ps-print.el: Define several functions for Emacs 20.2 and the | |
5535 earlier version. | |
5536 (ps-printer-name): Check if printer-name is bound. | |
5537 | |
5538 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
5539 | |
5540 * ps-mule.el: Programming uniformization and little code improvement. | |
5541 (ps-mule-prepare-font): Programming uniformization. | |
5542 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar) | |
5543 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement. | |
5544 | |
5545 * ps-bdf.el: Programming uniformization and little code improvement. | |
5546 (bdf-search-and-read): New fun. | |
5547 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path) | |
5548 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box) | |
5549 (bdf-info-relative-compose, bdf-info-baseline-offset) | |
5550 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector) | |
5551 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization. | |
5552 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file) | |
5553 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code | |
5554 improvement. | |
5555 | |
5556 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
5557 | |
5558 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix | |
5559 and mule related code extraction. Autoload ps-mule funs. | |
5560 | |
5561 * ps-mule.el: Doc fix. Require ps-print only when compiled. | |
5562 (ps-mule-prologue-generated): New fun. | |
5563 (ps-mule-plot-string): Add autoload cookie. | |
5564 (ps-mule-begin-job): Call ps-mule-prologue-generated. | |
5565 | |
5566 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
5567 | |
5568 * ps-bdf.el: Require ps-mule instead of ps-print. | |
5569 (bdf-directory-list): Add autoload cookie. | |
5570 | |
5571 * ps-mule.el: New file. Mule related code extracted from | |
5572 ps-print.el. Require ps-print, provide ps-mule. | |
5573 (ps-multibyte-buffer): Add autoload cookie. | |
5574 (ps-mule-prepare-ascii-font): New fun. | |
5575 (ps-mule-set-ascii-font): New fun. | |
5576 (ps-mule-skip-same-charset): Fun deleted. | |
5577 (ps-mule-plot-string): Set ps-mule-current-charset. | |
5578 (ps-mule-initialize): Add autload cookie. Don't set | |
5579 ps-mule-font-info-database here. | |
5580 (ps-mule-begin-job): Renamed from ps-mule-begin. Update | |
5581 ps-mule-font-info-database and ps-control-or-escape-regexp. | |
5582 (ps-mule-begin-page): New fun. | |
5583 | |
5584 * ps-print.el: Mule related code moved to ps-mule.el. | |
5585 (ps-begin-job): While setting ps-control-or-escape-regexp, don't | |
5586 check ps-mule-charset-list. | |
5587 (ps-begin-page): Don't set ps-mule-current-charset, instead call | |
5588 ps-mule-begin-page. | |
5589 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font. | |
5590 (ps-plot-region): Don't set ps-mule-current-charset, instead call | |
5591 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset, | |
5592 instead skip same charsets by itself. | |
5593 (ps-generate): Call ps-mule-initialize of needs-begin-file is | |
5594 non-nil. Call ps-mule-begin-job. | |
5595 | |
5596 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
5597 | |
5598 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf | |
5599 instead of bdf. | |
5600 | |
5601 * ps-print.el (ps-mule-font-info-database): Doc-string modified. | |
5602 (ps-mule-external-libraries): New element FEATURE. | |
5603 (ps-mule-init-external-library): Ajusted for the above change. | |
5604 (ps-mule-generate-font): Likewise. | |
5605 (ps-mule-generate-glyphs): Likewise. | |
5606 (ps-mule-prepare-font): Likewise. | |
5607 (ps-mule-initialize): Likewise. | |
5608 (ps-begin-file): Superfluous tailing parenthesis deleted. | |
5609 | |
5610 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
5611 | |
5612 * international/fontset.el (x-decompose-font-name): If PATTERN | |
5613 doesn't have any wild cards, return a vector made from a name that | |
5614 is found by x-resolve-font-name found. Comments added. | |
5615 | |
5616 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
5617 Handle the case of unknown charset. | |
5618 (find-multibyte-characters): If invalid multibyte characters are | |
5619 found, return the corresponding strings instead of character | |
5620 codes. | |
5621 (find-multibyte-characters): Adjusted for the above change. | |
5622 (select-safe-coding-system): For a unibyte buffer, always returns | |
5623 DEFAULT-CODING-SYSTEM. | |
5624 (get-charset-property): Fix previous change. Make it a function. | |
5625 (put-charset-property): Make it a function. | |
5626 | |
5627 * international/mule.el (make-coding-system): Set mime-charset | |
5628 property of *-with-esc coding system to nil. | |
5629 | |
5630 * international/quail.el (quail-point-in-conversion-region): New | |
5631 function. | |
5632 (quail-conversion-backward-delete-char): When a key sequence is | |
5633 being translated, call quail-delete-last-char. | |
5634 | |
5635 * language/devan-util.el | |
5636 (devanagari-reorder-glyphs-for-decomposition): Fix the way to | |
5637 handle devanagari-decomposition-rules. | |
5638 | |
5639 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org> | |
5640 | |
5641 * textmodes/texinfo.el (texinfo-tex-buffer): Bind | |
5642 tex-start-options-string to empty string. | |
5643 (texinfo-tex-region): Use texinfo-tex-trailer as documented. | |
5644 | |
5645 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org> | |
5646 | |
5647 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and | |
5648 5xx responses are already handled properly). | |
5649 | |
5650 1998-12-13 Richard Stallman <rms@gnu.org> | |
5651 | |
5652 * progmodes/compile.el (compilation-error-regexp-alist): Insist | |
5653 on a non-digit in the file name. | |
5654 | |
5655 * simple.el (comment-region): Handle comment-padding | |
5656 separately for insertion and for deletion, in the right way for each. | |
5657 | |
5658 1998-12-13 Felix Lee <flee@cygnus.com> | |
5659 | |
5660 * progmodes/compile.el (compilation-error-regexp-alist): Fix | |
5661 regexp to match "ChangeLog:1:1998-12-09 ..." | |
5662 | |
5663 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org> | |
5664 | |
5665 * cus-start.el (dos-unsupported-char-glyph): Add. | |
5666 | |
5667 1998-12-11 Dave Love <fx@gnu.org> | |
5668 | |
5669 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap | |
5670 forward-sexp in condition-case. | |
5671 | |
5672 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
5673 Remove unnecessary test on `library' for explicit file name. | |
5674 Widen scope of save-match-data. | |
5675 | |
5676 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
5677 | |
5678 * international/mule.el (load-with-code-conversion): If the loaded | |
5679 file was inserted with no-conversion or raw-text coding system, | |
5680 make the buffer unibyte. | |
5681 | |
5682 1998-12-09 Richard Stallman <rms@gnu.org> | |
5683 | |
5684 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
5685 Get rid of nested loops. | |
5686 | |
5687 * mouse.el (mouse-drag-vertical-line): | |
5688 If WHICH-SIDE is not `right', then scroll bars are on the left. | |
5689 | |
5690 * loadhist.el (load-history-loaded): defvar moved to help.el. | |
5691 | |
5692 * help.el (symbol-file-load-history-loaded): Variable renamed, | |
5693 and defvar moved from loadhist.el. | |
5694 (symbol-file): Renamed from describe-function-find-file. | |
5695 Load fns-VERSION.el here. | |
5696 (describe-variable, describe-function-1): Use symbol-file. | |
5697 | |
5698 * textmodes/tex-mode.el (tex-generate-zap-file-name): | |
5699 Don't start the name with #. | |
5700 | |
5701 * ispell.el: Take out the eval-when's. | |
5702 | |
5703 1998-12-09 Peter Breton <pbreton@ne.mediaone.net> | |
5704 | |
5705 * dirtrack.el (dirtrack-directory-change-hook): New hook. | |
5706 (dirtrack): Run it. Make debug message more verbose. | |
5707 | |
5708 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
5709 | |
5710 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct | |
5711 name of the abbrev table, and provide support for XEmacs. | |
5712 (octave-xemacs-p): New variable. | |
5713 | |
5714 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
5715 | |
5716 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to | |
5717 exit, when mail-interactive is nil. | |
5718 | |
5719 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr> | |
5720 | |
5721 * files.el (after-find-file): Message fix. | |
5722 | |
5723 1998-12-09 Ken Stevens <stevens@kdstevens.com> | |
5724 | |
5725 * ispell.el (ispell-kill-ispell): Don't send newline after EOF. | |
5726 | |
5727 1998-12-09 Geoff Voelker <voelker@cs.washington.edu> | |
5728 | |
5729 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle | |
5730 filenames using backslashes. | |
5731 | |
5732 1998-12-09 Dave Love <fx@gnu.org> | |
5733 | |
5734 * browse-url.el (browse-url-mail): Call compose-mail-other-window | |
5735 with correct number of args. | |
5736 (browse-url-maybe-new-window): New arg. Callers changed. | |
5737 | |
5738 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing | |
5739 comment. | |
5740 | |
5741 1998-12-08 Geoff Voelker <voelker@cs.washington.edu> | |
5742 | |
5743 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional. | |
5744 | |
5745 1998-12-08 Markus Rost <rost@delysid.gnu.org> | |
5746 | |
5747 * vc.el (vc-rcs-release): Fix Type. | |
5748 (vc-sccs-release): Fix Type. | |
5749 (vc-cvs-release): Fix Type. | |
5750 | |
5751 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix | |
5752 arg work right. | |
5753 | |
5754 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple | |
5755 output of last undeleted message. | |
5756 | |
5757 1998-12-07 Geoff Voelker <voelker@cs.washington.edu> | |
5758 | |
5759 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
5760 (buffer-undo-list) [windows-nt]: Use different relative path. | |
5761 | |
5762 1998-12-07 Simon Marshall <simon@gnu.org> | |
5763 | |
5764 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types. | |
5765 | |
5766 1998-12-05 Markus Rost <rost@delysid.gnu.org> | |
5767 | |
5768 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler. | |
5769 | |
5770 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops. | |
5771 | |
5772 1998-12-04 Markus Rost <rost@delysid.gnu.org> | |
5773 | |
5774 * info.el (Info-menu): Don't return error if point is between menu | |
5775 header and first menu item. | |
5776 | |
5777 1998-12-04 Dave Love <fx@gnu.org> | |
5778 | |
5779 * help.el (describe-function-1): Fix description for alias. | |
5780 | |
5781 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org> | |
5782 | |
5783 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*- | |
5784 specifications from summary line. | |
5785 | |
5786 * rect.el (delete-whitespace-rectangle): Mark for autoload. | |
5787 (close-rectangle): Define alias only once in loaddefs.el. | |
5788 | |
5789 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org> | |
5790 | |
5791 * term/internal.el: Remove code which sets up a special syntax | |
5792 table for non-ASCII characters. | |
5793 | |
5794 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org> | |
5795 | |
5796 * dos-w32.el (direct-print-region-function): Try to ensure that | |
5797 printer-name is expanded to a file name on a local drive; | |
5798 sometimes printing a file loaded from a network volume fails. | |
5799 (direct-print-region-function): Add a function to | |
5800 write-region-annotate-functions to append a formfeed character to | |
5801 the region being printed, if the region doesn't end with a | |
5802 formfeed already. This avoids creating a second print job | |
5803 containing a blank page when print spooling is enabled on Windows. | |
5804 | |
5805 1998-12-02 Dave Love <fx@gnu.org> | |
5806 | |
5807 * help.el (help-make-xrefs): Use `info', not the non-autoloaded | |
5808 `Info-goto-node'. | |
5809 | |
5810 1998-12-02 Richard Stallman <rms@gnu.org> | |
5811 | |
5812 * help.el (temp-buffer-resize-mode): Doc fix. | |
5813 | |
5814 * cus-edit.el (custom-save-delete): Save point before | |
5815 reading a sexp, rather than backing up. | |
5816 | |
5817 * international/iso-transl.el: Fix previous change. | |
5818 | |
5819 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
5820 | |
5821 * vc.el (vc-dired-window-configuration, vc-ediff-windows, | |
5822 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode): | |
5823 Added defvars to suppress compilation warnings. | |
5824 | |
5825 1998-11-30 Ken Stevens <k.stevens@ieee.org> | |
5826 | |
5827 * ispell.el: Improved and fixed customize for variables: | |
5828 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp, | |
5829 ispell-dictionary-alist, ispell-skip-sgml. | |
5830 Improved and fixed comments in variables and messages for | |
5831 functions: ispell-help-in-bufferp, ispell-local-dictionary, | |
5832 ispell-menu-map, ispell-checking-message, ispell-parser, | |
5833 ispell-word, lookup-words, ispell-change-dictionary, ispell-region, | |
5834 ispell-begin-tex-skip-regexp, ispell-begin-skip-region, | |
5835 ispell-comments-and-strings, ispell-continue, ispell-complete-word, | |
5836 ispell-message-text-end, ispell-add-per-file-word-list. | |
5837 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding | |
5838 system is now required for all languages. Casechars improved for | |
5839 castellano, castellano8, and norsk dictionaries. Dictionary | |
5840 norsk7-tex added. Dictionary polish added. | |
5841 (ispell-dictionary-alist): Redefined at load-time to support | |
5842 dictionary changes. | |
5843 (ispell-menu-map): Redefined at load-time to support menu changes. | |
5844 (ispell-check-version): New alias for `check-ispell-version'. | |
5845 (ispell-parse-output): Fixed matching for ispell error messages. | |
5846 Correctly returns spelling suggestions in order generated by ispell | |
5847 process. | |
5848 (check-ispell-version): Ensure `case-fold-search' doesn't get | |
5849 redefined. | |
5850 (ispell-complete-word): Ensure `case-fold-search' doesn't get | |
5851 redefined. Fix bug that didn't respect case of word being completed. | |
5852 (ispell-init-process): Set process coding system to be compatible | |
5853 with emacs processes and the ispell process. | |
5854 (ispell-kill-ispell): Ensures ispell process has terminated before | |
5855 starting new process. This can otherwise confuse process filters | |
5856 and hang the ispell process. | |
5857 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved | |
5858 skipping support for sgml. | |
5859 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r | |
5860 which could cause `ispell-complete-word' to hang. | |
5861 (ispell-message): Improved message reference matching. Ensure | |
5862 `case-fold-search' doesn't get redefined. | |
5863 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't | |
5864 get redefined. Fixed bug in returning to nroff mode from tex mode. | |
5865 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't | |
5866 get redefined. | |
5867 | |
5868 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5869 | |
5870 * textmodes/flyspell.el (flyspell-check-word-p): | |
5871 Don't delay inside a kbd macro. | |
5872 | |
5873 * subr.el (make-local-hook): Return the hook variable. | |
5874 | |
5875 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
5876 | |
5877 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe): | |
5878 Use a timer instead of post-command-hook. | |
5879 (hscroll-timer): New variable. | |
5880 | |
5881 1998-11-30 Dave Love <fx@gnu.org> | |
5882 | |
5883 * help.el (help-xref-button): Do nothing if text already has the | |
5884 help-xref property. | |
5885 (describe-variable): Revert previous change to hyperlink to source. | |
5886 | |
5887 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5888 | |
5889 * bindings.el (features): Add `base64' to this list. | |
5890 | |
5891 * loadhist.el (symbol-file): Doc fix. | |
5892 | |
5893 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
5894 | |
5895 * files.el (hack-one-local-variable): Cope with non-file buffers. | |
5896 | |
5897 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5898 | |
5899 * help.el (describe-mode): Put major mode first. | |
5900 | |
5901 * calendar/appt.el (appt-disp-window): Use pop-to-buffer, | |
5902 to support special-display and same-window features. | |
5903 | |
5904 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5905 | |
5906 * simple.el (transpose-subr, transpose-subr-1): Rename variables | |
5907 bound in one function and used in the other. | |
5908 (transpose-subr-start1, transpose-subr-start2): Add defvars. | |
5909 (transpose-subr-end1, transpose-subr-end2): Add defvars. | |
5910 | |
5911 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5912 | |
5913 * autoinsert.el (auto-insert-alist): Use user-mail-address. | |
5914 | |
5915 1998-11-26 Kenichi Handa <handa@etl.go.jp> | |
5916 | |
5917 * international/ccl.el (ccl-dump-translate-character-const-tbl): | |
5918 Give format correct control string. | |
5919 | |
5920 * international/mule.el (define-translation-table): Fix bug of | |
5921 setting incorrect translation-table-id. If the first element of | |
5922 ARGS is a translation table, just register it. | |
5923 | |
5924 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist | |
5925 property. | |
5926 | |
5927 1998-11-24 Michael Ernst <mernst@alum.mit.edu> | |
5928 | |
5929 * thingatpt.el (thing-at-point-url-at-point): Don't use current | |
5930 syntax table to determine what is whitespace. | |
5931 | |
5932 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5933 | |
5934 * frame.el (frame-parameter): Doc fix. | |
5935 | |
5936 * textmodes/tex-mode.el (tex-feed-input): New function. | |
5937 (tex-define-common-keys): Add binding for C-c C-m. | |
5938 | |
5939 1998-11-23 Dave Love <fx@gnu.org> | |
5940 | |
5941 * progmodes/fortran.el: Various minor doc fixes. | |
5942 (fortran-font-lock-keywords-1): Add `d' to comment-chars. | |
5943 (fortran-with-subprogram-narrowing): New macro. | |
5944 (fortran-check-for-matching-do): Use it. | |
5945 (fortran-end-do): Use fortran-check-end-prog-re. | |
5946 (fortran-beginning-do, fortran-end-if, fortran-beginning-if) | |
5947 (fortran-calculate-indent, fortran-calculate-indent): Likewise. | |
5948 | |
5949 1998-11-23 Simon Marshall <simon@gnu.org> | |
5950 | |
5951 * font-lock.el (font-lock-defaults): Doc fix. | |
5952 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message. | |
5953 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword. | |
5954 | |
5955 * lazy-lock.el (lazy-lock-unstall): | |
5956 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message. | |
5957 | |
5958 * fast-lock.el (fast-lock-save-cache-1): | |
5959 (fast-lock-cache-data): Rewritten to use with-temp-message. | |
5960 | |
5961 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org> | |
5962 | |
5963 * mail/rmail.el (rmail-set-message-counters-counter): Detect | |
5964 messages that have been added with DOS line endings and convert | |
5965 the line endings for such messages. | |
5966 | |
5967 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
5968 | |
5969 * help.el: Add resizing of temporary buffers. | |
5970 (temp-buffer-resize-mode): New command and variable. | |
5971 (temp-buffer-max-height): New variable. | |
5972 (resize-temp-buffer-window): New function. | |
5973 | |
5974 * window.el (window-buffer-height): New function, split from | |
5975 shrink-window-if-larger-than-buffer. | |
5976 (shrink-window-if-larger-than-buffer): Use window-buffer-height. | |
5977 | |
5978 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5979 | |
5980 * frame.el (initial-frame-alist): Add defcustom. | |
5981 | |
5982 * shell.el (shell-prompt-pattern): Add defcustom. | |
5983 | |
5984 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5985 | |
5986 * message.el (message-ignored-supersedes-headers): Remove | |
5987 NNTP-Posting-Date. | |
5988 | |
5989 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5990 | |
5991 * help.el (describe-mode): Don't avoid loop indirecting thru | |
5992 value of INDICATOR. | |
5993 | |
5994 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5995 | |
5996 * help.el (describe-variable): Allow any variable with a defcustom, | |
5997 even if it is not a user variable. | |
5998 | |
5999 * mail/rmail.el (mail-unsent-separator): Additional alternative. | |
6000 | |
6001 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org> | |
6002 | |
6003 * gnus/nntp.el (nntp-request-group): Allow for failures when | |
6004 requesting a new group. | |
6005 | |
6006 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6007 | |
6008 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix. | |
6009 | |
6010 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6011 | |
6012 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons. | |
6013 | |
6014 1998-11-19 Simon Marshall <simon@gnu.org> | |
6015 | |
6016 * subr.el (with-temp-message): New macro. | |
6017 | |
6018 * emacs-lisp/lisp-mode.el (with-temp-message): | |
6019 Add lisp-indent-function property. | |
6020 | |
6021 1998-11-18 Dave Love <fx@gnu.org> | |
6022 | |
6023 * progmodes/fortran.el (fortran-end-prog-re): Fix typo. | |
6024 | |
6025 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6026 | |
6027 * emacs-lisp/bytecomp.el (temp-buffer-show-hook): | |
6028 This is not obsolete. | |
6029 | |
6030 1998-11-18 Kenichi Handa <handa@etl.go.jp> | |
6031 | |
6032 * textmodes/picture.el: Make a new map by make-keymap. | |
6033 (picture-desired-column): New variable. | |
6034 (picture-update-desired-column): New function. | |
6035 (picture-beginning-of-line): Set picture-desired-column to 0. | |
6036 (picture-end-of-line): Set picture-desired-column to the current | |
6037 column. | |
6038 (picture-forward-column): Pay attention to multi-column character. | |
6039 (picture-backward-column): Likewise. | |
6040 (picture-move-down): Likewise. | |
6041 (picture-move-up): Likewise. | |
6042 (picture-movement-nw): With prefix arg, move twice columns. | |
6043 (picture-movement-ne): Likewise. | |
6044 (picture-movement-sw): Likewise. | |
6045 (picture-movement-se): Likewise. | |
6046 (picture-set-motion): Handle two-column movements. | |
6047 (picture-move): Call picture-move-down or picture-forward-column | |
6048 only when necessary. | |
6049 (picture-insert): Pay attention to picture-desired-column. | |
6050 (picture-self-insert): Likewise. | |
6051 (picture-clear-column): Pay attention to multi-column character. | |
6052 (picture-mode): Modify doc-string for two-column movement. | |
6053 | |
6054 * rect.el (move-to-column-force): New function. | |
6055 (operate-on-rectangle): If coerce-tabs is non-nil, call | |
6056 move-to-column-force instead of move-to-column. | |
6057 (insert-rectangle): Call move-to-column-force instead of | |
6058 move-to-column. | |
6059 (open-rectangle-line): If begextra is not zero, call | |
6060 move-to-column-force. | |
6061 | |
6062 | |
6063 1998-11-16 Dave Love <fx@gnu.org> | |
6064 | |
6065 * textmodes/sgml-mode.el Require skeleton when compiling. | |
6066 (sgml-font-lock-keywords-1): Accept single-letter tags. | |
6067 (v2): Defvar free variable. | |
6068 | |
6069 1998-11-16 Sam Steingold <sds@goems.com> | |
6070 | |
6071 * emacs-lisp/cl-indent.el: indent `with-output-to-string' as a CL | |
6072 macro, not ELisp one. | |
6073 | |
6074 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
6075 | |
6076 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte | |
6077 characters to symbol. | |
6078 | |
6079 * language/japan-util.el (japanese-zenkaku-region): New optional | |
6080 arg KATAKANA-ONLY. | |
6081 | |
6082 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
6083 | |
6084 * international/mule.el | |
6085 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
6086 is changed to unibyte, return inserted bytes. | |
6087 | |
6088 * tar-mode.el (tar-header-block-tokenize): Decode codes of file | |
6089 and link names if necessary. | |
6090 (tar-header-block-summarize): Handle the case that file or link | |
6091 names are multibyte. | |
6092 (tar-summarize-buffer): At first set the current buffer unibyte, | |
6093 then if there are multibyte file names, change it to multibyte. | |
6094 (tar-mode): Get char position from tar-header-offset. | |
6095 (tar-extract): Avoid multibyte<->unibyte conversion in | |
6096 insert-buffer-subsring by setting both buffers unibyte | |
6097 temporarily. | |
6098 (tar-copy): Set the buffer unibyte while doing a work. Write | |
6099 without code conversion. | |
6100 (tar-expunge): Set the buffer unibyte while doing a work. | |
6101 (tar-alter-one-field): Likewise. | |
6102 (tar-clear-modification-flags): Compare byte position with | |
6103 tar-header-offset. | |
6104 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in | |
6105 insert-buffer-subsring by setting both buffers unibyte | |
6106 temporarily. Pay attention to multibyteness while updating the | |
6107 descriptor-line. | |
6108 (tar-mode-write-file): Write without code conversion. | |
6109 | |
6110 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6111 | |
6112 * nngateway.el: Require cl. | |
6113 | |
6114 1998-11-15 Dave Love <fx@gnu.org> | |
6115 | |
6116 * progmodes/fortran.el: Fix previous change: | |
6117 (fortran-end-prog-re1): Changed. | |
6118 (fortran-check-end-prog-re): New function. | |
6119 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it. | |
6120 | |
6121 1998-11-13 Tom Breton <tob@world.std.com> | |
6122 | |
6123 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of | |
6124 GNU Emacs. | |
6125 | |
6126 1998-11-13 Carsten Dominik <cd@delysid.gnu.org> | |
6127 | |
6128 * textmodes/reftex.el: (reftex-finding-files): Group documentation | |
6129 fixed. | |
6130 (reftex-toc-toggle-file-boundary, | |
6131 reftex-toc-toggle-labels, | |
6132 reftex-toc-toggle-context,reftex-find-start-point): New functions. | |
6133 (reftex-toc-include-labels, reftex-toc-include-context, | |
6134 reftex-toc-include-file-boundaries, | |
6135 reftex-toc-keep-other-windows): New options. | |
6136 (reftex-use-text-after-label-as-context): Option removed. | |
6137 (reftex-extract-bib-entries): Protect use in non-latex | |
6138 buffers. | |
6139 (reftex-toc-visit-location): Renamed from | |
6140 `reftex-toc-visit-line'. | |
6141 (reftex-latin1-to-ascii): Works now with and without Mule. | |
6142 (reftex-truncate): Removed special stuff for Emacs 20.2. | |
6143 (reftex-get-offset): Made more general. | |
6144 (reftex-show-label-location): Renamed from | |
6145 `reftex-select-label-callback'. | |
6146 (reftex-pop-to-label): Function removed (using | |
6147 `reftex-show-label-location' instead. | |
6148 (reftex-insert-docstruct): Renamed from | |
6149 `reftex-make-and-insert-label-list'. Function args changed. | |
6150 (reftex-toc): Now uses `reftex-insert-docstruct' and | |
6151 `reftex-find-start-point'. | |
6152 (reftex-select-item): Use `reftex-find-start-point'. | |
6153 (reftex-toc-visit-line): Can display labels and file | |
6154 boundaries. | |
6155 (reftex-TeX-master-file): `(TeX-master-file)' protected. | |
6156 | |
6157 1998-11-12 Sam Steingold <sds@goems.com> | |
6158 | |
6159 * browse-url.el (browse-url): Handle the case when | |
6160 `browse-url-browser-function' is a lambda list. | |
6161 | |
6162 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6163 | |
6164 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the | |
6165 version string. | |
6166 * loadhist.el (symbol-file): Likewise | |
6167 | |
6168 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM> | |
6169 | |
6170 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling. | |
6171 | |
6172 1998-11-11 Sam Steingold <sds@goems.com> | |
6173 | |
6174 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call | |
6175 `run-lisp' instead of signalling an error. | |
6176 | |
6177 1998-11-11 Karl Heuer <kwzh@gnu.org> | |
6178 | |
6179 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change. | |
6180 | |
6181 1998-11-11 Richard Stallman <rms@gnu.org> | |
6182 | |
6183 * vc-hooks.el (vc-toggle-read-only): Doc fix. | |
6184 | |
6185 1998-11-11 Per Starback <starback@update.uu.se> | |
6186 | |
6187 * ispell.el: (ispell-dictionary-alist-2): Removed svenska, | |
6188 renamed svenska8 to svenska, and fixed and extended CASECHARS | |
6189 for it. | |
6190 | |
6191 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org> | |
6192 | |
6193 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode | |
6194 handling if setpagedevice is not available. | |
6195 (ps-begin-file): Fix typo. | |
6196 | |
6197 1998-11-11 Kenichi Handa <handa@etl.go.jp> | |
6198 | |
6199 * international/mule-util.el (compose-chars-component): Signal | |
6200 error if CH is a rule-based composition character. | |
6201 (compose-chars): Signal error if an already compsed character is | |
6202 going to be composed by rule-base. | |
6203 | |
6204 * term/x-win.el: If a resolved ASCII font name doesn't conform to | |
6205 full XLFD, don't try to get information of WEIGHT and SLANT from | |
6206 that font name. | |
6207 | |
6208 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk> | |
6209 | |
6210 * dos-w32.el (set-default-process-coding-system): Use function on | |
6211 before-init-hook to set default-process-coding-system based on | |
6212 enable-multibyte-characters. | |
6213 | |
6214 * term/w32-win.el ([language-change]): For now ignore | |
6215 keyboard language-change events. | |
6216 | |
6217 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
6218 | |
6219 * ediff-util.el (ediff-make-temp-file): Run the prefix through | |
6220 convert-standard-file-name, but leave the results of | |
6221 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2 | |
6222 characters if the original name already exists, or has a special | |
6223 handler. | |
6224 | |
6225 1998-11-10 Karl Heuer <kwzh@gnu.org> | |
6226 | |
6227 * international/iso-insert.el: Delete autoload cookies. | |
6228 | |
6229 * international/iso-transl.el: Add autoload cookies. | |
6230 | |
6231 1998-11-10 Richard Stallman <rms@gnu.org> | |
6232 | |
6233 * ispell.el (ispell-get-coding-system): Default to iso-latin-1. | |
6234 (ispell-process-line): Don't treat multibyte | |
6235 | |
6236 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk> | |
6237 | |
6238 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call | |
6239 setpagedevice to specify the page size if setpagedevice is | |
6240 available. This is necessary to select the correct paper tray on | |
6241 Level 2 printers with multiple paper sizes available. | |
6242 | |
6243 (ps-begin-file): Cope with font names that contain spaces, and | |
6244 call BeginDoc in a BeginSetup/EndSetup block. | |
6245 | |
6246 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6247 | |
6248 * loadup.el (buffer-undo-list): Run fns-VERSION.el through | |
6249 convert-standard-filename. | |
6250 | |
6251 * loadhist.el (symbol-file): Run fns-VERSION.el through | |
6252 convert-standard-filename. | |
6253 | |
6254 1998-11-06 Richard Stallman <rms@gnu.org> | |
6255 | |
6256 * textmodes/texinfmt.el (texinfo-format-scan): | |
6257 Detect the case of two @-commands in a row; process just the first. | |
6258 (texinfo-append-refill): If line has a @c, insert the @refill | |
6259 before it. | |
6260 (texinfo-format-refill): Return with point where the @refill was. | |
6261 | |
6262 * files.el (hack-local-variables): Test local-enable-local-variables. | |
6263 (hack-local-variables-prop-line): Likewise. | |
6264 (set-auto-mode): Don't test local-enable-local-variables here. | |
6265 (enable-local-variables): Doc fix. | |
6266 (local-enable-local-variables): Doc fix. | |
6267 (normal-mode): Doc fix. | |
6268 | |
6269 1998-11-06 Karl Heuer <kwzh@gnu.org> | |
6270 | |
6271 * emacs-lisp/find-func.el (find-variable-noselect): Autoload. | |
6272 | |
6273 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM> | |
6274 | |
6275 * simple.el (line-number-mode): Doc fix. | |
6276 | |
6277 1998-11-06 Kenichi Handa <handa@etl.go.jp> | |
6278 | |
6279 * international/fontset.el (create-fontset-from-fontset-spec): | |
6280 Give correct arg to `error'. | |
6281 | |
6282 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org> | |
6283 | |
6284 * textmodes/sgml-mode.el (html-mode): Doc fix. | |
6285 (sgml-name-8bit-mode): Fix missing format character in message string. | |
6286 | |
6287 1998-11-05 Karl Heuer <kwzh@gnu.org> | |
6288 | |
6289 * mail/sendmail.el (sendmail-send-it): Check for failure. | |
6290 | |
6291 1998-11-05 Richard Stallman <rms@gnu.org> | |
6292 | |
6293 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6. | |
6294 | |
6295 * rect.el (delete-whitespace-rectangle): close-rectangle renamed. | |
6296 (close-rectangle): Define as alias. | |
6297 | |
6298 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu> | |
6299 | |
6300 * textmodes/tex-mode.el (tex-start-shell): Track directory changes. | |
6301 | |
6302 1998-11-05 Dave Love <fx@gnu.org> | |
6303 | |
6304 * help.el (describe-variable): Don't quote link to source. | |
6305 | |
6306 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu> | |
6307 | |
6308 * gud.el (gud-common-init): Use pop-to-buffer. | |
6309 (same-window-regexps): Add an element that matches all gud buffers. | |
6310 | |
6311 1998-11-04 Jason Rumney <jasonr@altavista.net> | |
6312 | |
6313 * term/w32-win.el (x-get-selection-value): Alias to | |
6314 x-cut-buffer-or-selection-value. | |
6315 (w32-standard-fontset-spec): New variable. | |
6316 (w32-create-initial-fontsets, mouse-set-font): Check whether | |
6317 new-fontset is available. | |
6318 (w32-use-w32-font-dialog): Enable use of set-variable. | |
6319 | |
6320 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
6321 | |
6322 * vc.el (with-vc-file, edit-vc-file): New macros. | |
6323 | |
6324 1998-11-04 Kenichi Handa <handa@etl.go.jp> | |
6325 | |
6326 * international/quail.el (quail-show-guidance-buf): Call | |
6327 set-minibuffer-window to set minibuffer window of the current | |
6328 frame correctly. | |
6329 | |
6330 1998-11-03 Theodore Jump <tjump@tertius.com> | |
6331 | |
6332 * term/w32-win.el: Require fontset. | |
6333 | |
6334 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org> | |
6335 | |
6336 * faces.el (set-face-font): Call resolve-fontset-name on w32. | |
6337 (set-face-font-auto): Ditto. | |
6338 | |
6339 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org> | |
6340 | |
6341 * mouse.el (mouse-drag-region): Fix typo. | |
6342 | |
6343 1998-11-02 Dave Love <fx@gnu.org> | |
6344 | |
6345 * progmodes/fortran.el Fix for fontification of strings lost somehow: | |
6346 (fortran-fontify-string): New function. | |
6347 (fortran-font-lock-keywords-1): Use it. | |
6348 | |
6349 1998-11-02 Markus Rost <rost@delysid.gnu.org> | |
6350 | |
6351 * comint.el (comint-file-name-quote-list): Doc fix. | |
6352 | |
6353 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6354 | |
6355 * loadup.el (buffer-undo-list): Write fns-VERSION.el into | |
6356 build directory, not source directory. | |
6357 | |
6358 * mouse.el (mouse-drag-region): Fake up a mouse-motion event | |
6359 if we did not get one for the final move. | |
6360 | |
6361 1998-11-01 Dave Love <fx@gnu.org> | |
6362 | |
6363 * goto-addr.el (goto-address-at-point, goto-address-at-mouse): | |
6364 Don't funcall browse-url-browser-function. | |
6365 | |
6366 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url): | |
6367 Don't funcall browse-url-browser-function. | |
6368 | |
6369 * fortran.el (fortran-end-prog-re1): Fix the regexp. | |
6370 | |
6371 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6372 | |
6373 * files.el (revert-buffer): Doc fix. | |
6374 | |
6375 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6376 | |
6377 * textmodes/tex-mode.el (tex-start-options-string): | |
6378 Quote the backslashes with more backslashes. | |
6379 | |
6380 1998-10-31 Dave Love <fx@gnu.org> | |
6381 | |
6382 * webjump.el (webjump-sample-sites): Fix Lisp archive site. | |
6383 (webjump): Don't funcall browse-url-browser-function. | |
6384 | |
6385 1998-10-30 Kenichi Handa <handa@etl.go.jp> | |
6386 | |
6387 * international/quail.el (quail-start-translation): Handle | |
6388 switching of the frame in read-key-sequence. | |
6389 (quail-start-conversion): Likewise. | |
6390 (quail-show-guidance-buf): Detach quail-guidance-buf from any | |
6391 windows before setting an appropriate window for it. | |
6392 (quail-hide-guidance-buf): Use window-minibuffer-p. Set | |
6393 quail-guidance-win to nil. | |
6394 (quail-update-guidance): If quail-guidance-buf is not in the | |
6395 selected frame, call quail-show-guidance-buf again. | |
6396 | |
6397 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no> | |
6398 | |
6399 * progmodes/pascal.el (pascal-mode): | |
6400 `blink-matching-paren-dont-ignore-comments' set to t. | |
6401 | |
6402 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
6403 | |
6404 * calendar/cal-menu.el (cal-menu-update): Fix menu wording. | |
6405 | |
6406 1998-10-30 Dave Love <fx@gnu.org> | |
6407 | |
6408 * vc.el (vc-backend-merge-news): Check for "P" output. | |
6409 | |
6410 * help.el (describe-variable): Hyperlink the definition. | |
6411 | |
6412 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org> | |
6413 | |
6414 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp. | |
6415 (sh-set-shell): Likewise. | |
6416 | |
6417 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected. | |
6418 | |
6419 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type. | |
6420 (edebug-on-error): Fix customize type to match that of | |
6421 debug-on-error. | |
6422 | |
6423 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type. | |
6424 | |
6425 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use | |
6426 report-emacs-bug-address instead of undefined bug-gnu-emacs. | |
6427 | |
6428 * international/mule-cmds.el (select-message-coding-system): Doc | |
6429 fix. | |
6430 | |
6431 * international/mule-diag.el (describe-coding-system): Describe | |
6432 all flags. | |
6433 | |
6434 * mail/sendmail.el (sendmail-coding-system, | |
6435 default-sendmail-coding-system): Doc fix. | |
6436 | |
6437 * simple.el (shell-command-on-region): Doc fix. | |
6438 | |
6439 * loadup.el: Write fns-*.el in current directory instead of | |
6440 data-directory since no installation directory exists yet. Mark | |
6441 buffer unmodified afterwards. | |
6442 | |
6443 * loadhist.el (symbol-file): Load fns-*.el from exec-directory | |
6444 instead of data-directory since it is architecture dependent. | |
6445 (load-history-loaded): Update doc string. | |
6446 | |
6447 1998-10-29 Geoff Voelker <voelker@cs.washington.edu> | |
6448 | |
6449 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC | |
6450 path as a default directory when canonicalizing names. | |
6451 | |
6452 * w32-fns.el: Remove a dangling reference to a directory on the | |
6453 build machine. | |
6454 | |
6455 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6456 | |
6457 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and | |
6458 namespace related keywords such as `class', `body', `private', | |
6459 `variable', `namespace eval', etc. | |
6460 (tcl-imenu-generic-expression): Handle itcl body and class definitions. | |
6461 (tcl-mode): Added ":" as a word constituent to the syntax-alist of | |
6462 imenu and font-lock so that searches for \sw would find words | |
6463 containing colons. | |
6464 | |
6465 * progmodes/etags.el (initialize-new-tags-table): | |
6466 Do not alter find-tag-marker-ring and tags-location-ring. | |
6467 | |
6468 1998-10-27 Geoff Voelker <voelker@cs.washington.edu> | |
6469 | |
6470 * term/w32-win.el: Require fontset. | |
6471 (w32-init-fontsets): New function (code from x-win.el). | |
6472 | |
6473 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
6474 | |
6475 * cal-x.el (diary-frame-parameters, calendar-frame-parameters, | |
6476 calendar-and-diary-frame-parameters): Add title parameter. | |
6477 | |
6478 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6479 | |
6480 * completion.el (dynamic-completion-mode): New function to enable | |
6481 the mode. (Just loading the file now does not change anything.) | |
6482 | |
6483 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
6484 | |
6485 * ps-print.el: User option for multibyte buffer handling and doc fix. | |
6486 (ps-multibyte-buffer): New user option. | |
6487 (ps-setup): Print new user option. | |
6488 (ps-print-quote): New fun. | |
6489 (ps-color-p, ps-mule-font-info-database-latin): New var. | |
6490 (ps-default-color, ps-mule-font-info-database) | |
6491 (ps-mule-font-info-database-ps-bdf): Adjust initialization. | |
6492 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file) | |
6493 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate): | |
6494 Little code improvement. | |
6495 (ps-mule-initialize): Initialize ps-mule-font-info-database. | |
6496 (ps-print-prologue-header, ps-font-family, ps-font-size) | |
6497 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size) | |
6498 (ps-build-face-reference, ps-mule-font-info-database-bdf) | |
6499 (ps-mule-external-libraries, ps-mule-init-external-library) | |
6500 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string): | |
6501 Doc fix. | |
6502 (ps-print-version): New version number (4.1.1) and doc fix. | |
6503 (ps-print-prologue-header): New user option. | |
6504 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter): | |
6505 Conditional compilation for GNU Emacs and emacsens. | |
6506 (ps-generate-postscript-with-faces): Skip invisible text better. | |
6507 (ps-setup): Print new user option. | |
6508 (ps-print-preprint): Check if input file name exists and is unwritable. | |
6509 (ps-begin-file): Adjust PostScript prologue header for duplex printers | |
6510 and insert user PostScript prologue header comments. | |
6511 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding): | |
6512 New funs. | |
6513 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated. | |
6514 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue): | |
6515 PostScript programming normalization. | |
6516 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font) | |
6517 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string) | |
6518 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar) | |
6519 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font) | |
6520 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool): | |
6521 Programming style normalization. | |
6522 | |
6523 1998-10-26 Kenichi Handa <handa@etl.go.jp> | |
6524 | |
6525 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
6526 version, check the value of mule-version. | |
6527 | |
6528 * international/mule-util.el (compose-region): Insert then delete | |
6529 to preserve markers. | |
6530 (decompose-region): Use search-forward for efficiency. | |
6531 | |
6532 * language/chinese.el (pre-write-encode-hz): Cancel previous | |
6533 change, use generate-new-buffer instead of get-buffer-create. | |
6534 * language/devan-util.el | |
6535 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
6536 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
6537 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
6538 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
6539 | |
6540 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6541 | |
6542 * mail/rmailsum.el (rmail-message-subject-p): | |
6543 Handle message whose header has not been reformatted. | |
6544 | |
6545 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir. | |
6546 | |
6547 1998-10-25 Jason Rumney <jasonr@altavista.net> | |
6548 | |
6549 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist): | |
6550 New variables. | |
6551 (mouse-set-font): Use font menus instead of dialog according to | |
6552 w32-use-w32-font-dialog. | |
6553 | |
6554 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
6555 | |
6556 * calendar/calendar.el (calendar-day-name-array): Add doc string | |
6557 correctly! | |
6558 (calendar-month-name-array): Add doc string correctly! | |
6559 | |
6560 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6561 | |
6562 * net-utils.el (whois-get-tld): Rewrite not to use `do'. | |
6563 | |
6564 1998-10-21 Markus Rost <rost@delysid.gnu.org> | |
6565 | |
6566 * lisp/info.el (Info-next-menu-item): Stay on top of node. | |
6567 | |
6568 * mail/rmailout.el (rmail-output): Insert newline only if necessary. | |
6569 | |
6570 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case. | |
6571 | |
6572 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines. | |
6573 | |
6574 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org> | |
6575 | |
6576 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*". | |
6577 | |
6578 1998-10-21 Karl Heuer <kwzh@gnu.org> | |
6579 | |
6580 * emacs-lisp/profile.el (profile-timer-program): Var deleted. | |
6581 (profile-timer-process, profile-temp-result-, profile-time): Likewise. | |
6582 (profile-filter, profile-reset-timer): Functions deleted. | |
6583 (profile-check-zero-init-times, profile-get-time): Likewise. | |
6584 (profile-find-function, profile-quit): Likewise. | |
6585 (profile-distinct, profile-call-stack, profile-last-time): New vars. | |
6586 (profile-time-list, profile-init-list): Doc fix. | |
6587 (profile-functions): Simplify. | |
6588 (profile-print): Use float. Make output include space separators. | |
6589 (profile-add-time): New helper function. | |
6590 (profile-function-prolog): Renamed from profile-start-function. | |
6591 Handle profile-distinct. | |
6592 (profile-function-epilog): Renamed from profile-update-function. | |
6593 Handle profile-distinct. | |
6594 (profile-a-function): If the function to be profiled is an | |
6595 autoload form, load it. If it's lazy-loaded, fetch it. | |
6596 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it. | |
6597 (profile-restore-fun): Arg FUN is now a function symbol, as was | |
6598 documented, rather than a one-element list. | |
6599 (profile-finish): Call profile-restore-fun properly. | |
6600 | |
6601 1998-10-21 Kenichi Handa <handa@etl.go.jp> | |
6602 | |
6603 * international/characters.el: Setup charset property | |
6604 nospace-between-words. | |
6605 | |
6606 * international/mule-cmds.el (get-charset-property): If CHARSET is | |
6607 composition, return nil. | |
6608 (put-charset-property): If CHARSET is composition, do nothing. | |
6609 | |
6610 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer. | |
6611 * language/devan-util.el | |
6612 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
6613 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
6614 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
6615 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
6616 | |
6617 * textmodes/fill.el (sentence-end-without-period): New variable. | |
6618 (canonically-space-region): Pay attention to | |
6619 sentence-end-without-period. | |
6620 (fill-find-break-point): The first argument CHARSET deleted. | |
6621 Caller changed. | |
6622 (fill-region-as-paragraph): Pay attention to charset property | |
6623 nospace-between-words and text property nospace-between-words. | |
6624 | |
6625 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6626 | |
6627 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for | |
6628 an unrecognized shell. | |
6629 | |
6630 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org> | |
6631 | |
6632 * desktop.el (desktop-save): Include minor modes symbolically. | |
6633 (desktop-create-buffer): Turn on all minor modes in `mim'. | |
6634 | |
6635 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6636 | |
6637 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files. | |
6638 (sh-font-lock-keywords): Handle rpm and rpm2. | |
6639 (sh-ancestor-alist): Handle rpm. | |
6640 | |
6641 * files.el (auto-mode-alist): Recognize .rpm files. | |
6642 Also .spec and .mspec files. | |
6643 | |
6644 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6645 | |
6646 * faces.el (frame-set-background-mode): Enable the function for | |
6647 MSDOS frames. | |
6648 | |
6649 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
6650 | |
6651 * calendar/calendar.el (calendar-day-name-array): Add doc string. | |
6652 (calendar-month-name-array): Add doc string. | |
6653 | |
6654 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6655 | |
6656 * simple.el (kill-ring-max): Increased to 60. | |
6657 | |
6658 1998-10-17 Kenichi Handa <handa@etl.go.jp> | |
6659 | |
6660 * international/characters.el: Setup auto-fill-chars. | |
6661 | |
6662 * international/kinsoku.el (kinsoku): Check the variable | |
6663 enable-kinsoku. | |
6664 | |
6665 * simple.el (do-auto-fill): Don't check kinsoku-enable here. | |
6666 Don't call kinsoku directly, intead call fill-find-break-point. | |
6667 | |
6668 * textmodes/fill.el: Setup `fill-find-break-point-function' | |
6669 property to character sets which require `kinsoku' processing for | |
6670 filling. | |
6671 (fill-find-break-point): New function. | |
6672 (fill-region-as-paragraph): Don't check kinsoku-enable here. | |
6673 Don't call kinsoku directly, intead call fill-find-break-point. | |
6674 | |
6675 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6676 | |
6677 * faces.el (modify-face-read-string): Return (nil) for "none". | |
6678 (modify-face): Don't get error if (nil) is the argument. | |
6679 (face-try-color-list): Don't check whether nil is a valid color. | |
6680 | |
6681 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6682 | |
6683 * emacs-lisp/bytecomp.el (byte-recompile-directory): | |
6684 Print message about each directory, even in batch mode. | |
6685 | |
6686 * gnus/nntp.el: Require `cl' before using nnoo-declare. | |
6687 | |
6688 * ps-print.el (ps-mule-chars-in-string): No need to use sref. | |
6689 (ps-mule-string-char): No need to use sref. | |
6690 (ps-mule-next-index): No need to use sref. | |
6691 | |
6692 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved. | |
6693 | |
6694 * files.el (revert-buffer-internal-hook): Add defvar. | |
6695 | |
6696 * arc-mode.el (archive-mode): Locally set file-precious-flag. | |
6697 | |
6698 * tar-mode.el (tar-mode): Locally set file-precious-flag. | |
6699 | |
6700 1998-10-16 Markus Rost <rost@delysid.gnu.org> | |
6701 | |
6702 * international/mule-cmds.el (default-input-method): Fix custom type. | |
6703 | |
6704 * net-utils.el (whois-server-list): Fix customization type. | |
6705 | |
6706 * shell.el (shell-input-autoexpand): Fix customization group. | |
6707 | |
6708 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6709 | |
6710 * repeat.el (repeat): Handle keyboard macros properly. | |
6711 Handle new prefix arg after self-insert command. | |
6712 | |
6713 * repeat.el: Don't include cl even at compile time. | |
6714 (repeat): Avoid using `loop'. | |
6715 | |
6716 * simple.el (shell-command-on-region): Doc fix. | |
6717 (next-history-element): Special error message if no default. | |
6718 | |
6719 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6720 | |
6721 * ps-print.el (ps-print-buffer): Doc fix. | |
6722 (ps-despool): Likewise. | |
6723 | |
6724 * arc-mode.el (arc-mode): Provide arc-mode. | |
6725 | |
6726 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6727 | |
6728 * ps-print.el (ps-print-buffer): Doc fix. | |
6729 | |
6730 1998-10-14 Dave Love <fx@gnu.org> | |
6731 | |
6732 * ange-ftp.el (ange-ftp-read-passwd): Function deleted. | |
6733 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd. | |
6734 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise. | |
6735 | |
6736 * progmodes/fortran.el (fortran-mode-map): Change "Join | |
6737 Continuation Line" to "Join Line". | |
6738 (fortran-font-lock-keywords-1): Add "cycle", "exit". | |
6739 | |
6740 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
6741 | |
6742 * progmodes/fortran.el (fortran-join-line): Use | |
6743 `delete-indentation' instead of issuing an error message if not on | |
6744 a continuation line. Provide for joining several lines using | |
6745 prefix arg. | |
6746 | |
6747 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6748 | |
6749 * term/pc-win.el (msdos-color-values): New variable. | |
6750 (x-color-values): New function, emulates its namesake from | |
6751 src/xfns.c. | |
6752 (msdos-bg-mode): Add all dark colors to those which return | |
6753 "dark". | |
6754 | |
6755 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6756 | |
6757 * replace.el (keep-lines, flush-lines, how-many): | |
6758 Don't ignore case if arg has upper case letters. | |
6759 | |
6760 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch> | |
6761 | |
6762 * progmodes/vhdl-mode.el | |
6763 (vhdl-add-index-menu): reverse order in imenu-generic-expression. | |
6764 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec) | |
6765 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map) | |
6766 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop) | |
6767 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo). | |
6768 (vhdl-when): Fix indentation problem. | |
6769 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev. | |
6770 (vhdl-get-port, vhdl-get-generic): Bug fix in template. | |
6771 (vhdl-hooked-abbrev): Bug fix in hooked abbrev. | |
6772 | |
6773 1998-10-13 Geoff Voelker <voelker@cs.washington.edu> | |
6774 | |
6775 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable. | |
6776 (ls-lisp-insert-directory): Renamed from insert-directory. | |
6777 (insert-directory): New function. | |
6778 | |
6779 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6780 | |
6781 * simple.el (completion-fixup-function): Variable deleted. | |
6782 (completion-setup-function): Delete code for completion-fixup-function. | |
6783 * emacs-lisp/lisp.el (lisp-complete-symbol): | |
6784 Don't bind completion-fixup-function. | |
6785 | |
6786 * files.el (find-file-wildcards): New option. | |
6787 (find-file-noselect): Handle wild cards, if enabled. | |
6788 (file-expand-wildcards): New function. | |
6789 | |
6790 * simple.el (set-fill-column): Doc fix. | |
6791 | |
6792 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6793 | |
6794 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search. | |
6795 | |
6796 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org> | |
6797 | |
6798 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only): | |
6799 Move declaration before first use. | |
6800 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr, | |
6801 hif-math, hif-factor): Rename token to hif-token and token-list to | |
6802 hif-token-list. | |
6803 (hif-token, hif-token-list): Declare them. | |
6804 (hif-find-ifdef-block): Return cons of top and bottom point | |
6805 instead of setting dynamically bound variables. | |
6806 (hide-ifdef-block, show-ifdef-block): Use return value of | |
6807 hif-find-ifdef-block. | |
6808 | |
6809 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6810 | |
6811 * subr.el (read-passwd): Use clear-this-command-keys. | |
6812 | |
6813 * telnet.el (telnet-initial-filter): Use clear-this-command-keys. | |
6814 | |
6815 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read | |
6816 and ...-for-write. | |
6817 | |
6818 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk> | |
6819 | |
6820 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected | |
6821 responses to GROUP command, since this may be called from a timer | |
6822 with quit inhibited. | |
6823 | |
6824 1998-10-12 Kenichi Handa <handa@etl.go.jp> | |
6825 | |
6826 * international/ccl.el (ccl-compile-if): If there's no false-cmds, | |
6827 set unconditional-jump to nil. | |
6828 (ccl-compile-read-multibyte-character): Return nil. | |
6829 (ccl-compile-write-multibyte-character): Likewise. | |
6830 (ccl-compile-translate-character): Likewise | |
6831 (ccl-compile-map-multiple): Likewise. | |
6832 (ccl-compile-map-single): Likewise. | |
6833 | |
6834 * international/kinsoku.el: Add coding tag. | |
6835 (kinsoku-bol): Remove superfluous TAB in a string. | |
6836 | |
6837 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
6838 Delete `composition' (if any) from CHARSETS. | |
6839 | |
6840 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6841 | |
6842 * international/mule-cmds.el (setup-specified-language-environment): | |
6843 Add apropos-inhibit property. | |
6844 (describe-specified-language-support): Likewise. | |
6845 | |
6846 1998-10-11 Kenichi HANDA <handa@etl.go.jp> | |
6847 | |
6848 * international/mule.el (make-coding-system): Create -with-esc | |
6849 variant coding system. | |
6850 | |
6851 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
6852 | |
6853 * progmodes/etags.el (tags-loop-revert-buffers): New variable. | |
6854 (next-file): Optionally offer to revert a file's buffer, | |
6855 if it has an existing buffer but the file has changed. | |
6856 | |
6857 * info.el (Info-insert-dir): Detect and report problems | |
6858 in input files, such as "No Top node". Return with point | |
6859 at the beginning of the text. | |
6860 (Info-find-node): Reinsert the code to handle files | |
6861 with no tags table; it was deleted by mistake. | |
6862 | |
6863 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
6864 | |
6865 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let | |
6866 texinfo-find-higher-level-node repeatedly find the same node. | |
6867 (texinfo-find-higher-level-node): Doc fix. | |
6868 | |
6869 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6870 | |
6871 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string. | |
6872 (smtpmail-address-buffer): Add defvar. | |
6873 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise. | |
6874 | |
6875 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved. | |
6876 | |
6877 * ffap.el (ffap-machine-p-local): Fix editing error. | |
6878 | |
6879 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6880 | |
6881 * faces.el (frame-set-background-mode): | |
6882 Don't do anythung for text-only or MSDOS frame. | |
6883 | |
6884 1998-10-08 Kenichi Handa <handa@etl.go.jp> | |
6885 | |
6886 * international/quail.el (quail-defrule): New optional arg APPEND. | |
6887 (quail-defrule-internal): Fix bug of handling the argument APPEND. | |
6888 | |
6889 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6890 | |
6891 * gnus/pop3.el (pop3-open-server): | |
6892 Set process-coding-system-alist around open-network-stream. | |
6893 | |
6894 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6895 | |
6896 * files.el (save-buffer): Doc fix. | |
6897 | |
6898 1998-10-07 Karl Heuer <kwzh@gnu.org> | |
6899 | |
6900 * emacs-lisp/profile.el (profile-fix-fun): If already profiled, | |
6901 return DEF unchanged, not nil. Simplify. | |
6902 | |
6903 1998-10-06 Geoff Voelker <voelker@cs.washington.edu> | |
6904 | |
6905 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp. | |
6906 | |
6907 1998-10-06 Peter Breton <pbreton@ne.mediaone.net> | |
6908 | |
6909 * generic.el (generic-mode-with-type): Added hooks for generic-modes. | |
6910 | |
6911 * net-utils.el (ftp, nslookup): Require comint. | |
6912 (network-service-connection): Likewise. | |
6913 (whois-server-name): Defaults to whois.arin.net | |
6914 (whois-server-list, whois-server-tld, whois-guess-server): New var. | |
6915 (whois): Tries to guess the appropriate top-level domain server. | |
6916 (whois-get-tld): New function. | |
6917 | |
6918 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs. | |
6919 (dirtrack-debug-toggle): Added this function. | |
6920 | |
6921 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6922 | |
6923 * files.el (find-file-noselect): Switch to the correct buffer | |
6924 before checking find-file-literally, and allow non-nil non-t | |
6925 rawfile params. | |
6926 | |
6927 1998-10-06 Karl Heuer <kwzh@gnu.org> | |
6928 | |
6929 * midnight.el (clean-buffer-list): Add autoload cookie. | |
6930 | |
6931 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from | |
6932 no-autosave. | |
6933 * tar-mode.el (tar-mode-revert): Likewise. | |
6934 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed | |
6935 from ediff-arrange-autosave-in-merge-jobs. Callers changed. | |
6936 * gnus/message.el (message-auto-save-directory): Renamed from | |
6937 message-autosave-directory. All references changed. | |
6938 | |
6939 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
6940 | |
6941 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary | |
6942 string. Expose mime stuff while searching. | |
6943 | |
6944 1998-10-06 Richard Stallman <rms@gnu.org> | |
6945 | |
6946 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result. | |
6947 | |
6948 * replace.el (perform-replace): Position point properly | |
6949 before and after the recursive edit of C-r. | |
6950 | |
6951 * progmodes/etags.el (tags-reset-tags-tables): Properly | |
6952 find the markers in the old rings that are being discarded. | |
6953 | |
6954 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6955 | |
6956 * apropos.el (apropos-print): control invalid characters. | |
6957 | |
6958 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X): | |
6959 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid | |
6960 confusing customize. | |
6961 | |
6962 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6963 | |
6964 * generic-x.el (bat-generic-mode): Fix regexps for keywords and | |
6965 built-in commands. Add more built-in commands and fix face names. | |
6966 | |
6967 1998-10-05 Simon Marshall <simon@gnu.org> | |
6968 | |
6969 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar. | |
6970 | |
6971 1998-10-04 Eric Ludlam <zappo@gnu.org> | |
6972 | |
6973 * speedbar.el (speedbar-initial-expansion-list-name): Remove | |
6974 customization since it is not useful in this case. | |
6975 (speedbar-frame-mode): Check if cfx or cfy is a list, and make | |
6976 sure it gets evalled to a number. Also verify that set-frame-name | |
6977 fn exists before calling it. | |
6978 | |
6979 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine): | |
6980 Protect a `forward-sexp' call which could fail, and improved regex | |
6981 for ie, and eg abbreviations. | |
6982 | |
6983 1998-10-02 Noah Friedman <friedman@splode.com> | |
6984 | |
6985 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not | |
6986 send-string. | |
6987 (rlogin-send-Ctrl-D): Here also. | |
6988 (rlogin-send-Ctrl-Z): Here also. | |
6989 (rlogin-send-Ctrl-backslash): Here also. | |
6990 | |
6991 1998-10-02 Dave Love <fx@gnu.org> | |
6992 | |
6993 * outline.el (hide-region-body): Bind | |
6994 outline-view-change-hook to nil while making repeated calls to | |
6995 outline-flag-region. Run it once at the end. | |
6996 (hide-other, hide-sublevels, show-children): Likewise. | |
6997 | |
6998 * info-look.el: Remove duplicate scheme-mode entry. | |
6999 (info-lookup-make-completions): When looking for entries, check | |
7000 that `item' isn't null or "Menu". | |
7001 | |
7002 1998-10-01 Karl Heuer <kwzh@gnu.org> | |
7003 | |
7004 * net-utils.el: Don't require ffap. | |
7005 (net-utils-machine-at-point, net-utils-url-at-point): New functions. | |
7006 (ping, nslookup-host, finger, network-connection-to-service): Use them. | |
7007 | |
7008 1998-09-30 Richard Stallman <rms@gnu.org> | |
7009 | |
7010 * ispell.el (check-ispell-version): No need to bind default-major-mode. | |
7011 | |
7012 * imenu.el (imenu--generic-function): Sort each submenu by position. | |
7013 (imenu--sort-by-position): New function. | |
7014 | |
7015 * cus-edit.el (Custom-mode-menu): Fix info node name. | |
7016 (customize group): Fix info node name. | |
7017 | |
7018 * mail/mailalias.el (build-mail-aliases): Don't allow | |
7019 a newline in the alias name. Don't define an alias | |
7020 if the definition would be empty. | |
7021 | |
7022 * which-func.el (which-func-mode-global): Make :set function | |
7023 more reliable. | |
7024 | |
7025 * custom.el (custom-set-variables): Load the requests first, | |
7026 then check the symbol's `set' function. | |
7027 | |
7028 * ffap.el: Doc fixes. | |
7029 | |
7030 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7031 | |
7032 * gnus.el: (gnus-valid-select-methods): Fix type. | |
7033 * gnus-sum.el (gnus-summary-respool-default-method): Fix type. | |
7034 * gnus-score.el (gnus-orphan-score): Fix type. | |
7035 (gnus-score-default-header, gnus-score-default-type): Fix type. | |
7036 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type. | |
7037 (gnus-saved-headers): Fix type. | |
7038 | |
7039 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix): | |
7040 Avoid nil value of `two-lines-citation-part'. | |
7041 | |
7042 1998-09-30 Roman Belenov <roman@nstl.nnov.ru> | |
7043 | |
7044 * which-func.el (which-function): Handle case when | |
7045 (car imenu--index-alist) is nil. | |
7046 | |
7047 1998-09-29 Dave Love <fx@gnu.org> | |
7048 | |
7049 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from | |
7050 bzip2 args. | |
7051 | |
7052 1998-09-29 Simon Marshall <simon@gnu.org> | |
7053 | |
7054 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and | |
7055 comint-exec-hook. | |
7056 | |
7057 1998-09-29 Stephen Eglen <stephen@gnu.org> | |
7058 | |
7059 * info-look.el: Add support for Octave. | |
7060 | |
7061 1998-09-28 Carsten Dominik <cd@delysid.gnu.org> | |
7062 | |
7063 * textmodes/reftex.el (reftex-finding-files): New customize group. | |
7064 (reftex-texpath-environment-variables, | |
7065 reftex-use-external-file-finders, reftex-external-file-finders, | |
7066 reftex-search-unrecursed-path-first): New options. | |
7067 (reftex-process-string, reftex-find-file-externally): New | |
7068 functions. | |
7069 (reftex-access-search-path): Execute shell commands to find the | |
7070 search path. | |
7071 (reftex-toggle-auto-view-crossref): When turning on, make sure | |
7072 `reftex-auto-view-crossref' becomes non-nil. | |
7073 (reftex-abbrev-regexp): Constant removed. | |
7074 (reftex-convert-string): Abbrev regexp calculated locally. | |
7075 | |
7076 1998-09-28 Dave Love <fx@gnu.org> | |
7077 | |
7078 * progmodes/fortran.el: Don't call regexp-opt when deriving | |
7079 font-lock patterns with keywords that aren't all literal. | |
7080 | |
7081 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
7082 | |
7083 * octave-inf.el (inferior-octave-prompt): Also match prompts of | |
7084 the form `octave.bin:1>' which come from using precopiled binary | |
7085 versions. | |
7086 | |
7087 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7088 | |
7089 * help.el (help-for-help): Use %THIS-KEY%. | |
7090 (help-quit): Add doc. | |
7091 | |
7092 * help-macro.el (make-help-screen): Keep HELP-TEXT | |
7093 in a separate function definition, not in the help command FNAME. | |
7094 Replace %THIS-KEY% with the key sequence that ran FNAME. | |
7095 | |
7096 1998-09-25 Richard Stallman <rms@gnu.org> | |
7097 | |
7098 * textmodes/texinfo.el (texinfo-show-structure): | |
7099 Bind inhibit-read-only. | |
7100 | |
7101 * isearch.el (isearch-search-and-update): Properly | |
7102 handle upper case letters in the reverse-search special case. | |
7103 | |
7104 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7105 | |
7106 * gnus.el: Extend the list of autoloaded functions. | |
7107 | |
7108 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
7109 buffer before creating help group. (from Gnus v5.6.43, fix by | |
7110 1998-08-20 Per Starback <starback@update.uu.se>) | |
7111 | |
7112 * gnus-util.el (gnus-output-to-rmail): Adjust to | |
7113 `rmail-output-to-rmail-file'. | |
7114 | |
7115 1998-09-25 Karl Heuer <kwzh@gnu.org> | |
7116 | |
7117 * hexl.el (hexl-mode-map): More of previous change. | |
7118 | |
7119 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
7120 (tex-start-tex): Don't use tex-start-options-string in star case. | |
7121 Quote file name in star case as well as in non-star. | |
7122 Add blank and quoting of option string here. | |
7123 (tex-start-options-string): Not here. | |
7124 | |
7125 1998-09-23 Karl Heuer <kwzh@gnu.org> | |
7126 | |
7127 * term.el (term-delimiter-argument-list): Doc fix. | |
7128 (term-emulate-terminal): Escape literal semicolon. | |
7129 * progmodes/asm-mode.el (asm-mode): Doc fix. | |
7130 (asm-comment-char): Escape literal semicolon. | |
7131 * emulation/viper-cmd.el (viper-movement-commands): Likewise. | |
7132 | |
7133 1998-09-23 Richard Stallman <rms@gnu.org> | |
7134 | |
7135 * hexl.el (hexl-mode-map): Don't override all ESC bindings, | |
7136 only those that normally modify the buffer. | |
7137 | |
7138 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer | |
7139 over again. | |
7140 | |
7141 1998-09-23 E. Jay Berkenbilt <ejb@ql.org> | |
7142 | |
7143 * ispell.el (check-ispell-version): Ensure same buffer is current | |
7144 when let-binding of case-fold-search ends. | |
7145 | |
7146 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7147 | |
7148 * ps-print.el: Skip invisible overlay. | |
7149 Test for set-buffer-multibyte rather than using mule-version. | |
7150 (ps-print-version): New version number (4.1) and doc fix. | |
7151 (ps-generate-postscript-with-faces): Skip invisible overlay. | |
7152 | |
7153 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu> | |
7154 | |
7155 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes. | |
7156 | |
7157 1998-09-22 Kenichi Handa <handa@etl.go.jp> | |
7158 | |
7159 * international/quail.el (quail-update-guidance): Check for the | |
7160 return value of (quail-guidance) fixed. | |
7161 (quail-update-translation): Bind quail-current-str locally when it | |
7162 calls quail-update-guidance. | |
7163 (quail-update-translation): If input-method-exit-on-first-char is | |
7164 non-nil, terminate translation only when the current input method | |
7165 is simple. | |
7166 | |
7167 1998-09-22 Paul Eggert <eggert@twinsun.com> | |
7168 | |
7169 * startup.el (locale-translation-file-name): Prefer X-related names | |
7170 to the name used by GNU/Linux sans X. Set to nil if no file found. | |
7171 (command-line): Use locale-translation-file-name if it is not nil, | |
7172 instead of testing for its existence again. | |
7173 regexp-quote the ctype before using it in a regexp. | |
7174 Allow a colon to appear after the ctype in the aliases file, | |
7175 as is done in X11R6.4. | |
7176 | |
7177 1998-09-21 Richard Stallman <rms@gnu.org> | |
7178 | |
7179 * mail/rmail.el (rmail-resend): Work properly if invoked from summary. | |
7180 | |
7181 * calendar/appt.el (appt-interval): Variable deleted. | |
7182 (appt-check): For minutes in between appt-display-interval times, | |
7183 do check, but don't display anything except an updated mode line. | |
7184 Count against appt-display-interval based on minutes since | |
7185 first display of this appointment, not based on time of day. | |
7186 If appt-display-mode-line, force mode line redisplay | |
7187 whenever appt-mode-string has changed. | |
7188 (appt-add, appt-delete): Add autoload cookies. | |
7189 (appt-check): Catch errors from calling `diary'. | |
7190 (appt-max-time): Renamed from max-time. | |
7191 (appt-now-displayed, appt-display-count): New variables. | |
7192 (appt-timer): Don't create one if we already have one. | |
7193 | |
7194 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
7195 More general code to use the source buffer instead of the zap file. | |
7196 | |
7197 * hilit-chg.el (highlight-compare-with-file): Renamed from | |
7198 compare-with-file. | |
7199 | |
7200 * loadhist.el (load-history-loaded): New variable. | |
7201 (symbol-file): Load etc/fns-VERSION.el if that has not been done. | |
7202 | |
7203 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it. | |
7204 | |
7205 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
7206 Fix error messages. | |
7207 | |
7208 1998-09-21 Markus Armbruster <armbru@pond.sub.org> | |
7209 | |
7210 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an | |
7211 Emacs frame. | |
7212 | |
7213 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7214 | |
7215 * mail/rmail.el (rmail-decode-babyl-format): Recognize both | |
7216 `undecided' and `undecided-unix'. | |
7217 | |
7218 1998-09-21 Dave Love <fx@gnu.org> | |
7219 | |
7220 * help.el (help-make-xrefs): Fix typo affecting Info references. | |
7221 | |
7222 * subr.el (remove-hook): Check list values to avoid errors. | |
7223 | |
7224 1998-09-18 Noah Friedman <friedman@splode.com> | |
7225 | |
7226 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and | |
7227 store string in eldoc-last-message without consing a new string. | |
7228 Rearrange logic from nested if's into cond's. | |
7229 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string. | |
7230 Do not print message; just return string. | |
7231 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring. | |
7232 Do not print message; just return string. | |
7233 Cache that string in eldoc-last-data. | |
7234 (eldoc-last-data): Make into a vector. | |
7235 (eldoc-get-fnsym-args-string): Use new data form of structure. | |
7236 (eldoc-get-var-docstring): Here also. | |
7237 (eldoc-last-data-store): New function. | |
7238 (eldoc-get-fnsym-args-string): Use it. | |
7239 (eldoc-get-var-docstring): Here also. | |
7240 (eldoc-docstring-first-line): Minimize interim string consing. | |
7241 Call substitute-command-keys on the result. | |
7242 (eldoc-print-var-docstrings, eldoc-print-docstring, | |
7243 eldoc-docstring-message): Functions removed. | |
7244 (eldoc-docstring-format-sym-doc): New function, functionality | |
7245 ripped out of eldoc-docstring-message. | |
7246 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it. | |
7247 | |
7248 1998-09-18 Kenichi Handa <handa@etl.go.jp> | |
7249 | |
7250 * international/mule.el (make-coding-system): Doc-string modified. | |
7251 | |
7252 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org> | |
7253 | |
7254 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type. | |
7255 | |
7256 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix | |
7257 customize type. | |
7258 | |
7259 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize | |
7260 type. | |
7261 | |
7262 * progmodes/compile.el (compilation-error-screen-columns): New | |
7263 variable. | |
7264 (compilation-next-error-locus): Use it to decide whether to use | |
7265 forward-char or move-to-column. | |
7266 | |
7267 * mail/rmail.el (rmail-movemail-program): Fix customize type. | |
7268 | |
7269 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage, | |
7270 feedmail-fiddle-plex-user-list, | |
7271 feedmail-spray-address-fiddle-plex-list, | |
7272 feedmail-prompt-before-queue-user-alist, | |
7273 feedmail-prompt-before-queue-help-supplement, | |
7274 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug, | |
7275 feedmail-queue-alternative-mail-header-separator): Fix customize | |
7276 type. | |
7277 | |
7278 * startup.el (site-run-file): Fix customize type. | |
7279 | |
7280 * speedbar.el (speedbar-initial-expansion-list-name): Fix | |
7281 customize type. | |
7282 | |
7283 * shell.el (shell-input-autoexpand): Fix customize type. | |
7284 | |
7285 * ps-print.el (ps-font-info-database): Add missing dots in value. | |
7286 Improve layout of customize type. | |
7287 | |
7288 * net-utils.el (traceroute-program-options, ping-program-options, | |
7289 ipconfig-program-options, netstat-program-options, | |
7290 arp-program-options, route-program-options, | |
7291 nslookup-program-options, ftp-program-options): Fix customize | |
7292 type. | |
7293 | |
7294 * midnight.el (clean-buffer-list-kill-regexps, | |
7295 clean-buffer-list-kill-buffer-names, | |
7296 clean-buffer-list-kill-never-buffer-names, | |
7297 clean-buffer-list-kill-never-regexps): Fix customize type. | |
7298 | |
7299 * man.el (Man-init-defvars): Avoid trailing nil on | |
7300 Man-filter-list. | |
7301 | |
7302 * lpr.el (printer-name): Fix customize type. | |
7303 | |
7304 1998-09-16 Kenichi Handa <handa@etl.go.jp> | |
7305 | |
7306 * international/mule-cmds.el (reset-language-environment): Call | |
7307 update-coding-systems-internal. | |
7308 | |
7309 * international/mule-conf.el: Call update-coding-systems-internal | |
7310 at the tail. | |
7311 | |
7312 1998-09-14 Dave Love <fx@gnu.org> | |
7313 | |
7314 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't | |
7315 use the menu-enable properties, pending doing it correctly and | |
7316 acceptably fast. | |
7317 | |
7318 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text. | |
7319 | |
7320 1998-09-13 Dave Love <d.love@dl.ac.uk> | |
7321 | |
7322 * progmodes/hideshow.el (hs-grok-mode-type): Check | |
7323 comment-{start,end} non-nil as well as bound. Report an error if | |
7324 we can't grok the mode. | |
7325 | |
7326 1998-09-13 Richard Stallman <rms@gnu.org> | |
7327 | |
7328 * simple.el (blink-matching-open): Don't log paren matching | |
7329 messages in *Messages*. | |
7330 | |
7331 1998-09-12 Richard Stallman <rms@gnu.org> | |
7332 | |
7333 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up): | |
7334 Set point-before-scroll at end even if there was an error. | |
7335 | |
7336 * ange-ftp.el (ange-ftp-insert-file-contents): | |
7337 Use binary mode for dumb-unix hosts as for unix hosts. | |
7338 (ange-ftp-copy-file-internal): Likewise. | |
7339 | |
7340 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
7341 | |
7342 * emacs-lisp/pp.el: Doc fixes. | |
7343 | |
7344 * wid-edit.el (widget-menu-max-shortcuts): New variable. | |
7345 (widget-choose): Don't use single-char shortcuts if # items | |
7346 exceeds that many. Use minibuffer instead. | |
7347 | |
7348 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7349 | |
7350 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg. | |
7351 | |
7352 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org> | |
7353 | |
7354 * speedbar.el (speedbar-frame-mode): Do not set frame position if | |
7355 in terminal mode. | |
7356 | |
7357 1998-09-10 Noah Friedman <friedman@splode.com> | |
7358 | |
7359 * rsz-mini.el (resize-minibuffer-mode): remove :version field from | |
7360 defcustom declaration. It's wreaking too much havoc with XEmacs | |
7361 and older versions of Emacs, which share this code. | |
7362 | |
7363 * type-break.el (type-break-mode): Here also. | |
7364 | |
7365 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg | |
7366 `t' to add-hook also to modify the new local value. | |
7367 | |
7368 1998-09-10 Dave Love <fx@gnu.org> | |
7369 | |
7370 * vc.el (vc-insert-headers): Doc fix. | |
7371 | |
7372 1998-09-10 Richard Stallman <rms@gnu.org> | |
7373 | |
7374 * textmodes/flyspell.el (flyspell-mode-on): Make the | |
7375 ispell-... variables permanent locals. | |
7376 (flyspell-mode-off): Add autoload cookie. | |
7377 | |
7378 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host, | |
7379 do use binary mode, just as for `unix'. | |
7380 (ange-ftp-host-type): If HOST is nil, return `unix'. | |
7381 | |
7382 * dired.el (dired-mark-files-containing-regexp): | |
7383 Don't scan directories. Ignore non-readable files. | |
7384 | |
7385 * progmodes/compile.el (compilation-error-regexp-alist): | |
7386 Fix previous change: allow . and _ in command name. | |
7387 | |
7388 * dired.el (dired-mark-files-containing-regexp): Fix previous change. | |
7389 | |
7390 * uncompress.el (uncompress-while-visiting): | |
7391 Use just the car of what find-operation-coding-system returns. | |
7392 | |
7393 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename. | |
7394 | |
7395 * shell.el (shell-file-name-quote-list): Add # to the value. | |
7396 | |
7397 1998-09-10 E. Jay Berkenbilt <ejb@ql.org> | |
7398 | |
7399 * textmodes/flyspell.el (flyspell-mode-on): fix kill-buffer-hook | |
7400 to make killing of ispell process work even if | |
7401 kill-all-local-variables has been run. | |
7402 | |
7403 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7404 | |
7405 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite | |
7406 loop when sexp entry ends at end of file with no newline. | |
7407 | |
7408 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7409 | |
7410 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved) | |
7411 (Custom-reset-standard): Fix menu inconsistency. | |
7412 | |
7413 * mail/feedmail.el (feedmail-from-line): Allow t. | |
7414 (feedmail-message-id-suffix): Allow nil. | |
7415 | |
7416 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
7417 Simplify. Make prefix arg work right. | |
7418 | |
7419 1998-09-09 Dave Love <fx@gnu.org> | |
7420 | |
7421 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
7422 | |
7423 * help.el (help-xref-interned): Bind inhibit-read-only when inserting. | |
7424 | |
7425 1998-09-08 Dave Love <fx@gnu.org> | |
7426 | |
7427 * add-log.el (change-log-font-lock-keywords): Do parenthesized | |
7428 stuff only after file names or at start of line. Allow parens | |
7429 around e-mail, as well as angles. | |
7430 | |
7431 * gnus/nnweb.el (require): Wrap requirement of w3 and url in | |
7432 ignore-errors too, eval'd when compile. Require w3 stuff at load | |
7433 time for nicer failure if it's not available. | |
7434 | |
7435 1998-09-07 Geoff Voelker <voelker@cs.washington.edu> | |
7436 | |
7437 * comint.el (comint-arguments): Ignore backslashes when using | |
7438 w32 shells that expect backslashes as the directory separator. | |
7439 | |
7440 1998-09-04 Kenichi Handa <handa@etl.go.jp> | |
7441 | |
7442 * international/fontset.el (resolved-ascii-font): New variable. | |
7443 (x-complement-fontset-spec): By side effect, set | |
7444 `resolved-ascii-font' to the resolved name of ASCII font." | |
7445 (create-fontset-from-fontset-spec): Don't get a value for | |
7446 resolved-ascii-font from the list full-fontlist. It is set by | |
7447 x-complement-fontset-spec now. | |
7448 | |
7449 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
7450 version, check the value of mule-version. | |
7451 | |
7452 1998-09-07 Carsten Dominik <cd@delysid.gnu.org> | |
7453 | |
7454 * textmodes/reftex.el (reftex-view-crossref): Split up into | |
7455 several functions. No longer moves to find a macro. | |
7456 (reftex-view-cr-cite, reftex-view-cr-ref, | |
7457 reftex-end-of-bib-entry): New functions. | |
7458 (reftex-auto-view-crossref): New value `window' allowed. | |
7459 (reftex-view-crossref-when-idle): Process new `window' option in | |
7460 (reftex-translate-to-ascii-function): New default. | |
7461 (reftex-label-illegal-re): Default changed, removed Latin1. | |
7462 (reftex-latin1-to-ascii): New function. | |
7463 (reftex-what-environment): Check for section regexp before use. | |
7464 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with | |
7465 absolute path names. | |
7466 (reftex-TeX-master-file): Changed sequence of file checks. | |
7467 (reftex-do-citation): bibview cache only with RefTeX mode on. | |
7468 | |
7469 1998-09-06 Richard Stallman <rms@gnu.org> | |
7470 | |
7471 * progmodes/compile.el (compilation-error-regexp-alist): | |
7472 In first pattern (GNU utilities and other things), | |
7473 allow a space after the optional program name at the beginning. | |
7474 | |
7475 * mail/mail-hist.el (mail-hist-current-header-contents): | |
7476 Fix previous change: use mail-header-end. | |
7477 | |
7478 1998-09-06 Bill Richter <richter@math.nwu.edu> | |
7479 | |
7480 * international/ccl.el: Doc fixes. | |
7481 * international/encoded-kb.el: Doc fixes. | |
7482 * international/fontset.el: Doc fixes. | |
7483 * international/kinsoku.el: Doc fixes. | |
7484 * international/kkc.el: Doc fixes. | |
7485 * international/mule-cmds.el: Doc fixes. | |
7486 * international/mule-conf.el: Doc fixes. | |
7487 * international/mule-util.el: Doc fixes. | |
7488 * international/mule.el: Doc fixes. | |
7489 | |
7490 1998-09-05 Eric Ludlam <zappo@gnu.org> | |
7491 | |
7492 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function. | |
7493 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'. | |
7494 (checkdoc-this-string-valid-engine): Permit ? as terminating | |
7495 punctuation for first line sentence breaking. | |
7496 (checkdoc-this-string-valid): When converting a comment into a doc | |
7497 string, make sure " chars are \". | |
7498 (checkdoc-sentencespace-region-engine): Only do double space check | |
7499 if based on the variable `sentence-end-double-space' | |
7500 (checkdoc-this-string-valid-engine): ? ends valid sentence. | |
7501 (checkdoc-proper-noun-region-engine): Exclude items in URLs | |
7502 | |
7503 1998-09-04 Richard Stallman <rms@gnu.org> | |
7504 | |
7505 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): | |
7506 Recognize define-skeleton as a function definer. | |
7507 | |
7508 * cus-edit.el (customize-option): Refuse to customize | |
7509 a variable that has no defcustom. But if variable is autoloaded, | |
7510 first try to load the library that defines it. | |
7511 | |
7512 * international/iso-insert.el: Use `string' before calling `insert' | |
7513 so that in multibyte buffers we insert multibyte chars. | |
7514 | |
7515 * dired.el (dired-mark-files-containing-regexp): | |
7516 Don't use find-file; instead, insert the file in a temp buffer. | |
7517 | |
7518 * textmodes/tex-mode.el (tex-start-options-string): New option. | |
7519 (tex-start-tex): Use that variable. | |
7520 | |
7521 * mail/rmail.el (rmail-primary-inbox-list): Make the initial | |
7522 value in the `repeat' alternative a list. | |
7523 | |
7524 * textmodes/fill.el (fill-individual-paragraphs): Before deleting | |
7525 the inserted newline, verify that one was really inserted. | |
7526 | |
7527 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode | |
7528 remains on or remains off. | |
7529 (flyspell-multi-language-p): Default changed to nil. | |
7530 | |
7531 * progmodes/ada-mode.el (ada-search-ignore-string-comment): | |
7532 In "found in comment" case, don't beginning-of-line after forward-line. | |
7533 | |
7534 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): | |
7535 If the function definition is not a lambda, return original FORM | |
7536 with no error. | |
7537 | |
7538 1998-09-04 Peter Breton <pbreton@ne.mediaone.net> | |
7539 | |
7540 * net-utils.el (netstat-program-options): Changed from nil to "-a" | |
7541 so that by default netstat shows all network connections. | |
7542 | |
7543 1998-09-04 Bob Weiner <weiner@altrasoft.com> | |
7544 | |
7545 * international/quail.el: Doc fixes. | |
7546 | |
7547 * info.el (info): Don't add parens if FILE already has them. | |
7548 | |
7549 1998-09-04 Geoff Voelker <voelker@cs.washington.edu> | |
7550 | |
7551 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word | |
7552 on extension lines. | |
7553 | |
7554 1998-09-03 Geoff Voelker <voelker@cs.washington.edu> | |
7555 | |
7556 * w32-fns.el (w32-shell-dos-semantics): New function. | |
7557 | |
7558 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu> | |
7559 | |
7560 * international/quail.el (quail-choose-completion-string): Store | |
7561 completion `choice' in `quail-current-str'; don't insert it. | |
7562 | |
7563 1998-09-02 Kenichi Handa <handa@etl.go.jp> | |
7564 | |
7565 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH | |
7566 argument to ps-mule-generate-bitmap-font. | |
7567 | |
7568 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII | |
7569 entry and change Latin-1 entry in the default value. | |
7570 (ps-mule-font-info-database-ps-bdf): New variable. | |
7571 (ccl-encode-ethio-unicode): Bug of CCL code fixed. | |
7572 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function | |
7573 registerd in FONT-SPEC. | |
7574 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct | |
7575 charcter width of bitmap fonts. | |
7576 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript | |
7577 procedure NF. | |
7578 (ps-begin-file): Output PostScript code for setting | |
7579 SpaceWidthRatio. | |
7580 (ps-plot-region): Use line-beginning-position to get a position of | |
7581 the beginning of the current line. | |
7582 | |
7583 * international/mule-cmds.el (register-input-method): Doc-string | |
7584 modified. | |
7585 | |
7586 1998-09-01 Dave Love <fx@gnu.org> | |
7587 | |
7588 * international/mule-cmds.el (current-language-environment): Fix | |
7589 setter function. | |
7590 | |
7591 1998-09-01 Simon Marshall <simon@gnu.org> | |
7592 | |
7593 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite. | |
7594 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately. | |
7595 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class | |
7596 names with font-lock-type-face. Fontify type specs, etc., with | |
7597 font-lock-keyword-face. | |
7598 | |
7599 1998-08-31 Kenichi Handa <handa@etl.go.jp> | |
7600 | |
7601 * international/fontset.el (x-complement-fontset-spec): If ASCII | |
7602 font is specified in FONTLIST, don't substitute it for the | |
7603 resolved name. | |
7604 | |
7605 1998-08-31 Paul Eggert <eggert@twinsun.com> | |
7606 | |
7607 * international/mule.el (charset-description): Doc fix. | |
7608 | |
7609 * language/chinese.el, language/cyrillic.el, language/czech.el, | |
7610 language/devanagari.el, language/ethiopic.el, | |
7611 language/european.el, language/hebrew.el, language/indian.el, | |
7612 language/japanese.el, language/korean.el, language/lao.el, | |
7613 language/slovak.el, language/thai.el, language/tibetan.el, | |
7614 language/vietnamese.el: | |
7615 Add coding: local variable, to avoid bootstrapping problem | |
7616 if you need to recompile all the Lisp files using interpreted code. | |
7617 | |
7618 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7619 | |
7620 * cal-china.el (chinese-year-cache): Change range of years from | |
7621 1989-2000 to 1990-2010. | |
7622 | |
7623 1998-08-29 Dave Love <d.love@dl.ac.uk> | |
7624 | |
7625 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie. | |
7626 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined. | |
7627 | |
7628 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7629 | |
7630 * ps-print.el (ps-print-control-characters): Doc-string modified. | |
7631 (ps-output-string-prim): Comment format changed. | |
7632 (ps-do-despool): Indentation of source code changed. | |
7633 | |
7634 1998-08-28 Kenichi Handa <handa@etl.go.jp> | |
7635 | |
7636 * subr.el (sref): Make it an alias of aref. Make the | |
7637 byte-compiler warn that it is obsolete. | |
7638 (char-bytes): Make the byte-compiler warn that it is obsolete. | |
7639 | |
7640 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment): | |
7641 Calculate the total bytes using position-bytes instead of | |
7642 char-bytes. | |
7643 | |
7644 1998-08-27 Karl Heuer <kwzh@gnu.org> | |
7645 | |
7646 * snmp-mode.el: New file. | |
7647 * files.el (auto-mode-alist): Add snmp-mode patterns. | |
7648 | |
7649 1998-08-27 Karl Eichwalder <ke@suse.de> | |
7650 | |
7651 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'. | |
7652 | |
7653 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7654 | |
7655 * calendar/diary-lib.el (diary-block): Doc fix.. | |
7656 * calendar/calendar.el (diary-list-include-blanks): Doc fix.. | |
7657 | |
7658 1998-08-27 Richard Stallman <rms@gnu.org> | |
7659 | |
7660 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp. | |
7661 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space. | |
7662 Clear appt-mode-string if we don't put something in it. | |
7663 | |
7664 1998-08-27 Dave Love <fx@gnu.org> | |
7665 | |
7666 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking | |
7667 dired-local-variables-file for dired-x. | |
7668 | |
7669 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look | |
7670 for compressed library files too. | |
7671 | |
7672 1998-08-26 Kenichi Handa <handa@etl.go.jp> | |
7673 | |
7674 * language/european.el ("Latin-1"): Modify `documentation' key value. | |
7675 ("Latin-2"): Likewise. | |
7676 | |
7677 1998-08-26 Karl Heuer <kwzh@gnu.org> | |
7678 | |
7679 * dired-x.el (dired-guess-shell-alist-default): Fix regexp. | |
7680 | |
7681 1998-08-26 Albert L. Ting <alt@artisan.com> | |
7682 | |
7683 * mail/mail-hist.el (mail-hist-current-header-name): Fix test. | |
7684 (mail-hist-current-header-contents): Use mail-text-start. | |
7685 | |
7686 1998-08-26 Richard Stallman <rms@gnu.org> | |
7687 | |
7688 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2. | |
7689 (customize-changed-options-previous-release): New variable. | |
7690 (customize-changed-options): Use that variable as default arg. | |
7691 | |
7692 1998-08-26 Karl Eichwalder <ke@suse.de> | |
7693 | |
7694 * midnight.el: Require `timer' not only when compiling. | |
7695 | |
7696 1998-08-26 Per Starback <starback@update.uu.se> | |
7697 | |
7698 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
7699 buffer before creating help group. | |
7700 | |
7701 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7702 | |
7703 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind | |
7704 coding-system-for-write before saving. | |
7705 | |
7706 1998-08-26 Kevin Rodgers <kevinr@ihs.com> | |
7707 | |
7708 * isearch.el (isearch-forward): Doc fix. | |
7709 | |
7710 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org> | |
7711 | |
7712 * emacs-lisp/find-func.el: Fix :version tags to have a string | |
7713 value, not a float. | |
7714 | |
7715 * cus-dep.el: Fix typo in output. | |
7716 | |
7717 1998-08-25 Dave Love <fx@gnu.org> | |
7718 | |
7719 * repeat.el (repeat): Doc fix. | |
7720 [From rms:] | |
7721 (repeat-previous-repeated-command): New variable. | |
7722 (repeat): Check for real-last-command being null or repeat. Set | |
7723 repeat-previous-repeated-command. | |
7724 | |
7725 * browse-url.el (browse-url-netscape): Fix format for hex escapes. | |
7726 | |
7727 1998-08-25 Kenichi Handa <handa@etl.go.jp> | |
7728 | |
7729 * gnus/message.el (message-send-mail-with-sendmail): Bind | |
7730 coding-system-for-write by the return value of | |
7731 select-message-coding-system. | |
7732 (message-send-mail-with-qmail): Likewise. | |
7733 | |
7734 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org> | |
7735 | |
7736 * emacs-lisp/autoload.el: Fix doc-string-elt property on | |
7737 define-derived-mode. | |
7738 | |
7739 * files.el (file-name-invalid-regexp): | |
7740 Fix regex for ms-dos without long file names. | |
7741 | |
7742 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7743 | |
7744 * ps-print.el: Multi-byte buffer handling. | |
7745 (ps-print-version): New version number (4.0) and doc fix. | |
7746 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional | |
7747 compilation for GNU Emacs and emacsens. | |
7748 (ps-generate-postscript-with-faces): Force invisible text to be | |
7749 visible. | |
7750 (dos-ps-printer): New var to avoid compilation gripes. | |
7751 | |
7752 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
7753 | |
7754 * ps-print.el (ps-mule-plot-string): Pay attention to the case | |
7755 that no more characters can't be printed in the current line. | |
7756 | |
7757 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
7758 | |
7759 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be | |
7760 greater than TO. | |
7761 | |
7762 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
7763 | |
7764 * ps-print.el: Add codes to make ps-print.el work also on Emacs | |
7765 20.2 and the earlier version. | |
7766 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2. | |
7767 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise. | |
7768 (ps-mule-find-wrappoint): Likewise. | |
7769 (ps-mule-generate-font): Change `X' to `x' in format | |
7770 control-string. | |
7771 (ps-generate): Call ps-mule-begin before calling ps-begin-job. | |
7772 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and | |
7773 `restore' form procedures `BC' and `EC'. | |
7774 | |
7775 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
7776 | |
7777 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox | |
7778 is an executable procedure. Make LineThickness, Xshadow, and | |
7779 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc. | |
7780 (ps-mule-font-info-database, ps-mule-font-info-database-ps, | |
7781 ps-mule-font-info-database-bdf): New vars. | |
7782 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs. | |
7783 (ccl-encode-ethio-unicode): New CCL program. | |
7784 (ps-mule-encode-ethiopic): New fun. | |
7785 (ps-mule-current-charset): New var. | |
7786 (ps-mule-get-font-spec, ps-mule-font-spec-src, | |
7787 ps-mule-font-spec-name, ps-mule-font-spec-encoding, | |
7788 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs. | |
7789 (ps-mule-external-libraries): New var. | |
7790 (ps-mule-init-external-library): New fun. | |
7791 (ps-mule-font-cache): New var. | |
7792 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs. | |
7793 (ps-last-font): New var. | |
7794 (ps-mule-prepare-font): New fun. | |
7795 (ps-mule-charset-list): New var. | |
7796 (ps-mule-prologue-generated, ps-mule-prologue): New vars. | |
7797 (ps-mule-skip-same-charset, ps-mule-find-wrappoint, | |
7798 ps-mule-plot-string): New funs. | |
7799 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue): | |
7800 New vars. | |
7801 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar, | |
7802 ps-mule-prepare-cmpchar-font): New funs. | |
7803 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New | |
7804 vars. | |
7805 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font, | |
7806 ps-mule-generate-bitmap-glyph): New funs. | |
7807 (ps-mule-initialize, ps-mule-begin): New funs. | |
7808 (ps-output-string-prim): Insert string as unibyte. | |
7809 (ps-output-prologue): New fun. | |
7810 (ps-flush-output): Handle the case of 'prologue. | |
7811 (ps-begin-file): Call ps-mule-initialize. | |
7812 (ps-begin-job): Set ps-control-or-escape-regexp differently if | |
7813 printing multibyte characters. | |
7814 (ps-begin-page): Set ps-mule-current-charset to 'ascii. | |
7815 (ps-basic-plot-string): Handle the case of printing ASCII | |
7816 characters by external libraries (e.g. BDF). | |
7817 (ps-set-font): Set ps-last-font. | |
7818 (ps-plot-region): Handle multibyte characters, use | |
7819 ps-mule-plot-string for them. | |
7820 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin. | |
7821 | |
7822 * bdf.el: New file. | |
7823 | |
7824 1998-08-23 Kenichi HANDA <handa@etl.go.jp> | |
7825 | |
7826 * international/mule-cmds.el (select-message-coding-system): New | |
7827 function. | |
7828 (set-language-environment-coding-systems): Set | |
7829 default-sendmail-coding-system. | |
7830 | |
7831 * mail/sendmail.el (sendmail-coding-system): Doc-string modified. | |
7832 (default-sendmail-coding-system): New variable. | |
7833 (sendmail-send-it): Encode the message by a coding system | |
7834 select-message-coding-system returns. | |
7835 | |
7836 1998-08-23 Eric Ludlam <zappo@gnu.org> | |
7837 | |
7838 * speedbar.el: (speedbar-with-writable): remove `toggle-read-only'. | |
7839 (speedbar-mode): Set buffer to read only. | |
7840 (speedbar-temp-buffer-show-function): For emacs don't call hook | |
7841 with arguments. | |
7842 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable. | |
7843 | |
7844 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu> | |
7845 | |
7846 * speedbar.el (speedbar-key-map): Fix typo. | |
7847 | |
7848 See ChangeLog.7 for earlier changes. |