Mercurial > emacs
annotate lisp/ChangeLog @ 31444:57e48ae83dc8
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 07 Sep 2000 10:40:53 +0000 |
parents | 81039e21ffec |
children | 363669024417 |
rev | line source |
---|---|
31436 | 1 2000-09-07 Gerd Moellmann <gerd@gnu.org> |
2 | |
31444 | 3 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter |
4 instead of frame-parameters. | |
5 | |
31441 | 6 * faces.el (set-face-attribute): Simplify by calling |
7 internal-set-lisp-face-attribute with FRAME being 0. | |
8 | |
9 * vc.el: Remove `Id' version control keyword. | |
31436 | 10 |
31432 | 11 2000-09-07 Kenichi Handa <handa@etl.go.jp> |
12 | |
13 * help.el (help-make-xrefs): Adjusted for the change of | |
14 help-xref-mule-regexp. | |
15 (help-insert-xref-button): New function. | |
16 | |
17 * international/mule-cmds.el (help-xref-mule-regexp-template): | |
18 Include the pattern for character set. | |
19 (leim): New group. | |
20 | |
21 * international/quail.el: Don't require face. | |
22 (quail): New group. | |
23 (quail-other-command): Dummy command to make quail-help works | |
24 better. | |
25 (quail-keyboard-layout-alist): Add Keyboard type "jp106". | |
26 (quail-keyboard-layout-substitution): New variable. | |
27 (quail-update-keyboard-layout): New function. | |
28 (quail-keyboard-layout-type): New customizable variable. | |
29 (quail-set-keyboard-layout): Call quail-update-keyboard-layout. | |
30 (quail-keyboard-translate): Pay attention to | |
31 quail-keyboard-layout-substitution. | |
32 (quail-insert-kbd-layout): New function. | |
33 (quail-show-keyboard-layout): New function. | |
34 (quail-get-translation): If the definition is a vector of length | |
35 1, and the element is a string of lenght 1, return the character | |
36 in that string. | |
37 (quail-update-current-translations): Fix the case of | |
38 relative-index out of range. | |
39 (quail-build-decode-map, quail-insert-decode-map): New Functions. | |
40 (quail-help): Show keyboard layout by quail-insert-kbd-layout. | |
41 Show key sequences for all avairable characters. | |
42 (quail-help-insert-keymap-description): Don't show such verbose | |
43 key bindings as quail-self-insert-command. | |
44 | |
45 * international/titdic-cnv.el (quail-cxterm-package-ext-info): | |
46 Format changed, and each element now have extra documentations. | |
47 (tit-process-header): Delete invalid characters from TIT-PROMPT. | |
48 Adjusted for the change of quail-cxterm-package-ext-info. | |
49 | |
31406 | 50 2000-09-06 Gerd Moellmann <gerd@gnu.org> |
51 | |
52 * vc-hooks.el (toplevel): Don't require `vc' during compilation; | |
53 requiring it leads to a recursive loading of vc.el and vc-hooks.el | |
54 during bootstrap. | |
55 | |
31404
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
56 2000-09-05 Stefan Monnier <monnier@cs.yale.edu> |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
57 |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
58 * vc.el: (toplevel): Don't require `dired' at run-time. |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
59 (vc-dired-resynch-file): Remove autoload cookie. |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
60 |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
61 2000-09-05 Andre Spiegel <spiegel@gnu.org> |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
62 |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
63 * vc.el: Made several backend functions optional. |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
64 (vc-default-responsible-p): New function. |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
65 (vc-merge): Use RET for first version to trigger merge-news, not |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
66 prefix arg. |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
67 (vc-annotate): Handle backends that do not support annotation. |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
68 (vc-default-merge-news): Removed. The existence of a merge-news |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
69 implementation is now checked on caller sites. |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
70 |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
71 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
72 case. |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
73 |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
74 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
75 special case that has been removed from the default in vc-hooks.el. |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
76 |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
77 2000-09-05 Stefan Monnier <monnier@cs.yale.edu> |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
78 |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
79 * vc.el (vc-log-edit): Properly handle the case where FILE is nil. |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
80 |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
81 2000-09-05 Andre Spiegel <spiegel@gnu.org> |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
82 |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
83 * vc-hooks.el: Require vc during compilation. |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
84 (vc-file-setprop): Use `vc-touched-properties' if bound by the new |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
85 macro `with-vc-properties' in vc.el. |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
86 (vc-file-getprop): Doc fix. |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
87 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded. |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
88 |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
89 * vc.el: Require dired-aux during compilation. |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
90 (vc-name-assoc-file): Moved to vc-sccs.el. |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
91 (with-vc-properties): New macro. |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
92 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version, |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
93 vc-finish-steal): Use it. |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
94 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
95 to the backend-specific function is now supposed to do the checkout, |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
96 too. |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
97 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit. |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
98 |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
99 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
100 set file properties; that gets done in the generic code now. |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
101 |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
102 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'. |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
103 Changed parameter list, added code from vc.el that does the |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
104 checkout, possibly with a double-take. |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
105 |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
106 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el. |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
107 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
108 the above under the new name. |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
109 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
110 parameter list, added checkout command. |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
111 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
112 properties; that gets done in the generic code now. |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
113 |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
114 2000-09-05 Stefan Monnier <monnier@cs.yale.edu> |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
115 |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
116 * vc.el: Docstring fixes (courtesy of checkdoc). |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
117 |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
118 2000-09-05 Stefan Monnier <monnier@cs.yale.edu> |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
119 |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
120 * vc.el (vc-checkout-writable-buffer-hook) |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
121 (vc-checkout-writable-buffer): Remove. |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
122 (vc-start-entry): Always call vc-log-edit, never vc-log-mode. |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
123 (vc-log-mode): Make it into a clean derived major mode. |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
124 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
125 vc-log-mode if log-edit is not available. |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
126 (vc-dired-mode-map): Don't set-keymap-parent yet. |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
127 (vc-dired-mode): Do set-keymap-parent here. |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
128 (vc-dired-buffers-for-dir): Nop if dired is not loaded. |
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
129 |
31402 | 130 2000-09-05 Gerd Moellmann <gerd@gnu.org> |
131 | |
132 * faces.el (set-face-attribute, face-spec-reset-face) | |
133 (face-spec-set): Avoid consing by removing calls to `apply'. | |
134 | |
135 * frame.el (frame-parameter): Move to C code. | |
136 | |
31398 | 137 2000-09-05 Dave Love <fx@gnu.org> |
138 | |
139 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop, | |
140 insert-before-markers-and-inherit. Now checked systematically! | |
141 | |
31394 | 142 2000-09-05 Alex Schroeder <alex@gnu.org> |
143 | |
144 * sql.el (sql-postgres): Use sql-postgres-options. | |
145 (sql-postgres-options): New variable. | |
146 | |
147 2000-09-05 Alex Schroeder <alex@gnu.org> | |
148 | |
149 * sql.el (sql-mode-menu): Work around missing variable mark-active | |
150 in XEmacs. | |
151 (sql-mode): Added call to easy-menu-add for XEmacs compatibility. | |
152 (sql-interactive-mode): Added call to easy-menu-add for XEmacs | |
153 compatibility. | |
154 | |
31386 | 155 2000-09-04 Gerd Moellmann <gerd@gnu.org> |
156 | |
31388 | 157 * vc.el (vc-dired-resynch-file): Add autoload cookie. |
158 | |
31386 | 159 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map. |
160 | |
161 * Makefile.in (DONTCOMPILE): Fix typo in file name. | |
162 | |
163 2000-09-04 Andre Spiegel <spiegel@gnu.org> | |
164 | |
165 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we | |
166 don't support anything else under SCCS yet. | |
167 | |
168 * vc-hooks.el: Minor doc fixes. | |
169 | |
170 2000-09-04 Andre Spiegel <spiegel@gnu.org> | |
171 | |
172 * vc.el (vc-next-action-on-file): Do not visit the file if it's | |
173 not necessary. If verbose in state `needs-patch', do the same as | |
174 under `up-to-date'. When NOT verbose and `needs-patch', check out | |
175 latest version instead of `merge-news'. | |
176 (vc-next-action-dired): Don't mess with default-directory here; it | |
177 breaks other parts of dired. It is the job of the | |
31404
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
178 backend-specific functions to adjust it temporarily if they need it. |
31386 | 179 (vc-next-action): Remove a special CVS case. |
180 (vc-clear-headers): New optional arg FILE. | |
181 (vc-checkin, vc-checkout): Set properties vc-state and | |
182 vc-checkout-time properly. | |
31404
f2ab9420390f
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31402
diff
changeset
|
183 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist. |
31386 | 184 (vc-print-log): Use new backend function `show-log-entry'. |
185 (vc-cancel-version): Do the checks in a different order. Added a | |
186 FIXME concerning RCS-only code. | |
187 | |
188 * vc-rcs.el (vc-rcs-show-log-entry): New function. | |
189 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties. | |
190 | |
191 * vc-cvs.el (vc-cvs-show-log-entry): New function. | |
192 | |
193 * vc-hooks.el (vc-default-mode-line-string): Show state | |
194 `needs-patch' as a `-' too. | |
195 | |
196 2000-09-04 Andre Spiegel <spiegel@gnu.org> | |
197 | |
198 * vc.el (vc-responsible-backend): New optional arg REGISTER. | |
199 (vc-default-could-register): New function. | |
200 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions. | |
201 (vc-resynch-buffer): Call vc-dired-resynch-file. | |
202 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use | |
203 vc-resynch-buffer instead of vc-resynch-window. | |
204 (vc-next-action-dired): Don't redisplay here, that gets done as a | |
205 result of the individual file operations. | |
206 (vc-retrieve-snapshot): Corrected prompt order. | |
207 | |
208 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file. | |
209 | |
210 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp | |
211 as well. | |
212 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle | |
213 hostname regexps. Updated all callers. | |
214 (vc-cvs-responsible-p): Handle directories as well. | |
215 (vc-cvs-could-register): New function. | |
216 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file | |
217 properties up-to-date. | |
218 | |
219 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the | |
220 user whether to create one. | |
221 | |
222 2000-09-04 Andre Spiegel <spiegel@gnu.org> | |
223 | |
224 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to | |
225 check out a non-existing file. | |
226 | |
227 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the | |
228 workfile does not exist. | |
229 | |
230 * vc.el (vc-version-diff): Use `require' to check for existence of | |
231 diff-mode. | |
232 | |
233 2000-09-04 Andre Spiegel <spiegel@gnu.org> | |
234 | |
235 * vc-cvs.el (vc-cvs-registered): Use new function | |
236 vc-cvs-parse-entry to do the actual work. | |
237 | |
238 2000-09-04 Andre Spiegel <spiegel@gnu.org> | |
239 | |
240 * vc-hooks.el (vc-find-backend-function): If function doesn't | |
241 exist, return nil instead of error. | |
242 (vc-call-backend): Doc fix. | |
243 | |
244 * vc.el (vc-do-command): Doc fix. | |
245 (vc-finish-logentry): When checking in from vc-dired, choose the | |
246 right backend for logentry check. | |
247 (vc-dired-mode-map): Inherit from dired-mode-map. | |
248 (vc-dired-mode): Local value of dired-move-to-filename-regexp | |
249 simplified. | |
250 (vc-dired-state-info): Removed, updated caller. | |
251 (vc-default-dired-state-info): Use parentheses instead of hyphens. | |
252 (vc-dired-hook): Use vc-BACKEND-dir-state, if available. | |
253 (vc-dired-listing-switches): New variable. | |
254 (vc-directory): Use it, instead of dired-listing-switches. | |
255 | |
256 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too. | |
257 (vc-cvs-dir-state): New function. | |
258 (vc-cvs-dir-state-heuristic): New function, subroutine of the | |
259 above. | |
260 (vc-cvs-parse-entry): New function, also to be used in | |
261 vc-cvs-registered. | |
262 | |
263 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
264 | |
265 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows | |
266 *or* single-window-frames. | |
267 | |
268 2000-09-04 Andre Spiegel <spiegel@gnu.org> | |
269 | |
270 * vc.el (vc-update-changelog): Split into generic part and default | |
271 implementation. Doc string adapted. | |
272 (vc-default-update-changelog): New function. Call the `rcs2log' | |
273 script in exec-directory, to fix a long-standing nuisance. | |
274 | |
275 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that | |
276 simply signals an error. | |
277 | |
278 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
279 | |
280 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the | |
281 control-flow more clear and to avoid running `cvs' twice. | |
282 | |
283 * vc.el (vc-next-action-on-file): Doc fix. | |
284 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode. | |
285 (vc-print-log): Eval `file' before constructing the continuation. | |
286 | |
287 2000-09-04 Andre Spiegel <spiegel@gnu.org> | |
288 | |
289 * vc.el (vc-next-action-on-file): Corrected several messages. | |
290 (vc-merge): Add prefix arg `merge-news'; handle it. | |
291 | |
292 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this | |
293 is not reached. It is. | |
294 (vc-cvs-merge): Set state to 'edited after merge. | |
295 (vc-cvs-merge-news): Set workfile version to nil if not known. | |
296 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal. | |
297 | |
298 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout | |
299 via stdout. (Merge from main line.) | |
300 | |
301 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
302 | |
303 * vc.el (vc-finish-logentry): Thinko in the "same comment" | |
304 detection. | |
305 | |
306 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
307 | |
308 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them | |
309 against kill-all-local-variables. | |
310 (vc-log-edit): Don't save vc-parent-buffer any more. | |
311 (vc-last-comment-match): Initialize to an empty string. | |
312 (vc-post-command-functions): New hook. | |
313 (vc-do-command): Run it. | |
314 (vc-next-action-on-file): Remove unnecessary pop-to-buffer. | |
315 (vc-finish-logentry): Only add the comment to the ring if it's | |
316 different from the last comment entered. | |
317 (vc-new-comment-index): New function. | |
318 (vc-previous-comment): Use it. Make the minibuffer message | |
319 slightly less terse. | |
320 (vc-comment-search-reverse): Make it work forward as well. Don't | |
321 set vc-comment-ring-index if no match is found. Use | |
322 vc-new-comment-index. | |
323 (vc-comment-search-forward): Use vc-comment-search-reverse. | |
324 (vc-dired-mode-map): Don't inherit from dired-mode-map since | |
325 define-derived-mode will do it for us. Bind `v' to a keymap that | |
326 inherits from vc-prefix-map so that we can bind `vt' without | |
327 binding C-x v t. | |
328 (vc-retrieve-snapshot): Parenthesis typo. | |
329 | |
330 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0 | |
331 to 1. Make sure to switch to *vc* before looking for an error | |
332 message. Use vc-parse-buffer. | |
333 | |
334 2000-09-04 Andre Spiegel <spiegel@gnu.org> | |
335 | |
336 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR | |
337 and NAME. | |
338 (vc-retrieve-snapshot): Split into two parts. | |
339 (vc-default-retrieve-snapshot): New function. | |
340 | |
341 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME. | |
342 (vc-cvs-retrieve-snapshot): New function (untested). | |
343 (vc-cvs-stay-local): Default to t. | |
344 (vc-cvs-remote-p): New function and property. | |
345 (vc-cvs-state): Stay local only if the above is t. | |
346 (vc-handle-cvs): Removed. | |
347 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be | |
348 done via vc-handled-backends now. | |
349 (vc-cvs-header): Escape Id. | |
350 | |
351 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
352 | |
353 * vc.el (vc-do-command): Remove unused commands. | |
354 (vc-version-diff): Make sure default-directory ends with a slash. | |
355 Move the window commands into a vc-exec-after. | |
356 (vc-print-log): Move more of the code into the `vc-exec-after'. | |
357 | |
358 2000-09-04 Andre Spiegel <spiegel@gnu.org> | |
359 | |
360 * vc.el (vc-exec-after): Fix disassembly of previous sentinel. | |
361 (vc-print-log): Search current revision from beginning of buffer. | |
362 (vc-revert-buffer): Clear echo area after the diff is finished. | |
363 (vc-prefix-map): Removed definition of "t" for terse display in vc | |
364 dired. | |
365 (vc-dired-mode-map): Inherit from dired-mode-map. Added | |
366 definition of "vt" for terse display. | |
367 (vc-dired-mode): Fix dired-move-to-filename-regexp. | |
368 | |
369 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
370 | |
371 * vc.el (vc-exec-after): Avoid caddr. | |
372 | |
373 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
374 | |
375 * vc.el (vc-exec-after): New function. | |
376 (vc-do-command): Use it to add a termination message for async | |
377 procs. | |
378 (vc-checkout): Try to handle a missing-backend situation. | |
379 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs | |
380 of a directory with a backend using async diffs. | |
381 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if | |
382 present. | |
383 | |
384 * vc-sccs.el (vc-sccs-state-heuristic): Use | |
385 file-ownership-preserved-p. | |
386 | |
387 * vc-rcs.el (vc-rcs-state-heuristic): Use | |
388 file-ownership-preserved-p. | |
389 (vc-rcs-checkout): Remove the error-handling for missing-rcs. | |
390 | |
391 2000-09-04 Andre Spiegel <spiegel@gnu.org> | |
392 | |
393 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to | |
394 vc-do-command. | |
395 | |
396 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert | |
397 when there are no changes. | |
398 | |
399 2000-09-04 Andre Spiegel <spiegel@gnu.org> | |
400 | |
401 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p. | |
402 | |
403 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p. | |
404 | |
405 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
406 | |
407 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el. | |
408 | |
409 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move | |
410 the `fset' outside of the defvar so that it works even if | |
411 vc-prefix-map was already defined. | |
412 (vc-setup-buffer): New function, split out of vc-do-command. | |
413 (vc-do-command): Allow BUFFER to be t to mean `just use the | |
414 current buffer without any fuss'. | |
415 (vc-version-diff): Change the `diff' backend operation to just put | |
416 the diff in the current buffer without erasing it. Always use | |
417 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect | |
418 shrink-window-if-larger-than-buffer. | |
419 (vc-print-log): Change the `print-log' backend operation to just | |
420 put the log in the current buffer without erasing it. Protect | |
421 shrink-window-if-larger-than-buffer. | |
422 (vc-update-change-log): Fix setd typo. | |
423 | |
424 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis. | |
425 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer. | |
426 | |
427 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer. | |
428 (vc-rcs-diff): Insert in the current buffer and remove unused arg | |
429 CMP. | |
430 | |
431 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use | |
432 with-temp-file. Use the new BUFFER=t argument to vc-do-command. | |
433 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer. | |
434 | |
435 2000-09-04 Andre Spiegel <spiegel@gnu.org> | |
436 | |
437 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is | |
438 not possible, use vc-BACKEND-workfile-unchanged-p. | |
439 (vc-default-workfile-unchanged-p): New function. Delegates to a | |
440 full vc-BACKEND-diff. | |
441 | |
442 * vc-hooks.el (vc-simple-command): Removed. | |
443 | |
444 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command | |
445 instead of vc-simple-command. | |
446 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to | |
447 avoid doing a diff when opening a file. | |
448 (vc-rcs-state): Added check for unlocked-changes. | |
449 (vc-rcs-header): Escape Id. | |
450 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION. | |
451 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific | |
452 version. | |
453 | |
454 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten. | |
455 (vc-sccs-diff): Remove optional arg CMP. | |
456 (vc-sccs-state): Call vc-workfile-unchanged-p, not the | |
457 SCCS-specific function. | |
458 | |
459 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of | |
460 vc-simple-command. | |
461 | |
462 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
463 | |
464 * vc.el (vc-editable-p): Renamed from vc-writable-p. | |
465 (with-vc-file, vc-merge): Use vc-editable-p. | |
466 (vc-do-command): Remove unused var vc-file and fix the | |
467 doubly-defined `status' var. Add a user message when starting an | |
468 async command. | |
469 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry) | |
470 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file): | |
471 Use with-current-buffer. | |
472 (vc-buffer-sync): Use unless. | |
473 (vc-next-action-on-file): If the file is 'edited by read-only, | |
474 make it read-write instead of trying to commit. | |
475 (vc-version-diff, vc-update-change-log): Use `setq | |
476 default-directory' rather than `cd'. | |
477 (vc-log-edit): Don't forget to set default-directory in the | |
478 buffer. | |
479 | |
480 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis. | |
481 (vc-sccs-state-heuristic): Use file-writable-p instead of | |
482 comparing userids. | |
483 (vc-sccs-checkout): Use `unless'. | |
484 | |
485 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead | |
486 of comparing userids. | |
487 (vc-rcs-fetch-master-state): Handle the case where rcs is missing. | |
488 Simplify the logic by eliminating unreachable code. | |
489 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and | |
490 just do a recursive call if we need to retry. | |
491 (vc-rcs-checkout): Handle the case where rcs is missing by making | |
492 the buffer read-write if requested and re-signalling the error. | |
493 | |
494 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP. | |
495 | |
496 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
497 | |
498 * vc-hooks.el (vc-handled-backends): Docstring change. | |
499 (vc-ignore-vc-files): Mark obsolete. | |
500 (vc-registered): Check vc-ignore-vc-files. | |
501 (vc-find-file-hook, vc-file-not-found-hook): Don't check | |
502 vc-ignore-vc-files. | |
503 | |
504 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs. | |
505 | |
506 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
507 | |
508 * vc.el (vc-checkout): Don't do anything special for ange-ftp | |
509 files since ange-ftp already has vc-registered return nil. | |
510 | |
511 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer. | |
512 (vc-sccs-workfile-version): Use with-temp-buffer and new | |
513 vc-parse-buffer and don't bother setting the property. | |
514 (vc-sccs-add-triple): Use with-current-buffer and | |
515 find-file-noselect. | |
516 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if. | |
517 | |
518 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code | |
519 derives from the old vc-parse-buffer but uses the revision number | |
520 rather than the date (much easier to compare robustly). | |
521 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the | |
522 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the | |
523 locking-user more directly. Check strict locking and set | |
524 checkout-model appropriately. | |
525 (vc-rcs-parse-locks): Remove. | |
526 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the | |
527 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). | |
528 (vc-rcs-system-release): Use with-current-buffer and | |
529 vc-parse-buffer. | |
530 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer. | |
531 | |
532 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster. | |
533 (vc-simple-command): Docstring fix. | |
534 (vc-registered): Align the way the file-handler is called with the | |
535 way the function itself works. | |
536 (vc-file-owner): Remove. | |
537 | |
538 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder | |
539 extraction of fields and call to file-attributes because of a | |
540 temporary bug in rcp.el. | |
541 (vc-cvs-fetch-status): Use with-current-buffer. | |
542 | |
543 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
544 | |
545 * vc.el (vc-do-command): Use file-relative-name. | |
546 (vc-responsible-backend): Use vc-backend if possible. | |
547 (vc-create-snapshot): Improve the `interactive' spec. Add support | |
548 for branches and dispatch to backend-specific `create-snapshot'. | |
549 (vc-default-create-snapshot): New function, containing the bulk of | |
550 the old vc-create-snapshot. | |
551 (vc-retrieve-snapshot): Improve the interactive spec. | |
552 | |
553 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el. | |
554 (vc-backend-hook-functions): Remove. | |
555 (vc-find-backend-function): Don't try to load vc-X-hooks anymore. | |
556 (vc-backend): Reintroduce the test for `file = nil' now that I | |
557 know why it was there (and added a comment to better remember). | |
558 | |
559 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in | |
560 code from vc-sccs-hooks.el. | |
561 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require | |
562 'vc anymore. | |
563 (vc-sccs-responsible-p): Use expand-file-name instead of concat | |
564 and file-directory-p instead of file-exists-p. | |
565 (vc-sccs-check-headers): Simplify the regexp. | |
566 | |
567 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code | |
568 from vc-rcs-hooks.el. Don't require 'vc anymore. | |
569 (vc-rcs-responsible-p): Use expand-file-name instead of concat and | |
570 file-directory-p instead of file-exists-p. | |
571 | |
572 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code | |
573 from vc-cvs-hooks.el. | |
574 (proto vc-cvs-registered): Require 'vc-cvs instead of | |
575 'vc-cvs-hooks. Don't require 'vc anymore. | |
576 (vc-cvs-responsible-p): Use expand-file-name instead of concat and | |
577 file-directory-p instead of file-exists-p. | |
578 (vc-cvs-create-snapshot): New function, replacing | |
579 vc-cvs-assign-name. | |
580 (vc-cvs-assign-name): Remove. | |
581 | |
582 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
583 | |
584 * vc-cvs.el (vc-cvs-header): New var. | |
585 | |
586 * vc-rcs.el (vc-rcs-exists): Remove. | |
587 (vc-rcs-header): New var. | |
588 | |
589 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use | |
590 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'. | |
591 (vc-sccs-header): New var. | |
592 | |
593 * vc.el (vc-do-command): Get rid of the `last' argument. | |
594 (vc-header-alist): Remove, replaced by vc-X-header. | |
595 (vc-insert-headers): Use vc-X-header instead of vc-header-alist. | |
596 (vc-dired-hook): Use expand-file-name instead of concat. | |
597 (vc-directory): Use file-name-as-directory. | |
598 (vc-snapshot-precondition, vc-create-snapshot) | |
599 (vc-retrieve-snapshot): Allow the command to operate on any | |
600 directory. | |
601 | |
602 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either | |
603 just removing the 'WORKFILE argument or by removing the 'MASTER | |
604 argument and replacing `file' with (vc-name file). | |
605 | |
606 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
607 | |
608 * vc.el: Update Copyright and add a crude list of backend funs. | |
609 (vc-writable-p): New function. | |
610 (with-vc-file): Use vc-writable-p. | |
611 (vc-next-action-on-file): Update call to vc-steal-lock and | |
612 cleanup. | |
613 (vc-register): Avoid vc-name. | |
614 (vc-locking-user): Remove. | |
615 (vc-steal-lock): Make the `owner' arg non-optional. | |
616 (vc-merge): Use vc-writable-p instead of vc-locking-user and | |
617 vc-checkout-model. | |
618 (vc-default-dired-state-info): Use vc-state instead of | |
619 vc-locking-user and return special strings for special states. | |
620 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user | |
621 and get rid of one of the special CVS cases. | |
622 (vc-cancel-version): prettify error message with \\[...]. | |
623 (vc-rename-master): New function. | |
624 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn | |
625 use vc-rename-master) instead of vc-BACKEND-record-rename. Make | |
626 the CVS special case generic. | |
627 (vc-default-record-rename): Remove. | |
628 (vc-file-tree-walk-internal): Only call FUNC for files that are | |
629 under control of some VC backend and replace `concat' with | |
630 expand-file-name. | |
631 (vc-file-tree-walk): Update docstring. | |
632 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot) | |
633 (vc-retrieve-snapshot): Update call to vc-file-tree-walk. | |
634 | |
635 * vc-sccs.el (vc-sccs-rename-file): Renamed from | |
636 vc-sccs-record-rename. Use `find-file-noselect' rather than | |
637 `find-file' and call `vc-rename-master' to do the actual move. | |
638 (vc-sccs-diff): Remove unused `backend' variable. | |
639 | |
640 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version | |
641 to delay loading of vc-sccs until it is really used. | |
642 (vc-sccs-master-templates): Preload. | |
643 (vc-sccs-state): Update call to vc-sccs-parse-locks. | |
644 (vc-sccs-project-dir): Remove (merged into | |
645 vc-sccs-search-project-dir). | |
646 (vc-sccs-search-project-dir): Rewrite using file name handling ops | |
647 rather than `concat', make sure it is preloaded and don't bother | |
648 to check that the file actually exists. | |
649 (vc-sccs-parse-locks): Remove unused `file' argument, remove | |
650 `locks' argument (use buffer's content instead) and eliminate n^2 | |
651 behavior. | |
652 | |
653 * vc-rcs.el: Update Copyright. | |
654 (vc-rcs-rename-file): New function. | |
655 (vc-rcs-diff): Remove unused `backend' variable. | |
656 | |
657 * vc-hooks.el: Update Copyright. | |
658 (vc-backend): Don't accept a nil argument any more. | |
659 (vc-up-to-date-p): Turn into a defsubst. | |
660 (vc-possible-master): New function. | |
661 (vc-check-master-templates): Use `vc-possible-master' and allow | |
662 funs in vc-X-master-templates to return a non-existent file. | |
663 | |
664 * vc-cvs.el: Update Copyright. | |
665 (vc-cvs-diff): Remove unused `backend' variable. | |
666 (vc-cvs-checkout): Only toggle read-only if the buffer is setup | |
667 right. | |
668 | |
669 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered. | |
670 | |
671 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
672 | |
673 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version | |
674 since it can be called from vc-rcs.el. | |
675 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior. | |
676 | |
677 2000-09-04 Andre Spiegel <spiegel@gnu.org> | |
678 | |
679 * vc.el (vc-version-diff): Expand file name read from the | |
680 minibuffer. Handle the case when a previous version number can't | |
681 be guessed. Give suitable messages when there were no differences | |
682 found. | |
683 (vc-clear-headers): Call backend-specific implementation, if one | |
684 exists. | |
685 (vc-cancel-version): Made error checks generic. When done, clear | |
686 headers generically, too. | |
687 | |
688 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here | |
689 from vc-clear-headers in vc.el. | |
690 | |
691 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer | |
692 correctly. | |
693 (vc-rcs-latest-on-branch-p): Made second argument VERSION | |
694 optional. Handle the case when it's not there. | |
695 | |
696 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
697 | |
698 * vc.el (vc-locking-user): Moved from vc-hooks.el. | |
699 | |
700 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
701 | |
702 * vc-hooks.el (vc-loadup): Remove. | |
703 (vc-find-backend-function): Use `require'. Also, handle the case | |
704 where vc-BACKEND-hooks.el doesn't exist. | |
705 (vc-call-backend): Cleanup. | |
706 | |
707 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
708 | |
709 * vc-rcs-hooks.el (vc-rcs-templates-grabbed, | |
710 vc-rcs-grab-templates) | |
711 (vc-rcs-registered): Remove. The default function works as well. | |
712 * vc-sccs-hooks.el (vc-sccs-templates-grabbed, | |
713 vc-sccs-grab-templates) | |
714 (vc-sccs-registered): Remove. The default function works as well. | |
715 | |
716 * vc.el (vc-version-diff): Left out a vc- in call to | |
717 vc-call-backend. | |
718 (vc-default-dired-state-info, vc-default-record-rename) | |
719 (vc-default-merge-news): Update for the new backend argument. | |
720 | |
721 * vc-hooks.el (vc-find-backend-function): Return a cons cell if | |
722 using the default function. | |
723 (vc-call-backend): If calling the default function, pass it the | |
724 backend as first argument. Update the docstring accordingly. | |
725 (vc-default-state-heuristic, vc-default-mode-line-string): Update | |
726 for the new backend argument. | |
727 (vc-make-backend-sym): Renamed from vc-make-backend-function. | |
728 (vc-find-backend-function): Use the new name. | |
729 (vc-default-registered): New function. | |
730 | |
731 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
732 | |
733 * vc.el (vc-merge): Use vc-find-backend-function. | |
734 | |
735 * vc-hooks.el (vc-backend-functions): Remove. | |
736 (vc-loadup): Don't setup 'vc-functions. | |
737 (vc-find-backend-function): New function. | |
738 (vc-call-backend): Use above fun and populate 'vc-functions | |
739 lazily. | |
740 (vc-backend-defines): Remove. | |
741 | |
742 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
743 | |
744 * vc.el (vc-register): Put a FIXME note for a newly found bug. | |
745 Call vc-call-backend without the leading vc-. | |
746 (vc-responsible-backend, vc-finish-logentry, vc-annotate) | |
747 (vc-check-headers): Call vc-call-backend without the leading vc-. | |
748 (vc-annotate-time-span): Replace confusing use of `cond' with | |
749 `or'. | |
750 (vc-annotate-display): Replace confusing use of `cond' with `or'. | |
751 Call vc-call-backend without the leading vc-. | |
752 | |
753 * vc-cvs.el (tail): Provide vc-cvs. | |
754 * vc-sccs.el (tail): Provide vc-sccs. | |
755 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check. | |
756 | |
757 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions) | |
758 (vc-make-backend-function, vc-call): Pass names without leading | |
759 `vc-' to vc-call-backend so we can blindly prefix them with | |
760 vc-BACKEND. | |
761 (vc-loadup): Don't load vc-X-hooks if vc-X is requested. | |
762 (vc-call-backend): Always try to load vc-X-hooks. | |
763 (vc-registered): Remove vc- in call to vc-call-backend. | |
764 | |
765 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
766 | |
767 * vc.el (vc-process-filter): New function. | |
768 (vc-do-command): Setup `vc-process-filter' for the async process. | |
769 (vc-maybe-resolve-conflicts): New function to reduce | |
770 code-duplication. Additionally, it puts the buffer in | |
771 `smerge-mode' if applicable. | |
772 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after | |
773 calling `merge-news'. | |
774 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling | |
775 `merge'. | |
776 (vc-log-edit): New function. Replacement for `vc-log-mode' by | |
777 interfacing to log-edit.el. | |
778 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if | |
779 log-edit is available. | |
780 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available. | |
781 | |
782 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
783 | |
784 * vc.el (vc-register): Remove `vc-buffer-backend' setup. | |
785 (vc-log-mode-map): New name for vc-log-entry-mode and merge the | |
786 defvar and the initialization. | |
787 (vc-log-mode): Minor docstring fix and use vc-log-mode-map. | |
788 | |
789 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove. | |
790 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling. | |
791 | |
792 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a | |
793 FIXME. | |
794 | |
795 2000-09-04 Andre Spiegel <spiegel@gnu.org> | |
796 | |
797 * vc.el (vc-file-clear-masterprops): Removed. | |
798 (vc-checkin, vc-revert-buffer): Removed calls to the above. | |
799 (vc-version-diff): Use buffer-size without argument. | |
800 (vc-register): Heed vc-initial-comment. | |
801 | |
802 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for | |
803 default branch. | |
804 | |
805 * vc-rcs.el (vc-rcs-register): Parse command output to find master | |
806 file name and workfile version. | |
807 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops. | |
808 | |
809 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to | |
810 vc-file-clear-masterprops. | |
811 | |
812 * vc-sccs.el (vc-sccs-checkout): Removed call to | |
813 vc-file-clear-masterprops. If writable, set vc-state to 'edited | |
814 rather than user login name. | |
815 | |
816 | |
817 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
818 | |
819 * vc.el (vc-workfile-unchanged-p): Remove unused argument | |
820 `want-differences-if-changed' and simplify. | |
821 (vc-next-action-on-file) [needs-merge]: Resynch the buffer. | |
822 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status | |
823 output (which is invalid for async vc-diff) to decide whether to | |
824 do the revert silently or not. | |
825 | |
826 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
827 | |
828 * vc-hooks.el (vc-loadup): Load files quietly. | |
829 (vc-call-backend): Oops, brain fart. | |
830 | |
831 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
832 | |
833 * vc-cvs.el (vc-cvs-state): Typo. | |
834 (vc-cvs-merge-news): Return the status code rather than the error | |
835 msg. | |
836 | |
837 2000-09-04 Andre Spiegel <spiegel@gnu.org> | |
838 | |
839 * vc.el (with-vc-file, vc-next-action, vc-version-diff) | |
840 (vc-dired-mark-locked): Replaced usage of vc-locking-user with | |
841 vc-state or vc-up-to-date-p. | |
842 (vc-merge): Use vc-backend-defines to check whether merging is | |
843 possible. Set state to 'edited after successful merge. | |
844 | |
845 * vc-hooks.el (vc-locking-user): If locked by the calling user, | |
846 return that name. Redocumented. | |
847 | |
848 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
849 | |
850 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to | |
851 new `vc-state' semantics. | |
852 (vc-finish-steal): Set 'vc-state to 'edited rather than setting | |
853 'vc-locking-user to the current user. | |
854 (vc-merge): Inline vc-backend-merge. Comment out code that I | |
855 don't understand and hence can't adapt to the new `vc-state' and | |
856 `vc-locking-user' semantics. | |
857 (vc-backend-merge): Remove. | |
858 | |
859 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state | |
860 rather than 'vc-locking-user. | |
861 | |
862 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'. | |
863 | |
864 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit. | |
865 (vc-state): Don't use 'reserved any more. Just use the same | |
866 convention as the one used for vc-<backend>-state where the | |
867 locking user (as a string) is returned. | |
868 (vc-locking-user): Update, based on the above convention. The | |
869 'vc-locking-user property has disappeared. | |
870 (vc-mode-line, vc-default-mode-line-string): Adapt to new | |
871 `vc-state'. | |
872 | |
873 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state | |
874 with a heuristic one. | |
875 (vc-cvs-merge-news): Just use 'edited for the case with conflicts. | |
876 (vc-cvs-checkin): Do a trivial parse to set the state in case of | |
877 error. That allows us to get to 'needs-merge even in the | |
878 stay-local case. There's still no way to detect 'needs-patch in | |
879 such a setup (or to force an update for that matter). | |
880 (vc-cvs-logentry-check): Remove, the default works as well. | |
881 | |
882 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
883 | |
884 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs | |
885 asynchronously. | |
886 | |
887 * vc.el (vc-do-command): kill-all-local-variables, to reset any | |
888 major-mode in which the buffer might have been put earlier. Use | |
889 `remove' and `when'. Allow `okstatus' to be `async' and use | |
890 `start-process' in this case. | |
891 (vc-version-diff): Handle the case where the diff looks empty | |
892 because of the use of an async process. | |
893 | |
894 2000-09-04 Andre Spiegel <spiegel@gnu.org> | |
895 | |
896 * vc.el (vc-next-action-on-file): Removed optional parameter | |
897 `simple'. Recompute state unconditionally. | |
898 (vc-default-toggle-read-only): Removed. | |
899 | |
900 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only. | |
901 (vc-toggle-read-only): Undid prev change. | |
902 | |
903 * vc-cvs.el (vc-cvs-stay-local): Renamed from | |
904 vc-cvs-simple-toggle. Redocumented. | |
905 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic. | |
906 (vc-cvs-toggle-read-only): Removed. | |
907 | |
908 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
909 | |
910 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): | |
911 Remove. | |
912 (vc-prefix-map): Move from vc-hooks.el and make autoloaded. | |
913 (vc-release-greater-or-equal-p): Move to vc-rcs.el. | |
914 (vc-file-clear-masterprops): Braindead "fix". It was a nop and | |
915 still is. So maybe it should be removed. | |
916 (vc-head-version, vc-find-binary): Remove. | |
917 (vc-recompute-state): Move from vc-hooks.el. | |
918 (vc-next-action-on-file): Add a `simple' argument to allow | |
919 avoiding the `recompute' step (use for vc-cvs-simple-toggle). | |
920 (vc-default-toggle-read-only, vc-default-record-rename): New | |
921 functions. | |
922 (vc-next-action, vc-dired-hook): Use vc-state instead of | |
923 vc-cvs-status. | |
924 (vc-dired-mode-map): Properly defvar it. | |
925 (vc-print-log): Call log-view-mode if available. | |
926 (small-temporary-file-directory): defvar instead of use boundp. | |
927 (vc-merge-news): Moved to vc-cvs.el. | |
928 (vc-default-merge-news): New function. | |
929 | |
930 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks. | |
931 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks. | |
932 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the | |
933 unknown `vc-latest-version' function. It should probably refer to | |
934 vc-workfile-version or somesuch, but it's very unclear to me and I | |
935 don't have SCCS to test things. | |
936 | |
937 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks. | |
938 (vc-sccs-state-heuristic): Fix typo. | |
939 (vc-sccs-workfile-unchanged-p): Add missing argument. | |
940 | |
941 * vc-rcs.el: Require vc and vc-rcs-hooks. | |
942 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks. | |
943 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p). | |
944 (vc-release-greater-or-equal-p): Move from vc. | |
945 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part, | |
946 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates. | |
947 (vc-rcs-checkout): Add a missing `new-version' argument in the | |
948 call to vc-rcs-latest-on-branch-p. Hopefully that was the right | |
949 one. | |
950 | |
951 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks. | |
952 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el. | |
953 (vc-rcs-latest-on-branch-p): Use the `version' argument rather | |
954 than the apparently unbound `workfile-version'. | |
955 | |
956 * vc-hooks.el (vc-master-templates): Def the obsolete var. | |
957 (vc-file-prop-obarray): Use `make-vector'. | |
958 (vc-backend-functions): Add new hookable functions | |
959 vc-toggle-read-only, vc-record-rename and vc-merge-news. | |
960 (vc-loadup): If neither backend nor default functions exist, use | |
961 the backend function rather than nil. | |
962 (vc-call-backend): If the function if not bound yet, try to load | |
963 the non-hook file to see if it provides it. | |
964 (vc-call): New macro plus use it wherever possible. | |
965 (vc-backend-subdirectory-name): Use neither `vc-default-back-end' | |
966 nor `vc-find-binary' since it's only called from | |
967 vc-mistrust-permission which is only used once the backend is | |
968 known. | |
969 (vc-checkout-model): Fix parenthesis. | |
970 (vc-recompute-state, vc-prefix-map): Move to vc.el. | |
971 | |
972 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler | |
973 warnings). | |
974 (vc-cvs-release, vc-cvs-system-release): Remove. | |
975 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables. | |
976 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different | |
977 status symbols. | |
978 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el. | |
979 (vc-cvs-toggle-read-only): First cut at a function to allow a | |
980 cvs-status-free vc-toggle-read-only. | |
981 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el. | |
982 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of | |
983 vc-cvs-status. Also set vc-state rather than vc-locking-user. | |
984 (vc-cvs-checkout): Modify access rights directly if the user | |
985 requested not to use `cvs edit'. And refresh the mode line. | |
986 | |
987 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks. | |
988 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el. | |
989 | |
990 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | |
991 | |
992 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if | |
993 workfile' that got lost when the code was extracted from vc.el. | |
994 And merged the tail with the rest of the code (not possible in the | |
995 old vc.el where the tail was shared among all backends). And | |
996 explicitly set the state to 'edited if `writable' is set. | |
997 | |
998 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name. | |
999 (vc-cvs-state): Be careful to return the value from | |
1000 vc-cvs-parse-state. | |
1001 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state | |
1002 property but return it instead. Also be careful to handle a nil | |
1003 or "" `rev' when workfile is non-nil (it was handled properly when | |
1004 workfile was nil). | |
1005 | |
1006 * vc.el: Removed those pesky unnecessary `(function' quotes. | |
1007 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize | |
1008 directly in the defvar. | |
1009 (vc-do-command): Bind inhibit-read-only so as to properly handle | |
1010 the case where the destination buffer has been made read-only. | |
1011 (vc-diff): Delegate to vc-version-diff in all cases. | |
1012 (vc-version-diff): Setup the *vc-diff* buffer as was done in | |
1013 vc-diff. | |
1014 (vc-annotate-mode-variables): Removed (code moved partly to | |
1015 defvars and partly to vc-annotate-add-menu). | |
1016 (vc-annotate-mode): Turned into a derived-mode. | |
1017 (vc-annotate-add-menu): Moved in code in | |
1018 vc-annotate-mode-variables. | |
1019 (vc-update-change-log): Use make-temp-file if available. | |
1020 | |
1021 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org> | |
1022 | |
1023 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to | |
1024 `vc-checkout-model' updated to `vc-cvs-update-model'. | |
1025 | |
1026 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1027 | |
1028 * vc.el (vc-next-action-on-file): Added handling of state | |
1029 `unlocked-changes'. | |
1030 (vc-checkout-carefully): Is now practically obsolete, unless the | |
1031 above is too slow to be enabled unconditionally. | |
1032 (vc-update-change-log): Fixed typo. | |
1033 | |
1034 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'. | |
1035 | |
1036 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten. Now | |
1037 handles state `unlocked-changes'. | |
1038 (vc-sccs-workfile-unchanged-p): New function, to support the | |
1039 above. | |
1040 | |
1041 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'. | |
1042 | |
1043 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo. | |
1044 (vc-rcs-fetch-master-state): Bug fixes. Recognize state | |
1045 `unlocked-changes'. | |
1046 (vc-rcs-workfile-unchanged-p): Renamed from | |
1047 `vc-rcs-workfile-unchanged'. This is not a real backend-specific | |
1048 function yet, but supposed to become one soon. | |
1049 | |
1050 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to | |
1051 `vc-steal-lock'. | |
1052 (vc-call-backend): Changed error message. | |
1053 (vc-state): Added description of state `unlocked-changes'. | |
1054 | |
1055 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1056 | |
1057 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to | |
1058 always return t in CVS-controlled directories. | |
1059 | |
1060 * vc.el (vc-responsible-backend): New function. | |
1061 (vc-register): Largely rewritten. | |
1062 (vc-admin): Removed (implementation moved into vc-register). | |
1063 (vc-checkin): Redocumented. | |
1064 (vc-finish-logentry): If no backend defined yet (because we are in | |
1065 the process of registering), use the responsible backend. | |
1066 | |
1067 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions): | |
1068 Updated function lists. | |
1069 (vc-call-backend): Fixed typo. | |
1070 | |
1071 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p): New | |
1072 functions. | |
1073 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'. Removed | |
1074 query option. Redocumented. | |
1075 | |
1076 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1077 | |
1078 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'. | |
1079 | |
1080 * vc.el: Updated callers of `vc-checkout-required' to use | |
1081 `vc-checkout-model'. | |
1082 | |
1083 2000-09-04 Martin Lorentzson <martinl@gnu.org> | |
1084 | |
1085 * vc-rcs.el (vc-rcs-backend-release-p): function added. other | |
1086 stuff updated to reference this function instead of the old | |
1087 `vc-backend-release-p'. | |
1088 | |
1089 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1090 | |
1091 * vc-sccs-hooks.el (vc-uses-locking): Renamed to | |
1092 vc-checkout-model. Return appropriate values. Updated callers. | |
1093 | |
1094 2000-09-04 Martin Lorentzson <martinl@gnu.org> | |
1095 | |
1096 * vc.el (vc-backend-release, vc-backend-release-p): Functions | |
1097 moved into vc-rcs.el | |
1098 (vc-backend-revert): Function moved into `vc-revert'; | |
1099 `vc-next-action' must be updated to accomodate this change. | |
1100 (vc-backend-steal): Function moved into `vc-finish-steal'. | |
1101 (vc-backend-logentry-check): Function moved into | |
1102 `vc-finish-logentry'. | |
1103 (vc-backend-printlog): Function moved into `vc-print-log'. | |
1104 (vc-backend-uncheck): Function moved into `vc-cancel-version'. | |
1105 (vc-backend-assign-name): Function moved into | |
1106 `vc-create-snapshot'. | |
1107 | |
1108 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1109 | |
1110 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking): | |
1111 Renamed to vc-checkout-model. Return appropriate | |
1112 values. Updated callers. | |
1113 | |
1114 * vc-hooks.el (vc-backend-hook-functions): Renamed vc-uses-locking | |
1115 to vc-checkout-model. | |
1116 (vc-checkout-required): Renamed to vc-checkout-model. | |
1117 Re-implemented and re-commented. | |
1118 (vc-after-save): Use vc-checkout-model. | |
1119 | |
1120 2000-09-04 Martin Lorentzson <martinl@gnu.org> | |
1121 | |
1122 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff): Updated | |
1123 to use the vc-BACKEND-diff functions instead; `vc-diff' is now | |
1124 working. | |
1125 | |
1126 * vc-rcs.el (vc-rcs-logentry-check): Function added. | |
1127 | |
1128 * vc-cvs.el (vc-cvs-logentry-check): Function added. | |
1129 | |
1130 * vc-sccs.el (vc-sccs-diff): Function changed name from | |
1131 `vc-backend-diff'. This makes `vc-diff' work. | |
1132 | |
1133 * vc-hooks.el (vc-backend-functions): Added `vc-diff' to the list | |
1134 of functions possibly implemented in a vc-BACKEND library. | |
1135 (vc-checkout-required): Bug fixed that caused an error to be | |
1136 signaled during `vc-after-save'. | |
1137 | |
1138 * vc.el: Typo fixed. This checkin is made with our new VC code | |
1139 base for the very first time. A simple `(vc-checkin | |
1140 (buffer-file-name))' was used to perform it. | |
1141 | |
1142 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to | |
1143 `vc-checkout-required' updated to `vc-cvs-uses-locking'. | |
1144 | |
1145 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required' | |
1146 updated to `vc-uses-locking'. | |
1147 (vc-checkout-required): Call to backend function | |
1148 `vc-checkout-required' updated to `vc-uses-locking' instead. | |
1149 | |
1150 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to | |
1151 `vc-checkout-required' updated to `vc-rcs-uses-locking'. | |
1152 | |
1153 * vc.el (vc-checkin): Merged with `vc-backend-checkin' and updated | |
1154 to match the split into various backends. | |
1155 (vc-backend-checkin): Removed. Merged with `vc-checkin'. | |
1156 (vc-retrieve-snapshot): Bug fix. | |
1157 | |
1158 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1159 | |
1160 * vc-sccs.el (vc-sccs-release): Doc fix. | |
1161 | |
1162 2000-09-04 Martin Lorentzson <martinl@gnu.org> | |
1163 | |
1164 * vc.el (vc-next-action-on-file): Bug found and fixed. | |
1165 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot) | |
1166 (vc-cancel-version): Handle of vc-BACKEND-checkout updated. | |
1167 | |
1168 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version) | |
1169 (vc-rcs-checkout): Name space cleaned up. No more revision number | |
1170 crunching function names that are not prefixed with vc-rcs. | |
1171 (vc-rcs-checkout-model): Function added. References to | |
1172 `vc-checkout-model' replaced. | |
1173 | |
1174 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1175 | |
1176 * vc.el (vc-next-action-on-file): Rewritten for the new state model. | |
1177 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts | |
1178 still need to be split, and implemented for RCS). | |
1179 | |
1180 2000-09-04 Martin Lorentzson <martinl@gnu.org> | |
1181 | |
1182 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed. | |
1183 | |
1184 * vc-sccs.el (vc-sccs-admin): Added the query-only option as | |
1185 required by the vc.el file. | |
1186 | |
1187 * vc-rcs.el (vc-rcs-admin): Added the query-only option as | |
1188 required by the vc.el file. | |
1189 (vc-rcs-exists): Function added. | |
1190 | |
1191 * vc-cvs.el (vc-cvs-admin): Added the query-only option as | |
1192 required by the vc.el file. | |
1193 | |
1194 * vc.el (vc-admin): Updated to handle selection of appropriate | |
1195 backend. Current implementation is crufty and need re-thinking. | |
1196 | |
1197 * vc-hooks.el (vc-parse-buffer): Bug found and fixed. | |
1198 | |
1199 2000-09-04 Martin Lorentzson <martinl@gnu.org> | |
1200 | |
1201 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle | |
1202 beginning of annotate buffers correctly. | |
1203 | |
1204 * vc.el (vc-annotate-get-backend, vc-annotate-display-default) | |
1205 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate | |
1206 functionality updated quite a lot to support multiple backends. | |
1207 Variables `vc-annotate-mode', `vc-annotate-buffers', | |
1208 `vc-annotate-backend' added. | |
1209 | |
1210 * vc-hooks.el (vc-backend-functions): `vc-annotate-command', | |
1211 `vc-annotate-difference' added to supported backend functions. | |
1212 | |
1213 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1214 | |
1215 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout): | |
1216 Use with-temp-file instead of /bin/sh. Merged from mainline | |
1217 | |
1218 2000-09-04 Martin Lorentzson <martinl@gnu.org> | |
1219 | |
1220 * vc-sccs-hooks.el (vc-sccs-registered): Updated. | |
1221 | |
1222 * vc-rcs-hooks.el (vc-rcs-registered): Updated. | |
1223 | |
1224 * vc-cvs-hooks.el (vc-cvs-registered): Updated. | |
1225 | |
1226 2000-09-04 Martin Lorentzson <martinl@gnu.org> | |
1227 | |
1228 * vc-hooks.el: vc-state-heuristic added to | |
1229 vc-backend-hook-functions. | |
1230 | |
1231 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix. | |
1232 | |
1233 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix. | |
1234 | |
1235 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Renamed | |
1236 `vc-uses-locking' to `vc-checkout-required'. Renamed the `locked' | |
1237 state to `reserved'. | |
1238 | |
1239 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to | |
1240 `vc-checkout-required'. Rename the `locked' state to `reserved'. | |
1241 | |
1242 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1243 | |
1244 * vc-rcs-hooks.el: Implemented new state model. Hardly anything | |
1245 untouched. | |
1246 | |
1247 * vc-rcs.el (vc-rcs-latest-on-branch-p): Moved to vc-rcs-hooks.el. | |
1248 | |
1249 * vc.el (vc-update-change-log): Use small-temporary-file-directory, | |
1250 if defined. (Merged from main line, slightly adapted.) | |
1251 | |
1252 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible | |
1253 millenium problem (merged from mainline). | |
1254 | |
1255 2000-09-04 Martin Lorentzson <martinl@gnu.org> | |
1256 | |
1257 * vc-cvs.el: Split the annotate feature into a BACKEND-specific | |
1258 part and moved the non-BACKEND stuff to vc.el. | |
1259 | |
1260 * vc.el: Split the annotate feature into a BACKEND specific part | |
1261 and moved it from the vc-cvs.el file to this one. | |
1262 | |
1263 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1264 | |
1265 * vc-hooks.el: Implemented new state model. | |
1266 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New | |
1267 functions. | |
1268 (vc-locking-user): Simplified. Now only needed if the file is | |
1269 locked by somebody else. | |
1270 (vc-lock-from-permissions): Removed. Functionality is in | |
1271 vc-sccs-hooks.el and vc-rcs-hooks.el now. | |
1272 (vc-mode-line-string): New name for former vc-status. Adapted. | |
1273 (vc-mode-line): Adapted to use the above. Removed optional | |
1274 parameter. | |
1275 | |
1276 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New | |
1277 functions. Various simplifications and adaptations all over the | |
1278 place. | |
1279 | |
1280 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New | |
1281 functions. Simplified and adapted the rest. | |
1282 | |
1283 * vc.el (vc-resynch-window): Added TODO comment: check for | |
1284 interaction with view mode according to recent RCS change. | |
1285 (vc-backend-merge-news): Merged "CMUP" patch from mainline. | |
1286 | |
1287 2000-09-04 Martin Lorentzson <martinl@gnu.org> | |
1288 | |
1289 * vc.el: Converted the remaining function comments to | |
1290 documentation strings. | |
1291 | |
1292 2000-09-04 Martin Lorentzson <martinl@gnu.org> | |
1293 | |
1294 * vc.el (vc-backend-release, vc-release-greater-or-equal) | |
1295 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part) | |
1296 (vc-minor-part, vc-previous-version): Functions that operate and | |
1297 compare revision numbers got proper documentation. Comments added | |
1298 about their possible removal. | |
1299 | |
1300 2000-09-04 Martin Lorentzson <martinl@gnu.org> | |
1301 | |
1302 * vc.el (vc-latest-on-branch-p): Function removed and replaced in | |
1303 the vc-backend.el files. | |
1304 | |
1305 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added. | |
1306 | |
1307 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p) | |
1308 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part) | |
1309 (vc-rcs-previous-version): Functions added. | |
1310 | |
1311 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added. | |
1312 | |
1313 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed. | |
1314 | |
1315 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1316 | |
1317 * vc-hooks.el (vc-master-templates): Is really obsolete. | |
1318 Commented out the definition for now. What is the right procedure | |
1319 to get rid of it? | |
1320 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely | |
1321 rewritten. | |
1322 (vc-default-registered): Removed. | |
1323 (vc-check-master-templates): New function; does mostly what the | |
1324 above did before. | |
1325 (vc-locking-user): Don't rely on the backend to set the property. | |
1326 | |
1327 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values. | |
1328 Rewrote documentation. | |
1329 (vc-rcs-templates-grabbed): New variable. | |
1330 (vc-rcs-grab-templates): New function. | |
1331 (vc-rcs-registered): Rewritten to use above mechanism. | |
1332 | |
1333 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values. | |
1334 Rewrote documentation. | |
1335 (vc-sccs-templates-grabbed): New variable. | |
1336 (vc-sccs-grab-templates): New function. | |
1337 (vc-sccs-registered): Rewritten to use above mechanism. | |
1338 (vc-sccs-search-project-dir): Renamed from | |
1339 vc-search-sccs-project-dir. Don't throw the result, simply | |
1340 return it. | |
1341 | |
1342 * vc-cvs-hooks.el (vc-cvs-master-templates): Variable removed. | |
1343 (vc-cvs-find-master): Removed. Code is now in vc-cvs-registered. | |
1344 (vc-cvs-registered): Does the check itself now. Simplified. | |
1345 | |
1346 * vc-cvs.el (vc-cvs-revert): Merged and adapted "unedit" patch | |
1347 from main line. | |
1348 | |
1349 2000-09-04 Martin Lorentzson <martinl@gnu.org> | |
1350 | |
1351 * vc-cvs.el (vc-cvs-diff): Function added. | |
1352 | |
1353 * vc-sccs.el (vc-sccs-diff): Function added. | |
1354 | |
1355 * vc-rcs.el (vc-rcs-diff): Function added. | |
1356 (vc-rcs-checkout) Bug (typo) found and fixed. | |
1357 (vc-rcs-register-switches) Variable `vc-rcs-register-switches' added. | |
1358 | |
1359 * vc.el (vc-backend-diff): Function removed and placed in the | |
1360 backend files. | |
1361 | |
1362 2000-09-04 Martin Lorentzson <martinl@gnu.org> | |
1363 | |
1364 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added. | |
1365 | |
1366 * vc.el (vc-backend-checkout): Function removed and replaced in | |
1367 the vc-backend.el files. | |
1368 | |
1369 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'. | |
1370 | |
1371 * vc.el (vc-backend-admin): Removed and replaced in the | |
1372 vc-backend.el files. | |
1373 | |
1374 * vc.el (Martin): Removed all the annotate functionality since it | |
1375 is CVS backend specific. | |
1376 | |
1377 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1378 | |
1379 * spec.txt: Added specification of vc-state. | |
1380 | |
1381 * vc-sccs-hooks.el (vc-sccs-master-properties): | |
1382 Removed handling of vc-latest-version and | |
1383 vc-your-latest-version. What used to be vc-latest-version, is now | |
1384 returned as vc-workfile-version. | |
1385 (vc-sccs-workfile-version): Adapted. | |
1386 | |
1387 2000-09-04 Dave Love <fx@gnu.org> | |
1388 | |
1389 * vc.el: [Merged from mainline.] | |
1390 (vc-dired-mode): Make the dired-move-to-filename-regexp | |
1391 regexp match the date, to avoid treating date as file size. | |
1392 Add YYYY S option to WESTERN/ | |
1393 | |
1394 2000-09-04 Dave Love <fx@gnu.org> | |
1395 | |
1396 * vc.el: Require `compile' when compiling. | |
1397 (vc-logentry-check-hook): New option. | |
1398 (vc-steal-lock): Use compose-mail. | |
1399 (vc-dired-mode-map): Defvar when compiling. | |
1400 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to | |
1401 vc-sccs.el and renamed. Callers changed. | |
1402 (vc-backend-checkout, vc-backend-logentry-check) | |
1403 (vc-backend-merge-news): Doc fix. | |
1404 (vc-default-logentry-check): New function. | |
1405 (vc-backend-checkin, vc-backend-revert, vc-backend-steal) | |
1406 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name) | |
1407 (vc-backend-merge): Doc fix. Use backend functions. | |
1408 (vc-check-headers): Use backend functions. | |
1409 | |
1410 * vc-cvs.el: Require vc when compiling. | |
1411 (vc-cvs-register-switches): Doc fix. | |
1412 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type. | |
1413 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge) | |
1414 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin): | |
1415 New functions (code from vc.el). | |
1416 (vc-annotate-display-default): Fix interactive spec. | |
1417 (vc-annotate-time-span): Doc fix. | |
1418 | |
1419 * vc-rcs.el: Require vc when compiling. | |
1420 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge) | |
1421 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert) | |
1422 (vc-rcs-checkin): New functions (code from vc.el). | |
1423 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout): | |
1424 Doc fix. | |
1425 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release). | |
1426 | |
1427 * vc-sccs.el: Require vc when compiling. | |
1428 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge) | |
1429 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck) | |
1430 (vc-sccs-revert) | |
1431 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code | |
1432 from vc.el). | |
1433 (vc-sccs-add-triple, vc-sccs-record-rename) | |
1434 (vc-sccs-lookup-triple): Moved from vc.el and renamed. | |
1435 (vc-sccs-admin): Doc fix. | |
1436 | |
1437 2000-09-04 Martin Lorentzson <martinl@gnu.org> | |
1438 | |
1439 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part) | |
1440 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release) | |
1441 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions | |
1442 from vc.el. | |
1443 | |
1444 * vc-sccs.el (vc-admin-sccs): Added from vc.el | |
1445 | |
1446 * vc-cvs.el: Moved the annotate functionality from vc.el. | |
1447 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el. | |
1448 | |
1449 2000-09-04 Dave Love <fx@gnu.org> | |
1450 | |
1451 * vc.el (vc-backend-release): Call vc-system-release. | |
1452 | |
1453 * vc-sccs.el (vc-sccs-system-release): | |
1454 Renamed from vc-sccs-backend-release. | |
1455 | |
1456 * vc-rcs.el (vc-rcs-system-release): | |
1457 Renamed from vc-rcs-backend-release. | |
1458 | |
1459 * vc-cvs.el (vc-cvs-system-release): | |
1460 Renamed from vc-cvs-backend-release. | |
1461 | |
1462 2000-09-04 Dave Love <fx@gnu.org> | |
1463 | |
1464 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to | |
1465 backend files. | |
1466 (vc-backend-release): Dispatch to backend functions. | |
1467 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case | |
1468 probably needs attention.] | |
1469 | |
1470 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el. | |
1471 (vc-sccs-backend-release): New function. | |
1472 | |
1473 * vc-cvs.el (vc-cvs-release): Moved from vc.el. | |
1474 (vc-cvs-backend-release): New function. | |
1475 | |
1476 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge): | |
1477 Doc fix. | |
1478 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed. | |
1479 (vc-default-dired-state-info): New function. | |
1480 (vc-dired-state-info): Dispatch to backends. | |
1481 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics. | |
1482 | |
1483 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved | |
1484 from vc.el and renamed. | |
1485 | |
1486 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1487 | |
1488 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p) | |
1489 (vc-version-other-window, vc-backend-assign-name): Removed | |
1490 references to vc-latest-version; sometimes changed into | |
1491 vc-workfile-version. | |
1492 | |
1493 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to | |
1494 vc-rcs-master-workfile-version. | |
1495 (vc-rcs-workfile-version): Use the above. Don't call | |
1496 vc-latest-version (that was unreachable code, anyway). | |
1497 (vc-rcs-fetch-master-properties): Doc fix. | |
1498 | |
1499 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed. | |
1500 (vc-backend-hook-functions): Removed them from this list, too. | |
1501 (vc-fetch-properties): Removed. | |
1502 (vc-workfile-version): Doc fix. | |
1503 | |
1504 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function. | |
1505 (vc-rcs-workfile-version, vc-rcs-locking-user) | |
1506 (vc-rcs-uses-locking): Use it. | |
1507 | |
1508 * vc-hooks.el (vc-consult-rcs-headers): | |
1509 Moved into vc-rcs-hooks.el, under the name | |
1510 vc-rcs-consult-headers. | |
1511 | |
1512 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS | |
1513 headers. | |
1514 (vc-cvs-find-master): Use this name only; correct different | |
1515 versions of the name. | |
1516 | |
1517 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user): | |
1518 New functions. | |
1519 (vc-sccs-locking-user): Use the latter. | |
1520 | |
1521 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user): | |
1522 New functions. | |
1523 | |
1524 * vc-hooks.el (vc-master-locks, vc-master-locking-user): | |
1525 Moved into both | |
1526 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access | |
1527 functions are implementation details of those two backends. | |
1528 | |
1529 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1530 | |
1531 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties) | |
1532 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks. | |
1533 | |
1534 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties) | |
1535 (vc-sccs-parse-locks): SCCS-specific code moved here from | |
1536 vc-hooks. | |
1537 | |
1538 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific | |
1539 code moved here from vc-hooks. | |
1540 | |
1541 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split | |
1542 into back-end specific parts and removed. Callers not updated | |
1543 yet; because I guess these callers will disappear into back-end | |
1544 specific files anyway. | |
1545 | |
1546 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1547 | |
1548 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge) | |
1549 (vc-backend-checkout): Changed calls to `vc-checkout-model' to | |
1550 `vc-uses-locking'. | |
1551 | |
1552 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking. | |
1553 Store yes/no in the property, and return t/nil. Updated all | |
1554 callers. | |
1555 | |
1556 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to | |
1557 vc-sccs-uses-locking. Don't set property. | |
1558 (vc-sccs-locking-user): Don't set property. | |
1559 | |
1560 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to | |
1561 vc-cvs-uses-locking. Don't set property here; leave that to | |
1562 vc-hooks. | |
1563 (vc-cvs-locking-user): Reflect above change. Streamlined. | |
1564 | |
1565 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to | |
1566 vc-rcs-uses-locking. | |
1567 (vc-rcs-locking-user): Reflect above change. | |
1568 | |
1569 2000-09-04 Dave Love <fx@gnu.org> | |
1570 | |
1571 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function. | |
1572 | |
1573 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function. | |
1574 | |
1575 * vc-hooks.el (vc-checkout-model): Punt to backends. | |
1576 | |
1577 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function. | |
1578 | |
1579 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status. | |
1580 | |
1581 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user): | |
1582 New functions. | |
1583 | |
1584 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user): | |
1585 New functions. | |
1586 | |
1587 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix. | |
1588 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions. | |
1589 | |
1590 * vc-hooks.el (vc-default-locking-user): New function. | |
1591 (vc-locking-user, vc-workfile-version): Punt to backends. | |
1592 | |
1593 2000-09-04 Dave Love <fx@gnu.org> | |
1594 | |
1595 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff) | |
1596 (vc-master-workfile-version): Moved from vc-hooks. | |
1597 | |
1598 * vc-rcs-hooks.el: Fix duplicate code in last change. | |
1599 | |
1600 * vc-rcs-hooks.el: Require vc-hooks when compiling. | |
1601 (vc-rcs-master-templates): Improve :type. | |
1602 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff, | |
1603 vc-master-workfile-version): Moved from vc-hooks. | |
1604 | |
1605 * vc-sccs-hooks.el: Require vc-hooks when compiling. | |
1606 (vc-sccs-master-templates): Improve :type. | |
1607 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file. | |
1608 | |
1609 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed. | |
1610 | |
1611 * vc-cvs-hooks.el: Require vc-hooks when compiling. | |
1612 (vc-cvs-master-templates): Improve :type. Use | |
1613 vc-cvs-find-cvs-master. | |
1614 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here | |
1615 from vc-hooks. | |
1616 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master. | |
1617 | |
1618 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): | |
1619 Moved to vc-cvs-hooks. | |
1620 | |
1621 * vc-hooks.el: Add doc strings in various places. Simplify the | |
1622 minor mode setup. | |
1623 (vc-handled-backends): New user variable. | |
1624 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor | |
1625 simplification. | |
1626 | |
1627 2000-09-04 Dave Love <fx@gnu.org> | |
1628 | |
1629 * vc.el: Some doc fixes for autoloaded and interactive functions. | |
1630 Fix compilation warnings from ediff stuff. | |
1631 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix. | |
1632 | |
1633 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version. | |
1634 | |
1635 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version. | |
1636 | |
1637 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version. | |
1638 | |
1639 2000-09-04 Dave Love <fx@gnu.org> | |
1640 | |
1641 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions): | |
1642 New variable. | |
1643 (vc-make-backend-function, vc-loadup, vc-call-backend) | |
1644 (vc-backend-defines): New functions. | |
1645 | |
1646 * vc-hooks.el: Various doc fixes. | |
1647 (vc-default-back-end, vc-follow-symlinks): Custom fix. | |
1648 (vc-match-substring): Function removed. Callers changed to use | |
1649 match-string. | |
1650 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook): | |
1651 Simplify. | |
1652 | |
1653 2000-09-04 Dave Love <fx@gnu.org> | |
1654 | |
1655 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom | |
1656 type. | |
1657 (vc-sccs-project-dir, vc-search-sccs-project-dir) | |
1658 (vc-sccs-registered): Doc fix. | |
1659 | |
1660 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type. | |
1661 (vc-cvs-registered): Doc fix. | |
1662 | |
1663 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type. | |
1664 (vc-rcs-registered): Doc fix. | |
1665 | |
1666 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1667 | |
1668 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file. | |
1669 | |
1670 * vc-hooks.el: vc-registered has been renamed | |
1671 vc-default-registered. Some functions have been moved to the | |
1672 backend specific files. they all support the | |
1673 vc-BACKEND-registered functions. | |
1674 | |
1675 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1676 | |
1677 * vc-hooks.el: This is 1.113 from the emacs sources | |
1678 | |
1679 * vc.el: This is 1.244 from the emacs sources | |
1680 | |
31363 | 1681 2000-09-04 Dave Love <fx@gnu.org> |
1682 | |
31391 | 1683 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run |
1684 menu-bar-update-hook. | |
1685 | |
1686 * help.el (help-manyarg-func-alist): Add | |
1687 find-operation-coding-system. | |
1688 | |
31363 | 1689 * wid-edit.el (widget-sexp-validate): Fix garbled code. |
1690 | |
1691 * custom.el (custom-set-variables): Print message about errors in | |
1692 setting. | |
1693 | |
31359 | 1694 2000-09-03 Andrew Innes <andrewi@gnu.org> |
1695 | |
1696 * makefile.w32-in: Change to DOS line endings. | |
1697 | |
31330 | 1698 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il> |
1699 | |
1700 * mouse.el (mouse-popup-menubar): Supply the prompt string for | |
1701 minor-mode keymaps, if they don't have one. | |
1702 | |
31328 | 1703 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il> |
1704 | |
1705 * eshell/esh-module.el (eval-when-compile): Don't lose if | |
1706 esh-module.el's file name is truncated to DOS 8+3 limits. | |
1707 | |
31326 | 1708 2000-09-01 John Wiegley <johnw@gnu.org> |
1709 | |
1710 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing | |
1711 predicate, which caused entries in the completion list to be | |
1712 doubled. | |
1713 | |
1714 2000-08-30 John Wiegley <johnw@gnu.org> | |
1715 | |
1716 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct | |
1717 sending to subprocesses. Also, hook pre-command-hook if | |
1718 `eshell-send-direct-to-subprocesses' is non-nil. | |
1719 (eshell-send-direct-to-subprocesses): New config variable. If t, | |
1720 subprocess input is send immediately. | |
1721 (eshell-toggle-direct-send): New function. | |
1722 (eshell-self-insert-command): New function. | |
1723 (eshell-intercept-commands): New function. | |
1724 (eshell-send-input): If direct subprocess sending is enabled, | |
1725 don't echo any input to the Eshell buffer. Let the subprocess | |
1726 handle that. This requires "stty echo" in bash, for example. | |
1727 | |
1728 2000-08-28 John Wiegley <johnw@gnu.org> | |
1729 | |
1730 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added | |
1731 completion function for Eshell's implementation of `unset'. | |
1732 | |
31325 | 1733 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il> |
1734 | |
1735 * info.el (Info-directory-list): Doc fix. | |
1736 | |
31314
16b334e9c404
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31305
diff
changeset
|
1737 2000-08-31 Peter Breton <pbreton@ne.mediaone.net> |
16b334e9c404
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31305
diff
changeset
|
1738 |
16b334e9c404
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31305
diff
changeset
|
1739 * filecache.el (file-cache-add-directory-using-find): Don't quote |
16b334e9c404
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31305
diff
changeset
|
1740 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>. |
16b334e9c404
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31305
diff
changeset
|
1741 |
31305 | 1742 2000-08-31 Kenichi Handa <handa@etl.go.jp> |
1743 | |
1744 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect | |
1745 coding systems. | |
1746 | |
31291 | 1747 2000-08-30 Andrew Innes <andrewi@gnu.org> |
1748 | |
1749 * timer.el (run-with-idle-timer): Undo last change, so that timer | |
1750 is not activated immediately if Emacs is already idle. Some | |
1751 existing code relies on this behaviour. | |
1752 | |
31289 | 1753 2000-08-30 Miles Bader <miles@gnu.org> |
1754 | |
1755 * frame.el (set-frame-font): Do completion of font-name for | |
1756 interactive use. | |
1757 | |
31283 | 1758 2000-08-30 Kenichi Handa <handa@etl.go.jp> |
1759 | |
1760 * international/quail.el (quail-start-translation): Bind locally | |
1761 last-command-event, last-command, and this-command. | |
1762 (quail-start-conversion): Likewise. | |
31285 | 1763 (quail-self-insert-command): Fix docstring. |
31283 | 1764 |
31282 | 1765 2000-08-29 Gerd Moellmann <gerd@gnu.org> |
1766 | |
1767 * progmodes/executable.el | |
1768 (executable-make-buffer-file-executable-if-script-p): Check that | |
1769 buffer contains at least 2 characters. | |
1770 | |
31276 | 1771 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il> |
1772 | |
1773 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix. | |
1774 | |
31264 | 1775 2000-08-29 Dave Love <fx@gnu.org> |
1776 | |
31270 | 1777 * diff-mode.el (diff-mode) <defgroup>: Add :version. |
1778 (diff-mode-shared-map): Bind mouse-2. | |
1779 (diff-imenu-generic-expression): New variable. | |
1780 (diff-mode): Use it. | |
1781 | |
31264 | 1782 * mouse.el (mouse-major-mode-menu): Use local-key-binding. |
1783 (mouse-popup-menubar): Add minor mode menus. | |
1784 (popup-menu): Check for lookup-key returning number. | |
1785 | |
31263 | 1786 2000-08-29 Miles Bader <miles@gnu.org> |
1787 | |
1788 * comint.el (comint-send-input): Create overlays using the proper | |
1789 front/read-advance arguments. | |
1790 | |
31254 | 1791 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1792 | |
1793 * ps-print.el: Even/odd pages printing. Doc fix. | |
1794 (ps-print-version): New version number (6.0). | |
1795 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image) | |
1796 (ps-background, ps-begin-file, ps-begin-job): Code fix. | |
1797 (ps-print-duplex-feature): Variable eliminated. | |
1798 (ps-even-or-odd-pages): New variable. | |
1799 | |
31265
d33c1be1708d
Fix the file name in the entries for ebnf2ps.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31264
diff
changeset
|
1800 * progmodes/ebnf2ps.el: Doc fix. |
31256 | 1801 (ebnf-version): New version (3.3). |
1802 (ebnf-user-arrow): Change variable customization to sexp. | |
1803 (ebnf-user-arrow): Function eliminated. | |
1804 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix. | |
1805 | |
31242 | 1806 2000-08-29 Kenichi Handa <handa@etl.go.jp> |
1807 | |
31244 | 1808 * help.el (help-xref-mule-regexp): New variable. |
31242 | 1809 (help-make-xrefs): Handle help-xref-mule-regexp. |
1810 | |
1811 * international/mule-cmds.el (help-xref-mule-regexp-template): New | |
1812 variable. | |
1813 (describe-input-method): Temporarily activate the specfied input | |
1814 method to display the information. | |
1815 (describe-language-environment): Hyperlinks to mule related items. | |
1816 | |
1817 * international/mule-diag.el (charset-multibyte-form-string): New | |
1818 function. | |
1819 (list-character-sets-1): Use charset-multibyte-form-string. | |
1820 (describe-character-set): New function. | |
1821 (describe-coding-system): Hyperlinks to safe character sets. | |
1822 | |
1823 * international/quail.el (quail-help): New arg PACKAGE. | |
1824 Hyperlinks to mule related items. | |
1825 (quail-help-insert-keymap-description): Use | |
1826 substitute-command-keys instead of describe-bindings. | |
1827 (quail-translation-help): Hyperlinks to mule related items. | |
1828 | |
31240 | 1829 2000-08-28 John Wiegley <johnw@gnu.org> |
1830 | |
31241 | 1831 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to |
1832 have a defsubst call itself. Made `eshell-flatten-list' back into | |
1833 a function again. | |
1834 | |
31240 | 1835 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety |
1836 catch, in case re-centering point at bottom messes up the display. | |
1837 This happens frequently in Emacs 21, due I believe to variable | |
1838 line heights. | |
1839 | |
1840 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order | |
1841 to call `find-tag-interactive'. | |
1842 | |
1843 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display | |
1844 the list of remember directories. | |
1845 | |
31239 | 1846 2000-08-28 John Wiegley <johnw@gnu.org> |
1847 | |
1848 * align.el: Test align-region-separate to see if it's a symbol. | |
1849 | |
31323
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
1850 2000-08-28 John Wiegley <johnw@gnu.org> |
31239 | 1851 |
1852 * eshell/esh-util.el (eshell-flatten-list): Made this function | |
1853 into a defsubst form. It gets used very frequently, although | |
1854 calls don't occur all that often. | |
1855 | |
1856 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before | |
1857 examining it. | |
1858 | |
1859 * eshell/esh-cmd.el (eshell-rewrite-while-command): | |
1860 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of | |
1861 `eshell-protect'. | |
1862 (eshell-copy-handles): Created a new macro for duplicating the | |
1863 current set of open handles. This is needed by the looping | |
1864 functions. | |
1865 (eshell-do-eval): Fixed while and if, so that the eshell-test-body | |
1866 is not incorrectly stomped on. | |
1867 | |
1868 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror | |
1869 declaration for pcomplete-use-paring. | |
1870 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the | |
1871 value of eshell-cmpl-use-paring. | |
1872 * pcomplete.el (pcomplete-use-paring): New config variable, to | |
1873 indicate whether paring should be used. | |
1874 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out | |
1875 completion alternatives that have already been used. | |
1876 | |
1877 * eshell/esh-mode.el (eshell-repeat-argument): Added function, | |
1878 bound to C-c C-y, which will repeat the previous N arguments | |
1879 (based on prefix argument). | |
1880 (eshell-mode): Bind C-c C-y to eshell-repeat-argument. | |
1881 | |
1882 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer | |
1883 if there is no *Help* buffer. This is for XEmacs, which renames | |
1884 its help buffers uniquely. TODO: Find out what the current buffer | |
1885 name to delete is. | |
1886 | |
1887 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the | |
1888 first entry that correlates to a passwd/group number. Later | |
1889 entries (used for group/user name aliasing to multiple IDs) are | |
1890 ignored. | |
1891 | |
1892 * eshell/em-xtra.el (eshell/expr): | |
1893 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make) | |
1894 (eshell-grep, eshell/diff, eshell/locate): | |
1895 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the | |
1896 argument list, before passing it to the system command. | |
1897 | |
1898 * eshell/esh-mode.el (eshell-find-tag): Added a special version of | |
1899 `find-tag' for use at final position in Eshell buffers (which | |
1900 otherwise triggers an error on Emacs 21). | |
1901 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell | |
1902 buffer, if it is currently bound to `find-tag'. | |
1903 | |
1904 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile | |
1905 in the list of matched Makefile names. | |
1906 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current | |
1907 directory, prefer its contents to Makefile. | |
1908 | |
1909 * eshell/em-dirs.el (eshell/cd): cd commands that look up | |
1910 directory parts (like "cd old new", or "cd =regexp"), are now case | |
1911 sensitive on non-Windows/DOS platforms. | |
1912 | |
1913 * eshell/esh-mode.el (eshell-parse-command-input): When a user | |
1914 types RET after an open delimiter (like "), display a message | |
1915 indicating that Eshell is waiting for the closing delimiter. | |
1916 | |
1917 * eshell/esh-var.el (eshell/unset): Added a command for unsetting | |
1918 environment variables. | |
1919 | |
1920 * eshell/em-unix.el (eshell/diff): Added logic to fail more | |
1921 gracefully if the user enters incorrect arguments. | |
1922 | |
1923 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in | |
1924 Eshell buffers. | |
1925 | |
1926 * eshell/esh-var.el (eshell-interpolate-variable): | |
1927 * eshell/esh-mode.el (eshell-move-argument): | |
1928 * eshell/em-unix.el (eshell-du-sum-directory): | |
1929 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): | |
1930 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of | |
1931 (not (= ...)). | |
1932 | |
1933 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply', | |
1934 to ensure the `preserve' flag gets propagated when doing recursive | |
1935 directory copies. | |
1936 | |
31323
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
1937 2000-08-28 Stefan Monnier <monnier@cs.yale.edu> |
31239 | 1938 |
1939 * eshell/em-hist.el (eshell-put-history, eshell-get-history): | |
1940 Don't convert \n into \0177 in memory. | |
1941 (eshell-read-history, eshell-write-history): Convert \n to \0177, | |
1942 and back again, when reading and writing. | |
1943 | |
31323
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
1944 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il> |
31239 | 1945 |
1946 * eshell/esh-util.el (eshell-processp): Added to relieve constant | |
1947 testing of `fboundp' on `processp'. | |
1948 | |
1949 * eshell/esh-proc.el (eshell/kill): Use eshell-processp. | |
1950 (eshell/jobs): Don't call process-list if it is not bound. | |
1951 (eshell-gather-process-output): Support systems where async | |
1952 subprocesses aren't supported. | |
1953 (eshell-scratch-buffer, eshell-last-sync-output-start): New | |
1954 variables. | |
1955 | |
1956 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when | |
1957 eshell-do-eval returns t. | |
1958 (eshell-do-pipelines-synchronously): New defmacro. | |
1959 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines | |
1960 when async subprocesses aren't supported. | |
1961 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer | |
1962 if async subprocesses aren't supported. | |
1963 (eshell-resume-command): Don't assume STATUS is a string. | |
1964 | |
1965 * eshell/em-unix.el (eshell/rm): Use eshell-processp. | |
1966 | |
1967 * eshell/esh-io.el (eshell-virtual-targets): Doc fix. | |
1968 (eshell-close-target, eshell-get-target): Use eshell-processp. | |
1969 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc | |
1970 fix. | |
1971 (eshell-get-target, eshell-create-handles): Doc fix. | |
1972 | |
31323
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
1973 2000-08-28 Miles Bader <miles@lsi.nec.co.jp> |
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
1974 |
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
1975 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the |
31239 | 1976 criterion to include commands that output something, as long as it |
1977 leaves both the command and the end-of-buffer visible when the | |
1978 command has exited. | |
1979 (eshell-review-quick-commands): Adjust the help doc string | |
1980 accordingly. | |
1981 | |
31236
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
1982 2000-08-28 Peter Breton <pbreton@ne.mediaone.net> |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
1983 |
31238
d9e6c7b507bd
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31236
diff
changeset
|
1984 * locate.el (locate): Cleaned up locate command's interactive prompting |
31242 | 1985 Thanks to Fran,Ag(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions. |
31238
d9e6c7b507bd
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31236
diff
changeset
|
1986 |
31236
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
1987 * filecache.el (file-cache-case-fold-search): New variable |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
1988 (file-cache-assoc-function): New variable |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
1989 (file-cache-minibuffer-complete): Use file-cache-assoc-function. |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
1990 Use file-cache-case-fold-search variable |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
1991 (file-cache-add-file): Use file-cache-assoc-function |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
1992 (file-cache-delete-file): likewise |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
1993 (file-cache-directory-name): likewise |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
1994 (file-cache-debug-read-from-minibuffer): likewise |
53ceca8d12b9
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
31231
diff
changeset
|
1995 |
31231 | 1996 2000-08-28 Gerd Moellmann <gerd@gnu.org> |
1997 | |
1998 * abbrev.el (list-abbrevs): Add optional parameter LOCAL. | |
1999 (abbrev-table-name): New function. | |
2000 (prepare-abbrev-list-buffer): Add optional parameter LOCAL. | |
2001 If non-nil list local abbrev, only. | |
2002 | |
31229 | 2003 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu> |
2004 | |
31323
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
2005 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*" |
1010a301ea56
Fix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31314
diff
changeset
|
2006 from Gnus support code, and use special article copy buffer |
31229 | 2007 `(gnus-original-article-buffer)' instead. This allows to get rid |
2008 of article-hide-headers usage (which breaks in the latest Gnus | |
2009 version). Thanks to Detlev Zundel. | |
2010 | |
31216 | 2011 2000-08-28 Kenichi Handa <handa@etl.go.jp> |
2012 | |
2013 * international/quail.el (quail-use-package): Hide "... loaded" | |
2014 message. | |
2015 (quail-start-translation, quail-start-conversion): Likewise. | |
2016 | |
2017 * international/kkc.el (kkc-region): Hide "... loaded" message. | |
2018 | |
31212 | 2019 2000-08-27 Dave Love <fx@gnu.org> |
2020 | |
2021 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg. | |
2022 | |
31198 | 2023 2000-08-27 Miles Bader <miles@gnu.org> |
2024 | |
2025 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts. | |
2026 | |
31195 | 2027 2000-08-27 Kenichi Handa <handa@etl.go.jp> |
2028 | |
2029 * international/ja-dic-cnv.el (skkdic-convert): Insert (require | |
2030 'ja-dic-cnv), not (require 'skkdic-cnv). | |
2031 | |
31180 | 2032 2000-08-26 Miles Bader <miles@gnu.org> |
2033 | |
31194 | 2034 * faces.el (face-x-resources): Add entry for :inherit. |
2035 * cus-face.el (custom-face-attributes): Add support for :inherit | |
2036 attribute. Add support for relative face heights. | |
2037 (custom-face-attributes-get): Treat `nil' as being a default value | |
2038 for :inherit (as well as `unspecified'). | |
2039 | |
31191 | 2040 * faces.el (set-face-attribute): Update doc string. |
2041 (face-attribute-name-alist): Add :inherit. | |
2042 (face-valid-attribute-values): Handle :inherit. | |
2043 (face-read-string): Rephrase prompt to be less confusing. | |
2044 Assume that DEFAULT is a string, since we must return a string. | |
2045 (face-read-integer): Use `format' to turn DEFAULT into an | |
2046 acceptable default for face-read-string. Match NEW-VALUE against | |
2047 the string "unspecified", not the symbol `unspecified', since | |
2048 that's what face-read-string returns. | |
2049 (read-face-attribute): Lookup a name for old-value in valid, and | |
2050 use it as a default if we find one. Treat all values from | |
2051 face-read-string as strings. If the default is used, don't do any | |
2052 more processing on the value, just use the old value directly. | |
2053 (read-face-and-attribute, modify-face): Tweak prompt. | |
2054 (read-face-name): Don't assume prompt ends with a space. | |
2055 | |
31180 | 2056 * faces.el (describe-face): Add support for :inherit attribute. |
2057 | |
31166 | 2058 2000-08-25 Kenichi Handa <handa@etl.go.jp> |
2059 | |
31167 | 2060 * terminal.el (terminal-emulator): Fix args to `concat'. Now |
2061 concat doesn't accept interger. | |
2062 | |
31166 | 2063 * international/kkc.el: Remove SKK from Keywords. Require |
2064 ja-dic-utl instead of skkdic-utl. | |
2065 | |
2066 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el. | |
2067 Provide ja-dic-cnv instead of skkdic-cnv. | |
2068 (ja-dic-filename): Renamed from skkdic-filename. Referers changed | |
2069 (iso-2022-7bit-short): Add safe-charsets property. | |
2070 (skkdic-convert-postfix): Search Japanese chou-on character in | |
2071 addition to Hiragana character. | |
2072 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise. | |
2073 (skkdic-convert): Change file names from skkdic.el to ja-dic.el | |
2074 (batch-skkdic-convert): Likewise. | |
2075 | |
2076 * international/ja-dic-utl.el: Renamed from skkdic-utl.el. | |
2077 Provide ja-dic-utl instead of skkdic-utl. | |
2078 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic. | |
2079 | |
31156 | 2080 2000-08-24 Dave Love <fx@gnu.org> |
2081 | |
31158 | 2082 * disp-table.el (standard-display-default): Make the test of `l' |
2083 useful. | |
2084 | |
31156 | 2085 * language/european.el ("Latin-8", "Latin-9"): Add input methods, |
2086 mod sample text. | |
2087 | |
2088 * international/iso-ascii.el: Make pilcrow convenient string | |
2089 consistent with section. | |
2090 (iso-ascii-display): Set up multibyte characters as well as | |
2091 unibyte. | |
2092 | |
31137 | 2093 2000-08-24 Kenichi Handa <handa@etl.go.jp> |
2094 | |
2095 * international/mule-cmds.el (reset-language-environment): Set | |
2096 default-process-coding-system to '(undecided . iso-latin-1), which | |
2097 makes process I/O almost consistent with file I/O. Call this | |
2098 function when mule-cmds.el[c] is loaded. | |
2099 | |
31092 | 2100 2000-08-22 Andrew Innes <andrewi@gnu.org> |
2101 | |
2102 * makefile.w32-in: New file. | |
2103 | |
31038 | 2104 2000-08-22 Miles Bader <miles@lsi.nec.co.jp> |
2105 | |
2106 * comint.el (comint-output-filter): Compare end of | |
2107 comint-last-output-overlay with the start of the newly inserted | |
2108 text, not the end, when deciding whether to extend it. | |
2109 Set saved-point's insertion type to advance after insertion. | |
2110 | |
2111 * shell.el (shell-font-lock-keywords): Remove prompt highlighting, | |
2112 since this is now done independently of font-lock mode. | |
2113 | |
31009 | 2114 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
2115 | |
2116 * server.el (server-kill-new-buffers): New user option. | |
2117 (server-existing-buffer): New buffer-local variable. | |
2118 (server-visit-files): When using an existing buffer, set | |
2119 server-existing-buffer to t. | |
2120 (server-buffer-done): If server-kill-new-buffers is t, kill the | |
2121 buffer, unless it was already present before visiting it with | |
2122 Emacs server. | |
2123 | |
31006 | 2124 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il> |
2125 | |
2126 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag, | |
2127 even if the display doesn't support colors: some displays will | |
2128 support bold/underline faces. | |
2129 | |
30997 | 2130 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
2131 | |
31004 | 2132 * emacs-lisp/cl.el (cl-macroexpand): Doc fix. |
2133 | |
30997 | 2134 * startup.el (command-line): If user's init file had an error, |
2135 add explanatory text to *Messages*. | |
2136 | |
30994 | 2137 2000-08-21 Kenichi Handa <handa@etl.go.jp> |
2138 | |
2139 * man.el (Man-getpage-in-background): Decode the process output by | |
2140 the system locale coding system. | |
2141 | |
30980 | 2142 2000-08-20 Dave Love <fx@gnu.org> |
2143 | |
30991 | 2144 * wid-edit.el (widget-choose, widget-choice-mouse-down-action): |
2145 Don't test x-popup-menu. | |
2146 (function) <complete-function>: Complete only fbound symbols. | |
2147 <validate, value>: New. | |
2148 (variable) <complete-function>: Complete only bound symbols. | |
2149 (coding-system): Add :base-only, :complete-function, :validate, | |
2150 :value, :prompt-match. | |
2151 (widget-coding-system-prompt-value): Use read-coding-system and | |
2152 act on :base-only. | |
2153 (editable-field): Add :help-echo. | |
2154 (widget-push-button-gui, widget-push-button-cache) | |
2155 (widget-gui-action, widget-editable-list-gui): COmment out, along | |
2156 with uses. | |
2157 (widget-at): Make arg optional. | |
2158 (widget-echo-help): Adjust for current help-echo calling sequence. | |
2159 (widget-specify-field, widget-specify-button) | |
2160 (widget-specify-insert, widget-get-sibling, widget-image-find) | |
2161 (widget-convert, widget-insert, widget-leave-text) | |
2162 (widget-beginning-of-line, widget-end-of-line, widget-kill-line) | |
2163 (widget-setup, widget-field-find, widget-before-change) | |
2164 (widget-after-change, widget-default-complete) | |
2165 (widget-default-create, widget-default-delete) | |
2166 (widget-push-button-value-create, editable-field) | |
2167 (widget-field-prompt-value, widget-field-validate) | |
2168 (widget-choice-value-create, widget-choice-action) | |
2169 (widget-choice-validate, widget-checklist-add-item) | |
2170 (widget-radio-add-item, widget-radio-chosen) | |
2171 (widget-radio-value-inline, widget-editable-list-value-create) | |
2172 (widget-editable-list-entry-create) | |
2173 (widget-documentation-link-add) | |
2174 (widget-documentation-string-value-create) | |
2175 (widget-regexp-validate, widget-file-complete) | |
2176 (widget-sexp-validate, widget-plist-convert-widget) | |
2177 (widget-plist-convert-widget, widget-alist-convert-widget) | |
2178 (widget-alist-convert-widget, widget-color-complete): Simplify, | |
2179 particularly to avoid bindings which aren't optimized out. | |
2180 | |
30980 | 2181 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces): |
2182 Doc fix. | |
2183 (down-list, backward-up-list, up-list, kill-sexp) | |
2184 (backward-kill-sexp, mark-sexp): Make arg optional. | |
2185 (lisp-complete-symbol): Add optional arg PREDICATE. | |
2186 | |
2187 * cus-start.el: Add display-buffer-reuse-frames, | |
2188 file-coding-system-alist. | |
2189 | |
30975 | 2190 2000-08-20 Gerd Moellmann <gerd@gnu.org> |
2191 | |
2192 * startup.el (command-line): Clear realized faces after | |
2193 modifying TTY color mappings. | |
2194 | |
30972 | 2195 2000-08-20 Miles Bader <miles@gnu.org> |
2196 | |
2197 * faces.el (face-attr-match-p): Don't return true if ATTRS are | |
2198 merely a subset of FACE's attributes. | |
2199 | |
30966 | 2200 2000-08-19 Miles Bader <miles@gnu.org> |
2201 | |
2202 * comint.el (comint-output-filter): Save the point with a marker, | |
2203 not just a buffer position. | |
2204 | |
2205 * international/mule.el (set-buffer-process-coding-system): Make | |
2206 interactive prompt less confusing. | |
2207 | |
30963 | 2208 2000-08-19 Gerd Moellmann <gerd@gnu.org> |
2209 | |
2210 * hilit-chg.el: General cleanup of doc strings, comments and | |
2211 code formatting. | |
2212 | |
30960 | 2213 2000-08-19 Miles Bader <miles@gnu.org> |
2214 | |
2215 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line): | |
2216 Compiler macro removed; beginning-of-line is no longer always | |
2217 equivalent to forward-line, in the presence of fields. | |
2218 | |
2219 * comint.el (comint-output-filter): Remove ad-hoc saving of | |
2220 restriction, and just use save-restriction, now that it works | |
2221 correctly. Don't adjust comint-last-input-start to account for | |
2222 our insertion; it shouldn't have moved because we don't use | |
2223 insert-before-markers anymore. Comment out call to | |
2224 `force-mode-line-update'; why is it here? | |
2225 | |
2226 * gud.el (gud-basic-call): Temporarily widen gud comint buffer | |
2227 while checking for prompt to delete. Use `forward-line 0' | |
2228 instead of beginning-of-line. | |
2229 (gud-filter): Temporarily widen gud comint buffer while | |
2230 examining output. | |
2231 | |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
2232 2000-08-18 Stefan Monnier <monnier@cs.yale.edu> |
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
2233 |
31018
c5196e8ccc16
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31009
diff
changeset
|
2234 * progmodes/sh-script.el: Big bag of typos. |
c5196e8ccc16
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31009
diff
changeset
|
2235 |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
2236 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp |
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
2237 check since ispell-process is not bound when ispell is not yet loaded. |
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
2238 |
30953 | 2239 2000-08-18 Dave Love <fx@gnu.org> |
2240 | |
2241 * image.el (find-image): Copy `spec' before using plist-put. | |
2242 | |
30948 | 2243 2000-08-18 Gerd Moellmann <gerd@gnu.org> |
2244 | |
2245 * textmodes/ispell.el (ispell-dictionary-alist-6): Add | |
2246 `portugues'. | |
2247 | |
2248 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to | |
2249 backward-kill-sexp, analogous to kill-sexp. | |
2250 | |
2251 * progmodes/icon.el (icon-indent-line) | |
2252 (icon-is-continuation-line): Handle comments specially. | |
2253 | |
2254 2000-08-17 Ken Stevens <k.stevens@ieee.org> | |
2255 | |
2256 * ispell.el: Set to standard author/maintainer/keyword fields. | |
2257 Fine tuning to menu map appearance and operation, and added help. | |
2258 Remove `start' and `end' error messages when compiling. | |
2259 (ispell-choices-win-default-height): Fixed comment string. | |
2260 (ispell-dictionary-alist-1): Fixed regexp in castellano and | |
2261 castellano8 dictionaries. | |
2262 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary. | |
2263 (ispell-dictionary-alist-4): Fixed regexp in francais-tex | |
2264 dictionary, added italiano dictionary. | |
2265 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a | |
2266 word character | |
2267 (ispell-tex-skip-alists): Added psfig support. | |
2268 (ispell-skip-html): Renamed from ispell-skip-sgml. | |
2269 (ispell-begin-skip-region-regexp, ispell-skip-region) | |
2270 (ispell-minor-check): Improved html skipping support to skip across | |
2271 code, and recognize `&' commands without propper `;' syntax; | |
2272 (ispell-process-line): Fix alignment error when manually | |
2273 correcting spelling. | |
2274 (ispell): Fix comment string. | |
2275 (ispell-add-per-file-word-list): Always put word list on new line. | |
2276 | |
30922 | 2277 2000-08-17 Gerd Moellmann <gerd@gnu.org> |
2278 | |
30928 | 2279 * format.el (format-encode-run-method): Fix error message to say |
2280 `encode' instead of `decode'. Use save-window-excursion around | |
2281 shell-command-on-region as in format-decode-run-method because | |
2282 shell-command-on-region can display a buffer with error output. | |
2283 (format-decode): Don't record undo information for the decoding. | |
2284 (format-annotate-function): Add parameter FORMAT-COUNT. Make | |
2285 that number part of the temporary buffer name so that more than | |
2286 one decoding using a temporary buffer can happen safely. | |
2287 | |
2288 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead | |
2289 of `A-z' in the regexp. | |
2290 | |
2291 * hilit-chg.el: Fix typos in commentary. | |
2292 | |
30922 | 2293 * help.el (view-emacs-news): Rewritten for new naming scheme |
2294 for old NEWS files. | |
2295 | |
2296 * startup.el (command-line): Pop to *Messages* in case an error | |
2297 is signaled while loading user-init-file. | |
2298 | |
30908
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
2299 2000-08-17 Andreas Schwab <schwab@suse.de> |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
2300 |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
2301 * files.el (insert-directory): Don't lose original file name, |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
2302 undoing an undocumented change. |
ab7340cbf81f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30906
diff
changeset
|
2303 |
30906 | 2304 2000-08-17 Alex Schroeder <alex@gnu.org> |
2305 | |
2306 * sql.el (sql-magic-go): Use comint-bol. | |
2307 (sql-copy-column): Use comint-line-beginning-position. | |
2308 (comint-line-beginning-position): Define a replacement for | |
2309 comint-line-beginning-position if it is not fboundp. | |
2310 | |
2311 2000-08-17 Alex Schroeder <alex@gnu.org> | |
2312 | |
2313 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map; | |
2314 it didn't have any effect anyway. | |
2315 | |
2316 2000-08-17 Alex Schroeder <alex@gnu.org> | |
2317 | |
2318 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters | |
2319 --pset and pager=off instead of sending \\o|cat at the beginning | |
2320 of the session. | |
2321 | |
30903 | 2322 2000-08-17 Miles Bader <miles@gnu.org> |
2323 | |
2324 * progmodes/octave-inf.el: Add compatibility definition of | |
2325 comint-line-beginning-position. | |
2326 | |
30898 | 2327 2000-08-17 Kenichi Handa <handa@etl.go.jp> |
2328 | |
2329 * startup.el (normal-top-level): Look in each dir in load-path for | |
2330 a leim-list.el file too. This assures of loading leim-list.el | |
2331 that is created at Emacs installation time even if a user have his | |
2332 own leim-list.el. | |
2333 | |
30897 | 2334 2000-08-17 Miles Bader <miles@gnu.org> |
2335 | |
2336 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the | |
2337 foreground color to black if the background is dark. | |
2338 | |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2339 2000-08-16 Stefan Monnier <monnier@cs.yale.edu> |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2340 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2341 * loadhist.el (unload-feature): Typo. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2342 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2343 * finder.el (finder-compile-keywords): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2344 * cus-dep.el (custom-make-dependencies): Add local-variable settings |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2345 to the generated file. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2346 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2347 * mail/mh-e.el (mh-make-local-vars): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2348 Replace make-variable-buffer-local with make-local-variable. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2349 |
30955
3e6393238058
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30953
diff
changeset
|
2350 * play/landmark.el: |
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2351 * options.el (Edit-options-{set,toggle,t,nil}): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2352 * mail/mailabbrev.el (mail-abbrevs-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2353 * textmodes/tex-mode.el (tex-expand-files): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2354 * textmodes/outline.el (outline-minor-mode): Don't quote lambda. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2355 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2356 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2357 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2358 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point). |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2359 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2360 Allow going past the last element. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2361 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark) |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2362 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2363 (cvs-mouse-toggle-mark): Don't move point. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2364 (cvs-revert-if-needed): Avoid re-eval of local variables and modes. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2365 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2366 * progmodes/compile.el (grep): Provide a default set of files. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2367 (next-error): Docstring fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2368 (compilation-find-file): Avoid find-file (fails in a dedicated window). |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2369 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2370 * emacs-lisp/easy-mmode.el (define-minor-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2371 Use `symbol-value' to keep the byte-compiler quiet. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2372 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2373 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2374 (diff-find-source-location): New fun, extracted from diff-goto-source. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2375 (diff-goto-source): Use it. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2376 (diff-next-complex-hunk, diff-filter-lines): New function. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2377 (diff-apply-hunk): New command. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2378 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2379 * smerge-mode.el (smerge-mode-menu): Doc fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2380 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2381 * msb.el (msb-mode): Define it in terms of define-minor-mode. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2382 |
30870 | 2383 2000-08-16 Dave Love <fx@gnu.org> |
2384 | |
30894 | 2385 * windmove.el (windmove) <defgroup>: Add :version. |
2386 | |
2387 * net/goto-addr.el: Don't require browse-url. Require thingatpt. | |
2388 (goto-address-fontify-p, goto-address-highlight-p) | |
2389 (goto-address-url-face, goto-address-url-mouse-face) | |
2390 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix. | |
2391 (goto-address-url-regexp): Use thing-at-point-url-regexp. | |
2392 (goto-address-fontify, goto-address-at-mouse): Simplify, | |
2393 (goto-address-at-point): browse-url-url-at-point, | |
2394 goto-address-find-address-at-point can return nil. | |
2395 (goto-address-find-address-at-point): Return nil on failure. | |
2396 | |
2397 * align.el (align) <defgroup>: Add :version. | |
2398 | |
2399 * calculator.el (calculator): Add :version. | |
2400 (calculator): Use two lines for calculator window if `modeline' | |
2401 face is boxed. | |
2402 | |
30870 | 2403 * play/5x5.el: Doc fixes. |
2404 (5x5) <defgroup>: Add :version. | |
2405 | |
2406 * play/fortune.el (fortune) <defgroup>: Add :version. | |
2407 (fortune-append): Fix error message. | |
2408 (fortune-from-region): Doc fix. | |
2409 | |
2410 * play/pong.el (pong): Doc fix. | |
2411 | |
2412 * play/morse.el: Keywords, commentary, autoloads. | |
2413 | |
30854 | 2414 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il> |
2415 | |
2416 * desktop.el (desktop-save): Don't look at symbol-value of a | |
2417 member of minor-mode-alist, unless it is boundp. | |
2418 | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
2419 2000-08-16 Sam Steingold <sds@gnu.org> |
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
2420 |
30897 | 2421 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
2422 `while'; use `with-current-buffer' instead of `save-excursion'. |
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
2423 Removed unnecessary kludges now that "*Buffer List*" is excluded. |
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
2424 |
30846 | 2425 2000-08-16 Kenichi Handa <handa@etl.go.jp> |
2426 | |
2427 * international/ccl.el (declare-ccl-program): Docstring modified. | |
2428 (ccl-execute-with-args): Likewise. | |
2429 | |
30839 | 2430 2000-08-16 Miles Bader <miles@gnu.org> |
2431 | |
30903 | 2432 * progmodes/sql.el: Add compatibility definition of |
30839 | 2433 comint-line-beginning-position. |
2434 | |
30808 | 2435 2000-08-15 Gerd Moellmann <gerd@gnu.org> |
2436 | |
30829 | 2437 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as |
2438 'buffer-menu' property. | |
2439 (Buffer-menu-buffer): Use `buffer' property if `buffer-name' | |
2440 fails. | |
2441 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name | |
2442 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer | |
2443 wasn't killed. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
2444 |
30825 | 2445 * buff-menu.el (list-buffers-noselect): Don't display the |
2446 *Buffer List* buffer. | |
2447 | |
30822 | 2448 * font-lock.el: Require jit-lock to prevent a very late |
2449 `Loading jit-lock' message. | |
2450 | |
30808 | 2451 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
2452 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors' |
30808 | 2453 mail address. |
2454 | |
30804 | 2455 2000-08-15 Miles Bader <miles@gnu.org> |
2456 | |
2457 * textmodes/ispell.el (ispell-graphic-p): New constant. | |
2458 (ispell-choices-win-default-height, ispell-help): Use | |
2459 `ispell-graphic-p' instead of `xemacsp'. | |
2460 | |
30802 | 2461 2000-08-15 Dave Love <fx@gnu.org> |
2462 | |
30842 | 2463 * simple.el: Autoload widget-convert when compiling. |
2464 (mail-user-agent): Doc fix. | |
2465 | |
2466 * help.el (function-called-at-point, variable-at-point): Use | |
2467 with-syntax-table. | |
2468 (help-manyarg-func-alist): Add insert-and-inherit. | |
2469 | |
2470 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'. | |
2471 | |
2472 * delsel.el (delsel-unload-hook): New function. | |
2473 | |
2474 * find-file.el: Doc fixes. Move provide to end. | |
2475 (ff) <defgroup>: Add :link. | |
2476 (ff-goto-click): Deleted. | |
2477 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window): | |
2478 Use mouse-set-point. | |
2479 | |
2480 * textmodes/tildify.el: Doc fixes. | |
2481 (tildify) <defgroup>: Add:version. | |
2482 | |
2483 * progmodes/glasses.el (glasses) <defgroup>: Add :version. | |
2484 (glasses-custom-set): Use set-default, not set. | |
2485 (minor-mode-alist): Propertize the lighter. | |
2486 (glasses-mode): Provide optional arg. | |
2487 | |
30813 | 2488 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link. |
2489 (global-cwarn-mode): Don't make it a user option. Unquote lambda. | |
2490 (cwarn-font-lock-feature-keywords-alist): Don't make it a user | |
2491 option. Provide :type. | |
2492 (cwarn-configuration): Provide :type. | |
2493 (cwarn-mode): Doc fix. | |
2494 | |
2495 * add-log.el (change-log-merge): Doc fix. | |
2496 (change-log-redate): New command. | |
2497 | |
30802 | 2498 * net/browse-url.el (browse-url-filename-alist): Add a clause for |
2499 Doze and Dog. | |
2500 (browse-url): Use dolist, not mapcar. | |
2501 (browse-url-at-point): Check for null url. | |
2502 (browse-url-event-buffer, browse-url-event-point): Functions | |
2503 deleted. | |
2504 (browse-url-at-mouse, browse-url-netscape): Simplify. | |
2505 | |
2506 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus | |
2507 modes. | |
2508 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators): | |
2509 Fix previous change to mapcan. | |
2510 (msb--init-file-alist, msb--add-separators) | |
2511 (msb--make-keymap-menu): Simplify. | |
2512 (msb--choose-file-menu): Use copy-sequence. | |
2513 (msb-mode-map): Add title to keymap. | |
2514 (msb-unload-hook): New function. | |
2515 | |
2516 * bs.el: Fix indentation. | |
2517 (bs) <defgroup>: Add :links. | |
30894 | 2518 (bs-show): Doc fix. |
2519 (bs-apply-sort-faces): Don't use window-system. | |
2520 (bs-mode-font-lock-keywords): Avoid testing for XEmacs. | |
30802 | 2521 |
30796 | 2522 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il> |
2523 | |
2524 * calendar/timeclock.el (timeclock-file): Run .timelog through | |
2525 convert-standard-filename. | |
2526 | |
30788 | 2527 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
2528 | |
30790 | 2529 * emacs-lisp/authors.el: New file. |
2530 | |
30788 | 2531 * paren.el (show-paren-priority): New user option. |
2532 (show-paren-function): Set overlay priorities to | |
2533 show-paren-priority. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
2534 |
30783 | 2535 2000-08-14 Miles Bader <miles@gnu.org> |
2536 | |
2537 * comint.el (comint-bol): Use `forward-line 0' instead of calling | |
2538 beginning-of-line with inhibit-field-text-motion bound. | |
2539 | |
30781 | 2540 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
2541 | |
2542 * calendar/timeclock.el: New file. | |
2543 | |
2544 2000-08-14 David Ponce <david@dponce.com> | |
2545 | |
2546 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to | |
2547 `widget-button-click'. so that one can use left mouse button to | |
2548 click on dialog buttons. | |
2549 | |
2550 2000-08-14 Emmanuel Briot <briot@gnat.com> | |
2551 | |
2552 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase | |
2553 identifiers, since XML is case sensitive | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
2554 |
30767 | 2555 2000-08-12 Miles Bader <miles@gnu.org> |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
2556 |
30769 | 2557 * comint.el (comint-output-filter): Don't bother frobbing |
2558 window-start, it doesn't seem to be necessary. | |
30767 | 2559 |
2560 * comint.el (comint-send-string, comint-send-region): Make into | |
2561 real functions. Snapshot the prompt before sending. | |
2562 | |
30764 | 2563 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
2564 | |
2565 * info.el (Info-find-emacs-command-nodes): Rewrite to use | |
2566 technique similar to Info-index, instead of relying on specific | |
2567 names of relevant Index nodes. | |
2568 (Info-goto-emacs-command-node): Bind Info-history to nil when | |
2569 going to the first node found by Info-find-emacs-command-nodes. | |
2570 | |
30770
dfa82b47c25d
Fix a typo in Eli Zaretskii's name.
Eli Zaretskii <eliz@gnu.org>
parents:
30769
diff
changeset
|
2571 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
30758 | 2572 |
2573 * menu-bar.el (menu-bar-help-menu): Add a :help string. | |
2574 | |
30741 | 2575 2000-08-10 Miles Bader <miles@gnu.org> |
2576 | |
2577 * comint.el (comint-output-filter): Doc fixes & misc code cleanup. | |
2578 | |
30739 | 2579 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
2580 | |
2581 * info.el (Info-file-list-for-emacs): More elements for the | |
2582 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs, | |
2583 and woman manuals. | |
2584 | |
30737 | 2585 2000-08-10 Miles Bader <miles@lsi.nec.co.jp> |
2586 | |
2587 * comint.el (comint-send-input): Make the newline boundary overlay | |
2588 rear-nonsticky. Use `insert' instead of `insert-before-markers'. | |
2589 (comint-output-filter): Use `insert' instead of | |
2590 `insert-before-markers'. Extend comint-last-output-overlay when | |
2591 necessary since we can't rely on insert-before-markers to do it. | |
2592 * gud.el (gud-filter): Use `with-current-buffer' instead of | |
2593 save-excursion when inserting the output, so that point gets | |
2594 updated correctly; the old method relied on a rather dodgy | |
2595 side-effect of comint-output-filter to avoid the effect of | |
2596 save-excursion. | |
2597 | |
30734 | 2598 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
2599 | |
2600 * files.el (recover-file): Call insert-directory instead of | |
2601 invoking `ls' directly. | |
2602 | |
30732 | 2603 2000-08-10 Miles Bader <miles@gnu.org> |
2604 | |
2605 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face) | |
2606 (comint-last-prompt-overlay): New variables. | |
2607 (comint-output-filter): Implement prompt highlighting. | |
2608 (comint-snapshot-last-prompt): New function. | |
2609 (comint-send-input): Snapshot the last prompt. | |
2610 Use comint-highlight-input-face. | |
2611 (comint-highlight-input-face): Renamed from `comint-highlight-face'. | |
2612 Use defface instead of defcustom. | |
2613 (send-invisible, comint-send-eof): Snapshot the last prompt. | |
2614 (comint-delchar-or-maybe-eof): Use comint-send-eof. | |
2615 (comint-mode): Make `comint-last-prompt-overlay' buffer-local. | |
2616 | |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
2617 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
2618 |
30719
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
2619 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
2620 (regexp-opt-group): Use a list of chars for `letters'. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
2621 (regexp-opt-charset): `chars' is now a list of chars. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
2622 Use a char-table rather than a vector so it works for multibyte chars. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
2623 |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
2624 * pcvs.el (cvs-menu): Don't move point. Use popup-menu. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
2625 Set cvs-minor-current-files to the selected fileinfo. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
2626 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
2627 (cvs-mode-insert): Manually macroexpand `ignore-errors'. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
2628 |
30715 | 2629 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il> |
2630 | |
2631 * files.el (insert-directory): Don't call access-file on | |
2632 directories on DOS and Windows. | |
2633 | |
30704 | 2634 2000-08-09 Kenichi Handa <handa@etl.go.jp> |
2635 | |
2636 * international/ccl.el (ccl-embed-data): Make ccl-program-vector | |
2637 longer if necessary. | |
2638 (ccl-embed-code): Call ccl-embed-data to store CODE in | |
2639 ccl-program-vector. | |
2640 | |
30701 | 2641 2000-08-09 Miles Bader <miles@gnu.org> |
2642 | |
2643 * comint.el (comint-output-filter): Properly handle the case where | |
2644 the text surrounded by comint-last-output-overlay was deleted. | |
2645 | |
30671 | 2646 2000-08-08 Gerd Moellmann <gerd@gnu.org> |
2647 | |
30693 | 2648 * info.el (Info-insert-dir): Use Info-additional-directory-list if |
2649 non-nil. | |
2650 (Info-file-list-for-emacs): Remove "info" from the list because | |
2651 that leads to trying to use the documentation from file `info' | |
2652 in various situations where it isn't appropriate, for instance | |
2653 C-h C-k C-h i. | |
2654 | |
2655 * ffap.el (ffap-read-file-or-url-internal): Handle case that | |
2656 DIR and/or STRING are nil. | |
2657 | |
2658 * progmodes/compile.el (compilation-setup): Make variable | |
2659 compilation-error-screen-columns buffer-local, as some comment | |
2660 in the code suggests it should be. | |
2661 | |
2662 * files.el (auto-mode-interpreter-regexp): New variable. | |
2663 (set-auto-mode): Use it. | |
2664 | |
2665 * indent.el (indent-for-tab-command): Doc fix. | |
2666 | |
2667 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
2668 | |
30671 | 2669 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N=' |
2670 labels. | |
2671 | |
2672 * help.el (print-help-return-message): When | |
2673 display-buffer-reuse-frames is set, let the help window been quit, | |
2674 instead of deleting it, which might delete a reused frame. | |
2675 | |
30664 | 2676 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il> |
2677 | |
2678 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to | |
2679 rename a directory to a name that differs only by its letter case. | |
2680 | |
30655 | 2681 2000-08-08 Kenichi Handa <handa@etl.go.jp> |
2682 | |
2683 * international/quail.el (quail-define-rules): Handle Quail decode | |
2684 map correctly. Add code for supporting annotations. | |
2685 (quail-install-decode-map): New function. | |
2686 (quail-defrule-internal): New optional arguments decode-map and | |
2687 props. | |
2688 (quail-advice): New function. | |
2689 | |
30651
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
2690 2000-08-07 Sam Steingold <sds@gnu.org> |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
2691 |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
2692 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass', |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
2693 `defconst', `define-condition', `with-slots'. |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
2694 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'. |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
2695 |
30649 | 2696 2000-08-03 Miles Bader <miles@gnu.org> |
2697 | |
2698 * comint.el (comint-use-prompt-regexp-instead-of-fields): | |
2699 New variable. | |
2700 (comint-prompt-regexp, comint-get-old-input): Document dependence on | |
2701 comint-use-prompt-regexp-instead-of-fields. | |
2702 (comint-send-input): Add `input' field property to stuff we send to | |
2703 the process, if comint-use-prompt-regexp-instead-of-fields is nil. | |
2704 (comint-output-filter): Add `output' field property to process | |
2705 output, if comint-use-prompt-regexp-instead-of-fields is nil. | |
2706 (comint-replace-by-expanded-history) | |
2707 (comint-get-old-input-default, comint-show-output) | |
2708 (comint-backward-matching-input, comint-forward-matching-input) | |
2709 (comint-next-prompt, comint-previous-prompt): Use field | |
2710 properties if comint-use-prompt-regexp-instead-of-fields is nil. | |
2711 (comint-line-beginning-position): New function. | |
2712 (comint-bol): Use comint-line-beginning-position. Make ARG optional. | |
2713 (comint-replace-by-expanded-history-before-point): Use | |
2714 comint-line-beginning-position and line-end-position. | |
2715 (comint-last-output-overlay): New variable. | |
2716 (comint-mode): Make `comint-last-output-overlay' buffer-local. | |
2717 | |
2718 * shell.el (shell-prompt-pattern): Doc change. | |
2719 (shell-backward-command): Use line-beginning-position. | |
2720 | |
2721 * gud.el (gud-gdb-complete-command): Use | |
2722 comint-line-beginning-position. | |
2723 | |
2724 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if | |
2725 comint-bol doesn't actually go to the beginning of the line. | |
2726 | |
2727 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp | |
2728 if comint-use-prompt-regexp-instead-of-fields is non-nil. | |
2729 (try-expand-line-all-buffers): Likewise. | |
2730 | |
2731 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of | |
2732 explicitly matching comint-prompt-regexp. | |
2733 (sql-copy-column): Use comint-line-beginning-position instead of | |
2734 explicitly matching comint-prompt-regexp. | |
2735 | |
2736 * progmodes/octave-inf.el (inferior-octave-complete): Use | |
2737 comint-line-beginning-position. | |
2738 | |
2739 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change. | |
2740 | |
2741 * progmodes/idlw-shell.el (idlwave-shell-send-command): When | |
2742 looking for a prompt, use `forward-line 0' instead of | |
2743 `beginning-of-line', to avoid getting caught by an input field. | |
2744 | |
30633 | 2745 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
2746 | |
2747 * files.el (shell-quote-wildcard-pattern): Make sure to return | |
2748 PATTERN, in the Unix case. | |
2749 | |
30629 | 2750 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> |
2751 | |
2752 * play/zone.el (zone): Discard any pending input before running | |
2753 the randomly-chosen pgm. | |
2754 | |
30623 | 2755 2000-08-07 Kenichi Handa <handa@etl.go.jp> |
2756 | |
2757 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of | |
2758 checking the existence of any multibyte characters. | |
2759 | |
30619 | 2760 2000-08-06 Gerd Moellmann <gerd@gnu.org> |
2761 | |
30622 | 2762 * help.el (describe-mode): Test minor-mode symbol for being |
2763 bound before testing its value for being nil. | |
2764 | |
30619 | 2765 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of |
2766 `first', `second', and `third'. | |
2767 | |
2768 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05. | |
2769 (second): Make it an alias for `cadr'. | |
2770 | |
30616 | 2771 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il> |
2772 | |
2773 * bs.el (bs-apply-sort-faces): Don't use window-system, since all | |
2774 types of display support faces now. | |
2775 | |
30614 | 2776 2000-08-05 Gerd Moellmann <gerd@gnu.org> |
2777 | |
2778 * pcvs.el (require): Require `cl' during compilation, only. | |
2779 | |
2780 * emacs-lisp/cl.el (first, ..., tenth): Make them macros. | |
2781 (toplevel): Remove `remq' and `remove' from autoloads. | |
2782 (cl-fake-autoloads): New variable. If set, arrange for an error | |
2783 when CL functions etc. are autoloaded. | |
2784 | |
30585 | 2785 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il> |
2786 | |
30593 | 2787 * play/zone.el (zone, zone-pgm-stress): Don't use window-system. |
2788 | |
30591 | 2789 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is |
2790 popped up, but the user clicks outside the menu, return an empty | |
2791 regexp (that causes unhighlight-regexp to have no effect). | |
2792 | |
30589 | 2793 * menu-bar.el (menu-bar-games-menu): Add Zone. |
2794 | |
30585 | 2795 * hi-lock.el (toplevel): Require font-lock. |
2796 | |
30576 | 2797 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2798 | |
31265
d33c1be1708d
Fix the file name in the entries for ebnf2ps.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31264
diff
changeset
|
2799 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward. |
30576 | 2800 (ebnf-8-bit-chars): New var for bug fix. |
2801 (ebnf-string): Bug fix. | |
2802 | |
30569
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
2803 2000-08-03 Sam Steingold <sds@gnu.org> |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
2804 |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
2805 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties' |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
2806 instead of `buffer-string'. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
2807 (require 'cl): Always, not just when compiling. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
2808 `ignore-errors' in `interactive', `list*', `defun*' &c make this |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
2809 necessary. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
2810 |
30567 | 2811 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il> |
2812 | |
2813 * international/mule-cmds.el (select-safe-coding-system): Make | |
2814 the message text about selecting a safe coding system more clear. | |
2815 | |
30564 | 2816 2000-08-02 Gerd Moellmann <gerd@gnu.org> |
2817 | |
30565 | 2818 * hi-lock.el: New file. |
2819 | |
2820 * play/zone.el: New file. | |
2821 | |
30564 | 2822 * replace.el (occur): Set tab-width in the *Occur* buffer to the |
2823 value of tab-width in the original buffer. Choose a line number | |
2824 format that's a multiple of the original buffer's tab width, so | |
2825 that lines appear right. | |
2826 | |
2827 * textmodes/ispell.el (ispell): New function, replacing an alias. | |
2828 Spell-check active region if in transient-mark-mode and mark | |
2829 is active; otherwise spell-check buffer. | |
2830 | |
2831 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
2832 | |
2833 * ps-mule.el: Fix a customization problem on | |
2834 ps-mule-font-info-database-default. | |
2835 | |
30555 | 2836 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il> |
2837 | |
2838 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use | |
2839 display-mouse-p instead of window-system. | |
2840 (ebrowse-member-mode-map): Ditto. | |
2841 | |
30553 | 2842 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2843 | |
31265
d33c1be1708d
Fix the file name in the entries for ebnf2ps.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31264
diff
changeset
|
2844 * progmodes/ebnf2ps.el: Update ps-print functions call. |
d33c1be1708d
Fix the file name in the entries for ebnf2ps.el.
Eli Zaretskii <eliz@gnu.org>
parents:
31264
diff
changeset
|
2845 Indentation fix. Doc fix. |
30553 | 2846 (ebnf-version): New version number (3.2). |
2847 (ebnf-format-color, ebnf-begin-job): Code fix. | |
30569
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
2848 |
30547 | 2849 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il> |
2850 | |
30549 | 2851 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition |
2852 font lock support on window-system. | |
2853 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise. | |
2854 | |
30547 | 2855 * textmodes/ispell.el (ispell-highlight-spelling-error): Use |
2856 display-color-p, if fboundp, instead of window-system. | |
2857 | |
30545 | 2858 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il> |
2859 | |
2860 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p | |
2861 instead of window-system. | |
2862 | |
2863 * wid-edit.el (widget-choose): Use display-mouse-p instead of | |
2864 window-system. | |
2865 (widget-choice-mouse-down-action): Use display-popup-menus-p | |
2866 instead of window-system. | |
2867 | |
2868 * strokes.el (strokes-file): Run the file name through | |
2869 convert-standard-filename. | |
2870 (strokes-mode): Call display-mouse-p instead of looking at | |
2871 window-system. Change the error message accordingly. | |
2872 | |
2873 * progmodes/cpp.el (toplevel): Support faces on tty's. | |
2874 | |
2875 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X) | |
2876 (lm-plot-square, lm-init-display): Don't use window-system. | |
2877 | |
2878 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face) | |
2879 (gomoku-plot-square, gomoku-init-display): Don't use window-system. | |
2880 | |
2881 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p | |
2882 instead of looking at window-system. | |
2883 | |
30528 | 2884 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
2885 | |
2886 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead | |
2887 of testing if iswitchb-prepost-hooks is bound, because the | |
2888 latter will always be true when invoking a recursive minibuffer | |
2889 from an active Iswitchb buffer. | |
2890 | |
30526 | 2891 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il> |
2892 | |
2893 * files.el (shell-quote-wildcard-pattern): New function. | |
2894 (insert-directory): Call it. Only prepend "\" to command on Unix | |
2895 and GNU/Linux systems. | |
2896 | |
30524 | 2897 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
2898 | |
2899 * eshell/esh-groups.el: Change custom :link file names | |
2900 from `eshell.info' to `eshell'. | |
2901 | |
2902 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk> | |
2903 | |
2904 * dired.el (dired-build-subdir-alist): Expand subdirectory names | |
2905 correctly in recursive ange-ftp listings. | |
2906 | |
2907 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
2908 | |
2909 * ps-print.el: Fix bug 1: if ps-font-size-internal, | |
2910 ps-header-font-size-internal and | |
2911 ps-header-title-font-size-internal variables are not set, | |
2912 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if | |
2913 face text property is (foreground-color . COLOR) or | |
2914 `(background-color . COLOR)', ps-print crashes. Doc fix. | |
2915 (ps-print-version): New version number (5.2.4). | |
2916 (ps-plot-region): Code fix. | |
2917 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1. | |
2918 (ps-face-attribute-list, ps-face-attributes, ps-face-background): | |
2919 Bug fix 2. | |
2920 | |
2921 2000-07-30 Milan Zamazal <pdm@freesoft.cz> | |
2922 | |
2923 * glasses.el (glasses-make-readable): Fix uncapitalization of | |
2924 identifiers like `myXMLDocument'. | |
2925 | |
30519
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
2926 2000-07-28 Karl Fogel <kfogel@red-bean.com> |
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
2927 |
30524 | 2928 * mail/mail-hist.el (mail-hist-previous-input) |
2929 (mail-hist-next-input): Do the obvious code factorization. | |
2930 (mail-hist-retrieve-and-insert): New func, contains common | |
30519
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
2931 code of above two. |
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
2932 If inserting a message body, leave point at top. |
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
2933 |
30518
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
2934 2000-07-28 Sam Steingold <sds@gnu.org> |
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
2935 |
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
2936 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime): |
30524 | 2937 Use `<=', not `<' to compare times! |
2938 (ange-ftp-ls): Remove. | |
30518
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
2939 |
30502 | 2940 2000-07-27 Gerd Moellmann <gerd@gnu.org> |
2941 | |
30516 | 2942 * play/cookie1.el: Add explanation of how to make cookie.el |
2943 compatible with strfile(1) to comment. | |
2944 | |
2945 * subr.el (remove, remq): New functions. | |
2946 | |
30511 | 2947 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly |
2948 escape `*' in regexps. | |
2949 (midnight-find): Reverse order of arguments in the funcall of | |
2950 TEST. | |
2951 | |
2952 * bindings.el (completion-ignored-extensions): Add `.la', `.lo', | |
2953 and `.class'. | |
2954 | |
30502 | 2955 * play/meese.el: Add Commentary section. |
2956 | |
30516 | 2957 2000-07-27 Alex Schroeder <alex@gnu.org> |
2958 | |
2959 * sql.el (sql-ms): Added autoload cookie. | |
2960 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase) | |
2961 (sql-oracle): Ditto. | |
2962 (sql-help): Doc change. | |
2963 | |
2964 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data | |
2965 types and exceptions. | |
2966 | |
2967 2000-07-27 Alex Schroeder <alex@gnu.org> | |
2968 | |
2969 * sql.el (sql-placeholder-history): New variable. | |
2970 (sql-query-placeholders-and-send): New function that will query | |
2971 the user and replace placeholders with user input. | |
2972 (sql-oracle): If running on NT, set comint-input-sender to | |
2973 sql-query-placeholders-and-send. | |
2974 | |
2975 (sql-stop): If in the SQLi buffer, insert stop notification, else | |
2976 present it as a message. | |
2977 | |
2978 2000-07-27 Alex Schroeder <alex@gnu.org> | |
2979 | |
2980 * sql.el (sql-input-ring-separator): Doc change. | |
2981 (sql-input-ring-file-name): Doc change. | |
2982 (sql-interactive-mode): Use `sql-input-ring-separator' and | |
2983 `sql-input-ring-file-name' to set the comint-mode equivalents | |
2984 without making them local variables. | |
2985 (sql-stop): Don't bind `sql-input-ring-separator' and | |
2986 `sql-input-ring-file-name' dynamically to their comint-mode | |
2987 equivalents. | |
2988 | |
30490 | 2989 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
2990 | |
2991 * international/mule.el (register-char-codings): New function. | |
2992 (make-coding-system): Handle `safe-chars' specification in the arg | |
2993 PROPERTY. | |
2994 | |
2995 * international/mule-cmds.el | |
2996 (find-coding-systems-region-subset-p): This function deleted. | |
2997 (sort-coding-systems-predicate): New variable. | |
2998 (sort-coding-systems): New function. | |
2999 (find-coding-systems-region): Use | |
3000 find-coding-systems-region-internal. | |
3001 (find-coding-systems-string): Use find-coding-systems-region. | |
3002 (find-coding-systems-for-charsets): Check | |
3003 char-coding-system-table. | |
3004 (select-safe-coding-system-accept-default-p): New variable. | |
3005 (select-safe-coding-system): Mostly rewritten. New argument | |
3006 ACCEPT-DEFAULT-P. | |
3007 (select-message-coding-system): Call select-safe-coding-system | |
3008 with ACCEPT-DEFAULT-P arg. | |
3009 (reset-language-environment): Reset default-sendmail-coding-system | |
3010 to the default value iso-latin-1. | |
3011 (set-language-environment): Don't set the obsolete variable | |
3012 charset-origin-alist. | |
3013 | |
3014 * international/codepage.el (cp-coding-system-for-codepage-1): | |
3015 Give `safe-chars' property to make-coding-system. | |
3016 | |
3017 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid | |
3018 calling select-message-coding-system twice. | |
3019 | |
3020 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property | |
3021 instead of `safe-charsets'. | |
3022 (cyrillic-alternativnyj): Likewise. | |
3023 (ccl-encode-alternativnyj): Don't check the charset | |
3024 cyrillic-iso8859-5. | |
3025 | |
30484 | 3026 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
3027 | |
3028 * composite.el (compose-chars-after): Preserve match data. | |
3029 | |
30481 | 3030 2000-07-26 Sam Steingold <sds@gnu.org> |
3031 | |
3032 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function. | |
3033 (ange-ftp-real-file-newer-than-file-p): New function. | |
3034 (ange-ftp-verify-visited-file-modtime): Use `float-time'. | |
3035 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string'). | |
3036 | |
3037 * tooltip.el (tooltip-float-time): Removed (use `float-time'). | |
3038 * midnight.el (midnight-float-time): Ditto. | |
3039 | |
30479 | 3040 2000-07-26 Andreas Schwab <schwab@suse.de> |
3041 | |
3042 * files.el (normal-backup-enable-predicate): Correct | |
3043 interpretation of the return value of compare-strings. | |
3044 | |
30471 | 3045 2000-07-26 Gerd Moellmann <gerd@gnu.org> |
3046 | |
30477 | 3047 * isearch.el (isearch-resume): New function. |
3048 (isearch-done): Add something to command-history to resume | |
3049 the search. | |
3050 (isearch-yank-line, isearch-yank-word): Use | |
3051 buffer-substring-no-properties instead of buffer-substring. | |
3052 | |
30471 | 3053 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead |
3054 of flyspell-mouse-map. | |
3055 | |
3056 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove | |
3057 duplicate definition. | |
3058 (makefile-mode): Remove duplicate setting of local-abbrev-table. | |
3059 | |
3060 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable. | |
3061 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table. | |
3062 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
3063 2000-07-25 Sam Steingold <sds@gnu.org> |
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
3064 |
30459 | 3065 * net/ange-ftp.el: Get modtime over the net. |
3066 (ange-ftp-file-modtime): New function. | |
30473 | 3067 (ange-ftp-write-region, ange-ftp-insert-file-contents) |
3068 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime): | |
30459 | 3069 Use it. |
3070 (ange-ftp-dot-to-slash): New function. | |
3071 (ange-ftp-fix-name-for-vms): Use it. | |
3072 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
3073 * midnight.el (midnight-buffer-display-time): Use |
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
3074 `with-current-buffer'. |
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
3075 |
30457 | 3076 2000-07-25 Gerd Moellmann <gerd@gnu.org> |
3077 | |
3078 * find-dired.el: Update copyright notice. | |
3079 (find-dired): Offer to kill a running `find'. | |
3080 | |
3081 * enriched.el (enriched-face-ans): For a `foreground-color' | |
3082 property, return '(("x-color" COLOR))' so that COLOR will be | |
3083 output as a parameter of the x-color annotation. Likewise for the | |
3084 `background-color' property. In the case of normal face | |
3085 properties, don't return annotations for unspecified foreground | |
3086 and background face attributes. | |
3087 | |
30450 | 3088 2000-07-25 Kenichi Handa <handa@etl.go.jp> |
3089 | |
3090 * language/japan-util.el (japanese-katakana-region): Fix handling | |
3091 HANKAKU argument. | |
3092 | |
30438 | 3093 2000-07-25 Miles Bader <miles@gnu.org> |
3094 | |
3095 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to | |
3096 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to | |
3097 constrain-to-field. | |
3098 | |
30437 | 3099 2000-07-24 Andrew Innes <andrewi@gnu.org> |
3100 | |
3101 * timer.el (timer-activate-when-idle): Add optional parameter | |
3102 DONT-WAIT. Update docstring. | |
3103 (run-with-idle-timer): Specify extra parameter to | |
3104 timer-activate-when-idle, so that timer will be activated | |
3105 immediately if Emacs is already idle. | |
3106 | |
3107 * w32-fns.el (w32-using-nt): Fix docstring. | |
3108 | |
30434 | 3109 2000-07-24 Dave Love <fx@gnu.org> |
3110 | |
3111 * mouse.el (popup-menu): Set last-command-event. | |
3112 (mouse-major-mode-menu-prefix): Declare. | |
3113 | |
30433 | 3114 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
3115 | |
3116 * textmodes/flyspell.el: Update to author's version 1.5d. | |
3117 | |
3118 * progmodes/hideshow.el: Update copyright notice. | |
3119 | |
3120 * vcursor.el: Set maintainer to FSF, since author cannot | |
3121 be reached. | |
3122 | |
30422 | 3123 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il> |
3124 | |
30424 | 3125 * info.el (Info-goto-emacs-key-command-node): Leave a space after |
3126 the prompt. | |
3127 | |
30422 | 3128 * mouse.el (popup-menu): Run the keymap through indirect-function, |
3129 in case it was defined with define-prefix-key. If the menu is a | |
3130 list of keymaps, look up the binding of user's choice in each one | |
3131 of the keymaps. | |
3132 (mouse-popup-menubar): If the global and local menu-bar keymaps | |
3133 don't have a prompt string, create one and insert it into the | |
3134 keymap. Don't barf if current-local-map returns nil. | |
3135 | |
30415 | 3136 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk> |
3137 | |
3138 * dired.el (dired-sort-R-check): Added to allow recursive listing | |
3139 to be undone. | |
3140 (dired-sort-other): Use it. | |
3141 | |
30412 | 3142 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
3143 | |
30415 | 3144 * Release of cc-mode 5.27 |
30412 | 3145 |
3146 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3147 | |
3148 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to | |
3149 c-beginning-of-statement-1 that caused a bad case of recursion | |
3150 which could consume a lot of CPU in large classes in languages | |
3151 that have in-expression classes (i.e. Java and Pike). | |
3152 | |
3153 * cc-engine.el (c-guess-basic-syntax): Check for in-expression | |
3154 statements before top level constructs (i.e. case 6 is moved | |
3155 before case 5 and is now case 4) to catch in-expression | |
3156 classes in top level expressions correctly. | |
3157 | |
3158 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3159 | |
3160 * cc-engine.el (c-guess-basic-syntax): Less naive handling of | |
3161 objc-method-intro. Case 4 removed and case 5I added. | |
3162 | |
3163 * cc-langs.el (c-append-paragraph-start): New variable used by | |
3164 c-common-init to get paragraph-start correct. | |
3165 * cc-langs.el (c-common-init): Use c-append-paragraph-start to | |
3166 initialize paragraph-start to make it correct both with and | |
3167 without the javadoc special case. | |
3168 | |
3169 * cc-mode.el (java-mode): Use c-append-paragraph-start to | |
3170 initialize paragraph-start for javadoc markup. | |
3171 | |
3172 * cc-vars.el (c-style-variables-are-local-p): Incompatible | |
3173 change by defaulting this to t. It's motivated by the | |
3174 confusing behavior that otherwise arise from the style system | |
3175 when editing both java and non-java files at the same time | |
3176 (see the comments about style setting in c-common-init). | |
3177 | |
3178 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3179 | |
3180 * cc-cmds.el (c-indent-new-comment-line): Added a kludge | |
3181 similar to the one in c-fill-paragraph to check the fill | |
3182 prefix from the adaptive fill function for sanity. | |
3183 | |
3184 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3185 | |
3186 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into | |
3187 defun block. | |
3188 | |
3189 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3190 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
3191 * cc-mode.texi Documented the change of cpp-macro. |
30412 | 3192 |
3193 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3194 | |
3195 * cc-align.el (c-lineup-multi-inher): Handle lines with | |
3196 leading comma nicely. Extended to handle member initializers | |
3197 too. | |
3198 | |
30415 | 3199 * cc-engine.el: (c-beginning-of-inheritance-list, |
30412 | 3200 c-guess-basic-syntax): Fixed recognition of inheritance lists |
3201 when the lines begins with a comma. | |
3202 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
3203 * cc-mode.texi: Updated doc for c-lineup-multi-inher. |
30412 | 3204 |
3205 * cc-vars.el (c-offsets-alist): Changed default for | |
3206 member-init-cont to c-lineup-multi-inher since it now handles | |
3207 member initializers and indents better for leading commas. | |
3208 | |
3209 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3210 | |
3211 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state | |
3212 handling that caused class open lines to be recognized as | |
3213 statement-conts in some cases. | |
3214 | |
3215 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix | |
3216 guessed by the adaptive fill function unless point is on the | |
3217 first line of a block comment. | |
3218 | |
3219 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug | |
3220 when the buffer ends with a macro continuation char. | |
3221 | |
3222 * cc-engine.el (c-guess-basic-syntax): Added support for | |
3223 function definitions as statements in Pike. The first | |
3224 statement in a lambda block is now labeled defun-block-intro | |
3225 instead of statement-block-intro. | |
3226 | |
3227 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state | |
3228 so that the class surrounding point is selected, not the one | |
3229 innermost in the state. | |
3230 | |
3231 * cc-engine.el (c-guess-basic-syntax): Fixed bug in | |
3232 recognition of switch labels having hanging multiline | |
3233 statements. | |
3234 | |
3235 * cc-engine.el (c-beginning-of-member-init-list): Broke out | |
3236 some code in c-guess-basic-syntax to a separate function. | |
3237 * cc-engine.el (c-just-after-func-arglist-p): Fixed | |
3238 recognition of member inits with multiple line arglists. | |
3239 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect | |
3240 member-init-cont when the commas are in funny places. | |
3241 | |
3242 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3243 | |
3244 * cc-defs.el (c-auto-newline): Removed this macro since it's | |
3245 not used anymore. | |
3246 | |
3247 * cc-engine.el (c-looking-at-bos): New helper function. | |
3248 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell | |
3249 inexpr and toplevel classes apart in Pike. | |
3250 | |
3251 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition | |
3252 of case 9A. | |
3253 | |
3254 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New | |
3255 constant, since "class" can introduce an in-expression class | |
3256 in Pike nowadays. | |
3257 | |
3258 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3259 | |
3260 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum | |
3261 indentation on cpp-macro lines. | |
3262 | |
3263 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro | |
3264 a syntax modifier like comment-intro, to make it possible to | |
3265 get syntactic indentation for preprocessor directives. It's | |
3266 incompatible wrt to lineup functions on cpp-macro, but it has | |
3267 no observable effect in the 99.9% common case where cpp-macro | |
3268 is set to -1000. | |
3269 | |
3270 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3271 | |
3272 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed | |
3273 member-init-cont when the preceding arglist is several lines. | |
3274 | |
3275 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3276 | |
3277 * cc-styles.el (c-style-alist): The basic offset for the BSD | |
3278 style corrected to 8. | |
3279 | |
3280 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3281 | |
3282 * cc-styles.el (c-style-alist): Adjusted the indentation of | |
3283 brace list openers in the gnu style. | |
3284 | |
3285 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3286 | |
3287 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation. | |
3288 | |
3289 * cc-cmds.el (c-electric-brace, c-electric-slash, | |
3290 c-electric-star, c-electric-semi&comma, c-electric-colon, | |
3291 c-electric-lt-gt, c-electric-paren): Don't reindent old lines | |
3292 when c-syntactic-indentation is nil. | |
3293 | |
3294 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where | |
3295 we were left at comments preceding the first statement when | |
3296 reaching the beginning of the buffer. | |
3297 | |
3298 * cc-vars.el (c-syntactic-indentation): New variable to turn | |
3299 off all syntactic indentation. | |
3300 | |
3301 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3302 | |
3303 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces | |
3304 between the text and the block comment ender when it hangs, | |
3305 depending on how many there are before the fill. | |
3306 | |
3307 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3308 | |
3309 * cc-engine.el (c-beginning-of-closest-statement): New helper | |
3310 function to go back to the closest preceding statement start, | |
3311 which could be inside a conditional statement. | |
3312 * cc-engine.el (c-guess-basic-syntax): Use | |
3313 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C. | |
3314 | |
3315 * cc-engine.el (c-guess-basic-syntax): Better handling of | |
3316 arglist-intro, arglist-cont-nonempty and arglist-close when | |
3317 the arglist is nested inside parens. Cases 7A, 7C and 7F | |
3318 changed. | |
3319 | |
3320 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought | |
3321 up-to-date with javadoc 1.2. | |
3322 | |
3323 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3324 | |
3325 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of | |
3326 multiline Pike type decls. | |
3327 | |
3328 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3329 | |
3330 * cc-cmds.el (c-indent-new-comment-line): Always break | |
3331 multiline comments in multiline mode, regardless of | |
3332 comment-multi-line. | |
3333 | |
3334 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3335 | |
3336 * cc-engine.el (c-guess-basic-syntax): Fixed bug with | |
3337 fully::qualified::names in C++ member init lists. Preamble in | |
3338 case 5D changed. | |
3339 | |
3340 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3341 | |
3342 * cc-langs.el (c-common-init): Handling of obsolete variables | |
3343 moved to c-initialize-cc-mode. More compatible style override | |
3344 when using global style variables. | |
3345 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete | |
3346 variables moved here. | |
3347 | |
30415 | 3348 * cc-mode.texi: Documented the special behavior of |
30412 | 3349 c-special-indent-hook as a style variable. Don't talk about |
3350 doing (c-make-styles-buffer-local t) in a mode hook, since | |
3351 that's already too late to work right. | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
3352 |
30412 | 3353 * cc-styles.el (c-make-styles-buffer-local): Flag style |
3354 variable localness in c-style-variables-are-local-p to make | |
3355 the compatibility measure in c-common-init work well. | |
3356 | |
3357 * cc-styles.el (c-set-style-1): c-special-indent-hook can no | |
3358 longer contain set-from-style. | |
3359 * cc-styles.el (c-initialize-builtin-style): Don't check for | |
3360 set-from-style on c-special-indent-hook. | |
3361 * cc-styles.el (c-copy-tree): Obsolete. The standard function | |
3362 copy-alist is sufficient now. | |
3363 | |
3364 * cc-styles.el (c-set-style, c-set-style-1, | |
3365 c-get-style-variables): Fixes to variable initialization so | |
3366 that duplicate entries in styles have the same effect | |
3367 regardless of DONT-OVERRIDE. | |
3368 | |
3369 * cc-styles.el (c-set-style-2): Fixed bug where the | |
3370 initialization of inheriting styles failed when the | |
3371 dont-override flag is set. | |
3372 | |
3373 * cc-vars.el (c-special-indent-hook): Don't use set-from-style | |
3374 on this. | |
3375 | |
3376 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3377 | |
3378 * cc-defs.el (c-forward-comment): Removed the workaround | |
3379 introduced in 5.38 since it had worse side-effects. If a line | |
3380 contains the string "//\"", it regarded the // as a comment | |
3381 start since the \ temporarily doesn't have escape syntax. | |
3382 | |
3383 2000-07-17 Emmanuel Briot <briot@act-europe.fr> | |
3384 | |
3385 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load | |
3386 ada-xref.el before ada-prj.el, so that the Project menu is created | |
3387 when ada-prj tries to add to it. | |
3388 (ada-activate-keys-for-case): Suppress the characters that are not | |
3389 part of the Ada syntax. Better compatibility with else-mode | |
3390 (ada-adjust-case-interactive): When auto-casing is not active, | |
3391 correctly insert newlines (used to insert only ^M). Prevent the | |
3392 syntax table from being changed in case of an error | |
3393 (or '_' becomes part of a word and some commands are confused). | |
3394 Do nothing if ada-auto-case is nil. | |
3395 (ada-after-keyword-p): Ignore keywords that are also attributes | |
3396 (ada-batch-reformat): Update usage comment | |
3397 (ada-call-from-contextual-menu): New function | |
3398 (ada-case-read-exceptions): Reinitialize the casing exception list | |
3399 first to nil first, so that the casing exception file can be | |
3400 shared. | |
3401 (ada-check-defun-name): Handles "configure" keyword for gnatdist | |
3402 files. | |
3403 (ada-compile-goto-error): Fix regexp used to detect a file:line | |
3404 anywhere in the error message | |
3405 (ada-contextual-menu-last-point): New variable | |
3406 (ada-create-keymap): If the variable delete-key-deletes-forward is | |
3407 t on XEmacs, it means that DEL should delete one character | |
3408 forward. | |
3409 (ada-create-menu): Use :included instead of :visible for XEmacs. | |
3410 New submenu "Options". | |
3411 (ada-end-stmt-re): Correctly indent "select ... then abort" | |
3412 statements. | |
3413 (ada-fill-comment-paragraph): Correctly delete all leading '--' | |
3414 even if they don't match ada-fill-comment-prefix Fix handling of | |
3415 paragraphs on the first or last line of a file. | |
3416 (ada-format-paramlist): Fix handling of default parameter values. | |
3417 (ada-get-body-name): New function. | |
3418 (ada-get-current-indent): Optimized by searchling directly for an | |
3419 existing generic part or a statement outside of it. Handle | |
3420 ada-indent-align-comments when indenting comments Replaced some | |
3421 regexps by testing directly the next character. This results in a | |
3422 huge speedup on some files. New indentation scheme for renames | |
3423 statements. Stop looking for the 'while' or 'for' associated with | |
3424 a 'loop' at the first semicolon encountered. A "return" can also | |
3425 match an anonymous access subprogram declaration. | |
3426 (ada-get-indent-noindent): Ignore strings and comments when | |
3427 looking for the keywords "record" and "private". | |
3428 (ada-goto-matching-decl-start): When matching "if", make sure we | |
3429 are not in fact seeing "end if". Ignore "when" statements except | |
3430 when initial keyword was "begin". Fix handling of nested | |
3431 procedures. Add a recursive call to this function to skip over | |
3432 other 'end' statmts. Fix indentation for "when .. => begin" | |
3433 (ada-in-open-paren-p): Fix indentation for complex boolean | |
3434 expressions, where 'and then', 'or else' and parenthesis | |
3435 statements are mixed up. | |
3436 (ada-in-paramlist-p): Skip comments while searching for the | |
3437 beginning Fix handling of operator declarations. | |
3438 (ada-indent-align-comments): New variable | |
3439 (ada-indent-current): Change the syntax table only in the | |
3440 protected section, so that we are sure it is restored correctly. | |
3441 (ada-indent-on-previous-lines): Use ada-use-indent and | |
3442 ada-with-indent Correctly indent "select ... then" | |
3443 (ada-indent-region): Slight speedup. | |
3444 (ada-indent-renames): New variable. | |
3445 (ada-last-which-function-subprog, ada-last-which-function-line): | |
3446 New variables | |
3447 (ada-looking-at-semi-private): Correctly indent the 'private' | |
3448 keyword when it is the first word in a package declaration. | |
3449 (ada-loose-case-word): Stop searching if at the end of the buffer. | |
3450 (ada-loose-case-word, ada-capitalize-word): Recase the whole word | |
3451 even if point is not initially at the end of the word. | |
3452 (ada-matching-decl-start-re): Add "when". | |
3453 (ada-mode): Add support for abbrev-mode, outline-mode and | |
3454 which-func-mode Override the old find-file.el entry in | |
3455 ff-special-constructs since it is using the obsolete | |
3456 ada-spec-suffix variable | |
3457 (ada-no-auto-case): New function | |
3458 (ada-scan-paramlist): When parsing the argument type, accept | |
3459 spaces (as in "X 'Class", generated by Rational Rose). | |
3460 (ada-other-file-name): No longer loads the other file. | |
3461 (ada-popup-menu): Save and restore the current buffer and cursor | |
3462 position before and after displaying the menu. | |
3463 (ada-search-ignore-complex-boolean): New function. | |
3464 (ada-uncomment-region): Emacs21 already knows how to delete | |
3465 comments not starting in the first column. | |
3466 (ada-use-indent): New variable | |
3467 (ada-which-function): New function. | |
3468 (ada-with-indent): New variable | |
3469 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el | |
3470 can be batch-compiled from the command line. | |
3471 | |
3472 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs. | |
3473 Add to the menu when the file is loaded, not in ada-mode-hook. | |
3474 Add -toolbar to the default ddd command Switches moved from | |
3475 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to | |
3476 ada-prj-default-comp-opt | |
3477 (ada-add-ada-menu): Remove the map and name parameters Add the Ada | |
3478 Reference Manual to the menu | |
3479 (ada-check-current): rewritten as a call to ada-compile-current | |
3480 (ada-compile): Removed. | |
3481 (ada-compile-application, ada-compile-current, ada-check-current): | |
3482 Set the compilation-search-path so that compile.el automatically | |
3483 finds the sources in src_dir. Automatic scrollong of the | |
3484 compilation buffer. C-uC-cC-c asks for confirmation before | |
3485 compiling | |
3486 (ada-compile-current): New parameter, prj-field | |
3487 (ada-complete-identifier): Load the .ali file before doing | |
3488 processing | |
3489 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to | |
3490 conform to gnatmake's behavior. | |
3491 (ada-find-file-in-dir): New function | |
3492 (ada-find-references): Set the environment variables for gnatfind | |
3493 (ada-find-src-file-in-dir): New function. | |
3494 (ada-first-non-nil): Removed | |
3495 (ada-gdb-application): Add support for jdb, the java debugger. | |
3496 (ada-get-ada-file-name): Load the original-file first if not done | |
3497 yet. | |
3498 (ada-get-all-references): Handles the new ali syntax (parent types | |
3499 are found between <>). | |
3500 (ada-initialize-runtime-library): New function | |
3501 (ada-mode-hook): Always load a project file when a file is opened, | |
3502 so that the casing exceptions are correctly read. | |
3503 (ada-operator-re): Add all missing operators ("abs", "rem", "**"). | |
3504 (ada-parse-prj-file): Use find-file-noselect instead of find-file | |
3505 to open the project file, since the latter does not work with | |
3506 speedbar Get default values before loading the prj file, or the | |
3507 default executable file name is wrong. Use the absolute value of | |
3508 src_dir to initialize ada-search-directories and | |
3509 compilation-search-path,... Add the standard runtime library to | |
3510 the search path for find-file. | |
3511 (ada-prj-default-debugger): Was missing an opening '{' | |
3512 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New | |
3513 variables. | |
3514 (ada-prj-default-gnatmake-opt): New variable | |
3515 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada | |
3516 buffers, the project file is the default one Save the windows | |
3517 configuration before displaying the menu. | |
3518 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed | |
3519 (ada-read-identifier): Fix xrefs on operators (for "mod", "and", | |
3520 ...) regexp-quote identifiers names to support operators +, | |
3521 -,... in regexps. | |
3522 (ada-remote): New function. | |
3523 (ada-run-application): Erase the output buffer before starting the | |
3524 run Support remote execution of the application. Use | |
3525 call-process, or the arguments are incorrectly parsed | |
3526 (ada-set-default-project-file): Reread the content of the active | |
3527 project file, not the one from the current buffer When a project | |
3528 file is set as the default project, all directories are | |
3529 automatically associated with it. | |
3530 (ada-set-environment): New function | |
3531 (ada-treat-cmd-string): New special variable ${current} | |
3532 (ada-treat-cmd-string): Revised. The substitution is now done for | |
3533 any ${...} substring | |
3534 (ada-xref-current): If no body was found, compiles the spec | |
3535 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the | |
3536 compiler to get rid of command line length limitations. | |
3537 (ada-xref-get-project-field): New function | |
3538 (ada-xref-project-files): New variable | |
3539 (ada-xref-runtime-library-specs-path) | |
3540 (ada-xref-runtime-library-ali-path): New variables | |
3541 (ada-xref-set-default-prj-values): Default run command now does a | |
3542 cd to the build directory. New field: main_unit Provide a default | |
3543 file name even if the current buffer has no prj file. | |
3544 | |
3545 * ada-prj.el: | |
3546 Rewritten to show a tabbed-dialog. | |
3547 (ada-prj-add-ada-menu): Remove the map and name parameters. | |
3548 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): | |
3549 New function | |
3550 (ada-prj-load-directory, ada-prj-subdirs-of): New functions | |
3551 (ada-prj-load-from-file): New function | |
3552 (ada-prj-save): Always save fields that depend on the current buffer | |
3553 (ada-prj-show-value): New function | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
3554 |
30412 | 3555 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in |
3556 Ada mode. This will allow us to display the Ada menu in any buffer | |
3557 we want (for project items). | |
3558 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct | |
3559 number of spaces in the header. | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
3560 |
30395 | 3561 2000-07-24 Dave Love <fx@gnu.org> |
3562 | |
3563 * ediff-init.el (ediff-region-help-echo): Bind face-help. | |
3564 | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
3565 2000-07-23 Noah Friedman <friedman@splode.com> |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
3566 |
30392
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
3567 * type-break.el (type-break): perform autosave. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
3568 Suggested by Stephen Gildea <gildea@intouchsys.com>. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
3569 (type-break-do-query): Cancel query schedule while performing |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
3570 actual query, to avoid possibility of a second query being made |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
3571 while first one is already in progress. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
3572 (type-break-time-stamp-format): New variable. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
3573 (type-break-time-stamp): New function. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
3574 (type-break-time-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
3575 (type-break-keystroke-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
3576 (type-break-noninteractive-query): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
3577 |
30390
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
3578 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
3579 cookie. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
3580 Use add-minor-mode to set minor-mode-alist, if available. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
3581 (eldoc-echo-area-use-multiline-p): New user option. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
3582 (eldoc-echo-area-multiline-supported-p): New variable. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
3583 (eldoc-docstring-format-sym-doc): Use them. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
3584 (eldoc-mode): If not using idle timers, append to local post and |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
3585 pre command hooks. Suggested by David Byers <davby@ida.liu.se>. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
3586 (eldoc-display-message-no-interference-p): Don't interfere with |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
3587 edebug. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
3588 Add autoload cookie for eldoc-mode minor-mode-alist initialization. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
3589 (eldoc-function-arglist): New function. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
3590 (eldoc-function-argstring): Use it. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
3591 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
3592 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
3593 auto save directory exists before calling directory-files. |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
3594 |
30386 | 3595 2000-07-23 Dave Love <fx@gnu.org> |
3596 | |
3597 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i, | |
3598 ^o, ^u. | |
3599 | |
30359 | 3600 2000-07-21 Dave Love <fx@gnu.org> |
3601 | |
30374 | 3602 * ediff-init.el (ediff-region-help-echo): Modify to use overlay |
3603 now passed to the function. It now works properly. | |
3604 | |
30359 | 3605 * smerge-mode.el (smerge-mode-menu): Fill it out. |
3606 | |
30350 | 3607 2000-07-20 Gerd Moellmann <gerd@gnu.org> |
3608 | |
3609 * info-look.el (info-lookup): If *info* is shown in another frame | |
3610 on the same display, select that frame, instead of switching to | |
3611 the Info buffer in another window of the selected frame. | |
3612 | |
3613 * simple.el (universal-argument-map): Bind numeric keypad keys | |
3614 kp-0 to kp-9 and kp-subtract. | |
3615 (digit-argument): Handle these keys. | |
3616 | |
30346 | 3617 2000-07-20 Dave Love <fx@gnu.org> |
3618 | |
3619 * net/goto-addr.el (goto-address-fontify): Don't bother with | |
3620 buffer-modified and read-only stuff -- irrelevant with overlays. | |
3621 Put an extra property on the overlays and use it to clean up in | |
3622 case goto-address is re-run. | |
3623 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
3624 2000-07-19 Richard M. Stallman <rms@gnu.org> |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
3625 |
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
3626 * timer.el (run-with-idle-timer): Doc fix. |
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
3627 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
3628 * mail/mail-utils.el (mail-strip-quoted-names): |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
3629 Handle case where <...> appears inside "...". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
3630 Use replace-match to edit the string more simply. |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
3631 (rmail-dont-reply-to): Cope with an unmatched ". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
3632 |
30331 | 3633 2000-07-19 Dave Love <fx@gnu.org> |
3634 | |
3635 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs | |
3636 implementation. | |
3637 | |
3638 * mouse.el (popup-menu): Allow a list of keymaps for menu arg. | |
3639 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions. | |
3640 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff. | |
3641 | |
30318 | 3642 2000-07-19 Gerd Moellmann <gerd@gnu.org> |
3643 | |
30329 | 3644 * textmodes/refer.el: Correct maintainer's email address. |
3645 | |
3646 * progmodes/hideif.el: Correct author's email address. | |
3647 Fix typo in comment. | |
3648 | |
3649 * xml.el: New file. | |
3650 | |
30318 | 3651 * mail/mailheader.el: Correct author's mail address. |
3652 | |
3653 * gnus/parse-time.el: Correct author's mail address. | |
3654 | |
30329 | 3655 2000-07-19 Colin Walters <walters@cis.ohio-state.edu> |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
3656 |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
3657 * comint.el (comint-highlight-input, comint-highlight-face): |
30329 | 3658 New user options. |
3659 (comint-input-ring-file-name): Change custom type. | |
3660 (comint-mode-map): Bind mouse-2. | |
3661 (comint-insert-clicked-input): New function. | |
3662 (comint-send-input): Handle input highlighting. | |
3663 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3664 2000-07-18 Stefan Monnier <monnier@cs.yale.edu> |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3665 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3666 * mouse.el (popup-menu): New function. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3667 (mouse-major-mode-menu): Use it. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3668 |
30311 | 3669 2000-07-18 Dave Love <fx@gnu.org> |
3670 | |
3671 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo | |
3672 improvements. | |
3673 | |
30308 | 3674 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
3675 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3676 * faces.el (face-font-selection-order) |
30308 | 3677 (face-font-family-alternatives): Add custom type. |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
3678 |
30298 | 3679 2000-07-18 Dave Love <fx@gnu.org> |
3680 | |
3681 * cus-edit.el (custom-variable-reset-saved) | |
3682 (custom-variable-reset-standard): Remove unused bindings. | |
3683 | |
3684 * rect.el (open-rectangle-line): Remove unused let. | |
3685 | |
3686 * hl-line.el (hl-line-highlight): Check hl-line-mode. | |
3687 | |
30296 | 3688 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
3689 | |
3690 * cdl.el: Fix `Maintainer' keyword. | |
3691 | |
3692 * play/pong.el: Add author's email address. | |
3693 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
3694 2000-07-17 Sam Steingold <sds@gnu.org> |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
3695 |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
3696 * files.el (insert-directory): Call `split-string' instead of |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
3697 re-implementing it. |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
3698 |
30290 | 3699 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
3700 | |
3701 * mail/vms-pmail.el: Change maintainer to FSF. | |
3702 | |
3703 * net/goto-addr.el: Change maintainer to FSF. | |
3704 | |
3705 * recentf.el: Update from author. | |
3706 | |
3707 * info.el (Info-title-face-alist): Removed. | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
3708 |
30277 | 3709 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il> |
3710 | |
3711 * eshell/eshell.el (eshell): Replace links to eshell.info with | |
3712 links to eshell, to avoid problems on systems where the manual is | |
3713 installed as `eshell'. | |
3714 * eshell/esh-cmd.el (eshell-cmd): Ditto. | |
3715 * eshell/em-smart.el (eshell-smart): Ditto. | |
3716 * eshell/em-banner.el (eshell-banner): Ditto. | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3717 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto. |
30277 | 3718 |
3719 * eshell/em-unix.el (eshell-shuffle-files): Don't disable | |
3720 same-file check in the MS-DOS version (it does support inodes). | |
3721 | |
3722 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix. | |
3723 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3724 * eshell/eshell.el (eshell-directory-name): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3725 Run default directory name through convert-standard-filename. |
30277 | 3726 |
30255 | 3727 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
3728 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3729 * international/mule-cmds.el (select-safe-coding-system): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3730 Fix typo in the comment. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3731 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3732 * language/european.el (compound-text): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3733 Force katakana-jisx0201 to be designated to G1. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3734 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3735 * international/mule-conf.el (oldjis-newjis-jisroman-ascii): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3736 Don't translate some national variant characters of latin-jisx0201. |
30262 | 3737 (x-ctext): Force katakana-jisx0201 to be designated to G1. |
30257 | 3738 |
30255 | 3739 * international/kkc.el (kkc-after-update-conversion-functions): |
3740 New variable. | |
3741 (kkc-update-conversion): Run functions in it at the tail. | |
3742 | |
30277 | 3743 2000-07-16 John Wiegley <johnw@gnu.org> |
30254
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
3744 |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3745 * lisp/align.el (align-newline-and-indent): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3746 Adding new function. for auto-aligning blocks of code on RET. |
30254
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
3747 (align-region): Fixed badly formatted minibuffer message. |
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
3748 |
30253 | 3749 2000-07-17 Kenichi Handa <handa@etl.go.jp> |
3750 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
3751 * international/kkc.el (kkc-show-conversion-list-count): Customize it. |
30253 | 3752 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show |
3753 the conversion list at first if appropriate. | |
3754 (kkc-next): Don't update kkc-next-count here. | |
3755 (kkc-prev): Don't update kkc-prev-count here. | |
3756 (kkc-show-conversion-list-update): Fix setting up of conversion | |
3757 list message. | |
3758 | |
30250
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
3759 2000-07-16 Stefan Monnier <monnier@cs.yale.edu> |
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
3760 |
30290 | 3761 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key. |
30250
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
3762 |
30248 | 3763 2000-07-16 Dave Love <fx@gnu.org> |
3764 | |
3765 * cus-edit.el (custom-buffer-create-internal): Use a help-echo | |
3766 function to be more specific. | |
3767 | |
3768 * wid-edit.el (widget-specify-field, widget-specify-button): Allow | |
3769 non-string help-echo. | |
3770 (widget-types-convert-widget): Defsubst it. | |
3771 (widget-echo-help): Try to cope with a help-echo function of two | |
3772 possible sorts. | |
3773 | |
30241 | 3774 2000-07-15 Jason Rumney <jasonr@gnu.org> |
3775 | |
3776 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist): | |
3777 Declare as obsolete. | |
3778 | |
3779 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons. | |
3780 | |
30226 | 3781 2000-07-14 Gerd Moellmann <gerd@gnu.org> |
3782 | |
3783 * hilit-chg.el: Fix typo. | |
3784 | |
30221 | 3785 2000-07-14 Dave Love <fx@gnu.org> |
3786 | |
3787 * info.el (Info-mode-menu): Fix use of :help, :enable. | |
3788 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3789 2000-07-14 Stefan Monnier <monnier@cs.yale.edu> |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3790 |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3791 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3792 |
30193 | 3793 2000-07-13 Dave Love <fx@gnu.org> |
3794 | |
30195 | 3795 * emacs-lisp/easymenu.el: Doc fixes. |
3796 (easy-menu-remove): Defalias to ignore. | |
3797 | |
30193 | 3798 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback): |
3799 Call throw correctly. | |
3800 | |
30190 | 3801 2000-07-13 Gerd Moellmann <gerd@gnu.org> |
3802 | |
3803 * faces.el (frame-background-mode): Doc fix. | |
3804 | |
3805 * simple.el (eval-expression-print-length): Change custom type to | |
3806 allow entering nil as value. | |
3807 | |
30185 | 3808 2000-07-13 Dave Love <fx@gnu.org> |
3809 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3810 * progmodes/fortran.el (fortran-imenu-generic-expression): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3811 Change definition layout. |
30187 | 3812 (fortran-mode-menu): Reinstate customize entries. |
3813 | |
30185 | 3814 * cus-edit.el (custom-group-menu-create, customize-menu-create): |
3815 Use :filter, per old XEmacs code. | |
3816 | |
30170 | 3817 2000-07-12 Gerd Moellmann <gerd@gnu.org> |
3818 | |
3819 * term.el (term-send-raw-meta): Strip modifiers from the keyboard | |
3820 event when deciding what to send to the terminal. | |
3821 | |
30168 | 3822 2000-07-12 Dave Love <fx@gnu.org> |
3823 | |
3824 * cus-start.el: Add optional version as 4th element of specs and | |
3825 use it for several things new in v21. Remove load-path. Fix type | |
3826 of line-number-display-limit. | |
3827 | |
30148 | 3828 2000-07-11 Dave Love <fx@gnu.org> |
3829 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3830 * progmodes/fortran.el: Don't require easymenu. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3831 Use repeat counts in various regexps. |
30150 | 3832 (fortran-mode-syntax-table): Defvar directly. |
3833 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2) | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3834 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3835 Use defvar, not defconst. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3836 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'. |
30150 | 3837 (fortran-mode): Set fortran-comment-line-start-skip, |
3838 fortran-comment-line-start-skip, dabbrev-case-fold-search. | |
3839 (fortran-comment-indent): Use defsubst. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3840 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3841 Use fortran-comment-indent, not fortran-comment-indent-function. |
30150 | 3842 (fortran-comment-region, fortran-electric-line-number): Simplify. |
3843 (fortran-auto-fill): New function. | |
3844 (fortran-do-auto-fill): Deleted. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3845 (fortran-find-comment-start-skip): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3846 Check for non-null comment-start-skip. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3847 (fortran-auto-fill-mode, fortran-fill-statement): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3848 Use fortran-auto-fill. |
30150 | 3849 (fortran-fill): Use fortran-auto-fill. Check for null |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3850 comment-start-skip. Simplify final clause and use end-of-line finally. |
30150 | 3851 |
30148 | 3852 * widget.el (widget-plist-member): New alias. |
3853 | |
30146 | 3854 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
3855 | |
3856 * eshell/esh-module.el (toplevel): Reference | |
3857 byte-compile-current-file only if it is bound. | |
3858 | |
30131 | 3859 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
3860 | |
3861 * dired.el: Don't require `dired-aux'. | |
3862 | |
30127 | 3863 2000-07-10 Miles Bader <miles@lsi.nec.co.jp> |
3864 | |
3865 * dired-aux.el (dired-show-file-type): New function. | |
3866 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type. | |
3867 (dired-show-file-type): Add autoload. | |
3868 | |
30125 | 3869 2000-07-10 Kenichi Handa <handa@etl.go.jp> |
3870 | |
3871 * international/mule-diag.el (describe-font): Adjusted for the | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3872 change of fontset-info. |
30125 | 3873 (print-fontset): Likewise. |
3874 | |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
3875 2000-07-09 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
3876 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
3877 * mouse.el (mouse-drag-region): Use functionp rather than fboundp. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
3878 |
30111 | 3879 2000-07-07 Gerd Moellmann <gerd@gnu.org> |
3880 | |
30131 | 3881 * bindings.el: Bind `[delete]' to delete-char. |
30115 | 3882 |
30111 | 3883 * dired.el (dired-find-alternate-file): New function. |
3884 (dired-mode-map): Bind `a' to dired-find-alternate-file. | |
3885 (toplevel): Require dired-aux when compiling. | |
3886 (dired-buffers): Move defvar within file to avoid compiler warning. | |
3887 | |
3888 * info.el (Info-last-search): Variable removed. | |
3889 (Info-search-history): New variable. | |
3890 (Info-search): New Info-search-history. | |
3891 | |
3892 * battery.el, info-look.el: Change author's mail address. | |
3893 | |
30115 | 3894 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us> |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
3895 |
30115 | 3896 * mail/rmail.el (rmail-clear-headers): Don't throw an error |
3897 if rmail-ignored-headers is nil. | |
3898 (rmail-retry-failure): Bind rmail-ignored-headers and | |
3899 rmail-displayed-headers to nil. | |
3900 | |
30096 | 3901 2000-07-06 Gerd Moellmann <gerd@gnu.org> |
3902 | |
30103 | 3903 * lpr.el (lpr-page-header-switches): Add `-h' switch. |
3904 (print-region-1): Don't hard code `-h' here. | |
3905 | |
30096 | 3906 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'. |
3907 | |
30103 | 3908 2000-07-01 Francesco Potorti` <pot@gnu.org> |
3909 | |
3910 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as | |
3911 exim can use "your message" instead of "the message". | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
3912 |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
3913 2000-07-06 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
3914 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
3915 * facemenu.el: Docstrings fixes. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
3916 (facemenu-get-face): Don't use internal-find-face. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
3917 (facemenu-iterate): Rename arg to match the docstring. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
3918 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
3919 * newcomment.el (uncomment-region): Be more careful when skipping |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
3920 backwards over `=' not to bump into BOBP. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
3921 |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
3922 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu> |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
3923 |
30096 | 3924 * ediff-diff.el (ediff-wordify): Use syntax table. |
3925 * ediff-init.el (ediff-has-face-support-p): Use | |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
3926 ediff-color-display-p. |
30096 | 3927 (ediff-color-display-p): Use display-color-p, changed to defun |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
3928 from defsubst. |
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
3929 Got rid of special cases for NeXT and OS/2. |
30096 | 3930 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
3931 face. |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
3932 |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
3933 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
3934 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
3935 * emacs-lisp/lucid.el: Require CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
3936 (copy-tree, remprop): Remove, it's provided by CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
3937 (map-keymap): Define in terms of cl-map-keymap. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
3938 (extent-property, set-extent-end-glyph): New functions. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
3939 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
3940 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
3941 |
30076 | 3942 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
3943 | |
30085 | 3944 * Makefile.in (DONTCOMPILE): Add comment that the name may |
3945 not be changed without changing the make-dist script. | |
3946 | |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
3947 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc. |
30076 | 3948 (cl-mapc): Use mapc instead of cl-old-mapc. |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
3949 |
30067 | 3950 2000-07-05 Andrew Innes <andrewi@gnu.org> |
3951 | |
3952 * makefile.nt: Add support for `bootstrap' and related targets. | |
3953 | |
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
3954 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
3955 |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
3956 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
3957 (easy-menu-do-define): Use `menu-item' format. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
3958 Handle case where easy-menu-create-menu returns a symbol. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
3959 Manually call the potential top-level filter in the function binding. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
3960 (easy-menu-filter-return): New arg NAME. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
3961 Convert to a keymap if MENU is an XEmacs menu. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
3962 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
3963 (easy-menu-converted-items-table, easy-menu-convert-item): |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
3964 New var and fun to memoize easy-menu-convert-item-1. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
3965 (easy-menu-do-add-item): Use it. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
3966 (easy-menu-create-menu): Use easy-menu-convert-item. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
3967 Wrap easy-menu-filter-return around any :filter specification. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
3968 Don't convert the menu if a filter was specified. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
3969 Tell easy-menu-make-symbol not to check for MENU being an expression. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
3970 (easy-menu-make-symbol): New arg NOEXP. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
3971 |
30056 | 3972 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
3973 | |
3974 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter | |
3975 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer. | |
3976 (eval-defun): If called with prefix arg, instrument code for | |
3977 Edebug. | |
3978 | |
3979 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string | |
3980 similar to that of eval-defun. | |
3981 | |
30029 | 3982 2000-07-04 Dave Love <fx@gnu.org> |
3983 | |
30035 | 3984 * hl-line.el (hl-line-overlay): Make it permanent-local. |
3985 | |
30029 | 3986 * calendar/todo-mode.el: Replaced with a working version, based on |
3987 revision 1.34 tidied up. | |
3988 | |
3989 2000-07-03 Miles Bader <miles@lsi.nec.co.jp> | |
30021 | 3990 |
3991 * paths.el (prune-directory-list): New function. | |
3992 (Info-default-directory-list): Rewritten to more methodically | |
3993 enumerate a big list of possible info directories (based on the | |
3994 list used by the standalone info reader). | |
30029 | 3995 |
30021 | 3996 * info.el (info-initialize): Use prune-directory-list to remove |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
3997 non-existent directories from Info-directory-list. |
30021 | 3998 |
3999 * paths.el (Info-default-directory-list): Try a list of possible | |
4000 info-directories instead of a single one. Add the possible | |
4001 info directory "/usr/share/info". | |
4002 | |
4003 * woman.el (woman-man.conf-path): Explicitly include the debian | |
4004 man-db config file "/etc/manpath.config". | |
4005 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as | |
4006 are present in `manpath.config'. | |
4007 (woman-manpath): Include "/usr/share/man". | |
4008 | |
30006 | 4009 2000-07-03 Gerd Moellmann <gerd@gnu.org> |
4010 | |
30017 | 4011 * frame.el (blink-cursor-mode): Don't hide cursor initially. |
4012 | |
4013 * startup.el (command-line): Initialize blink-cursor based | |
4014 on window-system. | |
4015 | |
30014 | 4016 * frame.el (blink-cursor): Default to nil if not running under |
4017 a window-system. | |
4018 | |
30012 | 4019 * faces.el (face-spec-set): Ignore invalid attributes like 20.x. |
4020 (face-x-resources): Remove duplicate entry for :font. | |
4021 | |
30006 | 4022 * textmodes/refer.el (refer-find-entry-internal): Use some-window |
4023 instead of cycling through windows with next-window. | |
4024 | |
4025 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead | |
4026 of cycling through windows with next-window. | |
4027 | |
4028 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead | |
4029 of cycling through windows with next-window. | |
4030 | |
4031 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list) | |
4032 (edebug-get-displayed-buffer-points): Use walk-windows/some-window | |
4033 instead of cycling through windows with next-window. | |
4034 | |
4035 * calendar/appt.el (appt-select-lowest-window): Use walk-windows | |
4036 instead of cycling through windows with next-window. | |
4037 | |
4038 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead | |
4039 of cycling through windows with next-window. | |
4040 | |
4041 * terminal.el (te-process-output): Use walk-windows instead of | |
4042 cycling through windows with next-window. | |
4043 | |
4044 * server.el (server-switch-buffer): Use some-window instead of | |
4045 cycling through windows with next-window. | |
4046 | |
4047 * window.el (some-window): New function. | |
4048 (walk-windows): Remove reference to walk-windows-start. | |
29996 | 4049 |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
4050 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil. |
29996 | 4051 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4052 2000-07-03 Richard Stallman <rms@gnu.org> |
30006 | 4053 |
4054 * window.el (walk-windows): Guarantee termination by keeping a list | |
4055 of all the windows already handled. | |
4056 | |
29975 | 4057 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
4058 | |
4059 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use | |
4060 window-system. | |
4061 | |
4062 * man.el (Man-notify-when-ready): Don't use window-system. If | |
4063 Man-notify-method is newframe, and the display is not | |
4064 multi-frame, select the frame created for the man page. | |
4065 (Man-init-defvars): Doc fix. | |
4066 | |
29972 | 4067 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
4068 | |
29982 | 4069 * faces.el (region): Change background color for light background. |
4070 | |
4071 * ediff-wind.el (ediff-setup-control-frame): Remove :box | |
4072 attribute from mode-line face of Ediff control frame. | |
4073 | |
29972 | 4074 * replace.el (query-replace-map): Bind `e' like `E'. |
4075 | |
29967 | 4076 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
4077 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
4078 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
4079 Change name to "Select All". |
29969 | 4080 |
29967 | 4081 * dos-fns.el (convert-standard-filename): Fix last change. |
4082 | |
29957 | 4083 2000-06-27 Gerd Moellmann <gerd@gnu.org> |
4084 | |
29959 | 4085 * help.el (describe-variable): Don't insert a second `'s' in front |
4086 of the string `value is shown below'. Since the syntax-table is | |
4087 set to emacs-lisp-mode-syntax-table, forward-sexp skips over | |
4088 an existing `'s', so that this won't be deleted. | |
4089 | |
29957 | 4090 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el: |
4091 * pcmpl-unix.el: New files. | |
4092 | |
29955
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
4093 2000-06-26 Stefan Monnier <monnier@cs.yale.edu> |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
4094 |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
4095 * wid-edit.el (widget-member): Use the new plist-member. |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
4096 |
29939 | 4097 2000-06-26 Gerd Moellmann <gerd@gnu.org> |
4098 | |
29956 | 4099 * replace.el (perform-replace): Undo change of 2000-04-04. |
4100 Instead, move backward 1 character at the end of the loop when | |
4101 necessary. | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
4102 |
29949 | 4103 * faces.el (fringe): Change face for different backgrounds. |
4104 | |
4105 * eshell/esh-module.el (toplevel): Load defgroup's differently; | |
4106 patch from John. | |
4107 | |
29939 | 4108 * eshell/*.el: Change spelling of the Free Software Foundation. |
4109 | |
4110 * eshell/esh-toggle.el: Removed. | |
4111 | |
4112 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el. | |
4113 | |
4114 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command | |
4115 interactively. | |
4116 | |
4117 2000-06-26 Alex Schroeder <alex@gnu.org> | |
4118 | |
4119 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to | |
4120 `define-key'; instead of checking `(emacs-version)' check for | |
4121 `set-keymap-parent' and `set-keymap-name' directly. Add entries | |
4122 for `;' and `o' which might be electric. | |
4123 | |
4124 (sql-electric-stuff): New user option. | |
4125 (sql-magic-go): New function which uses `sql-electric-stuff'. | |
4126 (sql-magic-semicolon): New function which uses | |
4127 `sql-electric-stuff'. | |
4128 | |
4129 (sql-accumulate-and-indent): Insert newline if `comint-accumulate' | |
4130 is not fboundp. | |
4131 | |
4132 (sql-oracle-options): New variable. | |
4133 (sql-oracle): Use it. | |
4134 | |
4135 (sql-imenu-generic-expression): Doc change. | |
4136 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer | |
4137 is used. | |
4138 | |
4139 (sql-informix): Added command line parameter "-" to force | |
4140 sql-informix-program to use stdout. | |
4141 | |
29924 | 4142 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il> |
4143 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
4144 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix. |
29924 | 4145 (cp864-decode-table): Doc fix. |
4146 (cp720-decode-table): New variable, supports the Arabic OEM | |
4147 codepage used by Windows. | |
4148 (cp737-decode-table): New, Greek OEM codepage used by Windows. | |
4149 | |
29920 | 4150 2000-06-23 Dave Love <fx@gnu.org> |
4151 | |
4152 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version. | |
4153 (font-lock-fontify-anchored-keywords): Use | |
4154 line-beginning-position. | |
4155 (global-font-lock-mode): Use mapc. | |
4156 | |
29908
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
4157 2000-06-23 Stefan Monnier <monnier@cs.yale.edu> |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
4158 |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
4159 * eshell/esh-module.el: Require CL when compiling. |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
4160 |
29870 | 4161 2000-06-23 Gerd Moellmann <gerd@gnu.org> |
4162 | |
29885 | 4163 * comint.el (comint-substitute-in-file-name): Call replace-match |
4164 with second and third arg t. | |
4165 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
4166 * cus-edit.el (custom-button-face, custom-button-pressed-face): |
29881 | 4167 Specify foreground color. |
4168 | |
4169 * faces.el (tool-bar, mode-line, header-line): Specify foreground | |
4170 color. | |
4171 | |
29876 | 4172 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el. |
4173 | |
4174 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and | |
4175 cddr instead of cdddr. | |
4176 | |
29873 | 4177 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list |
4178 instead of copy-list. | |
4179 | |
4180 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead | |
4181 of copy-list. | |
4182 | |
29870 | 4183 * subdirs.el: Add eshell subdirectory. |
4184 | |
4185 * eshell: New subdirectory containing the Eshell package. | |
4186 | |
4187 * pcomplete.el: New file. | |
4188 | |
29885 | 4189 2000-06-23 Paul Eggert <eggert@twinsun.com> |
4190 | |
29888 | 4191 * mail/mailpost.el (post-mail-send-it): Make sure file has |
4192 proper permissions from birth. | |
4193 | |
4194 * files.el (basic-save-buffer-2): When temporarily setting | |
4195 file modes, set them to current modes plus 0200, not to 0777. | |
4196 | |
29885 | 4197 * emerge.el (emerge-make-temp-file): Make sure file has proper |
4198 permissions from birth. | |
4199 | |
29857 | 4200 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il> |
4201 | |
4202 * files.el (make-backup-file-name-1): On DOS/Windows, run the | |
4203 backup file name through convert-standard-filename. | |
4204 | |
4205 * dos-fns.el (convert-standard-filename): Convert leading | |
4206 directories as well. When long file names are supported, convert | |
4207 characters that are invalid in Windows file names. | |
4208 | |
29849 | 4209 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4210 | |
4211 * ps-print.el: Fix bug: if ^L is the very first buffer character, | |
4212 ps-print crashes. New feature: page selection for printing. Create | |
4213 raw-text-unix coding system for XEmacs. Doc fix. | |
4214 (ps-print-version): New version number (5.2.3). | |
4215 (ps-plot-region): Bug fix. | |
4216 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file) | |
4217 (ps-header-sheet, ps-generate, ps-end-job): Code fix. | |
4218 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New | |
4219 funs. | |
4220 (ps-selected-pages, ps-last-selected-pages, ps-first-page) | |
4221 (ps-last-page): New vars. | |
4222 | |
29845 | 4223 2000-06-21 Gerd Moellmann <gerd@gnu.org> |
4224 | |
4225 * progmodes/sh-script.el (sh-while-getopts): Fix handling of | |
4226 empty option string. | |
4227 | |
29839 | 4228 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il> |
4229 | |
4230 * man.el (man): Doc fix. | |
4231 | |
29829 | 4232 2000-06-21 Kenichi Handa <handa@etl.go.jp> |
4233 | |
4234 * international/mule-cmds.el (set-language-info-alist): Docstring | |
4235 fixed. | |
4236 | |
29814 | 4237 2000-06-20 Gerd Moellmann <gerd@gnu.org> |
4238 | |
4239 * version.el (emacs-version): Use ISO date format. | |
4240 | |
4241 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d' | |
4242 instead of `M-backspace'. | |
4243 | |
4244 * simple.el (turn-off-auto-fill): New function. | |
4245 | |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4246 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4247 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4248 * jit-lock.el (with-buffer-prepared-for-jit-lock): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4249 Renamed from with-buffer-prepared-for-font-lock and use |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4250 inhibit-modification-hooks rather than setting *-change-functions. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4251 Update all functions to use the new name. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4252 (jit-lock-first-unfontify-pos): New semantics (and doc). |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4253 (jit-lock-mode): Make non-interactive. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4254 Don't automatically turn on font-lock. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4255 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4256 Always use jit-lock-after-change. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4257 Remove and restore font-lock-after-change-function. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4258 (turn-on-jit-lock, jit-lock-after-fontify-buffer) |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4259 (jit-lock-after-unfontify-buffer): Remove. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4260 (jit-lock-stealth-fontify): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4261 Reset jit-lock-first-unfontify-pos to point-max rather than to nil. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4262 (jit-lock-after-change): Set the `fontified' text-prop to nil. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4263 |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
4264 2000-06-20 Sam Steingold <sds@gnu.org> |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
4265 |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
4266 * emacs-lisp/cl-indent.el (toplevel): Indent |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
4267 `print-unreadable-object' properly. Untabify. |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
4268 |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4269 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4270 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4271 * textmodes/reftex.el (reftex-find-citation-regexp-format): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4272 Support for bibentry. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4273 (reftex-compile-variables): Fixed problem with end of section-re. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4274 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4275 * texmodes/reftex-dcr.el (reftex-view-crossref, |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4276 reftex-view-crossref-from-bibtex): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4277 Deal with changed `reftex-find-citation-regexp-format'. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4278 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4279 Replaced `remprop' with `put'. |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4280 (reftex-view-crossref, reftex-view-crossref-when-idle): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4281 Support for bibentry. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4282 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4283 * textmodes/reftex-vars.el (reftex-cite-format-builtin): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4284 New entry for bibentry package. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4285 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4286 * textmodes/reftex-parse.el (reftex-locate-bibliography-files): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4287 Regexp also matches "\nobibliography". |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4288 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4289 * textmodes/reftex-global.el (reftex-renumber-simple-labels): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
4290 Call `reftex-ensure-write-access' before doing anything. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4291 (reftex-ensure-write-access): New function. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4292 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4293 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4294 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4295 * progmodes/idlwave.el: File re-installed (update to version 4.2) |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4296 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4297 * progmodes/idlw-shell.el: File re-installed (update to version 4.2) |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4298 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4299 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2) |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4300 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4301 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2) |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4302 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
4303 |
29776 | 4304 2000-06-20 Dave Love <fx@gnu.org> |
4305 | |
4306 * faces.el (frame-background-mode): Use set-default, not set, in | |
4307 setter. | |
4308 (frame-update-faces, frame-update-face-colors): Define with | |
4309 defalias. | |
4310 | |
4311 * enriched.el (enriched-decode-foreground) | |
4312 (enriched-decode-background): Don't use internal-find-face. | |
4313 | |
4314 * apropos.el: Doc fixes. | |
4315 | |
4316 * cus-edit.el (customize-changed-options): Check arg. | |
4317 (customize-version-lessp): Don't require decimal point. | |
4318 | |
4319 * custom.el (defcustom, defgroup): Doc fix. | |
4320 | |
4321 * newcomment.el (comment) <defgroup>: Add :version. | |
4322 (comment-multi-line): Doc fix. | |
4323 | |
4324 * emulation/mlsupport.el (define-hooked-local-abbrev, | |
4325 define-hooked-global-abbrev): Fix, using define-abbrev. | |
4326 | |
29747 | 4327 2000-06-19 Gerd Moellmann <gerd@gnu.org> |
4328 | |
4329 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking | |
4330 the whole buffer. | |
4331 | |
29740 | 4332 2000-06-19 Dave Love <fx@gnu.org> |
4333 | |
4334 * menu-bar.el (menu-bar-options-save): New function. | |
4335 (menu-bar-options-menu): Use it. | |
4336 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>: | |
4337 Simplify. | |
4338 | |
29731
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
4339 2000-06-19 Andreas Schwab <schwab@suse.de> |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
4340 |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
4341 * progmodes/etags.el (tags-query-replace): Put new parameters |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
4342 START and END at the end, for backward compatibility. |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
4343 |
29720 | 4344 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
4345 | |
4346 * international/codepage.el: | |
4347 (cp-coding-system-for-codepage-1): Delete special codes for | |
4348 generating xxx-dos coding system because now a CCL based coding | |
4349 system can handle EOL conversion by default. | |
4350 | |
4351 * international/mule.el (make-coding-system): Generate subsidiary | |
4352 coding systems for EOL handling variants even for a CCL based | |
4353 coding system. | |
4354 | |
29718 | 4355 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
4356 | |
4357 * international/isearch-x.el (isearch-minibuffer-input-method) | |
4358 (isearch-minibuffer-input-method-function): These variables | |
4359 deleted. | |
4360 (isearch-with-input-method): Don't use the above variables. | |
4361 (isearch-process-search-multibyte-characters): Likewise. Call | |
4362 read-string with the arg INHERIT-INPUT-METHOD t. | |
4363 | |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
4364 2000-06-17 Stefan Monnier <monnier@cs.yale.edu> |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
4365 |
29710
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
4366 * font-lock.el (font-lock-after-fontify-buffer) |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
4367 (font-lock-after-unfontify-buffer): No need to call back to jit-lock. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
4368 |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
4369 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
4370 Use consistent make-local-variable style for font-lock-fontified. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
4371 (jit-lock-fontify-buffer): |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
4372 Don't bother checking for font-lock-mode and jit-lock-mode. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
4373 |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
4374 * time.el: Remove trailing ^M that prevent CVS-merging. |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
4375 |
29712 | 4376 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
4377 | |
4378 * Makefile.in (distclean): New target. | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
4379 |
29705
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
4380 2000-06-16 Stefan Monnier <monnier@cs.yale.edu> |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
4381 |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
4382 * Makefile.in (srcdir): Define for update-subdirs. |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
4383 |
29696 | 4384 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
4385 | |
4386 * find-lisp.el: New file. | |
4387 | |
29694 | 4388 2000-06-16 Andrew Innes <andrewi@gnu.org> |
4389 | |
4390 * time.el (display-time-mail-function): New variable, to allow | |
4391 external packages to indicate when new mail is available. | |
4392 (display-time-update): Use it. | |
4393 | |
29689 | 4394 2000-06-16 Kenichi Handa <handa@etl.go.jp> |
4395 | |
29691 | 4396 * international/mule.el (mule-version): Change version name to |
4397 SAKAKI. AOI has already been used by Meadow. | |
4398 | |
29689 | 4399 * international/quail.el (quail-show-guidance-buf): To find the |
4400 bottom window (but minibuffer), pay attention to the height of | |
4401 minibuffer. | |
4402 | |
29670 | 4403 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
4404 | |
29682 | 4405 * arc-mode.el (archive-mode-map): Use the new menu-item format for |
4406 menu-bar menus. Add help strings. Don't remove the Edit menu | |
4407 from the menu bar, as the menu bar has enough space now. | |
4408 | |
29680 | 4409 * Makefile.in (SHELL): Make sure /bin/sh is used. |
4410 | |
29670 | 4411 * woman.el (woman-man-buffer): Fix bold and underlined CJK |
4412 characters, which use series of two ^H characters instead of one. | |
4413 | |
29667 | 4414 2000-06-15 Gerd Moellmann <gerd@gnu.org> |
4415 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
4416 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table) |
29686 | 4417 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
4418 functions. |
29686 | 4419 (Info-find-node-2): Try a case-sensitive search first, then |
4420 do a case-insensitive search. | |
4421 | |
4422 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English | |
4423 tutorials. | |
4424 | |
29676 | 4425 * complete.el (PC-env-vars-alist): New variable. |
4426 (PC-complete-as-file-name): New function. | |
4427 (partial-completion-mode): Initialize PC-env-vars-alist from | |
4428 process-environment. | |
4429 (PC-do-completion): Handle completion of env vars. | |
4430 | |
4431 * info.el (Info-set-mode-line): Show file name in mode line, | |
4432 use `*Info*' instead of `Info:'. | |
4433 | |
29667 | 4434 * startup.el (command-line-1): Change copyright messages to year |
4435 2000. | |
4436 | |
29665 | 4437 2000-06-15 Dave Love <fx@gnu.org> |
4438 | |
4439 * net/goto-addr.el (goto-address-fontify): Use keymap property, | |
4440 not local-map. | |
4441 | |
29658 | 4442 2000-06-15 Kenichi Handa <handa@etl.go.jp> |
4443 | |
4444 * international/mule.el (set-buffer-file-coding-system): Almost | |
4445 rewritten to handle `undecided' as no-op. | |
4446 | |
29654 | 4447 2000-06-14 Gerd Moellmann <gerd@gnu.org> |
4448 | |
29667 | 4449 * Makefile.in: New file. |
29657 | 4450 |
4451 * Makefile: Removed. | |
4452 | |
29654 | 4453 * net/goto-addr.el (goto-address): Don't bind C-c RET locally. |
4454 (goto-address-highlight-keymap): Bind C-c RET. | |
4455 | |
29640 | 4456 2000-06-14 Kenichi Handa <handa@etl.go.jp> |
4457 | |
29649 | 4458 * mail/sendmail.el (sendmail-send-it): The temporary buffer |
4459 inherits buffer-file-coding-system of the current buffer. | |
29647 | 4460 |
29645 | 4461 * tar-mode.el (tar-extract): For goto-char, use (point-min), not |
4462 0. Give correct argument to set-auto-coding-function. | |
4463 (tar-expunge): For goto-char, use (point-min), not 0. | |
4464 (tar-clear-modification-flags): For goto-char, use (point-min), not 1. | |
4465 (tar-subfile-save-buffer): Likewize. | |
4466 | |
29640 | 4467 * international/mule.el |
4468 (after-insert-file-set-buffer-file-coding-system): Call | |
4469 set-buffer-file-coding-system with the arg FORCE t. | |
4470 | |
29633 | 4471 2000-06-13 Gerd Moellmann <gerd@gnu.org> |
4472 | |
4473 * mail/sendmail.el (mail-specify-envelope-from): Initialize to | |
4474 nil. Contemporary sendmails issue an X-Authentication-Warning if | |
29676 | 4475 the sender is set with `-f'. |
29633 | 4476 |
29622 | 4477 2000-06-13 Dave Love <fx@gnu.org> |
4478 | |
29630 | 4479 * help.el (describe-function-1): Kluge around cases of functions |
4480 fset to subrs whose doc doesn't match their symbol-name. | |
4481 | |
29627 | 4482 * image.el (insert-image): Default STRING to a space. |
29625 | 4483 |
29622 | 4484 * info.el Doc fixes. |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
4485 (Info-build-node-completions): Match Ref tags. |
29622 | 4486 |
29612 | 4487 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
4488 | |
29615 | 4489 * frame.el (display-multi-frame-p, display-multi-font-p): New |
4490 defaliases for display-graphic-p. | |
4491 | |
29612 | 4492 * hl-line.el: Fixed a typo in commentary. |
4493 | |
29609 | 4494 2000-06-13 Kenichi Handa <handa@etl.go.jp> |
4495 | |
4496 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo | |
4497 fixed. | |
4498 | |
29608 | 4499 2000-06-12 Dave Love <fx@gnu.org> |
4500 | |
4501 * image.el (insert-image): Save a little consing. | |
4502 | |
29598 | 4503 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
4504 | |
4505 * language/tibet-util.el: Convert all tibetan-1-column characters | |
4506 to the corresponding tibetan characters. | |
4507 (tibetan-add-components): Delete code for the special treatment of | |
4508 'a chung. | |
4509 | |
4510 * language/tibetan.el (tibetan-composable-pattern): Fix previous | |
4511 change. | |
4512 (tibetan-vowel-transcription-alist): More rules added. | |
4513 (tibetan-composite-vowel-alist): New variable. | |
4514 (tibetan-precomposition-rule-alist): More rules added. | |
4515 | |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4516 2000-06-12 Stefan Monnier <monnier@cs.yale.edu> |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4517 |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
4518 * startup.el (command-line): Only call menu-bar-mode if interactive. |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
4519 |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
4520 * thingatpt.el (toplevel symbol-properties): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
4521 * textmodes/makeinfo.el (makeinfo-compile): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
4522 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
4523 * progmodes/hideif.el (hif-compress-define-list) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
4524 (hide-ifdef-use-define-alist): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
4525 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
4526 (ange-ftp-vms-add-file-entry): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
4527 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
4528 * man.el (Man-build-man-command): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
4529 * mail/rnewspost.el (news-reply-header-hook): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
4530 * info.el (Info-insert-dir): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
4531 * emulation/mlconvert.el (backward-word, forward-word, setq): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
4532 * emacs-lisp/gulp.el (gulp-send-requests): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
4533 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1) |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
4534 (byte-optimize-inline-handler, byte-optimize-form-code-walker) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
4535 (byte-optimize-apply, end of file): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
4536 * emacs-lisp/advice.el (ad-advice-class-completion-table) |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
4537 (ad-make-freeze-definition): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
4538 * startup.el (command-line, command-line-1): Don't quote lambdas. |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
4539 |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4540 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4541 (cvs-cleanup-removed): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4542 (cvs-cleanup-functions): New var. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4543 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4544 some flexibility in specifying additional entries to auto-cleanup. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4545 (cvs-quickdir): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4546 (cvs-mode-insert): Use cvs-fileinfo-from-entries. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4547 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4548 (cvs-mode-find-file): Check that we are on a filename or dirname |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4549 when invoked through a mouse-click. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4550 (cvs-full-path): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4551 (cvs-dired-action): Re-introduced. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4552 (cvs-dired-noselect): Use it. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4553 (vc-post-command-functions): use this new hook if available. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4554 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4555 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4556 (cvs-status-map): Don't inherit from cvs-mode-map anymore. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4557 (cvs-filename-map, cvs-dirname-map): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4558 (cvs-default-action): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4559 (cvs-add-face): Use `keymap' rather than `local-map' property, and only |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4560 if the arg is really a keymap. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4561 (cvs-fileinfo-pp): Don't use any special map for file and dir names. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4562 Don't hardcode the mapping from state (aka type) to face, but check |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4563 the var cvs-fi-<type>-face instead. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4564 (cvs-fileinfo-from-entries): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4565 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4566 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks): |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4567 Docstring fix. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4568 (cvs-find-file-and-jump): Change default to be safer. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4569 (cvs-mode-diff-map): Define it as a function as well. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4570 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4571 Bind mouse-2 in this global map rather than with text-properties. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4572 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4573 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4574 file to resolve the ambiguity between C(conflict) and C(need-merge). |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
4575 |
29574 | 4576 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
4577 | |
4578 * international/mule.el (set-buffer-file-coding-system): If | |
4579 CODING-SYSTEM is nil, set buffer-file-coding-system to nil | |
4580 unconditionally. | |
4581 | |
29568 | 4582 2000-06-12 Dave Love <fx@gnu.org> |
4583 | |
4584 * wid-edit.el (widget-specify-button): Really suppress the face if | |
4585 required. | |
4586 | |
29556 | 4587 2000-06-11 Gerd Moellmann <gerd@gnu.org> |
4588 | |
4589 * term/x-win.el (x-colors): Add colors from recent rgb.txt. | |
4590 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4591 2000-06-11 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4592 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4593 * imenu.el (imenu-generic-expression): Docstring fix. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4594 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4595 * composite.el (composition-function-table): Move the `put' |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4596 below the autoload cookie so we can load the file before loaddefs. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4597 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4598 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4599 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4600 * emacs-lisp/autoload.el (make-autoload): Use `cond'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4601 Handle easy-mmode-define-global-mode. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4602 For complex macros like define-minor-mode that can generate |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4603 several autoload entries, try to autoload entries in the |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4604 macroexpanded code. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4605 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4606 * emacs-lisp/easy-mmode.el (define-minor-mode): |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4607 If KEYMAP is a symbol, just use it. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4608 Use byte-compile-current-file and load-file-name to infer the |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4609 proper :require to pass to defcustom. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4610 Wrap the hook var into `progn' so as not to autoload it. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4611 Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4612 Be more careful about the evaluation of KEYMAP. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4613 (easy-mmode-define-global-mode): Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4614 (define-derived-mode): Move define-abbrev-table outside of defvar. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4615 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4616 2000-06-10 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4617 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4618 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch). |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4619 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4620 (backup-compiled-files): Ignore errors during `tar'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4621 (bootstrap): Make autoloads before elc files. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4622 |
29542 | 4623 2000-06-10 Kenichi Handa <handa@etl.go.jp> |
4624 | |
4625 * international/mule.el (set-buffer-file-coding-system): If one of | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
4626 undecided-XXX is specified, change only EOL conversion. |
29542 | 4627 |
4628 * international/mule-conf.el (unix): New alias for the coding | |
4629 system undecided-unix. | |
4630 | |
29528 | 4631 2000-06-09 Dave Love <fx@gnu.org> |
4632 | |
29535 | 4633 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region. |
4634 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
4635 * progmodes/executable.el: Byte compile dynamic. |
29528 | 4636 (executable-insert): Change custom type. |
4637 (executable-find): Add autoload cookie. | |
29531 | 4638 (executable-make-buffer-file-executable-if-script-p): New |
4639 function. After Noah Friedman. | |
29528 | 4640 |
4641 * files.el (after-save-hook): Customize, with | |
29531 | 4642 executable-make-buffer-file-executable-if-script-p as an option. |
29528 | 4643 |
29518 | 4644 2000-06-09 Kenichi Handa <handa@etl.go.jp> |
4645 | |
29522 | 4646 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font |
4647 "tib24p-mule.bdf" for Tibetan. | |
4648 | |
29520 | 4649 * composite.el (decompose-composite-char): Declare it as obsolete. |
4650 | |
29541 | 4651 * man.el (Man-fontify-manpage): Pay attention to underline and |
4652 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX). | |
29518 | 4653 |
29517 | 4654 2000-06-08 Gerd Moellmann <gerd@gnu.org> |
4655 | |
4656 * thingatpt.el (forward-thing): Use functionp instead of fboundp. | |
4657 Set maintainer to FSF since author isn't reachable. | |
4658 | |
29508 | 4659 2000-06-08 Dave Love <fx@gnu.org> |
4660 | |
4661 * international/mule-cmds.el (select-safe-coding-system): If | |
4662 DEFAULT-CODING-SYSTEM is not specified, also check the most | |
4663 preferred coding-system if buffer-file-coding-system is | |
4664 `undecided'. From Handa. | |
4665 | |
29503 | 4666 2000-06-08 Kenichi Handa <handa@etl.go.jp> |
4667 | |
4668 * international/mule.el | |
4669 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
4670 size is greater than INSERTED, judget that we are not visiting. | |
4671 | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
4672 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org> |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
4673 |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
4674 * whitespace.el (defgroup whitespace): Comment out `:version'. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
4675 XEmacs 20.4 has problems defining the group with this present. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
4676 We'll have this commented out till get resolve the problem. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
4677 |
29498 | 4678 2000-06-07 Gerd Moellmann <gerd@gnu.org> |
4679 | |
4680 * align.el: Update from author. | |
4681 | |
4682 2000-06-07 Jari Aalto <jari.aalto@poboxes.com> | |
4683 | |
4684 * apropos.el (apropos-mode-hook): New user variable. | |
4685 (apropos-mode): Run apropos-mode-hook. | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
4686 |
29498 | 4687 2000-06-07 David Ponce <david@dponce.com> |
4688 | |
4689 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files | |
4690 commands. Require `wid-edit' at run-time. | |
4691 | |
4692 2000-06-07 David Ponce <david@dponce.com> | |
4693 | |
4694 * recentf.el: Added some "Commentary". | |
4695 (recentf-open-more-files, recentf-edit-list): Minor changes to | |
4696 move the point at the top of the file list. This behaviour is | |
4697 consistent with the menu one when the list contains a lot of | |
4698 files. | |
4699 (recentf-cleanup): Now displays the number of items removed from | |
4700 the list. | |
4701 (recentf-relative-filter) New menu filter to show filenames | |
4702 relative to `default-directory'. | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
4703 |
29498 | 4704 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4705 | |
4706 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size | |
4707 with/without giving an error if PostScript printer doesn't have this | |
4708 kind of page size. Zebra Stripe continues or restarts on next page. | |
4709 Manual/automatic paper feeding. Switch or not the header. | |
4710 (ps-print-version): New version number (5.2.2). | |
4711 (ps-windows-system): Include emx as a Windows system. | |
4712 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face) | |
4713 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces) | |
4714 (ps-background-text): Code fix. | |
4715 (ps-error-handler-message, ps-user-defined-prologue) | |
4716 (ps-print-prologue-header, ps-printer-name) | |
4717 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color) | |
4718 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg) | |
4719 (ps-use-face-background): Customization fix. | |
4720 (ps-n-up-database): Data fix. | |
4721 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed) | |
4722 (ps-switch-header): New vars. | |
4723 (ps-xemacs-color-name, ps-face-foreground-name) | |
4724 (ps-face-background-name, ps-boolean-constant): New funs. | |
4725 | |
29491 | 4726 2000-06-07 Dave Love <fx@gnu.org> |
4727 | |
4728 * allout.el: New version from Manheimer. | |
4729 | |
29483 | 4730 2000-06-07 Kenichi Handa <handa@etl.go.jp> |
4731 | |
4732 * textmodes/fill.el (fill-find-break-point): Check the validity of | |
4733 charset. | |
4734 | |
29476
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
4735 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
4736 |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
4737 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list) |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
4738 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames): |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
4739 Call display-color-p and display-mouse-p instead of looking at |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
4740 window-system. |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
4741 |
29471 | 4742 2000-06-06 Dave Love <fx@gnu.org> |
4743 | |
4744 * image.el (find-image): Doc fix. Return nil if image not found. | |
4745 (put-image, insert-image): Make STRING arg optional. | |
4746 | |
29455 | 4747 2000-06-06 Kenichi Handa <handa@etl.go.jp> |
4748 | |
4749 * language/vietnamese.el: Remove eval-when-compile. | |
4750 (viet-viscii-nonascii-translation-table): Define it as a | |
4751 translation table made from viet-viscii-decode-table. | |
4752 (viet-viscii-encode-table): Define it as a translation table made | |
4753 from the reverse map of above. | |
4754 (viet-vscii-nonascii-translation-table): Define it as a | |
4755 translation table made from viet-vscii-decode-table. | |
4756 (viet-vscii-encode-table): Define it as a translation table made | |
4757 from the reverse map of above. | |
4758 (ccl-decode-viscii): Use translate-character. | |
4759 (ccl-encode-viscii, ccl-encode-viscii-font) | |
4760 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): | |
4761 Likewize. | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
4762 |
29455 | 4763 * language/cyrillic.el: Remove eval-when-compile. |
4764 (cyrillic-koi8-r-nonascii-translation-table): Define it as a | |
4765 translation table made from cyrillic-koi8-r-decode-table. | |
4766 (cyrillic-koi8-r-encode-table): Define it as a translation table | |
4767 made from the reverse map of above. | |
4768 (ccl-decode-koi8): Use translate-character. | |
4769 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize | |
4770 (cyrillic-alternativnyj-nonascii-translation-table): Define it as | |
4771 a translation table made from cyrillic-alternativnyj-decode-table. | |
4772 (cyrillic-alternativnyj-encode-table): Define it as a translation | |
4773 table made from the reverse map of above. | |
4774 (ccl-decode-alternativnyj): Use translate-character. | |
4775 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font): | |
4776 Likewize | |
4777 | |
4778 * international/mule-diag.el (non-iso-charset-alist): Specify | |
4779 translation table symbol instead of translation table itself. | |
4780 (list-block-of-chars): CHARSET may be a translation table symbol. | |
4781 | |
4782 * international/mule.el (make-coding-system): If CODING-SYSTEM | |
4783 already exists, override it. | |
4784 | |
4785 * international/fontset.el: Use family `proportional' for Tibetan | |
4786 fonts. | |
4787 | |
4788 * international/ccl.el (ccl-compile-translate-character): Don't | |
4789 check if Rrr has property translation-table. | |
4790 (ccl-compile-map-multiple): Modified to avoid compiler warning. | |
4791 | |
29447 | 4792 2000-06-05 Gerd Moellmann <gerd@gnu.org> |
4793 | |
4794 * info.el: Bind case-fold-search to t when searching in case | |
4795 a user sets it to nil in a hook. | |
4796 | |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4797 2000-06-05 Stefan Monnier <monnier@cs.yale.edu> |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4798 |
29426
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
4799 * autoarg.el (autoarg-mode, autoarg-kp-mode): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
4800 * hl-line.el (hl-line-mode): Use the new :global key argument. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
4801 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
4802 * tar-mode.el (tar-header-block-recompute-checksum): Remove. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
4803 (tar-clip-time-string): Prepend a space. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
4804 (tar-grind-file-mode): Construct a string rather than modifying one. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
4805 (tar-header-block-summarize): Fix docstring. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
4806 Use `format' rather than an error-prone set of copy-loops. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
4807 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
4808 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re) |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
4809 (diff-goto-source, diff-unified->context, diff-context->unified) |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
4810 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
4811 understand the format output by the `-p' argument to diff. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
4812 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
4813 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list) |
29426
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
4814 (sh-re-done): Use defconst. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
4815 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
4816 (sh-help-string-for-variable, sh-guess-basic-offset): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
4817 Don't quote lambdas. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
4818 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
4819 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
4820 |
29421
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
4821 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
4822 (mh-letter-mode): Derive from text-mode. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
4823 This implicitly means that it now calls kill-all-local-variables. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
4824 Also remove the Emacs-18 compatibility code. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
4825 |
29417
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
4826 * emacs-lisp/autoload.el (make-autoload): Simplify docstring. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
4827 Make use of symbol-property doc-string-elt. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
4828 Use memq rather than a sequence of eq. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
4829 (doc-string-elt): Fix the wrong or missing previously unused values. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
4830 (autoload-print-form): New function extracted from |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
4831 generate-file-autoloads to allow recursion when handling progn |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
4832 so that defvar's and defun's docstrings are properly printed. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
4833 (generate-file-autoloads): Use it. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
4834 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4835 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4836 Use find-file-hooks in the minor-mode function. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4837 Be careful not to loop indefinitely in the post-command-hook function. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4838 |
29412
ecd388a0937d
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29407
diff
changeset
|
4839 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu> |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
4840 |
29447 | 4841 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on |
29412
ecd388a0937d
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29407
diff
changeset
|
4842 tty's. |
29447 | 4843 * ediff-diff.el (ediff-exec-process): Use --binary for fine |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4844 differences whenever appropriate. |
29447 | 4845 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members. |
4846 * viper.el (find-file, find-file-other-window): Get viper to do | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
4847 wildcards. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
4848 |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
4849 2000-06-04 Stefan Monnier <monnier@cs.yale.edu> |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
4850 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4851 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4852 (jit-lock-fontify-buffer): New function for JIT refontification. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4853 (jit-lock-mode): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4854 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4855 Remove jit-lock-after-change from the _local_ hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4856 (jit-lock-function-1): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4857 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4858 * info.el (Info-on-current-buffer): Initialize info. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4859 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4860 * newcomment.el (comment-indent): Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4861 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4862 * progmodes/tcl.el (tcl-indent-for-comment): |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4863 Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4864 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4865 * emacs-lisp/easy-mmode.el: Require CL during compilation. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4866 (easy-mmode-define-toggle): Remove (inline into define-minor-mode). |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
4867 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
4868 and improve to use the lighter to guess the capitalization. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
4869 (define-minor-mode): Inline code from easy-mmode-define-toggle. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
4870 Add keyword arguments to specify global-ness or the custom group. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
4871 Add local-map and help-echo properties to the lighter. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
4872 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors. |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
4873 (easy-mmode-define-global-mode): New macro. |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
4874 |
29403 | 4875 2000-06-02 Dave Love <fx@gnu.org> |
4876 | |
4877 * wid-edit.el: byte-compile-dynamic since we typically don't use | |
4878 all the widgets. Don't require cl or widget. Remove | |
4879 eval-and-compile. Don't autoload finder-commentary. Doc fixes. | |
4880 (widget-read-event): Removed. Callers changed to use read-event. | |
4881 (widget-button-release-event-p): Renamed from | |
4882 button-release-event-p. | |
4883 (widget-field-add-space, widget-field-use-before-change): | |
4884 Uncustomize. | |
4885 (widget-specify-field): Use keymap property, not local-map. | |
4886 (widget-specify-button): Obey :suppress-face. | |
4887 (widget-specify-insert): Use modern backquote syntax. | |
4888 (widget-image-directory): Renamed from widget-glyph-directory. | |
4889 (widget-image-enable): Renamed from widget-glyph-enable. | |
4890 (widget-image-find): Replaces widget-glyph-find. | |
4891 (widget-button-pressed-face): Move defvar. | |
4892 (widget-image-insert): Replaces widget-glyph-insert. | |
4893 (widget-convert): Use keywordp. | |
4894 (widget-leave-text, widget-children-value-delete): Use mapc. | |
4895 (widget-keymap): Remove XEmacs stuff. | |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
4896 (widget-field-keymap, widget-text-keymap): Define all inside defvar. |
29403 | 4897 (widget-button-click): Don't set point at the click, but re-centre |
4898 if we scroll out of window. Rewritten for images v. glyphs &c. | |
4899 (widget-tabable-at): Use POS arg, not point. | |
4900 (widget-beginning-of-line, widget-end-of-line) | |
4901 (widget-item-value-create, widget-sublist, widget-princ-to-string) | |
4902 (widget-sexp-prompt-value, widget-echo-help): Simplify. | |
4903 (widget-default-create): Use widget-image-insert; some rewriting. | |
4904 (widget-visibility-value-create) | |
4905 (widget-push-button-value-create, widget-toggle-value-create): Use | |
4906 widget-image-insert. | |
4907 (checkbox): Create on and off images dynamically. | |
4908 (documentation-link): Change :help-echo. | |
4909 (widget-documentation-link-echo-help): Remove. | |
4910 | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
4911 2000-06-02 Stefan Monnier <monnier@cs.yale.edu> |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
4912 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
4913 * log-edit.el (log-edit-done): Thinko in the "same comment" detection. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
4914 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
4915 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
4916 (easy-mmode-define-toggle, define-minor-mode): Use it. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
4917 (easy-mmode-define-keymap): Docstring fix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
4918 (define-derived-mode): Default PARENT to fundamental-mode. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
4919 Add the derived-mode-parent symbol-property. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
4920 (easy-mmode-derived-mode-p): New function. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
4921 |
29383 | 4922 2000-06-02 Dave Love <fx@gnu.org> |
4923 | |
29392 | 4924 * files.el (convert-standard-filename): Doc fix. |
4925 (normal-backup-enable-predicate): New function. | |
4926 (backup-enable-predicate): Use it to replace the lambda form. | |
4927 | |
4928 * calendar/todo-mode.el: [This needs more work on the outline | |
4929 stuff.] Doc fixes. | |
4930 (todo) <defgroup>: Add :version. | |
4931 (todo-add-category): Don't use pushnew. | |
4932 (todo-cmd-raise): Fix typo. | |
4933 (todo-top-priorities): Change temp buffer name. | |
4934 (todo-category-alist): Avoid redundant lambda. | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
4935 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
4936 Use outline-next-heading. |
29392 | 4937 |
29383 | 4938 * autoarg.el: Rewritten to use define-minor-mode. |
4939 (autoarg-kp-digits, autoarg-kp-mode-map): New variable. | |
4940 (autoarg-kp-mode, autoarg-kp-digit-argument): New command. | |
4941 | |
29376 | 4942 2000-06-02 Kenichi Handa <handa@etl.go.jp> |
4943 | |
4944 * isearch.el (isearch-other-meta-char): Fix previous change. | |
4945 | |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
4946 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
4947 |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
4948 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
4949 (log-edit-done): Only add the comment to the ring if it's different |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
4950 from the last comment entered. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
4951 |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
4952 * isearch.el (isearch-highlight): Turn internal-find-face into facep. |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
4953 |
29372 | 4954 2000-06-01 Dave Love <fx@gnu.org> |
4955 | |
4956 * hl-line.el: Rewritten using define-minor-mode. | |
4957 | |
4958 * help.el (describe-function-1): Distinguish special form from | |
4959 builtin function. Sanity-check presence of arglist for builtins. | |
4960 | |
29356 | 4961 2000-06-01 Kenichi Handa <handa@etl.go.jp> |
4962 | |
29365 | 4963 * international/characters.el: Fix syntax/category setting of |
4964 Tibetan characters. | |
4965 | |
4966 * language/tibet-util.el (tibetan-add-components): Fixes for new | |
4967 encoding of Tibetan characters. | |
4968 (tibetan-decompose-precomposition-alist): New variable. | |
4969 (tibetan-decompose-region): Convert precomposed characters to | |
4970 non-precomposed characters. | |
4971 (tibetan-decompose-string): Likewise. | |
4972 (tibetan-composition-function): Fix args to | |
4973 thibetan-compose-string. | |
4974 | |
4975 * language/tibetan.el (tibetan-composable-pattern): More | |
4976 characters included. | |
4977 (tibetan-consonant-transcription-alist): Rule for "R" added. | |
4978 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and | |
4979 "+R" added. | |
4980 (tibetan-base-to-subjoined-alist): Rule for "RA" added. | |
4981 | |
29359 | 4982 * language/lao-util.el (lao-composition-function): Fix args to |
4983 compose-string. | |
4984 | |
4985 * language/thai-util.el (thai-composition-function): Fix args to | |
4986 compose-string. | |
4987 | |
29356 | 4988 * isearch.el (isearch-update): Set disable-point-adjustment to t |
29357 | 4989 to prevent the point moving to the end of a composition when a |
4990 part of a composition is searched. | |
29356 | 4991 (isearch-other-meta-char): If the key invoking this command can be |
4992 mapped by function-key-map to a printing char, call | |
4993 isearch-process-search-char directly. | |
4994 | |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
4995 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
4996 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
4997 * emacs-lisp/bytecomp.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
4998 * frame.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
4999 * international/mule-cmds.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
5000 * international/mule-util.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
5001 * international/mule.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
5002 * mouse.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
5003 * subr.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
5004 * faces.el: Update calls to make-obsolete with a WHEN argument. |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
5005 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
5006 * byte-run.el (make-obsolete, make-obsolete-variable): |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
5007 Add an optional WHEN argument and change the format of the |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
5008 symbol-property information. |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
5009 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda. |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
5010 (byte-compile-obsolete, byte-compile-variable-ref): Understand the |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
5011 new obsolete-symbol-property format and print WHEN if it is provided. |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
5012 |
29347 | 5013 2000-05-31 Dave Love <fx@gnu.org> |
5014 | |
5015 * loadhist.el (loadhist-hook-functions): Remove | |
5016 before-change-function, after-change-function. | |
5017 (unload-feature): Deal with symbols which are both bound and | |
5018 fbound. | |
5019 | |
5020 * mouse.el (mouse-save-then-kill-delete-region): Don't bind | |
5021 before-change-function, after-change-function. | |
5022 | |
5023 * simple.el (newline): Don't bind before-change-function, | |
5024 after-change-function. | |
5025 | |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
5026 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org> |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
5027 |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
5028 * whitespace.el (whitespace-rescan-timer-time): Update interval |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
5029 set to 600 seconds (10 minutes) instead of 60 seconds since |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
5030 a large number of whitespace buffers causes emacs to `freeze' |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
5031 for a considerable amount of time. |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
5032 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
5033 * whitespace.el: Updated email address |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
5034 |
29330 | 5035 2000-05-31 Dave Love <fx@gnu.org> |
5036 | |
5037 * add-log.el (change-log-font-lock-keywords) <function>: Add | |
5038 pattern for function of change. | |
5039 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate | |
5040 acknowledgements patterns. | |
5041 | |
29328 | 5042 2000-05-31 Kenichi Handa <handa@etl.go.jp> |
5043 | |
5044 * isearch.el (isearch-printing-char): If keyboard coding system is | |
5045 being used, call isearch-process-search-multibyte-characters. | |
5046 | |
5047 * international/isearch-x.el: Mostly rewritten. | |
5048 | |
5049 * international/quail.el (quail-start-conversion): Don't include | |
5050 unhandled events in the returned events, but set them in | |
5051 unread-command-events. Exit if all inputs are deleted. | |
5052 | |
29324 | 5053 2000-05-30 Jason Rumney <jasonr@gnu.org> |
5054 | |
5055 * w32-fns.el (w32-charset-info-alist): Add each charset separately. | |
5056 | |
5057 * term/w32-win.el: Doc changes to reduce diffs with x-win.el. | |
5058 Reenable code to create initial fontsets. | |
5059 Use set-fontset-font in place of put-charset-property. | |
5060 | |
29302 | 5061 2000-05-30 Gerd Moellmann <gerd@gnu.org> |
5062 | |
29307 | 5063 * progmodes/perl-mode.el (perl-indent-line): When looking for a |
5064 label, ensure that the first colon isn't followed by another. | |
5065 | |
5066 * paths.el (Info-default-directory-list): Doc fix. | |
5067 | |
29304 | 5068 * net/net-utils.el (finger-X.500-host-regexps): New user-option. |
5069 (finger): If HOST matches a regexp from finger-X.500-host-regexps, | |
5070 send a query containing USER only, not USER@HOST. | |
5071 | |
29302 | 5072 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg |
5073 and rmail-msgend to compute the restriction at the end, instead of | |
5074 computing it. | |
5075 | |
29292 | 5076 2000-05-29 Gerd Moellmann <gerd@gnu.org> |
5077 | |
29295 | 5078 * dabbrev.el (dabbrev-expand): Don't display messages in the |
5079 echo area if the minibuffer window is active. | |
5080 | |
29292 | 5081 * jit-lock.el (jit-lock-mode): Add after change function to |
5082 local hook. | |
5083 | |
5084 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com> | |
5085 | |
5086 * antlr-mode.el: New commands: hide/unhide actions, | |
5087 upcase/downcase literals. | |
5088 (antlr-tiny-action-length): New user option. | |
5089 (antlr-hide-actions): New command. Suggested by | |
5090 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>. | |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
5091 (antlr-mode-map): New binding [C-c C-v]. |
29292 | 5092 (antlr-mode-menu): New entries. |
5093 (antlr-downcase-literals): New command. | |
5094 (antlr-upcase-literals): Ditto. | |
5095 | |
5096 * antlr-mode.el: Minor changes: indendation, mode-name. | |
5097 (antlr-indent-line): Indent cpp directive at column 0. | |
5098 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/". | |
5099 | |
5100 * antlr-mode.el: XEmacs bug workaround, XEmacs hint. | |
5101 (antlr-font-lock-additional-keywords): Workaround for intentional | |
5102 bug in XEmacs version of font-lock. | |
5103 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could | |
5104 be used by a smarter version of `buffers-menu-grouping-function'. | |
5105 | |
5106 2000-05-29 Gerd Moellmann <gerd@gnu.org> | |
5107 | |
5108 * tmm.el (tmm-prompt): Recognize menu item definitions of the for | |
5109 `(menu-item ...)' when looking for the position of DEFAULT-ITEM. | |
5110 | |
29266 | 5111 2000-05-29 Kenichi Handa <handa@etl.go.jp> |
5112 | |
5113 * international/encoded-kb.el | |
5114 (encoded-kbd-iso2022-designation-map): Pay attention to that | |
5115 charset-iso-final-char return -1 for eight-bit-control and | |
5116 eight-bit-graphic. | |
5117 | |
29261 | 5118 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
5119 | |
5120 * speedbar.el (speedbar-use-images, speedbar-update-flag) | |
5121 (speedbar-easymenu-definition-base): Use display-graphic-p where | |
5122 available, instead of window-system. | |
5123 | |
29259 | 5124 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
5125 | |
5126 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
5127 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN | |
5128 coding systems. | |
5129 | |
29248 | 5130 2000-05-26 Dave Love <fx@gnu.org> |
5131 | |
29255 | 5132 * disp-table.el (standard-display-underline): Don't use |
5133 internal-find-face. | |
5134 | |
29248 | 5135 * mail/reporter.el: Maintainer change. Doc fixes. |
5136 (reporter-version): Deleted. | |
5137 | |
5138 * emacs-lisp/elp.el: Maintainer change. | |
5139 (elp-help-address, elp-submit-bug-report, elp-version): Deleted. | |
5140 | |
29244
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
5141 2000-05-26 Stefan Monnier <monnier@cs.yale.edu> |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
5142 |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
5143 * add-log.el (add-change-log-entry): Merge the current entry with the |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
5144 previous one if the previous one is empty. |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
5145 |
29240 | 5146 2000-05-26 Dave Love <fx@gnu.org> |
5147 | |
29242 | 5148 * loadhist.el (unload-feature): Fix interactive spec [from |
5149 lijnzaad@ebi.ac.uk]. | |
5150 | |
29240 | 5151 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use |
5152 subr-arity to check primitives. | |
5153 (byte-compile-flush-pending, byte-compile-file-form-progn) | |
5154 (byte-compile-normal-call, byte-compile-list, byte-compile-concat) | |
5155 (byte-compile-insert, byte-compile-funcall): Use mapc instead of | |
5156 mapcar. | |
5157 | |
29226 | 5158 2000-05-26 Kenichi Handa <handa@etl.go.jp> |
5159 | |
29235 | 5160 * international/fontset.el: Set family names of non-latin charsets |
5161 in default fontset to "*". | |
5162 | |
29230 | 5163 * international/mule-diag.el (print-fontset): Combine family part |
5164 and registry part of the fontname by "-*-" instead of "-". | |
5165 | |
29226 | 5166 * international/mule-cmds.el (encode-coding-char): Make strings |
5167 multibyte before calling encode-coding-string. | |
5168 | |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5169 2000-05-25 Stefan Monnier <monnier@cs.yale.edu> |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5170 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5171 * derived.el: Fix keywords. |
29224
c4ed562f1556
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29220
diff
changeset
|
5172 (define-derived-mode): Only define if needed. |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5173 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5174 * simple.el (fill-comment, comment-column, comment-start) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5175 (comment-start-skip, comment-end, comment-indent-function) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5176 (block-comment-start, block-comment-end, indent-for-comment) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5177 (set-comment-column, kill-comment, comment-padding, comment-region) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5178 (comment-multi-line, indent-new-comment-line): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5179 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5180 * bindings.el (esc-map): Change ; to comment-dwim and use the new |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5181 function names for comment operations. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5182 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5183 * newcomment.el: Add abundant autoload cookies. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5184 (comment-style): Don't depend on runtime data at compile-time. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5185 (comment-indent-hook): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5186 (comment-indent): Check if comment-indent-hook is bound. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5187 (comment-region): Docstring fix. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
5188 |
29214 | 5189 2000-05-25 Dave Love <fx@gnu.org> |
5190 | |
5191 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete | |
5192 byte-code-function-p. | |
5193 | |
5194 * mail/rmailsum.el: Add provide. | |
5195 | |
5196 * net/goto-addr.el (goto-address-fontify): Add help-echo property. | |
5197 | |
5198 * smerge-mode.el (smerge-diff-switches): Don't use list* in | |
5199 defcustom. | |
5200 | |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
5201 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu> |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
5202 |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
5203 * ediff-diff.el (ediff-exec-process): delete --binary option from |
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
5204 non-buffer ediff jobs. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
5205 |
29205 | 5206 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
5207 | |
5208 * hilit-chg.el (highlight-changes-mode): Ask about color or | |
5209 grayscale support, not about window-system. | |
5210 | |
5211 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not | |
5212 window-system. | |
5213 (ffap-highlight): Always default to t. | |
5214 | |
5215 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call | |
5216 display-popup-menus-p instead of looking at window-system. | |
5217 | |
5218 * disp-table.el (standard-display-g1, standard-display-graphic): | |
5219 Only refuse to use string glyphs on X and MS-Windows. | |
5220 | |
5221 * avoid.el: Remove window-system from commentary, suggest to use | |
5222 display-*-p instead. | |
5223 | |
5224 * apropos.el (apropos-print): Use display-mouse-p instead of | |
5225 window-system. | |
5226 | |
29190 | 5227 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
5228 | |
5229 * international/codepage.el (cp-decoding-vector-for-codepage): | |
5230 Fill up unsupported characters with their own codes. From Kenichi | |
5231 Handa. | |
5232 | |
29188 | 5233 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
5234 | |
5235 * international/mule-diag.el (describe-char-after): Use | |
5236 display-graphic-p instead of window-system, so that this function | |
5237 works on MS-DOS. | |
5238 | |
29181 | 5239 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
5240 | |
5241 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
5242 Remove the eight-bit-graphic and eight-bit-control charsets from | |
5243 the list of charsets which we convert into `?'. | |
5244 | |
29169 | 5245 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
5246 | |
5247 * international/mule-conf.el: Specify CHARSET-ID explicitely for | |
5248 private charsets. | |
5249 (mule-unicode-0100-24ff, japanese-jisx0213-1, | |
5250 japanese-jisx0213-2): New charsets. | |
5251 | |
5252 * international/fontset.el: Setup default fontset for new charsets. | |
5253 | |
29166 | 5254 2000-05-24 Dave Love <fx@gnu.org> |
5255 | |
5256 * info.el (Info-find-node-2): Restructure [following "Vadim | |
5257 S. Solomin" <sovs@uic.nnov.ru>]. | |
5258 | |
5259 * icomplete.el: Fix header for Finder. | |
5260 | |
5261 2000-05-24 Eric M. Ludlam <zappo@ultranet.com> | |
5262 | |
5263 * rmailout.el (rmail-output-to-rmail-file): Added optional param | |
5264 STAY. | |
5265 | |
5266 * rmail.el (rmail-automatic-folder-directives): New user variable. | |
5267 (rmail-show-message): Add call to `rmail-auto-file' during | |
5268 display. | |
5269 (rmail-auto-file): New function. | |
5270 | |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
5271 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu> |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
5272 |
29193 | 5273 * ediff-diff.el (ediff-forward-word): Take syntactic word class into |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
5274 account. |
29193 | 5275 (ediff-test-utility,ediff-diff-mandatory-option) |
5276 (ediff-reset-diff-options): Utilities for proper initialization of | |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
5277 ediff-diff-options and ediff-diff3-options on Windows. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
5278 |
29193 | 5279 * ediff-init.el (ediff-merge-filename-prefix): New customizable |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
5280 variable. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
5281 |
29193 | 5282 * ediff-mult.el (ediff-filegroup-action): Use |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
5283 ediff-merge-filename-prefix. |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
5284 |
29163
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
5285 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu> |
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
5286 |
29193 | 5287 * viper-ex.el (ex-write): Set selective display to nil. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
5288 |
29159 | 5289 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
5290 | |
5291 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just | |
5292 aliases for hebrew-iso-8bit. | |
5293 | |
29148 | 5294 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
5295 | |
5296 * woman.el: New version from Francis J. Wright | |
5297 <F.J.Wright@Maths.QMW.ac.uk>. | |
5298 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file | |
5299 names in environment variables regardless of the path separator. | |
5300 (woman-topic-all-completions-1): Don't call file-name-directory-p | |
5301 on all files, since woman-file-regexp already filters out any | |
5302 directories. | |
5303 | |
29140 | 5304 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
5305 | |
29144 | 5306 * international/quail.el (quail-start-translation): Don't change |
5307 modified-p of the current buffer. | |
5308 (quail-start-conversion): Likewise. | |
5309 | |
5310 * international/kkc.el (kkc-region): Don't change modified-p of | |
5311 the current buffer. | |
5312 | |
29142 | 5313 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to |
5314 conform to RFC1468. | |
5315 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554. | |
29140 | 5316 |
29138 | 5317 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com> |
5318 | |
5319 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix. | |
5320 (speedbar-insert-button): Invisible text property fix. | |
5321 (speedbar-directory-plus): Renamed from speedbar-directory-+ | |
5322 (speedbar-directory-minus): Renamed from speedbar-directory-- | |
5323 (speedbar-page-plus): Renamed from speedbar-file-+ | |
5324 (speedbar-page-minus): Renamed from speedbar-file-- | |
5325 (speedbar-page): Renamed from speedbar-file- | |
5326 (speedbar-tag): Renamed from speedbar-tag- | |
5327 (speedbar-tag-plus): Renamed from speedbar-tag-+ | |
5328 (speedbar-tag-minus): Renamed from speedbar-tag-- | |
5329 (speedbar-expand-image-button-alist): Use above renames. | |
5330 | |
5331 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm | |
5332 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm | |
5333 * sb-pg-plus.xpm: Renamed from sb-file+.xpm | |
5334 * sb-pg-minus.xpm: Renamed from sb-file-.xpm | |
5335 * sb-pg.xpm: Renamed from sb-file.xpm | |
5336 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm | |
5337 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm | |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
5338 |
29128 | 5339 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
5340 | |
5341 * international/quail.el (quail-show-guidance-buf): Set | |
5342 current-input-method of the guidance buffer to the name of the | |
5343 curren input method. | |
5344 | |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
5345 2000-05-23 Stefan Monnier <monnier@cs.yale.edu> |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
5346 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
5347 * progmodes/compile.el (compile-internal): Style typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
5348 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
5349 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode): |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
5350 quote vars and functions in the docstring. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
5351 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
5352 * newcomment.el (comment-make-extra-lines): Don't use `assert'. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
5353 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
5354 * completion.el (dynamic-completion-mode, dynamic-completion-mode): |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
5355 Don't quote lambdas. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
5356 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
5357 * ffap.el (ffap-highlight): Use facep rather than internal-find-face. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
5358 |
29116 | 5359 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
5360 | |
29127 | 5361 * startup.el (command-line): Determine source file of compiled |
5362 user init file differently. Warn if compiled user init file | |
5363 is older than its source file. | |
5364 | |
29116 | 5365 * ffap.el (ffap-url-regexp): Add `https'. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
5366 |
29112 | 5367 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
5368 | |
5369 * files.el (make-backup-file-name-1): Replace slashes with `!' | |
5370 rather than `|' (which is not allowed on Windows). Replace the | |
5371 drive letters with a string "drive_X". | |
5372 | |
29110 | 5373 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
5374 | |
5375 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'. | |
5376 | |
5377 * files.el (interpreter-mode-alist): Add `bash2'. | |
5378 | |
29091 | 5379 2000-05-22 Dave Love <fx@gnu.org> |
5380 | |
5381 * loadhist.el (feature-symbols, file-provides, file-requires): Use | |
5382 mapc. | |
5383 (feature-file): Avoid calling symbol-name. Doc fix. | |
5384 (file-set-intersect, file-dependents): Use dolist, not mapcar. | |
5385 (loadhist-hook-functions): Add mouse-position-function. | |
5386 (unload-feature): Change uses of mapcar. | |
5387 | |
5388 * files.el (parse-colon-path): Doc fix. | |
5389 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars. | |
5390 (set-auto-mode): Use mapc. | |
5391 | |
5392 * complete.el (PC-look-for-include-file): Use :alnum: character | |
5393 class. | |
5394 (partial-completion-mode): Add autoload cookie. | |
5395 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
5396 2000-05-22 Sam Steingold <sds@gnu.org> |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
5397 |
29102 | 5398 * info.el (Info-fontify-node): Fixed the call to |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
5399 `add-text-properties' (bug introduced on 2000-05-18). |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
5400 |
29082 | 5401 2000-05-22 Dave Love <fx@gnu.org> |
5402 | |
5403 * bindings.el: Remove debug-ignored-errors set in other files. | |
5404 | |
5405 * progmodes/etags.el: Add to debug-ignored-errors. | |
5406 (visit-tags-table-buffer): Clear out buffers holding old tables | |
5407 when making a new list. | |
5408 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use | |
5409 mapc. | |
5410 | |
5411 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't | |
5412 quote keywords. | |
5413 (cmpl-string-case-type): Use character classes. | |
5414 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
5415 * comint.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
5416 * textmodes/ispell.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
5417 * imenu.el: |
29082 | 5418 * mail/mh-e.el: |
5419 * progmodes/compile.el: Add to debug-ignored-errors. | |
5420 | |
5421 * dabbrev.el: Add to debug-ignored-errors. | |
5422 (dabbrev-completion): Use mapc. | |
5423 | |
29075 | 5424 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il> |
5425 | |
5426 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk) | |
5427 (woman-mapcan, woman-parse-man.conf) | |
5428 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font) | |
5429 (woman-reset-emulation, woman-select-symbol-fonts): New functions. | |
5430 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin | |
5431 path syntax better. | |
5432 (woman-man.conf-path, woman-use-own-frame): New defcustoms. | |
5433 (woman-manpath): Call woman-parse-man.conf. | |
5434 (woman-emulation): New defcustom, defaults to nroff. | |
5435 (woman-font-support): New defconst. | |
5436 (woman-use-symbol-font): New defcustom. | |
5437 (woman-menu): Add new menu items: "Colored/BW", "Advanced", | |
5438 "Emulation". | |
5439 Many functions: Doc fix. | |
5440 | |
29072 | 5441 2000-05-22 Kenichi Handa <handa@etl.go.jp> |
5442 | |
5443 * international/quail.el (quail-simple-translation-keymap): Map | |
5444 128..255 to quail-self-insert-command. | |
5445 (quail-keyboard-layout-alist): Add definition for "pc102-de". | |
5446 | |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
5447 2000-05-22 Stefan Monnier <monnier@cs.yale.edu> |
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
5448 |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
5449 * help.el (help-manyarg-func-alist): Typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
5450 |
29070
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
5451 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and |
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
5452 intervals which makes it heaps simpler. |
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
5453 |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
5454 * newcomment.el (comment-region-internal): Go back to BEG after quoting |
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
5455 the nested comment markers. |
29063
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
5456 |
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
5457 * subr.el (remove-hook): Don't turn the hook's value into a list. |
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
5458 |
29059 | 5459 2000-05-21 Dave Love <fx@gnu.org> |
5460 | |
29061 | 5461 * edmacro.el (edmacro-parse-keys): Return vector if any elements |
5462 are invalid characters. | |
5463 | |
29059 | 5464 * international/mule-util.el (detect-coding-with-priority): Use |
5465 mapc. Remove redundant lambda. | |
5466 | |
5467 * international/mule-diag.el (list-non-iso-charset-chars) | |
5468 (describe-fontset): Remove redundant lambda. | |
5469 | |
5470 * emulation/crisp.el (brief-mode): New alias. | |
5471 | |
5472 * emacs-lisp/ring.el (ring-elements): New function. | |
5473 | |
5474 * emacs-lisp/easymenu.el (easy-menu-create-menu) | |
5475 (easy-menu-do-add-item): Use keywordp. | |
5476 | |
5477 * emacs-lisp/byte-opt.el: Update side-effect free function lists. | |
5478 | |
5479 * replace.el: Doc and error message fixes. | |
5480 (replace-highlight): Use facep, not internal-find-face. | |
5481 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
5482 2000-05-20 Stefan Monnier <monnier@cs.yale.edu> |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
5483 |
29045
7235e6a14c62
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29043
diff
changeset
|
5484 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda. |
7235e6a14c62
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29043
diff
changeset
|
5485 |
29043
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
5486 * log-edit.el (log-edit-done): Cleanup trailing empty lines. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
5487 (log-edit-insert-changelog): Drop `:' as well. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
5488 |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
5489 * log-view.el: Fix file description. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
5490 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
5491 available. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
5492 (log-view-font-lock-keywords): Only use cvs-filename-face if present. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
5493 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
5494 |
29040
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
5495 * emacs-lisp/easy-mmode.el: Update copyright and commentary. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
5496 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
5497 Print a status message if the toggle is called interactively. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
5498 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE) |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
5499 for global minor modes and use `defcustom' for them. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
5500 Use add-minor-mode. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
5501 (easy-mmode-define-derived-mode): Remove. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
5502 (define-derived-mode): Fancier default docstring. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
5503 (easy-mmode-define-navigation): Signal an error rather than (ding). |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
5504 |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
5505 * newcomment.el (comment-styles): New `box-multi'. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
5506 (comment-normalize-vars): Better default for comment-continue to |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
5507 avoid whitespace-only continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
5508 (comment-search-forward): Always move even in the no-syntax case. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
5509 (comment-padright): Only obey N if it's only obeyed for padleft. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
5510 (comment-make-extra-lines): Better handling of empty continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
5511 Use `=' for the filler if comment-start has only one character. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
5512 (uncomment-region): Try handling the special `=' filler. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
5513 (comment-region): Allow LINES even if MULTI is nil. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
5514 (comment-box): Choose box style based on comment-style. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
5515 |
29029 | 5516 2000-05-20 Kenichi Handa <handa@etl.go.jp> |
5517 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
5518 * international/ccl.el (ccl-compile-write-string): Make STR unibyte. |
29029 | 5519 (ccl-compile-write-repeat): If ARG is string, make it unibyte. |
5520 | |
29028 | 5521 2000-05-20 Kenichi HANDA <handa@etl.go.jp> |
5522 | |
5523 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region | |
5524 and insert, not subst-char-in-region. | |
5525 | |
5526 * international/mule-diag.el (list-character-sets-1): Handle | |
5527 charsets eight-bit-control and eight-bit-graphic. | |
5528 (list-iso-charset-chars): Likewise. | |
5529 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit | |
5530 charactes as is. Use indent-to to align characters. | |
5531 | |
5532 * international/mule-cmds.el (find-multibyte-characters): Never | |
5533 exclude charsets eight-bit-control and eight-bit-graphic. | |
5534 | |
29015
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
5535 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
5536 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
5537 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception): |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
5538 Don't quote lambdas. |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
5539 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
5540 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add. |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
5541 |
28993 | 5542 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
5543 | |
5544 * gud.el (gud-jdb-directories): Doc fix. | |
5545 | |
28989
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
5546 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
5547 |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
5548 * newcomment.el: New file. |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
5549 |
28988 | 5550 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
5551 | |
28993 | 5552 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'. |
28988 | 5553 |
28982 | 5554 2000-05-18 Andreas Schwab <schwab@suse.de> |
5555 | |
5556 * dired.el (dired-between-files): Also skip lines beginning with | |
5557 `used'. | |
5558 | |
28978 | 5559 2000-05-18 Gerd Moellmann <gerd@gnu.org> |
5560 | |
5561 * msb.el (msb-menu-cond): Add choice `user'. | |
5562 | |
28981 | 5563 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
5564 |
28981 | 5565 * ps-print.el: Compatibility, customization and doc fix. |
5566 (ps-printer-name-option): Replace defconst by defvar. | |
5567 (ps-postscript-code-directory): XEmacs compatibility. | |
5568 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code | |
5569 fix. | |
5570 (ps-user-defined-prologue, ps-print-prologue-header) | |
5571 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs | |
5572 compatibility and code fix. | |
5573 (ps-print-background-image, ps-print-background-text): | |
5574 Customization fix. | |
5575 (ps-line-number-start, ps-n-up-on): New vars. | |
5576 | |
28978 | 5577 2000-05-18 Espen Skoglund <esk@ira.uka.de> |
5578 | |
5579 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed | |
5580 the indent-comment function to just return the appropriate indent. | |
5581 | |
28975 | 5582 2000-05-18 Eric M. Ludlam <zappo@ultranet.com> |
5583 | |
5584 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm, | |
5585 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm, | |
5586 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files | |
5587 | |
28969 | 5588 2000-05-18 Dave Love <fx@gnu.org> |
5589 | |
5590 * info.el (Info-fontify-node): Add intangible property as well as | |
5591 invisible. | |
5592 | |
5593 * calendar/appt.el (appt-make-list): Match all lines of entry. | |
5594 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de> | |
5595 | |
28965 | 5596 2000-05-18 Kenichi Handa <handa@etl.go.jp> |
5597 | |
5598 * international/mule-diag.el (describe-char-after): Call | |
5599 internal-char-font, not char-font. If internal-char-font returns | |
5600 nil, display "-- none --". | |
5601 | |
28959 | 5602 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
5603 | |
5604 * image.el (image-type-available-p): Don't reference image-types | |
5605 if it isn't bound. | |
5606 | |
28957
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
5607 2000-05-17 Stefan Monnier <monnier@cs.yale.edu> |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
5608 |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
5609 * autoarg.el (autoarg-mode): Typo in the :set argument. |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
5610 |
28954 | 5611 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
5612 | |
5613 * startup.el (command-line-1): Don't signal an error if the | |
5614 directory for auto-save-list files does not yet exist. | |
5615 | |
28950 | 5616 2000-05-17 Kenichi Handa <handa@etl.go.jp> |
5617 | |
5618 * international/mule-conf.el (arabic-iso8859-6): Fix typo. | |
5619 | |
28948
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
5620 2000-05-16 Stefan Monnier <monnier@cs.yale.edu> |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
5621 |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
5622 * subr.el (remove-hook): `setq' hook-value, not `set'. |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
5623 |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
5624 2000-05-16 Sam Steingold <sds@gnu.org> |
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
5625 |
28981 | 5626 * info.el (debug-ignored-errors): More errors to ignore. |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
5627 |
28942 | 5628 2000-05-16 Dave Love <fx@gnu.org> |
5629 | |
5630 * cus-edit.el: Don't require cl or easymenu. | |
5631 (custom-variable-prompt): Test standard-value property, not | |
5632 user-variable-p. | |
5633 | |
28940
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
5634 2000-05-16 Sam Steingold <sds@gnu.org> |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
5635 |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
5636 * subr.el (add-hook): `setq' hook-value, not `set'. |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
5637 |
28939 | 5638 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
5639 | |
5640 * startup.el (command-line-1): Mention the FAQ in the startup | |
5641 message. | |
5642 | |
5643 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'. | |
5644 | |
5645 * progmodes/compile.el (compilation-parse-errors): Collect | |
5646 `nomessage' regexps last. | |
5647 | |
5648 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp. | |
5649 | |
5650 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp' | |
5651 to the function name. | |
5652 | |
28926 | 5653 2000-05-15 Dave Love <fx@gnu.org> |
5654 | |
5655 * speedbar.el (speedbar-recenter): Typo. | |
5656 (speedbar-expand-line): Make arg optional. | |
5657 (speedbar-mode): Avoid a compiler warning. | |
5658 | |
28924 | 5659 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
5660 | |
5661 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that | |
5662 user-specified option string is empty. | |
5663 | |
5664 * mouse.el (mouse-yank-at-click): Doc fix. | |
5665 | |
28921 | 5666 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
5667 | |
5668 * term/internal.el (IT-character-translations): More updates of | |
5669 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC | |
5670 documents. | |
5671 | |
28919 | 5672 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
5673 | |
5674 * env.el (getenv): New function, interactively callable. | |
5675 (setenv, getenv): Remove autoload cookies. | |
5676 | |
5677 * loadup.el: Load `env'. | |
5678 | |
5679 * progmodes/f90.el: Change author's mail address. | |
5680 | |
28908 | 5681 2000-05-14 Dave Love <fx@gnu.org> |
5682 | |
28911 | 5683 * mail/rmail.el (rmail-show-message-hook): Customize and offer |
5684 goto-addr as an option. | |
5685 | |
5686 * help.el (help-xref-stack): Doc fix. | |
5687 (help-xref-following): New variable. | |
5688 (help-make-xrefs): Use it. | |
5689 (help-xref-go-back): Use position information from stack element. | |
5690 (help-follow): Make position in stack element a pair. Use | |
5691 help-xref-following. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
5692 |
28911 | 5693 * autoarg.el: New file. |
5694 | |
5695 * faces.el: Declare more functions obsolete. | |
5696 | |
28908 | 5697 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el |
5698 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el | |
5699 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el | |
5700 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: | |
5701 Remove all the setup-...-environment functions. | |
5702 | |
28903 | 5703 2000-05-13 Eric M. Ludlam <zappo@ultranet.com> |
5704 | |
28919 | 5705 * speedbar.el: Updated the commentary section. xemacs20p now uses |
5706 >= when detecting. Require `defimage' safely. | |
28903 | 5707 (speedbar-easymenu-definition-base): Add toggle for images. |
5708 (speedbar-easymenu-definition-special): Add flush cache & expand. | |
5709 (speedbar-visiting-tag-hook): Set new defaults. Added options. | |
5710 (speedbar-reconfigure-keymaps-hook): New variable. | |
5711 (speedbar-frame-parameters): Updated documentation. | |
5712 (speedbar-use-imenu-flag): Updated custom tag | |
5713 (speedbar-dynamic-tags-function-list): New variable. | |
5714 (speedbar-tag-hierarchy-method): Updated doc & custom. | |
28919 | 5715 (speedbar-indentation-width, speedbar-indentation-width) New |
5716 variables. | |
5717 (speedbar-hide-button-brackets-flag): Customizable. | |
28903 | 5718 (speedbar-vc-indicator): Doc update. |
5719 (speedbar-ignored-path-expressions): Updated default value. | |
5720 (speedbar-supported-extension-expressions): Updated default value. | |
5721 (speedbar-syntax-table): Remove {} paren status. | |
28919 | 5722 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act |
5723 as "+". Added overlay aliases. | |
5724 (speedbar-mode): Use `speedbar-mode-line-update' instead of | |
5725 `force-mode-line-update'. | |
5726 (speedbar-mode, speedbar-quick-mouse, speedbar-click) | |
5727 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of | |
5728 `mouse-set-point' | |
28903 | 5729 (speedbar-reconfigure-keymaps): Run configure keymap hooks. |
28919 | 5730 (speedbar-item-info-tag-helper): Revamped to handle a wider range |
5731 of arbitrary text, and new helper functions. | |
5732 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in | |
5733 filename finder. | |
28903 | 5734 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. |
5735 (speedbar-directory-buttons): Update path search/expansion. | |
5736 (speedbar-make-tag-line): Pay attention to | |
28919 | 5737 `speedbar-indentation-width'. Use more care w/ invisible |
5738 properties. | |
28903 | 5739 (speedbar-change-expand-button-char): Call |
5740 `speedbar-insert-image-button-maybe'. | |
5741 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced). | |
28919 | 5742 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy) |
5743 (speedbar-trim-words-tag-hierarchy) | |
5744 (speedbar-simple-group-tag-hierarchy): New functions | |
28903 | 5745 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks. |
28919 | 5746 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New |
5747 functions. | |
28903 | 5748 (speedbar-mouse-set-point): New function |
5749 (speedbar-power-click): Updated documentation. | |
28919 | 5750 (speedbar-line-token, speedbar-goto-this-file): Handle more types |
5751 of tag prefix text. | |
5752 (speedbar-expand-line, speedbar-contract-line): Make more robust | |
5753 to strange text. | |
5754 (speedbar-expand-line): Takes universal argument to flush the | |
5755 cache. | |
28903 | 5756 (speedbar-flush-expand-line): New function. |
5757 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn. | |
5758 Use new generator insertion method. | |
5759 (speedbar-fetch-dynamic-tags): New function. | |
5760 (speedbar-fetch-dynamic-imenu): Removed code now handled in | |
5761 `speedbar-fetch-dynamic-imenu'. | |
5762 (speedbar-fetch-dynamic-etags): Fix current buffer problem. | |
5763 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and | |
5764 "Revert Buffer" menu items. | |
5765 (speedbar-buffer-buttons-engine): Be smarter when creating a | |
5766 filename tag (for expansion purposes.). | |
28919 | 5767 (speedbar-highlight-one-tag-line, |
5768 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top) | |
5769 (speedbar-recenter): New functions. | |
28903 | 5770 (defimage-speedbar): Image loading abstraction. |
28919 | 5771 (speedbar-directory-+, speedbar-directory--, speedbar-file-+) |
5772 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+) | |
5773 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v) | |
5774 (speedbar-tag-type, speedbar-tag-mail): New images. | |
28903 | 5775 (speedbar-expand-image-button-alist): New variable. |
5776 (speedbar-insert-image-button-maybe): Insert an image over some | |
5777 buttons. | |
5778 | |
28894 | 5779 2000-05-13 Kenichi Handa <handa@etl.go.jp> |
5780 | |
5781 * international/mule-cmds.el (encode-coding-char): An ASCII | |
5782 character is always encodable. | |
5783 | |
5784 * international/mule-conf.el: Add more information in descriptions | |
5785 of character sets. | |
5786 | |
28965 | 5787 * international/mule-diag.el (describe-char-after): New function. |
28894 | 5788 (describe-font-internal): Adjusted for the change of font-info. |
5789 (describe-font): Likewise. | |
5790 (print-fontset): Rewritten for the new fontset implementation. | |
5791 (describe-fontset): Include fontset alias names in completion. | |
5792 (list-fontsets): Adjusted for the change of print-fontset. | |
5793 | |
28895 | 5794 * simple.el (what-cursor-position): If DETAIL is non-nil, call |
5795 describe-char-after instead of displaying the detail in the echo | |
5796 area. | |
28965 | 5797 (syntax-code-table): Format changed. |
5798 (string-to-syntax): Adjusted for the above change. | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
5799 |
28905
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
5800 2000-05-12 Stefan Monnier <monnier@cs.yale.edu> |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
5801 |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
5802 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode. |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
5803 |
28890 | 5804 2000-05-12 Dave Love <fx@gnu.org> |
5805 | |
5806 * calendar/todo-mode.el: Remove some compatibility stuff and CL | |
5807 dependence. Use line-{beginning,end}-position, not | |
5808 point-at{b,e}ol. Some doc fixes. | |
5809 (todo-position): New function. Fix callers of position to use it. | |
5810 (todo-save-top-priorities, todo-print): Use with-temp-buffer. | |
5811 | |
28885 | 5812 2000-05-12 Gerd Moellmann <gerd@gnu.org> |
5813 | |
5814 * time.el (display-time-mail-icon): Use `:ascent center'. | |
5815 | |
28893 | 5816 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for |
5817 handling FTP security extensions. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
5818 |
28882 | 5819 2000-05-11 Dave Love <fx@gnu.org> |
5820 | |
28888 | 5821 * calendar/todo-mode.el: New file. |
28882 | 5822 |
28870 | 5823 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
5824 | |
28881 | 5825 * comint.el (comint-read-input-ring): Move reference to |
5826 comint-input-ring-size outside of the save-excursion. It was | |
5827 causing the default value to be the only one ever seen. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
5828 |
28875 | 5829 * font-lock.el: Update copyright. Remove Simon Marshall's email |
5830 address on request from him. | |
5831 | |
28870 | 5832 * subr.el (substitute-key-definition): Add comment describing |
5833 the meaning of PREFIX. | |
5834 | |
28865
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5835 2000-05-10 Stefan Monnier <monnier@cs.yale.edu> |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5836 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5837 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5838 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5839 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed.. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5840 (add-minor-mode): Don't make the variable buffer-local and add a |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5841 reference to define-minor-mode in the docstring. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5842 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5843 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5844 HEADER/FOOTER and fix bug with trailing empty directory. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5845 (cvs-append-to-ignore): Use vc-editable-p if available. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5846 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5847 (vc-do-command): Tweak advice to handle the new VC. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5848 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5849 * log-view.el (log-view-goto-rev): New function for the new VC. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5850 (log-view-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5851 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5852 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5853 (log-edit-changelog-full-paragraphs): New var. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5854 (log-edit-insert-changelog): Remove a lonely leading `* file'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5855 (log-edit-narrow-changelog, log-edit-changelog-paragraph) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5856 (log-edit-changelog-subparagraph, log-edit-changelog-entry) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5857 (log-edit-changelog-ours-p, log-edit-changelog-entries) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5858 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5859 Replace the `cvs' prefix with `log-edit'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5860 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5861 * iswitchb.el (iswitchb-completion-help): Unquote lambda. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5862 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5863 * diff-mode.el (diff-font-lock-keywords): Recognize comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5864 (diff-font-lock-defaults): Explicitly turn off multiline. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5865 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5866 (diff-ediff-patch): Fix call to ediff-patch-file. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5867 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5868 Handle comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5869 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5870 * frame.el (automatic-hscrolling): Typo. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5871 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5872 * cvs-status.el (cvs-status-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
5873 |
28845 | 5874 2000-05-09 Sam Steingold <sds@goems.com> |
5875 | |
5876 * apropos.el (apropos-print): use `describe-face' instead of | |
5877 `customize-face-other-window'. | |
5878 | |
28842 | 5879 2000-05-09 Dave Love <fx@gnu.org> |
5880 | |
5881 Changes mostly following Richard Sharman <rsharman@wave.home.com>. | |
5882 | |
5883 * help.el (describe-variable): Have customize button pop the | |
5884 help-xref stack when invoked. | |
5885 (help-xref-symbol-regexp): Add `face'. | |
5886 (help-make-xrefs): Check for quoted face names and adapt regexp | |
5887 submatch numbers to cope. | |
5888 (help-xref-interned): Maybe insert face doc too. Separate | |
5889 sections with a line of hyphens. | |
5890 | |
28848 | 5891 * faces.el: Some doc fixes. Declare some functions obsolete. |
28842 | 5892 (describe-face): Add customize button. Return the help |
5893 text. Fix prompt. | |
5894 | |
28839 | 5895 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il> |
5896 | |
5897 * term/internal.el (IT-character-translations): Fix last change. | |
5898 | |
28833 | 5899 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
5900 | |
5901 * woman.el: New file | |
5902 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>). | |
5903 | |
28829 | 5904 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
5905 | |
28831 | 5906 * term/internal.el (IT-character-translations): Update ASCII |
5907 simulations for greek-iso8859-7, add latin-iso8859-14 and | |
5908 latin-iso8859-15. | |
5909 | |
28829 | 5910 * international/mule-cmds.el (set-language-info-alist): Call |
5911 define-prefix-command with 3 arguments, to make the map suitable | |
5912 for a menu. | |
5913 | |
28827 | 5914 2000-05-07 Dave Love <fx@gnu.org> |
5915 | |
31242 | 5916 * time.el: Small doc fixes from Pavel Jan,Am(Bk ml. |
28827 | 5917 |
28825 | 5918 2000-05-05 Dave Love <fx@gnu.org> |
5919 | |
5920 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg | |
5921 list in doc string. Don't quote keyword symbols. | |
5922 * emacs-lisp/cl.el: Likewise | |
5923 * emacs-lisp/cl-seq.el: Likewise | |
5924 | |
28823 | 5925 2000-05-05 Gerd Moellmann <gerd@gnu.org> |
5926 | |
5927 * abbrev.el (abbrev-mode): Make ARG optional. | |
5928 | |
28812 | 5929 2000-05-04 Gerd Moellmann <gerd@gnu.org> |
5930 | |
28817 | 5931 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'. |
5932 | |
5933 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'. | |
5934 | |
28812 | 5935 * subr.el (substitute-key-definition): Clarify documentation. |
5936 | |
5937 2000-05-04 Milan Zamazal <pdm@freesoft.cz> | |
5938 | |
5939 * glasses.el (glasses-convert-to-unreadable): Use | |
5940 `glasses-separator' instead of the hard-wired "_". | |
5941 (glasses-mode): Call `glasses-make-unreadable' only in a single | |
5942 place. | |
5943 | |
28808 | 5944 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
5945 | |
5946 * term/internal.el (cjk-codepages-alist): Add associations for | |
5947 Chinese and Korean codepages. Remove FIXME comment. | |
5948 | |
28806 | 5949 2000-05-03 Dave Love <fx@gnu.org> |
5950 | |
5951 * time.el (display-time-mail-face, display-time-use-mail-icon): | |
5952 New option. | |
5953 (display-time-mail-icon): New variable. | |
5954 (display-time-string-forms): Use the above. Fix the local-map. | |
5955 | |
28795 | 5956 2000-05-03 Gerd Moellmann <gerd@gnu.org> |
5957 | |
28805 | 5958 * replace.el (query-replace-map): Add binding for `E'. |
5959 (query-replace-help): Extend help text. | |
5960 (perform-replace): Allow editing the replacement string. | |
5961 | |
5962 * make-mode.el (makefile-mode-abbrev-table): New variable. | |
5963 (makefile-mode): Set local abbrev table to | |
5964 makefile-mode-abbrev-table. | |
5965 (makefile-font-lock-keywords): Fontify includes and conditionals. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
5966 |
28795 | 5967 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't |
5968 set TOGGLE's value. | |
5969 | |
28805 | 5970 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from |
5971 mail-interactive-insert-alias. | |
5972 (mail-abbrev-complete-alias): New command. | |
5973 (mail-mode-map): Bind it to `M-TAB'. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
5974 |
28790 | 5975 2000-05-03 Kenichi Handa <handa@etl.go.jp> |
5976 | |
5977 * language/lao-util.el (lao-compose-region): New function. | |
5978 | |
28782 | 5979 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
5980 | |
28789 | 5981 * files.el (recover-session): Make directories as necessary |
5982 if they don't exist yet. | |
5983 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
5984 * calendar/cal-french.el |
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
5985 (french-calendar-multibyte-special-days-array) |
28782 | 5986 (french-calendar-special-days-array): Change French text. |
5987 (calendar-french-date-string): Change output. | |
5988 (calendar-goto-french-date): Likewise. | |
5989 | |
5990 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk> | |
5991 | |
5992 * wid-edit.el (widget-default-active): Obey `:always-active'. | |
5993 (widget-documentation-string-value-create): Set `:always-active'. | |
5994 | |
28778 | 5995 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
5996 | |
5997 * startup.el (auto-save-list-file-prefix): For ms-dos, set the | |
5998 default prefix to `~/_emacs.d/auto-save.list/_s'. | |
5999 (normal-top-level): Create the directory for auto-save files, if | |
6000 it doesn't already exist (in the ms-dos case only). | |
6001 | |
28775 | 6002 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
6003 | |
6004 * international/mule-cmds.el (set-language-environment): Don't | |
6005 concat an integer (dos-codepage), use format instead. | |
6006 | |
28772 | 6007 2000-05-02 Dave Love <fx@gnu.org> |
6008 | |
6009 * help.el (help-xref-on-pp): Check for constant symbols. | |
6010 | |
28764 | 6011 2000-04-29 Gerd Moellmann <gerd@gnu.org> |
6012 | |
6013 * startup.el (normal-top-level): Put a condition-case around | |
6014 the code loading subdirs.el. | |
6015 | |
6016 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
6017 |
28764 | 6018 * ps-print.el: Upside-down and face background color printing, |
6019 line number step, doc fix. | |
6020 (ps-print-version): New version number (5.2). | |
6021 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job) | |
6022 (ps-face-attribute-list, ps-plot-with-face): Code fix. | |
6023 (ps-spool-config): Var fix. | |
6024 (ps-printer-name-option): Const fix. | |
6025 (ps-print-upside-down, ps-use-face-background) | |
6026 (ps-line-number-step): New vars. | |
6027 (ps-window-system, ps-lp-system): New consts. | |
6028 (ps-face-background): New fun. | |
6029 | |
28759 | 6030 2000-04-28 Richard Stallman <rms@gnu.org> |
6031 | |
6032 * files.el (make-auto-save-file-name): | |
6033 Apply auto-save-file-name-transforms to visited file name | |
6034 before generating auto save file name. | |
6035 (auto-save-file-name-transforms): New variable. | |
6036 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
6037 * files.el (backup-enable-predicate): |
28759 | 6038 Correctly test for a file under a temporary directory. |
6039 | |
28751 | 6040 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
6041 | |
6042 * subr.el (add-minor-mode): Rewritten. | |
6043 | |
28749 | 6044 2000-04-28 Kenichi Handa <handa@etl.go.jp> |
6045 | |
6046 * mail/sendmail.el (sendmail-send-it): Set | |
6047 buffer-file-coding-system to the selected coding system for MIME | |
6048 header. | |
6049 | |
28748 | 6050 2000-04-27 Gerd Moellmann <gerd@gnu.org> |
6051 | |
6052 * dired.el (dired-move-to-filename-regexp): Allow format where | |
6053 YYYY is followed by two spaces. | |
6054 | |
6055 * progmodes/etags.el (etags-tags-completion-table): Add a `:' | |
6056 in the second character class of the regexp. | |
6057 | |
6058 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in | |
6059 mh-etc, too. | |
6060 | |
6061 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert | |
6062 nil. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
6063 |
28748 | 6064 * subr.el (add-minor-mode): Use `set' instead of `setq'. |
6065 | |
6066 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN | |
6067 argument. | |
6068 | |
6069 2000-04-27 Sen Nagata <sen@eccosys.com> | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
6070 |
28748 | 6071 * emacs-lisp/crm.el (crm-completion-table): New variable. |
6072 (crm-collection-fn, crm-test-completion) | |
6073 (completing-read-multiple): Use it. | |
6074 | |
28736 | 6075 2000-04-27 Dave Love <fx@gnu.org> |
6076 | |
6077 * help.el (locate-library): Use mapc. | |
6078 (help-manyarg-func-alist): Add call-process-region. | |
6079 | |
28724 | 6080 2000-04-26 Gerd Moellmann <gerd@gnu.org> |
6081 | |
28729 | 6082 * subr.el (add-minor-mode): Make argument MAP optional. |
6083 | |
28724 | 6084 * desktop.el (desktop-save): Save list of minor modes. |
6085 (desktop-create-buffer): Restore minor modes. | |
6086 (desktop-minor-mode-table): New user-option. | |
6087 | |
6088 * subr.el (add-minor-mode): New function. | |
6089 | |
6090 * image.el (find-image): New function. | |
6091 (defimage): Rewritten to find image at load time. | |
6092 | |
6093 * startup.el (normal-top-level-add-to-load-path): Handle | |
6094 case that the default directory is not in load-path. | |
6095 | |
6096 * help.el: Old patch from Stefan Monnier. | |
6097 (help-xref-on-pp): New function. | |
6098 (describe-variable): Use it to display xrefs in a symbol's value. | |
6099 | |
28717
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
6100 2000-04-26 Stefan Monnier <monnier@cs.yale.edu> |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
6101 |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
6102 * cus-edit.el (custom-face): Fix parenthesis. |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
6103 |
28713 | 6104 2000-04-26 Kenichi Handa <handa@etl.go.jp> |
6105 | |
28715 | 6106 * mail/rmail.el (rmail-expunge): When there are no deleted |
6107 messages, do nothing. | |
28713 | 6108 |
28712 | 6109 2000-04-26 Dave Love <fx@gnu.org> |
6110 | |
6111 * international/mule-cmds.el (locale-translation-file-name): | |
6112 Defvar to nil. | |
6113 (set-locale-environment): Set it here (at runtime). | |
6114 | |
28710 | 6115 2000-04-25 Gerd Moellmann <gerd@gnu.org> |
6116 | |
6117 * replace.el (perform-replace): Add parameters START and END. Use | |
6118 them instead of the check for a region in Transient Mark mode. | |
6119 (query-replace-read-args): Return two more list elements for the | |
6120 start and end of the region in Transient Mark mode. | |
6121 (query-replace, query-replace-regexp, query-replace-regexp-eval) | |
6122 (map-query-replace-regexp, replace-string, replace-regexp): Add | |
6123 optional last arguments START and END and pass them to | |
6124 perform-replace. | |
6125 | |
6126 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a | |
6127 form with additional arguments for perform-replace. | |
6128 | |
6129 * progmodes/etags.el (tags-query-replace): Add parameters START | |
6130 and END. Construct a form with additional arguments for | |
6131 perform-replace. | |
6132 | |
6133 * simple.el (shell-command): Set default directory for "*Shell | |
6134 Command Output" buffer. | |
6135 | |
6136 * language/european.el (iso-latin-4): Fix typo. | |
6137 | |
6138 * emacs-lisp/crm.el: New file. | |
6139 | |
28701 | 6140 2000-04-24 Dave Love <fx@gnu.org> |
6141 | |
6142 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current) | |
6143 (Custom-reset-saved, Custom-reset-standard) | |
6144 (custom-group-value-create, custom-group-set, custom-group-save) | |
6145 (custom-group-reset-current, custom-group-reset-saved) | |
6146 (custom-group-reset-standard): Use mapc. | |
6147 (custom-buffer-create-internal): Disable undo when creating items. | |
6148 Use mapc. | |
6149 (custom-face): Avoid redundant lambda. | |
6150 | |
28699 | 6151 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
6152 | |
6153 * startup.el (auto-save-list-file-prefix): Set default to | |
6154 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS. | |
6155 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6156 2000-04-24 Sam Steingold <sds@gnu.org> |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6157 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6158 * time-stamp.el (time-stamp-string-preprocess): Always convert |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6159 `field-result' to a string. |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6160 |
28695 | 6161 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
6162 | |
6163 * frame.el (scrolling): New group. | |
6164 (automatic-hscrolling): New user-option. | |
6165 | |
6166 * startup.el (command-line-x-option-alist): Add `-lsp' and | |
6167 `--line-spacing'. | |
6168 | |
28668 | 6169 2000-04-19 Dave Love <fx@gnu.org> |
6170 | |
6171 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition. | |
6172 (cl-mapc): Rename from mapc. Fix the funcall. | |
6173 | |
28653 | 6174 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
6175 | |
28660 | 6176 * simple.el (clone-indirect-buffer-other-window): New command. |
6177 (clone-indirect-buffer): Add optional arg NORECROD. | |
6178 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window. | |
6179 | |
28658 | 6180 * help.el (resize-temp-buffer-window): Use count-screen-lines. |
6181 | |
6182 * window.el (count-screen-lines): New function. | |
6183 (shrink-window-if-larger-than-buffer): Use count-screen-lines | |
6184 instead of window-buffer-height. | |
6185 | |
6186 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set | |
6187 non-existing variable comint-input-sentinel. | |
6188 (inferior-lisp-args-to-list): Removed. | |
6189 (inferior-lisp): Use split-string instead of | |
6190 inferior-lisp-args-to-list. | |
6191 | |
6192 * hexl.el (hexl-insert-hex-string): New command. | |
6193 | |
28653 | 6194 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name |
6195 instead of concat. | |
6196 | |
28634 | 6197 2000-04-18 Gerd Moellmann <gerd@gnu.org> |
6198 | |
6199 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline | |
6200 at the start of an existing but empty folder. | |
6201 | |
6202 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
6203 | |
6204 * ps-mule.el: Customization fix, doc fix. | |
6205 (ps-multibyte-buffer): Customization fix. | |
6206 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6207 2000-04-17 Richard M. Stallman <rms@gnu.org> |
28627
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
6208 |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
6209 * subr.el (read-passwd): Use read-char-exclusive. |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
6210 |
28626 | 6211 2000-04-17 Gerd Moellmann <gerd@gnu.org> |
6212 | |
6213 * textmodes/texinfo.el (texinfo-insert-@email) | |
6214 (texinfo-insert-@emph, texinfo-insert-@quotation) | |
6215 (texinfo-insert-@strong, texinfo-insert-@url): New functions. | |
6216 (texinfo-mode-map): Add key bindings for them. | |
6217 | |
6218 * files.el (basic-save-buffer-2): Use a template with `$' | |
6219 instead of `#' for VMS. | |
6220 | |
6221 * simple.el (clone-indirect-buffer): New function. | |
6222 | |
28621 | 6223 2000-04-16 Stephen Eglen <stephen@gnu.org> |
6224 | |
6225 * iswitchb.el (iswitchb-case): New function. If the user input | |
6226 contains any upper-case characters, the search is made | |
6227 case-sensitive. | |
6228 | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
6229 2000-04-17 Stefan Monnier <monnier@cs.yale.edu> |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
6230 |
28621 | 6231 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as |
6232 comment-end. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
6233 (texinfo-font-lock-syntactic-keywords): New var. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
6234 (texinfo-font-lock-keywords): Remove comment regexp. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
6235 (texinfo-insert-block): New function. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
6236 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block. |
28621 | 6237 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip |
6238 and font-lock-defaults. Use regexp-opt for outline-regexp. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
6239 (texinfo-environments): New var. |
28621 | 6240 (texinfo-environment-regexp): Use regexp-opt and |
6241 texinfo-environments. | |
6242 | |
6243 * textmodes/ispell.el (ispell-menu-map-needed): Check that | |
6244 ispell-process is bound since this might be eval'd before ispell | |
6245 is loaded. | |
6246 (ispell-message): Use a tiny bit less magic and a bit more hard | |
6247 data to figure out what kind of sc-cite-regexp to use. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
6248 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
6249 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
6250 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
6251 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries) |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
6252 (insert-cyclic-diary-entry): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
6253 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
6254 * gud.el (gud-jdb-build-source-files-list): Fix typo. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
6255 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
6256 * files.el (backup-enable-predicate): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
6257 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
6258 * cus-edit.el (custom-face, face): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
6259 |
28602 | 6260 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6261 | |
6262 * ps-print.el: Check for line-beginning-position definition. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6263 |
28602 | 6264 * ps-print.el: Fix counting lines in a region. |
6265 (ps-print-version): New version number (5.1.5). | |
6266 (ps-spool-without-faces, ps-spool-with-faces): Adjust code. | |
6267 (ps-printing-region): Fun code fix. | |
6268 | |
28600 | 6269 2000-04-15 Gerd Moellmann <gerd@gnu.org> |
6270 | |
6271 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p | |
6272 to file-directory-p. | |
6273 | |
28591 | 6274 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
6275 | |
6276 * gud.el (gud-jdb-build-source-files-list): Check that directory | |
6277 exists before calling directory-files. | |
6278 | |
28578 | 6279 2000-04-13 Dave Love <fx@gnu.org> |
6280 | |
6281 * emacs-lisp/trace.el: Change maintainer. Use new backquote | |
6282 syntax. | |
6283 | |
6284 * emacs-lisp/cl-specs.el: Remove when, unless. | |
6285 | |
6286 * emacs-lisp/cl-extra.el: Don't quote keywords. | |
6287 (cl-old-mapc): New variable. | |
6288 (mapc): Use it. | |
6289 (cl-map-intervals): Use with-current-buffer. Don't check for | |
6290 next-property-change. | |
6291 (cl-map-overlays): Use with-current-buffer. | |
6292 (cl-expt): Remove. | |
6293 (copy-tree, remprop): Define unconditionally. | |
6294 | |
6295 * emacs-lisp/cl-compat.el (keywordp): Remove. | |
6296 | |
6297 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers | |
6298 to use keywordp. | |
6299 (edebug-spec): Enable keywordp. | |
6300 | |
6301 * cus-edit.el (custom-sort-items): Avoid symbol-name with new | |
6302 string-lessp. | |
6303 | |
6304 * cus-start.el: Use keywordp. | |
6305 | |
28577 | 6306 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
6307 | |
6308 * diary-lib.el (include-other-diary-files): Fix the fix of | |
6309 2000-02-18 by doing a save-excursion. | |
6310 | |
6311 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
6312 | |
6313 * ps-print.el: Customization fix, doc fix. | |
6314 (ps-print-version): New version number (5.1.4). | |
6315 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node) | |
6316 (ps-print-preprint): Adjust code. | |
6317 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue) | |
6318 (ps-print-prologue-header, ps-print-control-characters) | |
6319 (ps-spool-config): Customization fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6320 |
28564 | 6321 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
6322 | |
6323 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and | |
6324 converted to the new menu-item format, names silightly changed, | |
6325 help strings added. | |
6326 | |
6327 Support for spelling without async subprocesses: | |
6328 | |
6329 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer) | |
6330 (ispell-session-buffer): New variables. | |
6331 (ispell-start-process, ispell-process-status, | |
6332 ispell-accept-output, ispell-send-string): New functions, for | |
6333 Ispell invocation when async subprocesses aren't supported. | |
6334 (ispell-word, ispell-pdict-save, ispell-command-loop, | |
6335 ispell-process-line, ispell-buffer-local-parsing): Replace calls | |
6336 to process-send-string with calls to ispell-send-string, and | |
6337 accept-process-output with ispell-accept-output. | |
6338 (ispell-init-process): Call ispell-process-status instead of | |
6339 process-status with. | |
6340 (ispell-init-process): Call ispell-start-process. Call | |
6341 ispell-accept-output and ispell-send-string. Don't call | |
6342 process-kill-without-query and kill-process if they are unbound. | |
6343 (ispell-async-processp): New function. | |
6344 | |
28560 | 6345 2000-04-12 Dave Love <fx@gnu.org> |
6346 | |
6347 * info.el: Add debug-ignored-errors. | |
6348 (Info-mode-menu): Add some items. | |
6349 (Info-directory): Add autoload cookie. | |
6350 | |
6351 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible. | |
6352 Modify `truncate-lines'. Make `describe-language-environment' | |
6353 always visible and add help. Modify `describe-key' help. Invoke | |
6354 Info-directory from `info'. New entry `emacs-manual'. | |
6355 | |
28542 | 6356 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
6357 | |
28549 | 6358 * progmodes/ebrowse.el (ebrowse-tree-mode): Use |
6359 propertized-buffer-identification. | |
6360 (ebrowse-update-member-buffer-mode-line): Likewise. | |
6361 (ebrowse--mode-strings): Removed. | |
6362 (ebrowse--mode-line-props): Removed. | |
6363 | |
28542 | 6364 * files.el (auto-mode-alist): Add `EBROWSE'. |
6365 | |
6366 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white | |
6367 space before testing for end of buffer. | |
6368 (ebrowse-load): Removed. | |
6369 (ebrowse-revert-tree-buffer-from-file): Rewritten. | |
6370 (ebrowse-create-tree-buffer): Rewritten. | |
6371 (ebrowse-tree-mode): Read tree from buffer. | |
6372 | |
6373 * progmodes/ebrowse-ffh.el: Removed. | |
6374 | |
28535 | 6375 2000-04-10 Kenichi Handa <handa@etl.go.jp> |
6376 | |
6377 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug. | |
6378 | |
28534 | 6379 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
6380 | |
6381 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)' | |
6382 at the wrong place. | |
6383 | |
28783 | 6384 2000-04-09 Dave Love <fx@gnu.org> |
6385 | |
6386 * files.el (backup-enable-predicate): Use | |
6387 temporary-file-directory, small-temporary-file-directory. | |
6388 (make-backup-file-name-function, backup-directory-alist): New | |
6389 variables. | |
6390 (make-backup-file-name-1): New function. | |
6391 (make-backup-file-name): Use it. | |
6392 (find-backup-file-name): Likewise. Use format for clarity, not | |
6393 concat. | |
6394 (file-newest-backup): Use make-backup-file-name. | |
6395 | |
28523 | 6396 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
6397 | |
28530 | 6398 * progmodes/ebrowse-ffh.el: New file. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6399 |
28530 | 6400 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved |
6401 to ebrowse-ffh.el. | |
6402 (ebrowse-load): Add autoload. | |
6403 | |
6404 * finder.el (finder-commentary): Add autoload cookie. | |
6405 | |
28523 | 6406 * mail/rfc2368.el: Correct author's email address. |
6407 | |
6408 * progmodes/ebrowse.el: New file. | |
6409 | |
6410 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu | |
6411 item help string. | |
6412 (easy-menu-do-add-item): Ditto. | |
6413 (easy-menu-define): Extend doc string. | |
6414 | |
6415 * jit-lock.el (with-buffer-unmodified): Use | |
6416 restore-buffer-modified-p. | |
6417 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified. | |
6418 (jit-lock-function, jit-lock-stealth-fontify): Don't use | |
6419 with-buffer-unmodified. | |
6420 | |
28517 | 6421 2000-04-08 Dave Love <fx@gnu.org> |
6422 | |
6423 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop, | |
6424 unless, when. | |
6425 | |
28510
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
6426 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp> |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
6427 |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
6428 * viper-util.el (viper-put-on-search-overlay): New subroutine. |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
6429 (viper-flash-search-pattern): No operation when using Emacs |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6430 doesn't support face. |
28510
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
6431 Use `viper-put-on-search-overlay'. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6432 |
28506 | 6433 2000-04-04 Gerd Moellmann <gerd@gnu.org> |
6434 | |
6435 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r | |
6436 like C-r. | |
6437 | |
6438 * progmodes/make-mode.el: Some doc fixes. | |
6439 (makefile-mode-abbrev-table): New variable. | |
6440 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table. | |
6441 (makefile-font-lock-keywords): Fontify includes and conditionals. | |
6442 (toplevel): Require `dabbrev' and `add-log' when compiling. | |
6443 | |
6444 * replace.el (perform-replace): Don't move forward one char | |
6445 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want | |
6446 to do that because it leaves point 1 position after the last | |
6447 replacement, after everything has been replaced. | |
6448 | |
6449 * jit-lock.el (with-buffer-unmodified): New macro. | |
6450 (with-buffer-prepared-for-font-lock): Don't preserve buffer's | |
6451 modified state. | |
6452 (jit-lock-function-1): Extracted from jit-lock-function; not | |
6453 preserving buffer's modified state. | |
6454 (jit-lock-function, jit-lock-stealth-fontify): Call | |
6455 jit-lock-function-1. | |
6456 | |
6457 * mail/rfc2368.el: Remove supernumerary copyright line. | |
6458 | |
28499 | 6459 2000-04-04 Milan Zamazal <pdm@freesoft.cz> |
6460 | |
6461 * glasses.el: Provide facilities for inserting space before left | |
6462 parentheses and uncapitalization of identifiers. | |
6463 (glasses-mode): Try to remove old overlays in all cases. | |
6464 | |
28485 | 6465 2000-04-03 Gerd Moellmann <gerd@gnu.org> |
6466 | |
28496 | 6467 * progmodes/compile.el (compile-internal): Display the compilation |
6468 buffer in a different frame, if it's already displayed there. | |
6469 | |
28494 | 6470 * mail/rfc2368.el: New file. |
6471 | |
28492 | 6472 * simple.el (sendmail-user-agent-compose): Recognize a `body' |
6473 header and insert its value as mail body. | |
6474 | |
6475 * subr.el (member-ignore-case): New function. | |
6476 | |
6477 * dabbrev.el (dabbrev-ignored-regexps): New user-option. | |
6478 (dabbrev--find-expansion): Ignore buffers matching a regexp | |
6479 from dabbrev-ignored-regexps. | |
6480 | |
28485 | 6481 * jka-compr.el (jka-compr-compression-info-list): Add `.z' |
6482 to extensions handled by gzip. | |
6483 | |
28492 | 6484 2000-04-03 Richard M. Stallman <rms@gnu.org> |
6485 | |
6486 * files.el (insert-directory): List the total free space | |
6487 along with the used space. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6488 |
28492 | 6489 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix |
6490 line is followed by one that matches CITATION-REGEXP, end the | |
6491 paragraph. | |
6492 | |
6493 2000-04-03 Markus Rost <rost@delysid.gnu.org> | |
6494 | |
6495 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option. | |
6496 (rmail-make-basic-summary-line): Use that option. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6497 |
28474 | 6498 2000-04-03 Kenichi Handa <handa@etl.go.jp> |
6499 | |
6500 * international/mule-cmds.el (encoded-string-description): | |
6501 Rewritten. Try pretty description for ISO 2022 escape sequences | |
28476 | 6502 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters |
6503 for hexadecimal format. | |
28474 | 6504 |
28468 | 6505 2000-04-01 Dave Love <fx@gnu.org> |
6506 | |
6507 * cpp.el: Change customization group to `c' from `C'. | |
6508 | |
6509 * vcursor.el (vcursor-move): Use display-color-p. | |
6510 | |
6511 * international/mule-util.el: Provide mule-utils. | |
6512 (string-to-sequence): Simplify and speed up. | |
6513 | |
6514 * international/mule.el (make-coding-system): Purecopy doc-string. | |
6515 | |
6516 * international/mule-cmds.el: Various menu changes. | |
6517 (describe-specified-language-support): Handle `Default'. | |
6518 (set-language-info): Purecopy `info'. | |
6519 | |
28462 | 6520 2000-03-31 Andrew Innes <andrewi@gnu.org> |
6521 | |
6522 * vc.el (vc-backend-diff): Return the correct status if we had to | |
6523 retry the rcsdiff command without the --brief option. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6524 |
28445 | 6525 2000-03-31 Dave Love <fx@gnu.org> |
6526 | |
28452 | 6527 * help.el (help-manyarg-func-alist): Correct several omissions. |
6528 | |
28450 | 6529 * add-log.el: Don't require cl, fortran. |
6530 (add-log-current-defun-function): Doc fix. | |
6531 (change-log-version-number-regexp-list): Remove SCCS part. Doc | |
6532 fix. | |
6533 (change-log-version-rcs): Function deleted. | |
6534 (change-log-version-number-search): Doc fix. Use | |
6535 vc-workfile-version. Avoid CL dolist. | |
6536 (add-change-log-entry): Just call add-log-current-defun to get | |
6537 defun. Simplify somewhat. | |
6538 (change-log-get-method-definition-1): Likewise. | |
6539 (add-log-current-defun): Return nil if calling | |
6540 add-log-current-defun-function does so. Move Fortran stuff to | |
6541 fortran.el. Return string without properties. | |
6542 | |
28445 | 6543 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper: |
6544 and :alpha: char classes. | |
6545 | |
6546 * mail/supercite.el: Defvar curline when compiling. | |
6547 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp) | |
6548 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:] | |
6549 rather than a-zA-Z0-9 to allow non-ASCII characters. | |
6550 | |
28444 | 6551 2000-03-31 Gerd Moellmann <gerd@gnu.org> |
6552 | |
6553 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format. | |
6554 | |
6555 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
6556 Re-enable new code. | |
6557 | |
6558 * lpr.el (print-region-1): Use -d to specify printer name for | |
6559 systems `usg-unix-v*, `dgux', `hpux', `irix'. | |
6560 | |
6561 2000-03-31 Dave Love <fx@gnu.org> | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6562 |
28444 | 6563 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look |
6564 for function definition in symbol's function value slot first | |
6565 instead of first consulting byte-compile-function-environment. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6566 |
28435 | 6567 2000-03-31 Kenichi Handa <handa@etl.go.jp> |
6568 | |
6569 * language/european.el ("Polish"): New language environment. | |
6570 (setup-polish-environment): New function. | |
6571 | |
28424 | 6572 2000-03-30 Gerd Moellmann <gerd@gnu.org> |
6573 | |
6574 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
6575 Disable new code. | |
6576 | |
6577 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug | |
6578 trying to `load' the symbol of an autoload instead of the file | |
6579 recorded in the autoload. Fix error messages. | |
6580 | |
28429 | 6581 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6582 | |
6583 * ps-print.el: PostScript programming fix for ghostview, doc fix. | |
6584 (ps-print-version): New version number (5.1.3). | |
6585 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup) | |
6586 (ps-insert-file, ps-output-boolean, ps-plot-with-face) | |
6587 (ps-generate-postscript-with-faces): Code fix. | |
6588 (ps-color-values): XEmacs compatibility. | |
6589 (ps-print-background-image, ps-print-background-text, ps-printer-name) | |
6590 (ps-default-fg, ps-default-bg): Adjust customization. | |
6591 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var. | |
6592 (ps-color-scale): Renaming old ps-color-value fun. | |
6593 (ps-print-headers): Replace ps-print-header group to avoid conflict | |
6594 with ps-print-header variable. | |
6595 (ps-print-miscellany): New group. | |
6596 (ps-format-color, ps-rgb-color): New funs. | |
6597 (ps-default-foreground): New var. | |
6598 (ps-printer-name-option): New const. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6599 |
28416 | 6600 2000-03-30 Peter Breton <pbreton@ne.mediaone.net> |
6601 | |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
6602 * net/net-utils.el: |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
6603 (network-connection-host, network-connection-service): New variables |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
6604 (network-connection-mode): New mode, derived from comint-mode |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
6605 (network-connection-mode-setup): New function, saves host and |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6606 service information in local variables. |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
6607 |
28416 | 6608 * lisp/locate.el: |
6609 (locate-word-at-point): Added this function | |
6610 (locate): Default to using locate-word-at-point as input | |
6611 Run dired-mode-hook | |
6612 | |
28405 | 6613 2000-03-29 Dave Love <fx@gnu.org> |
6614 | |
6615 * calendar/appt.el: Doc fixes. | |
6616 (appt-check): Convert min-to-app to a string before passing to | |
6617 appt-disp-window-function or concat. | |
6618 (appt-delete-window): Remove test for frame-root-window. | |
6619 (appt-select-lowest-window, appt-convert-time): Simplify. | |
6620 | |
6621 * emacs-lisp/bytecomp.el: Doc fixes. | |
6622 (byte-compile-file-form-autoload): Update | |
6623 byte-compile-function-environment. | |
6624 | |
28403 | 6625 2000-03-29 Andreas Schwab <schwab@suse.de> |
6626 | |
6627 * emacs-lisp/autoload.el: Also print defsubst doc string | |
6628 specially. | |
6629 | |
6630 * dired.el (dired-insert-directory): If dired-free-space-program | |
6631 failed just delete its output. | |
6632 | |
28395 | 6633 2000-03-29 Dave Love <fx@gnu.org> |
6634 | |
6635 * international/iso-cvt.el: Move provide to end. Doc fixes. | |
6636 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables. | |
6637 (iso-iso2sgml, iso-sgml2iso): New functions. | |
6638 (iso-cvt-define-menu): Fix some entries and use backquote for | |
6639 clarity. | |
6640 | |
6641 * format.el (format-alist): Use iso-cvt functions for SGML/HTML. | |
6642 | |
28377 | 6643 2000-03-28 Gerd Moellmann <gerd@gnu.org> |
6644 | |
6645 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter | |
6646 ISO-DATE. If non-nil, return date in ISO 8601 format. | |
6647 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
6648 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
6649 |
28341
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
6650 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
6651 if it ever becomes used. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
6652 (log-edit-mode-hook): Default to vc-log-mode-hook. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
6653 (log-edit-mode): Fix the docstring. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
6654 |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
6655 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
6656 the code. |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
6657 |
28326 | 6658 2000-03-26 Dave Love <fx@gnu.org> |
6659 | |
28331 | 6660 * net/browse-url.el (browse-url): Re-fix case of |
6661 browse-url-browser-function being an alist. | |
6662 (browse-url): Add :link to defgroup. | |
6663 | |
28326 | 6664 * files.el: Doc fixes. |
6665 (file-truename): Include `[' in wildcard characters. | |
6666 (automount-dir-prefix): Customize. | |
6667 (find-file-wildcards): Add :version. | |
6668 (find-file-noselect): Simplify a mapcar call. | |
6669 | |
6670 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist | |
6671 compatible with inf-lisp version. | |
6672 (eval-defun-1): Fix custom-declare-variable case. | |
6673 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
6674 2000-03-25 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
6675 |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
6676 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'. |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
6677 |
28303 | 6678 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
6679 | |
28308 | 6680 * Makefile (COMPILE_FIRST): New macro. |
6681 (compile-files): Compile files from COMPILE_FIRST first. | |
6682 | |
6683 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new | |
6684 code. | |
6685 | |
28303 | 6686 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp |
6687 matching open parenthesis in column 0 to defun-prompt-regexp | |
6688 only if open-paren-in-column-0-is-defun-start is set. | |
6689 | |
6690 * sun-curs.el: Require CL at compile-time only. | |
6691 | |
6692 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)' | |
6693 instead of copy-list which is a function from CL. | |
6694 (msb--choose-menu, msb--mode-menu-cond) | |
6695 (msb--create-buffer-menu-2): Use dolist instead of mapc. | |
6696 (msb--init-file-alist): Use mapcar instead of mapcan. | |
6697 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix | |
6698 `(' in column 0 in doc string. | |
6699 (msb--add-separators): Use mapcar instead of mapcan. | |
6700 | |
6701 * cus-dep.el: Require CL at compile-time only. | |
6702 | |
28296
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
6703 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
6704 |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
6705 * emacs-lisp/bytecomp.el (byte-compile-warning-types) |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
6706 (byte-compile-warnings): New warning `noruntime'. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
6707 (byte-compile-constants, byte-compile-variables): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
6708 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
6709 execute `eval-whenc-compile's body. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
6710 (byte-compile-unresolved-functions): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
6711 (byte-compile-eval): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
6712 (byte-compile-callargs-warn): Check if the function will be available |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
6713 at runtime (via property `byte-compile-noruntime'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
6714 (byte-compile-print-syms): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
6715 (byte-compile-warn-about-unresolved-functions): Also warn about |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
6716 `noruntime' functions (and use `byte-compile-print-syms'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
6717 (byte-compile-file): Capitalize the message. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
6718 |
28292 | 6719 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
6720 | |
6721 * mail/rmail.el (rmail-confirm-expunge): New user-option. | |
6722 (rmail-expunge): Ask for confirmation depending on the setting | |
6723 of rmail-confirm-expunge. | |
6724 | |
6725 2000-03-23 Gerd Moellmann <gerd@gnu.org> | |
6726 | |
6727 * Makefile (bootstrap-clean): If $(emacs) exists, build | |
6728 loaddefs.el first. A loaddefs.el that's not up-to-date might | |
6729 cause a bootstrap failure because things don't autoload as | |
6730 expected. | |
6731 | |
28289 | 6732 2000-03-23 Dave Love <fx@gnu.org> |
6733 | |
6734 * net/browse-url.el: Restore previous use of | |
6735 browse-url-maybe-new-window. | |
6736 | |
28287 | 6737 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6738 | |
6739 * ps-print.el: Skip banner page fix. | |
6740 (ps-print-version): New version number (5.1.2). | |
6741 (ps-begin-file, ps-end-file, ps-generate): Code fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6742 |
28287 | 6743 2000-03-23 Dave Pearson <davep@davep.org> |
6744 | |
6745 * net/quickurl.el Changed the type of parameter passed to the | |
6746 function defined by `quickurl-format-function'. Before only the | |
6747 text of the URL was passed. Now the whole URL structure is passed | |
6748 and the function is responsible for extracting the parts it | |
6749 requires. Changed the default of `quickurl-format-function' | |
6750 accordingly. | |
6751 (quickurl-insert): Changed the `funcall' of | |
6752 `quickurl-format-function' to match the above change. | |
6753 (quickurl-list-insert): Changed the `url' case so that it makes | |
6754 use of `quickurl-format-function', previous to this the format was | |
6755 hard wired. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6756 |
28283 | 6757 2000-03-22 Gerd Moellmann <gerd@gnu.org> |
6758 | |
6759 * startup.el: Change some spellings for the X Window System. | |
6760 | |
28278
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
6761 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
6762 |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
6763 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
6764 up the code and the regexp and make sure the cursor is temporarily |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
6765 moved to the suspicious line while querying the user. |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
6766 |
28276 | 6767 2000-03-22 Jason Rumney <jasonr@gnu.org> |
6768 | |
6769 * w32-fns.el (w32-charset-info-alist): Initialize. | |
6770 | |
28267 | 6771 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6772 | |
6773 * ps-print.el: N-up last page fix. | |
6774 (ps-print-version): New version number (5.1.1). | |
6775 (ps-end-file, ps-end-job, ps-generate): Code fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6776 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6777 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6778 |
28260
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
6779 * files.el (find-file-run-dired): Update docstring. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
6780 (find-directory-functions): New hook. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
6781 (find-file-noselect): Run find-directory-functions rather than |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
6782 calling dired directly. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
6783 |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
6784 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
6785 |
28257
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6786 * pcvs.el: Add a minimal leading commentary. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6787 (cvs-make-cvs-buffer): Change the header part by removing the startup |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6788 message and adding a `Module' entry. Also replace the FOOTER and |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6789 HEADER special fileinfos with the new support in ewoc for updating |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6790 its own footer and header. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6791 (cvs-update-header): Update to use the header/footer of the ewoc. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6792 (cvs-mode): Use define-derived-mode and set truncate-lines to t. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6793 (cvs-is-within-p): New function. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6794 (cvs-mode-run): Take advantage of `save-some-buffers's new ability |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6795 to only examine some subset of the buffers. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6796 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6797 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6798 `format' instead of our own ad-hoc functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6799 Remove HEADER and FOOTER cases, now handled in the EWOC. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6800 (cvs-fileinfo<): Remove HEADER and FOOTER cases. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6801 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6802 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6803 output to avoid scaring the user. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6804 (cvs-parse-table): Catch message for non-up-to-date commits. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6805 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6806 * pcvs-defs.el (cvs-startup-message): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6807 (cvs-global-menu): New autoloaded menu. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6808 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6809 * pcvs-util.el (cvs-string-fill): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6810 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6811 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6812 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6813 PP part of it and also make it work for footers and headers. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6814 (ewoc-create): Drop POS and BUFFER arguments. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6815 Use the DLL's dummy node to store the end-of-footer position. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6816 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6817 (ewoc-refresh): Remove unused `header' variable. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6818 (ewoc-(get|set)-hf): New functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
6819 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6820 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6821 log-view-*-(message|file) and use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6822 (log-view-message-re): Match SCCS format as well. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6823 And match the revision line rather than the dashed separator line. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6824 (log-view-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6825 (log-view-current-tag): Fill in with an actual implementation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6826 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6827 * cvs-status.el (cvs-status-(prev|next)): Rename from |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6828 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6829 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6830 to let the output "breathe" a little more (more readable). |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6831 (cvs-status-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6832 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6833 * smerge-mode.el (smerge-auto-leave): New function and variable. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6834 (smerge-basic-map): Rename from smerge-basic-keymap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6835 Change the bindings for smerge-diff-*. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6836 (smerge-*-map): Use easy-mmode-defmap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6837 (smerge-(next|prev)): Use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6838 (smerge-keep-*): Use smerge-auto-leave. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
6839 |
28246 | 6840 2000-03-21 Jason Rumney <jasonr@gnu.org> |
6841 | |
6842 * cus-edit.el (custom-button-face): Use 3D look for w32. | |
6843 (custom-button-pressed-face): Likewise. | |
6844 | |
28244 | 6845 2000-03-21 Gerd Moellmann <gerd@gnu.org> |
6846 | |
6847 * progmodes/etags.el (tags-case-fold-search): New user-option. | |
6848 (tags-loop-eval): New function. Bind case-fold-search around eval | |
6849 depending on the value of tags-case-fold-search. | |
6850 (tags-loop-continue): Use tags-loop-eval. | |
6851 (find-tag-in-order): Bind case-fold-search depending on the value | |
6852 of tags-case-fold-search. | |
6853 | |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
6854 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
6855 |
28247
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
6856 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
6857 (diff-end-of-hunk): Return the end position for use in |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
6858 `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
6859 (diff-recenter): Remove. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
6860 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
6861 of `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
6862 (diff-kill-*): Rename `diff-*-kill' (for consistency with the |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
6863 previous renaming) and fix to use new names. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
6864 (diff-merge-strings): Use \n as separator: simpler, faster. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
6865 (diff-mode): Use `define-derived-mode'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
6866 |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
6867 * derived.el (define-derived-mode): Don't autoload anymore. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
6868 Prefer the macro-only version provided by easy-mmode.el. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
6869 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
6870 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
6871 `easy-mmode-define-derived-mode'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
6872 Use `combine-run-hooks'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
6873 (easy-mmode-define-navigation): New macro. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
6874 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
6875 * subr.el (combine-run-hooks): New function. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
6876 |
28233 | 6877 2000-03-21 Kenichi HANDA <handa@etl.go.jp> |
6878 | |
6879 * term/x-win.el: Fontsets related initialization is simplified. | |
6880 | |
6881 * international/mule-diag.el (describe-font): Don't refer to | |
6882 global-fontset-alist, instead call font-list. | |
6883 (describe-fontset, list-fontsets, mule-diag): Likewise. | |
6884 (print-fontset): Adjusted for the change of fontset | |
6885 implementation. | |
6886 | |
6887 * international/fontset.el (x-charset-registries): Variable | |
6888 removed, instead the corresponding data is stored in the default | |
6889 fontset. | |
6890 (register-alternate-fontnames): Function removed. | |
6891 (resolved-ascii-font): Variable removed. | |
6892 (x-compose-font-name): Ignore the second argument REDOCE. | |
6893 (x-complement-fontset-spec): Complement only an ASCII font and | |
6894 element for those charsets than can use that ASCII font. | |
6895 (generate-fontset-menu): Don't refer to global-fontset-alist, | |
6896 instead call fontset-list. | |
6897 (uninstantiated-fontset-alist): Variable removed. | |
6898 (x-style-funcs-alist): Likewise. | |
6899 (fontset-default-styles): Likewise. | |
6900 (x-modify-font-name): Function removed. | |
6901 (create-fontset-from-fontset-spec): Ignore the argument | |
6902 STYLE-VARIANT. | |
6903 (create-fontset-from-ascii-font): Docsting adjusted for the above | |
6904 change. | |
6905 (instantiate-fontset, resolve-fontset-name): Functions removed. | |
6906 (fontset-list): Now implemented by C code. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6907 |
28233 | 6908 * faces.el (read-face-font): Fix TABLE arg to completing-read. |
6909 (describe-face): Include `font' attribute in the description. | |
6910 | |
28219 | 6911 2000-03-21 Kenichi Handa <handa@etl.go.jp> |
6912 | |
6913 * international/quail.el (quail-set-keyboard-layout): Typo fixed. | |
6914 | |
28209 | 6915 2000-03-20 Gerd Moellmann <gerd@gnu.org> |
6916 | |
28212 | 6917 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el, |
6918 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el, | |
6919 zone-mode.el, snmp-mode.el: Moved to net subdirectory. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6920 |
28209 | 6921 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment |
6922 about behavior of set-buffer-modified-p wrt redisplay. | |
6923 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6924 2000-03-19 Richard M. Stallman <rms@gnu.org> |
28197
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
6925 |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
6926 * view.el (view-mode-disable): Kill local binding of view-read-only. |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
6927 |
28194 | 6928 2000-03-18 Gerd Moellmann <gerd@gnu.org> |
6929 | |
6930 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE | |
6931 is a string, convert it to a syntax cell using string-to-syntax. | |
6932 | |
6933 * simple.el (syntax-code-table, syntax-flag-table): New variables. | |
6934 (string-to-syntax): New function. | |
6935 | |
6936 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option. | |
6937 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set, | |
28209 | 6938 try to use passive ftp mode. |
28194 | 6939 |
28189 | 6940 2000-03-17 Gerd Moellmann <gerd@gnu.org> |
6941 | |
28209 | 6942 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'. |
28189 | 6943 |
6944 * simple.el (append-to-buffer): Update point of windows after | |
6945 insertion. | |
6946 | |
6947 * abbrev.el (inverse-add-abbrev): Identify word by first moving | |
6948 forward then moving backward. Reindent. | |
6949 | |
6950 * frame.el (other-frame): Call x-focus-frame only if | |
6951 focus-follows-mouse is off. | |
6952 | |
28185 | 6953 2000-03-17 Dave Love <fx@gnu.org> |
6954 | |
6955 * pcvs-util.el (cvs-strings->string): Rename | |
6956 replace-regexps-in-string. | |
6957 | |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
6958 2000-03-17 Stefan Monnier <monnier@cs.yale.edu> |
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
6959 |
28181
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
6960 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
6961 regexp for labels cannot span several lines. |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
6962 |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
6963 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless |
28189 | 6964 `(setq :<key> ':<key>)' to the macro expansion. |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
6965 |
28174 | 6966 2000-03-16 Dave Love <fx@gnu.org> |
6967 | |
6968 * progmodes/f90.el (f90): Put custom group under `languages', not | |
6969 `fortran'. | |
6970 (f90-mode-hook): Customize. | |
6971 (f90-mode): Set add-log-current-defun-function. | |
6972 (f90-current-defun): New function. | |
6973 | |
28169 | 6974 2000-03-16 Gerd Moellmann <gerd@gnu.org> |
6975 | |
28173 | 6976 * cus-edit.el (custom-variable-tag-face): Handle case that |
6977 default face's height is not a number. | |
6978 (custom-face-tag-face, custom-group-tag-face-1) | |
6979 (custom-group-tag-face): Ditto. | |
6980 (custom-group-tag-face-1): Add :group. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6981 |
28169 | 6982 * info.el (Info-fontify-maximum-menu-size): Increase to 100000. |
6983 | |
28161 | 6984 2000-03-15 Gerd Moellmann <gerd@gnu.org> |
6985 | |
6986 * pcvs-defs.el (toplevel): Remove autoload cookie for form | |
6987 requiring easymenu. | |
6988 | |
28155 | 6989 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6990 | |
6991 * ps-print.el: PostScript user-defined prologue, PostScript error | |
6992 handler, doc fix. | |
6993 (ps-print-version): New version number (5.1). | |
6994 (ps-user-defined-prologue, ps-error-handler-message) | |
6995 (ps-print-prologue-0, ps-error-handler-alist): New vars. | |
6996 (ps-setup, ps-begin-file, ps-begin-job): Code fix. | |
6997 (ps-insert-string): New function. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
6998 |
28150 | 6999 2000-03-15 Kenichi Handa <handa@etl.go.jp> |
7000 | |
7001 * international/ccl.el (ccl-compile-expression): Don't generate | |
28151 | 7002 invalid self-assignment code. |
28150 | 7003 |
28149 | 7004 2000-03-14 Dave Love <fx@gnu.org> |
7005 | |
7006 * subr.el (replace-regexp-in-string): Renamed from | |
7007 replace-regexps-in-string. Doc fix. | |
7008 | |
28131 | 7009 2000-03-12 Dave Love <fx@gnu.org> |
7010 | |
7011 * cus-edit.el: Doc fixes. | |
7012 (customize-set-variable, customize-save-variable): Rename args for | |
7013 doc. | |
7014 (custom-variable-tag-face, custom-face-tag-face) | |
7015 (custom-group-tag-face-1, custom-group-tag-face): Modify from | |
7016 style which user identify as hyperlink. | |
7017 (hook): Don't add undefined functions to the hook. | |
7018 (debug-ignored-errors): Transfer message from bindings.el. | |
7019 | |
28120 | 7020 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
7021 | |
7022 * recentf.el (recentf-keep-non-readable-files-p): Remove | |
7023 double/nested definition. | |
7024 | |
28114 | 7025 2000-03-12 Dave Love <fx@gnu.org> |
7026 | |
7027 * facemenu.el (facemenu-get-face): Use display-color-p. | |
7028 * enriched.el (enriched-decode-foreground): Likewise. | |
7029 (enriched-decode-background): Likewise. | |
7030 * isearch.el (isearch-highlight): Likewise. | |
7031 * info-look.el (info-lookup): Likewise. | |
7032 * simple.el (completion-setup-function): Likewise. | |
7033 | |
7034 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to | |
7035 :options. | |
7036 | |
7037 * bindings.el (mode-line-format): Fix line-number and | |
7038 column-number items. Add help-echo for the background. | |
7039 (mode-line-mule-info): Modify help-echo. | |
7040 | |
7041 * avoid.el (mouse-avoidance-mode): Add autoload cookie to | |
7042 defcustom. | |
7043 | |
7044 * files.el (load-file): Allow completion to .elc. | |
7045 | |
7046 * man.el: Doc fixes. | |
7047 (Man-init-defvars): Use display-color-p to set fontification. | |
7048 | |
7049 * play/hanoi.el (hanoi-internal): Don't use oddp. | |
7050 | |
28109 | 7051 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
7052 | |
7053 * arc-mode.el (archive-zip-update): Add `-P' for pkzip. | |
7054 | |
7055 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment. | |
7056 | |
28098 | 7057 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de> |
7058 | |
7059 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'. | |
7060 Fix comment. | |
7061 | |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
7062 2000-03-10 Stefan Monnier <monnier@cs.yale.edu> |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
7063 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
7064 * font-lock.el (font-lock-keywords): Fix the doc now that |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
7065 regexp-opt-depth is unnecessary. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
7066 (save-buffer-state): Set an edebug spec. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
7067 (font-lock-fontify-anchored-keywords): Properly handle the case when |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
7068 the matcher goes past the limit. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
7069 |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
7070 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el, |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
7071 pcvs-parse.el, pcvs-util.el, pcvs.el: New files. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
7072 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
7073 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el, |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
7074 dll.el and cookie.el (from Elib) with heavy renaming and other |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
7075 massaging. |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
7076 |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
7077 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax): |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
7078 Autoload the functions used. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
7079 (easy-mmode-define-syntax): Fix CL typo. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
7080 (easy-mmode-define-derived-mode): Improve the docstring generation. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
7081 |
28084 | 7082 2000-03-10 Gerd Moellmann <gerd@gnu.org> |
7083 | |
7084 * textmodes/texinfo.el (texinfo-version): Variable and function | |
7085 removed. | |
7086 | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
7087 2000-03-09 Stefan Monnier <monnier@cs.yale.edu> |
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
7088 |
28114 | 7089 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to |
7090 allow more flexibility. | |
7091 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New | |
7092 fns. | |
7093 (easy-mmode-defmap, easy-mmode-defsyntax) | |
7094 (easy-mmode-define-derived-mode): New macros. | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
7095 |
28085 | 7096 2000-03-09 Didier Verna <didier@xemacs.org> |
28080 | 7097 |
7098 * rect.el (replace-rectangle): New function. | |
7099 | |
7100 2000-03-09 Dave Love <fx@gnu.org> | |
7101 | |
7102 * progmodes/fortran.el (fortran-comment-line-start): Define as | |
7103 "C". | |
7104 (fortran-comment-line-start-skip): Don't match cpp stuff. | |
7105 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff. | |
7106 (fortran-mode-map): Remove over-eager custom-menu-create for now. | |
7107 (fortran-mode): Don't set fortran-comment-line-start-skip, | |
7108 fortran-comment-line-start here. Set comment-start, | |
7109 add-log-current-defun. | |
7110 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff. | |
7111 (fortran-current-defun): New function. | |
7112 | |
28073 | 7113 2000-03-09 Gerd Moellmann <gerd@gnu.org> |
7114 | |
28077 | 7115 * emacs-lisp/re-builder.el: New file. |
7116 | |
28076 | 7117 * mouse.el (mouse-drag-region): Don't run up-event handler |
7118 if hscroll has changed. | |
7119 | |
28073 | 7120 * octave-mod.el (octave-font-lock-keywords): To font-lock the |
7121 builtin operators, use `font-lock-builtin-face' for Emacs and | |
7122 `font-lock-preprocessor-face' otherwise. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
7123 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
7124 * font-lock.el (lisp-font-lock-keywords-1): Highlight |
28073 | 7125 `(defun (setf foo)' differently. |
7126 | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
7127 2000-03-08 Stefan Monnier <monnier@cs.yale.edu> |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
7128 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
7129 * emacs-lisp/regexp-opt.el: Update copyright and leading comment. |
28073 | 7130 (regexp-opt): Update comment and adapt the code the new meaning of |
7131 the `paren' argument of regex-opt-group for shy-groups. | |
7132 (regexp-opt-depth): Handle shy groups as well as backslashed | |
7133 backslashes. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
7134 (regexp-opt-group): Turn the leading comment into a docstring. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
7135 Allow `paren' to be a string (the string to use to open a group). |
28073 | 7136 Remove open-presuf and close-presuf. Instead of checking for `all |
7137 one-char' and then later on check for `several one-char', handle | |
7138 both cases close together. Also apply a more generic algorithm | |
7139 for suffixes (the mirror image of the algorithm used for | |
7140 prefixes). Use shy-groups. Use nreverse rather than reverse. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
7141 (regexp-opt-try-suffix): Removed. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
7142 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
7143 * cmuscheme.el (inferior-scheme-mode-map): Define it independently |
28073 | 7144 from comint-mode-map, so we can just inherit from it. Also, move |
7145 the initialization into the `defvar' since there's no docstring | |
7146 anyway and it's fairly short. | |
7147 (inferior-scheme-mode): Define it as derived-mode: the code is | |
7148 shorter and this way we inherit from comint-mode-map rather than | |
7149 copying it. | |
7150 | |
7151 * subr.el (replace-regexps-in-string): Properly handle the case | |
7152 where we match an empty string. | |
7153 | |
7154 * comint.el (comint-exec-1): Add the current-dir to the exec-path | |
7155 when the command has a directory component (such as "./testml"). | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
7156 Also fix a typo in the comment. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
7157 |
28046 | 7158 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
7159 | |
28051 | 7160 * Makefile (compile-files): Compile files one by one because |
7161 that's the only way to ensure a clean compilation environment for | |
7162 each individual file. | |
7163 | |
28046 | 7164 * frame.el (other-frame): Call x-focus-frame. |
7165 | |
28040 | 7166 2000-03-07 Dave Love <fx@gnu.org> |
7167 | |
28043 | 7168 * recentf.el (recentf-keep-non-readable-files-p): Add :set, |
7169 :require to defcustom. | |
7170 | |
28040 | 7171 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads |
7172 lists. | |
7173 | |
7174 * files.el (auto-mode-alist): Add configure.in. | |
7175 | |
7176 * progmodes/autoconf.el: New file. | |
7177 | |
28034 | 7178 2000-03-07 Gerd Moellmann <gerd@gnu.org> |
7179 | |
7180 * mail/mh-e.el: Change maintainer to `none'. | |
7181 | |
7182 * recentf.el (recentf-keep-non-readable-files-p): Quote args | |
7183 to remove-hook and add-hook. | |
7184 | |
7185 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
7186 | |
28035 | 7187 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use |
28034 | 7188 it as the default. |
28035 | 7189 (mail-send): Test mail-send-nonascii also for the new `mime' value. |
7190 (sendmail-send-it): Conditionally add MIME headers specifying the | |
28034 | 7191 used character set. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
7192 |
28024 | 7193 2000-03-07 Dave Love <fx@gnu.org> |
7194 | |
7195 * winner.el: Fix keywords, autoload cookies. Split | |
7196 eval-when-compile form to avoid compilation failure. | |
7197 | |
28017 | 7198 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
7199 | |
7200 * international/mule.el: Modify comment about coding system | |
7201 property `coding-category'. | |
7202 (make-coding-system): New argument EOL-TYPE. Pay attention to | |
7203 coding-category property of PROPERTIES. | |
7204 | |
7205 * international/mule-conf.el (coding-category-utf-8, | |
7206 coding-category-utf-16-be, coding-category-utf-16-le): New coding | |
7207 categories. Include them in the argument for set-coding-priority. | |
7208 | |
7209 * international/mule-cmds.el (reset-language-environment): Include | |
7210 coding-category-utf-8, coding-category-utf-16-be, and | |
7211 coding-category-utf-16-le in the argument for set-coding-priority. | |
7212 (reset-language-environment): Initialize coding-category-utf-8, | |
7213 coding-category-utf-16-be, and coding-category-utf-16-le to nil. | |
7214 | |
28014 | 7215 2000-03-06 Karl Fogel <kfogel@red-bean.com> |
7216 | |
7217 * bookmark.el (bookmark-file-or-variation-thereof): New func, for | |
7218 code abstracted out of `bookmark-jump-noselect'. Now tries info | |
7219 extensions as well as compression extensions. | |
7220 (bookmark-jump-noselect): Use above new func. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
7221 |
27976 | 7222 2000-03-03 Gerd Moellmann <gerd@gnu.org> |
7223 | |
7224 * strokes.el: Change maintainer's mail address. | |
7225 | |
27972 | 7226 2000-03-03 Kenichi Handa <handa@etl.go.jp> |
7227 | |
7228 * international/mule-diag.el (list-character-sets): Make help-echo | |
7229 string by substitute-command-keys. | |
7230 (list-character-sets): Likewise. | |
7231 (sort-listed-character-sets): Call help-setup-xref. | |
7232 | |
27965 | 7233 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
7234 | |
7235 * time.el (display-time-mail-file): Add `none' to the list of | |
7236 choices. | |
7237 | |
27954 | 7238 2000-03-01 Dave Love <fx@gnu.org> |
7239 | |
27959 | 7240 * help.el (help-xref-go-back): Don't try to set position. |
7241 | |
27954 | 7242 * international/mule-diag.el (list-character-sets): Call |
7243 help-setup-xref. Add help-echo to xrefs. | |
7244 (list-character-sets-1): Add help-echo to xrefs. | |
7245 | |
27949 | 7246 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
7247 | |
7248 * frame.el (blink-cursor-mode): Switch cursor on when turning | |
7249 the mode off. | |
7250 | |
7251 * add-log.el (add-log-current-defun): Add support for | |
7252 Autoconf mode. | |
7253 | |
7254 * mail/rmail.el (rmail-quit-hook): New variable. | |
7255 | |
27931 | 7256 2000-03-01 Dave Love <fx@gnu.org> |
7257 | |
27935 | 7258 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |. |
7259 | |
27931 | 7260 * help.el (help-xref-button): Add help-echo arg. |
7261 (describe-function-1, describe-variable, help-make-xrefs): Use it. | |
7262 | |
7263 * faces.el (list-faces-display): Supply help-echo with | |
7264 help-make-xrefs. | |
7265 | |
7266 * facemenu.el (list-text-properties-at): Set help-xref-stack to | |
7267 nil. | |
7268 | |
27919 | 7269 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
7270 | |
27927 | 7271 * image.el (defimage): Look for image files in load-path. |
7272 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
7273 * frame.el (busy-cursor-delay-seconds): Change type to |
27919 | 7274 `number'. |
7275 | |
27927 | 7276 2000-03-01 David Ponce <david.ponce@wanadoo.fr> |
7277 | |
7278 * recentf.el (recentf): Added version tag to the defgroup of | |
7279 recentf. | |
7280 | |
7281 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
7282 | |
7283 * recentf.el (recentf-cleanup): Changed to remove excluded file | |
7284 too. | |
7285 (recentf-edit-list-action): `recentf-edit-list' checkbox widget | |
7286 action to select/unselect a file. | |
7287 (recentf-edit-list): Code cleanup and improvement. | |
7288 (recentf-open-more-files-action): `recentf-open-more-files' button | |
7289 widget action to open a file. | |
7290 (recentf-open-more-files): No more use standard completion but | |
7291 widgets. | |
7292 (recentf-more-collection): Deleted. | |
7293 (recentf-more-history): Deleted. | |
7294 (recentf-setup-more-completion): Deleted. | |
7295 | |
7296 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
7297 | |
7298 * recentf.el (recentf-mode): No more needs that Emacs is running | |
7299 under a window-system. | |
7300 | |
7301 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
7302 | |
7303 * recentf.el (recentf-edit-list): New command to edit the recent | |
7304 list which allow the user to remove files. | |
7305 (recentf-edit-selected-items): New global variable, used by | |
7306 `recentf-edit-list' to hold the list of files to be removed from | |
7307 the recent list. | |
7308 (recentf-make-menu-items): Updated to display a "Edit list..." | |
7309 menu item. Minor code cleanup. | |
7310 | |
7311 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
7312 | |
7313 * recentf.el (recentf-open-more-files): New command to open files | |
7314 that are not displayed in the menu. | |
7315 (recentf-more-collection): New global variable holding the set of | |
7316 permissible completions used by `recentf-open-more-files'. | |
7317 (recentf-more-history): New global variable holding the history list | |
7318 used by `recentf-open-more-files' completion. | |
7319 (recentf-setup-more-completion): New function to setup completion for | |
7320 `recentf-open-more-files'. | |
7321 (recentf-make-menu-items): Updated to display a "More..." menu item. | |
7322 | |
7323 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
7324 | |
7325 * recentf.el (recentf-menu-action): Doc fixed. | |
7326 | |
7327 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
7328 | |
7329 * recentf.el (recentf-menu-filter): Doc updated. | |
7330 (recentf-update-menu-hook): Allow menu filters to force menu update. | |
7331 (recentf-make-menu-items): New menu filter handling. | |
7332 (recentf-make-menu-item): New helper function. | |
7333 (recentf-menu-elements): New menu handling function. | |
7334 (recentf-sort-ascending): Updated to new menu filter handling. | |
7335 (recentf-sort-descending): Updated to new menu filter handling. | |
7336 (recentf-sort-basenames-ascending): New menu filter function. | |
7337 (recentf-sort-basenames-descending): New menu filter function. | |
7338 (recentf-show-basenames): New menu filter function. | |
7339 (recentf-show-basenames-ascending): New menu filter function. | |
7340 (recentf-show-basenames-descending): New menu filter function. | |
7341 | |
27919 | 7342 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
7343 | |
7344 * diary-lib.el (list-diary-entries): Don't try to go forward at | |
7345 the end of the buffer. | |
7346 | |
27911 | 7347 2000-02-29 Kenichi Handa <handa@etl.go.jp> |
7348 | |
7349 * international/mule-diag.el (list-character-sets): Completely | |
7350 rewritten. | |
7351 (sort-listed-character-sets): New function. | |
7352 (list-character-sets-1): Completely rewritten. | |
7353 (list-character-sets-2): New function. | |
7354 (non-iso-charset-alist): New variable. | |
7355 (decode-codepage-char): New function. | |
7356 (charset-history): New variable. | |
7357 (read-charset) (list-block-of-chars) | |
7358 (list-iso-charset-chars) | |
7359 (list-non-iso-charset-chars) | |
7360 (list-charset-chars): New functions. | |
7361 (mule-diag): Call list-character-sets-2, not | |
7362 list-character-sets-2. | |
7363 (dump-charsets): Likewise. | |
7364 | |
27910 | 7365 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
7366 | |
27919 | 7367 * dired-x.el (dired-filename-at-point): Add `@' to valid |
7368 file name characters. | |
7369 (dired-filename-at-point): Handle ange-ftp file names. | |
7370 | |
27910 | 7371 * frame.el (frame-notice-user-settings): Use assq-delete-all |
7372 instead of assoc-delete-all. | |
7373 (frame-notice-user-settings): Ditto. | |
7374 | |
7375 * subr.el (assq-delete-all): Renamed from assoc-delete-all. | |
7376 Don't copy alist. | |
7377 | |
27906 | 7378 2000-02-28 Eli Barzilay <eli@cs.cornell.edu> |
7379 | |
7380 * calculator.el (calculator-use-menu): New option. | |
7381 (calculator-initial-bindings): Changed some bindings to work as | |
7382 macros. | |
7383 (calculator-forced-input): Removed. | |
7384 (calculator-restart-other-mode): New variable. | |
7385 (calculator-mode-map): Set up menu. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
7386 |
27906 | 7387 2000-02-28 Jari Aalto <jari.aalto@poboxes.com> |
7388 | |
7389 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc | |
7390 tags. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
7391 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
7392 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu> |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
7393 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
7394 * viper-cmd.el (viper-envelop-ESC-key): added the option to |
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
7395 translate all ESC key sequences. |
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
7396 (viper-goto-mark-subr): restore markers for files for which |
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
7397 they were saved. |
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
7398 * viper-init.el (viper-translate-all-ESC-keysequences): new variable. |
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
7399 * viper-util.el (viper-set-replace-overlay-glyphs, |
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
7400 viper-set-replace-overlay): always check if the replacement |
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
7401 overlay is live. |
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
7402 * viper.el (viper-vi-state-mode-list): added major modes. |
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
7403 * ediff-wind.el: minor comment changes. |
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
7404 * ediff.el: copyright notice date fix. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
7405 |
27898 | 7406 2000-02-27 Jason Rumney <jasonr@gnu.org> |
7407 | |
7408 * faces.el (face-font-family-alternatives): Add arial to helv. | |
7409 (mode-line, header-line, tool-bar): Same default as x for w32. | |
7410 (fixed-pitch, variable-pitch): Remove wildcard as it prevents | |
7411 face-font-family-alternatives from working. | |
7412 * term/w32-win.el (mouse-set-font): Do not build fontset from | |
7413 chosen font. | |
7414 | |
27873 | 7415 2000-02-25 Sam Steingold <sds@goems.com> |
7416 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
7417 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block' |
27873 | 7418 properly. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
7419 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
7420 2000-02-25 Richard M. Stallman <rms@gnu.org> |
27873 | 7421 |
7422 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. | |
7423 | |
27856 | 7424 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
7425 | |
7426 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer | |
7427 writable. | |
7428 | |
27868 | 7429 * frame.el (busy-cursor-delay-seconds): New option. |
27866 | 7430 |
27847 | 7431 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
7432 | |
7433 * frame.el (show-cursor-in-non-selected-windows): New option. | |
7434 | |
27845 | 7435 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
7436 | |
7437 * diary-lib.el (include-other-diary-files): Undo the selective | |
7438 display in any included file and don't kill it. | |
7439 | |
27841 | 7440 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il> |
7441 | |
7442 * dired.el (dired-mode-map): Don't remove "Edit" from the menu | |
7443 bar. Menu items converted to (menu-item format, help strings | |
7444 added. | |
7445 [downcase, upcase]: Don't enable on MS-DOS. | |
7446 [symlink, symlinks]: Don't show if make-symbolic-link is not | |
7447 bound. | |
7448 [chown, chgrp]: Don't show on MS-DOS and MS-Windows. | |
7449 | |
27825 | 7450 2000-02-23 Dave Love <fx@gnu.org> |
7451 | |
27838 | 7452 * simple.el (zap-to-char, kill-line, kill-region, kill-word) |
7453 (backward-kill-word): Revert addition of * to interactive spec -- | |
7454 it's a feature. | |
7455 | |
7456 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
7457 (backward-kill-sentence, kill-sentence): Likewise. | |
7458 | |
27835 | 7459 * gud.el (gud-jdb-build-class-source-alist): Prepend space to |
7460 scratch buffer name. | |
7461 (gud-format-command): Use int-to-string in ?l case. Simplify | |
7462 slightly. | |
7463 | |
7464 * term/w32-win.el (internal-face-interactive): Update prompt for | |
7465 new read-face-name. | |
7466 | |
7467 * mail/footnote.el (footnote): Add :version to defgroup. | |
7468 (footnote-section-tag-regexp): Customize. | |
7469 (footnote-start-tag, footnote-end-tag): New option. | |
7470 (footnote-latin-regexp): New variable. | |
7471 (Footnote-latin): New function. | |
7472 (footnote-style-alist): Add element for latin style. | |
7473 (footnote-style): Moved. | |
7474 (Footnote-goto-footnote): Use eq to test arg. | |
7475 | |
7476 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message. | |
7477 | |
27825 | 7478 * emacs-lisp/byte-opt.el: Change old backquote syntax. |
7479 (byte-compile-trueconstp): Include keywords. | |
7480 (byte-optimize-quote, byte-optimize-lapcode): Use | |
7481 byte-compile-const-symbol-p. | |
7482 (byte-optimize-char-before): New optimization. | |
7483 | |
7484 * emacs-lisp/bytecomp.el: Change old backquote syntax. | |
7485 (byte-compile-const-symbol-p): New function. | |
7486 (byte-compile-constp, byte-compile-out-toplevel) | |
7487 (byte-compile-form, byte-compile-form, byte-compile-variable-ref): | |
7488 Use it. | |
7489 | |
7490 * subr.el (define-key-after): Default AFTER to t. Doc fix. | |
7491 | |
27813 | 7492 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
7493 | |
27815 | 7494 * international/encoded-kb.el: Be sure to update minor-mode-alist |
7495 and minor-mode-map-alist. | |
7496 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift | |
7497 codes SS2 and SS3 correctly. | |
7498 (encoded-kbd-self-insert-ccl): New function. | |
7499 (encoded-kbd-setup-keymap): New function. | |
7500 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap | |
7501 by calling encoded-kbd-setup-keymap. | |
7502 | |
27813 | 7503 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte |
7504 characters. | |
7505 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t | |
7506 locally. | |
7507 | |
27811 | 7508 2000-02-22 Dave Love <fx@gnu.org> |
7509 | |
7510 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table) | |
7511 (lisp-mode-map, lisp-interaction-mode-map): Define all inside | |
7512 defvar. | |
7513 (lisp-mode-syntax-table): Set up for #|...|# comments. | |
7514 (lisp-imenu-generic-expression): Purecopy strings. Use syntax | |
7515 classes. Match `defface'. | |
7516 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. | |
7517 (eval-defun-1): Fix for defcustom. | |
7518 (lisp-indent-region): Doc fix. | |
7519 | |
7520 * subr.el (when, unless, split-string): Doc fix. | |
7521 (read-passwd): Move call of clear-this-command-keys to the right | |
7522 place. | |
7523 (replace-regexps-in-string): New function. | |
7524 | |
27807 | 7525 2000-02-22 Gerd Moellmann <gerd@gnu.org> |
7526 | |
7527 * help.el (describe-variable): Set syntax table to | |
7528 emacs-lisp-mode-syntax-table when moving forward over the | |
7529 symbol's name. | |
7530 | |
27805 | 7531 2000-02-22 Dave Love <fx@gnu.org> |
7532 | |
7533 * xt-mouse.el: Doc fixes. | |
7534 (xterm-mouse-position-function): New function, replacing advice of | |
7535 mouse-position. | |
7536 (xterm-mouse-mode): Use it. Don't turn on under a window system. | |
7537 | |
7538 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition. | |
7539 | |
27794 | 7540 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
7541 | |
7542 * format.el (format-annotate-single-property-change): Handle | |
7543 properties.with dotted-list values. | |
7544 (format-proper-list-p): New function. | |
7545 | |
7546 * enriched.el (enriched-face-ans): Handle '(foreground-color | |
7547 . COLOR) and (background-color . COLOR). | |
7548 | |
27788 | 7549 2000-02-20 Dave Love <fx@gnu.org> |
7550 | |
7551 * textmodes/flyspell.el (flyspell-mouse-map): Change definition | |
7552 and assignments to it. | |
7553 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting | |
7554 current local map. | |
7555 (make-flyspell-overlay): Use it. | |
7556 (flyspell-correct-word/mouse-keymap): Change XEmacs test. | |
7557 | |
7558 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level. | |
7559 (lm-get-header-re): Defun, not defsubst. | |
7560 (lm-get-package-name): Defun, not defsubst. Simplify. | |
7561 (lm-version): Doc fix. Simplify. | |
7562 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) | |
7563 (lm-crack-address, lm-last-modified-date, lm-commentary) | |
7564 (lm-verify, lm-synopsis): Simplify. | |
7565 (lm-report-bug): Require emacsbug. Use compose-mail. | |
7566 | |
27785 | 7567 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
7568 | |
7569 * dired.el (dired-mode): Call propertized-buffer-identification | |
7570 to set mode-line-buffer-identification to something having | |
7571 the right text properties. | |
7572 | |
7573 * bindings.el (propertized-buffer-identification): New function. | |
7574 | |
27777 | 7575 2000-02-20 Dave Love <fx@gnu.org> |
7576 | |
7577 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and | |
7578 check for t-mouse too. | |
7579 | |
7580 * cus-start.el: Make echo-keystrokes `number'. | |
7581 | |
27776 | 7582 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
7583 | |
7584 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]: | |
7585 Don't call ring-empty-p unless tags-location-ring is bound. | |
7586 From Noah Friedman <friedman@splode.com>. | |
7587 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
7588 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org> |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
7589 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
7590 * progmodes/hideshow.el (hs-flag-region): No longer use |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
7591 `intangible' overlay property. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
7592 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
7593 (hs-toggle-hiding): New command. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
7594 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
7595 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
7596 (hs-minor-mode): Move call to `hs-grok-mode-type' early on. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
7597 Fix omission bug: Run `hs-minor-mode-hook' for both activation |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
7598 and deactivation. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
7599 |
27757 | 7600 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
7601 | |
7602 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs. | |
7603 | |
27749 | 7604 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
7605 | |
27754 | 7606 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix. |
7607 | |
27749 | 7608 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax |
7609 of `*' to handle `(* ... *)' comments. | |
7610 | |
27732 | 7611 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
7612 | |
27737 | 7613 * faces.el (list-faces-display): Use display-mouse-p instead of |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7614 window-system. |
27737 | 7615 |
27732 | 7616 * menu-bar.el (global-map): Menu-bar items converted to the new |
7617 format (menu-item..., rearranged for better CUA compliance, and | |
7618 their names changed for better clarity. Help strings added. | |
7619 | |
7620 * international/mule-cmds.el (mule-menu-keymap) | |
7621 (describe-language-environment-map, set-coding-system-map) | |
7622 (setup-language-environment-map): Convert to new (menu-item... | |
7623 form, add help strings. Change names of menu items for better | |
7624 clarity. "Mule" menu-bar item removed (it's now in the "Options" | |
7625 submenu). | |
7626 | |
27729 | 7627 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
7628 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
7629 * dired-aux.el (dired-do-copy): Remove spurious character.`n' |
27729 | 7630 within the code. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
7631 |
27717 | 7632 2000-02-16 Dave Love <fx@gnu.org> |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
7633 |
27717 | 7634 * faces.el: Don't require custom. Add more specific :groups to |
7635 various deffaces. | |
7636 (set-face-attribute): Purecopy args. | |
7637 (read-face-name): Default to name at point and use it in prompt. | |
7638 Remove colon from arg in all callers. | |
7639 (list-faces-display): Hyperlink to face descriptions and customize | |
7640 buffers. | |
7641 | |
27712 | 7642 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk> |
7643 | |
7644 * wid-edit.el (widget-match-inline): An atom never matches a | |
7645 list. | |
7646 | |
27707 | 7647 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> |
7648 | |
27713 | 7649 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
7650 at ':' characters by call to split-string. | |
27707 | 7651 |
7652 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
7653 | |
27713 | 7654 * textmodes/bibtex.el: Added RCS version identification. |
27707 | 7655 |
7656 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
7657 | |
27713 | 7658 * textmodes/bibtex.el: Some temporary comments removed. |
7659 (bibtex-field-name, bibtex-entry-type): Made the relationship | |
7660 explicit. | |
7661 (bibtex-field-const): Allow capital letters. | |
7662 (bibtex-start-of-string): Deleted because unused. | |
7663 | |
7664 * textmodes/bibtex.el: Unified some nomenclature. We no longer | |
7665 use the term 'reference' to describe a bibtex entry as a whole. | |
7666 Further, reference keys are no longer called 'labels'. | |
7667 (bibtex-keys): Renamed to bibtex-reference-keys. | |
7668 (bibtex-reformat-previous-labels): Renamed to | |
7669 bibtex-reformat-previous-reference-keys. | |
7670 (bibtex-reference-type): Renamed to bibtex-entry-type. | |
7671 (bibtex-reference-head): Renamed to bibtex-entry-head. | |
7672 (bibtex-reference-maybe-empty-head): Renamed to | |
7673 bibtex-entry-maybe-empty-head. | |
7674 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. | |
7675 (bibtex-search-reference): Renamed to bibtex-search-entry. | |
7676 (bibtex-enclosing-reference-maybe-empty-head): Renamed to | |
7677 bibtex-enclosing-entry-maybe-empty-head. | |
7678 (bibtex-entry-field-alist, bibtex-entry-head, | |
7679 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, | |
7680 bibtex-map-entries, bibtex-search-entry, | |
7681 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, | |
7682 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
7683 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, | |
7684 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, | |
7685 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, | |
7686 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, | |
7687 bibtex-complete-key, bibtex-String) : Use the new nomenclature. | |
27707 | 7688 |
7689 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
7690 | |
27713 | 7691 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
7692 comment. | |
7693 (bibtex-format-field-delimiters): New function, functionality | |
7694 extracted from bibtex-format-entry. | |
7695 (bibtex-autokey-get-yearfield-digits): New function, functionality | |
7696 extracted from bibtex-autokey-get-yearfield. | |
7697 | |
7698 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex | |
7699 entries in order to avoid stack overflow in the regexp matcher if | |
7700 field contents become large. | |
7701 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, | |
7702 bibtex-field-string-part-not-braced, | |
7703 bibtex-field-string-part-no-inner-braces, | |
7704 bibtex-field-string-part-1-inner-brace, | |
7705 bibtex-field-string-part-2-inner-braces, | |
7706 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, | |
7707 bibtex-field-string-quoted, bibtex-field-string, | |
7708 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, | |
7709 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, | |
7710 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted | |
7711 as parsing is now performed by the following functions. | |
7712 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, | |
7713 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, | |
7714 bibtex-parse-field-string, bibtex-search-forward-field-string, | |
7715 bibtex-parse-association, bibtex-field-name-for-parsing, | |
7716 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, | |
7717 bibtex-search-forward-field, bibtex-search-backward-field, | |
7718 bibtex-start-of-field, bibtex-end-of-field, | |
7719 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, | |
7720 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, | |
7721 bibtex-parse-string-prefix, bibtex-parse-string-postfix, | |
7722 bibtex-parse-string, bibtex-search-forward-string, | |
7723 bibtex-search-backward-string, bibtex-start-of-string, | |
7724 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, | |
7725 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, | |
7726 bibtex-end-of-text-in-string): New functions for the parsing of bibtex | |
7727 entries. Instead of reporting the results of the parsing by | |
7728 match-beginning or match-end, these functions return data structures | |
7729 that hold the corresponding positions. | |
7730 (bibtex-enclosing-field): Changed to also report field boundaries by | |
7731 return values rather than by match-beginning or match-end. The | |
7732 following functions have been adapted to use the new parsing | |
7733 functions. | |
7734 (bibtex-skip-to-valid-entry, bibtex-search-reference, | |
7735 bibtex-enclosing-field, bibtex-format-entry, | |
7736 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, | |
7737 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, | |
7738 bibtex-print-help-message, bibtex-end-of-entry, | |
7739 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, | |
7740 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
7741 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new | |
7742 method for parsing. | |
7743 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, | |
7744 bibtex-map-entries, bibtex-flash-head, | |
7745 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, | |
7746 bibtex-autokey-change, bibtex-autokey-get-namefield, | |
7747 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, | |
7748 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
7749 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, | |
7750 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
7751 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in | |
7752 order to make the new binding of case-fold-search immediately | |
7753 visible. | |
27707 | 7754 |
7755 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
7756 | |
27713 | 7757 * textmodes/bibtex.el: Copyright notice is up to date. |
7758 Added constant 'bibtex-maintainer-salutation. | |
7759 | |
7760 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather | |
7761 than make-temp-name, use match-string-no-properties and eliminate | |
7762 a quadratic behavior when building bibtex-strings. | |
7763 | |
7764 * bibtex.el (bibtex-reference-key): Accept string entries whose | |
7765 reference key contains upper case letters. | |
27707 | 7766 |
7767 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
7768 | |
27713 | 7769 * bibtex.el (bibtex-reference-head): Allow entries to start with |
7770 a new line. | |
27707 | 7771 |
7772 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
7773 | |
27713 | 7774 * bibtex.el: Hiding of entry bodies is not longer provided by |
7775 bibtex.el directly. Instead the hideshow package can be used. | |
7776 Added a special bibtex entry to hs-special-modes-alist. | |
7777 (bibtex-hs-forward-sexp): Added for hideshow.el. | |
27729 | 7778 |
7779 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
7780 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7781 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7782 at ':' characters by call to split-string. |
27729 | 7783 |
7784 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
7785 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7786 * textmodes/bibtex.el: Added RCS version identification. |
27729 | 7787 |
7788 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
7789 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7790 * textmodes/bibtex.el: Some temporary comments removed. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7791 (bibtex-field-name, bibtex-entry-type): Made the relationship |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7792 explicit. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7793 (bibtex-field-const): Allow capital letters. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7794 (bibtex-start-of-string): Deleted because unused. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
7795 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7796 * textmodes/bibtex.el: Unified some nomenclature. We no longer |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7797 use the term 'reference' to describe a bibtex entry as a whole. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7798 Further, reference keys are no longer called 'labels'. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7799 (bibtex-keys): Renamed to bibtex-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7800 (bibtex-reformat-previous-labels): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7801 bibtex-reformat-previous-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7802 (bibtex-reference-type): Renamed to bibtex-entry-type. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7803 (bibtex-reference-head): Renamed to bibtex-entry-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7804 (bibtex-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7805 bibtex-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7806 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7807 (bibtex-search-reference): Renamed to bibtex-search-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7808 (bibtex-enclosing-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7809 bibtex-enclosing-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7810 (bibtex-entry-field-alist, bibtex-entry-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7811 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7812 bibtex-map-entries, bibtex-search-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7813 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7814 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7815 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7816 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7817 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7818 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7819 bibtex-complete-key, bibtex-String) : Use the new nomenclature. |
27707 | 7820 |
7821 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
7822 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7823 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7824 comment. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7825 (bibtex-format-field-delimiters): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7826 extracted from bibtex-format-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7827 (bibtex-autokey-get-yearfield-digits): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7828 extracted from bibtex-autokey-get-yearfield. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
7829 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7830 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7831 entries in order to avoid stack overflow in the regexp matcher if |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7832 field contents become large. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7833 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7834 bibtex-field-string-part-not-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7835 bibtex-field-string-part-no-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7836 bibtex-field-string-part-1-inner-brace, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7837 bibtex-field-string-part-2-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7838 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7839 bibtex-field-string-quoted, bibtex-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7840 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7841 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7842 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7843 as parsing is now performed by the following functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7844 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7845 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7846 bibtex-parse-field-string, bibtex-search-forward-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7847 bibtex-parse-association, bibtex-field-name-for-parsing, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7848 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7849 bibtex-search-forward-field, bibtex-search-backward-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7850 bibtex-start-of-field, bibtex-end-of-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7851 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7852 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7853 bibtex-parse-string-prefix, bibtex-parse-string-postfix, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7854 bibtex-parse-string, bibtex-search-forward-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7855 bibtex-search-backward-string, bibtex-start-of-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7856 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7857 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7858 bibtex-end-of-text-in-string): New functions for the parsing of bibtex |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7859 entries. Instead of reporting the results of the parsing by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7860 match-beginning or match-end, these functions return data structures |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7861 that hold the corresponding positions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7862 (bibtex-enclosing-field): Changed to also report field boundaries by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7863 return values rather than by match-beginning or match-end. The |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7864 following functions have been adapted to use the new parsing |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7865 functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7866 (bibtex-skip-to-valid-entry, bibtex-search-reference, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7867 bibtex-enclosing-field, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7868 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7869 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7870 bibtex-print-help-message, bibtex-end-of-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7871 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7872 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7873 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7874 method for parsing. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7875 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7876 bibtex-map-entries, bibtex-flash-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7877 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7878 bibtex-autokey-change, bibtex-autokey-get-namefield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7879 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7880 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7881 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7882 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7883 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7884 order to make the new binding of case-fold-search immediately |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7885 visible. |
27729 | 7886 |
7887 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
7888 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7889 * textmodes/bibtex.el: Copyright notice is up to date. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7890 Added constant 'bibtex-maintainer-salutation. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
7891 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7892 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7893 than make-temp-name, use match-string-no-properties and eliminate |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7894 a quadratic behavior when building bibtex-strings. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
7895 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7896 * bibtex.el (bibtex-reference-key): Accept string entries whose |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7897 reference key contains upper case letters. |
27729 | 7898 |
7899 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
7900 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7901 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7902 a new line. |
27729 | 7903 |
7904 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
7905 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7906 * bibtex.el: Hiding of entry bodies is not longer provided by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7907 bibtex.el directly. Instead the hideshow package can be used. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7908 Added a special bibtex entry to hs-special-modes-alist. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
7909 (bibtex-hs-forward-sexp): Added for hideshow.el. |
27729 | 7910 |
7911 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
7912 | |
27713 | 7913 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to |
27707 | 7914 proceedings entry type (for cross referencing). Thanks to Wagner |
7915 Toledo Correa for the suggestion. | |
7916 | |
27713 | 7917 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu. |
27707 | 7918 |
27690 | 7919 2000-02-14 Kenichi Handa <handa@etl.go.jp> |
7920 | |
7921 * international/characters.el: Setup case table for Vietnamese. | |
7922 | |
27687 | 7923 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
7924 | |
7925 * uniquify.el (toplevel): Require CL at compile time. | |
7926 (uniquify-push): Removed. | |
7927 | |
7928 * shadowfile.el (shadow-when): Removed. | |
7929 | |
7930 * tempo.el (tempo-dolist, tempo-mapc): Removed. | |
7931 (tempo-process-and-insert-string): Use dolist instead of | |
7932 tempo-dolist. | |
7933 | |
7934 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from | |
7935 regexp for paragraph-start. | |
7936 | |
7937 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading | |
7938 commas as well. | |
7939 | |
27657 | 7940 2000-02-10 Dave Love <fx@gnu.org> |
7941 | |
7942 * wid-edit.el: (widgets) [defgroup]: Remove url link. | |
7943 (widget-color-choice-list, widget-color-history, widget-mouse-help): | |
7944 Deleted. | |
7945 (widget-specify-field, widget-specify-button): Don't use | |
7946 widget-mouse-help as help-echo property. | |
7947 (default): Use #'ignore for :validate and :mouse-down-action. | |
7948 (checkbox): Add help-echo. | |
7949 (widget-sexp-validate): Rewritten to clarify error messages. | |
7950 (character): Use char-valid-p in :match function. | |
7951 (widget-color-complete): Use facemenu-color-alist. | |
7952 (widget-color-action): Use facemenu-read-color. | |
7953 | |
7954 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't | |
7955 set up `caar' &c that we now have. | |
7956 | |
27713 | 7957 2000-02-09 Ray Blaak <blaak@gnu.org> |
7958 | |
7959 * delphi.el: Make resourcestring a declaration region, like const | |
7960 and var. | |
7961 | |
27652 | 7962 2000-02-09 Dave Love <fx@gnu.org> |
7963 | |
7964 * bindings.el (mode-line-input-method-map): New variable. | |
7965 (mode-line-mule-info): Use it; fix last change. | |
7966 (mode-line-mode-menu): Move definition. | |
7967 (mode-line-mouse-sensitive-p): Deleted. | |
7968 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p. | |
7969 (make-mode-line-mouse-sensitive): Deleted. Body moved to top | |
7970 level. | |
7971 | |
7972 * startup.el (command-line-1): Don't call | |
7973 make-mode-line-mouse-sensitive. | |
7974 | |
27644 | 7975 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> |
7976 | |
7977 * mail/rmail.el (rmail-retry-failure): Use | |
7978 rmail-beginning-of-message before rmail-toggle-header, because the | |
7979 former toggles headers. | |
7980 | |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
7981 2000-02-06 Stefan Monnier <monnier@cs.yale.edu> |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
7982 |
27637
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
7983 * diff-mode.el (diff-kill-junk): New interactive function. |
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
7984 (diff-reverse-direction): Use delete-and-extract-region. |
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
7985 (diff-post-command-hook): Restrict the area so that the hook also works |
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
7986 outside of any diff hunk. This is necessary for the minor-mode. |
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
7987 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist. |
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
7988 (diff-minor-mode): Setup the hooks for header-hunk rewriting. |
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
7989 |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
7990 * font-lock.el (font-lock-keywords): Fix doc for multiline matches. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
7991 (font-lock-add-keywords): Make it work even if font-lock-mode is nil, |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
7992 so that it can be used more easily in <foo>-mode-hook. Also make sure |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
7993 to avoid duplicate entries. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
7994 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
7995 (font-lock-remove-keywords): Just as was done for `add', allow it to |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
7996 work even if font-lock-mode is nil. Also make sure we don't modify |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
7997 any pre-existing list by forcing a copy-sequence. Finally rename |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
7998 `major-mode' to `mode'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
7999 (font-lock-fontify-syntactic-anchored-keywords) |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
8000 (font-lock-fontify-anchored-keywords) |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
8001 (font-lock-fontify-keywords-region): Use line-end-position. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
8002 Don't make `font-lock-multiline' local (it's now done in |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
8003 font-lock-set-defaults). |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
8004 (font-lock-set-defaults): Make `font-lock-multiline' local. Also |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
8005 move the `font-lock-fontified' creation to inside the `unless'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
8006 |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
8007 2000-02-06 Andrew Innes <andrewi@gnu.org> |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
8008 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
8009 * term/w32-win.el (x-handle-args): Comment out call to message, |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
8010 which occurs before window system is initialized. |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
8011 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
8012 * makefile.nt: Add support for recompiling lisp code. |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
8013 |
27610 | 8014 2000-02-04 Dave Love <fx@gnu.org> |
8015 | |
27617 | 8016 * bindings.el (mode-line-mule-info): Fix/extend last change. |
8017 | |
27610 | 8018 * completion.el: Replace completion-dolist with dolist. |
8019 | |
8020 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, | |
8021 dotimes. | |
8022 | |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8023 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl> |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8024 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8025 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8026 environment names before they go into the section regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8027 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8028 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8029 char class in regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8030 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8031 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8032 `case-fold-search' to nil. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8033 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8034 * progmodes/idlwave.el (idlwave-template): Respect |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8035 `idlwave-abbrev-change-case'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8036 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8037 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8038 idlwave-while): respect `idlwave-reserved-word-upcase'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8039 (idlwave-rw-case): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8040 (idlwave-statement-match): Fixed problem with assignment regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8041 (idlwave-font-lock-keywords): Improved regexp for keyword |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8042 parameters. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
8043 (idlwave-surround): New argument LENGTH to support padding of |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8044 operators longer than 1 char. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8045 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8046 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8047 idlwave-shell-expression-overlay. Implemented printing of |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8048 expressions on higher levels of the calling stack. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8049 (idlwave-shell-display-level-in-calling-stack): Restore stack |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8050 level. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8051 (idlwave-retrieve-expression-from-level): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8052 (idlwave-shell-last-calling-stack): Variable removed. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8053 (idlwave-shell-reset): Argument action reversed (`visible' to |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8054 `hidden'). Also remove stop-line overlay. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8055 (idlwave-shell-calling-stack-routine): New variable. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8056 (idlwave-shell-parse-stack-and-display): Messages now display |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8057 negative level numbers. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8058 (idlwave-shell-mode): Set `modeline-format'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8059 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8060 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8061 21. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8062 (idlwave-shell-print-expression-function): New option. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
8063 |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8064 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8065 idlwave-toolbar-remove-everywhere): Keybindings prefix is now |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8066 `tool-bar' instead of `toolbar'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
8067 |
27590 | 8068 2000-02-02 Dave Love <fx@gnu.org> |
8069 | |
8070 * emacs-lisp/cl.el: Use bytecomp-load-hook, not | |
8071 emacs-lisp-mode-hook. Don't check for defalias being defined. | |
8072 | |
8073 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash) | |
8074 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use | |
8075 the new builtins directly. | |
8076 | |
8077 * whitespace.el (whitespace): Add :version to defgroup. | |
8078 | |
8079 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference): | |
8080 Doc fix. | |
8081 | |
8082 * thingatpt.el (sexp-at-point, symbol-at-point) | |
8083 (number-at-point, list-at-point): Add autoload cookie. | |
8084 | |
8085 * recentf.el (recentf): Add :version to defgroup. | |
8086 | |
8087 * quickurl.el (quickurl): Add :version to defgroup. | |
8088 | |
8089 * elide-head.el (elide-head): Use point-marker more. | |
8090 | |
8091 * bs.el (bs): Add :version to defgroup. | |
8092 | |
8093 * autorevert.el (global-auto-revert-mode): Add autoload cookie. | |
8094 | |
8095 * progmodes/delphi.el (delphi): Add :version to defgroup. | |
8096 | |
27587 | 8097 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
8098 | |
8099 * ange-ftp.el (ange-ftp-write-region): Handle case that | |
8100 succeeding process operation sets a different coding system. | |
8101 | |
8102 * calculator.el: New file. | |
8103 | |
27572 | 8104 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il> |
8105 | |
8106 * frame.el (frames-on-display-list, framep-on-display): New | |
8107 functions. | |
8108 (display-mouse-p, display-popup-menus-p, display-graphic-p) | |
8109 (display-selections-p, display-screens, display-pixel-width) | |
8110 (display-pixel-height, display-mm-width, display-mm-height) | |
8111 (display-backing-store, display-save-under, display-planes) | |
8112 (display-color-cells, display-visual-class): New functions. | |
8113 | |
8114 * term/tty-colors.el (tty-color-gray-shades): New function. | |
8115 | |
8116 * faces.el (display-color-p): Use framep-on-display. | |
8117 (display-grayscale-p): New function. | |
8118 | |
27549 | 8119 2000-01-31 Dave Love <fx@gnu.org> |
8120 | |
8121 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it. | |
8122 (create-fontset-from-x-resource): Don't concat integers. | |
8123 | |
27545 | 8124 2000-01-31 Inge Frick <inge@nada.kth.se> |
8125 | |
8126 * view.el: Some changes in documentation. Removed some trailing | |
8127 whitespace. Changed some parameter names to agree with | |
8128 documentation. | |
8129 (view-mode-exit): Keep entry in `view-return-to-alist' only when a | |
8130 window is not deleted. Modifies change 1998-04-26. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
8131 |
27541 | 8132 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
8133 | |
27543 | 8134 * windmove.el: New file. |
8135 | |
27541 | 8136 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
8137 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
27545 | 8138 progmodes/ebnf-yac.el: Update copyright and license info. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
8139 |
27541 | 8140 * jit-lock.el (jit-lock-function): Widen before calculating end |
8141 position. | |
8142 (jit-lock-stealth-chunk-start): Rewritten. | |
8143 | |
8144 * info.el (Info-title-face-alist): Removed. | |
8145 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New | |
8146 faces. | |
8147 (Info-fontify-node): Use these faces. | |
8148 | |
27527 | 8149 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
8150 | |
8151 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list) | |
8152 (cl-macro-list1): Recognize `&allow-other-keys' instead of | |
8153 `&allow-other-keywords'. | |
8154 | |
8155 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to | |
8156 the list of directories scanned heuristically. | |
8157 | |
8158 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to | |
8159 exist. | |
8160 | |
27523 | 8161 2000-01-30 Jason Rumney <jasonr@gnu.org> |
8162 | |
8163 * w32-fns.el: Define w32-tty-standard-colors. | |
8164 | |
8165 * startup.el (command-line): Use w32-tty-standard-colors when in | |
8166 w32 console mode. | |
8167 | |
27510 | 8168 2000-01-30 Dave Love <fx@gnu.org> |
8169 | |
27513 | 8170 * jka-compr.el (jka-compr-load): Fix up load-history. |
8171 | |
27510 | 8172 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes. |
8173 | |
8174 * emacs-lisp/cl-macs.el: Revert previous change. | |
8175 | |
27499 | 8176 2000-01-29 Dave Love <fx@gnu.org> |
8177 | |
8178 * facemenu.el: Purecopy various strings. | |
8179 | |
8180 * timezone.el (timezone-fix-time): Window against 69 for two-digit | |
8181 years. Deal with three-digit years. | |
8182 | |
8183 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use | |
8184 defconst, purecopy. | |
8185 (help-back-label): Purecopy it. | |
8186 | |
27498 | 8187 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
8188 | |
8189 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration | |
8190 variable. If non-nil, order the buffer list according to the | |
8191 currently selected frame. | |
8192 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is | |
8193 non-nil, pass the selected frame to function buffer-list. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
8194 |
27496 | 8195 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
8196 | |
8197 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix | |
8198 | |
27486 | 8199 2000-01-28 Dave Love <fx@gnu.org> |
8200 | |
27491 | 8201 * emacs-lisp/cl-macs.el: Remove dotimes, dolist. |
8202 | |
27486 | 8203 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop. |
8204 Don't use lisp-indent-hook property. | |
8205 (cl-abs): Remove. | |
8206 | |
8207 * subr.el: Move out indent and edebug specs for when and unless. | |
8208 | |
8209 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes, | |
8210 when, unless. | |
8211 | |
8212 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist, | |
8213 unless, when. | |
8214 | |
27467 | 8215 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
8216 | |
27481 | 8217 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize |
8218 `collecting' as synonym for `collect'. | |
8219 | |
8220 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name | |
8221 for the case it contains spaces. | |
8222 | |
8223 * simple.el (what-cursor-position): Change formatting of | |
8224 messages. | |
8225 | |
27473 | 8226 * frame.el (delete-other-frames): New function. |
8227 (toplevel): Bind it to C-x 5 1. | |
8228 | |
27469 | 8229 * sort.el (sort-numeric-base): New option. |
8230 (sort-numeric-fields): If number starts with `0' or `0[xX[', | |
8231 interpret it as octal or hexadecimal. Use sort-numeric-base | |
8232 as default base. | |
8233 | |
27467 | 8234 * progmodes/glasses.el: New file. |
8235 | |
27451 | 8236 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
8237 | |
27461 | 8238 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched |
8239 userids differently. | |
8240 | |
27451 | 8241 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
8242 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
8243 progmodes/ebnf-yac.el: New files. | |
8244 | |
27446 | 8245 2000-01-26 Dave Love <fx@gnu.org> |
8246 | |
8247 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose | |
8248 on a function with an empty body. [From Eric Ludlam.] | |
8249 | |
27437 | 8250 2000-01-25 Andre Spiegel <spiegel@gnu.org> |
8251 | |
8252 * vc.el (vc-version-diff): Make sure file name is expanded. | |
8253 | |
27433 | 8254 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
8255 | |
8256 * scroll-bar.el (scroll-bar-timer): Variable removed. | |
8257 (scroll-bar-toolkit-scroll): Don't use a timer. | |
8258 | |
27419 | 8259 2000-01-25 Kenichi Handa <handa@etl.go.jp> |
8260 | |
8261 * language/thai-util.el (thai-composition-function): Delete | |
8262 superfluous `a'. | |
8263 | |
27418 | 8264 2000-01-24 Dave Love <fx@gnu.org> |
8265 | |
8266 * fortran.el (fortran-mode): Use beginning-of-defun-function, | |
8267 end-of-defun-function. | |
8268 | |
8269 * font-lock.el (turn-on-font-lock): Don't depend on window-system | |
8270 &c. | |
8271 | |
27405 | 8272 2000-01-22 Jason Rumney <jasonr@gnu.org> |
8273 | |
8274 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it | |
8275 conflicts with new face support. | |
8276 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
8277 2000-01-22 Richard M. Stallman <rms@gnu.org> |
27392
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
8278 |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
8279 * replace.el (query-replace): Rename last arg to DELIMITED. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
8280 (map-query-replace-regexp, query-replace-regexp-eval): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
8281 (query-replace-regexp): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
8282 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
8283 2000-01-20 Richard M. Stallman <rms@gnu.org> |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
8284 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
8285 * subr.el (with-syntax-table): Use make-symbol, not gensym. |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
8286 |
27381
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
8287 * emacs-lisp/lisp.el (beginning-of-defun-function): |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
8288 Variable renamed from beginning-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
8289 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
8290 (beginning-of-defun-raw): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
8291 (beginning-of-defun): Doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
8292 (end-of-defun-function): Variable renamed from end-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
8293 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
8294 (end-of-defun): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
8295 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
8296 * subr.el (dolist, dotimes): Copied from cl-macs.el |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
8297 and made to work. |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
8298 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
8299 * mail/undigest.el (rmail-digest-end-regexps): |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
8300 Variable replaces rmail-digest-end-regexp. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
8301 Allows multiple regexps for detecting the end line. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
8302 (undigestify-rmail-message): Corresponding changes. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
8303 |
27366 | 8304 2000-01-19 Dave Love <fx@gnu.org> |
8305 | |
27368 | 8306 * files.el (user-init-file): Don't declare here -- is primitive. |
8307 | |
27366 | 8308 * startup.el (command-line): Check for compiled user-init-file and |
8309 set to uncompiled version if necessary. | |
8310 | |
27358 | 8311 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
8312 | |
27361 | 8313 * mail/undigest.el (rmail-digest-end-regexp): New user option. |
8314 (undigestify-rmail-message): Use it. | |
8315 | |
27358 | 8316 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT. |
8317 | |
27351 | 8318 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
8319 | |
8320 * tmm.el (tmm-goto-completions): Adapt to prompt being part | |
8321 of mini-buffer. | |
8322 | |
27326 | 8323 2000-01-14 Gerd Moellmann <gerd@gnu.org> |
8324 | |
27330 | 8325 * emacs-lisp/copyright.el (copyright-update): Removed the |
8326 requirement for a trailing space from `copyright-regexp', to | |
8327 support copyrights with owner specified on a separate line.. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
8328 |
27327 | 8329 * align.el: New file. |
8330 | |
27326 | 8331 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu. |
8332 | |
8333 * net/eudc.el (toplevel): Define EUDC menu for Emacs. | |
8334 | |
27323 | 8335 2000-01-13 Dave Love <fx@gnu.org> |
8336 | |
8337 * ph.el: Removed. (Obsoleted by EUDC.) | |
8338 | |
27321 | 8339 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
8340 | |
8341 * net/eudc.el (toplevel): Remove autoloaded code installing | |
8342 menu with easymenu, because that causes build problems. | |
8343 | |
8344 * frame.el (frame-notice-user-settings): New variable. | |
8345 (frame-notice-user-settings): Don't modify frame parameters | |
8346 if called a second time. | |
8347 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
8348 2000-01-13 Richard M. Stallman <rms@gnu.org> |
27321 | 8349 |
8350 * frame.el (frame-notice-user-settings): | |
8351 Notice default-frame-parameters even for non-window frames. | |
8352 | |
27318 | 8353 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
8354 | |
8355 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds | |
8356 for Emacs. | |
8357 (eudc-bob-can-display-inline-images): Extend for Emacs. | |
8358 (eudc-bob-toggle-inline-display): Ditto. | |
8359 (eudc-bob-display-jpeg): Ditto. | |
8360 | |
27304 | 8361 2000-01-12 Gerd Moellmann <gerd@gnu.org> |
8362 | |
27313 | 8363 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, |
8364 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el, | |
8365 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
8366 |
27312 | 8367 * add-log.el (add-change-log-entry): Fix error trying an `(insert |
8368 nil)'. | |
8369 | |
8370 * subdirs.el: Add `net' directory. | |
8371 | |
27308 | 8372 * net: New directory. |
8373 | |
27304 | 8374 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from |
8375 eval-last-sexp. Don't bind debug-on-error here. | |
8376 (eval-last-sexp): New function. Bind debug-on-error if | |
8377 eval-expression-debug-on-error is non-nil. | |
8378 (eval-defun-2, eval-defun): Likewise. | |
8379 | |
8380 * simple.el (eval-expression): Don't bind debug-on-error if | |
8381 eval-expression-debug-on-error is nil. Detect changed | |
8382 debug-on-error, and propagate new value to global binding, if | |
8383 eval-expression-debug-on-error is non-nil, | |
8384 (eval-expression-debug-on-error): Change doc string. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
8385 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
8386 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
8387 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
8388 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
8389 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
8390 * emacs-lisp/lisp-mode.el (with-syntax-table): |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
8391 Set up lisp-indent-function property. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
8392 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
8393 * subr.el (with-syntax-table): Moved from simple.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
8394 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
8395 * simple.el (with-syntax-table): Moved to subr.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
8396 |
27288 | 8397 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
8398 | |
27291 | 8399 * tmm.el (tmm-shortcut): Delete region after prompt instead |
8400 of erasing buffer. | |
8401 | |
27288 | 8402 * textmodes/fill.el (fill-common-string-prefix): New function. |
27309 | 8403 (fill-context-prefix): Use the longest common prefix of first |
8404 and second line fill prefix, if there is one. | |
27288 | 8405 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
8406 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27285
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
8407 |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
8408 * array.el (array-mode): Don't use make-variable-buffer-local. |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
8409 Use make-local-variable for `truncate-lines'. |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
8410 |
27282 | 8411 2000-01-11 Jari Aalto <jari.aalto@poboxes.com> |
8412 | |
8413 * add-log.el (add-log-current-defun): Handle user-defined | |
8414 add-log-current-function returning nil, | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
8415 |
27280 | 8416 * add-log.el (add-change-log-entry): Insert version number |
27282 | 8417 if having found a current function |
27278 | 8418 |
8419 * add-log.el (add-log-current-defun): Call | |
8420 `add-log-current-defun-function'. Try matches at level 0 and | |
8421 level 1. Strip whitespace from defun found. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
8422 |
27270
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
8423 2000-01-10 John Wiegley <johnw@gnu.org> |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
8424 |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
8425 * allout.el (isearch-done/outline-provisions): Added `edit' |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
8426 argument to correspond with the current definition of |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
8427 `isearch-done'. |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
8428 |
27265 | 8429 2000-01-10 Dave Love <fx@gnu.org> |
8430 | |
8431 * elide-head.el (elide-head): Use point-marker, not point. | |
8432 | |
27261 | 8433 2000-01-10 Gerd Moellmann <gerd@gnu.org> |
8434 | |
27263 | 8435 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates |
8436 before and after the year 2000. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
8437 |
27261 | 8438 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p): |
8439 Add ispell- prefix. | |
8440 | |
8441 2000-01-10 Ken Stevens <k.stevens@ieee.org> | |
8442 | |
8443 * ispell.el: Only define dictionaries in menus when they exist. | |
8444 (version18p): New variable. | |
8445 (version20p): New variable. | |
8446 (xemacsp): New variable. | |
8447 (ispell-choices-win-default-height): Fix for XEmacs visibility. | |
8448 (ispell-dictionary-alist1): Added Brasileiro dictionary. | |
8449 (ispell-dictionary-alist6): Russian command lines no longer accept | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
8450 run-together words. |
27261 | 8451 (ispell-local-dictionary-alist): Add koi8-r to customize definition. |
8452 (ispell-dictionary-alist): Add koi8-r to customize definition. | |
8453 (check-ispell-version): Added documentation string. Returns | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
8454 library path when called non-interactively. |
27261 | 8455 (ispell-menu-map-needed): Uses new variables. |
8456 (ispell-library-path): New variable. | |
8457 (ispell-decode-string): XEmacs fix for bogus variable bindings. | |
8458 (ispell-word): Improved documentation string. Test for valid | |
8459 character mappings. Correctly check typed in word changes that can | |
8460 result in single words split into multiple words. Returns | |
8461 replacement word. | |
8462 (ispell-command-loop): Fixes XEmacs display bugs. Show word to | |
8463 replace in recursive query replace mode. Help message for | |
8464 recursive edit mode. | |
8465 (ispell-show-choices): Protect against bad framepop bindings. | |
8466 (ispell-help): Fix to work with XEmacs. | |
8467 (ispell-highlight-spelling-error): Use new variables. | |
8468 (ispell-overlay-window): Fix to work with XEmacs. | |
8469 (ispell-parse-output): Passed and returns location information | |
8470 tracking spelling corrections. Doesn't recheck same word on | |
8471 current line. | |
8472 (ispell-init-process): Protect against bogus XEmacs variable binding. | |
8473 Fix call to single argument in sleep-for. Use new variables. | |
8474 (ispell-region): Passed and returns location information tracking | |
8475 spelling corrections. Doesn't check same word on current line. | |
8476 Improved documentation string. Doesn't resend a line already | |
8477 checked to the ispell process - fixes bug in LaTeX parsing. | |
8478 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML. | |
8479 (ispell-skip-region): No longer skips <TT> in SGML. | |
8480 (ispell-process-line): Tracks location information with spelling | |
8481 corrections. Added documentation string. Accounts for words | |
8482 already accepted on this line. Don't allow query-replace on line | |
8483 starting with math characters. Doesn't resend a line already sent | |
8484 to ispell process. Fixes alignment error bug. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
8485 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
8486 2000-01-10 Richard M. Stallman <rms@gnu.org> |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
8487 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
8488 * dired-x.el (dired-guess-shell-alist-default): |
27259
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
8489 Suggest xloadimage, which is free, not xv, which isn't. |
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
8490 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
8491 * ange-ftp.el (ange-ftp-file-name-nondirectory): |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
8492 Don't ever include the host name or user name in the value. |
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
8493 |
27255 | 8494 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
8495 | |
8496 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead | |
8497 of a real newline. | |
8498 | |
27253 | 8499 2000-01-09 Stephen Eglen <stephen@gnu.org> |
8500 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
8501 * dired-x.el (dired-guess-shell-alist-default): Suggest xv |
27253 | 8502 for .png files. |
8503 | |
27251 | 8504 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk> |
8505 | |
8506 * cus-edit.el (custom-hook-convert-widget): Fix comment. | |
8507 | |
27247 | 8508 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
8509 | |
27249 | 8510 * progmodes/cperl-mode.el: Replace ^F with ^L. |
8511 | |
27247 | 8512 * sendmail.el (toplevel): Provide `sendmail' when compiling |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
8513 before `require'ing rmail and mailalias to prevent infinite |
27247 | 8514 recursion. |
8515 | |
27244 | 8516 2000-01-08 Dave Love <fx@gnu.org> |
8517 | |
27265 | 8518 * emacs-lisp/backquote.el: Remove inappropriate customization |
8519 (allowing custom.el to use backquote). | |
27244 | 8520 |
27241 | 8521 2000-01-07 Dave Love <fx@gnu.org> |
8522 | |
8523 * add-log.el (add-log-debugging): Deleted. | |
8524 (add-change-log-entry): Treat a backup FILE-NAME as its parent | |
8525 file. Remove debugging code. | |
8526 (change-log-get-method-definition, change-log-name): Add doc. | |
8527 (change-log-sortable-date-at): New function. | |
8528 (change-log-merge): New command. | |
8529 | |
8530 * time.el (display-time-string-forms): Make the Mail string active. | |
8531 (display-time-update): Provide help-echo for load average. | |
8532 | |
8533 * bindings.el (make-mode-line-mouse2-map): New function. | |
8534 (mode-line-modified): Use it and simplify. | |
8535 (mode-line-mule-info): Provide help-echo info. | |
8536 (minor-mode-alist): Activate the strings. | |
8537 (make-mode-line-mouse-sensitive): Simplify for | |
8538 mode-line-buffer-identification. | |
8539 | |
27233 | 8540 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
8541 | |
8542 * play/pong.el: New file. | |
8543 | |
27241 | 8544 2000-01-06 Dave Love <fx@gnu.org> |
8545 | |
8546 * array.el: Assorted cleanups for compiler warnings, doc strings, | |
8547 `array-' prefix for symbols. | |
8548 | |
8549 2000-01-05 Dave Love <fx@gnu.org> | |
8550 | |
8551 * textmodes/outline.el (outline-mode-menu-bar-map): Add | |
8552 outline-headers-as-kill. | |
8553 (outline-mode): Define imenu-generic-expression. | |
8554 (outline-headers-as-kill): New command. | |
8555 | |
8556 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^' | |
8557 from paragraph-start. | |
8558 (paragraph-indent-minor-mode): New command. | |
8559 | |
8560 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a, | |
8561 M-C-e, M-C-h, C-j, C-xnd, TAB. | |
8562 (fortran-mode): Set beginning-of-defun, end-of-defun. | |
8563 (fortran-column-ruler): Simplify. | |
8564 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | |
8565 (fortran-with-subprogram-narrowing): Likewise. | |
8566 (fortran-indent-subprogram): Call mark-defun. | |
8567 (fortran-check-for-matching-do): Change narrowing. | |
8568 | |
8569 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table. | |
8570 (cl-lucid-hash-tag): Delete. | |
8571 (cl-hash-table-p): Correct test for native table. | |
8572 (cl-hash-table-count): Use hash-table-count. | |
8573 | |
8574 * browse-url.el (browse-url): Fix case of | |
8575 browse-url-browser-function being an alist. | |
8576 | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
8577 2000-01-05 Carsten Dominik <cd@gnu.org> |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
8578 |
27233 | 8579 * textmodes/reftex-vars.el (reftex-parse-file-extension) |
8580 (reftex-index-phrase-file-extension): New options. | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
8581 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
8582 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer): |
27233 | 8583 Use new option `reftex-index-phrase-file-extension'. |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
8584 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
8585 * textmodes/reftex.el (reftex-access-parse-file): Use new option |
27233 | 8586 `reftex-parse-file-extension'. |
27232
1c7665b7a026
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27205
diff
changeset
|
8587 |
27191 | 8588 2000-01-05 Dave Love <fx@gnu.org> |
8589 | |
27241 | 8590 * emacs-lisp/lisp.el (beginning-of-defun): New variable. |
27191 | 8591 (beginning-of-defun-raw): Use it. |
8592 (end-of-defun): New variable. | |
8593 (end-of-defun): Use it. | |
8594 (check-parens): New command. | |
8595 | |
27182 | 8596 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
8597 | |
27233 | 8598 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region) |
8599 (hs-show-block): Don't use `mapcar' when not accumulating. | |
27182 | 8600 |
27184
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
8601 Fix buglet in local variables initialization. |
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
8602 |
27176 | 8603 2000-01-05 Andreas Schwab <schwab@suse.de> |
8604 | |
8605 * hscroll.el (hscroll): Doc fix. | |
8606 | |
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
8607 2000-01-05 Carsten Dominik <cd@gnu.org> |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
8608 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
8609 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
8610 idlw-toolbar. |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
8611 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
8612 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
8613 file idlw-rinfo.el. |
27182 | 8614 (idlwave-customize): load must read file idlw-shell.el. |
8615 (idlwave-create-customize-menu): load must read file idlw-shell.el. | |
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
8616 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
8617 2000-01-05 Carsten Dominik <dominik@astro.uva.nl> |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
8618 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
8619 * progmodes/idlw-shell.el: Also provide idlwave-shell |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
8620 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
8621 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
8622 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
8623 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
8624 both reftex-dcr and reftex-vcr. |
27182 | 8625 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
8626 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
8627 |
27164 | 8628 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
27162 | 8629 |
8630 * ps-print.el: PostScript code now is in separate files, doc fix. | |
8631 (ps-print-version): New version number (5.0.3). | |
8632 (ps-header-lines, ps-left-header, ps-right-header): No more buffer | |
8633 local. | |
8634 (ps-spool-config): Initialization fix. | |
27233 | 8635 (ps-print-prologue-1, ps-print-prologue-2) |
8636 (ps-print-duplex-feature): PostScript code moved to separated file. | |
27162 | 8637 (ps-background-image): Little code reformating. |
8638 (ps-begin-file, ps-begin-job): Fix code. | |
27191 | 8639 (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
27162 | 8640 (ps-prologue-file): New fun. |
8641 | |
27159 | 8642 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
8643 | |
27233 | 8644 * ps-vars.el: Eliminated. |
27159 | 8645 |
8646 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is | |
8647 `;;;###autoload'. | |
8648 | |
8649 * ps-print.el: ps-vars eliminated, doc fix. | |
8650 (ps-print-version): New version number (5.0.2). | |
8651 (ps-spool-config): Initialization fix. | |
8652 (ps-print-customize): New fun. | |
8653 | |
27155 | 8654 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
8655 | |
8656 * autorevert.el (auto-revert-mode): Return value of | |
8657 auto-revert-mode. | |
8658 | |
27152 | 8659 2000-01-04 Dave Love <fx@gnu.org> |
8660 | |
27198 | 8661 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle |
8662 menu items. | |
27152 | 8663 |
27124 | 8664 2000-01-03 Dave Love <fx@gnu.org> |
8665 | |
27191 | 8666 * elide-head.el (elide-head) [defgroup]: Add :version. |
27126 | 8667 |
27241 | 8668 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar. |
27124 | 8669 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use |
8670 `cl-hash-table-p', not `hash-table-p'. | |
8671 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | |
8672 | |
27119 | 8673 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
8674 | |
8675 * faces.el (face-read-integer, read-face-attribute) | |
8676 (color-defined-p, color-values): unspecified-{f,b}g are now | |
8677 strings. | |
8678 | |
27112 | 8679 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org> |
8680 | |
8681 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces | |
8682 at comment end, and re-insert them after filling. | |
8683 | |
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
8684 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
8685 |
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
8686 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el |
27110
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
8687 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el, |
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
8688 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el. |
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
8689 |
27102 | 8690 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
8691 | |
8692 * term/x-win.el (xw-defined-colors): Call color-supported-p, | |
8693 the new name of face-color-supported-p. | |
8694 | |
8695 * term/w32-win.el (xw-defined-colors): Likewise. | |
8696 | |
27097 | 8697 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
8698 | |
8699 * simple.el (completion-setup-function): Count completion-size | |
8700 from minibuffer-prompt-end, not from point-min. | |
8701 | |
27091 | 8702 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
8703 | |
8704 * faces.el (read-face-attribute, defined-colors, color-defined-p): | |
8705 Pass the frame to tty-color-* functions. | |
8706 (display-color-p, frame-set-background-mode): Pass the frame to | |
8707 tty-display-color-p. | |
8708 | |
8709 * term/tty-colors.el (tty-defined-color-alist): Renamed from | |
8710 tty-color-alist. | |
8711 (tty-color-alist, tty-modify-color-alist): New functions. | |
8712 (tty-color-define, tty-color-clear, tty-color-approximate) | |
8713 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept | |
8714 an optional parameter FRAME. | |
8715 | |
27074 | 8716 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
8717 | |
27082 | 8718 * image.el (create-image, defimage): Don't assume image data is a |
8719 string. | |
8720 | |
27074 | 8721 * image.el (defimage): Handle specifications containing :data |
8722 instead of :file. | |
8723 (image-type-from-data): New function. | |
8724 (image-type-from-file-header): Use it. | |
8725 (create-image): Add parameter DATA-P. | |
27182 | 8726 |
30729 | 8727 See ChangeLog.8 for earlier changes. |
30993 | 8728 |
8729 ;; Local Variables: | |
31291 | 8730 ;; coding: iso-2022-7bit-unix |
30993 | 8731 ;; End: |