Mercurial > emacs
annotate lisp/ChangeLog @ 27063:e5d4464b5b3d
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 31 Dec 1999 23:40:48 +0000 |
parents | 6bb2a4a0413e |
children | 3ddce8cdf615 |
rev | line source |
---|---|
27063
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
1 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
2 |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
3 * echistory.el (electric-command-history): Call Command-history-setup |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
4 and command-history-mode using their new conventions. |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
5 |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
6 * chistory.el (Command-history-setup): Don't switch buffers. Take |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
7 no args, and do not set major-mode, mode-name or the local map. |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
8 (command-history-mode): New function, does some of those things |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
9 Command-history-setup used to do. |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
10 (list-command-history): Call command-history-mode, not |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
11 Command-history-setup. |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
12 (command-history): Renamed from command-history-mode. |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
13 |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
14 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
15 |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
16 * arc-mode.el (archive-mode-map): Bind q to quit-window. |
e5d4464b5b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27059
diff
changeset
|
17 |
27059
6bb2a4a0413e
* image.el (defimage): Images with the :data keyword should be considered valid as well.
William M. Perry <wmperry@aventail.com>
parents:
27052
diff
changeset
|
18 1999-12-31 William M. Perry <wmperry@aventail.com> |
6bb2a4a0413e
* image.el (defimage): Images with the :data keyword should be considered valid as well.
William M. Perry <wmperry@aventail.com>
parents:
27052
diff
changeset
|
19 |
6bb2a4a0413e
* image.el (defimage): Images with the :data keyword should be considered valid as well.
William M. Perry <wmperry@aventail.com>
parents:
27052
diff
changeset
|
20 * image.el (defimage): Images with the `:data' keyword should be |
6bb2a4a0413e
* image.el (defimage): Images with the :data keyword should be considered valid as well.
William M. Perry <wmperry@aventail.com>
parents:
27052
diff
changeset
|
21 considered valid as well. |
6bb2a4a0413e
* image.el (defimage): Images with the :data keyword should be considered valid as well.
William M. Perry <wmperry@aventail.com>
parents:
27052
diff
changeset
|
22 |
27052
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
23 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
24 |
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
25 * dired.el (dired-get-filename): Don't call file-name-absolute-p |
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
26 with FILE if FILE is nil. |
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
27 |
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
28 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
29 |
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
30 * simple.el (choose-completion-string): In minibuffer, |
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
31 do not delete the prompt string. |
d07fe9e943a0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27049
diff
changeset
|
32 |
27044 | 33 1999-12-30 Gerd Moellmann <gerd@gnu.org> |
34 | |
27049 | 35 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap |
36 assigned to mode-line-mode-menu because bindings.el is dumped with | |
37 Emacs, and thus the lists used for menu-item definition will be | |
38 copied to pure space. Emacs' menu code (parse_menu_item) doesn't | |
39 like pure menu item definitions. | |
40 | |
27044 | 41 * expand.el (expand-abbrev-hook): Return t if expansion was |
42 done, nil otherwise. | |
43 | |
27036
4f6a80a0f1ba
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27030
diff
changeset
|
44 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
|
45 |
4f6a80a0f1ba
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27030
diff
changeset
|
46 * 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
|
47 (tar-quit): Function deleted. |
4f6a80a0f1ba
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27030
diff
changeset
|
48 |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
49 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
|
50 |
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
51 * 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
|
52 was used but not declared. |
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
53 |
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
54 (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
|
55 hs-find-block-beginning): Add or modify docstrings. |
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
56 |
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
57 (hs-isearch-show): Rewrite. |
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
58 |
27022 | 59 1999-12-28 Gerd Moellmann <gerd@gnu.org> |
60 | |
27024 | 61 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer. |
62 | |
27022 | 63 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white |
64 space in front of a C-style comment end. | |
65 | |
27020
a7feebdd964d
(command-line-1): Make mode line mouse-sensitive for
Eli Zaretskii <eliz@gnu.org>
parents:
27016
diff
changeset
|
66 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
|
67 |
a7feebdd964d
(command-line-1): Make mode line mouse-sensitive for
Eli Zaretskii <eliz@gnu.org>
parents:
27016
diff
changeset
|
68 * 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
|
69 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
|
70 |
27016 | 71 1999-12-28 Gerd Moellmann <gerd@gnu.org> |
72 | |
73 * bs.el: New file. | |
74 | |
27010
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
75 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
|
76 |
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
77 * textmodes/ispell.el (ispell-process-line): |
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
78 Add local var line-offset to adjust for the change |
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
79 in positions within the line, due to previous replacements. |
4be26de6d837
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27008
diff
changeset
|
80 |
27008
42410fba715f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27004
diff
changeset
|
81 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
|
82 |
42410fba715f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27004
diff
changeset
|
83 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region): |
42410fba715f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27004
diff
changeset
|
84 Doc fixes. |
42410fba715f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27004
diff
changeset
|
85 |
27004 | 86 1999-12-27 Gerd Moellmann <gerd@gnu.org> |
87 | |
88 * add-log.el (change-log-version-number-regexp-list) | |
89 (change-log-version-info-enabled): Change :version to 21.1. | |
90 (toplevel): Require CL when compiling. | |
91 | |
92 1999-12-27 Jari Aalto <jari.aalto@poboxes.com> | |
93 | |
94 * add-log.el (change-log-version-number-regexp-list): Added tag | |
95 :version 20.6 | |
96 (change-log-version-info-enabled): Added tag :version 20.6 | |
97 | |
98 1999-12-27 Jari Aalto <jari.aalto@poboxes.com> | |
99 | |
100 * add-log.el: More general version number search with | |
101 user-configurable regexp list. | |
102 (change-log-version-number-regexp-list): New user variable. | |
103 (change-log-find-version): Rewritten. Use user-configurable | |
104 version numbering regexp list | |
105 change-log-version-number-regexp-list. | |
106 (change-log-find-version): Renamed to | |
107 change-log-version-number-search | |
108 (add-log-file-name-function): New. | |
109 (change-log-search-vc-number): Added END paramaeter. Added doc | |
110 string to function. | |
111 (change-log-version-rcs): Renamed. Was | |
112 change-log-search-vc-number. | |
113 | |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
114 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
|
115 |
27026
73a296c0e1ce
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27025
diff
changeset
|
116 * progmodes/compile.el (compilation-goto-locus): Delete hideshow |
73a296c0e1ce
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27025
diff
changeset
|
117 overlays if they interfere. |
73a296c0e1ce
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27025
diff
changeset
|
118 (compilation-find-file): Make intangible overlays tangible. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
119 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
120 * progmodes/hideshow.el: Generally, synch w/ maintainer |
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
121 version 5.9. |
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
122 |
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
123 (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
|
124 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
125 (hs-minor-mode-hook): Don't initialize. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
126 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
127 (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
|
128 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
129 (hs-minor-mode-prefix): Delete unused var. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
130 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
131 (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
|
132 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
133 (hs-headline): New var. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
134 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
135 (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
|
136 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
137 (hs-hide-comment-region): New func. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
138 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
139 (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
|
140 hs-safety-is-job-n, hs-hide-initial-comment-block, |
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
141 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
|
142 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
|
143 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
|
144 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
|
145 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
|
146 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
147 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'. |
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
148 (hs-isearch-show-temporary): New funcs. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
149 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
150 (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
|
151 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
152 (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
|
153 |
27025
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
154 When constructing menu, use `[(shift button2)]' notation. |
bce3fa1b29a9
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27024
diff
changeset
|
155 |
26988
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
156 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
|
157 |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
158 * 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
|
159 (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
|
160 (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
|
161 already compressed. |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
162 |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
163 * jka-compr.el (jka-compr-really-do-compress): New variable. |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
164 (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
|
165 if visiting. |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
166 (jka-compr-write-region): Set jka-compr-really-do-compress |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
167 if visiting. Test it when deciding to compress. |
ff9ca67c73cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26971
diff
changeset
|
168 |
26971 | 169 1999-12-22 Gerd Moellmann <gerd@gnu.org> |
170 | |
171 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell | |
172 with third argument t. | |
173 | |
26966 | 174 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com> |
175 | |
176 * antlr-mode.el: Version 1.2 is released. | |
177 (antlr): This package has a web page. | |
178 | |
179 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com> | |
180 | |
181 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting | |
182 regions. Suggested by Dale Davis <Dale_Davis@securify.com>. | |
183 (antlr-mode-map): New binding [C-c C-c]. | |
184 (antlr-mode-menu): New entries. | |
185 | |
186 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com> | |
187 | |
188 * antlr-mode.el: Respect Emacs conventions. | |
189 ((require 'cl)): Only use during compilation. | |
190 (antlr-language-for-option): New function to avoid using `find'. | |
191 (antlr-mode): Use it. | |
192 (antlr-with-syntax-table): Define new instead using XEmacs' one. | |
193 (antlr-imenu-create-index-function): Change accordingly. | |
194 (antlr-inside-rule-p): Ditto. | |
195 (antlr-end-of-rule): Ditto. | |
196 (antlr-end-of-body): Ditto. | |
197 (antlr-beginning-of-rule): Ditto. | |
198 (antlr-indent-line): Ditto. | |
199 | |
200 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com> | |
201 | |
202 * antlr-mode.el: Really use `antlr-tab-offset-alist'. | |
203 (antlr-set-tabs): Don't use hard-coded values. | |
204 | |
205 * antlr-mode.el: Minor navigation changes. Not perfect, but this | |
206 won't be possible without a huge time penalty. | |
207 (antlr-skip-exception-part): Be more specific. | |
208 (antlr-skip-file-prelude): Don't skip action prelude of next rule. | |
209 Renamed from `antlr-skip-grammar-header'. | |
210 (antlr-next-rule): Change accordingly. | |
211 (antlr-end-of-body): Ditto. Better error message. | |
212 (antlr-beginning-of-body): Better error message. | |
213 (antlr-imenu-create-index-function): Skip rule action prelude. | |
214 | |
215 * antlr-mode.el: Minor syntax highlighting changes. | |
216 (antlr-font-lock-default-face): Deletia. | |
217 (antlr-font-lock-tokendef-face): Changed color. | |
218 (antlr-font-lock-tokenref-face): Changed color. | |
219 (antlr-font-lock-literal-face): Changed color. | |
220 (antlr-font-lock-additional-keywords): Minor changes. | |
221 | |
26963 | 222 1999-12-21 Gerd Moellmann <gerd@gnu.org> |
223 | |
224 * progmodes/cwarn.el: New file. | |
225 | |
26952 | 226 1999-12-19 Gerd Moellmann <gerd@gnu.org> |
227 | |
228 * bindings.el (completion-ignored-extensions): Add .pdf. | |
229 | |
26950
903a19771606
Put the version info into binary on MS-DOS as well.
Eli Zaretskii <eliz@gnu.org>
parents:
26949
diff
changeset
|
230 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
|
231 |
903a19771606
Put the version info into binary on MS-DOS as well.
Eli Zaretskii <eliz@gnu.org>
parents:
26949
diff
changeset
|
232 * 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
|
233 |
26949 | 234 1999-12-19 Gerd Moellmann <gerd@gnu.org> |
235 | |
236 * emacs-lisp/debug.el (debugger-continue): Don't continue if | |
237 debugger-may-continue is nil. | |
238 | |
26942 | 239 1999-12-18 Dave Love <fx@gnu.org> |
240 | |
26943 | 241 * emacs-lisp/cl-macs.el: Remove conditional definition of |
242 eval-when-compile. Don't specify abs, expt, gethash, | |
243 hash-table-count, hash-table-p as side-effect-free here. | |
26942 | 244 (cl-emacs-type): Don't declare. |
245 (cl-compile-time-init): Remove Emacs 18 compiler patch. | |
246 (cl-parse-loop-clause): Remove compatibility code. | |
247 | |
26943 | 248 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'. |
26942 | 249 (side-effect-free-fns): Add gethash, hash-table-count. |
250 (side-effect-and-error-free-fns): Add hash-table-p. | |
251 | |
26943 | 252 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend |
253 `cl-' to autoload names for some hash functions. Don't autoload | |
26942 | 254 eval-when-compile. Don't provide mini-cl. |
255 (cl-emacs-type): Remove. | |
256 (cl-map-extents): Remove compatibility code. | |
257 | |
258 * float.el: Bind free variables. | |
259 | |
260 * bytecomp.el (byte-compile-constp): Include keywords. | |
261 | |
26930 | 262 1999-12-16 Gerd Moellmann <gerd@gnu.org> |
263 | |
264 * bindings.el (completion-ignored-extensions): Add .tfm. | |
265 | |
26923 | 266 1999-12-16 Dave Love <fx@gnu.org> |
267 | |
26929 | 268 * faces.el (set-face-attribute): Purecopy the attributes set. |
269 | |
270 * custom.el (custom-declare-variable): Purecopy value. | |
271 | |
26943 | 272 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix. |
26923 | 273 (byte-extrude-byte-code-vectors): Use remprop. |
274 (byte-compile-lambda): Check that arg is a lambda. | |
275 | |
26921 | 276 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
|
277 |
26921 | 278 * font-lock.el: System for adding and removing keywords. |
279 Both local (previously added keyword) and global keywords | |
280 can be removed. | |
281 (font-lock-remove-keywords): New user-level function. | |
282 (font-lock-update-removed-keyword-alist): New internal function. | |
283 (font-lock-removed-keywords-alist): New variable. | |
284 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'. | |
285 Empty `font-lock-keywords-alist' when `append' is `set' to avoid | |
286 growing datastructures. | |
287 (font-lock-set-defaults): Removes keywords stored in | |
288 `font-lock-removed-keywords-alist' after local keywords added. | |
289 | |
290 1999-12-16 Anders Lindgren <andersl@andersl.com> | |
291 | |
292 * font-lock.el (c-keywords, c++-keywords): Better "case" support for | |
293 complex constant expressions, e.g. "case 1<<A_BIT_NO:". | |
294 | |
295 * font-lock.el (c-keywords): Only highlight preprocessor | |
296 directives when spelled correctly. | |
297 | |
298 * font-lock.el (font-lock-match-c++-structor-declaration, | |
299 c++-keywords): Fontify constructors and destructors with function | |
300 face inside C++ class declarations. | |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
301 |
26916 | 302 1999-12-16 Gerd Moellmann <gerd@gnu.org> |
303 | |
26919 | 304 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use |
305 the shell from sh-shell-file. | |
306 | |
26916 | 307 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1. |
308 | |
26914
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
309 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
|
310 |
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
311 * 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
|
312 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
|
313 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
|
314 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
|
315 |
09c7b74fa57f
* ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
Eli Zaretskii <eliz@gnu.org>
parents:
26902
diff
changeset
|
316 * 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
|
317 (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
|
318 "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
|
319 |
26902
264b83a3a688
Changes for separate unspecified foreground and background colors
Eli Zaretskii <eliz@gnu.org>
parents:
26899
diff
changeset
|
320 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
|
321 |
264b83a3a688
Changes for separate unspecified foreground and background colors
Eli Zaretskii <eliz@gnu.org>
parents:
26899
diff
changeset
|
322 * 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
|
323 (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
|
324 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
|
325 |
26899 | 326 1999-12-15 Kenichi Handa <handa@etl.go.jp> |
327 | |
328 The following changes are for the new composition mechanism. We | |
329 have deleted `composition' charset and composite characters, | |
330 instead introduced a special text property `composition'. | |
331 | |
332 * composite.el: New file. | |
333 | |
334 * ps-mule.el: Define encode-composition-rule and find-composition | |
335 for Emacs 20.4 and the earlier versions. | |
336 (ps-mule-init-external-library): Just require a feature for | |
337 external libraries. | |
338 (ps-mule-prologue): Postscript code modified for new composition. | |
339 (ps-mule-find-wrappoint): New arg COMPOSITION. | |
340 (ps-mule-plot-string): Delete code for composite characaters. | |
341 (ps-mule-plot-composition): New funcion. | |
342 (ps-mule-prepare-font-for-components): New function. | |
343 (ps-mule-plot-components): New function. | |
344 (ps-mule-composition-prologue-generated): Renamed from | |
345 ps-mule-cmpchar-prologue-generated. | |
346 (ps-mule-composition-prologue): New named from | |
347 ps-mule-cmpchar-prologue. Modified for new composition. | |
348 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar, | |
349 ps-mule-prepare-cmpchar-font): Deleted. | |
350 (ps-mule-string-encoding): New arg NO-SETFONT. | |
351 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon, | |
352 check Composing, not Cmpchar | |
353 (ps-mule-initialize): Set ps-mule-composition-prologue-generated | |
354 to nil. | |
355 (ps-mule-begin-job): Check existence of new composition. | |
356 | |
357 * ps-print.el (ps-plot-region): Handle new composition. | |
358 | |
359 * simple.el (what-cursor-position): Show "(composed)" if the | |
360 character is composed. | |
361 | |
362 * international/characters.el: Fix cateogries of Lao symbols. | |
363 | |
364 * international/fontset.el (vertical-centering-font-regexp): New | |
365 variable. | |
366 | |
367 * international/mule.el (mule-version): Updated to 5.0 (AOI). | |
368 (mule-version-date): Updated to 1999.12.7. | |
369 (with-category-table): New macro. | |
370 | |
371 * international/mule-cmds.el (encode-coding-char): Don't check | |
372 composite character. | |
373 | |
374 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2 | |
375 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2, | |
376 x-ctext): Give `composition' property t. | |
377 | |
378 * international/mule-util.el (set-nested-alist): Set BRANCHES (if | |
379 non-nil) at the tail of ALIST. | |
380 (compose-region, decompose-region, decompse-string, | |
381 reference-point-alist, compose-chars): Moved to composite.el. | |
382 (compose-chars-component, compose-chars-rule, | |
383 decompose-composite-char): Deleted. | |
384 | |
385 * international/quail.el (quail-install-map): New optional arg | |
386 NAME. | |
387 (quail-get-translation): If DEF is a symbol but not a function, | |
388 ignore it. | |
389 (quail-start-translation): Put a key sequence undefined in the | |
390 translation keymap in unread-command-events, not generated-events. | |
391 Return parameterized event (compose-last-chars N) if the input | |
392 characters should be composed. | |
393 (quail-map-definition): If DEF is t, treat it as nil. | |
394 (quail-delete-last-char): Delete the quail region. | |
395 (quail-show-translations): Don't show list of translations if the | |
396 quail package is deterministic. | |
397 (quail-completion-max-depth): New variable. | |
398 (quail-completion-1): Pay attention to the above variable. Fix | |
399 for the case that a translation is a function. | |
400 (quail-map-from-table, quail-map-from-table-1, | |
401 quail-map-from-table-2): New functions. | |
402 (quail-lookup-map-and-concat): New function | |
403 | |
404 * language/devan-util.el: Mostly rewritten. | |
405 | |
406 * language/lao.el: Register lao-composition-function in | |
407 composition-function-table. | |
408 | |
409 * language/lao-util.el: Mostly rewritten. | |
410 | |
411 * language/thai.el: Register thai-composition-function in | |
412 composition-function-table. | |
413 (thai-tis620): Delete `pre-write-conversion' property. | |
414 | |
415 * language/thai-util.el: (thai-category-table): Make it by | |
416 make-category-table. | |
417 (thai-composition-pattern): New variable. | |
418 (thai-compose-region, thai-compose-string): Use | |
419 with-category-table. | |
420 (thai-post-read-conversion): Just call thai-compose-region. | |
421 (thai-pre-write-conversion): Deleted. | |
422 (thai-composition-function): New funciton. | |
423 | |
424 * language/tibet-util.el: Most functions rewritten. | |
425 (tibetan-char-p): Renamed from tibetan-char-examin. | |
426 (tibetan-composable-examin) (tibetan-complete-char-examin) | |
427 (tibetan-vertical-stacking) (tibetan-composition): Deleted. | |
428 (tibetan-add-components): New function. | |
429 (tibetan-composition-function): New function. | |
430 | |
431 * language/tibetan.el: Register tibetan-composition-function in | |
432 composition-function-table. | |
433 (tibetan-composable-pattern): New variable. | |
434 (tibetan-subjoined-transcription-alist): Change key "R" to "+R". | |
435 (tibetan-precomposition-rule-alist): Move punctuations to | |
436 tibetan-punctuation-transcription-alist and | |
437 tibetan-obsolete-glyphs. | |
438 (tibetan-punctuation-transcription-alist): New variable. | |
439 (tibetan-obsolete-glyphs): New variable. | |
440 (tibetan-regexp): Improve the initialization code. | |
441 | |
442 * textmodes/fill.el (fill-find-break-point): Delete codes for | |
443 composite characters. | |
444 (fill-region-as-paragraph): Likewise. | |
445 | |
26830 | 446 1999-12-14 Gerd Moellmann <gerd@gnu.org> |
447 | |
26833 | 448 * international/mule-cmds.el (default-input-method): Specify |
449 that it should be set after current-language-environment. | |
450 | |
451 * custom.el (custom-handle-keyword): Add :set-after. | |
452 (custom-add-dependencies): New function. | |
453 (custom-set-variables): Take dependencies between args into | |
454 account. | |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
455 |
26830 | 456 * battery.el (battery): Doc fix. |
457 | |
26821 | 458 1999-12-12 Gerd Moellmann <gerd@gnu.org> |
459 | |
460 * progmodes/cc-make.el: Removed. | |
461 | |
26818 | 462 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> |
463 | |
464 * Release of cc-mode 5.26 | |
465 | |
466 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
467 | |
468 * cc-cmds.el (c-forward-conditional): Handle an arbitrary | |
469 target depth. Optionally count #else lines as clause limits, | |
470 as suggested by don provan <provan@lucent.com>. #elif | |
471 handling fixed. | |
472 | |
473 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional) | |
474 (c-down-conditional-with-else): New commands that uses the | |
475 added functionality in `c-forward-conditional'. | |
476 | |
477 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
478 | |
479 * cc-align.el (c-lineup-comment): Preserve the alignment with | |
480 a comment on the previous line instead of preserving the | |
481 comment-column. | |
482 | |
483 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
484 | |
485 * Fixes to IDL mode after input from Eric Eide | |
486 <eeide@cs.utah.edu>: | |
487 * cc-engine.el (c-beginning-of-statement-1): Allow | |
488 `c-conditional-key' to be nil, for the benefit of IDL mode. | |
489 * cc-engine.el (c-guess-basic-syntax): Ditto. | |
490 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class' | |
491 but do match CORBA 2.3 `valuetype'. | |
492 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil | |
493 for IDL. | |
494 * cc-langs.el (c-IDL-conditional-key): New defconst. Should | |
495 be nil for IDL. | |
496 * cc-langs.el (c-IDL-comment-start-regexp): New defconst. | |
497 Like C++. | |
498 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also, | |
499 set `c-method-key' and `c-baseclass-key' to nil. | |
500 | |
501 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
502 | |
503 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes | |
504 with nonhanging open braces. | |
505 | |
506 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
507 | |
508 * cc-align.el: Added docstrings to all lineup functions. | |
509 | |
510 * cc-align.el (c-lineup-java-throws): Handle a hanging throws | |
511 keyword. | |
512 | |
513 * cc-align.el (c-lineup-C-comments): Handle free form text | |
514 comments. Use c-comment-prefix-regexp and comment-start-skip | |
515 instead of hardcoded regexps. | |
516 | |
517 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
518 | |
519 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob | |
520 behavior and return value as documented. | |
521 | |
522 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
523 | |
524 * Changes for new style variable init system: | |
525 * cc-langs.el (c-common-init): Dito. | |
526 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's | |
527 now customizable. | |
528 * cc-vars.el: Style variables may now take a value | |
529 'set-from-style to make them take their value from the style | |
530 system. This value is now the default on all these variables. | |
531 * cc-vars.el (c-valid-offset): New function to verify a | |
532 syntactic symbol offset setting. | |
533 * cc-vars.el (c-offsets-alist): Variable moved from | |
534 cc-styles.el since it's now customizable in a similar way to | |
535 the other style variables. | |
536 * cc-vars.el (c-old-style-variable-behavior): New variable to | |
537 revert to the old style init behavior. | |
538 | |
539 * cc-vars.el (c-file-style, c-file-offsets): Made always | |
540 buffer local. | |
541 | |
542 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match | |
543 the throws clause that might follow the function prototype in | |
544 C++. | |
545 | |
546 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
547 | |
548 * cc-defs.el (c-beginning-of-macro): Fixed bug where point | |
549 could move forward for macros that doesn't start in column 0. | |
550 | |
551 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
552 | |
553 * cc-align.el (c-indent-multi-line-block, | |
554 c-lineup-whitesmith-in-block): Two new lineup functions for | |
555 use in whitesmith style. | |
556 | |
557 * cc-styles.el (c-style-alist): More fixes to whitesmith | |
558 style. It should now handle all different braces uniformly in | |
559 both hanging and non-hanging cases. | |
560 | |
561 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
562 | |
563 * cc-cmds.el (c-indent-exp): Use a marker to save point to | |
564 make it stay in the same position relative to the surrounding | |
565 text. | |
566 | |
567 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix | |
568 when adaptive-fill-mode doesn't manage to get it correct. | |
569 | |
570 * cc-menus.el (cc-imenu-java-generic-expression): Handle types | |
571 with dotted notation, e.g. foo.bar.Gnu. | |
572 | |
573 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls | |
574 within unwind-protect (previously only some were wrapped so it | |
575 would be possible to register mode initialization when full | |
576 initialization did not finish). | |
577 | |
578 * cc-styles.el (c-style-alist): Corrected the brace placement | |
579 in the whitesmith style. Thanks to Sean Luke | |
580 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith | |
581 styles with consistent brace placement for all constructs. | |
582 | |
583 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
584 | |
585 * cc-cmds.el (c-context-line-break): Continue C++ comments too | |
586 when point is in the middle of them. | |
587 | |
588 * cc-cmds.el: Line breaking and paragraph filling code | |
589 rewritten: | |
590 (c-guess-fill-prefix): New function that uses various | |
591 heuristics to guess the comment prefix. | |
592 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'. | |
593 It now assumes adaptive filling is active to preserve the line | |
594 prefix inside comments. | |
595 (c-indent-new-comment-line): Replacement for the now | |
596 obsolete `c-comment-line-break-function' that uses | |
597 `c-guess-fill-prefix' when appropriate. It now observes the | |
598 setting of `comment-multi-line', which has effect in C-style | |
599 block comments. | |
600 | |
601 * cc-cmds.el (c-context-line-break): New function intended to | |
602 be put on RET. It's essentially `newline-and-indent', but | |
603 continues C block comments with the appropriate line prefix. | |
604 | |
605 * cc-cmds.el (c-do-auto-fill): New function put on | |
606 `normal-auto-fill-function' to implement the | |
607 `c-ignore-auto-fill' variable. | |
608 | |
609 * cc-cmds.el (c-beginning-of-statement): Use | |
610 `c-comment-prefix-regexp' to avoid ending up inside the | |
611 comment prefix. Better handling of comment starters and | |
612 enders. Catch comments better when traversing code. Stop at | |
613 preprocessor directives. | |
614 | |
615 * cc-defs.el (c-forward-comment): New subst to hide platform | |
616 dependent quirks in `forward-comment'. | |
617 | |
618 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER | |
619 argument. | |
620 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER | |
621 arguments. Activate this function by default when | |
622 `parse-partial-sexp' supports it (currently Emacs 20.x). | |
623 | |
624 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax | |
625 on the comment opener to make constants usable as lineup | |
626 arguments. | |
627 | |
628 * cc-align.el (c-lineup-C-comments): Fixes to handle the | |
629 changed anchor position in the `c' syntactic symbol. Handle | |
630 more than stars in the comment prefix; use the new variable | |
631 `c-comment-prefix-regexp'. Don't indent text not preceded by | |
632 a comment prefix to the right of the comment opener if it's | |
633 long. | |
634 | |
635 * cc-langs.el: Fixes to mode initialization for new line | |
636 breaking and paragraph filling method. Adaptive fill mode is | |
637 now activated at startup instead of deactivated. The | |
638 variables used for adaptive filling and paragraph movement are | |
639 also changed to incorporate the value of | |
640 `c-comment-prefix-regexp'. `substitute-key-definition' is | |
641 used to override some functions in the global map instead of | |
642 overriding their default bindings. | |
643 | |
644 * cc-mode.el (java-mode): Modify `paragraph-start' for the | |
645 javadoc markup at mode init. | |
646 | |
647 * cc-mode.el (c-setup-filladapt): A new convenience function | |
648 to configure Kyle E. Jones' Filladapt mode for CC Mode. This | |
649 function is intended to be used explicitly by the end user | |
650 only. | |
651 | |
652 * cc-vars.el (c-comment-prefix-regexp): New variable used to | |
653 recognize the comment fill prefix inside comments. | |
654 (c-block-comment-prefix): New name for | |
655 `c-comment-contiuation-stars', which is now obsolete. It's | |
656 generalized to handle any character sequence. | |
657 (c-ignore-auto-fill): New variable used to selectively disable | |
658 Auto Fill mode in specific contexts. | |
659 | |
660 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
661 | |
662 * cc-cmds.el (c-comment-indent): Leave at least one space | |
663 between the comment and the last nonblank character in the | |
664 case where we look at the indentation of the comment on the | |
665 previous line (case 4). | |
666 | |
667 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the | |
668 list of characters that may start a statement (it's a sort of | |
669 prefix operator in Pike, and isn't used at all in any of the | |
670 other languages). | |
671 | |
672 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
673 | |
674 * cc-engine.el (c-guess-basic-syntax): Report brace list opens | |
675 inside continued statements as statement-cont instead of | |
676 brace-list-open. The reason is that one normally adjusts | |
677 brace-list-open for brace lists as top-level constructs, and | |
678 brace lists inside statements is a completely different | |
679 context. Case 10B.2 changed. Also changed (the somewhat | |
680 esoteric) case 9A to cope with this. | |
681 | |
682 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
683 | |
684 * cc-cmds.el (c-electric-brace): Added electric handling of | |
685 the open brace for brace-elseif-brace. | |
686 | |
687 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
688 | |
689 * cc-defs.el (c-with-syntax-table): New macro to easily switch | |
690 syntax tables temporarily. | |
691 | |
692 * cc-engine.el (c-guess-basic-syntax): Handle template and | |
693 member init argument lists split over several lines. Case 5D | |
694 changed. | |
695 | |
696 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag | |
697 @throws introduced in Javadoc 1.2. | |
698 | |
699 * cc-menus.el (cc-imenu-java-generic-expression): Applied | |
700 patch from RMS to avoid infinite backtracking. | |
701 | |
702 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
703 | |
704 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded | |
705 by [ ]. | |
706 | |
707 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
708 | |
709 * cc-align.el (c-lineup-dont-change): Compensate properly for | |
710 the column in langelem. | |
711 | |
712 * cc-engine.el (c-syntactic-information-on-region): New | |
713 function to help debugging the syntactic analysis. | |
714 | |
715 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
716 | |
717 * cc-align.el (c-lineup-template-args): Handle nested template | |
718 arglists. | |
719 | |
720 * cc-langs.el (c++-template-syntax-table): New syntax table | |
721 that makes `<' and `>' parenthesis characters, which is useful | |
722 to switch to temporarily when analyzing template arglists. | |
723 | |
724 * cc-styles.el: Changed default alignment of labels in the | |
725 java style to conform to the examples in the Java Language | |
726 Specification. | |
727 | |
728 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args' | |
729 by default. | |
730 | |
731 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
732 | |
733 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma | |
734 immediately before the closing paren in an arglist, so don't | |
735 check that in Pike mode. Case 7A changed. | |
736 | |
737 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
738 | |
739 * cc-cmds.el (c-indent-region): Fixed bug where comment-only | |
740 lines were ignored under certain conditions. | |
741 | |
742 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
743 | |
744 * cc-align.el (c-lineup-template-args): New function for | |
745 aligning continued template argument lists. | |
746 | |
747 * cc-engine.el (c-guess-basic-syntax): Fix for member init | |
748 lists containing function arglists split over several lines. | |
749 Case 5D.1 changed. | |
750 | |
751 * cc-engine.el (c-guess-basic-syntax): Fixed bug where | |
752 template-args-cont didn't get recognized when the first | |
753 arglist opener line doesn't contain a template argument. New | |
754 case 5K. | |
755 | |
756 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
757 | |
758 * cc-defs.el (c-point): Changed from subst to macro for | |
759 efficiency. | |
760 (c-beginning-of-defun-1, c-end-of-defun-1): New | |
761 beginning-of-defun/end-of-defun wrappers separated from | |
762 c-point. | |
763 | |
764 * cc-menus.el (imenu-generic-expression, | |
765 imenu-case-fold-search, imenu-progress-message): Dummy | |
766 definitions to avoid compiler warnings if imenu can't be | |
767 loaded. | |
768 * cc-menus.el (cc-imenu-init): New function called at mode | |
769 init. | |
770 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved | |
771 imenu initializations to cc-imenu-init. | |
772 | |
773 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
774 | |
775 * cc-engine.el (c-guess-basic-syntax): Slightly better check | |
776 for lambda-intro-cont in Pike mode. Case 6 changed. | |
777 | |
778 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where | |
779 anything following "new Foo()" was considered an anonymous | |
780 class body in Java mode. | |
781 | |
782 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org> | |
783 | |
784 * cc-cmds.el (c-comment-line-break-function): When breaking in | |
785 a string, don't insert a new line. | |
786 | |
787 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org> | |
788 | |
789 * cc-engine.el (c-at-toplevel-p): New interface function which | |
790 returns information useful to add-on authors. It tells you | |
791 whether you're at a toplevel statement or not. | |
792 | |
793 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org> | |
794 | |
795 * cc-cmds.el (c-comment-line-break-function): It is possible | |
796 that forward-line does not land us at the bol, say if we're on | |
797 the last line in a file. In that case, do a | |
798 back-to-indentation instead of a forward-comment -1. | |
799 | |
800 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
801 | |
802 * cc-engine.el (c-beginning-of-statement-1): Don't catch | |
803 "default:" as normal label in case 4. | |
804 | |
805 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
806 | |
807 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to | |
808 recognize continued bitfield declarations. Case 5D.1 changed. | |
809 * cc-langs.el: New variable c-bitfield-key. | |
810 * cc-mode.el: New variable c-bitfield-key. | |
811 | |
812 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | |
813 | |
814 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java | |
815 anonymous array expressions (i.e. "new Foo[] {.. bracelist | |
816 ..}"). | |
817 | |
26816 | 818 1999-12-12 Dave Love <fx@gnu.org> |
819 | |
26943 | 820 * mail/footnote.el: Require cl when compiling. Don't autoload |
821 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays. | |
26816 | 822 (footnote-insert-text-marker, Footnote-insert-pointer-marker): |
823 Avoid `acons'. | |
824 (footnote-mode-line-string, Footnote-add-footnote): Remove | |
825 autoload cookie. | |
826 | |
26814 | 827 1999-12-12 Richard Sharman <rsharman@pobox.com> |
828 | |
829 * sh-script.el: Fix for when font-lock mode is active. | |
830 (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
|
831 |
26812
7afb74b5999e
(menu-bar-edit-menu): Define the Spell submenu even
Eli Zaretskii <eliz@gnu.org>
parents:
26811
diff
changeset
|
832 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
|
833 |
7afb74b5999e
(menu-bar-edit-menu): Define the Spell submenu even
Eli Zaretskii <eliz@gnu.org>
parents:
26811
diff
changeset
|
834 * 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
|
835 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
|
836 platforms as well. |
7afb74b5999e
(menu-bar-edit-menu): Define the Spell submenu even
Eli Zaretskii <eliz@gnu.org>
parents:
26811
diff
changeset
|
837 |
26811 | 838 1999-12-12 Gerd Moellmann <gerd@gnu.org> |
839 | |
840 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to | |
841 rmail-summary-goto-msg. | |
842 | |
843 * files.el (after-find-file): Fix previous change. | |
844 | |
845 1999-12-11 Dave Love <fx@gnu.org> | |
846 | |
847 * help.el (where-is): Use `commandp' as predicate for | |
26806 | 848 `completing-read' |
849 | |
26804
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
850 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
|
851 |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
852 * cus-edit.el (custom-save-delete): Delete all occurrences, |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
853 leave point where the first occurrence was. |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
854 (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
|
855 Avoid a double newline there. |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
856 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
|
857 (custom-save-variables): Likewise. |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
858 (custom-file): Doc fix. |
ce54b1d60246
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26799
diff
changeset
|
859 |
26799 | 860 1999-12-10 Gerd Moellmann <gerd@gnu.org> |
861 | |
862 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of | |
863 regexp matching image and audio files. | |
864 | |
26785 | 865 1999-12-09 Dave Love <fx@gnu.org> |
866 | |
867 * mail/footnote.el: New file. | |
868 | |
26780 | 869 1999-12-09 Gerd Moellmann <gerd@gnu.org> |
870 | |
871 * files.el (after-find-file): Use auto-save-visited-file-name if | |
872 set. | |
873 | |
874 * mail/feedmail.el (feedmail-find-eoh): Take | |
875 feedmail-queue-alternative-mail-header-separator into account. | |
876 | |
26777
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
877 1999-12-09 Stefan Monnier <monnier@cs.yale.edu> |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
878 |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
879 * smerge-mode.el: New file. |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
880 |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
881 * font-lock.el (font-lock-multiline): New variable. |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
882 (font-lock-add-keywords): Rename `major-mode' into `mode'. |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
883 (font-lock-remove-keywords): Added a dummy `mode' argument for |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
884 potential future support. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
885 (font-lock-fontify-anchored-keywords, |
26777
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
886 (font-lock-fontify-keywords-region): Only handle multiline strings |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
887 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
|
888 |
26772
409c955897d7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26760
diff
changeset
|
889 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
|
890 |
26774
57be3cdaebfb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26772
diff
changeset
|
891 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f. |
57be3cdaebfb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26772
diff
changeset
|
892 |
26772
409c955897d7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26760
diff
changeset
|
893 * dired-aux.el (dired-insert-subdir): Add autoload cookie. |
409c955897d7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26760
diff
changeset
|
894 |
26760 | 895 1999-12-07 Dave Love <fx@gnu.org> |
896 | |
897 * help.el (view-emacs-problems): New command, bound to C-h P. | |
898 | |
899 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems. | |
900 | |
26744
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
901 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
|
902 |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
903 * 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
|
904 (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
|
905 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
|
906 (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
|
907 (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
|
908 (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
|
909 (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
|
910 (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
|
911 (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
|
912 |
26744
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
913 * 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
|
914 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
|
915 |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
916 * 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
|
917 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
|
918 |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
919 * 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
|
920 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
|
921 (font-lock-remove-keywords): New function. |
a65919d40cd0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26744
diff
changeset
|
922 (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
|
923 |
26743
2ddbff6366e9
* viper-cmd.el (viper-minibuffer-standard-hook,
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26739
diff
changeset
|
924 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
|
925 |
26743
2ddbff6366e9
* viper-cmd.el (viper-minibuffer-standard-hook,
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26739
diff
changeset
|
926 * viper-cmd.el (viper-minibuffer-standard-hook, |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
927 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
|
928 (viper-read-string-with-history,viper-file-add-suffix, |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
929 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
|
930 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
|
931 |
26739 | 932 1999-12-06 Gerd Moellmann <gerd@gnu.org> |
933 | |
934 * comint.el (comint-redirect-results-list) | |
935 (comint-redirect-results-list-from-process): Remove interactive | |
936 spec. | |
937 | |
26738
407a5a4056e8
(info-node, info-menu-5, info-xref): Define colors for Info faces if
Eli Zaretskii <eliz@gnu.org>
parents:
26736
diff
changeset
|
938 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
|
939 |
407a5a4056e8
(info-node, info-menu-5, info-xref): Define colors for Info faces if
Eli Zaretskii <eliz@gnu.org>
parents:
26736
diff
changeset
|
940 * 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
|
941 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
|
942 |
26736
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
943 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
|
944 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
945 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
|
946 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
947 * 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
|
948 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
|
949 msdos-handle-reverse-video. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
950 (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
|
951 msdos-setup-initial-frame. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
952 (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
|
953 x-handle-reverse-video. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
954 (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
|
955 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
|
956 (msdos-color-aliases): Remove. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
957 (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
|
958 (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
|
959 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
|
960 (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
|
961 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
|
962 (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
|
963 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
|
964 Remove. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
965 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
966 * 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
|
967 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
|
968 (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
|
969 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
970 * 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
|
971 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
|
972 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
|
973 valid values. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
974 (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
|
975 of frames. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
976 (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
|
977 New finctions. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
978 (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
|
979 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
|
980 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
981 * 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
|
982 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
|
983 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
|
984 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
985 * 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
|
986 x-defined-colors. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
987 * 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
|
988 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
989 * 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
|
990 * 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
|
991 |
26733 | 992 1999-12-06 Dave Love <fx@gnu.org> |
993 | |
994 * ffap.el: Autoload the ffap alias directly. | |
995 | |
26727 | 996 1999-12-06 Inge Frick <inge@nada.kth.se> |
997 | |
998 * dired-aux.el (dired-do-shell-command): Changed documentation. | |
999 (dired-shell-stuff-it): A `?' in COMMAND has now the same | |
1000 meaning as `*'. | |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1001 |
26721 | 1002 1999-12-06 Gerd Moellmann <gerd@gnu.org> |
1003 | |
26724 | 1004 * simple.el (insert-buffer): Doc fix. |
1005 | |
26721 | 1006 * apropos.el (apropos-mode): Add autoload cookie. |
1007 | |
1008 1999-12-06 Sam Steingold <sds@goems.com> | |
1009 | |
1010 * progmodes/etags.el (etags-tags-completion-table): Modified the | |
1011 regexp to allow for the CL symbols starting with `+*'. | |
1012 (tags-completion-table): Doc fix (it's an obarray, not an alist). | |
1013 (tags-completion-table, tags-recognize-empty-tags-table): Remove | |
1014 `function' quoting lambda. | |
1015 (tags-with-face): New macro. | |
1016 (list-tags, tags-apropos): Use it. | |
1017 (tags-apropos-additional-actions): New user option. | |
1018 (etags-tags-apropos-additional): Use it. | |
1019 (tags-apropos): Call etags-tags-apropos-additional. | |
1020 (tags-apropos-verbose): New user option. | |
1021 (etags-tags-apropos): Use it. | |
1022 (visit-tags-table-buffer, next-file): Use `unless'. | |
1023 (recognize-empty-tags-table): Renamed to | |
1024 tags-recognize-empty-tags-table. | |
1025 (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
|
1026 |
26717 | 1027 1999-12-06 Kenichi Handa <handa@etl.go.jp> |
1028 | |
1029 * international/mule.el (set-buffer-file-coding-system): Docstring | |
1030 modified. | |
1031 | |
26712 | 1032 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de> |
1033 | |
1034 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support | |
1035 using the hideshow package. | |
1036 (hs-special-modes-alist): Added entry for bibtex to allow the use | |
1037 of the hideshow package. | |
1038 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is | |
1039 not longer provided by bibtex.el directly. Instead the hideshow | |
1040 package should be used. | |
1041 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete | |
1042 references to bibtex-hide-entry-bodies. | |
1043 | |
1044 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
1045 | |
1046 * textmodes/bibtex.el: Copyright notice is up to date. Moved | |
1047 maintainer information closer to the beginning of the bibtex.el | |
1048 file. | |
1049 (bibtex-maintainer-salutation): New constant. | |
1050 (bibtex-version): New constant. | |
1051 (bibtex-submit-bug-report): Use bibtex-version and | |
1052 bibtex-maintainer-salutation. | |
1053 (bibtex-entry-field-alist): Made booktitle field optional for | |
1054 @inproceedings entries when crossreferenced. | |
1055 (bibtex-entry-field-alist): Added booktitle field to proceedings | |
1056 entry type (for cross referencing). Thanks to Wagner Toledo Correa | |
1057 for the suggestion. | |
1058 (bibtex-string-file-path): Fixed typo. | |
1059 | |
1060 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl> | |
1061 | |
1062 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &' | |
1063 for reftex.el. | |
1064 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex' | |
1065 to menu. | |
1066 | |
26708 | 1067 1999-12-04 Dave Love <fx@gnu.org> |
1068 | |
1069 * delsel.el: Revert previous change -- region is significant to | |
1070 skeleton. | |
1071 | |
26702
8be2b52389a5
* viper-cmd.el (viper-change-state): Use
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26692
diff
changeset
|
1072 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
|
1073 |
8be2b52389a5
* viper-cmd.el (viper-change-state): Use
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26692
diff
changeset
|
1074 * 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
|
1075 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
|
1076 back. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1077 |
26692 | 1078 1999-12-03 Kenichi Handa <handa@mule.m17n.org> |
1079 | |
1080 * international/mule-util.el (truncate-string-to-width): Docsting | |
1081 fixed. | |
1082 | |
26690
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
1083 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
|
1084 |
26692 | 1085 * 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
|
1086 use of `cond'. |
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
1087 (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
|
1088 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
|
1089 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
|
1090 (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
|
1091 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by) |
26692 | 1092 (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
|
1093 (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
|
1094 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
|
1095 |
26689 | 1096 1999-12-02 Kenichi Handa <handa@etl.go.jp> |
1097 | |
1098 * international/mule.el (charsetp): Fix typo in docstring. | |
1099 | |
1100 * international/mule-diag.el (list-coding-categories): Fix typo; | |
1101 automatic -> autoload. | |
1102 | |
26676 | 1103 1999-12-02 Gerd Moellmann <gerd@gnu.org> |
1104 | |
26686 | 1105 * vc.el (vc-update-change-log): Look for rcs2log under |
1106 exec-directory. | |
1107 | |
26683 | 1108 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change |
1109 outline-regexp, add outline-level. | |
1110 (lisp-outline-level): New. | |
1111 | |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1112 * calendar/appt.el (appt-convert-time): Handle "12:MMam", |
26681 | 1113 remove extraneous string-match. |
1114 | |
26676 | 1115 * finder.el (finder-commentary): Activate Finder mode. |
1116 | |
26674 | 1117 1999-12-01 Anders Lindgren <andersl@andersl.com> |
1118 | |
1119 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned | |
1120 off when reverting buffers that contained mode specifiers. | |
1121 `revert-buffer' is now called with non-nil PRESERVE-MODES | |
1122 argument. | |
1123 | |
26672 | 1124 1999-12-01 Dave Love <fx@gnu.org> |
1125 | |
1126 * delsel.el: Grok skeleton-pair-insert-maybe. | |
1127 | |
26668
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
1128 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
|
1129 |
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
1130 * progmodes/cperl-mode.el (cperl-under-as-char): |
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
1131 Use nil as default. |
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
1132 |
26660 | 1133 1999-11-30 Gerd Moellmann <gerd@gnu.org> |
1134 | |
1135 * speedbar.el (toplevel): Remove compatibility code for Emacs | |
1136 versions without custom.el. | |
1137 | |
26658 | 1138 1999-11-30 Dave Love <fx@gnu.org> |
1139 | |
26943 | 1140 * progmodes/fortran.el (fortran-strip-sequence-nos): New command. |
26666 | 1141 |
26662 | 1142 * autoinsert.el: Minor doc fixes. |
1143 (auto-insert): Return nil. | |
1144 | |
26658 | 1145 * faces.el (set-face-documentation): Purecopy STRING. |
1146 | |
26654 | 1147 1999-11-29 Dave Love <fx@gnu.org> |
1148 | |
26656 | 1149 * derived.el: Doc fixes, remove old backquote syntax. |
1150 | |
26654 | 1151 * cus-edit.el (custom-save-variables, custom-save-faces): Write a |
1152 comment warning about editing. | |
1153 | |
26651 | 1154 * help.el (help-mode-hook): Define. |
1155 | |
26649 | 1156 1999-11-29 Gerd Moellmann <gerd@gnu.org> |
1157 | |
1158 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct | |
1159 invalid translation of old-style backquote syntax to new syntax. | |
1160 | |
26636
36564a827d06
Makefile (DONTCOMPILE): Add term/internal.el
Eli Zaretskii <eliz@gnu.org>
parents:
26628
diff
changeset
|
1161 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
|
1162 |
36564a827d06
Makefile (DONTCOMPILE): Add term/internal.el
Eli Zaretskii <eliz@gnu.org>
parents:
26628
diff
changeset
|
1163 * Makefile (DONTCOMPILE): Add term/internal.el. |
36564a827d06
Makefile (DONTCOMPILE): Add term/internal.el
Eli Zaretskii <eliz@gnu.org>
parents:
26628
diff
changeset
|
1164 |
26628 | 1165 1999-11-26 Dave Love <fx@gnu.org> |
1166 | |
1167 * comint.el: Fix last change. | |
1168 | |
1169 * emacs-lisp/advice.el: Fix last change. | |
1170 | |
26626
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1171 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
|
1172 |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1173 * cus-edit.el (Custom-reset-standard): Doc fix. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1174 (custom-variable-reset-standard): Doc fix. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1175 (custom-face-reset-standard): Doc fix. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1176 (custom-face-menu): "Reset to Standard" => "Erase Customization". |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1177 (custom-variable-menu): Likewise. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1178 (custom-reset-menu): Likewise. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1179 (custom-buffer-create-internal): Likewise. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
1180 |
26624 | 1181 1999-11-26 Dave Love <fx@gnu.org> |
1182 | |
1183 * progmodes/make-mode.el (makefile-mode-hook): Customize. | |
1184 | |
1185 * font-lock.el: Doc fixes. | |
1186 | |
1187 * menu-bar.el (menu-bar-mode): Customize. | |
1188 | |
1189 * cus-start.el: Add use-dialog-box. | |
1190 | |
1191 * add-log.el (change-log-mode-hook): Customize. | |
1192 (add-log-current-defun): Use | |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1193 fortran-{beginning,end}-of-subprogram. |
26624 | 1194 |
26623
92f785e7552d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26617
diff
changeset
|
1195 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
|
1196 |
92f785e7552d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26617
diff
changeset
|
1197 * emacs-lisp/advice.el: Many doc fixes. |
26617
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1198 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1199 * comint.el (comint-preoutput-filter-functions): Doc fix. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1200 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1201 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
|
1202 |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1203 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): |
26617
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1204 Improve messages for capitalization of arg names, |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1205 for flag variables, for t and nil, for imperatives. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1206 Call them imperatives rather than infinitives sans "to". |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1207 (checkdoc-common-verbs-wrong-voice): Add "moves". |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1208 (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
|
1209 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1210 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1211 Don't convert comments from 3-semicolon to 2-semicolon. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1212 That is a matter of style. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1213 (checkdoc-triple-semi-comment-check-flag): Variable deleted. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1214 (checkdoc-comments): Don't bind that variable. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1215 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1216 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
|
1217 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1218 * files.el (write-file-hooks): Doc fix. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1219 |
26608 | 1220 1999-11-26 Gerd Moellmann <gerd@gnu.org> |
1221 | |
1222 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='. | |
1223 | |
26600 | 1224 1999-11-25 Dave Love <fx@gnu.org> |
1225 | |
1226 * hippie-exp.el: Require comint when compiling. | |
1227 (hippie-expand): Add :links. | |
1228 (hippie-expand-try-functions-list): Customize. | |
1229 | |
26588
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
1230 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
|
1231 |
26609 | 1232 * viper*el: Replaced old-style backquotes. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1233 |
26609 | 1234 * ediff*el: Replaced old-style backquotes. |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1235 |
26588
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
1236 * ediff-merge |
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
1237 (ediff-looks-like-combined-merge,ediff-get-combined-region): |
26609 | 1238 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
|
1239 |
26588
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
1240 * ediff-diff (ediff-set-fine-overlays-in-one-buffer): |
26609 | 1241 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
|
1242 |
26581 | 1243 1999-11-24 Dave Love <fx@gnu.org> |
1244 | |
26584 | 1245 * custom.el (custom-declare-group): Purecopy DOC. |
1246 (custom-handle-keyword): Purecopy VALUE. | |
1247 (custom-add-link): Purecopy WIDGET. | |
1248 (custom-add-version): Purecopy VERSION. | |
1249 (custom-add-load): Purecopy LOAD. | |
1250 | |
1251 * cus-face.el (custom-declare-face): Purecopy DOC. | |
1252 | |
26581 | 1253 * info.el: |
1254 (Info-build-node-completions, Info-search, Info-follow-reference) | |
1255 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token) | |
1256 (Info-find-emacs-command-nodes): Avoid properties on matched text | |
1257 which may appear in minibuffer. | |
1258 | |
26579 | 1259 1999-11-24 Gerd Moellmann <gerd@gnu.org> |
1260 | |
1261 * locate.el (locate-with-filter): Doc fix. | |
1262 | |
26577 | 1263 1999-11-24 Alex Schroeder <alex@gnu.org> |
1264 | |
1265 * sql.el (sql-find-sqli-buffer): New function. | |
1266 (sql-set-sqli-buffer-generally): New function. | |
1267 (sql-set-sqli-buffer): Better checking of new-buffer. | |
1268 (sql-copy-column): Add comma after INTO clause, too. | |
1269 | |
1270 1999-11-24 Alex Schroeder <alex@gnu.org> | |
1271 | |
1272 * sql.el (sql-imenu-generic-expression): New, used to set | |
1273 imenu-generic-expression. | |
1274 | |
1275 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when | |
1276 setting font-lock-defaults' SYNTAX-ALIST. Set | |
1277 imenu-generic-expression, imenu-case-fold-search, and | |
1278 imenu-syntax-alist. | |
1279 | |
1280 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95 | |
1281 and 46 when setting font-lock-defaults' SYNTAX-ALIST. | |
1282 | |
26575 | 1283 1999-11-23 Andrew Innes <andrewi@gnu.org> |
1284 | |
1285 * w32-win.el (w32-drag-n-drop): Load files in current window, if | |
1286 drop coords aren't over a specific window. | |
1287 | |
26564 | 1288 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1289 | |
1290 * ps-print.el: Define mule funs without checking if mule package is | |
1291 loaded. | |
1292 (ps-print-version): New version number (5.0.1). | |
1293 (ps-header-dirpart): Now uses abbreviate-file-name. | |
1294 | |
26559 | 1295 1999-11-23 Dave Love <fx@gnu.org> |
1296 | |
26943 | 1297 * progmodes/fortran.el (fortran-comment-line-start): Renamed from |
26561 | 1298 comment-line-start. |
1299 (fortran-comment-line-start-skip): Renamed from | |
1300 comment-line-start-skip. | |
1301 (fortran-mode-map): Use renamed functions. Add manual and custom | |
1302 entries to menu. | |
1303 (fortran-mode-hook): Customize. | |
1304 (fortran-comment-indent-function): Renamed from | |
1305 fortran-comment-hook. | |
1306 (delete-horizontal-regexp): Function deleted. | |
1307 (fortran-electric-line-number): Simplified. | |
1308 (fortran-beginning-of-subprogram): Renamed from | |
1309 beginning-of-fortran-subprogram. | |
1310 (fortran-end-of-subprogram): Renamed from | |
1311 end-of-fortran-subprogram. | |
1312 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram. | |
1313 (fortran-previous-statement, fortran-next-statement): Simplified. | |
1314 (fortran-blink-match): New function. | |
1315 (fortran-blink-matching-if, fortran-blink-matching-do): Use it. | |
1316 (fortran-indent-to-column): Don't use delete-horizontal-regexp. | |
1317 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use | |
1318 line-end-position. | |
1319 (fortran-fill): No longer interactive. Simplified. | |
1320 (fortran-break-line): Simplified. | |
1321 (fortran-analyze-file-format): Use char-after, not looking-at. | |
1322 | |
26943 | 1323 * emacs-lisp/find-func.el (find-function-regexp): Use |
1324 `define-minor-mode' after easy-menu change. | |
26559 | 1325 |
26554 | 1326 1999-11-23 Gerd Moellmann <gerd@gnu.org> |
1327 | |
1328 * comint.el: Add redirection.from active comint buffers into | |
1329 another buffer. Written by Peter Breton. | |
1330 | |
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
1331 1999-11-23 Stefan Monnier <monnier@cs.yale.edu> |
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
1332 |
26552
88324520c7fc
(make-autoload): Recognize the new `define-minor-mode'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26551
diff
changeset
|
1333 * emacs-lisp/autoload.el (make-autoload): Recognize the new |
26554 | 1334 `define-minor-mode'. |
26552
88324520c7fc
(make-autoload): Recognize the new `define-minor-mode'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26551
diff
changeset
|
1335 (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
|
1336 |
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
1337 * emacs-lisp/easy-mmode.el: Changed maintainer. |
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
1338 (easy-mmode-define-toggle): New BODY arg; Never append `-mode'; |
26554 | 1339 Use defcustom for the hooks; Improve the auto-generated docstrings. |
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
1340 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'. |
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
1341 (define-minor-mode): Add BODY arg; Only declare the keymap if |
26554 | 1342 provided; Improve the auto-generated docstrings. |
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
1343 |
26533 | 1344 1999-11-22 Gerd Moellmann <gerd@gnu.org> |
1345 | |
26554 | 1346 * textmodes/text-mode.el (text-mode): Construct paragraph-start so |
26545 | 1347 that the leading `^' is at the start. This is necessary because |
1348 paragraphs.el tries to remove anchors, but can find them only if | |
1349 they are the first character. | |
1350 | |
26543 | 1351 * progmodes/antlr-mode.el: New file. |
1352 | |
26533 | 1353 * calendar/calendar.el: Fix autoload for |
1354 calendar-absolute-from-astro. Add autoload for | |
1355 calendar-print-astro-day-number. | |
1356 | |
26524 | 1357 1999-11-21 Anders Lindgren <andersl@andersl.com> |
1358 | |
1359 * follow.el: Use modern backquote syntax. Minor comment update. | |
1360 | |
26520 | 1361 1999-11-21 Gerd Moellmann <gerd@gnu.org> |
1362 | |
26522 | 1363 * simple.el (with-syntax-table): Don't switch buffers. |
1364 | |
26520 | 1365 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el, |
1366 progmodes/hideif.el: Use new backquote syntax. | |
1367 | |
26517 | 1368 1999-11-21 Ken Manheimer <klm@python.org> |
1369 | |
1370 * icomplete.el (icomplete-completions): Use an explicit variable | |
1371 `icomplete-prospects-length', obviating the need to use an | |
1372 apparently faulty throw/catch arrangement. | |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1373 |
26515
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
1374 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
|
1375 |
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
1376 * 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
|
1377 character code 255. |
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
1378 |
26511 | 1379 1999-11-20 Kenichi Handa <handa@mule.m17n.org> |
1380 | |
1381 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font | |
1382 for the charset chinese-sisheng is 7bit encoding, not 8bit. | |
1383 | |
26508
8548cb8ad6e2
(PC-do-complete-and-exit): use minibuffer-prompt-end to
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26505
diff
changeset
|
1384 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
|
1385 |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1386 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the |
26517 | 1387 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars. |
1388 | |
1389 * files.el (auto-mode-alist): Add patterns for diff-mode. | |
1390 | |
1391 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end | |
1392 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
|
1393 |
26505 | 1394 1999-11-18 Dave Love <fx@gnu.org> |
1395 | |
1396 * simple.el (input-mode-8-bit): Fix the customization. | |
1397 | |
26489 | 1398 1999-11-18 Gerd Moellmann <gerd@gnu.org> |
1399 | |
26494 | 1400 * international/iso-acc.el (iso-languages): Add more |
1401 characters for Portuguese. | |
1402 | |
26492 | 1403 * speedbar.el: Clean up comment at the start of the file. |
1404 Remove RCS id. | |
1405 | |
26489 | 1406 * progmodes/compile.el (compilation-parse-errors): Use |
1407 compilation-buffer-p instead of testing major-mode. | |
1408 | |
26496 | 1409 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk> |
1410 | |
1411 * quickurl.el Added defcustom of quickurl-completion-ignore-case. | |
1412 (quickurl-ask): completion-ignore-case is set to the value of | |
1413 quickurl-completion-ignore-case for the duration of the call to | |
1414 completing-read. | |
27030
1fbcab305a82
(also deleted unsightly eol whitespace)
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27026
diff
changeset
|
1415 |
26487 | 1416 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1417 | |
1418 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook. | |
1419 | |
26484
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
1420 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
|
1421 |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
1422 * 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
|
1423 instead of ps-print-def. |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
1424 |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
1425 * 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
|
1426 |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
1427 * 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
|
1428 |
26477 | 1429 1999-11-17 Gerd Moellmann <gerd@gnu.org> |
1430 | |
1431 * simple.el (with-syntax-table): Save buffer explicitly instead of | |
1432 using save-excursion. | |
1433 | |
26467 | 1434 1999-11-16 Gerd Moellmann <gerd@gnu.org> |
1435 | |
1436 * mail/supercite.el: New maintainer. | |
1437 | |
1438 1999-11-16 Reto Zimmermann <reto@synopsys.com> | |
1439 | |
1440 * progmodes/vhdl-mode.el: Use new backquote syntax. | |
1441 | |
1442 1999-11-16 Gerd Moellmann <gerd@gnu.org> | |
1443 | |
1444 * simple.el (with-syntax-table): New. | |
1445 | |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
1446 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
|
1447 |
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
1448 * 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
|
1449 |
26458
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
1450 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
|
1451 |
26458
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
1452 * goto-addr.el (goto-address-at-mouse, |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
1453 goto-address-find-address-at-point): Use compose-mail. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
1454 (goto-address-mail-method): Removed variable. |
26458
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
1455 (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
|
1456 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
|
1457 |
26457
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
1458 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
|
1459 |
26457
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
1460 * simple.el (backward-delete-char-untabify): |
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
1461 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
|
1462 hungrily including newlines. |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
1463 |
26456 | 1464 1999-11-15 Sam Steingold <sds@ksp.com> |
1465 | |
1466 * 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
|
1467 |
26452 | 1468 1999-11-15 Dave Love <fx@gnu.org> |
1469 | |
1470 * cus-edit.el (customize-face, customize-face-other-window): | |
1471 Require match from completing-read. | |
1472 (custom-buffer-done-function): Default to custom-bury-buffer, not | |
1473 bury-buffer. | |
1474 | |
26450 | 1475 1999-11-15 Gerd Moellmann <gerd@gnu.org> |
1476 | |
26456 | 1477 * mail/rmail.el, iswitchb.el, hippie-exp.el, |
1478 progmodes/cperl-mode.el: Use new backquote syntax. | |
26450 | 1479 |
26445 | 1480 1998-09-14 Michael Ernst <mernst@alum.mit.edu> |
1481 | |
1482 * uniquify.el: Use new backquote syntax. | |
1483 | |
1484 1999-11-14 Markus Rost <rost@ias.edu> | |
26443 | 1485 |
1486 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r | |
1487 as in ispell-local-dictionary-alist. | |
1488 | |
26445 | 1489 1999-11-14 Alex Schroeder <alex@gnu.org> |
26440 | 1490 |
1491 * ansi-color.el (ansi-color-apply): Updated regexps to include | |
1492 highlighted face. | |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
1493 |
26445 | 1494 1999-01-14 Johan Vromans <jvromans@squirrel.nl> |
26437 | 1495 |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
1496 * forms.el (forms--make-format-elt-using-text-properties): |
26437 | 1497 Treat `intangible' differently. |
1498 | |
1499 * forms.el: Use new backquote syntax. | |
1500 | |
26434 | 1501 1999-11-13 Gerd Moellmann <gerd@gnu.org> |
1502 | |
1503 * textmodes/scribe.el (scribe-mode): Doc-fix. | |
1504 | |
26431
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
1505 1999-11-13 Peter Breton <pbreton@ne.mediaone.net> |
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
1506 |
26435 | 1507 * net-utils.el (run-network-program, net-utils-run-program): Use |
1508 the new backquote syntax. | |
1509 (smbclient-program, smbclient-program-options) | |
1510 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New | |
1511 variables | |
26431
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
1512 (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
|
1513 |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1514 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
|
1515 |
26435 | 1516 * emulation/viper-init.el (viper-deflocalvar, viper-loop) |
1517 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair) | |
1518 (viper-kbd-buf-definition, viper-kbd-mode-alist) | |
1519 (viper-kbd-mode-pair, viper-kbd-mode-definition) | |
1520 (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
|
1521 Use the new backquote syntax. |
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
1522 |
26435 | 1523 * emulation/viper-cmd.el (viper-test-com-defun) |
1524 (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
|
1525 Use the new backquote syntax. |
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
1526 |
26428
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
1527 * emacs-lisp/debug.el (debugger-env-macro): |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
1528 Use the new backquote syntax. |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
1529 |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
1530 * 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
|
1531 Use the new backquote syntax. |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
1532 |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1533 * 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
|
1534 New user variable. |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1535 (calendar-hide-window): Use it. |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1536 (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
|
1537 Use the new backquote syntax. |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1538 |
26424 | 1539 1999-11-12 Andrew Innes <andrewi@gnu.org> |
1540 | |
1541 * select.el (x-set-selection): Call buffer-substring, not | |
1542 substring. Also fix docstring | |
1543 | |
26422 | 1544 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl> |
1545 | |
1546 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list | |
1547 of customizable variables to bug report message. Added | |
1548 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
|
1549 |
26419 | 1550 1999-11-12 Gerd Moellmann <gerd@gnu.org> |
1551 | |
1552 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name | |
1553 to display file names. | |
1554 | |
26409 | 1555 1999-11-11 Gerd Moellmann <gerd@gnu.org> |
1556 | |
26411 | 1557 * mwheel.el: Fix copyright notice, don't require 'cl at run time. |
1558 | |
26409 | 1559 * isearch.el: Add lazy-highlighting feature. |
1560 | |
26406 | 1561 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl> |
1562 | |
1563 * progmodes/ps-mode.el (ps-mode-maintainer-address): New | |
1564 constant. | |
1565 (ps-mode-submit-bug-report): New function. Entry added to menu. | |
1566 | |
26399
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
1567 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
|
1568 |
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
1569 * 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
|
1570 |
26394 | 1571 1999-11-10 Gerd Moellmann <gerd@gnu.org> |
1572 | |
26406 | 1573 * startup.el (initial-scratch-message): Add ";;" to the front of |
1574 lines in the message. | |
1575 | |
26396 | 1576 * files.el (file-local-copy): Remove optional BUFFER argument |
1577 because that's not used by anything. | |
1578 | |
26394 | 1579 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as |
1580 to-address. | |
1581 | |
26387 | 1582 1999-11-08 Markus Rost <rost@ias.edu> |
1583 | |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1584 * wid-edit.el (widget-button-click): Wrap with save-excursion |
26387 | 1585 to restore track-mouse in the correct buffer. |
1586 | |
1587 1999-11-08 Gerd Moellmann <gerd@gnu.org> | |
1588 | |
1589 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com. | |
1590 | |
1591 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl> | |
1592 | |
1593 * progmodes/ps-mode.el (ps-mode-print-function): Changed default | |
1594 lpr-command to "lp" for some system-types. (copied from lpr.el | |
1595 Emacs version 20.2.1). | |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
1596 |
26362 | 1597 1999-11-04 Markus Rost <rost@ias.edu> |
1598 | |
1599 * simple.el (comment-region): Strip off white space at end of | |
1600 comment-start. | |
1601 | |
26354 | 1602 1999-11-04 Gerd Moellmann <gerd@gnu.org> |
1603 | |
1604 * faces.el (secondary-selection): Fix wrong color name. | |
1605 | |
26352 | 1606 1999-11-04 John Tobey <jtobey@epsilondev.com> |
1607 | |
1608 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0", | |
1609 the default when invoking perldb in a non-Perl buffer, and other | |
1610 cases involving -e or --. | |
1611 | |
26342 | 1612 1999-11-04 Gerd Moellmann <gerd@gnu.org> |
1613 | |
26352 | 1614 * simple.el (previous-matching-history-element) |
1615 (next-history-element): Use delete-field instead of erase-field. | |
1616 | |
1617 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit): | |
1618 Use delete-field instead of erase-field. | |
1619 | |
26344 | 1620 * faces.el (secondary-selection): Change background to yellow. |
1621 | |
26342 | 1622 * complete.el (PC-do-completion): Use minibuffer-prompt-end to |
1623 find the start of the text. Use field-string to read the user | |
1624 input. | |
1625 | |
26333 | 1626 1999-11-03 Gerd Moellmann <gerd@gnu.org> |
1627 | |
26338 | 1628 * faces.el (make-face-bold, make-face-unbold, make-face-italic) |
1629 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument | |
1630 for compatibility with old face implementation. | |
1631 | |
26336 | 1632 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit): |
1633 Use erase-field instead of erase-buffer. | |
1634 | |
26333 | 1635 * frame.el (blink-cursor-mode, blink-cursor-end): Use |
1636 internal-show-cursor with new interface. | |
1637 (blink-cursor-timer-function): New. | |
1638 (blink-cursor-start): Use blink-cursor-timer-function. | |
1639 | |
26331 | 1640 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
1641 | |
1642 * calendar.el (redraw-calendar): Move to nearest date before | |
1643 redrawing. | |
1644 | |
1645 * diary-lib.el (simple-diary-display): Reset modeline even if | |
1646 there are no diary entries since the diary buffer may be displayed. | |
1647 | |
26326 | 1648 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1649 | |
1650 * emacs-lisp/debug.el (debug): If noninteractive, display the | |
1651 backtrace using `message', then exit Emacs. | |
1652 (debugger-batch-max-lines): New variable. | |
1653 (debugger-setup-buffer): New subroutine, broken out of `debug'. | |
1654 Change the messages put at the start, to say that the debugger | |
1655 was entered. | |
1656 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1657 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
|
1658 |
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1659 * 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
|
1660 |
26295 | 1661 1999-11-01 John Tobey <jtobey@epsilondev.com> |
1662 | |
1663 * gud.el: (gud-perldb-massage-args): Massage correctly in the | |
1664 presence of perl switches other than "-e". | |
1665 | |
26287 | 1666 1999-11-01 Markus Rost <rost@ias.edu> |
1667 | |
1668 * dired-x.el (dired-smart-shell-command): Use | |
1669 shell-command-history as in shell-command. | |
1670 | |
26282 | 1671 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1672 | |
1673 * userlock.el (ask-user-about-lock): Doc fix. | |
1674 | |
26285 | 1675 * frame.el: Doc fixes. |
1676 | |
26271 | 1677 1999-11-01 Gerd Moellmann <gerd@gnu.org> |
1678 | |
26279 | 1679 * frame.el (blink-cursor-mode): Call internal-show-cursor instead |
1680 of show-cursor. | |
1681 (blink-cursor-start, blink-cursor-end): Ditto. | |
1682 | |
26271 | 1683 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode. |
1684 | |
26269 | 1685 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1686 | |
1687 * window.el (walk-windows): If ALL-FRAMES is a frame, | |
1688 start on that frame. Use save-selected-window. | |
1689 | |
26266 | 1690 1999-11-01 Gerd Moellmann <gerd@gnu.org> |
1691 | |
1692 * simple.el (end-of-buffer): Use window-end to find the window end | |
1693 instead of vertical-motion because this handles variable-height | |
1694 lines correctly. | |
1695 | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1696 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu> |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1697 |
26266 | 1698 * 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
|
1699 |
26266 | 1700 * 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
|
1701 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
|
1702 windows. |
26266 | 1703 (ediff-file-checked-in-p): Don't consider CVS |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1704 files checked in. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1705 (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
|
1706 are writing to a newly created empty file. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1707 |
26266 | 1708 * 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
|
1709 |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1710 * ediff-vers.el (ediff-pcl-cvs-view-revision): |
26266 | 1711 First cd to the file directory. reportedly works |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1712 better with remote files. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1713 |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1714 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal): |
26266 | 1715 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
|
1716 |
26271 | 1717 * ediff-diff.el (ediff-cmp-options): New variable. |
26267 | 1718 (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
|
1719 |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1720 * ediff-ptch.el (ediff-prompt-for-patch-buffer, |
26266 | 1721 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
|
1722 patch. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1723 |
26271 | 1724 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c |
1725 C-g | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1726 |
26266 | 1727 * viper-util.el (viper-nontrivial-find-file-function): Deleted. |
1728 (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
|
1729 (viper-save-cursor-color,viper-restore-cursor-color): |
26266 | 1730 Improved cursor color handling. |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1731 (viper-get-saved-cursor-color-in-replace-mode, |
26266 | 1732 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
|
1733 better cursor color handling. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1734 |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1735 * viper-ex.el (ex-read,ex-edit): |
26266 | 1736 Fixes for correct interpretation of #,%. |
1737 (viper-ex): Now works correctly when called from other functions. | |
1738 (viper-glob-function): New variable. | |
1739 (viper-ex): Save excursion before doing :global. | |
1740 | |
1741 * 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
|
1742 |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1743 * viper-cmd.el (viper-post-command-sentinel, |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1744 viper-insert-state-post-command-sentinel, |
26266 | 1745 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
|
1746 cursor colors. |
26267 | 1747 |
1748 * viper.el: Version change. | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
1749 |
26260 | 1750 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com> |
1751 | |
1752 * whitespace.el (whitespace-update-modeline): Bugfix to ensure | |
1753 that the modeline display was updated *only* when | |
1754 `whitespace-display-in-modeline' was set, not otherwise. | |
1755 | |
26248 | 1756 1999-10-30 Gerd Moellmann <gerd@gnu.org> |
1757 | |
26251 | 1758 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to |
1759 "frac12". | |
1760 | |
26248 | 1761 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for |
1762 ad-activate. | |
1763 | |
26246 | 1764 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com> |
1765 | |
26254 | 1766 * whitespace.el: Test for existence of `defcustom' and `defgroup' |
1767 using fboundp instead of assuming that these are not present in | |
1768 particular flavors of emacs. | |
1769 (whitespace-version): Update to 2.8 | |
1770 (whitespace-display-in-modeline): Add custom variable to control | |
1771 displaying the whitespace errors on the modeline based on | |
1772 suggestion from <klaus.berndl@sdm.de> | |
1773 (whitespace-buffer): Now returns `t' if unclean and `nil' if | |
1774 clean, to enable using as a hook function, as suggested by Puneet | |
1775 Goel <puneet@computer.org> | |
1776 (whitespace-buffer): Fix a subtle bug that cleaned up only if | |
1777 quiet was not set, even with whitespace-auto-cleanup set. | |
1778 (whitespace-mode-line): Now uses less modeline real estate and | |
1779 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace | |
1780 which is present in the file, and <y> is any type of whitespace | |
1781 whose check has been suppressed by setting | |
26246 | 1782 `whitespace-check-<whitespace-type>' to nil. |
26254 | 1783 (whitespace-unchecked-whitespaces): New function to return the |
1784 list of whitespaces for whom checks have been suppressed. | |
1785 (whitespace-display-unchecked-whitespaces): Renamed to | |
1786 `whitespace-update-modeline' to reflect its functionality. | |
26246 | 1787 |
26244 | 1788 1999-10-30 Gerd Moellmann <gerd@gnu.org> |
1789 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1790 * progmodes/compile.el (compilation-error-regexp-alist): |
26244 | 1791 Undo previous change. |
1792 | |
26232 | 1793 1999-10-28 Dave Love <fx@gnu.org> |
1794 | |
1795 * help.el (help-follow): Make arg optional again and really | |
1796 default to point. | |
1797 | |
26228 | 1798 1999-10-28 Gerd Moellmann <gerd@gnu.org> |
1799 | |
26234 | 1800 * 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
|
1801 |
26228 | 1802 * progmodes/ada-mode.el, progmodes/ada-prj.el, |
1803 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and | |
1804 comment fixes. | |
1805 | |
26231 | 1806 * 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
|
1807 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
|
1808 |
26223 | 1809 1999-10-27 Dave Love <fx@gnu.org> |
1810 | |
1811 * progmodes/compile.el: Checkdoc-inspired fixes. | |
1812 | |
26220 | 1813 1999-10-27 Gerd Moellmann <gerd@gnu.org> |
1814 | |
1815 * lpr.el (print-buffer): Doc-string fix. | |
1816 | |
26218 | 1817 1999-10-27 Dave Love <fx@gnu.org> |
1818 | |
1819 * emacs-lisp/advice.el: Doc fixes. | |
1820 (ad-lemacs-p): Removed. | |
1821 (advice): Add :link to defgroup. | |
1822 | |
26209 | 1823 1999-10-27 Kenichi Handa <handa@etl.go.jp> |
1824 | |
1825 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change | |
1826 last-coding-system-used by the call of ange-ftp-set-ascii-mode. | |
1827 | |
26617
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1828 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
|
1829 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1830 * window.el (walk-windows): If ALL-FRAMES is a frame, |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1831 start on that frame. Use save-selected-window. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
1832 |
26207 | 1833 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1834 | |
1835 * emacs-lisp/advice.el (ad-activate-internal): Renamed from | |
1836 ad-activate. All callers changed, including those in data.c. | |
1837 (ad-activate-internal-off): Renamed from ad-activate-off. | |
1838 All uses changed. | |
1839 (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
|
1840 (ad-start-advice, ad-stop-advice, ad-recover-normality): |
26207 | 1841 Alter the definition of ad-activate-internal, not ad-activate. |
1842 | |
26196 | 1843 1999-10-26 Gerd Moellmann <gerd@gnu.org> |
1844 | |
1845 * startup.el (command-line-1): Add support for command line | |
1846 arguments `file' and `execute'. Fix handling of `visit'. | |
1847 | |
26191 | 1848 1999-10-26 Kenichi Handa <handa@etl.go.jp> |
1849 | |
1850 * international/mule-cmds.el (read-input-method-name): Handle the | |
1851 case that the arg DEFAULT is symbol. | |
1852 | |
1853 * international/mule-diag.el (mule-diag): Handle the case that | |
1854 default-input-method is symbol. | |
1855 | |
26187 | 1856 1999-10-26 Gerd Moellmann <gerd@gnu.org> |
1857 | |
1858 * textmodes/tildify.el: New file. | |
1859 | |
26184 | 1860 1999-10-25 Sam Steingold <sds@ksp.com> |
1861 | |
1862 * Makefile (compile-files): Fixed the "tr" strings. | |
1863 (EMACS): Set to ../src/emacs. | |
1864 | |
26173 | 1865 1999-10-25 Gerd Moellmann <gerd@gnu.org> |
1866 | |
1867 * info.el (Info-build-node-completions): Add '("*") to the | |
1868 completion list. | |
1869 | |
26167 | 1870 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1871 | |
1872 * frame.el (auto-raise-mode): When enabling the mode, | |
1873 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
|
1874 |
26170 | 1875 * indent.el (indent-region): Doc fix. |
1876 | |
26175 | 1877 * comint.el (comint-output-filter): Make the Comint buffer current |
1878 for the comint-preoutput-filter-functions. | |
1879 | |
26177 | 1880 * mail/reporter.el: Doc fix. |
1881 | |
26156
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
1882 1999-10-24 Stephen Eglen <stephen@gnu.org> |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
1883 |
26158
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
1884 * 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
|
1885 that Octave lisp files can also run under XEmacs 20. |
26158
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
1886 (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
|
1887 |
26156
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
1888 * iswitchb.el (iswitchb-default-keybindings): No need to use |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
1889 read-kbd-macro in keybindings. |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
1890 |
26151 | 1891 1999-10-23 Dave Love <fx@gnu.org> |
1892 | |
1893 * elide-head.el: New file. | |
1894 | |
26148 | 1895 1999-10-23 Gerd Moellmann <gerd@gnu.org> |
1896 | |
1897 * Makefile (compile-files, backup-compiled-files): New targets. | |
1898 (bootstrap, bootstrap-clean): Ditto. | |
1899 | |
26138
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1900 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
|
1901 |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1902 * international/mule-cmds.c (locale-language-names): |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1903 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
|
1904 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
|
1905 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet). |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1906 Use Latin-8 for Welsh. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1907 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
|
1908 Use Latin-1 for Scots Gaelic, Tagalog. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1909 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
|
1910 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
|
1911 (locale-preferred-coding-systems, locale-language-names): |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1912 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
|
1913 does this. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1914 (locale-charset-language-names): New variable. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1915 (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
|
1916 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
|
1917 language name specified by locale-language-names. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1918 |
26132 | 1919 1999-10-22 Dave Love <fx@gnu.org> |
1920 | |
26137 | 1921 * make-mode.el: Minor doc fixes. |
1922 | |
26132 | 1923 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure. |
1924 | |
26129 | 1925 1999-10-21 Dave Love <fx@gnu.org> |
1926 | |
1927 * loadup.el: Add latin-8, latin-9. | |
1928 | |
26124
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
1929 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
|
1930 |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
1931 * 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
|
1932 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
|
1933 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
|
1934 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
|
1935 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
|
1936 |
26121 | 1937 1999-10-20 Gerd Moellmann <gerd@gnu.org> |
1938 | |
1939 * dired.el (dired-move-to-filename-regexp): Fix long comment lines | |
1940 that were split so that part of the comment appeared as Lisp code. | |
1941 | |
26117 | 1942 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1943 | |
1944 * ps-bdf.el: Doc fix. | |
1945 | |
1946 * ps-print-def.el: New file: common definitions for all parts of | |
1947 ps-print. | |
1948 (ps-multibyte-buffer): Moved from ps-mule. | |
1949 | |
1950 * ps-mule.el: File dependence fix. | |
1951 (ps-multibyte-buffer): Moved to ps-print-def. | |
1952 | |
1953 * ps-print.el: Doc fix, better customization. | |
1954 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble) | |
1955 (ps-print-color-p, ps-printing-region-p, ps-n-up-database) | |
1956 (ps-end-file): Doc fix. | |
1957 (ps-setup, ps-begin-file): Fun fix. | |
1958 (postscript): New group. | |
1959 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars. | |
1960 (ps-print-prologue-1): Adjust PostScript programming. | |
1961 (ps-print): Adjust group hierarchy. | |
1962 (ps-print-n-up, ps-print-zebra, ps-print-background, | |
1963 ps-print-printer) | |
1964 (ps-print-page): New subgroups. | |
1965 (ps-print-prologue-header, ps-printer-name, ps-lpr-command) | |
1966 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type) | |
1967 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing) | |
1968 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes) | |
1969 (ps-zebra-stripe-height, ps-print-background-image) | |
1970 (ps-print-background-text, ps-spool-config): Adjust customization. | |
1971 (dos-ps-printer): Definition eliminated. | |
1972 | |
1973 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
1974 | |
1975 * ps-mule.el: Doc fix, define functions properly if mule package is | |
1976 loaded or not. | |
1977 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if | |
1978 mule package is loaded or not. | |
1979 | |
1980 * ps-print.el: Doc fix, n-up printing. | |
1981 (ps-print-version): New version number (5.0). | |
1982 (ps-page-dimensions-database): Added document media. | |
1983 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling) | |
1984 (ps-page-order, ps-printing-region-p): New vars. | |
1985 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New | |
1986 funs. | |
1987 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines) | |
1988 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn) | |
1989 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end) | |
1990 (ps-n-up-xstart, ps-n-up-ystart): New macros. | |
1991 (ps-print-begin-sheet-hook): New hook. | |
1992 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New | |
1993 const. | |
1994 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job) | |
1995 (ps-end-file, ps-dummy-page, ps-generate): Fix funs. | |
1996 (ps-print-prologue-1): Adjust PostScript programming for n-up printing. | |
1997 (ps-count-lines): Changed to defun. | |
1998 (ps-header-page): Changed to defsubst, fix fun. | |
1999 (ps-printing-region): Doc fix, adjust programming code. | |
2000 (ps-output-boolean, ps-background-pages, ps-background-text) | |
2001 (ps-background-image, ps-background, ps-get-boundingbox): Adjust | |
2002 programming code. | |
2003 | |
2004 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
2005 | |
2006 * ps-print.el: Doc fix, duplex and setpagedevice configuration. | |
2007 (ps-print-version): New version number (4.2). | |
2008 (ps-spool-config, ps-spool-tumble): New vars. | |
2009 (ps-print-prologue-1): Changed to defconst, adjust PostScript | |
2010 programming, new PostScript procedure to handle errors. | |
2011 (ps-print-prologue-2): Changed to defconst. | |
2012 (ps-print-duplex-feature): New const: duplex and tumble setting. | |
2013 (ps-setup, ps-begin-file): Fix funs. | |
2014 (ps-boolean-capitalized): New fun. | |
2015 | |
26112
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
2016 1999-10-19 Stefan Monnier <monnier@cs.yale.edu> |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
2017 |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
2018 * Makefile (dontcompilefiles): Obsoleted. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
2019 (DONTCOMPILE): Added emacs-lisp/cl-specs.el. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
2020 (EL): Unused. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
2021 (temacs): Removed (unused). |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
2022 (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
|
2023 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
|
2024 (autoloads): Force the use of `pwd`/loaddefs.el. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
2025 (updates); Redefined in terms of other targets to reduce redundancy. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
2026 (.el.elc): New default rule, just in case you want it. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
2027 (compile): Use a single invocation of Emacs. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
2028 (bootstrap-compile); Unneeded. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
2029 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
2030 |
26102 | 2031 1999-10-19 Dave Love <fx@gnu.org> |
2032 | |
2033 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug. | |
2034 | |
26100 | 2035 1999-10-19 Sam Steingold <sds@ksp.com> |
2036 | |
2037 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to | |
2038 comply with the comment. | |
2039 | |
26098 | 2040 1999-10-19 Gerd Moellmann <gerd@gnu.org> |
2041 | |
2042 * autorevert.el (auto-revert-mode): Make auto-revert-mode | |
2043 permanent-local. | |
2044 | |
26094 | 2045 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
|
2046 |
26094 | 2047 * progmodes/ps-mode.el (ps-mode-print-function): Fix default |
2048 value: \"lpr\" changed to "lpr" | |
2049 (ps-mode-version): New constant | |
2050 (ps-mode-show-version): New function, added key in ps-mode-map | |
2051 (ps-run-messages): Removed | |
2052 (ps-run-font-lock-keywords-2): New defcustom variable replacing | |
2053 ps-run-messages. These keywords now include the value of | |
2054 ps-run-prompt, making its fontification customizable. | |
2055 (ps-run-init): Removed \\n from docstring, it is now added when | |
2056 the value is used | |
2057 (ps-run-font-lock-keywords-1): Added checking for initial ^ in | |
2058 ps-run-prompt | |
2059 (ps-mode): Added ps-run-font-lock-keywords-2 to list of | |
26095 | 2060 customizable variables in doc-string (its equivalent |
26094 | 2061 ps-run-messages was missing in previous version of the doc-string) |
2062 (ps-run-mode): Simplified assignment to font-lock-defaults, using | |
2063 symbols only | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2064 |
26091 | 2065 1999-10-19 Alex Schroeder <alex@gnu.org> |
2066 | |
2067 * ansi-color.el: Complete rewrite. | |
2068 | |
26084
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2069 1999-10-19 Paul Eggert <eggert@twinsun.com> |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2070 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2071 Fix bootstrapping problems. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2072 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
|
2073 |
26084
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2074 * international/mule-cmds.el (global-map): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2075 Do not use backquote, because that makes a bootstrapping |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2076 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
|
2077 * international/mule.el (charset-id, charset-bytes, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2078 charset-dimension, charset-chars, charset-width, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2079 charset-direction, charset-iso-final-char, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2080 charset-iso-graphic-plane, charset-reverse-charset, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2081 charset-short-name, charset-long-name, charset-description, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2082 charset-plist): Likewise. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2083 * subr.el (save-match-data): Likewise. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2084 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2085 * international/mule-cmds.el |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2086 (set-display-table-and-terminal-coding-system): New function, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2087 containing code migrated out of set-language-environment. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2088 (set-language-environment, set-locale-environment): Use it. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2089 (locale-translation-file-name): Moved here from startup.el. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2090 (locale-language-names, locale-preferred-coding-systems): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2091 New vars. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2092 (locale-name-match, set-locale-environment): New functions. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2093 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2094 * language/japan-util.el (setup-japanese-environment-internal): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2095 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
|
2096 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2097 * startup.el (iso-8859-n-locale-regexp): Remove. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2098 (locale-translation-file-name): Move to mule-cmds.el. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2099 (command-line): Move locale-stuff into set-locale-environment. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
2100 |
26080 | 2101 1999-10-18 Dave Love <fx@gnu.org> |
2102 | |
2103 * abbrev.el (add-abbrev, inverse-add-abbrev) | |
2104 (expand-region-abbrevs): Remove properties from buffer text. | |
2105 | |
26064 | 2106 1999-10-17 Gerd Moellmann <gerd@gnu.org> |
2107 | |
26066 | 2108 * iswitchb.el (iswitchb-exhibit): Extract user-input only |
2109 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
|
2110 |
26064 | 2111 * simple.el (minibuffer-prompt-end): Return the position |
2112 after the prompt, not the position of that last character | |
2113 of the prompt. | |
2114 | |
26061 | 2115 1999-10-17 Miles Bader <miles@gnu.org> |
2116 | |
2117 * simple.el: Doc fixes. | |
2118 | |
2119 1999-10-17 Miles Bader <miles@gnu.org> | |
2120 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2121 * simple.el (previous-matching-history-element, next-history-element): |
26061 | 2122 Change to work correctly even if the point is in the prompt. |
2123 (choose-completion-string): Likewise. | |
2124 (minibuffer-prompt-width): New function (compatibility with old subr). | |
2125 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2126 * textmodes/paragraphs.el (forward-sentence, forward-paragraph): |
26061 | 2127 When constraining the final position to the current field, |
2128 don't use the ONLY-IN-LINE mode of constrain-to-field. | |
2129 | |
2130 1999-10-17 Miles Bader <miles@gnu.org> | |
2131 | |
2132 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to | |
2133 constrain-to-field. | |
2134 * textmodes/paragraphs.el (forward-sentence): Likewise. | |
2135 | |
2136 1999-10-17 Miles Bader <miles@gnu.org> | |
2137 | |
2138 * simple.el (line-move): Use constrain-to-field to avoid | |
2139 moving into a prompt. | |
2140 (previous-complete-history-element): Clarify doc string. | |
2141 (next-complete-history-element): Likewise. | |
2142 Use field-beginning instead of point-min. | |
2143 (next-matching-history-element): Use field-beginning and | |
2144 erase-field instead of point-min and erase-buffer. | |
2145 * textmodes/paragraphs.el | |
2146 (forward-paragraph, forward-sentence): Likewise. | |
2147 (backward-kill-paragraph, backward-kill-sentence): Remove code to | |
2148 constrain the kill to an field, as the movement commands now | |
2149 do this. | |
2150 | |
2151 1999-10-17 Miles Bader <miles@gnu.org> | |
2152 | |
2153 * simple.el (previous-matching-history-element): Get the | |
2154 minibuffer input with field-string instead of buffer-string. | |
2155 (choose-completion-string): Likewise. | |
2156 (next-history-element): Likewise. | |
2157 Erase the minibuffer input with erase-field, not erase-buffer. | |
2158 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
|
2159 * textmodes/paragraphs.el (backward-kill-sentence): |
26061 | 2160 Remove minibuffer-prompt hack. |
2161 Constrain to any input field. | |
2162 | |
26053 | 2163 1999-10-17 Sam Steingold <sds@ksp.com> |
2164 | |
2165 * bindings.el (completion-ignored-extensions): Added ".sparcf" | |
2166 for CMUCL on sparc and ".ufsl" for LispWorks. | |
2167 (bound-and-true-p): Bugfix: free variable `v'. | |
2168 | |
26050 | 2169 1999-10-16 Dave Love <d.love@dl.ac.uk> |
2170 | |
2171 * emacs-lisp/edebug.el (edebug-install-read-eval-functions) | |
2172 (edebug-uninstall-read-eval-functions): Use load-read-function, | |
2173 avoiding elisp-eval. | |
2174 | |
26048 | 2175 1999-10-16 Sam Steingold <sds@ksp.com> |
2176 | |
2177 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq' | |
2178 instead of `eql'. | |
2179 | |
26039
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2180 1999-10-14 Stefan Monnier <monnier@cs.yale.edu> |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2181 |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2182 * 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
|
2183 * 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
|
2184 (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
|
2185 * ediff-util.el (ediff-make-temp-file): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2186 * ediff-vers.el (ediff-pcl-cvs-view-revision): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2187 * emerge.el (emerge-make-temp-file): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2188 * 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
|
2189 * vc.el (vc-update-change-log): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2190 * mail/mailpost.el (post-mail-send-it): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2191 * mail/metamail.el (metamail-region): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2192 * progmodes/cmacexp.el (c-macro-expansion): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2193 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file. |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
2194 |
26029 | 2195 1999-10-15 Gerd Moellmann <gerd@gnu.org> |
2196 | |
2197 * smtpmail.el (smtpmail-via-smtp): Add support for | |
2198 automatically appending a domain to RCPT TO: addresses. | |
2199 | |
26027 | 2200 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2201 | |
2202 * dired.el (dired-insert-directory): Insert the amount of | |
2203 free space after the total size. | |
2204 (dired-free-space-program, dired-free-space-args): New variables. | |
2205 | |
26023 | 2206 1999-10-14 Karl Heuer <kwzh@gnu.org> |
2207 | |
2208 * mail/rmail.el (rmail-pop-password-error): Add new pattern. | |
2209 | |
26017 | 2210 1999-10-14 Dave Love <fx@gnu.org> |
2211 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2212 * international/characters.el: |
26017 | 2213 * international/fontset.el: |
2214 * international/mule-conf.el: Add latin-iso8859-1[45]. | |
2215 | |
2216 * language/european.el: Add Latin-8, Latin-9. Modify some doc | |
2217 strings. | |
2218 | |
2219 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89]. | |
2220 (command-line): Detect Latin-[89] locales. | |
2221 | |
26011 | 2222 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> |
2223 | |
2224 * international/mule-cmds.el (select-safe-coding-system) | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2225 (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
|
2226 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
|
2227 integer 0 during the loadup.el process. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2228 |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2229 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially. |
26011 | 2230 |
26008 | 2231 1999-10-13 Dave Love <fx@gnu.org> |
2232 | |
2233 * image.el (insert-image): Copy the image spec and add an | |
2234 intangible property. | |
2235 | |
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
2236 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
|
2237 |
26008 | 2238 * help.el (help-xref-interned): Make it also work on variable-only |
2239 and function-only symbols. | |
2240 (help-make-xrefs): Take advantage of the new `help-xref-interned'. | |
2241 (help-follow): If the point under mouse is not highlighted, try | |
2242 `help-xref-interned' on the pointed-to symbol anyway. | |
2243 | |
2244 * info.el (Info-on-current-buffer): New entry point. | |
2245 (Info-find-node): Split into two for Info-on-current-buffer to | |
2246 hook into it. | |
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
2247 (Info-current-file, Info-set-mode-line, Info-up): |
26008 | 2248 Info-current-file can now be t. |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2249 (Info-clone-buffer-hook): Function for `clone-buffer'. |
26008 | 2250 (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
|
2251 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
|
2252 |
26002
4f46db3c9d7d
* subr.el (with-current-buffer): don't use backquotes to avoid
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26001
diff
changeset
|
2253 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
|
2254 |
26008 | 2255 * simple.el (shell-command, shell-command-on-region): Use |
2256 make-temp-file. | |
2257 (clone-buffer, clone-process, clone-buffer-hook): New functions. | |
2258 | |
2259 * subr.el (with-current-buffer): Don't use backquotes to avoid | |
2260 bootstrapping problems. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2261 |
26008 | 2262 * loadup.el (load-path): Add subdirs for bootstrapping. |
2263 (docstrings): Ignore errors during bootstrapping. | |
2264 (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
|
2265 |
26001 | 2266 1999-10-12 Emmanuel Briot <briot@gnat.com> |
2267 | |
2268 * ada-stmt.el: Doc-string fixes. | |
2269 | |
25991 | 2270 1999-10-12 Gerd Moellmann <gerd@gnu.org> |
2271 | |
25998 | 2272 * recentf.el: New file. |
2273 | |
25991 | 2274 * ps-mode.el: New file. |
2275 | |
2276 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps, | |
2277 case insensitive. | |
2278 | |
25985 | 2279 1999-10-12 Richard Sharman <rsharman@pobox.com> |
2280 | |
2281 * sh-script.el: Added support for indenting existing scripts. | |
2282 (sh-mode-map): Added new bindings. | |
2283 (sh-mode): Updated mode doc-string for new commands, added | |
2284 make-local-variable calls, initialize mode-specific variables. | |
2285 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line | |
2286 is now a different function. | |
2287 (sh-header-marker): Changed docstring. | |
2288 (sh-set-shell): Initialize mode-specific variables. | |
2289 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select) | |
2290 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts): | |
2291 Changed these define-skeleton calls to work with user-specified | |
2292 indentation settings. | |
2293 (sh-basic-indent-line, sh-blink, sh-calculate-indent) | |
2294 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing) | |
2295 (sh-electric-hash, sh-electric-less, sh-electric-rparen) | |
2296 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info) | |
2297 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word) | |
2298 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if) | |
2299 (sh-guess-basic-offset, sh-handle-after-case-label) | |
2300 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do) | |
2301 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac) | |
2302 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open) | |
2303 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close) | |
2304 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else) | |
2305 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case) | |
2306 (sh-handle-this-then, sh-help-string-for-variable) | |
2307 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent) | |
2308 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init) | |
2309 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp) | |
2310 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style) | |
2311 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable) | |
2312 (sh-remove-our-text-properties, sh-rescan-buffer) | |
2313 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp) | |
2314 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer) | |
2315 (sh-scan-case, sh-search-word, sh-set-char-syntax) | |
2316 (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
|
2317 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New |
25985 | 2318 functions. |
2319 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax) | |
2320 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done) | |
2321 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done) | |
2322 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist) | |
2323 (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
|
2324 |
25983 | 2325 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk> |
2326 | |
25999 | 2327 * quickurl.el (quickurl-list-insert): `count-lines' was returning |
2328 a value one line to high if the cursor wasn't at the start of a | |
2329 line. A `beginning-of-line' is now performed before making the | |
2330 call to `count-lines'. | |
25983 | 2331 |
25979
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
2332 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
|
2333 |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2334 * 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
|
2335 |
25960 | 2336 1999-10-09 Stefan Monnier <monnier@cs.yale.edu> |
2337 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2338 * Makefile (setwins): Abstract out the command to find subdirectories |
25962 | 2339 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base). |
25970 | 2340 (custom-deps, finder-data, autoloads, update-subdirs, updates) |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2341 (autoloads-with-other-emacs): Use it. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2342 |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2343 * diff-mode.el: New file. A mode for viewing/editing context diffs. |
25960 | 2344 |
25942 | 2345 1999-10-09 Gerd Moellmann <gerd@gnu.org> |
2346 | |
2347 * Makefile (bootstrap-compile): New target. Compile Lisp | |
2348 files with ../src/temacs. | |
2349 | |
25939 | 2350 1999-10-08 Simon Marshall <simon@gnu.org> |
2351 | |
2352 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function. | |
2353 (regexp-opt-group): Use it to get common suffixes in STRINGS. | |
2354 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
|
2355 |
25937 | 2356 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
2357 | |
2358 * Makefile (compile): Compile files one by one. Set load-path to | |
2359 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
|
2360 |
25918 | 2361 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
2362 | |
2363 * Makefile (EMACSOPT, DONTCOMPILE, EL): New. | |
2364 (emacs): Use it everywhere instead of EMACS. | |
2365 (compile): New target. Compile all Lisp files from scratch. | |
2366 (recompile): New target. Recompile lisp directory. | |
2367 (autoloads-with-other-emacs): New target. Build loaddefs.el with | |
2368 an Emacs executable not built in the current directory tree. | |
2369 | |
25908 | 2370 1999-10-07 Peter Breton <pbreton@ne.mediaone.net> |
2371 | |
2372 * filecache.el (file-cache-completion-ignore-case): New variable, | |
2373 defaulting to the value of completion-ignore-case. | |
2374 (file-cache-minibuffer-complete): Use it. | |
2375 (file-cache-files-matching, file-cache-files-matching-internal): | |
2376 New functions. | |
2377 | |
25905
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2378 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
|
2379 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2380 * 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
|
2381 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2382 * 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
|
2383 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2384 * 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
|
2385 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2386 * 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
|
2387 subprogram being created. |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2388 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2389 * 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
|
2390 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
|
2391 scheme |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2392 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2393 * 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
|
2394 New functions |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2395 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2396 * 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
|
2397 justification parameter |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2398 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2399 * 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
|
2400 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
|
2401 external program |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
2402 |
25900 | 2403 1999-10-07 Dave Love <fx@gnu.org> |
2404 | |
2405 * bindings.el (bound-and-true-p): New macro. | |
2406 (make-mode-line-mouse-sensitive): Don't require easymenu. | |
2407 | |
25886 | 2408 1999-10-07 Gerd Moellmann <gerd@gnu.org> |
2409 | |
2410 * custom.el (defface): Extend documentation for new values of | |
2411 `type'. | |
2412 | |
2413 * faces.el (face-spec-set-match-display): Recognize `type' of | |
2414 `motif', `lucid', `x-toolkit'. | |
2415 (menu): New face. | |
2416 | |
25870 | 2417 1999-10-05 Dave Love <fx@gnu.org> |
2418 | |
2419 * files.el: Recognize temporary crontab files. | |
2420 | |
25873 | 2421 * info.el: Require jka-compr when compiling. |
2422 (Info-suffix-list): Add bzip2 files (non-ms-dos only). | |
2423 | |
25866 | 2424 1999-10-04 Dave Love <fx@gnu.org> |
2425 | |
2426 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines, | |
2427 scroll-up-aggressively, scroll-down-aggressively. | |
2428 | |
2429 * 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
|
2430 |
25867 | 2431 * rect.el (delete-extract-rectangle): Doc fix from verna. |
25866 | 2432 |
2433 * help-macro.el (three-step-help): Customize. | |
2434 | |
25926 | 2435 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2436 | |
2437 * hexl.el (hexlify-buffer): Move point in proper range | |
2438 if it is too large. | |
2439 (hexl-after-revert-hook): Update hexl-max-address. | |
2440 (hexl-address-to-marker): Doc fix. | |
2441 | |
25865 | 2442 1999-10-03 Dave Love <fx@gnu.org> |
2443 | |
2444 * image.el (defimage): Remove redundant code. Substitute file in | |
2445 image plist. | |
2446 | |
2447 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
2448 | |
2449 * vc.el (vc-backend-checkout): Use coding system 'no-conversion | |
2450 when doing with-temp-file. | |
2451 | |
2452 1999-10-01 Dave Love <fx@gnu.org> | |
2453 | |
2454 * cus-edit.el (custom-comment-create): Fill :from and :to slots. | |
2455 | |
2456 * help.el: Require view when compiling. | |
2457 (view-emacs-FAQ): Use Info version. | |
2458 | |
25837 | 2459 1999-09-29 Ken'ichi Handa <handa@gnu.org> |
2460 | |
2461 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed | |
2462 (normat->normal). Use correct font names for Korean | |
2463 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H). | |
2464 | |
2465 1999-09-29 Kenichi Handa <handa@etl.go.jp> | |
2466 | |
2467 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit | |
2468 code not used by KOI8 to the same 8-bit code instead of mapping to | |
2469 SPC. | |
2470 (cyrillic-alternativnyj-decode-table): Likewise. | |
2471 | |
2472 1999-09-29 Alex Schroeder <alex@gnu.org> | |
2473 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2474 * sql.el (sql-imenu-generic-expression): Aew, used to set |
25837 | 2475 imenu-generic-expression. |
2476 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting | |
2477 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression, | |
2478 imenu-case-fold-search, and imenu-syntax-alist. | |
2479 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when | |
2480 setting font-lock-defaults' SYNTAX-ALIST. | |
2481 | |
26025 | 2482 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2483 | |
2484 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard | |
2485 macro, try again. | |
2486 | |
25837 | 2487 1999-09-28 Dave Love <fx@gnu.org> |
2488 | |
2489 * cus-edit.el (custom-comment): Change widget definition. | |
2490 (custom-comment-create, custom-comment-show) | |
2491 (custom-comment-invisible-p): Don't use :comment-overlay. | |
2492 (custom-comment-hide): New function. | |
2493 (custom-variable-set, custom-variable-save) | |
2494 (custom-variable-reset-standard, custom-face-set) | |
2495 (custom-face-save): Use it. | |
2496 | |
25946 | 2497 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2498 | |
25949 | 2499 * hexl.el (hexl-mode): Do nothing if already in hexl mode. |
2500 | |
2501 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
2502 | |
25946 | 2503 * faces.el (region): Doc fix. |
2504 | |
25837 | 2505 1999-09-27 Dave Love <fx@gnu.org> |
2506 | |
2507 * isearch.el (isearch): Add :links in defgroup. | |
2508 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank. | |
2509 (isearch-switch-frame-handler): Comment out (unused). | |
2510 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix. | |
2511 (isearch-ring-retreat-edit): Doc fix. | |
2512 (isearch-mouse-yank): New command. | |
2513 (isearch-last-command-char): Removed. Callers changed to use | |
2514 last-command-char. | |
2515 (isearch-char-to-string): Removed. Callers changed to use | |
2516 char-to-string. | |
2517 | |
25944 | 2518 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> |
2519 | |
2520 * ispell.el (ispell-dictionary-alist-6): Don't use "-C" | |
2521 option for Russian. | |
2522 | |
25837 | 2523 1999-09-25 Gerd Moellmann <gerd@gnu.org> |
2524 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2525 * faces.el (face-differs-from-default-p): Compare face |
25837 | 2526 attributes individually. |
2527 | |
2528 * image.el (put-image, insert-image): Add string argument. | |
2529 | |
2530 1999-09-24 Gerd Moellmann <gerd@gnu.org> | |
2531 | |
2532 * ange-ftp.el (ange-ftp-date-regexp): Make it work for | |
2533 LANG=de_DE.iso88591 on HPUX 11.0. | |
2534 | |
2535 * dired.el (dired-move-to-filename-regexp): Make it work | |
2536 for LANG=de_DE.iso88591 on HPUX 11.0. | |
2537 | |
26171 | 2538 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2539 | |
2540 * info.el (info-initialize): Don't test existence of ALTERNATIVE | |
2541 if we know for some other reason it should not be used. | |
2542 | |
26179 | 2543 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg): |
2544 New variable. | |
2545 (edebug-recursive-edit): Save current-prefix-arg there, | |
2546 bind it, and set it back at the end. | |
2547 (edebug-outside-excursion): Restore and update the outside | |
2548 value of current-prefix-arg. | |
2549 (edebug-emacs-version-specific): Delete support for Epoch. | |
2550 | |
26180 | 2551 1999-09-24 Howard Melman <howard@silverstream.com> |
2552 | |
2553 * imenu.el (imenu-after-jump-hook): New variable. | |
2554 (imenu): Run menu-after-jump-hook. | |
2555 (imenu-name-lookup-function): New variable. | |
2556 * 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
|
2557 |
25837 | 2558 1999-09-24 Carsten Dominik <cd@gnu.org> |
2559 | |
2560 * 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
|
2561 multiple thebibliography environments. |
25837 | 2562 |
2563 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug | |
2564 with recentering window. | |
2565 (reftex-extract-bib-entries-from-thebibliography, | |
2566 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal | |
2567 with multiple thebibliography environments. | |
2568 | |
2569 * textmodes/reftex-vars.el | |
2570 (reftex-section-levels): Function allowed as cdr. | |
2571 (reftex-max-section-depth) New option. | |
2572 | |
2573 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal | |
2574 with multiple thebibliography environments. | |
2575 | |
2576 1999-09-23 Gerd Moellmann <gerd@gnu.org> | |
2577 | |
2578 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end | |
2579 instead of point-min in call to delete-region. | |
2580 | |
2581 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
2582 | |
2583 * vc.el (vc-backend-checkout): Use with-temp-file when checking | |
2584 out into arbitrary file names. | |
2585 | |
2586 1999-09-19 Ken'ichi Handa <handa@gnu.org> | |
2587 | |
2588 * language/european.el ("Turkish"): New language environment. | |
2589 | |
2590 1999-09-19 Dave Love <fx@gnu.org> | |
2591 | |
2592 * delim-col.el: New file. | |
2593 | |
2594 1999-09-17 Richard Stallman <rms@gnu.org> | |
2595 | |
2596 * files.el (after-find-file): When visiting a backup file, | |
2597 make it read-only. | |
2598 | |
2599 * apropos.el (apropos-symbol-face): Non-nil even for ttys. | |
2600 (apropos-keybinding-face, apropos-label-face): Likewise. | |
2601 (apropos-property-face, apropos-match-face): Likewise. | |
2602 (apropos-label-properties): New variable. | |
2603 (apropos-print-doc): Use apropos-label-properties. | |
2604 (apropos-print): Set apropos-label-properties. | |
2605 | |
2606 1999-09-15 Richard Stallman <rms@gnu.org> | |
2607 | |
2608 * winner.el: Use aref instead of sref. | |
2609 | |
2610 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars. | |
2611 | |
2612 1999-09-14 Gerd Moellmann <gerd@gnu.org> | |
2613 | |
2614 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print. | |
2615 | |
2616 1999-09-14 Richard Stallman <rms@gnu.org> | |
2617 | |
2618 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload | |
2619 cookie, even if followed by a letter. | |
2620 | |
2621 1999-09-14 Stephen Eglen <stephen@gnu.org> | |
2622 | |
2623 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and | |
2624 --no-line-editing are passed to Octave by including them here | |
2625 rather than storing them in inferior-octave-startup-args. | |
2626 | |
2627 1999-09-14 Eli Zaretskii <eliz@gnu.org> | |
2628 | |
2629 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref, | |
2630 command, option, env and sc. | |
2631 | |
2632 * subr.el (shell-quote-argument): Quote argument with double | |
2633 quotes for ms-dos. | |
2634 | |
2635 1999-09-14 Richard Stallman <rms@gnu.org> | |
2636 | |
2637 * simple.el (eval-expression-print-level): New variable. | |
2638 (eval-expression-print-length): New variable. | |
2639 (eval-expression-debug-on-error): New variable. | |
2640 (eval-expression): Bind print-level, print-length and | |
2641 debug-on-error from those vars. | |
2642 | |
2643 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp): | |
2644 Bind print-level, print-length and debug-on-error. | |
2645 | |
2646 1999-09-14 Inge Frick <inge@nada.kth.se> | |
2647 | |
2648 * dired.el (dired-recursive-deletes): New custom variable. | |
2649 (dired-re-no-dot): New variable. | |
2650 (dired-delete-file): New function deletes files and directories | |
2651 recursively. | |
2652 (dired-internal-do-deletions): Use `dired-delete-file' to delete files. | |
2653 | |
2654 * dired-aux.el (dired-recursive-copies): New custom variable. | |
2655 (dired-handle-overwrite): Broke a long line. | |
2656 (dired-copy-file): Call `dired-copy-file-recursive' instead of | |
2657 `copy-file'. | |
2658 (dired-copy-file-recursive): New function. Copy directories | |
2659 recursively. | |
2660 (dired-do-create-files): Added support for generalized directory | |
2661 target. How-to function may now return a function. New fluid | |
2662 variable `dired-one-file'. | |
2663 (dired-copy-how-to-fn): New variable. | |
2664 (dired-do-copy): Bind `dired-recursive-copies' to preserve it. | |
2665 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files. | |
2666 (dired-do-copy-regexp): No recursive copies. | |
2667 | |
2668 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com> | |
2669 | |
2670 * whitespace.el (whitespace-version): Update version to 2.4 | |
2671 | |
2672 * whitespace.el: Add customization variables to conditionally test | |
2673 any of the five whitespaces, per request from Rune Kleveland | |
2674 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>. | |
2675 | |
2676 * whitespace.el (whitespace-spacetab-regexp): Fix doc string. | |
2677 | |
2678 * whitespace.el (whitespace-modes): Add `change-log-mode' to the | |
2679 list of modes to be checked for bogus whitespaces. | |
2680 | |
2681 * whitespace.el (whitespace-rescan-timer-time): Update | |
2682 documentation. | |
2683 | |
2684 * whitespace.el (whitespace-display-unchecked-whitespaces): | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2685 New function to update modeline with untested whitespaces. |
25837 | 2686 |
2687 * whitespace.el (whitespace-buffer): Test only whitespaces whose | |
2688 checking is turned on, and update modeline using the newly created | |
2689 `whitespace-display-unchecked-whitespaces'. | |
2690 | |
2691 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces | |
2692 whose checking is turned on, and update modeline using the newly | |
2693 created `whitespace-display-unchecked-whitespaces'. | |
2694 | |
2695 * whitespace.el (whitespace-describe): Update documentation. | |
2696 | |
2697 * whitespace.el (whitespace-tickle-timer): Test if | |
2698 `whitespace-rescan-timer-time' is non-zero before tickling timer. | |
2699 | |
2700 1999-09-13 Dave Love <fx@gnu.org> | |
2701 | |
2702 * hideif.el (hide-ifdef-mode): Add autoload cookie. | |
2703 | |
2704 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode | |
2705 for temp buffer. | |
2706 (checkdoc-this-string-valid): Don't assume default comment-start. | |
2707 | |
2708 1999-09-13 Gerd Moellmann <gerd@gnu.org> | |
2709 | |
2710 * rsz-mini.el: Remove code, keep the interface. | |
2711 | |
2712 1999-09-13 Dave Love <fx@gnu.org> | |
2713 | |
2714 * help.el (help-highlight-p): Doc fix. | |
2715 | |
2716 * faces.el (mode-line, header-line, tool-bar): Add :version. | |
2717 (highlight, secondary-selection): Add :group. | |
2718 (trailing-whitespace): Add :group, :version. | |
2719 | |
2720 * wid-edit.el: Remove some compatibility code and checks. | |
2721 (widget-specify-field, widget-specify-button): Don't use XEmacs | |
2722 properties. | |
2723 (widget-overlay-inactive): Change error message. | |
2724 (widget-button-pressed-face): New variable. | |
2725 (widget-button-click): Use it. | |
2726 (widget-documentation-link-add): Specify mouse and button faces. | |
2727 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions | |
2728 removed now the functionality is built in. | |
2729 | |
2730 * cus-edit.el: Don't define-widget-keywords. | |
2731 (multimedia): New group. | |
2732 (custom-last): Function removed. | |
2733 (custom-quote): Add vectorp case, comment out characterp case. | |
2734 (custom-buffer-done-function, custom-raised-buttons): New option. | |
2735 (Custom-buffer-done): New function. | |
2736 (custom-buffer-create-internal): Obey custom-raised-buttons, | |
2737 Custom-buffer-done. | |
2738 (custom-button-face): Make it `released-button'. | |
2739 (custom-button-pressed-face): Make it `pressed-button' | |
2740 (custom-mode-map): Bind "q" to Custom-buffer-done. | |
2741 (custom-mode): Deal with raised/pressed buttons. | |
2742 | |
2743 Changes from Didier Verna: | |
2744 (custom-prompt-variable): Optional third arg makes prompt for a | |
2745 comment string. | |
2746 (customize-set-value, customize-set-variable, | |
2747 customize-save-variable): Optional prefix makes function handle | |
2748 variable comments. | |
2749 (customize-customized, customize-saved, custom-variable-state-set) | |
2750 (custom-variable-set, custom-variable-save, custom-face-state-set) | |
2751 (custom-variable-reset-saved, custom-variable-reset-standard) | |
2752 (custom-face-set, custom-face-save, custom-face-reset-saved) | |
2753 (custom-face-reset-standard, customize-save-customized): Handle | |
2754 custom comments. | |
2755 (custom-comment-face, custom-comment-tag-face): New face. | |
2756 (custom-comment): New widget. | |
2757 (custom-comment-create, custom-comment-delete) | |
2758 (custom-comment-value-set, custom-comment-show) | |
2759 ()custom-comment-invisible-p): New functions. | |
2760 (custom-variable-value-create, custom-face-value-create): Create a | |
2761 comment field widget. | |
2762 (custom-variable-menu, custom-face-menu): New entry for custom | |
2763 comment. | |
2764 (custom-face-value-create): Remove compatibility code. | |
2765 (custom-save-variables, custom-save-faces): Possibly save custom | |
2766 comments. | |
2767 | |
2768 * cus-face.el (custom-face-attributes): Simplify :underline, | |
2769 :overline, :inverse-video cases. Fix up :box case (probably needs | |
2770 more work). | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2771 |
25837 | 2772 Change from Didier Verna: |
2773 (custom-set-faces): The arguments can now have a custom comment as | |
2774 fourth argument. | |
2775 | |
2776 * custom.el: Don't define-widget-keywords. | |
2777 Change from Didier Verna: | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
2778 (custom-set-variables): The arguments can now have a |
25837 | 2779 custom comment as fifth element. |
2780 | |
2781 1999-09-13 Richard Stallman <rms@gnu.org> | |
2782 | |
2783 * info.el (Info-find-node): Cope better if guesspos is too large. | |
2784 | |
2785 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
2786 | |
2787 * 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
|
2788 of buffer-substring because buffer-string doesn't copy the |
25837 | 2789 prompt. |
2790 | |
2791 * faces.el (mode-line): Replaces `modeline'. | |
2792 (toplevel): Make `modeline' an alias for `mode-line'. | |
2793 | |
2794 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
2795 | |
2796 * gs.el: Change `ghostscript' to `postscript' in comment. | |
2797 | |
2798 1999-09-11 Rob Riepel <riepel@Stanford.EDU> | |
2799 | |
2800 * emulation/tpu-edt.el (tpu-version): New version. | |
2801 (tpu-search-overlay, tpu-replace-overlay): New variables. | |
2802 (tpu-search-highlight, tpu-toggle-direction): New functions. | |
2803 (tpu-lm-replace): Set tpu-replace-overlay. | |
2804 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post | |
2805 command hook. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2806 |
25837 | 2807 1999-09-11 Richard Stallman <rms@gnu.org> |
2808 | |
2809 * isearch.el (isearch-mode-map): Undo previous change. | |
2810 | |
2811 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER, | |
2812 use all of that as the sexp. | |
2813 | |
2814 * files.el (find-file-noselect): Catch errors in file-expand-wildcards, | |
2815 and use the initial argument as file name directly. | |
2816 Likewise if nothing matches. | |
2817 | |
2818 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no> | |
2819 | |
2820 * winner.el: Major changes. Avoid changing point and mark. | |
2821 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
|
2822 |
25837 | 2823 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu> |
2824 | |
2825 * emacs-lisp/bytecomp.el (byte-compile-output-docform): | |
2826 Bind print-continuous-numbering and print-number-table. | |
2827 | |
2828 1999-09-10 Dave Love <fx@gnu.org> | |
2829 | |
2830 * bindings.el (debug-ignored-errors): Restore BBDB stuff. | |
2831 | |
2832 1999-09-09 Richard Stallman <rms@gnu.org> | |
2833 | |
2834 * whitespace.el: Finish making it fit Emacs conventions. | |
2835 Add autoloads. | |
2836 | |
2837 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il> | |
2838 | |
2839 * generic-x.el (bat-generic-mode): "::"-style comments don't | |
2840 need to begin with "-". Fix the font-lock definitions of ON/OFF | |
2841 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO | |
2842 from the list of keywords. Add DO to the list of keywords. | |
2843 | |
2844 1999-09-09 Dave Love <fx@gnu.org> | |
2845 | |
26943 | 2846 * emacs-lisp/byte-opt.el (byte-optimize-backward-char): |
25837 | 2847 (byte-optimize-backward-word): New optimizations. |
2848 (side-effect-free-fns, side-effect-and-error-free-fns): Add | |
2849 entries. | |
2850 | |
2851 1999-09-09 Gerd Moellmann <gerd@gnu.org> | |
2852 | |
2853 * image.el (put-image): Remove optional buffer parameter. | |
2854 | |
2855 * faces.el (face-italic-p): Return t only for values `italic' | |
2856 and `oblique'. | |
2857 | |
2858 * mouse.el (mouse-drag-mode-line-1): Extension of former | |
2859 mouse-drag-mode-line that also drags the header line. | |
2860 (mouse-drag-mode-line): Call it. | |
2861 (mouse-drag-header-line): New. | |
2862 (toplevel): Bind down-mouse-1 on header lines to | |
2863 mouse-drage-header-line. | |
2864 | |
2865 1999-09-08 Gerd Moellmann <gerd@gnu.org> | |
2866 | |
2867 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref. | |
2868 (make-mode-line-mouse-sensitive): Replace `top-line' by | |
2869 `header-line'. | |
2870 | |
2871 1998-09-08 Michael Ernst <mernst@alum.mit.edu> | |
2872 | |
2873 * help.el (describe-function-1): Don't return empty string for keymaps. | |
2874 | |
2875 * fill.el (fill-region-as-paragraph, canonically-space-region): | |
2876 Respect colon-double-space at end of line. | |
2877 | |
2878 1999-09-08 Stephen Gildea <gildea@alum.mit.edu> | |
2879 | |
2880 * files.el (backup-by-copying-when-privileged-mismatch): New variable. | |
2881 (backup-buffer): Use it. | |
2882 | |
2883 1999-09-08 Peter Breton <pbreton@ne.mediaone.net> | |
2884 | |
2885 * 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
|
2886 inetd-conf-generic-mode, etc-services-generic-mode, |
25837 | 2887 etc-passwd-generic-mode. These are all defined for Unix by default. |
2888 (apache-generic-mode): Use an imenu-generic-expression to list | |
2889 Configuration keywords. | |
2890 (samba-generic-mode): Use both ; and # as comment characters. | |
2891 (samba-generic-mode): Font-lock expressions now highlight name | |
2892 value pairs. | |
2893 (bat-generic-mode): Keywords are now case-insensitive through | |
2894 font-lock-defaults setting. | |
2895 (java-properties-generic-mode): Supports both ! and # as comment | |
2896 characters. | |
2897 (java-properties-generic-mode): Added an imenu-generic-expression | |
2898 (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
|
2899 different ways to separate name and value (viz, '=', ':' and |
25837 | 2900 whitespace). |
2901 (show-tabs-generic-mode): Added this new generic-mode. | |
2902 | |
2903 1999-09-08 Richard Stallman <rms@gnu.org> | |
2904 | |
2905 * progmodes/inf-lisp.el: Moved from top directory. | |
2906 | |
2907 * tar-mode.el (tar-header-block-tokenize): | |
2908 Use `when' instead of `and'. Fix some clobbered text. | |
2909 | |
2910 * gud.el (gud-make-debug-menu): Make a child for the | |
2911 local menu, for its menu bar, and the debug menu. | |
2912 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): | |
2913 Use the history in the simple way. | |
2914 | |
2915 1999-09-07 Kenichi Handa <handa@etl.go.jp> | |
2916 | |
2917 * language/korea-util.el (default-korean-keyboard): Initialize it | |
2918 according to the environment variable HANGUL_KEYBOARD_TYPE. | |
2919 | |
2920 1999-09-07 Richard Stallman <rms@gnu.org> | |
2921 | |
2922 * subr.el (make-temp-file): New function. | |
2923 | |
2924 1999-09-07 Stefan Monnier <monnier@cs.yale.edu> | |
2925 | |
2926 * font-lock.el (font-lock-multiline): New text property contains | |
2927 a boolean to indicate if the char is part of a multiline match. | |
2928 (font-lock-default-fontify-region): Extend the region appropriately | |
2929 for multiline keywords. | |
2930 (font-lock-default-unfontify-region): Also remove the new | |
2931 font-lock-multiline text property. | |
2932 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches. | |
2933 (font-lock-fontify-keywords-region): Mark multiline regexp matches. | |
2934 | |
2935 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
2936 | |
2937 * diary-lib.el (list-diary-entries): Make sure two-digit years | |
2938 have leading zeros. | |
2939 | |
2940 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
2941 | |
2942 * faces.el (face-set-after-frame-default): Initialize some | |
2943 attributes of some faces from frame parameters. | |
2944 | |
2945 * faces.el (scroll-bar, border, cursor, mouse): New faces. | |
2946 | |
2947 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
2948 | |
2949 * faces.el (fringe): Replaces face `margin'. | |
2950 | |
2951 1999-09-07 Dave Love <fx@gnu.org> | |
2952 | |
2953 * tar-mode.el (tar-header-block-tokenize): Bind linkname. | |
2954 | |
2955 1999-09-07 Richard Stallman <rms@gnu.org> | |
2956 | |
2957 * subr.el (push): Doc fix. | |
2958 | |
2959 1999-09-06 Richard Stallman <rms@gnu.org> | |
2960 | |
2961 * 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
|
2962 to distinguish 20YY from 19YY. |
25837 | 2963 |
2964 * timezone.el (timezone-parse-date): Use < 69 not < 70 | |
2965 to distinguish 20YY from 19YY. | |
2966 | |
2967 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file. | |
2968 | |
2969 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk> | |
2970 | |
2971 * quickurl.el: (quickurl-list-focused-line): Removed. | |
2972 (quickurl-list-insert): Now works out the focused line using | |
2973 `count-lines' instead of using `quickurl-list-focused-line'. | |
2974 | |
2975 1999-09-06 Richard Stallman <rms@gnu.org> | |
2976 | |
2977 * mail/rmail.el (rmail-retry-failure): Unconditionally move | |
2978 to beginning of message. | |
2979 | |
2980 1999-09-06 Dave Love <fx@gnu.org> | |
2981 | |
2982 * isearch.el (isearch-mode-map): Add mouse-2. | |
2983 | |
26943 | 2984 * mail/rmail.el (rmail-read-password): Deleted. |
25837 | 2985 (rmail-get-pop-password): Use read-password. |
2986 | |
2987 * quickurl.el: Don't conditionally define caddr. | |
2988 (quickurl-url-comment): Use nth, not caddr in function and | |
2989 defsetf. | |
2990 | |
2991 1999-09-06 Richard Stallman <rms@gnu.org> | |
2992 | |
2993 * auto-show.el: Doc fixes. | |
2994 | |
2995 1999-09-06 Stephen Eglen <stephen@gnu.org> | |
2996 | |
2997 * progmodes/octave-inf.el (inferior-octave-startup-args): Add | |
2998 --no-line-editing so that TABs in source files are not interpreted | |
2999 as completion requests. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3000 |
25837 | 3001 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
|
3002 |
25837 | 3003 * hscroll.el, auto-show.el: Remove all code, keep the public |
3004 interface as no-ops. | |
3005 | |
3006 * faces.el (face-bold-p): Don't return t if face has lighter | |
3007 weight than normal. | |
3008 | |
3009 1999-09-06 Eli Zaretskii <eliz@gnu.org> | |
3010 | |
3011 * startup.el (command-line): Make small-temporary-file-directory | |
3012 be nil except on ms-dos. | |
3013 | |
3014 * files.el (small-temporary-file-directory): Ditto. Also doc fix. | |
3015 | |
3016 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it | |
3017 is defined. | |
3018 | |
3019 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive | |
3020 letters with a colon after d or l. | |
3021 | |
3022 1999-09-06 Dave Love <fx@gnu.org> | |
3023 | |
26943 | 3024 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now |
3025 primitive.) | |
25837 | 3026 |
3027 1999-09-05 Richard Stallman <rms@gnu.org> | |
3028 | |
3029 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY. | |
3030 | |
3031 * textmodes/paragraphs.el (backward-kill-sentence): | |
3032 Don't test minibuffer-prompt-end here. | |
3033 (forward-sentence): Do handle it here. | |
3034 (backward-kill-paragraph): Don't test it here. | |
3035 (forward-paragraph): Handle it here. | |
3036 | |
3037 * mouse.el (font-menu-add-default): Simplify code. | |
3038 | |
3039 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
3040 | |
3041 * faces.el (header-line): Renamed from `top-line'. | |
3042 | |
3043 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
3044 | |
3045 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'. | |
3046 | |
3047 1999-09-04 Richard Stallman <rms@gnu.org> | |
3048 | |
3049 * whitespace.el: New file. | |
3050 | |
3051 1999-09-04 Dave Love <fx@gnu.org> | |
3052 | |
3053 * paths.el: Make some doc strings obey the make-docfile convention. | |
3054 | |
3055 * bindings.el: Likewise. | |
3056 (debug-ignored-errors): Remove BBDB ones. | |
3057 | |
3058 1999-09-03 Richard Stallman <rms@gnu.org> | |
3059 | |
3060 * mail/mh-comp.el (mh-forward): Get new subject line from the original, | |
3061 not from the draft to forward. | |
3062 | |
3063 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun. | |
3064 | |
3065 1999-09-03 Dave Love <fx@gnu.org> | |
3066 | |
3067 * double.el (double-mode): Customize the variable. | |
3068 | |
3069 1999-09-03 Kenichi Handa <handa@etl.go.jp> | |
3070 | |
3071 * international/characters.el: Delete duplicated code. | |
3072 | |
3073 1999-09-02 Richard Stallman <rms@gnu.org> | |
3074 | |
3075 * indent.el (indent-relative): Doc fix. | |
3076 | |
3077 * quickurl.el (quickurl): Doc fix. | |
3078 | |
3079 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
3080 | |
3081 * faces.el (margin): Change background to "gray" for mono (this is | |
3082 drawn with a stipple pattern). | |
3083 | |
3084 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
3085 | |
3086 * simple.el (next-history-element): Use minibuffer-prompt-end once | |
3087 again. Remove test for minibuffer-prompt-in-buffer. | |
3088 | |
3089 1999-09-02 Eli Zaretskii <eliz@gnu.org> | |
3090 | |
3091 * files.el (small-temporary-file-directory): New variable. | |
3092 | |
3093 * startup.el (command-line): Compute the value of | |
3094 small-temporary-file-directory. | |
3095 | |
3096 * ediff-init.el (ediff-temp-file-prefix): Use | |
3097 small-temporary-file-directory if non-nil. | |
3098 | |
3099 * vc.el (vc-update-change-log): Likewise. | |
3100 | |
3101 * progmodes/cmacexp.el (c-macro-expansion): Likewise. | |
3102 | |
3103 * simple.el (shell-command, shell-command-on-region): Use | |
3104 make-temp-name properly. Use small-temporary-file-directory if | |
3105 non-nil, otherwise temporary-file-directory, to generate temporary | |
3106 files. | |
3107 | |
3108 * dos-w32.el (direct-print-region-helper): Use | |
3109 temporary-file-directory. (From Stefan Monnier.) | |
3110 | |
3111 1999-09-02 Richard Stallman <rms@gnu.org> | |
3112 | |
3113 * progmodes/asm-mode.el (asm-mode): Set comment-start properly | |
3114 from asm-comment-char. | |
3115 (asm-font-lock-keywords): Recognize instruction width suffixes. | |
3116 | |
3117 1999-09-01 Richard Stallman <rms@gnu.org> | |
3118 | |
3119 * play/fortune.el: New file. | |
3120 | |
3121 1999-08-31 Dave Love <fx@gnu.org> | |
3122 | |
3123 * help.el (help-make-xrefs): Don't lose on non-empty blank line | |
3124 after key table. | |
3125 | |
26943 | 3126 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and |
3127 redisplay variables. | |
25837 | 3128 |
3129 * subr.el (push): Fix typo. | |
3130 | |
3131 1999-08-30 Kevin Blake <kblake@ticnet.com> | |
3132 | |
3133 * emacs-lisp/ring.el: Many doc fixes. | |
3134 (ring-size, ring-copy): New functions. | |
3135 | |
3136 1999-08-29 Richard Stallman <rms@gnu.org> | |
3137 | |
3138 * progmodes/etags.el (tags-loop-continue): | |
3139 After tags-loop-operate returns, force skip to next file. | |
3140 | |
3141 * mail/mail-extr.el (mail-extr-all-letters-but-separators) | |
3142 (mail-extr-first-letters, mail-extr-last-letters): | |
3143 Use character classes [:alpha:] and [:alnum:]. | |
3144 | |
3145 * subr.el (push, pop): New macros. | |
3146 | |
3147 * progmodes/compile.el (compilation-error-regexp-alist): | |
3148 New item for SGI IRIX MipsPro compilers. | |
3149 | |
3150 * speedbar.el (speedbar-directory-buttons): Recognize | |
3151 device names when checking for file names. | |
3152 | |
3153 * array.el (array-reconfigure-rows): Use generate-new-buffer. | |
3154 | |
3155 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros, | |
3156 and specially handle defvar inside their expansions. | |
3157 (eval-defun-1): New subroutine. | |
3158 | |
3159 * progmodes/compile.el (compilation-error-regexp-alist): | |
3160 Fix the Perl -w entry to allow period after line number. | |
3161 Don't allow newlines in file name, but allow them after line number | |
3162 for Perl debugging traces. | |
3163 | |
3164 * which-func.el (which-func-cleanup-function): New variable. | |
3165 (which-function): Call that function. | |
3166 | |
3167 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or ( | |
3168 to end a function name. | |
3169 | |
3170 * informat.el (Info-tagify): Don't insert more than one newline | |
3171 before the tag table. | |
3172 | |
3173 1999-08-29 Stefan Monnier <monnier@cs.yale.edu> | |
3174 | |
3175 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather | |
3176 than make-temp-name, use match-string-no-properties, and eliminate | |
3177 a quadratic behavior when building bibtex-strings. | |
3178 | |
3179 1999-08-29 Alex Schroeder <alex@gnu.org> | |
3180 | |
3181 * comint.el (comint-input-ring-separator): New variable. | |
3182 (comint-read-input-ring): Doc change; use | |
3183 comint-input-ring-separator when reading file. | |
3184 (comint-write-input-ring): Use | |
3185 comint-input-ring-separator when writing file. | |
3186 | |
3187 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com> | |
3188 | |
3189 * informat.el (Info-tagify): Start by widening. | |
3190 Match node headers that don't list the file name, | |
3191 and more kinds of page separations. | |
3192 Strip properties during tagification. | |
3193 Use start of node header line as tag's position. | |
3194 Fix the "done" message. | |
3195 | |
3196 (Info-validate): Save and restore match data around narrowing down. | |
3197 | |
3198 1999-08-28 Richard M. Stallman <rms@gnu.org> | |
3199 | |
3200 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode): | |
3201 On repeated call, override previous values put into | |
3202 minor-mode-map-alist and minor-mode-alist. | |
3203 | |
3204 1999-08-28 Michael Ernst <mernst@alum.mit.edu> | |
3205 | |
3206 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format. | |
3207 | |
3208 1999-08-27 Andreas Schwab <schwab@gnu.org> | |
3209 | |
3210 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker | |
3211 from cvs update. | |
3212 | |
3213 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
3214 | |
3215 * calendar/calendar.el (calendar-move-hook): New hook. | |
3216 | |
3217 * calendar/cal-move.el: Call the new hook in every movement function. | |
3218 | |
3219 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload | |
3220 the right function name. | |
3221 | |
3222 1999-08-26 Stephen Gildea <gildea@alum.mit.edu> | |
3223 | |
3224 * time-stamp.el: Put quote-backquote around all symbol names | |
3225 in doc strings, for mousing. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3226 (time-stamp): Support multi-line patterns. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3227 (time-stamp-inserts-lines): New variable. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3228 (time-stamp-count): New variable. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3229 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes |
25837 | 3230 "Thu" instead of "%a". |
3231 | |
3232 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
3233 | |
3234 * simple.el (kill-word): Undo previous change. | |
3235 | |
3236 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
3237 | |
3238 * 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
|
3239 to the beginning of the line containing the range start and |
25837 | 3240 the beginning of the line following the range end. |
3241 | |
3242 1999-08-24 Dave Love <fx@gnu.org> | |
3243 | |
3244 * timezone.el: Move provide to end. | |
3245 (timezone-parse-date): Simplify somewhat. Assume 2-digit years | |
3246 <70 are 2000+. | |
3247 (timezone-parse-time): Simplify somewhat. | |
3248 | |
3249 1999-08-24 Gerd Moellmann <gerd@gnu.org> | |
3250 | |
3251 * faces.el (margin): Renamed from bitmap-area. | |
3252 | |
3253 1999-08-24 Alex Schroeder <alex@gnu.org> | |
3254 | |
3255 * sql.el: Doc changes. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3256 (sql-sybase): Use sql-server instead of sql-database. |
25837 | 3257 |
3258 1999-08-23 Dave Love <fx@gnu.org> | |
3259 | |
3260 * rect.el: Add/fix various doc strings. Add `*' to all the | |
3261 interactive specs. | |
3262 | |
3263 1999-08-21 Gerd Moellmann <gerd@gnu.org> | |
3264 | |
3265 * jit-lock.el (jit-lock-function): Use line-beginning-position. | |
3266 Don't unwind-protect font-lock-fontify-region. | |
3267 | |
3268 * paragraphs.el (backward-kill-paragraph): Don't move | |
3269 point into mini-buffer prompt. | |
3270 (backward-kill-sentence): Ditto. | |
3271 | |
3272 * simple.el (next-history-element): Use minibuffer-prompt-end. | |
3273 Remove test for minibuffer-prompt-in-buffer. | |
3274 (kill-word): Don't move point into mini-buffer prompt. | |
3275 | |
3276 1999-08-21 Dave Love <fx@gnu.org> | |
3277 | |
3278 * Makefile: Exclude CVS dirs like RCS. | |
3279 | |
3280 1999-08-19 Dave Love <fx@gnu.org> | |
3281 | |
3282 * tooltip.el (tooltip-mode): Customize this, per convention. | |
3283 (tooltip-active): Option deleted. | |
3284 | |
3285 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize. | |
3286 | |
3287 * hanoi.el, page-ext.el: Declare dynamic vars. | |
3288 | |
3289 * term.el: Avoid ange-ftp related compilation warnings. | |
3290 | |
3291 1999-08-18 Gerd Moellmann <gerd@gnu.org> | |
3292 | |
3293 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode' | |
3294 the default so that beginners can benefit from it without | |
3295 searching in manuals. | |
3296 | |
3297 1999-08-18 Ray Blaak <blaak@gnu.org> | |
3298 | |
3299 * progmodes/delphi.el: Consider assembly sections as blocks, to | |
3300 indent them better. Make auto-indent on newline optional. | |
3301 | |
3302 1999-08-17 Gerd Moellmann <gerd@gnu.org> | |
3303 | |
3304 * bindings.el (mode-line-modified): Look up key binding for C-x | |
3305 C-q. If it's bound call that binding, otherwise call | |
3306 toggle-read-only. | |
3307 | |
3308 1999-08-17 Dave Love <fx@gnu.org> | |
3309 | |
3310 * info.el (info): Doc fix. | |
3311 | |
3312 * finder.el (finder-known-keywords): Add `multimedia'. | |
3313 | |
3314 * apropos.el: Don't capitalize custom group name. | |
3315 | |
3316 * info-look.el: Remove compatibility code. | |
3317 (info-lookup-guess-default*): DTRT for point at start of symbol. | |
3318 (info-complete): Don't lose with point not at end of symbol. | |
3319 | |
3320 1999-08-16 Gerd Moellmann <gerd@gnu.org> | |
3321 | |
3322 * term.el (toplevel): Make face `term-default' an empty face. | |
3323 The code relied on the fact that Emacs ignored invalid faces in | |
3324 face text properties in 20.4. | |
3325 | |
3326 1999-08-16 Richard M. Stallman <rms@gnu.org> | |
3327 | |
3328 * subr.el (point-at-eol, point-at-bol): New aliases. | |
3329 | |
3330 * simple.el: Functions reordered. | |
3331 | |
3332 * rect.el (delete-rectangle-line): Use line-end-position. | |
3333 | |
3334 1999-08-16 Karl Heuer <kwzh@gnu.org> | |
3335 | |
3336 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved | |
3337 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
|
3338 |
25837 | 3339 1999-08-16 Dave Love <fx@gnu.org> |
3340 | |
3341 * mouse.el: Provide `mldrag' for compatibility. | |
3342 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases, | |
3343 marked obsolete. | |
3344 | |
3345 * mldrag.el: Removed since the features are in mouse.el. | |
3346 | |
3347 * jka-compr.el (auto-compression-mode): New variable for | |
3348 customization. | |
3349 | |
3350 * bindings.el (mode-line-mule-info): Doc fix. | |
3351 | |
3352 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in | |
3353 name comparisons. | |
3354 | |
3355 * files.el (interpreter-mode-alist): Add make, guile, clisp. | |
3356 (find-file): Doc fix. | |
3357 | |
3358 1999-08-16 Carsten Dominik <cd@gnu.org> | |
3359 | |
3360 * textmodes/reftex.el: Most of the code moved to other files. | |
3361 * textmodes/reftex-auc.el: New file, split out from reftex.el | |
3362 * textmodes/reftex-cite.el: New file, split out from reftex.el | |
3363 * textmodes/reftex-global.el: New file, split out from reftex.el | |
3364 * textmodes/reftex-index.el: New file, split out from reftex.el | |
3365 * textmodes/reftex-parse.el: New file, split out from reftex.el | |
3366 * textmodes/reftex-ref.el: New file, split out from reftex.el | |
3367 * textmodes/reftex-sel.el: New file, split out from reftex.el | |
3368 * textmodes/reftex-toc.el: New file, split out from reftex.el | |
3369 * textmodes/reftex-vars.el: New file, split out from reftex.el | |
3370 * textmodes/reftex-vcr.el: New file, split out from reftex.el | |
3371 | |
3372 1999-08-16 Carsten Dominik <cd@gnu.org> | |
3373 | |
3374 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed | |
3375 conflict with pop-up-frames. | |
3376 (reftex-special-environment-parsers): New constant. | |
3377 (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
|
3378 (reftex-what-special-env): Cew function. |
25837 | 3379 (reftex-label-location): Call `reftex-what-special-env'. |
3380 (reftex-compile-variables): Check for symbol in | |
3381 `reftex-label-alist'. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3382 (reftex-what-environment): Fixed bug with stacked environments of |
25837 | 3383 same kind (e.g. enumerate). |
3384 (reftex-process-string): Preserve default directory. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3385 (reftex-label-alist-builtin): Changed prefixes of endnote and |
25837 | 3386 footnote. Also the magic words. |
3387 (reftex-reference): Interprete new option | |
3388 `reftex-fref-is-default'. | |
3389 (reftex-replace-prefix-escapes): Interprete new `%S' format. | |
3390 (reftex-toc-mouse-view-line): Command removed (had no binding). | |
3391 (reftex-everything-regexp): New function. | |
3392 (reftex-nearest-match): Made better. | |
3393 (reftex-toc-find-section): Use new version of | |
3394 `reftex-nearest-match'. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
3395 (reftex-insert-docstruct): Adapted to work with the index stuff. |
25837 | 3396 (reftex-parse-from-file): Find index entries as well. |
3397 (reftex-toc-toggle-index): New function | |
3398 (reftex-toc-map): `i' is now used to togle the index, File | |
3399 boundaries has been moved to `F'. | |
3400 (reftex-select-label-map): Toggling display of file boundaries is | |
3401 now on the `F' key, for consistency with `reftex-toc-map'. | |
3402 (reftex-erase-all-selection-and-index-buffers): Renamed from | |
3403 `reftex-erase-all-selection-buffer'. Now also kills the index | |
3404 buffers. | |
3405 (reftex-viewing-cross-references): Customization group renamed | |
3406 from reftex-viewing-cross-references-and-citations. | |
3407 (reftex-index-macro-regexp, | |
3408 reftex-find-index-entry-regexp-format): New variables | |
3409 (reftex-macros-with-index): New variable | |
3410 (reftex-add-index-macros): New function | |
3411 (reftex-renumber-simple-labels, reftex-translate): Allow for | |
3412 multiple labels in a single ref command. | |
3413 (reftex-index-support): New customization group | |
3414 (reftex-support-index, reftex-index-special-chars, | |
3415 reftex-index-macros, reftex-index-default-macro, | |
3416 reftex-index-default-tag, reftex-index-math-format, | |
3417 reftex-index-section-letters, reftex-index-include-context, | |
3418 reftex-index-follow-mode, reftex-index-header-face, | |
3419 reftex-index-section-face, reftex-index-tag-face, | |
3420 reftex-index-face): New options | |
3421 (reftex-index-map, reftex-index-menu, reftex-last-index-file, | |
3422 reftex-index-tag, reftex-index-return-marker, | |
3423 reftex-index-restriction-indicator, reftex-index-restriction-data, | |
3424 reftex-index-macro-regexp, reftex-index-level-re, | |
3425 reftex-index-key-end-re, reftex-find-index-entry-regexp-format, | |
3426 reftex-everything-regexp-no-index, reftex-index-re, | |
3427 reftex-macros-with-index, reftex-index-macro-alist): New variables | |
3428 (reftex-index-help, reftex-index-macros-builtin, | |
3429 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt, | |
3430 reftex-query-index-macro-help): New constants | |
3431 (reftex-index-selection-or-word, reftex-index, | |
3432 reftex-default-index, reftex-update-default-index, | |
3433 reftex-index-complete-tag, reftex-index-select-tag, | |
3434 reftex-index-complete-key, reftex-index-update-taglist, | |
3435 reftex-index-globally, reftex-index-mode, reftex-index-show-entry, | |
3436 reftex-display-index, reftex-insert-index, | |
3437 reftex-index-insert-new-letter, reftex-get-restriction, | |
3438 reftex-index-pre-command-hook, reftex-index-post-command-hook, | |
3439 reftex-index-show-help, reftex-index-next, reftex-index-previous, | |
3440 reftex-index-toggle-follow, reftex-index-toggle-context, | |
3441 reftex-index-view-entry, reftex-index-goto-entry-and-hide, | |
3442 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide, | |
3443 reftex-index-quit, reftex-index-quit-and-kill, | |
3444 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan, | |
3445 reftex-index-revert, reftex-index-switch-index-tag, | |
3446 reftex-index-restrict-to-section, reftex-index-widen, | |
3447 reftex-index-restriction-forward, | |
3448 reftex-index-restriction-backward, reftex-index-visit-location, | |
3449 reftex-index-analyze-entry, reftex-index-globalize, | |
3450 reftex-index-edit, reftex-index-toggle-range-beginning, | |
3451 reftex-index-toggle-range-end, reftex-index-edit-key, | |
3452 reftex-index-edit-attribute, reftex-index-edit-visual, | |
3453 reftex-index-edit-part, reftex-index-level-down, | |
3454 reftex-index-level-up, reftex-index-kill, reftex-index-undo, | |
3455 reftex-index-change-entry, reftex-index-goto-letter, | |
3456 reftex-add-index-macros, reftex-ensure-index-support, | |
3457 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
|
3458 |
25837 | 3459 |
3460 1999-08-15 Richard M. Stallman <rms@gnu.org> | |
3461 | |
3462 * paren.el (show-paren-mode): Support making show-paren-mode | |
3463 a buffer-local variable. Don't check for a window system. | |
3464 (show-paren-function): Check whether show-paren-function is | |
3465 enabled in current buffer; do the right thing if not. | |
3466 Don't check for a window system. | |
3467 (show-paren-mode): Make it a user variable. | |
3468 | |
3469 * add-log.el (add-log-current-defun): Exclude all trailing whitespace. | |
3470 Handle `enum' like `struct'. | |
3471 | |
3472 * server.el (server-process-filter): If a client visits no buffers, | |
3473 close it immediately before recording it. | |
3474 | |
3475 * mail/mail-utils.el (mail-unquote-printable): Make it autoload. | |
3476 Optimize by calling concat just once. Handle =\n sequence. | |
3477 (mail-unquote-printable-region): New command. | |
3478 (mail-quote-printable): Make it autoload. | |
3479 | |
3480 1999-08-15 Karl Heuer <kwzh@gnu.org> | |
3481 | |
3482 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org. | |
3483 | |
3484 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
3485 | |
3486 * lisp/texinfmt.el: Handle @ifnottex. | |
3487 | |
3488 1999-08-15 Eli Zaretskii <eliz@gnu.org> | |
3489 | |
3490 * frame.el (blink-cursor): Don't turn on cursor blinking for | |
3491 ms-dos. | |
3492 | |
3493 * faces.el (face-valid-attribute-values): Look in | |
3494 x-bitmap-file-path only for x and w32 window systems. | |
3495 | |
3496 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default". | |
3497 Do that if width is nil as well. | |
3498 (x-display-mm-height, x-display-mm-width): Update values. | |
3499 (x-colors): Compute the list from msdos-color-values. | |
3500 (x-select-enable-clipboard): Doc fix. | |
3501 (x-frob-font-weight, x-font-family-list): New functions. | |
3502 | |
3503 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk> | |
3504 | |
3505 * window.el (shrink-window-if-larger-than-buffer): Don't try to | |
3506 back up from beginning of buffer. | |
3507 | |
3508 1999-08-13 Karl Heuer <kwzh@gnu.org> | |
3509 | |
3510 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound. | |
3511 | |
3512 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US> | |
3513 | |
3514 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G | |
3515 doomsday clock, speed control is added and changes are made to | |
3516 allow large numbers of rings: rings now show the whole ring | |
3517 number, not just the last digit; consecutive rings are allowed to | |
3518 be the same size when necessary to fit all the rings in the | |
3519 window; and poles can be oriented horizontally. Face support is | |
3520 thrown in gratuitously. | |
3521 (hanoi): Changed default number of rings back to 3. | |
3522 (hanoi-unix, hanoi-unix-64): New commands | |
3523 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces, | |
3524 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face, | |
3525 hanoi-odd-ring-face): New variables. | |
3526 (hanoi-internal, hanoi-current-time-float, hanoi-put-face, | |
3527 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for, | |
3528 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions. | |
3529 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n. | |
3530 (hanoi-topos, hanoi-draw-ring): Removed. | |
3531 | |
3532 1999-08-12 Gerd Moellmann <gerd@gnu.org> | |
3533 | |
3534 * faces.el (face-valid-attribute-values): Return an alist for | |
3535 families on ttys. | |
3536 (face-read-integer): Handle unspecified face attributes. Add | |
3537 completion for `unspecified'. | |
3538 (read-face-attribute): Handle unspecified font attributes. | |
3539 (face-valid-attribute-values): Add `unspecified' to lists so that | |
3540 it can be chosen via completion. | |
3541 (face-read-string): Don't recognize "none" as input. | |
3542 | |
3543 1999-08-10 Dave Love <fx@gnu.org> | |
3544 | |
3545 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc | |
3546 string. | |
3547 | |
3548 * sun-curs.el: Require sun-fns. | |
3549 | |
3550 1999-08-10 Dave Love <fx@gnu.org> | |
3551 | |
3552 * autorevert.el (auto-revert-mode): Add autoload cookie. | |
3553 | |
3554 * hscroll.el, auto-show.el: Files deleted -- we have built-in | |
3555 hscroll. | |
3556 | |
3557 * simple.el (hscroll-step, hscroll-point-visible) | |
3558 (hscroll-window-column): Remove now we have the mentioned real | |
3559 horizontal autoscrolling. | |
3560 | |
3561 1999-08-10 Richard M. Stallman <rms@gnu.org> | |
3562 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3563 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from |
25837 | 3564 control use of -f option. |
3565 (mail-specify-envelope-from): New variable. | |
3566 (mail-from-style): Doc fix. | |
3567 | |
3568 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn. | |
3569 (easy-menu-get-map): New arg TO-MODIFY helps choose | |
3570 between local and global maps. | |
3571 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map. | |
3572 (easy-menu-change): Doc fix. | |
3573 | |
3574 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward. | |
3575 (info-lookup-guess-default): Simplified and cleaned up. | |
3576 (info-lookup-guess-default*): Preserve point. | |
3577 | |
3578 * view.el (view-mode-disable): If buffer-read-only is nil, | |
3579 don't change it. | |
3580 | |
3581 * files.el (after-find-file): Disable View mode if buffer is no | |
3582 longer read-only. | |
3583 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3584 * view.el (view-mode-enable, view-mode-disable): |
25837 | 3585 Call force-mode-line-update. |
3586 | |
3587 1999-08-10 Karl Heuer <kwzh@gnu.org> | |
3588 | |
3589 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call. | |
3590 * array.el, play/landmark.el, international/latin-3.el: Likewise. | |
3591 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise. | |
3592 | |
3593 1999-08-10 Alex Schroeder <asc@bsiag.com> | |
3594 | |
3595 * ansi-color.el (ansi-color-to-text-properties): Added New state 5 | |
3596 to prevent m-eating-bug. | |
3597 | |
3598 1999-08-10 Eli Zaretskii <eliz@gnu.org> | |
3599 | |
3600 * term/pc-win.el (msdos-bg-mode): Remove. Call | |
3601 frame-set-background-mode instead. All callers changed. | |
3602 (msdos-face-setup): Don't force color display parameter, it is set | |
3603 by frame-set-background-mode. | |
3604 (make-msdos-frame): Call x-handle-reverse-video and | |
3605 face-set-after-frame-default. Delete frame if creation failed. | |
3606 | |
3607 * faces.el (face-set-after-frame-default): Don't call | |
3608 make-face-x-resource-internal for the pc window-system. | |
3609 | |
3610 1999-08-10 Dave Love <fx@melange.gnu.org> | |
3611 | |
3612 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat | |
3613 case with no docstring specially. | |
3614 | |
3615 1999-08-09 Eli Zaretskii <eliz@gnu.org> | |
3616 | |
3617 * complete.el (PC-do-completion): If completing on file name, | |
3618 reproduce str by concatenating its directory and basename parts. | |
3619 | |
3620 1999-08-07 Dave Love <fx@gnu.org> | |
3621 | |
3622 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid | |
3623 unibyte to multibyte conversion of search-forward (from Handa), | |
3624 but avoid the replacement if the language is Latin-N. | |
3625 | |
3626 1999-08-06 Richard Stallman <rms@gnu.org> | |
3627 | |
3628 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args | |
3629 of eval-buffer. | |
3630 | |
3631 * international/mule.el (load-with-code-conversion): | |
3632 Pass t to eval-buffer for DO-ALLOW-PRINT. | |
3633 | |
3634 1999-08-06 Geoff Voelker <voelker@cs.washington.edu> | |
3635 | |
3636 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist | |
3637 of filenames and attributes. | |
3638 (ls-lisp-insert-directory): Use directory-files-and-attributes | |
3639 for speed. | |
3640 | |
3641 1999-08-05 Dave Love <fx@gnu.org> | |
3642 | |
3643 * auto-show.el (auto-show-mode): Fix :set. | |
3644 | |
3645 * widget.el (define-widget-keywords): Make dummy definition and | |
3646 comment-out its use. | |
3647 | |
3648 1999-08-04 Richard Stallman <rms@gnu.org> | |
3649 | |
3650 * progmodes/tcl.el: Customized. | |
3651 | |
3652 * sql.el (sql-accumulate-and-indent): Instead of testing | |
3653 whether this is Emacs 20 before calling comint-accumulate, | |
3654 test whether comint-accumulate is defined. | |
3655 | |
3656 1999-08-04 Dave Love <fx@gnu.org> | |
3657 | |
3658 * sgml-mode.el: Require outline when compiling. | |
3659 (sgml-mode-hook, html-mode-hook): Customize. | |
3660 (sgml-validate-command): Fix :version. | |
3661 (html-autoview-mode): Doc fix. | |
3662 | |
3663 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do | |
3664 nothing in Latin-N environment. | |
3665 | |
3666 * info.el (Info-find-node): Call info-initialize here. | |
3667 (info): Not here. | |
3668 (Info-file-list-for-emacs): Add message, dired-x, c, viper. | |
3669 | |
3670 1999-08-04 Richard Stallman <rms@gnu.org> | |
3671 | |
3672 * ansi-color.el: New file. | |
3673 | |
3674 1999-08-04 Stefan Monnier <monnier@cs.yale.edu> | |
3675 | |
3676 * dired.el (dired-string-replace-match): Return `nil' when no match | |
3677 found with global search. | |
3678 | |
3679 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file): | |
3680 * terminal.el (te-terminfo-directory): | |
3681 * mail/mailpost.el (post-mail-send-it): | |
3682 * mail/metamail.el (metamail-region): | |
3683 * progmodes/ada-mode.el (ada-tmp-directory): | |
3684 Use temporary-file-directory. | |
3685 | |
3686 * progmodes/compile.el (compilation-parsing-end,compilation-setup) | |
3687 (compilation-filter, compilation-forget-errors) | |
3688 (compilation-parse-errors): Use a marker instead of an integer for | |
3689 `compilation-parsing-end'. | |
3690 | |
3691 * progmodes/diff.el (diff-parse-differences): | |
3692 Use a marker instead of an integer for `compilation-parsing-end'. | |
3693 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
3694 Use a marker instead of an integer for `compilation-parsing-end'. | |
3695 | |
3696 1999-08-03 Richard Stallman <rms@gnu.org> | |
3697 | |
3698 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View. | |
3699 (Buffer-menu-mode): Doc fix. | |
3700 (Buffer-menu-view): New command. | |
3701 (Buffer-menu-view-other-window): New command. | |
3702 | |
3703 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com> | |
3704 | |
3705 * replace.el (query-replace-regexp-eval) | |
3706 (replace-eval-replacement, replace-loop-through-replacements) | |
3707 (replace-match-string-symbols): New functions. | |
3708 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA). | |
3709 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
|
3710 |
25837 | 3711 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk> |
3712 | |
3713 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f. | |
3714 (5x5): Doc fix. | |
3715 | |
3716 1999-08-03 Dave Love <fx@gnu.org> | |
3717 | |
3718 * fortran.el (fortran-indent-new-line): Make it an alias | |
3719 for reindent-then-newline-and-indent. | |
3720 | |
3721 1999-08-03 Didier Verna <verna@inf.enst.fr> | |
3722 | |
3723 * rect.el: All functions rewritten, except when noted above | |
3724 their declaration. Below is a list of interface changes. | |
3725 (apply-on-rectangle): New function, mostly replaces | |
3726 `operate-on-rectangle'. All callers changed. | |
3727 (move-to-column-force): Pass new second argument to `move-to-column'. | |
3728 (kill-rectangle): Added optional prefix arg to fill lines. | |
3729 (delete-rectangle): Ditto. | |
3730 (delete-whitespace-rectangle): Ditto. | |
3731 (delete-extract-rectangle): Ditto. | |
3732 (open-rectangle): Ditto. | |
3733 (clear-rectangle): Ditto. | |
3734 (delete-whitespace-rectangle-line): New function. | |
3735 (delete-rectangle-line): Added third arg FILL. | |
3736 (delete-extract-rectangle-line): Ditto. | |
3737 (open-rectangle-line): Ditto. | |
3738 (clear-rectangle-line): Ditto. | |
3739 | |
3740 1999-08-03 Ray Blaak <blaak@gnu.org> | |
3741 | |
3742 * progmodes/delphi.el: New file. | |
3743 | |
3744 1999-08-02 Richard Stallman <rms@gnu.org> | |
3745 | |
3746 * textmodes/outline.el (outline-previous-heading): New function. | |
3747 (outline-up-heading-all): Use outline-previous-heading. | |
3748 (outline-next-heading): Delete definition inserted yesterday. | |
3749 | |
3750 1999-08-01 Richard Stallman <rms@gnu.org> | |
3751 | |
3752 * textmodes/outline.el (outline-next-heading): New function. | |
3753 (outline-up-heading-all): New function. | |
3754 (outline-font-lock-level): Using outline-up-heading-all. | |
3755 Tell outline-back-to-heading to accept invisible headings. | |
3756 | |
3757 * simple.el (shell-command-on-region): EXIT-STATUS can be a string. | |
3758 | |
3759 * mail/mh-utils.el (mh-find-path-run): New variable. | |
3760 (mh-find-path): Test and set that. | |
3761 Set mail-user-agent only the first time this function is run. | |
3762 (mail-user-agent): Defvar deleted. | |
3763 | |
3764 * info.el (info-initialize): New function. | |
3765 (info): Call info-initialize. | |
3766 (Info-directory-list): Initialize to nil, | |
3767 so info-initialize will set it up for real. | |
3768 | |
3769 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
3770 | |
3771 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it | |
3772 does not interpret a time as the year in a day-month entry. | |
3773 | |
3774 * calendar/diary-lib.el: Change syntax table entry for colon in | |
3775 the diary as part of the european-date-diary-pattern fix. | |
3776 | |
3777 1999-08-01 Eli Zaretskii <eliz@gnu.org> | |
3778 | |
3779 * international/mule.el (set-auto-coding): Allow whitespace before | |
3780 and after the "variable: value" pair. | |
3781 | |
3782 1999-07-30 Ken'ichi Handa <handa@gnu.org> | |
3783 | |
3784 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed. | |
3785 (default-sendmail-coding-system): Doc-string fixed. | |
3786 | |
3787 1999-07-30 Dave Love <fx@gnu.org> | |
3788 | |
3789 * subr.el (assoc-delete-all): New function, renamed from | |
3790 frame-delete-all. | |
3791 | |
3792 * frame.el: Change comments to doc strings and other doc fixes. | |
3793 (frame-delete-all): Moved to subr.el as `assoc-delete-all'. | |
3794 Callers changed. | |
3795 (set-background-color, set-foreground-color, set-cursor-color) | |
3796 (set-mouse-color, set-border-color): Offer completion of colours. | |
3797 (cursor): Add :version to defgroup. | |
3798 | |
3799 * facemenu.el (list-colors-display): Make it work on ttys. | |
3800 (facemenu-read-color): Likewise. | |
3801 | |
3802 1999-07-30 Richard M. Stallman <rms@gnu.org> | |
3803 | |
3804 * frame.el (frame-notice-user-settings): If background | |
3805 color has been changed, update background-mode from it, | |
3806 then update faces. | |
3807 | |
3808 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com> | |
3809 | |
3810 * net-utils.el (finger): Don't do indirect fingering. | |
3811 | |
3812 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
3813 | |
3814 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of | |
3815 rules. Add separator at end of holidays. | |
3816 (cal-tex-rules): New customizable variable. | |
3817 (cal-tex-latexify-list): Add optional parameter to put separator | |
3818 at end. | |
3819 | |
3820 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu> | |
3821 | |
3822 * textmodes/fill.el (fill-individual-paragraphs): Calculate new | |
3823 fill prefix on each line while looping to the end of paragraph. | |
3824 End paragraph if it's longer than the existing fill prefix. | |
3825 | |
3826 * textmodes/fill.el (fill-context-prefix): Doc fix. | |
3827 | |
3828 1999-07-30 Dave Love <fx@gnu.org> | |
3829 | |
3830 * font-lock.el (jit-lock): Fix :load, add :version. | |
3831 | |
3832 1999-07-30 Eli Zaretskii <eliz@gnu.org> | |
3833 | |
3834 * term/pc-win.el (msdos-face-setup): Register standard colors in | |
3835 Vface_tty_color_alist. | |
3836 (face-color-supported-p, face_color_gray_p): New functions. | |
3837 | |
3838 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p | |
3839 is bound. | |
3840 | |
3841 * startup.el (command-line): Don't register default colors for | |
3842 MSDOS window-system. | |
3843 | |
3844 1999-07-29 Dave Love <fx@gnu.org> | |
3845 | |
3846 * f90.el (f90-mode-syntax-table): Change backslash to escape, not | |
3847 charquote. | |
3848 | |
3849 * lisp-mode.el (eval-defun): Re-written to avoid | |
3850 capturing variables. | |
3851 | |
3852 * picture.el (picture-beginning-of-line): Don't call | |
3853 hscroll-point-visible now we have real autoscrolling. | |
3854 (picture-end-of-line, picture-newline, picture-open-line): | |
3855 Likewise. | |
3856 | |
3857 * international/latin-8.el: New file. | |
3858 * international/latin-9.el: New file. | |
3859 | |
3860 1999-07-28 Dave Love <fx@gnu.org> | |
3861 | |
3862 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter. | |
3863 | |
3864 * msb.el: Require cl only when compiling. | |
3865 (msb--home-dir): Deleted. | |
3866 (msb--format-title): Use abbreviate-file-name. | |
3867 (msb--choose-file-menu): Simplify string comparison. | |
3868 | |
3869 1999-07-28 Gerd Moellmann <gerd@gnu.org> | |
3870 | |
3871 * faces.el (toolbar): Add face definition for mono displays. | |
3872 | |
3873 1999-07-27 Richard M. Stallman <rms@gnu.org> | |
3874 | |
3875 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
3876 | |
3877 * frame.el (frame-initialize): When setting frame-initial-frame-alist, | |
3878 force copying of default-frame-alist. | |
3879 | |
3880 1999-07-26 Ken'ichi Handa <handa@gnu.org> | |
3881 | |
3882 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp. | |
3883 | |
3884 1999-07-26 Richard M. Stallman <rms@gnu.org> | |
3885 | |
3886 * frame.el (set-mouse-color): If new color is nil, | |
3887 really respecify the current color. | |
3888 | |
3889 1999-07-26 Gerd Moellmann <gerd@gnu.org> | |
3890 | |
3891 * faces.el (bitmap-area): Change background of face `bitmap-area' | |
3892 to white for mono displays. | |
3893 | |
3894 1999-07-26 Kenichi Handa <handa@etl.go.jp> | |
3895 | |
3896 * international/ccl.el (ccl-embed-symbol): New function. | |
3897 (ccl-program-p): Deleted. Now it's implemented in C code. | |
3898 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol. | |
3899 (ccl-compile-translate-character): Likewise. | |
3900 (ccl-compile-map-single): Likewise. | |
3901 (ccl-compile-multiple-map-function): Likewise. | |
3902 (declare-ccl-program): Doc-string modified. | |
3903 (check-ccl-program): Check compiled CCL code by ccl-program-p. | |
3904 | |
3905 1999-07-25 Ken'ichi Handa <handa@etl.go.jp> | |
3906 | |
3907 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
3908 | |
3909 1999-07-25 Markus Rost <rost@gnu.org> | |
3910 | |
3911 * cus-edit.el (custom-save-variables, custom-save-faces): Sort | |
3912 the entries to make custom-file more readable. | |
3913 | |
3914 1999-07-25 Richard M. Stallman <rms@gnu.org> | |
3915 | |
3916 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs. | |
3917 | |
3918 * emacs-lisp/edebug.el: Delete compatibility code. | |
3919 (edebug-next-token-class): If . is followed by a digit, | |
3920 return `symbol' for the token class. | |
3921 | |
3922 * startup.el (command-line): If we don't find the user's init file, | |
3923 set user-init-file to nil. | |
3924 | |
3925 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
3926 | |
3927 * info-look.el (info-lookup-interactive-arguments): Add optional | |
3928 argument query for new choice of help mode. | |
3929 (info-lookup-symbol): Use it. | |
3930 (info-lookup-file): Ditto. | |
3931 (info-lookup): Don't switch to other window, if already in Info | |
3932 buffer. | |
3933 | |
3934 1999-07-23 Dave Love <fx@gnu.org> | |
3935 | |
3936 * fortran.el (fortran-mode-syntax-table): Change `\' to `\' | |
3937 syntax. | |
26624 | 3938 (fortran-fontify-string, fortran-match-!-comment): Deleted. |
25837 | 3939 (fortran-font-lock-syntactic-keywords): New variable. |
3940 (fortran-mode): Use it. | |
3941 (fortran-font-lock-keywords-1): Don't do comments. | |
3942 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save | |
3943 match data. | |
3944 | |
3945 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls. | |
3946 | |
3947 * msb.el (msb-menu-bar-update-buffers): Renamed from | |
3948 menu-bar-update-buffers. | |
3949 (msb-custom-set, msb--toggle-menu-type): Call | |
3950 msb-menu-bar-update-buffers. | |
3951 (msb-mode): Revise the hook setting. | |
3952 | |
3953 * font-lock.el (turn-on-font-lock): Use tty-display-color-p. | |
3954 | |
3955 1999-07-23 Gerd Moellmann <gerd@gnu.org> | |
3956 | |
25956 | 3957 * font-lock.el, help.el, simple.el: Re-integrate previously |
3958 described changes that were lost due to errors while checking them | |
3959 in. | |
25837 | 3960 |
3961 1999-07-23 Kevin Blake <kblake@ticnet.com> | |
3962 | |
3963 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp. | |
3964 | |
3965 1999-07-23 Ken'ichi Handa <handa@etl.go.jp> | |
3966 | |
3967 * international/encoded-kb.el | |
3968 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character | |
3969 but push it to unread-command-events. | |
3970 (encoded-kbd-self-insert-iso2022-8bit): Likewise. | |
3971 (encoded-kbd-self-insert-sjis): Likewise. | |
3972 (encoded-kbd-self-insert-big5): Likewise. | |
3973 | |
3974 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up | |
3975 before left margin and fill-prefix by fill-find-break-point. | |
3976 | |
3977 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
3978 | |
3979 * info-look.el (info-lookup-setup-mode): Don't give up, if | |
3980 info-lookup-make-completions returns an error. | |
3981 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file | |
3982 name latex, not latex2e. | |
3983 | |
3984 1999-07-21 Richard M. Stallman <rms@gnu.org> | |
3985 | |
3986 * replace.el (perform-replace): Turn off case-fold-search | |
3987 if FROM-STRING argument has uppercase in it. | |
3988 | |
3989 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3990 | |
3991 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock | |
3992 mode is on. Don't use end of changed text. | |
3993 | |
3994 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3995 | |
3996 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table. | |
3997 (cl-hash-table-p): Renamed from hash-table-p. | |
3998 (cl-hash-table-count): Renamed from hash-table-count. | |
3999 (maphash): Alias to cl-maphash removed. | |
4000 (gethash): Likewise. | |
4001 (puthash): Likewise. | |
4002 (remhash): Likewise. | |
4003 (clrhash): Likewise. | |
4004 | |
4005 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4006 | |
4007 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with | |
4008 third arg non-nil. See comment there why this isn't a good idea. | |
4009 | |
4010 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4011 | |
4012 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message. | |
4013 | |
4014 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call | |
4015 sit-for with 3rd arg non-nil to prevent redisplay. | |
4016 | |
4017 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4018 | |
4019 * image.el (image-type-from-file-header): If file doesn't | |
4020 have a directory part, add data-directory. | |
4021 | |
4022 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4023 | |
4024 * tooltip.el (tooltip-gud-tips-p): Set default to nil. | |
4025 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse | |
4026 motion handling when tooltip-gud-tips-p is nil. | |
4027 | |
4028 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4029 | |
4030 * tooltip.el (tooltip-mode): Don't use `plusp'. | |
4031 (tooltip-active): Use initial value of nil. | |
4032 | |
4033 * jit-lock.el (jit-lock-mode): Don't use `plusp'. | |
4034 | |
4035 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4036 | |
4037 * bindings.el (make-mode-line-mouse-sensitive): Add key | |
4038 definitions for `top-line'. | |
4039 | |
4040 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4041 | |
4042 * faces.el (top-line): New face. | |
4043 | |
4044 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4045 | |
4046 * image.el (image-type-regexps): Add regexp for PS files. | |
4047 | |
4048 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4049 | |
4050 * faces.el (set-face-attribute): Fix wrong handling of frame | |
4051 begin equal to t. | |
4052 | |
4053 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4054 | |
4055 * image.el (image-type-regexps): Add PNG format. | |
4056 | |
4057 1999-07-21 Dave Love <fx@gnu.org> | |
4058 | |
4059 * bindings.el (mode-line-modified): New variable. | |
4060 (mode-line-mode-menu-1): Switch to appropriate window before | |
4061 showing menu. | |
4062 | |
4063 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4064 | |
4065 * faces.el (face-underline): Removed. | |
4066 (face-underline-color): Ditto. | |
4067 | |
4068 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4069 | |
4070 * faces.el (face-x-resources): Fix typo. | |
4071 | |
4072 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4073 | |
4074 * faces.el: Remove handling of `:relief', extend handling of | |
4075 `:box'. | |
4076 (frame-set-background-mode): Choose new defface specs after | |
4077 frame parameters have changed. | |
4078 | |
4079 * cus-face.el: Ditto. | |
4080 | |
4081 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4082 | |
4083 * custom.el (defface): Extend documentation to include new | |
4084 face attributes. | |
4085 | |
4086 * cus-face.el (custom-face-attributes): Add overline, | |
4087 strike-through, box. | |
4088 | |
4089 * faces.el (face-valid-attribute-values): Handle overline, | |
4090 strike-through, box. | |
4091 (face-attribute-name-alist): Add pairs for new face attributes. | |
4092 (describe-face): Handle new face attributes. | |
4093 | |
4094 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4095 | |
4096 * faces.el (face-x-resources): Add overline, strike-through, box. | |
4097 | |
4098 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4099 | |
4100 * enriched.el (enriched-translations): Add `display' and | |
4101 "x-display". | |
4102 (enriched-handle-display-prop): New. | |
4103 (enriched-decode-display-prop): New. | |
4104 | |
4105 * format.el (top-level): Give `display' property | |
4106 `format-list-atomic-p. | |
4107 (format-annotate-single-property-change): Test that property. | |
4108 If present, treat list property values like atoms. | |
4109 | |
4110 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4111 | |
4112 * cus-face.el (custom-face-attributes): Use `choice' everywhere | |
4113 so that "*" can be entered. | |
4114 | |
4115 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4116 | |
4117 * cus-face.el (custom-face-attributes): Don't use `#''. | |
4118 | |
4119 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
4120 | |
4121 * cus-face.el (custom-face-attributes): Return underline | |
4122 face attribute directly from the second lambda of underline. | |
4123 | |
4124 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4125 | |
4126 * jit-lock.el (jit-lock-stealth-verbose): Set to nil. | |
4127 | |
4128 * frame.el (after-setting-font-hooks): New variable. | |
4129 (set-frame-font): Run those hooks. | |
4130 | |
4131 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region. | |
4132 | |
4133 * faces.el (set-face-attribute): Fix doc string. | |
4134 | |
4135 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4136 | |
4137 * cus-face.el (custom-face-attributes): Accept color name. | |
4138 | |
4139 * faces.el (face-underline-p): Accept unspecified underlining. | |
4140 (face-underline): Ditto. Fix doc string. | |
4141 | |
4142 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
4143 | |
4144 * faces.el (face-underline-color): New function. | |
4145 | |
4146 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
4147 | |
4148 * cus-face.el (custom-face-attributes): Support underline coloring. | |
4149 Added slot to choose a color. | |
4150 | |
4151 * faces.el (face-underline): New function. | |
4152 (face-underline-p): Support underline coloring. | |
4153 Return nil only if the underline attribute is 'normal. | |
4154 (set-face-underline): New function. | |
4155 (face-valid-attribute-values): Support underline coloring. | |
4156 | |
4157 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4158 | |
4159 * image.el (insert-image): Use `display' instead of `glyph' | |
4160 as text property name. | |
4161 (put-image): Ditto. | |
4162 (image-type-from-file-header): Use insert-file-contents-literally. | |
4163 | |
4164 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4165 | |
4166 * easymenu.el (easy-menu-do-add-item): Don't use the empty | |
4167 string to indicate separators. | |
4168 | |
4169 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4170 | |
4171 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max | |
4172 instead of message-log. | |
4173 | |
4174 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4175 | |
4176 * faces.el (bitmap-area): New face. | |
4177 | |
4178 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4179 | |
4180 * image.el (insert-image): New. | |
4181 | |
4182 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4183 | |
4184 * frame.el (blink-cursor): Set the symbol's value. | |
4185 (show-trailing-whitespace): Change group to font-lock. | |
4186 | |
4187 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4188 | |
4189 * jit-lock.el: New. | |
4190 * font-lock.el: Add jit-mode as new support mode. | |
4191 | |
4192 * font-lock.el (font-lock-fontify-keywords-region): Stop when | |
4193 reaching end instead of letting re-search-forward signal an error. | |
4194 (demand-lock-mode): New. | |
4195 (font-lock-turn-on-thing-lock): Add demand-lock-mode. | |
4196 (font-lock-turn-off-thing-lock): Ditto. | |
4197 (font-lock-after-fontify-buffer): Ditto. | |
4198 (font-lock-after-unfontify-buffer): Ditto. | |
4199 | |
4200 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4201 | |
4202 * gs.el: New file. | |
4203 | |
4204 * startup.el (command-line-1): Activate tooltip mode if | |
4205 interactive. | |
4206 | |
4207 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4208 | |
4209 * faces.el (toolbar): Grey default background. | |
4210 (modeline): Ditto. | |
4211 | |
4212 * image.el (image-type-regexps): New. | |
4213 (image-type-from-file-header): New. | |
4214 (create-image): Call it. | |
4215 | |
4216 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4217 | |
4218 * image.el: New file. | |
4219 | |
4220 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4221 | |
4222 * bindings.el (mode-line-format): Replace `mode-name' with | |
4223 `(:eval mode-line-mode-name)'. | |
4224 (mode-line-mode-name): New. | |
4225 (make-mode-line-mouse-sensitive): Don't change default value | |
4226 of `mode-name'. | |
4227 | |
4228 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4229 | |
4230 * tooltip.el: New file. | |
4231 | |
4232 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4233 | |
4234 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3 | |
4235 instead of mouse-3 to pop up menus. | |
4236 (mode-line-kill-buffer): Removed. | |
4237 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over | |
4238 buffer name. | |
4239 (mode-line-buffer-menu-1): Removed. | |
4240 | |
4241 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive. | |
4242 | |
4243 * bindings.el (mode-line-buffer-identification-keymap): New. | |
4244 (mode-line-buffer-menu-keymap): New. | |
4245 (mode-line-mode-menu-keymap): New. | |
4246 (mode-line-unbury-buffer): New. | |
4247 (mode-line-other-buffer): New. | |
4248 (mode-line-kill-buffer): New. | |
4249 (mode-line-buffer-menu-1): New. | |
4250 (mode-line-mode-menu-1): New. | |
4251 (make-mode-line-mouse-sensitive): New. | |
4252 | |
4253 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4254 | |
4255 * help.el (describe-key-briefly): Handle mode line strings | |
4256 with local-map properties. | |
4257 (describe-key): Ditto. | |
4258 (mode-line-key-binding): New. | |
4259 | |
4260 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4261 | |
4262 * scroll-bar.el (scroll-bar-timer): New. | |
4263 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer. | |
4264 | |
4265 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4266 | |
4267 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top' | |
4268 and `bottom'. | |
4269 | |
4270 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4271 | |
4272 * scroll-bar.el (scroll-bar-toolkit-scroll): New. | |
4273 (global): Use different key bindings if using tookit scroll bars. | |
4274 | |
4275 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4276 | |
4277 * faces.el (modeline): Define mode line face with relief for | |
4278 class color, only. | |
4279 (toolbar): New face. | |
4280 | |
4281 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4282 | |
4283 * frame.el (frame-initialize): Set frame-creation-function to | |
4284 tty-create-frame-with-faces. | |
4285 | |
4286 * faces.el (frame-set-background-mode): Make it work for | |
4287 window-system nil. | |
4288 | |
4289 * faces.el (tty-create-frame-with-faces): New. | |
4290 (face-set-after-frame-default): Make it work for TTY frames. | |
4291 | |
4292 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4293 | |
4294 * faces.el (face-valid-attribute-values): Use tty-defined-colors. | |
4295 Return a list of one font family for TTYs. Don't return bitmap | |
4296 file paths for TTY frames. | |
4297 | |
4298 * faces.el: Add face specs for tty displays to basic faces. | |
4299 | |
4300 * font-lock.el (font-lock-comment-face): Add spec for color tty. | |
4301 (font-lock-string-face): Ditto. | |
4302 (font-lock-keyword-face): Ditto. | |
4303 (font-lock-builtin-face): Ditto. | |
4304 (font-lock-function-name-face): Ditto. | |
4305 (font-lock-variable-name-face): Ditto. | |
4306 (font-lock-type-face): Ditto. | |
4307 (font-lock-constant-face): Ditto. | |
4308 (font-lock-warning-face): Ditto. | |
4309 | |
4310 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4311 | |
4312 * startup.el (command-line): Register default tty colors. | |
4313 | |
4314 * faces.el (face-spec-set-match-display): Recognize `type tty'. | |
4315 | |
4316 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4317 | |
4318 * faces.el (modeline): For X frames, use a modeline with relief. | |
4319 | |
4320 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4321 | |
4322 * faces.el (frame-update-faces): Copied from 20.2. | |
4323 (frame-update-face-colors): Ditto. Code removed that isn't | |
4324 applicable in the new face implementation. | |
4325 | |
4326 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4327 | |
4328 * frame.el (show-trailing-whitespace): New. | |
4329 | |
4330 * faces.el (trailing-whitespace): New basic face. | |
4331 | |
4332 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4333 | |
4334 * cus-face.el (custom-facep): Always define as alias for facep. | |
4335 | |
4336 * cus-face.el (custom-face-attributes): Use choice widgets. | |
4337 Remove :bold and :italic. | |
4338 | |
4339 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4340 | |
4341 * faces.el (face-charset-registries): Removed since fontset.el | |
4342 is no always loaded. | |
4343 | |
4344 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4345 | |
4346 * faces.el (internal-get-face): Added as obsolete function for | |
4347 compatibility. | |
4348 | |
4349 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4350 | |
4351 * frame.el (blink-cursor-end): Call show-cursor. | |
4352 (blink-cursor-mode): Ditto. | |
4353 | |
4354 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4355 | |
4356 * faces.el (face-spec-reset-face): Reset all attributes to | |
4357 `unspecified'. | |
4358 (face-spec-set): Use it. | |
4359 | |
4360 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4361 | |
4362 * faces.el (read-all-face-attributes): Bug fix. | |
4363 (face-read-integer): Allow nil default value. | |
4364 (face-valid-attribute-values): Use symbol names of attribute | |
4365 values for completion list. | |
4366 | |
4367 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4368 | |
4369 * faces.el (internal-find-face): Define for compatibility with | |
4370 20.2. | |
4371 (face-id): Likewise. | |
4372 | |
4373 * faces.el (face-id): Return the ID of a realized face for ASCII. | |
4374 | |
4375 * fontset.el (x-charset-registries): Removed. Now in faces.el. | |
4376 (x-complement-fontset-spec): Use face-charset-registries. | |
4377 | |
4378 * faces.el (face-font-selection-order): Set font selection order | |
4379 from Lisp. | |
4380 (face-alternative-font-family-alist): Set alternative font | |
4381 families from Lisp. | |
4382 | |
4383 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4384 | |
4385 * faces.el (set-face-charset-registries): Set symbol value. | |
4386 | |
4387 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4388 | |
4389 * faces.el (face-set-after-frame-default): Call function | |
4390 internal-merge-in-global-face. | |
4391 | |
4392 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4393 | |
4394 * faces.el (face-list): Return symbols from face-global-alist. | |
4395 | |
4396 * faces.el (face-list): Return a copy of the face name list so | |
4397 that it cannot be modified from outside (facemenu.el uses | |
4398 nreverse, for example). | |
4399 | |
4400 * cus-face.el (custom-face-attributes): Add :bold and :italic | |
4401 for compatibility with old code. | |
4402 | |
4403 * faces.el (set-face-attributes-from-resources): Additional | |
4404 frame parameter. | |
4405 (make-face-x-resource-internal): Set attributes from resources | |
4406 for a given frame or all frames. | |
4407 | |
4408 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4409 | |
4410 * faces.el (all-faces): Removed. | |
4411 | |
4412 * custom.el (defface): Add new face attributes to function | |
4413 comment. | |
4414 | |
4415 * font-lock.el (font-lock-comment-face): Use new face attribute | |
4416 names. | |
4417 (font-lock-string-face): Ditto. | |
4418 (font-lock-keyword-face): Ditto. | |
4419 (font-lock-builtin-face): Ditto. | |
4420 (font-lock-function-name-face): Ditto. | |
4421 (font-lock-variable-name-face): Ditto. | |
4422 (font-lock-type-face): Ditto. | |
4423 (font-lock-reference-face): Ditto. | |
4424 (font-lock-warning-face): Ditto. | |
4425 ((boundp 'font-lock-face-attributes)): Ditto. | |
4426 | |
4427 * cus-face.el (custom-face-attributes): Use new face attributes. | |
4428 | |
4429 * faces.el (set-face-attribute-from-resource): Initialize | |
4430 from resources only for X and W32. | |
4431 | |
4432 * cus-face.el (custom-declare-face): Don't make frame-local | |
4433 faces. | |
4434 | |
4435 * faces.el (describe-face): Use princ instead of insert. | |
4436 | |
4437 * faces.el: Add XLFD manipulation functions from 20.2 again | |
4438 because fontset.el uses them. | |
4439 (face-set-after-frame-default): Add empty definition. | |
4440 | |
4441 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4442 | |
4443 * faces.el (make-face): Correct typo. | |
4444 (set-face-attribute-from-resource): Use let*. | |
4445 (face-underline-p): Correct typo. | |
4446 (face-inverse-video-p): Ditto. | |
4447 (set-face-stipple): Ditto. | |
4448 (face-read-string): Make completion-list optional parameter. | |
4449 | |
4450 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4451 | |
4452 * faces.el (face-charset-registries): Alist mapping charset | |
4453 symbols to registries and encoding. | |
4454 | |
4455 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4456 | |
4457 * frame.el (blink-cursor-mode): Use interactive spec "P". | |
4458 | |
4459 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4460 | |
4461 * frame.el (blink-cursor-mode): Function to toggle blinking cursor | |
4462 mode. The cursor of selected_window blinks if the mode is enabled. | |
4463 | |
4464 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4465 | |
4466 * simple.el (next-history-element): Set point to the end of the | |
4467 prompt if minibuffer-prompt-in-buffer. | |
4468 | |
4469 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
4470 | |
4471 * faces.el (x-font-regexp): Add sub-expression parentheses for | |
4472 several font name components. | |
4473 | |
4474 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
4475 | |
4476 * faces.el (set-face-relief): Use index 12 for relief. | |
4477 (face-fill-in): Set relief from data. | |
4478 (internal-make-face): Init relief to zero. | |
4479 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4480 * faces.el (face-spec-set): Call modify-face with additional |
25837 | 4481 parameters for relief and fixed-p. |
4482 | |
4483 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
4484 | |
4485 * cus-face.el: ':fixed and ':relief added. | |
4486 | |
4487 * faces.el (describe-face): Add fixed font attribute and relief. | |
4488 (face-attr-match-p): Ditto. | |
4489 (face-attr-construct): Ditto. | |
4490 (face-spec-set): Ditto. | |
4491 | |
4492 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
4493 | |
4494 * faces.el (internal-make-face): Function to create a Lisp vector | |
4495 suitable for representing a face. | |
4496 (make-face): Use it instead of make-vector. | |
4497 (x-create-frame-with-faces): Use it instead of vector. | |
4498 (internal-facep): Increase vector size to 14. | |
4499 (internal-make-face): Ditto. | |
4500 (face-relief): Access relief thickness. | |
4501 (face-fixed-p): Access fixed font attribute. | |
4502 (set-face-fixed-p): Set fixed font attribute. | |
4503 (set-face-relief): Set relief attribute. | |
4504 (internal-face-interactive-int): Read int attribute of face. | |
4505 (modify-face): Add fixed-p and relief parameters. | |
4506 (copy-face): Handle fixed-p and relief. | |
4507 (face-equal): Compare fixed-p and relief. | |
4508 (face-differs-from-default-p): Ditto. | |
4509 (face-nontrivial-p): Add fixed-p and relief. | |
4510 | |
4511 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
4512 | |
4513 * faces.el (eval-when-compile): Add set-face-shadow-thickness. | |
4514 (internal-facep): Increase vector size. | |
4515 (make-face): Ditto. | |
4516 (face-shadow-thickness): Added. | |
4517 (set-face-shadow-thickness): Added. | |
4518 (modify-face): Add optional shadow-thickness parameter. | |
4519 (make-face-x-resource-internal): Add shadows. | |
4520 (copy-face): Ditto. | |
4521 (face-equal): Ditto. | |
4522 (face-differs-from-default-p): Ditto. | |
4523 (face-nontrivial-p): Ditto. | |
4524 (face-attr-match-p): Ditto. | |
4525 (face-attr-construct): Ditto. | |
4526 (face-spec-set): Ditto. | |
4527 (face-fill-in): Ditto. | |
4528 | |
4529 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
4530 | |
4531 * bench.el (bench-mark-split-window): New bench mark. | |
4532 | |
4533 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
4534 | |
4535 * faces.el (set-face-font): Don't pass default font to | |
4536 x-resolve-font so that font will not have to be of the same | |
4537 size. | |
4538 | |
4539 1999-07-20 Dave Love <fx@gnu.org> | |
4540 | |
4541 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it | |
4542 unconditionally t. | |
4543 | |
4544 1999-07-20 Karl Heuer <kwzh@gnu.org> | |
4545 | |
4546 * font-lock.el (c++-font-lock-extra-types): Add "type_info". | |
4547 | |
4548 1999-07-20 Dave Love <fx@gnu.org> | |
4549 | |
4550 * help.el (describe-variable): Fix test for customizability. | |
4551 | |
4552 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer): | |
4553 Check for readonly buffer in interactive spec. | |
4554 (zap-to-char, kill-line, kill-region, comment-region, kill-word) | |
4555 (backward-kill-word): Add * to interactive spec. | |
4556 | |
4557 * underline.el (underline-region, ununderline-region): Add * to | |
4558 interactive spec. | |
4559 | |
4560 * fill.el (canonically-space-region, justify-current-line): Add * | |
4561 to interactive spec. | |
4562 (fill-region-as-paragraph, fill-paragraph, fill-region) | |
4563 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check | |
4564 readonly buffer in interactive spec. | |
4565 | |
4566 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
4567 (backward-kill-sentence, kill-sentence): Add * to interactive | |
4568 spec. | |
4569 | |
4570 1999-07-19 Richard M. Stallman <rms@gnu.org> | |
4571 | |
4572 * dired-aux.el (dired-do-shell-command): Doc fix. | |
4573 | |
4574 * shell.el (shell-unquote-argument): New function. | |
4575 (shell-directory-tracker): Use shell-unquote-argument. | |
4576 * comint.el (comint-arguments): Handle \ followed by space or tab. | |
4577 | |
4578 1999-07-19 John Wiegley <jwiegley@borland.com> | |
4579 | |
4580 * term.el (ansi-term-fg-faces-vector): Added support for ANSI | |
4581 color codes 39 and 49, which by the way lynx uses them seem to | |
4582 mean "foreground reset" and "background reset". | |
4583 | |
4584 1999-07-19 Karl Heuer <kwzh@gnu.org> | |
4585 | |
4586 * font-lock.el (c++-keywords): Add "typeid". | |
4587 | |
4588 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but | |
4589 selects no font, treat that as zero selections, not one. | |
4590 | |
4591 1999-07-19 Dave Love <fx@gnu.org> | |
4592 | |
4593 * info.el (Info-search): Don't lose with empty regexp. | |
4594 | |
4595 * version.el: Cater for (free) `ident' program, not `which'. | |
4596 | |
4597 * hl-line.el: New file. | |
4598 | |
4599 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu | |
4600 for modes which don't define menus. | |
4601 | |
4602 1999-07-16 Richard M. Stallman <rms@gnu.org> | |
4603 | |
4604 * webjump.el (webjump-sample-sites): Update some URLs. | |
4605 | |
4606 1999-07-14 Richard Stallman <rms@gnu.org> | |
4607 | |
4608 * Version 20.4 released. | |
4609 | |
4610 1999-07-14 Andreas Schwab <schwab@gnu.org> | |
4611 | |
4612 * compare-w.el (compare-windows): Try to find the next window in | |
4613 the current frame before looking at the other frames. | |
4614 | |
4615 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru> | |
4616 | |
4617 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"): | |
4618 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
|
4619 |
25837 | 4620 1999-07-12 Richard Stallman <rms@gnu.org> |
4621 | |
4622 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for | |
4623 Java anonymous array expressions ("new Foo[] {.. bracelist ..}"). | |
4624 | |
4625 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian. | |
4626 (ispell-local-dictionary-alist): Add koi8-r for character set. | |
4627 | |
4628 * textmodes/flyspell.el (flyspell-get-word): | |
4629 Add special handling for when ispell-otherchars is empty. | |
4630 | |
4631 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no> | |
4632 | |
4633 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior | |
4634 when having nested functons. | |
4635 (pascal-indent-nested-functions) (pascal-indent-line) | |
4636 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for | |
4637 indenting nested functions. | |
4638 | |
4639 1999-07-09 Richard Stallman <rms@gnu.org> | |
4640 | |
4641 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes. | |
4642 | |
4643 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no> | |
4644 | |
4645 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when | |
4646 the `end' keyword was in the very beginning of the buffer. | |
4647 | |
4648 1999-07-08 Richard Stallman <rms@gnu.org> | |
4649 | |
4650 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix. | |
4651 | |
4652 * term.el (term-emulate-terminal): Avoid infinite loop | |
4653 in strange case where minibuffer window is selected but not active. | |
4654 | |
4655 1999-07-07 Stephen Eglen <stephen@gnu.org> | |
4656 | |
4657 * progmodes/octave-inf.el (inferior-octave-directory-tracker): | |
4658 Change regexp so that it doesn't match commands beginning with `cd'. | |
4659 | |
4660 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
4661 | |
4662 * mail/rmail.el (mail-unsent-separator): Add a missing \\|. | |
4663 | |
4664 1999-07-06 Richard Stallman <rms@gnu.org> | |
4665 | |
4666 * hscroll.el (hscroll-minibuffer-hook): New function. | |
4667 (hscroll-global-mode): Add and remove that hook. | |
4668 Set hscroll-old-truncate-was-global's default value. | |
4669 | |
4670 1999-07-05 Richard Stallman <rms@gnu.org> | |
4671 | |
4672 * files.el (revert-buffer): Don't preserve point here. | |
4673 (revert-buffer-insert-file-contents-function): Doc fix. | |
4674 | |
4675 * isearch.el (isearch-process-search-char): Write octal 200 correctly. | |
4676 | |
4677 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid | |
4678 doing a `stat' when it isn't necessary because that can cause | |
4679 trouble when an NFS server is down. | |
4680 | |
4681 1999-07-04 Richard Stallman <rms@gnu.org> | |
4682 | |
4683 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer. | |
4684 | |
4685 1999-07-03 Richard Stallman <rms@gnu.org> | |
4686 | |
4687 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte | |
4688 for \200...\240 also. | |
4689 (isearch-printing-char): Use unibyte-char-to-multibyte. | |
4690 | |
4691 1999-07-02 Richard Stallman <rms@gnu.org> | |
4692 | |
4693 * frame.el (minibuffer-frame-alist): Use defcustom. | |
4694 (pop-up-frame-alist): Likewise. | |
4695 (initial-frame-alist): Specify * in the doc string. | |
4696 | |
4697 * hscroll.el (hscroll-mode): Make it a permanent local. | |
4698 (hscroll-mode): Don't cancel the timer | |
4699 if HScroll mode is enabled in some other buffer. | |
4700 | |
4701 * isearch.el (isearch-done): If search ends in middle of intangible | |
4702 text (due to text property), move on to the limit of that text. | |
4703 | |
4704 1999-07-01 Andrew Innes <andrewi@gnu.org> | |
4705 | |
4706 * man.el (Man-build-man-command): Use value of null-device, | |
4707 instead of hard-coding "/dev/null". | |
4708 | |
4709 * dos-w32.el (untranslated-canonical-name): Avoid expanding | |
4710 ange-ftp file names, which might force ange-ftp to prompt for a | |
4711 password. | |
4712 | |
4713 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t, | |
4714 to prevent references to temp files. | |
4715 | |
4716 1999-06-30 Richard Stallman <rms@gnu.org> | |
4717 | |
4718 * progmodes/sh-script.el (sh-feature): If nothing is known | |
4719 about the given shell, use the values for `sh'. | |
4720 | |
4721 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
4722 | |
4723 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status", | |
4724 to make it non-recursive. | |
4725 | |
4726 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly. | |
4727 | |
4728 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4729 | |
4730 * auto-show.el (auto-show-mode): Fix Typo in :set. | |
4731 | |
4732 1999-06-29 Richard M. Stallman <rms@gnu.org> | |
4733 | |
4734 * progmodes/sh-script.el (sh-mode): When setting syntax | |
4735 table, default to the standard one. | |
4736 | |
4737 1999-06-27 Richard M. Stallman <rms@gnu.org> | |
4738 | |
4739 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix. | |
4740 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4741 1999-06-27 Stefan Monnier <monnier@cs.yale.edu> |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4742 |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
4743 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up |
25837 | 4744 a frame when `return' is requested (even if pop-up-frames = t) |
4745 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function' | |
4746 should only be set for the bibtex buffer. | |
4747 | |
4748 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix. | |
4749 | |
4750 * progmodes/compile.el: Deal with compilation-error-screen-columns | |
4751 being buffer-local. | |
4752 | |
4753 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
4754 | |
4755 * comint.el (comint-password-prompt-regexp): Allow "(again)". | |
4756 | |
4757 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
4758 | |
4759 * cal-x.el (calendar-only-one-frame-setup): New function. | |
4760 * calendar.el (calendar): Call it if requested. | |
4761 | |
4762 1999-06-24 Karl Heuer <kwzh@gnu.org> | |
4763 | |
4764 * startup.el (iso-8859-n-locale-regexp): Doc fix. | |
4765 | |
4766 1999-06-22 Richard M. Stallman <rms@gnu.org> | |
4767 | |
4768 * mail/supercite.el (sc-emacs-features): Doc fix. | |
4769 | |
4770 1999-06-22 Karl Heuer <kwzh@gnu.org> | |
4771 | |
4772 * files.el (auto-mode-alist): Add pike-mode. | |
4773 | |
4774 1999-06-20 Paul R. Eggert <eggert@twinsun.com> | |
4775 | |
4776 * tar-mode.el (tar-header-block-tokenize): Don't assume that the | |
4777 last byte of a numeric field is a space or a NUL. Parse it as | |
4778 potentially part of the number. This is used by GNU tar | |
4779 1.12.64012 to handle larger values. | |
4780 | |
4781 1999-06-20 Karl Heuer <kwzh@gnu.org> | |
4782 | |
4783 * custom.el (custom-handle-keyword): Fix error message. | |
4784 | |
4785 1999-06-18 Andrew Innes <andrewi@gnu.org> | |
4786 | |
4787 * mail/smtpmail.el (smtpmail-send-it): Use | |
4788 convert-standard-filename to make file names for queued mail safe | |
4789 on Windows (`:' is invalid in file names on Windows). | |
4790 | |
4791 1999-06-17 Kenichi Handa <handa@etl.go.jp> | |
4792 | |
4793 * international/mule-cmds.el (describe-current-input-method): | |
4794 Current-input-method is string. | |
4795 (toggle-input-method): Docstring fixed. | |
4796 | |
4797 * international/mule-diag.el | |
4798 (describe-current-coding-system-briefly): Fix format string. | |
4799 | |
4800 * international/mule-util.el (coding-system-eol-type-mnemonic): | |
4801 Docstring modified. Return a string. | |
4802 | |
4803 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch> | |
4804 | |
4805 * sql.el (sql-input-ring-file-name): Doc fix. | |
4806 | |
4807 1999-06-17 Richard M. Stallman <rms@gnu.org> | |
4808 | |
4809 * calendar/cal-x.el (special-display-buffer-names): | |
4810 Don't put (get-file-buffer diary-file) on this list. | |
4811 | |
4812 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov> | |
4813 | |
4814 * play/mpuz.el (mpuz-try-proposal): Fix message call. | |
4815 Don't penalize player for certain impossible guesses. | |
4816 | |
4817 1999-06-16 Andrew Innes <andrewi@gnu.org> | |
4818 | |
4819 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid, | |
4820 return the string "Unk 0 0000" so at least it appears to be a | |
4821 valid timestamp to `dired-move-to-filename-regexp'. | |
4822 | |
4823 1999-06-15 Ken'ichi Handa <handa@gnu.org> | |
4824 | |
4825 * ps-print.el (ps-control-character): Fix previous change. | |
4826 | |
4827 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4828 | |
4829 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid | |
4830 multiple output of the last message. | |
4831 | |
4832 1999-06-14 Eli Zaretskii <eliz@gnu.org> | |
4833 | |
4834 * term/internal.el (IT-display-table-setup): Do not remap \222 to | |
4835 the ASCII apostrophe, as most DOS codepages have some other glyph | |
4836 there. | |
4837 | |
4838 1999-06-14 Ken'ichi Handa <handa@gnu.org> | |
4839 | |
4840 * language/ethio-util.el (setup-ethiopic-environment-internal): | |
4841 Use quail-activate-hook instead of obsolete hook quail-mode-hook. | |
4842 (exit-ethiopic-environment): Likewize. | |
4843 | |
4844 1999-06-12 Richard M. Stallman <rms@gnu.org> | |
4845 | |
4846 * cus-start.el (scroll-preserve-screen-position): Fix typo in type. | |
4847 | |
4848 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
4849 | |
4850 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with | |
4851 custom-initialize-default to avoid infinite loop. | |
4852 (crisp-mode): (defun) Call transient-mark-mode here, not when | |
4853 loading the file. Run crisp-mode-hook here, and run | |
4854 crisp-load-hook when loading the file. | |
4855 | |
4856 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in | |
4857 rmail-summary buffer, search for pattern in rmail-file. | |
4858 | |
4859 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo. | |
4860 | |
4861 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type. | |
4862 | |
4863 * ps-print.el (ps-printer-name): Fix custom type. | |
4864 | |
4865 1999-06-12 Reto Zimmermann <reto@synopsys.com> | |
4866 | |
4867 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug. | |
4868 (vhdl-port-paste-generic-map): Fix indentation bug. | |
4869 (vhdl-port-paste-port-map): Fix indentation bug. | |
4870 (vhdl-scan-file-contents): Make scanning case insensitive. | |
4871 | |
4872 1999-06-11 Richard M. Stallman <rms@gnu.org> | |
4873 | |
4874 * files.el (write-file): When buffer is not already visiting a file, | |
4875 don't put buffer name in the minibuffer, just make it the default. | |
4876 Also handle just directory as arg usefully in that case. | |
4877 | |
4878 * simple.el (sendmail-user-agent-compose): | |
4879 Ignore case when inserting the rest of the "other" headers. | |
4880 | |
4881 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n. | |
4882 | |
4883 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix. | |
4884 (info-lookup-interactive-arguments): Never insert the default | |
4885 into the minibuffer automatically. | |
4886 | |
4887 * emacs-lisp/cl-extra.el (getf): Don't call get*. | |
4888 | |
4889 1999-06-09 Richard M. Stallman <rms@gnu.org> | |
4890 | |
4891 * simple.el (shell-command): Avoid printing "mark set" message. | |
4892 | |
4893 1999-06-09 Dave Love <fx@gnu.org> | |
4894 | |
4895 * progmodes/compile.el (compilation-error-regexp-alist): Allow | |
4896 digits in program name in first pattern. | |
4897 | |
4898 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
4899 | |
4900 * vc.el (vc-dired-mode): Don't match anything before the date in | |
4901 dired-move-to-filename-regexp. | |
4902 | |
4903 1999-06-07 Ken'ichi Handa <handa@gnu.org> | |
4904 | |
4905 * international/quail.el (quail-define-rules): Fix typo in | |
4906 docstring. | |
4907 | |
4908 1999-06-05 Stephen Eglen <stephen@gnu.org> | |
4909 | |
4910 * iswitchb.el (iswitchb-default-keybindings): Add | |
4911 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather | |
4912 than when package is loaded. | |
4913 | |
4914 1999-06-04 Richard M. Stallman <rms@gnu.org> | |
4915 | |
4916 * startup.el (command-line): Don't set user-init-file directly; | |
4917 tell `load' to set it. | |
4918 | |
4919 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg. | |
4920 | |
4921 * simple.el (next-history-element): | |
4922 Handle minibuffer-text-before-history properly when reading sexps. | |
4923 | |
4924 * disp-table.el (standard-display-european): | |
4925 For an interactive call by the user, | |
4926 don't set enable-multibyte-characters, | |
4927 and don't set the terminal coding system. | |
4928 | |
4929 * textmodes/refbib.el: Don't print any messages or display | |
4930 a buffer when loading the library. | |
4931 (r2b-help): Doc fix. | |
4932 (r2b-help-message): Update the documentation. | |
4933 (r2b-load-quietly): Variable deleted. | |
4934 (r2b-convert-buffer): Doc fix. | |
4935 | |
4936 1999-06-04 Dave Love <fx@gnu.org> | |
4937 | |
4938 * help.el (help-xref-interned): Fix insertion of fdoc and revamp. | |
4939 | |
4940 * auto-show.el: Don't change hooks on loading. | |
4941 (auto-show-mode): Autoload. Default to nil. Add :set &c. | |
4942 (auto-show-mode): Add to hooks here. | |
4943 | |
4944 1999-06-04 Richard Sharman <rsharman@pobox.com> | |
4945 | |
4946 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite | |
4947 recursion on bogus input. | |
4948 | |
4949 1999-06-04 Eric M. Ludlam <zappo@ultranet.com> | |
4950 | |
4951 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user | |
4952 does not select a buffer from the buffers menu, then the attached | |
4953 frame is not switched to anything. | |
4954 | |
4955 1999-06-03 Ken'ichi Handa <handa@gnu.org> | |
4956 | |
4957 * language/vietnamese.el (ccl-encode-vscii): Typo fixed | |
4958 (viet-viscii-...->viet-vscii...). | |
4959 | |
4960 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed. | |
4961 | |
4962 1999-06-01 Dave Love <fx@gnu.org> | |
4963 | |
4964 * progmodes/fortran.el: Add :link to defgroup. | |
4965 (fortran-blink-matching-if): Match ELSE statements too. | |
4966 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so | |
4967 that filling is always done. | |
4968 | |
4969 1999-05-31 Richard M. Stallman <rms@gnu.org> | |
4970 | |
4971 * simple.el (append-next-kill): Use an arg to distinguish | |
4972 interactive calls from Lisp calls, rather than (interactive-p). | |
4973 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4974 * international/iso-transl.el (iso-transl-language-alist): |
25837 | 4975 Interchange n and N. |
4976 | |
4977 1999-05-31 Dave Love <fx@gnu.org> | |
4978 | |
4979 * msb.el Add to minor-mode-map-alist. Remove hook installation | |
4980 and keymap munging on load. | |
4981 (msb-mode): New option. | |
4982 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory): | |
4983 Doc fix. | |
4984 (msb-mode-map): New variable. | |
4985 (msb-mode): New command. | |
4986 | |
4987 1999-05-31 Dave Love <fx@gnu.org> | |
4988 | |
4989 * ispell.el: (ispell-alternate-dictionary): Fix custom type. | |
4990 (ispell-complete-word-dict): Likewise. | |
4991 | |
4992 1999-05-31 Eli Zaretskii <eliz@gnu.org> | |
4993 | |
4994 * forms.el (forms-save-buffer): Call set-buffer-modified-p to | |
4995 force the data buffer to be saved, even if the data didn't | |
4996 change, in case the write filter was modified. Restore the | |
4997 current record after read-file-filter finishes. | |
4998 | |
4999 1999-05-29 Karl Heuer <kwzh@gnu.org> | |
5000 | |
5001 * ispell4.el: Obsolete; file deleted. | |
5002 | |
5003 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line. | |
5004 | |
5005 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if | |
5006 VALUE is a syntax table. | |
5007 | |
5008 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie. | |
5009 | |
5010 * simple.el (zap-to-char): Doc fix. | |
5011 | |
5012 1999-05-27 Ken'ichi Handa <handa@gnu.org> | |
5013 | |
5014 * isearch.el (isearch-quote-char): Don't assume character codes | |
5015 0200 - 0237 stand for characters in some single-byte character | |
5016 charset. | |
5017 | |
5018 1999-05-27 Dave Love <fx@gnu.org> | |
5019 | |
5020 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c. | |
5021 | |
5022 1999-05-27 Andreas Schwab <schwab@gnu.org> | |
5023 | |
5024 * dired-aux.el (dired-insert-subdir-doinsert): Check that the | |
5025 headerline does not exist already. | |
5026 | |
5027 1999-05-26 Richard Stallman <rms@gnu.org> | |
5028 | |
5029 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
5030 Avoid nested null-loops. | |
5031 | |
5032 1999-05-26 Ken'ichi Handa <handa@gnu.org> | |
5033 | |
5034 * international/characters.el: Typo fixed; prefered->preferred. | |
5035 | |
5036 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
5037 Typo fixed; prefered->preferred. | |
5038 | |
5039 * map-ynp.el (map-y-or-n-p): Don't inherit the current input | |
5040 method in read-event. | |
5041 | |
5042 * international/mule.el (charset-info): Doc-string fixed. | |
5043 | |
5044 1999-05-25 Ken'ichi Handa <handa@gnu.org> | |
5045 | |
5046 * mail/smtpmail.el (smtpmail-send-it): Bind | |
5047 smtpmail-code-conv-from properly. | |
5048 (smtpmail-send-data-1): If DATA is a multibyte string, encode it | |
5049 by smtpmail-code-conv-from. | |
5050 | |
5051 1999-05-24 Richard Stallman <rms@gnu.org> | |
5052 | |
5053 * emulation/crisp.el (crisp-submit-bug-report): Function deleted. | |
5054 Binding deleted also. | |
5055 | |
5056 1999-05-24 Karl Heuer <kwzh@gnu.org> | |
5057 | |
5058 * comint.el (comint-bol-or-process-mark): Doc fix. | |
5059 | |
5060 1999-05-23 Dave Love <fx@gnu.org> | |
5061 | |
5062 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map. | |
5063 Enter it on minor-mode-map-alist. | |
5064 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed. | |
5065 Autoload. Add custom setter. | |
5066 (crisp-mark-line): Doc fix. | |
5067 (crisp-mode): Autoload. Re-write not to frob keymaps directly. | |
5068 (crisp-mode-hook): Define. | |
5069 | |
5070 1999-05-23 Ken'ichi Handa <handa@gnu.org> | |
5071 | |
5072 * files.el (recover-file): Recover buffer-file-coding-system. | |
5073 | |
5074 1999-05-22 Richard Stallman <rms@gnu.org> | |
5075 | |
5076 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp | |
5077 regexp match the date, to avoid treating date as file size. | |
5078 Add YYYY S option to WESTERN/ | |
5079 | |
5080 * bookmark.el: Delete some XEmacs compatibility code. | |
5081 (bookmark-jump-noselect): Check vc-backend. | |
5082 | |
5083 * subr.el (add-to-list): Doc fix. | |
5084 | |
5085 1999-05-21 Stephen Eglen <stephen@gnu.org> | |
5086 | |
5087 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer. | |
5088 | |
5089 1999-05-18 Richard Stallman <rms@gnu.org> | |
5090 | |
5091 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a | |
5092 non-space after the @anchor command. | |
5093 (texinfo-format-var): Handle other nested constructs, using | |
5094 texinfo-parse-expanded-arg and texinfo-discard-command, not | |
5095 texinfo-parse-arg-discard. | |
5096 | |
5097 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable. | |
5098 (debug): Bind and use debugger-outer-inhibit-redisplay. | |
5099 Bind inhibit-redisplay to nil. | |
5100 (debugger-env-macro): Treat inhibit-redisplay like other outside vars. | |
5101 | |
5102 1999-05-17 Dave Love <fx@gnu.org> | |
5103 | |
5104 * help.el (describe-function-1): Extra arg, interactive-p. | |
5105 (describe-key, describe-function): Use it. | |
5106 | |
5107 1999-05-17 Karl Heuer <kwzh@gnu.org> | |
5108 | |
5109 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie. | |
5110 | |
5111 1999-05-16 Dave Love <fx@gnu.org> | |
5112 | |
5113 * cus-start.el (all): Delete selective-display. Add scroll-margin, | |
5114 scroll-preserve-screen-position, scroll-conservatively. | |
5115 | |
5116 1999-05-16 Dave Love <fx@gnu.org> | |
5117 | |
5118 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case. | |
5119 | |
5120 1999-05-15 Reto Zimmermann <reto@Synopsys.COM> | |
5121 | |
5122 * progmodes/vhdl-mode.el: Completely revised and massively extended. | |
5123 | |
5124 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
5125 | |
5126 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no | |
5127 magic number and is not associated with a file. | |
5128 | |
5129 1999-05-14 Richard M. Stallman <rms@gnu.org> | |
5130 | |
5131 * files.el (find-file-noselect-1): Fix previous change. | |
5132 | |
5133 1999-05-14 Simon Marshall <simon@gnu.org> | |
5134 | |
5135 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'. | |
5136 | |
5137 1999-05-13 Ken'ichi Handa <handa@gnu.org> | |
5138 | |
5139 * international/mule-diag.el (mule-diag): Change MULE to Mule in | |
5140 docstring. | |
5141 | |
5142 * international/mule-cmds.el: Change MULE to Mule in docstrings | |
5143 and menus. | |
5144 | |
5145 1999-05-10 Kenichi HANDA <handa@etl.go.jp> | |
5146 | |
5147 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule | |
5148 to correctly reflect the value of BaseLineOffset in | |
5149 RelativeCompose. Now the value of RelativeCompose is an array of | |
5150 low and high positions. | |
5151 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and | |
5152 RLC for the above change. | |
5153 | |
5154 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org> | |
5155 | |
5156 * comint.el (comint-password-prompt-regexp): Modified to match the | |
5157 output of ksu and ssh-add. | |
5158 | |
5159 1999-05-11 Kenichi HANDA <handa@etl.go.jp> | |
5160 | |
5161 * language/korea-util.el (isearch-toggle-korean-input-method): | |
5162 Adjusted for the change of input method handling in isearch.el. | |
5163 (isearch-hangul-switch-symbol-ksc): Likewise. | |
5164 (isearch-hangul-switch-hanja): Likewise. | |
5165 | |
5166 1999-05-10 Dave Love <fx@gnu.org> | |
5167 | |
5168 * help.el (help-make-xrefs): Fix typo. | |
5169 | |
5170 1999-05-10 Andreas Schwab <schwab@gnu.org> | |
5171 | |
5172 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add | |
5173 unibyte-display-via-language-environment. | |
5174 | |
5175 * help.el (help-make-xrefs): Handle more cases when looking for | |
5176 commands in a keymap description. | |
5177 | |
5178 1999-05-10 Eli Zaretskii <eliz@gnu.org> | |
5179 | |
5180 * loadup.el: For ms-dos systems, load ccl and codepage. | |
5181 | |
5182 1999-05-09 Ken'ichi Handa <handa@gnu.org> | |
5183 | |
5184 * ps-print.el (ps-control-character): Call | |
5185 ps-mule-prepare-ascii-font to setup ASCII fonts. | |
5186 | |
5187 * ps-mule.el (ps-mule-begin-job): Redo this change "if | |
5188 ps-multibyte-buffer is nil, use | |
5189 ps-mule-font-info-database-default." | |
5190 | |
5191 1999-05-08 Ken Stevens <k.stevens@ieee.org> | |
5192 | |
5193 * ispell.el (ispell-local-dictionary-alist): New variable for | |
5194 customizing local dictionaries not accessable by everyone. | |
5195 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'. | |
5196 (ispell-required-version): Changed format `(major minor | |
5197 revision)' to support general pattern matching. | |
5198 (ispell-tex-skip-alists): AMS Tex block comment and `\author' | |
5199 skip region commented out due to incorrect skip potential in std latex. | |
5200 (ispell-word): Removed `when' macro. Fixed bug of not restoring | |
5201 cursor point on small words for calls from `ispell-minor-mode'. | |
5202 (check-ispell-version): Tests and accepts versions major.minor | |
5203 and above, with adjustments for interactions in 3.1.0-3.1.11. | |
5204 (ispell-get-line): No longer skips ispell process special characters. | |
5205 (ispell-comments-and-strings): Removed `when' macro call. | |
5206 (ispell-minor-check): Requires ispell-word to restore cursor point. | |
5207 (ispell-buffer-local-parsing): Supports checking comments only. | |
5208 | |
5209 1999-05-08 Karl Heuer <kwzh@gnu.org> | |
5210 | |
5211 * comint.el (comint-password-prompt-regexp): Fix last change to be | |
5212 more specific. | |
5213 | |
5214 1999-05-07 Richard M. Stallman <rms@gnu.org> | |
5215 | |
5216 * subr.el (with-temp-message): Fix the other call to message | |
5217 to use %s. | |
5218 | |
5219 1999-05-07 Michael Ernst <mernst@alum.mit.edu> | |
5220 | |
5221 * 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
|
5222 (jdb): Use %F, not %f, for gud-break. |
25837 | 5223 |
5224 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org> | |
5225 | |
5226 * comint.el (comint-password-prompt-regexp): Modified so that it | |
5227 matches the output of kinit. | |
5228 | |
5229 1999-05-06 Greg Stark <gsstark@mit.edu> | |
5230 | |
5231 * timezone.el (timezone-parse-date): Recognize new format used in | |
5232 internet cookies. | |
5233 | |
5234 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu> | |
5235 | |
5236 * international/iso-acc.el (iso-languages): Add latin-2 cedillas. | |
5237 | |
5238 1999-05-04 Andrew Innes <andrewi@gnu.org> | |
5239 | |
5240 * time.el (display-time-update): Allow for wrap-around when | |
5241 checking against display-time-server-down-time. | |
5242 | |
5243 1999-05-04 Ken'ichi Handa <handa@gnu.org> | |
5244 | |
5245 * international/mule-diag.el (describe-coding-system): Fix English | |
5246 message. | |
5247 | |
5248 1999-05-03 Jason Rumney <jasonr@altavista.net> | |
5249 | |
5250 * term/w32-win.el: Change the x-charset-registry property for the | |
5251 Japanese charsets that are supported by Japanese Windows fonts. | |
5252 | |
5253 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
5254 | |
5255 * diary-lib.el (diary-remind): Rewritten to behave sensibly for | |
5256 diary-block diary entries for which the reminders and the diary | |
5257 entries can overlap. | |
5258 | |
5259 1999-05-02 Jason Rumney <jasonr@altavista.net> | |
5260 | |
5261 * term/w32-win.el (mouse-set-font): Ensure constructed fontset | |
5262 matches the font selected in the dialog. | |
5263 | |
5264 1999-05-02 Dave Love <fx@gnu.org> | |
5265 | |
5266 * browse-url.el (browse-url-browser-function): Add :version. | |
5267 | |
5268 * international/mule.el (auto-coding-alist): Add .tgz. | |
5269 | |
5270 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il> | |
5271 | |
5272 * international/codepage.el (cp-coding-system-for-codepage-1): | |
5273 Make the magnification parameter for the -dos encoder be 2. | |
5274 | |
5275 1999-05-2 Andrew Innes <andrewi@gnu.org> | |
5276 | |
5277 * term/w32-win.el (w32-drag-n-drop): Select file in window where | |
5278 it is dropped, rather than current window. | |
5279 | |
5280 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables | |
5281 after switching buffer, as case-fold-search is a buffer local | |
5282 variable. | |
5283 | |
5284 * w32-fns.el (convert-standard-filename): Only convert directory | |
5285 separators to backslash if the interactive shell is one of the | |
5286 standard Windows shells that has DOS semantics. | |
5287 | |
5288 * ls-lisp.el (ls-lisp-format-time): Trap errors from | |
5289 format-time-string, and return a suitable string to indicate the | |
5290 timestamp was invalid. | |
5291 | |
5292 * hexl.el (hexlify-command): Apply shell-quote-argument after | |
5293 expanding hexl-program in case exec-directory contains a space. | |
5294 (dehexlify-command): Ditto. | |
5295 | |
5296 * dos-w32.el (file-name-buffer-file-type-alist): Remove various | |
5297 file extension regexps which aren't necessarily binary files. | |
5298 (direct-print-region-helper): Use subst-char-in-string instead of | |
5299 binding directory-sep-char to convert filenames to DOS syntax. | |
5300 (direct-print-region-use-command-dot-com): New variable. | |
5301 (direct-print-region-helper): Use it to control whether to invoked | |
5302 command.com to print on Windows 9x. | |
5303 | |
5304 * browse-url.el (browse-url-browser-function): Default to | |
5305 browse-url-default-windows-browser on windows-nt. | |
5306 (browse-url-default-windows-browser): New function. | |
5307 | |
5308 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il> | |
5309 | |
5310 * forms.el (forms-mode): Don't call forms-first-record or | |
5311 forms-last-record if the data file has zero records. | |
5312 | |
5313 1999-04-29 Richard M. Stallman <rms@gnu.org> | |
5314 | |
5315 * files.el (find-file-noselect-1): If buffer-file-name has changed | |
5316 after find-file-not-found-hooks runs, recompute the truename. | |
5317 And don't use FILENAME after that point. | |
5318 | |
5319 1999-04-27 Dave Love <fx@gnu.org> | |
5320 | |
5321 * paren.el (show-paren-mode) | |
5322 * which-func.el (which-func-mode-global) | |
5323 * type-break.el (type-break-mode) | |
5324 * time.el (display-time-mode) | |
5325 * rsz-mini.el (resize-minibuffer-mode) | |
5326 * mouse-sel.el (mouse-sel-mode) | |
5327 * icomplete.el (icomplete-mode) | |
5328 * hscroll.el (hscroll-global-mode) | |
5329 * help.el (temp-buffer-resize-mode) | |
5330 * font-lock.el (global-font-lock-mode) | |
5331 * delsel.el (delete-selection-mode) | |
5332 * avoid.el (mouse-avoidance-mode) | |
5333 * autoinsert.el (auto-insert-mode) | |
5334 * winner.el (winner-mode): Doc fix. | |
5335 | |
5336 1999-04-26 Karl Heuer <kwzh@gnu.org> | |
5337 | |
5338 * mail/rmail.el (rmail-next-same-subject): When searching, ignore | |
5339 the same whitespace that was ignored in choosing the subject string. | |
5340 | |
5341 1999-04-26 Richard M. Stallman <rms@gnu.org> | |
5342 | |
5343 * info.el (Info-find-node): Position properly after finding anchor. | |
5344 | |
5345 * cus-start.el (all): Handle unibyte-display-via-language-environment. | |
5346 | |
5347 * simple.el (indent-new-comment-line): Fix previous change. | |
5348 | |
5349 * complete.el: Delete the wildcard expansion feature | |
5350 since that is now standard in find-file. | |
5351 (PC-try-load-many-files): Function deleted. | |
5352 (PC-after-load-many-files): Function deleted. | |
5353 (PC-many-files-list): Variable deleted. | |
5354 (PC-disable-wildcards): Variable deleted. | |
5355 (partial-completion-mode): Don't enable the wildcard feature. | |
5356 | |
5357 * complete.el (PC-look-for-include-file): Don't set global variables | |
5358 `error', `buf' and `filename' here. | |
5359 | |
5360 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker. | |
5361 | |
5362 1999-04-26 John Wiegley <johnw@oneworld.new-era.com> | |
5363 | |
5364 * textmodes/outline.el (outline-regexp): Doc fix. | |
5365 | |
5366 1999-04-26 John Wiegley <johnw@borland.com> | |
5367 | |
5368 * progmodes/compile.el (compilation-error-regexp-alist): Recognize | |
5369 C++Builder 4.0 error message syntax. | |
5370 | |
5371 1999-04-26 Mark Diekhans <markd@Grizzly.COM> | |
5372 | |
5373 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't | |
5374 supported, use find -exec. | |
5375 | |
5376 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
5377 | |
5378 * textmodes/texinfmt.el (texinfo-format-buffer): Bind | |
5379 coding-system-for-write, to avoid hanging when non-interactive. | |
5380 | |
5381 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5382 | |
5383 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to | |
5384 start with a newline. | |
5385 | |
5386 1999-04-13 Ken'ichi Handa <handa@gnu.org> | |
5387 | |
5388 * international/mule-conf.el (x-ctext): New coding system. | |
5389 | |
5390 1999-04-12 Richard M. Stallman <rms@gnu.org> | |
5391 | |
5392 * international/mule-cmds.el (input-method-function): | |
5393 Add permanent-local property. | |
5394 | |
5395 1999-04-12 Dave Love <fx@gnu.org> | |
5396 | |
5397 * jka-compr.el (jka-compr-insert-file-contents): Fix previous | |
5398 change to use jka-compr-byte-compiler-base-file-name. | |
5399 | |
5400 * supercite.el (sc-scan-info-alist): Revert last change. | |
5401 (sc-attrib-selection-list): Fix :type here instead. | |
5402 | |
5403 1999-04-11 Eli Zaretskii <eliz@gnu.org> | |
5404 | |
5405 * international/mule.el (auto-coding-alist-lookup): Include ms-dos | |
5406 in the list of case-insensitive filesystems. | |
5407 | |
5408 1999-04-09 Kenichi Handa <handa@etl.go.jp> | |
5409 | |
5410 * international/fontset.el (create-fontset-from-fontset-spec): | |
5411 Don't register duplicated alias fontset names. | |
5412 | |
5413 1999-04-08 Richard Stallman <rms@gnu.org> | |
5414 | |
5415 * international/mule.el (auto-coding-alist-lookup): New function. | |
5416 (set-auto-coding): Use auto-coding-alist-lookup. | |
5417 | |
5418 * jka-compr.el (jka-compr-insert-file-contents): | |
5419 Use auto-coding-alist-lookup to check for files that | |
5420 should not have eol conversion, in the unibyte case. | |
5421 | |
5422 1999-04-07 Dave Love <fx@gnu.org> | |
5423 | |
5424 * help.el (describe-variable): Check custom-loads property as well | |
5425 as custom-type. | |
5426 | |
5427 * abbrev.el (abbrev-mode): Customizing sets the default value. | |
5428 | |
5429 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
5430 | |
5431 * vc.el (vc-backend-revert): For CVS files that were made | |
5432 writeable with "cvs edit", call "cvs unedit" to undo that. | |
5433 | |
5434 1999-04-08 Dave Love <fx@gnu.org> | |
5435 | |
5436 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type | |
5437 more. | |
5438 (sc-emacs-features): Recognize Emacs 20. | |
5439 (sc-read-string): Use history arg. | |
5440 (sc-scan-info-alist): Check for rtnvalue a cons. | |
5441 | |
5442 1999-04-08 Kenichi HANDA <handa@etl.go.jp> | |
5443 | |
5444 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a | |
5445 coding system to encode the message by | |
5446 select-message-coding-system. | |
5447 | |
5448 1999-04-07 Richard Stallman <rms@gnu.org> | |
5449 | |
5450 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition. | |
5451 | |
5452 * winner.el: Reorder definitions. | |
5453 | |
5454 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs. | |
5455 | |
5456 * mail/rmail.el (rmail-decode-babyl-format): | |
5457 Undo previous change. | |
5458 | |
5459 1999-04-06 Richard Stallman <rms@gnu.org> | |
5460 | |
5461 * info.el (Info-find-node): Check for an anchor at the | |
5462 proper place, before reading an indirect file. | |
5463 | |
5464 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL. | |
5465 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5466 * jka-compr.el (jka-compr-insert-file-contents): |
25837 | 5467 Use raw-text-unix when we want no conversion. |
5468 | |
5469 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr> | |
5470 | |
5471 * timezone.el (timezone-parse-date): Corrected regexp for | |
5472 style (5) date format so that tenths of seconds are optional. | |
5473 | |
5474 1999-04-05 Eli Zaretskii <eliz@gnu.org> | |
5475 | |
5476 * term/internal.el (dos-cpNNN-setup): New function, with the guts | |
5477 of dos-codepage-setup. | |
5478 (cjk-codepages-alist): New variable, an alist of Far-Eastern | |
5479 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
|
5480 systems. |
25837 | 5481 (dos-codepage-setup): Support Far-Eastern DOS terminals. |
5482 | |
5483 1999-04-05 Richard Stallman <rms@gnu.org> | |
5484 | |
5485 * mail/rmail.el (rmail-ignored-headers): Doc fix. | |
5486 | |
5487 1999-04-02 Richard Stallman <rms@gnu.org> | |
5488 | |
5489 * progmodes/compile.el (compilation-handle-exit): Do right thing | |
5490 if (car status) doesn't end in a newline. | |
5491 | |
5492 1999-04-01 Dave Love <fx@gnu.org> | |
5493 | |
5494 * progmodes/sql.el (SQL): Add defgroup :version. | |
5495 | |
5496 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
5497 | |
5498 * emacs-lisp/bytecomp.el (byte-compile-file): Clear | |
5499 buffer-file-coding-system. If the coding system used is raw-text, | |
5500 etc., make the *Compiler Input* buffer unibyte. | |
5501 | |
5502 * international/mule.el (find-new-buffer-file-coding-system): Doc fix. | |
5503 | |
5504 * loadup.el: Don't write the fns-...el file if not dumping. | |
5505 | |
5506 1999-03-31 Dave Love <fx@gnu.org> | |
5507 | |
5508 * snmp-mode.el (snmp): Fix defgroup :version. | |
5509 | |
5510 * hilit-chg.el (highlight-changes): Add defgroup :version. | |
5511 | |
5512 1999-03-31 Andreas Schwab <schwab@gnu.org> | |
5513 | |
5514 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after | |
5515 the gnus-save-hidden-threads macro. | |
5516 | |
5517 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk> | |
5518 | |
5519 * faces.el (face-set-after-frame-default): Obey the | |
5520 `customized-face' for new faces. | |
5521 | |
5522 1999-03-30 Dave Love <fx@gnu.org> | |
5523 | |
5524 * international/mule-cmds.el (current-language-environment): Doc fix. | |
5525 * abbrev.el (abbrev-mode): Doc fix. | |
5526 * autoinsert.el (auto-insert-mode): Doc fix. | |
5527 * complete.el (partial-completion-mode): Doc fix. | |
5528 * avoid.el (mouse-avoidance-mode): Doc fix. | |
5529 * delsel.el (delete-selection-mode): Doc fix. | |
5530 * font-lock.el (global-font-lock-mode): Doc fix. | |
5531 * help.el (temp-buffer-resize-mode): Doc fix. | |
5532 * hscroll.el (hscroll-global-mode): Doc fix. | |
5533 * icomplete.el (icomplete-mode): Doc fix. | |
5534 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
5535 * paren.el (show-paren-mode): Doc fix. | |
5536 * rsz-mini.el (resize-minibuffer-mode): Doc fix. | |
5537 * time.el (display-time-mode): Doc fix. | |
5538 * type-break.el (type-break-mode): Doc fix. | |
5539 * which-func.el (which-func-mode-global): Doc fix. | |
5540 * winner.el (winner-mode): Doc fix. | |
5541 | |
5542 1999-03-30 Michael Ernst <mernst@alum.mit.edu> | |
5543 | |
5544 * wid-edit.el (widget-before-change): Signal text-read-only rather | |
5545 than an ordinary error. | |
5546 | |
5547 1999-03-30 Richard M. Stallman <rms@gnu.org> | |
5548 | |
5549 * repeat.el: Don't require advice. | |
5550 (repeat): Do function-indirection in check for kbd macro. | |
5551 In self-insert case, use the *last* char in INSERTION. | |
5552 | |
5553 1999-03-30 Karl Heuer <kwzh@gnu.org> | |
5554 | |
5555 * progmodes/cc-cmds.el (c-indent-command): Doc fix. | |
5556 | |
5557 1999-03-29 Andreas Schwab <schwab@gnu.org> | |
5558 | |
5559 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for | |
5560 comint-input-filter-functions. Make variables related to shell | |
5561 directory tracking local. | |
5562 | |
5563 1999-03-26 Andreas Schwab <schwab@gnu.org> | |
5564 | |
5565 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable. | |
5566 | |
5567 * simple.el (shell-command-on-region): Cope with exit-status being | |
5568 nil, which happens if call-process-region was interrupted. | |
5569 | |
5570 1999-03-26 Richard M. Stallman <rms@gnu.org> | |
5571 | |
5572 * simple.el (indent-new-comment-line): Handle use at a point | |
5573 after a comment-end. Handle multiple comments. | |
5574 | |
5575 * mail/rmail.el (rmail-decode-babyl-format): | |
5576 To prevent locking, bind buffer-file-name to nil. | |
5577 | |
5578 1999-03-26 Karl Fogel <kfogel@red-bean.com> | |
5579 | |
5580 * mail-hist.el (mail-hist-current-header-name): Don't make | |
5581 off-by-one-error when determining if in message body. | |
5582 | |
5583 1999-03-25 Andrew Innes <andrewi@gnu.org> | |
5584 | |
5585 * w32-fns.el (set-default-process-coding-system): Copied from | |
5586 dos-w32.el, but modified to use Unix line endings for process | |
5587 input, and to add a suitable entry to process-coding-system-alist | |
5588 for DOS shells. | |
5589 | |
5590 * dos-fns.el (set-default-process-coding-system): Copied from | |
5591 dos-w32.el. | |
5592 | |
5593 * dos-w32.el (set-default-process-coding-system): Move function to | |
5594 dos-fns.el; a different version is used in w32-fns.el. | |
5595 | |
5596 1999-03-24 Dave Love <fx@gnu.org> | |
5597 | |
5598 * info.el (Info-directory-list): Revert change to re-writing | |
5599 Info-default-directory-list, but put `alternative' first. | |
5600 (Info-insert-dir): Modify selecting the top dir file as a consequence. | |
5601 | |
5602 1999-03-23 Simon Marshall <simon@gnu.org> | |
5603 | |
5604 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is | |
5605 on the line by itself. | |
5606 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if | |
5607 it is not in a declarative context. | |
5608 | |
5609 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk> | |
5610 | |
5611 * cus-edit.el (custom-variable-prompt): Allow customization of | |
5612 autoloaded symbols. | |
5613 | |
5614 1999-03-22 Kenichi HANDA <handa@etl.go.jp> | |
5615 | |
5616 * simple.el (what-cursor-position): Don't cause error when point | |
5617 is at invalid multibyte sequence. | |
5618 | |
5619 1999-03-21 Karl Heuer <kwzh@gnu.org> | |
5620 | |
5621 * complete.el (partial-completion-mode): Doc fix. | |
5622 | |
5623 1999-03-19 Richard M. Stallman <rms@gnu.org> | |
5624 | |
5625 * progmodes/cplus-md.el (old-c++): Remove :group. | |
5626 | |
5627 * progmodes/c-mode.el (old-c): Remove :group. | |
5628 | |
5629 1999-03-18 Simon Marshall <simon@gnu.org> | |
5630 | |
5631 * font-lock.el (c-font-lock-keywords-2): Added "complex" type. | |
5632 (java-font-lock-keywords-2): Added "strictfp" keyword. | |
5633 | |
5634 1999-03-17 Jason Rumney <jasonr@altavista.net> | |
5635 | |
5636 * w32-fns.el (set-w32-system-coding-system) New function. | |
5637 (w32-system-coding-system) Initialize to 'iso-latin-1. | |
5638 | |
5639 1999-03-17 Eli Zaretskii <eliz@gnu.org> | |
5640 | |
5641 * international/mule-cmds.el (set-language-environment): Fix | |
5642 previous change: don't use dos-codepage when unbound. | |
5643 | |
5644 1999-03-17 Karl Heuer <kwzh@gnu.org> | |
5645 | |
5646 * calendar/appt.el (appt-make-list): Fix previous change. | |
5647 | |
5648 1999-03-16 Richard M. Stallman <rms@gnu.org> | |
5649 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5650 * window.el (shrink-window-if-larger-than-buffer): |
25837 | 5651 Don't try to redisplay with the cursor at the end |
5652 on its own line--that would force a scroll and spoil things. | |
5653 | |
5654 1999-03-16 Eli Zaretskii <eliz@gnu.org> | |
5655 | |
5656 * international/mule-cmds.el (set-language-environment): Don't use | |
5657 cpNNN-nonascii-translation-table if it is unbound. | |
5658 | |
5659 * term/internal.el (dos-codepage-setup): Compute the unibyte | |
5660 syntax table and bind unibyte-display-via-language-environment | |
5661 here, rather than at top level, so that resetting to unibyte in | |
5662 .emacs works as expected. | |
5663 | |
5664 1999-03-15 Simon Marshall <simon@gnu.org> | |
5665 | |
5666 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword. | |
5667 | |
5668 1999-03-14 Milan Zamazal <pdm@pvt.net> | |
5669 | |
5670 * abbrev.el (inverse-add-abbrev): Inherit the current input method. | |
5671 | |
5672 1999-03-14 Kenichi Handa <handa@etl.go.jp> | |
5673 | |
5674 * international/mule-util.el (detect-coding-with-priority): | |
5675 Restore the internal database. | |
5676 | |
5677 1999-03-14 Stephen Eglen <stephen@gnu.org> | |
5678 | |
5679 * mail/sendmail.el (sendmail-send-it): Fix typo in error string | |
5680 if mail-from-style has invalid value. | |
5681 | |
5682 1999-03-12 Karl Heuer <kwzh@gnu.org> | |
5683 | |
5684 * vc.el (vc-delete-logbuf-window): New var. | |
5685 (vc-finish-logentry): Use it. | |
5686 | |
5687 1999-03-12 Richard M. Stallman <rms@gnu.org> | |
5688 | |
5689 * startup.el (command-line-1): Improve startup msg. | |
5690 | |
5691 1999-03-12 Eric M. Ludlam <zappo@ultranet.com> | |
5692 | |
5693 * speedbar.el: Added commentary about stealthy functions. | |
5694 (speedbar-message) new function. | |
5695 (speedbar-y-or-n-p): New function | |
5696 (speedbar-with-attached-buffer) Moved macro before reference. | |
5697 Now uses `save-selected-window'. | |
5698 (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
|
5699 speedbar-generic-item-info, speedbar-item-info-file-helper, |
25837 | 5700 speedbar-item-delete, speedbar-insert-generic-list, |
5701 speedbar-timer-fn, speedbar-check-vc-this-line, | |
5702 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags, | |
5703 speedbar-buffers-item-info) Use speedbar-message. | |
5704 (speedbar-item-info) Limit `message-log-max'. | |
5705 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename, | |
5706 speedbar-item-delete, speedbar-item-object-delete, | |
5707 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p. | |
5708 | |
5709 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp> | |
5710 | |
5711 * server.el (server-start): Set coding system for the server | |
5712 process to raw-text. | |
5713 (server-process-filter): Decode file names if necessary. | |
5714 | |
5715 1999-03-12 Dave Love <fx@gnu.org> | |
5716 | |
5717 * textmodes/fill.el (sentence-end-double-space): Doc fix. | |
5718 | |
5719 * textmodes/paragraphs.el (sentence-end): Doc fix. | |
5720 | |
5721 1999-03-11 Karl Heuer <kwzh@gnu.org> | |
5722 | |
5723 * comint.el (comint-password-prompt-regexp): Accept "login password:" | |
5724 | |
5725 1999-03-09 Karl Heuer <kwzh@gnu.org> | |
5726 | |
5727 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line. | |
5728 (ispell-dictionary-alist-2): Likewise. | |
5729 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars. | |
5730 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars. | |
5731 (ispell-dictionary-alist): Build from six pieces, not just two. | |
5732 | |
5733 * ps-bdf.el (bdf-directory-list): Doc fix. | |
5734 | |
5735 * enriched.el (enriched-mode): Make var permanent-local. | |
5736 | |
5737 1999-03-09 Dave Love <fx@gnu.org> | |
5738 | |
5739 * textmodes/sgml-mode.el (html-mode): Use | |
5740 sentence-end-double-space when setting sentence-end. | |
5741 | |
5742 1999-03-09 Ken'ichi Handa <handa@gnu.org> | |
5743 | |
5744 * language/thai.el (tis-620): New alias coding system for thai-tis620. | |
5745 | |
5746 1999-03-08 Felix Lee <flee@cygnus.com> | |
5747 | |
5748 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook. | |
5749 | |
5750 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok. | |
5751 | |
5752 1999-03-08 Karl Heuer <kwzh@gnu.org> | |
5753 | |
5754 * dired-aux.el (dired-do-copy-regexp): Doc fix. | |
5755 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
5756 | |
5757 * dired.el (dired-do-copy-regexp): Doc fix. | |
5758 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
5759 | |
5760 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com> | |
5761 | |
5762 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp. | |
5763 | |
5764 1999-03-08 Jason Rumney <jasonr@altavista.net> | |
5765 | |
5766 * international/codepage.el (cp1250-decode-table) | |
5767 (cp1251-decode-table, cp1253-decode-table) | |
5768 (cp1257-decode-table): New translation tables for MS Windows codepages. | |
5769 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages. | |
5770 | |
5771 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
5772 | |
5773 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly. | |
5774 | |
5775 1999-03-07 Eli Zaretskii <eliz@gnu.org> | |
5776 | |
5777 * ps-bdf.el (bdf-directory-list): Different value for ms-dos. | |
5778 | |
5779 * term/internal.el (top level): Display character 255 as 8bit as well. | |
5780 | |
5781 1999-03-06 Dave Love <fx@gnu.org> | |
5782 | |
5783 * progmodes/cc-cmds.el (c-outline-level): Bind | |
5784 buffer-invisibility-spec. | |
5785 | |
5786 * progmodes/c-mode.el (c-outline-level): Likewise. | |
5787 | |
5788 * progmodes/ada-mode.el (ada-outline-level): Likewise. | |
5789 | |
5790 1999-03-05 Felix Lee <flee@cygnus.com> | |
5791 | |
5792 * textmodes/outline.el (outline-get-last-sibling): Doc fix. | |
5793 | |
5794 1999-03-05 Richard M. Stallman <rms@gnu.org> | |
5795 | |
5796 * bindings.el (complete-symbol): Invert meaning of prefix arg. | |
5797 | |
5798 1999-03-05 Andrew Innes <andrewi@gnu.org> | |
5799 | |
5800 * w32-fns.el (convert-standard-filename): Convert directory | |
5801 separators to Windows format. | |
5802 | |
5803 1999-03-05 Andreas Schwab <schwab@gnu.org> | |
5804 | |
5805 * international/skkdic-cnv.el: Provide skkdic-cnv. | |
5806 (skkdic-convert): Emit code to require skkdic-cnv at compile time. | |
5807 (batch-skkdic-convert): Doc fix. | |
5808 | |
5809 1999-03-04 Dave Love <fx@gnu.org> | |
5810 | |
5811 * custom.el (custom-set-variables): Protect against setter errors. | |
5812 | |
5813 1999-03-04 Eli Zaretskii <eliz@gnu.org> | |
5814 | |
5815 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of | |
5816 the file sizes from overflowing. | |
5817 (ls-lisp-format): If file size is a float, use %8.0f to print it. | |
5818 Under -s, print the size in blocks with %4.0f, in case they have | |
5819 a *really* huge file. | |
5820 | |
5821 1999-03-03 Dave Love <fx@gnu.org> | |
5822 | |
5823 * options.el (edit-options): Doc fix. | |
5824 (list-options): Don't lose with unbound symbols. Maintain | |
5825 Edit-options-mode. | |
5826 | |
5827 1999-03-01 Dave Love <fx@gnu.org> | |
5828 | |
5829 * mail/supercite.el (sc-attrib-selection-list): Fix custom type. | |
5830 | |
5831 1999-02-28 Richard M. Stallman <rms@gnu.org> | |
5832 | |
5833 * ispell.el (ispell-dictionary-alist-override): New variable. | |
5834 (ispell-dictionary-alist): Don't setq it, | |
5835 if ispell-dictionary-alist-override is set. | |
5836 | |
5837 * simple.el (shell-command-default-error-buffer): Renamed from | |
5838 shell-command-on-region-default-error-buffer. | |
5839 (shell-command-on-region): Mention in echo area when there | |
5840 is some error output. Mention success or failure, too. | |
5841 Accumulate multiple error outputs | |
5842 going forward, with formfeed in between. Display the error buffer | |
5843 when we have put something in it. | |
5844 (shell-command): Add the ERROR-BUFFER argument feature. | |
5845 | |
5846 1999-02-28 Karl Heuer <kwzh@gnu.org> | |
5847 | |
5848 * mail/mh-utils.el (mh-lib): Doc fix. | |
5849 (mh-lib-progs, mh-nmh-p): New vars. | |
5850 (mh-find-progs): Set mh-lib-progs along with other vars. | |
5851 (mh-path-search): New arg FUNC-P; if specified, use that instead | |
5852 of mh-file-command-p. | |
5853 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs. | |
5854 | |
5855 * mail/mh-comp.el (mh-repl-formfile): New var. | |
5856 (mh-smail-batch): Don't ignore all arguments. | |
5857 (mh-reply): Do the right thing when using nmh. | |
5858 | |
5859 1999-02-27 Kenichi Handa <handa@etl.go.jp> | |
5860 | |
5861 * international/mule-cmds.el (select-safe-coding-system): Be sure | |
5862 to show a buffer being decoded. | |
5863 | |
5864 1999-02-26 Ken'ichi Handa <handa@gnu.org> | |
5865 | |
5866 * ps-bdf.el (bdf-directory-list): Initialize it to | |
5867 '("/usr/local/share/emacs/fonts/bdf"). | |
5868 | |
5869 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
5870 | |
5871 * ps-print.el: PostScript programming fix. | |
5872 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use | |
5873 setpagedevice operator). | |
5874 | |
5875 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
5876 | |
5877 * ps-print.el: Doc fix, font size specifies landscape and portrait | |
5878 sizes. | |
5879 (ps-print-version): New version number (4.1.4). | |
5880 (ps-font-size, ps-header-font-size, ps-header-title-font-size): | |
5881 Specifies landscape and portrait sizes. | |
5882 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages) | |
5883 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun | |
5884 fix. | |
5885 (ps-get-font-size): New fun. | |
5886 (ps-font-size-internal, ps-header-font-size-internal) | |
5887 (ps-header-title-font-size-internal): New vars. | |
5888 | |
5889 * ps-mule.el: Change of ps-print font size variable name. | |
5890 (ps-mule-generate-font): Fun fix. | |
5891 (ps-mule-begin-job): Programming uniformization. | |
5892 | |
5893 1999-02-25 Dave Love <fx@gnu.org> | |
5894 | |
5895 * help.el (help-xref-info-regexp): Allow linebreaks and capital. | |
5896 (help-make-xrefs): Do Info case first. | |
5897 | |
5898 * repeat.el: Don't require advice. | |
5899 (repeat-last-kill-command): Variable deleted. | |
5900 | |
5901 1999-02-25 Richard Stallman <rms@gnu.org> | |
5902 | |
5903 * simple.el (shell-command-on-region): Don't go into the REPLACE = t | |
5904 case just because the current buffer is the output buffer. | |
5905 | |
5906 1999-02-25 Kenichi Handa <handa@etl.go.jp> | |
5907 | |
5908 * simple.el (what-cursor-position): To show the character's | |
5909 encoding, use encoded-string-description instead of information | |
5910 of chaset-origin-alist. | |
5911 | |
5912 * international/mule-cmds.el (iso-2022-control-alist): New variable. | |
5913 (encoded-code-description): New function. | |
5914 (encoded-string-description): New function. | |
5915 (encode-coding-char): New function. | |
5916 | |
5917 1999-02-25 Andrew Innes <andrewi@gnu.org> | |
5918 | |
5919 * startup.el (command-line) [windows-nt]: Fix typo in regexp | |
5920 checking for .emacs[.el[c]]. | |
5921 | |
5922 1999-02-24 Richard Stallman <rms@gnu.org> | |
5923 | |
5924 * help.el (describe-function-1): Don't print a whole lambda-function. | |
5925 | |
5926 1999-02-23 Ken'ichi Handa <handa@gnu.org> | |
5927 | |
5928 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow | |
5929 inputting ?\240. | |
5930 | |
5931 1999-02-23 Karl Heuer <kwzh@gnu.org> | |
5932 | |
5933 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst. | |
5934 | |
5935 * midnight.el (clean-buffer-list-kill-regexps): Doc fix. | |
5936 (clean-buffer-list-kill-buffer-names): Doc fix. | |
5937 | |
5938 * gud.el (gud-jdb-massage-args): Spelling fix. | |
5939 | |
5940 1999-02-23 Richard M. Stallman <rms@gnu.org> | |
5941 | |
5942 * subr.el (with-temp-message): Use %s so % in old msg won't fool us. | |
5943 | |
5944 1999-02-22 Eli Zaretskii <eliz@gnu.org> | |
5945 | |
5946 * 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
|
5947 excursion while calling set-auto-coding-function. |
25837 | 5948 |
5949 * play/handwrite.el (handwrite): Require ps-print, and use | |
5950 ps-printer-name and ps-lpr-command. Call ps-print-region-function | |
5951 if it's defined, instead of forking ps-lpr-command unconditionally. | |
5952 | |
5953 1999-02-22 Kenichi Handa <handa@etl.go.jp> | |
5954 | |
5955 * international/codepage.el (cp-coding-system-for-codepage-1): Put | |
5956 charset-origin-alist property to a coding system for the codepage. | |
5957 | |
5958 * international/mule.el: Modify comment for charset-origin-alist | |
5959 property of a coding system. | |
5960 | |
5961 * simple.el (what-cursor-position): charset-origin-alist property | |
5962 of a coding system may be a translation table or a symbol of which | |
5963 `translation-table' property is a translation table. | |
5964 | |
5965 1999-02-21 Richard Stallman <rms@gnu.org> | |
5966 | |
5967 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body | |
5968 to the "html" template. | |
5969 | |
5970 1999-02-21 Peter Breton <pbreton@ne.mediaone.net> | |
5971 | |
5972 * dirtrack.el (dirtrack): Added docstring. Now returns input. | |
5973 | |
5974 1999-02-18 Peter Breton <pbreton@ne.mediaone.net> | |
5975 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5976 * dirtrack.el (dirtrack): Check for the prompt in the input string |
25837 | 5977 instead of the buffer. |
5978 | |
5979 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch> | |
5980 | |
5981 * sql.el: Set version to 1.4.1. Changed mail address to | |
5982 alex@gnu.org. Mention the mailing list sql.el@gnu.org. | |
5983 (sql-input-ring-separator): Doc fix. | |
5984 (sql-mode-syntax-table): double-dash starts comments is defined as | |
5985 ". 56" instead of ". 12b" for XEmacs. | |
5986 (sql-stop, sql-interactive-mode): Doc fixes. | |
5987 (sql-postgres): Queries for database and server, not just one. | |
5988 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted. | |
5989 | |
5990 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is | |
5991 changed. This is needed for master.el to work. | |
5992 (sql-set-sqli-buffer): Use the new hook. | |
5993 | |
5994 * sql.el (sql-make-alternate-buffer-name): Function that sets | |
5995 sql-alternate-buffer-name. | |
5996 (sql-alternate-buffer-name): Possible name of SQLi buffers. | |
5997 (sql-interactive-mode): Set sql-alternate-buffer-name. | |
5998 (sql-rename-buffer): New command. | |
5999 (sql-interactive-mode-menu): Menu for SQLi buffers. | |
6000 | |
6001 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator | |
6002 and sql-input-ring-file-name are used to temporarily set | |
6003 comint-input-ring-file-name and comint-input-ring-separator when | |
6004 reading and writing input history files. | |
6005 | |
6006 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name. | |
6007 (sql-input-ring-file-name): New variable with customization. | |
6008 (sql-input-ring-separator): New variable with customization. | |
6009 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer. | |
6010 Callers changed. | |
6011 (sql-show-sqli-buffer): The message for "sql-buffer is not set" | |
6012 now includes the name of the current buffer. | |
6013 | |
6014 (sql-mode): Set paragraph-separate and paragraph-start so that | |
6015 sql-send-paragraph sends the entire SQL statements, even if it | |
6016 contains indented lines. | |
6017 | |
6018 1999-02-18 Dave Love <fx@gnu.org> | |
6019 | |
6020 * format.el (format-encode-run-method, format-decode-run-method): | |
6021 Fix previous change. | |
6022 | |
6023 1999-02-18 Ken'ichi Handa <handa@gnu.org> | |
6024 | |
6025 * international/mule.el (coding-system-list): Moved here from | |
6026 mule-util.el to avoid autoloading mule-util by the call of | |
6027 select-safe-coding-system. | |
6028 | |
6029 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
6030 | |
6031 * simple.el (turn-on-auto-fill): Mark it as an option for | |
6032 `text-mode-hook'. | |
6033 | |
6034 1999-02-17 Richard Stallman <rms@gnu.org> | |
6035 | |
6036 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
6037 Don't crash if (current-local-map) is nil. | |
6038 | |
6039 1999-02-17 Peter Breton <pbreton@ne.mediaone.net> | |
6040 | |
6041 * filecache.el (file-cache-filter-regexps): Added .class. | |
6042 | |
6043 1999-02-17 Ken'ichi Handa <handa@gnu.org> | |
6044 | |
6045 * international/mule-util.el (decompose-region): Use | |
6046 insert-buffer-substring instead of insert-buffer to avoid putting | |
6047 mark. | |
6048 | |
6049 1999-02-17 Andreas Schwab <schwab@gnu.org> | |
6050 | |
6051 * calendar/cal-move.el (scroll-calendar-left): Don't set | |
6052 displayed-month and displayed-year here, let generate-calendar do | |
6053 it, after range checking. | |
6054 | |
6055 1999-02-17 Simon Marshall <simon@gnu.org> | |
6056 | |
6057 * progmodes/cc-engine.el (c-at-toplevel-p): New function. | |
6058 | |
6059 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish | |
6060 correctly between an object declared via a constructor and a method. | |
6061 (font-lock-defaults-alist): Don't give `.' word syntax for Java. | |
6062 (java-font-lock-keywords-1): Fontify package names individually. | |
6063 (java-font-lock-extra-types): Ensure regexp matches capitalised only. | |
6064 (java-font-lock-keywords-2): Simplify type fontification. | |
6065 (java-font-lock-keywords-3): Likewise. | |
6066 | |
6067 1999-02-17 Kenichi Handa <handa@etl.go.jp> | |
6068 | |
6069 * language/japanese.el (iso-2022-jp-2): New coding system. | |
6070 ("Japanese"): Put iso-2022-jp-2 in coding-priority property. | |
6071 | |
6072 1999-02-16 Dave Love <fx@gnu.org> | |
6073 | |
6074 * help.el (describe-function-1): Accept non-symbols. | |
6075 | |
6076 1999-02-16 Paul Eggert <eggert@twinsun.com> | |
6077 | |
6078 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we | |
6079 find the last match if there are multiple matches. | |
6080 | |
6081 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6082 | |
6083 * tex-mode.el (tex-run-command, latex-run-command) | |
6084 (slitex-run-command, tex-command): Doc changes. | |
6085 (tex-start-options-string): Autoload it. Doc change. Provide | |
6086 a menu for customization. Allow nil. Quote backslashes only once. | |
6087 (tex-start-tex): Handle nil value of tex-start-options-string | |
6088 and apply shell-quote-argument to it. | |
6089 | |
6090 1999-02-16 Eli Zaretskii <eliz@gnu.org> | |
6091 | |
6092 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round | |
6093 the size in blocks, since it can be a float. | |
6094 (ls-lisp-format): Likewise | |
6095 | |
6096 1999-02-16 Ken'ichi Handa <handa@gnu.org> | |
6097 | |
6098 * language/japanese.el (japanese-shift-jis): Add | |
6099 charset-origin-alist property. | |
6100 | |
6101 1999-02-15 Richard Stallman <rms@gnu.org> | |
6102 | |
6103 * progmodes/compile.el (compile-internal): Use save-selected-window. | |
6104 | |
6105 * subr.el (momentary-string-display): Bind inhibit-read-only. | |
6106 | |
6107 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line. | |
6108 | |
6109 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il> | |
6110 | |
6111 * mail/rmail.el (rmail-show-message): If an unseen message has a | |
6112 Summary-line in its header, get past one more line before looking | |
6113 for the X-Coding-System header. | |
6114 | |
6115 1999-02-15 Geoff Voelker <voelker@cs.washington.edu> | |
6116 | |
6117 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files | |
6118 explicitly to accomodate Windows 9X lack of a useful copy program. | |
6119 | |
6120 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk> | |
6121 | |
6122 * wid-edit.el (widget-choice-value-create): Use `equal' | |
6123 instead of `eq'. | |
6124 | |
6125 1999-02-14 Richard Stallman <rms@gnu.org> | |
6126 | |
6127 * international/iso-transl.el: | |
6128 (iso-transl-ae): Renamed from iso-transl-e-slash. | |
6129 (iso-transl-a-ring): Renamed from iso-transl-a-slash. | |
6130 (iso-transl-AE): Renamed from iso-transl-E-slash. | |
6131 (iso-transl-A-ring): Renamed from iso-transl-A-slash. | |
6132 (iso-transl-char-map): Related changes. | |
6133 | |
6134 * format.el (format-replace-strings): Fix value of TO in REVERSE case. | |
6135 | |
6136 1999-02-13 Richard Stallman <rms@gnu.org> | |
6137 | |
6138 * textmodes/texinfmt.el (texinfo-alias): New function. | |
6139 (texinfo-fold-nodename-case): Add defvar. | |
6140 (texinfo-format-node): Do case folding if specified. | |
6141 | |
6142 * ffap.el (ffap-file-at-point): Test local file names | |
6143 immediately. Strip off line numbers. | |
6144 | |
6145 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch> | |
6146 | |
6147 * sql.el: Set version to 1.3.2 | |
6148 (sql-solid-program): Added support for solid. | |
6149 (sql-help): Doc mentions sql-solid. | |
6150 (sql-solid): Entry function for Solid. | |
6151 (sql-buffer): Doc explains the use of the variable and how to | |
6152 change it. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6153 (sql-mode-menu): Included entries for sql-show-sqli-buffer and |
25837 | 6154 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are |
6155 disabled if sql-buffer doesn't have a process; sql-send-paragraph | |
6156 is new. | |
6157 (sql-show-sqli-buffer): New function to display the value of | |
6158 sql-buffer. | |
6159 (sql-change-sqli-buffer): New function to change sql-buffer. | |
6160 (sql-mode): Doc explains how to change sql-buffer. | |
6161 (sql-send-paragraph): New function to send a paragraph. | |
6162 (sql-mode-map): Added keybinding for sql-send-paragraph. | |
6163 (sql-mysql): Doc corrected. | |
6164 (sql-ms): Doc corrected. | |
6165 | |
6166 * sql.el (sql-server): Doc fix. | |
6167 (sql-mysql): Added the use of sql-server to specify the host, | |
6168 sql-database now specifies database instead of host. | |
6169 (sql-mode-menu): Send... menu items are only active if sql-buffer | |
6170 is non-nil. | |
6171 (sql-help): Changed tag of entry functions a bit. | |
6172 | |
6173 * sql.el: Added keywords from `finder-by-keyword'. | |
6174 (sql-mode): Made sql-buffer a local variable, changed the | |
6175 documentation: removed instructions to add *.sql files to | |
6176 auto-mode-alist, added documentation for having mutliple SQL | |
6177 buffers sending their stuff to different SQLi buffers, each | |
6178 running a different process. | |
6179 (sql-postgres): Quoted *SQL* in doc string. | |
6180 (sql-ms): Likewise. | |
6181 (sql-ingres): Likewise. | |
6182 (sql-ingres): Quoted *SQL* in doc string, added references to | |
6183 sql-user and sql-password used during login. | |
6184 (sql-sybase): Quoted *SQL* in doc string, added comma. | |
6185 (sql-oracle): Likewise. | |
6186 (sql-interactive-mode): Added extensive documentation for having | |
6187 mutliple SQL buffers sending their stuff to different SQLi | |
6188 buffers, each running a different process. | |
6189 (sql-buffer): Changed doc from *SQL* to SQLi. | |
6190 (sql-get-login): Doc fix. | |
6191 | |
6192 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
6193 | |
6194 * international/mule-conf.el (undecided): Set ascii in | |
6195 safe-charsets property. | |
6196 | |
6197 1999-02-12 Richard Stallman <rms@gnu.org> | |
6198 | |
6199 * textmodes/paragraphs.el (paragraph-separate): Doc fix. | |
6200 | |
6201 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
6202 | |
6203 * ps-mule.el (ps-mule-font-info-database-default): Set the initial | |
6204 value to ps-mule-font-info-database-latin. | |
6205 | |
6206 1999-02-13 Kenichi HANDA <handa@etl.go.jp> | |
6207 | |
6208 * ps-mule.el (ps-multibyte-buffer): Doc-string modified. | |
6209 (ps-mule-font-info-database-default): New variable. | |
6210 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use | |
6211 ps-mule-font-info-database-default. | |
6212 | |
6213 1999-02-12 Dave Love <fx@gnu.org> | |
6214 | |
6215 * timezone.el (timezone-make-date-sortable) | |
6216 (timezone-make-date-arpa-standard): Doc fix. | |
6217 | |
6218 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
6219 | |
6220 * international/quail.el (quail-show-kbd-layout): Bind | |
6221 blink-matching-paren to nil. | |
6222 | |
6223 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field | |
6224 for ASCII and Latin-1. | |
6225 | |
6226 1999-02-12 Andreas Schwab <schwab@gnu.org> | |
6227 | |
6228 * gud.el (jdb): Fix regexp for comint-prompt-regexp. | |
6229 | |
6230 1999-02-12 Kenichi Handa <handa@etl.go.jp> | |
6231 | |
6232 * international/mule-cmds.el (language-info-alist): Remove | |
6233 description about charset-origin-alist. | |
6234 | |
6235 * international/mule.el: Comment added for a new coding system | |
6236 property `charset-origin-alit'. | |
6237 (make-translation-table): This variable deleted. | |
6238 | |
6239 * language/chinese.el (chinese-big5): Add charset-origin-alist | |
6240 property. | |
6241 ("Chinese-CNS"): Remove charset-origin-alist property. | |
6242 | |
6243 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist | |
6244 property. | |
6245 (cyrillic-alternativnyj): Likewise. | |
6246 ("Cyrillic-KOI8"): Remove charset-origin-alist property. | |
6247 ("Cyrillic-ALT"): Likewise. | |
6248 | |
6249 * language/vietnamese.el (vietnamese-viqr): Add | |
6250 charset-origin-alist property. | |
6251 ("Vietnamese"): Remove charset-origin-alist property. | |
6252 | |
6253 * simple.el (what-cursor-position): Don't use the varialbe | |
6254 charset-origin-alist, but use charset-origin-alist property of | |
6255 buffer-file-coding-system to decide external character set code. | |
6256 | |
6257 1999-02-10 Richard Stallman <rms@gnu.org> | |
6258 | |
6259 * shadowfile.el: Don't turn on the mode when the file is loaded. | |
6260 | |
6261 1999-02-09 Richard Stallman <rms@gnu.org> | |
6262 | |
6263 * progmodes/compile.el (compile-auto-highlight): Customize. | |
6264 | |
6265 * add-log.el (add-log-file-name-function): New variable. | |
6266 (add-change-log-entry): Call that function, if non-nil. | |
6267 | |
6268 1999-02-09 Michael Ernst <mernst@alum.mit.edu> | |
6269 | |
6270 * rmail.el (rmail-search): Track match with a marker, not an integer. | |
6271 | |
6272 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6273 | |
6274 * progmodes/compile.el (compilation-setup): Set value of | |
6275 compilation-directory-stack as in compilation-forget-errors. | |
6276 (compile-reinitialize-errors): Bind buffer-undo-list and | |
6277 deactivate-mark. | |
6278 (compilation-forget-errors): Likewise. | |
6279 | |
6280 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com> | |
6281 | |
6282 * textmodes/texinfo.el (texinfo-environment-regexp): Add the | |
6283 def... constructs. | |
6284 | |
6285 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu): | |
6286 Remove calls to sleep-for. | |
6287 | |
6288 1999-02-08 Eli Zaretskii <eliz@gnu.org> | |
6289 | |
6290 * international/codepage.el (cp-coding-system-for-codepage-1): On | |
6291 MS-DOS, use dos-unsupported-char-glyph for characters not | |
6292 supported by the codepage. | |
6293 (cp-make-coding-systems-for-codepage): Likewise. | |
6294 | |
6295 1999-02-08 Andreas Schwab <schwab@gnu.org> | |
6296 | |
6297 * international/mule-util.el (coding-system-list): Don't sort | |
6298 coding-system-list here. | |
6299 | |
6300 * international/mule.el (coding-system-lessp): Moved here from | |
6301 mule-util.el | |
6302 (add-to-coding-system-list): New function. | |
6303 (make-subsidiary-coding-system, make-coding-system, | |
6304 define-coding-system-alias): Use it instead of setting | |
6305 coding-system-list directly. | |
6306 | |
6307 1999-02-07 Dave Love <fx@gnu.org> | |
6308 | |
6309 * calendar/appt.el (appt-make-list): Don't splice quotes and date | |
6310 onto message. | |
6311 | |
6312 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6313 | |
6314 * imenu.el (imenu--last-menubar-index-alist): Add doc. | |
6315 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist. | |
6316 | |
6317 1999-02-06 Richard Stallman <rms@gnu.org> | |
6318 | |
6319 * language/european.el (setup-slovenian-environment): New function. | |
6320 ("Slovenian"): New language environment. | |
6321 | |
6322 * progmodes/sql.el (sql-help): Doc fix. | |
6323 (sql-mysql): Doc fix. | |
6324 | |
6325 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6326 | |
6327 * tex-mode.el: When compiling, require compare-w and skeleton | |
6328 to pacify the byte-compiler. Move the def's of the tex-commands | |
6329 together. Add a comment on kill-process vs. quit-process. | |
6330 | |
6331 1999-02-05 Dave Love <fx@gnu.org> | |
6332 | |
6333 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with | |
6334 null markers. | |
6335 (compile-goto-error): Likewise. | |
6336 | |
6337 1999-02-05 Stephen Gildea <gildea@alum.mit.edu> | |
6338 | |
6339 * time-stamp.el (time-stamp-format): Format doc tighter. | |
6340 (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
|
6341 (time-stamp): Don't re-write the time stamp if it didn't change. |
25837 | 6342 |
6343 1999-02-05 Alex Schroeder <asc@bsiag.com> | |
6344 | |
6345 * progmodes/sql.el: Changed version to 1.2.1. | |
6346 (sql-pop-to-buffer-after-send-region): Improved documentation. | |
6347 (sql-mysql-program): Added MySQL support. | |
6348 (sql-prompt-length): Made prompt-length configurable. | |
6349 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter. | |
6350 (sql-help): Added MySQL support, changed documentation. | |
6351 (sql-send-region): A message is displayed if something is sent. | |
6352 (sql-mode): Added buffer-local comment-start. | |
6353 (sql-interactive-mode): Use sql-prompt-length to set left-margin. | |
6354 (sql-interactive-mode): Added buffer-local comment-start. | |
6355 (sql-oracle): Set sql-prompt-length. | |
6356 (sql-sybase): Set sql-prompt-length. | |
6357 (sql-mysql): Added MySQL support. | |
6358 (sql-ingres): Set sql-prompt-length. | |
6359 (sql-ms): Set sql-prompt-length. | |
6360 (sql-postgres): Set sql-prompt-length. | |
6361 | |
6362 1999-02-04 Eli Zaretskii <eliz@gnu.org> | |
6363 | |
6364 * term/internal.el (dos-codepage-setup): Set selection coding | |
6365 system to cpNNN-dos. | |
6366 | |
6367 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6368 | |
6369 * international/characters.el: Let ethiopic use iso-2022-7bit. | |
6370 | |
6371 1999-02-02 Dave Love <fx@gnu.org> | |
6372 | |
6373 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here... | |
6374 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here. | |
6375 | |
6376 1999-02-02 Karl Heuer <kwzh@gnu.org> | |
6377 | |
6378 * terminal.el (terminal-emulator): Doc fix. | |
6379 | |
6380 1999-02-02 Ken'ichi Handa <handa@gnu.org> | |
6381 | |
6382 * international/mule-util.el (compose-chars): Doc-string | |
6383 modified. Correctly handle a composition character in ARGS. | |
6384 | |
6385 1999-02-01 Richard Stallman <rms@gnu.org> | |
6386 | |
6387 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var. | |
6388 (makefile-menu-index-function): Function deleted. | |
6389 (makefile-mode): Use makefile-imenu-generic-expression. | |
6390 | |
6391 1999-02-01 Geoff Voelker <voelker@cs.washington.edu> | |
6392 | |
6393 * term/w32-win.el (w32-create-initial-fontsets): Back out previous | |
6394 change, invoke from before-init-hook. | |
6395 | |
6396 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu> | |
6397 | |
6398 * subr.el (remove-from-invisibility-spec): Cope with the case when | |
6399 buffer-invisibility-spec is t. | |
6400 | |
6401 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu> | |
6402 | |
6403 * calendar/calendar.el (calendar-mode-map): Fix bindings for | |
6404 appt-add and appt-delete. | |
6405 | |
6406 1999-02-01 Eli Zaretskii <eliz@gnu.org> | |
6407 | |
6408 * term/pc-win.el (msdos-approximate-color): New function. | |
6409 (msdos-color-translate): Call it to find a DOS color that best | |
6410 approximates an X-style "#NNNNNN" color specification. | |
6411 | |
6412 1999-02-01 Ken'ichi Handa <handa@gnu.org> | |
6413 | |
6414 * international/mule-util.el (compose-chars-component): Add | |
6415 autoload cookie. | |
6416 | |
6417 1999-01-31 Ken'ichi Handa <handa@gnu.org> | |
6418 | |
6419 * international/quail.el (quail-lookup-key): If cdr of MAP is a | |
6420 function, replace cdr of MAP by the return value of the function | |
6421 unconditionally. | |
6422 | |
6423 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6424 | |
6425 * progmodes/compile.el (compilation-next-error-locus): Don't | |
6426 decrease argument FIND-AT-LEAST of compilation-next-error-locus. | |
6427 | |
6428 1999-01-31 Eli Zaretskii <eliz@gnu.org> | |
6429 | |
6430 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs | |
6431 and NLs before "charset", and allow the charset name be in double | |
6432 quotes. | |
6433 | |
6434 1999-01-31 Richard Stallman <rms@gnu.org> | |
6435 | |
6436 * imenu.el (imenu-sort-function): Fix custom type. | |
6437 | |
6438 1999-01-30 Richard Stallman <rms@gnu.org> | |
6439 | |
6440 * speedbar.el (speedbar-line-token): Match {...} instead of [...]. | |
6441 (speedbar-line-token): Likewise. | |
6442 | |
6443 * play/gametree.el (gametree-default-score): Use defcustom. | |
6444 (gametree-score-regexp, gametree-score-closer): Likewise. | |
6445 (gametree-score-manual-flag, gametree-score-opener): Likewise. | |
6446 | |
6447 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6448 | |
6449 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when | |
6450 decoding. | |
6451 | |
6452 1999-01-29 Markus Rost <rost@gnu.org> | |
6453 | |
6454 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by | |
6455 tex-validate-buffer. | |
6456 (plain-tex-mode, latex-mode, slitex-mode): Likewise. | |
6457 (tex-validate-buffer): Renamed from validate-tex-buffer. Works | |
6458 now with recent occur-mode. | |
6459 (tex-validate-region): Really walk through all Sexps. | |
6460 (tex-region): Bind shell-dirtrack-verbose. | |
6461 (tex-file, tex-bibtex-file): Likewise. | |
6462 | |
6463 1999-01-29 Dave Love <fx@gnu.org> | |
6464 | |
6465 * finder.el: (finder-commentary): Fix interactive spec. Try | |
6466 appending .el to file name. | |
6467 (finder-find-library, finder-commentary): Doc fixes. | |
6468 | |
6469 1999-01-29 Andrew Innes <andrewi@gnu.org> | |
6470 | |
6471 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes | |
6472 where the userid contains directory separators. | |
6473 | |
6474 1999-01-29 Dave Love <fx@gnu.org> | |
6475 | |
6476 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list. | |
6477 (lm-commentary): Doc fix. | |
6478 | |
6479 1999-01-29 Andreas Schwab <schwab@gnu.org> | |
6480 | |
6481 * files.el (file-expand-wildcards): Never consider `.' and `..' a | |
6482 wildcard match. Fix regexp that tests if dirpart contains | |
6483 wildcard characters. | |
6484 | |
6485 1999-01-28 Richard Stallman <rms@gnu.org> | |
6486 | |
6487 * font-lock.el (font-lock-default-unfontify-region): | |
6488 If not font-lock-syntactic-keywords, don't remove syntax-table prop. | |
6489 | |
6490 1999-01-27 Jason Rumney <jasonr@altavista.net> | |
6491 | |
6492 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard | |
6493 from FAMILY field. | |
6494 (w32-create-initial-fontsets): Do not use before-init-hook. | |
6495 (mouse-set-font): Document. Automatically create and use fontsets. | |
6496 | |
6497 * dos-w32.el (direct-print-region-helper): Check for printer | |
6498 being t as well as a string. | |
6499 | |
6500 1999-01-27 Kenichi Handa <handa@etl.go.jp> | |
6501 | |
6502 * mail/rmail.el (rmail-decode-mime-charset): New variable. | |
6503 (rmail-mime-charset-pattern): New variable. | |
6504 (rmail-convert-to-babyl-format): Decode by MIME-charset if | |
6505 rmail-decode-mime-charset is non-nil. | |
6506 | |
6507 1999-01-27 Ken'ichi Handa <handa@gnu.org> | |
6508 | |
6509 * international/characters.el: Set category `q' for all characters | |
6510 in tibetan and tibetan-1-column. | |
6511 | |
6512 1999-01-27 Andrew Innes <andrewi@gnu.org> | |
6513 | |
6514 * frame.el (select-frame-by-name): Obey focus-follows-mouse. | |
6515 (select-frame-by-name) [windows-nt]: Use w32-focus-frame. | |
6516 | |
6517 1999-01-27 Dave Love <fx@gnu.org> | |
6518 | |
6519 * international/mule-cmds.el (current-language-environment): | |
6520 Provide :link, :type (choices) and appropriate :get. | |
6521 | |
6522 1999-01-27 Eli Zaretskii <eliz@gnu.org> | |
6523 | |
6524 * startup.el (command-line): Set default eol-mnemonic-* strings to | |
6525 display end-of-line format in mode line. | |
6526 | |
6527 * cus-start.el (all): Add eol-mnemonic-* variables. | |
6528 | |
6529 1999-01-26 Dave Love <fx@gnu.org> | |
6530 | |
6531 * startup.el (command-line-1): Up-date copyright. | |
6532 | |
6533 * paths.el (Info-default-directory-list): Use configdir twice. | |
6534 | |
6535 * info.el (Info-directory-list): Don't set path-separator now | |
6536 we're not shipped with Texinfo. Simplify path definition. | |
6537 Substitute all occurrences of instdir in Info-default-directory-list. | |
6538 | |
6539 1999-01-25 Richard Stallman <rms@gnu.org> | |
6540 | |
6541 * startup.el (normal-top-level-add-subdirs-to-load-path): | |
6542 Record the inode numbers of the dirs processed, to avoid loop. | |
6543 | |
6544 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
6545 | |
6546 1999-01-25 Dave Love <fx@gnu.org> | |
6547 | |
6548 * browse-url.el (browse-url-netscape-program): Doc addition. | |
6549 | |
6550 * help.el (help-make-xrefs): Default info references to an `(emacs)' | |
6551 prefix. | |
6552 | |
6553 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see | |
6554 auto-mode-alist. | |
6555 | |
6556 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
6557 | |
6558 * calendar/diary-lib.el (mark-diary-entries): Use | |
6559 assoc-ignore-case and do not capitalize when matching month and | |
6560 day names. | |
6561 | |
6562 * calendar/calendar.el (calendar-read-date): Ditto. | |
6563 | |
6564 * calendar/cal-hebrew.el (calendar-goto-hebrew-date) | |
6565 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto. | |
6566 | |
6567 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto. | |
6568 | |
6569 * calendar/cal-french.el (calendar-goto-french-date): Ditto. | |
6570 | |
6571 * calendar/cal-islam.el (calendar-goto-islamic-date) | |
6572 (mark-islamic-diary-entries): Ditto. | |
6573 | |
6574 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto. | |
6575 | |
6576 * calendar/cal-mayan.el (calendar-read-mayan-haab-date) | |
6577 (calendar-read-mayan-tzolkin-date): Ditto. | |
6578 | |
6579 * calendar/cal-persia.el (persian-prompt-for-date): Ditto. | |
6580 | |
6581 1999-01-22 Michael Ernst <mernst@alum.mit.edu> | |
6582 | |
6583 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker. | |
6584 | |
6585 1999-01-25 Karl Heuer <kwzh@gnu.org> | |
6586 | |
6587 * faces.el (list-faces-display): Multiline case of previous fix. | |
6588 | |
6589 1999-01-25 Andreas Schwab <schwab@gnu.org> | |
6590 | |
6591 * mail/mailalias.el (mail-complete-alist): Use alist as customize type. | |
6592 | |
6593 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu> | |
6594 | |
6595 * files.el (find-file): If find-file-noselect returns a list, | |
6596 do switch-to-buffer on each element. | |
6597 (find-file-other-window): Likewise for all but the first element. | |
6598 (find-file-other-frame): Same. | |
6599 (find-file-noselect): When we expand a wildcard, return a list | |
6600 of buffers. | |
6601 | |
6602 1999-01-24 Eli Zaretskii <eliz@gnu.org> | |
6603 | |
6604 * term/internal.el (dos-codepage-setup): Call prefer-coding-system | |
6605 to set the appropriate cpNNN-dos coding system as the | |
6606 highest-priority coding system. | |
6607 | |
6608 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
6609 | |
6610 * international/fontset.el (generate-fontset-menu): Return a | |
6611 sorted list by plain names of fontsets. | |
6612 | |
6613 * international/mule-diag.el (list-fontsets): Sort fontsets by | |
6614 plain names. | |
6615 | |
6616 * language/tibet-util.el (tibetan-vertical-stacking): If the arg | |
6617 FIRST is a composite character, decompose it at first. | |
6618 | |
6619 1999-01-23 Dave Love <fx@gnu.org> | |
6620 | |
6621 * format.el: Doc fixes. | |
6622 (format-encode-run-method): Have things happen in the right buffer. | |
6623 Deal with errors from method. Set coding-system-for-write. | |
6624 (format-decode-run-method): Have things happen in the right buffer. | |
6625 Deal with errors from method. Set coding-system-for-read. | |
6626 (format-alist): Use nil instead of unmatchable regexps. | |
6627 | |
6628 * simple.el (shell-command-on-region): Return command's exit status. | |
6629 | |
6630 1999-01-23 Eric Ludlam <zappo@gnu.org> | |
6631 | |
6632 * speedbar.el (speedbar-item-info-file-helper): Add optional arg | |
6633 of the file whose info we want to display. | |
6634 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize. | |
6635 (speedbar-add-mode-functions-list) Improve doc. | |
6636 (speedbar-line-token) New function. | |
6637 (speedbar-dired) Fix order of directories in -shown-directories. | |
6638 (speedbar-line-path): Default return is default-directory | |
6639 (speedbar-buffers-line-path): Return is dir name only. | |
6640 (speedbar-mode-functions-list): New variable. | |
6641 (speedbar-mouse-item-info): Rewrote to be a replaceable fn. | |
6642 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper | |
6643 speedbar-files-item-info speedbar-buffers-item-info): New functions. | |
6644 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list): | |
6645 New functions. | |
6646 (speedbar-line-file): Broke out part that fetches file from a line. | |
6647 (speedbar-line-text): New function extracted from speedbar-line-file. | |
6648 (speedbar-line-path): Converted into a replaceable function. | |
6649 (speedbar-files-line-path, speedbar-buffers-line-path): New functions. | |
6650 | |
6651 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
6652 | |
6653 * international/fontset.el (create-fontset-from-x-resource): Make | |
6654 style variants. | |
6655 | |
6656 1999-01-22 Dave Love <fx@gnu.org> | |
6657 | |
6658 * paths.el (Info-default-directory-list): Put sysdir after start. | |
6659 | |
6660 1999-01-22 Sam Steingold <sds@goems.com> | |
6661 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
6662 * midnight.el (clean-buffer-list): Do not kill a buffer if it has |
25837 | 6663 a process associated with it. |
6664 | |
6665 1999-01-22 Jason Rumney <jasonr@altavista.net> | |
6666 | |
6667 * term/w32-win.el (w32-standard-fontset-spec): Simplified. | |
6668 | |
6669 1999-01-22 Felix Lee <flee@cygnus.com> | |
6670 | |
6671 * vc.el (vc-annotate-display): Delete old overlays. Fix check for | |
6672 major-mode. | |
6673 (vc-annotate-mode): Delete variable. | |
6674 | |
6675 1999-01-22 Andrew Innes <andrewi@gnu.org> | |
6676 | |
6677 * startup.el (command-line): [windows-nt]: Check for existence of | |
6678 .emacs file so as to notice .emacs.el or .emacs.elc and use them | |
6679 in preference to _emacs. | |
6680 | |
6681 1999-01-22 Dave Love <fx@gnu.org> | |
6682 | |
6683 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref. | |
6684 | |
6685 1999-01-20 Richard Stallman <rms@gnu.org> | |
6686 | |
6687 * files.el (find-file-noselect): Do wildcard processing only | |
6688 if new arg WILDCARDS is non-nil. | |
6689 (find-file, find-file-other-window): New arg WILDCARDS. | |
6690 Default it to non-nil if interactive. | |
6691 (find-file-other-frame): Likewise. | |
6692 (find-file-read-only): Likewise. | |
6693 (find-file-read-only-other-window): Likewise. | |
6694 (find-file-read-only-other-frame): Likewise. | |
6695 | |
6696 * wid-edit.el (widget-alist-convert-option): Delete spurious comma. | |
6697 (widget-plist-convert-option): Delete spurious comma. | |
6698 | |
6699 1999-01-19 Jason Rumney <jasonr@altavista.net> | |
6700 | |
6701 * term/w32-win.el (w32-standard-fontspec-spec): Change | |
6702 iso8859-5 to koi8-r. Add iso8859-9. | |
6703 | |
6704 1999-01-19 Dave Love <fx@gnu.org> | |
6705 | |
6706 * browse-url.el (browse-url-maybe-new-window): Delete macro and | |
6707 its uses. | |
6708 | |
6709 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark | |
6710 is active. | |
6711 (fortran-indent-subprogram): Likewise. | |
6712 | |
6713 1999-01-19 Dave Love <d.love@dl.ac.uk> | |
6714 | |
6715 * paths.el (Info-default-directory-list): Perhaps add /usr/info. | |
6716 | |
6717 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6718 | |
6719 * wid-edit.el (alist): Use sexp as default key-type. | |
6720 | |
6721 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6722 | |
6723 * textmodes/tex-mode.el (tex-define-common-keys): | |
6724 Remove key binding of tex-feed-input. | |
6725 (tex-mode-map): Bind tex-feed-input here. | |
6726 (tex-start-shell): Use compilation-shell-minor-mode. Set | |
6727 comint-input-filter-functions before running tex-shell-hook. | |
6728 (tex-start-tex): Forget compilation errors. | |
6729 (tex-compilation-parse-errors): Rewritten to work also with | |
6730 compile-mouse-goto-error and compile-goto-error. Adjusted to | |
6731 change in tex-region. | |
6732 (tex-region): For the temp file use file-name without directory. | |
6733 (tex-file): Expand file name of tex-print-file. | |
6734 | |
6735 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6736 | |
6737 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call. | |
6738 | |
6739 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no> | |
6740 | |
6741 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid | |
6742 beginning could cause Emacs to hang. Fixed. | |
6743 | |
6744 1999-01-18 Ken'ichi Handa <handa@gnu.org> | |
6745 | |
6746 * international/ccl.el (ccl-compile-translate-character): Handle | |
6747 the case that a tranlation table is CCL register correctly. | |
6748 | |
6749 * international/mule-cmds.el (select-safe-coding-system): | |
6750 Hightlight at most 256 characters. | |
6751 | |
6752 1999-01-18 Dave Love <fx@gnu.org> | |
6753 | |
6754 * startup.el (command-line): If the init file changes operation to | |
6755 unibyte, make all buffers unibyte and re-set language environment. | |
6756 | |
6757 * disp-table.el (standard-display-european): Make all existing | |
6758 buffers unibyte. Fix doc. | |
6759 | |
6760 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6761 | |
6762 * wid-edit.el (coding-system): Define this unconditionally. | |
6763 | |
6764 * simple.el (shell-command-on-region-default-error-buffer): New var. | |
6765 (shell-command-on-region): Use that variable as interactive | |
6766 value of ERROR-BUFFER argument. | |
6767 | |
6768 1999-01-17 Sam Steingold <sds@goems.com> | |
6769 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
6770 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'. |
25837 | 6771 |
6772 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6773 | |
6774 * progmodes/compile.el (compilation-goto-locus): If already in the | |
6775 compilation buffer's window, keep it in that window. | |
6776 (compile-mouse-goto-error): Add Doc. Don't play with windows. | |
6777 (compile-goto-error): Don't play with windows. | |
6778 | |
6779 * textmodes/tex-mode.el (latex-run-command): Doc fix. | |
6780 (tex-command): Doc fix. | |
6781 (tex-compilation-parse-errors): Doc fix. | |
6782 (tex-generate-zap-file-name): Don't start the name with -. | |
6783 (tex-expand-files): Works now also with strings ending with ":". | |
6784 | |
6785 1999-01-17 Ian T Zimmerman <itz@transbay.net> | |
6786 | |
6787 Patch failed to install: | |
6788 * gametree.el: Document scoring functionality. | |
6789 (gametree-score-regexp): Add optional plus sign. | |
6790 (gametree-score-opener): Replace `:' with `=' as the former | |
6791 conflicts with gametree-half-ply-regexp. | |
6792 (gametree-transpose-following-leaves): Add. | |
6793 (gametree-insert-new-leaf): Make modifying commands barf in read | |
6794 only buffers. | |
6795 (gametree-break-line-here): Add a call to | |
6796 `gametree-transpose-following-leaves'. This maintains the | |
6797 necessary invariant that on each level all leaf children precede | |
6798 all nonleaf children. This has always been implied, but left to | |
6799 the user, and, unfortunately, undocumented. | |
6800 | |
6801 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
6802 | |
6803 * wid-edit.el (plist, alist): New widget types. | |
6804 | |
6805 1999-01-17 Dave Love <fx@gnu.org> | |
6806 | |
6807 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and | |
6808 fix scope of condition-case therein. | |
6809 | |
6810 1999-01-17 Andrew Innes <andrewi@gnu.org> | |
6811 | |
6812 * dos-w32.el: (find-buffer-file-type-coding-system): Use | |
6813 default-buffer-file-coding-system when file doesn't exist (and | |
6814 isn't covered by a special case) instead of forcing undecided-dos | |
6815 against the user's wishes. | |
6816 | |
6817 * dos-w32.el (direct-print-region-helper): New function based on | |
6818 direct-print-region-function; sends data to specified printer port | |
6819 without further translation. Recognize and handle specially the | |
6820 standard `print' and `nprint' programs, as well as `lpr' and | |
6821 similar programs. Only write directly to the printer port if no | |
6822 print program is specified. Work around a bug in Windows 9x | |
6823 affecting Win32 version of Emacs by invoking command.com to write | |
6824 to the printer port instead of writing directly. | |
6825 (direct-print-region-function): Use direct-print-region-helper to | |
6826 do most of the work. | |
6827 (direct-ps-print-region-function): New function; analogue of | |
6828 direct-print-region-function for ps-print. | |
6829 (ps-lpr-command): Comment out setq; leave as example usage. | |
6830 (ps-lpr-switches): Ditto. | |
6831 | |
6832 * lpr.el: (printer-name): Update docstring about usage on MS-DOS | |
6833 and MS-Windows. | |
6834 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on | |
6835 DOS and Windows platforms, to indicate direct printing. Update | |
6836 the docstring accordingly. | |
6837 | |
6838 * ps-print.el: (ps-printer-name): Update docstring about usage on | |
6839 MS-DOS and MS-Windows. | |
6840 (ps-lpr-command): Update docstring as for lpr-command. | |
6841 (ps-print-region-function): New variable. | |
6842 (ps-do-despool): Use it. | |
6843 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for | |
6844 DOS/Windows. | |
6845 | |
6846 * subr.el (subst-char-in-string): New function. | |
6847 | |
6848 1999-01-17 Eli Zaretskii <eliz@gnu.org> | |
6849 | |
6850 * international/codepage.el (cp852-decode-table): Fill a nil entry. | |
6851 | |
6852 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename. | |
6853 (bdf-find-font-info): New function, looks for the first readable | |
6854 file from a list of alternatives. | |
6855 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info | |
6856 instead of bdf-get-font-info. | |
6857 (bdf-generate-glyphs): If font-name is a cons cell, pass its car | |
6858 to ps-mule-generate-bitmap-glyph. | |
6859 | |
6860 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative | |
6861 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can | |
6862 now be a list of alternative names. | |
6863 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car. | |
6864 (ps-mule-prepare-font): Likewise. | |
6865 | |
6866 * international/codepage.el (cp855-decode-table, | |
6867 cp850-decode-table): Fill some nil entries. | |
6868 | |
6869 1999-01-16 Dave Love <fx@gnu.org> | |
6870 | |
6871 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert | |
6872 last change. | |
6873 | |
6874 1999-01-15 Dave Love <fx@gnu.org> | |
6875 | |
6876 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions | |
6877 and change regexp for command names. | |
6878 (help-xref-go-back, function-called-at-point, symbol-file) | |
6879 (where-is): Doc fixes. | |
6880 (help-xref-go-back): Remove interactive spec. | |
6881 (describe-function-1): Fix message for alias. Buttomize alias | |
6882 name. | |
6883 | |
6884 * simple.el (join-line): New alias. | |
6885 | |
6886 1999-01-15 Johan Vromans <jvromans@squirrel.nl> | |
6887 | |
6888 * forms.el: (forms--show-record): Convert integers to string | |
6889 expicitly since concat will no longer accept integers. | |
6890 (forms-print): Use local `total-nb-records' since | |
6891 `forms--total-records' will be inaccessible after buffer switching. | |
6892 | |
6893 1998-01-14 Felix Lee <flee@cygnus.com> | |
6894 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
6895 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness. |
25837 | 6896 |
6897 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6898 | |
6899 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change. | |
6900 | |
6901 1999-01-14 Eli Zaretskii <eliz@gnu.org> | |
6902 | |
6903 * international/codepage.el (cp850-decode-table): Fix previous change. | |
6904 | |
6905 1999-01-14 Simon Marshall <simon@gnu.org> | |
6906 | |
6907 * shell.el (shell-dirtrack-verbose): New custom variable. | |
6908 (shell-dirstack-message): Use it. | |
6909 | |
6910 1999-01-14 Kenichi Handa <handa@etl.go.jp> | |
6911 | |
6912 * international/mule-conf.el: Coding system alias `dos' for | |
6913 `undecided-dos', `mac' for `undecided-mac'. | |
6914 | |
6915 * international/mule-cmds.el (describe-language-environment): | |
6916 Don't alter input-method-alist. | |
6917 | |
6918 1999-01-13 Eli Zaretskii <eliz@gnu.org> | |
6919 | |
6920 * international/codepage.el (cp850-decode-table): Replace nil | |
6921 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
|
6922 Jason Rumney <jasonr@altavista.net>.) |
25837 | 6923 |
6924 1999-01-13 Dave Love <fx@gnu.org> | |
6925 | |
6926 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise". | |
6927 | |
6928 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change. | |
6929 | |
6930 1999-01-12 Karl Heuer <kwzh@gnu.org> | |
6931 | |
6932 * files.el (auto-save-hook): Defvar this. | |
6933 | |
6934 1999-01-12 Alex Schroeder <asc@bsiag.com> | |
6935 | |
6936 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock | |
6937 faces, eliminating the need to load font-lock before loading sql. | |
6938 (sql-mode-oracle-font-lock-keywords): Likewise. | |
6939 (sql-mode-postgres-font-lock-keywords): Likewise. | |
6940 | |
6941 1999-01-11 Dave Love <fx@gnu.org> | |
6942 | |
6943 * cus-start.el: Add inhibit-eol-conversion. | |
6944 | |
6945 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap | |
6946 the values round. | |
6947 | |
6948 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6949 | |
6950 * help.el (help-mode-finish): Renamed from help-mode-maybe. | |
6951 Don't switch to Help mode here. | |
6952 (temp-buffer-setup-hook): Use help-mode-finish. | |
6953 (help-mode-setup): New function. | |
6954 (temp-buffer-setup-hook): Use help-mode-setup. | |
6955 | |
6956 * progmodes/sql.el: New file. | |
6957 | |
6958 * files.el (auto-mode-alist): Add sql-mode. | |
6959 | |
6960 * faces.el (list-faces-display): Improve the formatting | |
6961 by computing the maximum length required for any face-name. | |
6962 | |
6963 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6964 | |
6965 * progmodes/compile.el (compilation-shell-minor-mode): New function. | |
6966 | |
6967 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu> | |
6968 | |
6969 * term.el (term_send_home): Change the string to | |
6970 be the same as the one emitted by xterm and consistent with the | |
6971 ones emitted by prior and next. | |
6972 (term_send_end): Likewise. | |
6973 | |
6974 1999-01-10 Dave Love <fx@gnu.org> | |
6975 | |
6976 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse | |
6977 bindings. | |
6978 | |
6979 1999-01-10 Eli Zaretskii <eliz@gnu.org> | |
6980 | |
6981 * international/codepage.el (codepage-setup): Doc fix. | |
6982 (cp-decoding-vector-for-codepage): Likewise. | |
6983 | |
6984 1999-01-10 Markus Rost <rost@gnu.org> | |
6985 | |
6986 * cus-edit.el (custom-save-delete): First scan the custom-file. | |
6987 | |
6988 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6989 | |
6990 * international/iso-transl.el: Define a "function name" for | |
6991 each translation that isn't ASCII. Use these function names | |
6992 in iso-transl-char-map. | |
6993 | |
6994 1999-01-08 Kenichi Handa <handa@etl.go.jp> | |
6995 | |
6996 * international/mule-util.el (decompose-region): Do decomposition | |
6997 on temporary unibyte buffer. | |
6998 | |
6999 * international/mule.el (make-char): Doc-string modified. | |
7000 | |
7001 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7002 | |
7003 * simple.el (comment-region): Delete spaces only if we | |
7004 deleted a comment starter. | |
7005 | |
7006 1999-01-07 Dave Love <fx@gnu.org> | |
7007 | |
7008 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix. | |
7009 | |
7010 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom | |
7011 like eval-defun does. | |
7012 | |
7013 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark]. | |
7014 | |
7015 * generic.el: Re-write `(make-variable-buffer-local (defvar ...' | |
7016 constructions. Doc fixes. | |
7017 (generic-create-generic-function): Use defalias, not fset. | |
7018 | |
7019 * find-func.el: More doc fixes. | |
7020 | |
7021 1999-01-06 Stephen Eglen <stephen@gnu.org> | |
7022 | |
7023 * files.el (save-buffers-kill-emacs): Show the list of current | |
7024 processes before prompting to kill them and exit. | |
7025 | |
7026 1999-01-06 Dave Love <fx@gnu.org> | |
7027 | |
7028 * emacs-lisp/find-func.el: Doc fixes. | |
7029 (find-function-regexp): Extend for define-generic-mode, | |
7030 define-derived-mode, easy-mmode-define-minor-mode. | |
7031 | |
7032 1999-01-06 Dave Love <fx@gnu.org> | |
7033 | |
7034 * progmodes/fortran.el (fortran-window-create): Account for scroll | |
7035 bar width. | |
7036 | |
7037 * browse-url.el: Require (noerror) w3-auto when compiling. | |
7038 (browse-url-maybe-new-window): Make it a macro and revert last | |
7039 change to callers. | |
7040 (browse-url-w3): Require w3 for w3-fetch-other-window. | |
7041 | |
7042 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7043 | |
7044 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the | |
7045 argument. | |
7046 | |
7047 1999-01-06 Simon Marshall <simon@gnu.org> | |
7048 | |
7049 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix. | |
7050 | |
7051 * font-lock.el (font-lock-default-fontify-buffer): When using | |
7052 with-temp-message, use nil rather than current-message. | |
7053 | |
7054 * lazy-lock.el (lazy-lock-unstall): | |
7055 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil | |
7056 rather than current-message. | |
7057 | |
7058 * fast-lock.el (fast-lock-save-cache-1): | |
7059 (fast-lock-cache-data): When using with-temp-message, use nil rather | |
7060 than current-message. | |
7061 | |
7062 1999-01-06 Eli Zaretskii <eliz@gnu.org> | |
7063 | |
7064 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
7065 the valid-codes property. | |
7066 | |
7067 * international/mule-cmds.el (prefer-coding-system): Call | |
7068 set-coding-priority, so that the internal array of priorities is | |
7069 also updated. | |
7070 | |
7071 * international/mule-util.el: | |
7072 (coding-system-change-eol-conversion, | |
7073 coding-system-change-text-conversion): Don't define here. | |
7074 | |
7075 * international/mule-cmds.el: Define them here. Remove the | |
7076 autoload cookies. | |
7077 | |
7078 1999-01-06 Andreas Schwab <schwab@gnu.org> | |
7079 | |
7080 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled | |
7081 if it was enabled before. | |
7082 | |
7083 * view.el (View-revert-buffer-scroll-page-forward): Bind | |
7084 view-scroll-auto-exit instead of obsolete view-mode-auto-exit. | |
7085 | |
7086 * files.el (recover-session): Preserve point when inserting | |
7087 explanation. | |
7088 | |
7089 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7090 | |
7091 * cus-edit.el (custom-save-delete): Don't delete whitespace | |
7092 and comments before the sexp that is replaced. | |
7093 | |
7094 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7095 | |
7096 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error. | |
7097 | |
7098 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
7099 | |
7100 * vc.el (vc-dired-hook): Use the original value of | |
7101 dired-move-to-filename-regexp on lines that have not been | |
7102 reformatted yet. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7103 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the |
25837 | 7104 file lines have already been reformatted. |
7105 | |
7106 1999-01-05 Dave Love <fx@gnu.org> | |
7107 | |
7108 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search | |
7109 buffer-local. | |
7110 | |
7111 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se> | |
7112 | |
7113 * progmodes/f90.el: Change of regular expressions for type to | |
7114 correct highlighting and identation. Some small fixes for | |
7115 compatibility with XEmacs. | |
7116 | |
7117 1999-01-05 Stephen Eglen <stephen@gnu.org> | |
7118 | |
7119 * mspools.el (mspools-vm-system-mail): Provide an alternative | |
7120 value based on rmail-spool-directory if $MAIL is not defined. | |
7121 | |
7122 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl> | |
7123 | |
7124 * textmodes/reftex.el (reftex-section-levels): Allow negative levels. | |
7125 (reftex-section-info): Handle negative section levels. | |
7126 (reftex-view-crossref-extra): New option. | |
7127 (reftex-view-crossref): Generalized to work in more places. | |
7128 (reftex-find-citation-regexp-format, reftex-find-reference-format, | |
7129 reftex-macros-with-labels, reftex-global-search-marker): New variables. | |
7130 (reftex-view-cite-locations-from-bibtex): New command. | |
7131 (reftex-view-regexp-match, reftex-global-search, | |
7132 reftex-global-search-continue): New functions. | |
7133 (reftex-extract-bib-entries): No error for non-existing BibTeX | |
7134 file, just a message. | |
7135 (reftex-extract-bib-entries): Better error handling. | |
7136 (reftex-select-with-char): Use `*RefTeX Select*' for selection | |
7137 help and force it on current frame. | |
7138 (reftex-default-bibliography): New function. | |
7139 (reftex-access-parse-file): Check consistency after loading a | |
7140 parse file. When inconsistent, enfore rescan. | |
7141 (reftex-check-parse-consistency): New function. | |
7142 (easy-menu-define): Options section drastically shortened. | |
7143 | |
7144 1999-01-05 Kenichi Handa <handa@etl.go.jp> | |
7145 | |
7146 * language/thai-util.el (thai-compose-string): New function. | |
7147 | |
7148 1999-01-04 Inge Frick <inge@nada.kth.se> | |
7149 | |
7150 * easymenu.el (easy-menu-define): Doc fix. | |
7151 (easy-menu-create-menu): New keyword :included. | |
7152 (easy-menu-do-add-item): New keyword :included. SUFFIX may | |
7153 be an expression, not only a string. Simulate style `button'. | |
7154 Use easy-menu-define-key-intern instead of easy-menu-define-key. | |
7155 (easy-menu-define-key-intern): New function. | |
7156 (easy-menu-add-item): Understand value returned from | |
7157 easy-menu-item-present-p and easy-menu-remove-item. | |
7158 (easy-menu-return-item): New function. | |
7159 (easy-menu-item-present-p, easy-menu-remove-item): Use it. | |
7160 | |
7161 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7162 | |
7163 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
7164 Use rmail-output-read-rmail-file-name to read the file name. | |
7165 Always call rmail-output-to-rmail-file noninteractively. | |
7166 When count > 1, do the loop here. | |
7167 Handle rmail-delete-after-output here. | |
7168 (rmail-summary-output): Similar changes. | |
7169 | |
7170 * mail/rmailout.el: Provide `rmailout'. | |
7171 (rmail-output-read-rmail-file-name): New function. | |
7172 (rmail-output-to-rmail-file): Use that. | |
7173 (rmail-output-read-file-name): New function. | |
7174 (rmail-output): Use that. | |
7175 | |
7176 * files.el (find-file-noselect): Let /: suppress wildcard matching. | |
7177 Error if wildcard matches no files. | |
7178 | |
7179 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7180 | |
7181 * menu-bar.el (clipboard-yank): Doc fix. | |
7182 | |
7183 * info.el (Info-insert-dir): Chase symlinks for file-attributes. | |
7184 | |
7185 1998-12-31 Markus Rost <rost@delysid.gnu.org> | |
7186 | |
7187 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo. | |
7188 | |
7189 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk> | |
7190 | |
7191 * rmail.el (rmail-encode-string): Make sure mask value is | |
7192 positive; (emacs-pid) returns a negative number on Windows 9x | |
7193 which causes odd behaviour. | |
7194 | |
7195 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7196 | |
7197 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS, | |
7198 and about w32-* variables unless on Windows/NT. | |
7199 | |
7200 1998-12-31 Boris Goldowsky <boris@alum.mit.edu> | |
7201 | |
7202 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only | |
7203 if buffer is modified; ask about all modified buffers. | |
7204 | |
7205 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7206 | |
7207 * simple.el (what-cursor-position): Fix previous change. | |
7208 | |
7209 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu> | |
7210 | |
7211 * mail/sendmail.el (mail-mode): Eliminate ambiguous match | |
7212 from paragraph-start. | |
7213 | |
7214 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7215 | |
7216 * international/mule-cmds.el (prefer-coding-system): If the | |
7217 argument requires specific EOL conversion type, make the default | |
7218 coding systems use that. | |
7219 | |
7220 1998-12-30 Drew Csillag <drew_csillag@geocities.com> | |
7221 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7222 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer): |
25837 | 7223 Use shell-command-on-region. |
7224 (m4-start-m4, m4-end-m4): Functions deleted. | |
7225 | |
7226 1998-12-30 Michael Ernst <mernst@alum.mit.edu> | |
7227 | |
7228 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout. | |
7229 | |
7230 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7231 | |
7232 * browse-url.el (browse-url-mail): Give argument SEND-ACTION | |
7233 to compose-mail in the correct places and as a list. | |
7234 | |
7235 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp> | |
7236 | |
7237 * page-ext.el: Added mouse-selection feature for pages directory buffer. | |
7238 (pages-directory-map): Bind mouse-2 | |
7239 (pages-copy-header-and-position): Put text property. | |
7240 (pages-directory-goto-with-mouse): New function. | |
7241 | |
7242 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7243 | |
7244 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
7245 Doc fix. | |
7246 (cp-coding-system-for-codepage-1): Likewise. | |
7247 | |
7248 1998-12-29 Kenichi Handa <handa@etl.go.jp> | |
7249 | |
7250 * language/thai-util.el (thai-post-read-conversion): Handle Thai | |
7251 composition sequence correctly here instead of calling | |
7252 thai-compose-region. | |
7253 | |
7254 * textmodes/fill.el (fill-region-as-paragraph): While deleting a | |
7255 newline in multibyte buffer, if previous or next character is a | |
7256 composite char, check the first component of the composite char. | |
7257 | |
7258 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org> | |
7259 | |
7260 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer | |
7261 and track-mouse. | |
7262 | |
7263 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7264 | |
7265 * mail/sendmail.el (mail-yank-original): Remove text properties | |
7266 after insertion. | |
7267 (mail-yank-region): Barf if no mark is set in the message | |
7268 being replied to. | |
7269 | |
7270 * help.el (function-called-at-point): First look for function at point. | |
7271 | |
7272 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7273 | |
7274 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage. | |
7275 | |
7276 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7277 | |
7278 * simple.el (what-cursor-position): Print character encoding also. | |
7279 | |
7280 1998-12-26 Dave Love <fx@gnu.org> | |
7281 | |
7282 * textmodes/flyspell.el: If local-maps work, don't put | |
7283 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB | |
7284 in flyspell-mouse-map (only). | |
7285 (flyspell-use-local-map): New variable. | |
7286 Use a different mouse-2 binding in that case, | |
7287 and don't add to minor-mode-map-alist. | |
7288 (make-flyspell-overlay, flyspell-correct-word): | |
7289 Test flyspell-use-local-map. | |
7290 | |
7291 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7292 | |
7293 * files.el (file-expand-wildcards): Handle wildcards in directory name. | |
7294 Be careful about whether to return a relative file name, | |
7295 and if so, relative to what directory. | |
7296 | |
7297 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7298 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7299 * emacs-lisp/easymenu.el (easy-menu-get-map): |
25837 | 7300 Change global map only if this menu exists in the global map already, |
7301 and not in the local map. | |
7302 (easy-menu-do-add-item): Fix error message. | |
7303 | |
7304 * foldout.el (foldout-inhibit-key-bindings): | |
7305 Avoid concatenating onto outline-minor-mode-prefix. | |
7306 Make a new keymap for that prefix, if it does not already have one. | |
7307 | |
7308 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu> | |
7309 | |
7310 * cperl-mode.el: | |
7311 Can use linear algorithm for indentation if Emacs supports it. | |
7312 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp. | |
7313 (cperl-after-block-p): Likewise. | |
7314 (cperl-after-block-and-statement-beg): Likewise. | |
7315 (cperl-after-block-p): After END/BEGIN we are a block. | |
7316 (cperl-after-expr-p): Skip labels when checking | |
7317 (cperl-indent-region): Make a marker for END - text added/removed. | |
7318 Disable hooks during the call (how to call them later?). | |
7319 Now indents 820-line-long function in 6.5 sec (including | |
7320 syntaxification) the first time (when buffer has few | |
7321 properties), 7.1 sec the second time. | |
7322 (cperl-indent-region): Do not indent whitespace lines | |
7323 (cperl-style-alist) | |
7324 Include `cperl-merge-trailing-else' where the value is clear. | |
7325 (cperl-styles-entries): Likewise. | |
7326 (cperl-problems): Improvements to docs. | |
7327 (cperl-tips): Likewise. | |
7328 (cperl-non-problems): Likewise. | |
7329 (cperl-mode): Make lazy syntaxification possible. | |
7330 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30). | |
7331 `font-lock-unfontify-region-function' was set to a wrong function. | |
7332 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7333 (cperl-find-pods-heres): Safe a position in buffer where it is safe to |
25837 | 7334 restart syntaxification. Changed so that -d ?foo? is a RE. Do |
7335 not warn on `=cut' if doing a chunk only. 1 << 6 was OK, | |
7336 but 1<<6 was considered as HERE-doc. | |
7337 <file/glob> made into a string. | |
7338 Postpone addition of faces after syntactic step. | |
7339 Recognition of <FH> was wrong. | |
7340 Highlight `gem' in s///gem as a keyword. `qr' recognized. | |
7341 Knows that split// is null-RE. | |
7342 Highlights separators in 3-parts expressions as labels. | |
7343 <> was considered as a glob. | |
7344 Would err if the last line is `=head1'. | |
7345 $a-1 ? foo : bar; was a considered a regexp. | |
7346 `<< (' was considered a start of HERE-doc. | |
7347 mark qq[]-etc sections as syntax-type=string | |
7348 Was not processing sub protos after a comment ine. | |
7349 Was treating $a++ <= 5 as a glob. | |
7350 Tolerate unfinished REx at end-of-buffer. | |
7351 `unwind-protect' was left commented. | |
7352 / and ? after : start a REx. | |
7353 | |
7354 (cperl-syntaxify-by-font-lock): Set to t, should be safe now. | |
7355 Better default, customizes to `message' too, off in text-mode. | |
7356 | |
7357 (cperl-array-face): Renamed from `font-lock-emphasized-face', | |
7358 `defface'd. | |
7359 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'. | |
7360 `defface'd. | |
7361 (cperl-emacs-can-parse): New state variable. | |
7362 (cperl-indent-line): Corrected to use global state. | |
7363 (cperl-calculate-indent): Likewise. | |
7364 (cperl-fix-line-spacing): Likewise (not used yet). | |
7365 (cperl-calculate-indent): Did not consider `,' as | |
7366 continuation mark for statements. | |
7367 (cperl-calculate-indent): Avoid parse-data optimization at toplevel. | |
7368 Remove another parse-data optimization at toplevel: would | |
7369 indent correctly. | |
7370 Correct for labels when calculating indentation of continuations. | |
7371 Docstring updated. | |
7372 (cperl-choose-color): Converted to a function (to be | |
7373 compilable in text-mode). | |
7374 (cperl-dark-background): Disable without window-system. | |
7375 Do `defface' only if window-system. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
7376 (cperl-fix-line-spacing): Sped up to bail out early. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
7377 (x-color-defined-p): Was not compiling on XEmacs |
25837 | 7378 Was defmacro'ed with a tick. Remove another def. |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
7379 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones |
25837 | 7380 (cperl-unwind-to-safe): New function. |
7381 (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
|
7382 (cperl-fontify-syntaxically): Unwinds start and end to go out of |
25837 | 7383 long strings (not very successful). |
7384 (cperl-forward-re): Highlight the trailing / in s/foo// as string. | |
7385 Highlight the starting // in s//foo/ as function-name. | |
7386 Emit a meaningful error instead of a cryptic one for an | |
7387 uncomplete REx near end-of-buffer. | |
7388 | |
7389 (cperl-electric-keyword): `qr' recognized. | |
7390 (cperl-electric-else): Likewise | |
7391 (cperl-to-comment-or-eol): Likewise | |
7392 (cperl-make-regexp-x): Likewise | |
7393 (cperl-init-faces): Likewise, and `lock' (as overridable?). | |
7394 Corrected to use new macros; | |
7395 `if' for copying `reference-face' to `constant-face' was backward. | |
7396 remove init `font-lock-other-emphasized-face', | |
7397 `font-lock-emphasized-face', `font-lock-keyword-face'. | |
7398 Interpolate `cperl-invalid-face'. | |
7399 (cperl-make-regexp-x): Misprint in a message. | |
7400 (cperl-syntaxify-unwind): New configuration variable | |
7401 (cperl-fontify-m-as-s): New configuration variable | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
7402 (cperl-electric-pod): Check for after-expr was performed |
25837 | 7403 inside of POD too. |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
7404 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs. |
25837 | 7405 (cperl-clobber-mode-lists): New configuration variable. |
7406 (cperl-not-bad-style-regexp): Updated. | |
7407 Init: `cperl-is-face' was busted. | |
7408 (cperl-make-face): New macros. | |
7409 (cperl-force-face): New macros. | |
7410 (font-lock-other-type-face): Done via `defface' too. | |
7411 (cperl-nonoverridable-face): New face. Renamed from | |
7412 `font-lock-other-type-face'. | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
7413 (cperl-init-faces-weak): Use `cperl-force-face'. |
25837 | 7414 (cperl-comment-indent): Commenting __END__ was not working. |
7415 (cperl-indent-for-comment): Likewise. | |
7416 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'. | |
7417 When removing old TAGS info was not relativizing filename. | |
7418 (cperl-tags-hier-init): Gross hack to pretend we work (are we?). | |
7419 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
|
7420 (toplevel): Require custom unprotected => failure on 19.28. |
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
7421 (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
|
7422 (cperl-find-tags): Was writing line/pos in a wrong order, |
25837 | 7423 pos off by 1 and not at beg-of-line. |
7424 (cperl-etags-snarf-tag): New macro | |
7425 (cperl-etags-goto-tag-location): New macro | |
7426 (cperl-version): New variable. New menu entry | |
7427 random docstrings: References to "future" 20.3 removed. | |
7428 Menu was described as `CPerl' instead of `Perl' | |
7429 (perl-font-lock-keywords): Would not highlight `sub foo($$);'. | |
7430 (cperl-toggle-construct-fix): Was toggling to t instead of 1. | |
7431 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face' | |
7432 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face', | |
7433 `font-lock-reference-face', `font-lock-keyword-face'. | |
7434 Use `eval-after-load'. | |
7435 Remove not-CPerl-related faces. | |
7436 (cperl-tips-faces): New variable and an entry into Mini-docs. | |
7437 (cperl-indent-exp): Was not processing else-blocks. | |
7438 (cperl-get-state): NOP line removed. | |
7439 (cperl-ps-print): New function and menu entry. | |
7440 (cperl-ps-print-face-properties): New configuration variable. | |
7441 (cperl-invalid-face): New configuration variable. | |
7442 (perl-font-lock-keywords): Highlight trailing whitespace | |
7443 (cperl-contract-levels): Documentation corrected. | |
7444 (cperl-contract-level): Likewise. | |
7445 (cperl-ps-extend-face-list): New macro. | |
7446 (cperl-invalid-face): Change to ''underline. | |
7447 | |
7448 1998-12-25 Markus Rost <rost@delysid.gnu.org> | |
7449 | |
7450 * 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
|
7451 for read-file-name. |
25837 | 7452 (rmail-output-to-rmail-file): Likewise. |
7453 | |
7454 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7455 | |
7456 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
7457 If MENU is nil, use global menu-bar map. | |
7458 (easy-menu-add-item, easy-menu-remove-item): Argument renamed. | |
7459 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed. | |
7460 | |
7461 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7462 | |
7463 * ps-mule.el (ps-mule-begin-job): Programming uniformization. | |
7464 | |
7465 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7466 | |
7467 * ps-print.el (ps-print-version): New version number (4.1.3). | |
7468 | |
7469 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7470 | |
7471 * international/mule-cmds.el: Use make-sparse-keymap instead of | |
7472 define-prefix-key when defining MULE menu items. | |
7473 | |
7474 * info.el (Info-node-at-bob-matching): New function. | |
7475 (Info-find-node, Info-build-node-completions): Call it. | |
7476 | |
7477 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org> | |
7478 | |
7479 * help.el (describe-function-1): Say "keymap", not "Lisp macro", | |
7480 when this is an autoloaded keymap. | |
7481 | |
7482 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7483 | |
7484 * international/codepage.el (cp-coding-system-for-codepage-1): | |
7485 Create separate encoders and decoders, for DOS and Unix. Make the | |
7486 usual family of 3 coding systems, so that automatic detection of | |
7487 EOL type works. | |
7488 (cp-make-coding-systems-for-codepage): Don't intern DOS- and | |
7489 Unix-specific symbols here, and don't call | |
7490 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi | |
7491 Handa <handa@etl.go.jp>.) | |
7492 | |
7493 * dos-vars.el (dos-codepage-setup-hook): New defcustom. | |
7494 | |
7495 * term/internal.el (IT-character-translations): New variable, an | |
7496 alist used to display characters for which there's no glyphs in | |
7497 the current codepage. | |
7498 (IT-display-table-setup): New function, sets up the DOS terminal | |
7499 for a given codepage. | |
7500 (dos-codepage-setup): New function, sets up the MULE environment | |
7501 for the current value of dos-codepage. | |
7502 (top-level if): In the multibyte mode, turn on | |
7503 unibyte-display-via-language-environment. In the unibyte mode, | |
7504 set up the special syntax tables to map lower- to upper case and | |
7505 back. | |
7506 | |
7507 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org> | |
7508 | |
7509 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt. | |
7510 (speedbar-frame-plist) Remove useless comments. | |
7511 (speedbar-frame-mode) Do not specify height if it is in the param list. | |
7512 Use default y position w/out changing it. | |
7513 If default x position is a list, keep, calculate the non-list X | |
7514 value when devining an initial position. | |
7515 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files. | |
7516 (speedbar-tag-group-name-minimum-length): New variable. | |
7517 (speedbar-frame-parameter): New compatibility function. | |
7518 (speedbar-frame-mode): Updated to use speedbar-frame-parameter. | |
7519 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub | |
7520 groups to keep things in the right order, and to help with some | |
7521 naming conventions. | |
7522 (speedbar-create-tag-hierarchy): Enable buffer local version of | |
7523 `speedbar-tag-hierarchy-method' in the buffer we are tagging. | |
7524 (speedbar-line-path) Make DEPTH param optional. Devine it if absent. | |
7525 the case, derive it from the cursor location in speedbar. | |
7526 | |
7527 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7528 | |
7529 * international/mule-cmds.el (set-language-environment): On MS-DOS | |
7530 terminals, install DOS-specific nonascii-translation-table if the | |
7531 language info doesn't specify one. Pass the default eol-type to | |
7532 set-language-environment-coding-systems. | |
7533 (set-default-coding-systems): Copy the eol-type property for the | |
7534 new default values of {buffer-file,process}-coding-system from the | |
7535 old defaults. | |
7536 (set-language-environment-coding-systems): Accept an optional | |
7537 argument EOL-TYPE, and set the eol-type property of the default | |
7538 coding systems accordingly. | |
7539 (set-terminal-coding-system): Enable menu item on MS-DOS terminals. | |
7540 (set-keyboard-coding-system): Likewise. | |
7541 (set-default-coding-systems): Don't set | |
7542 default-terminal-coding-system on MS-DOS to anything but nil. | |
7543 (prefer-coding-system): Describe in the doc string that | |
7544 default-terminal-coding-system is not changed on MS-DOS. | |
7545 (set-language-environment): For MS-DOS, set standard syntax table | |
7546 and display table for all characters with code above 127. | |
7547 (standard-display-european-internal): For MS-DOS, pass all | |
7548 characters with code above 127 directly to the terminal, and don't | |
7549 remap characters 160 and 146 in the unibyte case. | |
7550 | |
7551 * international/codepage.el: New file. | |
7552 | |
7553 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7554 | |
7555 * diary-lib.el (diary-float): Fix end-of-year error and typos in | |
7556 comments. | |
7557 | |
7558 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> | |
7559 | |
7560 * map-ynp.el (map-y-or-n-p): Ignore input methods. | |
7561 | |
7562 * subr.el (read-passwd): Likewise. | |
7563 | |
7564 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7565 | |
7566 * info.el (Info-find-node): Add 1 to the position read from the | |
7567 tag table. Don't fail if the node delimiter ^_ is the first | |
7568 character in the file. | |
7569 (Info-insert-dir): Don't fail when the node delimiter ^_ is the | |
7570 first character in the file. | |
7571 (Info-read-subfile): Likewise. | |
7572 (Info-select-node): Likewise. | |
7573 (Info-build-node-completions): Likewise. | |
7574 | |
7575 1998-12-16 Richard Stallman <rms@gnu.org> | |
7576 | |
7577 * term/x-win.el (x-cut-buffer-or-selection-value): | |
7578 If clipboard is enabled, try it before PRIMARY selection. | |
7579 | |
7580 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
7581 | |
7582 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C | |
7583 insert c-cedilla and C-cedilla respectively, like in latin-1. | |
7584 | |
7585 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org> | |
7586 | |
7587 * language/hebrew.el: Don't use sublists in the flags argument | |
7588 passed to make-coding-system. | |
7589 | |
7590 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
7591 | |
7592 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a | |
7593 list of character sets found by find-charset-region. | |
7594 | |
7595 * ps-mule.el: Always require ps-print. Move some function | |
7596 definitions for Emacs 20.2 and the earlier to ps-print.el. | |
7597 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2. | |
7598 | |
7599 * ps-print.el: Define several functions for Emacs 20.2 and the | |
7600 earlier version. | |
7601 (ps-printer-name): Check if printer-name is bound. | |
7602 | |
7603 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7604 | |
7605 * ps-mule.el: Programming uniformization and little code improvement. | |
7606 (ps-mule-prepare-font): Programming uniformization. | |
7607 (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
|
7608 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement. |
25837 | 7609 |
7610 * ps-bdf.el: Programming uniformization and little code improvement. | |
7611 (bdf-search-and-read): New fun. | |
7612 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path) | |
7613 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box) | |
7614 (bdf-info-relative-compose, bdf-info-baseline-offset) | |
7615 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector) | |
7616 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization. | |
7617 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file) | |
7618 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code | |
7619 improvement. | |
7620 | |
7621 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7622 | |
7623 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix | |
7624 and mule related code extraction. Autoload ps-mule funs. | |
7625 | |
7626 * ps-mule.el: Doc fix. Require ps-print only when compiled. | |
7627 (ps-mule-prologue-generated): New fun. | |
7628 (ps-mule-plot-string): Add autoload cookie. | |
7629 (ps-mule-begin-job): Call ps-mule-prologue-generated. | |
7630 | |
7631 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
7632 | |
7633 * ps-bdf.el: Require ps-mule instead of ps-print. | |
7634 (bdf-directory-list): Add autoload cookie. | |
7635 | |
7636 * ps-mule.el: New file. Mule related code extracted from | |
7637 ps-print.el. Require ps-print, provide ps-mule. | |
7638 (ps-multibyte-buffer): Add autoload cookie. | |
7639 (ps-mule-prepare-ascii-font): New fun. | |
7640 (ps-mule-set-ascii-font): New fun. | |
7641 (ps-mule-skip-same-charset): Fun deleted. | |
7642 (ps-mule-plot-string): Set ps-mule-current-charset. | |
7643 (ps-mule-initialize): Add autload cookie. Don't set | |
7644 ps-mule-font-info-database here. | |
7645 (ps-mule-begin-job): Renamed from ps-mule-begin. Update | |
7646 ps-mule-font-info-database and ps-control-or-escape-regexp. | |
7647 (ps-mule-begin-page): New fun. | |
7648 | |
7649 * ps-print.el: Mule related code moved to ps-mule.el. | |
7650 (ps-begin-job): While setting ps-control-or-escape-regexp, don't | |
7651 check ps-mule-charset-list. | |
7652 (ps-begin-page): Don't set ps-mule-current-charset, instead call | |
7653 ps-mule-begin-page. | |
7654 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font. | |
7655 (ps-plot-region): Don't set ps-mule-current-charset, instead call | |
7656 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset, | |
7657 instead skip same charsets by itself. | |
7658 (ps-generate): Call ps-mule-initialize of needs-begin-file is | |
7659 non-nil. Call ps-mule-begin-job. | |
7660 | |
7661 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
7662 | |
7663 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf | |
7664 instead of bdf. | |
7665 | |
7666 * ps-print.el (ps-mule-font-info-database): Doc-string modified. | |
7667 (ps-mule-external-libraries): New element FEATURE. | |
7668 (ps-mule-init-external-library): Ajusted for the above change. | |
7669 (ps-mule-generate-font): Likewise. | |
7670 (ps-mule-generate-glyphs): Likewise. | |
7671 (ps-mule-prepare-font): Likewise. | |
7672 (ps-mule-initialize): Likewise. | |
7673 (ps-begin-file): Superfluous tailing parenthesis deleted. | |
7674 | |
7675 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
7676 | |
7677 * international/fontset.el (x-decompose-font-name): If PATTERN | |
7678 doesn't have any wild cards, return a vector made from a name that | |
7679 is found by x-resolve-font-name found. Comments added. | |
7680 | |
7681 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
7682 Handle the case of unknown charset. | |
7683 (find-multibyte-characters): If invalid multibyte characters are | |
7684 found, return the corresponding strings instead of character | |
7685 codes. | |
7686 (find-multibyte-characters): Adjusted for the above change. | |
7687 (select-safe-coding-system): For a unibyte buffer, always returns | |
7688 DEFAULT-CODING-SYSTEM. | |
7689 (get-charset-property): Fix previous change. Make it a function. | |
7690 (put-charset-property): Make it a function. | |
7691 | |
7692 * international/mule.el (make-coding-system): Set mime-charset | |
7693 property of *-with-esc coding system to nil. | |
7694 | |
7695 * international/quail.el (quail-point-in-conversion-region): New | |
7696 function. | |
7697 (quail-conversion-backward-delete-char): When a key sequence is | |
7698 being translated, call quail-delete-last-char. | |
7699 | |
7700 * language/devan-util.el | |
7701 (devanagari-reorder-glyphs-for-decomposition): Fix the way to | |
7702 handle devanagari-decomposition-rules. | |
7703 | |
7704 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org> | |
7705 | |
7706 * textmodes/texinfo.el (texinfo-tex-buffer): Bind | |
7707 tex-start-options-string to empty string. | |
7708 (texinfo-tex-region): Use texinfo-tex-trailer as documented. | |
7709 | |
7710 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org> | |
7711 | |
7712 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and | |
7713 5xx responses are already handled properly). | |
7714 | |
7715 1998-12-13 Richard Stallman <rms@gnu.org> | |
7716 | |
7717 * progmodes/compile.el (compilation-error-regexp-alist): Insist | |
7718 on a non-digit in the file name. | |
7719 | |
7720 * simple.el (comment-region): Handle comment-padding | |
7721 separately for insertion and for deletion, in the right way for each. | |
7722 | |
7723 1998-12-13 Felix Lee <flee@cygnus.com> | |
7724 | |
7725 * progmodes/compile.el (compilation-error-regexp-alist): Fix | |
7726 regexp to match "ChangeLog:1:1998-12-09 ..." | |
7727 | |
7728 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org> | |
7729 | |
7730 * cus-start.el (dos-unsupported-char-glyph): Add. | |
7731 | |
7732 1998-12-11 Dave Love <fx@gnu.org> | |
7733 | |
7734 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap | |
7735 forward-sexp in condition-case. | |
7736 | |
7737 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
7738 Remove unnecessary test on `library' for explicit file name. | |
7739 Widen scope of save-match-data. | |
7740 | |
7741 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
7742 | |
7743 * international/mule.el (load-with-code-conversion): If the loaded | |
7744 file was inserted with no-conversion or raw-text coding system, | |
7745 make the buffer unibyte. | |
7746 | |
7747 1998-12-09 Richard Stallman <rms@gnu.org> | |
7748 | |
7749 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
7750 Get rid of nested loops. | |
7751 | |
7752 * mouse.el (mouse-drag-vertical-line): | |
7753 If WHICH-SIDE is not `right', then scroll bars are on the left. | |
7754 | |
7755 * loadhist.el (load-history-loaded): defvar moved to help.el. | |
7756 | |
7757 * help.el (symbol-file-load-history-loaded): Variable renamed, | |
7758 and defvar moved from loadhist.el. | |
7759 (symbol-file): Renamed from describe-function-find-file. | |
7760 Load fns-VERSION.el here. | |
7761 (describe-variable, describe-function-1): Use symbol-file. | |
7762 | |
7763 * textmodes/tex-mode.el (tex-generate-zap-file-name): | |
7764 Don't start the name with #. | |
7765 | |
7766 * ispell.el: Take out the eval-when's. | |
7767 | |
7768 1998-12-09 Peter Breton <pbreton@ne.mediaone.net> | |
7769 | |
7770 * dirtrack.el (dirtrack-directory-change-hook): New hook. | |
7771 (dirtrack): Run it. Make debug message more verbose. | |
7772 | |
7773 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
7774 | |
7775 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct | |
7776 name of the abbrev table, and provide support for XEmacs. | |
7777 (octave-xemacs-p): New variable. | |
7778 | |
7779 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
7780 | |
7781 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to | |
7782 exit, when mail-interactive is nil. | |
7783 | |
7784 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr> | |
7785 | |
7786 * files.el (after-find-file): Message fix. | |
7787 | |
7788 1998-12-09 Ken Stevens <stevens@kdstevens.com> | |
7789 | |
7790 * ispell.el (ispell-kill-ispell): Don't send newline after EOF. | |
7791 | |
7792 1998-12-09 Geoff Voelker <voelker@cs.washington.edu> | |
7793 | |
7794 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle | |
7795 filenames using backslashes. | |
7796 | |
7797 1998-12-09 Dave Love <fx@gnu.org> | |
7798 | |
7799 * browse-url.el (browse-url-mail): Call compose-mail-other-window | |
7800 with correct number of args. | |
7801 (browse-url-maybe-new-window): New arg. Callers changed. | |
7802 | |
7803 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing | |
7804 comment. | |
7805 | |
7806 1998-12-08 Geoff Voelker <voelker@cs.washington.edu> | |
7807 | |
7808 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional. | |
7809 | |
7810 1998-12-08 Markus Rost <rost@delysid.gnu.org> | |
7811 | |
7812 * vc.el (vc-rcs-release): Fix Type. | |
7813 (vc-sccs-release): Fix Type. | |
7814 (vc-cvs-release): Fix Type. | |
7815 | |
7816 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix | |
7817 arg work right. | |
7818 | |
7819 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple | |
7820 output of last undeleted message. | |
7821 | |
7822 1998-12-07 Geoff Voelker <voelker@cs.washington.edu> | |
7823 | |
7824 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
7825 (buffer-undo-list) [windows-nt]: Use different relative path. | |
7826 | |
7827 1998-12-07 Simon Marshall <simon@gnu.org> | |
7828 | |
7829 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types. | |
7830 | |
7831 1998-12-05 Markus Rost <rost@delysid.gnu.org> | |
7832 | |
7833 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler. | |
7834 | |
7835 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops. | |
7836 | |
7837 1998-12-04 Markus Rost <rost@delysid.gnu.org> | |
7838 | |
7839 * info.el (Info-menu): Don't return error if point is between menu | |
7840 header and first menu item. | |
7841 | |
7842 1998-12-04 Dave Love <fx@gnu.org> | |
7843 | |
7844 * help.el (describe-function-1): Fix description for alias. | |
7845 | |
7846 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org> | |
7847 | |
7848 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*- | |
7849 specifications from summary line. | |
7850 | |
7851 * rect.el (delete-whitespace-rectangle): Mark for autoload. | |
7852 (close-rectangle): Define alias only once in loaddefs.el. | |
7853 | |
7854 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7855 | |
7856 * term/internal.el: Remove code which sets up a special syntax | |
7857 table for non-ASCII characters. | |
7858 | |
7859 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org> | |
7860 | |
7861 * dos-w32.el (direct-print-region-function): Try to ensure that | |
7862 printer-name is expanded to a file name on a local drive; | |
7863 sometimes printing a file loaded from a network volume fails. | |
7864 (direct-print-region-function): Add a function to | |
7865 write-region-annotate-functions to append a formfeed character to | |
7866 the region being printed, if the region doesn't end with a | |
7867 formfeed already. This avoids creating a second print job | |
7868 containing a blank page when print spooling is enabled on Windows. | |
7869 | |
7870 1998-12-02 Dave Love <fx@gnu.org> | |
7871 | |
7872 * help.el (help-make-xrefs): Use `info', not the non-autoloaded | |
7873 `Info-goto-node'. | |
7874 | |
7875 1998-12-02 Richard Stallman <rms@gnu.org> | |
7876 | |
7877 * help.el (temp-buffer-resize-mode): Doc fix. | |
7878 | |
7879 * cus-edit.el (custom-save-delete): Save point before | |
7880 reading a sexp, rather than backing up. | |
7881 | |
7882 * international/iso-transl.el: Fix previous change. | |
7883 | |
7884 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
7885 | |
7886 * vc.el (vc-dired-window-configuration, vc-ediff-windows, | |
7887 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode): | |
7888 Added defvars to suppress compilation warnings. | |
7889 | |
7890 1998-11-30 Ken Stevens <k.stevens@ieee.org> | |
7891 | |
7892 * ispell.el: Improved and fixed customize for variables: | |
7893 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp, | |
7894 ispell-dictionary-alist, ispell-skip-sgml. | |
7895 Improved and fixed comments in variables and messages for | |
7896 functions: ispell-help-in-bufferp, ispell-local-dictionary, | |
7897 ispell-menu-map, ispell-checking-message, ispell-parser, | |
7898 ispell-word, lookup-words, ispell-change-dictionary, ispell-region, | |
7899 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
|
7900 ispell-comments-and-strings, ispell-continue, ispell-complete-word, |
25837 | 7901 ispell-message-text-end, ispell-add-per-file-word-list. |
7902 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding | |
7903 system is now required for all languages. Casechars improved for | |
7904 castellano, castellano8, and norsk dictionaries. Dictionary | |
7905 norsk7-tex added. Dictionary polish added. | |
7906 (ispell-dictionary-alist): Redefined at load-time to support | |
7907 dictionary changes. | |
7908 (ispell-menu-map): Redefined at load-time to support menu changes. | |
7909 (ispell-check-version): New alias for `check-ispell-version'. | |
7910 (ispell-parse-output): Fixed matching for ispell error messages. | |
7911 Correctly returns spelling suggestions in order generated by ispell | |
7912 process. | |
7913 (check-ispell-version): Ensure `case-fold-search' doesn't get | |
7914 redefined. | |
7915 (ispell-complete-word): Ensure `case-fold-search' doesn't get | |
7916 redefined. Fix bug that didn't respect case of word being completed. | |
7917 (ispell-init-process): Set process coding system to be compatible | |
7918 with emacs processes and the ispell process. | |
7919 (ispell-kill-ispell): Ensures ispell process has terminated before | |
7920 starting new process. This can otherwise confuse process filters | |
7921 and hang the ispell process. | |
7922 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved | |
7923 skipping support for sgml. | |
7924 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r | |
7925 which could cause `ispell-complete-word' to hang. | |
7926 (ispell-message): Improved message reference matching. Ensure | |
7927 `case-fold-search' doesn't get redefined. | |
7928 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't | |
7929 get redefined. Fixed bug in returning to nroff mode from tex mode. | |
7930 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't | |
7931 get redefined. | |
7932 | |
7933 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7934 | |
7935 * textmodes/flyspell.el (flyspell-check-word-p): | |
7936 Don't delay inside a kbd macro. | |
7937 | |
7938 * subr.el (make-local-hook): Return the hook variable. | |
7939 | |
7940 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
7941 | |
7942 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe): | |
7943 Use a timer instead of post-command-hook. | |
7944 (hscroll-timer): New variable. | |
7945 | |
7946 1998-11-30 Dave Love <fx@gnu.org> | |
7947 | |
7948 * help.el (help-xref-button): Do nothing if text already has the | |
7949 help-xref property. | |
7950 (describe-variable): Revert previous change to hyperlink to source. | |
7951 | |
7952 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7953 | |
7954 * bindings.el (features): Add `base64' to this list. | |
7955 | |
7956 * loadhist.el (symbol-file): Doc fix. | |
7957 | |
7958 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
7959 | |
7960 * files.el (hack-one-local-variable): Cope with non-file buffers. | |
7961 | |
7962 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7963 | |
7964 * help.el (describe-mode): Put major mode first. | |
7965 | |
7966 * calendar/appt.el (appt-disp-window): Use pop-to-buffer, | |
7967 to support special-display and same-window features. | |
7968 | |
7969 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7970 | |
7971 * simple.el (transpose-subr, transpose-subr-1): Rename variables | |
7972 bound in one function and used in the other. | |
7973 (transpose-subr-start1, transpose-subr-start2): Add defvars. | |
7974 (transpose-subr-end1, transpose-subr-end2): Add defvars. | |
7975 | |
7976 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7977 | |
7978 * autoinsert.el (auto-insert-alist): Use user-mail-address. | |
7979 | |
7980 1998-11-26 Kenichi Handa <handa@etl.go.jp> | |
7981 | |
7982 * international/ccl.el (ccl-dump-translate-character-const-tbl): | |
7983 Give format correct control string. | |
7984 | |
7985 * international/mule.el (define-translation-table): Fix bug of | |
7986 setting incorrect translation-table-id. If the first element of | |
7987 ARGS is a translation table, just register it. | |
7988 | |
7989 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist | |
7990 property. | |
7991 | |
7992 1998-11-24 Michael Ernst <mernst@alum.mit.edu> | |
7993 | |
7994 * thingatpt.el (thing-at-point-url-at-point): Don't use current | |
7995 syntax table to determine what is whitespace. | |
7996 | |
7997 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7998 | |
7999 * frame.el (frame-parameter): Doc fix. | |
8000 | |
8001 * textmodes/tex-mode.el (tex-feed-input): New function. | |
8002 (tex-define-common-keys): Add binding for C-c C-m. | |
8003 | |
8004 1998-11-23 Dave Love <fx@gnu.org> | |
8005 | |
8006 * progmodes/fortran.el: Various minor doc fixes. | |
8007 (fortran-font-lock-keywords-1): Add `d' to comment-chars. | |
8008 (fortran-with-subprogram-narrowing): New macro. | |
8009 (fortran-check-for-matching-do): Use it. | |
8010 (fortran-end-do): Use fortran-check-end-prog-re. | |
8011 (fortran-beginning-do, fortran-end-if, fortran-beginning-if) | |
8012 (fortran-calculate-indent, fortran-calculate-indent): Likewise. | |
8013 | |
8014 1998-11-23 Simon Marshall <simon@gnu.org> | |
8015 | |
8016 * font-lock.el (font-lock-defaults): Doc fix. | |
8017 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message. | |
8018 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword. | |
8019 | |
8020 * lazy-lock.el (lazy-lock-unstall): | |
8021 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message. | |
8022 | |
8023 * fast-lock.el (fast-lock-save-cache-1): | |
8024 (fast-lock-cache-data): Rewritten to use with-temp-message. | |
8025 | |
8026 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org> | |
8027 | |
8028 * mail/rmail.el (rmail-set-message-counters-counter): Detect | |
8029 messages that have been added with DOS line endings and convert | |
8030 the line endings for such messages. | |
8031 | |
8032 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
8033 | |
8034 * help.el: Add resizing of temporary buffers. | |
8035 (temp-buffer-resize-mode): New command and variable. | |
8036 (temp-buffer-max-height): New variable. | |
8037 (resize-temp-buffer-window): New function. | |
8038 | |
8039 * window.el (window-buffer-height): New function, split from | |
8040 shrink-window-if-larger-than-buffer. | |
8041 (shrink-window-if-larger-than-buffer): Use window-buffer-height. | |
8042 | |
8043 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8044 | |
8045 * frame.el (initial-frame-alist): Add defcustom. | |
8046 | |
8047 * shell.el (shell-prompt-pattern): Add defcustom. | |
8048 | |
8049 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8050 | |
8051 * 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
|
8052 NNTP-Posting-Date. |
25837 | 8053 |
8054 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8055 | |
8056 * help.el (describe-mode): Don't avoid loop indirecting thru | |
8057 value of INDICATOR. | |
8058 | |
8059 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8060 | |
8061 * help.el (describe-variable): Allow any variable with a defcustom, | |
8062 even if it is not a user variable. | |
8063 | |
8064 * mail/rmail.el (mail-unsent-separator): Additional alternative. | |
8065 | |
8066 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org> | |
8067 | |
8068 * gnus/nntp.el (nntp-request-group): Allow for failures when | |
8069 requesting a new group. | |
8070 | |
8071 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8072 | |
8073 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix. | |
8074 | |
8075 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
8076 | |
8077 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons. | |
8078 | |
8079 1998-11-19 Simon Marshall <simon@gnu.org> | |
8080 | |
8081 * subr.el (with-temp-message): New macro. | |
8082 | |
8083 * emacs-lisp/lisp-mode.el (with-temp-message): | |
8084 Add lisp-indent-function property. | |
8085 | |
8086 1998-11-18 Dave Love <fx@gnu.org> | |
8087 | |
8088 * progmodes/fortran.el (fortran-end-prog-re): Fix typo. | |
8089 | |
8090 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8091 | |
8092 * emacs-lisp/bytecomp.el (temp-buffer-show-hook): | |
8093 This is not obsolete. | |
8094 | |
8095 1998-11-18 Kenichi Handa <handa@etl.go.jp> | |
8096 | |
8097 * textmodes/picture.el: Make a new map by make-keymap. | |
8098 (picture-desired-column): New variable. | |
8099 (picture-update-desired-column): New function. | |
8100 (picture-beginning-of-line): Set picture-desired-column to 0. | |
8101 (picture-end-of-line): Set picture-desired-column to the current | |
8102 column. | |
8103 (picture-forward-column): Pay attention to multi-column character. | |
8104 (picture-backward-column): Likewise. | |
8105 (picture-move-down): Likewise. | |
8106 (picture-move-up): Likewise. | |
8107 (picture-movement-nw): With prefix arg, move twice columns. | |
8108 (picture-movement-ne): Likewise. | |
8109 (picture-movement-sw): Likewise. | |
8110 (picture-movement-se): Likewise. | |
8111 (picture-set-motion): Handle two-column movements. | |
8112 (picture-move): Call picture-move-down or picture-forward-column | |
8113 only when necessary. | |
8114 (picture-insert): Pay attention to picture-desired-column. | |
8115 (picture-self-insert): Likewise. | |
8116 (picture-clear-column): Pay attention to multi-column character. | |
8117 (picture-mode): Modify doc-string for two-column movement. | |
8118 | |
8119 * rect.el (move-to-column-force): New function. | |
8120 (operate-on-rectangle): If coerce-tabs is non-nil, call | |
8121 move-to-column-force instead of move-to-column. | |
8122 (insert-rectangle): Call move-to-column-force instead of | |
8123 move-to-column. | |
8124 (open-rectangle-line): If begextra is not zero, call | |
8125 move-to-column-force. | |
8126 | |
8127 | |
8128 1998-11-16 Dave Love <fx@gnu.org> | |
8129 | |
8130 * textmodes/sgml-mode.el Require skeleton when compiling. | |
8131 (sgml-font-lock-keywords-1): Accept single-letter tags. | |
8132 (v2): Defvar free variable. | |
8133 | |
8134 1998-11-16 Sam Steingold <sds@goems.com> | |
8135 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
8136 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL |
25837 | 8137 macro, not ELisp one. |
8138 | |
8139 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
8140 | |
8141 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte | |
8142 characters to symbol. | |
8143 | |
8144 * language/japan-util.el (japanese-zenkaku-region): New optional | |
8145 arg KATAKANA-ONLY. | |
8146 | |
8147 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
8148 | |
8149 * international/mule.el | |
8150 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
8151 is changed to unibyte, return inserted bytes. | |
8152 | |
8153 * tar-mode.el (tar-header-block-tokenize): Decode codes of file | |
8154 and link names if necessary. | |
8155 (tar-header-block-summarize): Handle the case that file or link | |
8156 names are multibyte. | |
8157 (tar-summarize-buffer): At first set the current buffer unibyte, | |
8158 then if there are multibyte file names, change it to multibyte. | |
8159 (tar-mode): Get char position from tar-header-offset. | |
8160 (tar-extract): Avoid multibyte<->unibyte conversion in | |
8161 insert-buffer-subsring by setting both buffers unibyte | |
8162 temporarily. | |
8163 (tar-copy): Set the buffer unibyte while doing a work. Write | |
8164 without code conversion. | |
8165 (tar-expunge): Set the buffer unibyte while doing a work. | |
8166 (tar-alter-one-field): Likewise. | |
8167 (tar-clear-modification-flags): Compare byte position with | |
8168 tar-header-offset. | |
8169 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in | |
8170 insert-buffer-subsring by setting both buffers unibyte | |
8171 temporarily. Pay attention to multibyteness while updating the | |
8172 descriptor-line. | |
8173 (tar-mode-write-file): Write without code conversion. | |
8174 | |
8175 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8176 | |
8177 * nngateway.el: Require cl. | |
8178 | |
8179 1998-11-15 Dave Love <fx@gnu.org> | |
8180 | |
8181 * progmodes/fortran.el: Fix previous change: | |
8182 (fortran-end-prog-re1): Changed. | |
8183 (fortran-check-end-prog-re): New function. | |
8184 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it. | |
8185 | |
8186 1998-11-13 Tom Breton <tob@world.std.com> | |
8187 | |
8188 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of | |
8189 GNU Emacs. | |
8190 | |
8191 1998-11-13 Carsten Dominik <cd@delysid.gnu.org> | |
8192 | |
8193 * textmodes/reftex.el: (reftex-finding-files): Group documentation | |
8194 fixed. | |
8195 (reftex-toc-toggle-file-boundary, | |
8196 reftex-toc-toggle-labels, | |
8197 reftex-toc-toggle-context,reftex-find-start-point): New functions. | |
8198 (reftex-toc-include-labels, reftex-toc-include-context, | |
8199 reftex-toc-include-file-boundaries, | |
8200 reftex-toc-keep-other-windows): New options. | |
8201 (reftex-use-text-after-label-as-context): Option removed. | |
8202 (reftex-extract-bib-entries): Protect use in non-latex | |
8203 buffers. | |
8204 (reftex-toc-visit-location): Renamed from | |
8205 `reftex-toc-visit-line'. | |
8206 (reftex-latin1-to-ascii): Works now with and without Mule. | |
8207 (reftex-truncate): Removed special stuff for Emacs 20.2. | |
8208 (reftex-get-offset): Made more general. | |
8209 (reftex-show-label-location): Renamed from | |
8210 `reftex-select-label-callback'. | |
8211 (reftex-pop-to-label): Function removed (using | |
8212 `reftex-show-label-location' instead. | |
8213 (reftex-insert-docstruct): Renamed from | |
8214 `reftex-make-and-insert-label-list'. Function args changed. | |
8215 (reftex-toc): Now uses `reftex-insert-docstruct' and | |
8216 `reftex-find-start-point'. | |
8217 (reftex-select-item): Use `reftex-find-start-point'. | |
8218 (reftex-toc-visit-line): Can display labels and file | |
8219 boundaries. | |
8220 (reftex-TeX-master-file): `(TeX-master-file)' protected. | |
8221 | |
8222 1998-11-12 Sam Steingold <sds@goems.com> | |
8223 | |
8224 * browse-url.el (browse-url): Handle the case when | |
8225 `browse-url-browser-function' is a lambda list. | |
8226 | |
8227 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org> | |
8228 | |
8229 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the | |
8230 version string. | |
8231 * loadhist.el (symbol-file): Likewise | |
8232 | |
8233 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM> | |
8234 | |
8235 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling. | |
8236 | |
8237 1998-11-11 Sam Steingold <sds@goems.com> | |
8238 | |
8239 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call | |
8240 `run-lisp' instead of signalling an error. | |
8241 | |
8242 1998-11-11 Karl Heuer <kwzh@gnu.org> | |
8243 | |
8244 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change. | |
8245 | |
8246 1998-11-11 Richard Stallman <rms@gnu.org> | |
8247 | |
8248 * vc-hooks.el (vc-toggle-read-only): Doc fix. | |
8249 | |
8250 1998-11-11 Per Starback <starback@update.uu.se> | |
8251 | |
8252 * ispell.el: (ispell-dictionary-alist-2): Removed svenska, | |
8253 renamed svenska8 to svenska, and fixed and extended CASECHARS | |
8254 for it. | |
8255 | |
8256 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org> | |
8257 | |
8258 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode | |
8259 handling if setpagedevice is not available. | |
8260 (ps-begin-file): Fix typo. | |
8261 | |
8262 1998-11-11 Kenichi Handa <handa@etl.go.jp> | |
8263 | |
8264 * international/mule-util.el (compose-chars-component): Signal | |
8265 error if CH is a rule-based composition character. | |
8266 (compose-chars): Signal error if an already compsed character is | |
8267 going to be composed by rule-base. | |
8268 | |
8269 * term/x-win.el: If a resolved ASCII font name doesn't conform to | |
8270 full XLFD, don't try to get information of WEIGHT and SLANT from | |
8271 that font name. | |
8272 | |
8273 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk> | |
8274 | |
8275 * dos-w32.el (set-default-process-coding-system): Use function on | |
8276 before-init-hook to set default-process-coding-system based on | |
8277 enable-multibyte-characters. | |
8278 | |
8279 * term/w32-win.el ([language-change]): For now ignore | |
8280 keyboard language-change events. | |
8281 | |
8282 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
8283 | |
8284 * ediff-util.el (ediff-make-temp-file): Run the prefix through | |
8285 convert-standard-file-name, but leave the results of | |
8286 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2 | |
8287 characters if the original name already exists, or has a special | |
8288 handler. | |
8289 | |
8290 1998-11-10 Karl Heuer <kwzh@gnu.org> | |
8291 | |
8292 * international/iso-insert.el: Delete autoload cookies. | |
8293 | |
8294 * international/iso-transl.el: Add autoload cookies. | |
8295 | |
8296 1998-11-10 Richard Stallman <rms@gnu.org> | |
8297 | |
8298 * ispell.el (ispell-get-coding-system): Default to iso-latin-1. | |
8299 (ispell-process-line): Don't treat multibyte | |
8300 | |
8301 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk> | |
8302 | |
8303 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call | |
8304 setpagedevice to specify the page size if setpagedevice is | |
8305 available. This is necessary to select the correct paper tray on | |
8306 Level 2 printers with multiple paper sizes available. | |
8307 | |
8308 (ps-begin-file): Cope with font names that contain spaces, and | |
8309 call BeginDoc in a BeginSetup/EndSetup block. | |
8310 | |
8311 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org> | |
8312 | |
8313 * loadup.el (buffer-undo-list): Run fns-VERSION.el through | |
8314 convert-standard-filename. | |
8315 | |
8316 * loadhist.el (symbol-file): Run fns-VERSION.el through | |
8317 convert-standard-filename. | |
8318 | |
8319 1998-11-06 Richard Stallman <rms@gnu.org> | |
8320 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8321 * textmodes/texinfmt.el (texinfo-format-scan): |
25837 | 8322 Detect the case of two @-commands in a row; process just the first. |
8323 (texinfo-append-refill): If line has a @c, insert the @refill | |
8324 before it. | |
8325 (texinfo-format-refill): Return with point where the @refill was. | |
8326 | |
8327 * files.el (hack-local-variables): Test local-enable-local-variables. | |
8328 (hack-local-variables-prop-line): Likewise. | |
8329 (set-auto-mode): Don't test local-enable-local-variables here. | |
8330 (enable-local-variables): Doc fix. | |
8331 (local-enable-local-variables): Doc fix. | |
8332 (normal-mode): Doc fix. | |
8333 | |
8334 1998-11-06 Karl Heuer <kwzh@gnu.org> | |
8335 | |
8336 * emacs-lisp/find-func.el (find-variable-noselect): Autoload. | |
8337 | |
8338 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM> | |
8339 | |
8340 * simple.el (line-number-mode): Doc fix. | |
8341 | |
8342 1998-11-06 Kenichi Handa <handa@etl.go.jp> | |
8343 | |
8344 * international/fontset.el (create-fontset-from-fontset-spec): | |
8345 Give correct arg to `error'. | |
8346 | |
8347 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org> | |
8348 | |
8349 * textmodes/sgml-mode.el (html-mode): Doc fix. | |
8350 (sgml-name-8bit-mode): Fix missing format character in message string. | |
8351 | |
8352 1998-11-05 Karl Heuer <kwzh@gnu.org> | |
8353 | |
8354 * mail/sendmail.el (sendmail-send-it): Check for failure. | |
8355 | |
8356 1998-11-05 Richard Stallman <rms@gnu.org> | |
8357 | |
8358 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6. | |
8359 | |
8360 * rect.el (delete-whitespace-rectangle): close-rectangle renamed. | |
8361 (close-rectangle): Define as alias. | |
8362 | |
8363 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu> | |
8364 | |
8365 * textmodes/tex-mode.el (tex-start-shell): Track directory changes. | |
8366 | |
8367 1998-11-05 Dave Love <fx@gnu.org> | |
8368 | |
8369 * help.el (describe-variable): Don't quote link to source. | |
8370 | |
8371 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu> | |
8372 | |
8373 * gud.el (gud-common-init): Use pop-to-buffer. | |
8374 (same-window-regexps): Add an element that matches all gud buffers. | |
8375 | |
8376 1998-11-04 Jason Rumney <jasonr@altavista.net> | |
8377 | |
8378 * term/w32-win.el (x-get-selection-value): Alias to | |
8379 x-cut-buffer-or-selection-value. | |
8380 (w32-standard-fontset-spec): New variable. | |
8381 (w32-create-initial-fontsets, mouse-set-font): Check whether | |
8382 new-fontset is available. | |
8383 (w32-use-w32-font-dialog): Enable use of set-variable. | |
8384 | |
8385 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
8386 | |
8387 * vc.el (with-vc-file, edit-vc-file): New macros. | |
8388 | |
8389 1998-11-04 Kenichi Handa <handa@etl.go.jp> | |
8390 | |
8391 * international/quail.el (quail-show-guidance-buf): Call | |
8392 set-minibuffer-window to set minibuffer window of the current | |
8393 frame correctly. | |
8394 | |
8395 1998-11-03 Theodore Jump <tjump@tertius.com> | |
8396 | |
8397 * term/w32-win.el: Require fontset. | |
8398 | |
8399 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org> | |
8400 | |
8401 * faces.el (set-face-font): Call resolve-fontset-name on w32. | |
8402 (set-face-font-auto): Ditto. | |
8403 | |
8404 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org> | |
8405 | |
8406 * mouse.el (mouse-drag-region): Fix typo. | |
8407 | |
8408 1998-11-02 Dave Love <fx@gnu.org> | |
8409 | |
8410 * progmodes/fortran.el Fix for fontification of strings lost somehow: | |
8411 (fortran-fontify-string): New function. | |
8412 (fortran-font-lock-keywords-1): Use it. | |
8413 | |
8414 1998-11-02 Markus Rost <rost@delysid.gnu.org> | |
8415 | |
8416 * comint.el (comint-file-name-quote-list): Doc fix. | |
8417 | |
8418 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8419 | |
8420 * loadup.el (buffer-undo-list): Write fns-VERSION.el into | |
8421 build directory, not source directory. | |
8422 | |
8423 * mouse.el (mouse-drag-region): Fake up a mouse-motion event | |
8424 if we did not get one for the final move. | |
8425 | |
8426 1998-11-01 Dave Love <fx@gnu.org> | |
8427 | |
8428 * goto-addr.el (goto-address-at-point, goto-address-at-mouse): | |
8429 Don't funcall browse-url-browser-function. | |
8430 | |
8431 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url): | |
8432 Don't funcall browse-url-browser-function. | |
8433 | |
8434 * fortran.el (fortran-end-prog-re1): Fix the regexp. | |
8435 | |
8436 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8437 | |
8438 * files.el (revert-buffer): Doc fix. | |
8439 | |
8440 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8441 | |
8442 * textmodes/tex-mode.el (tex-start-options-string): | |
8443 Quote the backslashes with more backslashes. | |
8444 | |
8445 1998-10-31 Dave Love <fx@gnu.org> | |
8446 | |
8447 * webjump.el (webjump-sample-sites): Fix Lisp archive site. | |
8448 (webjump): Don't funcall browse-url-browser-function. | |
8449 | |
8450 1998-10-30 Kenichi Handa <handa@etl.go.jp> | |
8451 | |
8452 * international/quail.el (quail-start-translation): Handle | |
8453 switching of the frame in read-key-sequence. | |
8454 (quail-start-conversion): Likewise. | |
8455 (quail-show-guidance-buf): Detach quail-guidance-buf from any | |
8456 windows before setting an appropriate window for it. | |
8457 (quail-hide-guidance-buf): Use window-minibuffer-p. Set | |
8458 quail-guidance-win to nil. | |
8459 (quail-update-guidance): If quail-guidance-buf is not in the | |
8460 selected frame, call quail-show-guidance-buf again. | |
8461 | |
8462 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no> | |
8463 | |
8464 * progmodes/pascal.el (pascal-mode): | |
8465 `blink-matching-paren-dont-ignore-comments' set to t. | |
8466 | |
8467 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8468 | |
8469 * calendar/cal-menu.el (cal-menu-update): Fix menu wording. | |
8470 | |
8471 1998-10-30 Dave Love <fx@gnu.org> | |
8472 | |
8473 * vc.el (vc-backend-merge-news): Check for "P" output. | |
8474 | |
8475 * help.el (describe-variable): Hyperlink the definition. | |
8476 | |
8477 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org> | |
8478 | |
8479 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp. | |
8480 (sh-set-shell): Likewise. | |
8481 | |
8482 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected. | |
8483 | |
8484 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type. | |
8485 (edebug-on-error): Fix customize type to match that of | |
8486 debug-on-error. | |
8487 | |
8488 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type. | |
8489 | |
8490 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use | |
8491 report-emacs-bug-address instead of undefined bug-gnu-emacs. | |
8492 | |
8493 * international/mule-cmds.el (select-message-coding-system): Doc | |
8494 fix. | |
8495 | |
8496 * international/mule-diag.el (describe-coding-system): Describe | |
8497 all flags. | |
8498 | |
8499 * mail/sendmail.el (sendmail-coding-system, | |
8500 default-sendmail-coding-system): Doc fix. | |
8501 | |
8502 * simple.el (shell-command-on-region): Doc fix. | |
8503 | |
8504 * loadup.el: Write fns-*.el in current directory instead of | |
8505 data-directory since no installation directory exists yet. Mark | |
8506 buffer unmodified afterwards. | |
8507 | |
8508 * loadhist.el (symbol-file): Load fns-*.el from exec-directory | |
8509 instead of data-directory since it is architecture dependent. | |
8510 (load-history-loaded): Update doc string. | |
8511 | |
8512 1998-10-29 Geoff Voelker <voelker@cs.washington.edu> | |
8513 | |
8514 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC | |
8515 path as a default directory when canonicalizing names. | |
8516 | |
8517 * w32-fns.el: Remove a dangling reference to a directory on the | |
8518 build machine. | |
8519 | |
8520 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8521 | |
8522 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and | |
8523 namespace related keywords such as `class', `body', `private', | |
8524 `variable', `namespace eval', etc. | |
8525 (tcl-imenu-generic-expression): Handle itcl body and class definitions. | |
8526 (tcl-mode): Added ":" as a word constituent to the syntax-alist of | |
8527 imenu and font-lock so that searches for \sw would find words | |
8528 containing colons. | |
8529 | |
8530 * progmodes/etags.el (initialize-new-tags-table): | |
8531 Do not alter find-tag-marker-ring and tags-location-ring. | |
8532 | |
8533 1998-10-27 Geoff Voelker <voelker@cs.washington.edu> | |
8534 | |
8535 * term/w32-win.el: Require fontset. | |
8536 (w32-init-fontsets): New function (code from x-win.el). | |
8537 | |
8538 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8539 | |
8540 * cal-x.el (diary-frame-parameters, calendar-frame-parameters, | |
8541 calendar-and-diary-frame-parameters): Add title parameter. | |
8542 | |
8543 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8544 | |
8545 * completion.el (dynamic-completion-mode): New function to enable | |
8546 the mode. (Just loading the file now does not change anything.) | |
8547 | |
8548 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
8549 | |
8550 * ps-print.el: User option for multibyte buffer handling and doc fix. | |
8551 (ps-multibyte-buffer): New user option. | |
8552 (ps-setup): Print new user option. | |
8553 (ps-print-quote): New fun. | |
8554 (ps-color-p, ps-mule-font-info-database-latin): New var. | |
8555 (ps-default-color, ps-mule-font-info-database) | |
8556 (ps-mule-font-info-database-ps-bdf): Adjust initialization. | |
8557 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file) | |
8558 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate): | |
8559 Little code improvement. | |
8560 (ps-mule-initialize): Initialize ps-mule-font-info-database. | |
8561 (ps-print-prologue-header, ps-font-family, ps-font-size) | |
8562 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size) | |
8563 (ps-build-face-reference, ps-mule-font-info-database-bdf) | |
8564 (ps-mule-external-libraries, ps-mule-init-external-library) | |
8565 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string): | |
8566 Doc fix. | |
8567 (ps-print-version): New version number (4.1.1) and doc fix. | |
8568 (ps-print-prologue-header): New user option. | |
8569 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter): | |
8570 Conditional compilation for GNU Emacs and emacsens. | |
8571 (ps-generate-postscript-with-faces): Skip invisible text better. | |
8572 (ps-setup): Print new user option. | |
8573 (ps-print-preprint): Check if input file name exists and is unwritable. | |
8574 (ps-begin-file): Adjust PostScript prologue header for duplex printers | |
8575 and insert user PostScript prologue header comments. | |
8576 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding): | |
8577 New funs. | |
8578 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated. | |
8579 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue): | |
8580 PostScript programming normalization. | |
8581 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font) | |
8582 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string) | |
8583 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar) | |
8584 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font) | |
8585 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool): | |
8586 Programming style normalization. | |
8587 | |
8588 1998-10-26 Kenichi Handa <handa@etl.go.jp> | |
8589 | |
8590 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
8591 version, check the value of mule-version. | |
8592 | |
8593 * international/mule-util.el (compose-region): Insert then delete | |
8594 to preserve markers. | |
8595 (decompose-region): Use search-forward for efficiency. | |
8596 | |
8597 * language/chinese.el (pre-write-encode-hz): Cancel previous | |
8598 change, use generate-new-buffer instead of get-buffer-create. | |
8599 * language/devan-util.el | |
8600 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
8601 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
8602 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
8603 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
8604 | |
8605 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8606 | |
8607 * mail/rmailsum.el (rmail-message-subject-p): | |
8608 Handle message whose header has not been reformatted. | |
8609 | |
8610 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir. | |
8611 | |
8612 1998-10-25 Jason Rumney <jasonr@altavista.net> | |
8613 | |
8614 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist): | |
8615 New variables. | |
8616 (mouse-set-font): Use font menus instead of dialog according to | |
8617 w32-use-w32-font-dialog. | |
8618 | |
8619 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8620 | |
8621 * 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
|
8622 correctly! |
25837 | 8623 (calendar-month-name-array): Add doc string correctly! |
8624 | |
8625 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8626 | |
8627 * net-utils.el (whois-get-tld): Rewrite not to use `do'. | |
8628 | |
8629 1998-10-21 Markus Rost <rost@delysid.gnu.org> | |
8630 | |
8631 * lisp/info.el (Info-next-menu-item): Stay on top of node. | |
8632 | |
8633 * mail/rmailout.el (rmail-output): Insert newline only if necessary. | |
8634 | |
8635 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case. | |
8636 | |
8637 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines. | |
8638 | |
8639 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org> | |
8640 | |
8641 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*". | |
8642 | |
8643 1998-10-21 Karl Heuer <kwzh@gnu.org> | |
8644 | |
8645 * emacs-lisp/profile.el (profile-timer-program): Var deleted. | |
8646 (profile-timer-process, profile-temp-result-, profile-time): Likewise. | |
8647 (profile-filter, profile-reset-timer): Functions deleted. | |
8648 (profile-check-zero-init-times, profile-get-time): Likewise. | |
8649 (profile-find-function, profile-quit): Likewise. | |
8650 (profile-distinct, profile-call-stack, profile-last-time): New vars. | |
8651 (profile-time-list, profile-init-list): Doc fix. | |
8652 (profile-functions): Simplify. | |
8653 (profile-print): Use float. Make output include space separators. | |
8654 (profile-add-time): New helper function. | |
8655 (profile-function-prolog): Renamed from profile-start-function. | |
8656 Handle profile-distinct. | |
8657 (profile-function-epilog): Renamed from profile-update-function. | |
8658 Handle profile-distinct. | |
8659 (profile-a-function): If the function to be profiled is an | |
8660 autoload form, load it. If it's lazy-loaded, fetch it. | |
8661 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it. | |
8662 (profile-restore-fun): Arg FUN is now a function symbol, as was | |
8663 documented, rather than a one-element list. | |
8664 (profile-finish): Call profile-restore-fun properly. | |
8665 | |
8666 1998-10-21 Kenichi Handa <handa@etl.go.jp> | |
8667 | |
8668 * international/characters.el: Setup charset property | |
8669 nospace-between-words. | |
8670 | |
8671 * international/mule-cmds.el (get-charset-property): If CHARSET is | |
8672 composition, return nil. | |
8673 (put-charset-property): If CHARSET is composition, do nothing. | |
8674 | |
8675 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer. | |
8676 * language/devan-util.el | |
8677 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
8678 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
8679 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
8680 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
8681 | |
8682 * textmodes/fill.el (sentence-end-without-period): New variable. | |
8683 (canonically-space-region): Pay attention to | |
8684 sentence-end-without-period. | |
8685 (fill-find-break-point): The first argument CHARSET deleted. | |
8686 Caller changed. | |
8687 (fill-region-as-paragraph): Pay attention to charset property | |
8688 nospace-between-words and text property nospace-between-words. | |
8689 | |
8690 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8691 | |
8692 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for | |
8693 an unrecognized shell. | |
8694 | |
8695 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org> | |
8696 | |
8697 * desktop.el (desktop-save): Include minor modes symbolically. | |
8698 (desktop-create-buffer): Turn on all minor modes in `mim'. | |
8699 | |
8700 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8701 | |
8702 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files. | |
8703 (sh-font-lock-keywords): Handle rpm and rpm2. | |
8704 (sh-ancestor-alist): Handle rpm. | |
8705 | |
8706 * files.el (auto-mode-alist): Recognize .rpm files. | |
8707 Also .spec and .mspec files. | |
8708 | |
8709 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
8710 | |
8711 * faces.el (frame-set-background-mode): Enable the function for | |
8712 MSDOS frames. | |
8713 | |
8714 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8715 | |
8716 * calendar/calendar.el (calendar-day-name-array): Add doc string. | |
8717 (calendar-month-name-array): Add doc string. | |
8718 | |
8719 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8720 | |
8721 * simple.el (kill-ring-max): Increased to 60. | |
8722 | |
8723 1998-10-17 Kenichi Handa <handa@etl.go.jp> | |
8724 | |
8725 * international/characters.el: Setup auto-fill-chars. | |
8726 | |
8727 * international/kinsoku.el (kinsoku): Check the variable | |
8728 enable-kinsoku. | |
8729 | |
8730 * simple.el (do-auto-fill): Don't check kinsoku-enable here. | |
8731 Don't call kinsoku directly, intead call fill-find-break-point. | |
8732 | |
8733 * textmodes/fill.el: Setup `fill-find-break-point-function' | |
8734 property to character sets which require `kinsoku' processing for | |
8735 filling. | |
8736 (fill-find-break-point): New function. | |
8737 (fill-region-as-paragraph): Don't check kinsoku-enable here. | |
8738 Don't call kinsoku directly, intead call fill-find-break-point. | |
8739 | |
8740 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8741 | |
8742 * faces.el (modify-face-read-string): Return (nil) for "none". | |
8743 (modify-face): Don't get error if (nil) is the argument. | |
8744 (face-try-color-list): Don't check whether nil is a valid color. | |
8745 | |
8746 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8747 | |
8748 * emacs-lisp/bytecomp.el (byte-recompile-directory): | |
8749 Print message about each directory, even in batch mode. | |
8750 | |
8751 * gnus/nntp.el: Require `cl' before using nnoo-declare. | |
8752 | |
8753 * ps-print.el (ps-mule-chars-in-string): No need to use sref. | |
8754 (ps-mule-string-char): No need to use sref. | |
8755 (ps-mule-next-index): No need to use sref. | |
8756 | |
8757 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved. | |
8758 | |
8759 * files.el (revert-buffer-internal-hook): Add defvar. | |
8760 | |
8761 * arc-mode.el (archive-mode): Locally set file-precious-flag. | |
8762 | |
8763 * tar-mode.el (tar-mode): Locally set file-precious-flag. | |
8764 | |
8765 1998-10-16 Markus Rost <rost@delysid.gnu.org> | |
8766 | |
8767 * international/mule-cmds.el (default-input-method): Fix custom type. | |
8768 | |
8769 * net-utils.el (whois-server-list): Fix customization type. | |
8770 | |
8771 * shell.el (shell-input-autoexpand): Fix customization group. | |
8772 | |
8773 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8774 | |
8775 * repeat.el (repeat): Handle keyboard macros properly. | |
8776 Handle new prefix arg after self-insert command. | |
8777 | |
8778 * repeat.el: Don't include cl even at compile time. | |
8779 (repeat): Avoid using `loop'. | |
8780 | |
8781 * simple.el (shell-command-on-region): Doc fix. | |
8782 (next-history-element): Special error message if no default. | |
8783 | |
8784 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8785 | |
8786 * ps-print.el (ps-print-buffer): Doc fix. | |
8787 (ps-despool): Likewise. | |
8788 | |
8789 * arc-mode.el (arc-mode): Provide arc-mode. | |
8790 | |
8791 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8792 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8793 * ps-print.el (ps-print-buffer): Doc fix. |
25837 | 8794 |
8795 1998-10-14 Dave Love <fx@gnu.org> | |
8796 | |
8797 * ange-ftp.el (ange-ftp-read-passwd): Function deleted. | |
8798 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd. | |
8799 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise. | |
8800 | |
8801 * progmodes/fortran.el (fortran-mode-map): Change "Join | |
8802 Continuation Line" to "Join Line". | |
8803 (fortran-font-lock-keywords-1): Add "cycle", "exit". | |
8804 | |
8805 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
8806 | |
8807 * progmodes/fortran.el (fortran-join-line): Use | |
8808 `delete-indentation' instead of issuing an error message if not on | |
8809 a continuation line. Provide for joining several lines using | |
8810 prefix arg. | |
8811 | |
8812 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org> | |
8813 | |
8814 * term/pc-win.el (msdos-color-values): New variable. | |
8815 (x-color-values): New function, emulates its namesake from | |
8816 src/xfns.c. | |
8817 (msdos-bg-mode): Add all dark colors to those which return | |
8818 "dark". | |
8819 | |
8820 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8821 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8822 * replace.el (keep-lines, flush-lines, how-many): |
25837 | 8823 Don't ignore case if arg has upper case letters. |
8824 | |
8825 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch> | |
8826 | |
8827 * progmodes/vhdl-mode.el | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
8828 (vhdl-add-index-menu): Reverse order in imenu-generic-expression. |
25837 | 8829 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec) |
8830 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map) | |
8831 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop) | |
8832 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo). | |
8833 (vhdl-when): Fix indentation problem. | |
8834 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev. | |
8835 (vhdl-get-port, vhdl-get-generic): Bug fix in template. | |
8836 (vhdl-hooked-abbrev): Bug fix in hooked abbrev. | |
8837 | |
8838 1998-10-13 Geoff Voelker <voelker@cs.washington.edu> | |
8839 | |
8840 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable. | |
8841 (ls-lisp-insert-directory): Renamed from insert-directory. | |
8842 (insert-directory): New function. | |
8843 | |
8844 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8845 | |
8846 * simple.el (completion-fixup-function): Variable deleted. | |
8847 (completion-setup-function): Delete code for completion-fixup-function. | |
8848 * emacs-lisp/lisp.el (lisp-complete-symbol): | |
8849 Don't bind completion-fixup-function. | |
8850 | |
8851 * files.el (find-file-wildcards): New option. | |
8852 (find-file-noselect): Handle wild cards, if enabled. | |
8853 (file-expand-wildcards): New function. | |
8854 | |
8855 * simple.el (set-fill-column): Doc fix. | |
8856 | |
8857 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
8858 | |
8859 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search. | |
8860 | |
8861 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org> | |
8862 | |
8863 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only): | |
8864 Move declaration before first use. | |
8865 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr, | |
8866 hif-math, hif-factor): Rename token to hif-token and token-list to | |
8867 hif-token-list. | |
8868 (hif-token, hif-token-list): Declare them. | |
8869 (hif-find-ifdef-block): Return cons of top and bottom point | |
8870 instead of setting dynamically bound variables. | |
8871 (hide-ifdef-block, show-ifdef-block): Use return value of | |
8872 hif-find-ifdef-block. | |
8873 | |
8874 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8875 | |
8876 * subr.el (read-passwd): Use clear-this-command-keys. | |
8877 | |
8878 * telnet.el (telnet-initial-filter): Use clear-this-command-keys. | |
8879 | |
8880 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read | |
8881 and ...-for-write. | |
8882 | |
8883 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk> | |
8884 | |
8885 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected | |
8886 responses to GROUP command, since this may be called from a timer | |
8887 with quit inhibited. | |
8888 | |
8889 1998-10-12 Kenichi Handa <handa@etl.go.jp> | |
8890 | |
8891 * international/ccl.el (ccl-compile-if): If there's no false-cmds, | |
8892 set unconditional-jump to nil. | |
8893 (ccl-compile-read-multibyte-character): Return nil. | |
8894 (ccl-compile-write-multibyte-character): Likewise. | |
8895 (ccl-compile-translate-character): Likewise | |
8896 (ccl-compile-map-multiple): Likewise. | |
8897 (ccl-compile-map-single): Likewise. | |
8898 | |
8899 * international/kinsoku.el: Add coding tag. | |
8900 (kinsoku-bol): Remove superfluous TAB in a string. | |
8901 | |
8902 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
8903 Delete `composition' (if any) from CHARSETS. | |
8904 | |
8905 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8906 | |
8907 * international/mule-cmds.el (setup-specified-language-environment): | |
8908 Add apropos-inhibit property. | |
8909 (describe-specified-language-support): Likewise. | |
8910 | |
8911 1998-10-11 Kenichi HANDA <handa@etl.go.jp> | |
8912 | |
8913 * international/mule.el (make-coding-system): Create -with-esc | |
8914 variant coding system. | |
8915 | |
8916 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
8917 | |
8918 * progmodes/etags.el (tags-loop-revert-buffers): New variable. | |
8919 (next-file): Optionally offer to revert a file's buffer, | |
8920 if it has an existing buffer but the file has changed. | |
8921 | |
8922 * info.el (Info-insert-dir): Detect and report problems | |
8923 in input files, such as "No Top node". Return with point | |
8924 at the beginning of the text. | |
8925 (Info-find-node): Reinsert the code to handle files | |
8926 with no tags table; it was deleted by mistake. | |
8927 | |
8928 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
8929 | |
8930 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let | |
8931 texinfo-find-higher-level-node repeatedly find the same node. | |
8932 (texinfo-find-higher-level-node): Doc fix. | |
8933 | |
8934 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8935 | |
8936 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string. | |
8937 (smtpmail-address-buffer): Add defvar. | |
8938 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise. | |
8939 | |
8940 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved. | |
8941 | |
8942 * ffap.el (ffap-machine-p-local): Fix editing error. | |
8943 | |
8944 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8945 | |
8946 * faces.el (frame-set-background-mode): | |
8947 Don't do anythung for text-only or MSDOS frame. | |
8948 | |
8949 1998-10-08 Kenichi Handa <handa@etl.go.jp> | |
8950 | |
8951 * international/quail.el (quail-defrule): New optional arg APPEND. | |
8952 (quail-defrule-internal): Fix bug of handling the argument APPEND. | |
8953 | |
8954 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8955 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8956 * gnus/pop3.el (pop3-open-server): |
25837 | 8957 Set process-coding-system-alist around open-network-stream. |
8958 | |
8959 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8960 | |
8961 * files.el (save-buffer): Doc fix. | |
8962 | |
8963 1998-10-07 Karl Heuer <kwzh@gnu.org> | |
8964 | |
8965 * emacs-lisp/profile.el (profile-fix-fun): If already profiled, | |
8966 return DEF unchanged, not nil. Simplify. | |
8967 | |
8968 1998-10-06 Geoff Voelker <voelker@cs.washington.edu> | |
8969 | |
8970 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp. | |
8971 | |
8972 1998-10-06 Peter Breton <pbreton@ne.mediaone.net> | |
8973 | |
8974 * generic.el (generic-mode-with-type): Added hooks for generic-modes. | |
8975 | |
8976 * net-utils.el (ftp, nslookup): Require comint. | |
8977 (network-service-connection): Likewise. | |
8978 (whois-server-name): Defaults to whois.arin.net | |
8979 (whois-server-list, whois-server-tld, whois-guess-server): New var. | |
8980 (whois): Tries to guess the appropriate top-level domain server. | |
8981 (whois-get-tld): New function. | |
8982 | |
8983 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs. | |
8984 (dirtrack-debug-toggle): Added this function. | |
8985 | |
8986 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8987 | |
8988 * files.el (find-file-noselect): Switch to the correct buffer | |
8989 before checking find-file-literally, and allow non-nil non-t | |
8990 rawfile params. | |
8991 | |
8992 1998-10-06 Karl Heuer <kwzh@gnu.org> | |
8993 | |
8994 * midnight.el (clean-buffer-list): Add autoload cookie. | |
8995 | |
8996 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from | |
8997 no-autosave. | |
8998 * tar-mode.el (tar-mode-revert): Likewise. | |
8999 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed | |
9000 from ediff-arrange-autosave-in-merge-jobs. Callers changed. | |
9001 * gnus/message.el (message-auto-save-directory): Renamed from | |
9002 message-autosave-directory. All references changed. | |
9003 | |
9004 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
9005 | |
9006 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary | |
9007 string. Expose mime stuff while searching. | |
9008 | |
9009 1998-10-06 Richard Stallman <rms@gnu.org> | |
9010 | |
9011 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result. | |
9012 | |
9013 * replace.el (perform-replace): Position point properly | |
9014 before and after the recursive edit of C-r. | |
9015 | |
9016 * progmodes/etags.el (tags-reset-tags-tables): Properly | |
9017 find the markers in the old rings that are being discarded. | |
9018 | |
9019 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
9020 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
9021 * apropos.el (apropos-print): Control invalid characters. |
25837 | 9022 |
9023 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X): | |
9024 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid | |
9025 confusing customize. | |
9026 | |
9027 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org> | |
9028 | |
9029 * generic-x.el (bat-generic-mode): Fix regexps for keywords and | |
9030 built-in commands. Add more built-in commands and fix face names. | |
9031 | |
9032 1998-10-05 Simon Marshall <simon@gnu.org> | |
9033 | |
9034 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar. | |
9035 | |
9036 1998-10-04 Eric Ludlam <zappo@gnu.org> | |
9037 | |
9038 * speedbar.el (speedbar-initial-expansion-list-name): Remove | |
9039 customization since it is not useful in this case. | |
9040 (speedbar-frame-mode): Check if cfx or cfy is a list, and make | |
9041 sure it gets evalled to a number. Also verify that set-frame-name | |
9042 fn exists before calling it. | |
9043 | |
9044 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine): | |
9045 Protect a `forward-sexp' call which could fail, and improved regex | |
9046 for ie, and eg abbreviations. | |
9047 | |
9048 1998-10-02 Noah Friedman <friedman@splode.com> | |
9049 | |
9050 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not | |
9051 send-string. | |
9052 (rlogin-send-Ctrl-D): Here also. | |
9053 (rlogin-send-Ctrl-Z): Here also. | |
9054 (rlogin-send-Ctrl-backslash): Here also. | |
9055 | |
9056 1998-10-02 Dave Love <fx@gnu.org> | |
9057 | |
9058 * outline.el (hide-region-body): Bind | |
9059 outline-view-change-hook to nil while making repeated calls to | |
9060 outline-flag-region. Run it once at the end. | |
9061 (hide-other, hide-sublevels, show-children): Likewise. | |
9062 | |
9063 * info-look.el: Remove duplicate scheme-mode entry. | |
9064 (info-lookup-make-completions): When looking for entries, check | |
9065 that `item' isn't null or "Menu". | |
9066 | |
9067 1998-10-01 Karl Heuer <kwzh@gnu.org> | |
9068 | |
9069 * net-utils.el: Don't require ffap. | |
9070 (net-utils-machine-at-point, net-utils-url-at-point): New functions. | |
9071 (ping, nslookup-host, finger, network-connection-to-service): Use them. | |
9072 | |
9073 1998-09-30 Richard Stallman <rms@gnu.org> | |
9074 | |
9075 * ispell.el (check-ispell-version): No need to bind default-major-mode. | |
9076 | |
9077 * imenu.el (imenu--generic-function): Sort each submenu by position. | |
9078 (imenu--sort-by-position): New function. | |
9079 | |
9080 * cus-edit.el (Custom-mode-menu): Fix info node name. | |
9081 (customize group): Fix info node name. | |
9082 | |
9083 * mail/mailalias.el (build-mail-aliases): Don't allow | |
9084 a newline in the alias name. Don't define an alias | |
9085 if the definition would be empty. | |
9086 | |
9087 * which-func.el (which-func-mode-global): Make :set function | |
9088 more reliable. | |
9089 | |
9090 * custom.el (custom-set-variables): Load the requests first, | |
9091 then check the symbol's `set' function. | |
9092 | |
9093 * ffap.el: Doc fixes. | |
9094 | |
9095 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
9096 | |
9097 * gnus.el: (gnus-valid-select-methods): Fix type. | |
9098 * gnus-sum.el (gnus-summary-respool-default-method): Fix type. | |
9099 * gnus-score.el (gnus-orphan-score): Fix type. | |
9100 (gnus-score-default-header, gnus-score-default-type): Fix type. | |
9101 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type. | |
9102 (gnus-saved-headers): Fix type. | |
9103 | |
9104 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix): | |
9105 Avoid nil value of `two-lines-citation-part'. | |
9106 | |
9107 1998-09-30 Roman Belenov <roman@nstl.nnov.ru> | |
9108 | |
9109 * which-func.el (which-function): Handle case when | |
9110 (car imenu--index-alist) is nil. | |
9111 | |
9112 1998-09-29 Dave Love <fx@gnu.org> | |
9113 | |
9114 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from | |
9115 bzip2 args. | |
9116 | |
9117 1998-09-29 Simon Marshall <simon@gnu.org> | |
9118 | |
9119 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and | |
9120 comint-exec-hook. | |
9121 | |
9122 1998-09-29 Stephen Eglen <stephen@gnu.org> | |
9123 | |
9124 * info-look.el: Add support for Octave. | |
9125 | |
9126 1998-09-28 Carsten Dominik <cd@delysid.gnu.org> | |
9127 | |
9128 * textmodes/reftex.el (reftex-finding-files): New customize group. | |
9129 (reftex-texpath-environment-variables, | |
9130 reftex-use-external-file-finders, reftex-external-file-finders, | |
9131 reftex-search-unrecursed-path-first): New options. | |
9132 (reftex-process-string, reftex-find-file-externally): New | |
9133 functions. | |
9134 (reftex-access-search-path): Execute shell commands to find the | |
9135 search path. | |
9136 (reftex-toggle-auto-view-crossref): When turning on, make sure | |
9137 `reftex-auto-view-crossref' becomes non-nil. | |
9138 (reftex-abbrev-regexp): Constant removed. | |
9139 (reftex-convert-string): Abbrev regexp calculated locally. | |
9140 | |
9141 1998-09-28 Dave Love <fx@gnu.org> | |
9142 | |
9143 * progmodes/fortran.el: Don't call regexp-opt when deriving | |
9144 font-lock patterns with keywords that aren't all literal. | |
9145 | |
9146 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
9147 | |
9148 * octave-inf.el (inferior-octave-prompt): Also match prompts of | |
9149 the form `octave.bin:1>' which come from using precopiled binary | |
9150 versions. | |
9151 | |
9152 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
9153 | |
9154 * help.el (help-for-help): Use %THIS-KEY%. | |
9155 (help-quit): Add doc. | |
9156 | |
9157 * help-macro.el (make-help-screen): Keep HELP-TEXT | |
9158 in a separate function definition, not in the help command FNAME. | |
9159 Replace %THIS-KEY% with the key sequence that ran FNAME. | |
9160 | |
9161 1998-09-25 Richard Stallman <rms@gnu.org> | |
9162 | |
9163 * textmodes/texinfo.el (texinfo-show-structure): | |
9164 Bind inhibit-read-only. | |
9165 | |
9166 * isearch.el (isearch-search-and-update): Properly | |
9167 handle upper case letters in the reverse-search special case. | |
9168 | |
9169 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
9170 | |
9171 * gnus.el: Extend the list of autoloaded functions. | |
9172 | |
9173 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
9174 buffer before creating help group. (from Gnus v5.6.43, fix by | |
9175 1998-08-20 Per Starback <starback@update.uu.se>) | |
9176 | |
9177 * gnus-util.el (gnus-output-to-rmail): Adjust to | |
9178 `rmail-output-to-rmail-file'. | |
9179 | |
9180 1998-09-25 Karl Heuer <kwzh@gnu.org> | |
9181 | |
9182 * hexl.el (hexl-mode-map): More of previous change. | |
9183 | |
9184 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
9185 (tex-start-tex): Don't use tex-start-options-string in star case. | |
9186 Quote file name in star case as well as in non-star. | |
9187 Add blank and quoting of option string here. | |
9188 (tex-start-options-string): Not here. | |
9189 | |
9190 1998-09-23 Karl Heuer <kwzh@gnu.org> | |
9191 | |
9192 * term.el (term-delimiter-argument-list): Doc fix. | |
9193 (term-emulate-terminal): Escape literal semicolon. | |
9194 * progmodes/asm-mode.el (asm-mode): Doc fix. | |
9195 (asm-comment-char): Escape literal semicolon. | |
9196 * emulation/viper-cmd.el (viper-movement-commands): Likewise. | |
9197 | |
9198 1998-09-23 Richard Stallman <rms@gnu.org> | |
9199 | |
9200 * hexl.el (hexl-mode-map): Don't override all ESC bindings, | |
9201 only those that normally modify the buffer. | |
9202 | |
9203 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer | |
9204 over again. | |
9205 | |
9206 1998-09-23 E. Jay Berkenbilt <ejb@ql.org> | |
9207 | |
9208 * ispell.el (check-ispell-version): Ensure same buffer is current | |
9209 when let-binding of case-fold-search ends. | |
9210 | |
9211 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
9212 | |
9213 * ps-print.el: Skip invisible overlay. | |
9214 Test for set-buffer-multibyte rather than using mule-version. | |
9215 (ps-print-version): New version number (4.1) and doc fix. | |
9216 (ps-generate-postscript-with-faces): Skip invisible overlay. | |
9217 | |
9218 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu> | |
9219 | |
9220 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes. | |
9221 | |
9222 1998-09-22 Kenichi Handa <handa@etl.go.jp> | |
9223 | |
9224 * international/quail.el (quail-update-guidance): Check for the | |
9225 return value of (quail-guidance) fixed. | |
9226 (quail-update-translation): Bind quail-current-str locally when it | |
9227 calls quail-update-guidance. | |
9228 (quail-update-translation): If input-method-exit-on-first-char is | |
9229 non-nil, terminate translation only when the current input method | |
9230 is simple. | |
9231 | |
9232 1998-09-22 Paul Eggert <eggert@twinsun.com> | |
9233 | |
9234 * startup.el (locale-translation-file-name): Prefer X-related names | |
9235 to the name used by GNU/Linux sans X. Set to nil if no file found. | |
9236 (command-line): Use locale-translation-file-name if it is not nil, | |
9237 instead of testing for its existence again. | |
9238 regexp-quote the ctype before using it in a regexp. | |
9239 Allow a colon to appear after the ctype in the aliases file, | |
9240 as is done in X11R6.4. | |
9241 | |
9242 1998-09-21 Richard Stallman <rms@gnu.org> | |
9243 | |
9244 * mail/rmail.el (rmail-resend): Work properly if invoked from summary. | |
9245 | |
9246 * calendar/appt.el (appt-interval): Variable deleted. | |
9247 (appt-check): For minutes in between appt-display-interval times, | |
9248 do check, but don't display anything except an updated mode line. | |
9249 Count against appt-display-interval based on minutes since | |
9250 first display of this appointment, not based on time of day. | |
9251 If appt-display-mode-line, force mode line redisplay | |
9252 whenever appt-mode-string has changed. | |
9253 (appt-add, appt-delete): Add autoload cookies. | |
9254 (appt-check): Catch errors from calling `diary'. | |
9255 (appt-max-time): Renamed from max-time. | |
9256 (appt-now-displayed, appt-display-count): New variables. | |
9257 (appt-timer): Don't create one if we already have one. | |
9258 | |
9259 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
9260 More general code to use the source buffer instead of the zap file. | |
9261 | |
9262 * hilit-chg.el (highlight-compare-with-file): Renamed from | |
9263 compare-with-file. | |
9264 | |
9265 * loadhist.el (load-history-loaded): New variable. | |
9266 (symbol-file): Load etc/fns-VERSION.el if that has not been done. | |
9267 | |
9268 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it. | |
9269 | |
9270 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
9271 Fix error messages. | |
9272 | |
9273 1998-09-21 Markus Armbruster <armbru@pond.sub.org> | |
9274 | |
9275 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an | |
9276 Emacs frame. | |
9277 | |
9278 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
9279 | |
9280 * mail/rmail.el (rmail-decode-babyl-format): Recognize both | |
9281 `undecided' and `undecided-unix'. | |
9282 | |
9283 1998-09-21 Dave Love <fx@gnu.org> | |
9284 | |
9285 * help.el (help-make-xrefs): Fix typo affecting Info references. | |
9286 | |
9287 * subr.el (remove-hook): Check list values to avoid errors. | |
9288 | |
9289 1998-09-18 Noah Friedman <friedman@splode.com> | |
9290 | |
9291 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and | |
9292 store string in eldoc-last-message without consing a new string. | |
9293 Rearrange logic from nested if's into cond's. | |
9294 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string. | |
9295 Do not print message; just return string. | |
9296 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring. | |
9297 Do not print message; just return string. | |
9298 Cache that string in eldoc-last-data. | |
9299 (eldoc-last-data): Make into a vector. | |
9300 (eldoc-get-fnsym-args-string): Use new data form of structure. | |
9301 (eldoc-get-var-docstring): Here also. | |
9302 (eldoc-last-data-store): New function. | |
9303 (eldoc-get-fnsym-args-string): Use it. | |
9304 (eldoc-get-var-docstring): Here also. | |
9305 (eldoc-docstring-first-line): Minimize interim string consing. | |
9306 Call substitute-command-keys on the result. | |
9307 (eldoc-print-var-docstrings, eldoc-print-docstring, | |
9308 eldoc-docstring-message): Functions removed. | |
9309 (eldoc-docstring-format-sym-doc): New function, functionality | |
9310 ripped out of eldoc-docstring-message. | |
9311 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it. | |
9312 | |
9313 1998-09-18 Kenichi Handa <handa@etl.go.jp> | |
9314 | |
9315 * international/mule.el (make-coding-system): Doc-string modified. | |
9316 | |
9317 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org> | |
9318 | |
9319 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type. | |
9320 | |
9321 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix | |
9322 customize type. | |
9323 | |
9324 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize | |
9325 type. | |
9326 | |
9327 * progmodes/compile.el (compilation-error-screen-columns): New | |
9328 variable. | |
9329 (compilation-next-error-locus): Use it to decide whether to use | |
9330 forward-char or move-to-column. | |
9331 | |
9332 * mail/rmail.el (rmail-movemail-program): Fix customize type. | |
9333 | |
9334 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage, | |
9335 feedmail-fiddle-plex-user-list, | |
9336 feedmail-spray-address-fiddle-plex-list, | |
9337 feedmail-prompt-before-queue-user-alist, | |
9338 feedmail-prompt-before-queue-help-supplement, | |
9339 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug, | |
9340 feedmail-queue-alternative-mail-header-separator): Fix customize | |
9341 type. | |
9342 | |
9343 * startup.el (site-run-file): Fix customize type. | |
9344 | |
9345 * speedbar.el (speedbar-initial-expansion-list-name): Fix | |
9346 customize type. | |
9347 | |
9348 * shell.el (shell-input-autoexpand): Fix customize type. | |
9349 | |
9350 * ps-print.el (ps-font-info-database): Add missing dots in value. | |
9351 Improve layout of customize type. | |
9352 | |
9353 * net-utils.el (traceroute-program-options, ping-program-options, | |
9354 ipconfig-program-options, netstat-program-options, | |
9355 arp-program-options, route-program-options, | |
9356 nslookup-program-options, ftp-program-options): Fix customize | |
9357 type. | |
9358 | |
9359 * midnight.el (clean-buffer-list-kill-regexps, | |
9360 clean-buffer-list-kill-buffer-names, | |
9361 clean-buffer-list-kill-never-buffer-names, | |
9362 clean-buffer-list-kill-never-regexps): Fix customize type. | |
9363 | |
9364 * man.el (Man-init-defvars): Avoid trailing nil on | |
9365 Man-filter-list. | |
9366 | |
9367 * lpr.el (printer-name): Fix customize type. | |
9368 | |
9369 1998-09-16 Kenichi Handa <handa@etl.go.jp> | |
9370 | |
9371 * international/mule-cmds.el (reset-language-environment): Call | |
9372 update-coding-systems-internal. | |
9373 | |
9374 * international/mule-conf.el: Call update-coding-systems-internal | |
9375 at the tail. | |
9376 | |
9377 1998-09-14 Dave Love <fx@gnu.org> | |
9378 | |
9379 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't | |
9380 use the menu-enable properties, pending doing it correctly and | |
9381 acceptably fast. | |
9382 | |
9383 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text. | |
9384 | |
9385 1998-09-13 Dave Love <d.love@dl.ac.uk> | |
9386 | |
9387 * progmodes/hideshow.el (hs-grok-mode-type): Check | |
9388 comment-{start,end} non-nil as well as bound. Report an error if | |
9389 we can't grok the mode. | |
9390 | |
9391 1998-09-13 Richard Stallman <rms@gnu.org> | |
9392 | |
9393 * simple.el (blink-matching-open): Don't log paren matching | |
9394 messages in *Messages*. | |
9395 | |
9396 1998-09-12 Richard Stallman <rms@gnu.org> | |
9397 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
9398 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up): |
25837 | 9399 Set point-before-scroll at end even if there was an error. |
9400 | |
9401 * ange-ftp.el (ange-ftp-insert-file-contents): | |
9402 Use binary mode for dumb-unix hosts as for unix hosts. | |
9403 (ange-ftp-copy-file-internal): Likewise. | |
9404 | |
9405 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
9406 | |
9407 * emacs-lisp/pp.el: Doc fixes. | |
9408 | |
9409 * wid-edit.el (widget-menu-max-shortcuts): New variable. | |
9410 (widget-choose): Don't use single-char shortcuts if # items | |
9411 exceeds that many. Use minibuffer instead. | |
9412 | |
9413 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
9414 | |
9415 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg. | |
9416 | |
9417 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org> | |
9418 | |
9419 * speedbar.el (speedbar-frame-mode): Do not set frame position if | |
9420 in terminal mode. | |
9421 | |
9422 1998-09-10 Noah Friedman <friedman@splode.com> | |
9423 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
9424 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from |
25837 | 9425 defcustom declaration. It's wreaking too much havoc with XEmacs |
9426 and older versions of Emacs, which share this code. | |
9427 | |
9428 * type-break.el (type-break-mode): Here also. | |
9429 | |
9430 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg | |
9431 `t' to add-hook also to modify the new local value. | |
9432 | |
9433 1998-09-10 Dave Love <fx@gnu.org> | |
9434 | |
9435 * vc.el (vc-insert-headers): Doc fix. | |
9436 | |
9437 1998-09-10 Richard Stallman <rms@gnu.org> | |
9438 | |
9439 * textmodes/flyspell.el (flyspell-mode-on): Make the | |
9440 ispell-... variables permanent locals. | |
9441 (flyspell-mode-off): Add autoload cookie. | |
9442 | |
9443 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host, | |
9444 do use binary mode, just as for `unix'. | |
9445 (ange-ftp-host-type): If HOST is nil, return `unix'. | |
9446 | |
9447 * dired.el (dired-mark-files-containing-regexp): | |
9448 Don't scan directories. Ignore non-readable files. | |
9449 | |
9450 * progmodes/compile.el (compilation-error-regexp-alist): | |
9451 Fix previous change: allow . and _ in command name. | |
9452 | |
9453 * dired.el (dired-mark-files-containing-regexp): Fix previous change. | |
9454 | |
9455 * uncompress.el (uncompress-while-visiting): | |
9456 Use just the car of what find-operation-coding-system returns. | |
9457 | |
9458 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename. | |
9459 | |
9460 * shell.el (shell-file-name-quote-list): Add # to the value. | |
9461 | |
9462 1998-09-10 E. Jay Berkenbilt <ejb@ql.org> | |
9463 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
9464 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook |
25837 | 9465 to make killing of ispell process work even if |
9466 kill-all-local-variables has been run. | |
9467 | |
9468 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
9469 | |
9470 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite | |
9471 loop when sexp entry ends at end of file with no newline. | |
9472 | |
9473 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
9474 | |
9475 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved) | |
9476 (Custom-reset-standard): Fix menu inconsistency. | |
9477 | |
9478 * mail/feedmail.el (feedmail-from-line): Allow t. | |
9479 (feedmail-message-id-suffix): Allow nil. | |
9480 | |
9481 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
9482 Simplify. Make prefix arg work right. | |
9483 | |
9484 1998-09-09 Dave Love <fx@gnu.org> | |
9485 | |
9486 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
9487 | |
9488 * help.el (help-xref-interned): Bind inhibit-read-only when inserting. | |
9489 | |
9490 1998-09-08 Dave Love <fx@gnu.org> | |
9491 | |
9492 * add-log.el (change-log-font-lock-keywords): Do parenthesized | |
9493 stuff only after file names or at start of line. Allow parens | |
9494 around e-mail, as well as angles. | |
9495 | |
9496 * gnus/nnweb.el (require): Wrap requirement of w3 and url in | |
9497 ignore-errors too, eval'd when compile. Require w3 stuff at load | |
9498 time for nicer failure if it's not available. | |
9499 | |
9500 1998-09-07 Geoff Voelker <voelker@cs.washington.edu> | |
9501 | |
9502 * comint.el (comint-arguments): Ignore backslashes when using | |
9503 w32 shells that expect backslashes as the directory separator. | |
9504 | |
9505 1998-09-04 Kenichi Handa <handa@etl.go.jp> | |
9506 | |
9507 * international/fontset.el (resolved-ascii-font): New variable. | |
9508 (x-complement-fontset-spec): By side effect, set | |
9509 `resolved-ascii-font' to the resolved name of ASCII font." | |
9510 (create-fontset-from-fontset-spec): Don't get a value for | |
9511 resolved-ascii-font from the list full-fontlist. It is set by | |
9512 x-complement-fontset-spec now. | |
9513 | |
9514 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
9515 version, check the value of mule-version. | |
9516 | |
9517 1998-09-07 Carsten Dominik <cd@delysid.gnu.org> | |
9518 | |
9519 * textmodes/reftex.el (reftex-view-crossref): Split up into | |
9520 several functions. No longer moves to find a macro. | |
9521 (reftex-view-cr-cite, reftex-view-cr-ref, | |
9522 reftex-end-of-bib-entry): New functions. | |
9523 (reftex-auto-view-crossref): New value `window' allowed. | |
9524 (reftex-view-crossref-when-idle): Process new `window' option in | |
9525 (reftex-translate-to-ascii-function): New default. | |
9526 (reftex-label-illegal-re): Default changed, removed Latin1. | |
9527 (reftex-latin1-to-ascii): New function. | |
9528 (reftex-what-environment): Check for section regexp before use. | |
9529 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with | |
9530 absolute path names. | |
9531 (reftex-TeX-master-file): Changed sequence of file checks. | |
9532 (reftex-do-citation): bibview cache only with RefTeX mode on. | |
9533 | |
9534 1998-09-06 Richard Stallman <rms@gnu.org> | |
9535 | |
9536 * progmodes/compile.el (compilation-error-regexp-alist): | |
9537 In first pattern (GNU utilities and other things), | |
9538 allow a space after the optional program name at the beginning. | |
9539 | |
9540 * mail/mail-hist.el (mail-hist-current-header-contents): | |
9541 Fix previous change: use mail-header-end. | |
9542 | |
9543 1998-09-06 Bill Richter <richter@math.nwu.edu> | |
9544 | |
9545 * international/ccl.el: Doc fixes. | |
9546 * international/encoded-kb.el: Doc fixes. | |
9547 * international/fontset.el: Doc fixes. | |
9548 * international/kinsoku.el: Doc fixes. | |
9549 * international/kkc.el: Doc fixes. | |
9550 * international/mule-cmds.el: Doc fixes. | |
9551 * international/mule-conf.el: Doc fixes. | |
9552 * international/mule-util.el: Doc fixes. | |
9553 * international/mule.el: Doc fixes. | |
9554 | |
9555 1998-09-05 Eric Ludlam <zappo@gnu.org> | |
9556 | |
9557 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function. | |
9558 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'. | |
9559 (checkdoc-this-string-valid-engine): Permit ? as terminating | |
9560 punctuation for first line sentence breaking. | |
9561 (checkdoc-this-string-valid): When converting a comment into a doc | |
9562 string, make sure " chars are \". | |
9563 (checkdoc-sentencespace-region-engine): Only do double space check | |
9564 if based on the variable `sentence-end-double-space' | |
9565 (checkdoc-this-string-valid-engine): ? ends valid sentence. | |
9566 (checkdoc-proper-noun-region-engine): Exclude items in URLs | |
9567 | |
9568 1998-09-04 Richard Stallman <rms@gnu.org> | |
9569 | |
9570 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): | |
9571 Recognize define-skeleton as a function definer. | |
9572 | |
9573 * cus-edit.el (customize-option): Refuse to customize | |
9574 a variable that has no defcustom. But if variable is autoloaded, | |
9575 first try to load the library that defines it. | |
9576 | |
9577 * international/iso-insert.el: Use `string' before calling `insert' | |
9578 so that in multibyte buffers we insert multibyte chars. | |
9579 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
9580 * dired.el (dired-mark-files-containing-regexp): |
25837 | 9581 Don't use find-file; instead, insert the file in a temp buffer. |
9582 | |
9583 * textmodes/tex-mode.el (tex-start-options-string): New option. | |
9584 (tex-start-tex): Use that variable. | |
9585 | |
9586 * mail/rmail.el (rmail-primary-inbox-list): Make the initial | |
9587 value in the `repeat' alternative a list. | |
9588 | |
9589 * textmodes/fill.el (fill-individual-paragraphs): Before deleting | |
9590 the inserted newline, verify that one was really inserted. | |
9591 | |
9592 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode | |
9593 remains on or remains off. | |
9594 (flyspell-multi-language-p): Default changed to nil. | |
9595 | |
9596 * progmodes/ada-mode.el (ada-search-ignore-string-comment): | |
9597 In "found in comment" case, don't beginning-of-line after forward-line. | |
9598 | |
9599 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): | |
9600 If the function definition is not a lambda, return original FORM | |
9601 with no error. | |
9602 | |
9603 1998-09-04 Peter Breton <pbreton@ne.mediaone.net> | |
9604 | |
9605 * net-utils.el (netstat-program-options): Changed from nil to "-a" | |
9606 so that by default netstat shows all network connections. | |
9607 | |
9608 1998-09-04 Bob Weiner <weiner@altrasoft.com> | |
9609 | |
9610 * international/quail.el: Doc fixes. | |
9611 | |
9612 * info.el (info): Don't add parens if FILE already has them. | |
9613 | |
9614 1998-09-04 Geoff Voelker <voelker@cs.washington.edu> | |
9615 | |
9616 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word | |
9617 on extension lines. | |
9618 | |
9619 1998-09-03 Geoff Voelker <voelker@cs.washington.edu> | |
9620 | |
9621 * w32-fns.el (w32-shell-dos-semantics): New function. | |
9622 | |
9623 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu> | |
9624 | |
9625 * 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
|
9626 completion `choice' in `quail-current-str'; don't insert it. |
25837 | 9627 |
9628 1998-09-02 Kenichi Handa <handa@etl.go.jp> | |
9629 | |
9630 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH | |
9631 argument to ps-mule-generate-bitmap-font. | |
9632 | |
9633 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII | |
9634 entry and change Latin-1 entry in the default value. | |
9635 (ps-mule-font-info-database-ps-bdf): New variable. | |
9636 (ccl-encode-ethio-unicode): Bug of CCL code fixed. | |
9637 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function | |
9638 registerd in FONT-SPEC. | |
9639 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct | |
9640 charcter width of bitmap fonts. | |
9641 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript | |
9642 procedure NF. | |
9643 (ps-begin-file): Output PostScript code for setting | |
9644 SpaceWidthRatio. | |
9645 (ps-plot-region): Use line-beginning-position to get a position of | |
9646 the beginning of the current line. | |
9647 | |
9648 * international/mule-cmds.el (register-input-method): Doc-string | |
9649 modified. | |
9650 | |
9651 1998-09-01 Dave Love <fx@gnu.org> | |
9652 | |
9653 * international/mule-cmds.el (current-language-environment): Fix | |
9654 setter function. | |
9655 | |
9656 1998-09-01 Simon Marshall <simon@gnu.org> | |
9657 | |
9658 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite. | |
9659 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately. | |
9660 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class | |
9661 names with font-lock-type-face. Fontify type specs, etc., with | |
9662 font-lock-keyword-face. | |
9663 | |
9664 1998-08-31 Kenichi Handa <handa@etl.go.jp> | |
9665 | |
9666 * international/fontset.el (x-complement-fontset-spec): If ASCII | |
9667 font is specified in FONTLIST, don't substitute it for the | |
9668 resolved name. | |
9669 | |
9670 1998-08-31 Paul Eggert <eggert@twinsun.com> | |
9671 | |
9672 * international/mule.el (charset-description): Doc fix. | |
9673 | |
9674 * language/chinese.el, language/cyrillic.el, language/czech.el, | |
9675 language/devanagari.el, language/ethiopic.el, | |
9676 language/european.el, language/hebrew.el, language/indian.el, | |
9677 language/japanese.el, language/korean.el, language/lao.el, | |
9678 language/slovak.el, language/thai.el, language/tibetan.el, | |
9679 language/vietnamese.el: | |
9680 Add coding: local variable, to avoid bootstrapping problem | |
9681 if you need to recompile all the Lisp files using interpreted code. | |
9682 | |
9683 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
9684 | |
9685 * cal-china.el (chinese-year-cache): Change range of years from | |
9686 1989-2000 to 1990-2010. | |
9687 | |
9688 1998-08-29 Dave Love <d.love@dl.ac.uk> | |
9689 | |
9690 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie. | |
9691 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined. | |
9692 | |
9693 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
9694 | |
9695 * ps-print.el (ps-print-control-characters): Doc-string modified. | |
9696 (ps-output-string-prim): Comment format changed. | |
9697 (ps-do-despool): Indentation of source code changed. | |
9698 | |
9699 1998-08-28 Kenichi Handa <handa@etl.go.jp> | |
9700 | |
9701 * subr.el (sref): Make it an alias of aref. Make the | |
9702 byte-compiler warn that it is obsolete. | |
9703 (char-bytes): Make the byte-compiler warn that it is obsolete. | |
9704 | |
9705 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment): | |
9706 Calculate the total bytes using position-bytes instead of | |
9707 char-bytes. | |
9708 | |
9709 1998-08-27 Karl Heuer <kwzh@gnu.org> | |
9710 | |
9711 * snmp-mode.el: New file. | |
9712 * files.el (auto-mode-alist): Add snmp-mode patterns. | |
9713 | |
9714 1998-08-27 Karl Eichwalder <ke@suse.de> | |
9715 | |
9716 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'. | |
9717 | |
9718 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
9719 | |
9720 * calendar/diary-lib.el (diary-block): Doc fix.. | |
9721 * calendar/calendar.el (diary-list-include-blanks): Doc fix.. | |
9722 | |
9723 1998-08-27 Richard Stallman <rms@gnu.org> | |
9724 | |
9725 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp. | |
9726 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space. | |
9727 Clear appt-mode-string if we don't put something in it. | |
9728 | |
9729 1998-08-27 Dave Love <fx@gnu.org> | |
9730 | |
9731 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking | |
9732 dired-local-variables-file for dired-x. | |
9733 | |
9734 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look | |
9735 for compressed library files too. | |
9736 | |
9737 1998-08-26 Kenichi Handa <handa@etl.go.jp> | |
9738 | |
9739 * language/european.el ("Latin-1"): Modify `documentation' key value. | |
9740 ("Latin-2"): Likewise. | |
9741 | |
9742 1998-08-26 Karl Heuer <kwzh@gnu.org> | |
9743 | |
9744 * dired-x.el (dired-guess-shell-alist-default): Fix regexp. | |
9745 | |
9746 1998-08-26 Albert L. Ting <alt@artisan.com> | |
9747 | |
9748 * mail/mail-hist.el (mail-hist-current-header-name): Fix test. | |
9749 (mail-hist-current-header-contents): Use mail-text-start. | |
9750 | |
9751 1998-08-26 Richard Stallman <rms@gnu.org> | |
9752 | |
9753 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2. | |
9754 (customize-changed-options-previous-release): New variable. | |
9755 (customize-changed-options): Use that variable as default arg. | |
9756 | |
9757 1998-08-26 Karl Eichwalder <ke@suse.de> | |
9758 | |
9759 * midnight.el: Require `timer' not only when compiling. | |
9760 | |
9761 1998-08-26 Per Starback <starback@update.uu.se> | |
9762 | |
9763 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
9764 buffer before creating help group. | |
9765 | |
9766 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9767 | |
9768 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind | |
9769 coding-system-for-write before saving. | |
9770 | |
9771 1998-08-26 Kevin Rodgers <kevinr@ihs.com> | |
9772 | |
9773 * isearch.el (isearch-forward): Doc fix. | |
9774 | |
9775 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org> | |
9776 | |
9777 * emacs-lisp/find-func.el: Fix :version tags to have a string | |
9778 value, not a float. | |
9779 | |
9780 * cus-dep.el: Fix typo in output. | |
9781 | |
9782 1998-08-25 Dave Love <fx@gnu.org> | |
9783 | |
9784 * repeat.el (repeat): Doc fix. | |
9785 [From rms:] | |
9786 (repeat-previous-repeated-command): New variable. | |
9787 (repeat): Check for real-last-command being null or repeat. Set | |
9788 repeat-previous-repeated-command. | |
9789 | |
9790 * browse-url.el (browse-url-netscape): Fix format for hex escapes. | |
9791 | |
9792 1998-08-25 Kenichi Handa <handa@etl.go.jp> | |
9793 | |
9794 * gnus/message.el (message-send-mail-with-sendmail): Bind | |
9795 coding-system-for-write by the return value of | |
9796 select-message-coding-system. | |
9797 (message-send-mail-with-qmail): Likewise. | |
9798 | |
9799 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org> | |
9800 | |
9801 * emacs-lisp/autoload.el: Fix doc-string-elt property on | |
9802 define-derived-mode. | |
9803 | |
9804 * files.el (file-name-invalid-regexp): | |
9805 Fix regex for ms-dos without long file names. | |
9806 | |
9807 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
9808 | |
9809 * ps-print.el: Multi-byte buffer handling. | |
9810 (ps-print-version): New version number (4.0) and doc fix. | |
9811 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional | |
9812 compilation for GNU Emacs and emacsens. | |
9813 (ps-generate-postscript-with-faces): Force invisible text to be | |
9814 visible. | |
9815 (dos-ps-printer): New var to avoid compilation gripes. | |
9816 | |
9817 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
9818 | |
9819 * ps-print.el (ps-mule-plot-string): Pay attention to the case | |
9820 that no more characters can't be printed in the current line. | |
9821 | |
9822 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
9823 | |
9824 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be | |
9825 greater than TO. | |
9826 | |
9827 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
9828 | |
9829 * ps-print.el: Add codes to make ps-print.el work also on Emacs | |
9830 20.2 and the earlier version. | |
9831 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2. | |
9832 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise. | |
9833 (ps-mule-find-wrappoint): Likewise. | |
9834 (ps-mule-generate-font): Change `X' to `x' in format | |
9835 control-string. | |
9836 (ps-generate): Call ps-mule-begin before calling ps-begin-job. | |
9837 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and | |
9838 `restore' form procedures `BC' and `EC'. | |
9839 | |
9840 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
9841 | |
9842 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox | |
9843 is an executable procedure. Make LineThickness, Xshadow, and | |
9844 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc. | |
9845 (ps-mule-font-info-database, ps-mule-font-info-database-ps, | |
9846 ps-mule-font-info-database-bdf): New vars. | |
9847 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs. | |
9848 (ccl-encode-ethio-unicode): New CCL program. | |
9849 (ps-mule-encode-ethiopic): New fun. | |
9850 (ps-mule-current-charset): New var. | |
9851 (ps-mule-get-font-spec, ps-mule-font-spec-src, | |
9852 ps-mule-font-spec-name, ps-mule-font-spec-encoding, | |
9853 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs. | |
9854 (ps-mule-external-libraries): New var. | |
9855 (ps-mule-init-external-library): New fun. | |
9856 (ps-mule-font-cache): New var. | |
9857 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs. | |
9858 (ps-last-font): New var. | |
9859 (ps-mule-prepare-font): New fun. | |
9860 (ps-mule-charset-list): New var. | |
9861 (ps-mule-prologue-generated, ps-mule-prologue): New vars. | |
9862 (ps-mule-skip-same-charset, ps-mule-find-wrappoint, | |
9863 ps-mule-plot-string): New funs. | |
9864 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue): | |
9865 New vars. | |
9866 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar, | |
9867 ps-mule-prepare-cmpchar-font): New funs. | |
9868 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New | |
9869 vars. | |
9870 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font, | |
9871 ps-mule-generate-bitmap-glyph): New funs. | |
9872 (ps-mule-initialize, ps-mule-begin): New funs. | |
9873 (ps-output-string-prim): Insert string as unibyte. | |
9874 (ps-output-prologue): New fun. | |
9875 (ps-flush-output): Handle the case of 'prologue. | |
9876 (ps-begin-file): Call ps-mule-initialize. | |
9877 (ps-begin-job): Set ps-control-or-escape-regexp differently if | |
9878 printing multibyte characters. | |
9879 (ps-begin-page): Set ps-mule-current-charset to 'ascii. | |
9880 (ps-basic-plot-string): Handle the case of printing ASCII | |
9881 characters by external libraries (e.g. BDF). | |
9882 (ps-set-font): Set ps-last-font. | |
9883 (ps-plot-region): Handle multibyte characters, use | |
9884 ps-mule-plot-string for them. | |
9885 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin. | |
9886 | |
9887 * bdf.el: New file. | |
9888 | |
9889 1998-08-23 Kenichi HANDA <handa@etl.go.jp> | |
9890 | |
9891 * international/mule-cmds.el (select-message-coding-system): New | |
9892 function. | |
9893 (set-language-environment-coding-systems): Set | |
9894 default-sendmail-coding-system. | |
9895 | |
9896 * mail/sendmail.el (sendmail-coding-system): Doc-string modified. | |
9897 (default-sendmail-coding-system): New variable. | |
9898 (sendmail-send-it): Encode the message by a coding system | |
9899 select-message-coding-system returns. | |
9900 | |
9901 1998-08-23 Eric Ludlam <zappo@gnu.org> | |
9902 | |
26807
3e28d3d8e6ca
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26806
diff
changeset
|
9903 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'. |
25837 | 9904 (speedbar-mode): Set buffer to read only. |
9905 (speedbar-temp-buffer-show-function): For emacs don't call hook | |
9906 with arguments. | |
9907 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable. | |
9908 | |
9909 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu> | |
9910 | |
9911 * speedbar.el (speedbar-key-map): Fix typo. | |
9912 | |
9913 See ChangeLog.7 for earlier changes. |