Mercurial > emacs
annotate lisp/ChangeLog @ 27044:b36644e0e875
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 30 Dec 1999 12:27:44 +0000 |
parents | 4f6a80a0f1ba |
children | 53146c13106f |
rev | line source |
---|---|
27044 | 1 1999-12-30 Gerd Moellmann <gerd@gnu.org> |
2 | |
3 * expand.el (expand-abbrev-hook): Return t if expansion was | |
4 done, nil otherwise. | |
5 | |
27036
4f6a80a0f1ba
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27030
diff
changeset
|
6 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
4f6a80a0f1ba
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27030
diff
changeset
|
7 |
4f6a80a0f1ba
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27030
diff
changeset
|
8 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit. |
4f6a80a0f1ba
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27030
diff
changeset
|
9 (tar-quit): Function deleted. |
4f6a80a0f1ba
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27030
diff
changeset
|
10 |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
11 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
12 |
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
13 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug; |
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
14 was used but not declared. |
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
15 |
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
16 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary, |
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
17 hs-find-block-beginning): Add or modify docstrings. |
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
18 |
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
19 (hs-isearch-show): Rewrite. |
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
20 |
27022 | 21 1999-12-28 Gerd Moellmann <gerd@gnu.org> |
22 | |
27024 | 23 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer. |
24 | |
27022 | 25 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white |
26 space in front of a C-style comment end. | |
27 | |
27020
a7feebdd964d
(command-line-1): Make mode line mouse-sensitive for
Eli Zaretskii <eliz@gnu.org>
parents:
27016
diff
changeset
|
28 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il> |
a7feebdd964d
(command-line-1): Make mode line mouse-sensitive for
Eli Zaretskii <eliz@gnu.org>
parents:
27016
diff
changeset
|
29 |
a7feebdd964d
(command-line-1): Make mode line mouse-sensitive for
Eli Zaretskii <eliz@gnu.org>
parents:
27016
diff
changeset
|
30 * startup.el (command-line-1): Make mode line mouse-sensitive for |
a7feebdd964d
(command-line-1): Make mode line mouse-sensitive for
Eli Zaretskii <eliz@gnu.org>
parents:
27016
diff
changeset
|
31 the MS-DOS version as well. |
a7feebdd964d
(command-line-1): Make mode line mouse-sensitive for
Eli Zaretskii <eliz@gnu.org>
parents:
27016
diff
changeset
|
32 |
27016 | 33 1999-12-28 Gerd Moellmann <gerd@gnu.org> |
34 | |
35 * bs.el: New file. | |
36 | |
27010
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
37 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
38 |
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
39 * textmodes/ispell.el (ispell-process-line): |
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
40 Add local var line-offset to adjust for the change |
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
41 in positions within the line, due to previous replacements. |
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
42 |
27008
42410fba715f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27004
diff
changeset
|
43 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
42410fba715f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27004
diff
changeset
|
44 |
42410fba715f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27004
diff
changeset
|
45 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region): |
42410fba715f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27004
diff
changeset
|
46 Doc fixes. |
42410fba715f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27004
diff
changeset
|
47 |
27004 | 48 1999-12-27 Gerd Moellmann <gerd@gnu.org> |
49 | |
50 * add-log.el (change-log-version-number-regexp-list) | |
51 (change-log-version-info-enabled): Change :version to 21.1. | |
52 (toplevel): Require CL when compiling. | |
53 | |
54 1999-12-27 Jari Aalto <jari.aalto@poboxes.com> | |
55 | |
56 * add-log.el (change-log-version-number-regexp-list): Added tag | |
57 :version 20.6 | |
58 (change-log-version-info-enabled): Added tag :version 20.6 | |
59 | |
60 1999-12-27 Jari Aalto <jari.aalto@poboxes.com> | |
61 | |
62 * add-log.el: More general version number search with | |
63 user-configurable regexp list. | |
64 (change-log-version-number-regexp-list): New user variable. | |
65 (change-log-find-version): Rewritten. Use user-configurable | |
66 version numbering regexp list | |
67 change-log-version-number-regexp-list. | |
68 (change-log-find-version): Renamed to | |
69 change-log-version-number-search | |
70 (add-log-file-name-function): New. | |
71 (change-log-search-vc-number): Added END paramaeter. Added doc | |
72 string to function. | |
73 (change-log-version-rcs): Renamed. Was | |
74 change-log-search-vc-number. | |
75 | |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
76 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
77 |
27026
73a296c0e1ce
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27025
diff
changeset
|
78 * progmodes/compile.el (compilation-goto-locus): Delete hideshow |
73a296c0e1ce
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27025
diff
changeset
|
79 overlays if they interfere. |
73a296c0e1ce
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27025
diff
changeset
|
80 (compilation-find-file): Make intangible overlays tangible. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
81 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
82 * progmodes/hideshow.el: Generally, synch w/ maintainer |
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
83 version 5.9. |
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
84 |
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
85 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
86 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
87 (hs-minor-mode-hook): Don't initialize. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
88 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
89 (hs-special-modes-alist): Rewrite value and docstring. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
90 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
91 (hs-minor-mode-prefix): Delete unused var. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
92 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
93 (hs-block-start-mdata-select): New var, buffer local. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
94 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
95 (hs-headline): New var. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
96 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
97 (hs-match-data, hs-forward-sexp): New funcs. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
98 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
99 (hs-hide-comment-region): New func. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
100 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
101 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point, |
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
102 hs-safety-is-job-n, hs-hide-initial-comment-block, |
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
103 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning, |
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
104 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p, |
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
105 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all, |
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
106 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level, |
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
107 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
108 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
109 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'. |
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
110 (hs-isearch-show-temporary): New funcs. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
111 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
112 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
113 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
114 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
115 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
116 When constructing menu, use `[(shift button2)]' notation. |
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
117 |
26988
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
118 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
119 |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
120 * jka-compr.el (jka-compr-info-file-magic-bytes): New function. |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
121 (jka-compr-compression-info-list): Add new elt to each vector. |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
122 (jka-compr-write-region): Don't compress the data if it is |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
123 already compressed. |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
124 |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
125 * jka-compr.el (jka-compr-really-do-compress): New variable. |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
126 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
127 if visiting. |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
128 (jka-compr-write-region): Set jka-compr-really-do-compress |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
129 if visiting. Test it when deciding to compress. |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
130 |
26971 | 131 1999-12-22 Gerd Moellmann <gerd@gnu.org> |
132 | |
133 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell | |
134 with third argument t. | |
135 | |
26966 | 136 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com> |
137 | |
138 * antlr-mode.el: Version 1.2 is released. | |
139 (antlr): This package has a web page. | |
140 | |
141 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com> | |
142 | |
143 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting | |
144 regions. Suggested by Dale Davis <Dale_Davis@securify.com>. | |
145 (antlr-mode-map): New binding [C-c C-c]. | |
146 (antlr-mode-menu): New entries. | |
147 | |
148 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com> | |
149 | |
150 * antlr-mode.el: Respect Emacs conventions. | |
151 ((require 'cl)): Only use during compilation. | |
152 (antlr-language-for-option): New function to avoid using `find'. | |
153 (antlr-mode): Use it. | |
154 (antlr-with-syntax-table): Define new instead using XEmacs' one. | |
155 (antlr-imenu-create-index-function): Change accordingly. | |
156 (antlr-inside-rule-p): Ditto. | |
157 (antlr-end-of-rule): Ditto. | |
158 (antlr-end-of-body): Ditto. | |
159 (antlr-beginning-of-rule): Ditto. | |
160 (antlr-indent-line): Ditto. | |
161 | |
162 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com> | |
163 | |
164 * antlr-mode.el: Really use `antlr-tab-offset-alist'. | |
165 (antlr-set-tabs): Don't use hard-coded values. | |
166 | |
167 * antlr-mode.el: Minor navigation changes. Not perfect, but this | |
168 won't be possible without a huge time penalty. | |
169 (antlr-skip-exception-part): Be more specific. | |
170 (antlr-skip-file-prelude): Don't skip action prelude of next rule. | |
171 Renamed from `antlr-skip-grammar-header'. | |
172 (antlr-next-rule): Change accordingly. | |
173 (antlr-end-of-body): Ditto. Better error message. | |
174 (antlr-beginning-of-body): Better error message. | |
175 (antlr-imenu-create-index-function): Skip rule action prelude. | |
176 | |
177 * antlr-mode.el: Minor syntax highlighting changes. | |
178 (antlr-font-lock-default-face): Deletia. | |
179 (antlr-font-lock-tokendef-face): Changed color. | |
180 (antlr-font-lock-tokenref-face): Changed color. | |
181 (antlr-font-lock-literal-face): Changed color. | |
182 (antlr-font-lock-additional-keywords): Minor changes. | |
183 | |
26963 | 184 1999-12-21 Gerd Moellmann <gerd@gnu.org> |
185 | |
186 * progmodes/cwarn.el: New file. | |
187 | |
26952 | 188 1999-12-19 Gerd Moellmann <gerd@gnu.org> |
189 | |
190 * bindings.el (completion-ignored-extensions): Add .pdf. | |
191 | |
26950
903a19771606
Put the version info into binary on MS-DOS as well.
Eli Zaretskii <eliz@gnu.org>
parents:
26949
diff
changeset
|
192 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il> |
903a19771606
Put the version info into binary on MS-DOS as well.
Eli Zaretskii <eliz@gnu.org>
parents:
26949
diff
changeset
|
193 |
903a19771606
Put the version info into binary on MS-DOS as well.
Eli Zaretskii <eliz@gnu.org>
parents:
26949
diff
changeset
|
194 * version.el: Put the version info into binary on MS-DOS as well. |
903a19771606
Put the version info into binary on MS-DOS as well.
Eli Zaretskii <eliz@gnu.org>
parents:
26949
diff
changeset
|
195 |
26949 | 196 1999-12-19 Gerd Moellmann <gerd@gnu.org> |
197 | |
198 * emacs-lisp/debug.el (debugger-continue): Don't continue if | |
199 debugger-may-continue is nil. | |
200 | |
26942 | 201 1999-12-18 Dave Love <fx@gnu.org> |
202 | |
26943 | 203 * emacs-lisp/cl-macs.el: Remove conditional definition of |
204 eval-when-compile. Don't specify abs, expt, gethash, | |
205 hash-table-count, hash-table-p as side-effect-free here. | |
26942 | 206 (cl-emacs-type): Don't declare. |
207 (cl-compile-time-init): Remove Emacs 18 compiler patch. | |
208 (cl-parse-loop-clause): Remove compatibility code. | |
209 | |
26943 | 210 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'. |
26942 | 211 (side-effect-free-fns): Add gethash, hash-table-count. |
212 (side-effect-and-error-free-fns): Add hash-table-p. | |
213 | |
26943 | 214 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend |
215 `cl-' to autoload names for some hash functions. Don't autoload | |
26942 | 216 eval-when-compile. Don't provide mini-cl. |
217 (cl-emacs-type): Remove. | |
218 (cl-map-extents): Remove compatibility code. | |
219 | |
220 * float.el: Bind free variables. | |
221 | |
222 * bytecomp.el (byte-compile-constp): Include keywords. | |
223 | |
26930 | 224 1999-12-16 Gerd Moellmann <gerd@gnu.org> |
225 | |
226 * bindings.el (completion-ignored-extensions): Add .tfm. | |
227 | |
26923 | 228 1999-12-16 Dave Love <fx@gnu.org> |
229 | |
26929 | 230 * faces.el (set-face-attribute): Purecopy the attributes set. |
231 | |
232 * custom.el (custom-declare-variable): Purecopy value. | |
233 | |
26943 | 234 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix. |
26923 | 235 (byte-extrude-byte-code-vectors): Use remprop. |
236 (byte-compile-lambda): Check that arg is a lambda. | |
237 | |
26921 | 238 1999-11-16 Anders Lindgren <AndersL@andersl.com> |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
239 |
26921 | 240 * font-lock.el: System for adding and removing keywords. |
241 Both local (previously added keyword) and global keywords | |
242 can be removed. | |
243 (font-lock-remove-keywords): New user-level function. | |
244 (font-lock-update-removed-keyword-alist): New internal function. | |
245 (font-lock-removed-keywords-alist): New variable. | |
246 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'. | |
247 Empty `font-lock-keywords-alist' when `append' is `set' to avoid | |
248 growing datastructures. | |
249 (font-lock-set-defaults): Removes keywords stored in | |
250 `font-lock-removed-keywords-alist' after local keywords added. | |
251 | |
252 1999-12-16 Anders Lindgren <andersl@andersl.com> | |
253 | |
254 * font-lock.el (c-keywords, c++-keywords): Better "case" support for | |
255 complex constant expressions, e.g. "case 1<<A_BIT_NO:". | |
256 | |
257 * font-lock.el (c-keywords): Only highlight preprocessor | |
258 directives when spelled correctly. | |
259 | |
260 * font-lock.el (font-lock-match-c++-structor-declaration, | |
261 c++-keywords): Fontify constructors and destructors with function | |
262 face inside C++ class declarations. | |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
263 |
26916 | 264 1999-12-16 Gerd Moellmann <gerd@gnu.org> |
265 | |
26919 | 266 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use |
267 the shell from sh-shell-file. | |
268 | |
26916 | 269 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1. |
270 | |
26914
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
271 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il> |
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
272 |
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
273 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message |
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
274 if one of the files specified cannot be accessed by |
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
275 file-attributes. Do not strip any leading directories from the |
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
276 file names, to behave more like `ls' does. |
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
277 |
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
278 * dired.el (dired-get-filename): Handle absolute file names. |
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
279 (dired-readin-insert): If argument is a cons, don't print |
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
280 "wildcard" on the ``total'' line. |
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
281 |
26902
264b83a3a688
Changes for separate unspecified foreground and background colors
Eli Zaretskii <eliz@gnu.org>
parents:
26899
diff
changeset
|
282 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il> |
264b83a3a688
Changes for separate unspecified foreground and background colors
Eli Zaretskii <eliz@gnu.org>
parents:
26899
diff
changeset
|
283 |
264b83a3a688
Changes for separate unspecified foreground and background colors
Eli Zaretskii <eliz@gnu.org>
parents:
26899
diff
changeset
|
284 * faces.el (face-read-integer, read-face-attribute) |
264b83a3a688
Changes for separate unspecified foreground and background colors
Eli Zaretskii <eliz@gnu.org>
parents:
26899
diff
changeset
|
285 (color-defined-p, color-values): Allow color values unspecified-fg |
264b83a3a688
Changes for separate unspecified foreground and background colors
Eli Zaretskii <eliz@gnu.org>
parents:
26899
diff
changeset
|
286 and unspecified-bg, handle them as unspecified. |
264b83a3a688
Changes for separate unspecified foreground and background colors
Eli Zaretskii <eliz@gnu.org>
parents:
26899
diff
changeset
|
287 |
26899 | 288 1999-12-15 Kenichi Handa <handa@etl.go.jp> |
289 | |
290 The following changes are for the new composition mechanism. We | |
291 have deleted `composition' charset and composite characters, | |
292 instead introduced a special text property `composition'. | |
293 | |
294 * composite.el: New file. | |
295 | |
296 * ps-mule.el: Define encode-composition-rule and find-composition | |
297 for Emacs 20.4 and the earlier versions. | |
298 (ps-mule-init-external-library): Just require a feature for | |
299 external libraries. | |
300 (ps-mule-prologue): Postscript code modified for new composition. | |
301 (ps-mule-find-wrappoint): New arg COMPOSITION. | |
302 (ps-mule-plot-string): Delete code for composite characaters. | |
303 (ps-mule-plot-composition): New funcion. | |
304 (ps-mule-prepare-font-for-components): New function. | |
305 (ps-mule-plot-components): New function. | |
306 (ps-mule-composition-prologue-generated): Renamed from | |
307 ps-mule-cmpchar-prologue-generated. | |
308 (ps-mule-composition-prologue): New named from | |
309 ps-mule-cmpchar-prologue. Modified for new composition. | |
310 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar, | |
311 ps-mule-prepare-cmpchar-font): Deleted. | |
312 (ps-mule-string-encoding): New arg NO-SETFONT. | |
313 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon, | |
314 check Composing, not Cmpchar | |
315 (ps-mule-initialize): Set ps-mule-composition-prologue-generated | |
316 to nil. | |
317 (ps-mule-begin-job): Check existence of new composition. | |
318 | |
319 * ps-print.el (ps-plot-region): Handle new composition. | |
320 | |
321 * simple.el (what-cursor-position): Show "(composed)" if the | |
322 character is composed. | |
323 | |
324 * international/characters.el: Fix cateogries of Lao symbols. | |
325 | |
326 * international/fontset.el (vertical-centering-font-regexp): New | |
327 variable. | |
328 | |
329 * international/mule.el (mule-version): Updated to 5.0 (AOI). | |
330 (mule-version-date): Updated to 1999.12.7. | |
331 (with-category-table): New macro. | |
332 | |
333 * international/mule-cmds.el (encode-coding-char): Don't check | |
334 composite character. | |
335 | |
336 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2 | |
337 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2, | |
338 x-ctext): Give `composition' property t. | |
339 | |
340 * international/mule-util.el (set-nested-alist): Set BRANCHES (if | |
341 non-nil) at the tail of ALIST. | |
342 (compose-region, decompose-region, decompse-string, | |
343 reference-point-alist, compose-chars): Moved to composite.el. | |
344 (compose-chars-component, compose-chars-rule, | |
345 decompose-composite-char): Deleted. | |
346 | |
347 * international/quail.el (quail-install-map): New optional arg | |
348 NAME. | |
349 (quail-get-translation): If DEF is a symbol but not a function, | |
350 ignore it. | |
351 (quail-start-translation): Put a key sequence undefined in the | |
352 translation keymap in unread-command-events, not generated-events. | |
353 Return parameterized event (compose-last-chars N) if the input | |
354 characters should be composed. | |
355 (quail-map-definition): If DEF is t, treat it as nil. | |
356 (quail-delete-last-char): Delete the quail region. | |
357 (quail-show-translations): Don't show list of translations if the | |
358 quail package is deterministic. | |
359 (quail-completion-max-depth): New variable. | |
360 (quail-completion-1): Pay attention to the above variable. Fix | |
361 for the case that a translation is a function. | |
362 (quail-map-from-table, quail-map-from-table-1, | |
363 quail-map-from-table-2): New functions. | |
364 (quail-lookup-map-and-concat): New function | |
365 | |
366 * language/devan-util.el: Mostly rewritten. | |
367 | |
368 * language/lao.el: Register lao-composition-function in | |
369 composition-function-table. | |
370 | |
371 * language/lao-util.el: Mostly rewritten. | |
372 | |
373 * language/thai.el: Register thai-composition-function in | |
374 composition-function-table. | |
375 (thai-tis620): Delete `pre-write-conversion' property. | |
376 | |
377 * language/thai-util.el: (thai-category-table): Make it by | |
378 make-category-table. | |
379 (thai-composition-pattern): New variable. | |
380 (thai-compose-region, thai-compose-string): Use | |
381 with-category-table. | |
382 (thai-post-read-conversion): Just call thai-compose-region. | |
383 (thai-pre-write-conversion): Deleted. | |
384 (thai-composition-function): New funciton. | |
385 | |
386 * language/tibet-util.el: Most functions rewritten. | |
387 (tibetan-char-p): Renamed from tibetan-char-examin. | |
388 (tibetan-composable-examin) (tibetan-complete-char-examin) | |
389 (tibetan-vertical-stacking) (tibetan-composition): Deleted. | |
390 (tibetan-add-components): New function. | |
391 (tibetan-composition-function): New function. | |
392 | |
393 * language/tibetan.el: Register tibetan-composition-function in | |
394 composition-function-table. | |
395 (tibetan-composable-pattern): New variable. | |
396 (tibetan-subjoined-transcription-alist): Change key "R" to "+R". | |
397 (tibetan-precomposition-rule-alist): Move punctuations to | |
398 tibetan-punctuation-transcription-alist and | |
399 tibetan-obsolete-glyphs. | |
400 (tibetan-punctuation-transcription-alist): New variable. | |
401 (tibetan-obsolete-glyphs): New variable. | |
402 (tibetan-regexp): Improve the initialization code. | |
403 | |
404 * textmodes/fill.el (fill-find-break-point): Delete codes for | |
405 composite characters. | |
406 (fill-region-as-paragraph): Likewise. | |
407 | |
26830 | 408 1999-12-14 Gerd Moellmann <gerd@gnu.org> |
409 | |
26833 | 410 * international/mule-cmds.el (default-input-method): Specify |
411 that it should be set after current-language-environment. | |
412 | |
413 * custom.el (custom-handle-keyword): Add :set-after. | |
414 (custom-add-dependencies): New function. | |
415 (custom-set-variables): Take dependencies between args into | |
416 account. | |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
417 |
26830 | 418 * battery.el (battery): Doc fix. |
419 | |
26821 | 420 1999-12-12 Gerd Moellmann <gerd@gnu.org> |
421 | |
422 * progmodes/cc-make.el: Removed. | |
423 | |
26818 | 424 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> |
425 | |
426 * Release of cc-mode 5.26 | |
427 | |
428 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
429 | |
430 * cc-cmds.el (c-forward-conditional): Handle an arbitrary | |
431 target depth. Optionally count #else lines as clause limits, | |
432 as suggested by don provan <provan@lucent.com>. #elif | |
433 handling fixed. | |
434 | |
435 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional) | |
436 (c-down-conditional-with-else): New commands that uses the | |
437 added functionality in `c-forward-conditional'. | |
438 | |
439 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
440 | |
441 * cc-align.el (c-lineup-comment): Preserve the alignment with | |
442 a comment on the previous line instead of preserving the | |
443 comment-column. | |
444 | |
445 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
446 | |
447 * Fixes to IDL mode after input from Eric Eide | |
448 <eeide@cs.utah.edu>: | |
449 * cc-engine.el (c-beginning-of-statement-1): Allow | |
450 `c-conditional-key' to be nil, for the benefit of IDL mode. | |
451 * cc-engine.el (c-guess-basic-syntax): Ditto. | |
452 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class' | |
453 but do match CORBA 2.3 `valuetype'. | |
454 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil | |
455 for IDL. | |
456 * cc-langs.el (c-IDL-conditional-key): New defconst. Should | |
457 be nil for IDL. | |
458 * cc-langs.el (c-IDL-comment-start-regexp): New defconst. | |
459 Like C++. | |
460 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also, | |
461 set `c-method-key' and `c-baseclass-key' to nil. | |
462 | |
463 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
464 | |
465 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes | |
466 with nonhanging open braces. | |
467 | |
468 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
469 | |
470 * cc-align.el: Added docstrings to all lineup functions. | |
471 | |
472 * cc-align.el (c-lineup-java-throws): Handle a hanging throws | |
473 keyword. | |
474 | |
475 * cc-align.el (c-lineup-C-comments): Handle free form text | |
476 comments. Use c-comment-prefix-regexp and comment-start-skip | |
477 instead of hardcoded regexps. | |
478 | |
479 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
480 | |
481 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob | |
482 behavior and return value as documented. | |
483 | |
484 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
485 | |
486 * Changes for new style variable init system: | |
487 * cc-langs.el (c-common-init): Dito. | |
488 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's | |
489 now customizable. | |
490 * cc-vars.el: Style variables may now take a value | |
491 'set-from-style to make them take their value from the style | |
492 system. This value is now the default on all these variables. | |
493 * cc-vars.el (c-valid-offset): New function to verify a | |
494 syntactic symbol offset setting. | |
495 * cc-vars.el (c-offsets-alist): Variable moved from | |
496 cc-styles.el since it's now customizable in a similar way to | |
497 the other style variables. | |
498 * cc-vars.el (c-old-style-variable-behavior): New variable to | |
499 revert to the old style init behavior. | |
500 | |
501 * cc-vars.el (c-file-style, c-file-offsets): Made always | |
502 buffer local. | |
503 | |
504 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match | |
505 the throws clause that might follow the function prototype in | |
506 C++. | |
507 | |
508 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
509 | |
510 * cc-defs.el (c-beginning-of-macro): Fixed bug where point | |
511 could move forward for macros that doesn't start in column 0. | |
512 | |
513 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
514 | |
515 * cc-align.el (c-indent-multi-line-block, | |
516 c-lineup-whitesmith-in-block): Two new lineup functions for | |
517 use in whitesmith style. | |
518 | |
519 * cc-styles.el (c-style-alist): More fixes to whitesmith | |
520 style. It should now handle all different braces uniformly in | |
521 both hanging and non-hanging cases. | |
522 | |
523 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
524 | |
525 * cc-cmds.el (c-indent-exp): Use a marker to save point to | |
526 make it stay in the same position relative to the surrounding | |
527 text. | |
528 | |
529 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix | |
530 when adaptive-fill-mode doesn't manage to get it correct. | |
531 | |
532 * cc-menus.el (cc-imenu-java-generic-expression): Handle types | |
533 with dotted notation, e.g. foo.bar.Gnu. | |
534 | |
535 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls | |
536 within unwind-protect (previously only some were wrapped so it | |
537 would be possible to register mode initialization when full | |
538 initialization did not finish). | |
539 | |
540 * cc-styles.el (c-style-alist): Corrected the brace placement | |
541 in the whitesmith style. Thanks to Sean Luke | |
542 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith | |
543 styles with consistent brace placement for all constructs. | |
544 | |
545 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
546 | |
547 * cc-cmds.el (c-context-line-break): Continue C++ comments too | |
548 when point is in the middle of them. | |
549 | |
550 * cc-cmds.el: Line breaking and paragraph filling code | |
551 rewritten: | |
552 (c-guess-fill-prefix): New function that uses various | |
553 heuristics to guess the comment prefix. | |
554 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'. | |
555 It now assumes adaptive filling is active to preserve the line | |
556 prefix inside comments. | |
557 (c-indent-new-comment-line): Replacement for the now | |
558 obsolete `c-comment-line-break-function' that uses | |
559 `c-guess-fill-prefix' when appropriate. It now observes the | |
560 setting of `comment-multi-line', which has effect in C-style | |
561 block comments. | |
562 | |
563 * cc-cmds.el (c-context-line-break): New function intended to | |
564 be put on RET. It's essentially `newline-and-indent', but | |
565 continues C block comments with the appropriate line prefix. | |
566 | |
567 * cc-cmds.el (c-do-auto-fill): New function put on | |
568 `normal-auto-fill-function' to implement the | |
569 `c-ignore-auto-fill' variable. | |
570 | |
571 * cc-cmds.el (c-beginning-of-statement): Use | |
572 `c-comment-prefix-regexp' to avoid ending up inside the | |
573 comment prefix. Better handling of comment starters and | |
574 enders. Catch comments better when traversing code. Stop at | |
575 preprocessor directives. | |
576 | |
577 * cc-defs.el (c-forward-comment): New subst to hide platform | |
578 dependent quirks in `forward-comment'. | |
579 | |
580 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER | |
581 argument. | |
582 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER | |
583 arguments. Activate this function by default when | |
584 `parse-partial-sexp' supports it (currently Emacs 20.x). | |
585 | |
586 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax | |
587 on the comment opener to make constants usable as lineup | |
588 arguments. | |
589 | |
590 * cc-align.el (c-lineup-C-comments): Fixes to handle the | |
591 changed anchor position in the `c' syntactic symbol. Handle | |
592 more than stars in the comment prefix; use the new variable | |
593 `c-comment-prefix-regexp'. Don't indent text not preceded by | |
594 a comment prefix to the right of the comment opener if it's | |
595 long. | |
596 | |
597 * cc-langs.el: Fixes to mode initialization for new line | |
598 breaking and paragraph filling method. Adaptive fill mode is | |
599 now activated at startup instead of deactivated. The | |
600 variables used for adaptive filling and paragraph movement are | |
601 also changed to incorporate the value of | |
602 `c-comment-prefix-regexp'. `substitute-key-definition' is | |
603 used to override some functions in the global map instead of | |
604 overriding their default bindings. | |
605 | |
606 * cc-mode.el (java-mode): Modify `paragraph-start' for the | |
607 javadoc markup at mode init. | |
608 | |
609 * cc-mode.el (c-setup-filladapt): A new convenience function | |
610 to configure Kyle E. Jones' Filladapt mode for CC Mode. This | |
611 function is intended to be used explicitly by the end user | |
612 only. | |
613 | |
614 * cc-vars.el (c-comment-prefix-regexp): New variable used to | |
615 recognize the comment fill prefix inside comments. | |
616 (c-block-comment-prefix): New name for | |
617 `c-comment-contiuation-stars', which is now obsolete. It's | |
618 generalized to handle any character sequence. | |
619 (c-ignore-auto-fill): New variable used to selectively disable | |
620 Auto Fill mode in specific contexts. | |
621 | |
622 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
623 | |
624 * cc-cmds.el (c-comment-indent): Leave at least one space | |
625 between the comment and the last nonblank character in the | |
626 case where we look at the indentation of the comment on the | |
627 previous line (case 4). | |
628 | |
629 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the | |
630 list of characters that may start a statement (it's a sort of | |
631 prefix operator in Pike, and isn't used at all in any of the | |
632 other languages). | |
633 | |
634 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
635 | |
636 * cc-engine.el (c-guess-basic-syntax): Report brace list opens | |
637 inside continued statements as statement-cont instead of | |
638 brace-list-open. The reason is that one normally adjusts | |
639 brace-list-open for brace lists as top-level constructs, and | |
640 brace lists inside statements is a completely different | |
641 context. Case 10B.2 changed. Also changed (the somewhat | |
642 esoteric) case 9A to cope with this. | |
643 | |
644 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
645 | |
646 * cc-cmds.el (c-electric-brace): Added electric handling of | |
647 the open brace for brace-elseif-brace. | |
648 | |
649 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
650 | |
651 * cc-defs.el (c-with-syntax-table): New macro to easily switch | |
652 syntax tables temporarily. | |
653 | |
654 * cc-engine.el (c-guess-basic-syntax): Handle template and | |
655 member init argument lists split over several lines. Case 5D | |
656 changed. | |
657 | |
658 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag | |
659 @throws introduced in Javadoc 1.2. | |
660 | |
661 * cc-menus.el (cc-imenu-java-generic-expression): Applied | |
662 patch from RMS to avoid infinite backtracking. | |
663 | |
664 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
665 | |
666 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded | |
667 by [ ]. | |
668 | |
669 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
670 | |
671 * cc-align.el (c-lineup-dont-change): Compensate properly for | |
672 the column in langelem. | |
673 | |
674 * cc-engine.el (c-syntactic-information-on-region): New | |
675 function to help debugging the syntactic analysis. | |
676 | |
677 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
678 | |
679 * cc-align.el (c-lineup-template-args): Handle nested template | |
680 arglists. | |
681 | |
682 * cc-langs.el (c++-template-syntax-table): New syntax table | |
683 that makes `<' and `>' parenthesis characters, which is useful | |
684 to switch to temporarily when analyzing template arglists. | |
685 | |
686 * cc-styles.el: Changed default alignment of labels in the | |
687 java style to conform to the examples in the Java Language | |
688 Specification. | |
689 | |
690 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args' | |
691 by default. | |
692 | |
693 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
694 | |
695 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma | |
696 immediately before the closing paren in an arglist, so don't | |
697 check that in Pike mode. Case 7A changed. | |
698 | |
699 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
700 | |
701 * cc-cmds.el (c-indent-region): Fixed bug where comment-only | |
702 lines were ignored under certain conditions. | |
703 | |
704 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
705 | |
706 * cc-align.el (c-lineup-template-args): New function for | |
707 aligning continued template argument lists. | |
708 | |
709 * cc-engine.el (c-guess-basic-syntax): Fix for member init | |
710 lists containing function arglists split over several lines. | |
711 Case 5D.1 changed. | |
712 | |
713 * cc-engine.el (c-guess-basic-syntax): Fixed bug where | |
714 template-args-cont didn't get recognized when the first | |
715 arglist opener line doesn't contain a template argument. New | |
716 case 5K. | |
717 | |
718 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
719 | |
720 * cc-defs.el (c-point): Changed from subst to macro for | |
721 efficiency. | |
722 (c-beginning-of-defun-1, c-end-of-defun-1): New | |
723 beginning-of-defun/end-of-defun wrappers separated from | |
724 c-point. | |
725 | |
726 * cc-menus.el (imenu-generic-expression, | |
727 imenu-case-fold-search, imenu-progress-message): Dummy | |
728 definitions to avoid compiler warnings if imenu can't be | |
729 loaded. | |
730 * cc-menus.el (cc-imenu-init): New function called at mode | |
731 init. | |
732 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved | |
733 imenu initializations to cc-imenu-init. | |
734 | |
735 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
736 | |
737 * cc-engine.el (c-guess-basic-syntax): Slightly better check | |
738 for lambda-intro-cont in Pike mode. Case 6 changed. | |
739 | |
740 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where | |
741 anything following "new Foo()" was considered an anonymous | |
742 class body in Java mode. | |
743 | |
744 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org> | |
745 | |
746 * cc-cmds.el (c-comment-line-break-function): When breaking in | |
747 a string, don't insert a new line. | |
748 | |
749 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org> | |
750 | |
751 * cc-engine.el (c-at-toplevel-p): New interface function which | |
752 returns information useful to add-on authors. It tells you | |
753 whether you're at a toplevel statement or not. | |
754 | |
755 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org> | |
756 | |
757 * cc-cmds.el (c-comment-line-break-function): It is possible | |
758 that forward-line does not land us at the bol, say if we're on | |
759 the last line in a file. In that case, do a | |
760 back-to-indentation instead of a forward-comment -1. | |
761 | |
762 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
763 | |
764 * cc-engine.el (c-beginning-of-statement-1): Don't catch | |
765 "default:" as normal label in case 4. | |
766 | |
767 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
768 | |
769 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to | |
770 recognize continued bitfield declarations. Case 5D.1 changed. | |
771 * cc-langs.el: New variable c-bitfield-key. | |
772 * cc-mode.el: New variable c-bitfield-key. | |
773 | |
774 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
775 | |
776 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java | |
777 anonymous array expressions (i.e. "new Foo[] {.. bracelist | |
778 ..}"). | |
779 | |
26816 | 780 1999-12-12 Dave Love <fx@gnu.org> |
781 | |
26943 | 782 * mail/footnote.el: Require cl when compiling. Don't autoload |
783 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays. | |
26816 | 784 (footnote-insert-text-marker, Footnote-insert-pointer-marker): |
785 Avoid `acons'. | |
786 (footnote-mode-line-string, Footnote-add-footnote): Remove | |
787 autoload cookie. | |
788 | |
26814 | 789 1999-12-12 Richard Sharman <rsharman@pobox.com> |
790 | |
791 * sh-script.el: Fix for when font-lock mode is active. | |
792 (sh-font-lock-unfontify-region-function): New function. | |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
793 |
26812
7afb74b5999e
(menu-bar-edit-menu): Define the Spell submenu even
Eli Zaretskii <eliz@gnu.org>
parents:
26811
diff
changeset
|
794 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il> |
7afb74b5999e
(menu-bar-edit-menu): Define the Spell submenu even
Eli Zaretskii <eliz@gnu.org>
parents:
26811
diff
changeset
|
795 |
7afb74b5999e
(menu-bar-edit-menu): Define the Spell submenu even
Eli Zaretskii <eliz@gnu.org>
parents:
26811
diff
changeset
|
796 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even |
7afb74b5999e
(menu-bar-edit-menu): Define the Spell submenu even
Eli Zaretskii <eliz@gnu.org>
parents:
26811
diff
changeset
|
797 if start-process is not bound, since Ispell now supports such |
7afb74b5999e
(menu-bar-edit-menu): Define the Spell submenu even
Eli Zaretskii <eliz@gnu.org>
parents:
26811
diff
changeset
|
798 platforms as well. |
7afb74b5999e
(menu-bar-edit-menu): Define the Spell submenu even
Eli Zaretskii <eliz@gnu.org>
parents:
26811
diff
changeset
|
799 |
26811 | 800 1999-12-12 Gerd Moellmann <gerd@gnu.org> |
801 | |
802 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to | |
803 rmail-summary-goto-msg. | |
804 | |
805 * files.el (after-find-file): Fix previous change. | |
806 | |
807 1999-12-11 Dave Love <fx@gnu.org> | |
808 | |
809 * help.el (where-is): Use `commandp' as predicate for | |
26806 | 810 `completing-read' |
811 | |
26804
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
812 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
813 |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
814 * cus-edit.el (custom-save-delete): Delete all occurrences, |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
815 leave point where the first occurrence was. |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
816 (custom-save-faces): Insert a newline at the end of the comment. |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
817 Avoid a double newline there. |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
818 If final closeparen is at bol, put a space before it. |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
819 (custom-save-variables): Likewise. |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
820 (custom-file): Doc fix. |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
821 |
26799 | 822 1999-12-10 Gerd Moellmann <gerd@gnu.org> |
823 | |
824 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of | |
825 regexp matching image and audio files. | |
826 | |
26785 | 827 1999-12-09 Dave Love <fx@gnu.org> |
828 | |
829 * mail/footnote.el: New file. | |
830 | |
26780 | 831 1999-12-09 Gerd Moellmann <gerd@gnu.org> |
832 | |
833 * files.el (after-find-file): Use auto-save-visited-file-name if | |
834 set. | |
835 | |
836 * mail/feedmail.el (feedmail-find-eoh): Take | |
837 feedmail-queue-alternative-mail-header-separator into account. | |
838 | |
26777
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
839 1999-12-09 Stefan Monnier <monnier@cs.yale.edu> |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
840 |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
841 * smerge-mode.el: New file. |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
842 |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
843 * font-lock.el (font-lock-multiline): New variable. |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
844 (font-lock-add-keywords): Rename `major-mode' into `mode'. |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
845 (font-lock-remove-keywords): Added a dummy `mode' argument for |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
846 potential future support. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
847 (font-lock-fontify-anchored-keywords, |
26777
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
848 (font-lock-fontify-keywords-region): Only handle multiline strings |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
849 if necessary (avoids a pathological behavior in (f.ex) diff-mode). |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
850 |
26772
409c955897d7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26760
diff
changeset
|
851 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
409c955897d7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26760
diff
changeset
|
852 |
26774
57be3cdaebfb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26772
diff
changeset
|
853 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f. |
57be3cdaebfb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26772
diff
changeset
|
854 |
26772
409c955897d7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26760
diff
changeset
|
855 * dired-aux.el (dired-insert-subdir): Add autoload cookie. |
409c955897d7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26760
diff
changeset
|
856 |
26760 | 857 1999-12-07 Dave Love <fx@gnu.org> |
858 | |
859 * help.el (view-emacs-problems): New command, bound to C-h P. | |
860 | |
861 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems. | |
862 | |
26744
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
863 1999-12-07 Stefan Monnier <monnier@cs.yale.edu> |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
864 |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
865 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change. |
26748
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
866 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map): |
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
867 New code to support the minor mode version. |
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
868 (diff-recenter): New function. |
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
869 (diff-next-hunk, diff-next-file): Use it. |
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
870 (diff-remembered-files-alist): New var. |
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
871 (diff-merge-strings): New function. |
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
872 (diff-find-file-name): Make it smarter and use the user's input more. |
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
873 (diff-mode): Cosmetic changes. |
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
874 |
26744
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
875 * files.el (save-some-buffers): Turn EXITING into the more general |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
876 PRED argument to allow specifying a subset of buffers. |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
877 |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
878 * simple.el (kill-region): Use the new `delete-and-extract-region' |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
879 rather than the undo log (which is incorrect with *-change-functions). |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
880 |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
881 * font-lock.el (font-lock-default-fontify-region): Fix subtle |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
882 off-by-one problem that could force re-fontifying the whole buffer. |
26747
a65919d40cd0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26744
diff
changeset
|
883 (font-lock-remove-keywords): New function. |
a65919d40cd0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26744
diff
changeset
|
884 (font-lock-add-keywords): Use the new function to ensure idempotence. |
26744
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
885 |
26743
2ddbff6366e9
* viper-cmd.el (viper-minibuffer-standard-hook,
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26739
diff
changeset
|
886 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu> |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
887 |
26743
2ddbff6366e9
* viper-cmd.el (viper-minibuffer-standard-hook,
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26739
diff
changeset
|
888 * viper-cmd.el (viper-minibuffer-standard-hook, |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
889 viper-minibuffer-real-start): Mew functions. |
26743
2ddbff6366e9
* viper-cmd.el (viper-minibuffer-standard-hook,
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26739
diff
changeset
|
890 (viper-read-string-with-history,viper-file-add-suffix, |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
891 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the |
26743
2ddbff6366e9
* viper-cmd.el (viper-minibuffer-standard-hook,
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26739
diff
changeset
|
892 change in the status of the minibuffer prompt. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
893 |
26739 | 894 1999-12-06 Gerd Moellmann <gerd@gnu.org> |
895 | |
896 * comint.el (comint-redirect-results-list) | |
897 (comint-redirect-results-list-from-process): Remove interactive | |
898 spec. | |
899 | |
26738
407a5a4056e8
(info-node, info-menu-5, info-xref): Define colors for Info faces if
Eli Zaretskii <eliz@gnu.org>
parents:
26736
diff
changeset
|
900 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il> |
407a5a4056e8
(info-node, info-menu-5, info-xref): Define colors for Info faces if
Eli Zaretskii <eliz@gnu.org>
parents:
26736
diff
changeset
|
901 |
407a5a4056e8
(info-node, info-menu-5, info-xref): Define colors for Info faces if
Eli Zaretskii <eliz@gnu.org>
parents:
26736
diff
changeset
|
902 * info.el (info-node, info-menu-5, info-xref): Define colors for |
407a5a4056e8
(info-node, info-menu-5, info-xref): Define colors for Info faces if
Eli Zaretskii <eliz@gnu.org>
parents:
26736
diff
changeset
|
903 Info faces if the display supports them. |
407a5a4056e8
(info-node, info-menu-5, info-xref): Define colors for Info faces if
Eli Zaretskii <eliz@gnu.org>
parents:
26736
diff
changeset
|
904 |
26736
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
905 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il> |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
906 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
907 Changes for automatic remapping of X colors on terminal frames: |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
908 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
909 * term/pc-win.el (msdos-setup-initial-frame): New function, run by |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
910 term-setup-hook. Call msdos-remember-default-colors and |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
911 msdos-handle-reverse-video. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
912 (msdos-face-setup): Parts of code moved to |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
913 msdos-setup-initial-frame. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
914 (msdos-handle-reverse-video): New function, modeled after |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
915 x-handle-reverse-video. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
916 (make-msdos-frame): Don't use initial-frame-alist and |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
917 default-frame-alist. Call msdos-handle-reverse-video. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
918 (msdos-color-aliases): Remove. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
919 (msdos-color-translate, msdos-approximate-color): Remove. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
920 (msdos-color-values): Use 16-bit RGB values. RGB values updated |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
921 for better approximation of X colors. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
922 (msdos-face-setup): Call tty-color-clear. Remove code that sets |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
923 up tty-color-alist (it is now on startup.el). |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
924 (x-display-color-p, x-color-defined-p, x-color-values, |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
925 x-defined-colors, face-color-supported-p, face-color-gray-p): |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
926 Remove. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
927 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
928 * facemenu.el (facemenu-read-color, list-colors-display): Use |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
929 defined-colors for all frame types. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
930 (facemenu-color-equal): Use color-values for all frame types. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
931 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
932 * faces.el (read-face-attribute): For :foreground and :background |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
933 attributes and frames on character terminals, translate the color |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
934 to the closest supported one before looking it up in the list of |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
935 valid values. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
936 (face-valid-attribute-values): Call defined-colors for all types |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
937 of frames. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
938 (defined-colors, color-defined-p, color-values, display-color-p): |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
939 New finctions. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
940 (x-defined-colors, x-color-defined-p, x-color-values, |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
941 x-display-color-p): Aliases for the above. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
942 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
943 * startup.el (command-line): Register terminal colors for frame |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
944 types other than x and w32, but only if the terminal supports |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
945 colors. Call tty-color-define instead of face-register-tty-color. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
946 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
947 * term/x-win.el (xw-defined-colors): Renamed from |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
948 x-defined-colors. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
949 * term/w32-win.el (xw-defined-colors): Likewise. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
950 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
951 * term/tty-colors.el: New file. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
952 * loadup.el: Load term/tty-colors. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
953 |
26733 | 954 1999-12-06 Dave Love <fx@gnu.org> |
955 | |
956 * ffap.el: Autoload the ffap alias directly. | |
957 | |
26727 | 958 1999-12-06 Inge Frick <inge@nada.kth.se> |
959 | |
960 * dired-aux.el (dired-do-shell-command): Changed documentation. | |
961 (dired-shell-stuff-it): A `?' in COMMAND has now the same | |
962 meaning as `*'. | |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
963 |
26721 | 964 1999-12-06 Gerd Moellmann <gerd@gnu.org> |
965 | |
26724 | 966 * simple.el (insert-buffer): Doc fix. |
967 | |
26721 | 968 * apropos.el (apropos-mode): Add autoload cookie. |
969 | |
970 1999-12-06 Sam Steingold <sds@goems.com> | |
971 | |
972 * progmodes/etags.el (etags-tags-completion-table): Modified the | |
973 regexp to allow for the CL symbols starting with `+*'. | |
974 (tags-completion-table): Doc fix (it's an obarray, not an alist). | |
975 (tags-completion-table, tags-recognize-empty-tags-table): Remove | |
976 `function' quoting lambda. | |
977 (tags-with-face): New macro. | |
978 (list-tags, tags-apropos): Use it. | |
979 (tags-apropos-additional-actions): New user option. | |
980 (etags-tags-apropos-additional): Use it. | |
981 (tags-apropos): Call etags-tags-apropos-additional. | |
982 (tags-apropos-verbose): New user option. | |
983 (etags-tags-apropos): Use it. | |
984 (visit-tags-table-buffer, next-file): Use `unless'. | |
985 (recognize-empty-tags-table): Renamed to | |
986 tags-recognize-empty-tags-table. | |
987 (complete-tag): Call tags-complete-tag bypassing try-completion. | |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
988 |
26717 | 989 1999-12-06 Kenichi Handa <handa@etl.go.jp> |
990 | |
991 * international/mule.el (set-buffer-file-coding-system): Docstring | |
992 modified. | |
993 | |
26712 | 994 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de> |
995 | |
996 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support | |
997 using the hideshow package. | |
998 (hs-special-modes-alist): Added entry for bibtex to allow the use | |
999 of the hideshow package. | |
1000 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is | |
1001 not longer provided by bibtex.el directly. Instead the hideshow | |
1002 package should be used. | |
1003 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete | |
1004 references to bibtex-hide-entry-bodies. | |
1005 | |
1006 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
1007 | |
1008 * textmodes/bibtex.el: Copyright notice is up to date. Moved | |
1009 maintainer information closer to the beginning of the bibtex.el | |
1010 file. | |
1011 (bibtex-maintainer-salutation): New constant. | |
1012 (bibtex-version): New constant. | |
1013 (bibtex-submit-bug-report): Use bibtex-version and | |
1014 bibtex-maintainer-salutation. | |
1015 (bibtex-entry-field-alist): Made booktitle field optional for | |
1016 @inproceedings entries when crossreferenced. | |
1017 (bibtex-entry-field-alist): Added booktitle field to proceedings | |
1018 entry type (for cross referencing). Thanks to Wagner Toledo Correa | |
1019 for the suggestion. | |
1020 (bibtex-string-file-path): Fixed typo. | |
1021 | |
1022 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl> | |
1023 | |
1024 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &' | |
1025 for reftex.el. | |
1026 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex' | |
1027 to menu. | |
1028 | |
26708 | 1029 1999-12-04 Dave Love <fx@gnu.org> |
1030 | |
1031 * delsel.el: Revert previous change -- region is significant to | |
1032 skeleton. | |
1033 | |
26702
8be2b52389a5
* viper-cmd.el (viper-change-state): Use
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26692
diff
changeset
|
1034 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu> |
8be2b52389a5
* viper-cmd.el (viper-change-state): Use
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26692
diff
changeset
|
1035 |
8be2b52389a5
* viper-cmd.el (viper-change-state): Use
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26692
diff
changeset
|
1036 * viper-cmd.el (viper-change-state): Use |
8be2b52389a5
* viper-cmd.el (viper-change-state): Use
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26692
diff
changeset
|
1037 viper-ESC-moves-cursor-back to decide whether to move the cursor |
8be2b52389a5
* viper-cmd.el (viper-change-state): Use
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26692
diff
changeset
|
1038 back. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1039 |
26692 | 1040 1999-12-03 Kenichi Handa <handa@mule.m17n.org> |
1041 | |
1042 * international/mule-util.el (truncate-string-to-width): Docsting | |
1043 fixed. | |
1044 | |
26690
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
1045 1999-12-02 Stefan Monnier <monnier@cs.yale.edu> |
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
1046 |
26692 | 1047 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious |
26690
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
1048 use of `cond'. |
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
1049 (lm-with-file): Move all the find-file...kill-buffer stuff into |
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
1050 this macro. Make it use `find-file-noselect' and make it kill |
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
1051 the buffer only if it wasn't already displayed somewhere. |
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
1052 (lm-summary, lm-authors, lm-maintainer, lm-creation-date) |
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
1053 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by) |
26692 | 1054 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file. |
26744
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
1055 (lm-commentary): Fix to handle the case when the change log is |
26690
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
1056 at the end of the file. |
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
1057 |
26689 | 1058 1999-12-02 Kenichi Handa <handa@etl.go.jp> |
1059 | |
1060 * international/mule.el (charsetp): Fix typo in docstring. | |
1061 | |
1062 * international/mule-diag.el (list-coding-categories): Fix typo; | |
1063 automatic -> autoload. | |
1064 | |
26676 | 1065 1999-12-02 Gerd Moellmann <gerd@gnu.org> |
1066 | |
26686 | 1067 * vc.el (vc-update-change-log): Look for rcs2log under |
1068 exec-directory. | |
1069 | |
26683 | 1070 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change |
1071 outline-regexp, add outline-level. | |
1072 (lisp-outline-level): New. | |
1073 | |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1074 * calendar/appt.el (appt-convert-time): Handle "12:MMam", |
26681 | 1075 remove extraneous string-match. |
1076 | |
26676 | 1077 * finder.el (finder-commentary): Activate Finder mode. |
1078 | |
26674 | 1079 1999-12-01 Anders Lindgren <andersl@andersl.com> |
1080 | |
1081 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned | |
1082 off when reverting buffers that contained mode specifiers. | |
1083 `revert-buffer' is now called with non-nil PRESERVE-MODES | |
1084 argument. | |
1085 | |
26672 | 1086 1999-12-01 Dave Love <fx@gnu.org> |
1087 | |
1088 * delsel.el: Grok skeleton-pair-insert-maybe. | |
1089 | |
26668
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
1090 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
1091 |
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
1092 * progmodes/cperl-mode.el (cperl-under-as-char): |
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
1093 Use nil as default. |
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
1094 |
26660 | 1095 1999-11-30 Gerd Moellmann <gerd@gnu.org> |
1096 | |
1097 * speedbar.el (toplevel): Remove compatibility code for Emacs | |
1098 versions without custom.el. | |
1099 | |
26658 | 1100 1999-11-30 Dave Love <fx@gnu.org> |
1101 | |
26943 | 1102 * progmodes/fortran.el (fortran-strip-sequence-nos): New command. |
26666 | 1103 |
26662 | 1104 * autoinsert.el: Minor doc fixes. |
1105 (auto-insert): Return nil. | |
1106 | |
26658 | 1107 * faces.el (set-face-documentation): Purecopy STRING. |
1108 | |
26654 | 1109 1999-11-29 Dave Love <fx@gnu.org> |
1110 | |
26656 | 1111 * derived.el: Doc fixes, remove old backquote syntax. |
1112 | |
26654 | 1113 * cus-edit.el (custom-save-variables, custom-save-faces): Write a |
1114 comment warning about editing. | |
1115 | |
26651 | 1116 * help.el (help-mode-hook): Define. |
1117 | |
26649 | 1118 1999-11-29 Gerd Moellmann <gerd@gnu.org> |
1119 | |
1120 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct | |
1121 invalid translation of old-style backquote syntax to new syntax. | |
1122 | |
26636
36564a827d06
Makefile (DONTCOMPILE): Add term/internal.el
Eli Zaretskii <eliz@gnu.org>
parents:
26628
diff
changeset
|
1123 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il> |
36564a827d06
Makefile (DONTCOMPILE): Add term/internal.el
Eli Zaretskii <eliz@gnu.org>
parents:
26628
diff
changeset
|
1124 |
36564a827d06
Makefile (DONTCOMPILE): Add term/internal.el
Eli Zaretskii <eliz@gnu.org>
parents:
26628
diff
changeset
|
1125 * Makefile (DONTCOMPILE): Add term/internal.el. |
36564a827d06
Makefile (DONTCOMPILE): Add term/internal.el
Eli Zaretskii <eliz@gnu.org>
parents:
26628
diff
changeset
|
1126 |
26628 | 1127 1999-11-26 Dave Love <fx@gnu.org> |
1128 | |
1129 * comint.el: Fix last change. | |
1130 | |
1131 * emacs-lisp/advice.el: Fix last change. | |
1132 | |
26626
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1133 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1134 |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1135 * cus-edit.el (Custom-reset-standard): Doc fix. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1136 (custom-variable-reset-standard): Doc fix. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1137 (custom-face-reset-standard): Doc fix. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1138 (custom-face-menu): "Reset to Standard" => "Erase Customization". |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1139 (custom-variable-menu): Likewise. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1140 (custom-reset-menu): Likewise. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1141 (custom-buffer-create-internal): Likewise. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1142 |
26624 | 1143 1999-11-26 Dave Love <fx@gnu.org> |
1144 | |
1145 * progmodes/make-mode.el (makefile-mode-hook): Customize. | |
1146 | |
1147 * font-lock.el: Doc fixes. | |
1148 | |
1149 * menu-bar.el (menu-bar-mode): Customize. | |
1150 | |
1151 * cus-start.el: Add use-dialog-box. | |
1152 | |
1153 * add-log.el (change-log-mode-hook): Customize. | |
1154 (add-log-current-defun): Use | |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1155 fortran-{beginning,end}-of-subprogram. |
26624 | 1156 |
26623
92f785e7552d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26617
diff
changeset
|
1157 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
92f785e7552d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26617
diff
changeset
|
1158 |
92f785e7552d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26617
diff
changeset
|
1159 * emacs-lisp/advice.el: Many doc fixes. |
26617
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1160 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1161 * comint.el (comint-preoutput-filter-functions): Doc fix. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1162 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1163 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1164 |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1165 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): |
26617
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1166 Improve messages for capitalization of arg names, |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1167 for flag variables, for t and nil, for imperatives. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1168 Call them imperatives rather than infinitives sans "to". |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1169 (checkdoc-common-verbs-wrong-voice): Add "moves". |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1170 (checkdoc-message-text-engine): Improve messages for y-or-n-p. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1171 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1172 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1173 Don't convert comments from 3-semicolon to 2-semicolon. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1174 That is a matter of style. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1175 (checkdoc-triple-semi-comment-check-flag): Variable deleted. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1176 (checkdoc-comments): Don't bind that variable. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1177 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1178 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1179 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1180 * files.el (write-file-hooks): Doc fix. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1181 |
26608 | 1182 1999-11-26 Gerd Moellmann <gerd@gnu.org> |
1183 | |
1184 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='. | |
1185 | |
26600 | 1186 1999-11-25 Dave Love <fx@gnu.org> |
1187 | |
1188 * hippie-exp.el: Require comint when compiling. | |
1189 (hippie-expand): Add :links. | |
1190 (hippie-expand-try-functions-list): Customize. | |
1191 | |
26588
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
1192 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu> |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1193 |
26609 | 1194 * viper*el: Replaced old-style backquotes. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1195 |
26609 | 1196 * ediff*el: Replaced old-style backquotes. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1197 |
26588
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
1198 * ediff-merge |
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
1199 (ediff-looks-like-combined-merge,ediff-get-combined-region): |
26609 | 1200 Changed to support the new format for ediff-combination-pattern. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1201 |
26588
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
1202 * ediff-diff (ediff-set-fine-overlays-in-one-buffer): |
26609 | 1203 Changed to support the new format for ediff-combination-pattern. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1204 |
26581 | 1205 1999-11-24 Dave Love <fx@gnu.org> |
1206 | |
26584 | 1207 * custom.el (custom-declare-group): Purecopy DOC. |
1208 (custom-handle-keyword): Purecopy VALUE. | |
1209 (custom-add-link): Purecopy WIDGET. | |
1210 (custom-add-version): Purecopy VERSION. | |
1211 (custom-add-load): Purecopy LOAD. | |
1212 | |
1213 * cus-face.el (custom-declare-face): Purecopy DOC. | |
1214 | |
26581 | 1215 * info.el: |
1216 (Info-build-node-completions, Info-search, Info-follow-reference) | |
1217 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token) | |
1218 (Info-find-emacs-command-nodes): Avoid properties on matched text | |
1219 which may appear in minibuffer. | |
1220 | |
26579 | 1221 1999-11-24 Gerd Moellmann <gerd@gnu.org> |
1222 | |
1223 * locate.el (locate-with-filter): Doc fix. | |
1224 | |
26577 | 1225 1999-11-24 Alex Schroeder <alex@gnu.org> |
1226 | |
1227 * sql.el (sql-find-sqli-buffer): New function. | |
1228 (sql-set-sqli-buffer-generally): New function. | |
1229 (sql-set-sqli-buffer): Better checking of new-buffer. | |
1230 (sql-copy-column): Add comma after INTO clause, too. | |
1231 | |
1232 1999-11-24 Alex Schroeder <alex@gnu.org> | |
1233 | |
1234 * sql.el (sql-imenu-generic-expression): New, used to set | |
1235 imenu-generic-expression. | |
1236 | |
1237 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when | |
1238 setting font-lock-defaults' SYNTAX-ALIST. Set | |
1239 imenu-generic-expression, imenu-case-fold-search, and | |
1240 imenu-syntax-alist. | |
1241 | |
1242 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95 | |
1243 and 46 when setting font-lock-defaults' SYNTAX-ALIST. | |
1244 | |
26575 | 1245 1999-11-23 Andrew Innes <andrewi@gnu.org> |
1246 | |
1247 * w32-win.el (w32-drag-n-drop): Load files in current window, if | |
1248 drop coords aren't over a specific window. | |
1249 | |
26564 | 1250 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1251 | |
1252 * ps-print.el: Define mule funs without checking if mule package is | |
1253 loaded. | |
1254 (ps-print-version): New version number (5.0.1). | |
1255 (ps-header-dirpart): Now uses abbreviate-file-name. | |
1256 | |
26559 | 1257 1999-11-23 Dave Love <fx@gnu.org> |
1258 | |
26943 | 1259 * progmodes/fortran.el (fortran-comment-line-start): Renamed from |
26561 | 1260 comment-line-start. |
1261 (fortran-comment-line-start-skip): Renamed from | |
1262 comment-line-start-skip. | |
1263 (fortran-mode-map): Use renamed functions. Add manual and custom | |
1264 entries to menu. | |
1265 (fortran-mode-hook): Customize. | |
1266 (fortran-comment-indent-function): Renamed from | |
1267 fortran-comment-hook. | |
1268 (delete-horizontal-regexp): Function deleted. | |
1269 (fortran-electric-line-number): Simplified. | |
1270 (fortran-beginning-of-subprogram): Renamed from | |
1271 beginning-of-fortran-subprogram. | |
1272 (fortran-end-of-subprogram): Renamed from | |
1273 end-of-fortran-subprogram. | |
1274 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram. | |
1275 (fortran-previous-statement, fortran-next-statement): Simplified. | |
1276 (fortran-blink-match): New function. | |
1277 (fortran-blink-matching-if, fortran-blink-matching-do): Use it. | |
1278 (fortran-indent-to-column): Don't use delete-horizontal-regexp. | |
1279 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use | |
1280 line-end-position. | |
1281 (fortran-fill): No longer interactive. Simplified. | |
1282 (fortran-break-line): Simplified. | |
1283 (fortran-analyze-file-format): Use char-after, not looking-at. | |
1284 | |
26943 | 1285 * emacs-lisp/find-func.el (find-function-regexp): Use |
1286 `define-minor-mode' after easy-menu change. | |
26559 | 1287 |
26554 | 1288 1999-11-23 Gerd Moellmann <gerd@gnu.org> |
1289 | |
1290 * comint.el: Add redirection.from active comint buffers into | |
1291 another buffer. Written by Peter Breton. | |
1292 | |
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
1293 1999-11-23 Stefan Monnier <monnier@cs.yale.edu> |
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
1294 |
26552
88324520c7fc
(make-autoload): Recognize the new `define-minor-mode'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26551
diff
changeset
|
1295 * emacs-lisp/autoload.el (make-autoload): Recognize the new |
26554 | 1296 `define-minor-mode'. |
26552
88324520c7fc
(make-autoload): Recognize the new `define-minor-mode'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26551
diff
changeset
|
1297 (define-minor-mode): Specify `doc-string-elt'. |
88324520c7fc
(make-autoload): Recognize the new `define-minor-mode'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26551
diff
changeset
|
1298 |
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
1299 * emacs-lisp/easy-mmode.el: Changed maintainer. |
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
1300 (easy-mmode-define-toggle): New BODY arg; Never append `-mode'; |
26554 | 1301 Use defcustom for the hooks; Improve the auto-generated docstrings. |
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
1302 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'. |
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
1303 (define-minor-mode): Add BODY arg; Only declare the keymap if |
26554 | 1304 provided; Improve the auto-generated docstrings. |
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
1305 |
26533 | 1306 1999-11-22 Gerd Moellmann <gerd@gnu.org> |
1307 | |
26554 | 1308 * textmodes/text-mode.el (text-mode): Construct paragraph-start so |
26545 | 1309 that the leading `^' is at the start. This is necessary because |
1310 paragraphs.el tries to remove anchors, but can find them only if | |
1311 they are the first character. | |
1312 | |
26543 | 1313 * progmodes/antlr-mode.el: New file. |
1314 | |
26533 | 1315 * calendar/calendar.el: Fix autoload for |
1316 calendar-absolute-from-astro. Add autoload for | |
1317 calendar-print-astro-day-number. | |
1318 | |
26524 | 1319 1999-11-21 Anders Lindgren <andersl@andersl.com> |
1320 | |
1321 * follow.el: Use modern backquote syntax. Minor comment update. | |
1322 | |
26520 | 1323 1999-11-21 Gerd Moellmann <gerd@gnu.org> |
1324 | |
26522 | 1325 * simple.el (with-syntax-table): Don't switch buffers. |
1326 | |
26520 | 1327 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el, |
1328 progmodes/hideif.el: Use new backquote syntax. | |
1329 | |
26517 | 1330 1999-11-21 Ken Manheimer <klm@python.org> |
1331 | |
1332 * icomplete.el (icomplete-completions): Use an explicit variable | |
1333 `icomplete-prospects-length', obviating the need to use an | |
1334 apparently faulty throw/catch arrangement. | |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1335 |
26515
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
1336 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il> |
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
1337 |
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
1338 * term/internal.el (IT-display-table-setup): Don't overstep |
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
1339 character code 255. |
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
1340 |
26511 | 1341 1999-11-20 Kenichi Handa <handa@mule.m17n.org> |
1342 | |
1343 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font | |
1344 for the charset chinese-sisheng is 7bit encoding, not 8bit. | |
1345 | |
26508
8548cb8ad6e2
(PC-do-complete-and-exit): use minibuffer-prompt-end to
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26505
diff
changeset
|
1346 1999-11-19 Stefan Monnier <monnier@cs.yale.edu> |
8548cb8ad6e2
(PC-do-complete-and-exit): use minibuffer-prompt-end to
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26505
diff
changeset
|
1347 |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1348 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the |
26517 | 1349 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars. |
1350 | |
1351 * files.el (auto-mode-alist): Add patterns for diff-mode. | |
1352 | |
1353 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end | |
1354 to detect an empty prompt. | |
26508
8548cb8ad6e2
(PC-do-complete-and-exit): use minibuffer-prompt-end to
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26505
diff
changeset
|
1355 |
26505 | 1356 1999-11-18 Dave Love <fx@gnu.org> |
1357 | |
1358 * simple.el (input-mode-8-bit): Fix the customization. | |
1359 | |
26489 | 1360 1999-11-18 Gerd Moellmann <gerd@gnu.org> |
1361 | |
26494 | 1362 * international/iso-acc.el (iso-languages): Add more |
1363 characters for Portuguese. | |
1364 | |
26492 | 1365 * speedbar.el: Clean up comment at the start of the file. |
1366 Remove RCS id. | |
1367 | |
26489 | 1368 * progmodes/compile.el (compilation-parse-errors): Use |
1369 compilation-buffer-p instead of testing major-mode. | |
1370 | |
26496 | 1371 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk> |
1372 | |
1373 * quickurl.el Added defcustom of quickurl-completion-ignore-case. | |
1374 (quickurl-ask): completion-ignore-case is set to the value of | |
1375 quickurl-completion-ignore-case for the duration of the call to | |
1376 completing-read. | |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1377 |
26487 | 1378 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1379 | |
1380 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook. | |
1381 | |
26484
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
1382 1999-11-18 Kenichi Handa <handa@etl.go.jp> |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
1383 |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
1384 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
1385 instead of ps-print-def. |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
1386 |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
1387 * ps-print.el: Require ps-vars instead of ps-print-def. |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
1388 |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
1389 * ps-mule.el: Require ps-vars instead of ps-print-def. |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
1390 |
26477 | 1391 1999-11-17 Gerd Moellmann <gerd@gnu.org> |
1392 | |
1393 * simple.el (with-syntax-table): Save buffer explicitly instead of | |
1394 using save-excursion. | |
1395 | |
26467 | 1396 1999-11-16 Gerd Moellmann <gerd@gnu.org> |
1397 | |
1398 * mail/supercite.el: New maintainer. | |
1399 | |
1400 1999-11-16 Reto Zimmermann <reto@synopsys.com> | |
1401 | |
1402 * progmodes/vhdl-mode.el: Use new backquote syntax. | |
1403 | |
1404 1999-11-16 Gerd Moellmann <gerd@gnu.org> | |
1405 | |
1406 * simple.el (with-syntax-table): New. | |
1407 | |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
1408 1999-11-15 Sam Steingold <sds@ksp.com> |
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
1409 |
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
1410 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax. |
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
1411 |
26458
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
1412 1999-02-22 Sam Steingold <sds@goems.com> |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
1413 |
26458
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
1414 * goto-addr.el (goto-address-at-mouse, |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
1415 goto-address-find-address-at-point): Use compose-mail. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
1416 (goto-address-mail-method): Removed variable. |
26458
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
1417 (goto-address-send-using-mh-e, goto-address-send-using-mhe, |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
1418 goto-address-send-using-mail): Removed functions. |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
1419 |
26457
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
1420 1998-11-03 Sam Steingold <sds@goems.com> |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
1421 |
26457
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
1422 * simple.el (backward-delete-char-untabify): |
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
1423 backward-delete-char-untabify-method can be `all' now - to delete |
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
1424 hungrily including newlines. |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
1425 |
26456 | 1426 1999-11-15 Sam Steingold <sds@ksp.com> |
1427 | |
1428 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax. | |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
1429 |
26452 | 1430 1999-11-15 Dave Love <fx@gnu.org> |
1431 | |
1432 * cus-edit.el (customize-face, customize-face-other-window): | |
1433 Require match from completing-read. | |
1434 (custom-buffer-done-function): Default to custom-bury-buffer, not | |
1435 bury-buffer. | |
1436 | |
26450 | 1437 1999-11-15 Gerd Moellmann <gerd@gnu.org> |
1438 | |
26456 | 1439 * mail/rmail.el, iswitchb.el, hippie-exp.el, |
1440 progmodes/cperl-mode.el: Use new backquote syntax. | |
26450 | 1441 |
26445 | 1442 1998-09-14 Michael Ernst <mernst@alum.mit.edu> |
1443 | |
1444 * uniquify.el: Use new backquote syntax. | |
1445 | |
1446 1999-11-14 Markus Rost <rost@ias.edu> | |
26443 | 1447 |
1448 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r | |
1449 as in ispell-local-dictionary-alist. | |
1450 | |
26445 | 1451 1999-11-14 Alex Schroeder <alex@gnu.org> |
26440 | 1452 |
1453 * ansi-color.el (ansi-color-apply): Updated regexps to include | |
1454 highlighted face. | |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
1455 |
26445 | 1456 1999-01-14 Johan Vromans <jvromans@squirrel.nl> |
26437 | 1457 |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
1458 * forms.el (forms--make-format-elt-using-text-properties): |
26437 | 1459 Treat `intangible' differently. |
1460 | |
1461 * forms.el: Use new backquote syntax. | |
1462 | |
26434 | 1463 1999-11-13 Gerd Moellmann <gerd@gnu.org> |
1464 | |
1465 * textmodes/scribe.el (scribe-mode): Doc-fix. | |
1466 | |
26431
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
1467 1999-11-13 Peter Breton <pbreton@ne.mediaone.net> |
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
1468 |
26435 | 1469 * net-utils.el (run-network-program, net-utils-run-program): Use |
1470 the new backquote syntax. | |
1471 (smbclient-program, smbclient-program-options) | |
1472 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New | |
1473 variables | |
26431
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
1474 (smbclient, smbclient-list-shares): New functions |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
1475 |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1476 1999-11-12 Sam Steingold <sds@ksp.com> |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1477 |
26435 | 1478 * emulation/viper-init.el (viper-deflocalvar, viper-loop) |
1479 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair) | |
1480 (viper-kbd-buf-definition, viper-kbd-mode-alist) | |
1481 (viper-kbd-mode-pair, viper-kbd-mode-definition) | |
1482 (viper-kbd-global-pair, viper-kbd-global-definition): | |
26429
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
1483 Use the new backquote syntax. |
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
1484 |
26435 | 1485 * emulation/viper-cmd.el (viper-test-com-defun) |
1486 (viper-prefix-arg-value, viper-prefix-arg-com): | |
26429
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
1487 Use the new backquote syntax. |
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
1488 |
26428
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
1489 * emacs-lisp/debug.el (debugger-env-macro): |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
1490 Use the new backquote syntax. |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
1491 |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
1492 * emacs-lisp/easymenu.el (easy-menu-make-symbol): |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
1493 Use the new backquote syntax. |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
1494 |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1495 * calendar/calendar.el (calendar-remove-frame-by-deleting): |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1496 New user variable. |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1497 (calendar-hide-window): Use it. |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1498 (increment-calendar-month, calendar-for-loop, calendar-sum): |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1499 Use the new backquote syntax. |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1500 |
26424 | 1501 1999-11-12 Andrew Innes <andrewi@gnu.org> |
1502 | |
1503 * select.el (x-set-selection): Call buffer-substring, not | |
1504 substring. Also fix docstring | |
1505 | |
26422 | 1506 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl> |
1507 | |
1508 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list | |
1509 of customizable variables to bug report message. Added | |
1510 system-type to package name in bug report. | |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1511 |
26419 | 1512 1999-11-12 Gerd Moellmann <gerd@gnu.org> |
1513 | |
1514 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name | |
1515 to display file names. | |
1516 | |
26409 | 1517 1999-11-11 Gerd Moellmann <gerd@gnu.org> |
1518 | |
26411 | 1519 * mwheel.el: Fix copyright notice, don't require 'cl at run time. |
1520 | |
26409 | 1521 * isearch.el: Add lazy-highlighting feature. |
1522 | |
26406 | 1523 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl> |
1524 | |
1525 * progmodes/ps-mode.el (ps-mode-maintainer-address): New | |
1526 constant. | |
1527 (ps-mode-submit-bug-report): New function. Entry added to menu. | |
1528 | |
26399
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
1529 1999-11-10 William M. Perry <wmperry@aventail.com> |
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
1530 |
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
1531 * mwheel.el: New file to support the new style wheeled mice. |
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
1532 |
26394 | 1533 1999-11-10 Gerd Moellmann <gerd@gnu.org> |
1534 | |
26406 | 1535 * startup.el (initial-scratch-message): Add ";;" to the front of |
1536 lines in the message. | |
1537 | |
26396 | 1538 * files.el (file-local-copy): Remove optional BUFFER argument |
1539 because that's not used by anything. | |
1540 | |
26394 | 1541 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as |
1542 to-address. | |
1543 | |
26387 | 1544 1999-11-08 Markus Rost <rost@ias.edu> |
1545 | |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1546 * wid-edit.el (widget-button-click): Wrap with save-excursion |
26387 | 1547 to restore track-mouse in the correct buffer. |
1548 | |
1549 1999-11-08 Gerd Moellmann <gerd@gnu.org> | |
1550 | |
1551 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com. | |
1552 | |
1553 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl> | |
1554 | |
1555 * progmodes/ps-mode.el (ps-mode-print-function): Changed default | |
1556 lpr-command to "lp" for some system-types. (copied from lpr.el | |
1557 Emacs version 20.2.1). | |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1558 |
26362 | 1559 1999-11-04 Markus Rost <rost@ias.edu> |
1560 | |
1561 * simple.el (comment-region): Strip off white space at end of | |
1562 comment-start. | |
1563 | |
26354 | 1564 1999-11-04 Gerd Moellmann <gerd@gnu.org> |
1565 | |
1566 * faces.el (secondary-selection): Fix wrong color name. | |
1567 | |
26352 | 1568 1999-11-04 John Tobey <jtobey@epsilondev.com> |
1569 | |
1570 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0", | |
1571 the default when invoking perldb in a non-Perl buffer, and other | |
1572 cases involving -e or --. | |
1573 | |
26342 | 1574 1999-11-04 Gerd Moellmann <gerd@gnu.org> |
1575 | |
26352 | 1576 * simple.el (previous-matching-history-element) |
1577 (next-history-element): Use delete-field instead of erase-field. | |
1578 | |
1579 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit): | |
1580 Use delete-field instead of erase-field. | |
1581 | |
26344 | 1582 * faces.el (secondary-selection): Change background to yellow. |
1583 | |
26342 | 1584 * complete.el (PC-do-completion): Use minibuffer-prompt-end to |
1585 find the start of the text. Use field-string to read the user | |
1586 input. | |
1587 | |
26333 | 1588 1999-11-03 Gerd Moellmann <gerd@gnu.org> |
1589 | |
26338 | 1590 * faces.el (make-face-bold, make-face-unbold, make-face-italic) |
1591 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument | |
1592 for compatibility with old face implementation. | |
1593 | |
26336 | 1594 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit): |
1595 Use erase-field instead of erase-buffer. | |
1596 | |
26333 | 1597 * frame.el (blink-cursor-mode, blink-cursor-end): Use |
1598 internal-show-cursor with new interface. | |
1599 (blink-cursor-timer-function): New. | |
1600 (blink-cursor-start): Use blink-cursor-timer-function. | |
1601 | |
26331 | 1602 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
1603 | |
1604 * calendar.el (redraw-calendar): Move to nearest date before | |
1605 redrawing. | |
1606 | |
1607 * diary-lib.el (simple-diary-display): Reset modeline even if | |
1608 there are no diary entries since the diary buffer may be displayed. | |
1609 | |
26326 | 1610 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1611 | |
1612 * emacs-lisp/debug.el (debug): If noninteractive, display the | |
1613 backtrace using `message', then exit Emacs. | |
1614 (debugger-batch-max-lines): New variable. | |
1615 (debugger-setup-buffer): New subroutine, broken out of `debug'. | |
1616 Change the messages put at the start, to say that the debugger | |
1617 was entered. | |
1618 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1619 1999-11-02 Sam Steingold <sds@ksp.com> |
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1620 |
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1621 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp. |
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1622 |
26295 | 1623 1999-11-01 John Tobey <jtobey@epsilondev.com> |
1624 | |
1625 * gud.el: (gud-perldb-massage-args): Massage correctly in the | |
1626 presence of perl switches other than "-e". | |
1627 | |
26287 | 1628 1999-11-01 Markus Rost <rost@ias.edu> |
1629 | |
1630 * dired-x.el (dired-smart-shell-command): Use | |
1631 shell-command-history as in shell-command. | |
1632 | |
26282 | 1633 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1634 | |
1635 * userlock.el (ask-user-about-lock): Doc fix. | |
1636 | |
26285 | 1637 * frame.el: Doc fixes. |
1638 | |
26271 | 1639 1999-11-01 Gerd Moellmann <gerd@gnu.org> |
1640 | |
26279 | 1641 * frame.el (blink-cursor-mode): Call internal-show-cursor instead |
1642 of show-cursor. | |
1643 (blink-cursor-start, blink-cursor-end): Ditto. | |
1644 | |
26271 | 1645 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode. |
1646 | |
26269 | 1647 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1648 | |
1649 * window.el (walk-windows): If ALL-FRAMES is a frame, | |
1650 start on that frame. Use save-selected-window. | |
1651 | |
26266 | 1652 1999-11-01 Gerd Moellmann <gerd@gnu.org> |
1653 | |
1654 * simple.el (end-of-buffer): Use window-end to find the window end | |
1655 instead of vertical-motion because this handles variable-height | |
1656 lines correctly. | |
1657 | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1658 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu> |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1659 |
26266 | 1660 * ediff.el: Version change. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1661 |
26266 | 1662 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows. |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1663 make sure you are in a good frame before deleting other |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1664 windows. |
26266 | 1665 (ediff-file-checked-in-p): Don't consider CVS |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1666 files checked in. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1667 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1668 are writing to a newly created empty file. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1669 |
26266 | 1670 * ediff-mult.el (ediff-show-session-group-hook): New default. |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1671 |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1672 * ediff-vers.el (ediff-pcl-cvs-view-revision): |
26266 | 1673 First cd to the file directory. reportedly works |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1674 better with remote files. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1675 |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1676 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal): |
26266 | 1677 Use file-name-nondirectory when passing files to CVS. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1678 |
26271 | 1679 * ediff-diff.el (ediff-cmp-options): New variable. |
26267 | 1680 (ediff-same-file-contents): Use ediff-cmp-options. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1681 |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1682 * ediff-ptch.el (ediff-prompt-for-patch-buffer, |
26266 | 1683 ediff-get-patch-buffer): Use current buffer if it appears to be a |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1684 patch. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1685 |
26271 | 1686 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c |
1687 C-g | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1688 |
26266 | 1689 * viper-util.el (viper-nontrivial-find-file-function): Deleted. |
1690 (viper-glob-unix-files, viper-glob-mswindows-files): New functions. | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1691 (viper-save-cursor-color,viper-restore-cursor-color): |
26266 | 1692 Improved cursor color handling. |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1693 (viper-get-saved-cursor-color-in-replace-mode, |
26266 | 1694 viper-get-saved-cursor-color-in-insert-mode): New functions for |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1695 better cursor color handling. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1696 |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1697 * viper-ex.el (ex-read,ex-edit): |
26266 | 1698 Fixes for correct interpretation of #,%. |
1699 (viper-ex): Now works correctly when called from other functions. | |
1700 (viper-glob-function): New variable. | |
1701 (viper-ex): Save excursion before doing :global. | |
1702 | |
1703 * viper-mous.el (viper-counting-clicks-p): Bug fixes. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1704 |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1705 * viper-cmd.el (viper-post-command-sentinel, |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1706 viper-insert-state-post-command-sentinel, |
26266 | 1707 viper-insert-state-pre-command-sentinel): Takes better care of |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1708 cursor colors. |
26267 | 1709 |
1710 * viper.el: Version change. | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1711 |
26260 | 1712 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com> |
1713 | |
1714 * whitespace.el (whitespace-update-modeline): Bugfix to ensure | |
1715 that the modeline display was updated *only* when | |
1716 `whitespace-display-in-modeline' was set, not otherwise. | |
1717 | |
26248 | 1718 1999-10-30 Gerd Moellmann <gerd@gnu.org> |
1719 | |
26251 | 1720 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to |
1721 "frac12". | |
1722 | |
26248 | 1723 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for |
1724 ad-activate. | |
1725 | |
26246 | 1726 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com> |
1727 | |
26254 | 1728 * whitespace.el: Test for existence of `defcustom' and `defgroup' |
1729 using fboundp instead of assuming that these are not present in | |
1730 particular flavors of emacs. | |
1731 (whitespace-version): Update to 2.8 | |
1732 (whitespace-display-in-modeline): Add custom variable to control | |
1733 displaying the whitespace errors on the modeline based on | |
1734 suggestion from <klaus.berndl@sdm.de> | |
1735 (whitespace-buffer): Now returns `t' if unclean and `nil' if | |
1736 clean, to enable using as a hook function, as suggested by Puneet | |
1737 Goel <puneet@computer.org> | |
1738 (whitespace-buffer): Fix a subtle bug that cleaned up only if | |
1739 quiet was not set, even with whitespace-auto-cleanup set. | |
1740 (whitespace-mode-line): Now uses less modeline real estate and | |
1741 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace | |
1742 which is present in the file, and <y> is any type of whitespace | |
1743 whose check has been suppressed by setting | |
26246 | 1744 `whitespace-check-<whitespace-type>' to nil. |
26254 | 1745 (whitespace-unchecked-whitespaces): New function to return the |
1746 list of whitespaces for whom checks have been suppressed. | |
1747 (whitespace-display-unchecked-whitespaces): Renamed to | |
1748 `whitespace-update-modeline' to reflect its functionality. | |
26246 | 1749 |
26244 | 1750 1999-10-30 Gerd Moellmann <gerd@gnu.org> |
1751 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1752 * progmodes/compile.el (compilation-error-regexp-alist): |
26244 | 1753 Undo previous change. |
1754 | |
26232 | 1755 1999-10-28 Dave Love <fx@gnu.org> |
1756 | |
1757 * help.el (help-follow): Make arg optional again and really | |
1758 default to point. | |
1759 | |
26228 | 1760 1999-10-28 Gerd Moellmann <gerd@gnu.org> |
1761 | |
26234 | 1762 * paths.el (rmail-file-name): Make it an option. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1763 |
26228 | 1764 * progmodes/ada-mode.el, progmodes/ada-prj.el, |
1765 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and | |
1766 comment fixes. | |
1767 | |
26231 | 1768 * progmodes/compile.el (compilation-error-regexp-alist): Recognize |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1769 MIPS Pro 7.3 compiler error message syntax. |
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1770 |
26223 | 1771 1999-10-27 Dave Love <fx@gnu.org> |
1772 | |
1773 * progmodes/compile.el: Checkdoc-inspired fixes. | |
1774 | |
26220 | 1775 1999-10-27 Gerd Moellmann <gerd@gnu.org> |
1776 | |
1777 * lpr.el (print-buffer): Doc-string fix. | |
1778 | |
26218 | 1779 1999-10-27 Dave Love <fx@gnu.org> |
1780 | |
1781 * emacs-lisp/advice.el: Doc fixes. | |
1782 (ad-lemacs-p): Removed. | |
1783 (advice): Add :link to defgroup. | |
1784 | |
26209 | 1785 1999-10-27 Kenichi Handa <handa@etl.go.jp> |
1786 | |
1787 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change | |
1788 last-coding-system-used by the call of ange-ftp-set-ascii-mode. | |
1789 | |
26617
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1790 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1791 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1792 * window.el (walk-windows): If ALL-FRAMES is a frame, |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1793 start on that frame. Use save-selected-window. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1794 |
26207 | 1795 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1796 | |
1797 * emacs-lisp/advice.el (ad-activate-internal): Renamed from | |
1798 ad-activate. All callers changed, including those in data.c. | |
1799 (ad-activate-internal-off): Renamed from ad-activate-off. | |
1800 All uses changed. | |
1801 (ad-activate): Renamed from ad-activate-on. All uses changed. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1802 (ad-start-advice, ad-stop-advice, ad-recover-normality): |
26207 | 1803 Alter the definition of ad-activate-internal, not ad-activate. |
1804 | |
26196 | 1805 1999-10-26 Gerd Moellmann <gerd@gnu.org> |
1806 | |
1807 * startup.el (command-line-1): Add support for command line | |
1808 arguments `file' and `execute'. Fix handling of `visit'. | |
1809 | |
26191 | 1810 1999-10-26 Kenichi Handa <handa@etl.go.jp> |
1811 | |
1812 * international/mule-cmds.el (read-input-method-name): Handle the | |
1813 case that the arg DEFAULT is symbol. | |
1814 | |
1815 * international/mule-diag.el (mule-diag): Handle the case that | |
1816 default-input-method is symbol. | |
1817 | |
26187 | 1818 1999-10-26 Gerd Moellmann <gerd@gnu.org> |
1819 | |
1820 * textmodes/tildify.el: New file. | |
1821 | |
26184 | 1822 1999-10-25 Sam Steingold <sds@ksp.com> |
1823 | |
1824 * Makefile (compile-files): Fixed the "tr" strings. | |
1825 (EMACS): Set to ../src/emacs. | |
1826 | |
26173 | 1827 1999-10-25 Gerd Moellmann <gerd@gnu.org> |
1828 | |
1829 * info.el (Info-build-node-completions): Add '("*") to the | |
1830 completion list. | |
1831 | |
26167 | 1832 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1833 | |
1834 * frame.el (auto-raise-mode): When enabling the mode, | |
1835 immediately raise the selected frame. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1836 |
26170 | 1837 * indent.el (indent-region): Doc fix. |
1838 | |
26175 | 1839 * comint.el (comint-output-filter): Make the Comint buffer current |
1840 for the comint-preoutput-filter-functions. | |
1841 | |
26177 | 1842 * mail/reporter.el: Doc fix. |
1843 | |
26156
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
1844 1999-10-24 Stephen Eglen <stephen@gnu.org> |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
1845 |
26158
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
1846 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1847 that Octave lisp files can also run under XEmacs 20. |
26158
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
1848 (require 'custom) added so that files can run under Emacs 19.34. |
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
1849 |
26156
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
1850 * iswitchb.el (iswitchb-default-keybindings): No need to use |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
1851 read-kbd-macro in keybindings. |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
1852 |
26151 | 1853 1999-10-23 Dave Love <fx@gnu.org> |
1854 | |
1855 * elide-head.el: New file. | |
1856 | |
26148 | 1857 1999-10-23 Gerd Moellmann <gerd@gnu.org> |
1858 | |
1859 * Makefile (compile-files, backup-compiled-files): New targets. | |
1860 (bootstrap, bootstrap-clean): Ditto. | |
1861 | |
26138
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1862 1999-10-22 Paul Eggert <eggert@twinsun.com> |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1863 |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1864 * international/mule-cmds.c (locale-language-names): |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1865 Use Latin-1 (not Latin-3) for Afrikaans, Galician. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1866 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian, |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1867 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet). |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1868 Use Latin-8 for Welsh. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1869 Use Latin-1 for English if "en" is explicitly specified. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1870 Use Latin-1 for Scots Gaelic, Tagalog. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1871 Use Latin-1 (not Latin-4) for Greenlandic. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1872 Use Latin-1 (not Latin-2) for Albanian. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1873 (locale-preferred-coding-systems, locale-language-names): |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1874 Remove generic ISO 8859 locales; locale-charset-language-names now |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1875 does this. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1876 (locale-charset-language-names): New variable. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1877 (set-locale-environment): Use language name specified by |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1878 locale-charset-language-names if its charsets disagree with the |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1879 language name specified by locale-language-names. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1880 |
26132 | 1881 1999-10-22 Dave Love <fx@gnu.org> |
1882 | |
26137 | 1883 * make-mode.el: Minor doc fixes. |
1884 | |
26132 | 1885 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure. |
1886 | |
26129 | 1887 1999-10-21 Dave Love <fx@gnu.org> |
1888 | |
1889 * loadup.el: Add latin-8, latin-9. | |
1890 | |
26124
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
1891 1999-10-20 Paul Eggert <eggert@twinsun.com> |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
1892 |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
1893 * disp-table.el (standard-display-european): Remove undocumented |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
1894 arg AUTO; no longer used by startup.el. Do not attempt to treat |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
1895 all non-English language environments as coding system names. |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
1896 Instead, use the downcased language environment name as a coding |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
1897 system name if it is one; otherwise, use latin-1. |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
1898 |
26121 | 1899 1999-10-20 Gerd Moellmann <gerd@gnu.org> |
1900 | |
1901 * dired.el (dired-move-to-filename-regexp): Fix long comment lines | |
1902 that were split so that part of the comment appeared as Lisp code. | |
1903 | |
26117 | 1904 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1905 | |
1906 * ps-bdf.el: Doc fix. | |
1907 | |
1908 * ps-print-def.el: New file: common definitions for all parts of | |
1909 ps-print. | |
1910 (ps-multibyte-buffer): Moved from ps-mule. | |
1911 | |
1912 * ps-mule.el: File dependence fix. | |
1913 (ps-multibyte-buffer): Moved to ps-print-def. | |
1914 | |
1915 * ps-print.el: Doc fix, better customization. | |
1916 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble) | |
1917 (ps-print-color-p, ps-printing-region-p, ps-n-up-database) | |
1918 (ps-end-file): Doc fix. | |
1919 (ps-setup, ps-begin-file): Fun fix. | |
1920 (postscript): New group. | |
1921 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars. | |
1922 (ps-print-prologue-1): Adjust PostScript programming. | |
1923 (ps-print): Adjust group hierarchy. | |
1924 (ps-print-n-up, ps-print-zebra, ps-print-background, | |
1925 ps-print-printer) | |
1926 (ps-print-page): New subgroups. | |
1927 (ps-print-prologue-header, ps-printer-name, ps-lpr-command) | |
1928 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type) | |
1929 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing) | |
1930 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes) | |
1931 (ps-zebra-stripe-height, ps-print-background-image) | |
1932 (ps-print-background-text, ps-spool-config): Adjust customization. | |
1933 (dos-ps-printer): Definition eliminated. | |
1934 | |
1935 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
1936 | |
1937 * ps-mule.el: Doc fix, define functions properly if mule package is | |
1938 loaded or not. | |
1939 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if | |
1940 mule package is loaded or not. | |
1941 | |
1942 * ps-print.el: Doc fix, n-up printing. | |
1943 (ps-print-version): New version number (5.0). | |
1944 (ps-page-dimensions-database): Added document media. | |
1945 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling) | |
1946 (ps-page-order, ps-printing-region-p): New vars. | |
1947 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New | |
1948 funs. | |
1949 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines) | |
1950 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn) | |
1951 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end) | |
1952 (ps-n-up-xstart, ps-n-up-ystart): New macros. | |
1953 (ps-print-begin-sheet-hook): New hook. | |
1954 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New | |
1955 const. | |
1956 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job) | |
1957 (ps-end-file, ps-dummy-page, ps-generate): Fix funs. | |
1958 (ps-print-prologue-1): Adjust PostScript programming for n-up printing. | |
1959 (ps-count-lines): Changed to defun. | |
1960 (ps-header-page): Changed to defsubst, fix fun. | |
1961 (ps-printing-region): Doc fix, adjust programming code. | |
1962 (ps-output-boolean, ps-background-pages, ps-background-text) | |
1963 (ps-background-image, ps-background, ps-get-boundingbox): Adjust | |
1964 programming code. | |
1965 | |
1966 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
1967 | |
1968 * ps-print.el: Doc fix, duplex and setpagedevice configuration. | |
1969 (ps-print-version): New version number (4.2). | |
1970 (ps-spool-config, ps-spool-tumble): New vars. | |
1971 (ps-print-prologue-1): Changed to defconst, adjust PostScript | |
1972 programming, new PostScript procedure to handle errors. | |
1973 (ps-print-prologue-2): Changed to defconst. | |
1974 (ps-print-duplex-feature): New const: duplex and tumble setting. | |
1975 (ps-setup, ps-begin-file): Fix funs. | |
1976 (ps-boolean-capitalized): New fun. | |
1977 | |
26112
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1978 1999-10-19 Stefan Monnier <monnier@cs.yale.edu> |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1979 |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1980 * Makefile (dontcompilefiles): Obsoleted. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1981 (DONTCOMPILE): Added emacs-lisp/cl-specs.el. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1982 (EL): Unused. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1983 (temacs): Removed (unused). |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1984 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
1985 version of the file (necessary for the update to work properly). |
26112
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1986 (autoloads): Force the use of `pwd`/loaddefs.el. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1987 (updates); Redefined in terms of other targets to reduce redundancy. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1988 (.el.elc): New default rule, just in case you want it. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1989 (compile): Use a single invocation of Emacs. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1990 (bootstrap-compile); Unneeded. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1991 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1992 |
26102 | 1993 1999-10-19 Dave Love <fx@gnu.org> |
1994 | |
1995 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug. | |
1996 | |
26100 | 1997 1999-10-19 Sam Steingold <sds@ksp.com> |
1998 | |
1999 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to | |
2000 comply with the comment. | |
2001 | |
26098 | 2002 1999-10-19 Gerd Moellmann <gerd@gnu.org> |
2003 | |
2004 * autorevert.el (auto-revert-mode): Make auto-revert-mode | |
2005 permanent-local. | |
2006 | |
26094 | 2007 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl> |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2008 |
26094 | 2009 * progmodes/ps-mode.el (ps-mode-print-function): Fix default |
2010 value: \"lpr\" changed to "lpr" | |
2011 (ps-mode-version): New constant | |
2012 (ps-mode-show-version): New function, added key in ps-mode-map | |
2013 (ps-run-messages): Removed | |
2014 (ps-run-font-lock-keywords-2): New defcustom variable replacing | |
2015 ps-run-messages. These keywords now include the value of | |
2016 ps-run-prompt, making its fontification customizable. | |
2017 (ps-run-init): Removed \\n from docstring, it is now added when | |
2018 the value is used | |
2019 (ps-run-font-lock-keywords-1): Added checking for initial ^ in | |
2020 ps-run-prompt | |
2021 (ps-mode): Added ps-run-font-lock-keywords-2 to list of | |
26095 | 2022 customizable variables in doc-string (its equivalent |
26094 | 2023 ps-run-messages was missing in previous version of the doc-string) |
2024 (ps-run-mode): Simplified assignment to font-lock-defaults, using | |
2025 symbols only | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2026 |
26091 | 2027 1999-10-19 Alex Schroeder <alex@gnu.org> |
2028 | |
2029 * ansi-color.el: Complete rewrite. | |
2030 | |
26084
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2031 1999-10-19 Paul Eggert <eggert@twinsun.com> |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2032 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2033 Fix bootstrapping problems. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2034 Use the system locale to specify Emacs locale defaults. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2035 |
26084
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2036 * international/mule-cmds.el (global-map): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2037 Do not use backquote, because that makes a bootstrapping |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2038 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
|
2039 * international/mule.el (charset-id, charset-bytes, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2040 charset-dimension, charset-chars, charset-width, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2041 charset-direction, charset-iso-final-char, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2042 charset-iso-graphic-plane, charset-reverse-charset, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2043 charset-short-name, charset-long-name, charset-description, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2044 charset-plist): Likewise. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2045 * subr.el (save-match-data): Likewise. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2046 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2047 * international/mule-cmds.el |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2048 (set-display-table-and-terminal-coding-system): New function, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2049 containing code migrated out of set-language-environment. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2050 (set-language-environment, set-locale-environment): Use it. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2051 (locale-translation-file-name): Moved here from startup.el. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2052 (locale-language-names, locale-preferred-coding-systems): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2053 New vars. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2054 (locale-name-match, set-locale-environment): New functions. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2055 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2056 * language/japan-util.el (setup-japanese-environment-internal): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2057 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
|
2058 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2059 * startup.el (iso-8859-n-locale-regexp): Remove. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2060 (locale-translation-file-name): Move to mule-cmds.el. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2061 (command-line): Move locale-stuff into set-locale-environment. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2062 |
26080 | 2063 1999-10-18 Dave Love <fx@gnu.org> |
2064 | |
2065 * abbrev.el (add-abbrev, inverse-add-abbrev) | |
2066 (expand-region-abbrevs): Remove properties from buffer text. | |
2067 | |
26064 | 2068 1999-10-17 Gerd Moellmann <gerd@gnu.org> |
2069 | |
26066 | 2070 * iswitchb.el (iswitchb-exhibit): Extract user-input only |
2071 from the mini-buffer, without the prompt. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2072 |
26064 | 2073 * simple.el (minibuffer-prompt-end): Return the position |
2074 after the prompt, not the position of that last character | |
2075 of the prompt. | |
2076 | |
26061 | 2077 1999-10-17 Miles Bader <miles@gnu.org> |
2078 | |
2079 * simple.el: Doc fixes. | |
2080 | |
2081 1999-10-17 Miles Bader <miles@gnu.org> | |
2082 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2083 * simple.el (previous-matching-history-element, next-history-element): |
26061 | 2084 Change to work correctly even if the point is in the prompt. |
2085 (choose-completion-string): Likewise. | |
2086 (minibuffer-prompt-width): New function (compatibility with old subr). | |
2087 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2088 * textmodes/paragraphs.el (forward-sentence, forward-paragraph): |
26061 | 2089 When constraining the final position to the current field, |
2090 don't use the ONLY-IN-LINE mode of constrain-to-field. | |
2091 | |
2092 1999-10-17 Miles Bader <miles@gnu.org> | |
2093 | |
2094 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to | |
2095 constrain-to-field. | |
2096 * textmodes/paragraphs.el (forward-sentence): Likewise. | |
2097 | |
2098 1999-10-17 Miles Bader <miles@gnu.org> | |
2099 | |
2100 * simple.el (line-move): Use constrain-to-field to avoid | |
2101 moving into a prompt. | |
2102 (previous-complete-history-element): Clarify doc string. | |
2103 (next-complete-history-element): Likewise. | |
2104 Use field-beginning instead of point-min. | |
2105 (next-matching-history-element): Use field-beginning and | |
2106 erase-field instead of point-min and erase-buffer. | |
2107 * textmodes/paragraphs.el | |
2108 (forward-paragraph, forward-sentence): Likewise. | |
2109 (backward-kill-paragraph, backward-kill-sentence): Remove code to | |
2110 constrain the kill to an field, as the movement commands now | |
2111 do this. | |
2112 | |
2113 1999-10-17 Miles Bader <miles@gnu.org> | |
2114 | |
2115 * simple.el (previous-matching-history-element): Get the | |
2116 minibuffer input with field-string instead of buffer-string. | |
2117 (choose-completion-string): Likewise. | |
2118 (next-history-element): Likewise. | |
2119 Erase the minibuffer input with erase-field, not erase-buffer. | |
2120 Use field-beginning to find the beginning of the input. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2121 * textmodes/paragraphs.el (backward-kill-sentence): |
26061 | 2122 Remove minibuffer-prompt hack. |
2123 Constrain to any input field. | |
2124 | |
26053 | 2125 1999-10-17 Sam Steingold <sds@ksp.com> |
2126 | |
2127 * bindings.el (completion-ignored-extensions): Added ".sparcf" | |
2128 for CMUCL on sparc and ".ufsl" for LispWorks. | |
2129 (bound-and-true-p): Bugfix: free variable `v'. | |
2130 | |
26050 | 2131 1999-10-16 Dave Love <d.love@dl.ac.uk> |
2132 | |
2133 * emacs-lisp/edebug.el (edebug-install-read-eval-functions) | |
2134 (edebug-uninstall-read-eval-functions): Use load-read-function, | |
2135 avoiding elisp-eval. | |
2136 | |
26048 | 2137 1999-10-16 Sam Steingold <sds@ksp.com> |
2138 | |
2139 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq' | |
2140 instead of `eql'. | |
2141 | |
26039
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2142 1999-10-14 Stefan Monnier <monnier@cs.yale.edu> |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2143 |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2144 * 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
|
2145 * 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
|
2146 (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
|
2147 * ediff-util.el (ediff-make-temp-file): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2148 * ediff-vers.el (ediff-pcl-cvs-view-revision): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2149 * emerge.el (emerge-make-temp-file): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2150 * 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
|
2151 * vc.el (vc-update-change-log): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2152 * mail/mailpost.el (post-mail-send-it): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2153 * mail/metamail.el (metamail-region): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2154 * progmodes/cmacexp.el (c-macro-expansion): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2155 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file. |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2156 |
26029 | 2157 1999-10-15 Gerd Moellmann <gerd@gnu.org> |
2158 | |
2159 * smtpmail.el (smtpmail-via-smtp): Add support for | |
2160 automatically appending a domain to RCPT TO: addresses. | |
2161 | |
26027 | 2162 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2163 | |
2164 * dired.el (dired-insert-directory): Insert the amount of | |
2165 free space after the total size. | |
2166 (dired-free-space-program, dired-free-space-args): New variables. | |
2167 | |
26023 | 2168 1999-10-14 Karl Heuer <kwzh@gnu.org> |
2169 | |
2170 * mail/rmail.el (rmail-pop-password-error): Add new pattern. | |
2171 | |
26017 | 2172 1999-10-14 Dave Love <fx@gnu.org> |
2173 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2174 * international/characters.el: |
26017 | 2175 * international/fontset.el: |
2176 * international/mule-conf.el: Add latin-iso8859-1[45]. | |
2177 | |
2178 * language/european.el: Add Latin-8, Latin-9. Modify some doc | |
2179 strings. | |
2180 | |
2181 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89]. | |
2182 (command-line): Detect Latin-[89] locales. | |
2183 | |
26011 | 2184 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> |
2185 | |
2186 * international/mule-cmds.el (select-safe-coding-system) | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2187 (leim-list-header): Avoid the use of strings that start with backslash |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2188 newline since lread.c:read1 has a hack to turn those strings into |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2189 integer 0 during the loadup.el process. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2190 |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2191 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially. |
26011 | 2192 |
26008 | 2193 1999-10-13 Dave Love <fx@gnu.org> |
2194 | |
2195 * image.el (insert-image): Copy the image spec and add an | |
2196 intangible property. | |
2197 | |
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
2198 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
|
2199 |
26008 | 2200 * help.el (help-xref-interned): Make it also work on variable-only |
2201 and function-only symbols. | |
2202 (help-make-xrefs): Take advantage of the new `help-xref-interned'. | |
2203 (help-follow): If the point under mouse is not highlighted, try | |
2204 `help-xref-interned' on the pointed-to symbol anyway. | |
2205 | |
2206 * info.el (Info-on-current-buffer): New entry point. | |
2207 (Info-find-node): Split into two for Info-on-current-buffer to | |
2208 hook into it. | |
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
2209 (Info-current-file, Info-set-mode-line, Info-up): |
26008 | 2210 Info-current-file can now be t. |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2211 (Info-clone-buffer-hook): Function for `clone-buffer'. |
26008 | 2212 (Info-goto-node, Info-menu, Info-mode-map, Info-mode): |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2213 Make `clone-buffer' available in various ways to the user. |
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
2214 |
26002
4f46db3c9d7d
* subr.el (with-current-buffer): don't use backquotes to avoid
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26001
diff
changeset
|
2215 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
|
2216 |
26008 | 2217 * simple.el (shell-command, shell-command-on-region): Use |
2218 make-temp-file. | |
2219 (clone-buffer, clone-process, clone-buffer-hook): New functions. | |
2220 | |
2221 * subr.el (with-current-buffer): Don't use backquotes to avoid | |
2222 bootstrapping problems. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2223 |
26008 | 2224 * loadup.el (load-path): Add subdirs for bootstrapping. |
2225 (docstrings): Ignore errors during bootstrapping. | |
2226 (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
|
2227 |
26001 | 2228 1999-10-12 Emmanuel Briot <briot@gnat.com> |
2229 | |
2230 * ada-stmt.el: Doc-string fixes. | |
2231 | |
25991 | 2232 1999-10-12 Gerd Moellmann <gerd@gnu.org> |
2233 | |
25998 | 2234 * recentf.el: New file. |
2235 | |
25991 | 2236 * ps-mode.el: New file. |
2237 | |
2238 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps, | |
2239 case insensitive. | |
2240 | |
25985 | 2241 1999-10-12 Richard Sharman <rsharman@pobox.com> |
2242 | |
2243 * sh-script.el: Added support for indenting existing scripts. | |
2244 (sh-mode-map): Added new bindings. | |
2245 (sh-mode): Updated mode doc-string for new commands, added | |
2246 make-local-variable calls, initialize mode-specific variables. | |
2247 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line | |
2248 is now a different function. | |
2249 (sh-header-marker): Changed docstring. | |
2250 (sh-set-shell): Initialize mode-specific variables. | |
2251 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select) | |
2252 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts): | |
2253 Changed these define-skeleton calls to work with user-specified | |
2254 indentation settings. | |
2255 (sh-basic-indent-line, sh-blink, sh-calculate-indent) | |
2256 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing) | |
2257 (sh-electric-hash, sh-electric-less, sh-electric-rparen) | |
2258 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info) | |
2259 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word) | |
2260 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if) | |
2261 (sh-guess-basic-offset, sh-handle-after-case-label) | |
2262 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do) | |
2263 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac) | |
2264 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open) | |
2265 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close) | |
2266 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else) | |
2267 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case) | |
2268 (sh-handle-this-then, sh-help-string-for-variable) | |
2269 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent) | |
2270 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init) | |
2271 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp) | |
2272 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style) | |
2273 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable) | |
2274 (sh-remove-our-text-properties, sh-rescan-buffer) | |
2275 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp) | |
2276 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer) | |
2277 (sh-scan-case, sh-search-word, sh-set-char-syntax) | |
2278 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value) | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2279 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New |
25985 | 2280 functions. |
2281 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax) | |
2282 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done) | |
2283 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done) | |
2284 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist) | |
2285 (sh-var-list): New variables. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2286 |
25983 | 2287 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk> |
2288 | |
25999 | 2289 * quickurl.el (quickurl-list-insert): `count-lines' was returning |
2290 a value one line to high if the cursor wasn't at the start of a | |
2291 line. A `beginning-of-line' is now performed before making the | |
2292 call to `count-lines'. | |
25983 | 2293 |
25979
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
2294 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
|
2295 |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2296 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice. |
25979
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
2297 |
25960 | 2298 1999-10-09 Stefan Monnier <monnier@cs.yale.edu> |
2299 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2300 * Makefile (setwins): Abstract out the command to find subdirectories |
25962 | 2301 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base). |
25970 | 2302 (custom-deps, finder-data, autoloads, update-subdirs, updates) |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2303 (autoloads-with-other-emacs): Use it. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2304 |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2305 * diff-mode.el: New file. A mode for viewing/editing context diffs. |
25960 | 2306 |
25942 | 2307 1999-10-09 Gerd Moellmann <gerd@gnu.org> |
2308 | |
2309 * Makefile (bootstrap-compile): New target. Compile Lisp | |
2310 files with ../src/temacs. | |
2311 | |
25939 | 2312 1999-10-08 Simon Marshall <simon@gnu.org> |
2313 | |
2314 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function. | |
2315 (regexp-opt-group): Use it to get common suffixes in STRINGS. | |
2316 If STRINGS is nil, return "" rather than nil. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2317 |
25937 | 2318 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
2319 | |
2320 * Makefile (compile): Compile files one by one. Set load-path to | |
2321 current directory and subdirectories when compiling. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2322 |
25918 | 2323 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
2324 | |
2325 * Makefile (EMACSOPT, DONTCOMPILE, EL): New. | |
2326 (emacs): Use it everywhere instead of EMACS. | |
2327 (compile): New target. Compile all Lisp files from scratch. | |
2328 (recompile): New target. Recompile lisp directory. | |
2329 (autoloads-with-other-emacs): New target. Build loaddefs.el with | |
2330 an Emacs executable not built in the current directory tree. | |
2331 | |
25908 | 2332 1999-10-07 Peter Breton <pbreton@ne.mediaone.net> |
2333 | |
2334 * filecache.el (file-cache-completion-ignore-case): New variable, | |
2335 defaulting to the value of completion-ignore-case. | |
2336 (file-cache-minibuffer-complete): Use it. | |
2337 (file-cache-files-matching, file-cache-files-matching-internal): | |
2338 New functions. | |
2339 | |
25905
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2340 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
|
2341 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2342 * 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
|
2343 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2344 * 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
|
2345 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2346 * 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
|
2347 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2348 * 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
|
2349 subprogram being created. |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2350 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2351 * 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
|
2352 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
|
2353 scheme |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2354 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2355 * 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
|
2356 New functions |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2357 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2358 * 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
|
2359 justification parameter |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2360 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2361 * 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
|
2362 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
|
2363 external program |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2364 |
25900 | 2365 1999-10-07 Dave Love <fx@gnu.org> |
2366 | |
2367 * bindings.el (bound-and-true-p): New macro. | |
2368 (make-mode-line-mouse-sensitive): Don't require easymenu. | |
2369 | |
25886 | 2370 1999-10-07 Gerd Moellmann <gerd@gnu.org> |
2371 | |
2372 * custom.el (defface): Extend documentation for new values of | |
2373 `type'. | |
2374 | |
2375 * faces.el (face-spec-set-match-display): Recognize `type' of | |
2376 `motif', `lucid', `x-toolkit'. | |
2377 (menu): New face. | |
2378 | |
25870 | 2379 1999-10-05 Dave Love <fx@gnu.org> |
2380 | |
2381 * files.el: Recognize temporary crontab files. | |
2382 | |
25873 | 2383 * info.el: Require jka-compr when compiling. |
2384 (Info-suffix-list): Add bzip2 files (non-ms-dos only). | |
2385 | |
25866 | 2386 1999-10-04 Dave Love <fx@gnu.org> |
2387 | |
2388 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines, | |
2389 scroll-up-aggressively, scroll-down-aggressively. | |
2390 | |
2391 * time.el (display-time-mode): Add autoload cookie. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2392 |
25867 | 2393 * rect.el (delete-extract-rectangle): Doc fix from verna. |
25866 | 2394 |
2395 * help-macro.el (three-step-help): Customize. | |
2396 | |
25926 | 2397 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2398 | |
2399 * hexl.el (hexlify-buffer): Move point in proper range | |
2400 if it is too large. | |
2401 (hexl-after-revert-hook): Update hexl-max-address. | |
2402 (hexl-address-to-marker): Doc fix. | |
2403 | |
25865 | 2404 1999-10-03 Dave Love <fx@gnu.org> |
2405 | |
2406 * image.el (defimage): Remove redundant code. Substitute file in | |
2407 image plist. | |
2408 | |
2409 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
2410 | |
2411 * vc.el (vc-backend-checkout): Use coding system 'no-conversion | |
2412 when doing with-temp-file. | |
2413 | |
2414 1999-10-01 Dave Love <fx@gnu.org> | |
2415 | |
2416 * cus-edit.el (custom-comment-create): Fill :from and :to slots. | |
2417 | |
2418 * help.el: Require view when compiling. | |
2419 (view-emacs-FAQ): Use Info version. | |
2420 | |
25837 | 2421 1999-09-29 Ken'ichi Handa <handa@gnu.org> |
2422 | |
2423 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed | |
2424 (normat->normal). Use correct font names for Korean | |
2425 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H). | |
2426 | |
2427 1999-09-29 Kenichi Handa <handa@etl.go.jp> | |
2428 | |
2429 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit | |
2430 code not used by KOI8 to the same 8-bit code instead of mapping to | |
2431 SPC. | |
2432 (cyrillic-alternativnyj-decode-table): Likewise. | |
2433 | |
2434 1999-09-29 Alex Schroeder <alex@gnu.org> | |
2435 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2436 * sql.el (sql-imenu-generic-expression): Aew, used to set |
25837 | 2437 imenu-generic-expression. |
2438 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting | |
2439 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression, | |
2440 imenu-case-fold-search, and imenu-syntax-alist. | |
2441 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when | |
2442 setting font-lock-defaults' SYNTAX-ALIST. | |
2443 | |
26025 | 2444 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2445 | |
2446 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard | |
2447 macro, try again. | |
2448 | |
25837 | 2449 1999-09-28 Dave Love <fx@gnu.org> |
2450 | |
2451 * cus-edit.el (custom-comment): Change widget definition. | |
2452 (custom-comment-create, custom-comment-show) | |
2453 (custom-comment-invisible-p): Don't use :comment-overlay. | |
2454 (custom-comment-hide): New function. | |
2455 (custom-variable-set, custom-variable-save) | |
2456 (custom-variable-reset-standard, custom-face-set) | |
2457 (custom-face-save): Use it. | |
2458 | |
25946 | 2459 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2460 | |
25949 | 2461 * hexl.el (hexl-mode): Do nothing if already in hexl mode. |
2462 | |
2463 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
2464 | |
25946 | 2465 * faces.el (region): Doc fix. |
2466 | |
25837 | 2467 1999-09-27 Dave Love <fx@gnu.org> |
2468 | |
2469 * isearch.el (isearch): Add :links in defgroup. | |
2470 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank. | |
2471 (isearch-switch-frame-handler): Comment out (unused). | |
2472 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix. | |
2473 (isearch-ring-retreat-edit): Doc fix. | |
2474 (isearch-mouse-yank): New command. | |
2475 (isearch-last-command-char): Removed. Callers changed to use | |
2476 last-command-char. | |
2477 (isearch-char-to-string): Removed. Callers changed to use | |
2478 char-to-string. | |
2479 | |
25944 | 2480 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> |
2481 | |
2482 * ispell.el (ispell-dictionary-alist-6): Don't use "-C" | |
2483 option for Russian. | |
2484 | |
25837 | 2485 1999-09-25 Gerd Moellmann <gerd@gnu.org> |
2486 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2487 * faces.el (face-differs-from-default-p): Compare face |
25837 | 2488 attributes individually. |
2489 | |
2490 * image.el (put-image, insert-image): Add string argument. | |
2491 | |
2492 1999-09-24 Gerd Moellmann <gerd@gnu.org> | |
2493 | |
2494 * ange-ftp.el (ange-ftp-date-regexp): Make it work for | |
2495 LANG=de_DE.iso88591 on HPUX 11.0. | |
2496 | |
2497 * dired.el (dired-move-to-filename-regexp): Make it work | |
2498 for LANG=de_DE.iso88591 on HPUX 11.0. | |
2499 | |
26171 | 2500 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2501 | |
2502 * info.el (info-initialize): Don't test existence of ALTERNATIVE | |
2503 if we know for some other reason it should not be used. | |
2504 | |
26179 | 2505 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg): |
2506 New variable. | |
2507 (edebug-recursive-edit): Save current-prefix-arg there, | |
2508 bind it, and set it back at the end. | |
2509 (edebug-outside-excursion): Restore and update the outside | |
2510 value of current-prefix-arg. | |
2511 (edebug-emacs-version-specific): Delete support for Epoch. | |
2512 | |
26180 | 2513 1999-09-24 Howard Melman <howard@silverstream.com> |
2514 | |
2515 * imenu.el (imenu-after-jump-hook): New variable. | |
2516 (imenu): Run menu-after-jump-hook. | |
2517 (imenu-name-lookup-function): New variable. | |
2518 * imenu.el (imenu--in-alist): Use those variables. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2519 |
25837 | 2520 1999-09-24 Carsten Dominik <cd@gnu.org> |
2521 | |
2522 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2523 multiple thebibliography environments. |
25837 | 2524 |
2525 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug | |
2526 with recentering window. | |
2527 (reftex-extract-bib-entries-from-thebibliography, | |
2528 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal | |
2529 with multiple thebibliography environments. | |
2530 | |
2531 * textmodes/reftex-vars.el | |
2532 (reftex-section-levels): Function allowed as cdr. | |
2533 (reftex-max-section-depth) New option. | |
2534 | |
2535 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal | |
2536 with multiple thebibliography environments. | |
2537 | |
2538 1999-09-23 Gerd Moellmann <gerd@gnu.org> | |
2539 | |
2540 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end | |
2541 instead of point-min in call to delete-region. | |
2542 | |
2543 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
2544 | |
2545 * vc.el (vc-backend-checkout): Use with-temp-file when checking | |
2546 out into arbitrary file names. | |
2547 | |
2548 1999-09-19 Ken'ichi Handa <handa@gnu.org> | |
2549 | |
2550 * language/european.el ("Turkish"): New language environment. | |
2551 | |
2552 1999-09-19 Dave Love <fx@gnu.org> | |
2553 | |
2554 * delim-col.el: New file. | |
2555 | |
2556 1999-09-17 Richard Stallman <rms@gnu.org> | |
2557 | |
2558 * files.el (after-find-file): When visiting a backup file, | |
2559 make it read-only. | |
2560 | |
2561 * apropos.el (apropos-symbol-face): Non-nil even for ttys. | |
2562 (apropos-keybinding-face, apropos-label-face): Likewise. | |
2563 (apropos-property-face, apropos-match-face): Likewise. | |
2564 (apropos-label-properties): New variable. | |
2565 (apropos-print-doc): Use apropos-label-properties. | |
2566 (apropos-print): Set apropos-label-properties. | |
2567 | |
2568 1999-09-15 Richard Stallman <rms@gnu.org> | |
2569 | |
2570 * winner.el: Use aref instead of sref. | |
2571 | |
2572 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars. | |
2573 | |
2574 1999-09-14 Gerd Moellmann <gerd@gnu.org> | |
2575 | |
2576 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print. | |
2577 | |
2578 1999-09-14 Richard Stallman <rms@gnu.org> | |
2579 | |
2580 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload | |
2581 cookie, even if followed by a letter. | |
2582 | |
2583 1999-09-14 Stephen Eglen <stephen@gnu.org> | |
2584 | |
2585 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and | |
2586 --no-line-editing are passed to Octave by including them here | |
2587 rather than storing them in inferior-octave-startup-args. | |
2588 | |
2589 1999-09-14 Eli Zaretskii <eliz@gnu.org> | |
2590 | |
2591 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref, | |
2592 command, option, env and sc. | |
2593 | |
2594 * subr.el (shell-quote-argument): Quote argument with double | |
2595 quotes for ms-dos. | |
2596 | |
2597 1999-09-14 Richard Stallman <rms@gnu.org> | |
2598 | |
2599 * simple.el (eval-expression-print-level): New variable. | |
2600 (eval-expression-print-length): New variable. | |
2601 (eval-expression-debug-on-error): New variable. | |
2602 (eval-expression): Bind print-level, print-length and | |
2603 debug-on-error from those vars. | |
2604 | |
2605 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp): | |
2606 Bind print-level, print-length and debug-on-error. | |
2607 | |
2608 1999-09-14 Inge Frick <inge@nada.kth.se> | |
2609 | |
2610 * dired.el (dired-recursive-deletes): New custom variable. | |
2611 (dired-re-no-dot): New variable. | |
2612 (dired-delete-file): New function deletes files and directories | |
2613 recursively. | |
2614 (dired-internal-do-deletions): Use `dired-delete-file' to delete files. | |
2615 | |
2616 * dired-aux.el (dired-recursive-copies): New custom variable. | |
2617 (dired-handle-overwrite): Broke a long line. | |
2618 (dired-copy-file): Call `dired-copy-file-recursive' instead of | |
2619 `copy-file'. | |
2620 (dired-copy-file-recursive): New function. Copy directories | |
2621 recursively. | |
2622 (dired-do-create-files): Added support for generalized directory | |
2623 target. How-to function may now return a function. New fluid | |
2624 variable `dired-one-file'. | |
2625 (dired-copy-how-to-fn): New variable. | |
2626 (dired-do-copy): Bind `dired-recursive-copies' to preserve it. | |
2627 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files. | |
2628 (dired-do-copy-regexp): No recursive copies. | |
2629 | |
2630 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com> | |
2631 | |
2632 * whitespace.el (whitespace-version): Update version to 2.4 | |
2633 | |
2634 * whitespace.el: Add customization variables to conditionally test | |
2635 any of the five whitespaces, per request from Rune Kleveland | |
2636 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>. | |
2637 | |
2638 * whitespace.el (whitespace-spacetab-regexp): Fix doc string. | |
2639 | |
2640 * whitespace.el (whitespace-modes): Add `change-log-mode' to the | |
2641 list of modes to be checked for bogus whitespaces. | |
2642 | |
2643 * whitespace.el (whitespace-rescan-timer-time): Update | |
2644 documentation. | |
2645 | |
2646 * whitespace.el (whitespace-display-unchecked-whitespaces): | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2647 New function to update modeline with untested whitespaces. |
25837 | 2648 |
2649 * whitespace.el (whitespace-buffer): Test only whitespaces whose | |
2650 checking is turned on, and update modeline using the newly created | |
2651 `whitespace-display-unchecked-whitespaces'. | |
2652 | |
2653 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces | |
2654 whose checking is turned on, and update modeline using the newly | |
2655 created `whitespace-display-unchecked-whitespaces'. | |
2656 | |
2657 * whitespace.el (whitespace-describe): Update documentation. | |
2658 | |
2659 * whitespace.el (whitespace-tickle-timer): Test if | |
2660 `whitespace-rescan-timer-time' is non-zero before tickling timer. | |
2661 | |
2662 1999-09-13 Dave Love <fx@gnu.org> | |
2663 | |
2664 * hideif.el (hide-ifdef-mode): Add autoload cookie. | |
2665 | |
2666 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode | |
2667 for temp buffer. | |
2668 (checkdoc-this-string-valid): Don't assume default comment-start. | |
2669 | |
2670 1999-09-13 Gerd Moellmann <gerd@gnu.org> | |
2671 | |
2672 * rsz-mini.el: Remove code, keep the interface. | |
2673 | |
2674 1999-09-13 Dave Love <fx@gnu.org> | |
2675 | |
2676 * help.el (help-highlight-p): Doc fix. | |
2677 | |
2678 * faces.el (mode-line, header-line, tool-bar): Add :version. | |
2679 (highlight, secondary-selection): Add :group. | |
2680 (trailing-whitespace): Add :group, :version. | |
2681 | |
2682 * wid-edit.el: Remove some compatibility code and checks. | |
2683 (widget-specify-field, widget-specify-button): Don't use XEmacs | |
2684 properties. | |
2685 (widget-overlay-inactive): Change error message. | |
2686 (widget-button-pressed-face): New variable. | |
2687 (widget-button-click): Use it. | |
2688 (widget-documentation-link-add): Specify mouse and button faces. | |
2689 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions | |
2690 removed now the functionality is built in. | |
2691 | |
2692 * cus-edit.el: Don't define-widget-keywords. | |
2693 (multimedia): New group. | |
2694 (custom-last): Function removed. | |
2695 (custom-quote): Add vectorp case, comment out characterp case. | |
2696 (custom-buffer-done-function, custom-raised-buttons): New option. | |
2697 (Custom-buffer-done): New function. | |
2698 (custom-buffer-create-internal): Obey custom-raised-buttons, | |
2699 Custom-buffer-done. | |
2700 (custom-button-face): Make it `released-button'. | |
2701 (custom-button-pressed-face): Make it `pressed-button' | |
2702 (custom-mode-map): Bind "q" to Custom-buffer-done. | |
2703 (custom-mode): Deal with raised/pressed buttons. | |
2704 | |
2705 Changes from Didier Verna: | |
2706 (custom-prompt-variable): Optional third arg makes prompt for a | |
2707 comment string. | |
2708 (customize-set-value, customize-set-variable, | |
2709 customize-save-variable): Optional prefix makes function handle | |
2710 variable comments. | |
2711 (customize-customized, customize-saved, custom-variable-state-set) | |
2712 (custom-variable-set, custom-variable-save, custom-face-state-set) | |
2713 (custom-variable-reset-saved, custom-variable-reset-standard) | |
2714 (custom-face-set, custom-face-save, custom-face-reset-saved) | |
2715 (custom-face-reset-standard, customize-save-customized): Handle | |
2716 custom comments. | |
2717 (custom-comment-face, custom-comment-tag-face): New face. | |
2718 (custom-comment): New widget. | |
2719 (custom-comment-create, custom-comment-delete) | |
2720 (custom-comment-value-set, custom-comment-show) | |
2721 ()custom-comment-invisible-p): New functions. | |
2722 (custom-variable-value-create, custom-face-value-create): Create a | |
2723 comment field widget. | |
2724 (custom-variable-menu, custom-face-menu): New entry for custom | |
2725 comment. | |
2726 (custom-face-value-create): Remove compatibility code. | |
2727 (custom-save-variables, custom-save-faces): Possibly save custom | |
2728 comments. | |
2729 | |
2730 * cus-face.el (custom-face-attributes): Simplify :underline, | |
2731 :overline, :inverse-video cases. Fix up :box case (probably needs | |
2732 more work). | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2733 |
25837 | 2734 Change from Didier Verna: |
2735 (custom-set-faces): The arguments can now have a custom comment as | |
2736 fourth argument. | |
2737 | |
2738 * custom.el: Don't define-widget-keywords. | |
2739 Change from Didier Verna: | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2740 (custom-set-variables): The arguments can now have a |
25837 | 2741 custom comment as fifth element. |
2742 | |
2743 1999-09-13 Richard Stallman <rms@gnu.org> | |
2744 | |
2745 * info.el (Info-find-node): Cope better if guesspos is too large. | |
2746 | |
2747 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
2748 | |
2749 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2750 of buffer-substring because buffer-string doesn't copy the |
25837 | 2751 prompt. |
2752 | |
2753 * faces.el (mode-line): Replaces `modeline'. | |
2754 (toplevel): Make `modeline' an alias for `mode-line'. | |
2755 | |
2756 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
2757 | |
2758 * gs.el: Change `ghostscript' to `postscript' in comment. | |
2759 | |
2760 1999-09-11 Rob Riepel <riepel@Stanford.EDU> | |
2761 | |
2762 * emulation/tpu-edt.el (tpu-version): New version. | |
2763 (tpu-search-overlay, tpu-replace-overlay): New variables. | |
2764 (tpu-search-highlight, tpu-toggle-direction): New functions. | |
2765 (tpu-lm-replace): Set tpu-replace-overlay. | |
2766 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post | |
2767 command hook. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2768 |
25837 | 2769 1999-09-11 Richard Stallman <rms@gnu.org> |
2770 | |
2771 * isearch.el (isearch-mode-map): Undo previous change. | |
2772 | |
2773 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER, | |
2774 use all of that as the sexp. | |
2775 | |
2776 * files.el (find-file-noselect): Catch errors in file-expand-wildcards, | |
2777 and use the initial argument as file name directly. | |
2778 Likewise if nothing matches. | |
2779 | |
2780 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no> | |
2781 | |
2782 * winner.el: Major changes. Avoid changing point and mark. | |
2783 Save configurations after they change, not before. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2784 |
25837 | 2785 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu> |
2786 | |
2787 * emacs-lisp/bytecomp.el (byte-compile-output-docform): | |
2788 Bind print-continuous-numbering and print-number-table. | |
2789 | |
2790 1999-09-10 Dave Love <fx@gnu.org> | |
2791 | |
2792 * bindings.el (debug-ignored-errors): Restore BBDB stuff. | |
2793 | |
2794 1999-09-09 Richard Stallman <rms@gnu.org> | |
2795 | |
2796 * whitespace.el: Finish making it fit Emacs conventions. | |
2797 Add autoloads. | |
2798 | |
2799 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il> | |
2800 | |
2801 * generic-x.el (bat-generic-mode): "::"-style comments don't | |
2802 need to begin with "-". Fix the font-lock definitions of ON/OFF | |
2803 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO | |
2804 from the list of keywords. Add DO to the list of keywords. | |
2805 | |
2806 1999-09-09 Dave Love <fx@gnu.org> | |
2807 | |
26943 | 2808 * emacs-lisp/byte-opt.el (byte-optimize-backward-char): |
25837 | 2809 (byte-optimize-backward-word): New optimizations. |
2810 (side-effect-free-fns, side-effect-and-error-free-fns): Add | |
2811 entries. | |
2812 | |
2813 1999-09-09 Gerd Moellmann <gerd@gnu.org> | |
2814 | |
2815 * image.el (put-image): Remove optional buffer parameter. | |
2816 | |
2817 * faces.el (face-italic-p): Return t only for values `italic' | |
2818 and `oblique'. | |
2819 | |
2820 * mouse.el (mouse-drag-mode-line-1): Extension of former | |
2821 mouse-drag-mode-line that also drags the header line. | |
2822 (mouse-drag-mode-line): Call it. | |
2823 (mouse-drag-header-line): New. | |
2824 (toplevel): Bind down-mouse-1 on header lines to | |
2825 mouse-drage-header-line. | |
2826 | |
2827 1999-09-08 Gerd Moellmann <gerd@gnu.org> | |
2828 | |
2829 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref. | |
2830 (make-mode-line-mouse-sensitive): Replace `top-line' by | |
2831 `header-line'. | |
2832 | |
2833 1998-09-08 Michael Ernst <mernst@alum.mit.edu> | |
2834 | |
2835 * help.el (describe-function-1): Don't return empty string for keymaps. | |
2836 | |
2837 * fill.el (fill-region-as-paragraph, canonically-space-region): | |
2838 Respect colon-double-space at end of line. | |
2839 | |
2840 1999-09-08 Stephen Gildea <gildea@alum.mit.edu> | |
2841 | |
2842 * files.el (backup-by-copying-when-privileged-mismatch): New variable. | |
2843 (backup-buffer): Use it. | |
2844 | |
2845 1999-09-08 Peter Breton <pbreton@ne.mediaone.net> | |
2846 | |
2847 * generic-x.el (generic-define-unix-modes): Added new modes: | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2848 inetd-conf-generic-mode, etc-services-generic-mode, |
25837 | 2849 etc-passwd-generic-mode. These are all defined for Unix by default. |
2850 (apache-generic-mode): Use an imenu-generic-expression to list | |
2851 Configuration keywords. | |
2852 (samba-generic-mode): Use both ; and # as comment characters. | |
2853 (samba-generic-mode): Font-lock expressions now highlight name | |
2854 value pairs. | |
2855 (bat-generic-mode): Keywords are now case-insensitive through | |
2856 font-lock-defaults setting. | |
2857 (java-properties-generic-mode): Supports both ! and # as comment | |
2858 characters. | |
2859 (java-properties-generic-mode): Added an imenu-generic-expression | |
2860 (java-properties-generic-mode): Reworked to support the various | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2861 different ways to separate name and value (viz, '=', ':' and |
25837 | 2862 whitespace). |
2863 (show-tabs-generic-mode): Added this new generic-mode. | |
2864 | |
2865 1999-09-08 Richard Stallman <rms@gnu.org> | |
2866 | |
2867 * progmodes/inf-lisp.el: Moved from top directory. | |
2868 | |
2869 * tar-mode.el (tar-header-block-tokenize): | |
2870 Use `when' instead of `and'. Fix some clobbered text. | |
2871 | |
2872 * gud.el (gud-make-debug-menu): Make a child for the | |
2873 local menu, for its menu bar, and the debug menu. | |
2874 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): | |
2875 Use the history in the simple way. | |
2876 | |
2877 1999-09-07 Kenichi Handa <handa@etl.go.jp> | |
2878 | |
2879 * language/korea-util.el (default-korean-keyboard): Initialize it | |
2880 according to the environment variable HANGUL_KEYBOARD_TYPE. | |
2881 | |
2882 1999-09-07 Richard Stallman <rms@gnu.org> | |
2883 | |
2884 * subr.el (make-temp-file): New function. | |
2885 | |
2886 1999-09-07 Stefan Monnier <monnier@cs.yale.edu> | |
2887 | |
2888 * font-lock.el (font-lock-multiline): New text property contains | |
2889 a boolean to indicate if the char is part of a multiline match. | |
2890 (font-lock-default-fontify-region): Extend the region appropriately | |
2891 for multiline keywords. | |
2892 (font-lock-default-unfontify-region): Also remove the new | |
2893 font-lock-multiline text property. | |
2894 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches. | |
2895 (font-lock-fontify-keywords-region): Mark multiline regexp matches. | |
2896 | |
2897 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
2898 | |
2899 * diary-lib.el (list-diary-entries): Make sure two-digit years | |
2900 have leading zeros. | |
2901 | |
2902 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
2903 | |
2904 * faces.el (face-set-after-frame-default): Initialize some | |
2905 attributes of some faces from frame parameters. | |
2906 | |
2907 * faces.el (scroll-bar, border, cursor, mouse): New faces. | |
2908 | |
2909 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
2910 | |
2911 * faces.el (fringe): Replaces face `margin'. | |
2912 | |
2913 1999-09-07 Dave Love <fx@gnu.org> | |
2914 | |
2915 * tar-mode.el (tar-header-block-tokenize): Bind linkname. | |
2916 | |
2917 1999-09-07 Richard Stallman <rms@gnu.org> | |
2918 | |
2919 * subr.el (push): Doc fix. | |
2920 | |
2921 1999-09-06 Richard Stallman <rms@gnu.org> | |
2922 | |
2923 * vc.el (vc-annotate-display): Use < 69 not < 70 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2924 to distinguish 20YY from 19YY. |
25837 | 2925 |
2926 * timezone.el (timezone-parse-date): Use < 69 not < 70 | |
2927 to distinguish 20YY from 19YY. | |
2928 | |
2929 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file. | |
2930 | |
2931 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk> | |
2932 | |
2933 * quickurl.el: (quickurl-list-focused-line): Removed. | |
2934 (quickurl-list-insert): Now works out the focused line using | |
2935 `count-lines' instead of using `quickurl-list-focused-line'. | |
2936 | |
2937 1999-09-06 Richard Stallman <rms@gnu.org> | |
2938 | |
2939 * mail/rmail.el (rmail-retry-failure): Unconditionally move | |
2940 to beginning of message. | |
2941 | |
2942 1999-09-06 Dave Love <fx@gnu.org> | |
2943 | |
2944 * isearch.el (isearch-mode-map): Add mouse-2. | |
2945 | |
26943 | 2946 * mail/rmail.el (rmail-read-password): Deleted. |
25837 | 2947 (rmail-get-pop-password): Use read-password. |
2948 | |
2949 * quickurl.el: Don't conditionally define caddr. | |
2950 (quickurl-url-comment): Use nth, not caddr in function and | |
2951 defsetf. | |
2952 | |
2953 1999-09-06 Richard Stallman <rms@gnu.org> | |
2954 | |
2955 * auto-show.el: Doc fixes. | |
2956 | |
2957 1999-09-06 Stephen Eglen <stephen@gnu.org> | |
2958 | |
2959 * progmodes/octave-inf.el (inferior-octave-startup-args): Add | |
2960 --no-line-editing so that TABs in source files are not interpreted | |
2961 as completion requests. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2962 |
25837 | 2963 1999-09-06 Gerd Moellmann <gerd@gnu.org> |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2964 |
25837 | 2965 * hscroll.el, auto-show.el: Remove all code, keep the public |
2966 interface as no-ops. | |
2967 | |
2968 * faces.el (face-bold-p): Don't return t if face has lighter | |
2969 weight than normal. | |
2970 | |
2971 1999-09-06 Eli Zaretskii <eliz@gnu.org> | |
2972 | |
2973 * startup.el (command-line): Make small-temporary-file-directory | |
2974 be nil except on ms-dos. | |
2975 | |
2976 * files.el (small-temporary-file-directory): Ditto. Also doc fix. | |
2977 | |
2978 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it | |
2979 is defined. | |
2980 | |
2981 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive | |
2982 letters with a colon after d or l. | |
2983 | |
2984 1999-09-06 Dave Love <fx@gnu.org> | |
2985 | |
26943 | 2986 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now |
2987 primitive.) | |
25837 | 2988 |
2989 1999-09-05 Richard Stallman <rms@gnu.org> | |
2990 | |
2991 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY. | |
2992 | |
2993 * textmodes/paragraphs.el (backward-kill-sentence): | |
2994 Don't test minibuffer-prompt-end here. | |
2995 (forward-sentence): Do handle it here. | |
2996 (backward-kill-paragraph): Don't test it here. | |
2997 (forward-paragraph): Handle it here. | |
2998 | |
2999 * mouse.el (font-menu-add-default): Simplify code. | |
3000 | |
3001 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
3002 | |
3003 * faces.el (header-line): Renamed from `top-line'. | |
3004 | |
3005 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
3006 | |
3007 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'. | |
3008 | |
3009 1999-09-04 Richard Stallman <rms@gnu.org> | |
3010 | |
3011 * whitespace.el: New file. | |
3012 | |
3013 1999-09-04 Dave Love <fx@gnu.org> | |
3014 | |
3015 * paths.el: Make some doc strings obey the make-docfile convention. | |
3016 | |
3017 * bindings.el: Likewise. | |
3018 (debug-ignored-errors): Remove BBDB ones. | |
3019 | |
3020 1999-09-03 Richard Stallman <rms@gnu.org> | |
3021 | |
3022 * mail/mh-comp.el (mh-forward): Get new subject line from the original, | |
3023 not from the draft to forward. | |
3024 | |
3025 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun. | |
3026 | |
3027 1999-09-03 Dave Love <fx@gnu.org> | |
3028 | |
3029 * double.el (double-mode): Customize the variable. | |
3030 | |
3031 1999-09-03 Kenichi Handa <handa@etl.go.jp> | |
3032 | |
3033 * international/characters.el: Delete duplicated code. | |
3034 | |
3035 1999-09-02 Richard Stallman <rms@gnu.org> | |
3036 | |
3037 * indent.el (indent-relative): Doc fix. | |
3038 | |
3039 * quickurl.el (quickurl): Doc fix. | |
3040 | |
3041 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
3042 | |
3043 * faces.el (margin): Change background to "gray" for mono (this is | |
3044 drawn with a stipple pattern). | |
3045 | |
3046 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
3047 | |
3048 * simple.el (next-history-element): Use minibuffer-prompt-end once | |
3049 again. Remove test for minibuffer-prompt-in-buffer. | |
3050 | |
3051 1999-09-02 Eli Zaretskii <eliz@gnu.org> | |
3052 | |
3053 * files.el (small-temporary-file-directory): New variable. | |
3054 | |
3055 * startup.el (command-line): Compute the value of | |
3056 small-temporary-file-directory. | |
3057 | |
3058 * ediff-init.el (ediff-temp-file-prefix): Use | |
3059 small-temporary-file-directory if non-nil. | |
3060 | |
3061 * vc.el (vc-update-change-log): Likewise. | |
3062 | |
3063 * progmodes/cmacexp.el (c-macro-expansion): Likewise. | |
3064 | |
3065 * simple.el (shell-command, shell-command-on-region): Use | |
3066 make-temp-name properly. Use small-temporary-file-directory if | |
3067 non-nil, otherwise temporary-file-directory, to generate temporary | |
3068 files. | |
3069 | |
3070 * dos-w32.el (direct-print-region-helper): Use | |
3071 temporary-file-directory. (From Stefan Monnier.) | |
3072 | |
3073 1999-09-02 Richard Stallman <rms@gnu.org> | |
3074 | |
3075 * progmodes/asm-mode.el (asm-mode): Set comment-start properly | |
3076 from asm-comment-char. | |
3077 (asm-font-lock-keywords): Recognize instruction width suffixes. | |
3078 | |
3079 1999-09-01 Richard Stallman <rms@gnu.org> | |
3080 | |
3081 * play/fortune.el: New file. | |
3082 | |
3083 1999-08-31 Dave Love <fx@gnu.org> | |
3084 | |
3085 * help.el (help-make-xrefs): Don't lose on non-empty blank line | |
3086 after key table. | |
3087 | |
26943 | 3088 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and |
3089 redisplay variables. | |
25837 | 3090 |
3091 * subr.el (push): Fix typo. | |
3092 | |
3093 1999-08-30 Kevin Blake <kblake@ticnet.com> | |
3094 | |
3095 * emacs-lisp/ring.el: Many doc fixes. | |
3096 (ring-size, ring-copy): New functions. | |
3097 | |
3098 1999-08-29 Richard Stallman <rms@gnu.org> | |
3099 | |
3100 * progmodes/etags.el (tags-loop-continue): | |
3101 After tags-loop-operate returns, force skip to next file. | |
3102 | |
3103 * mail/mail-extr.el (mail-extr-all-letters-but-separators) | |
3104 (mail-extr-first-letters, mail-extr-last-letters): | |
3105 Use character classes [:alpha:] and [:alnum:]. | |
3106 | |
3107 * subr.el (push, pop): New macros. | |
3108 | |
3109 * progmodes/compile.el (compilation-error-regexp-alist): | |
3110 New item for SGI IRIX MipsPro compilers. | |
3111 | |
3112 * speedbar.el (speedbar-directory-buttons): Recognize | |
3113 device names when checking for file names. | |
3114 | |
3115 * array.el (array-reconfigure-rows): Use generate-new-buffer. | |
3116 | |
3117 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros, | |
3118 and specially handle defvar inside their expansions. | |
3119 (eval-defun-1): New subroutine. | |
3120 | |
3121 * progmodes/compile.el (compilation-error-regexp-alist): | |
3122 Fix the Perl -w entry to allow period after line number. | |
3123 Don't allow newlines in file name, but allow them after line number | |
3124 for Perl debugging traces. | |
3125 | |
3126 * which-func.el (which-func-cleanup-function): New variable. | |
3127 (which-function): Call that function. | |
3128 | |
3129 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or ( | |
3130 to end a function name. | |
3131 | |
3132 * informat.el (Info-tagify): Don't insert more than one newline | |
3133 before the tag table. | |
3134 | |
3135 1999-08-29 Stefan Monnier <monnier@cs.yale.edu> | |
3136 | |
3137 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather | |
3138 than make-temp-name, use match-string-no-properties, and eliminate | |
3139 a quadratic behavior when building bibtex-strings. | |
3140 | |
3141 1999-08-29 Alex Schroeder <alex@gnu.org> | |
3142 | |
3143 * comint.el (comint-input-ring-separator): New variable. | |
3144 (comint-read-input-ring): Doc change; use | |
3145 comint-input-ring-separator when reading file. | |
3146 (comint-write-input-ring): Use | |
3147 comint-input-ring-separator when writing file. | |
3148 | |
3149 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com> | |
3150 | |
3151 * informat.el (Info-tagify): Start by widening. | |
3152 Match node headers that don't list the file name, | |
3153 and more kinds of page separations. | |
3154 Strip properties during tagification. | |
3155 Use start of node header line as tag's position. | |
3156 Fix the "done" message. | |
3157 | |
3158 (Info-validate): Save and restore match data around narrowing down. | |
3159 | |
3160 1999-08-28 Richard M. Stallman <rms@gnu.org> | |
3161 | |
3162 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode): | |
3163 On repeated call, override previous values put into | |
3164 minor-mode-map-alist and minor-mode-alist. | |
3165 | |
3166 1999-08-28 Michael Ernst <mernst@alum.mit.edu> | |
3167 | |
3168 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format. | |
3169 | |
3170 1999-08-27 Andreas Schwab <schwab@gnu.org> | |
3171 | |
3172 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker | |
3173 from cvs update. | |
3174 | |
3175 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
3176 | |
3177 * calendar/calendar.el (calendar-move-hook): New hook. | |
3178 | |
3179 * calendar/cal-move.el: Call the new hook in every movement function. | |
3180 | |
3181 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload | |
3182 the right function name. | |
3183 | |
3184 1999-08-26 Stephen Gildea <gildea@alum.mit.edu> | |
3185 | |
3186 * time-stamp.el: Put quote-backquote around all symbol names | |
3187 in doc strings, for mousing. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3188 (time-stamp): Support multi-line patterns. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3189 (time-stamp-inserts-lines): New variable. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3190 (time-stamp-count): New variable. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3191 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes |
25837 | 3192 "Thu" instead of "%a". |
3193 | |
3194 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
3195 | |
3196 * simple.el (kill-word): Undo previous change. | |
3197 | |
3198 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
3199 | |
3200 * jit-lock.el (jit-lock-function): Extend the fontified range | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3201 to the beginning of the line containing the range start and |
25837 | 3202 the beginning of the line following the range end. |
3203 | |
3204 1999-08-24 Dave Love <fx@gnu.org> | |
3205 | |
3206 * timezone.el: Move provide to end. | |
3207 (timezone-parse-date): Simplify somewhat. Assume 2-digit years | |
3208 <70 are 2000+. | |
3209 (timezone-parse-time): Simplify somewhat. | |
3210 | |
3211 1999-08-24 Gerd Moellmann <gerd@gnu.org> | |
3212 | |
3213 * faces.el (margin): Renamed from bitmap-area. | |
3214 | |
3215 1999-08-24 Alex Schroeder <alex@gnu.org> | |
3216 | |
3217 * sql.el: Doc changes. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3218 (sql-sybase): Use sql-server instead of sql-database. |
25837 | 3219 |
3220 1999-08-23 Dave Love <fx@gnu.org> | |
3221 | |
3222 * rect.el: Add/fix various doc strings. Add `*' to all the | |
3223 interactive specs. | |
3224 | |
3225 1999-08-21 Gerd Moellmann <gerd@gnu.org> | |
3226 | |
3227 * jit-lock.el (jit-lock-function): Use line-beginning-position. | |
3228 Don't unwind-protect font-lock-fontify-region. | |
3229 | |
3230 * paragraphs.el (backward-kill-paragraph): Don't move | |
3231 point into mini-buffer prompt. | |
3232 (backward-kill-sentence): Ditto. | |
3233 | |
3234 * simple.el (next-history-element): Use minibuffer-prompt-end. | |
3235 Remove test for minibuffer-prompt-in-buffer. | |
3236 (kill-word): Don't move point into mini-buffer prompt. | |
3237 | |
3238 1999-08-21 Dave Love <fx@gnu.org> | |
3239 | |
3240 * Makefile: Exclude CVS dirs like RCS. | |
3241 | |
3242 1999-08-19 Dave Love <fx@gnu.org> | |
3243 | |
3244 * tooltip.el (tooltip-mode): Customize this, per convention. | |
3245 (tooltip-active): Option deleted. | |
3246 | |
3247 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize. | |
3248 | |
3249 * hanoi.el, page-ext.el: Declare dynamic vars. | |
3250 | |
3251 * term.el: Avoid ange-ftp related compilation warnings. | |
3252 | |
3253 1999-08-18 Gerd Moellmann <gerd@gnu.org> | |
3254 | |
3255 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode' | |
3256 the default so that beginners can benefit from it without | |
3257 searching in manuals. | |
3258 | |
3259 1999-08-18 Ray Blaak <blaak@gnu.org> | |
3260 | |
3261 * progmodes/delphi.el: Consider assembly sections as blocks, to | |
3262 indent them better. Make auto-indent on newline optional. | |
3263 | |
3264 1999-08-17 Gerd Moellmann <gerd@gnu.org> | |
3265 | |
3266 * bindings.el (mode-line-modified): Look up key binding for C-x | |
3267 C-q. If it's bound call that binding, otherwise call | |
3268 toggle-read-only. | |
3269 | |
3270 1999-08-17 Dave Love <fx@gnu.org> | |
3271 | |
3272 * info.el (info): Doc fix. | |
3273 | |
3274 * finder.el (finder-known-keywords): Add `multimedia'. | |
3275 | |
3276 * apropos.el: Don't capitalize custom group name. | |
3277 | |
3278 * info-look.el: Remove compatibility code. | |
3279 (info-lookup-guess-default*): DTRT for point at start of symbol. | |
3280 (info-complete): Don't lose with point not at end of symbol. | |
3281 | |
3282 1999-08-16 Gerd Moellmann <gerd@gnu.org> | |
3283 | |
3284 * term.el (toplevel): Make face `term-default' an empty face. | |
3285 The code relied on the fact that Emacs ignored invalid faces in | |
3286 face text properties in 20.4. | |
3287 | |
3288 1999-08-16 Richard M. Stallman <rms@gnu.org> | |
3289 | |
3290 * subr.el (point-at-eol, point-at-bol): New aliases. | |
3291 | |
3292 * simple.el: Functions reordered. | |
3293 | |
3294 * rect.el (delete-rectangle-line): Use line-end-position. | |
3295 | |
3296 1999-08-16 Karl Heuer <kwzh@gnu.org> | |
3297 | |
3298 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved | |
3299 here from simple.el. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3300 |
25837 | 3301 1999-08-16 Dave Love <fx@gnu.org> |
3302 | |
3303 * mouse.el: Provide `mldrag' for compatibility. | |
3304 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases, | |
3305 marked obsolete. | |
3306 | |
3307 * mldrag.el: Removed since the features are in mouse.el. | |
3308 | |
3309 * jka-compr.el (auto-compression-mode): New variable for | |
3310 customization. | |
3311 | |
3312 * bindings.el (mode-line-mule-info): Doc fix. | |
3313 | |
3314 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in | |
3315 name comparisons. | |
3316 | |
3317 * files.el (interpreter-mode-alist): Add make, guile, clisp. | |
3318 (find-file): Doc fix. | |
3319 | |
3320 1999-08-16 Carsten Dominik <cd@gnu.org> | |
3321 | |
3322 * textmodes/reftex.el: Most of the code moved to other files. | |
3323 * textmodes/reftex-auc.el: New file, split out from reftex.el | |
3324 * textmodes/reftex-cite.el: New file, split out from reftex.el | |
3325 * textmodes/reftex-global.el: New file, split out from reftex.el | |
3326 * textmodes/reftex-index.el: New file, split out from reftex.el | |
3327 * textmodes/reftex-parse.el: New file, split out from reftex.el | |
3328 * textmodes/reftex-ref.el: New file, split out from reftex.el | |
3329 * textmodes/reftex-sel.el: New file, split out from reftex.el | |
3330 * textmodes/reftex-toc.el: New file, split out from reftex.el | |
3331 * textmodes/reftex-vars.el: New file, split out from reftex.el | |
3332 * textmodes/reftex-vcr.el: New file, split out from reftex.el | |
3333 | |
3334 1999-08-16 Carsten Dominik <cd@gnu.org> | |
3335 | |
3336 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed | |
3337 conflict with pop-up-frames. | |
3338 (reftex-special-environment-parsers): New constant. | |
3339 (reftex-label-alist): car of an entry can also be a function. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3340 (reftex-what-special-env): Cew function. |
25837 | 3341 (reftex-label-location): Call `reftex-what-special-env'. |
3342 (reftex-compile-variables): Check for symbol in | |
3343 `reftex-label-alist'. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3344 (reftex-what-environment): Fixed bug with stacked environments of |
25837 | 3345 same kind (e.g. enumerate). |
3346 (reftex-process-string): Preserve default directory. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3347 (reftex-label-alist-builtin): Changed prefixes of endnote and |
25837 | 3348 footnote. Also the magic words. |
3349 (reftex-reference): Interprete new option | |
3350 `reftex-fref-is-default'. | |
3351 (reftex-replace-prefix-escapes): Interprete new `%S' format. | |
3352 (reftex-toc-mouse-view-line): Command removed (had no binding). | |
3353 (reftex-everything-regexp): New function. | |
3354 (reftex-nearest-match): Made better. | |
3355 (reftex-toc-find-section): Use new version of | |
3356 `reftex-nearest-match'. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3357 (reftex-insert-docstruct): Adapted to work with the index stuff. |
25837 | 3358 (reftex-parse-from-file): Find index entries as well. |
3359 (reftex-toc-toggle-index): New function | |
3360 (reftex-toc-map): `i' is now used to togle the index, File | |
3361 boundaries has been moved to `F'. | |
3362 (reftex-select-label-map): Toggling display of file boundaries is | |
3363 now on the `F' key, for consistency with `reftex-toc-map'. | |
3364 (reftex-erase-all-selection-and-index-buffers): Renamed from | |
3365 `reftex-erase-all-selection-buffer'. Now also kills the index | |
3366 buffers. | |
3367 (reftex-viewing-cross-references): Customization group renamed | |
3368 from reftex-viewing-cross-references-and-citations. | |
3369 (reftex-index-macro-regexp, | |
3370 reftex-find-index-entry-regexp-format): New variables | |
3371 (reftex-macros-with-index): New variable | |
3372 (reftex-add-index-macros): New function | |
3373 (reftex-renumber-simple-labels, reftex-translate): Allow for | |
3374 multiple labels in a single ref command. | |
3375 (reftex-index-support): New customization group | |
3376 (reftex-support-index, reftex-index-special-chars, | |
3377 reftex-index-macros, reftex-index-default-macro, | |
3378 reftex-index-default-tag, reftex-index-math-format, | |
3379 reftex-index-section-letters, reftex-index-include-context, | |
3380 reftex-index-follow-mode, reftex-index-header-face, | |
3381 reftex-index-section-face, reftex-index-tag-face, | |
3382 reftex-index-face): New options | |
3383 (reftex-index-map, reftex-index-menu, reftex-last-index-file, | |
3384 reftex-index-tag, reftex-index-return-marker, | |
3385 reftex-index-restriction-indicator, reftex-index-restriction-data, | |
3386 reftex-index-macro-regexp, reftex-index-level-re, | |
3387 reftex-index-key-end-re, reftex-find-index-entry-regexp-format, | |
3388 reftex-everything-regexp-no-index, reftex-index-re, | |
3389 reftex-macros-with-index, reftex-index-macro-alist): New variables | |
3390 (reftex-index-help, reftex-index-macros-builtin, | |
3391 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt, | |
3392 reftex-query-index-macro-help): New constants | |
3393 (reftex-index-selection-or-word, reftex-index, | |
3394 reftex-default-index, reftex-update-default-index, | |
3395 reftex-index-complete-tag, reftex-index-select-tag, | |
3396 reftex-index-complete-key, reftex-index-update-taglist, | |
3397 reftex-index-globally, reftex-index-mode, reftex-index-show-entry, | |
3398 reftex-display-index, reftex-insert-index, | |
3399 reftex-index-insert-new-letter, reftex-get-restriction, | |
3400 reftex-index-pre-command-hook, reftex-index-post-command-hook, | |
3401 reftex-index-show-help, reftex-index-next, reftex-index-previous, | |
3402 reftex-index-toggle-follow, reftex-index-toggle-context, | |
3403 reftex-index-view-entry, reftex-index-goto-entry-and-hide, | |
3404 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide, | |
3405 reftex-index-quit, reftex-index-quit-and-kill, | |
3406 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan, | |
3407 reftex-index-revert, reftex-index-switch-index-tag, | |
3408 reftex-index-restrict-to-section, reftex-index-widen, | |
3409 reftex-index-restriction-forward, | |
3410 reftex-index-restriction-backward, reftex-index-visit-location, | |
3411 reftex-index-analyze-entry, reftex-index-globalize, | |
3412 reftex-index-edit, reftex-index-toggle-range-beginning, | |
3413 reftex-index-toggle-range-end, reftex-index-edit-key, | |
3414 reftex-index-edit-attribute, reftex-index-edit-visual, | |
3415 reftex-index-edit-part, reftex-index-level-down, | |
3416 reftex-index-level-up, reftex-index-kill, reftex-index-undo, | |
3417 reftex-index-change-entry, reftex-index-goto-letter, | |
3418 reftex-add-index-macros, reftex-ensure-index-support, | |
3419 reftex-index-info-safe, reftex-index-info): New functions. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3420 |
25837 | 3421 |
3422 1999-08-15 Richard M. Stallman <rms@gnu.org> | |
3423 | |
3424 * paren.el (show-paren-mode): Support making show-paren-mode | |
3425 a buffer-local variable. Don't check for a window system. | |
3426 (show-paren-function): Check whether show-paren-function is | |
3427 enabled in current buffer; do the right thing if not. | |
3428 Don't check for a window system. | |
3429 (show-paren-mode): Make it a user variable. | |
3430 | |
3431 * add-log.el (add-log-current-defun): Exclude all trailing whitespace. | |
3432 Handle `enum' like `struct'. | |
3433 | |
3434 * server.el (server-process-filter): If a client visits no buffers, | |
3435 close it immediately before recording it. | |
3436 | |
3437 * mail/mail-utils.el (mail-unquote-printable): Make it autoload. | |
3438 Optimize by calling concat just once. Handle =\n sequence. | |
3439 (mail-unquote-printable-region): New command. | |
3440 (mail-quote-printable): Make it autoload. | |
3441 | |
3442 1999-08-15 Karl Heuer <kwzh@gnu.org> | |
3443 | |
3444 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org. | |
3445 | |
3446 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
3447 | |
3448 * lisp/texinfmt.el: Handle @ifnottex. | |
3449 | |
3450 1999-08-15 Eli Zaretskii <eliz@gnu.org> | |
3451 | |
3452 * frame.el (blink-cursor): Don't turn on cursor blinking for | |
3453 ms-dos. | |
3454 | |
3455 * faces.el (face-valid-attribute-values): Look in | |
3456 x-bitmap-file-path only for x and w32 window systems. | |
3457 | |
3458 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default". | |
3459 Do that if width is nil as well. | |
3460 (x-display-mm-height, x-display-mm-width): Update values. | |
3461 (x-colors): Compute the list from msdos-color-values. | |
3462 (x-select-enable-clipboard): Doc fix. | |
3463 (x-frob-font-weight, x-font-family-list): New functions. | |
3464 | |
3465 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk> | |
3466 | |
3467 * window.el (shrink-window-if-larger-than-buffer): Don't try to | |
3468 back up from beginning of buffer. | |
3469 | |
3470 1999-08-13 Karl Heuer <kwzh@gnu.org> | |
3471 | |
3472 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound. | |
3473 | |
3474 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US> | |
3475 | |
3476 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G | |
3477 doomsday clock, speed control is added and changes are made to | |
3478 allow large numbers of rings: rings now show the whole ring | |
3479 number, not just the last digit; consecutive rings are allowed to | |
3480 be the same size when necessary to fit all the rings in the | |
3481 window; and poles can be oriented horizontally. Face support is | |
3482 thrown in gratuitously. | |
3483 (hanoi): Changed default number of rings back to 3. | |
3484 (hanoi-unix, hanoi-unix-64): New commands | |
3485 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces, | |
3486 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face, | |
3487 hanoi-odd-ring-face): New variables. | |
3488 (hanoi-internal, hanoi-current-time-float, hanoi-put-face, | |
3489 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for, | |
3490 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions. | |
3491 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n. | |
3492 (hanoi-topos, hanoi-draw-ring): Removed. | |
3493 | |
3494 1999-08-12 Gerd Moellmann <gerd@gnu.org> | |
3495 | |
3496 * faces.el (face-valid-attribute-values): Return an alist for | |
3497 families on ttys. | |
3498 (face-read-integer): Handle unspecified face attributes. Add | |
3499 completion for `unspecified'. | |
3500 (read-face-attribute): Handle unspecified font attributes. | |
3501 (face-valid-attribute-values): Add `unspecified' to lists so that | |
3502 it can be chosen via completion. | |
3503 (face-read-string): Don't recognize "none" as input. | |
3504 | |
3505 1999-08-10 Dave Love <fx@gnu.org> | |
3506 | |
3507 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc | |
3508 string. | |
3509 | |
3510 * sun-curs.el: Require sun-fns. | |
3511 | |
3512 1999-08-10 Dave Love <fx@gnu.org> | |
3513 | |
3514 * autorevert.el (auto-revert-mode): Add autoload cookie. | |
3515 | |
3516 * hscroll.el, auto-show.el: Files deleted -- we have built-in | |
3517 hscroll. | |
3518 | |
3519 * simple.el (hscroll-step, hscroll-point-visible) | |
3520 (hscroll-window-column): Remove now we have the mentioned real | |
3521 horizontal autoscrolling. | |
3522 | |
3523 1999-08-10 Richard M. Stallman <rms@gnu.org> | |
3524 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3525 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from |
25837 | 3526 control use of -f option. |
3527 (mail-specify-envelope-from): New variable. | |
3528 (mail-from-style): Doc fix. | |
3529 | |
3530 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn. | |
3531 (easy-menu-get-map): New arg TO-MODIFY helps choose | |
3532 between local and global maps. | |
3533 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map. | |
3534 (easy-menu-change): Doc fix. | |
3535 | |
3536 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward. | |
3537 (info-lookup-guess-default): Simplified and cleaned up. | |
3538 (info-lookup-guess-default*): Preserve point. | |
3539 | |
3540 * view.el (view-mode-disable): If buffer-read-only is nil, | |
3541 don't change it. | |
3542 | |
3543 * files.el (after-find-file): Disable View mode if buffer is no | |
3544 longer read-only. | |
3545 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3546 * view.el (view-mode-enable, view-mode-disable): |
25837 | 3547 Call force-mode-line-update. |
3548 | |
3549 1999-08-10 Karl Heuer <kwzh@gnu.org> | |
3550 | |
3551 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call. | |
3552 * array.el, play/landmark.el, international/latin-3.el: Likewise. | |
3553 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise. | |
3554 | |
3555 1999-08-10 Alex Schroeder <asc@bsiag.com> | |
3556 | |
3557 * ansi-color.el (ansi-color-to-text-properties): Added New state 5 | |
3558 to prevent m-eating-bug. | |
3559 | |
3560 1999-08-10 Eli Zaretskii <eliz@gnu.org> | |
3561 | |
3562 * term/pc-win.el (msdos-bg-mode): Remove. Call | |
3563 frame-set-background-mode instead. All callers changed. | |
3564 (msdos-face-setup): Don't force color display parameter, it is set | |
3565 by frame-set-background-mode. | |
3566 (make-msdos-frame): Call x-handle-reverse-video and | |
3567 face-set-after-frame-default. Delete frame if creation failed. | |
3568 | |
3569 * faces.el (face-set-after-frame-default): Don't call | |
3570 make-face-x-resource-internal for the pc window-system. | |
3571 | |
3572 1999-08-10 Dave Love <fx@melange.gnu.org> | |
3573 | |
3574 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat | |
3575 case with no docstring specially. | |
3576 | |
3577 1999-08-09 Eli Zaretskii <eliz@gnu.org> | |
3578 | |
3579 * complete.el (PC-do-completion): If completing on file name, | |
3580 reproduce str by concatenating its directory and basename parts. | |
3581 | |
3582 1999-08-07 Dave Love <fx@gnu.org> | |
3583 | |
3584 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid | |
3585 unibyte to multibyte conversion of search-forward (from Handa), | |
3586 but avoid the replacement if the language is Latin-N. | |
3587 | |
3588 1999-08-06 Richard Stallman <rms@gnu.org> | |
3589 | |
3590 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args | |
3591 of eval-buffer. | |
3592 | |
3593 * international/mule.el (load-with-code-conversion): | |
3594 Pass t to eval-buffer for DO-ALLOW-PRINT. | |
3595 | |
3596 1999-08-06 Geoff Voelker <voelker@cs.washington.edu> | |
3597 | |
3598 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist | |
3599 of filenames and attributes. | |
3600 (ls-lisp-insert-directory): Use directory-files-and-attributes | |
3601 for speed. | |
3602 | |
3603 1999-08-05 Dave Love <fx@gnu.org> | |
3604 | |
3605 * auto-show.el (auto-show-mode): Fix :set. | |
3606 | |
3607 * widget.el (define-widget-keywords): Make dummy definition and | |
3608 comment-out its use. | |
3609 | |
3610 1999-08-04 Richard Stallman <rms@gnu.org> | |
3611 | |
3612 * progmodes/tcl.el: Customized. | |
3613 | |
3614 * sql.el (sql-accumulate-and-indent): Instead of testing | |
3615 whether this is Emacs 20 before calling comint-accumulate, | |
3616 test whether comint-accumulate is defined. | |
3617 | |
3618 1999-08-04 Dave Love <fx@gnu.org> | |
3619 | |
3620 * sgml-mode.el: Require outline when compiling. | |
3621 (sgml-mode-hook, html-mode-hook): Customize. | |
3622 (sgml-validate-command): Fix :version. | |
3623 (html-autoview-mode): Doc fix. | |
3624 | |
3625 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do | |
3626 nothing in Latin-N environment. | |
3627 | |
3628 * info.el (Info-find-node): Call info-initialize here. | |
3629 (info): Not here. | |
3630 (Info-file-list-for-emacs): Add message, dired-x, c, viper. | |
3631 | |
3632 1999-08-04 Richard Stallman <rms@gnu.org> | |
3633 | |
3634 * ansi-color.el: New file. | |
3635 | |
3636 1999-08-04 Stefan Monnier <monnier@cs.yale.edu> | |
3637 | |
3638 * dired.el (dired-string-replace-match): Return `nil' when no match | |
3639 found with global search. | |
3640 | |
3641 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file): | |
3642 * terminal.el (te-terminfo-directory): | |
3643 * mail/mailpost.el (post-mail-send-it): | |
3644 * mail/metamail.el (metamail-region): | |
3645 * progmodes/ada-mode.el (ada-tmp-directory): | |
3646 Use temporary-file-directory. | |
3647 | |
3648 * progmodes/compile.el (compilation-parsing-end,compilation-setup) | |
3649 (compilation-filter, compilation-forget-errors) | |
3650 (compilation-parse-errors): Use a marker instead of an integer for | |
3651 `compilation-parsing-end'. | |
3652 | |
3653 * progmodes/diff.el (diff-parse-differences): | |
3654 Use a marker instead of an integer for `compilation-parsing-end'. | |
3655 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
3656 Use a marker instead of an integer for `compilation-parsing-end'. | |
3657 | |
3658 1999-08-03 Richard Stallman <rms@gnu.org> | |
3659 | |
3660 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View. | |
3661 (Buffer-menu-mode): Doc fix. | |
3662 (Buffer-menu-view): New command. | |
3663 (Buffer-menu-view-other-window): New command. | |
3664 | |
3665 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com> | |
3666 | |
3667 * replace.el (query-replace-regexp-eval) | |
3668 (replace-eval-replacement, replace-loop-through-replacements) | |
3669 (replace-match-string-symbols): New functions. | |
3670 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA). | |
3671 Use replace-loop-through-replacements. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3672 |
25837 | 3673 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk> |
3674 | |
3675 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f. | |
3676 (5x5): Doc fix. | |
3677 | |
3678 1999-08-03 Dave Love <fx@gnu.org> | |
3679 | |
3680 * fortran.el (fortran-indent-new-line): Make it an alias | |
3681 for reindent-then-newline-and-indent. | |
3682 | |
3683 1999-08-03 Didier Verna <verna@inf.enst.fr> | |
3684 | |
3685 * rect.el: All functions rewritten, except when noted above | |
3686 their declaration. Below is a list of interface changes. | |
3687 (apply-on-rectangle): New function, mostly replaces | |
3688 `operate-on-rectangle'. All callers changed. | |
3689 (move-to-column-force): Pass new second argument to `move-to-column'. | |
3690 (kill-rectangle): Added optional prefix arg to fill lines. | |
3691 (delete-rectangle): Ditto. | |
3692 (delete-whitespace-rectangle): Ditto. | |
3693 (delete-extract-rectangle): Ditto. | |
3694 (open-rectangle): Ditto. | |
3695 (clear-rectangle): Ditto. | |
3696 (delete-whitespace-rectangle-line): New function. | |
3697 (delete-rectangle-line): Added third arg FILL. | |
3698 (delete-extract-rectangle-line): Ditto. | |
3699 (open-rectangle-line): Ditto. | |
3700 (clear-rectangle-line): Ditto. | |
3701 | |
3702 1999-08-03 Ray Blaak <blaak@gnu.org> | |
3703 | |
3704 * progmodes/delphi.el: New file. | |
3705 | |
3706 1999-08-02 Richard Stallman <rms@gnu.org> | |
3707 | |
3708 * textmodes/outline.el (outline-previous-heading): New function. | |
3709 (outline-up-heading-all): Use outline-previous-heading. | |
3710 (outline-next-heading): Delete definition inserted yesterday. | |
3711 | |
3712 1999-08-01 Richard Stallman <rms@gnu.org> | |
3713 | |
3714 * textmodes/outline.el (outline-next-heading): New function. | |
3715 (outline-up-heading-all): New function. | |
3716 (outline-font-lock-level): Using outline-up-heading-all. | |
3717 Tell outline-back-to-heading to accept invisible headings. | |
3718 | |
3719 * simple.el (shell-command-on-region): EXIT-STATUS can be a string. | |
3720 | |
3721 * mail/mh-utils.el (mh-find-path-run): New variable. | |
3722 (mh-find-path): Test and set that. | |
3723 Set mail-user-agent only the first time this function is run. | |
3724 (mail-user-agent): Defvar deleted. | |
3725 | |
3726 * info.el (info-initialize): New function. | |
3727 (info): Call info-initialize. | |
3728 (Info-directory-list): Initialize to nil, | |
3729 so info-initialize will set it up for real. | |
3730 | |
3731 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
3732 | |
3733 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it | |
3734 does not interpret a time as the year in a day-month entry. | |
3735 | |
3736 * calendar/diary-lib.el: Change syntax table entry for colon in | |
3737 the diary as part of the european-date-diary-pattern fix. | |
3738 | |
3739 1999-08-01 Eli Zaretskii <eliz@gnu.org> | |
3740 | |
3741 * international/mule.el (set-auto-coding): Allow whitespace before | |
3742 and after the "variable: value" pair. | |
3743 | |
3744 1999-07-30 Ken'ichi Handa <handa@gnu.org> | |
3745 | |
3746 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed. | |
3747 (default-sendmail-coding-system): Doc-string fixed. | |
3748 | |
3749 1999-07-30 Dave Love <fx@gnu.org> | |
3750 | |
3751 * subr.el (assoc-delete-all): New function, renamed from | |
3752 frame-delete-all. | |
3753 | |
3754 * frame.el: Change comments to doc strings and other doc fixes. | |
3755 (frame-delete-all): Moved to subr.el as `assoc-delete-all'. | |
3756 Callers changed. | |
3757 (set-background-color, set-foreground-color, set-cursor-color) | |
3758 (set-mouse-color, set-border-color): Offer completion of colours. | |
3759 (cursor): Add :version to defgroup. | |
3760 | |
3761 * facemenu.el (list-colors-display): Make it work on ttys. | |
3762 (facemenu-read-color): Likewise. | |
3763 | |
3764 1999-07-30 Richard M. Stallman <rms@gnu.org> | |
3765 | |
3766 * frame.el (frame-notice-user-settings): If background | |
3767 color has been changed, update background-mode from it, | |
3768 then update faces. | |
3769 | |
3770 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com> | |
3771 | |
3772 * net-utils.el (finger): Don't do indirect fingering. | |
3773 | |
3774 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
3775 | |
3776 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of | |
3777 rules. Add separator at end of holidays. | |
3778 (cal-tex-rules): New customizable variable. | |
3779 (cal-tex-latexify-list): Add optional parameter to put separator | |
3780 at end. | |
3781 | |
3782 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu> | |
3783 | |
3784 * textmodes/fill.el (fill-individual-paragraphs): Calculate new | |
3785 fill prefix on each line while looping to the end of paragraph. | |
3786 End paragraph if it's longer than the existing fill prefix. | |
3787 | |
3788 * textmodes/fill.el (fill-context-prefix): Doc fix. | |
3789 | |
3790 1999-07-30 Dave Love <fx@gnu.org> | |
3791 | |
3792 * font-lock.el (jit-lock): Fix :load, add :version. | |
3793 | |
3794 1999-07-30 Eli Zaretskii <eliz@gnu.org> | |
3795 | |
3796 * term/pc-win.el (msdos-face-setup): Register standard colors in | |
3797 Vface_tty_color_alist. | |
3798 (face-color-supported-p, face_color_gray_p): New functions. | |
3799 | |
3800 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p | |
3801 is bound. | |
3802 | |
3803 * startup.el (command-line): Don't register default colors for | |
3804 MSDOS window-system. | |
3805 | |
3806 1999-07-29 Dave Love <fx@gnu.org> | |
3807 | |
3808 * f90.el (f90-mode-syntax-table): Change backslash to escape, not | |
3809 charquote. | |
3810 | |
3811 * lisp-mode.el (eval-defun): Re-written to avoid | |
3812 capturing variables. | |
3813 | |
3814 * picture.el (picture-beginning-of-line): Don't call | |
3815 hscroll-point-visible now we have real autoscrolling. | |
3816 (picture-end-of-line, picture-newline, picture-open-line): | |
3817 Likewise. | |
3818 | |
3819 * international/latin-8.el: New file. | |
3820 * international/latin-9.el: New file. | |
3821 | |
3822 1999-07-28 Dave Love <fx@gnu.org> | |
3823 | |
3824 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter. | |
3825 | |
3826 * msb.el: Require cl only when compiling. | |
3827 (msb--home-dir): Deleted. | |
3828 (msb--format-title): Use abbreviate-file-name. | |
3829 (msb--choose-file-menu): Simplify string comparison. | |
3830 | |
3831 1999-07-28 Gerd Moellmann <gerd@gnu.org> | |
3832 | |
3833 * faces.el (toolbar): Add face definition for mono displays. | |
3834 | |
3835 1999-07-27 Richard M. Stallman <rms@gnu.org> | |
3836 | |
3837 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
3838 | |
3839 * frame.el (frame-initialize): When setting frame-initial-frame-alist, | |
3840 force copying of default-frame-alist. | |
3841 | |
3842 1999-07-26 Ken'ichi Handa <handa@gnu.org> | |
3843 | |
3844 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp. | |
3845 | |
3846 1999-07-26 Richard M. Stallman <rms@gnu.org> | |
3847 | |
3848 * frame.el (set-mouse-color): If new color is nil, | |
3849 really respecify the current color. | |
3850 | |
3851 1999-07-26 Gerd Moellmann <gerd@gnu.org> | |
3852 | |
3853 * faces.el (bitmap-area): Change background of face `bitmap-area' | |
3854 to white for mono displays. | |
3855 | |
3856 1999-07-26 Kenichi Handa <handa@etl.go.jp> | |
3857 | |
3858 * international/ccl.el (ccl-embed-symbol): New function. | |
3859 (ccl-program-p): Deleted. Now it's implemented in C code. | |
3860 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol. | |
3861 (ccl-compile-translate-character): Likewise. | |
3862 (ccl-compile-map-single): Likewise. | |
3863 (ccl-compile-multiple-map-function): Likewise. | |
3864 (declare-ccl-program): Doc-string modified. | |
3865 (check-ccl-program): Check compiled CCL code by ccl-program-p. | |
3866 | |
3867 1999-07-25 Ken'ichi Handa <handa@etl.go.jp> | |
3868 | |
3869 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
3870 | |
3871 1999-07-25 Markus Rost <rost@gnu.org> | |
3872 | |
3873 * cus-edit.el (custom-save-variables, custom-save-faces): Sort | |
3874 the entries to make custom-file more readable. | |
3875 | |
3876 1999-07-25 Richard M. Stallman <rms@gnu.org> | |
3877 | |
3878 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs. | |
3879 | |
3880 * emacs-lisp/edebug.el: Delete compatibility code. | |
3881 (edebug-next-token-class): If . is followed by a digit, | |
3882 return `symbol' for the token class. | |
3883 | |
3884 * startup.el (command-line): If we don't find the user's init file, | |
3885 set user-init-file to nil. | |
3886 | |
3887 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
3888 | |
3889 * info-look.el (info-lookup-interactive-arguments): Add optional | |
3890 argument query for new choice of help mode. | |
3891 (info-lookup-symbol): Use it. | |
3892 (info-lookup-file): Ditto. | |
3893 (info-lookup): Don't switch to other window, if already in Info | |
3894 buffer. | |
3895 | |
3896 1999-07-23 Dave Love <fx@gnu.org> | |
3897 | |
3898 * fortran.el (fortran-mode-syntax-table): Change `\' to `\' | |
3899 syntax. | |
26624 | 3900 (fortran-fontify-string, fortran-match-!-comment): Deleted. |
25837 | 3901 (fortran-font-lock-syntactic-keywords): New variable. |
3902 (fortran-mode): Use it. | |
3903 (fortran-font-lock-keywords-1): Don't do comments. | |
3904 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save | |
3905 match data. | |
3906 | |
3907 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls. | |
3908 | |
3909 * msb.el (msb-menu-bar-update-buffers): Renamed from | |
3910 menu-bar-update-buffers. | |
3911 (msb-custom-set, msb--toggle-menu-type): Call | |
3912 msb-menu-bar-update-buffers. | |
3913 (msb-mode): Revise the hook setting. | |
3914 | |
3915 * font-lock.el (turn-on-font-lock): Use tty-display-color-p. | |
3916 | |
3917 1999-07-23 Gerd Moellmann <gerd@gnu.org> | |
3918 | |
25956 | 3919 * font-lock.el, help.el, simple.el: Re-integrate previously |
3920 described changes that were lost due to errors while checking them | |
3921 in. | |
25837 | 3922 |
3923 1999-07-23 Kevin Blake <kblake@ticnet.com> | |
3924 | |
3925 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp. | |
3926 | |
3927 1999-07-23 Ken'ichi Handa <handa@etl.go.jp> | |
3928 | |
3929 * international/encoded-kb.el | |
3930 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character | |
3931 but push it to unread-command-events. | |
3932 (encoded-kbd-self-insert-iso2022-8bit): Likewise. | |
3933 (encoded-kbd-self-insert-sjis): Likewise. | |
3934 (encoded-kbd-self-insert-big5): Likewise. | |
3935 | |
3936 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up | |
3937 before left margin and fill-prefix by fill-find-break-point. | |
3938 | |
3939 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
3940 | |
3941 * info-look.el (info-lookup-setup-mode): Don't give up, if | |
3942 info-lookup-make-completions returns an error. | |
3943 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file | |
3944 name latex, not latex2e. | |
3945 | |
3946 1999-07-21 Richard M. Stallman <rms@gnu.org> | |
3947 | |
3948 * replace.el (perform-replace): Turn off case-fold-search | |
3949 if FROM-STRING argument has uppercase in it. | |
3950 | |
3951 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3952 | |
3953 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock | |
3954 mode is on. Don't use end of changed text. | |
3955 | |
3956 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3957 | |
3958 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table. | |
3959 (cl-hash-table-p): Renamed from hash-table-p. | |
3960 (cl-hash-table-count): Renamed from hash-table-count. | |
3961 (maphash): Alias to cl-maphash removed. | |
3962 (gethash): Likewise. | |
3963 (puthash): Likewise. | |
3964 (remhash): Likewise. | |
3965 (clrhash): Likewise. | |
3966 | |
3967 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3968 | |
3969 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with | |
3970 third arg non-nil. See comment there why this isn't a good idea. | |
3971 | |
3972 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3973 | |
3974 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message. | |
3975 | |
3976 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call | |
3977 sit-for with 3rd arg non-nil to prevent redisplay. | |
3978 | |
3979 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3980 | |
3981 * image.el (image-type-from-file-header): If file doesn't | |
3982 have a directory part, add data-directory. | |
3983 | |
3984 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3985 | |
3986 * tooltip.el (tooltip-gud-tips-p): Set default to nil. | |
3987 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse | |
3988 motion handling when tooltip-gud-tips-p is nil. | |
3989 | |
3990 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3991 | |
3992 * tooltip.el (tooltip-mode): Don't use `plusp'. | |
3993 (tooltip-active): Use initial value of nil. | |
3994 | |
3995 * jit-lock.el (jit-lock-mode): Don't use `plusp'. | |
3996 | |
3997 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3998 | |
3999 * bindings.el (make-mode-line-mouse-sensitive): Add key | |
4000 definitions for `top-line'. | |
4001 | |
4002 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4003 | |
4004 * faces.el (top-line): New face. | |
4005 | |
4006 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4007 | |
4008 * image.el (image-type-regexps): Add regexp for PS files. | |
4009 | |
4010 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4011 | |
4012 * faces.el (set-face-attribute): Fix wrong handling of frame | |
4013 begin equal to t. | |
4014 | |
4015 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4016 | |
4017 * image.el (image-type-regexps): Add PNG format. | |
4018 | |
4019 1999-07-21 Dave Love <fx@gnu.org> | |
4020 | |
4021 * bindings.el (mode-line-modified): New variable. | |
4022 (mode-line-mode-menu-1): Switch to appropriate window before | |
4023 showing menu. | |
4024 | |
4025 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4026 | |
4027 * faces.el (face-underline): Removed. | |
4028 (face-underline-color): Ditto. | |
4029 | |
4030 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4031 | |
4032 * faces.el (face-x-resources): Fix typo. | |
4033 | |
4034 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4035 | |
4036 * faces.el: Remove handling of `:relief', extend handling of | |
4037 `:box'. | |
4038 (frame-set-background-mode): Choose new defface specs after | |
4039 frame parameters have changed. | |
4040 | |
4041 * cus-face.el: Ditto. | |
4042 | |
4043 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4044 | |
4045 * custom.el (defface): Extend documentation to include new | |
4046 face attributes. | |
4047 | |
4048 * cus-face.el (custom-face-attributes): Add overline, | |
4049 strike-through, box. | |
4050 | |
4051 * faces.el (face-valid-attribute-values): Handle overline, | |
4052 strike-through, box. | |
4053 (face-attribute-name-alist): Add pairs for new face attributes. | |
4054 (describe-face): Handle new face attributes. | |
4055 | |
4056 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4057 | |
4058 * faces.el (face-x-resources): Add overline, strike-through, box. | |
4059 | |
4060 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4061 | |
4062 * enriched.el (enriched-translations): Add `display' and | |
4063 "x-display". | |
4064 (enriched-handle-display-prop): New. | |
4065 (enriched-decode-display-prop): New. | |
4066 | |
4067 * format.el (top-level): Give `display' property | |
4068 `format-list-atomic-p. | |
4069 (format-annotate-single-property-change): Test that property. | |
4070 If present, treat list property values like atoms. | |
4071 | |
4072 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4073 | |
4074 * cus-face.el (custom-face-attributes): Use `choice' everywhere | |
4075 so that "*" can be entered. | |
4076 | |
4077 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4078 | |
4079 * cus-face.el (custom-face-attributes): Don't use `#''. | |
4080 | |
4081 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
4082 | |
4083 * cus-face.el (custom-face-attributes): Return underline | |
4084 face attribute directly from the second lambda of underline. | |
4085 | |
4086 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4087 | |
4088 * jit-lock.el (jit-lock-stealth-verbose): Set to nil. | |
4089 | |
4090 * frame.el (after-setting-font-hooks): New variable. | |
4091 (set-frame-font): Run those hooks. | |
4092 | |
4093 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region. | |
4094 | |
4095 * faces.el (set-face-attribute): Fix doc string. | |
4096 | |
4097 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4098 | |
4099 * cus-face.el (custom-face-attributes): Accept color name. | |
4100 | |
4101 * faces.el (face-underline-p): Accept unspecified underlining. | |
4102 (face-underline): Ditto. Fix doc string. | |
4103 | |
4104 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
4105 | |
4106 * faces.el (face-underline-color): New function. | |
4107 | |
4108 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
4109 | |
4110 * cus-face.el (custom-face-attributes): Support underline coloring. | |
4111 Added slot to choose a color. | |
4112 | |
4113 * faces.el (face-underline): New function. | |
4114 (face-underline-p): Support underline coloring. | |
4115 Return nil only if the underline attribute is 'normal. | |
4116 (set-face-underline): New function. | |
4117 (face-valid-attribute-values): Support underline coloring. | |
4118 | |
4119 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4120 | |
4121 * image.el (insert-image): Use `display' instead of `glyph' | |
4122 as text property name. | |
4123 (put-image): Ditto. | |
4124 (image-type-from-file-header): Use insert-file-contents-literally. | |
4125 | |
4126 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4127 | |
4128 * easymenu.el (easy-menu-do-add-item): Don't use the empty | |
4129 string to indicate separators. | |
4130 | |
4131 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4132 | |
4133 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max | |
4134 instead of message-log. | |
4135 | |
4136 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4137 | |
4138 * faces.el (bitmap-area): New face. | |
4139 | |
4140 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4141 | |
4142 * image.el (insert-image): New. | |
4143 | |
4144 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4145 | |
4146 * frame.el (blink-cursor): Set the symbol's value. | |
4147 (show-trailing-whitespace): Change group to font-lock. | |
4148 | |
4149 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4150 | |
4151 * jit-lock.el: New. | |
4152 * font-lock.el: Add jit-mode as new support mode. | |
4153 | |
4154 * font-lock.el (font-lock-fontify-keywords-region): Stop when | |
4155 reaching end instead of letting re-search-forward signal an error. | |
4156 (demand-lock-mode): New. | |
4157 (font-lock-turn-on-thing-lock): Add demand-lock-mode. | |
4158 (font-lock-turn-off-thing-lock): Ditto. | |
4159 (font-lock-after-fontify-buffer): Ditto. | |
4160 (font-lock-after-unfontify-buffer): Ditto. | |
4161 | |
4162 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4163 | |
4164 * gs.el: New file. | |
4165 | |
4166 * startup.el (command-line-1): Activate tooltip mode if | |
4167 interactive. | |
4168 | |
4169 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4170 | |
4171 * faces.el (toolbar): Grey default background. | |
4172 (modeline): Ditto. | |
4173 | |
4174 * image.el (image-type-regexps): New. | |
4175 (image-type-from-file-header): New. | |
4176 (create-image): Call it. | |
4177 | |
4178 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4179 | |
4180 * image.el: New file. | |
4181 | |
4182 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4183 | |
4184 * bindings.el (mode-line-format): Replace `mode-name' with | |
4185 `(:eval mode-line-mode-name)'. | |
4186 (mode-line-mode-name): New. | |
4187 (make-mode-line-mouse-sensitive): Don't change default value | |
4188 of `mode-name'. | |
4189 | |
4190 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4191 | |
4192 * tooltip.el: New file. | |
4193 | |
4194 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4195 | |
4196 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3 | |
4197 instead of mouse-3 to pop up menus. | |
4198 (mode-line-kill-buffer): Removed. | |
4199 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over | |
4200 buffer name. | |
4201 (mode-line-buffer-menu-1): Removed. | |
4202 | |
4203 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive. | |
4204 | |
4205 * bindings.el (mode-line-buffer-identification-keymap): New. | |
4206 (mode-line-buffer-menu-keymap): New. | |
4207 (mode-line-mode-menu-keymap): New. | |
4208 (mode-line-unbury-buffer): New. | |
4209 (mode-line-other-buffer): New. | |
4210 (mode-line-kill-buffer): New. | |
4211 (mode-line-buffer-menu-1): New. | |
4212 (mode-line-mode-menu-1): New. | |
4213 (make-mode-line-mouse-sensitive): New. | |
4214 | |
4215 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4216 | |
4217 * help.el (describe-key-briefly): Handle mode line strings | |
4218 with local-map properties. | |
4219 (describe-key): Ditto. | |
4220 (mode-line-key-binding): New. | |
4221 | |
4222 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4223 | |
4224 * scroll-bar.el (scroll-bar-timer): New. | |
4225 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer. | |
4226 | |
4227 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4228 | |
4229 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top' | |
4230 and `bottom'. | |
4231 | |
4232 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4233 | |
4234 * scroll-bar.el (scroll-bar-toolkit-scroll): New. | |
4235 (global): Use different key bindings if using tookit scroll bars. | |
4236 | |
4237 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4238 | |
4239 * faces.el (modeline): Define mode line face with relief for | |
4240 class color, only. | |
4241 (toolbar): New face. | |
4242 | |
4243 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4244 | |
4245 * frame.el (frame-initialize): Set frame-creation-function to | |
4246 tty-create-frame-with-faces. | |
4247 | |
4248 * faces.el (frame-set-background-mode): Make it work for | |
4249 window-system nil. | |
4250 | |
4251 * faces.el (tty-create-frame-with-faces): New. | |
4252 (face-set-after-frame-default): Make it work for TTY frames. | |
4253 | |
4254 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4255 | |
4256 * faces.el (face-valid-attribute-values): Use tty-defined-colors. | |
4257 Return a list of one font family for TTYs. Don't return bitmap | |
4258 file paths for TTY frames. | |
4259 | |
4260 * faces.el: Add face specs for tty displays to basic faces. | |
4261 | |
4262 * font-lock.el (font-lock-comment-face): Add spec for color tty. | |
4263 (font-lock-string-face): Ditto. | |
4264 (font-lock-keyword-face): Ditto. | |
4265 (font-lock-builtin-face): Ditto. | |
4266 (font-lock-function-name-face): Ditto. | |
4267 (font-lock-variable-name-face): Ditto. | |
4268 (font-lock-type-face): Ditto. | |
4269 (font-lock-constant-face): Ditto. | |
4270 (font-lock-warning-face): Ditto. | |
4271 | |
4272 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4273 | |
4274 * startup.el (command-line): Register default tty colors. | |
4275 | |
4276 * faces.el (face-spec-set-match-display): Recognize `type tty'. | |
4277 | |
4278 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4279 | |
4280 * faces.el (modeline): For X frames, use a modeline with relief. | |
4281 | |
4282 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4283 | |
4284 * faces.el (frame-update-faces): Copied from 20.2. | |
4285 (frame-update-face-colors): Ditto. Code removed that isn't | |
4286 applicable in the new face implementation. | |
4287 | |
4288 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4289 | |
4290 * frame.el (show-trailing-whitespace): New. | |
4291 | |
4292 * faces.el (trailing-whitespace): New basic face. | |
4293 | |
4294 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4295 | |
4296 * cus-face.el (custom-facep): Always define as alias for facep. | |
4297 | |
4298 * cus-face.el (custom-face-attributes): Use choice widgets. | |
4299 Remove :bold and :italic. | |
4300 | |
4301 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4302 | |
4303 * faces.el (face-charset-registries): Removed since fontset.el | |
4304 is no always loaded. | |
4305 | |
4306 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4307 | |
4308 * faces.el (internal-get-face): Added as obsolete function for | |
4309 compatibility. | |
4310 | |
4311 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4312 | |
4313 * frame.el (blink-cursor-end): Call show-cursor. | |
4314 (blink-cursor-mode): Ditto. | |
4315 | |
4316 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4317 | |
4318 * faces.el (face-spec-reset-face): Reset all attributes to | |
4319 `unspecified'. | |
4320 (face-spec-set): Use it. | |
4321 | |
4322 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4323 | |
4324 * faces.el (read-all-face-attributes): Bug fix. | |
4325 (face-read-integer): Allow nil default value. | |
4326 (face-valid-attribute-values): Use symbol names of attribute | |
4327 values for completion list. | |
4328 | |
4329 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4330 | |
4331 * faces.el (internal-find-face): Define for compatibility with | |
4332 20.2. | |
4333 (face-id): Likewise. | |
4334 | |
4335 * faces.el (face-id): Return the ID of a realized face for ASCII. | |
4336 | |
4337 * fontset.el (x-charset-registries): Removed. Now in faces.el. | |
4338 (x-complement-fontset-spec): Use face-charset-registries. | |
4339 | |
4340 * faces.el (face-font-selection-order): Set font selection order | |
4341 from Lisp. | |
4342 (face-alternative-font-family-alist): Set alternative font | |
4343 families from Lisp. | |
4344 | |
4345 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4346 | |
4347 * faces.el (set-face-charset-registries): Set symbol value. | |
4348 | |
4349 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4350 | |
4351 * faces.el (face-set-after-frame-default): Call function | |
4352 internal-merge-in-global-face. | |
4353 | |
4354 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4355 | |
4356 * faces.el (face-list): Return symbols from face-global-alist. | |
4357 | |
4358 * faces.el (face-list): Return a copy of the face name list so | |
4359 that it cannot be modified from outside (facemenu.el uses | |
4360 nreverse, for example). | |
4361 | |
4362 * cus-face.el (custom-face-attributes): Add :bold and :italic | |
4363 for compatibility with old code. | |
4364 | |
4365 * faces.el (set-face-attributes-from-resources): Additional | |
4366 frame parameter. | |
4367 (make-face-x-resource-internal): Set attributes from resources | |
4368 for a given frame or all frames. | |
4369 | |
4370 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4371 | |
4372 * faces.el (all-faces): Removed. | |
4373 | |
4374 * custom.el (defface): Add new face attributes to function | |
4375 comment. | |
4376 | |
4377 * font-lock.el (font-lock-comment-face): Use new face attribute | |
4378 names. | |
4379 (font-lock-string-face): Ditto. | |
4380 (font-lock-keyword-face): Ditto. | |
4381 (font-lock-builtin-face): Ditto. | |
4382 (font-lock-function-name-face): Ditto. | |
4383 (font-lock-variable-name-face): Ditto. | |
4384 (font-lock-type-face): Ditto. | |
4385 (font-lock-reference-face): Ditto. | |
4386 (font-lock-warning-face): Ditto. | |
4387 ((boundp 'font-lock-face-attributes)): Ditto. | |
4388 | |
4389 * cus-face.el (custom-face-attributes): Use new face attributes. | |
4390 | |
4391 * faces.el (set-face-attribute-from-resource): Initialize | |
4392 from resources only for X and W32. | |
4393 | |
4394 * cus-face.el (custom-declare-face): Don't make frame-local | |
4395 faces. | |
4396 | |
4397 * faces.el (describe-face): Use princ instead of insert. | |
4398 | |
4399 * faces.el: Add XLFD manipulation functions from 20.2 again | |
4400 because fontset.el uses them. | |
4401 (face-set-after-frame-default): Add empty definition. | |
4402 | |
4403 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4404 | |
4405 * faces.el (make-face): Correct typo. | |
4406 (set-face-attribute-from-resource): Use let*. | |
4407 (face-underline-p): Correct typo. | |
4408 (face-inverse-video-p): Ditto. | |
4409 (set-face-stipple): Ditto. | |
4410 (face-read-string): Make completion-list optional parameter. | |
4411 | |
4412 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4413 | |
4414 * faces.el (face-charset-registries): Alist mapping charset | |
4415 symbols to registries and encoding. | |
4416 | |
4417 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4418 | |
4419 * frame.el (blink-cursor-mode): Use interactive spec "P". | |
4420 | |
4421 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4422 | |
4423 * frame.el (blink-cursor-mode): Function to toggle blinking cursor | |
4424 mode. The cursor of selected_window blinks if the mode is enabled. | |
4425 | |
4426 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4427 | |
4428 * simple.el (next-history-element): Set point to the end of the | |
4429 prompt if minibuffer-prompt-in-buffer. | |
4430 | |
4431 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4432 | |
4433 * faces.el (x-font-regexp): Add sub-expression parentheses for | |
4434 several font name components. | |
4435 | |
4436 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
4437 | |
4438 * faces.el (set-face-relief): Use index 12 for relief. | |
4439 (face-fill-in): Set relief from data. | |
4440 (internal-make-face): Init relief to zero. | |
4441 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4442 * faces.el (face-spec-set): Call modify-face with additional |
25837 | 4443 parameters for relief and fixed-p. |
4444 | |
4445 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
4446 | |
4447 * cus-face.el: ':fixed and ':relief added. | |
4448 | |
4449 * faces.el (describe-face): Add fixed font attribute and relief. | |
4450 (face-attr-match-p): Ditto. | |
4451 (face-attr-construct): Ditto. | |
4452 (face-spec-set): Ditto. | |
4453 | |
4454 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
4455 | |
4456 * faces.el (internal-make-face): Function to create a Lisp vector | |
4457 suitable for representing a face. | |
4458 (make-face): Use it instead of make-vector. | |
4459 (x-create-frame-with-faces): Use it instead of vector. | |
4460 (internal-facep): Increase vector size to 14. | |
4461 (internal-make-face): Ditto. | |
4462 (face-relief): Access relief thickness. | |
4463 (face-fixed-p): Access fixed font attribute. | |
4464 (set-face-fixed-p): Set fixed font attribute. | |
4465 (set-face-relief): Set relief attribute. | |
4466 (internal-face-interactive-int): Read int attribute of face. | |
4467 (modify-face): Add fixed-p and relief parameters. | |
4468 (copy-face): Handle fixed-p and relief. | |
4469 (face-equal): Compare fixed-p and relief. | |
4470 (face-differs-from-default-p): Ditto. | |
4471 (face-nontrivial-p): Add fixed-p and relief. | |
4472 | |
4473 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
4474 | |
4475 * faces.el (eval-when-compile): Add set-face-shadow-thickness. | |
4476 (internal-facep): Increase vector size. | |
4477 (make-face): Ditto. | |
4478 (face-shadow-thickness): Added. | |
4479 (set-face-shadow-thickness): Added. | |
4480 (modify-face): Add optional shadow-thickness parameter. | |
4481 (make-face-x-resource-internal): Add shadows. | |
4482 (copy-face): Ditto. | |
4483 (face-equal): Ditto. | |
4484 (face-differs-from-default-p): Ditto. | |
4485 (face-nontrivial-p): Ditto. | |
4486 (face-attr-match-p): Ditto. | |
4487 (face-attr-construct): Ditto. | |
4488 (face-spec-set): Ditto. | |
4489 (face-fill-in): Ditto. | |
4490 | |
4491 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
4492 | |
4493 * bench.el (bench-mark-split-window): New bench mark. | |
4494 | |
4495 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
4496 | |
4497 * faces.el (set-face-font): Don't pass default font to | |
4498 x-resolve-font so that font will not have to be of the same | |
4499 size. | |
4500 | |
4501 1999-07-20 Dave Love <fx@gnu.org> | |
4502 | |
4503 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it | |
4504 unconditionally t. | |
4505 | |
4506 1999-07-20 Karl Heuer <kwzh@gnu.org> | |
4507 | |
4508 * font-lock.el (c++-font-lock-extra-types): Add "type_info". | |
4509 | |
4510 1999-07-20 Dave Love <fx@gnu.org> | |
4511 | |
4512 * help.el (describe-variable): Fix test for customizability. | |
4513 | |
4514 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer): | |
4515 Check for readonly buffer in interactive spec. | |
4516 (zap-to-char, kill-line, kill-region, comment-region, kill-word) | |
4517 (backward-kill-word): Add * to interactive spec. | |
4518 | |
4519 * underline.el (underline-region, ununderline-region): Add * to | |
4520 interactive spec. | |
4521 | |
4522 * fill.el (canonically-space-region, justify-current-line): Add * | |
4523 to interactive spec. | |
4524 (fill-region-as-paragraph, fill-paragraph, fill-region) | |
4525 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check | |
4526 readonly buffer in interactive spec. | |
4527 | |
4528 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
4529 (backward-kill-sentence, kill-sentence): Add * to interactive | |
4530 spec. | |
4531 | |
4532 1999-07-19 Richard M. Stallman <rms@gnu.org> | |
4533 | |
4534 * dired-aux.el (dired-do-shell-command): Doc fix. | |
4535 | |
4536 * shell.el (shell-unquote-argument): New function. | |
4537 (shell-directory-tracker): Use shell-unquote-argument. | |
4538 * comint.el (comint-arguments): Handle \ followed by space or tab. | |
4539 | |
4540 1999-07-19 John Wiegley <jwiegley@borland.com> | |
4541 | |
4542 * term.el (ansi-term-fg-faces-vector): Added support for ANSI | |
4543 color codes 39 and 49, which by the way lynx uses them seem to | |
4544 mean "foreground reset" and "background reset". | |
4545 | |
4546 1999-07-19 Karl Heuer <kwzh@gnu.org> | |
4547 | |
4548 * font-lock.el (c++-keywords): Add "typeid". | |
4549 | |
4550 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but | |
4551 selects no font, treat that as zero selections, not one. | |
4552 | |
4553 1999-07-19 Dave Love <fx@gnu.org> | |
4554 | |
4555 * info.el (Info-search): Don't lose with empty regexp. | |
4556 | |
4557 * version.el: Cater for (free) `ident' program, not `which'. | |
4558 | |
4559 * hl-line.el: New file. | |
4560 | |
4561 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu | |
4562 for modes which don't define menus. | |
4563 | |
4564 1999-07-16 Richard M. Stallman <rms@gnu.org> | |
4565 | |
4566 * webjump.el (webjump-sample-sites): Update some URLs. | |
4567 | |
4568 1999-07-14 Richard Stallman <rms@gnu.org> | |
4569 | |
4570 * Version 20.4 released. | |
4571 | |
4572 1999-07-14 Andreas Schwab <schwab@gnu.org> | |
4573 | |
4574 * compare-w.el (compare-windows): Try to find the next window in | |
4575 the current frame before looking at the other frames. | |
4576 | |
4577 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru> | |
4578 | |
4579 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"): | |
4580 Use cyrillic-jcuken as default input method. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4581 |
25837 | 4582 1999-07-12 Richard Stallman <rms@gnu.org> |
4583 | |
4584 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for | |
4585 Java anonymous array expressions ("new Foo[] {.. bracelist ..}"). | |
4586 | |
4587 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian. | |
4588 (ispell-local-dictionary-alist): Add koi8-r for character set. | |
4589 | |
4590 * textmodes/flyspell.el (flyspell-get-word): | |
4591 Add special handling for when ispell-otherchars is empty. | |
4592 | |
4593 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no> | |
4594 | |
4595 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior | |
4596 when having nested functons. | |
4597 (pascal-indent-nested-functions) (pascal-indent-line) | |
4598 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for | |
4599 indenting nested functions. | |
4600 | |
4601 1999-07-09 Richard Stallman <rms@gnu.org> | |
4602 | |
4603 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes. | |
4604 | |
4605 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no> | |
4606 | |
4607 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when | |
4608 the `end' keyword was in the very beginning of the buffer. | |
4609 | |
4610 1999-07-08 Richard Stallman <rms@gnu.org> | |
4611 | |
4612 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix. | |
4613 | |
4614 * term.el (term-emulate-terminal): Avoid infinite loop | |
4615 in strange case where minibuffer window is selected but not active. | |
4616 | |
4617 1999-07-07 Stephen Eglen <stephen@gnu.org> | |
4618 | |
4619 * progmodes/octave-inf.el (inferior-octave-directory-tracker): | |
4620 Change regexp so that it doesn't match commands beginning with `cd'. | |
4621 | |
4622 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
4623 | |
4624 * mail/rmail.el (mail-unsent-separator): Add a missing \\|. | |
4625 | |
4626 1999-07-06 Richard Stallman <rms@gnu.org> | |
4627 | |
4628 * hscroll.el (hscroll-minibuffer-hook): New function. | |
4629 (hscroll-global-mode): Add and remove that hook. | |
4630 Set hscroll-old-truncate-was-global's default value. | |
4631 | |
4632 1999-07-05 Richard Stallman <rms@gnu.org> | |
4633 | |
4634 * files.el (revert-buffer): Don't preserve point here. | |
4635 (revert-buffer-insert-file-contents-function): Doc fix. | |
4636 | |
4637 * isearch.el (isearch-process-search-char): Write octal 200 correctly. | |
4638 | |
4639 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid | |
4640 doing a `stat' when it isn't necessary because that can cause | |
4641 trouble when an NFS server is down. | |
4642 | |
4643 1999-07-04 Richard Stallman <rms@gnu.org> | |
4644 | |
4645 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer. | |
4646 | |
4647 1999-07-03 Richard Stallman <rms@gnu.org> | |
4648 | |
4649 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte | |
4650 for \200...\240 also. | |
4651 (isearch-printing-char): Use unibyte-char-to-multibyte. | |
4652 | |
4653 1999-07-02 Richard Stallman <rms@gnu.org> | |
4654 | |
4655 * frame.el (minibuffer-frame-alist): Use defcustom. | |
4656 (pop-up-frame-alist): Likewise. | |
4657 (initial-frame-alist): Specify * in the doc string. | |
4658 | |
4659 * hscroll.el (hscroll-mode): Make it a permanent local. | |
4660 (hscroll-mode): Don't cancel the timer | |
4661 if HScroll mode is enabled in some other buffer. | |
4662 | |
4663 * isearch.el (isearch-done): If search ends in middle of intangible | |
4664 text (due to text property), move on to the limit of that text. | |
4665 | |
4666 1999-07-01 Andrew Innes <andrewi@gnu.org> | |
4667 | |
4668 * man.el (Man-build-man-command): Use value of null-device, | |
4669 instead of hard-coding "/dev/null". | |
4670 | |
4671 * dos-w32.el (untranslated-canonical-name): Avoid expanding | |
4672 ange-ftp file names, which might force ange-ftp to prompt for a | |
4673 password. | |
4674 | |
4675 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t, | |
4676 to prevent references to temp files. | |
4677 | |
4678 1999-06-30 Richard Stallman <rms@gnu.org> | |
4679 | |
4680 * progmodes/sh-script.el (sh-feature): If nothing is known | |
4681 about the given shell, use the values for `sh'. | |
4682 | |
4683 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
4684 | |
4685 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status", | |
4686 to make it non-recursive. | |
4687 | |
4688 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly. | |
4689 | |
4690 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4691 | |
4692 * auto-show.el (auto-show-mode): Fix Typo in :set. | |
4693 | |
4694 1999-06-29 Richard M. Stallman <rms@gnu.org> | |
4695 | |
4696 * progmodes/sh-script.el (sh-mode): When setting syntax | |
4697 table, default to the standard one. | |
4698 | |
4699 1999-06-27 Richard M. Stallman <rms@gnu.org> | |
4700 | |
4701 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix. | |
4702 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4703 1999-06-27 Stefan Monnier <monnier@cs.yale.edu> |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4704 |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4705 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up |
25837 | 4706 a frame when `return' is requested (even if pop-up-frames = t) |
4707 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function' | |
4708 should only be set for the bibtex buffer. | |
4709 | |
4710 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix. | |
4711 | |
4712 * progmodes/compile.el: Deal with compilation-error-screen-columns | |
4713 being buffer-local. | |
4714 | |
4715 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
4716 | |
4717 * comint.el (comint-password-prompt-regexp): Allow "(again)". | |
4718 | |
4719 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
4720 | |
4721 * cal-x.el (calendar-only-one-frame-setup): New function. | |
4722 * calendar.el (calendar): Call it if requested. | |
4723 | |
4724 1999-06-24 Karl Heuer <kwzh@gnu.org> | |
4725 | |
4726 * startup.el (iso-8859-n-locale-regexp): Doc fix. | |
4727 | |
4728 1999-06-22 Richard M. Stallman <rms@gnu.org> | |
4729 | |
4730 * mail/supercite.el (sc-emacs-features): Doc fix. | |
4731 | |
4732 1999-06-22 Karl Heuer <kwzh@gnu.org> | |
4733 | |
4734 * files.el (auto-mode-alist): Add pike-mode. | |
4735 | |
4736 1999-06-20 Paul R. Eggert <eggert@twinsun.com> | |
4737 | |
4738 * tar-mode.el (tar-header-block-tokenize): Don't assume that the | |
4739 last byte of a numeric field is a space or a NUL. Parse it as | |
4740 potentially part of the number. This is used by GNU tar | |
4741 1.12.64012 to handle larger values. | |
4742 | |
4743 1999-06-20 Karl Heuer <kwzh@gnu.org> | |
4744 | |
4745 * custom.el (custom-handle-keyword): Fix error message. | |
4746 | |
4747 1999-06-18 Andrew Innes <andrewi@gnu.org> | |
4748 | |
4749 * mail/smtpmail.el (smtpmail-send-it): Use | |
4750 convert-standard-filename to make file names for queued mail safe | |
4751 on Windows (`:' is invalid in file names on Windows). | |
4752 | |
4753 1999-06-17 Kenichi Handa <handa@etl.go.jp> | |
4754 | |
4755 * international/mule-cmds.el (describe-current-input-method): | |
4756 Current-input-method is string. | |
4757 (toggle-input-method): Docstring fixed. | |
4758 | |
4759 * international/mule-diag.el | |
4760 (describe-current-coding-system-briefly): Fix format string. | |
4761 | |
4762 * international/mule-util.el (coding-system-eol-type-mnemonic): | |
4763 Docstring modified. Return a string. | |
4764 | |
4765 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch> | |
4766 | |
4767 * sql.el (sql-input-ring-file-name): Doc fix. | |
4768 | |
4769 1999-06-17 Richard M. Stallman <rms@gnu.org> | |
4770 | |
4771 * calendar/cal-x.el (special-display-buffer-names): | |
4772 Don't put (get-file-buffer diary-file) on this list. | |
4773 | |
4774 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov> | |
4775 | |
4776 * play/mpuz.el (mpuz-try-proposal): Fix message call. | |
4777 Don't penalize player for certain impossible guesses. | |
4778 | |
4779 1999-06-16 Andrew Innes <andrewi@gnu.org> | |
4780 | |
4781 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid, | |
4782 return the string "Unk 0 0000" so at least it appears to be a | |
4783 valid timestamp to `dired-move-to-filename-regexp'. | |
4784 | |
4785 1999-06-15 Ken'ichi Handa <handa@gnu.org> | |
4786 | |
4787 * ps-print.el (ps-control-character): Fix previous change. | |
4788 | |
4789 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4790 | |
4791 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid | |
4792 multiple output of the last message. | |
4793 | |
4794 1999-06-14 Eli Zaretskii <eliz@gnu.org> | |
4795 | |
4796 * term/internal.el (IT-display-table-setup): Do not remap \222 to | |
4797 the ASCII apostrophe, as most DOS codepages have some other glyph | |
4798 there. | |
4799 | |
4800 1999-06-14 Ken'ichi Handa <handa@gnu.org> | |
4801 | |
4802 * language/ethio-util.el (setup-ethiopic-environment-internal): | |
4803 Use quail-activate-hook instead of obsolete hook quail-mode-hook. | |
4804 (exit-ethiopic-environment): Likewize. | |
4805 | |
4806 1999-06-12 Richard M. Stallman <rms@gnu.org> | |
4807 | |
4808 * cus-start.el (scroll-preserve-screen-position): Fix typo in type. | |
4809 | |
4810 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4811 | |
4812 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with | |
4813 custom-initialize-default to avoid infinite loop. | |
4814 (crisp-mode): (defun) Call transient-mark-mode here, not when | |
4815 loading the file. Run crisp-mode-hook here, and run | |
4816 crisp-load-hook when loading the file. | |
4817 | |
4818 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in | |
4819 rmail-summary buffer, search for pattern in rmail-file. | |
4820 | |
4821 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo. | |
4822 | |
4823 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type. | |
4824 | |
4825 * ps-print.el (ps-printer-name): Fix custom type. | |
4826 | |
4827 1999-06-12 Reto Zimmermann <reto@synopsys.com> | |
4828 | |
4829 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug. | |
4830 (vhdl-port-paste-generic-map): Fix indentation bug. | |
4831 (vhdl-port-paste-port-map): Fix indentation bug. | |
4832 (vhdl-scan-file-contents): Make scanning case insensitive. | |
4833 | |
4834 1999-06-11 Richard M. Stallman <rms@gnu.org> | |
4835 | |
4836 * files.el (write-file): When buffer is not already visiting a file, | |
4837 don't put buffer name in the minibuffer, just make it the default. | |
4838 Also handle just directory as arg usefully in that case. | |
4839 | |
4840 * simple.el (sendmail-user-agent-compose): | |
4841 Ignore case when inserting the rest of the "other" headers. | |
4842 | |
4843 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n. | |
4844 | |
4845 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix. | |
4846 (info-lookup-interactive-arguments): Never insert the default | |
4847 into the minibuffer automatically. | |
4848 | |
4849 * emacs-lisp/cl-extra.el (getf): Don't call get*. | |
4850 | |
4851 1999-06-09 Richard M. Stallman <rms@gnu.org> | |
4852 | |
4853 * simple.el (shell-command): Avoid printing "mark set" message. | |
4854 | |
4855 1999-06-09 Dave Love <fx@gnu.org> | |
4856 | |
4857 * progmodes/compile.el (compilation-error-regexp-alist): Allow | |
4858 digits in program name in first pattern. | |
4859 | |
4860 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
4861 | |
4862 * vc.el (vc-dired-mode): Don't match anything before the date in | |
4863 dired-move-to-filename-regexp. | |
4864 | |
4865 1999-06-07 Ken'ichi Handa <handa@gnu.org> | |
4866 | |
4867 * international/quail.el (quail-define-rules): Fix typo in | |
4868 docstring. | |
4869 | |
4870 1999-06-05 Stephen Eglen <stephen@gnu.org> | |
4871 | |
4872 * iswitchb.el (iswitchb-default-keybindings): Add | |
4873 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather | |
4874 than when package is loaded. | |
4875 | |
4876 1999-06-04 Richard M. Stallman <rms@gnu.org> | |
4877 | |
4878 * startup.el (command-line): Don't set user-init-file directly; | |
4879 tell `load' to set it. | |
4880 | |
4881 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg. | |
4882 | |
4883 * simple.el (next-history-element): | |
4884 Handle minibuffer-text-before-history properly when reading sexps. | |
4885 | |
4886 * disp-table.el (standard-display-european): | |
4887 For an interactive call by the user, | |
4888 don't set enable-multibyte-characters, | |
4889 and don't set the terminal coding system. | |
4890 | |
4891 * textmodes/refbib.el: Don't print any messages or display | |
4892 a buffer when loading the library. | |
4893 (r2b-help): Doc fix. | |
4894 (r2b-help-message): Update the documentation. | |
4895 (r2b-load-quietly): Variable deleted. | |
4896 (r2b-convert-buffer): Doc fix. | |
4897 | |
4898 1999-06-04 Dave Love <fx@gnu.org> | |
4899 | |
4900 * help.el (help-xref-interned): Fix insertion of fdoc and revamp. | |
4901 | |
4902 * auto-show.el: Don't change hooks on loading. | |
4903 (auto-show-mode): Autoload. Default to nil. Add :set &c. | |
4904 (auto-show-mode): Add to hooks here. | |
4905 | |
4906 1999-06-04 Richard Sharman <rsharman@pobox.com> | |
4907 | |
4908 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite | |
4909 recursion on bogus input. | |
4910 | |
4911 1999-06-04 Eric M. Ludlam <zappo@ultranet.com> | |
4912 | |
4913 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user | |
4914 does not select a buffer from the buffers menu, then the attached | |
4915 frame is not switched to anything. | |
4916 | |
4917 1999-06-03 Ken'ichi Handa <handa@gnu.org> | |
4918 | |
4919 * language/vietnamese.el (ccl-encode-vscii): Typo fixed | |
4920 (viet-viscii-...->viet-vscii...). | |
4921 | |
4922 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed. | |
4923 | |
4924 1999-06-01 Dave Love <fx@gnu.org> | |
4925 | |
4926 * progmodes/fortran.el: Add :link to defgroup. | |
4927 (fortran-blink-matching-if): Match ELSE statements too. | |
4928 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so | |
4929 that filling is always done. | |
4930 | |
4931 1999-05-31 Richard M. Stallman <rms@gnu.org> | |
4932 | |
4933 * simple.el (append-next-kill): Use an arg to distinguish | |
4934 interactive calls from Lisp calls, rather than (interactive-p). | |
4935 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4936 * international/iso-transl.el (iso-transl-language-alist): |
25837 | 4937 Interchange n and N. |
4938 | |
4939 1999-05-31 Dave Love <fx@gnu.org> | |
4940 | |
4941 * msb.el Add to minor-mode-map-alist. Remove hook installation | |
4942 and keymap munging on load. | |
4943 (msb-mode): New option. | |
4944 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory): | |
4945 Doc fix. | |
4946 (msb-mode-map): New variable. | |
4947 (msb-mode): New command. | |
4948 | |
4949 1999-05-31 Dave Love <fx@gnu.org> | |
4950 | |
4951 * ispell.el: (ispell-alternate-dictionary): Fix custom type. | |
4952 (ispell-complete-word-dict): Likewise. | |
4953 | |
4954 1999-05-31 Eli Zaretskii <eliz@gnu.org> | |
4955 | |
4956 * forms.el (forms-save-buffer): Call set-buffer-modified-p to | |
4957 force the data buffer to be saved, even if the data didn't | |
4958 change, in case the write filter was modified. Restore the | |
4959 current record after read-file-filter finishes. | |
4960 | |
4961 1999-05-29 Karl Heuer <kwzh@gnu.org> | |
4962 | |
4963 * ispell4.el: Obsolete; file deleted. | |
4964 | |
4965 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line. | |
4966 | |
4967 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if | |
4968 VALUE is a syntax table. | |
4969 | |
4970 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie. | |
4971 | |
4972 * simple.el (zap-to-char): Doc fix. | |
4973 | |
4974 1999-05-27 Ken'ichi Handa <handa@gnu.org> | |
4975 | |
4976 * isearch.el (isearch-quote-char): Don't assume character codes | |
4977 0200 - 0237 stand for characters in some single-byte character | |
4978 charset. | |
4979 | |
4980 1999-05-27 Dave Love <fx@gnu.org> | |
4981 | |
4982 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c. | |
4983 | |
4984 1999-05-27 Andreas Schwab <schwab@gnu.org> | |
4985 | |
4986 * dired-aux.el (dired-insert-subdir-doinsert): Check that the | |
4987 headerline does not exist already. | |
4988 | |
4989 1999-05-26 Richard Stallman <rms@gnu.org> | |
4990 | |
4991 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
4992 Avoid nested null-loops. | |
4993 | |
4994 1999-05-26 Ken'ichi Handa <handa@gnu.org> | |
4995 | |
4996 * international/characters.el: Typo fixed; prefered->preferred. | |
4997 | |
4998 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
4999 Typo fixed; prefered->preferred. | |
5000 | |
5001 * map-ynp.el (map-y-or-n-p): Don't inherit the current input | |
5002 method in read-event. | |
5003 | |
5004 * international/mule.el (charset-info): Doc-string fixed. | |
5005 | |
5006 1999-05-25 Ken'ichi Handa <handa@gnu.org> | |
5007 | |
5008 * mail/smtpmail.el (smtpmail-send-it): Bind | |
5009 smtpmail-code-conv-from properly. | |
5010 (smtpmail-send-data-1): If DATA is a multibyte string, encode it | |
5011 by smtpmail-code-conv-from. | |
5012 | |
5013 1999-05-24 Richard Stallman <rms@gnu.org> | |
5014 | |
5015 * emulation/crisp.el (crisp-submit-bug-report): Function deleted. | |
5016 Binding deleted also. | |
5017 | |
5018 1999-05-24 Karl Heuer <kwzh@gnu.org> | |
5019 | |
5020 * comint.el (comint-bol-or-process-mark): Doc fix. | |
5021 | |
5022 1999-05-23 Dave Love <fx@gnu.org> | |
5023 | |
5024 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map. | |
5025 Enter it on minor-mode-map-alist. | |
5026 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed. | |
5027 Autoload. Add custom setter. | |
5028 (crisp-mark-line): Doc fix. | |
5029 (crisp-mode): Autoload. Re-write not to frob keymaps directly. | |
5030 (crisp-mode-hook): Define. | |
5031 | |
5032 1999-05-23 Ken'ichi Handa <handa@gnu.org> | |
5033 | |
5034 * files.el (recover-file): Recover buffer-file-coding-system. | |
5035 | |
5036 1999-05-22 Richard Stallman <rms@gnu.org> | |
5037 | |
5038 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp | |
5039 regexp match the date, to avoid treating date as file size. | |
5040 Add YYYY S option to WESTERN/ | |
5041 | |
5042 * bookmark.el: Delete some XEmacs compatibility code. | |
5043 (bookmark-jump-noselect): Check vc-backend. | |
5044 | |
5045 * subr.el (add-to-list): Doc fix. | |
5046 | |
5047 1999-05-21 Stephen Eglen <stephen@gnu.org> | |
5048 | |
5049 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer. | |
5050 | |
5051 1999-05-18 Richard Stallman <rms@gnu.org> | |
5052 | |
5053 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a | |
5054 non-space after the @anchor command. | |
5055 (texinfo-format-var): Handle other nested constructs, using | |
5056 texinfo-parse-expanded-arg and texinfo-discard-command, not | |
5057 texinfo-parse-arg-discard. | |
5058 | |
5059 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable. | |
5060 (debug): Bind and use debugger-outer-inhibit-redisplay. | |
5061 Bind inhibit-redisplay to nil. | |
5062 (debugger-env-macro): Treat inhibit-redisplay like other outside vars. | |
5063 | |
5064 1999-05-17 Dave Love <fx@gnu.org> | |
5065 | |
5066 * help.el (describe-function-1): Extra arg, interactive-p. | |
5067 (describe-key, describe-function): Use it. | |
5068 | |
5069 1999-05-17 Karl Heuer <kwzh@gnu.org> | |
5070 | |
5071 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie. | |
5072 | |
5073 1999-05-16 Dave Love <fx@gnu.org> | |
5074 | |
5075 * cus-start.el (all): Delete selective-display. Add scroll-margin, | |
5076 scroll-preserve-screen-position, scroll-conservatively. | |
5077 | |
5078 1999-05-16 Dave Love <fx@gnu.org> | |
5079 | |
5080 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case. | |
5081 | |
5082 1999-05-15 Reto Zimmermann <reto@Synopsys.COM> | |
5083 | |
5084 * progmodes/vhdl-mode.el: Completely revised and massively extended. | |
5085 | |
5086 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
5087 | |
5088 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no | |
5089 magic number and is not associated with a file. | |
5090 | |
5091 1999-05-14 Richard M. Stallman <rms@gnu.org> | |
5092 | |
5093 * files.el (find-file-noselect-1): Fix previous change. | |
5094 | |
5095 1999-05-14 Simon Marshall <simon@gnu.org> | |
5096 | |
5097 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'. | |
5098 | |
5099 1999-05-13 Ken'ichi Handa <handa@gnu.org> | |
5100 | |
5101 * international/mule-diag.el (mule-diag): Change MULE to Mule in | |
5102 docstring. | |
5103 | |
5104 * international/mule-cmds.el: Change MULE to Mule in docstrings | |
5105 and menus. | |
5106 | |
5107 1999-05-10 Kenichi HANDA <handa@etl.go.jp> | |
5108 | |
5109 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule | |
5110 to correctly reflect the value of BaseLineOffset in | |
5111 RelativeCompose. Now the value of RelativeCompose is an array of | |
5112 low and high positions. | |
5113 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and | |
5114 RLC for the above change. | |
5115 | |
5116 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org> | |
5117 | |
5118 * comint.el (comint-password-prompt-regexp): Modified to match the | |
5119 output of ksu and ssh-add. | |
5120 | |
5121 1999-05-11 Kenichi HANDA <handa@etl.go.jp> | |
5122 | |
5123 * language/korea-util.el (isearch-toggle-korean-input-method): | |
5124 Adjusted for the change of input method handling in isearch.el. | |
5125 (isearch-hangul-switch-symbol-ksc): Likewise. | |
5126 (isearch-hangul-switch-hanja): Likewise. | |
5127 | |
5128 1999-05-10 Dave Love <fx@gnu.org> | |
5129 | |
5130 * help.el (help-make-xrefs): Fix typo. | |
5131 | |
5132 1999-05-10 Andreas Schwab <schwab@gnu.org> | |
5133 | |
5134 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add | |
5135 unibyte-display-via-language-environment. | |
5136 | |
5137 * help.el (help-make-xrefs): Handle more cases when looking for | |
5138 commands in a keymap description. | |
5139 | |
5140 1999-05-10 Eli Zaretskii <eliz@gnu.org> | |
5141 | |
5142 * loadup.el: For ms-dos systems, load ccl and codepage. | |
5143 | |
5144 1999-05-09 Ken'ichi Handa <handa@gnu.org> | |
5145 | |
5146 * ps-print.el (ps-control-character): Call | |
5147 ps-mule-prepare-ascii-font to setup ASCII fonts. | |
5148 | |
5149 * ps-mule.el (ps-mule-begin-job): Redo this change "if | |
5150 ps-multibyte-buffer is nil, use | |
5151 ps-mule-font-info-database-default." | |
5152 | |
5153 1999-05-08 Ken Stevens <k.stevens@ieee.org> | |
5154 | |
5155 * ispell.el (ispell-local-dictionary-alist): New variable for | |
5156 customizing local dictionaries not accessable by everyone. | |
5157 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'. | |
5158 (ispell-required-version): Changed format `(major minor | |
5159 revision)' to support general pattern matching. | |
5160 (ispell-tex-skip-alists): AMS Tex block comment and `\author' | |
5161 skip region commented out due to incorrect skip potential in std latex. | |
5162 (ispell-word): Removed `when' macro. Fixed bug of not restoring | |
5163 cursor point on small words for calls from `ispell-minor-mode'. | |
5164 (check-ispell-version): Tests and accepts versions major.minor | |
5165 and above, with adjustments for interactions in 3.1.0-3.1.11. | |
5166 (ispell-get-line): No longer skips ispell process special characters. | |
5167 (ispell-comments-and-strings): Removed `when' macro call. | |
5168 (ispell-minor-check): Requires ispell-word to restore cursor point. | |
5169 (ispell-buffer-local-parsing): Supports checking comments only. | |
5170 | |
5171 1999-05-08 Karl Heuer <kwzh@gnu.org> | |
5172 | |
5173 * comint.el (comint-password-prompt-regexp): Fix last change to be | |
5174 more specific. | |
5175 | |
5176 1999-05-07 Richard M. Stallman <rms@gnu.org> | |
5177 | |
5178 * subr.el (with-temp-message): Fix the other call to message | |
5179 to use %s. | |
5180 | |
5181 1999-05-07 Michael Ernst <mernst@alum.mit.edu> | |
5182 | |
5183 * gud.el (gud-format-command): "%F" means file sans extension. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
5184 (jdb): Use %F, not %f, for gud-break. |
25837 | 5185 |
5186 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org> | |
5187 | |
5188 * comint.el (comint-password-prompt-regexp): Modified so that it | |
5189 matches the output of kinit. | |
5190 | |
5191 1999-05-06 Greg Stark <gsstark@mit.edu> | |
5192 | |
5193 * timezone.el (timezone-parse-date): Recognize new format used in | |
5194 internet cookies. | |
5195 | |
5196 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu> | |
5197 | |
5198 * international/iso-acc.el (iso-languages): Add latin-2 cedillas. | |
5199 | |
5200 1999-05-04 Andrew Innes <andrewi@gnu.org> | |
5201 | |
5202 * time.el (display-time-update): Allow for wrap-around when | |
5203 checking against display-time-server-down-time. | |
5204 | |
5205 1999-05-04 Ken'ichi Handa <handa@gnu.org> | |
5206 | |
5207 * international/mule-diag.el (describe-coding-system): Fix English | |
5208 message. | |
5209 | |
5210 1999-05-03 Jason Rumney <jasonr@altavista.net> | |
5211 | |
5212 * term/w32-win.el: Change the x-charset-registry property for the | |
5213 Japanese charsets that are supported by Japanese Windows fonts. | |
5214 | |
5215 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
5216 | |
5217 * diary-lib.el (diary-remind): Rewritten to behave sensibly for | |
5218 diary-block diary entries for which the reminders and the diary | |
5219 entries can overlap. | |
5220 | |
5221 1999-05-02 Jason Rumney <jasonr@altavista.net> | |
5222 | |
5223 * term/w32-win.el (mouse-set-font): Ensure constructed fontset | |
5224 matches the font selected in the dialog. | |
5225 | |
5226 1999-05-02 Dave Love <fx@gnu.org> | |
5227 | |
5228 * browse-url.el (browse-url-browser-function): Add :version. | |
5229 | |
5230 * international/mule.el (auto-coding-alist): Add .tgz. | |
5231 | |
5232 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il> | |
5233 | |
5234 * international/codepage.el (cp-coding-system-for-codepage-1): | |
5235 Make the magnification parameter for the -dos encoder be 2. | |
5236 | |
5237 1999-05-2 Andrew Innes <andrewi@gnu.org> | |
5238 | |
5239 * term/w32-win.el (w32-drag-n-drop): Select file in window where | |
5240 it is dropped, rather than current window. | |
5241 | |
5242 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables | |
5243 after switching buffer, as case-fold-search is a buffer local | |
5244 variable. | |
5245 | |
5246 * w32-fns.el (convert-standard-filename): Only convert directory | |
5247 separators to backslash if the interactive shell is one of the | |
5248 standard Windows shells that has DOS semantics. | |
5249 | |
5250 * ls-lisp.el (ls-lisp-format-time): Trap errors from | |
5251 format-time-string, and return a suitable string to indicate the | |
5252 timestamp was invalid. | |
5253 | |
5254 * hexl.el (hexlify-command): Apply shell-quote-argument after | |
5255 expanding hexl-program in case exec-directory contains a space. | |
5256 (dehexlify-command): Ditto. | |
5257 | |
5258 * dos-w32.el (file-name-buffer-file-type-alist): Remove various | |
5259 file extension regexps which aren't necessarily binary files. | |
5260 (direct-print-region-helper): Use subst-char-in-string instead of | |
5261 binding directory-sep-char to convert filenames to DOS syntax. | |
5262 (direct-print-region-use-command-dot-com): New variable. | |
5263 (direct-print-region-helper): Use it to control whether to invoked | |
5264 command.com to print on Windows 9x. | |
5265 | |
5266 * browse-url.el (browse-url-browser-function): Default to | |
5267 browse-url-default-windows-browser on windows-nt. | |
5268 (browse-url-default-windows-browser): New function. | |
5269 | |
5270 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il> | |
5271 | |
5272 * forms.el (forms-mode): Don't call forms-first-record or | |
5273 forms-last-record if the data file has zero records. | |
5274 | |
5275 1999-04-29 Richard M. Stallman <rms@gnu.org> | |
5276 | |
5277 * files.el (find-file-noselect-1): If buffer-file-name has changed | |
5278 after find-file-not-found-hooks runs, recompute the truename. | |
5279 And don't use FILENAME after that point. | |
5280 | |
5281 1999-04-27 Dave Love <fx@gnu.org> | |
5282 | |
5283 * paren.el (show-paren-mode) | |
5284 * which-func.el (which-func-mode-global) | |
5285 * type-break.el (type-break-mode) | |
5286 * time.el (display-time-mode) | |
5287 * rsz-mini.el (resize-minibuffer-mode) | |
5288 * mouse-sel.el (mouse-sel-mode) | |
5289 * icomplete.el (icomplete-mode) | |
5290 * hscroll.el (hscroll-global-mode) | |
5291 * help.el (temp-buffer-resize-mode) | |
5292 * font-lock.el (global-font-lock-mode) | |
5293 * delsel.el (delete-selection-mode) | |
5294 * avoid.el (mouse-avoidance-mode) | |
5295 * autoinsert.el (auto-insert-mode) | |
5296 * winner.el (winner-mode): Doc fix. | |
5297 | |
5298 1999-04-26 Karl Heuer <kwzh@gnu.org> | |
5299 | |
5300 * mail/rmail.el (rmail-next-same-subject): When searching, ignore | |
5301 the same whitespace that was ignored in choosing the subject string. | |
5302 | |
5303 1999-04-26 Richard M. Stallman <rms@gnu.org> | |
5304 | |
5305 * info.el (Info-find-node): Position properly after finding anchor. | |
5306 | |
5307 * cus-start.el (all): Handle unibyte-display-via-language-environment. | |
5308 | |
5309 * simple.el (indent-new-comment-line): Fix previous change. | |
5310 | |
5311 * complete.el: Delete the wildcard expansion feature | |
5312 since that is now standard in find-file. | |
5313 (PC-try-load-many-files): Function deleted. | |
5314 (PC-after-load-many-files): Function deleted. | |
5315 (PC-many-files-list): Variable deleted. | |
5316 (PC-disable-wildcards): Variable deleted. | |
5317 (partial-completion-mode): Don't enable the wildcard feature. | |
5318 | |
5319 * complete.el (PC-look-for-include-file): Don't set global variables | |
5320 `error', `buf' and `filename' here. | |
5321 | |
5322 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker. | |
5323 | |
5324 1999-04-26 John Wiegley <johnw@oneworld.new-era.com> | |
5325 | |
5326 * textmodes/outline.el (outline-regexp): Doc fix. | |
5327 | |
5328 1999-04-26 John Wiegley <johnw@borland.com> | |
5329 | |
5330 * progmodes/compile.el (compilation-error-regexp-alist): Recognize | |
5331 C++Builder 4.0 error message syntax. | |
5332 | |
5333 1999-04-26 Mark Diekhans <markd@Grizzly.COM> | |
5334 | |
5335 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't | |
5336 supported, use find -exec. | |
5337 | |
5338 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
5339 | |
5340 * textmodes/texinfmt.el (texinfo-format-buffer): Bind | |
5341 coding-system-for-write, to avoid hanging when non-interactive. | |
5342 | |
5343 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5344 | |
5345 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to | |
5346 start with a newline. | |
5347 | |
5348 1999-04-13 Ken'ichi Handa <handa@gnu.org> | |
5349 | |
5350 * international/mule-conf.el (x-ctext): New coding system. | |
5351 | |
5352 1999-04-12 Richard M. Stallman <rms@gnu.org> | |
5353 | |
5354 * international/mule-cmds.el (input-method-function): | |
5355 Add permanent-local property. | |
5356 | |
5357 1999-04-12 Dave Love <fx@gnu.org> | |
5358 | |
5359 * jka-compr.el (jka-compr-insert-file-contents): Fix previous | |
5360 change to use jka-compr-byte-compiler-base-file-name. | |
5361 | |
5362 * supercite.el (sc-scan-info-alist): Revert last change. | |
5363 (sc-attrib-selection-list): Fix :type here instead. | |
5364 | |
5365 1999-04-11 Eli Zaretskii <eliz@gnu.org> | |
5366 | |
5367 * international/mule.el (auto-coding-alist-lookup): Include ms-dos | |
5368 in the list of case-insensitive filesystems. | |
5369 | |
5370 1999-04-09 Kenichi Handa <handa@etl.go.jp> | |
5371 | |
5372 * international/fontset.el (create-fontset-from-fontset-spec): | |
5373 Don't register duplicated alias fontset names. | |
5374 | |
5375 1999-04-08 Richard Stallman <rms@gnu.org> | |
5376 | |
5377 * international/mule.el (auto-coding-alist-lookup): New function. | |
5378 (set-auto-coding): Use auto-coding-alist-lookup. | |
5379 | |
5380 * jka-compr.el (jka-compr-insert-file-contents): | |
5381 Use auto-coding-alist-lookup to check for files that | |
5382 should not have eol conversion, in the unibyte case. | |
5383 | |
5384 1999-04-07 Dave Love <fx@gnu.org> | |
5385 | |
5386 * help.el (describe-variable): Check custom-loads property as well | |
5387 as custom-type. | |
5388 | |
5389 * abbrev.el (abbrev-mode): Customizing sets the default value. | |
5390 | |
5391 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
5392 | |
5393 * vc.el (vc-backend-revert): For CVS files that were made | |
5394 writeable with "cvs edit", call "cvs unedit" to undo that. | |
5395 | |
5396 1999-04-08 Dave Love <fx@gnu.org> | |
5397 | |
5398 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type | |
5399 more. | |
5400 (sc-emacs-features): Recognize Emacs 20. | |
5401 (sc-read-string): Use history arg. | |
5402 (sc-scan-info-alist): Check for rtnvalue a cons. | |
5403 | |
5404 1999-04-08 Kenichi HANDA <handa@etl.go.jp> | |
5405 | |
5406 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a | |
5407 coding system to encode the message by | |
5408 select-message-coding-system. | |
5409 | |
5410 1999-04-07 Richard Stallman <rms@gnu.org> | |
5411 | |
5412 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition. | |
5413 | |
5414 * winner.el: Reorder definitions. | |
5415 | |
5416 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs. | |
5417 | |
5418 * mail/rmail.el (rmail-decode-babyl-format): | |
5419 Undo previous change. | |
5420 | |
5421 1999-04-06 Richard Stallman <rms@gnu.org> | |
5422 | |
5423 * info.el (Info-find-node): Check for an anchor at the | |
5424 proper place, before reading an indirect file. | |
5425 | |
5426 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL. | |
5427 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5428 * jka-compr.el (jka-compr-insert-file-contents): |
25837 | 5429 Use raw-text-unix when we want no conversion. |
5430 | |
5431 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr> | |
5432 | |
5433 * timezone.el (timezone-parse-date): Corrected regexp for | |
5434 style (5) date format so that tenths of seconds are optional. | |
5435 | |
5436 1999-04-05 Eli Zaretskii <eliz@gnu.org> | |
5437 | |
5438 * term/internal.el (dos-cpNNN-setup): New function, with the guts | |
5439 of dos-codepage-setup. | |
5440 (cjk-codepages-alist): New variable, an alist of Far-Eastern | |
5441 codepages for which there's no need to set up cpNNN coding | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5442 systems. |
25837 | 5443 (dos-codepage-setup): Support Far-Eastern DOS terminals. |
5444 | |
5445 1999-04-05 Richard Stallman <rms@gnu.org> | |
5446 | |
5447 * mail/rmail.el (rmail-ignored-headers): Doc fix. | |
5448 | |
5449 1999-04-02 Richard Stallman <rms@gnu.org> | |
5450 | |
5451 * progmodes/compile.el (compilation-handle-exit): Do right thing | |
5452 if (car status) doesn't end in a newline. | |
5453 | |
5454 1999-04-01 Dave Love <fx@gnu.org> | |
5455 | |
5456 * progmodes/sql.el (SQL): Add defgroup :version. | |
5457 | |
5458 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
5459 | |
5460 * emacs-lisp/bytecomp.el (byte-compile-file): Clear | |
5461 buffer-file-coding-system. If the coding system used is raw-text, | |
5462 etc., make the *Compiler Input* buffer unibyte. | |
5463 | |
5464 * international/mule.el (find-new-buffer-file-coding-system): Doc fix. | |
5465 | |
5466 * loadup.el: Don't write the fns-...el file if not dumping. | |
5467 | |
5468 1999-03-31 Dave Love <fx@gnu.org> | |
5469 | |
5470 * snmp-mode.el (snmp): Fix defgroup :version. | |
5471 | |
5472 * hilit-chg.el (highlight-changes): Add defgroup :version. | |
5473 | |
5474 1999-03-31 Andreas Schwab <schwab@gnu.org> | |
5475 | |
5476 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after | |
5477 the gnus-save-hidden-threads macro. | |
5478 | |
5479 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk> | |
5480 | |
5481 * faces.el (face-set-after-frame-default): Obey the | |
5482 `customized-face' for new faces. | |
5483 | |
5484 1999-03-30 Dave Love <fx@gnu.org> | |
5485 | |
5486 * international/mule-cmds.el (current-language-environment): Doc fix. | |
5487 * abbrev.el (abbrev-mode): Doc fix. | |
5488 * autoinsert.el (auto-insert-mode): Doc fix. | |
5489 * complete.el (partial-completion-mode): Doc fix. | |
5490 * avoid.el (mouse-avoidance-mode): Doc fix. | |
5491 * delsel.el (delete-selection-mode): Doc fix. | |
5492 * font-lock.el (global-font-lock-mode): Doc fix. | |
5493 * help.el (temp-buffer-resize-mode): Doc fix. | |
5494 * hscroll.el (hscroll-global-mode): Doc fix. | |
5495 * icomplete.el (icomplete-mode): Doc fix. | |
5496 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
5497 * paren.el (show-paren-mode): Doc fix. | |
5498 * rsz-mini.el (resize-minibuffer-mode): Doc fix. | |
5499 * time.el (display-time-mode): Doc fix. | |
5500 * type-break.el (type-break-mode): Doc fix. | |
5501 * which-func.el (which-func-mode-global): Doc fix. | |
5502 * winner.el (winner-mode): Doc fix. | |
5503 | |
5504 1999-03-30 Michael Ernst <mernst@alum.mit.edu> | |
5505 | |
5506 * wid-edit.el (widget-before-change): Signal text-read-only rather | |
5507 than an ordinary error. | |
5508 | |
5509 1999-03-30 Richard M. Stallman <rms@gnu.org> | |
5510 | |
5511 * repeat.el: Don't require advice. | |
5512 (repeat): Do function-indirection in check for kbd macro. | |
5513 In self-insert case, use the *last* char in INSERTION. | |
5514 | |
5515 1999-03-30 Karl Heuer <kwzh@gnu.org> | |
5516 | |
5517 * progmodes/cc-cmds.el (c-indent-command): Doc fix. | |
5518 | |
5519 1999-03-29 Andreas Schwab <schwab@gnu.org> | |
5520 | |
5521 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for | |
5522 comint-input-filter-functions. Make variables related to shell | |
5523 directory tracking local. | |
5524 | |
5525 1999-03-26 Andreas Schwab <schwab@gnu.org> | |
5526 | |
5527 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable. | |
5528 | |
5529 * simple.el (shell-command-on-region): Cope with exit-status being | |
5530 nil, which happens if call-process-region was interrupted. | |
5531 | |
5532 1999-03-26 Richard M. Stallman <rms@gnu.org> | |
5533 | |
5534 * simple.el (indent-new-comment-line): Handle use at a point | |
5535 after a comment-end. Handle multiple comments. | |
5536 | |
5537 * mail/rmail.el (rmail-decode-babyl-format): | |
5538 To prevent locking, bind buffer-file-name to nil. | |
5539 | |
5540 1999-03-26 Karl Fogel <kfogel@red-bean.com> | |
5541 | |
5542 * mail-hist.el (mail-hist-current-header-name): Don't make | |
5543 off-by-one-error when determining if in message body. | |
5544 | |
5545 1999-03-25 Andrew Innes <andrewi@gnu.org> | |
5546 | |
5547 * w32-fns.el (set-default-process-coding-system): Copied from | |
5548 dos-w32.el, but modified to use Unix line endings for process | |
5549 input, and to add a suitable entry to process-coding-system-alist | |
5550 for DOS shells. | |
5551 | |
5552 * dos-fns.el (set-default-process-coding-system): Copied from | |
5553 dos-w32.el. | |
5554 | |
5555 * dos-w32.el (set-default-process-coding-system): Move function to | |
5556 dos-fns.el; a different version is used in w32-fns.el. | |
5557 | |
5558 1999-03-24 Dave Love <fx@gnu.org> | |
5559 | |
5560 * info.el (Info-directory-list): Revert change to re-writing | |
5561 Info-default-directory-list, but put `alternative' first. | |
5562 (Info-insert-dir): Modify selecting the top dir file as a consequence. | |
5563 | |
5564 1999-03-23 Simon Marshall <simon@gnu.org> | |
5565 | |
5566 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is | |
5567 on the line by itself. | |
5568 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if | |
5569 it is not in a declarative context. | |
5570 | |
5571 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk> | |
5572 | |
5573 * cus-edit.el (custom-variable-prompt): Allow customization of | |
5574 autoloaded symbols. | |
5575 | |
5576 1999-03-22 Kenichi HANDA <handa@etl.go.jp> | |
5577 | |
5578 * simple.el (what-cursor-position): Don't cause error when point | |
5579 is at invalid multibyte sequence. | |
5580 | |
5581 1999-03-21 Karl Heuer <kwzh@gnu.org> | |
5582 | |
5583 * complete.el (partial-completion-mode): Doc fix. | |
5584 | |
5585 1999-03-19 Richard M. Stallman <rms@gnu.org> | |
5586 | |
5587 * progmodes/cplus-md.el (old-c++): Remove :group. | |
5588 | |
5589 * progmodes/c-mode.el (old-c): Remove :group. | |
5590 | |
5591 1999-03-18 Simon Marshall <simon@gnu.org> | |
5592 | |
5593 * font-lock.el (c-font-lock-keywords-2): Added "complex" type. | |
5594 (java-font-lock-keywords-2): Added "strictfp" keyword. | |
5595 | |
5596 1999-03-17 Jason Rumney <jasonr@altavista.net> | |
5597 | |
5598 * w32-fns.el (set-w32-system-coding-system) New function. | |
5599 (w32-system-coding-system) Initialize to 'iso-latin-1. | |
5600 | |
5601 1999-03-17 Eli Zaretskii <eliz@gnu.org> | |
5602 | |
5603 * international/mule-cmds.el (set-language-environment): Fix | |
5604 previous change: don't use dos-codepage when unbound. | |
5605 | |
5606 1999-03-17 Karl Heuer <kwzh@gnu.org> | |
5607 | |
5608 * calendar/appt.el (appt-make-list): Fix previous change. | |
5609 | |
5610 1999-03-16 Richard M. Stallman <rms@gnu.org> | |
5611 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5612 * window.el (shrink-window-if-larger-than-buffer): |
25837 | 5613 Don't try to redisplay with the cursor at the end |
5614 on its own line--that would force a scroll and spoil things. | |
5615 | |
5616 1999-03-16 Eli Zaretskii <eliz@gnu.org> | |
5617 | |
5618 * international/mule-cmds.el (set-language-environment): Don't use | |
5619 cpNNN-nonascii-translation-table if it is unbound. | |
5620 | |
5621 * term/internal.el (dos-codepage-setup): Compute the unibyte | |
5622 syntax table and bind unibyte-display-via-language-environment | |
5623 here, rather than at top level, so that resetting to unibyte in | |
5624 .emacs works as expected. | |
5625 | |
5626 1999-03-15 Simon Marshall <simon@gnu.org> | |
5627 | |
5628 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword. | |
5629 | |
5630 1999-03-14 Milan Zamazal <pdm@pvt.net> | |
5631 | |
5632 * abbrev.el (inverse-add-abbrev): Inherit the current input method. | |
5633 | |
5634 1999-03-14 Kenichi Handa <handa@etl.go.jp> | |
5635 | |
5636 * international/mule-util.el (detect-coding-with-priority): | |
5637 Restore the internal database. | |
5638 | |
5639 1999-03-14 Stephen Eglen <stephen@gnu.org> | |
5640 | |
5641 * mail/sendmail.el (sendmail-send-it): Fix typo in error string | |
5642 if mail-from-style has invalid value. | |
5643 | |
5644 1999-03-12 Karl Heuer <kwzh@gnu.org> | |
5645 | |
5646 * vc.el (vc-delete-logbuf-window): New var. | |
5647 (vc-finish-logentry): Use it. | |
5648 | |
5649 1999-03-12 Richard M. Stallman <rms@gnu.org> | |
5650 | |
5651 * startup.el (command-line-1): Improve startup msg. | |
5652 | |
5653 1999-03-12 Eric M. Ludlam <zappo@ultranet.com> | |
5654 | |
5655 * speedbar.el: Added commentary about stealthy functions. | |
5656 (speedbar-message) new function. | |
5657 (speedbar-y-or-n-p): New function | |
5658 (speedbar-with-attached-buffer) Moved macro before reference. | |
5659 Now uses `save-selected-window'. | |
5660 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh, | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5661 speedbar-generic-item-info, speedbar-item-info-file-helper, |
25837 | 5662 speedbar-item-delete, speedbar-insert-generic-list, |
5663 speedbar-timer-fn, speedbar-check-vc-this-line, | |
5664 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags, | |
5665 speedbar-buffers-item-info) Use speedbar-message. | |
5666 (speedbar-item-info) Limit `message-log-max'. | |
5667 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename, | |
5668 speedbar-item-delete, speedbar-item-object-delete, | |
5669 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p. | |
5670 | |
5671 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp> | |
5672 | |
5673 * server.el (server-start): Set coding system for the server | |
5674 process to raw-text. | |
5675 (server-process-filter): Decode file names if necessary. | |
5676 | |
5677 1999-03-12 Dave Love <fx@gnu.org> | |
5678 | |
5679 * textmodes/fill.el (sentence-end-double-space): Doc fix. | |
5680 | |
5681 * textmodes/paragraphs.el (sentence-end): Doc fix. | |
5682 | |
5683 1999-03-11 Karl Heuer <kwzh@gnu.org> | |
5684 | |
5685 * comint.el (comint-password-prompt-regexp): Accept "login password:" | |
5686 | |
5687 1999-03-09 Karl Heuer <kwzh@gnu.org> | |
5688 | |
5689 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line. | |
5690 (ispell-dictionary-alist-2): Likewise. | |
5691 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars. | |
5692 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars. | |
5693 (ispell-dictionary-alist): Build from six pieces, not just two. | |
5694 | |
5695 * ps-bdf.el (bdf-directory-list): Doc fix. | |
5696 | |
5697 * enriched.el (enriched-mode): Make var permanent-local. | |
5698 | |
5699 1999-03-09 Dave Love <fx@gnu.org> | |
5700 | |
5701 * textmodes/sgml-mode.el (html-mode): Use | |
5702 sentence-end-double-space when setting sentence-end. | |
5703 | |
5704 1999-03-09 Ken'ichi Handa <handa@gnu.org> | |
5705 | |
5706 * language/thai.el (tis-620): New alias coding system for thai-tis620. | |
5707 | |
5708 1999-03-08 Felix Lee <flee@cygnus.com> | |
5709 | |
5710 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook. | |
5711 | |
5712 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok. | |
5713 | |
5714 1999-03-08 Karl Heuer <kwzh@gnu.org> | |
5715 | |
5716 * dired-aux.el (dired-do-copy-regexp): Doc fix. | |
5717 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
5718 | |
5719 * dired.el (dired-do-copy-regexp): Doc fix. | |
5720 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
5721 | |
5722 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com> | |
5723 | |
5724 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp. | |
5725 | |
5726 1999-03-08 Jason Rumney <jasonr@altavista.net> | |
5727 | |
5728 * international/codepage.el (cp1250-decode-table) | |
5729 (cp1251-decode-table, cp1253-decode-table) | |
5730 (cp1257-decode-table): New translation tables for MS Windows codepages. | |
5731 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages. | |
5732 | |
5733 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
5734 | |
5735 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly. | |
5736 | |
5737 1999-03-07 Eli Zaretskii <eliz@gnu.org> | |
5738 | |
5739 * ps-bdf.el (bdf-directory-list): Different value for ms-dos. | |
5740 | |
5741 * term/internal.el (top level): Display character 255 as 8bit as well. | |
5742 | |
5743 1999-03-06 Dave Love <fx@gnu.org> | |
5744 | |
5745 * progmodes/cc-cmds.el (c-outline-level): Bind | |
5746 buffer-invisibility-spec. | |
5747 | |
5748 * progmodes/c-mode.el (c-outline-level): Likewise. | |
5749 | |
5750 * progmodes/ada-mode.el (ada-outline-level): Likewise. | |
5751 | |
5752 1999-03-05 Felix Lee <flee@cygnus.com> | |
5753 | |
5754 * textmodes/outline.el (outline-get-last-sibling): Doc fix. | |
5755 | |
5756 1999-03-05 Richard M. Stallman <rms@gnu.org> | |
5757 | |
5758 * bindings.el (complete-symbol): Invert meaning of prefix arg. | |
5759 | |
5760 1999-03-05 Andrew Innes <andrewi@gnu.org> | |
5761 | |
5762 * w32-fns.el (convert-standard-filename): Convert directory | |
5763 separators to Windows format. | |
5764 | |
5765 1999-03-05 Andreas Schwab <schwab@gnu.org> | |
5766 | |
5767 * international/skkdic-cnv.el: Provide skkdic-cnv. | |
5768 (skkdic-convert): Emit code to require skkdic-cnv at compile time. | |
5769 (batch-skkdic-convert): Doc fix. | |
5770 | |
5771 1999-03-04 Dave Love <fx@gnu.org> | |
5772 | |
5773 * custom.el (custom-set-variables): Protect against setter errors. | |
5774 | |
5775 1999-03-04 Eli Zaretskii <eliz@gnu.org> | |
5776 | |
5777 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of | |
5778 the file sizes from overflowing. | |
5779 (ls-lisp-format): If file size is a float, use %8.0f to print it. | |
5780 Under -s, print the size in blocks with %4.0f, in case they have | |
5781 a *really* huge file. | |
5782 | |
5783 1999-03-03 Dave Love <fx@gnu.org> | |
5784 | |
5785 * options.el (edit-options): Doc fix. | |
5786 (list-options): Don't lose with unbound symbols. Maintain | |
5787 Edit-options-mode. | |
5788 | |
5789 1999-03-01 Dave Love <fx@gnu.org> | |
5790 | |
5791 * mail/supercite.el (sc-attrib-selection-list): Fix custom type. | |
5792 | |
5793 1999-02-28 Richard M. Stallman <rms@gnu.org> | |
5794 | |
5795 * ispell.el (ispell-dictionary-alist-override): New variable. | |
5796 (ispell-dictionary-alist): Don't setq it, | |
5797 if ispell-dictionary-alist-override is set. | |
5798 | |
5799 * simple.el (shell-command-default-error-buffer): Renamed from | |
5800 shell-command-on-region-default-error-buffer. | |
5801 (shell-command-on-region): Mention in echo area when there | |
5802 is some error output. Mention success or failure, too. | |
5803 Accumulate multiple error outputs | |
5804 going forward, with formfeed in between. Display the error buffer | |
5805 when we have put something in it. | |
5806 (shell-command): Add the ERROR-BUFFER argument feature. | |
5807 | |
5808 1999-02-28 Karl Heuer <kwzh@gnu.org> | |
5809 | |
5810 * mail/mh-utils.el (mh-lib): Doc fix. | |
5811 (mh-lib-progs, mh-nmh-p): New vars. | |
5812 (mh-find-progs): Set mh-lib-progs along with other vars. | |
5813 (mh-path-search): New arg FUNC-P; if specified, use that instead | |
5814 of mh-file-command-p. | |
5815 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs. | |
5816 | |
5817 * mail/mh-comp.el (mh-repl-formfile): New var. | |
5818 (mh-smail-batch): Don't ignore all arguments. | |
5819 (mh-reply): Do the right thing when using nmh. | |
5820 | |
5821 1999-02-27 Kenichi Handa <handa@etl.go.jp> | |
5822 | |
5823 * international/mule-cmds.el (select-safe-coding-system): Be sure | |
5824 to show a buffer being decoded. | |
5825 | |
5826 1999-02-26 Ken'ichi Handa <handa@gnu.org> | |
5827 | |
5828 * ps-bdf.el (bdf-directory-list): Initialize it to | |
5829 '("/usr/local/share/emacs/fonts/bdf"). | |
5830 | |
5831 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
5832 | |
5833 * ps-print.el: PostScript programming fix. | |
5834 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use | |
5835 setpagedevice operator). | |
5836 | |
5837 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
5838 | |
5839 * ps-print.el: Doc fix, font size specifies landscape and portrait | |
5840 sizes. | |
5841 (ps-print-version): New version number (4.1.4). | |
5842 (ps-font-size, ps-header-font-size, ps-header-title-font-size): | |
5843 Specifies landscape and portrait sizes. | |
5844 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages) | |
5845 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun | |
5846 fix. | |
5847 (ps-get-font-size): New fun. | |
5848 (ps-font-size-internal, ps-header-font-size-internal) | |
5849 (ps-header-title-font-size-internal): New vars. | |
5850 | |
5851 * ps-mule.el: Change of ps-print font size variable name. | |
5852 (ps-mule-generate-font): Fun fix. | |
5853 (ps-mule-begin-job): Programming uniformization. | |
5854 | |
5855 1999-02-25 Dave Love <fx@gnu.org> | |
5856 | |
5857 * help.el (help-xref-info-regexp): Allow linebreaks and capital. | |
5858 (help-make-xrefs): Do Info case first. | |
5859 | |
5860 * repeat.el: Don't require advice. | |
5861 (repeat-last-kill-command): Variable deleted. | |
5862 | |
5863 1999-02-25 Richard Stallman <rms@gnu.org> | |
5864 | |
5865 * simple.el (shell-command-on-region): Don't go into the REPLACE = t | |
5866 case just because the current buffer is the output buffer. | |
5867 | |
5868 1999-02-25 Kenichi Handa <handa@etl.go.jp> | |
5869 | |
5870 * simple.el (what-cursor-position): To show the character's | |
5871 encoding, use encoded-string-description instead of information | |
5872 of chaset-origin-alist. | |
5873 | |
5874 * international/mule-cmds.el (iso-2022-control-alist): New variable. | |
5875 (encoded-code-description): New function. | |
5876 (encoded-string-description): New function. | |
5877 (encode-coding-char): New function. | |
5878 | |
5879 1999-02-25 Andrew Innes <andrewi@gnu.org> | |
5880 | |
5881 * startup.el (command-line) [windows-nt]: Fix typo in regexp | |
5882 checking for .emacs[.el[c]]. | |
5883 | |
5884 1999-02-24 Richard Stallman <rms@gnu.org> | |
5885 | |
5886 * help.el (describe-function-1): Don't print a whole lambda-function. | |
5887 | |
5888 1999-02-23 Ken'ichi Handa <handa@gnu.org> | |
5889 | |
5890 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow | |
5891 inputting ?\240. | |
5892 | |
5893 1999-02-23 Karl Heuer <kwzh@gnu.org> | |
5894 | |
5895 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst. | |
5896 | |
5897 * midnight.el (clean-buffer-list-kill-regexps): Doc fix. | |
5898 (clean-buffer-list-kill-buffer-names): Doc fix. | |
5899 | |
5900 * gud.el (gud-jdb-massage-args): Spelling fix. | |
5901 | |
5902 1999-02-23 Richard M. Stallman <rms@gnu.org> | |
5903 | |
5904 * subr.el (with-temp-message): Use %s so % in old msg won't fool us. | |
5905 | |
5906 1999-02-22 Eli Zaretskii <eliz@gnu.org> | |
5907 | |
5908 * arc-mode.el (archive-set-buffer-as-visiting-file): Save | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5909 excursion while calling set-auto-coding-function. |
25837 | 5910 |
5911 * play/handwrite.el (handwrite): Require ps-print, and use | |
5912 ps-printer-name and ps-lpr-command. Call ps-print-region-function | |
5913 if it's defined, instead of forking ps-lpr-command unconditionally. | |
5914 | |
5915 1999-02-22 Kenichi Handa <handa@etl.go.jp> | |
5916 | |
5917 * international/codepage.el (cp-coding-system-for-codepage-1): Put | |
5918 charset-origin-alist property to a coding system for the codepage. | |
5919 | |
5920 * international/mule.el: Modify comment for charset-origin-alist | |
5921 property of a coding system. | |
5922 | |
5923 * simple.el (what-cursor-position): charset-origin-alist property | |
5924 of a coding system may be a translation table or a symbol of which | |
5925 `translation-table' property is a translation table. | |
5926 | |
5927 1999-02-21 Richard Stallman <rms@gnu.org> | |
5928 | |
5929 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body | |
5930 to the "html" template. | |
5931 | |
5932 1999-02-21 Peter Breton <pbreton@ne.mediaone.net> | |
5933 | |
5934 * dirtrack.el (dirtrack): Added docstring. Now returns input. | |
5935 | |
5936 1999-02-18 Peter Breton <pbreton@ne.mediaone.net> | |
5937 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5938 * dirtrack.el (dirtrack): Check for the prompt in the input string |
25837 | 5939 instead of the buffer. |
5940 | |
5941 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch> | |
5942 | |
5943 * sql.el: Set version to 1.4.1. Changed mail address to | |
5944 alex@gnu.org. Mention the mailing list sql.el@gnu.org. | |
5945 (sql-input-ring-separator): Doc fix. | |
5946 (sql-mode-syntax-table): double-dash starts comments is defined as | |
5947 ". 56" instead of ". 12b" for XEmacs. | |
5948 (sql-stop, sql-interactive-mode): Doc fixes. | |
5949 (sql-postgres): Queries for database and server, not just one. | |
5950 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted. | |
5951 | |
5952 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is | |
5953 changed. This is needed for master.el to work. | |
5954 (sql-set-sqli-buffer): Use the new hook. | |
5955 | |
5956 * sql.el (sql-make-alternate-buffer-name): Function that sets | |
5957 sql-alternate-buffer-name. | |
5958 (sql-alternate-buffer-name): Possible name of SQLi buffers. | |
5959 (sql-interactive-mode): Set sql-alternate-buffer-name. | |
5960 (sql-rename-buffer): New command. | |
5961 (sql-interactive-mode-menu): Menu for SQLi buffers. | |
5962 | |
5963 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator | |
5964 and sql-input-ring-file-name are used to temporarily set | |
5965 comint-input-ring-file-name and comint-input-ring-separator when | |
5966 reading and writing input history files. | |
5967 | |
5968 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name. | |
5969 (sql-input-ring-file-name): New variable with customization. | |
5970 (sql-input-ring-separator): New variable with customization. | |
5971 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer. | |
5972 Callers changed. | |
5973 (sql-show-sqli-buffer): The message for "sql-buffer is not set" | |
5974 now includes the name of the current buffer. | |
5975 | |
5976 (sql-mode): Set paragraph-separate and paragraph-start so that | |
5977 sql-send-paragraph sends the entire SQL statements, even if it | |
5978 contains indented lines. | |
5979 | |
5980 1999-02-18 Dave Love <fx@gnu.org> | |
5981 | |
5982 * format.el (format-encode-run-method, format-decode-run-method): | |
5983 Fix previous change. | |
5984 | |
5985 1999-02-18 Ken'ichi Handa <handa@gnu.org> | |
5986 | |
5987 * international/mule.el (coding-system-list): Moved here from | |
5988 mule-util.el to avoid autoloading mule-util by the call of | |
5989 select-safe-coding-system. | |
5990 | |
5991 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
5992 | |
5993 * simple.el (turn-on-auto-fill): Mark it as an option for | |
5994 `text-mode-hook'. | |
5995 | |
5996 1999-02-17 Richard Stallman <rms@gnu.org> | |
5997 | |
5998 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
5999 Don't crash if (current-local-map) is nil. | |
6000 | |
6001 1999-02-17 Peter Breton <pbreton@ne.mediaone.net> | |
6002 | |
6003 * filecache.el (file-cache-filter-regexps): Added .class. | |
6004 | |
6005 1999-02-17 Ken'ichi Handa <handa@gnu.org> | |
6006 | |
6007 * international/mule-util.el (decompose-region): Use | |
6008 insert-buffer-substring instead of insert-buffer to avoid putting | |
6009 mark. | |
6010 | |
6011 1999-02-17 Andreas Schwab <schwab@gnu.org> | |
6012 | |
6013 * calendar/cal-move.el (scroll-calendar-left): Don't set | |
6014 displayed-month and displayed-year here, let generate-calendar do | |
6015 it, after range checking. | |
6016 | |
6017 1999-02-17 Simon Marshall <simon@gnu.org> | |
6018 | |
6019 * progmodes/cc-engine.el (c-at-toplevel-p): New function. | |
6020 | |
6021 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish | |
6022 correctly between an object declared via a constructor and a method. | |
6023 (font-lock-defaults-alist): Don't give `.' word syntax for Java. | |
6024 (java-font-lock-keywords-1): Fontify package names individually. | |
6025 (java-font-lock-extra-types): Ensure regexp matches capitalised only. | |
6026 (java-font-lock-keywords-2): Simplify type fontification. | |
6027 (java-font-lock-keywords-3): Likewise. | |
6028 | |
6029 1999-02-17 Kenichi Handa <handa@etl.go.jp> | |
6030 | |
6031 * language/japanese.el (iso-2022-jp-2): New coding system. | |
6032 ("Japanese"): Put iso-2022-jp-2 in coding-priority property. | |
6033 | |
6034 1999-02-16 Dave Love <fx@gnu.org> | |
6035 | |
6036 * help.el (describe-function-1): Accept non-symbols. | |
6037 | |
6038 1999-02-16 Paul Eggert <eggert@twinsun.com> | |
6039 | |
6040 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we | |
6041 find the last match if there are multiple matches. | |
6042 | |
6043 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6044 | |
6045 * tex-mode.el (tex-run-command, latex-run-command) | |
6046 (slitex-run-command, tex-command): Doc changes. | |
6047 (tex-start-options-string): Autoload it. Doc change. Provide | |
6048 a menu for customization. Allow nil. Quote backslashes only once. | |
6049 (tex-start-tex): Handle nil value of tex-start-options-string | |
6050 and apply shell-quote-argument to it. | |
6051 | |
6052 1999-02-16 Eli Zaretskii <eliz@gnu.org> | |
6053 | |
6054 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round | |
6055 the size in blocks, since it can be a float. | |
6056 (ls-lisp-format): Likewise | |
6057 | |
6058 1999-02-16 Ken'ichi Handa <handa@gnu.org> | |
6059 | |
6060 * language/japanese.el (japanese-shift-jis): Add | |
6061 charset-origin-alist property. | |
6062 | |
6063 1999-02-15 Richard Stallman <rms@gnu.org> | |
6064 | |
6065 * progmodes/compile.el (compile-internal): Use save-selected-window. | |
6066 | |
6067 * subr.el (momentary-string-display): Bind inhibit-read-only. | |
6068 | |
6069 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line. | |
6070 | |
6071 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il> | |
6072 | |
6073 * mail/rmail.el (rmail-show-message): If an unseen message has a | |
6074 Summary-line in its header, get past one more line before looking | |
6075 for the X-Coding-System header. | |
6076 | |
6077 1999-02-15 Geoff Voelker <voelker@cs.washington.edu> | |
6078 | |
6079 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files | |
6080 explicitly to accomodate Windows 9X lack of a useful copy program. | |
6081 | |
6082 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk> | |
6083 | |
6084 * wid-edit.el (widget-choice-value-create): Use `equal' | |
6085 instead of `eq'. | |
6086 | |
6087 1999-02-14 Richard Stallman <rms@gnu.org> | |
6088 | |
6089 * international/iso-transl.el: | |
6090 (iso-transl-ae): Renamed from iso-transl-e-slash. | |
6091 (iso-transl-a-ring): Renamed from iso-transl-a-slash. | |
6092 (iso-transl-AE): Renamed from iso-transl-E-slash. | |
6093 (iso-transl-A-ring): Renamed from iso-transl-A-slash. | |
6094 (iso-transl-char-map): Related changes. | |
6095 | |
6096 * format.el (format-replace-strings): Fix value of TO in REVERSE case. | |
6097 | |
6098 1999-02-13 Richard Stallman <rms@gnu.org> | |
6099 | |
6100 * textmodes/texinfmt.el (texinfo-alias): New function. | |
6101 (texinfo-fold-nodename-case): Add defvar. | |
6102 (texinfo-format-node): Do case folding if specified. | |
6103 | |
6104 * ffap.el (ffap-file-at-point): Test local file names | |
6105 immediately. Strip off line numbers. | |
6106 | |
6107 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch> | |
6108 | |
6109 * sql.el: Set version to 1.3.2 | |
6110 (sql-solid-program): Added support for solid. | |
6111 (sql-help): Doc mentions sql-solid. | |
6112 (sql-solid): Entry function for Solid. | |
6113 (sql-buffer): Doc explains the use of the variable and how to | |
6114 change it. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6115 (sql-mode-menu): Included entries for sql-show-sqli-buffer and |
25837 | 6116 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are |
6117 disabled if sql-buffer doesn't have a process; sql-send-paragraph | |
6118 is new. | |
6119 (sql-show-sqli-buffer): New function to display the value of | |
6120 sql-buffer. | |
6121 (sql-change-sqli-buffer): New function to change sql-buffer. | |
6122 (sql-mode): Doc explains how to change sql-buffer. | |
6123 (sql-send-paragraph): New function to send a paragraph. | |
6124 (sql-mode-map): Added keybinding for sql-send-paragraph. | |
6125 (sql-mysql): Doc corrected. | |
6126 (sql-ms): Doc corrected. | |
6127 | |
6128 * sql.el (sql-server): Doc fix. | |
6129 (sql-mysql): Added the use of sql-server to specify the host, | |
6130 sql-database now specifies database instead of host. | |
6131 (sql-mode-menu): Send... menu items are only active if sql-buffer | |
6132 is non-nil. | |
6133 (sql-help): Changed tag of entry functions a bit. | |
6134 | |
6135 * sql.el: Added keywords from `finder-by-keyword'. | |
6136 (sql-mode): Made sql-buffer a local variable, changed the | |
6137 documentation: removed instructions to add *.sql files to | |
6138 auto-mode-alist, added documentation for having mutliple SQL | |
6139 buffers sending their stuff to different SQLi buffers, each | |
6140 running a different process. | |
6141 (sql-postgres): Quoted *SQL* in doc string. | |
6142 (sql-ms): Likewise. | |
6143 (sql-ingres): Likewise. | |
6144 (sql-ingres): Quoted *SQL* in doc string, added references to | |
6145 sql-user and sql-password used during login. | |
6146 (sql-sybase): Quoted *SQL* in doc string, added comma. | |
6147 (sql-oracle): Likewise. | |
6148 (sql-interactive-mode): Added extensive documentation for having | |
6149 mutliple SQL buffers sending their stuff to different SQLi | |
6150 buffers, each running a different process. | |
6151 (sql-buffer): Changed doc from *SQL* to SQLi. | |
6152 (sql-get-login): Doc fix. | |
6153 | |
6154 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
6155 | |
6156 * international/mule-conf.el (undecided): Set ascii in | |
6157 safe-charsets property. | |
6158 | |
6159 1999-02-12 Richard Stallman <rms@gnu.org> | |
6160 | |
6161 * textmodes/paragraphs.el (paragraph-separate): Doc fix. | |
6162 | |
6163 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
6164 | |
6165 * ps-mule.el (ps-mule-font-info-database-default): Set the initial | |
6166 value to ps-mule-font-info-database-latin. | |
6167 | |
6168 1999-02-13 Kenichi HANDA <handa@etl.go.jp> | |
6169 | |
6170 * ps-mule.el (ps-multibyte-buffer): Doc-string modified. | |
6171 (ps-mule-font-info-database-default): New variable. | |
6172 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use | |
6173 ps-mule-font-info-database-default. | |
6174 | |
6175 1999-02-12 Dave Love <fx@gnu.org> | |
6176 | |
6177 * timezone.el (timezone-make-date-sortable) | |
6178 (timezone-make-date-arpa-standard): Doc fix. | |
6179 | |
6180 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
6181 | |
6182 * international/quail.el (quail-show-kbd-layout): Bind | |
6183 blink-matching-paren to nil. | |
6184 | |
6185 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field | |
6186 for ASCII and Latin-1. | |
6187 | |
6188 1999-02-12 Andreas Schwab <schwab@gnu.org> | |
6189 | |
6190 * gud.el (jdb): Fix regexp for comint-prompt-regexp. | |
6191 | |
6192 1999-02-12 Kenichi Handa <handa@etl.go.jp> | |
6193 | |
6194 * international/mule-cmds.el (language-info-alist): Remove | |
6195 description about charset-origin-alist. | |
6196 | |
6197 * international/mule.el: Comment added for a new coding system | |
6198 property `charset-origin-alit'. | |
6199 (make-translation-table): This variable deleted. | |
6200 | |
6201 * language/chinese.el (chinese-big5): Add charset-origin-alist | |
6202 property. | |
6203 ("Chinese-CNS"): Remove charset-origin-alist property. | |
6204 | |
6205 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist | |
6206 property. | |
6207 (cyrillic-alternativnyj): Likewise. | |
6208 ("Cyrillic-KOI8"): Remove charset-origin-alist property. | |
6209 ("Cyrillic-ALT"): Likewise. | |
6210 | |
6211 * language/vietnamese.el (vietnamese-viqr): Add | |
6212 charset-origin-alist property. | |
6213 ("Vietnamese"): Remove charset-origin-alist property. | |
6214 | |
6215 * simple.el (what-cursor-position): Don't use the varialbe | |
6216 charset-origin-alist, but use charset-origin-alist property of | |
6217 buffer-file-coding-system to decide external character set code. | |
6218 | |
6219 1999-02-10 Richard Stallman <rms@gnu.org> | |
6220 | |
6221 * shadowfile.el: Don't turn on the mode when the file is loaded. | |
6222 | |
6223 1999-02-09 Richard Stallman <rms@gnu.org> | |
6224 | |
6225 * progmodes/compile.el (compile-auto-highlight): Customize. | |
6226 | |
6227 * add-log.el (add-log-file-name-function): New variable. | |
6228 (add-change-log-entry): Call that function, if non-nil. | |
6229 | |
6230 1999-02-09 Michael Ernst <mernst@alum.mit.edu> | |
6231 | |
6232 * rmail.el (rmail-search): Track match with a marker, not an integer. | |
6233 | |
6234 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6235 | |
6236 * progmodes/compile.el (compilation-setup): Set value of | |
6237 compilation-directory-stack as in compilation-forget-errors. | |
6238 (compile-reinitialize-errors): Bind buffer-undo-list and | |
6239 deactivate-mark. | |
6240 (compilation-forget-errors): Likewise. | |
6241 | |
6242 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com> | |
6243 | |
6244 * textmodes/texinfo.el (texinfo-environment-regexp): Add the | |
6245 def... constructs. | |
6246 | |
6247 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu): | |
6248 Remove calls to sleep-for. | |
6249 | |
6250 1999-02-08 Eli Zaretskii <eliz@gnu.org> | |
6251 | |
6252 * international/codepage.el (cp-coding-system-for-codepage-1): On | |
6253 MS-DOS, use dos-unsupported-char-glyph for characters not | |
6254 supported by the codepage. | |
6255 (cp-make-coding-systems-for-codepage): Likewise. | |
6256 | |
6257 1999-02-08 Andreas Schwab <schwab@gnu.org> | |
6258 | |
6259 * international/mule-util.el (coding-system-list): Don't sort | |
6260 coding-system-list here. | |
6261 | |
6262 * international/mule.el (coding-system-lessp): Moved here from | |
6263 mule-util.el | |
6264 (add-to-coding-system-list): New function. | |
6265 (make-subsidiary-coding-system, make-coding-system, | |
6266 define-coding-system-alias): Use it instead of setting | |
6267 coding-system-list directly. | |
6268 | |
6269 1999-02-07 Dave Love <fx@gnu.org> | |
6270 | |
6271 * calendar/appt.el (appt-make-list): Don't splice quotes and date | |
6272 onto message. | |
6273 | |
6274 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6275 | |
6276 * imenu.el (imenu--last-menubar-index-alist): Add doc. | |
6277 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist. | |
6278 | |
6279 1999-02-06 Richard Stallman <rms@gnu.org> | |
6280 | |
6281 * language/european.el (setup-slovenian-environment): New function. | |
6282 ("Slovenian"): New language environment. | |
6283 | |
6284 * progmodes/sql.el (sql-help): Doc fix. | |
6285 (sql-mysql): Doc fix. | |
6286 | |
6287 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6288 | |
6289 * tex-mode.el: When compiling, require compare-w and skeleton | |
6290 to pacify the byte-compiler. Move the def's of the tex-commands | |
6291 together. Add a comment on kill-process vs. quit-process. | |
6292 | |
6293 1999-02-05 Dave Love <fx@gnu.org> | |
6294 | |
6295 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with | |
6296 null markers. | |
6297 (compile-goto-error): Likewise. | |
6298 | |
6299 1999-02-05 Stephen Gildea <gildea@alum.mit.edu> | |
6300 | |
6301 * time-stamp.el (time-stamp-format): Format doc tighter. | |
6302 (time-stamp-line-limit): 0 searches the entire buffer (careful!). | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
6303 (time-stamp): Don't re-write the time stamp if it didn't change. |
25837 | 6304 |
6305 1999-02-05 Alex Schroeder <asc@bsiag.com> | |
6306 | |
6307 * progmodes/sql.el: Changed version to 1.2.1. | |
6308 (sql-pop-to-buffer-after-send-region): Improved documentation. | |
6309 (sql-mysql-program): Added MySQL support. | |
6310 (sql-prompt-length): Made prompt-length configurable. | |
6311 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter. | |
6312 (sql-help): Added MySQL support, changed documentation. | |
6313 (sql-send-region): A message is displayed if something is sent. | |
6314 (sql-mode): Added buffer-local comment-start. | |
6315 (sql-interactive-mode): Use sql-prompt-length to set left-margin. | |
6316 (sql-interactive-mode): Added buffer-local comment-start. | |
6317 (sql-oracle): Set sql-prompt-length. | |
6318 (sql-sybase): Set sql-prompt-length. | |
6319 (sql-mysql): Added MySQL support. | |
6320 (sql-ingres): Set sql-prompt-length. | |
6321 (sql-ms): Set sql-prompt-length. | |
6322 (sql-postgres): Set sql-prompt-length. | |
6323 | |
6324 1999-02-04 Eli Zaretskii <eliz@gnu.org> | |
6325 | |
6326 * term/internal.el (dos-codepage-setup): Set selection coding | |
6327 system to cpNNN-dos. | |
6328 | |
6329 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6330 | |
6331 * international/characters.el: Let ethiopic use iso-2022-7bit. | |
6332 | |
6333 1999-02-02 Dave Love <fx@gnu.org> | |
6334 | |
6335 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here... | |
6336 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here. | |
6337 | |
6338 1999-02-02 Karl Heuer <kwzh@gnu.org> | |
6339 | |
6340 * terminal.el (terminal-emulator): Doc fix. | |
6341 | |
6342 1999-02-02 Ken'ichi Handa <handa@gnu.org> | |
6343 | |
6344 * international/mule-util.el (compose-chars): Doc-string | |
6345 modified. Correctly handle a composition character in ARGS. | |
6346 | |
6347 1999-02-01 Richard Stallman <rms@gnu.org> | |
6348 | |
6349 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var. | |
6350 (makefile-menu-index-function): Function deleted. | |
6351 (makefile-mode): Use makefile-imenu-generic-expression. | |
6352 | |
6353 1999-02-01 Geoff Voelker <voelker@cs.washington.edu> | |
6354 | |
6355 * term/w32-win.el (w32-create-initial-fontsets): Back out previous | |
6356 change, invoke from before-init-hook. | |
6357 | |
6358 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu> | |
6359 | |
6360 * subr.el (remove-from-invisibility-spec): Cope with the case when | |
6361 buffer-invisibility-spec is t. | |
6362 | |
6363 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu> | |
6364 | |
6365 * calendar/calendar.el (calendar-mode-map): Fix bindings for | |
6366 appt-add and appt-delete. | |
6367 | |
6368 1999-02-01 Eli Zaretskii <eliz@gnu.org> | |
6369 | |
6370 * term/pc-win.el (msdos-approximate-color): New function. | |
6371 (msdos-color-translate): Call it to find a DOS color that best | |
6372 approximates an X-style "#NNNNNN" color specification. | |
6373 | |
6374 1999-02-01 Ken'ichi Handa <handa@gnu.org> | |
6375 | |
6376 * international/mule-util.el (compose-chars-component): Add | |
6377 autoload cookie. | |
6378 | |
6379 1999-01-31 Ken'ichi Handa <handa@gnu.org> | |
6380 | |
6381 * international/quail.el (quail-lookup-key): If cdr of MAP is a | |
6382 function, replace cdr of MAP by the return value of the function | |
6383 unconditionally. | |
6384 | |
6385 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6386 | |
6387 * progmodes/compile.el (compilation-next-error-locus): Don't | |
6388 decrease argument FIND-AT-LEAST of compilation-next-error-locus. | |
6389 | |
6390 1999-01-31 Eli Zaretskii <eliz@gnu.org> | |
6391 | |
6392 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs | |
6393 and NLs before "charset", and allow the charset name be in double | |
6394 quotes. | |
6395 | |
6396 1999-01-31 Richard Stallman <rms@gnu.org> | |
6397 | |
6398 * imenu.el (imenu-sort-function): Fix custom type. | |
6399 | |
6400 1999-01-30 Richard Stallman <rms@gnu.org> | |
6401 | |
6402 * speedbar.el (speedbar-line-token): Match {...} instead of [...]. | |
6403 (speedbar-line-token): Likewise. | |
6404 | |
6405 * play/gametree.el (gametree-default-score): Use defcustom. | |
6406 (gametree-score-regexp, gametree-score-closer): Likewise. | |
6407 (gametree-score-manual-flag, gametree-score-opener): Likewise. | |
6408 | |
6409 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6410 | |
6411 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when | |
6412 decoding. | |
6413 | |
6414 1999-01-29 Markus Rost <rost@gnu.org> | |
6415 | |
6416 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by | |
6417 tex-validate-buffer. | |
6418 (plain-tex-mode, latex-mode, slitex-mode): Likewise. | |
6419 (tex-validate-buffer): Renamed from validate-tex-buffer. Works | |
6420 now with recent occur-mode. | |
6421 (tex-validate-region): Really walk through all Sexps. | |
6422 (tex-region): Bind shell-dirtrack-verbose. | |
6423 (tex-file, tex-bibtex-file): Likewise. | |
6424 | |
6425 1999-01-29 Dave Love <fx@gnu.org> | |
6426 | |
6427 * finder.el: (finder-commentary): Fix interactive spec. Try | |
6428 appending .el to file name. | |
6429 (finder-find-library, finder-commentary): Doc fixes. | |
6430 | |
6431 1999-01-29 Andrew Innes <andrewi@gnu.org> | |
6432 | |
6433 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes | |
6434 where the userid contains directory separators. | |
6435 | |
6436 1999-01-29 Dave Love <fx@gnu.org> | |
6437 | |
6438 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list. | |
6439 (lm-commentary): Doc fix. | |
6440 | |
6441 1999-01-29 Andreas Schwab <schwab@gnu.org> | |
6442 | |
6443 * files.el (file-expand-wildcards): Never consider `.' and `..' a | |
6444 wildcard match. Fix regexp that tests if dirpart contains | |
6445 wildcard characters. | |
6446 | |
6447 1999-01-28 Richard Stallman <rms@gnu.org> | |
6448 | |
6449 * font-lock.el (font-lock-default-unfontify-region): | |
6450 If not font-lock-syntactic-keywords, don't remove syntax-table prop. | |
6451 | |
6452 1999-01-27 Jason Rumney <jasonr@altavista.net> | |
6453 | |
6454 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard | |
6455 from FAMILY field. | |
6456 (w32-create-initial-fontsets): Do not use before-init-hook. | |
6457 (mouse-set-font): Document. Automatically create and use fontsets. | |
6458 | |
6459 * dos-w32.el (direct-print-region-helper): Check for printer | |
6460 being t as well as a string. | |
6461 | |
6462 1999-01-27 Kenichi Handa <handa@etl.go.jp> | |
6463 | |
6464 * mail/rmail.el (rmail-decode-mime-charset): New variable. | |
6465 (rmail-mime-charset-pattern): New variable. | |
6466 (rmail-convert-to-babyl-format): Decode by MIME-charset if | |
6467 rmail-decode-mime-charset is non-nil. | |
6468 | |
6469 1999-01-27 Ken'ichi Handa <handa@gnu.org> | |
6470 | |
6471 * international/characters.el: Set category `q' for all characters | |
6472 in tibetan and tibetan-1-column. | |
6473 | |
6474 1999-01-27 Andrew Innes <andrewi@gnu.org> | |
6475 | |
6476 * frame.el (select-frame-by-name): Obey focus-follows-mouse. | |
6477 (select-frame-by-name) [windows-nt]: Use w32-focus-frame. | |
6478 | |
6479 1999-01-27 Dave Love <fx@gnu.org> | |
6480 | |
6481 * international/mule-cmds.el (current-language-environment): | |
6482 Provide :link, :type (choices) and appropriate :get. | |
6483 | |
6484 1999-01-27 Eli Zaretskii <eliz@gnu.org> | |
6485 | |
6486 * startup.el (command-line): Set default eol-mnemonic-* strings to | |
6487 display end-of-line format in mode line. | |
6488 | |
6489 * cus-start.el (all): Add eol-mnemonic-* variables. | |
6490 | |
6491 1999-01-26 Dave Love <fx@gnu.org> | |
6492 | |
6493 * startup.el (command-line-1): Up-date copyright. | |
6494 | |
6495 * paths.el (Info-default-directory-list): Use configdir twice. | |
6496 | |
6497 * info.el (Info-directory-list): Don't set path-separator now | |
6498 we're not shipped with Texinfo. Simplify path definition. | |
6499 Substitute all occurrences of instdir in Info-default-directory-list. | |
6500 | |
6501 1999-01-25 Richard Stallman <rms@gnu.org> | |
6502 | |
6503 * startup.el (normal-top-level-add-subdirs-to-load-path): | |
6504 Record the inode numbers of the dirs processed, to avoid loop. | |
6505 | |
6506 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
6507 | |
6508 1999-01-25 Dave Love <fx@gnu.org> | |
6509 | |
6510 * browse-url.el (browse-url-netscape-program): Doc addition. | |
6511 | |
6512 * help.el (help-make-xrefs): Default info references to an `(emacs)' | |
6513 prefix. | |
6514 | |
6515 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see | |
6516 auto-mode-alist. | |
6517 | |
6518 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
6519 | |
6520 * calendar/diary-lib.el (mark-diary-entries): Use | |
6521 assoc-ignore-case and do not capitalize when matching month and | |
6522 day names. | |
6523 | |
6524 * calendar/calendar.el (calendar-read-date): Ditto. | |
6525 | |
6526 * calendar/cal-hebrew.el (calendar-goto-hebrew-date) | |
6527 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto. | |
6528 | |
6529 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto. | |
6530 | |
6531 * calendar/cal-french.el (calendar-goto-french-date): Ditto. | |
6532 | |
6533 * calendar/cal-islam.el (calendar-goto-islamic-date) | |
6534 (mark-islamic-diary-entries): Ditto. | |
6535 | |
6536 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto. | |
6537 | |
6538 * calendar/cal-mayan.el (calendar-read-mayan-haab-date) | |
6539 (calendar-read-mayan-tzolkin-date): Ditto. | |
6540 | |
6541 * calendar/cal-persia.el (persian-prompt-for-date): Ditto. | |
6542 | |
6543 1999-01-22 Michael Ernst <mernst@alum.mit.edu> | |
6544 | |
6545 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker. | |
6546 | |
6547 1999-01-25 Karl Heuer <kwzh@gnu.org> | |
6548 | |
6549 * faces.el (list-faces-display): Multiline case of previous fix. | |
6550 | |
6551 1999-01-25 Andreas Schwab <schwab@gnu.org> | |
6552 | |
6553 * mail/mailalias.el (mail-complete-alist): Use alist as customize type. | |
6554 | |
6555 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu> | |
6556 | |
6557 * files.el (find-file): If find-file-noselect returns a list, | |
6558 do switch-to-buffer on each element. | |
6559 (find-file-other-window): Likewise for all but the first element. | |
6560 (find-file-other-frame): Same. | |
6561 (find-file-noselect): When we expand a wildcard, return a list | |
6562 of buffers. | |
6563 | |
6564 1999-01-24 Eli Zaretskii <eliz@gnu.org> | |
6565 | |
6566 * term/internal.el (dos-codepage-setup): Call prefer-coding-system | |
6567 to set the appropriate cpNNN-dos coding system as the | |
6568 highest-priority coding system. | |
6569 | |
6570 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
6571 | |
6572 * international/fontset.el (generate-fontset-menu): Return a | |
6573 sorted list by plain names of fontsets. | |
6574 | |
6575 * international/mule-diag.el (list-fontsets): Sort fontsets by | |
6576 plain names. | |
6577 | |
6578 * language/tibet-util.el (tibetan-vertical-stacking): If the arg | |
6579 FIRST is a composite character, decompose it at first. | |
6580 | |
6581 1999-01-23 Dave Love <fx@gnu.org> | |
6582 | |
6583 * format.el: Doc fixes. | |
6584 (format-encode-run-method): Have things happen in the right buffer. | |
6585 Deal with errors from method. Set coding-system-for-write. | |
6586 (format-decode-run-method): Have things happen in the right buffer. | |
6587 Deal with errors from method. Set coding-system-for-read. | |
6588 (format-alist): Use nil instead of unmatchable regexps. | |
6589 | |
6590 * simple.el (shell-command-on-region): Return command's exit status. | |
6591 | |
6592 1999-01-23 Eric Ludlam <zappo@gnu.org> | |
6593 | |
6594 * speedbar.el (speedbar-item-info-file-helper): Add optional arg | |
6595 of the file whose info we want to display. | |
6596 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize. | |
6597 (speedbar-add-mode-functions-list) Improve doc. | |
6598 (speedbar-line-token) New function. | |
6599 (speedbar-dired) Fix order of directories in -shown-directories. | |
6600 (speedbar-line-path): Default return is default-directory | |
6601 (speedbar-buffers-line-path): Return is dir name only. | |
6602 (speedbar-mode-functions-list): New variable. | |
6603 (speedbar-mouse-item-info): Rewrote to be a replaceable fn. | |
6604 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper | |
6605 speedbar-files-item-info speedbar-buffers-item-info): New functions. | |
6606 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list): | |
6607 New functions. | |
6608 (speedbar-line-file): Broke out part that fetches file from a line. | |
6609 (speedbar-line-text): New function extracted from speedbar-line-file. | |
6610 (speedbar-line-path): Converted into a replaceable function. | |
6611 (speedbar-files-line-path, speedbar-buffers-line-path): New functions. | |
6612 | |
6613 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
6614 | |
6615 * international/fontset.el (create-fontset-from-x-resource): Make | |
6616 style variants. | |
6617 | |
6618 1999-01-22 Dave Love <fx@gnu.org> | |
6619 | |
6620 * paths.el (Info-default-directory-list): Put sysdir after start. | |
6621 | |
6622 1999-01-22 Sam Steingold <sds@goems.com> | |
6623 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
6624 * midnight.el (clean-buffer-list): Do not kill a buffer if it has |
25837 | 6625 a process associated with it. |
6626 | |
6627 1999-01-22 Jason Rumney <jasonr@altavista.net> | |
6628 | |
6629 * term/w32-win.el (w32-standard-fontset-spec): Simplified. | |
6630 | |
6631 1999-01-22 Felix Lee <flee@cygnus.com> | |
6632 | |
6633 * vc.el (vc-annotate-display): Delete old overlays. Fix check for | |
6634 major-mode. | |
6635 (vc-annotate-mode): Delete variable. | |
6636 | |
6637 1999-01-22 Andrew Innes <andrewi@gnu.org> | |
6638 | |
6639 * startup.el (command-line): [windows-nt]: Check for existence of | |
6640 .emacs file so as to notice .emacs.el or .emacs.elc and use them | |
6641 in preference to _emacs. | |
6642 | |
6643 1999-01-22 Dave Love <fx@gnu.org> | |
6644 | |
6645 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref. | |
6646 | |
6647 1999-01-20 Richard Stallman <rms@gnu.org> | |
6648 | |
6649 * files.el (find-file-noselect): Do wildcard processing only | |
6650 if new arg WILDCARDS is non-nil. | |
6651 (find-file, find-file-other-window): New arg WILDCARDS. | |
6652 Default it to non-nil if interactive. | |
6653 (find-file-other-frame): Likewise. | |
6654 (find-file-read-only): Likewise. | |
6655 (find-file-read-only-other-window): Likewise. | |
6656 (find-file-read-only-other-frame): Likewise. | |
6657 | |
6658 * wid-edit.el (widget-alist-convert-option): Delete spurious comma. | |
6659 (widget-plist-convert-option): Delete spurious comma. | |
6660 | |
6661 1999-01-19 Jason Rumney <jasonr@altavista.net> | |
6662 | |
6663 * term/w32-win.el (w32-standard-fontspec-spec): Change | |
6664 iso8859-5 to koi8-r. Add iso8859-9. | |
6665 | |
6666 1999-01-19 Dave Love <fx@gnu.org> | |
6667 | |
6668 * browse-url.el (browse-url-maybe-new-window): Delete macro and | |
6669 its uses. | |
6670 | |
6671 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark | |
6672 is active. | |
6673 (fortran-indent-subprogram): Likewise. | |
6674 | |
6675 1999-01-19 Dave Love <d.love@dl.ac.uk> | |
6676 | |
6677 * paths.el (Info-default-directory-list): Perhaps add /usr/info. | |
6678 | |
6679 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6680 | |
6681 * wid-edit.el (alist): Use sexp as default key-type. | |
6682 | |
6683 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6684 | |
6685 * textmodes/tex-mode.el (tex-define-common-keys): | |
6686 Remove key binding of tex-feed-input. | |
6687 (tex-mode-map): Bind tex-feed-input here. | |
6688 (tex-start-shell): Use compilation-shell-minor-mode. Set | |
6689 comint-input-filter-functions before running tex-shell-hook. | |
6690 (tex-start-tex): Forget compilation errors. | |
6691 (tex-compilation-parse-errors): Rewritten to work also with | |
6692 compile-mouse-goto-error and compile-goto-error. Adjusted to | |
6693 change in tex-region. | |
6694 (tex-region): For the temp file use file-name without directory. | |
6695 (tex-file): Expand file name of tex-print-file. | |
6696 | |
6697 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6698 | |
6699 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call. | |
6700 | |
6701 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no> | |
6702 | |
6703 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid | |
6704 beginning could cause Emacs to hang. Fixed. | |
6705 | |
6706 1999-01-18 Ken'ichi Handa <handa@gnu.org> | |
6707 | |
6708 * international/ccl.el (ccl-compile-translate-character): Handle | |
6709 the case that a tranlation table is CCL register correctly. | |
6710 | |
6711 * international/mule-cmds.el (select-safe-coding-system): | |
6712 Hightlight at most 256 characters. | |
6713 | |
6714 1999-01-18 Dave Love <fx@gnu.org> | |
6715 | |
6716 * startup.el (command-line): If the init file changes operation to | |
6717 unibyte, make all buffers unibyte and re-set language environment. | |
6718 | |
6719 * disp-table.el (standard-display-european): Make all existing | |
6720 buffers unibyte. Fix doc. | |
6721 | |
6722 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6723 | |
6724 * wid-edit.el (coding-system): Define this unconditionally. | |
6725 | |
6726 * simple.el (shell-command-on-region-default-error-buffer): New var. | |
6727 (shell-command-on-region): Use that variable as interactive | |
6728 value of ERROR-BUFFER argument. | |
6729 | |
6730 1999-01-17 Sam Steingold <sds@goems.com> | |
6731 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
6732 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'. |
25837 | 6733 |
6734 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6735 | |
6736 * progmodes/compile.el (compilation-goto-locus): If already in the | |
6737 compilation buffer's window, keep it in that window. | |
6738 (compile-mouse-goto-error): Add Doc. Don't play with windows. | |
6739 (compile-goto-error): Don't play with windows. | |
6740 | |
6741 * textmodes/tex-mode.el (latex-run-command): Doc fix. | |
6742 (tex-command): Doc fix. | |
6743 (tex-compilation-parse-errors): Doc fix. | |
6744 (tex-generate-zap-file-name): Don't start the name with -. | |
6745 (tex-expand-files): Works now also with strings ending with ":". | |
6746 | |
6747 1999-01-17 Ian T Zimmerman <itz@transbay.net> | |
6748 | |
6749 Patch failed to install: | |
6750 * gametree.el: Document scoring functionality. | |
6751 (gametree-score-regexp): Add optional plus sign. | |
6752 (gametree-score-opener): Replace `:' with `=' as the former | |
6753 conflicts with gametree-half-ply-regexp. | |
6754 (gametree-transpose-following-leaves): Add. | |
6755 (gametree-insert-new-leaf): Make modifying commands barf in read | |
6756 only buffers. | |
6757 (gametree-break-line-here): Add a call to | |
6758 `gametree-transpose-following-leaves'. This maintains the | |
6759 necessary invariant that on each level all leaf children precede | |
6760 all nonleaf children. This has always been implied, but left to | |
6761 the user, and, unfortunately, undocumented. | |
6762 | |
6763 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
6764 | |
6765 * wid-edit.el (plist, alist): New widget types. | |
6766 | |
6767 1999-01-17 Dave Love <fx@gnu.org> | |
6768 | |
6769 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and | |
6770 fix scope of condition-case therein. | |
6771 | |
6772 1999-01-17 Andrew Innes <andrewi@gnu.org> | |
6773 | |
6774 * dos-w32.el: (find-buffer-file-type-coding-system): Use | |
6775 default-buffer-file-coding-system when file doesn't exist (and | |
6776 isn't covered by a special case) instead of forcing undecided-dos | |
6777 against the user's wishes. | |
6778 | |
6779 * dos-w32.el (direct-print-region-helper): New function based on | |
6780 direct-print-region-function; sends data to specified printer port | |
6781 without further translation. Recognize and handle specially the | |
6782 standard `print' and `nprint' programs, as well as `lpr' and | |
6783 similar programs. Only write directly to the printer port if no | |
6784 print program is specified. Work around a bug in Windows 9x | |
6785 affecting Win32 version of Emacs by invoking command.com to write | |
6786 to the printer port instead of writing directly. | |
6787 (direct-print-region-function): Use direct-print-region-helper to | |
6788 do most of the work. | |
6789 (direct-ps-print-region-function): New function; analogue of | |
6790 direct-print-region-function for ps-print. | |
6791 (ps-lpr-command): Comment out setq; leave as example usage. | |
6792 (ps-lpr-switches): Ditto. | |
6793 | |
6794 * lpr.el: (printer-name): Update docstring about usage on MS-DOS | |
6795 and MS-Windows. | |
6796 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on | |
6797 DOS and Windows platforms, to indicate direct printing. Update | |
6798 the docstring accordingly. | |
6799 | |
6800 * ps-print.el: (ps-printer-name): Update docstring about usage on | |
6801 MS-DOS and MS-Windows. | |
6802 (ps-lpr-command): Update docstring as for lpr-command. | |
6803 (ps-print-region-function): New variable. | |
6804 (ps-do-despool): Use it. | |
6805 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for | |
6806 DOS/Windows. | |
6807 | |
6808 * subr.el (subst-char-in-string): New function. | |
6809 | |
6810 1999-01-17 Eli Zaretskii <eliz@gnu.org> | |
6811 | |
6812 * international/codepage.el (cp852-decode-table): Fill a nil entry. | |
6813 | |
6814 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename. | |
6815 (bdf-find-font-info): New function, looks for the first readable | |
6816 file from a list of alternatives. | |
6817 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info | |
6818 instead of bdf-get-font-info. | |
6819 (bdf-generate-glyphs): If font-name is a cons cell, pass its car | |
6820 to ps-mule-generate-bitmap-glyph. | |
6821 | |
6822 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative | |
6823 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can | |
6824 now be a list of alternative names. | |
6825 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car. | |
6826 (ps-mule-prepare-font): Likewise. | |
6827 | |
6828 * international/codepage.el (cp855-decode-table, | |
6829 cp850-decode-table): Fill some nil entries. | |
6830 | |
6831 1999-01-16 Dave Love <fx@gnu.org> | |
6832 | |
6833 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert | |
6834 last change. | |
6835 | |
6836 1999-01-15 Dave Love <fx@gnu.org> | |
6837 | |
6838 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions | |
6839 and change regexp for command names. | |
6840 (help-xref-go-back, function-called-at-point, symbol-file) | |
6841 (where-is): Doc fixes. | |
6842 (help-xref-go-back): Remove interactive spec. | |
6843 (describe-function-1): Fix message for alias. Buttomize alias | |
6844 name. | |
6845 | |
6846 * simple.el (join-line): New alias. | |
6847 | |
6848 1999-01-15 Johan Vromans <jvromans@squirrel.nl> | |
6849 | |
6850 * forms.el: (forms--show-record): Convert integers to string | |
6851 expicitly since concat will no longer accept integers. | |
6852 (forms-print): Use local `total-nb-records' since | |
6853 `forms--total-records' will be inaccessible after buffer switching. | |
6854 | |
6855 1998-01-14 Felix Lee <flee@cygnus.com> | |
6856 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
6857 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness. |
25837 | 6858 |
6859 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6860 | |
6861 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change. | |
6862 | |
6863 1999-01-14 Eli Zaretskii <eliz@gnu.org> | |
6864 | |
6865 * international/codepage.el (cp850-decode-table): Fix previous change. | |
6866 | |
6867 1999-01-14 Simon Marshall <simon@gnu.org> | |
6868 | |
6869 * shell.el (shell-dirtrack-verbose): New custom variable. | |
6870 (shell-dirstack-message): Use it. | |
6871 | |
6872 1999-01-14 Kenichi Handa <handa@etl.go.jp> | |
6873 | |
6874 * international/mule-conf.el: Coding system alias `dos' for | |
6875 `undecided-dos', `mac' for `undecided-mac'. | |
6876 | |
6877 * international/mule-cmds.el (describe-language-environment): | |
6878 Don't alter input-method-alist. | |
6879 | |
6880 1999-01-13 Eli Zaretskii <eliz@gnu.org> | |
6881 | |
6882 * international/codepage.el (cp850-decode-table): Replace nil | |
6883 entries with codes of similary looking glyphs. (Suggested by | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6884 Jason Rumney <jasonr@altavista.net>.) |
25837 | 6885 |
6886 1999-01-13 Dave Love <fx@gnu.org> | |
6887 | |
6888 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise". | |
6889 | |
6890 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change. | |
6891 | |
6892 1999-01-12 Karl Heuer <kwzh@gnu.org> | |
6893 | |
6894 * files.el (auto-save-hook): Defvar this. | |
6895 | |
6896 1999-01-12 Alex Schroeder <asc@bsiag.com> | |
6897 | |
6898 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock | |
6899 faces, eliminating the need to load font-lock before loading sql. | |
6900 (sql-mode-oracle-font-lock-keywords): Likewise. | |
6901 (sql-mode-postgres-font-lock-keywords): Likewise. | |
6902 | |
6903 1999-01-11 Dave Love <fx@gnu.org> | |
6904 | |
6905 * cus-start.el: Add inhibit-eol-conversion. | |
6906 | |
6907 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap | |
6908 the values round. | |
6909 | |
6910 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6911 | |
6912 * help.el (help-mode-finish): Renamed from help-mode-maybe. | |
6913 Don't switch to Help mode here. | |
6914 (temp-buffer-setup-hook): Use help-mode-finish. | |
6915 (help-mode-setup): New function. | |
6916 (temp-buffer-setup-hook): Use help-mode-setup. | |
6917 | |
6918 * progmodes/sql.el: New file. | |
6919 | |
6920 * files.el (auto-mode-alist): Add sql-mode. | |
6921 | |
6922 * faces.el (list-faces-display): Improve the formatting | |
6923 by computing the maximum length required for any face-name. | |
6924 | |
6925 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6926 | |
6927 * progmodes/compile.el (compilation-shell-minor-mode): New function. | |
6928 | |
6929 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu> | |
6930 | |
6931 * term.el (term_send_home): Change the string to | |
6932 be the same as the one emitted by xterm and consistent with the | |
6933 ones emitted by prior and next. | |
6934 (term_send_end): Likewise. | |
6935 | |
6936 1999-01-10 Dave Love <fx@gnu.org> | |
6937 | |
6938 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse | |
6939 bindings. | |
6940 | |
6941 1999-01-10 Eli Zaretskii <eliz@gnu.org> | |
6942 | |
6943 * international/codepage.el (codepage-setup): Doc fix. | |
6944 (cp-decoding-vector-for-codepage): Likewise. | |
6945 | |
6946 1999-01-10 Markus Rost <rost@gnu.org> | |
6947 | |
6948 * cus-edit.el (custom-save-delete): First scan the custom-file. | |
6949 | |
6950 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6951 | |
6952 * international/iso-transl.el: Define a "function name" for | |
6953 each translation that isn't ASCII. Use these function names | |
6954 in iso-transl-char-map. | |
6955 | |
6956 1999-01-08 Kenichi Handa <handa@etl.go.jp> | |
6957 | |
6958 * international/mule-util.el (decompose-region): Do decomposition | |
6959 on temporary unibyte buffer. | |
6960 | |
6961 * international/mule.el (make-char): Doc-string modified. | |
6962 | |
6963 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6964 | |
6965 * simple.el (comment-region): Delete spaces only if we | |
6966 deleted a comment starter. | |
6967 | |
6968 1999-01-07 Dave Love <fx@gnu.org> | |
6969 | |
6970 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix. | |
6971 | |
6972 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom | |
6973 like eval-defun does. | |
6974 | |
6975 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark]. | |
6976 | |
6977 * generic.el: Re-write `(make-variable-buffer-local (defvar ...' | |
6978 constructions. Doc fixes. | |
6979 (generic-create-generic-function): Use defalias, not fset. | |
6980 | |
6981 * find-func.el: More doc fixes. | |
6982 | |
6983 1999-01-06 Stephen Eglen <stephen@gnu.org> | |
6984 | |
6985 * files.el (save-buffers-kill-emacs): Show the list of current | |
6986 processes before prompting to kill them and exit. | |
6987 | |
6988 1999-01-06 Dave Love <fx@gnu.org> | |
6989 | |
6990 * emacs-lisp/find-func.el: Doc fixes. | |
6991 (find-function-regexp): Extend for define-generic-mode, | |
6992 define-derived-mode, easy-mmode-define-minor-mode. | |
6993 | |
6994 1999-01-06 Dave Love <fx@gnu.org> | |
6995 | |
6996 * progmodes/fortran.el (fortran-window-create): Account for scroll | |
6997 bar width. | |
6998 | |
6999 * browse-url.el: Require (noerror) w3-auto when compiling. | |
7000 (browse-url-maybe-new-window): Make it a macro and revert last | |
7001 change to callers. | |
7002 (browse-url-w3): Require w3 for w3-fetch-other-window. | |
7003 | |
7004 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7005 | |
7006 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the | |
7007 argument. | |
7008 | |
7009 1999-01-06 Simon Marshall <simon@gnu.org> | |
7010 | |
7011 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix. | |
7012 | |
7013 * font-lock.el (font-lock-default-fontify-buffer): When using | |
7014 with-temp-message, use nil rather than current-message. | |
7015 | |
7016 * lazy-lock.el (lazy-lock-unstall): | |
7017 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil | |
7018 rather than current-message. | |
7019 | |
7020 * fast-lock.el (fast-lock-save-cache-1): | |
7021 (fast-lock-cache-data): When using with-temp-message, use nil rather | |
7022 than current-message. | |
7023 | |
7024 1999-01-06 Eli Zaretskii <eliz@gnu.org> | |
7025 | |
7026 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
7027 the valid-codes property. | |
7028 | |
7029 * international/mule-cmds.el (prefer-coding-system): Call | |
7030 set-coding-priority, so that the internal array of priorities is | |
7031 also updated. | |
7032 | |
7033 * international/mule-util.el: | |
7034 (coding-system-change-eol-conversion, | |
7035 coding-system-change-text-conversion): Don't define here. | |
7036 | |
7037 * international/mule-cmds.el: Define them here. Remove the | |
7038 autoload cookies. | |
7039 | |
7040 1999-01-06 Andreas Schwab <schwab@gnu.org> | |
7041 | |
7042 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled | |
7043 if it was enabled before. | |
7044 | |
7045 * view.el (View-revert-buffer-scroll-page-forward): Bind | |
7046 view-scroll-auto-exit instead of obsolete view-mode-auto-exit. | |
7047 | |
7048 * files.el (recover-session): Preserve point when inserting | |
7049 explanation. | |
7050 | |
7051 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7052 | |
7053 * cus-edit.el (custom-save-delete): Don't delete whitespace | |
7054 and comments before the sexp that is replaced. | |
7055 | |
7056 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7057 | |
7058 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error. | |
7059 | |
7060 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
7061 | |
7062 * vc.el (vc-dired-hook): Use the original value of | |
7063 dired-move-to-filename-regexp on lines that have not been | |
7064 reformatted yet. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7065 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the |
25837 | 7066 file lines have already been reformatted. |
7067 | |
7068 1999-01-05 Dave Love <fx@gnu.org> | |
7069 | |
7070 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search | |
7071 buffer-local. | |
7072 | |
7073 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se> | |
7074 | |
7075 * progmodes/f90.el: Change of regular expressions for type to | |
7076 correct highlighting and identation. Some small fixes for | |
7077 compatibility with XEmacs. | |
7078 | |
7079 1999-01-05 Stephen Eglen <stephen@gnu.org> | |
7080 | |
7081 * mspools.el (mspools-vm-system-mail): Provide an alternative | |
7082 value based on rmail-spool-directory if $MAIL is not defined. | |
7083 | |
7084 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl> | |
7085 | |
7086 * textmodes/reftex.el (reftex-section-levels): Allow negative levels. | |
7087 (reftex-section-info): Handle negative section levels. | |
7088 (reftex-view-crossref-extra): New option. | |
7089 (reftex-view-crossref): Generalized to work in more places. | |
7090 (reftex-find-citation-regexp-format, reftex-find-reference-format, | |
7091 reftex-macros-with-labels, reftex-global-search-marker): New variables. | |
7092 (reftex-view-cite-locations-from-bibtex): New command. | |
7093 (reftex-view-regexp-match, reftex-global-search, | |
7094 reftex-global-search-continue): New functions. | |
7095 (reftex-extract-bib-entries): No error for non-existing BibTeX | |
7096 file, just a message. | |
7097 (reftex-extract-bib-entries): Better error handling. | |
7098 (reftex-select-with-char): Use `*RefTeX Select*' for selection | |
7099 help and force it on current frame. | |
7100 (reftex-default-bibliography): New function. | |
7101 (reftex-access-parse-file): Check consistency after loading a | |
7102 parse file. When inconsistent, enfore rescan. | |
7103 (reftex-check-parse-consistency): New function. | |
7104 (easy-menu-define): Options section drastically shortened. | |
7105 | |
7106 1999-01-05 Kenichi Handa <handa@etl.go.jp> | |
7107 | |
7108 * language/thai-util.el (thai-compose-string): New function. | |
7109 | |
7110 1999-01-04 Inge Frick <inge@nada.kth.se> | |
7111 | |
7112 * easymenu.el (easy-menu-define): Doc fix. | |
7113 (easy-menu-create-menu): New keyword :included. | |
7114 (easy-menu-do-add-item): New keyword :included. SUFFIX may | |
7115 be an expression, not only a string. Simulate style `button'. | |
7116 Use easy-menu-define-key-intern instead of easy-menu-define-key. | |
7117 (easy-menu-define-key-intern): New function. | |
7118 (easy-menu-add-item): Understand value returned from | |
7119 easy-menu-item-present-p and easy-menu-remove-item. | |
7120 (easy-menu-return-item): New function. | |
7121 (easy-menu-item-present-p, easy-menu-remove-item): Use it. | |
7122 | |
7123 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7124 | |
7125 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
7126 Use rmail-output-read-rmail-file-name to read the file name. | |
7127 Always call rmail-output-to-rmail-file noninteractively. | |
7128 When count > 1, do the loop here. | |
7129 Handle rmail-delete-after-output here. | |
7130 (rmail-summary-output): Similar changes. | |
7131 | |
7132 * mail/rmailout.el: Provide `rmailout'. | |
7133 (rmail-output-read-rmail-file-name): New function. | |
7134 (rmail-output-to-rmail-file): Use that. | |
7135 (rmail-output-read-file-name): New function. | |
7136 (rmail-output): Use that. | |
7137 | |
7138 * files.el (find-file-noselect): Let /: suppress wildcard matching. | |
7139 Error if wildcard matches no files. | |
7140 | |
7141 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7142 | |
7143 * menu-bar.el (clipboard-yank): Doc fix. | |
7144 | |
7145 * info.el (Info-insert-dir): Chase symlinks for file-attributes. | |
7146 | |
7147 1998-12-31 Markus Rost <rost@delysid.gnu.org> | |
7148 | |
7149 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo. | |
7150 | |
7151 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk> | |
7152 | |
7153 * rmail.el (rmail-encode-string): Make sure mask value is | |
7154 positive; (emacs-pid) returns a negative number on Windows 9x | |
7155 which causes odd behaviour. | |
7156 | |
7157 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7158 | |
7159 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS, | |
7160 and about w32-* variables unless on Windows/NT. | |
7161 | |
7162 1998-12-31 Boris Goldowsky <boris@alum.mit.edu> | |
7163 | |
7164 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only | |
7165 if buffer is modified; ask about all modified buffers. | |
7166 | |
7167 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7168 | |
7169 * simple.el (what-cursor-position): Fix previous change. | |
7170 | |
7171 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu> | |
7172 | |
7173 * mail/sendmail.el (mail-mode): Eliminate ambiguous match | |
7174 from paragraph-start. | |
7175 | |
7176 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7177 | |
7178 * international/mule-cmds.el (prefer-coding-system): If the | |
7179 argument requires specific EOL conversion type, make the default | |
7180 coding systems use that. | |
7181 | |
7182 1998-12-30 Drew Csillag <drew_csillag@geocities.com> | |
7183 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7184 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer): |
25837 | 7185 Use shell-command-on-region. |
7186 (m4-start-m4, m4-end-m4): Functions deleted. | |
7187 | |
7188 1998-12-30 Michael Ernst <mernst@alum.mit.edu> | |
7189 | |
7190 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout. | |
7191 | |
7192 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7193 | |
7194 * browse-url.el (browse-url-mail): Give argument SEND-ACTION | |
7195 to compose-mail in the correct places and as a list. | |
7196 | |
7197 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp> | |
7198 | |
7199 * page-ext.el: Added mouse-selection feature for pages directory buffer. | |
7200 (pages-directory-map): Bind mouse-2 | |
7201 (pages-copy-header-and-position): Put text property. | |
7202 (pages-directory-goto-with-mouse): New function. | |
7203 | |
7204 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7205 | |
7206 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
7207 Doc fix. | |
7208 (cp-coding-system-for-codepage-1): Likewise. | |
7209 | |
7210 1998-12-29 Kenichi Handa <handa@etl.go.jp> | |
7211 | |
7212 * language/thai-util.el (thai-post-read-conversion): Handle Thai | |
7213 composition sequence correctly here instead of calling | |
7214 thai-compose-region. | |
7215 | |
7216 * textmodes/fill.el (fill-region-as-paragraph): While deleting a | |
7217 newline in multibyte buffer, if previous or next character is a | |
7218 composite char, check the first component of the composite char. | |
7219 | |
7220 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org> | |
7221 | |
7222 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer | |
7223 and track-mouse. | |
7224 | |
7225 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7226 | |
7227 * mail/sendmail.el (mail-yank-original): Remove text properties | |
7228 after insertion. | |
7229 (mail-yank-region): Barf if no mark is set in the message | |
7230 being replied to. | |
7231 | |
7232 * help.el (function-called-at-point): First look for function at point. | |
7233 | |
7234 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7235 | |
7236 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage. | |
7237 | |
7238 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7239 | |
7240 * simple.el (what-cursor-position): Print character encoding also. | |
7241 | |
7242 1998-12-26 Dave Love <fx@gnu.org> | |
7243 | |
7244 * textmodes/flyspell.el: If local-maps work, don't put | |
7245 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB | |
7246 in flyspell-mouse-map (only). | |
7247 (flyspell-use-local-map): New variable. | |
7248 Use a different mouse-2 binding in that case, | |
7249 and don't add to minor-mode-map-alist. | |
7250 (make-flyspell-overlay, flyspell-correct-word): | |
7251 Test flyspell-use-local-map. | |
7252 | |
7253 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7254 | |
7255 * files.el (file-expand-wildcards): Handle wildcards in directory name. | |
7256 Be careful about whether to return a relative file name, | |
7257 and if so, relative to what directory. | |
7258 | |
7259 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7260 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7261 * emacs-lisp/easymenu.el (easy-menu-get-map): |
25837 | 7262 Change global map only if this menu exists in the global map already, |
7263 and not in the local map. | |
7264 (easy-menu-do-add-item): Fix error message. | |
7265 | |
7266 * foldout.el (foldout-inhibit-key-bindings): | |
7267 Avoid concatenating onto outline-minor-mode-prefix. | |
7268 Make a new keymap for that prefix, if it does not already have one. | |
7269 | |
7270 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu> | |
7271 | |
7272 * cperl-mode.el: | |
7273 Can use linear algorithm for indentation if Emacs supports it. | |
7274 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp. | |
7275 (cperl-after-block-p): Likewise. | |
7276 (cperl-after-block-and-statement-beg): Likewise. | |
7277 (cperl-after-block-p): After END/BEGIN we are a block. | |
7278 (cperl-after-expr-p): Skip labels when checking | |
7279 (cperl-indent-region): Make a marker for END - text added/removed. | |
7280 Disable hooks during the call (how to call them later?). | |
7281 Now indents 820-line-long function in 6.5 sec (including | |
7282 syntaxification) the first time (when buffer has few | |
7283 properties), 7.1 sec the second time. | |
7284 (cperl-indent-region): Do not indent whitespace lines | |
7285 (cperl-style-alist) | |
7286 Include `cperl-merge-trailing-else' where the value is clear. | |
7287 (cperl-styles-entries): Likewise. | |
7288 (cperl-problems): Improvements to docs. | |
7289 (cperl-tips): Likewise. | |
7290 (cperl-non-problems): Likewise. | |
7291 (cperl-mode): Make lazy syntaxification possible. | |
7292 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30). | |
7293 `font-lock-unfontify-region-function' was set to a wrong function. | |
7294 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7295 (cperl-find-pods-heres): Safe a position in buffer where it is safe to |
25837 | 7296 restart syntaxification. Changed so that -d ?foo? is a RE. Do |
7297 not warn on `=cut' if doing a chunk only. 1 << 6 was OK, | |
7298 but 1<<6 was considered as HERE-doc. | |
7299 <file/glob> made into a string. | |
7300 Postpone addition of faces after syntactic step. | |
7301 Recognition of <FH> was wrong. | |
7302 Highlight `gem' in s///gem as a keyword. `qr' recognized. | |
7303 Knows that split// is null-RE. | |
7304 Highlights separators in 3-parts expressions as labels. | |
7305 <> was considered as a glob. | |
7306 Would err if the last line is `=head1'. | |
7307 $a-1 ? foo : bar; was a considered a regexp. | |
7308 `<< (' was considered a start of HERE-doc. | |
7309 mark qq[]-etc sections as syntax-type=string | |
7310 Was not processing sub protos after a comment ine. | |
7311 Was treating $a++ <= 5 as a glob. | |
7312 Tolerate unfinished REx at end-of-buffer. | |
7313 `unwind-protect' was left commented. | |
7314 / and ? after : start a REx. | |
7315 | |
7316 (cperl-syntaxify-by-font-lock): Set to t, should be safe now. | |
7317 Better default, customizes to `message' too, off in text-mode. | |
7318 | |
7319 (cperl-array-face): Renamed from `font-lock-emphasized-face', | |
7320 `defface'd. | |
7321 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'. | |
7322 `defface'd. | |
7323 (cperl-emacs-can-parse): New state variable. | |
7324 (cperl-indent-line): Corrected to use global state. | |
7325 (cperl-calculate-indent): Likewise. | |
7326 (cperl-fix-line-spacing): Likewise (not used yet). | |
7327 (cperl-calculate-indent): Did not consider `,' as | |
7328 continuation mark for statements. | |
7329 (cperl-calculate-indent): Avoid parse-data optimization at toplevel. | |
7330 Remove another parse-data optimization at toplevel: would | |
7331 indent correctly. | |
7332 Correct for labels when calculating indentation of continuations. | |
7333 Docstring updated. | |
7334 (cperl-choose-color): Converted to a function (to be | |
7335 compilable in text-mode). | |
7336 (cperl-dark-background): Disable without window-system. | |
7337 Do `defface' only if window-system. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
7338 (cperl-fix-line-spacing): Sped up to bail out early. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
7339 (x-color-defined-p): Was not compiling on XEmacs |
25837 | 7340 Was defmacro'ed with a tick. Remove another def. |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
7341 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones |
25837 | 7342 (cperl-unwind-to-safe): New function. |
7343 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7344 (cperl-fontify-syntaxically): Unwinds start and end to go out of |
25837 | 7345 long strings (not very successful). |
7346 (cperl-forward-re): Highlight the trailing / in s/foo// as string. | |
7347 Highlight the starting // in s//foo/ as function-name. | |
7348 Emit a meaningful error instead of a cryptic one for an | |
7349 uncomplete REx near end-of-buffer. | |
7350 | |
7351 (cperl-electric-keyword): `qr' recognized. | |
7352 (cperl-electric-else): Likewise | |
7353 (cperl-to-comment-or-eol): Likewise | |
7354 (cperl-make-regexp-x): Likewise | |
7355 (cperl-init-faces): Likewise, and `lock' (as overridable?). | |
7356 Corrected to use new macros; | |
7357 `if' for copying `reference-face' to `constant-face' was backward. | |
7358 remove init `font-lock-other-emphasized-face', | |
7359 `font-lock-emphasized-face', `font-lock-keyword-face'. | |
7360 Interpolate `cperl-invalid-face'. | |
7361 (cperl-make-regexp-x): Misprint in a message. | |
7362 (cperl-syntaxify-unwind): New configuration variable | |
7363 (cperl-fontify-m-as-s): New configuration variable | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
7364 (cperl-electric-pod): Check for after-expr was performed |
25837 | 7365 inside of POD too. |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
7366 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs. |
25837 | 7367 (cperl-clobber-mode-lists): New configuration variable. |
7368 (cperl-not-bad-style-regexp): Updated. | |
7369 Init: `cperl-is-face' was busted. | |
7370 (cperl-make-face): New macros. | |
7371 (cperl-force-face): New macros. | |
7372 (font-lock-other-type-face): Done via `defface' too. | |
7373 (cperl-nonoverridable-face): New face. Renamed from | |
7374 `font-lock-other-type-face'. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
7375 (cperl-init-faces-weak): Use `cperl-force-face'. |
25837 | 7376 (cperl-comment-indent): Commenting __END__ was not working. |
7377 (cperl-indent-for-comment): Likewise. | |
7378 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'. | |
7379 When removing old TAGS info was not relativizing filename. | |
7380 (cperl-tags-hier-init): Gross hack to pretend we work (are we?). | |
7381 Another try to work around XEmacs problems. Better progress messages. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
7382 (toplevel): Require custom unprotected => failure on 19.28. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
7383 (cperl-xemacs-p): Defined when compile too |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7384 (cperl-find-tags): Was writing line/pos in a wrong order, |
25837 | 7385 pos off by 1 and not at beg-of-line. |
7386 (cperl-etags-snarf-tag): New macro | |
7387 (cperl-etags-goto-tag-location): New macro | |
7388 (cperl-version): New variable. New menu entry | |
7389 random docstrings: References to "future" 20.3 removed. | |
7390 Menu was described as `CPerl' instead of `Perl' | |
7391 (perl-font-lock-keywords): Would not highlight `sub foo($$);'. | |
7392 (cperl-toggle-construct-fix): Was toggling to t instead of 1. | |
7393 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face' | |
7394 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face', | |
7395 `font-lock-reference-face', `font-lock-keyword-face'. | |
7396 Use `eval-after-load'. | |
7397 Remove not-CPerl-related faces. | |
7398 (cperl-tips-faces): New variable and an entry into Mini-docs. | |
7399 (cperl-indent-exp): Was not processing else-blocks. | |
7400 (cperl-get-state): NOP line removed. | |
7401 (cperl-ps-print): New function and menu entry. | |
7402 (cperl-ps-print-face-properties): New configuration variable. | |
7403 (cperl-invalid-face): New configuration variable. | |
7404 (perl-font-lock-keywords): Highlight trailing whitespace | |
7405 (cperl-contract-levels): Documentation corrected. | |
7406 (cperl-contract-level): Likewise. | |
7407 (cperl-ps-extend-face-list): New macro. | |
7408 (cperl-invalid-face): Change to ''underline. | |
7409 | |
7410 1998-12-25 Markus Rost <rost@delysid.gnu.org> | |
7411 | |
7412 * mail/rmailout.el (rmail-output): Abbreviate name of default-file | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7413 for read-file-name. |
25837 | 7414 (rmail-output-to-rmail-file): Likewise. |
7415 | |
7416 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7417 | |
7418 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
7419 If MENU is nil, use global menu-bar map. | |
7420 (easy-menu-add-item, easy-menu-remove-item): Argument renamed. | |
7421 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed. | |
7422 | |
7423 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7424 | |
7425 * ps-mule.el (ps-mule-begin-job): Programming uniformization. | |
7426 | |
7427 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7428 | |
7429 * ps-print.el (ps-print-version): New version number (4.1.3). | |
7430 | |
7431 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7432 | |
7433 * international/mule-cmds.el: Use make-sparse-keymap instead of | |
7434 define-prefix-key when defining MULE menu items. | |
7435 | |
7436 * info.el (Info-node-at-bob-matching): New function. | |
7437 (Info-find-node, Info-build-node-completions): Call it. | |
7438 | |
7439 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org> | |
7440 | |
7441 * help.el (describe-function-1): Say "keymap", not "Lisp macro", | |
7442 when this is an autoloaded keymap. | |
7443 | |
7444 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7445 | |
7446 * international/codepage.el (cp-coding-system-for-codepage-1): | |
7447 Create separate encoders and decoders, for DOS and Unix. Make the | |
7448 usual family of 3 coding systems, so that automatic detection of | |
7449 EOL type works. | |
7450 (cp-make-coding-systems-for-codepage): Don't intern DOS- and | |
7451 Unix-specific symbols here, and don't call | |
7452 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi | |
7453 Handa <handa@etl.go.jp>.) | |
7454 | |
7455 * dos-vars.el (dos-codepage-setup-hook): New defcustom. | |
7456 | |
7457 * term/internal.el (IT-character-translations): New variable, an | |
7458 alist used to display characters for which there's no glyphs in | |
7459 the current codepage. | |
7460 (IT-display-table-setup): New function, sets up the DOS terminal | |
7461 for a given codepage. | |
7462 (dos-codepage-setup): New function, sets up the MULE environment | |
7463 for the current value of dos-codepage. | |
7464 (top-level if): In the multibyte mode, turn on | |
7465 unibyte-display-via-language-environment. In the unibyte mode, | |
7466 set up the special syntax tables to map lower- to upper case and | |
7467 back. | |
7468 | |
7469 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org> | |
7470 | |
7471 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt. | |
7472 (speedbar-frame-plist) Remove useless comments. | |
7473 (speedbar-frame-mode) Do not specify height if it is in the param list. | |
7474 Use default y position w/out changing it. | |
7475 If default x position is a list, keep, calculate the non-list X | |
7476 value when devining an initial position. | |
7477 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files. | |
7478 (speedbar-tag-group-name-minimum-length): New variable. | |
7479 (speedbar-frame-parameter): New compatibility function. | |
7480 (speedbar-frame-mode): Updated to use speedbar-frame-parameter. | |
7481 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub | |
7482 groups to keep things in the right order, and to help with some | |
7483 naming conventions. | |
7484 (speedbar-create-tag-hierarchy): Enable buffer local version of | |
7485 `speedbar-tag-hierarchy-method' in the buffer we are tagging. | |
7486 (speedbar-line-path) Make DEPTH param optional. Devine it if absent. | |
7487 the case, derive it from the cursor location in speedbar. | |
7488 | |
7489 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7490 | |
7491 * international/mule-cmds.el (set-language-environment): On MS-DOS | |
7492 terminals, install DOS-specific nonascii-translation-table if the | |
7493 language info doesn't specify one. Pass the default eol-type to | |
7494 set-language-environment-coding-systems. | |
7495 (set-default-coding-systems): Copy the eol-type property for the | |
7496 new default values of {buffer-file,process}-coding-system from the | |
7497 old defaults. | |
7498 (set-language-environment-coding-systems): Accept an optional | |
7499 argument EOL-TYPE, and set the eol-type property of the default | |
7500 coding systems accordingly. | |
7501 (set-terminal-coding-system): Enable menu item on MS-DOS terminals. | |
7502 (set-keyboard-coding-system): Likewise. | |
7503 (set-default-coding-systems): Don't set | |
7504 default-terminal-coding-system on MS-DOS to anything but nil. | |
7505 (prefer-coding-system): Describe in the doc string that | |
7506 default-terminal-coding-system is not changed on MS-DOS. | |
7507 (set-language-environment): For MS-DOS, set standard syntax table | |
7508 and display table for all characters with code above 127. | |
7509 (standard-display-european-internal): For MS-DOS, pass all | |
7510 characters with code above 127 directly to the terminal, and don't | |
7511 remap characters 160 and 146 in the unibyte case. | |
7512 | |
7513 * international/codepage.el: New file. | |
7514 | |
7515 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7516 | |
7517 * diary-lib.el (diary-float): Fix end-of-year error and typos in | |
7518 comments. | |
7519 | |
7520 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> | |
7521 | |
7522 * map-ynp.el (map-y-or-n-p): Ignore input methods. | |
7523 | |
7524 * subr.el (read-passwd): Likewise. | |
7525 | |
7526 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7527 | |
7528 * info.el (Info-find-node): Add 1 to the position read from the | |
7529 tag table. Don't fail if the node delimiter ^_ is the first | |
7530 character in the file. | |
7531 (Info-insert-dir): Don't fail when the node delimiter ^_ is the | |
7532 first character in the file. | |
7533 (Info-read-subfile): Likewise. | |
7534 (Info-select-node): Likewise. | |
7535 (Info-build-node-completions): Likewise. | |
7536 | |
7537 1998-12-16 Richard Stallman <rms@gnu.org> | |
7538 | |
7539 * term/x-win.el (x-cut-buffer-or-selection-value): | |
7540 If clipboard is enabled, try it before PRIMARY selection. | |
7541 | |
7542 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
7543 | |
7544 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C | |
7545 insert c-cedilla and C-cedilla respectively, like in latin-1. | |
7546 | |
7547 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org> | |
7548 | |
7549 * language/hebrew.el: Don't use sublists in the flags argument | |
7550 passed to make-coding-system. | |
7551 | |
7552 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
7553 | |
7554 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a | |
7555 list of character sets found by find-charset-region. | |
7556 | |
7557 * ps-mule.el: Always require ps-print. Move some function | |
7558 definitions for Emacs 20.2 and the earlier to ps-print.el. | |
7559 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2. | |
7560 | |
7561 * ps-print.el: Define several functions for Emacs 20.2 and the | |
7562 earlier version. | |
7563 (ps-printer-name): Check if printer-name is bound. | |
7564 | |
7565 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7566 | |
7567 * ps-mule.el: Programming uniformization and little code improvement. | |
7568 (ps-mule-prepare-font): Programming uniformization. | |
7569 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar) | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7570 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement. |
25837 | 7571 |
7572 * ps-bdf.el: Programming uniformization and little code improvement. | |
7573 (bdf-search-and-read): New fun. | |
7574 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path) | |
7575 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box) | |
7576 (bdf-info-relative-compose, bdf-info-baseline-offset) | |
7577 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector) | |
7578 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization. | |
7579 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file) | |
7580 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code | |
7581 improvement. | |
7582 | |
7583 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7584 | |
7585 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix | |
7586 and mule related code extraction. Autoload ps-mule funs. | |
7587 | |
7588 * ps-mule.el: Doc fix. Require ps-print only when compiled. | |
7589 (ps-mule-prologue-generated): New fun. | |
7590 (ps-mule-plot-string): Add autoload cookie. | |
7591 (ps-mule-begin-job): Call ps-mule-prologue-generated. | |
7592 | |
7593 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
7594 | |
7595 * ps-bdf.el: Require ps-mule instead of ps-print. | |
7596 (bdf-directory-list): Add autoload cookie. | |
7597 | |
7598 * ps-mule.el: New file. Mule related code extracted from | |
7599 ps-print.el. Require ps-print, provide ps-mule. | |
7600 (ps-multibyte-buffer): Add autoload cookie. | |
7601 (ps-mule-prepare-ascii-font): New fun. | |
7602 (ps-mule-set-ascii-font): New fun. | |
7603 (ps-mule-skip-same-charset): Fun deleted. | |
7604 (ps-mule-plot-string): Set ps-mule-current-charset. | |
7605 (ps-mule-initialize): Add autload cookie. Don't set | |
7606 ps-mule-font-info-database here. | |
7607 (ps-mule-begin-job): Renamed from ps-mule-begin. Update | |
7608 ps-mule-font-info-database and ps-control-or-escape-regexp. | |
7609 (ps-mule-begin-page): New fun. | |
7610 | |
7611 * ps-print.el: Mule related code moved to ps-mule.el. | |
7612 (ps-begin-job): While setting ps-control-or-escape-regexp, don't | |
7613 check ps-mule-charset-list. | |
7614 (ps-begin-page): Don't set ps-mule-current-charset, instead call | |
7615 ps-mule-begin-page. | |
7616 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font. | |
7617 (ps-plot-region): Don't set ps-mule-current-charset, instead call | |
7618 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset, | |
7619 instead skip same charsets by itself. | |
7620 (ps-generate): Call ps-mule-initialize of needs-begin-file is | |
7621 non-nil. Call ps-mule-begin-job. | |
7622 | |
7623 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
7624 | |
7625 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf | |
7626 instead of bdf. | |
7627 | |
7628 * ps-print.el (ps-mule-font-info-database): Doc-string modified. | |
7629 (ps-mule-external-libraries): New element FEATURE. | |
7630 (ps-mule-init-external-library): Ajusted for the above change. | |
7631 (ps-mule-generate-font): Likewise. | |
7632 (ps-mule-generate-glyphs): Likewise. | |
7633 (ps-mule-prepare-font): Likewise. | |
7634 (ps-mule-initialize): Likewise. | |
7635 (ps-begin-file): Superfluous tailing parenthesis deleted. | |
7636 | |
7637 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
7638 | |
7639 * international/fontset.el (x-decompose-font-name): If PATTERN | |
7640 doesn't have any wild cards, return a vector made from a name that | |
7641 is found by x-resolve-font-name found. Comments added. | |
7642 | |
7643 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
7644 Handle the case of unknown charset. | |
7645 (find-multibyte-characters): If invalid multibyte characters are | |
7646 found, return the corresponding strings instead of character | |
7647 codes. | |
7648 (find-multibyte-characters): Adjusted for the above change. | |
7649 (select-safe-coding-system): For a unibyte buffer, always returns | |
7650 DEFAULT-CODING-SYSTEM. | |
7651 (get-charset-property): Fix previous change. Make it a function. | |
7652 (put-charset-property): Make it a function. | |
7653 | |
7654 * international/mule.el (make-coding-system): Set mime-charset | |
7655 property of *-with-esc coding system to nil. | |
7656 | |
7657 * international/quail.el (quail-point-in-conversion-region): New | |
7658 function. | |
7659 (quail-conversion-backward-delete-char): When a key sequence is | |
7660 being translated, call quail-delete-last-char. | |
7661 | |
7662 * language/devan-util.el | |
7663 (devanagari-reorder-glyphs-for-decomposition): Fix the way to | |
7664 handle devanagari-decomposition-rules. | |
7665 | |
7666 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org> | |
7667 | |
7668 * textmodes/texinfo.el (texinfo-tex-buffer): Bind | |
7669 tex-start-options-string to empty string. | |
7670 (texinfo-tex-region): Use texinfo-tex-trailer as documented. | |
7671 | |
7672 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org> | |
7673 | |
7674 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and | |
7675 5xx responses are already handled properly). | |
7676 | |
7677 1998-12-13 Richard Stallman <rms@gnu.org> | |
7678 | |
7679 * progmodes/compile.el (compilation-error-regexp-alist): Insist | |
7680 on a non-digit in the file name. | |
7681 | |
7682 * simple.el (comment-region): Handle comment-padding | |
7683 separately for insertion and for deletion, in the right way for each. | |
7684 | |
7685 1998-12-13 Felix Lee <flee@cygnus.com> | |
7686 | |
7687 * progmodes/compile.el (compilation-error-regexp-alist): Fix | |
7688 regexp to match "ChangeLog:1:1998-12-09 ..." | |
7689 | |
7690 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org> | |
7691 | |
7692 * cus-start.el (dos-unsupported-char-glyph): Add. | |
7693 | |
7694 1998-12-11 Dave Love <fx@gnu.org> | |
7695 | |
7696 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap | |
7697 forward-sexp in condition-case. | |
7698 | |
7699 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
7700 Remove unnecessary test on `library' for explicit file name. | |
7701 Widen scope of save-match-data. | |
7702 | |
7703 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
7704 | |
7705 * international/mule.el (load-with-code-conversion): If the loaded | |
7706 file was inserted with no-conversion or raw-text coding system, | |
7707 make the buffer unibyte. | |
7708 | |
7709 1998-12-09 Richard Stallman <rms@gnu.org> | |
7710 | |
7711 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
7712 Get rid of nested loops. | |
7713 | |
7714 * mouse.el (mouse-drag-vertical-line): | |
7715 If WHICH-SIDE is not `right', then scroll bars are on the left. | |
7716 | |
7717 * loadhist.el (load-history-loaded): defvar moved to help.el. | |
7718 | |
7719 * help.el (symbol-file-load-history-loaded): Variable renamed, | |
7720 and defvar moved from loadhist.el. | |
7721 (symbol-file): Renamed from describe-function-find-file. | |
7722 Load fns-VERSION.el here. | |
7723 (describe-variable, describe-function-1): Use symbol-file. | |
7724 | |
7725 * textmodes/tex-mode.el (tex-generate-zap-file-name): | |
7726 Don't start the name with #. | |
7727 | |
7728 * ispell.el: Take out the eval-when's. | |
7729 | |
7730 1998-12-09 Peter Breton <pbreton@ne.mediaone.net> | |
7731 | |
7732 * dirtrack.el (dirtrack-directory-change-hook): New hook. | |
7733 (dirtrack): Run it. Make debug message more verbose. | |
7734 | |
7735 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
7736 | |
7737 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct | |
7738 name of the abbrev table, and provide support for XEmacs. | |
7739 (octave-xemacs-p): New variable. | |
7740 | |
7741 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
7742 | |
7743 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to | |
7744 exit, when mail-interactive is nil. | |
7745 | |
7746 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr> | |
7747 | |
7748 * files.el (after-find-file): Message fix. | |
7749 | |
7750 1998-12-09 Ken Stevens <stevens@kdstevens.com> | |
7751 | |
7752 * ispell.el (ispell-kill-ispell): Don't send newline after EOF. | |
7753 | |
7754 1998-12-09 Geoff Voelker <voelker@cs.washington.edu> | |
7755 | |
7756 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle | |
7757 filenames using backslashes. | |
7758 | |
7759 1998-12-09 Dave Love <fx@gnu.org> | |
7760 | |
7761 * browse-url.el (browse-url-mail): Call compose-mail-other-window | |
7762 with correct number of args. | |
7763 (browse-url-maybe-new-window): New arg. Callers changed. | |
7764 | |
7765 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing | |
7766 comment. | |
7767 | |
7768 1998-12-08 Geoff Voelker <voelker@cs.washington.edu> | |
7769 | |
7770 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional. | |
7771 | |
7772 1998-12-08 Markus Rost <rost@delysid.gnu.org> | |
7773 | |
7774 * vc.el (vc-rcs-release): Fix Type. | |
7775 (vc-sccs-release): Fix Type. | |
7776 (vc-cvs-release): Fix Type. | |
7777 | |
7778 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix | |
7779 arg work right. | |
7780 | |
7781 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple | |
7782 output of last undeleted message. | |
7783 | |
7784 1998-12-07 Geoff Voelker <voelker@cs.washington.edu> | |
7785 | |
7786 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
7787 (buffer-undo-list) [windows-nt]: Use different relative path. | |
7788 | |
7789 1998-12-07 Simon Marshall <simon@gnu.org> | |
7790 | |
7791 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types. | |
7792 | |
7793 1998-12-05 Markus Rost <rost@delysid.gnu.org> | |
7794 | |
7795 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler. | |
7796 | |
7797 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops. | |
7798 | |
7799 1998-12-04 Markus Rost <rost@delysid.gnu.org> | |
7800 | |
7801 * info.el (Info-menu): Don't return error if point is between menu | |
7802 header and first menu item. | |
7803 | |
7804 1998-12-04 Dave Love <fx@gnu.org> | |
7805 | |
7806 * help.el (describe-function-1): Fix description for alias. | |
7807 | |
7808 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org> | |
7809 | |
7810 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*- | |
7811 specifications from summary line. | |
7812 | |
7813 * rect.el (delete-whitespace-rectangle): Mark for autoload. | |
7814 (close-rectangle): Define alias only once in loaddefs.el. | |
7815 | |
7816 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7817 | |
7818 * term/internal.el: Remove code which sets up a special syntax | |
7819 table for non-ASCII characters. | |
7820 | |
7821 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org> | |
7822 | |
7823 * dos-w32.el (direct-print-region-function): Try to ensure that | |
7824 printer-name is expanded to a file name on a local drive; | |
7825 sometimes printing a file loaded from a network volume fails. | |
7826 (direct-print-region-function): Add a function to | |
7827 write-region-annotate-functions to append a formfeed character to | |
7828 the region being printed, if the region doesn't end with a | |
7829 formfeed already. This avoids creating a second print job | |
7830 containing a blank page when print spooling is enabled on Windows. | |
7831 | |
7832 1998-12-02 Dave Love <fx@gnu.org> | |
7833 | |
7834 * help.el (help-make-xrefs): Use `info', not the non-autoloaded | |
7835 `Info-goto-node'. | |
7836 | |
7837 1998-12-02 Richard Stallman <rms@gnu.org> | |
7838 | |
7839 * help.el (temp-buffer-resize-mode): Doc fix. | |
7840 | |
7841 * cus-edit.el (custom-save-delete): Save point before | |
7842 reading a sexp, rather than backing up. | |
7843 | |
7844 * international/iso-transl.el: Fix previous change. | |
7845 | |
7846 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
7847 | |
7848 * vc.el (vc-dired-window-configuration, vc-ediff-windows, | |
7849 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode): | |
7850 Added defvars to suppress compilation warnings. | |
7851 | |
7852 1998-11-30 Ken Stevens <k.stevens@ieee.org> | |
7853 | |
7854 * ispell.el: Improved and fixed customize for variables: | |
7855 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp, | |
7856 ispell-dictionary-alist, ispell-skip-sgml. | |
7857 Improved and fixed comments in variables and messages for | |
7858 functions: ispell-help-in-bufferp, ispell-local-dictionary, | |
7859 ispell-menu-map, ispell-checking-message, ispell-parser, | |
7860 ispell-word, lookup-words, ispell-change-dictionary, ispell-region, | |
7861 ispell-begin-tex-skip-regexp, ispell-begin-skip-region, | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7862 ispell-comments-and-strings, ispell-continue, ispell-complete-word, |
25837 | 7863 ispell-message-text-end, ispell-add-per-file-word-list. |
7864 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding | |
7865 system is now required for all languages. Casechars improved for | |
7866 castellano, castellano8, and norsk dictionaries. Dictionary | |
7867 norsk7-tex added. Dictionary polish added. | |
7868 (ispell-dictionary-alist): Redefined at load-time to support | |
7869 dictionary changes. | |
7870 (ispell-menu-map): Redefined at load-time to support menu changes. | |
7871 (ispell-check-version): New alias for `check-ispell-version'. | |
7872 (ispell-parse-output): Fixed matching for ispell error messages. | |
7873 Correctly returns spelling suggestions in order generated by ispell | |
7874 process. | |
7875 (check-ispell-version): Ensure `case-fold-search' doesn't get | |
7876 redefined. | |
7877 (ispell-complete-word): Ensure `case-fold-search' doesn't get | |
7878 redefined. Fix bug that didn't respect case of word being completed. | |
7879 (ispell-init-process): Set process coding system to be compatible | |
7880 with emacs processes and the ispell process. | |
7881 (ispell-kill-ispell): Ensures ispell process has terminated before | |
7882 starting new process. This can otherwise confuse process filters | |
7883 and hang the ispell process. | |
7884 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved | |
7885 skipping support for sgml. | |
7886 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r | |
7887 which could cause `ispell-complete-word' to hang. | |
7888 (ispell-message): Improved message reference matching. Ensure | |
7889 `case-fold-search' doesn't get redefined. | |
7890 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't | |
7891 get redefined. Fixed bug in returning to nroff mode from tex mode. | |
7892 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't | |
7893 get redefined. | |
7894 | |
7895 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7896 | |
7897 * textmodes/flyspell.el (flyspell-check-word-p): | |
7898 Don't delay inside a kbd macro. | |
7899 | |
7900 * subr.el (make-local-hook): Return the hook variable. | |
7901 | |
7902 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
7903 | |
7904 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe): | |
7905 Use a timer instead of post-command-hook. | |
7906 (hscroll-timer): New variable. | |
7907 | |
7908 1998-11-30 Dave Love <fx@gnu.org> | |
7909 | |
7910 * help.el (help-xref-button): Do nothing if text already has the | |
7911 help-xref property. | |
7912 (describe-variable): Revert previous change to hyperlink to source. | |
7913 | |
7914 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7915 | |
7916 * bindings.el (features): Add `base64' to this list. | |
7917 | |
7918 * loadhist.el (symbol-file): Doc fix. | |
7919 | |
7920 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
7921 | |
7922 * files.el (hack-one-local-variable): Cope with non-file buffers. | |
7923 | |
7924 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7925 | |
7926 * help.el (describe-mode): Put major mode first. | |
7927 | |
7928 * calendar/appt.el (appt-disp-window): Use pop-to-buffer, | |
7929 to support special-display and same-window features. | |
7930 | |
7931 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7932 | |
7933 * simple.el (transpose-subr, transpose-subr-1): Rename variables | |
7934 bound in one function and used in the other. | |
7935 (transpose-subr-start1, transpose-subr-start2): Add defvars. | |
7936 (transpose-subr-end1, transpose-subr-end2): Add defvars. | |
7937 | |
7938 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7939 | |
7940 * autoinsert.el (auto-insert-alist): Use user-mail-address. | |
7941 | |
7942 1998-11-26 Kenichi Handa <handa@etl.go.jp> | |
7943 | |
7944 * international/ccl.el (ccl-dump-translate-character-const-tbl): | |
7945 Give format correct control string. | |
7946 | |
7947 * international/mule.el (define-translation-table): Fix bug of | |
7948 setting incorrect translation-table-id. If the first element of | |
7949 ARGS is a translation table, just register it. | |
7950 | |
7951 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist | |
7952 property. | |
7953 | |
7954 1998-11-24 Michael Ernst <mernst@alum.mit.edu> | |
7955 | |
7956 * thingatpt.el (thing-at-point-url-at-point): Don't use current | |
7957 syntax table to determine what is whitespace. | |
7958 | |
7959 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7960 | |
7961 * frame.el (frame-parameter): Doc fix. | |
7962 | |
7963 * textmodes/tex-mode.el (tex-feed-input): New function. | |
7964 (tex-define-common-keys): Add binding for C-c C-m. | |
7965 | |
7966 1998-11-23 Dave Love <fx@gnu.org> | |
7967 | |
7968 * progmodes/fortran.el: Various minor doc fixes. | |
7969 (fortran-font-lock-keywords-1): Add `d' to comment-chars. | |
7970 (fortran-with-subprogram-narrowing): New macro. | |
7971 (fortran-check-for-matching-do): Use it. | |
7972 (fortran-end-do): Use fortran-check-end-prog-re. | |
7973 (fortran-beginning-do, fortran-end-if, fortran-beginning-if) | |
7974 (fortran-calculate-indent, fortran-calculate-indent): Likewise. | |
7975 | |
7976 1998-11-23 Simon Marshall <simon@gnu.org> | |
7977 | |
7978 * font-lock.el (font-lock-defaults): Doc fix. | |
7979 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message. | |
7980 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword. | |
7981 | |
7982 * lazy-lock.el (lazy-lock-unstall): | |
7983 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message. | |
7984 | |
7985 * fast-lock.el (fast-lock-save-cache-1): | |
7986 (fast-lock-cache-data): Rewritten to use with-temp-message. | |
7987 | |
7988 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org> | |
7989 | |
7990 * mail/rmail.el (rmail-set-message-counters-counter): Detect | |
7991 messages that have been added with DOS line endings and convert | |
7992 the line endings for such messages. | |
7993 | |
7994 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
7995 | |
7996 * help.el: Add resizing of temporary buffers. | |
7997 (temp-buffer-resize-mode): New command and variable. | |
7998 (temp-buffer-max-height): New variable. | |
7999 (resize-temp-buffer-window): New function. | |
8000 | |
8001 * window.el (window-buffer-height): New function, split from | |
8002 shrink-window-if-larger-than-buffer. | |
8003 (shrink-window-if-larger-than-buffer): Use window-buffer-height. | |
8004 | |
8005 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8006 | |
8007 * frame.el (initial-frame-alist): Add defcustom. | |
8008 | |
8009 * shell.el (shell-prompt-pattern): Add defcustom. | |
8010 | |
8011 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8012 | |
8013 * message.el (message-ignored-supersedes-headers): Remove | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8014 NNTP-Posting-Date. |
25837 | 8015 |
8016 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8017 | |
8018 * help.el (describe-mode): Don't avoid loop indirecting thru | |
8019 value of INDICATOR. | |
8020 | |
8021 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8022 | |
8023 * help.el (describe-variable): Allow any variable with a defcustom, | |
8024 even if it is not a user variable. | |
8025 | |
8026 * mail/rmail.el (mail-unsent-separator): Additional alternative. | |
8027 | |
8028 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org> | |
8029 | |
8030 * gnus/nntp.el (nntp-request-group): Allow for failures when | |
8031 requesting a new group. | |
8032 | |
8033 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8034 | |
8035 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix. | |
8036 | |
8037 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
8038 | |
8039 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons. | |
8040 | |
8041 1998-11-19 Simon Marshall <simon@gnu.org> | |
8042 | |
8043 * subr.el (with-temp-message): New macro. | |
8044 | |
8045 * emacs-lisp/lisp-mode.el (with-temp-message): | |
8046 Add lisp-indent-function property. | |
8047 | |
8048 1998-11-18 Dave Love <fx@gnu.org> | |
8049 | |
8050 * progmodes/fortran.el (fortran-end-prog-re): Fix typo. | |
8051 | |
8052 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8053 | |
8054 * emacs-lisp/bytecomp.el (temp-buffer-show-hook): | |
8055 This is not obsolete. | |
8056 | |
8057 1998-11-18 Kenichi Handa <handa@etl.go.jp> | |
8058 | |
8059 * textmodes/picture.el: Make a new map by make-keymap. | |
8060 (picture-desired-column): New variable. | |
8061 (picture-update-desired-column): New function. | |
8062 (picture-beginning-of-line): Set picture-desired-column to 0. | |
8063 (picture-end-of-line): Set picture-desired-column to the current | |
8064 column. | |
8065 (picture-forward-column): Pay attention to multi-column character. | |
8066 (picture-backward-column): Likewise. | |
8067 (picture-move-down): Likewise. | |
8068 (picture-move-up): Likewise. | |
8069 (picture-movement-nw): With prefix arg, move twice columns. | |
8070 (picture-movement-ne): Likewise. | |
8071 (picture-movement-sw): Likewise. | |
8072 (picture-movement-se): Likewise. | |
8073 (picture-set-motion): Handle two-column movements. | |
8074 (picture-move): Call picture-move-down or picture-forward-column | |
8075 only when necessary. | |
8076 (picture-insert): Pay attention to picture-desired-column. | |
8077 (picture-self-insert): Likewise. | |
8078 (picture-clear-column): Pay attention to multi-column character. | |
8079 (picture-mode): Modify doc-string for two-column movement. | |
8080 | |
8081 * rect.el (move-to-column-force): New function. | |
8082 (operate-on-rectangle): If coerce-tabs is non-nil, call | |
8083 move-to-column-force instead of move-to-column. | |
8084 (insert-rectangle): Call move-to-column-force instead of | |
8085 move-to-column. | |
8086 (open-rectangle-line): If begextra is not zero, call | |
8087 move-to-column-force. | |
8088 | |
8089 | |
8090 1998-11-16 Dave Love <fx@gnu.org> | |
8091 | |
8092 * textmodes/sgml-mode.el Require skeleton when compiling. | |
8093 (sgml-font-lock-keywords-1): Accept single-letter tags. | |
8094 (v2): Defvar free variable. | |
8095 | |
8096 1998-11-16 Sam Steingold <sds@goems.com> | |
8097 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
8098 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL |
25837 | 8099 macro, not ELisp one. |
8100 | |
8101 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
8102 | |
8103 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte | |
8104 characters to symbol. | |
8105 | |
8106 * language/japan-util.el (japanese-zenkaku-region): New optional | |
8107 arg KATAKANA-ONLY. | |
8108 | |
8109 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
8110 | |
8111 * international/mule.el | |
8112 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
8113 is changed to unibyte, return inserted bytes. | |
8114 | |
8115 * tar-mode.el (tar-header-block-tokenize): Decode codes of file | |
8116 and link names if necessary. | |
8117 (tar-header-block-summarize): Handle the case that file or link | |
8118 names are multibyte. | |
8119 (tar-summarize-buffer): At first set the current buffer unibyte, | |
8120 then if there are multibyte file names, change it to multibyte. | |
8121 (tar-mode): Get char position from tar-header-offset. | |
8122 (tar-extract): Avoid multibyte<->unibyte conversion in | |
8123 insert-buffer-subsring by setting both buffers unibyte | |
8124 temporarily. | |
8125 (tar-copy): Set the buffer unibyte while doing a work. Write | |
8126 without code conversion. | |
8127 (tar-expunge): Set the buffer unibyte while doing a work. | |
8128 (tar-alter-one-field): Likewise. | |
8129 (tar-clear-modification-flags): Compare byte position with | |
8130 tar-header-offset. | |
8131 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in | |
8132 insert-buffer-subsring by setting both buffers unibyte | |
8133 temporarily. Pay attention to multibyteness while updating the | |
8134 descriptor-line. | |
8135 (tar-mode-write-file): Write without code conversion. | |
8136 | |
8137 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8138 | |
8139 * nngateway.el: Require cl. | |
8140 | |
8141 1998-11-15 Dave Love <fx@gnu.org> | |
8142 | |
8143 * progmodes/fortran.el: Fix previous change: | |
8144 (fortran-end-prog-re1): Changed. | |
8145 (fortran-check-end-prog-re): New function. | |
8146 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it. | |
8147 | |
8148 1998-11-13 Tom Breton <tob@world.std.com> | |
8149 | |
8150 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of | |
8151 GNU Emacs. | |
8152 | |
8153 1998-11-13 Carsten Dominik <cd@delysid.gnu.org> | |
8154 | |
8155 * textmodes/reftex.el: (reftex-finding-files): Group documentation | |
8156 fixed. | |
8157 (reftex-toc-toggle-file-boundary, | |
8158 reftex-toc-toggle-labels, | |
8159 reftex-toc-toggle-context,reftex-find-start-point): New functions. | |
8160 (reftex-toc-include-labels, reftex-toc-include-context, | |
8161 reftex-toc-include-file-boundaries, | |
8162 reftex-toc-keep-other-windows): New options. | |
8163 (reftex-use-text-after-label-as-context): Option removed. | |
8164 (reftex-extract-bib-entries): Protect use in non-latex | |
8165 buffers. | |
8166 (reftex-toc-visit-location): Renamed from | |
8167 `reftex-toc-visit-line'. | |
8168 (reftex-latin1-to-ascii): Works now with and without Mule. | |
8169 (reftex-truncate): Removed special stuff for Emacs 20.2. | |
8170 (reftex-get-offset): Made more general. | |
8171 (reftex-show-label-location): Renamed from | |
8172 `reftex-select-label-callback'. | |
8173 (reftex-pop-to-label): Function removed (using | |
8174 `reftex-show-label-location' instead. | |
8175 (reftex-insert-docstruct): Renamed from | |
8176 `reftex-make-and-insert-label-list'. Function args changed. | |
8177 (reftex-toc): Now uses `reftex-insert-docstruct' and | |
8178 `reftex-find-start-point'. | |
8179 (reftex-select-item): Use `reftex-find-start-point'. | |
8180 (reftex-toc-visit-line): Can display labels and file | |
8181 boundaries. | |
8182 (reftex-TeX-master-file): `(TeX-master-file)' protected. | |
8183 | |
8184 1998-11-12 Sam Steingold <sds@goems.com> | |
8185 | |
8186 * browse-url.el (browse-url): Handle the case when | |
8187 `browse-url-browser-function' is a lambda list. | |
8188 | |
8189 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org> | |
8190 | |
8191 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the | |
8192 version string. | |
8193 * loadhist.el (symbol-file): Likewise | |
8194 | |
8195 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM> | |
8196 | |
8197 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling. | |
8198 | |
8199 1998-11-11 Sam Steingold <sds@goems.com> | |
8200 | |
8201 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call | |
8202 `run-lisp' instead of signalling an error. | |
8203 | |
8204 1998-11-11 Karl Heuer <kwzh@gnu.org> | |
8205 | |
8206 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change. | |
8207 | |
8208 1998-11-11 Richard Stallman <rms@gnu.org> | |
8209 | |
8210 * vc-hooks.el (vc-toggle-read-only): Doc fix. | |
8211 | |
8212 1998-11-11 Per Starback <starback@update.uu.se> | |
8213 | |
8214 * ispell.el: (ispell-dictionary-alist-2): Removed svenska, | |
8215 renamed svenska8 to svenska, and fixed and extended CASECHARS | |
8216 for it. | |
8217 | |
8218 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org> | |
8219 | |
8220 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode | |
8221 handling if setpagedevice is not available. | |
8222 (ps-begin-file): Fix typo. | |
8223 | |
8224 1998-11-11 Kenichi Handa <handa@etl.go.jp> | |
8225 | |
8226 * international/mule-util.el (compose-chars-component): Signal | |
8227 error if CH is a rule-based composition character. | |
8228 (compose-chars): Signal error if an already compsed character is | |
8229 going to be composed by rule-base. | |
8230 | |
8231 * term/x-win.el: If a resolved ASCII font name doesn't conform to | |
8232 full XLFD, don't try to get information of WEIGHT and SLANT from | |
8233 that font name. | |
8234 | |
8235 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk> | |
8236 | |
8237 * dos-w32.el (set-default-process-coding-system): Use function on | |
8238 before-init-hook to set default-process-coding-system based on | |
8239 enable-multibyte-characters. | |
8240 | |
8241 * term/w32-win.el ([language-change]): For now ignore | |
8242 keyboard language-change events. | |
8243 | |
8244 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
8245 | |
8246 * ediff-util.el (ediff-make-temp-file): Run the prefix through | |
8247 convert-standard-file-name, but leave the results of | |
8248 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2 | |
8249 characters if the original name already exists, or has a special | |
8250 handler. | |
8251 | |
8252 1998-11-10 Karl Heuer <kwzh@gnu.org> | |
8253 | |
8254 * international/iso-insert.el: Delete autoload cookies. | |
8255 | |
8256 * international/iso-transl.el: Add autoload cookies. | |
8257 | |
8258 1998-11-10 Richard Stallman <rms@gnu.org> | |
8259 | |
8260 * ispell.el (ispell-get-coding-system): Default to iso-latin-1. | |
8261 (ispell-process-line): Don't treat multibyte | |
8262 | |
8263 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk> | |
8264 | |
8265 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call | |
8266 setpagedevice to specify the page size if setpagedevice is | |
8267 available. This is necessary to select the correct paper tray on | |
8268 Level 2 printers with multiple paper sizes available. | |
8269 | |
8270 (ps-begin-file): Cope with font names that contain spaces, and | |
8271 call BeginDoc in a BeginSetup/EndSetup block. | |
8272 | |
8273 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org> | |
8274 | |
8275 * loadup.el (buffer-undo-list): Run fns-VERSION.el through | |
8276 convert-standard-filename. | |
8277 | |
8278 * loadhist.el (symbol-file): Run fns-VERSION.el through | |
8279 convert-standard-filename. | |
8280 | |
8281 1998-11-06 Richard Stallman <rms@gnu.org> | |
8282 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8283 * textmodes/texinfmt.el (texinfo-format-scan): |
25837 | 8284 Detect the case of two @-commands in a row; process just the first. |
8285 (texinfo-append-refill): If line has a @c, insert the @refill | |
8286 before it. | |
8287 (texinfo-format-refill): Return with point where the @refill was. | |
8288 | |
8289 * files.el (hack-local-variables): Test local-enable-local-variables. | |
8290 (hack-local-variables-prop-line): Likewise. | |
8291 (set-auto-mode): Don't test local-enable-local-variables here. | |
8292 (enable-local-variables): Doc fix. | |
8293 (local-enable-local-variables): Doc fix. | |
8294 (normal-mode): Doc fix. | |
8295 | |
8296 1998-11-06 Karl Heuer <kwzh@gnu.org> | |
8297 | |
8298 * emacs-lisp/find-func.el (find-variable-noselect): Autoload. | |
8299 | |
8300 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM> | |
8301 | |
8302 * simple.el (line-number-mode): Doc fix. | |
8303 | |
8304 1998-11-06 Kenichi Handa <handa@etl.go.jp> | |
8305 | |
8306 * international/fontset.el (create-fontset-from-fontset-spec): | |
8307 Give correct arg to `error'. | |
8308 | |
8309 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org> | |
8310 | |
8311 * textmodes/sgml-mode.el (html-mode): Doc fix. | |
8312 (sgml-name-8bit-mode): Fix missing format character in message string. | |
8313 | |
8314 1998-11-05 Karl Heuer <kwzh@gnu.org> | |
8315 | |
8316 * mail/sendmail.el (sendmail-send-it): Check for failure. | |
8317 | |
8318 1998-11-05 Richard Stallman <rms@gnu.org> | |
8319 | |
8320 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6. | |
8321 | |
8322 * rect.el (delete-whitespace-rectangle): close-rectangle renamed. | |
8323 (close-rectangle): Define as alias. | |
8324 | |
8325 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu> | |
8326 | |
8327 * textmodes/tex-mode.el (tex-start-shell): Track directory changes. | |
8328 | |
8329 1998-11-05 Dave Love <fx@gnu.org> | |
8330 | |
8331 * help.el (describe-variable): Don't quote link to source. | |
8332 | |
8333 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu> | |
8334 | |
8335 * gud.el (gud-common-init): Use pop-to-buffer. | |
8336 (same-window-regexps): Add an element that matches all gud buffers. | |
8337 | |
8338 1998-11-04 Jason Rumney <jasonr@altavista.net> | |
8339 | |
8340 * term/w32-win.el (x-get-selection-value): Alias to | |
8341 x-cut-buffer-or-selection-value. | |
8342 (w32-standard-fontset-spec): New variable. | |
8343 (w32-create-initial-fontsets, mouse-set-font): Check whether | |
8344 new-fontset is available. | |
8345 (w32-use-w32-font-dialog): Enable use of set-variable. | |
8346 | |
8347 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
8348 | |
8349 * vc.el (with-vc-file, edit-vc-file): New macros. | |
8350 | |
8351 1998-11-04 Kenichi Handa <handa@etl.go.jp> | |
8352 | |
8353 * international/quail.el (quail-show-guidance-buf): Call | |
8354 set-minibuffer-window to set minibuffer window of the current | |
8355 frame correctly. | |
8356 | |
8357 1998-11-03 Theodore Jump <tjump@tertius.com> | |
8358 | |
8359 * term/w32-win.el: Require fontset. | |
8360 | |
8361 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org> | |
8362 | |
8363 * faces.el (set-face-font): Call resolve-fontset-name on w32. | |
8364 (set-face-font-auto): Ditto. | |
8365 | |
8366 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org> | |
8367 | |
8368 * mouse.el (mouse-drag-region): Fix typo. | |
8369 | |
8370 1998-11-02 Dave Love <fx@gnu.org> | |
8371 | |
8372 * progmodes/fortran.el Fix for fontification of strings lost somehow: | |
8373 (fortran-fontify-string): New function. | |
8374 (fortran-font-lock-keywords-1): Use it. | |
8375 | |
8376 1998-11-02 Markus Rost <rost@delysid.gnu.org> | |
8377 | |
8378 * comint.el (comint-file-name-quote-list): Doc fix. | |
8379 | |
8380 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8381 | |
8382 * loadup.el (buffer-undo-list): Write fns-VERSION.el into | |
8383 build directory, not source directory. | |
8384 | |
8385 * mouse.el (mouse-drag-region): Fake up a mouse-motion event | |
8386 if we did not get one for the final move. | |
8387 | |
8388 1998-11-01 Dave Love <fx@gnu.org> | |
8389 | |
8390 * goto-addr.el (goto-address-at-point, goto-address-at-mouse): | |
8391 Don't funcall browse-url-browser-function. | |
8392 | |
8393 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url): | |
8394 Don't funcall browse-url-browser-function. | |
8395 | |
8396 * fortran.el (fortran-end-prog-re1): Fix the regexp. | |
8397 | |
8398 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8399 | |
8400 * files.el (revert-buffer): Doc fix. | |
8401 | |
8402 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8403 | |
8404 * textmodes/tex-mode.el (tex-start-options-string): | |
8405 Quote the backslashes with more backslashes. | |
8406 | |
8407 1998-10-31 Dave Love <fx@gnu.org> | |
8408 | |
8409 * webjump.el (webjump-sample-sites): Fix Lisp archive site. | |
8410 (webjump): Don't funcall browse-url-browser-function. | |
8411 | |
8412 1998-10-30 Kenichi Handa <handa@etl.go.jp> | |
8413 | |
8414 * international/quail.el (quail-start-translation): Handle | |
8415 switching of the frame in read-key-sequence. | |
8416 (quail-start-conversion): Likewise. | |
8417 (quail-show-guidance-buf): Detach quail-guidance-buf from any | |
8418 windows before setting an appropriate window for it. | |
8419 (quail-hide-guidance-buf): Use window-minibuffer-p. Set | |
8420 quail-guidance-win to nil. | |
8421 (quail-update-guidance): If quail-guidance-buf is not in the | |
8422 selected frame, call quail-show-guidance-buf again. | |
8423 | |
8424 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no> | |
8425 | |
8426 * progmodes/pascal.el (pascal-mode): | |
8427 `blink-matching-paren-dont-ignore-comments' set to t. | |
8428 | |
8429 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8430 | |
8431 * calendar/cal-menu.el (cal-menu-update): Fix menu wording. | |
8432 | |
8433 1998-10-30 Dave Love <fx@gnu.org> | |
8434 | |
8435 * vc.el (vc-backend-merge-news): Check for "P" output. | |
8436 | |
8437 * help.el (describe-variable): Hyperlink the definition. | |
8438 | |
8439 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org> | |
8440 | |
8441 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp. | |
8442 (sh-set-shell): Likewise. | |
8443 | |
8444 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected. | |
8445 | |
8446 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type. | |
8447 (edebug-on-error): Fix customize type to match that of | |
8448 debug-on-error. | |
8449 | |
8450 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type. | |
8451 | |
8452 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use | |
8453 report-emacs-bug-address instead of undefined bug-gnu-emacs. | |
8454 | |
8455 * international/mule-cmds.el (select-message-coding-system): Doc | |
8456 fix. | |
8457 | |
8458 * international/mule-diag.el (describe-coding-system): Describe | |
8459 all flags. | |
8460 | |
8461 * mail/sendmail.el (sendmail-coding-system, | |
8462 default-sendmail-coding-system): Doc fix. | |
8463 | |
8464 * simple.el (shell-command-on-region): Doc fix. | |
8465 | |
8466 * loadup.el: Write fns-*.el in current directory instead of | |
8467 data-directory since no installation directory exists yet. Mark | |
8468 buffer unmodified afterwards. | |
8469 | |
8470 * loadhist.el (symbol-file): Load fns-*.el from exec-directory | |
8471 instead of data-directory since it is architecture dependent. | |
8472 (load-history-loaded): Update doc string. | |
8473 | |
8474 1998-10-29 Geoff Voelker <voelker@cs.washington.edu> | |
8475 | |
8476 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC | |
8477 path as a default directory when canonicalizing names. | |
8478 | |
8479 * w32-fns.el: Remove a dangling reference to a directory on the | |
8480 build machine. | |
8481 | |
8482 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8483 | |
8484 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and | |
8485 namespace related keywords such as `class', `body', `private', | |
8486 `variable', `namespace eval', etc. | |
8487 (tcl-imenu-generic-expression): Handle itcl body and class definitions. | |
8488 (tcl-mode): Added ":" as a word constituent to the syntax-alist of | |
8489 imenu and font-lock so that searches for \sw would find words | |
8490 containing colons. | |
8491 | |
8492 * progmodes/etags.el (initialize-new-tags-table): | |
8493 Do not alter find-tag-marker-ring and tags-location-ring. | |
8494 | |
8495 1998-10-27 Geoff Voelker <voelker@cs.washington.edu> | |
8496 | |
8497 * term/w32-win.el: Require fontset. | |
8498 (w32-init-fontsets): New function (code from x-win.el). | |
8499 | |
8500 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8501 | |
8502 * cal-x.el (diary-frame-parameters, calendar-frame-parameters, | |
8503 calendar-and-diary-frame-parameters): Add title parameter. | |
8504 | |
8505 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8506 | |
8507 * completion.el (dynamic-completion-mode): New function to enable | |
8508 the mode. (Just loading the file now does not change anything.) | |
8509 | |
8510 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
8511 | |
8512 * ps-print.el: User option for multibyte buffer handling and doc fix. | |
8513 (ps-multibyte-buffer): New user option. | |
8514 (ps-setup): Print new user option. | |
8515 (ps-print-quote): New fun. | |
8516 (ps-color-p, ps-mule-font-info-database-latin): New var. | |
8517 (ps-default-color, ps-mule-font-info-database) | |
8518 (ps-mule-font-info-database-ps-bdf): Adjust initialization. | |
8519 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file) | |
8520 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate): | |
8521 Little code improvement. | |
8522 (ps-mule-initialize): Initialize ps-mule-font-info-database. | |
8523 (ps-print-prologue-header, ps-font-family, ps-font-size) | |
8524 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size) | |
8525 (ps-build-face-reference, ps-mule-font-info-database-bdf) | |
8526 (ps-mule-external-libraries, ps-mule-init-external-library) | |
8527 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string): | |
8528 Doc fix. | |
8529 (ps-print-version): New version number (4.1.1) and doc fix. | |
8530 (ps-print-prologue-header): New user option. | |
8531 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter): | |
8532 Conditional compilation for GNU Emacs and emacsens. | |
8533 (ps-generate-postscript-with-faces): Skip invisible text better. | |
8534 (ps-setup): Print new user option. | |
8535 (ps-print-preprint): Check if input file name exists and is unwritable. | |
8536 (ps-begin-file): Adjust PostScript prologue header for duplex printers | |
8537 and insert user PostScript prologue header comments. | |
8538 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding): | |
8539 New funs. | |
8540 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated. | |
8541 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue): | |
8542 PostScript programming normalization. | |
8543 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font) | |
8544 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string) | |
8545 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar) | |
8546 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font) | |
8547 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool): | |
8548 Programming style normalization. | |
8549 | |
8550 1998-10-26 Kenichi Handa <handa@etl.go.jp> | |
8551 | |
8552 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
8553 version, check the value of mule-version. | |
8554 | |
8555 * international/mule-util.el (compose-region): Insert then delete | |
8556 to preserve markers. | |
8557 (decompose-region): Use search-forward for efficiency. | |
8558 | |
8559 * language/chinese.el (pre-write-encode-hz): Cancel previous | |
8560 change, use generate-new-buffer instead of get-buffer-create. | |
8561 * language/devan-util.el | |
8562 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
8563 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
8564 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
8565 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
8566 | |
8567 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8568 | |
8569 * mail/rmailsum.el (rmail-message-subject-p): | |
8570 Handle message whose header has not been reformatted. | |
8571 | |
8572 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir. | |
8573 | |
8574 1998-10-25 Jason Rumney <jasonr@altavista.net> | |
8575 | |
8576 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist): | |
8577 New variables. | |
8578 (mouse-set-font): Use font menus instead of dialog according to | |
8579 w32-use-w32-font-dialog. | |
8580 | |
8581 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8582 | |
8583 * calendar/calendar.el (calendar-day-name-array): Add doc string | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8584 correctly! |
25837 | 8585 (calendar-month-name-array): Add doc string correctly! |
8586 | |
8587 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8588 | |
8589 * net-utils.el (whois-get-tld): Rewrite not to use `do'. | |
8590 | |
8591 1998-10-21 Markus Rost <rost@delysid.gnu.org> | |
8592 | |
8593 * lisp/info.el (Info-next-menu-item): Stay on top of node. | |
8594 | |
8595 * mail/rmailout.el (rmail-output): Insert newline only if necessary. | |
8596 | |
8597 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case. | |
8598 | |
8599 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines. | |
8600 | |
8601 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org> | |
8602 | |
8603 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*". | |
8604 | |
8605 1998-10-21 Karl Heuer <kwzh@gnu.org> | |
8606 | |
8607 * emacs-lisp/profile.el (profile-timer-program): Var deleted. | |
8608 (profile-timer-process, profile-temp-result-, profile-time): Likewise. | |
8609 (profile-filter, profile-reset-timer): Functions deleted. | |
8610 (profile-check-zero-init-times, profile-get-time): Likewise. | |
8611 (profile-find-function, profile-quit): Likewise. | |
8612 (profile-distinct, profile-call-stack, profile-last-time): New vars. | |
8613 (profile-time-list, profile-init-list): Doc fix. | |
8614 (profile-functions): Simplify. | |
8615 (profile-print): Use float. Make output include space separators. | |
8616 (profile-add-time): New helper function. | |
8617 (profile-function-prolog): Renamed from profile-start-function. | |
8618 Handle profile-distinct. | |
8619 (profile-function-epilog): Renamed from profile-update-function. | |
8620 Handle profile-distinct. | |
8621 (profile-a-function): If the function to be profiled is an | |
8622 autoload form, load it. If it's lazy-loaded, fetch it. | |
8623 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it. | |
8624 (profile-restore-fun): Arg FUN is now a function symbol, as was | |
8625 documented, rather than a one-element list. | |
8626 (profile-finish): Call profile-restore-fun properly. | |
8627 | |
8628 1998-10-21 Kenichi Handa <handa@etl.go.jp> | |
8629 | |
8630 * international/characters.el: Setup charset property | |
8631 nospace-between-words. | |
8632 | |
8633 * international/mule-cmds.el (get-charset-property): If CHARSET is | |
8634 composition, return nil. | |
8635 (put-charset-property): If CHARSET is composition, do nothing. | |
8636 | |
8637 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer. | |
8638 * language/devan-util.el | |
8639 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
8640 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
8641 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
8642 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
8643 | |
8644 * textmodes/fill.el (sentence-end-without-period): New variable. | |
8645 (canonically-space-region): Pay attention to | |
8646 sentence-end-without-period. | |
8647 (fill-find-break-point): The first argument CHARSET deleted. | |
8648 Caller changed. | |
8649 (fill-region-as-paragraph): Pay attention to charset property | |
8650 nospace-between-words and text property nospace-between-words. | |
8651 | |
8652 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8653 | |
8654 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for | |
8655 an unrecognized shell. | |
8656 | |
8657 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org> | |
8658 | |
8659 * desktop.el (desktop-save): Include minor modes symbolically. | |
8660 (desktop-create-buffer): Turn on all minor modes in `mim'. | |
8661 | |
8662 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8663 | |
8664 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files. | |
8665 (sh-font-lock-keywords): Handle rpm and rpm2. | |
8666 (sh-ancestor-alist): Handle rpm. | |
8667 | |
8668 * files.el (auto-mode-alist): Recognize .rpm files. | |
8669 Also .spec and .mspec files. | |
8670 | |
8671 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
8672 | |
8673 * faces.el (frame-set-background-mode): Enable the function for | |
8674 MSDOS frames. | |
8675 | |
8676 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8677 | |
8678 * calendar/calendar.el (calendar-day-name-array): Add doc string. | |
8679 (calendar-month-name-array): Add doc string. | |
8680 | |
8681 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8682 | |
8683 * simple.el (kill-ring-max): Increased to 60. | |
8684 | |
8685 1998-10-17 Kenichi Handa <handa@etl.go.jp> | |
8686 | |
8687 * international/characters.el: Setup auto-fill-chars. | |
8688 | |
8689 * international/kinsoku.el (kinsoku): Check the variable | |
8690 enable-kinsoku. | |
8691 | |
8692 * simple.el (do-auto-fill): Don't check kinsoku-enable here. | |
8693 Don't call kinsoku directly, intead call fill-find-break-point. | |
8694 | |
8695 * textmodes/fill.el: Setup `fill-find-break-point-function' | |
8696 property to character sets which require `kinsoku' processing for | |
8697 filling. | |
8698 (fill-find-break-point): New function. | |
8699 (fill-region-as-paragraph): Don't check kinsoku-enable here. | |
8700 Don't call kinsoku directly, intead call fill-find-break-point. | |
8701 | |
8702 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8703 | |
8704 * faces.el (modify-face-read-string): Return (nil) for "none". | |
8705 (modify-face): Don't get error if (nil) is the argument. | |
8706 (face-try-color-list): Don't check whether nil is a valid color. | |
8707 | |
8708 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8709 | |
8710 * emacs-lisp/bytecomp.el (byte-recompile-directory): | |
8711 Print message about each directory, even in batch mode. | |
8712 | |
8713 * gnus/nntp.el: Require `cl' before using nnoo-declare. | |
8714 | |
8715 * ps-print.el (ps-mule-chars-in-string): No need to use sref. | |
8716 (ps-mule-string-char): No need to use sref. | |
8717 (ps-mule-next-index): No need to use sref. | |
8718 | |
8719 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved. | |
8720 | |
8721 * files.el (revert-buffer-internal-hook): Add defvar. | |
8722 | |
8723 * arc-mode.el (archive-mode): Locally set file-precious-flag. | |
8724 | |
8725 * tar-mode.el (tar-mode): Locally set file-precious-flag. | |
8726 | |
8727 1998-10-16 Markus Rost <rost@delysid.gnu.org> | |
8728 | |
8729 * international/mule-cmds.el (default-input-method): Fix custom type. | |
8730 | |
8731 * net-utils.el (whois-server-list): Fix customization type. | |
8732 | |
8733 * shell.el (shell-input-autoexpand): Fix customization group. | |
8734 | |
8735 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8736 | |
8737 * repeat.el (repeat): Handle keyboard macros properly. | |
8738 Handle new prefix arg after self-insert command. | |
8739 | |
8740 * repeat.el: Don't include cl even at compile time. | |
8741 (repeat): Avoid using `loop'. | |
8742 | |
8743 * simple.el (shell-command-on-region): Doc fix. | |
8744 (next-history-element): Special error message if no default. | |
8745 | |
8746 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8747 | |
8748 * ps-print.el (ps-print-buffer): Doc fix. | |
8749 (ps-despool): Likewise. | |
8750 | |
8751 * arc-mode.el (arc-mode): Provide arc-mode. | |
8752 | |
8753 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8754 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8755 * ps-print.el (ps-print-buffer): Doc fix. |
25837 | 8756 |
8757 1998-10-14 Dave Love <fx@gnu.org> | |
8758 | |
8759 * ange-ftp.el (ange-ftp-read-passwd): Function deleted. | |
8760 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd. | |
8761 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise. | |
8762 | |
8763 * progmodes/fortran.el (fortran-mode-map): Change "Join | |
8764 Continuation Line" to "Join Line". | |
8765 (fortran-font-lock-keywords-1): Add "cycle", "exit". | |
8766 | |
8767 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
8768 | |
8769 * progmodes/fortran.el (fortran-join-line): Use | |
8770 `delete-indentation' instead of issuing an error message if not on | |
8771 a continuation line. Provide for joining several lines using | |
8772 prefix arg. | |
8773 | |
8774 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org> | |
8775 | |
8776 * term/pc-win.el (msdos-color-values): New variable. | |
8777 (x-color-values): New function, emulates its namesake from | |
8778 src/xfns.c. | |
8779 (msdos-bg-mode): Add all dark colors to those which return | |
8780 "dark". | |
8781 | |
8782 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8783 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8784 * replace.el (keep-lines, flush-lines, how-many): |
25837 | 8785 Don't ignore case if arg has upper case letters. |
8786 | |
8787 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch> | |
8788 | |
8789 * progmodes/vhdl-mode.el | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
8790 (vhdl-add-index-menu): Reverse order in imenu-generic-expression. |
25837 | 8791 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec) |
8792 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map) | |
8793 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop) | |
8794 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo). | |
8795 (vhdl-when): Fix indentation problem. | |
8796 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev. | |
8797 (vhdl-get-port, vhdl-get-generic): Bug fix in template. | |
8798 (vhdl-hooked-abbrev): Bug fix in hooked abbrev. | |
8799 | |
8800 1998-10-13 Geoff Voelker <voelker@cs.washington.edu> | |
8801 | |
8802 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable. | |
8803 (ls-lisp-insert-directory): Renamed from insert-directory. | |
8804 (insert-directory): New function. | |
8805 | |
8806 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8807 | |
8808 * simple.el (completion-fixup-function): Variable deleted. | |
8809 (completion-setup-function): Delete code for completion-fixup-function. | |
8810 * emacs-lisp/lisp.el (lisp-complete-symbol): | |
8811 Don't bind completion-fixup-function. | |
8812 | |
8813 * files.el (find-file-wildcards): New option. | |
8814 (find-file-noselect): Handle wild cards, if enabled. | |
8815 (file-expand-wildcards): New function. | |
8816 | |
8817 * simple.el (set-fill-column): Doc fix. | |
8818 | |
8819 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
8820 | |
8821 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search. | |
8822 | |
8823 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org> | |
8824 | |
8825 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only): | |
8826 Move declaration before first use. | |
8827 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr, | |
8828 hif-math, hif-factor): Rename token to hif-token and token-list to | |
8829 hif-token-list. | |
8830 (hif-token, hif-token-list): Declare them. | |
8831 (hif-find-ifdef-block): Return cons of top and bottom point | |
8832 instead of setting dynamically bound variables. | |
8833 (hide-ifdef-block, show-ifdef-block): Use return value of | |
8834 hif-find-ifdef-block. | |
8835 | |
8836 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8837 | |
8838 * subr.el (read-passwd): Use clear-this-command-keys. | |
8839 | |
8840 * telnet.el (telnet-initial-filter): Use clear-this-command-keys. | |
8841 | |
8842 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read | |
8843 and ...-for-write. | |
8844 | |
8845 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk> | |
8846 | |
8847 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected | |
8848 responses to GROUP command, since this may be called from a timer | |
8849 with quit inhibited. | |
8850 | |
8851 1998-10-12 Kenichi Handa <handa@etl.go.jp> | |
8852 | |
8853 * international/ccl.el (ccl-compile-if): If there's no false-cmds, | |
8854 set unconditional-jump to nil. | |
8855 (ccl-compile-read-multibyte-character): Return nil. | |
8856 (ccl-compile-write-multibyte-character): Likewise. | |
8857 (ccl-compile-translate-character): Likewise | |
8858 (ccl-compile-map-multiple): Likewise. | |
8859 (ccl-compile-map-single): Likewise. | |
8860 | |
8861 * international/kinsoku.el: Add coding tag. | |
8862 (kinsoku-bol): Remove superfluous TAB in a string. | |
8863 | |
8864 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
8865 Delete `composition' (if any) from CHARSETS. | |
8866 | |
8867 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8868 | |
8869 * international/mule-cmds.el (setup-specified-language-environment): | |
8870 Add apropos-inhibit property. | |
8871 (describe-specified-language-support): Likewise. | |
8872 | |
8873 1998-10-11 Kenichi HANDA <handa@etl.go.jp> | |
8874 | |
8875 * international/mule.el (make-coding-system): Create -with-esc | |
8876 variant coding system. | |
8877 | |
8878 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
8879 | |
8880 * progmodes/etags.el (tags-loop-revert-buffers): New variable. | |
8881 (next-file): Optionally offer to revert a file's buffer, | |
8882 if it has an existing buffer but the file has changed. | |
8883 | |
8884 * info.el (Info-insert-dir): Detect and report problems | |
8885 in input files, such as "No Top node". Return with point | |
8886 at the beginning of the text. | |
8887 (Info-find-node): Reinsert the code to handle files | |
8888 with no tags table; it was deleted by mistake. | |
8889 | |
8890 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
8891 | |
8892 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let | |
8893 texinfo-find-higher-level-node repeatedly find the same node. | |
8894 (texinfo-find-higher-level-node): Doc fix. | |
8895 | |
8896 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8897 | |
8898 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string. | |
8899 (smtpmail-address-buffer): Add defvar. | |
8900 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise. | |
8901 | |
8902 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved. | |
8903 | |
8904 * ffap.el (ffap-machine-p-local): Fix editing error. | |
8905 | |
8906 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8907 | |
8908 * faces.el (frame-set-background-mode): | |
8909 Don't do anythung for text-only or MSDOS frame. | |
8910 | |
8911 1998-10-08 Kenichi Handa <handa@etl.go.jp> | |
8912 | |
8913 * international/quail.el (quail-defrule): New optional arg APPEND. | |
8914 (quail-defrule-internal): Fix bug of handling the argument APPEND. | |
8915 | |
8916 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8917 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8918 * gnus/pop3.el (pop3-open-server): |
25837 | 8919 Set process-coding-system-alist around open-network-stream. |
8920 | |
8921 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8922 | |
8923 * files.el (save-buffer): Doc fix. | |
8924 | |
8925 1998-10-07 Karl Heuer <kwzh@gnu.org> | |
8926 | |
8927 * emacs-lisp/profile.el (profile-fix-fun): If already profiled, | |
8928 return DEF unchanged, not nil. Simplify. | |
8929 | |
8930 1998-10-06 Geoff Voelker <voelker@cs.washington.edu> | |
8931 | |
8932 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp. | |
8933 | |
8934 1998-10-06 Peter Breton <pbreton@ne.mediaone.net> | |
8935 | |
8936 * generic.el (generic-mode-with-type): Added hooks for generic-modes. | |
8937 | |
8938 * net-utils.el (ftp, nslookup): Require comint. | |
8939 (network-service-connection): Likewise. | |
8940 (whois-server-name): Defaults to whois.arin.net | |
8941 (whois-server-list, whois-server-tld, whois-guess-server): New var. | |
8942 (whois): Tries to guess the appropriate top-level domain server. | |
8943 (whois-get-tld): New function. | |
8944 | |
8945 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs. | |
8946 (dirtrack-debug-toggle): Added this function. | |
8947 | |
8948 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8949 | |
8950 * files.el (find-file-noselect): Switch to the correct buffer | |
8951 before checking find-file-literally, and allow non-nil non-t | |
8952 rawfile params. | |
8953 | |
8954 1998-10-06 Karl Heuer <kwzh@gnu.org> | |
8955 | |
8956 * midnight.el (clean-buffer-list): Add autoload cookie. | |
8957 | |
8958 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from | |
8959 no-autosave. | |
8960 * tar-mode.el (tar-mode-revert): Likewise. | |
8961 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed | |
8962 from ediff-arrange-autosave-in-merge-jobs. Callers changed. | |
8963 * gnus/message.el (message-auto-save-directory): Renamed from | |
8964 message-autosave-directory. All references changed. | |
8965 | |
8966 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
8967 | |
8968 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary | |
8969 string. Expose mime stuff while searching. | |
8970 | |
8971 1998-10-06 Richard Stallman <rms@gnu.org> | |
8972 | |
8973 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result. | |
8974 | |
8975 * replace.el (perform-replace): Position point properly | |
8976 before and after the recursive edit of C-r. | |
8977 | |
8978 * progmodes/etags.el (tags-reset-tags-tables): Properly | |
8979 find the markers in the old rings that are being discarded. | |
8980 | |
8981 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
8982 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
8983 * apropos.el (apropos-print): Control invalid characters. |
25837 | 8984 |
8985 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X): | |
8986 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid | |
8987 confusing customize. | |
8988 | |
8989 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org> | |
8990 | |
8991 * generic-x.el (bat-generic-mode): Fix regexps for keywords and | |
8992 built-in commands. Add more built-in commands and fix face names. | |
8993 | |
8994 1998-10-05 Simon Marshall <simon@gnu.org> | |
8995 | |
8996 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar. | |
8997 | |
8998 1998-10-04 Eric Ludlam <zappo@gnu.org> | |
8999 | |
9000 * speedbar.el (speedbar-initial-expansion-list-name): Remove | |
9001 customization since it is not useful in this case. | |
9002 (speedbar-frame-mode): Check if cfx or cfy is a list, and make | |
9003 sure it gets evalled to a number. Also verify that set-frame-name | |
9004 fn exists before calling it. | |
9005 | |
9006 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine): | |
9007 Protect a `forward-sexp' call which could fail, and improved regex | |
9008 for ie, and eg abbreviations. | |
9009 | |
9010 1998-10-02 Noah Friedman <friedman@splode.com> | |
9011 | |
9012 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not | |
9013 send-string. | |
9014 (rlogin-send-Ctrl-D): Here also. | |
9015 (rlogin-send-Ctrl-Z): Here also. | |
9016 (rlogin-send-Ctrl-backslash): Here also. | |
9017 | |
9018 1998-10-02 Dave Love <fx@gnu.org> | |
9019 | |
9020 * outline.el (hide-region-body): Bind | |
9021 outline-view-change-hook to nil while making repeated calls to | |
9022 outline-flag-region. Run it once at the end. | |
9023 (hide-other, hide-sublevels, show-children): Likewise. | |
9024 | |
9025 * info-look.el: Remove duplicate scheme-mode entry. | |
9026 (info-lookup-make-completions): When looking for entries, check | |
9027 that `item' isn't null or "Menu". | |
9028 | |
9029 1998-10-01 Karl Heuer <kwzh@gnu.org> | |
9030 | |
9031 * net-utils.el: Don't require ffap. | |
9032 (net-utils-machine-at-point, net-utils-url-at-point): New functions. | |
9033 (ping, nslookup-host, finger, network-connection-to-service): Use them. | |
9034 | |
9035 1998-09-30 Richard Stallman <rms@gnu.org> | |
9036 | |
9037 * ispell.el (check-ispell-version): No need to bind default-major-mode. | |
9038 | |
9039 * imenu.el (imenu--generic-function): Sort each submenu by position. | |
9040 (imenu--sort-by-position): New function. | |
9041 | |
9042 * cus-edit.el (Custom-mode-menu): Fix info node name. | |
9043 (customize group): Fix info node name. | |
9044 | |
9045 * mail/mailalias.el (build-mail-aliases): Don't allow | |
9046 a newline in the alias name. Don't define an alias | |
9047 if the definition would be empty. | |
9048 | |
9049 * which-func.el (which-func-mode-global): Make :set function | |
9050 more reliable. | |
9051 | |
9052 * custom.el (custom-set-variables): Load the requests first, | |
9053 then check the symbol's `set' function. | |
9054 | |
9055 * ffap.el: Doc fixes. | |
9056 | |
9057 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
9058 | |
9059 * gnus.el: (gnus-valid-select-methods): Fix type. | |
9060 * gnus-sum.el (gnus-summary-respool-default-method): Fix type. | |
9061 * gnus-score.el (gnus-orphan-score): Fix type. | |
9062 (gnus-score-default-header, gnus-score-default-type): Fix type. | |
9063 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type. | |
9064 (gnus-saved-headers): Fix type. | |
9065 | |
9066 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix): | |
9067 Avoid nil value of `two-lines-citation-part'. | |
9068 | |
9069 1998-09-30 Roman Belenov <roman@nstl.nnov.ru> | |
9070 | |
9071 * which-func.el (which-function): Handle case when | |
9072 (car imenu--index-alist) is nil. | |
9073 | |
9074 1998-09-29 Dave Love <fx@gnu.org> | |
9075 | |
9076 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from | |
9077 bzip2 args. | |
9078 | |
9079 1998-09-29 Simon Marshall <simon@gnu.org> | |
9080 | |
9081 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and | |
9082 comint-exec-hook. | |
9083 | |
9084 1998-09-29 Stephen Eglen <stephen@gnu.org> | |
9085 | |
9086 * info-look.el: Add support for Octave. | |
9087 | |
9088 1998-09-28 Carsten Dominik <cd@delysid.gnu.org> | |
9089 | |
9090 * textmodes/reftex.el (reftex-finding-files): New customize group. | |
9091 (reftex-texpath-environment-variables, | |
9092 reftex-use-external-file-finders, reftex-external-file-finders, | |
9093 reftex-search-unrecursed-path-first): New options. | |
9094 (reftex-process-string, reftex-find-file-externally): New | |
9095 functions. | |
9096 (reftex-access-search-path): Execute shell commands to find the | |
9097 search path. | |
9098 (reftex-toggle-auto-view-crossref): When turning on, make sure | |
9099 `reftex-auto-view-crossref' becomes non-nil. | |
9100 (reftex-abbrev-regexp): Constant removed. | |
9101 (reftex-convert-string): Abbrev regexp calculated locally. | |
9102 | |
9103 1998-09-28 Dave Love <fx@gnu.org> | |
9104 | |
9105 * progmodes/fortran.el: Don't call regexp-opt when deriving | |
9106 font-lock patterns with keywords that aren't all literal. | |
9107 | |
9108 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
9109 | |
9110 * octave-inf.el (inferior-octave-prompt): Also match prompts of | |
9111 the form `octave.bin:1>' which come from using precopiled binary | |
9112 versions. | |
9113 | |
9114 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
9115 | |
9116 * help.el (help-for-help): Use %THIS-KEY%. | |
9117 (help-quit): Add doc. | |
9118 | |
9119 * help-macro.el (make-help-screen): Keep HELP-TEXT | |
9120 in a separate function definition, not in the help command FNAME. | |
9121 Replace %THIS-KEY% with the key sequence that ran FNAME. | |
9122 | |
9123 1998-09-25 Richard Stallman <rms@gnu.org> | |
9124 | |
9125 * textmodes/texinfo.el (texinfo-show-structure): | |
9126 Bind inhibit-read-only. | |
9127 | |
9128 * isearch.el (isearch-search-and-update): Properly | |
9129 handle upper case letters in the reverse-search special case. | |
9130 | |
9131 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
9132 | |
9133 * gnus.el: Extend the list of autoloaded functions. | |
9134 | |
9135 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
9136 buffer before creating help group. (from Gnus v5.6.43, fix by | |
9137 1998-08-20 Per Starback <starback@update.uu.se>) | |
9138 | |
9139 * gnus-util.el (gnus-output-to-rmail): Adjust to | |
9140 `rmail-output-to-rmail-file'. | |
9141 | |
9142 1998-09-25 Karl Heuer <kwzh@gnu.org> | |
9143 | |
9144 * hexl.el (hexl-mode-map): More of previous change. | |
9145 | |
9146 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
9147 (tex-start-tex): Don't use tex-start-options-string in star case. | |
9148 Quote file name in star case as well as in non-star. | |
9149 Add blank and quoting of option string here. | |
9150 (tex-start-options-string): Not here. | |
9151 | |
9152 1998-09-23 Karl Heuer <kwzh@gnu.org> | |
9153 | |
9154 * term.el (term-delimiter-argument-list): Doc fix. | |
9155 (term-emulate-terminal): Escape literal semicolon. | |
9156 * progmodes/asm-mode.el (asm-mode): Doc fix. | |
9157 (asm-comment-char): Escape literal semicolon. | |
9158 * emulation/viper-cmd.el (viper-movement-commands): Likewise. | |
9159 | |
9160 1998-09-23 Richard Stallman <rms@gnu.org> | |
9161 | |
9162 * hexl.el (hexl-mode-map): Don't override all ESC bindings, | |
9163 only those that normally modify the buffer. | |
9164 | |
9165 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer | |
9166 over again. | |
9167 | |
9168 1998-09-23 E. Jay Berkenbilt <ejb@ql.org> | |
9169 | |
9170 * ispell.el (check-ispell-version): Ensure same buffer is current | |
9171 when let-binding of case-fold-search ends. | |
9172 | |
9173 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
9174 | |
9175 * ps-print.el: Skip invisible overlay. | |
9176 Test for set-buffer-multibyte rather than using mule-version. | |
9177 (ps-print-version): New version number (4.1) and doc fix. | |
9178 (ps-generate-postscript-with-faces): Skip invisible overlay. | |
9179 | |
9180 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu> | |
9181 | |
9182 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes. | |
9183 | |
9184 1998-09-22 Kenichi Handa <handa@etl.go.jp> | |
9185 | |
9186 * international/quail.el (quail-update-guidance): Check for the | |
9187 return value of (quail-guidance) fixed. | |
9188 (quail-update-translation): Bind quail-current-str locally when it | |
9189 calls quail-update-guidance. | |
9190 (quail-update-translation): If input-method-exit-on-first-char is | |
9191 non-nil, terminate translation only when the current input method | |
9192 is simple. | |
9193 | |
9194 1998-09-22 Paul Eggert <eggert@twinsun.com> | |
9195 | |
9196 * startup.el (locale-translation-file-name): Prefer X-related names | |
9197 to the name used by GNU/Linux sans X. Set to nil if no file found. | |
9198 (command-line): Use locale-translation-file-name if it is not nil, | |
9199 instead of testing for its existence again. | |
9200 regexp-quote the ctype before using it in a regexp. | |
9201 Allow a colon to appear after the ctype in the aliases file, | |
9202 as is done in X11R6.4. | |
9203 | |
9204 1998-09-21 Richard Stallman <rms@gnu.org> | |
9205 | |
9206 * mail/rmail.el (rmail-resend): Work properly if invoked from summary. | |
9207 | |
9208 * calendar/appt.el (appt-interval): Variable deleted. | |
9209 (appt-check): For minutes in between appt-display-interval times, | |
9210 do check, but don't display anything except an updated mode line. | |
9211 Count against appt-display-interval based on minutes since | |
9212 first display of this appointment, not based on time of day. | |
9213 If appt-display-mode-line, force mode line redisplay | |
9214 whenever appt-mode-string has changed. | |
9215 (appt-add, appt-delete): Add autoload cookies. | |
9216 (appt-check): Catch errors from calling `diary'. | |
9217 (appt-max-time): Renamed from max-time. | |
9218 (appt-now-displayed, appt-display-count): New variables. | |
9219 (appt-timer): Don't create one if we already have one. | |
9220 | |
9221 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
9222 More general code to use the source buffer instead of the zap file. | |
9223 | |
9224 * hilit-chg.el (highlight-compare-with-file): Renamed from | |
9225 compare-with-file. | |
9226 | |
9227 * loadhist.el (load-history-loaded): New variable. | |
9228 (symbol-file): Load etc/fns-VERSION.el if that has not been done. | |
9229 | |
9230 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it. | |
9231 | |
9232 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
9233 Fix error messages. | |
9234 | |
9235 1998-09-21 Markus Armbruster <armbru@pond.sub.org> | |
9236 | |
9237 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an | |
9238 Emacs frame. | |
9239 | |
9240 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
9241 | |
9242 * mail/rmail.el (rmail-decode-babyl-format): Recognize both | |
9243 `undecided' and `undecided-unix'. | |
9244 | |
9245 1998-09-21 Dave Love <fx@gnu.org> | |
9246 | |
9247 * help.el (help-make-xrefs): Fix typo affecting Info references. | |
9248 | |
9249 * subr.el (remove-hook): Check list values to avoid errors. | |
9250 | |
9251 1998-09-18 Noah Friedman <friedman@splode.com> | |
9252 | |
9253 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and | |
9254 store string in eldoc-last-message without consing a new string. | |
9255 Rearrange logic from nested if's into cond's. | |
9256 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string. | |
9257 Do not print message; just return string. | |
9258 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring. | |
9259 Do not print message; just return string. | |
9260 Cache that string in eldoc-last-data. | |
9261 (eldoc-last-data): Make into a vector. | |
9262 (eldoc-get-fnsym-args-string): Use new data form of structure. | |
9263 (eldoc-get-var-docstring): Here also. | |
9264 (eldoc-last-data-store): New function. | |
9265 (eldoc-get-fnsym-args-string): Use it. | |
9266 (eldoc-get-var-docstring): Here also. | |
9267 (eldoc-docstring-first-line): Minimize interim string consing. | |
9268 Call substitute-command-keys on the result. | |
9269 (eldoc-print-var-docstrings, eldoc-print-docstring, | |
9270 eldoc-docstring-message): Functions removed. | |
9271 (eldoc-docstring-format-sym-doc): New function, functionality | |
9272 ripped out of eldoc-docstring-message. | |
9273 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it. | |
9274 | |
9275 1998-09-18 Kenichi Handa <handa@etl.go.jp> | |
9276 | |
9277 * international/mule.el (make-coding-system): Doc-string modified. | |
9278 | |
9279 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org> | |
9280 | |
9281 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type. | |
9282 | |
9283 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix | |
9284 customize type. | |
9285 | |
9286 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize | |
9287 type. | |
9288 | |
9289 * progmodes/compile.el (compilation-error-screen-columns): New | |
9290 variable. | |
9291 (compilation-next-error-locus): Use it to decide whether to use | |
9292 forward-char or move-to-column. | |
9293 | |
9294 * mail/rmail.el (rmail-movemail-program): Fix customize type. | |
9295 | |
9296 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage, | |
9297 feedmail-fiddle-plex-user-list, | |
9298 feedmail-spray-address-fiddle-plex-list, | |
9299 feedmail-prompt-before-queue-user-alist, | |
9300 feedmail-prompt-before-queue-help-supplement, | |
9301 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug, | |
9302 feedmail-queue-alternative-mail-header-separator): Fix customize | |
9303 type. | |
9304 | |
9305 * startup.el (site-run-file): Fix customize type. | |
9306 | |
9307 * speedbar.el (speedbar-initial-expansion-list-name): Fix | |
9308 customize type. | |
9309 | |
9310 * shell.el (shell-input-autoexpand): Fix customize type. | |
9311 | |
9312 * ps-print.el (ps-font-info-database): Add missing dots in value. | |
9313 Improve layout of customize type. | |
9314 | |
9315 * net-utils.el (traceroute-program-options, ping-program-options, | |
9316 ipconfig-program-options, netstat-program-options, | |
9317 arp-program-options, route-program-options, | |
9318 nslookup-program-options, ftp-program-options): Fix customize | |
9319 type. | |
9320 | |
9321 * midnight.el (clean-buffer-list-kill-regexps, | |
9322 clean-buffer-list-kill-buffer-names, | |
9323 clean-buffer-list-kill-never-buffer-names, | |
9324 clean-buffer-list-kill-never-regexps): Fix customize type. | |
9325 | |
9326 * man.el (Man-init-defvars): Avoid trailing nil on | |
9327 Man-filter-list. | |
9328 | |
9329 * lpr.el (printer-name): Fix customize type. | |
9330 | |
9331 1998-09-16 Kenichi Handa <handa@etl.go.jp> | |
9332 | |
9333 * international/mule-cmds.el (reset-language-environment): Call | |
9334 update-coding-systems-internal. | |
9335 | |
9336 * international/mule-conf.el: Call update-coding-systems-internal | |
9337 at the tail. | |
9338 | |
9339 1998-09-14 Dave Love <fx@gnu.org> | |
9340 | |
9341 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't | |
9342 use the menu-enable properties, pending doing it correctly and | |
9343 acceptably fast. | |
9344 | |
9345 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text. | |
9346 | |
9347 1998-09-13 Dave Love <d.love@dl.ac.uk> | |
9348 | |
9349 * progmodes/hideshow.el (hs-grok-mode-type): Check | |
9350 comment-{start,end} non-nil as well as bound. Report an error if | |
9351 we can't grok the mode. | |
9352 | |
9353 1998-09-13 Richard Stallman <rms@gnu.org> | |
9354 | |
9355 * simple.el (blink-matching-open): Don't log paren matching | |
9356 messages in *Messages*. | |
9357 | |
9358 1998-09-12 Richard Stallman <rms@gnu.org> | |
9359 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
9360 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up): |
25837 | 9361 Set point-before-scroll at end even if there was an error. |
9362 | |
9363 * ange-ftp.el (ange-ftp-insert-file-contents): | |
9364 Use binary mode for dumb-unix hosts as for unix hosts. | |
9365 (ange-ftp-copy-file-internal): Likewise. | |
9366 | |
9367 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
9368 | |
9369 * emacs-lisp/pp.el: Doc fixes. | |
9370 | |
9371 * wid-edit.el (widget-menu-max-shortcuts): New variable. | |
9372 (widget-choose): Don't use single-char shortcuts if # items | |
9373 exceeds that many. Use minibuffer instead. | |
9374 | |
9375 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
9376 | |
9377 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg. | |
9378 | |
9379 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org> | |
9380 | |
9381 * speedbar.el (speedbar-frame-mode): Do not set frame position if | |
9382 in terminal mode. | |
9383 | |
9384 1998-09-10 Noah Friedman <friedman@splode.com> | |
9385 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
9386 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from |
25837 | 9387 defcustom declaration. It's wreaking too much havoc with XEmacs |
9388 and older versions of Emacs, which share this code. | |
9389 | |
9390 * type-break.el (type-break-mode): Here also. | |
9391 | |
9392 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg | |
9393 `t' to add-hook also to modify the new local value. | |
9394 | |
9395 1998-09-10 Dave Love <fx@gnu.org> | |
9396 | |
9397 * vc.el (vc-insert-headers): Doc fix. | |
9398 | |
9399 1998-09-10 Richard Stallman <rms@gnu.org> | |
9400 | |
9401 * textmodes/flyspell.el (flyspell-mode-on): Make the | |
9402 ispell-... variables permanent locals. | |
9403 (flyspell-mode-off): Add autoload cookie. | |
9404 | |
9405 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host, | |
9406 do use binary mode, just as for `unix'. | |
9407 (ange-ftp-host-type): If HOST is nil, return `unix'. | |
9408 | |
9409 * dired.el (dired-mark-files-containing-regexp): | |
9410 Don't scan directories. Ignore non-readable files. | |
9411 | |
9412 * progmodes/compile.el (compilation-error-regexp-alist): | |
9413 Fix previous change: allow . and _ in command name. | |
9414 | |
9415 * dired.el (dired-mark-files-containing-regexp): Fix previous change. | |
9416 | |
9417 * uncompress.el (uncompress-while-visiting): | |
9418 Use just the car of what find-operation-coding-system returns. | |
9419 | |
9420 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename. | |
9421 | |
9422 * shell.el (shell-file-name-quote-list): Add # to the value. | |
9423 | |
9424 1998-09-10 E. Jay Berkenbilt <ejb@ql.org> | |
9425 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
9426 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook |
25837 | 9427 to make killing of ispell process work even if |
9428 kill-all-local-variables has been run. | |
9429 | |
9430 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
9431 | |
9432 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite | |
9433 loop when sexp entry ends at end of file with no newline. | |
9434 | |
9435 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
9436 | |
9437 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved) | |
9438 (Custom-reset-standard): Fix menu inconsistency. | |
9439 | |
9440 * mail/feedmail.el (feedmail-from-line): Allow t. | |
9441 (feedmail-message-id-suffix): Allow nil. | |
9442 | |
9443 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
9444 Simplify. Make prefix arg work right. | |
9445 | |
9446 1998-09-09 Dave Love <fx@gnu.org> | |
9447 | |
9448 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
9449 | |
9450 * help.el (help-xref-interned): Bind inhibit-read-only when inserting. | |
9451 | |
9452 1998-09-08 Dave Love <fx@gnu.org> | |
9453 | |
9454 * add-log.el (change-log-font-lock-keywords): Do parenthesized | |
9455 stuff only after file names or at start of line. Allow parens | |
9456 around e-mail, as well as angles. | |
9457 | |
9458 * gnus/nnweb.el (require): Wrap requirement of w3 and url in | |
9459 ignore-errors too, eval'd when compile. Require w3 stuff at load | |
9460 time for nicer failure if it's not available. | |
9461 | |
9462 1998-09-07 Geoff Voelker <voelker@cs.washington.edu> | |
9463 | |
9464 * comint.el (comint-arguments): Ignore backslashes when using | |
9465 w32 shells that expect backslashes as the directory separator. | |
9466 | |
9467 1998-09-04 Kenichi Handa <handa@etl.go.jp> | |
9468 | |
9469 * international/fontset.el (resolved-ascii-font): New variable. | |
9470 (x-complement-fontset-spec): By side effect, set | |
9471 `resolved-ascii-font' to the resolved name of ASCII font." | |
9472 (create-fontset-from-fontset-spec): Don't get a value for | |
9473 resolved-ascii-font from the list full-fontlist. It is set by | |
9474 x-complement-fontset-spec now. | |
9475 | |
9476 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
9477 version, check the value of mule-version. | |
9478 | |
9479 1998-09-07 Carsten Dominik <cd@delysid.gnu.org> | |
9480 | |
9481 * textmodes/reftex.el (reftex-view-crossref): Split up into | |
9482 several functions. No longer moves to find a macro. | |
9483 (reftex-view-cr-cite, reftex-view-cr-ref, | |
9484 reftex-end-of-bib-entry): New functions. | |
9485 (reftex-auto-view-crossref): New value `window' allowed. | |
9486 (reftex-view-crossref-when-idle): Process new `window' option in | |
9487 (reftex-translate-to-ascii-function): New default. | |
9488 (reftex-label-illegal-re): Default changed, removed Latin1. | |
9489 (reftex-latin1-to-ascii): New function. | |
9490 (reftex-what-environment): Check for section regexp before use. | |
9491 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with | |
9492 absolute path names. | |
9493 (reftex-TeX-master-file): Changed sequence of file checks. | |
9494 (reftex-do-citation): bibview cache only with RefTeX mode on. | |
9495 | |
9496 1998-09-06 Richard Stallman <rms@gnu.org> | |
9497 | |
9498 * progmodes/compile.el (compilation-error-regexp-alist): | |
9499 In first pattern (GNU utilities and other things), | |
9500 allow a space after the optional program name at the beginning. | |
9501 | |
9502 * mail/mail-hist.el (mail-hist-current-header-contents): | |
9503 Fix previous change: use mail-header-end. | |
9504 | |
9505 1998-09-06 Bill Richter <richter@math.nwu.edu> | |
9506 | |
9507 * international/ccl.el: Doc fixes. | |
9508 * international/encoded-kb.el: Doc fixes. | |
9509 * international/fontset.el: Doc fixes. | |
9510 * international/kinsoku.el: Doc fixes. | |
9511 * international/kkc.el: Doc fixes. | |
9512 * international/mule-cmds.el: Doc fixes. | |
9513 * international/mule-conf.el: Doc fixes. | |
9514 * international/mule-util.el: Doc fixes. | |
9515 * international/mule.el: Doc fixes. | |
9516 | |
9517 1998-09-05 Eric Ludlam <zappo@gnu.org> | |
9518 | |
9519 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function. | |
9520 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'. | |
9521 (checkdoc-this-string-valid-engine): Permit ? as terminating | |
9522 punctuation for first line sentence breaking. | |
9523 (checkdoc-this-string-valid): When converting a comment into a doc | |
9524 string, make sure " chars are \". | |
9525 (checkdoc-sentencespace-region-engine): Only do double space check | |
9526 if based on the variable `sentence-end-double-space' | |
9527 (checkdoc-this-string-valid-engine): ? ends valid sentence. | |
9528 (checkdoc-proper-noun-region-engine): Exclude items in URLs | |
9529 | |
9530 1998-09-04 Richard Stallman <rms@gnu.org> | |
9531 | |
9532 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): | |
9533 Recognize define-skeleton as a function definer. | |
9534 | |
9535 * cus-edit.el (customize-option): Refuse to customize | |
9536 a variable that has no defcustom. But if variable is autoloaded, | |
9537 first try to load the library that defines it. | |
9538 | |
9539 * international/iso-insert.el: Use `string' before calling `insert' | |
9540 so that in multibyte buffers we insert multibyte chars. | |
9541 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
9542 * dired.el (dired-mark-files-containing-regexp): |
25837 | 9543 Don't use find-file; instead, insert the file in a temp buffer. |
9544 | |
9545 * textmodes/tex-mode.el (tex-start-options-string): New option. | |
9546 (tex-start-tex): Use that variable. | |
9547 | |
9548 * mail/rmail.el (rmail-primary-inbox-list): Make the initial | |
9549 value in the `repeat' alternative a list. | |
9550 | |
9551 * textmodes/fill.el (fill-individual-paragraphs): Before deleting | |
9552 the inserted newline, verify that one was really inserted. | |
9553 | |
9554 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode | |
9555 remains on or remains off. | |
9556 (flyspell-multi-language-p): Default changed to nil. | |
9557 | |
9558 * progmodes/ada-mode.el (ada-search-ignore-string-comment): | |
9559 In "found in comment" case, don't beginning-of-line after forward-line. | |
9560 | |
9561 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): | |
9562 If the function definition is not a lambda, return original FORM | |
9563 with no error. | |
9564 | |
9565 1998-09-04 Peter Breton <pbreton@ne.mediaone.net> | |
9566 | |
9567 * net-utils.el (netstat-program-options): Changed from nil to "-a" | |
9568 so that by default netstat shows all network connections. | |
9569 | |
9570 1998-09-04 Bob Weiner <weiner@altrasoft.com> | |
9571 | |
9572 * international/quail.el: Doc fixes. | |
9573 | |
9574 * info.el (info): Don't add parens if FILE already has them. | |
9575 | |
9576 1998-09-04 Geoff Voelker <voelker@cs.washington.edu> | |
9577 | |
9578 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word | |
9579 on extension lines. | |
9580 | |
9581 1998-09-03 Geoff Voelker <voelker@cs.washington.edu> | |
9582 | |
9583 * w32-fns.el (w32-shell-dos-semantics): New function. | |
9584 | |
9585 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu> | |
9586 | |
9587 * international/quail.el (quail-choose-completion-string): Store | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
9588 completion `choice' in `quail-current-str'; don't insert it. |
25837 | 9589 |
9590 1998-09-02 Kenichi Handa <handa@etl.go.jp> | |
9591 | |
9592 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH | |
9593 argument to ps-mule-generate-bitmap-font. | |
9594 | |
9595 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII | |
9596 entry and change Latin-1 entry in the default value. | |
9597 (ps-mule-font-info-database-ps-bdf): New variable. | |
9598 (ccl-encode-ethio-unicode): Bug of CCL code fixed. | |
9599 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function | |
9600 registerd in FONT-SPEC. | |
9601 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct | |
9602 charcter width of bitmap fonts. | |
9603 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript | |
9604 procedure NF. | |
9605 (ps-begin-file): Output PostScript code for setting | |
9606 SpaceWidthRatio. | |
9607 (ps-plot-region): Use line-beginning-position to get a position of | |
9608 the beginning of the current line. | |
9609 | |
9610 * international/mule-cmds.el (register-input-method): Doc-string | |
9611 modified. | |
9612 | |
9613 1998-09-01 Dave Love <fx@gnu.org> | |
9614 | |
9615 * international/mule-cmds.el (current-language-environment): Fix | |
9616 setter function. | |
9617 | |
9618 1998-09-01 Simon Marshall <simon@gnu.org> | |
9619 | |
9620 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite. | |
9621 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately. | |
9622 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class | |
9623 names with font-lock-type-face. Fontify type specs, etc., with | |
9624 font-lock-keyword-face. | |
9625 | |
9626 1998-08-31 Kenichi Handa <handa@etl.go.jp> | |
9627 | |
9628 * international/fontset.el (x-complement-fontset-spec): If ASCII | |
9629 font is specified in FONTLIST, don't substitute it for the | |
9630 resolved name. | |
9631 | |
9632 1998-08-31 Paul Eggert <eggert@twinsun.com> | |
9633 | |
9634 * international/mule.el (charset-description): Doc fix. | |
9635 | |
9636 * language/chinese.el, language/cyrillic.el, language/czech.el, | |
9637 language/devanagari.el, language/ethiopic.el, | |
9638 language/european.el, language/hebrew.el, language/indian.el, | |
9639 language/japanese.el, language/korean.el, language/lao.el, | |
9640 language/slovak.el, language/thai.el, language/tibetan.el, | |
9641 language/vietnamese.el: | |
9642 Add coding: local variable, to avoid bootstrapping problem | |
9643 if you need to recompile all the Lisp files using interpreted code. | |
9644 | |
9645 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
9646 | |
9647 * cal-china.el (chinese-year-cache): Change range of years from | |
9648 1989-2000 to 1990-2010. | |
9649 | |
9650 1998-08-29 Dave Love <d.love@dl.ac.uk> | |
9651 | |
9652 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie. | |
9653 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined. | |
9654 | |
9655 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
9656 | |
9657 * ps-print.el (ps-print-control-characters): Doc-string modified. | |
9658 (ps-output-string-prim): Comment format changed. | |
9659 (ps-do-despool): Indentation of source code changed. | |
9660 | |
9661 1998-08-28 Kenichi Handa <handa@etl.go.jp> | |
9662 | |
9663 * subr.el (sref): Make it an alias of aref. Make the | |
9664 byte-compiler warn that it is obsolete. | |
9665 (char-bytes): Make the byte-compiler warn that it is obsolete. | |
9666 | |
9667 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment): | |
9668 Calculate the total bytes using position-bytes instead of | |
9669 char-bytes. | |
9670 | |
9671 1998-08-27 Karl Heuer <kwzh@gnu.org> | |
9672 | |
9673 * snmp-mode.el: New file. | |
9674 * files.el (auto-mode-alist): Add snmp-mode patterns. | |
9675 | |
9676 1998-08-27 Karl Eichwalder <ke@suse.de> | |
9677 | |
9678 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'. | |
9679 | |
9680 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
9681 | |
9682 * calendar/diary-lib.el (diary-block): Doc fix.. | |
9683 * calendar/calendar.el (diary-list-include-blanks): Doc fix.. | |
9684 | |
9685 1998-08-27 Richard Stallman <rms@gnu.org> | |
9686 | |
9687 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp. | |
9688 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space. | |
9689 Clear appt-mode-string if we don't put something in it. | |
9690 | |
9691 1998-08-27 Dave Love <fx@gnu.org> | |
9692 | |
9693 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking | |
9694 dired-local-variables-file for dired-x. | |
9695 | |
9696 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look | |
9697 for compressed library files too. | |
9698 | |
9699 1998-08-26 Kenichi Handa <handa@etl.go.jp> | |
9700 | |
9701 * language/european.el ("Latin-1"): Modify `documentation' key value. | |
9702 ("Latin-2"): Likewise. | |
9703 | |
9704 1998-08-26 Karl Heuer <kwzh@gnu.org> | |
9705 | |
9706 * dired-x.el (dired-guess-shell-alist-default): Fix regexp. | |
9707 | |
9708 1998-08-26 Albert L. Ting <alt@artisan.com> | |
9709 | |
9710 * mail/mail-hist.el (mail-hist-current-header-name): Fix test. | |
9711 (mail-hist-current-header-contents): Use mail-text-start. | |
9712 | |
9713 1998-08-26 Richard Stallman <rms@gnu.org> | |
9714 | |
9715 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2. | |
9716 (customize-changed-options-previous-release): New variable. | |
9717 (customize-changed-options): Use that variable as default arg. | |
9718 | |
9719 1998-08-26 Karl Eichwalder <ke@suse.de> | |
9720 | |
9721 * midnight.el: Require `timer' not only when compiling. | |
9722 | |
9723 1998-08-26 Per Starback <starback@update.uu.se> | |
9724 | |
9725 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
9726 buffer before creating help group. | |
9727 | |
9728 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9729 | |
9730 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind | |
9731 coding-system-for-write before saving. | |
9732 | |
9733 1998-08-26 Kevin Rodgers <kevinr@ihs.com> | |
9734 | |
9735 * isearch.el (isearch-forward): Doc fix. | |
9736 | |
9737 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org> | |
9738 | |
9739 * emacs-lisp/find-func.el: Fix :version tags to have a string | |
9740 value, not a float. | |
9741 | |
9742 * cus-dep.el: Fix typo in output. | |
9743 | |
9744 1998-08-25 Dave Love <fx@gnu.org> | |
9745 | |
9746 * repeat.el (repeat): Doc fix. | |
9747 [From rms:] | |
9748 (repeat-previous-repeated-command): New variable. | |
9749 (repeat): Check for real-last-command being null or repeat. Set | |
9750 repeat-previous-repeated-command. | |
9751 | |
9752 * browse-url.el (browse-url-netscape): Fix format for hex escapes. | |
9753 | |
9754 1998-08-25 Kenichi Handa <handa@etl.go.jp> | |
9755 | |
9756 * gnus/message.el (message-send-mail-with-sendmail): Bind | |
9757 coding-system-for-write by the return value of | |
9758 select-message-coding-system. | |
9759 (message-send-mail-with-qmail): Likewise. | |
9760 | |
9761 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org> | |
9762 | |
9763 * emacs-lisp/autoload.el: Fix doc-string-elt property on | |
9764 define-derived-mode. | |
9765 | |
9766 * files.el (file-name-invalid-regexp): | |
9767 Fix regex for ms-dos without long file names. | |
9768 | |
9769 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
9770 | |
9771 * ps-print.el: Multi-byte buffer handling. | |
9772 (ps-print-version): New version number (4.0) and doc fix. | |
9773 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional | |
9774 compilation for GNU Emacs and emacsens. | |
9775 (ps-generate-postscript-with-faces): Force invisible text to be | |
9776 visible. | |
9777 (dos-ps-printer): New var to avoid compilation gripes. | |
9778 | |
9779 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
9780 | |
9781 * ps-print.el (ps-mule-plot-string): Pay attention to the case | |
9782 that no more characters can't be printed in the current line. | |
9783 | |
9784 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
9785 | |
9786 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be | |
9787 greater than TO. | |
9788 | |
9789 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
9790 | |
9791 * ps-print.el: Add codes to make ps-print.el work also on Emacs | |
9792 20.2 and the earlier version. | |
9793 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2. | |
9794 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise. | |
9795 (ps-mule-find-wrappoint): Likewise. | |
9796 (ps-mule-generate-font): Change `X' to `x' in format | |
9797 control-string. | |
9798 (ps-generate): Call ps-mule-begin before calling ps-begin-job. | |
9799 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and | |
9800 `restore' form procedures `BC' and `EC'. | |
9801 | |
9802 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
9803 | |
9804 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox | |
9805 is an executable procedure. Make LineThickness, Xshadow, and | |
9806 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc. | |
9807 (ps-mule-font-info-database, ps-mule-font-info-database-ps, | |
9808 ps-mule-font-info-database-bdf): New vars. | |
9809 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs. | |
9810 (ccl-encode-ethio-unicode): New CCL program. | |
9811 (ps-mule-encode-ethiopic): New fun. | |
9812 (ps-mule-current-charset): New var. | |
9813 (ps-mule-get-font-spec, ps-mule-font-spec-src, | |
9814 ps-mule-font-spec-name, ps-mule-font-spec-encoding, | |
9815 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs. | |
9816 (ps-mule-external-libraries): New var. | |
9817 (ps-mule-init-external-library): New fun. | |
9818 (ps-mule-font-cache): New var. | |
9819 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs. | |
9820 (ps-last-font): New var. | |
9821 (ps-mule-prepare-font): New fun. | |
9822 (ps-mule-charset-list): New var. | |
9823 (ps-mule-prologue-generated, ps-mule-prologue): New vars. | |
9824 (ps-mule-skip-same-charset, ps-mule-find-wrappoint, | |
9825 ps-mule-plot-string): New funs. | |
9826 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue): | |
9827 New vars. | |
9828 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar, | |
9829 ps-mule-prepare-cmpchar-font): New funs. | |
9830 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New | |
9831 vars. | |
9832 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font, | |
9833 ps-mule-generate-bitmap-glyph): New funs. | |
9834 (ps-mule-initialize, ps-mule-begin): New funs. | |
9835 (ps-output-string-prim): Insert string as unibyte. | |
9836 (ps-output-prologue): New fun. | |
9837 (ps-flush-output): Handle the case of 'prologue. | |
9838 (ps-begin-file): Call ps-mule-initialize. | |
9839 (ps-begin-job): Set ps-control-or-escape-regexp differently if | |
9840 printing multibyte characters. | |
9841 (ps-begin-page): Set ps-mule-current-charset to 'ascii. | |
9842 (ps-basic-plot-string): Handle the case of printing ASCII | |
9843 characters by external libraries (e.g. BDF). | |
9844 (ps-set-font): Set ps-last-font. | |
9845 (ps-plot-region): Handle multibyte characters, use | |
9846 ps-mule-plot-string for them. | |
9847 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin. | |
9848 | |
9849 * bdf.el: New file. | |
9850 | |
9851 1998-08-23 Kenichi HANDA <handa@etl.go.jp> | |
9852 | |
9853 * international/mule-cmds.el (select-message-coding-system): New | |
9854 function. | |
9855 (set-language-environment-coding-systems): Set | |
9856 default-sendmail-coding-system. | |
9857 | |
9858 * mail/sendmail.el (sendmail-coding-system): Doc-string modified. | |
9859 (default-sendmail-coding-system): New variable. | |
9860 (sendmail-send-it): Encode the message by a coding system | |
9861 select-message-coding-system returns. | |
9862 | |
9863 1998-08-23 Eric Ludlam <zappo@gnu.org> | |
9864 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
9865 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'. |
25837 | 9866 (speedbar-mode): Set buffer to read only. |
9867 (speedbar-temp-buffer-show-function): For emacs don't call hook | |
9868 with arguments. | |
9869 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable. | |
9870 | |
9871 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu> | |
9872 | |
9873 * speedbar.el (speedbar-key-map): Fix typo. | |
9874 | |
9875 See ChangeLog.7 for earlier changes. |