Mercurial > emacs
annotate lisp/ChangeLog @ 30887:c4366892a814
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 16 Aug 2000 21:03:36 +0000 |
parents | 4f58e2bbcb08 |
children | 8bb29f8761d2 |
rev | line source |
---|---|
30887
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
1 2000-08-16 Stefan Monnier <monnier@cs.yale.edu> |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
2 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
3 * loadhist.el (unload-feature): Typo. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
4 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
5 * finder.el (finder-compile-keywords): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
6 * cus-dep.el (custom-make-dependencies): Add local-variable settings |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
7 to the generated file. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
8 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
9 * mail/mh-e.el (mh-make-local-vars): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
10 Replace make-variable-buffer-local with make-local-variable. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
11 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
12 * options.el (Edit-options-{set,toggle,t,nil}): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
13 * mail/mailabbrev.el (mail-abbrevs-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
14 * textmodes/tex-mode.el (tex-expand-files): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
15 * textmodes/outline.el (outline-minor-mode): Don't quote lambda. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
16 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
17 * 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
|
18 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
19 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point). |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
20 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
21 Allow going past the last element. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
22 * 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
|
23 (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
|
24 (cvs-mouse-toggle-mark): Don't move point. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
25 (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
|
26 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
27 * progmodes/compile.el (grep): Provide a default set of files. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
28 (next-error): Docstring fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
29 (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
|
30 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
31 * emacs-lisp/easy-mmode.el (define-minor-mode): |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
32 Use `symbol-value' to keep the byte-compiler quiet. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
33 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
34 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
35 (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
|
36 (diff-goto-source): Use it. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
37 (diff-next-complex-hunk, diff-filter-lines): New function. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
38 (diff-apply-hunk): New command. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
39 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
40 * smerge-mode.el (smerge-mode-menu): Doc fix. |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
41 |
c4366892a814
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30870
diff
changeset
|
42 * 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
|
43 |
30870 | 44 2000-08-16 Dave Love <fx@gnu.org> |
45 | |
46 * play/5x5.el: Doc fixes. | |
47 (5x5) <defgroup>: Add :version. | |
48 | |
49 * play/fortune.el (fortune) <defgroup>: Add :version. | |
50 (fortune-append): Fix error message. | |
51 (fortune-from-region): Doc fix. | |
52 | |
53 * play/pong.el (pong): Doc fix. | |
54 | |
55 * play/morse.el: Keywords, commentary, autoloads. | |
56 | |
30854 | 57 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il> |
58 | |
59 * desktop.el (desktop-save): Don't look at symbol-value of a | |
60 member of minor-mode-alist, unless it is boundp. | |
61 | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
62 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
|
63 |
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
64 * buff-menu.el (list-buffers-noselect): Use `dolist' instead of |
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
65 `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
|
66 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
|
67 |
30846 | 68 2000-08-16 Kenichi Handa <handa@etl.go.jp> |
69 | |
70 * international/ccl.el (declare-ccl-program): Docstring modified. | |
71 (ccl-execute-with-args): Likewise. | |
72 | |
30839 | 73 2000-08-16 Miles Bader <miles@gnu.org> |
74 | |
75 * progmodes/sql.el: Add compatibility definition onf | |
76 comint-line-beginning-position. | |
77 | |
30808 | 78 2000-08-15 Gerd Moellmann <gerd@gnu.org> |
79 | |
30829 | 80 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as |
81 'buffer-menu' property. | |
82 (Buffer-menu-buffer): Use `buffer' property if `buffer-name' | |
83 fails. | |
84 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name | |
85 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer | |
86 wasn't killed. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
87 |
30825 | 88 * buff-menu.el (list-buffers-noselect): Don't display the |
89 *Buffer List* buffer. | |
90 | |
30822 | 91 * font-lock.el: Require jit-lock to prevent a very late |
92 `Loading jit-lock' message. | |
93 | |
30808 | 94 * 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
|
95 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors' |
30808 | 96 mail address. |
97 | |
30804 | 98 2000-08-15 Miles Bader <miles@gnu.org> |
99 | |
100 * textmodes/ispell.el (ispell-graphic-p): New constant. | |
101 (ispell-choices-win-default-height, ispell-help): Use | |
102 `ispell-graphic-p' instead of `xemacsp'. | |
103 | |
30802 | 104 2000-08-15 Dave Love <fx@gnu.org> |
105 | |
30842 | 106 * simple.el: Autoload widget-convert when compiling. |
107 (mail-user-agent): Doc fix. | |
108 | |
109 * help.el (function-called-at-point, variable-at-point): Use | |
110 with-syntax-table. | |
111 (help-manyarg-func-alist): Add insert-and-inherit. | |
112 | |
113 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'. | |
114 | |
115 * delsel.el (delsel-unload-hook): New function. | |
116 | |
117 * find-file.el: Doc fixes. Move provide to end. | |
118 (ff) <defgroup>: Add :link. | |
119 (ff-goto-click): Deleted. | |
120 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window): | |
121 Use mouse-set-point. | |
122 | |
123 * textmodes/tildify.el: Doc fixes. | |
124 (tildify) <defgroup>: Add:version. | |
125 | |
126 * progmodes/glasses.el (glasses) <defgroup>: Add :version. | |
127 (glasses-custom-set): Use set-default, not set. | |
128 (minor-mode-alist): Propertize the lighter. | |
129 (glasses-mode): Provide optional arg. | |
130 | |
30813 | 131 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link. |
132 (global-cwarn-mode): Don't make it a user option. Unquote lambda. | |
133 (cwarn-font-lock-feature-keywords-alist): Don't make it a user | |
134 option. Provide :type. | |
135 (cwarn-configuration): Provide :type. | |
136 (cwarn-mode): Doc fix. | |
137 | |
138 * add-log.el (change-log-merge): Doc fix. | |
139 (change-log-redate): New command. | |
140 | |
30802 | 141 * net/browse-url.el (browse-url-filename-alist): Add a clause for |
142 Doze and Dog. | |
143 (browse-url): Use dolist, not mapcar. | |
144 (browse-url-at-point): Check for null url. | |
145 (browse-url-event-buffer, browse-url-event-point): Functions | |
146 deleted. | |
147 (browse-url-at-mouse, browse-url-netscape): Simplify. | |
148 | |
149 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus | |
150 modes. | |
151 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators): | |
152 Fix previous change to mapcan. | |
153 (msb--init-file-alist, msb--add-separators) | |
154 (msb--make-keymap-menu): Simplify. | |
155 (msb--choose-file-menu): Use copy-sequence. | |
156 (msb-mode-map): Add title to keymap. | |
157 (msb-unload-hook): New function. | |
158 | |
159 * bs.el: Fix indentation. | |
160 (bs) <defgroup>: Add :links. | |
161 | |
30796 | 162 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il> |
163 | |
164 * calendar/timeclock.el (timeclock-file): Run .timelog through | |
165 convert-standard-filename. | |
166 | |
30788 | 167 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
168 | |
30790 | 169 * emacs-lisp/authors.el: New file. |
170 | |
30788 | 171 * paren.el (show-paren-priority): New user option. |
172 (show-paren-function): Set overlay priorities to | |
173 show-paren-priority. | |
30851
f9233f642b88
* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
Sam Steingold <sds@gnu.org>
parents:
30846
diff
changeset
|
174 |
30783 | 175 2000-08-14 Miles Bader <miles@gnu.org> |
176 | |
177 * comint.el (comint-bol): Use `forward-line 0' instead of calling | |
178 beginning-of-line with inhibit-field-text-motion bound. | |
179 | |
30781 | 180 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
181 | |
182 * calendar/timeclock.el: New file. | |
183 | |
184 2000-08-14 David Ponce <david@dponce.com> | |
185 | |
186 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to | |
187 `widget-button-click'. so that one can use left mouse button to | |
188 click on dialog buttons. | |
189 | |
190 2000-08-14 Emmanuel Briot <briot@gnat.com> | |
191 | |
192 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase | |
193 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
|
194 |
30767 | 195 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
|
196 |
30769 | 197 * comint.el (comint-output-filter): Don't bother frobbing |
198 window-start, it doesn't seem to be necessary. | |
30767 | 199 |
200 * comint.el (comint-send-string, comint-send-region): Make into | |
201 real functions. Snapshot the prompt before sending. | |
202 | |
30764 | 203 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
204 | |
205 * info.el (Info-find-emacs-command-nodes): Rewrite to use | |
206 technique similar to Info-index, instead of relying on specific | |
207 names of relevant Index nodes. | |
208 (Info-goto-emacs-command-node): Bind Info-history to nil when | |
209 going to the first node found by Info-find-emacs-command-nodes. | |
210 | |
30770
dfa82b47c25d
Fix a typo in Eli Zaretskii's name.
Eli Zaretskii <eliz@gnu.org>
parents:
30769
diff
changeset
|
211 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
30758 | 212 |
213 * menu-bar.el (menu-bar-help-menu): Add a :help string. | |
214 | |
30741 | 215 2000-08-10 Miles Bader <miles@gnu.org> |
216 | |
217 * comint.el (comint-output-filter): Doc fixes & misc code cleanup. | |
218 | |
30739 | 219 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
220 | |
221 * info.el (Info-file-list-for-emacs): More elements for the | |
222 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs, | |
223 and woman manuals. | |
224 | |
30737 | 225 2000-08-10 Miles Bader <miles@lsi.nec.co.jp> |
226 | |
227 * comint.el (comint-send-input): Make the newline boundary overlay | |
228 rear-nonsticky. Use `insert' instead of `insert-before-markers'. | |
229 (comint-output-filter): Use `insert' instead of | |
230 `insert-before-markers'. Extend comint-last-output-overlay when | |
231 necessary since we can't rely on insert-before-markers to do it. | |
232 * gud.el (gud-filter): Use `with-current-buffer' instead of | |
233 save-excursion when inserting the output, so that point gets | |
234 updated correctly; the old method relied on a rather dodgy | |
235 side-effect of comint-output-filter to avoid the effect of | |
236 save-excursion. | |
237 | |
30734 | 238 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
239 | |
240 * files.el (recover-file): Call insert-directory instead of | |
241 invoking `ls' directly. | |
242 | |
30732 | 243 2000-08-10 Miles Bader <miles@gnu.org> |
244 | |
245 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face) | |
246 (comint-last-prompt-overlay): New variables. | |
247 (comint-output-filter): Implement prompt highlighting. | |
248 (comint-snapshot-last-prompt): New function. | |
249 (comint-send-input): Snapshot the last prompt. | |
250 Use comint-highlight-input-face. | |
251 (comint-highlight-input-face): Renamed from `comint-highlight-face'. | |
252 Use defface instead of defcustom. | |
253 (send-invisible, comint-send-eof): Snapshot the last prompt. | |
254 (comint-delchar-or-maybe-eof): Use comint-send-eof. | |
255 (comint-mode): Make `comint-last-prompt-overlay' buffer-local. | |
256 | |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
257 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
258 |
30719
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
259 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
260 (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
|
261 (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
|
262 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
|
263 |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
264 * 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
|
265 Set cvs-minor-current-files to the selected fileinfo. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
266 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
267 (cvs-mode-insert): Manually macroexpand `ignore-errors'. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
268 |
30715 | 269 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il> |
270 | |
271 * files.el (insert-directory): Don't call access-file on | |
272 directories on DOS and Windows. | |
273 | |
30704 | 274 2000-08-09 Kenichi Handa <handa@etl.go.jp> |
275 | |
276 * international/ccl.el (ccl-embed-data): Make ccl-program-vector | |
277 longer if necessary. | |
278 (ccl-embed-code): Call ccl-embed-data to store CODE in | |
279 ccl-program-vector. | |
280 | |
30701 | 281 2000-08-09 Miles Bader <miles@gnu.org> |
282 | |
283 * comint.el (comint-output-filter): Properly handle the case where | |
284 the text surrounded by comint-last-output-overlay was deleted. | |
285 | |
30671 | 286 2000-08-08 Gerd Moellmann <gerd@gnu.org> |
287 | |
30693 | 288 * info.el (Info-insert-dir): Use Info-additional-directory-list if |
289 non-nil. | |
290 (Info-file-list-for-emacs): Remove "info" from the list because | |
291 that leads to trying to use the documentation from file `info' | |
292 in various situations where it isn't appropriate, for instance | |
293 C-h C-k C-h i. | |
294 | |
295 * ffap.el (ffap-read-file-or-url-internal): Handle case that | |
296 DIR and/or STRING are nil. | |
297 | |
298 * progmodes/compile.el (compilation-setup): Make variable | |
299 compilation-error-screen-columns buffer-local, as some comment | |
300 in the code suggests it should be. | |
301 | |
302 * files.el (auto-mode-interpreter-regexp): New variable. | |
303 (set-auto-mode): Use it. | |
304 | |
305 * indent.el (indent-for-tab-command): Doc fix. | |
306 | |
307 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
308 | |
30671 | 309 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N=' |
310 labels. | |
311 | |
312 * help.el (print-help-return-message): When | |
313 display-buffer-reuse-frames is set, let the help window been quit, | |
314 instead of deleting it, which might delete a reused frame. | |
315 | |
30664 | 316 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il> |
317 | |
318 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to | |
319 rename a directory to a name that differs only by its letter case. | |
320 | |
30655 | 321 2000-08-08 Kenichi Handa <handa@etl.go.jp> |
322 | |
323 * international/quail.el (quail-define-rules): Handle Quail decode | |
324 map correctly. Add code for supporting annotations. | |
325 (quail-install-decode-map): New function. | |
326 (quail-defrule-internal): New optional arguments decode-map and | |
327 props. | |
328 (quail-advice): New function. | |
329 | |
30651
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
330 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
|
331 |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
332 * 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
|
333 `defconst', `define-condition', `with-slots'. |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
334 * 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
|
335 |
30649 | 336 2000-08-03 Miles Bader <miles@gnu.org> |
337 | |
338 * comint.el (comint-use-prompt-regexp-instead-of-fields): | |
339 New variable. | |
340 (comint-prompt-regexp, comint-get-old-input): Document dependence on | |
341 comint-use-prompt-regexp-instead-of-fields. | |
342 (comint-send-input): Add `input' field property to stuff we send to | |
343 the process, if comint-use-prompt-regexp-instead-of-fields is nil. | |
344 (comint-output-filter): Add `output' field property to process | |
345 output, if comint-use-prompt-regexp-instead-of-fields is nil. | |
346 (comint-replace-by-expanded-history) | |
347 (comint-get-old-input-default, comint-show-output) | |
348 (comint-backward-matching-input, comint-forward-matching-input) | |
349 (comint-next-prompt, comint-previous-prompt): Use field | |
350 properties if comint-use-prompt-regexp-instead-of-fields is nil. | |
351 (comint-line-beginning-position): New function. | |
352 (comint-bol): Use comint-line-beginning-position. Make ARG optional. | |
353 (comint-replace-by-expanded-history-before-point): Use | |
354 comint-line-beginning-position and line-end-position. | |
355 (comint-last-output-overlay): New variable. | |
356 (comint-mode): Make `comint-last-output-overlay' buffer-local. | |
357 | |
358 * shell.el (shell-prompt-pattern): Doc change. | |
359 (shell-backward-command): Use line-beginning-position. | |
360 | |
361 * gud.el (gud-gdb-complete-command): Use | |
362 comint-line-beginning-position. | |
363 | |
364 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if | |
365 comint-bol doesn't actually go to the beginning of the line. | |
366 | |
367 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp | |
368 if comint-use-prompt-regexp-instead-of-fields is non-nil. | |
369 (try-expand-line-all-buffers): Likewise. | |
370 | |
371 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of | |
372 explicitly matching comint-prompt-regexp. | |
373 (sql-copy-column): Use comint-line-beginning-position instead of | |
374 explicitly matching comint-prompt-regexp. | |
375 | |
376 * progmodes/octave-inf.el (inferior-octave-complete): Use | |
377 comint-line-beginning-position. | |
378 | |
379 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change. | |
380 | |
381 * progmodes/idlw-shell.el (idlwave-shell-send-command): When | |
382 looking for a prompt, use `forward-line 0' instead of | |
383 `beginning-of-line', to avoid getting caught by an input field. | |
384 | |
30633 | 385 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
386 | |
387 * files.el (shell-quote-wildcard-pattern): Make sure to return | |
388 PATTERN, in the Unix case. | |
389 | |
30629 | 390 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> |
391 | |
392 * play/zone.el (zone): Discard any pending input before running | |
393 the randomly-chosen pgm. | |
394 | |
30623 | 395 2000-08-07 Kenichi Handa <handa@etl.go.jp> |
396 | |
397 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of | |
398 checking the existence of any multibyte characters. | |
399 | |
30619 | 400 2000-08-06 Gerd Moellmann <gerd@gnu.org> |
401 | |
30622 | 402 * help.el (describe-mode): Test minor-mode symbol for being |
403 bound before testing its value for being nil. | |
404 | |
30619 | 405 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of |
406 `first', `second', and `third'. | |
407 | |
408 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05. | |
409 (second): Make it an alias for `cadr'. | |
410 | |
30616 | 411 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il> |
412 | |
413 * bs.el (bs-apply-sort-faces): Don't use window-system, since all | |
414 types of display support faces now. | |
415 | |
30614 | 416 2000-08-05 Gerd Moellmann <gerd@gnu.org> |
417 | |
418 * pcvs.el (require): Require `cl' during compilation, only. | |
419 | |
420 * emacs-lisp/cl.el (first, ..., tenth): Make them macros. | |
421 (toplevel): Remove `remq' and `remove' from autoloads. | |
422 (cl-fake-autoloads): New variable. If set, arrange for an error | |
423 when CL functions etc. are autoloaded. | |
424 | |
30585 | 425 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il> |
426 | |
30593 | 427 * play/zone.el (zone, zone-pgm-stress): Don't use window-system. |
428 | |
30591 | 429 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is |
430 popped up, but the user clicks outside the menu, return an empty | |
431 regexp (that causes unhighlight-regexp to have no effect). | |
432 | |
30589 | 433 * menu-bar.el (menu-bar-games-menu): Add Zone. |
434 | |
30585 | 435 * hi-lock.el (toplevel): Require font-lock. |
436 | |
30576 | 437 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
438 | |
439 * ebnf2ps.el: Get around a bug on skip-chars-forward. | |
440 (ebnf-8-bit-chars): New var for bug fix. | |
441 (ebnf-string): Bug fix. | |
442 | |
30569
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
443 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
|
444 |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
445 * 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
|
446 instead of `buffer-string'. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
447 (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
|
448 `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
|
449 necessary. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
450 |
30567 | 451 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il> |
452 | |
453 * international/mule-cmds.el (select-safe-coding-system): Make | |
454 the message text about selecting a safe coding system more clear. | |
455 | |
30564 | 456 2000-08-02 Gerd Moellmann <gerd@gnu.org> |
457 | |
30565 | 458 * hi-lock.el: New file. |
459 | |
460 * play/zone.el: New file. | |
461 | |
30564 | 462 * replace.el (occur): Set tab-width in the *Occur* buffer to the |
463 value of tab-width in the original buffer. Choose a line number | |
464 format that's a multiple of the original buffer's tab width, so | |
465 that lines appear right. | |
466 | |
467 * textmodes/ispell.el (ispell): New function, replacing an alias. | |
468 Spell-check active region if in transient-mark-mode and mark | |
469 is active; otherwise spell-check buffer. | |
470 | |
471 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
472 | |
473 * ps-mule.el: Fix a customization problem on | |
474 ps-mule-font-info-database-default. | |
475 | |
30555 | 476 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il> |
477 | |
478 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use | |
479 display-mouse-p instead of window-system. | |
480 (ebrowse-member-mode-map): Ditto. | |
481 | |
30553 | 482 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
483 | |
484 * ebnf2ps.el: Update ps-print functions call. Indentation fix. Doc | |
485 fix. | |
486 (ebnf-version): New version number (3.2). | |
487 (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
|
488 |
30547 | 489 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il> |
490 | |
30549 | 491 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition |
492 font lock support on window-system. | |
493 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise. | |
494 | |
30547 | 495 * textmodes/ispell.el (ispell-highlight-spelling-error): Use |
496 display-color-p, if fboundp, instead of window-system. | |
497 | |
30545 | 498 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il> |
499 | |
500 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p | |
501 instead of window-system. | |
502 | |
503 * wid-edit.el (widget-choose): Use display-mouse-p instead of | |
504 window-system. | |
505 (widget-choice-mouse-down-action): Use display-popup-menus-p | |
506 instead of window-system. | |
507 | |
508 * strokes.el (strokes-file): Run the file name through | |
509 convert-standard-filename. | |
510 (strokes-mode): Call display-mouse-p instead of looking at | |
511 window-system. Change the error message accordingly. | |
512 | |
513 * progmodes/cpp.el (toplevel): Support faces on tty's. | |
514 | |
515 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X) | |
516 (lm-plot-square, lm-init-display): Don't use window-system. | |
517 | |
518 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face) | |
519 (gomoku-plot-square, gomoku-init-display): Don't use window-system. | |
520 | |
521 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p | |
522 instead of looking at window-system. | |
523 | |
30528 | 524 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
525 | |
526 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead | |
527 of testing if iswitchb-prepost-hooks is bound, because the | |
528 latter will always be true when invoking a recursive minibuffer | |
529 from an active Iswitchb buffer. | |
530 | |
30526 | 531 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il> |
532 | |
533 * files.el (shell-quote-wildcard-pattern): New function. | |
534 (insert-directory): Call it. Only prepend "\" to command on Unix | |
535 and GNU/Linux systems. | |
536 | |
30524 | 537 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
538 | |
539 * eshell/esh-groups.el: Change custom :link file names | |
540 from `eshell.info' to `eshell'. | |
541 | |
542 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk> | |
543 | |
544 * dired.el (dired-build-subdir-alist): Expand subdirectory names | |
545 correctly in recursive ange-ftp listings. | |
546 | |
547 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
548 | |
549 * ps-print.el: Fix bug 1: if ps-font-size-internal, | |
550 ps-header-font-size-internal and | |
551 ps-header-title-font-size-internal variables are not set, | |
552 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if | |
553 face text property is (foreground-color . COLOR) or | |
554 `(background-color . COLOR)', ps-print crashes. Doc fix. | |
555 (ps-print-version): New version number (5.2.4). | |
556 (ps-plot-region): Code fix. | |
557 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1. | |
558 (ps-face-attribute-list, ps-face-attributes, ps-face-background): | |
559 Bug fix 2. | |
560 | |
561 2000-07-30 Milan Zamazal <pdm@freesoft.cz> | |
562 | |
563 * glasses.el (glasses-make-readable): Fix uncapitalization of | |
564 identifiers like `myXMLDocument'. | |
565 | |
30519
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
566 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
|
567 |
30524 | 568 * mail/mail-hist.el (mail-hist-previous-input) |
569 (mail-hist-next-input): Do the obvious code factorization. | |
570 (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
|
571 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
|
572 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
|
573 |
30518
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
574 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
|
575 |
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
576 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime): |
30524 | 577 Use `<=', not `<' to compare times! |
578 (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
|
579 |
30502 | 580 2000-07-27 Gerd Moellmann <gerd@gnu.org> |
581 | |
30516 | 582 * play/cookie1.el: Add explanation of how to make cookie.el |
583 compatible with strfile(1) to comment. | |
584 | |
585 * subr.el (remove, remq): New functions. | |
586 | |
30511 | 587 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly |
588 escape `*' in regexps. | |
589 (midnight-find): Reverse order of arguments in the funcall of | |
590 TEST. | |
591 | |
592 * bindings.el (completion-ignored-extensions): Add `.la', `.lo', | |
593 and `.class'. | |
594 | |
30502 | 595 * play/meese.el: Add Commentary section. |
596 | |
30516 | 597 2000-07-27 Alex Schroeder <alex@gnu.org> |
598 | |
599 * sql.el (sql-ms): Added autoload cookie. | |
600 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase) | |
601 (sql-oracle): Ditto. | |
602 (sql-help): Doc change. | |
603 | |
604 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data | |
605 types and exceptions. | |
606 | |
607 2000-07-27 Alex Schroeder <alex@gnu.org> | |
608 | |
609 * sql.el (sql-placeholder-history): New variable. | |
610 (sql-query-placeholders-and-send): New function that will query | |
611 the user and replace placeholders with user input. | |
612 (sql-oracle): If running on NT, set comint-input-sender to | |
613 sql-query-placeholders-and-send. | |
614 | |
615 (sql-stop): If in the SQLi buffer, insert stop notification, else | |
616 present it as a message. | |
617 | |
618 2000-07-27 Alex Schroeder <alex@gnu.org> | |
619 | |
620 * sql.el (sql-input-ring-separator): Doc change. | |
621 (sql-input-ring-file-name): Doc change. | |
622 (sql-interactive-mode): Use `sql-input-ring-separator' and | |
623 `sql-input-ring-file-name' to set the comint-mode equivalents | |
624 without making them local variables. | |
625 (sql-stop): Don't bind `sql-input-ring-separator' and | |
626 `sql-input-ring-file-name' dynamically to their comint-mode | |
627 equivalents. | |
628 | |
30490 | 629 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
630 | |
631 * international/mule.el (register-char-codings): New function. | |
632 (make-coding-system): Handle `safe-chars' specification in the arg | |
633 PROPERTY. | |
634 | |
635 * international/mule-cmds.el | |
636 (find-coding-systems-region-subset-p): This function deleted. | |
637 (sort-coding-systems-predicate): New variable. | |
638 (sort-coding-systems): New function. | |
639 (find-coding-systems-region): Use | |
640 find-coding-systems-region-internal. | |
641 (find-coding-systems-string): Use find-coding-systems-region. | |
642 (find-coding-systems-for-charsets): Check | |
643 char-coding-system-table. | |
644 (select-safe-coding-system-accept-default-p): New variable. | |
645 (select-safe-coding-system): Mostly rewritten. New argument | |
646 ACCEPT-DEFAULT-P. | |
647 (select-message-coding-system): Call select-safe-coding-system | |
648 with ACCEPT-DEFAULT-P arg. | |
649 (reset-language-environment): Reset default-sendmail-coding-system | |
650 to the default value iso-latin-1. | |
651 (set-language-environment): Don't set the obsolete variable | |
652 charset-origin-alist. | |
653 | |
654 * international/codepage.el (cp-coding-system-for-codepage-1): | |
655 Give `safe-chars' property to make-coding-system. | |
656 | |
657 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid | |
658 calling select-message-coding-system twice. | |
659 | |
660 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property | |
661 instead of `safe-charsets'. | |
662 (cyrillic-alternativnyj): Likewise. | |
663 (ccl-encode-alternativnyj): Don't check the charset | |
664 cyrillic-iso8859-5. | |
665 | |
30484 | 666 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
667 | |
668 * composite.el (compose-chars-after): Preserve match data. | |
669 | |
30481 | 670 2000-07-26 Sam Steingold <sds@gnu.org> |
671 | |
672 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function. | |
673 (ange-ftp-real-file-newer-than-file-p): New function. | |
674 (ange-ftp-verify-visited-file-modtime): Use `float-time'. | |
675 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string'). | |
676 | |
677 * tooltip.el (tooltip-float-time): Removed (use `float-time'). | |
678 * midnight.el (midnight-float-time): Ditto. | |
679 | |
30479 | 680 2000-07-26 Andreas Schwab <schwab@suse.de> |
681 | |
682 * files.el (normal-backup-enable-predicate): Correct | |
683 interpretation of the return value of compare-strings. | |
684 | |
30471 | 685 2000-07-26 Gerd Moellmann <gerd@gnu.org> |
686 | |
30477 | 687 * isearch.el (isearch-resume): New function. |
688 (isearch-done): Add something to command-history to resume | |
689 the search. | |
690 (isearch-yank-line, isearch-yank-word): Use | |
691 buffer-substring-no-properties instead of buffer-substring. | |
692 | |
30471 | 693 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead |
694 of flyspell-mouse-map. | |
695 | |
696 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove | |
697 duplicate definition. | |
698 (makefile-mode): Remove duplicate setting of local-abbrev-table. | |
699 | |
700 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable. | |
701 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table. | |
702 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
703 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
|
704 |
30459 | 705 * net/ange-ftp.el: Get modtime over the net. |
706 (ange-ftp-file-modtime): New function. | |
30473 | 707 (ange-ftp-write-region, ange-ftp-insert-file-contents) |
708 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime): | |
30459 | 709 Use it. |
710 (ange-ftp-dot-to-slash): New function. | |
711 (ange-ftp-fix-name-for-vms): Use it. | |
712 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
713 * 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
|
714 `with-current-buffer'. |
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
715 |
30457 | 716 2000-07-25 Gerd Moellmann <gerd@gnu.org> |
717 | |
718 * find-dired.el: Update copyright notice. | |
719 (find-dired): Offer to kill a running `find'. | |
720 | |
721 * enriched.el (enriched-face-ans): For a `foreground-color' | |
722 property, return '(("x-color" COLOR))' so that COLOR will be | |
723 output as a parameter of the x-color annotation. Likewise for the | |
724 `background-color' property. In the case of normal face | |
725 properties, don't return annotations for unspecified foreground | |
726 and background face attributes. | |
727 | |
30450 | 728 2000-07-25 Kenichi Handa <handa@etl.go.jp> |
729 | |
730 * language/japan-util.el (japanese-katakana-region): Fix handling | |
731 HANKAKU argument. | |
732 | |
30438 | 733 2000-07-25 Miles Bader <miles@gnu.org> |
734 | |
735 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to | |
736 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to | |
737 constrain-to-field. | |
738 | |
30437 | 739 2000-07-24 Andrew Innes <andrewi@gnu.org> |
740 | |
741 * timer.el (timer-activate-when-idle): Add optional parameter | |
742 DONT-WAIT. Update docstring. | |
743 (run-with-idle-timer): Specify extra parameter to | |
744 timer-activate-when-idle, so that timer will be activated | |
745 immediately if Emacs is already idle. | |
746 | |
747 * w32-fns.el (w32-using-nt): Fix docstring. | |
748 | |
30434 | 749 2000-07-24 Dave Love <fx@gnu.org> |
750 | |
751 * mouse.el (popup-menu): Set last-command-event. | |
752 (mouse-major-mode-menu-prefix): Declare. | |
753 | |
30433 | 754 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
755 | |
756 * textmodes/flyspell.el: Update to author's version 1.5d. | |
757 | |
758 * progmodes/hideshow.el: Update copyright notice. | |
759 | |
760 * vcursor.el: Set maintainer to FSF, since author cannot | |
761 be reached. | |
762 | |
30422 | 763 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il> |
764 | |
30424 | 765 * info.el (Info-goto-emacs-key-command-node): Leave a space after |
766 the prompt. | |
767 | |
30422 | 768 * mouse.el (popup-menu): Run the keymap through indirect-function, |
769 in case it was defined with define-prefix-key. If the menu is a | |
770 list of keymaps, look up the binding of user's choice in each one | |
771 of the keymaps. | |
772 (mouse-popup-menubar): If the global and local menu-bar keymaps | |
773 don't have a prompt string, create one and insert it into the | |
774 keymap. Don't barf if current-local-map returns nil. | |
775 | |
30415 | 776 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk> |
777 | |
778 * dired.el (dired-sort-R-check): Added to allow recursive listing | |
779 to be undone. | |
780 (dired-sort-other): Use it. | |
781 | |
30412 | 782 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
783 | |
30415 | 784 * Release of cc-mode 5.27 |
30412 | 785 |
786 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
787 | |
788 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to | |
789 c-beginning-of-statement-1 that caused a bad case of recursion | |
790 which could consume a lot of CPU in large classes in languages | |
791 that have in-expression classes (i.e. Java and Pike). | |
792 | |
793 * cc-engine.el (c-guess-basic-syntax): Check for in-expression | |
794 statements before top level constructs (i.e. case 6 is moved | |
795 before case 5 and is now case 4) to catch in-expression | |
796 classes in top level expressions correctly. | |
797 | |
798 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
799 | |
800 * cc-engine.el (c-guess-basic-syntax): Less naive handling of | |
801 objc-method-intro. Case 4 removed and case 5I added. | |
802 | |
803 * cc-langs.el (c-append-paragraph-start): New variable used by | |
804 c-common-init to get paragraph-start correct. | |
805 * cc-langs.el (c-common-init): Use c-append-paragraph-start to | |
806 initialize paragraph-start to make it correct both with and | |
807 without the javadoc special case. | |
808 | |
809 * cc-mode.el (java-mode): Use c-append-paragraph-start to | |
810 initialize paragraph-start for javadoc markup. | |
811 | |
812 * cc-vars.el (c-style-variables-are-local-p): Incompatible | |
813 change by defaulting this to t. It's motivated by the | |
814 confusing behavior that otherwise arise from the style system | |
815 when editing both java and non-java files at the same time | |
816 (see the comments about style setting in c-common-init). | |
817 | |
818 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
819 | |
820 * cc-cmds.el (c-indent-new-comment-line): Added a kludge | |
821 similar to the one in c-fill-paragraph to check the fill | |
822 prefix from the adaptive fill function for sanity. | |
823 | |
824 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
825 | |
826 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into | |
827 defun block. | |
828 | |
829 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
830 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
831 * cc-mode.texi Documented the change of cpp-macro. |
30412 | 832 |
833 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
834 | |
835 * cc-align.el (c-lineup-multi-inher): Handle lines with | |
836 leading comma nicely. Extended to handle member initializers | |
837 too. | |
838 | |
30415 | 839 * cc-engine.el: (c-beginning-of-inheritance-list, |
30412 | 840 c-guess-basic-syntax): Fixed recognition of inheritance lists |
841 when the lines begins with a comma. | |
842 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
843 * cc-mode.texi: Updated doc for c-lineup-multi-inher. |
30412 | 844 |
845 * cc-vars.el (c-offsets-alist): Changed default for | |
846 member-init-cont to c-lineup-multi-inher since it now handles | |
847 member initializers and indents better for leading commas. | |
848 | |
849 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
850 | |
851 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state | |
852 handling that caused class open lines to be recognized as | |
853 statement-conts in some cases. | |
854 | |
855 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix | |
856 guessed by the adaptive fill function unless point is on the | |
857 first line of a block comment. | |
858 | |
859 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug | |
860 when the buffer ends with a macro continuation char. | |
861 | |
862 * cc-engine.el (c-guess-basic-syntax): Added support for | |
863 function definitions as statements in Pike. The first | |
864 statement in a lambda block is now labeled defun-block-intro | |
865 instead of statement-block-intro. | |
866 | |
867 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state | |
868 so that the class surrounding point is selected, not the one | |
869 innermost in the state. | |
870 | |
871 * cc-engine.el (c-guess-basic-syntax): Fixed bug in | |
872 recognition of switch labels having hanging multiline | |
873 statements. | |
874 | |
875 * cc-engine.el (c-beginning-of-member-init-list): Broke out | |
876 some code in c-guess-basic-syntax to a separate function. | |
877 * cc-engine.el (c-just-after-func-arglist-p): Fixed | |
878 recognition of member inits with multiple line arglists. | |
879 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect | |
880 member-init-cont when the commas are in funny places. | |
881 | |
882 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
883 | |
884 * cc-defs.el (c-auto-newline): Removed this macro since it's | |
885 not used anymore. | |
886 | |
887 * cc-engine.el (c-looking-at-bos): New helper function. | |
888 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell | |
889 inexpr and toplevel classes apart in Pike. | |
890 | |
891 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition | |
892 of case 9A. | |
893 | |
894 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New | |
895 constant, since "class" can introduce an in-expression class | |
896 in Pike nowadays. | |
897 | |
898 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
899 | |
900 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum | |
901 indentation on cpp-macro lines. | |
902 | |
903 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro | |
904 a syntax modifier like comment-intro, to make it possible to | |
905 get syntactic indentation for preprocessor directives. It's | |
906 incompatible wrt to lineup functions on cpp-macro, but it has | |
907 no observable effect in the 99.9% common case where cpp-macro | |
908 is set to -1000. | |
909 | |
910 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
911 | |
912 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed | |
913 member-init-cont when the preceding arglist is several lines. | |
914 | |
915 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
916 | |
917 * cc-styles.el (c-style-alist): The basic offset for the BSD | |
918 style corrected to 8. | |
919 | |
920 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
921 | |
922 * cc-styles.el (c-style-alist): Adjusted the indentation of | |
923 brace list openers in the gnu style. | |
924 | |
925 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
926 | |
927 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation. | |
928 | |
929 * cc-cmds.el (c-electric-brace, c-electric-slash, | |
930 c-electric-star, c-electric-semi&comma, c-electric-colon, | |
931 c-electric-lt-gt, c-electric-paren): Don't reindent old lines | |
932 when c-syntactic-indentation is nil. | |
933 | |
934 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where | |
935 we were left at comments preceding the first statement when | |
936 reaching the beginning of the buffer. | |
937 | |
938 * cc-vars.el (c-syntactic-indentation): New variable to turn | |
939 off all syntactic indentation. | |
940 | |
941 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
942 | |
943 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces | |
944 between the text and the block comment ender when it hangs, | |
945 depending on how many there are before the fill. | |
946 | |
947 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
948 | |
949 * cc-engine.el (c-beginning-of-closest-statement): New helper | |
950 function to go back to the closest preceding statement start, | |
951 which could be inside a conditional statement. | |
952 * cc-engine.el (c-guess-basic-syntax): Use | |
953 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C. | |
954 | |
955 * cc-engine.el (c-guess-basic-syntax): Better handling of | |
956 arglist-intro, arglist-cont-nonempty and arglist-close when | |
957 the arglist is nested inside parens. Cases 7A, 7C and 7F | |
958 changed. | |
959 | |
960 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought | |
961 up-to-date with javadoc 1.2. | |
962 | |
963 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
964 | |
965 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of | |
966 multiline Pike type decls. | |
967 | |
968 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
969 | |
970 * cc-cmds.el (c-indent-new-comment-line): Always break | |
971 multiline comments in multiline mode, regardless of | |
972 comment-multi-line. | |
973 | |
974 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
975 | |
976 * cc-engine.el (c-guess-basic-syntax): Fixed bug with | |
977 fully::qualified::names in C++ member init lists. Preamble in | |
978 case 5D changed. | |
979 | |
980 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
981 | |
982 * cc-langs.el (c-common-init): Handling of obsolete variables | |
983 moved to c-initialize-cc-mode. More compatible style override | |
984 when using global style variables. | |
985 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete | |
986 variables moved here. | |
987 | |
30415 | 988 * cc-mode.texi: Documented the special behavior of |
30412 | 989 c-special-indent-hook as a style variable. Don't talk about |
990 doing (c-make-styles-buffer-local t) in a mode hook, since | |
991 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
|
992 |
30412 | 993 * cc-styles.el (c-make-styles-buffer-local): Flag style |
994 variable localness in c-style-variables-are-local-p to make | |
995 the compatibility measure in c-common-init work well. | |
996 | |
997 * cc-styles.el (c-set-style-1): c-special-indent-hook can no | |
998 longer contain set-from-style. | |
999 * cc-styles.el (c-initialize-builtin-style): Don't check for | |
1000 set-from-style on c-special-indent-hook. | |
1001 * cc-styles.el (c-copy-tree): Obsolete. The standard function | |
1002 copy-alist is sufficient now. | |
1003 | |
1004 * cc-styles.el (c-set-style, c-set-style-1, | |
1005 c-get-style-variables): Fixes to variable initialization so | |
1006 that duplicate entries in styles have the same effect | |
1007 regardless of DONT-OVERRIDE. | |
1008 | |
1009 * cc-styles.el (c-set-style-2): Fixed bug where the | |
1010 initialization of inheriting styles failed when the | |
1011 dont-override flag is set. | |
1012 | |
1013 * cc-vars.el (c-special-indent-hook): Don't use set-from-style | |
1014 on this. | |
1015 | |
1016 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
1017 | |
1018 * cc-defs.el (c-forward-comment): Removed the workaround | |
1019 introduced in 5.38 since it had worse side-effects. If a line | |
1020 contains the string "//\"", it regarded the // as a comment | |
1021 start since the \ temporarily doesn't have escape syntax. | |
1022 | |
1023 2000-07-17 Emmanuel Briot <briot@act-europe.fr> | |
1024 | |
1025 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load | |
1026 ada-xref.el before ada-prj.el, so that the Project menu is created | |
1027 when ada-prj tries to add to it. | |
1028 (ada-activate-keys-for-case): Suppress the characters that are not | |
1029 part of the Ada syntax. Better compatibility with else-mode | |
1030 (ada-adjust-case-interactive): When auto-casing is not active, | |
1031 correctly insert newlines (used to insert only ^M). Prevent the | |
1032 syntax table from being changed in case of an error | |
1033 (or '_' becomes part of a word and some commands are confused). | |
1034 Do nothing if ada-auto-case is nil. | |
1035 (ada-after-keyword-p): Ignore keywords that are also attributes | |
1036 (ada-batch-reformat): Update usage comment | |
1037 (ada-call-from-contextual-menu): New function | |
1038 (ada-case-read-exceptions): Reinitialize the casing exception list | |
1039 first to nil first, so that the casing exception file can be | |
1040 shared. | |
1041 (ada-check-defun-name): Handles "configure" keyword for gnatdist | |
1042 files. | |
1043 (ada-compile-goto-error): Fix regexp used to detect a file:line | |
1044 anywhere in the error message | |
1045 (ada-contextual-menu-last-point): New variable | |
1046 (ada-create-keymap): If the variable delete-key-deletes-forward is | |
1047 t on XEmacs, it means that DEL should delete one character | |
1048 forward. | |
1049 (ada-create-menu): Use :included instead of :visible for XEmacs. | |
1050 New submenu "Options". | |
1051 (ada-end-stmt-re): Correctly indent "select ... then abort" | |
1052 statements. | |
1053 (ada-fill-comment-paragraph): Correctly delete all leading '--' | |
1054 even if they don't match ada-fill-comment-prefix Fix handling of | |
1055 paragraphs on the first or last line of a file. | |
1056 (ada-format-paramlist): Fix handling of default parameter values. | |
1057 (ada-get-body-name): New function. | |
1058 (ada-get-current-indent): Optimized by searchling directly for an | |
1059 existing generic part or a statement outside of it. Handle | |
1060 ada-indent-align-comments when indenting comments Replaced some | |
1061 regexps by testing directly the next character. This results in a | |
1062 huge speedup on some files. New indentation scheme for renames | |
1063 statements. Stop looking for the 'while' or 'for' associated with | |
1064 a 'loop' at the first semicolon encountered. A "return" can also | |
1065 match an anonymous access subprogram declaration. | |
1066 (ada-get-indent-noindent): Ignore strings and comments when | |
1067 looking for the keywords "record" and "private". | |
1068 (ada-goto-matching-decl-start): When matching "if", make sure we | |
1069 are not in fact seeing "end if". Ignore "when" statements except | |
1070 when initial keyword was "begin". Fix handling of nested | |
1071 procedures. Add a recursive call to this function to skip over | |
1072 other 'end' statmts. Fix indentation for "when .. => begin" | |
1073 (ada-in-open-paren-p): Fix indentation for complex boolean | |
1074 expressions, where 'and then', 'or else' and parenthesis | |
1075 statements are mixed up. | |
1076 (ada-in-paramlist-p): Skip comments while searching for the | |
1077 beginning Fix handling of operator declarations. | |
1078 (ada-indent-align-comments): New variable | |
1079 (ada-indent-current): Change the syntax table only in the | |
1080 protected section, so that we are sure it is restored correctly. | |
1081 (ada-indent-on-previous-lines): Use ada-use-indent and | |
1082 ada-with-indent Correctly indent "select ... then" | |
1083 (ada-indent-region): Slight speedup. | |
1084 (ada-indent-renames): New variable. | |
1085 (ada-last-which-function-subprog, ada-last-which-function-line): | |
1086 New variables | |
1087 (ada-looking-at-semi-private): Correctly indent the 'private' | |
1088 keyword when it is the first word in a package declaration. | |
1089 (ada-loose-case-word): Stop searching if at the end of the buffer. | |
1090 (ada-loose-case-word, ada-capitalize-word): Recase the whole word | |
1091 even if point is not initially at the end of the word. | |
1092 (ada-matching-decl-start-re): Add "when". | |
1093 (ada-mode): Add support for abbrev-mode, outline-mode and | |
1094 which-func-mode Override the old find-file.el entry in | |
1095 ff-special-constructs since it is using the obsolete | |
1096 ada-spec-suffix variable | |
1097 (ada-no-auto-case): New function | |
1098 (ada-scan-paramlist): When parsing the argument type, accept | |
1099 spaces (as in "X 'Class", generated by Rational Rose). | |
1100 (ada-other-file-name): No longer loads the other file. | |
1101 (ada-popup-menu): Save and restore the current buffer and cursor | |
1102 position before and after displaying the menu. | |
1103 (ada-search-ignore-complex-boolean): New function. | |
1104 (ada-uncomment-region): Emacs21 already knows how to delete | |
1105 comments not starting in the first column. | |
1106 (ada-use-indent): New variable | |
1107 (ada-which-function): New function. | |
1108 (ada-with-indent): New variable | |
1109 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el | |
1110 can be batch-compiled from the command line. | |
1111 | |
1112 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs. | |
1113 Add to the menu when the file is loaded, not in ada-mode-hook. | |
1114 Add -toolbar to the default ddd command Switches moved from | |
1115 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to | |
1116 ada-prj-default-comp-opt | |
1117 (ada-add-ada-menu): Remove the map and name parameters Add the Ada | |
1118 Reference Manual to the menu | |
1119 (ada-check-current): rewritten as a call to ada-compile-current | |
1120 (ada-compile): Removed. | |
1121 (ada-compile-application, ada-compile-current, ada-check-current): | |
1122 Set the compilation-search-path so that compile.el automatically | |
1123 finds the sources in src_dir. Automatic scrollong of the | |
1124 compilation buffer. C-uC-cC-c asks for confirmation before | |
1125 compiling | |
1126 (ada-compile-current): New parameter, prj-field | |
1127 (ada-complete-identifier): Load the .ali file before doing | |
1128 processing | |
1129 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to | |
1130 conform to gnatmake's behavior. | |
1131 (ada-find-file-in-dir): New function | |
1132 (ada-find-references): Set the environment variables for gnatfind | |
1133 (ada-find-src-file-in-dir): New function. | |
1134 (ada-first-non-nil): Removed | |
1135 (ada-gdb-application): Add support for jdb, the java debugger. | |
1136 (ada-get-ada-file-name): Load the original-file first if not done | |
1137 yet. | |
1138 (ada-get-all-references): Handles the new ali syntax (parent types | |
1139 are found between <>). | |
1140 (ada-initialize-runtime-library): New function | |
1141 (ada-mode-hook): Always load a project file when a file is opened, | |
1142 so that the casing exceptions are correctly read. | |
1143 (ada-operator-re): Add all missing operators ("abs", "rem", "**"). | |
1144 (ada-parse-prj-file): Use find-file-noselect instead of find-file | |
1145 to open the project file, since the latter does not work with | |
1146 speedbar Get default values before loading the prj file, or the | |
1147 default executable file name is wrong. Use the absolute value of | |
1148 src_dir to initialize ada-search-directories and | |
1149 compilation-search-path,... Add the standard runtime library to | |
1150 the search path for find-file. | |
1151 (ada-prj-default-debugger): Was missing an opening '{' | |
1152 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New | |
1153 variables. | |
1154 (ada-prj-default-gnatmake-opt): New variable | |
1155 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada | |
1156 buffers, the project file is the default one Save the windows | |
1157 configuration before displaying the menu. | |
1158 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed | |
1159 (ada-read-identifier): Fix xrefs on operators (for "mod", "and", | |
1160 ...) regexp-quote identifiers names to support operators +, | |
1161 -,... in regexps. | |
1162 (ada-remote): New function. | |
1163 (ada-run-application): Erase the output buffer before starting the | |
1164 run Support remote execution of the application. Use | |
1165 call-process, or the arguments are incorrectly parsed | |
1166 (ada-set-default-project-file): Reread the content of the active | |
1167 project file, not the one from the current buffer When a project | |
1168 file is set as the default project, all directories are | |
1169 automatically associated with it. | |
1170 (ada-set-environment): New function | |
1171 (ada-treat-cmd-string): New special variable ${current} | |
1172 (ada-treat-cmd-string): Revised. The substitution is now done for | |
1173 any ${...} substring | |
1174 (ada-xref-current): If no body was found, compiles the spec | |
1175 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the | |
1176 compiler to get rid of command line length limitations. | |
1177 (ada-xref-get-project-field): New function | |
1178 (ada-xref-project-files): New variable | |
1179 (ada-xref-runtime-library-specs-path) | |
1180 (ada-xref-runtime-library-ali-path): New variables | |
1181 (ada-xref-set-default-prj-values): Default run command now does a | |
1182 cd to the build directory. New field: main_unit Provide a default | |
1183 file name even if the current buffer has no prj file. | |
1184 | |
1185 * ada-prj.el: | |
1186 Rewritten to show a tabbed-dialog. | |
1187 (ada-prj-add-ada-menu): Remove the map and name parameters. | |
1188 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): | |
1189 New function | |
1190 (ada-prj-load-directory, ada-prj-subdirs-of): New functions | |
1191 (ada-prj-load-from-file): New function | |
1192 (ada-prj-save): Always save fields that depend on the current buffer | |
1193 (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
|
1194 |
30412 | 1195 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in |
1196 Ada mode. This will allow us to display the Ada menu in any buffer | |
1197 we want (for project items). | |
1198 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct | |
1199 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
|
1200 |
30395 | 1201 2000-07-24 Dave Love <fx@gnu.org> |
1202 | |
1203 * ediff-init.el (ediff-region-help-echo): Bind face-help. | |
1204 | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1205 2000-07-23 Noah Friedman <friedman@splode.com> |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1206 |
30392
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1207 * type-break.el (type-break): perform autosave. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1208 Suggested by Stephen Gildea <gildea@intouchsys.com>. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1209 (type-break-do-query): Cancel query schedule while performing |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1210 actual query, to avoid possibility of a second query being made |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1211 while first one is already in progress. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1212 (type-break-time-stamp-format): New variable. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1213 (type-break-time-stamp): New function. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1214 (type-break-time-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1215 (type-break-keystroke-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1216 (type-break-noninteractive-query): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1217 |
30390
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1218 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1219 cookie. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1220 Use add-minor-mode to set minor-mode-alist, if available. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1221 (eldoc-echo-area-use-multiline-p): New user option. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1222 (eldoc-echo-area-multiline-supported-p): New variable. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1223 (eldoc-docstring-format-sym-doc): Use them. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1224 (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
|
1225 pre command hooks. Suggested by David Byers <davby@ida.liu.se>. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1226 (eldoc-display-message-no-interference-p): Don't interfere with |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1227 edebug. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1228 Add autoload cookie for eldoc-mode minor-mode-alist initialization. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1229 (eldoc-function-arglist): New function. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1230 (eldoc-function-argstring): Use it. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1231 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1232 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1233 auto save directory exists before calling directory-files. |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1234 |
30386 | 1235 2000-07-23 Dave Love <fx@gnu.org> |
1236 | |
1237 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i, | |
1238 ^o, ^u. | |
1239 | |
30359 | 1240 2000-07-21 Dave Love <fx@gnu.org> |
1241 | |
30374 | 1242 * ediff-init.el (ediff-region-help-echo): Modify to use overlay |
1243 now passed to the function. It now works properly. | |
1244 | |
30359 | 1245 * smerge-mode.el (smerge-mode-menu): Fill it out. |
1246 | |
30350 | 1247 2000-07-20 Gerd Moellmann <gerd@gnu.org> |
1248 | |
1249 * info-look.el (info-lookup): If *info* is shown in another frame | |
1250 on the same display, select that frame, instead of switching to | |
1251 the Info buffer in another window of the selected frame. | |
1252 | |
1253 * simple.el (universal-argument-map): Bind numeric keypad keys | |
1254 kp-0 to kp-9 and kp-subtract. | |
1255 (digit-argument): Handle these keys. | |
1256 | |
30346 | 1257 2000-07-20 Dave Love <fx@gnu.org> |
1258 | |
1259 * net/goto-addr.el (goto-address-fontify): Don't bother with | |
1260 buffer-modified and read-only stuff -- irrelevant with overlays. | |
1261 Put an extra property on the overlays and use it to clean up in | |
1262 case goto-address is re-run. | |
1263 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1264 2000-07-19 Richard M. Stallman <rms@gnu.org> |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1265 |
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1266 * timer.el (run-with-idle-timer): Doc fix. |
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1267 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1268 * mail/mail-utils.el (mail-strip-quoted-names): |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1269 Handle case where <...> appears inside "...". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1270 Use replace-match to edit the string more simply. |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1271 (rmail-dont-reply-to): Cope with an unmatched ". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1272 |
30331 | 1273 2000-07-19 Dave Love <fx@gnu.org> |
1274 | |
1275 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs | |
1276 implementation. | |
1277 | |
1278 * mouse.el (popup-menu): Allow a list of keymaps for menu arg. | |
1279 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions. | |
1280 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff. | |
1281 | |
30318 | 1282 2000-07-19 Gerd Moellmann <gerd@gnu.org> |
1283 | |
30329 | 1284 * textmodes/refer.el: Correct maintainer's email address. |
1285 | |
1286 * progmodes/hideif.el: Correct author's email address. | |
1287 Fix typo in comment. | |
1288 | |
1289 * xml.el: New file. | |
1290 | |
30318 | 1291 * mail/mailheader.el: Correct author's mail address. |
1292 | |
1293 * gnus/parse-time.el: Correct author's mail address. | |
1294 | |
30329 | 1295 2000-07-19 Colin Walters <walters@cis.ohio-state.edu> |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1296 |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1297 * comint.el (comint-highlight-input, comint-highlight-face): |
30329 | 1298 New user options. |
1299 (comint-input-ring-file-name): Change custom type. | |
1300 (comint-mode-map): Bind mouse-2. | |
1301 (comint-insert-clicked-input): New function. | |
1302 (comint-send-input): Handle input highlighting. | |
1303 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1304 2000-07-18 Stefan Monnier <monnier@cs.yale.edu> |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1305 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1306 * mouse.el (popup-menu): New function. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1307 (mouse-major-mode-menu): Use it. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1308 |
30311 | 1309 2000-07-18 Dave Love <fx@gnu.org> |
1310 | |
1311 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo | |
1312 improvements. | |
1313 | |
30308 | 1314 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1315 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1316 * faces.el (face-font-selection-order) |
30308 | 1317 (face-font-family-alternatives): Add custom type. |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1318 |
30298 | 1319 2000-07-18 Dave Love <fx@gnu.org> |
1320 | |
1321 * cus-edit.el (custom-variable-reset-saved) | |
1322 (custom-variable-reset-standard): Remove unused bindings. | |
1323 | |
1324 * rect.el (open-rectangle-line): Remove unused let. | |
1325 | |
1326 * hl-line.el (hl-line-highlight): Check hl-line-mode. | |
1327 | |
30296 | 1328 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1329 | |
1330 * cdl.el: Fix `Maintainer' keyword. | |
1331 | |
1332 * play/pong.el: Add author's email address. | |
1333 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1334 2000-07-17 Sam Steingold <sds@gnu.org> |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1335 |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1336 * files.el (insert-directory): Call `split-string' instead of |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1337 re-implementing it. |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1338 |
30290 | 1339 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1340 | |
1341 * mail/vms-pmail.el: Change maintainer to FSF. | |
1342 | |
1343 * net/goto-addr.el: Change maintainer to FSF. | |
1344 | |
1345 * recentf.el: Update from author. | |
1346 | |
1347 * info.el (Info-title-face-alist): Removed. | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1348 |
30277 | 1349 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il> |
1350 | |
1351 * eshell/eshell.el (eshell): Replace links to eshell.info with | |
1352 links to eshell, to avoid problems on systems where the manual is | |
1353 installed as `eshell'. | |
1354 * eshell/esh-cmd.el (eshell-cmd): Ditto. | |
1355 * eshell/em-smart.el (eshell-smart): Ditto. | |
1356 * eshell/em-banner.el (eshell-banner): Ditto. | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1357 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto. |
30277 | 1358 |
1359 * eshell/em-unix.el (eshell-shuffle-files): Don't disable | |
1360 same-file check in the MS-DOS version (it does support inodes). | |
1361 | |
1362 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix. | |
1363 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1364 * eshell/eshell.el (eshell-directory-name): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1365 Run default directory name through convert-standard-filename. |
30277 | 1366 |
30255 | 1367 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
1368 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1369 * international/mule-cmds.el (select-safe-coding-system): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1370 Fix typo in the comment. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1371 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1372 * language/european.el (compound-text): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1373 Force katakana-jisx0201 to be designated to G1. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1374 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1375 * international/mule-conf.el (oldjis-newjis-jisroman-ascii): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1376 Don't translate some national variant characters of latin-jisx0201. |
30262 | 1377 (x-ctext): Force katakana-jisx0201 to be designated to G1. |
30257 | 1378 |
30255 | 1379 * international/kkc.el (kkc-after-update-conversion-functions): |
1380 New variable. | |
1381 (kkc-update-conversion): Run functions in it at the tail. | |
1382 | |
30277 | 1383 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
|
1384 |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1385 * lisp/align.el (align-newline-and-indent): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1386 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
|
1387 (align-region): Fixed badly formatted minibuffer message. |
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
1388 |
30253 | 1389 2000-07-17 Kenichi Handa <handa@etl.go.jp> |
1390 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1391 * international/kkc.el (kkc-show-conversion-list-count): Customize it. |
30253 | 1392 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show |
1393 the conversion list at first if appropriate. | |
1394 (kkc-next): Don't update kkc-next-count here. | |
1395 (kkc-prev): Don't update kkc-prev-count here. | |
1396 (kkc-show-conversion-list-update): Fix setting up of conversion | |
1397 list message. | |
1398 | |
30250
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1399 2000-07-16 Stefan Monnier <monnier@cs.yale.edu> |
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1400 |
30290 | 1401 * 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
|
1402 |
30248 | 1403 2000-07-16 Dave Love <fx@gnu.org> |
1404 | |
1405 * cus-edit.el (custom-buffer-create-internal): Use a help-echo | |
1406 function to be more specific. | |
1407 | |
1408 * wid-edit.el (widget-specify-field, widget-specify-button): Allow | |
1409 non-string help-echo. | |
1410 (widget-types-convert-widget): Defsubst it. | |
1411 (widget-echo-help): Try to cope with a help-echo function of two | |
1412 possible sorts. | |
1413 | |
30241 | 1414 2000-07-15 Jason Rumney <jasonr@gnu.org> |
1415 | |
1416 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist): | |
1417 Declare as obsolete. | |
1418 | |
1419 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons. | |
1420 | |
30226 | 1421 2000-07-14 Gerd Moellmann <gerd@gnu.org> |
1422 | |
1423 * hilit-chg.el: Fix typo. | |
1424 | |
30221 | 1425 2000-07-14 Dave Love <fx@gnu.org> |
1426 | |
1427 * info.el (Info-mode-menu): Fix use of :help, :enable. | |
1428 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1429 2000-07-14 Stefan Monnier <monnier@cs.yale.edu> |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1430 |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1431 * 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
|
1432 |
30193 | 1433 2000-07-13 Dave Love <fx@gnu.org> |
1434 | |
30195 | 1435 * emacs-lisp/easymenu.el: Doc fixes. |
1436 (easy-menu-remove): Defalias to ignore. | |
1437 | |
30193 | 1438 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback): |
1439 Call throw correctly. | |
1440 | |
30190 | 1441 2000-07-13 Gerd Moellmann <gerd@gnu.org> |
1442 | |
1443 * faces.el (frame-background-mode): Doc fix. | |
1444 | |
1445 * simple.el (eval-expression-print-length): Change custom type to | |
1446 allow entering nil as value. | |
1447 | |
30185 | 1448 2000-07-13 Dave Love <fx@gnu.org> |
1449 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1450 * progmodes/fortran.el (fortran-imenu-generic-expression): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1451 Change definition layout. |
30187 | 1452 (fortran-mode-menu): Reinstate customize entries. |
1453 | |
30185 | 1454 * cus-edit.el (custom-group-menu-create, customize-menu-create): |
1455 Use :filter, per old XEmacs code. | |
1456 | |
30170 | 1457 2000-07-12 Gerd Moellmann <gerd@gnu.org> |
1458 | |
1459 * term.el (term-send-raw-meta): Strip modifiers from the keyboard | |
1460 event when deciding what to send to the terminal. | |
1461 | |
30168 | 1462 2000-07-12 Dave Love <fx@gnu.org> |
1463 | |
1464 * cus-start.el: Add optional version as 4th element of specs and | |
1465 use it for several things new in v21. Remove load-path. Fix type | |
1466 of line-number-display-limit. | |
1467 | |
30148 | 1468 2000-07-11 Dave Love <fx@gnu.org> |
1469 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1470 * progmodes/fortran.el: Don't require easymenu. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1471 Use repeat counts in various regexps. |
30150 | 1472 (fortran-mode-syntax-table): Defvar directly. |
1473 (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
|
1474 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1475 Use defvar, not defconst. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1476 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'. |
30150 | 1477 (fortran-mode): Set fortran-comment-line-start-skip, |
1478 fortran-comment-line-start-skip, dabbrev-case-fold-search. | |
1479 (fortran-comment-indent): Use defsubst. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1480 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1481 Use fortran-comment-indent, not fortran-comment-indent-function. |
30150 | 1482 (fortran-comment-region, fortran-electric-line-number): Simplify. |
1483 (fortran-auto-fill): New function. | |
1484 (fortran-do-auto-fill): Deleted. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1485 (fortran-find-comment-start-skip): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1486 Check for non-null comment-start-skip. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1487 (fortran-auto-fill-mode, fortran-fill-statement): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1488 Use fortran-auto-fill. |
30150 | 1489 (fortran-fill): Use fortran-auto-fill. Check for null |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1490 comment-start-skip. Simplify final clause and use end-of-line finally. |
30150 | 1491 |
30148 | 1492 * widget.el (widget-plist-member): New alias. |
1493 | |
30146 | 1494 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
1495 | |
1496 * eshell/esh-module.el (toplevel): Reference | |
1497 byte-compile-current-file only if it is bound. | |
1498 | |
30131 | 1499 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
1500 | |
1501 * dired.el: Don't require `dired-aux'. | |
1502 | |
30127 | 1503 2000-07-10 Miles Bader <miles@lsi.nec.co.jp> |
1504 | |
1505 * dired-aux.el (dired-show-file-type): New function. | |
1506 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type. | |
1507 (dired-show-file-type): Add autoload. | |
1508 | |
30125 | 1509 2000-07-10 Kenichi Handa <handa@etl.go.jp> |
1510 | |
1511 * international/mule-diag.el (describe-font): Adjusted for the | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1512 change of fontset-info. |
30125 | 1513 (print-fontset): Likewise. |
1514 | |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1515 2000-07-09 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1516 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1517 * mouse.el (mouse-drag-region): Use functionp rather than fboundp. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1518 |
30111 | 1519 2000-07-07 Gerd Moellmann <gerd@gnu.org> |
1520 | |
30131 | 1521 * bindings.el: Bind `[delete]' to delete-char. |
30115 | 1522 |
30111 | 1523 * dired.el (dired-find-alternate-file): New function. |
1524 (dired-mode-map): Bind `a' to dired-find-alternate-file. | |
1525 (toplevel): Require dired-aux when compiling. | |
1526 (dired-buffers): Move defvar within file to avoid compiler warning. | |
1527 | |
1528 * info.el (Info-last-search): Variable removed. | |
1529 (Info-search-history): New variable. | |
1530 (Info-search): New Info-search-history. | |
1531 | |
1532 * battery.el, info-look.el: Change author's mail address. | |
1533 | |
30115 | 1534 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
|
1535 |
30115 | 1536 * mail/rmail.el (rmail-clear-headers): Don't throw an error |
1537 if rmail-ignored-headers is nil. | |
1538 (rmail-retry-failure): Bind rmail-ignored-headers and | |
1539 rmail-displayed-headers to nil. | |
1540 | |
30096 | 1541 2000-07-06 Gerd Moellmann <gerd@gnu.org> |
1542 | |
30103 | 1543 * lpr.el (lpr-page-header-switches): Add `-h' switch. |
1544 (print-region-1): Don't hard code `-h' here. | |
1545 | |
30096 | 1546 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'. |
1547 | |
30103 | 1548 2000-07-01 Francesco Potorti` <pot@gnu.org> |
1549 | |
1550 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as | |
1551 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
|
1552 |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1553 2000-07-06 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1554 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1555 * facemenu.el: Docstrings fixes. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1556 (facemenu-get-face): Don't use internal-find-face. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1557 (facemenu-iterate): Rename arg to match the docstring. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1558 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1559 * newcomment.el (uncomment-region): Be more careful when skipping |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1560 backwards over `=' not to bump into BOBP. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1561 |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1562 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
|
1563 |
30096 | 1564 * ediff-diff.el (ediff-wordify): Use syntax table. |
1565 * 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
|
1566 ediff-color-display-p. |
30096 | 1567 (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
|
1568 from defsubst. |
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1569 Got rid of special cases for NeXT and OS/2. |
30096 | 1570 * 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
|
1571 face. |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1572 |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1573 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1574 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1575 * emacs-lisp/lucid.el: Require CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1576 (copy-tree, remprop): Remove, it's provided by CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1577 (map-keymap): Define in terms of cl-map-keymap. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1578 (extent-property, set-extent-end-glyph): New functions. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1579 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1580 * 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
|
1581 |
30076 | 1582 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1583 | |
30085 | 1584 * Makefile.in (DONTCOMPILE): Add comment that the name may |
1585 not be changed without changing the make-dist script. | |
1586 | |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1587 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc. |
30076 | 1588 (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
|
1589 |
30067 | 1590 2000-07-05 Andrew Innes <andrewi@gnu.org> |
1591 | |
1592 * makefile.nt: Add support for `bootstrap' and related targets. | |
1593 | |
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1594 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1595 |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1596 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1597 (easy-menu-do-define): Use `menu-item' format. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1598 Handle case where easy-menu-create-menu returns a symbol. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1599 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
|
1600 (easy-menu-filter-return): New arg NAME. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1601 Convert to a keymap if MENU is an XEmacs menu. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1602 (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
|
1603 (easy-menu-converted-items-table, easy-menu-convert-item): |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1604 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
|
1605 (easy-menu-do-add-item): Use it. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1606 (easy-menu-create-menu): Use easy-menu-convert-item. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1607 Wrap easy-menu-filter-return around any :filter specification. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1608 Don't convert the menu if a filter was specified. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1609 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
|
1610 (easy-menu-make-symbol): New arg NOEXP. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1611 |
30056 | 1612 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1613 | |
1614 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter | |
1615 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer. | |
1616 (eval-defun): If called with prefix arg, instrument code for | |
1617 Edebug. | |
1618 | |
1619 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string | |
1620 similar to that of eval-defun. | |
1621 | |
30029 | 1622 2000-07-04 Dave Love <fx@gnu.org> |
1623 | |
30035 | 1624 * hl-line.el (hl-line-overlay): Make it permanent-local. |
1625 | |
30029 | 1626 * calendar/todo-mode.el: Replaced with a working version, based on |
1627 revision 1.34 tidied up. | |
1628 | |
1629 2000-07-03 Miles Bader <miles@lsi.nec.co.jp> | |
30021 | 1630 |
1631 * paths.el (prune-directory-list): New function. | |
1632 (Info-default-directory-list): Rewritten to more methodically | |
1633 enumerate a big list of possible info directories (based on the | |
1634 list used by the standalone info reader). | |
30029 | 1635 |
30021 | 1636 * 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
|
1637 non-existent directories from Info-directory-list. |
30021 | 1638 |
1639 * paths.el (Info-default-directory-list): Try a list of possible | |
1640 info-directories instead of a single one. Add the possible | |
1641 info directory "/usr/share/info". | |
1642 | |
1643 * woman.el (woman-man.conf-path): Explicitly include the debian | |
1644 man-db config file "/etc/manpath.config". | |
1645 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as | |
1646 are present in `manpath.config'. | |
1647 (woman-manpath): Include "/usr/share/man". | |
1648 | |
30006 | 1649 2000-07-03 Gerd Moellmann <gerd@gnu.org> |
1650 | |
30017 | 1651 * frame.el (blink-cursor-mode): Don't hide cursor initially. |
1652 | |
1653 * startup.el (command-line): Initialize blink-cursor based | |
1654 on window-system. | |
1655 | |
30014 | 1656 * frame.el (blink-cursor): Default to nil if not running under |
1657 a window-system. | |
1658 | |
30012 | 1659 * faces.el (face-spec-set): Ignore invalid attributes like 20.x. |
1660 (face-x-resources): Remove duplicate entry for :font. | |
1661 | |
30006 | 1662 * textmodes/refer.el (refer-find-entry-internal): Use some-window |
1663 instead of cycling through windows with next-window. | |
1664 | |
1665 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead | |
1666 of cycling through windows with next-window. | |
1667 | |
1668 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead | |
1669 of cycling through windows with next-window. | |
1670 | |
1671 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list) | |
1672 (edebug-get-displayed-buffer-points): Use walk-windows/some-window | |
1673 instead of cycling through windows with next-window. | |
1674 | |
1675 * calendar/appt.el (appt-select-lowest-window): Use walk-windows | |
1676 instead of cycling through windows with next-window. | |
1677 | |
1678 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead | |
1679 of cycling through windows with next-window. | |
1680 | |
1681 * terminal.el (te-process-output): Use walk-windows instead of | |
1682 cycling through windows with next-window. | |
1683 | |
1684 * server.el (server-switch-buffer): Use some-window instead of | |
1685 cycling through windows with next-window. | |
1686 | |
1687 * window.el (some-window): New function. | |
1688 (walk-windows): Remove reference to walk-windows-start. | |
29996 | 1689 |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1690 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil. |
29996 | 1691 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1692 2000-07-03 Richard Stallman <rms@gnu.org> |
30006 | 1693 |
1694 * window.el (walk-windows): Guarantee termination by keeping a list | |
1695 of all the windows already handled. | |
1696 | |
29975 | 1697 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
1698 | |
1699 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use | |
1700 window-system. | |
1701 | |
1702 * man.el (Man-notify-when-ready): Don't use window-system. If | |
1703 Man-notify-method is newframe, and the display is not | |
1704 multi-frame, select the frame created for the man page. | |
1705 (Man-init-defvars): Doc fix. | |
1706 | |
29972 | 1707 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
1708 | |
29982 | 1709 * faces.el (region): Change background color for light background. |
1710 | |
1711 * ediff-wind.el (ediff-setup-control-frame): Remove :box | |
1712 attribute from mode-line face of Ediff control frame. | |
1713 | |
29972 | 1714 * replace.el (query-replace-map): Bind `e' like `E'. |
1715 | |
29967 | 1716 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
1717 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1718 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1719 Change name to "Select All". |
29969 | 1720 |
29967 | 1721 * dos-fns.el (convert-standard-filename): Fix last change. |
1722 | |
29957 | 1723 2000-06-27 Gerd Moellmann <gerd@gnu.org> |
1724 | |
29959 | 1725 * help.el (describe-variable): Don't insert a second `'s' in front |
1726 of the string `value is shown below'. Since the syntax-table is | |
1727 set to emacs-lisp-mode-syntax-table, forward-sexp skips over | |
1728 an existing `'s', so that this won't be deleted. | |
1729 | |
29957 | 1730 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el: |
1731 * pcmpl-unix.el: New files. | |
1732 | |
29955
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1733 2000-06-26 Stefan Monnier <monnier@cs.yale.edu> |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1734 |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1735 * wid-edit.el (widget-member): Use the new plist-member. |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1736 |
29939 | 1737 2000-06-26 Gerd Moellmann <gerd@gnu.org> |
1738 | |
29956 | 1739 * replace.el (perform-replace): Undo change of 2000-04-04. |
1740 Instead, move backward 1 character at the end of the loop when | |
1741 necessary. | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1742 |
29949 | 1743 * faces.el (fringe): Change face for different backgrounds. |
1744 | |
1745 * eshell/esh-module.el (toplevel): Load defgroup's differently; | |
1746 patch from John. | |
1747 | |
29939 | 1748 * eshell/*.el: Change spelling of the Free Software Foundation. |
1749 | |
1750 * eshell/esh-toggle.el: Removed. | |
1751 | |
1752 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el. | |
1753 | |
1754 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command | |
1755 interactively. | |
1756 | |
1757 2000-06-26 Alex Schroeder <alex@gnu.org> | |
1758 | |
1759 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to | |
1760 `define-key'; instead of checking `(emacs-version)' check for | |
1761 `set-keymap-parent' and `set-keymap-name' directly. Add entries | |
1762 for `;' and `o' which might be electric. | |
1763 | |
1764 (sql-electric-stuff): New user option. | |
1765 (sql-magic-go): New function which uses `sql-electric-stuff'. | |
1766 (sql-magic-semicolon): New function which uses | |
1767 `sql-electric-stuff'. | |
1768 | |
1769 (sql-accumulate-and-indent): Insert newline if `comint-accumulate' | |
1770 is not fboundp. | |
1771 | |
1772 (sql-oracle-options): New variable. | |
1773 (sql-oracle): Use it. | |
1774 | |
1775 (sql-imenu-generic-expression): Doc change. | |
1776 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer | |
1777 is used. | |
1778 | |
1779 (sql-informix): Added command line parameter "-" to force | |
1780 sql-informix-program to use stdout. | |
1781 | |
29924 | 1782 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il> |
1783 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1784 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix. |
29924 | 1785 (cp864-decode-table): Doc fix. |
1786 (cp720-decode-table): New variable, supports the Arabic OEM | |
1787 codepage used by Windows. | |
1788 (cp737-decode-table): New, Greek OEM codepage used by Windows. | |
1789 | |
29920 | 1790 2000-06-23 Dave Love <fx@gnu.org> |
1791 | |
1792 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version. | |
1793 (font-lock-fontify-anchored-keywords): Use | |
1794 line-beginning-position. | |
1795 (global-font-lock-mode): Use mapc. | |
1796 | |
29908
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1797 2000-06-23 Stefan Monnier <monnier@cs.yale.edu> |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1798 |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1799 * eshell/esh-module.el: Require CL when compiling. |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1800 |
29870 | 1801 2000-06-23 Gerd Moellmann <gerd@gnu.org> |
1802 | |
29885 | 1803 * comint.el (comint-substitute-in-file-name): Call replace-match |
1804 with second and third arg t. | |
1805 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1806 * cus-edit.el (custom-button-face, custom-button-pressed-face): |
29881 | 1807 Specify foreground color. |
1808 | |
1809 * faces.el (tool-bar, mode-line, header-line): Specify foreground | |
1810 color. | |
1811 | |
29876 | 1812 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el. |
1813 | |
1814 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and | |
1815 cddr instead of cdddr. | |
1816 | |
29873 | 1817 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list |
1818 instead of copy-list. | |
1819 | |
1820 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead | |
1821 of copy-list. | |
1822 | |
29870 | 1823 * subdirs.el: Add eshell subdirectory. |
1824 | |
1825 * eshell: New subdirectory containing the Eshell package. | |
1826 | |
1827 * pcomplete.el: New file. | |
1828 | |
29885 | 1829 2000-06-23 Paul Eggert <eggert@twinsun.com> |
1830 | |
29888 | 1831 * mail/mailpost.el (post-mail-send-it): Make sure file has |
1832 proper permissions from birth. | |
1833 | |
1834 * files.el (basic-save-buffer-2): When temporarily setting | |
1835 file modes, set them to current modes plus 0200, not to 0777. | |
1836 | |
29885 | 1837 * emerge.el (emerge-make-temp-file): Make sure file has proper |
1838 permissions from birth. | |
1839 | |
29857 | 1840 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il> |
1841 | |
1842 * files.el (make-backup-file-name-1): On DOS/Windows, run the | |
1843 backup file name through convert-standard-filename. | |
1844 | |
1845 * dos-fns.el (convert-standard-filename): Convert leading | |
1846 directories as well. When long file names are supported, convert | |
1847 characters that are invalid in Windows file names. | |
1848 | |
29849 | 1849 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1850 | |
1851 * ps-print.el: Fix bug: if ^L is the very first buffer character, | |
1852 ps-print crashes. New feature: page selection for printing. Create | |
1853 raw-text-unix coding system for XEmacs. Doc fix. | |
1854 (ps-print-version): New version number (5.2.3). | |
1855 (ps-plot-region): Bug fix. | |
1856 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file) | |
1857 (ps-header-sheet, ps-generate, ps-end-job): Code fix. | |
1858 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New | |
1859 funs. | |
1860 (ps-selected-pages, ps-last-selected-pages, ps-first-page) | |
1861 (ps-last-page): New vars. | |
1862 | |
29845 | 1863 2000-06-21 Gerd Moellmann <gerd@gnu.org> |
1864 | |
1865 * progmodes/sh-script.el (sh-while-getopts): Fix handling of | |
1866 empty option string. | |
1867 | |
29839 | 1868 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il> |
1869 | |
1870 * man.el (man): Doc fix. | |
1871 | |
29829 | 1872 2000-06-21 Kenichi Handa <handa@etl.go.jp> |
1873 | |
1874 * international/mule-cmds.el (set-language-info-alist): Docstring | |
1875 fixed. | |
1876 | |
29814 | 1877 2000-06-20 Gerd Moellmann <gerd@gnu.org> |
1878 | |
1879 * version.el (emacs-version): Use ISO date format. | |
1880 | |
1881 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d' | |
1882 instead of `M-backspace'. | |
1883 | |
1884 * simple.el (turn-off-auto-fill): New function. | |
1885 | |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1886 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1887 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1888 * jit-lock.el (with-buffer-prepared-for-jit-lock): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1889 Renamed from with-buffer-prepared-for-font-lock and use |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1890 inhibit-modification-hooks rather than setting *-change-functions. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1891 Update all functions to use the new name. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1892 (jit-lock-first-unfontify-pos): New semantics (and doc). |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1893 (jit-lock-mode): Make non-interactive. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1894 Don't automatically turn on font-lock. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1895 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
|
1896 Always use jit-lock-after-change. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1897 Remove and restore font-lock-after-change-function. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1898 (turn-on-jit-lock, jit-lock-after-fontify-buffer) |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1899 (jit-lock-after-unfontify-buffer): Remove. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1900 (jit-lock-stealth-fontify): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1901 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
|
1902 (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
|
1903 |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1904 2000-06-20 Sam Steingold <sds@gnu.org> |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1905 |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1906 * emacs-lisp/cl-indent.el (toplevel): Indent |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1907 `print-unreadable-object' properly. Untabify. |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1908 |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1909 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1910 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1911 * textmodes/reftex.el (reftex-find-citation-regexp-format): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1912 Support for bibentry. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1913 (reftex-compile-variables): Fixed problem with end of section-re. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1914 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1915 * texmodes/reftex-dcr.el (reftex-view-crossref, |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1916 reftex-view-crossref-from-bibtex): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1917 Deal with changed `reftex-find-citation-regexp-format'. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1918 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1919 Replaced `remprop' with `put'. |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1920 (reftex-view-crossref, reftex-view-crossref-when-idle): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1921 Support for bibentry. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1922 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1923 * textmodes/reftex-vars.el (reftex-cite-format-builtin): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1924 New entry for bibentry package. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1925 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1926 * textmodes/reftex-parse.el (reftex-locate-bibliography-files): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1927 Regexp also matches "\nobibliography". |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1928 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1929 * textmodes/reftex-global.el (reftex-renumber-simple-labels): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1930 Call `reftex-ensure-write-access' before doing anything. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1931 (reftex-ensure-write-access): New function. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1932 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1933 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1934 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1935 * 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
|
1936 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1937 * 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
|
1938 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1939 * 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
|
1940 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1941 * 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
|
1942 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1943 |
29776 | 1944 2000-06-20 Dave Love <fx@gnu.org> |
1945 | |
1946 * faces.el (frame-background-mode): Use set-default, not set, in | |
1947 setter. | |
1948 (frame-update-faces, frame-update-face-colors): Define with | |
1949 defalias. | |
1950 | |
1951 * enriched.el (enriched-decode-foreground) | |
1952 (enriched-decode-background): Don't use internal-find-face. | |
1953 | |
1954 * apropos.el: Doc fixes. | |
1955 | |
1956 * cus-edit.el (customize-changed-options): Check arg. | |
1957 (customize-version-lessp): Don't require decimal point. | |
1958 | |
1959 * custom.el (defcustom, defgroup): Doc fix. | |
1960 | |
1961 * newcomment.el (comment) <defgroup>: Add :version. | |
1962 (comment-multi-line): Doc fix. | |
1963 | |
1964 * emulation/mlsupport.el (define-hooked-local-abbrev, | |
1965 define-hooked-global-abbrev): Fix, using define-abbrev. | |
1966 | |
29747 | 1967 2000-06-19 Gerd Moellmann <gerd@gnu.org> |
1968 | |
1969 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking | |
1970 the whole buffer. | |
1971 | |
29740 | 1972 2000-06-19 Dave Love <fx@gnu.org> |
1973 | |
1974 * menu-bar.el (menu-bar-options-save): New function. | |
1975 (menu-bar-options-menu): Use it. | |
1976 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>: | |
1977 Simplify. | |
1978 | |
29731
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1979 2000-06-19 Andreas Schwab <schwab@suse.de> |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1980 |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1981 * progmodes/etags.el (tags-query-replace): Put new parameters |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1982 START and END at the end, for backward compatibility. |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1983 |
29720 | 1984 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
1985 | |
1986 * international/codepage.el: | |
1987 (cp-coding-system-for-codepage-1): Delete special codes for | |
1988 generating xxx-dos coding system because now a CCL based coding | |
1989 system can handle EOL conversion by default. | |
1990 | |
1991 * international/mule.el (make-coding-system): Generate subsidiary | |
1992 coding systems for EOL handling variants even for a CCL based | |
1993 coding system. | |
1994 | |
29718 | 1995 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
1996 | |
1997 * international/isearch-x.el (isearch-minibuffer-input-method) | |
1998 (isearch-minibuffer-input-method-function): These variables | |
1999 deleted. | |
2000 (isearch-with-input-method): Don't use the above variables. | |
2001 (isearch-process-search-multibyte-characters): Likewise. Call | |
2002 read-string with the arg INHERIT-INPUT-METHOD t. | |
2003 | |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2004 2000-06-17 Stefan Monnier <monnier@cs.yale.edu> |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2005 |
29710
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2006 * font-lock.el (font-lock-after-fontify-buffer) |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2007 (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
|
2008 |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2009 * 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
|
2010 Use consistent make-local-variable style for font-lock-fontified. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2011 (jit-lock-fontify-buffer): |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
2012 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
|
2013 |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2014 * time.el: Remove trailing ^M that prevent CVS-merging. |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
2015 |
29712 | 2016 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2017 | |
2018 * Makefile.in (distclean): New target. | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2019 |
29705
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2020 2000-06-16 Stefan Monnier <monnier@cs.yale.edu> |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2021 |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2022 * Makefile.in (srcdir): Define for update-subdirs. |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
2023 |
29696 | 2024 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
2025 | |
2026 * find-lisp.el: New file. | |
2027 | |
29694 | 2028 2000-06-16 Andrew Innes <andrewi@gnu.org> |
2029 | |
2030 * time.el (display-time-mail-function): New variable, to allow | |
2031 external packages to indicate when new mail is available. | |
2032 (display-time-update): Use it. | |
2033 | |
29689 | 2034 2000-06-16 Kenichi Handa <handa@etl.go.jp> |
2035 | |
29691 | 2036 * international/mule.el (mule-version): Change version name to |
2037 SAKAKI. AOI has already been used by Meadow. | |
2038 | |
29689 | 2039 * international/quail.el (quail-show-guidance-buf): To find the |
2040 bottom window (but minibuffer), pay attention to the height of | |
2041 minibuffer. | |
2042 | |
29670 | 2043 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
2044 | |
29682 | 2045 * arc-mode.el (archive-mode-map): Use the new menu-item format for |
2046 menu-bar menus. Add help strings. Don't remove the Edit menu | |
2047 from the menu bar, as the menu bar has enough space now. | |
2048 | |
29680 | 2049 * Makefile.in (SHELL): Make sure /bin/sh is used. |
2050 | |
29670 | 2051 * woman.el (woman-man-buffer): Fix bold and underlined CJK |
2052 characters, which use series of two ^H characters instead of one. | |
2053 | |
29667 | 2054 2000-06-15 Gerd Moellmann <gerd@gnu.org> |
2055 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2056 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table) |
29686 | 2057 (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
|
2058 functions. |
29686 | 2059 (Info-find-node-2): Try a case-sensitive search first, then |
2060 do a case-insensitive search. | |
2061 | |
2062 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English | |
2063 tutorials. | |
2064 | |
29676 | 2065 * complete.el (PC-env-vars-alist): New variable. |
2066 (PC-complete-as-file-name): New function. | |
2067 (partial-completion-mode): Initialize PC-env-vars-alist from | |
2068 process-environment. | |
2069 (PC-do-completion): Handle completion of env vars. | |
2070 | |
2071 * info.el (Info-set-mode-line): Show file name in mode line, | |
2072 use `*Info*' instead of `Info:'. | |
2073 | |
29667 | 2074 * startup.el (command-line-1): Change copyright messages to year |
2075 2000. | |
2076 | |
29665 | 2077 2000-06-15 Dave Love <fx@gnu.org> |
2078 | |
2079 * net/goto-addr.el (goto-address-fontify): Use keymap property, | |
2080 not local-map. | |
2081 | |
29658 | 2082 2000-06-15 Kenichi Handa <handa@etl.go.jp> |
2083 | |
2084 * international/mule.el (set-buffer-file-coding-system): Almost | |
2085 rewritten to handle `undecided' as no-op. | |
2086 | |
29654 | 2087 2000-06-14 Gerd Moellmann <gerd@gnu.org> |
2088 | |
29667 | 2089 * Makefile.in: New file. |
29657 | 2090 |
2091 * Makefile: Removed. | |
2092 | |
29654 | 2093 * net/goto-addr.el (goto-address): Don't bind C-c RET locally. |
2094 (goto-address-highlight-keymap): Bind C-c RET. | |
2095 | |
29640 | 2096 2000-06-14 Kenichi Handa <handa@etl.go.jp> |
2097 | |
29649 | 2098 * mail/sendmail.el (sendmail-send-it): The temporary buffer |
2099 inherits buffer-file-coding-system of the current buffer. | |
29647 | 2100 |
29645 | 2101 * tar-mode.el (tar-extract): For goto-char, use (point-min), not |
2102 0. Give correct argument to set-auto-coding-function. | |
2103 (tar-expunge): For goto-char, use (point-min), not 0. | |
2104 (tar-clear-modification-flags): For goto-char, use (point-min), not 1. | |
2105 (tar-subfile-save-buffer): Likewize. | |
2106 | |
29640 | 2107 * international/mule.el |
2108 (after-insert-file-set-buffer-file-coding-system): Call | |
2109 set-buffer-file-coding-system with the arg FORCE t. | |
2110 | |
29633 | 2111 2000-06-13 Gerd Moellmann <gerd@gnu.org> |
2112 | |
2113 * mail/sendmail.el (mail-specify-envelope-from): Initialize to | |
2114 nil. Contemporary sendmails issue an X-Authentication-Warning if | |
29676 | 2115 the sender is set with `-f'. |
29633 | 2116 |
29622 | 2117 2000-06-13 Dave Love <fx@gnu.org> |
2118 | |
29630 | 2119 * help.el (describe-function-1): Kluge around cases of functions |
2120 fset to subrs whose doc doesn't match their symbol-name. | |
2121 | |
29627 | 2122 * image.el (insert-image): Default STRING to a space. |
29625 | 2123 |
29622 | 2124 * info.el Doc fixes. |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2125 (Info-build-node-completions): Match Ref tags. |
29622 | 2126 |
29612 | 2127 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
2128 | |
29615 | 2129 * frame.el (display-multi-frame-p, display-multi-font-p): New |
2130 defaliases for display-graphic-p. | |
2131 | |
29612 | 2132 * hl-line.el: Fixed a typo in commentary. |
2133 | |
29609 | 2134 2000-06-13 Kenichi Handa <handa@etl.go.jp> |
2135 | |
2136 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo | |
2137 fixed. | |
2138 | |
29608 | 2139 2000-06-12 Dave Love <fx@gnu.org> |
2140 | |
2141 * image.el (insert-image): Save a little consing. | |
2142 | |
29598 | 2143 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2144 | |
2145 * language/tibet-util.el: Convert all tibetan-1-column characters | |
2146 to the corresponding tibetan characters. | |
2147 (tibetan-add-components): Delete code for the special treatment of | |
2148 'a chung. | |
2149 | |
2150 * language/tibetan.el (tibetan-composable-pattern): Fix previous | |
2151 change. | |
2152 (tibetan-vowel-transcription-alist): More rules added. | |
2153 (tibetan-composite-vowel-alist): New variable. | |
2154 (tibetan-precomposition-rule-alist): More rules added. | |
2155 | |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2156 2000-06-12 Stefan Monnier <monnier@cs.yale.edu> |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2157 |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2158 * 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
|
2159 |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2160 * thingatpt.el (toplevel symbol-properties): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2161 * textmodes/makeinfo.el (makeinfo-compile): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2162 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2163 * progmodes/hideif.el (hif-compress-define-list) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2164 (hide-ifdef-use-define-alist): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2165 * 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
|
2166 (ange-ftp-vms-add-file-entry): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2167 * 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
|
2168 * man.el (Man-build-man-command): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2169 * mail/rnewspost.el (news-reply-header-hook): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2170 * info.el (Info-insert-dir): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2171 * emulation/mlconvert.el (backward-word, forward-word, setq): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2172 * emacs-lisp/gulp.el (gulp-send-requests): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2173 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1) |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2174 (byte-optimize-inline-handler, byte-optimize-form-code-walker) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2175 (byte-optimize-apply, end of file): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2176 * emacs-lisp/advice.el (ad-advice-class-completion-table) |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2177 (ad-make-freeze-definition): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2178 * 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
|
2179 |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2180 * 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
|
2181 (cvs-cleanup-removed): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2182 (cvs-cleanup-functions): New var. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2183 (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
|
2184 some flexibility in specifying additional entries to auto-cleanup. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2185 (cvs-quickdir): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2186 (cvs-mode-insert): Use cvs-fileinfo-from-entries. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2187 (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
|
2188 (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
|
2189 when invoked through a mouse-click. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2190 (cvs-full-path): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2191 (cvs-dired-action): Re-introduced. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2192 (cvs-dired-noselect): Use it. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2193 (vc-post-command-functions): use this new hook if available. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2194 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2195 * 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
|
2196 (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
|
2197 (cvs-filename-map, cvs-dirname-map): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2198 (cvs-default-action): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2199 (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
|
2200 if the arg is really a keymap. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2201 (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
|
2202 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
|
2203 the var cvs-fi-<type>-face instead. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2204 (cvs-fileinfo-from-entries): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2205 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2206 * 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
|
2207 Docstring fix. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2208 (cvs-find-file-and-jump): Change default to be safer. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2209 (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
|
2210 (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
|
2211 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
|
2212 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2213 * 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
|
2214 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
|
2215 |
29574 | 2216 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2217 | |
2218 * international/mule.el (set-buffer-file-coding-system): If | |
2219 CODING-SYSTEM is nil, set buffer-file-coding-system to nil | |
2220 unconditionally. | |
2221 | |
29568 | 2222 2000-06-12 Dave Love <fx@gnu.org> |
2223 | |
2224 * wid-edit.el (widget-specify-button): Really suppress the face if | |
2225 required. | |
2226 | |
29556 | 2227 2000-06-11 Gerd Moellmann <gerd@gnu.org> |
2228 | |
2229 * term/x-win.el (x-colors): Add colors from recent rgb.txt. | |
2230 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2231 2000-06-11 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2232 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2233 * imenu.el (imenu-generic-expression): Docstring fix. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2234 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2235 * composite.el (composition-function-table): Move the `put' |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2236 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
|
2237 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2238 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2239 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2240 * emacs-lisp/autoload.el (make-autoload): Use `cond'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2241 Handle easy-mmode-define-global-mode. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2242 For complex macros like define-minor-mode that can generate |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2243 several autoload entries, try to autoload entries in the |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2244 macroexpanded code. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2245 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2246 * emacs-lisp/easy-mmode.el (define-minor-mode): |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2247 If KEYMAP is a symbol, just use it. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2248 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
|
2249 proper :require to pass to defcustom. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2250 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
|
2251 Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2252 Be more careful about the evaluation of KEYMAP. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2253 (easy-mmode-define-global-mode): Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2254 (define-derived-mode): Move define-abbrev-table outside of defvar. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2255 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2256 2000-06-10 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2257 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2258 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch). |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2259 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2260 (backup-compiled-files): Ignore errors during `tar'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2261 (bootstrap): Make autoloads before elc files. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2262 |
29542 | 2263 2000-06-10 Kenichi Handa <handa@etl.go.jp> |
2264 | |
2265 * 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
|
2266 undecided-XXX is specified, change only EOL conversion. |
29542 | 2267 |
2268 * international/mule-conf.el (unix): New alias for the coding | |
2269 system undecided-unix. | |
2270 | |
29528 | 2271 2000-06-09 Dave Love <fx@gnu.org> |
2272 | |
29535 | 2273 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region. |
2274 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2275 * progmodes/executable.el: Byte compile dynamic. |
29528 | 2276 (executable-insert): Change custom type. |
2277 (executable-find): Add autoload cookie. | |
29531 | 2278 (executable-make-buffer-file-executable-if-script-p): New |
2279 function. After Noah Friedman. | |
29528 | 2280 |
2281 * files.el (after-save-hook): Customize, with | |
29531 | 2282 executable-make-buffer-file-executable-if-script-p as an option. |
29528 | 2283 |
29518 | 2284 2000-06-09 Kenichi Handa <handa@etl.go.jp> |
2285 | |
29522 | 2286 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font |
2287 "tib24p-mule.bdf" for Tibetan. | |
2288 | |
29520 | 2289 * composite.el (decompose-composite-char): Declare it as obsolete. |
2290 | |
29541 | 2291 * man.el (Man-fontify-manpage): Pay attention to underline and |
2292 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX). | |
29518 | 2293 |
29517 | 2294 2000-06-08 Gerd Moellmann <gerd@gnu.org> |
2295 | |
2296 * thingatpt.el (forward-thing): Use functionp instead of fboundp. | |
2297 Set maintainer to FSF since author isn't reachable. | |
2298 | |
29508 | 2299 2000-06-08 Dave Love <fx@gnu.org> |
2300 | |
2301 * international/mule-cmds.el (select-safe-coding-system): If | |
2302 DEFAULT-CODING-SYSTEM is not specified, also check the most | |
2303 preferred coding-system if buffer-file-coding-system is | |
2304 `undecided'. From Handa. | |
2305 | |
29503 | 2306 2000-06-08 Kenichi Handa <handa@etl.go.jp> |
2307 | |
2308 * international/mule.el | |
2309 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
2310 size is greater than INSERTED, judget that we are not visiting. | |
2311 | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2312 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
|
2313 |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2314 * 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
|
2315 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
|
2316 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
|
2317 |
29498 | 2318 2000-06-07 Gerd Moellmann <gerd@gnu.org> |
2319 | |
2320 * align.el: Update from author. | |
2321 | |
2322 2000-06-07 Jari Aalto <jari.aalto@poboxes.com> | |
2323 | |
2324 * apropos.el (apropos-mode-hook): New user variable. | |
2325 (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
|
2326 |
29498 | 2327 2000-06-07 David Ponce <david@dponce.com> |
2328 | |
2329 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files | |
2330 commands. Require `wid-edit' at run-time. | |
2331 | |
2332 2000-06-07 David Ponce <david@dponce.com> | |
2333 | |
2334 * recentf.el: Added some "Commentary". | |
2335 (recentf-open-more-files, recentf-edit-list): Minor changes to | |
2336 move the point at the top of the file list. This behaviour is | |
2337 consistent with the menu one when the list contains a lot of | |
2338 files. | |
2339 (recentf-cleanup): Now displays the number of items removed from | |
2340 the list. | |
2341 (recentf-relative-filter) New menu filter to show filenames | |
2342 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
|
2343 |
29498 | 2344 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2345 | |
2346 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size | |
2347 with/without giving an error if PostScript printer doesn't have this | |
2348 kind of page size. Zebra Stripe continues or restarts on next page. | |
2349 Manual/automatic paper feeding. Switch or not the header. | |
2350 (ps-print-version): New version number (5.2.2). | |
2351 (ps-windows-system): Include emx as a Windows system. | |
2352 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face) | |
2353 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces) | |
2354 (ps-background-text): Code fix. | |
2355 (ps-error-handler-message, ps-user-defined-prologue) | |
2356 (ps-print-prologue-header, ps-printer-name) | |
2357 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color) | |
2358 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg) | |
2359 (ps-use-face-background): Customization fix. | |
2360 (ps-n-up-database): Data fix. | |
2361 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed) | |
2362 (ps-switch-header): New vars. | |
2363 (ps-xemacs-color-name, ps-face-foreground-name) | |
2364 (ps-face-background-name, ps-boolean-constant): New funs. | |
2365 | |
29491 | 2366 2000-06-07 Dave Love <fx@gnu.org> |
2367 | |
2368 * allout.el: New version from Manheimer. | |
2369 | |
29483 | 2370 2000-06-07 Kenichi Handa <handa@etl.go.jp> |
2371 | |
2372 * textmodes/fill.el (fill-find-break-point): Check the validity of | |
2373 charset. | |
2374 | |
29476
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2375 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
|
2376 |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2377 * 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
|
2378 (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
|
2379 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
|
2380 window-system. |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2381 |
29471 | 2382 2000-06-06 Dave Love <fx@gnu.org> |
2383 | |
2384 * image.el (find-image): Doc fix. Return nil if image not found. | |
2385 (put-image, insert-image): Make STRING arg optional. | |
2386 | |
29455 | 2387 2000-06-06 Kenichi Handa <handa@etl.go.jp> |
2388 | |
2389 * language/vietnamese.el: Remove eval-when-compile. | |
2390 (viet-viscii-nonascii-translation-table): Define it as a | |
2391 translation table made from viet-viscii-decode-table. | |
2392 (viet-viscii-encode-table): Define it as a translation table made | |
2393 from the reverse map of above. | |
2394 (viet-vscii-nonascii-translation-table): Define it as a | |
2395 translation table made from viet-vscii-decode-table. | |
2396 (viet-vscii-encode-table): Define it as a translation table made | |
2397 from the reverse map of above. | |
2398 (ccl-decode-viscii): Use translate-character. | |
2399 (ccl-encode-viscii, ccl-encode-viscii-font) | |
2400 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): | |
2401 Likewize. | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2402 |
29455 | 2403 * language/cyrillic.el: Remove eval-when-compile. |
2404 (cyrillic-koi8-r-nonascii-translation-table): Define it as a | |
2405 translation table made from cyrillic-koi8-r-decode-table. | |
2406 (cyrillic-koi8-r-encode-table): Define it as a translation table | |
2407 made from the reverse map of above. | |
2408 (ccl-decode-koi8): Use translate-character. | |
2409 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize | |
2410 (cyrillic-alternativnyj-nonascii-translation-table): Define it as | |
2411 a translation table made from cyrillic-alternativnyj-decode-table. | |
2412 (cyrillic-alternativnyj-encode-table): Define it as a translation | |
2413 table made from the reverse map of above. | |
2414 (ccl-decode-alternativnyj): Use translate-character. | |
2415 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font): | |
2416 Likewize | |
2417 | |
2418 * international/mule-diag.el (non-iso-charset-alist): Specify | |
2419 translation table symbol instead of translation table itself. | |
2420 (list-block-of-chars): CHARSET may be a translation table symbol. | |
2421 | |
2422 * international/mule.el (make-coding-system): If CODING-SYSTEM | |
2423 already exists, override it. | |
2424 | |
2425 * international/fontset.el: Use family `proportional' for Tibetan | |
2426 fonts. | |
2427 | |
2428 * international/ccl.el (ccl-compile-translate-character): Don't | |
2429 check if Rrr has property translation-table. | |
2430 (ccl-compile-map-multiple): Modified to avoid compiler warning. | |
2431 | |
29447 | 2432 2000-06-05 Gerd Moellmann <gerd@gnu.org> |
2433 | |
2434 * info.el: Bind case-fold-search to t when searching in case | |
2435 a user sets it to nil in a hook. | |
2436 | |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2437 2000-06-05 Stefan Monnier <monnier@cs.yale.edu> |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2438 |
29426
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2439 * autoarg.el (autoarg-mode, autoarg-kp-mode): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2440 * 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
|
2441 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2442 * tar-mode.el (tar-header-block-recompute-checksum): Remove. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2443 (tar-clip-time-string): Prepend a space. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2444 (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
|
2445 (tar-header-block-summarize): Fix docstring. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2446 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
|
2447 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2448 * 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
|
2449 (diff-goto-source, diff-unified->context, diff-context->unified) |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2450 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2451 understand the format output by the `-p' argument to diff. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2452 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2453 * 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
|
2454 (sh-re-done): Use defconst. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2455 (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
|
2456 (sh-help-string-for-variable, sh-guess-basic-offset): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2457 Don't quote lambdas. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2458 (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
|
2459 (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
|
2460 |
29421
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2461 * 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
|
2462 (mh-letter-mode): Derive from text-mode. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2463 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
|
2464 Also remove the Emacs-18 compatibility code. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2465 |
29417
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2466 * emacs-lisp/autoload.el (make-autoload): Simplify docstring. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2467 Make use of symbol-property doc-string-elt. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2468 Use memq rather than a sequence of eq. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2469 (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
|
2470 (autoload-print-form): New function extracted from |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2471 generate-file-autoloads to allow recursion when handling progn |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2472 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
|
2473 (generate-file-autoloads): Use it. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2474 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2475 * 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
|
2476 Use find-file-hooks in the minor-mode function. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2477 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
|
2478 |
29412
ecd388a0937d
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29407
diff
changeset
|
2479 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
|
2480 |
29447 | 2481 * 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
|
2482 tty's. |
29447 | 2483 * 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
|
2484 differences whenever appropriate. |
29447 | 2485 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members. |
2486 * 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
|
2487 wildcards. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2488 |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2489 2000-06-04 Stefan Monnier <monnier@cs.yale.edu> |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2490 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2491 * 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
|
2492 (jit-lock-fontify-buffer): New function for JIT refontification. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2493 (jit-lock-mode): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2494 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
|
2495 Remove jit-lock-after-change from the _local_ hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2496 (jit-lock-function-1): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2497 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2498 * info.el (Info-on-current-buffer): Initialize info. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2499 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2500 * newcomment.el (comment-indent): Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2501 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2502 * progmodes/tcl.el (tcl-indent-for-comment): |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2503 Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2504 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2505 * emacs-lisp/easy-mmode.el: Require CL during compilation. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2506 (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
|
2507 (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
|
2508 and improve to use the lighter to guess the capitalization. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2509 (define-minor-mode): Inline code from easy-mmode-define-toggle. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2510 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
|
2511 Add local-map and help-echo properties to the lighter. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2512 (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
|
2513 (easy-mmode-define-global-mode): New macro. |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2514 |
29403 | 2515 2000-06-02 Dave Love <fx@gnu.org> |
2516 | |
2517 * wid-edit.el: byte-compile-dynamic since we typically don't use | |
2518 all the widgets. Don't require cl or widget. Remove | |
2519 eval-and-compile. Don't autoload finder-commentary. Doc fixes. | |
2520 (widget-read-event): Removed. Callers changed to use read-event. | |
2521 (widget-button-release-event-p): Renamed from | |
2522 button-release-event-p. | |
2523 (widget-field-add-space, widget-field-use-before-change): | |
2524 Uncustomize. | |
2525 (widget-specify-field): Use keymap property, not local-map. | |
2526 (widget-specify-button): Obey :suppress-face. | |
2527 (widget-specify-insert): Use modern backquote syntax. | |
2528 (widget-image-directory): Renamed from widget-glyph-directory. | |
2529 (widget-image-enable): Renamed from widget-glyph-enable. | |
2530 (widget-image-find): Replaces widget-glyph-find. | |
2531 (widget-button-pressed-face): Move defvar. | |
2532 (widget-image-insert): Replaces widget-glyph-insert. | |
2533 (widget-convert): Use keywordp. | |
2534 (widget-leave-text, widget-children-value-delete): Use mapc. | |
2535 (widget-keymap): Remove XEmacs stuff. | |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2536 (widget-field-keymap, widget-text-keymap): Define all inside defvar. |
29403 | 2537 (widget-button-click): Don't set point at the click, but re-centre |
2538 if we scroll out of window. Rewritten for images v. glyphs &c. | |
2539 (widget-tabable-at): Use POS arg, not point. | |
2540 (widget-beginning-of-line, widget-end-of-line) | |
2541 (widget-item-value-create, widget-sublist, widget-princ-to-string) | |
2542 (widget-sexp-prompt-value, widget-echo-help): Simplify. | |
2543 (widget-default-create): Use widget-image-insert; some rewriting. | |
2544 (widget-visibility-value-create) | |
2545 (widget-push-button-value-create, widget-toggle-value-create): Use | |
2546 widget-image-insert. | |
2547 (checkbox): Create on and off images dynamically. | |
2548 (documentation-link): Change :help-echo. | |
2549 (widget-documentation-link-echo-help): Remove. | |
2550 | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2551 2000-06-02 Stefan Monnier <monnier@cs.yale.edu> |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2552 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2553 * 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
|
2554 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2555 * 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
|
2556 (easy-mmode-define-toggle, define-minor-mode): Use it. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2557 (easy-mmode-define-keymap): Docstring fix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2558 (define-derived-mode): Default PARENT to fundamental-mode. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2559 Add the derived-mode-parent symbol-property. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2560 (easy-mmode-derived-mode-p): New function. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2561 |
29383 | 2562 2000-06-02 Dave Love <fx@gnu.org> |
2563 | |
29392 | 2564 * files.el (convert-standard-filename): Doc fix. |
2565 (normal-backup-enable-predicate): New function. | |
2566 (backup-enable-predicate): Use it to replace the lambda form. | |
2567 | |
2568 * calendar/todo-mode.el: [This needs more work on the outline | |
2569 stuff.] Doc fixes. | |
2570 (todo) <defgroup>: Add :version. | |
2571 (todo-add-category): Don't use pushnew. | |
2572 (todo-cmd-raise): Fix typo. | |
2573 (todo-top-priorities): Change temp buffer name. | |
2574 (todo-category-alist): Avoid redundant lambda. | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2575 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2576 Use outline-next-heading. |
29392 | 2577 |
29383 | 2578 * autoarg.el: Rewritten to use define-minor-mode. |
2579 (autoarg-kp-digits, autoarg-kp-mode-map): New variable. | |
2580 (autoarg-kp-mode, autoarg-kp-digit-argument): New command. | |
2581 | |
29376 | 2582 2000-06-02 Kenichi Handa <handa@etl.go.jp> |
2583 | |
2584 * isearch.el (isearch-other-meta-char): Fix previous change. | |
2585 | |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2586 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2587 |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2588 * 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
|
2589 (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
|
2590 from the last comment entered. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2591 |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2592 * isearch.el (isearch-highlight): Turn internal-find-face into facep. |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2593 |
29372 | 2594 2000-06-01 Dave Love <fx@gnu.org> |
2595 | |
2596 * hl-line.el: Rewritten using define-minor-mode. | |
2597 | |
2598 * help.el (describe-function-1): Distinguish special form from | |
2599 builtin function. Sanity-check presence of arglist for builtins. | |
2600 | |
29356 | 2601 2000-06-01 Kenichi Handa <handa@etl.go.jp> |
2602 | |
29365 | 2603 * international/characters.el: Fix syntax/category setting of |
2604 Tibetan characters. | |
2605 | |
2606 * language/tibet-util.el (tibetan-add-components): Fixes for new | |
2607 encoding of Tibetan characters. | |
2608 (tibetan-decompose-precomposition-alist): New variable. | |
2609 (tibetan-decompose-region): Convert precomposed characters to | |
2610 non-precomposed characters. | |
2611 (tibetan-decompose-string): Likewise. | |
2612 (tibetan-composition-function): Fix args to | |
2613 thibetan-compose-string. | |
2614 | |
2615 * language/tibetan.el (tibetan-composable-pattern): More | |
2616 characters included. | |
2617 (tibetan-consonant-transcription-alist): Rule for "R" added. | |
2618 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and | |
2619 "+R" added. | |
2620 (tibetan-base-to-subjoined-alist): Rule for "RA" added. | |
2621 | |
29359 | 2622 * language/lao-util.el (lao-composition-function): Fix args to |
2623 compose-string. | |
2624 | |
2625 * language/thai-util.el (thai-composition-function): Fix args to | |
2626 compose-string. | |
2627 | |
29356 | 2628 * isearch.el (isearch-update): Set disable-point-adjustment to t |
29357 | 2629 to prevent the point moving to the end of a composition when a |
2630 part of a composition is searched. | |
29356 | 2631 (isearch-other-meta-char): If the key invoking this command can be |
2632 mapped by function-key-map to a printing char, call | |
2633 isearch-process-search-char directly. | |
2634 | |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2635 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2636 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2637 * emacs-lisp/bytecomp.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2638 * frame.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2639 * international/mule-cmds.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2640 * international/mule-util.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2641 * international/mule.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2642 * mouse.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2643 * subr.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2644 * 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
|
2645 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2646 * byte-run.el (make-obsolete, make-obsolete-variable): |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2647 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
|
2648 symbol-property information. |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2649 * 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
|
2650 (byte-compile-obsolete, byte-compile-variable-ref): Understand the |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2651 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
|
2652 |
29347 | 2653 2000-05-31 Dave Love <fx@gnu.org> |
2654 | |
2655 * loadhist.el (loadhist-hook-functions): Remove | |
2656 before-change-function, after-change-function. | |
2657 (unload-feature): Deal with symbols which are both bound and | |
2658 fbound. | |
2659 | |
2660 * mouse.el (mouse-save-then-kill-delete-region): Don't bind | |
2661 before-change-function, after-change-function. | |
2662 | |
2663 * simple.el (newline): Don't bind before-change-function, | |
2664 after-change-function. | |
2665 | |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2666 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
|
2667 |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2668 * 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
|
2669 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
|
2670 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
|
2671 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
|
2672 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2673 * 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
|
2674 |
29330 | 2675 2000-05-31 Dave Love <fx@gnu.org> |
2676 | |
2677 * add-log.el (change-log-font-lock-keywords) <function>: Add | |
2678 pattern for function of change. | |
2679 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate | |
2680 acknowledgements patterns. | |
2681 | |
29328 | 2682 2000-05-31 Kenichi Handa <handa@etl.go.jp> |
2683 | |
2684 * isearch.el (isearch-printing-char): If keyboard coding system is | |
2685 being used, call isearch-process-search-multibyte-characters. | |
2686 | |
2687 * international/isearch-x.el: Mostly rewritten. | |
2688 | |
2689 * international/quail.el (quail-start-conversion): Don't include | |
2690 unhandled events in the returned events, but set them in | |
2691 unread-command-events. Exit if all inputs are deleted. | |
2692 | |
29324 | 2693 2000-05-30 Jason Rumney <jasonr@gnu.org> |
2694 | |
2695 * w32-fns.el (w32-charset-info-alist): Add each charset separately. | |
2696 | |
2697 * term/w32-win.el: Doc changes to reduce diffs with x-win.el. | |
2698 Reenable code to create initial fontsets. | |
2699 Use set-fontset-font in place of put-charset-property. | |
2700 | |
29302 | 2701 2000-05-30 Gerd Moellmann <gerd@gnu.org> |
2702 | |
29307 | 2703 * progmodes/perl-mode.el (perl-indent-line): When looking for a |
2704 label, ensure that the first colon isn't followed by another. | |
2705 | |
2706 * paths.el (Info-default-directory-list): Doc fix. | |
2707 | |
29304 | 2708 * net/net-utils.el (finger-X.500-host-regexps): New user-option. |
2709 (finger): If HOST matches a regexp from finger-X.500-host-regexps, | |
2710 send a query containing USER only, not USER@HOST. | |
2711 | |
29302 | 2712 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg |
2713 and rmail-msgend to compute the restriction at the end, instead of | |
2714 computing it. | |
2715 | |
29292 | 2716 2000-05-29 Gerd Moellmann <gerd@gnu.org> |
2717 | |
29295 | 2718 * dabbrev.el (dabbrev-expand): Don't display messages in the |
2719 echo area if the minibuffer window is active. | |
2720 | |
29292 | 2721 * jit-lock.el (jit-lock-mode): Add after change function to |
2722 local hook. | |
2723 | |
2724 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com> | |
2725 | |
2726 * antlr-mode.el: New commands: hide/unhide actions, | |
2727 upcase/downcase literals. | |
2728 (antlr-tiny-action-length): New user option. | |
2729 (antlr-hide-actions): New command. Suggested by | |
2730 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
|
2731 (antlr-mode-map): New binding [C-c C-v]. |
29292 | 2732 (antlr-mode-menu): New entries. |
2733 (antlr-downcase-literals): New command. | |
2734 (antlr-upcase-literals): Ditto. | |
2735 | |
2736 * antlr-mode.el: Minor changes: indendation, mode-name. | |
2737 (antlr-indent-line): Indent cpp directive at column 0. | |
2738 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/". | |
2739 | |
2740 * antlr-mode.el: XEmacs bug workaround, XEmacs hint. | |
2741 (antlr-font-lock-additional-keywords): Workaround for intentional | |
2742 bug in XEmacs version of font-lock. | |
2743 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could | |
2744 be used by a smarter version of `buffers-menu-grouping-function'. | |
2745 | |
2746 2000-05-29 Gerd Moellmann <gerd@gnu.org> | |
2747 | |
2748 * tmm.el (tmm-prompt): Recognize menu item definitions of the for | |
2749 `(menu-item ...)' when looking for the position of DEFAULT-ITEM. | |
2750 | |
29266 | 2751 2000-05-29 Kenichi Handa <handa@etl.go.jp> |
2752 | |
2753 * international/encoded-kb.el | |
2754 (encoded-kbd-iso2022-designation-map): Pay attention to that | |
2755 charset-iso-final-char return -1 for eight-bit-control and | |
2756 eight-bit-graphic. | |
2757 | |
29261 | 2758 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
2759 | |
2760 * speedbar.el (speedbar-use-images, speedbar-update-flag) | |
2761 (speedbar-easymenu-definition-base): Use display-graphic-p where | |
2762 available, instead of window-system. | |
2763 | |
29259 | 2764 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
2765 | |
2766 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
2767 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN | |
2768 coding systems. | |
2769 | |
29248 | 2770 2000-05-26 Dave Love <fx@gnu.org> |
2771 | |
29255 | 2772 * disp-table.el (standard-display-underline): Don't use |
2773 internal-find-face. | |
2774 | |
29248 | 2775 * mail/reporter.el: Maintainer change. Doc fixes. |
2776 (reporter-version): Deleted. | |
2777 | |
2778 * emacs-lisp/elp.el: Maintainer change. | |
2779 (elp-help-address, elp-submit-bug-report, elp-version): Deleted. | |
2780 | |
29244
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2781 2000-05-26 Stefan Monnier <monnier@cs.yale.edu> |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2782 |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2783 * 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
|
2784 previous one if the previous one is empty. |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2785 |
29240 | 2786 2000-05-26 Dave Love <fx@gnu.org> |
2787 | |
29242 | 2788 * loadhist.el (unload-feature): Fix interactive spec [from |
2789 lijnzaad@ebi.ac.uk]. | |
2790 | |
29240 | 2791 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use |
2792 subr-arity to check primitives. | |
2793 (byte-compile-flush-pending, byte-compile-file-form-progn) | |
2794 (byte-compile-normal-call, byte-compile-list, byte-compile-concat) | |
2795 (byte-compile-insert, byte-compile-funcall): Use mapc instead of | |
2796 mapcar. | |
2797 | |
29226 | 2798 2000-05-26 Kenichi Handa <handa@etl.go.jp> |
2799 | |
29235 | 2800 * international/fontset.el: Set family names of non-latin charsets |
2801 in default fontset to "*". | |
2802 | |
29230 | 2803 * international/mule-diag.el (print-fontset): Combine family part |
2804 and registry part of the fontname by "-*-" instead of "-". | |
2805 | |
29226 | 2806 * international/mule-cmds.el (encode-coding-char): Make strings |
2807 multibyte before calling encode-coding-string. | |
2808 | |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2809 2000-05-25 Stefan Monnier <monnier@cs.yale.edu> |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2810 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2811 * derived.el: Fix keywords. |
29224
c4ed562f1556
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29220
diff
changeset
|
2812 (define-derived-mode): Only define if needed. |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2813 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2814 * simple.el (fill-comment, comment-column, comment-start) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2815 (comment-start-skip, comment-end, comment-indent-function) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2816 (block-comment-start, block-comment-end, indent-for-comment) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2817 (set-comment-column, kill-comment, comment-padding, comment-region) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2818 (comment-multi-line, indent-new-comment-line): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2819 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2820 * 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
|
2821 function names for comment operations. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2822 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2823 * newcomment.el: Add abundant autoload cookies. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2824 (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
|
2825 (comment-indent-hook): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2826 (comment-indent): Check if comment-indent-hook is bound. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2827 (comment-region): Docstring fix. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2828 |
29214 | 2829 2000-05-25 Dave Love <fx@gnu.org> |
2830 | |
2831 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete | |
2832 byte-code-function-p. | |
2833 | |
2834 * mail/rmailsum.el: Add provide. | |
2835 | |
2836 * net/goto-addr.el (goto-address-fontify): Add help-echo property. | |
2837 | |
2838 * smerge-mode.el (smerge-diff-switches): Don't use list* in | |
2839 defcustom. | |
2840 | |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
2841 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
|
2842 |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
2843 * 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
|
2844 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
|
2845 |
29205 | 2846 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2847 | |
2848 * hilit-chg.el (highlight-changes-mode): Ask about color or | |
2849 grayscale support, not about window-system. | |
2850 | |
2851 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not | |
2852 window-system. | |
2853 (ffap-highlight): Always default to t. | |
2854 | |
2855 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call | |
2856 display-popup-menus-p instead of looking at window-system. | |
2857 | |
2858 * disp-table.el (standard-display-g1, standard-display-graphic): | |
2859 Only refuse to use string glyphs on X and MS-Windows. | |
2860 | |
2861 * avoid.el: Remove window-system from commentary, suggest to use | |
2862 display-*-p instead. | |
2863 | |
2864 * apropos.el (apropos-print): Use display-mouse-p instead of | |
2865 window-system. | |
2866 | |
29190 | 2867 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2868 | |
2869 * international/codepage.el (cp-decoding-vector-for-codepage): | |
2870 Fill up unsupported characters with their own codes. From Kenichi | |
2871 Handa. | |
2872 | |
29188 | 2873 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2874 | |
2875 * international/mule-diag.el (describe-char-after): Use | |
2876 display-graphic-p instead of window-system, so that this function | |
2877 works on MS-DOS. | |
2878 | |
29181 | 2879 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2880 | |
2881 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
2882 Remove the eight-bit-graphic and eight-bit-control charsets from | |
2883 the list of charsets which we convert into `?'. | |
2884 | |
29169 | 2885 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
2886 | |
2887 * international/mule-conf.el: Specify CHARSET-ID explicitely for | |
2888 private charsets. | |
2889 (mule-unicode-0100-24ff, japanese-jisx0213-1, | |
2890 japanese-jisx0213-2): New charsets. | |
2891 | |
2892 * international/fontset.el: Setup default fontset for new charsets. | |
2893 | |
29166 | 2894 2000-05-24 Dave Love <fx@gnu.org> |
2895 | |
2896 * info.el (Info-find-node-2): Restructure [following "Vadim | |
2897 S. Solomin" <sovs@uic.nnov.ru>]. | |
2898 | |
2899 * icomplete.el: Fix header for Finder. | |
2900 | |
2901 2000-05-24 Eric M. Ludlam <zappo@ultranet.com> | |
2902 | |
2903 * rmailout.el (rmail-output-to-rmail-file): Added optional param | |
2904 STAY. | |
2905 | |
2906 * rmail.el (rmail-automatic-folder-directives): New user variable. | |
2907 (rmail-show-message): Add call to `rmail-auto-file' during | |
2908 display. | |
2909 (rmail-auto-file): New function. | |
2910 | |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
2911 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
|
2912 |
29193 | 2913 * 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
|
2914 account. |
29193 | 2915 (ediff-test-utility,ediff-diff-mandatory-option) |
2916 (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
|
2917 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
|
2918 |
29193 | 2919 * 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
|
2920 variable. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2921 |
29193 | 2922 * 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
|
2923 ediff-merge-filename-prefix. |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
2924 |
29163
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
2925 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
|
2926 |
29193 | 2927 * 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
|
2928 |
29159 | 2929 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
2930 | |
2931 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just | |
2932 aliases for hebrew-iso-8bit. | |
2933 | |
29148 | 2934 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
2935 | |
2936 * woman.el: New version from Francis J. Wright | |
2937 <F.J.Wright@Maths.QMW.ac.uk>. | |
2938 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file | |
2939 names in environment variables regardless of the path separator. | |
2940 (woman-topic-all-completions-1): Don't call file-name-directory-p | |
2941 on all files, since woman-file-regexp already filters out any | |
2942 directories. | |
2943 | |
29140 | 2944 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
2945 | |
29144 | 2946 * international/quail.el (quail-start-translation): Don't change |
2947 modified-p of the current buffer. | |
2948 (quail-start-conversion): Likewise. | |
2949 | |
2950 * international/kkc.el (kkc-region): Don't change modified-p of | |
2951 the current buffer. | |
2952 | |
29142 | 2953 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to |
2954 conform to RFC1468. | |
2955 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554. | |
29140 | 2956 |
29138 | 2957 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com> |
2958 | |
2959 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix. | |
2960 (speedbar-insert-button): Invisible text property fix. | |
2961 (speedbar-directory-plus): Renamed from speedbar-directory-+ | |
2962 (speedbar-directory-minus): Renamed from speedbar-directory-- | |
2963 (speedbar-page-plus): Renamed from speedbar-file-+ | |
2964 (speedbar-page-minus): Renamed from speedbar-file-- | |
2965 (speedbar-page): Renamed from speedbar-file- | |
2966 (speedbar-tag): Renamed from speedbar-tag- | |
2967 (speedbar-tag-plus): Renamed from speedbar-tag-+ | |
2968 (speedbar-tag-minus): Renamed from speedbar-tag-- | |
2969 (speedbar-expand-image-button-alist): Use above renames. | |
2970 | |
2971 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm | |
2972 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm | |
2973 * sb-pg-plus.xpm: Renamed from sb-file+.xpm | |
2974 * sb-pg-minus.xpm: Renamed from sb-file-.xpm | |
2975 * sb-pg.xpm: Renamed from sb-file.xpm | |
2976 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm | |
2977 * 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
|
2978 |
29128 | 2979 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
2980 | |
2981 * international/quail.el (quail-show-guidance-buf): Set | |
2982 current-input-method of the guidance buffer to the name of the | |
2983 curren input method. | |
2984 | |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2985 2000-05-23 Stefan Monnier <monnier@cs.yale.edu> |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2986 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2987 * progmodes/compile.el (compile-internal): Style typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2988 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2989 * 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
|
2990 quote vars and functions in the docstring. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2991 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2992 * newcomment.el (comment-make-extra-lines): Don't use `assert'. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2993 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2994 * completion.el (dynamic-completion-mode, dynamic-completion-mode): |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2995 Don't quote lambdas. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2996 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2997 * 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
|
2998 |
29116 | 2999 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3000 | |
29127 | 3001 * startup.el (command-line): Determine source file of compiled |
3002 user init file differently. Warn if compiled user init file | |
3003 is older than its source file. | |
3004 | |
29116 | 3005 * 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
|
3006 |
29112 | 3007 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
3008 | |
3009 * files.el (make-backup-file-name-1): Replace slashes with `!' | |
3010 rather than `|' (which is not allowed on Windows). Replace the | |
3011 drive letters with a string "drive_X". | |
3012 | |
29110 | 3013 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
3014 | |
3015 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'. | |
3016 | |
3017 * files.el (interpreter-mode-alist): Add `bash2'. | |
3018 | |
29091 | 3019 2000-05-22 Dave Love <fx@gnu.org> |
3020 | |
3021 * loadhist.el (feature-symbols, file-provides, file-requires): Use | |
3022 mapc. | |
3023 (feature-file): Avoid calling symbol-name. Doc fix. | |
3024 (file-set-intersect, file-dependents): Use dolist, not mapcar. | |
3025 (loadhist-hook-functions): Add mouse-position-function. | |
3026 (unload-feature): Change uses of mapcar. | |
3027 | |
3028 * files.el (parse-colon-path): Doc fix. | |
3029 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars. | |
3030 (set-auto-mode): Use mapc. | |
3031 | |
3032 * complete.el (PC-look-for-include-file): Use :alnum: character | |
3033 class. | |
3034 (partial-completion-mode): Add autoload cookie. | |
3035 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3036 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
|
3037 |
29102 | 3038 * 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
|
3039 `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
|
3040 |
29082 | 3041 2000-05-22 Dave Love <fx@gnu.org> |
3042 | |
3043 * bindings.el: Remove debug-ignored-errors set in other files. | |
3044 | |
3045 * progmodes/etags.el: Add to debug-ignored-errors. | |
3046 (visit-tags-table-buffer): Clear out buffers holding old tables | |
3047 when making a new list. | |
3048 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use | |
3049 mapc. | |
3050 | |
3051 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't | |
3052 quote keywords. | |
3053 (cmpl-string-case-type): Use character classes. | |
3054 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3055 * comint.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3056 * textmodes/ispell.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3057 * imenu.el: |
29082 | 3058 * mail/mh-e.el: |
3059 * progmodes/compile.el: Add to debug-ignored-errors. | |
3060 | |
3061 * dabbrev.el: Add to debug-ignored-errors. | |
3062 (dabbrev-completion): Use mapc. | |
3063 | |
29075 | 3064 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il> |
3065 | |
3066 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk) | |
3067 (woman-mapcan, woman-parse-man.conf) | |
3068 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font) | |
3069 (woman-reset-emulation, woman-select-symbol-fonts): New functions. | |
3070 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin | |
3071 path syntax better. | |
3072 (woman-man.conf-path, woman-use-own-frame): New defcustoms. | |
3073 (woman-manpath): Call woman-parse-man.conf. | |
3074 (woman-emulation): New defcustom, defaults to nroff. | |
3075 (woman-font-support): New defconst. | |
3076 (woman-use-symbol-font): New defcustom. | |
3077 (woman-menu): Add new menu items: "Colored/BW", "Advanced", | |
3078 "Emulation". | |
3079 Many functions: Doc fix. | |
3080 | |
29072 | 3081 2000-05-22 Kenichi Handa <handa@etl.go.jp> |
3082 | |
3083 * international/quail.el (quail-simple-translation-keymap): Map | |
3084 128..255 to quail-self-insert-command. | |
3085 (quail-keyboard-layout-alist): Add definition for "pc102-de". | |
3086 | |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3087 2000-05-22 Stefan Monnier <monnier@cs.yale.edu> |
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3088 |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3089 * help.el (help-manyarg-func-alist): Typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
3090 |
29070
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3091 * 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
|
3092 intervals which makes it heaps simpler. |
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
3093 |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
3094 * 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
|
3095 the nested comment markers. |
29063
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3096 |
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
3097 * 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
|
3098 |
29059 | 3099 2000-05-21 Dave Love <fx@gnu.org> |
3100 | |
29061 | 3101 * edmacro.el (edmacro-parse-keys): Return vector if any elements |
3102 are invalid characters. | |
3103 | |
29059 | 3104 * international/mule-util.el (detect-coding-with-priority): Use |
3105 mapc. Remove redundant lambda. | |
3106 | |
3107 * international/mule-diag.el (list-non-iso-charset-chars) | |
3108 (describe-fontset): Remove redundant lambda. | |
3109 | |
3110 * emulation/crisp.el (brief-mode): New alias. | |
3111 | |
3112 * emacs-lisp/ring.el (ring-elements): New function. | |
3113 | |
3114 * emacs-lisp/easymenu.el (easy-menu-create-menu) | |
3115 (easy-menu-do-add-item): Use keywordp. | |
3116 | |
3117 * emacs-lisp/byte-opt.el: Update side-effect free function lists. | |
3118 | |
3119 * replace.el: Doc and error message fixes. | |
3120 (replace-highlight): Use facep, not internal-find-face. | |
3121 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3122 2000-05-20 Stefan Monnier <monnier@cs.yale.edu> |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3123 |
29045
7235e6a14c62
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29043
diff
changeset
|
3124 * 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
|
3125 |
29043
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3126 * log-edit.el (log-edit-done): Cleanup trailing empty lines. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3127 (log-edit-insert-changelog): Drop `:' as well. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3128 |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3129 * log-view.el: Fix file description. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3130 (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
|
3131 available. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3132 (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
|
3133 (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
|
3134 |
29040
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3135 * emacs-lisp/easy-mmode.el: Update copyright and commentary. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3136 (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
|
3137 Print a status message if the toggle is called interactively. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3138 (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
|
3139 for global minor modes and use `defcustom' for them. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3140 Use add-minor-mode. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3141 (easy-mmode-define-derived-mode): Remove. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3142 (define-derived-mode): Fancier default docstring. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3143 (easy-mmode-define-navigation): Signal an error rather than (ding). |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3144 |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3145 * newcomment.el (comment-styles): New `box-multi'. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3146 (comment-normalize-vars): Better default for comment-continue to |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3147 avoid whitespace-only continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3148 (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
|
3149 (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
|
3150 (comment-make-extra-lines): Better handling of empty continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3151 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
|
3152 (uncomment-region): Try handling the special `=' filler. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3153 (comment-region): Allow LINES even if MULTI is nil. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3154 (comment-box): Choose box style based on comment-style. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3155 |
29029 | 3156 2000-05-20 Kenichi Handa <handa@etl.go.jp> |
3157 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3158 * international/ccl.el (ccl-compile-write-string): Make STR unibyte. |
29029 | 3159 (ccl-compile-write-repeat): If ARG is string, make it unibyte. |
3160 | |
29028 | 3161 2000-05-20 Kenichi HANDA <handa@etl.go.jp> |
3162 | |
3163 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region | |
3164 and insert, not subst-char-in-region. | |
3165 | |
3166 * international/mule-diag.el (list-character-sets-1): Handle | |
3167 charsets eight-bit-control and eight-bit-graphic. | |
3168 (list-iso-charset-chars): Likewise. | |
3169 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit | |
3170 charactes as is. Use indent-to to align characters. | |
3171 | |
3172 * international/mule-cmds.el (find-multibyte-characters): Never | |
3173 exclude charsets eight-bit-control and eight-bit-graphic. | |
3174 | |
29015
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3175 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3176 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3177 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception): |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3178 Don't quote lambdas. |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3179 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3180 * 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
|
3181 |
28993 | 3182 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3183 | |
3184 * gud.el (gud-jdb-directories): Doc fix. | |
3185 | |
28989
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3186 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3187 |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3188 * newcomment.el: New file. |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3189 |
28988 | 3190 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3191 | |
28993 | 3192 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'. |
28988 | 3193 |
28982 | 3194 2000-05-18 Andreas Schwab <schwab@suse.de> |
3195 | |
3196 * dired.el (dired-between-files): Also skip lines beginning with | |
3197 `used'. | |
3198 | |
28978 | 3199 2000-05-18 Gerd Moellmann <gerd@gnu.org> |
3200 | |
3201 * msb.el (msb-menu-cond): Add choice `user'. | |
3202 | |
28981 | 3203 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
|
3204 |
28981 | 3205 * ps-print.el: Compatibility, customization and doc fix. |
3206 (ps-printer-name-option): Replace defconst by defvar. | |
3207 (ps-postscript-code-directory): XEmacs compatibility. | |
3208 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code | |
3209 fix. | |
3210 (ps-user-defined-prologue, ps-print-prologue-header) | |
3211 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs | |
3212 compatibility and code fix. | |
3213 (ps-print-background-image, ps-print-background-text): | |
3214 Customization fix. | |
3215 (ps-line-number-start, ps-n-up-on): New vars. | |
3216 | |
28978 | 3217 2000-05-18 Espen Skoglund <esk@ira.uka.de> |
3218 | |
3219 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed | |
3220 the indent-comment function to just return the appropriate indent. | |
3221 | |
28975 | 3222 2000-05-18 Eric M. Ludlam <zappo@ultranet.com> |
3223 | |
3224 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm, | |
3225 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm, | |
3226 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files | |
3227 | |
28969 | 3228 2000-05-18 Dave Love <fx@gnu.org> |
3229 | |
3230 * info.el (Info-fontify-node): Add intangible property as well as | |
3231 invisible. | |
3232 | |
3233 * calendar/appt.el (appt-make-list): Match all lines of entry. | |
3234 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de> | |
3235 | |
28965 | 3236 2000-05-18 Kenichi Handa <handa@etl.go.jp> |
3237 | |
3238 * international/mule-diag.el (describe-char-after): Call | |
3239 internal-char-font, not char-font. If internal-char-font returns | |
3240 nil, display "-- none --". | |
3241 | |
28959 | 3242 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3243 | |
3244 * image.el (image-type-available-p): Don't reference image-types | |
3245 if it isn't bound. | |
3246 | |
28957
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3247 2000-05-17 Stefan Monnier <monnier@cs.yale.edu> |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3248 |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3249 * autoarg.el (autoarg-mode): Typo in the :set argument. |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3250 |
28954 | 3251 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3252 | |
3253 * startup.el (command-line-1): Don't signal an error if the | |
3254 directory for auto-save-list files does not yet exist. | |
3255 | |
28950 | 3256 2000-05-17 Kenichi Handa <handa@etl.go.jp> |
3257 | |
3258 * international/mule-conf.el (arabic-iso8859-6): Fix typo. | |
3259 | |
28948
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3260 2000-05-16 Stefan Monnier <monnier@cs.yale.edu> |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3261 |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3262 * subr.el (remove-hook): `setq' hook-value, not `set'. |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3263 |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3264 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
|
3265 |
28981 | 3266 * 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
|
3267 |
28942 | 3268 2000-05-16 Dave Love <fx@gnu.org> |
3269 | |
3270 * cus-edit.el: Don't require cl or easymenu. | |
3271 (custom-variable-prompt): Test standard-value property, not | |
3272 user-variable-p. | |
3273 | |
28940
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3274 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
|
3275 |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3276 * 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
|
3277 |
28939 | 3278 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
3279 | |
3280 * startup.el (command-line-1): Mention the FAQ in the startup | |
3281 message. | |
3282 | |
3283 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'. | |
3284 | |
3285 * progmodes/compile.el (compilation-parse-errors): Collect | |
3286 `nomessage' regexps last. | |
3287 | |
3288 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp. | |
3289 | |
3290 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp' | |
3291 to the function name. | |
3292 | |
28926 | 3293 2000-05-15 Dave Love <fx@gnu.org> |
3294 | |
3295 * speedbar.el (speedbar-recenter): Typo. | |
3296 (speedbar-expand-line): Make arg optional. | |
3297 (speedbar-mode): Avoid a compiler warning. | |
3298 | |
28924 | 3299 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3300 | |
3301 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that | |
3302 user-specified option string is empty. | |
3303 | |
3304 * mouse.el (mouse-yank-at-click): Doc fix. | |
3305 | |
28921 | 3306 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
3307 | |
3308 * term/internal.el (IT-character-translations): More updates of | |
3309 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC | |
3310 documents. | |
3311 | |
28919 | 3312 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3313 | |
3314 * env.el (getenv): New function, interactively callable. | |
3315 (setenv, getenv): Remove autoload cookies. | |
3316 | |
3317 * loadup.el: Load `env'. | |
3318 | |
3319 * progmodes/f90.el: Change author's mail address. | |
3320 | |
28908 | 3321 2000-05-14 Dave Love <fx@gnu.org> |
3322 | |
28911 | 3323 * mail/rmail.el (rmail-show-message-hook): Customize and offer |
3324 goto-addr as an option. | |
3325 | |
3326 * help.el (help-xref-stack): Doc fix. | |
3327 (help-xref-following): New variable. | |
3328 (help-make-xrefs): Use it. | |
3329 (help-xref-go-back): Use position information from stack element. | |
3330 (help-follow): Make position in stack element a pair. Use | |
3331 help-xref-following. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3332 |
28911 | 3333 * autoarg.el: New file. |
3334 | |
3335 * faces.el: Declare more functions obsolete. | |
3336 | |
28908 | 3337 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el |
3338 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el | |
3339 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el | |
3340 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: | |
3341 Remove all the setup-...-environment functions. | |
3342 | |
28903 | 3343 2000-05-13 Eric M. Ludlam <zappo@ultranet.com> |
3344 | |
28919 | 3345 * speedbar.el: Updated the commentary section. xemacs20p now uses |
3346 >= when detecting. Require `defimage' safely. | |
28903 | 3347 (speedbar-easymenu-definition-base): Add toggle for images. |
3348 (speedbar-easymenu-definition-special): Add flush cache & expand. | |
3349 (speedbar-visiting-tag-hook): Set new defaults. Added options. | |
3350 (speedbar-reconfigure-keymaps-hook): New variable. | |
3351 (speedbar-frame-parameters): Updated documentation. | |
3352 (speedbar-use-imenu-flag): Updated custom tag | |
3353 (speedbar-dynamic-tags-function-list): New variable. | |
3354 (speedbar-tag-hierarchy-method): Updated doc & custom. | |
28919 | 3355 (speedbar-indentation-width, speedbar-indentation-width) New |
3356 variables. | |
3357 (speedbar-hide-button-brackets-flag): Customizable. | |
28903 | 3358 (speedbar-vc-indicator): Doc update. |
3359 (speedbar-ignored-path-expressions): Updated default value. | |
3360 (speedbar-supported-extension-expressions): Updated default value. | |
3361 (speedbar-syntax-table): Remove {} paren status. | |
28919 | 3362 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act |
3363 as "+". Added overlay aliases. | |
3364 (speedbar-mode): Use `speedbar-mode-line-update' instead of | |
3365 `force-mode-line-update'. | |
3366 (speedbar-mode, speedbar-quick-mouse, speedbar-click) | |
3367 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of | |
3368 `mouse-set-point' | |
28903 | 3369 (speedbar-reconfigure-keymaps): Run configure keymap hooks. |
28919 | 3370 (speedbar-item-info-tag-helper): Revamped to handle a wider range |
3371 of arbitrary text, and new helper functions. | |
3372 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in | |
3373 filename finder. | |
28903 | 3374 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. |
3375 (speedbar-directory-buttons): Update path search/expansion. | |
3376 (speedbar-make-tag-line): Pay attention to | |
28919 | 3377 `speedbar-indentation-width'. Use more care w/ invisible |
3378 properties. | |
28903 | 3379 (speedbar-change-expand-button-char): Call |
3380 `speedbar-insert-image-button-maybe'. | |
3381 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced). | |
28919 | 3382 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy) |
3383 (speedbar-trim-words-tag-hierarchy) | |
3384 (speedbar-simple-group-tag-hierarchy): New functions | |
28903 | 3385 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks. |
28919 | 3386 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New |
3387 functions. | |
28903 | 3388 (speedbar-mouse-set-point): New function |
3389 (speedbar-power-click): Updated documentation. | |
28919 | 3390 (speedbar-line-token, speedbar-goto-this-file): Handle more types |
3391 of tag prefix text. | |
3392 (speedbar-expand-line, speedbar-contract-line): Make more robust | |
3393 to strange text. | |
3394 (speedbar-expand-line): Takes universal argument to flush the | |
3395 cache. | |
28903 | 3396 (speedbar-flush-expand-line): New function. |
3397 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn. | |
3398 Use new generator insertion method. | |
3399 (speedbar-fetch-dynamic-tags): New function. | |
3400 (speedbar-fetch-dynamic-imenu): Removed code now handled in | |
3401 `speedbar-fetch-dynamic-imenu'. | |
3402 (speedbar-fetch-dynamic-etags): Fix current buffer problem. | |
3403 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and | |
3404 "Revert Buffer" menu items. | |
3405 (speedbar-buffer-buttons-engine): Be smarter when creating a | |
3406 filename tag (for expansion purposes.). | |
28919 | 3407 (speedbar-highlight-one-tag-line, |
3408 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top) | |
3409 (speedbar-recenter): New functions. | |
28903 | 3410 (defimage-speedbar): Image loading abstraction. |
28919 | 3411 (speedbar-directory-+, speedbar-directory--, speedbar-file-+) |
3412 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+) | |
3413 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v) | |
3414 (speedbar-tag-type, speedbar-tag-mail): New images. | |
28903 | 3415 (speedbar-expand-image-button-alist): New variable. |
3416 (speedbar-insert-image-button-maybe): Insert an image over some | |
3417 buttons. | |
3418 | |
28894 | 3419 2000-05-13 Kenichi Handa <handa@etl.go.jp> |
3420 | |
3421 * international/mule-cmds.el (encode-coding-char): An ASCII | |
3422 character is always encodable. | |
3423 | |
3424 * international/mule-conf.el: Add more information in descriptions | |
3425 of character sets. | |
3426 | |
28965 | 3427 * international/mule-diag.el (describe-char-after): New function. |
28894 | 3428 (describe-font-internal): Adjusted for the change of font-info. |
3429 (describe-font): Likewise. | |
3430 (print-fontset): Rewritten for the new fontset implementation. | |
3431 (describe-fontset): Include fontset alias names in completion. | |
3432 (list-fontsets): Adjusted for the change of print-fontset. | |
3433 | |
28895 | 3434 * simple.el (what-cursor-position): If DETAIL is non-nil, call |
3435 describe-char-after instead of displaying the detail in the echo | |
3436 area. | |
28965 | 3437 (syntax-code-table): Format changed. |
3438 (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
|
3439 |
28905
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3440 2000-05-12 Stefan Monnier <monnier@cs.yale.edu> |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3441 |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3442 * 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
|
3443 |
28890 | 3444 2000-05-12 Dave Love <fx@gnu.org> |
3445 | |
3446 * calendar/todo-mode.el: Remove some compatibility stuff and CL | |
3447 dependence. Use line-{beginning,end}-position, not | |
3448 point-at{b,e}ol. Some doc fixes. | |
3449 (todo-position): New function. Fix callers of position to use it. | |
3450 (todo-save-top-priorities, todo-print): Use with-temp-buffer. | |
3451 | |
28885 | 3452 2000-05-12 Gerd Moellmann <gerd@gnu.org> |
3453 | |
3454 * time.el (display-time-mail-icon): Use `:ascent center'. | |
3455 | |
28893 | 3456 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for |
3457 handling FTP security extensions. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3458 |
28882 | 3459 2000-05-11 Dave Love <fx@gnu.org> |
3460 | |
28888 | 3461 * calendar/todo-mode.el: New file. |
28882 | 3462 |
28870 | 3463 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
3464 | |
28881 | 3465 * comint.el (comint-read-input-ring): Move reference to |
3466 comint-input-ring-size outside of the save-excursion. It was | |
3467 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
|
3468 |
28875 | 3469 * font-lock.el: Update copyright. Remove Simon Marshall's email |
3470 address on request from him. | |
3471 | |
28870 | 3472 * subr.el (substitute-key-definition): Add comment describing |
3473 the meaning of PREFIX. | |
3474 | |
28865
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3475 2000-05-10 Stefan Monnier <monnier@cs.yale.edu> |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3476 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3477 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3478 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3479 * 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
|
3480 (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
|
3481 reference to define-minor-mode in the docstring. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3482 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3483 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3484 HEADER/FOOTER and fix bug with trailing empty directory. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3485 (cvs-append-to-ignore): Use vc-editable-p if available. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3486 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3487 (vc-do-command): Tweak advice to handle the new VC. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3488 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3489 * 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
|
3490 (log-view-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3491 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3492 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3493 (log-edit-changelog-full-paragraphs): New var. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3494 (log-edit-insert-changelog): Remove a lonely leading `* file'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3495 (log-edit-narrow-changelog, log-edit-changelog-paragraph) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3496 (log-edit-changelog-subparagraph, log-edit-changelog-entry) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3497 (log-edit-changelog-ours-p, log-edit-changelog-entries) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3498 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3499 Replace the `cvs' prefix with `log-edit'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3500 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3501 * iswitchb.el (iswitchb-completion-help): Unquote lambda. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3502 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3503 * diff-mode.el (diff-font-lock-keywords): Recognize comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3504 (diff-font-lock-defaults): Explicitly turn off multiline. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3505 (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
|
3506 (diff-ediff-patch): Fix call to ediff-patch-file. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3507 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3508 Handle comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3509 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3510 * frame.el (automatic-hscrolling): Typo. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3511 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3512 * cvs-status.el (cvs-status-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3513 |
28845 | 3514 2000-05-09 Sam Steingold <sds@goems.com> |
3515 | |
3516 * apropos.el (apropos-print): use `describe-face' instead of | |
3517 `customize-face-other-window'. | |
3518 | |
28842 | 3519 2000-05-09 Dave Love <fx@gnu.org> |
3520 | |
3521 Changes mostly following Richard Sharman <rsharman@wave.home.com>. | |
3522 | |
3523 * help.el (describe-variable): Have customize button pop the | |
3524 help-xref stack when invoked. | |
3525 (help-xref-symbol-regexp): Add `face'. | |
3526 (help-make-xrefs): Check for quoted face names and adapt regexp | |
3527 submatch numbers to cope. | |
3528 (help-xref-interned): Maybe insert face doc too. Separate | |
3529 sections with a line of hyphens. | |
3530 | |
28848 | 3531 * faces.el: Some doc fixes. Declare some functions obsolete. |
28842 | 3532 (describe-face): Add customize button. Return the help |
3533 text. Fix prompt. | |
3534 | |
28839 | 3535 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il> |
3536 | |
3537 * term/internal.el (IT-character-translations): Fix last change. | |
3538 | |
28833 | 3539 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3540 | |
3541 * woman.el: New file | |
3542 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>). | |
3543 | |
28829 | 3544 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3545 | |
28831 | 3546 * term/internal.el (IT-character-translations): Update ASCII |
3547 simulations for greek-iso8859-7, add latin-iso8859-14 and | |
3548 latin-iso8859-15. | |
3549 | |
28829 | 3550 * international/mule-cmds.el (set-language-info-alist): Call |
3551 define-prefix-command with 3 arguments, to make the map suitable | |
3552 for a menu. | |
3553 | |
28827 | 3554 2000-05-07 Dave Love <fx@gnu.org> |
3555 | |
30620
1a808437b658
Restore inadvertently-changed non-ASCII character.
Eli Zaretskii <eliz@gnu.org>
parents:
30619
diff
changeset
|
3556 * time.el: Small doc fixes from Pavel Janík ml. |
28827 | 3557 |
28825 | 3558 2000-05-05 Dave Love <fx@gnu.org> |
3559 | |
3560 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg | |
3561 list in doc string. Don't quote keyword symbols. | |
3562 * emacs-lisp/cl.el: Likewise | |
3563 * emacs-lisp/cl-seq.el: Likewise | |
3564 | |
28823 | 3565 2000-05-05 Gerd Moellmann <gerd@gnu.org> |
3566 | |
3567 * abbrev.el (abbrev-mode): Make ARG optional. | |
3568 | |
28812 | 3569 2000-05-04 Gerd Moellmann <gerd@gnu.org> |
3570 | |
28817 | 3571 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'. |
3572 | |
3573 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'. | |
3574 | |
28812 | 3575 * subr.el (substitute-key-definition): Clarify documentation. |
3576 | |
3577 2000-05-04 Milan Zamazal <pdm@freesoft.cz> | |
3578 | |
3579 * glasses.el (glasses-convert-to-unreadable): Use | |
3580 `glasses-separator' instead of the hard-wired "_". | |
3581 (glasses-mode): Call `glasses-make-unreadable' only in a single | |
3582 place. | |
3583 | |
28808 | 3584 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
3585 | |
3586 * term/internal.el (cjk-codepages-alist): Add associations for | |
3587 Chinese and Korean codepages. Remove FIXME comment. | |
3588 | |
28806 | 3589 2000-05-03 Dave Love <fx@gnu.org> |
3590 | |
3591 * time.el (display-time-mail-face, display-time-use-mail-icon): | |
3592 New option. | |
3593 (display-time-mail-icon): New variable. | |
3594 (display-time-string-forms): Use the above. Fix the local-map. | |
3595 | |
28795 | 3596 2000-05-03 Gerd Moellmann <gerd@gnu.org> |
3597 | |
28805 | 3598 * replace.el (query-replace-map): Add binding for `E'. |
3599 (query-replace-help): Extend help text. | |
3600 (perform-replace): Allow editing the replacement string. | |
3601 | |
3602 * make-mode.el (makefile-mode-abbrev-table): New variable. | |
3603 (makefile-mode): Set local abbrev table to | |
3604 makefile-mode-abbrev-table. | |
3605 (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
|
3606 |
28795 | 3607 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't |
3608 set TOGGLE's value. | |
3609 | |
28805 | 3610 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from |
3611 mail-interactive-insert-alias. | |
3612 (mail-abbrev-complete-alias): New command. | |
3613 (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
|
3614 |
28790 | 3615 2000-05-03 Kenichi Handa <handa@etl.go.jp> |
3616 | |
3617 * language/lao-util.el (lao-compose-region): New function. | |
3618 | |
28782 | 3619 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
3620 | |
28789 | 3621 * files.el (recover-session): Make directories as necessary |
3622 if they don't exist yet. | |
3623 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3624 * calendar/cal-french.el |
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3625 (french-calendar-multibyte-special-days-array) |
28782 | 3626 (french-calendar-special-days-array): Change French text. |
3627 (calendar-french-date-string): Change output. | |
3628 (calendar-goto-french-date): Likewise. | |
3629 | |
3630 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk> | |
3631 | |
3632 * wid-edit.el (widget-default-active): Obey `:always-active'. | |
3633 (widget-documentation-string-value-create): Set `:always-active'. | |
3634 | |
28778 | 3635 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3636 | |
3637 * startup.el (auto-save-list-file-prefix): For ms-dos, set the | |
3638 default prefix to `~/_emacs.d/auto-save.list/_s'. | |
3639 (normal-top-level): Create the directory for auto-save files, if | |
3640 it doesn't already exist (in the ms-dos case only). | |
3641 | |
28775 | 3642 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3643 | |
3644 * international/mule-cmds.el (set-language-environment): Don't | |
3645 concat an integer (dos-codepage), use format instead. | |
3646 | |
28772 | 3647 2000-05-02 Dave Love <fx@gnu.org> |
3648 | |
3649 * help.el (help-xref-on-pp): Check for constant symbols. | |
3650 | |
28764 | 3651 2000-04-29 Gerd Moellmann <gerd@gnu.org> |
3652 | |
3653 * startup.el (normal-top-level): Put a condition-case around | |
3654 the code loading subdirs.el. | |
3655 | |
3656 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
|
3657 |
28764 | 3658 * ps-print.el: Upside-down and face background color printing, |
3659 line number step, doc fix. | |
3660 (ps-print-version): New version number (5.2). | |
3661 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job) | |
3662 (ps-face-attribute-list, ps-plot-with-face): Code fix. | |
3663 (ps-spool-config): Var fix. | |
3664 (ps-printer-name-option): Const fix. | |
3665 (ps-print-upside-down, ps-use-face-background) | |
3666 (ps-line-number-step): New vars. | |
3667 (ps-window-system, ps-lp-system): New consts. | |
3668 (ps-face-background): New fun. | |
3669 | |
28759 | 3670 2000-04-28 Richard Stallman <rms@gnu.org> |
3671 | |
3672 * files.el (make-auto-save-file-name): | |
3673 Apply auto-save-file-name-transforms to visited file name | |
3674 before generating auto save file name. | |
3675 (auto-save-file-name-transforms): New variable. | |
3676 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3677 * files.el (backup-enable-predicate): |
28759 | 3678 Correctly test for a file under a temporary directory. |
3679 | |
28751 | 3680 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
3681 | |
3682 * subr.el (add-minor-mode): Rewritten. | |
3683 | |
28749 | 3684 2000-04-28 Kenichi Handa <handa@etl.go.jp> |
3685 | |
3686 * mail/sendmail.el (sendmail-send-it): Set | |
3687 buffer-file-coding-system to the selected coding system for MIME | |
3688 header. | |
3689 | |
28748 | 3690 2000-04-27 Gerd Moellmann <gerd@gnu.org> |
3691 | |
3692 * dired.el (dired-move-to-filename-regexp): Allow format where | |
3693 YYYY is followed by two spaces. | |
3694 | |
3695 * progmodes/etags.el (etags-tags-completion-table): Add a `:' | |
3696 in the second character class of the regexp. | |
3697 | |
3698 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in | |
3699 mh-etc, too. | |
3700 | |
3701 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert | |
3702 nil. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3703 |
28748 | 3704 * subr.el (add-minor-mode): Use `set' instead of `setq'. |
3705 | |
3706 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN | |
3707 argument. | |
3708 | |
3709 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
|
3710 |
28748 | 3711 * emacs-lisp/crm.el (crm-completion-table): New variable. |
3712 (crm-collection-fn, crm-test-completion) | |
3713 (completing-read-multiple): Use it. | |
3714 | |
28736 | 3715 2000-04-27 Dave Love <fx@gnu.org> |
3716 | |
3717 * help.el (locate-library): Use mapc. | |
3718 (help-manyarg-func-alist): Add call-process-region. | |
3719 | |
28724 | 3720 2000-04-26 Gerd Moellmann <gerd@gnu.org> |
3721 | |
28729 | 3722 * subr.el (add-minor-mode): Make argument MAP optional. |
3723 | |
28724 | 3724 * desktop.el (desktop-save): Save list of minor modes. |
3725 (desktop-create-buffer): Restore minor modes. | |
3726 (desktop-minor-mode-table): New user-option. | |
3727 | |
3728 * subr.el (add-minor-mode): New function. | |
3729 | |
3730 * image.el (find-image): New function. | |
3731 (defimage): Rewritten to find image at load time. | |
3732 | |
3733 * startup.el (normal-top-level-add-to-load-path): Handle | |
3734 case that the default directory is not in load-path. | |
3735 | |
3736 * help.el: Old patch from Stefan Monnier. | |
3737 (help-xref-on-pp): New function. | |
3738 (describe-variable): Use it to display xrefs in a symbol's value. | |
3739 | |
28717
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3740 2000-04-26 Stefan Monnier <monnier@cs.yale.edu> |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3741 |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3742 * cus-edit.el (custom-face): Fix parenthesis. |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3743 |
28713 | 3744 2000-04-26 Kenichi Handa <handa@etl.go.jp> |
3745 | |
28715 | 3746 * mail/rmail.el (rmail-expunge): When there are no deleted |
3747 messages, do nothing. | |
28713 | 3748 |
28712 | 3749 2000-04-26 Dave Love <fx@gnu.org> |
3750 | |
3751 * international/mule-cmds.el (locale-translation-file-name): | |
3752 Defvar to nil. | |
3753 (set-locale-environment): Set it here (at runtime). | |
3754 | |
28710 | 3755 2000-04-25 Gerd Moellmann <gerd@gnu.org> |
3756 | |
3757 * replace.el (perform-replace): Add parameters START and END. Use | |
3758 them instead of the check for a region in Transient Mark mode. | |
3759 (query-replace-read-args): Return two more list elements for the | |
3760 start and end of the region in Transient Mark mode. | |
3761 (query-replace, query-replace-regexp, query-replace-regexp-eval) | |
3762 (map-query-replace-regexp, replace-string, replace-regexp): Add | |
3763 optional last arguments START and END and pass them to | |
3764 perform-replace. | |
3765 | |
3766 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a | |
3767 form with additional arguments for perform-replace. | |
3768 | |
3769 * progmodes/etags.el (tags-query-replace): Add parameters START | |
3770 and END. Construct a form with additional arguments for | |
3771 perform-replace. | |
3772 | |
3773 * simple.el (shell-command): Set default directory for "*Shell | |
3774 Command Output" buffer. | |
3775 | |
3776 * language/european.el (iso-latin-4): Fix typo. | |
3777 | |
3778 * emacs-lisp/crm.el: New file. | |
3779 | |
28701 | 3780 2000-04-24 Dave Love <fx@gnu.org> |
3781 | |
3782 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current) | |
3783 (Custom-reset-saved, Custom-reset-standard) | |
3784 (custom-group-value-create, custom-group-set, custom-group-save) | |
3785 (custom-group-reset-current, custom-group-reset-saved) | |
3786 (custom-group-reset-standard): Use mapc. | |
3787 (custom-buffer-create-internal): Disable undo when creating items. | |
3788 Use mapc. | |
3789 (custom-face): Avoid redundant lambda. | |
3790 | |
28699 | 3791 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
3792 | |
3793 * startup.el (auto-save-list-file-prefix): Set default to | |
3794 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS. | |
3795 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3796 2000-04-24 Sam Steingold <sds@gnu.org> |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3797 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3798 * 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
|
3799 `field-result' to a string. |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3800 |
28695 | 3801 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
3802 | |
3803 * frame.el (scrolling): New group. | |
3804 (automatic-hscrolling): New user-option. | |
3805 | |
3806 * startup.el (command-line-x-option-alist): Add `-lsp' and | |
3807 `--line-spacing'. | |
3808 | |
28668 | 3809 2000-04-19 Dave Love <fx@gnu.org> |
3810 | |
3811 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition. | |
3812 (cl-mapc): Rename from mapc. Fix the funcall. | |
3813 | |
28653 | 3814 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
3815 | |
28660 | 3816 * simple.el (clone-indirect-buffer-other-window): New command. |
3817 (clone-indirect-buffer): Add optional arg NORECROD. | |
3818 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window. | |
3819 | |
28658 | 3820 * help.el (resize-temp-buffer-window): Use count-screen-lines. |
3821 | |
3822 * window.el (count-screen-lines): New function. | |
3823 (shrink-window-if-larger-than-buffer): Use count-screen-lines | |
3824 instead of window-buffer-height. | |
3825 | |
3826 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set | |
3827 non-existing variable comint-input-sentinel. | |
3828 (inferior-lisp-args-to-list): Removed. | |
3829 (inferior-lisp): Use split-string instead of | |
3830 inferior-lisp-args-to-list. | |
3831 | |
3832 * hexl.el (hexl-insert-hex-string): New command. | |
3833 | |
28653 | 3834 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name |
3835 instead of concat. | |
3836 | |
28634 | 3837 2000-04-18 Gerd Moellmann <gerd@gnu.org> |
3838 | |
3839 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline | |
3840 at the start of an existing but empty folder. | |
3841 | |
3842 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
3843 | |
3844 * ps-mule.el: Customization fix, doc fix. | |
3845 (ps-multibyte-buffer): Customization fix. | |
3846 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
3847 2000-04-17 Richard M. Stallman <rms@gnu.org> |
28627
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3848 |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3849 * subr.el (read-passwd): Use read-char-exclusive. |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3850 |
28626 | 3851 2000-04-17 Gerd Moellmann <gerd@gnu.org> |
3852 | |
3853 * textmodes/texinfo.el (texinfo-insert-@email) | |
3854 (texinfo-insert-@emph, texinfo-insert-@quotation) | |
3855 (texinfo-insert-@strong, texinfo-insert-@url): New functions. | |
3856 (texinfo-mode-map): Add key bindings for them. | |
3857 | |
3858 * files.el (basic-save-buffer-2): Use a template with `$' | |
3859 instead of `#' for VMS. | |
3860 | |
3861 * simple.el (clone-indirect-buffer): New function. | |
3862 | |
28621 | 3863 2000-04-16 Stephen Eglen <stephen@gnu.org> |
3864 | |
3865 * iswitchb.el (iswitchb-case): New function. If the user input | |
3866 contains any upper-case characters, the search is made | |
3867 case-sensitive. | |
3868 | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3869 2000-04-17 Stefan Monnier <monnier@cs.yale.edu> |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3870 |
28621 | 3871 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as |
3872 comment-end. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3873 (texinfo-font-lock-syntactic-keywords): New var. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3874 (texinfo-font-lock-keywords): Remove comment regexp. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3875 (texinfo-insert-block): New function. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3876 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block. |
28621 | 3877 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip |
3878 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
|
3879 (texinfo-environments): New var. |
28621 | 3880 (texinfo-environment-regexp): Use regexp-opt and |
3881 texinfo-environments. | |
3882 | |
3883 * textmodes/ispell.el (ispell-menu-map-needed): Check that | |
3884 ispell-process is bound since this might be eval'd before ispell | |
3885 is loaded. | |
3886 (ispell-message): Use a tiny bit less magic and a bit more hard | |
3887 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
|
3888 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3889 * 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
|
3890 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3891 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries) |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3892 (insert-cyclic-diary-entry): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3893 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3894 * gud.el (gud-jdb-build-source-files-list): Fix typo. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3895 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3896 * files.el (backup-enable-predicate): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3897 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3898 * cus-edit.el (custom-face, face): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3899 |
28602 | 3900 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
3901 | |
3902 * 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
|
3903 |
28602 | 3904 * ps-print.el: Fix counting lines in a region. |
3905 (ps-print-version): New version number (5.1.5). | |
3906 (ps-spool-without-faces, ps-spool-with-faces): Adjust code. | |
3907 (ps-printing-region): Fun code fix. | |
3908 | |
28600 | 3909 2000-04-15 Gerd Moellmann <gerd@gnu.org> |
3910 | |
3911 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p | |
3912 to file-directory-p. | |
3913 | |
28591 | 3914 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
3915 | |
3916 * gud.el (gud-jdb-build-source-files-list): Check that directory | |
3917 exists before calling directory-files. | |
3918 | |
28578 | 3919 2000-04-13 Dave Love <fx@gnu.org> |
3920 | |
3921 * emacs-lisp/trace.el: Change maintainer. Use new backquote | |
3922 syntax. | |
3923 | |
3924 * emacs-lisp/cl-specs.el: Remove when, unless. | |
3925 | |
3926 * emacs-lisp/cl-extra.el: Don't quote keywords. | |
3927 (cl-old-mapc): New variable. | |
3928 (mapc): Use it. | |
3929 (cl-map-intervals): Use with-current-buffer. Don't check for | |
3930 next-property-change. | |
3931 (cl-map-overlays): Use with-current-buffer. | |
3932 (cl-expt): Remove. | |
3933 (copy-tree, remprop): Define unconditionally. | |
3934 | |
3935 * emacs-lisp/cl-compat.el (keywordp): Remove. | |
3936 | |
3937 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers | |
3938 to use keywordp. | |
3939 (edebug-spec): Enable keywordp. | |
3940 | |
3941 * cus-edit.el (custom-sort-items): Avoid symbol-name with new | |
3942 string-lessp. | |
3943 | |
3944 * cus-start.el: Use keywordp. | |
3945 | |
28577 | 3946 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
3947 | |
3948 * diary-lib.el (include-other-diary-files): Fix the fix of | |
3949 2000-02-18 by doing a save-excursion. | |
3950 | |
3951 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
3952 | |
3953 * ps-print.el: Customization fix, doc fix. | |
3954 (ps-print-version): New version number (5.1.4). | |
3955 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node) | |
3956 (ps-print-preprint): Adjust code. | |
3957 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue) | |
3958 (ps-print-prologue-header, ps-print-control-characters) | |
3959 (ps-spool-config): Customization fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3960 |
28564 | 3961 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
3962 | |
3963 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and | |
3964 converted to the new menu-item format, names silightly changed, | |
3965 help strings added. | |
3966 | |
3967 Support for spelling without async subprocesses: | |
3968 | |
3969 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer) | |
3970 (ispell-session-buffer): New variables. | |
3971 (ispell-start-process, ispell-process-status, | |
3972 ispell-accept-output, ispell-send-string): New functions, for | |
3973 Ispell invocation when async subprocesses aren't supported. | |
3974 (ispell-word, ispell-pdict-save, ispell-command-loop, | |
3975 ispell-process-line, ispell-buffer-local-parsing): Replace calls | |
3976 to process-send-string with calls to ispell-send-string, and | |
3977 accept-process-output with ispell-accept-output. | |
3978 (ispell-init-process): Call ispell-process-status instead of | |
3979 process-status with. | |
3980 (ispell-init-process): Call ispell-start-process. Call | |
3981 ispell-accept-output and ispell-send-string. Don't call | |
3982 process-kill-without-query and kill-process if they are unbound. | |
3983 (ispell-async-processp): New function. | |
3984 | |
28560 | 3985 2000-04-12 Dave Love <fx@gnu.org> |
3986 | |
3987 * info.el: Add debug-ignored-errors. | |
3988 (Info-mode-menu): Add some items. | |
3989 (Info-directory): Add autoload cookie. | |
3990 | |
3991 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible. | |
3992 Modify `truncate-lines'. Make `describe-language-environment' | |
3993 always visible and add help. Modify `describe-key' help. Invoke | |
3994 Info-directory from `info'. New entry `emacs-manual'. | |
3995 | |
28542 | 3996 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
3997 | |
28549 | 3998 * progmodes/ebrowse.el (ebrowse-tree-mode): Use |
3999 propertized-buffer-identification. | |
4000 (ebrowse-update-member-buffer-mode-line): Likewise. | |
4001 (ebrowse--mode-strings): Removed. | |
4002 (ebrowse--mode-line-props): Removed. | |
4003 | |
28542 | 4004 * files.el (auto-mode-alist): Add `EBROWSE'. |
4005 | |
4006 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white | |
4007 space before testing for end of buffer. | |
4008 (ebrowse-load): Removed. | |
4009 (ebrowse-revert-tree-buffer-from-file): Rewritten. | |
4010 (ebrowse-create-tree-buffer): Rewritten. | |
4011 (ebrowse-tree-mode): Read tree from buffer. | |
4012 | |
4013 * progmodes/ebrowse-ffh.el: Removed. | |
4014 | |
28535 | 4015 2000-04-10 Kenichi Handa <handa@etl.go.jp> |
4016 | |
4017 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug. | |
4018 | |
28534 | 4019 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4020 | |
4021 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)' | |
4022 at the wrong place. | |
4023 | |
28783 | 4024 2000-04-09 Dave Love <fx@gnu.org> |
4025 | |
4026 * files.el (backup-enable-predicate): Use | |
4027 temporary-file-directory, small-temporary-file-directory. | |
4028 (make-backup-file-name-function, backup-directory-alist): New | |
4029 variables. | |
4030 (make-backup-file-name-1): New function. | |
4031 (make-backup-file-name): Use it. | |
4032 (find-backup-file-name): Likewise. Use format for clarity, not | |
4033 concat. | |
4034 (file-newest-backup): Use make-backup-file-name. | |
4035 | |
28523 | 4036 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
4037 | |
28530 | 4038 * progmodes/ebrowse-ffh.el: New file. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4039 |
28530 | 4040 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved |
4041 to ebrowse-ffh.el. | |
4042 (ebrowse-load): Add autoload. | |
4043 | |
4044 * finder.el (finder-commentary): Add autoload cookie. | |
4045 | |
28523 | 4046 * mail/rfc2368.el: Correct author's email address. |
4047 | |
4048 * progmodes/ebrowse.el: New file. | |
4049 | |
4050 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu | |
4051 item help string. | |
4052 (easy-menu-do-add-item): Ditto. | |
4053 (easy-menu-define): Extend doc string. | |
4054 | |
4055 * jit-lock.el (with-buffer-unmodified): Use | |
4056 restore-buffer-modified-p. | |
4057 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified. | |
4058 (jit-lock-function, jit-lock-stealth-fontify): Don't use | |
4059 with-buffer-unmodified. | |
4060 | |
28517 | 4061 2000-04-08 Dave Love <fx@gnu.org> |
4062 | |
4063 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop, | |
4064 unless, when. | |
4065 | |
28510
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4066 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
|
4067 |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
4068 * 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
|
4069 (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
|
4070 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
|
4071 Use `viper-put-on-search-overlay'. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4072 |
28506 | 4073 2000-04-04 Gerd Moellmann <gerd@gnu.org> |
4074 | |
4075 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r | |
4076 like C-r. | |
4077 | |
4078 * progmodes/make-mode.el: Some doc fixes. | |
4079 (makefile-mode-abbrev-table): New variable. | |
4080 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table. | |
4081 (makefile-font-lock-keywords): Fontify includes and conditionals. | |
4082 (toplevel): Require `dabbrev' and `add-log' when compiling. | |
4083 | |
4084 * replace.el (perform-replace): Don't move forward one char | |
4085 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want | |
4086 to do that because it leaves point 1 position after the last | |
4087 replacement, after everything has been replaced. | |
4088 | |
4089 * jit-lock.el (with-buffer-unmodified): New macro. | |
4090 (with-buffer-prepared-for-font-lock): Don't preserve buffer's | |
4091 modified state. | |
4092 (jit-lock-function-1): Extracted from jit-lock-function; not | |
4093 preserving buffer's modified state. | |
4094 (jit-lock-function, jit-lock-stealth-fontify): Call | |
4095 jit-lock-function-1. | |
4096 | |
4097 * mail/rfc2368.el: Remove supernumerary copyright line. | |
4098 | |
28499 | 4099 2000-04-04 Milan Zamazal <pdm@freesoft.cz> |
4100 | |
4101 * glasses.el: Provide facilities for inserting space before left | |
4102 parentheses and uncapitalization of identifiers. | |
4103 (glasses-mode): Try to remove old overlays in all cases. | |
4104 | |
28485 | 4105 2000-04-03 Gerd Moellmann <gerd@gnu.org> |
4106 | |
28496 | 4107 * progmodes/compile.el (compile-internal): Display the compilation |
4108 buffer in a different frame, if it's already displayed there. | |
4109 | |
28494 | 4110 * mail/rfc2368.el: New file. |
4111 | |
28492 | 4112 * simple.el (sendmail-user-agent-compose): Recognize a `body' |
4113 header and insert its value as mail body. | |
4114 | |
4115 * subr.el (member-ignore-case): New function. | |
4116 | |
4117 * dabbrev.el (dabbrev-ignored-regexps): New user-option. | |
4118 (dabbrev--find-expansion): Ignore buffers matching a regexp | |
4119 from dabbrev-ignored-regexps. | |
4120 | |
28485 | 4121 * jka-compr.el (jka-compr-compression-info-list): Add `.z' |
4122 to extensions handled by gzip. | |
4123 | |
28492 | 4124 2000-04-03 Richard M. Stallman <rms@gnu.org> |
4125 | |
4126 * files.el (insert-directory): List the total free space | |
4127 along with the used space. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4128 |
28492 | 4129 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix |
4130 line is followed by one that matches CITATION-REGEXP, end the | |
4131 paragraph. | |
4132 | |
4133 2000-04-03 Markus Rost <rost@delysid.gnu.org> | |
4134 | |
4135 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option. | |
4136 (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
|
4137 |
28474 | 4138 2000-04-03 Kenichi Handa <handa@etl.go.jp> |
4139 | |
4140 * international/mule-cmds.el (encoded-string-description): | |
4141 Rewritten. Try pretty description for ISO 2022 escape sequences | |
28476 | 4142 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters |
4143 for hexadecimal format. | |
28474 | 4144 |
28468 | 4145 2000-04-01 Dave Love <fx@gnu.org> |
4146 | |
4147 * cpp.el: Change customization group to `c' from `C'. | |
4148 | |
4149 * vcursor.el (vcursor-move): Use display-color-p. | |
4150 | |
4151 * international/mule-util.el: Provide mule-utils. | |
4152 (string-to-sequence): Simplify and speed up. | |
4153 | |
4154 * international/mule.el (make-coding-system): Purecopy doc-string. | |
4155 | |
4156 * international/mule-cmds.el: Various menu changes. | |
4157 (describe-specified-language-support): Handle `Default'. | |
4158 (set-language-info): Purecopy `info'. | |
4159 | |
28462 | 4160 2000-03-31 Andrew Innes <andrewi@gnu.org> |
4161 | |
4162 * vc.el (vc-backend-diff): Return the correct status if we had to | |
4163 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
|
4164 |
28445 | 4165 2000-03-31 Dave Love <fx@gnu.org> |
4166 | |
28452 | 4167 * help.el (help-manyarg-func-alist): Correct several omissions. |
4168 | |
28450 | 4169 * add-log.el: Don't require cl, fortran. |
4170 (add-log-current-defun-function): Doc fix. | |
4171 (change-log-version-number-regexp-list): Remove SCCS part. Doc | |
4172 fix. | |
4173 (change-log-version-rcs): Function deleted. | |
4174 (change-log-version-number-search): Doc fix. Use | |
4175 vc-workfile-version. Avoid CL dolist. | |
4176 (add-change-log-entry): Just call add-log-current-defun to get | |
4177 defun. Simplify somewhat. | |
4178 (change-log-get-method-definition-1): Likewise. | |
4179 (add-log-current-defun): Return nil if calling | |
4180 add-log-current-defun-function does so. Move Fortran stuff to | |
4181 fortran.el. Return string without properties. | |
4182 | |
28445 | 4183 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper: |
4184 and :alpha: char classes. | |
4185 | |
4186 * mail/supercite.el: Defvar curline when compiling. | |
4187 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp) | |
4188 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:] | |
4189 rather than a-zA-Z0-9 to allow non-ASCII characters. | |
4190 | |
28444 | 4191 2000-03-31 Gerd Moellmann <gerd@gnu.org> |
4192 | |
4193 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format. | |
4194 | |
4195 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4196 Re-enable new code. | |
4197 | |
4198 * lpr.el (print-region-1): Use -d to specify printer name for | |
4199 systems `usg-unix-v*, `dgux', `hpux', `irix'. | |
4200 | |
4201 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
|
4202 |
28444 | 4203 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look |
4204 for function definition in symbol's function value slot first | |
4205 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
|
4206 |
28435 | 4207 2000-03-31 Kenichi Handa <handa@etl.go.jp> |
4208 | |
4209 * language/european.el ("Polish"): New language environment. | |
4210 (setup-polish-environment): New function. | |
4211 | |
28424 | 4212 2000-03-30 Gerd Moellmann <gerd@gnu.org> |
4213 | |
4214 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4215 Disable new code. | |
4216 | |
4217 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug | |
4218 trying to `load' the symbol of an autoload instead of the file | |
4219 recorded in the autoload. Fix error messages. | |
4220 | |
28429 | 4221 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4222 | |
4223 * ps-print.el: PostScript programming fix for ghostview, doc fix. | |
4224 (ps-print-version): New version number (5.1.3). | |
4225 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup) | |
4226 (ps-insert-file, ps-output-boolean, ps-plot-with-face) | |
4227 (ps-generate-postscript-with-faces): Code fix. | |
4228 (ps-color-values): XEmacs compatibility. | |
4229 (ps-print-background-image, ps-print-background-text, ps-printer-name) | |
4230 (ps-default-fg, ps-default-bg): Adjust customization. | |
4231 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var. | |
4232 (ps-color-scale): Renaming old ps-color-value fun. | |
4233 (ps-print-headers): Replace ps-print-header group to avoid conflict | |
4234 with ps-print-header variable. | |
4235 (ps-print-miscellany): New group. | |
4236 (ps-format-color, ps-rgb-color): New funs. | |
4237 (ps-default-foreground): New var. | |
4238 (ps-printer-name-option): New const. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4239 |
28416 | 4240 2000-03-30 Peter Breton <pbreton@ne.mediaone.net> |
4241 | |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4242 * net/net-utils.el: |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4243 (network-connection-host, network-connection-service): New variables |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4244 (network-connection-mode): New mode, derived from comint-mode |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4245 (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
|
4246 service information in local variables. |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4247 |
28416 | 4248 * lisp/locate.el: |
4249 (locate-word-at-point): Added this function | |
4250 (locate): Default to using locate-word-at-point as input | |
4251 Run dired-mode-hook | |
4252 | |
28405 | 4253 2000-03-29 Dave Love <fx@gnu.org> |
4254 | |
4255 * calendar/appt.el: Doc fixes. | |
4256 (appt-check): Convert min-to-app to a string before passing to | |
4257 appt-disp-window-function or concat. | |
4258 (appt-delete-window): Remove test for frame-root-window. | |
4259 (appt-select-lowest-window, appt-convert-time): Simplify. | |
4260 | |
4261 * emacs-lisp/bytecomp.el: Doc fixes. | |
4262 (byte-compile-file-form-autoload): Update | |
4263 byte-compile-function-environment. | |
4264 | |
28403 | 4265 2000-03-29 Andreas Schwab <schwab@suse.de> |
4266 | |
4267 * emacs-lisp/autoload.el: Also print defsubst doc string | |
4268 specially. | |
4269 | |
4270 * dired.el (dired-insert-directory): If dired-free-space-program | |
4271 failed just delete its output. | |
4272 | |
28395 | 4273 2000-03-29 Dave Love <fx@gnu.org> |
4274 | |
4275 * international/iso-cvt.el: Move provide to end. Doc fixes. | |
4276 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables. | |
4277 (iso-iso2sgml, iso-sgml2iso): New functions. | |
4278 (iso-cvt-define-menu): Fix some entries and use backquote for | |
4279 clarity. | |
4280 | |
4281 * format.el (format-alist): Use iso-cvt functions for SGML/HTML. | |
4282 | |
28377 | 4283 2000-03-28 Gerd Moellmann <gerd@gnu.org> |
4284 | |
4285 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter | |
4286 ISO-DATE. If non-nil, return date in ISO 8601 format. | |
4287 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4288 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4289 |
28341
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4290 * 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
|
4291 if it ever becomes used. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4292 (log-edit-mode-hook): Default to vc-log-mode-hook. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4293 (log-edit-mode): Fix the docstring. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4294 |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4295 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4296 the code. |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4297 |
28326 | 4298 2000-03-26 Dave Love <fx@gnu.org> |
4299 | |
28331 | 4300 * net/browse-url.el (browse-url): Re-fix case of |
4301 browse-url-browser-function being an alist. | |
4302 (browse-url): Add :link to defgroup. | |
4303 | |
28326 | 4304 * files.el: Doc fixes. |
4305 (file-truename): Include `[' in wildcard characters. | |
4306 (automount-dir-prefix): Customize. | |
4307 (find-file-wildcards): Add :version. | |
4308 (find-file-noselect): Simplify a mapcar call. | |
4309 | |
4310 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist | |
4311 compatible with inf-lisp version. | |
4312 (eval-defun-1): Fix custom-declare-variable case. | |
4313 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4314 2000-03-25 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4315 |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4316 * 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
|
4317 |
28303 | 4318 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4319 | |
28308 | 4320 * Makefile (COMPILE_FIRST): New macro. |
4321 (compile-files): Compile files from COMPILE_FIRST first. | |
4322 | |
4323 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new | |
4324 code. | |
4325 | |
28303 | 4326 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp |
4327 matching open parenthesis in column 0 to defun-prompt-regexp | |
4328 only if open-paren-in-column-0-is-defun-start is set. | |
4329 | |
4330 * sun-curs.el: Require CL at compile-time only. | |
4331 | |
4332 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)' | |
4333 instead of copy-list which is a function from CL. | |
4334 (msb--choose-menu, msb--mode-menu-cond) | |
4335 (msb--create-buffer-menu-2): Use dolist instead of mapc. | |
4336 (msb--init-file-alist): Use mapcar instead of mapcan. | |
4337 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix | |
4338 `(' in column 0 in doc string. | |
4339 (msb--add-separators): Use mapcar instead of mapcan. | |
4340 | |
4341 * cus-dep.el: Require CL at compile-time only. | |
4342 | |
28296
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4343 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4344 |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4345 * emacs-lisp/bytecomp.el (byte-compile-warning-types) |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4346 (byte-compile-warnings): New warning `noruntime'. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4347 (byte-compile-constants, byte-compile-variables): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4348 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4349 execute `eval-whenc-compile's body. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4350 (byte-compile-unresolved-functions): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4351 (byte-compile-eval): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4352 (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
|
4353 at runtime (via property `byte-compile-noruntime'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4354 (byte-compile-print-syms): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4355 (byte-compile-warn-about-unresolved-functions): Also warn about |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4356 `noruntime' functions (and use `byte-compile-print-syms'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4357 (byte-compile-file): Capitalize the message. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4358 |
28292 | 4359 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4360 | |
4361 * mail/rmail.el (rmail-confirm-expunge): New user-option. | |
4362 (rmail-expunge): Ask for confirmation depending on the setting | |
4363 of rmail-confirm-expunge. | |
4364 | |
4365 2000-03-23 Gerd Moellmann <gerd@gnu.org> | |
4366 | |
4367 * Makefile (bootstrap-clean): If $(emacs) exists, build | |
4368 loaddefs.el first. A loaddefs.el that's not up-to-date might | |
4369 cause a bootstrap failure because things don't autoload as | |
4370 expected. | |
4371 | |
28289 | 4372 2000-03-23 Dave Love <fx@gnu.org> |
4373 | |
4374 * net/browse-url.el: Restore previous use of | |
4375 browse-url-maybe-new-window. | |
4376 | |
28287 | 4377 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4378 | |
4379 * ps-print.el: Skip banner page fix. | |
4380 (ps-print-version): New version number (5.1.2). | |
4381 (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
|
4382 |
28287 | 4383 2000-03-23 Dave Pearson <davep@davep.org> |
4384 | |
4385 * net/quickurl.el Changed the type of parameter passed to the | |
4386 function defined by `quickurl-format-function'. Before only the | |
4387 text of the URL was passed. Now the whole URL structure is passed | |
4388 and the function is responsible for extracting the parts it | |
4389 requires. Changed the default of `quickurl-format-function' | |
4390 accordingly. | |
4391 (quickurl-insert): Changed the `funcall' of | |
4392 `quickurl-format-function' to match the above change. | |
4393 (quickurl-list-insert): Changed the `url' case so that it makes | |
4394 use of `quickurl-format-function', previous to this the format was | |
4395 hard wired. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4396 |
28283 | 4397 2000-03-22 Gerd Moellmann <gerd@gnu.org> |
4398 | |
4399 * startup.el: Change some spellings for the X Window System. | |
4400 | |
28278
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4401 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4402 |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4403 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4404 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
|
4405 moved to the suspicious line while querying the user. |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4406 |
28276 | 4407 2000-03-22 Jason Rumney <jasonr@gnu.org> |
4408 | |
4409 * w32-fns.el (w32-charset-info-alist): Initialize. | |
4410 | |
28267 | 4411 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4412 | |
4413 * ps-print.el: N-up last page fix. | |
4414 (ps-print-version): New version number (5.1.1). | |
4415 (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
|
4416 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4417 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4418 |
28260
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4419 * files.el (find-file-run-dired): Update docstring. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4420 (find-directory-functions): New hook. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4421 (find-file-noselect): Run find-directory-functions rather than |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4422 calling dired directly. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4423 |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4424 * 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
|
4425 |
28257
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4426 * pcvs.el: Add a minimal leading commentary. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4427 (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
|
4428 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
|
4429 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
|
4430 its own footer and header. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4431 (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
|
4432 (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
|
4433 (cvs-is-within-p): New function. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4434 (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
|
4435 to only examine some subset of the buffers. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4436 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4437 * 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
|
4438 `format' instead of our own ad-hoc functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4439 Remove HEADER and FOOTER cases, now handled in the EWOC. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4440 (cvs-fileinfo<): Remove HEADER and FOOTER cases. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4441 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4442 * 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
|
4443 output to avoid scaring the user. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4444 (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
|
4445 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4446 * pcvs-defs.el (cvs-startup-message): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4447 (cvs-global-menu): New autoloaded menu. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4448 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4449 * pcvs-util.el (cvs-string-fill): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4450 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4451 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4452 (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
|
4453 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
|
4454 (ewoc-create): Drop POS and BUFFER arguments. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4455 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
|
4456 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4457 (ewoc-refresh): Remove unused `header' variable. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4458 (ewoc-(get|set)-hf): New functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4459 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4460 * 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
|
4461 log-view-*-(message|file) and use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4462 (log-view-message-re): Match SCCS format as well. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4463 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
|
4464 (log-view-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4465 (log-view-current-tag): Fill in with an actual implementation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4466 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4467 * cvs-status.el (cvs-status-(prev|next)): Rename from |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4468 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
|
4469 (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
|
4470 to let the output "breathe" a little more (more readable). |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4471 (cvs-status-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4472 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4473 * smerge-mode.el (smerge-auto-leave): New function and variable. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4474 (smerge-basic-map): Rename from smerge-basic-keymap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4475 Change the bindings for smerge-diff-*. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4476 (smerge-*-map): Use easy-mmode-defmap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4477 (smerge-(next|prev)): Use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4478 (smerge-keep-*): Use smerge-auto-leave. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4479 |
28246 | 4480 2000-03-21 Jason Rumney <jasonr@gnu.org> |
4481 | |
4482 * cus-edit.el (custom-button-face): Use 3D look for w32. | |
4483 (custom-button-pressed-face): Likewise. | |
4484 | |
28244 | 4485 2000-03-21 Gerd Moellmann <gerd@gnu.org> |
4486 | |
4487 * progmodes/etags.el (tags-case-fold-search): New user-option. | |
4488 (tags-loop-eval): New function. Bind case-fold-search around eval | |
4489 depending on the value of tags-case-fold-search. | |
4490 (tags-loop-continue): Use tags-loop-eval. | |
4491 (find-tag-in-order): Bind case-fold-search depending on the value | |
4492 of tags-case-fold-search. | |
4493 | |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4494 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4495 |
28247
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4496 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4497 (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
|
4498 `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4499 (diff-recenter): Remove. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4500 (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
|
4501 of `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4502 (diff-kill-*): Rename `diff-*-kill' (for consistency with the |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4503 previous renaming) and fix to use new names. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4504 (diff-merge-strings): Use \n as separator: simpler, faster. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4505 (diff-mode): Use `define-derived-mode'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4506 |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4507 * derived.el (define-derived-mode): Don't autoload anymore. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4508 Prefer the macro-only version provided by easy-mmode.el. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4509 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4510 * 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
|
4511 `easy-mmode-define-derived-mode'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4512 Use `combine-run-hooks'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4513 (easy-mmode-define-navigation): New macro. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4514 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4515 * subr.el (combine-run-hooks): New function. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4516 |
28233 | 4517 2000-03-21 Kenichi HANDA <handa@etl.go.jp> |
4518 | |
4519 * term/x-win.el: Fontsets related initialization is simplified. | |
4520 | |
4521 * international/mule-diag.el (describe-font): Don't refer to | |
4522 global-fontset-alist, instead call font-list. | |
4523 (describe-fontset, list-fontsets, mule-diag): Likewise. | |
4524 (print-fontset): Adjusted for the change of fontset | |
4525 implementation. | |
4526 | |
4527 * international/fontset.el (x-charset-registries): Variable | |
4528 removed, instead the corresponding data is stored in the default | |
4529 fontset. | |
4530 (register-alternate-fontnames): Function removed. | |
4531 (resolved-ascii-font): Variable removed. | |
4532 (x-compose-font-name): Ignore the second argument REDOCE. | |
4533 (x-complement-fontset-spec): Complement only an ASCII font and | |
4534 element for those charsets than can use that ASCII font. | |
4535 (generate-fontset-menu): Don't refer to global-fontset-alist, | |
4536 instead call fontset-list. | |
4537 (uninstantiated-fontset-alist): Variable removed. | |
4538 (x-style-funcs-alist): Likewise. | |
4539 (fontset-default-styles): Likewise. | |
4540 (x-modify-font-name): Function removed. | |
4541 (create-fontset-from-fontset-spec): Ignore the argument | |
4542 STYLE-VARIANT. | |
4543 (create-fontset-from-ascii-font): Docsting adjusted for the above | |
4544 change. | |
4545 (instantiate-fontset, resolve-fontset-name): Functions removed. | |
4546 (fontset-list): Now implemented by C code. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4547 |
28233 | 4548 * faces.el (read-face-font): Fix TABLE arg to completing-read. |
4549 (describe-face): Include `font' attribute in the description. | |
4550 | |
28219 | 4551 2000-03-21 Kenichi Handa <handa@etl.go.jp> |
4552 | |
4553 * international/quail.el (quail-set-keyboard-layout): Typo fixed. | |
4554 | |
28209 | 4555 2000-03-20 Gerd Moellmann <gerd@gnu.org> |
4556 | |
28212 | 4557 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el, |
4558 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el, | |
4559 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
|
4560 |
28209 | 4561 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment |
4562 about behavior of set-buffer-modified-p wrt redisplay. | |
4563 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4564 2000-03-19 Richard M. Stallman <rms@gnu.org> |
28197
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4565 |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4566 * 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
|
4567 |
28194 | 4568 2000-03-18 Gerd Moellmann <gerd@gnu.org> |
4569 | |
4570 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE | |
4571 is a string, convert it to a syntax cell using string-to-syntax. | |
4572 | |
4573 * simple.el (syntax-code-table, syntax-flag-table): New variables. | |
4574 (string-to-syntax): New function. | |
4575 | |
4576 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option. | |
4577 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set, | |
28209 | 4578 try to use passive ftp mode. |
28194 | 4579 |
28189 | 4580 2000-03-17 Gerd Moellmann <gerd@gnu.org> |
4581 | |
28209 | 4582 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'. |
28189 | 4583 |
4584 * simple.el (append-to-buffer): Update point of windows after | |
4585 insertion. | |
4586 | |
4587 * abbrev.el (inverse-add-abbrev): Identify word by first moving | |
4588 forward then moving backward. Reindent. | |
4589 | |
4590 * frame.el (other-frame): Call x-focus-frame only if | |
4591 focus-follows-mouse is off. | |
4592 | |
28185 | 4593 2000-03-17 Dave Love <fx@gnu.org> |
4594 | |
4595 * pcvs-util.el (cvs-strings->string): Rename | |
4596 replace-regexps-in-string. | |
4597 | |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4598 2000-03-17 Stefan Monnier <monnier@cs.yale.edu> |
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4599 |
28181
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4600 * 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
|
4601 regexp for labels cannot span several lines. |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4602 |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4603 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless |
28189 | 4604 `(setq :<key> ':<key>)' to the macro expansion. |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4605 |
28174 | 4606 2000-03-16 Dave Love <fx@gnu.org> |
4607 | |
4608 * progmodes/f90.el (f90): Put custom group under `languages', not | |
4609 `fortran'. | |
4610 (f90-mode-hook): Customize. | |
4611 (f90-mode): Set add-log-current-defun-function. | |
4612 (f90-current-defun): New function. | |
4613 | |
28169 | 4614 2000-03-16 Gerd Moellmann <gerd@gnu.org> |
4615 | |
28173 | 4616 * cus-edit.el (custom-variable-tag-face): Handle case that |
4617 default face's height is not a number. | |
4618 (custom-face-tag-face, custom-group-tag-face-1) | |
4619 (custom-group-tag-face): Ditto. | |
4620 (custom-group-tag-face-1): Add :group. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4621 |
28169 | 4622 * info.el (Info-fontify-maximum-menu-size): Increase to 100000. |
4623 | |
28161 | 4624 2000-03-15 Gerd Moellmann <gerd@gnu.org> |
4625 | |
4626 * pcvs-defs.el (toplevel): Remove autoload cookie for form | |
4627 requiring easymenu. | |
4628 | |
28155 | 4629 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4630 | |
4631 * ps-print.el: PostScript user-defined prologue, PostScript error | |
4632 handler, doc fix. | |
4633 (ps-print-version): New version number (5.1). | |
4634 (ps-user-defined-prologue, ps-error-handler-message) | |
4635 (ps-print-prologue-0, ps-error-handler-alist): New vars. | |
4636 (ps-setup, ps-begin-file, ps-begin-job): Code fix. | |
4637 (ps-insert-string): New function. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4638 |
28150 | 4639 2000-03-15 Kenichi Handa <handa@etl.go.jp> |
4640 | |
4641 * international/ccl.el (ccl-compile-expression): Don't generate | |
28151 | 4642 invalid self-assignment code. |
28150 | 4643 |
28149 | 4644 2000-03-14 Dave Love <fx@gnu.org> |
4645 | |
4646 * subr.el (replace-regexp-in-string): Renamed from | |
4647 replace-regexps-in-string. Doc fix. | |
4648 | |
28131 | 4649 2000-03-12 Dave Love <fx@gnu.org> |
4650 | |
4651 * cus-edit.el: Doc fixes. | |
4652 (customize-set-variable, customize-save-variable): Rename args for | |
4653 doc. | |
4654 (custom-variable-tag-face, custom-face-tag-face) | |
4655 (custom-group-tag-face-1, custom-group-tag-face): Modify from | |
4656 style which user identify as hyperlink. | |
4657 (hook): Don't add undefined functions to the hook. | |
4658 (debug-ignored-errors): Transfer message from bindings.el. | |
4659 | |
28120 | 4660 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4661 | |
4662 * recentf.el (recentf-keep-non-readable-files-p): Remove | |
4663 double/nested definition. | |
4664 | |
28114 | 4665 2000-03-12 Dave Love <fx@gnu.org> |
4666 | |
4667 * facemenu.el (facemenu-get-face): Use display-color-p. | |
4668 * enriched.el (enriched-decode-foreground): Likewise. | |
4669 (enriched-decode-background): Likewise. | |
4670 * isearch.el (isearch-highlight): Likewise. | |
4671 * info-look.el (info-lookup): Likewise. | |
4672 * simple.el (completion-setup-function): Likewise. | |
4673 | |
4674 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to | |
4675 :options. | |
4676 | |
4677 * bindings.el (mode-line-format): Fix line-number and | |
4678 column-number items. Add help-echo for the background. | |
4679 (mode-line-mule-info): Modify help-echo. | |
4680 | |
4681 * avoid.el (mouse-avoidance-mode): Add autoload cookie to | |
4682 defcustom. | |
4683 | |
4684 * files.el (load-file): Allow completion to .elc. | |
4685 | |
4686 * man.el: Doc fixes. | |
4687 (Man-init-defvars): Use display-color-p to set fontification. | |
4688 | |
4689 * play/hanoi.el (hanoi-internal): Don't use oddp. | |
4690 | |
28109 | 4691 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4692 | |
4693 * arc-mode.el (archive-zip-update): Add `-P' for pkzip. | |
4694 | |
4695 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment. | |
4696 | |
28098 | 4697 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de> |
4698 | |
4699 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'. | |
4700 Fix comment. | |
4701 | |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4702 2000-03-10 Stefan Monnier <monnier@cs.yale.edu> |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4703 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4704 * 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
|
4705 regexp-opt-depth is unnecessary. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4706 (save-buffer-state): Set an edebug spec. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4707 (font-lock-fontify-anchored-keywords): Properly handle the case when |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4708 the matcher goes past the limit. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4709 |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4710 * 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
|
4711 pcvs-parse.el, pcvs-util.el, pcvs.el: New files. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4712 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4713 * 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
|
4714 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
|
4715 massaging. |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4716 |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4717 * 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
|
4718 Autoload the functions used. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4719 (easy-mmode-define-syntax): Fix CL typo. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4720 (easy-mmode-define-derived-mode): Improve the docstring generation. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4721 |
28084 | 4722 2000-03-10 Gerd Moellmann <gerd@gnu.org> |
4723 | |
4724 * textmodes/texinfo.el (texinfo-version): Variable and function | |
4725 removed. | |
4726 | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4727 2000-03-09 Stefan Monnier <monnier@cs.yale.edu> |
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4728 |
28114 | 4729 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to |
4730 allow more flexibility. | |
4731 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New | |
4732 fns. | |
4733 (easy-mmode-defmap, easy-mmode-defsyntax) | |
4734 (easy-mmode-define-derived-mode): New macros. | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4735 |
28085 | 4736 2000-03-09 Didier Verna <didier@xemacs.org> |
28080 | 4737 |
4738 * rect.el (replace-rectangle): New function. | |
4739 | |
4740 2000-03-09 Dave Love <fx@gnu.org> | |
4741 | |
4742 * progmodes/fortran.el (fortran-comment-line-start): Define as | |
4743 "C". | |
4744 (fortran-comment-line-start-skip): Don't match cpp stuff. | |
4745 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff. | |
4746 (fortran-mode-map): Remove over-eager custom-menu-create for now. | |
4747 (fortran-mode): Don't set fortran-comment-line-start-skip, | |
4748 fortran-comment-line-start here. Set comment-start, | |
4749 add-log-current-defun. | |
4750 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff. | |
4751 (fortran-current-defun): New function. | |
4752 | |
28073 | 4753 2000-03-09 Gerd Moellmann <gerd@gnu.org> |
4754 | |
28077 | 4755 * emacs-lisp/re-builder.el: New file. |
4756 | |
28076 | 4757 * mouse.el (mouse-drag-region): Don't run up-event handler |
4758 if hscroll has changed. | |
4759 | |
28073 | 4760 * octave-mod.el (octave-font-lock-keywords): To font-lock the |
4761 builtin operators, use `font-lock-builtin-face' for Emacs and | |
4762 `font-lock-preprocessor-face' otherwise. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4763 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4764 * font-lock.el (lisp-font-lock-keywords-1): Highlight |
28073 | 4765 `(defun (setf foo)' differently. |
4766 | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4767 2000-03-08 Stefan Monnier <monnier@cs.yale.edu> |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4768 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4769 * emacs-lisp/regexp-opt.el: Update copyright and leading comment. |
28073 | 4770 (regexp-opt): Update comment and adapt the code the new meaning of |
4771 the `paren' argument of regex-opt-group for shy-groups. | |
4772 (regexp-opt-depth): Handle shy groups as well as backslashed | |
4773 backslashes. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4774 (regexp-opt-group): Turn the leading comment into a docstring. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4775 Allow `paren' to be a string (the string to use to open a group). |
28073 | 4776 Remove open-presuf and close-presuf. Instead of checking for `all |
4777 one-char' and then later on check for `several one-char', handle | |
4778 both cases close together. Also apply a more generic algorithm | |
4779 for suffixes (the mirror image of the algorithm used for | |
4780 prefixes). Use shy-groups. Use nreverse rather than reverse. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4781 (regexp-opt-try-suffix): Removed. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4782 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4783 * cmuscheme.el (inferior-scheme-mode-map): Define it independently |
28073 | 4784 from comint-mode-map, so we can just inherit from it. Also, move |
4785 the initialization into the `defvar' since there's no docstring | |
4786 anyway and it's fairly short. | |
4787 (inferior-scheme-mode): Define it as derived-mode: the code is | |
4788 shorter and this way we inherit from comint-mode-map rather than | |
4789 copying it. | |
4790 | |
4791 * subr.el (replace-regexps-in-string): Properly handle the case | |
4792 where we match an empty string. | |
4793 | |
4794 * comint.el (comint-exec-1): Add the current-dir to the exec-path | |
4795 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
|
4796 Also fix a typo in the comment. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4797 |
28046 | 4798 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
4799 | |
28051 | 4800 * Makefile (compile-files): Compile files one by one because |
4801 that's the only way to ensure a clean compilation environment for | |
4802 each individual file. | |
4803 | |
28046 | 4804 * frame.el (other-frame): Call x-focus-frame. |
4805 | |
28040 | 4806 2000-03-07 Dave Love <fx@gnu.org> |
4807 | |
28043 | 4808 * recentf.el (recentf-keep-non-readable-files-p): Add :set, |
4809 :require to defcustom. | |
4810 | |
28040 | 4811 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads |
4812 lists. | |
4813 | |
4814 * files.el (auto-mode-alist): Add configure.in. | |
4815 | |
4816 * progmodes/autoconf.el: New file. | |
4817 | |
28034 | 4818 2000-03-07 Gerd Moellmann <gerd@gnu.org> |
4819 | |
4820 * mail/mh-e.el: Change maintainer to `none'. | |
4821 | |
4822 * recentf.el (recentf-keep-non-readable-files-p): Quote args | |
4823 to remove-hook and add-hook. | |
4824 | |
4825 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
4826 | |
28035 | 4827 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use |
28034 | 4828 it as the default. |
28035 | 4829 (mail-send): Test mail-send-nonascii also for the new `mime' value. |
4830 (sendmail-send-it): Conditionally add MIME headers specifying the | |
28034 | 4831 used character set. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4832 |
28024 | 4833 2000-03-07 Dave Love <fx@gnu.org> |
4834 | |
4835 * winner.el: Fix keywords, autoload cookies. Split | |
4836 eval-when-compile form to avoid compilation failure. | |
4837 | |
28017 | 4838 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
4839 | |
4840 * international/mule.el: Modify comment about coding system | |
4841 property `coding-category'. | |
4842 (make-coding-system): New argument EOL-TYPE. Pay attention to | |
4843 coding-category property of PROPERTIES. | |
4844 | |
4845 * international/mule-conf.el (coding-category-utf-8, | |
4846 coding-category-utf-16-be, coding-category-utf-16-le): New coding | |
4847 categories. Include them in the argument for set-coding-priority. | |
4848 | |
4849 * international/mule-cmds.el (reset-language-environment): Include | |
4850 coding-category-utf-8, coding-category-utf-16-be, and | |
4851 coding-category-utf-16-le in the argument for set-coding-priority. | |
4852 (reset-language-environment): Initialize coding-category-utf-8, | |
4853 coding-category-utf-16-be, and coding-category-utf-16-le to nil. | |
4854 | |
28014 | 4855 2000-03-06 Karl Fogel <kfogel@red-bean.com> |
4856 | |
4857 * bookmark.el (bookmark-file-or-variation-thereof): New func, for | |
4858 code abstracted out of `bookmark-jump-noselect'. Now tries info | |
4859 extensions as well as compression extensions. | |
4860 (bookmark-jump-noselect): Use above new func. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4861 |
27976 | 4862 2000-03-03 Gerd Moellmann <gerd@gnu.org> |
4863 | |
4864 * strokes.el: Change maintainer's mail address. | |
4865 | |
27972 | 4866 2000-03-03 Kenichi Handa <handa@etl.go.jp> |
4867 | |
4868 * international/mule-diag.el (list-character-sets): Make help-echo | |
4869 string by substitute-command-keys. | |
4870 (list-character-sets): Likewise. | |
4871 (sort-listed-character-sets): Call help-setup-xref. | |
4872 | |
27965 | 4873 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
4874 | |
4875 * time.el (display-time-mail-file): Add `none' to the list of | |
4876 choices. | |
4877 | |
27954 | 4878 2000-03-01 Dave Love <fx@gnu.org> |
4879 | |
27959 | 4880 * help.el (help-xref-go-back): Don't try to set position. |
4881 | |
27954 | 4882 * international/mule-diag.el (list-character-sets): Call |
4883 help-setup-xref. Add help-echo to xrefs. | |
4884 (list-character-sets-1): Add help-echo to xrefs. | |
4885 | |
27949 | 4886 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
4887 | |
4888 * frame.el (blink-cursor-mode): Switch cursor on when turning | |
4889 the mode off. | |
4890 | |
4891 * add-log.el (add-log-current-defun): Add support for | |
4892 Autoconf mode. | |
4893 | |
4894 * mail/rmail.el (rmail-quit-hook): New variable. | |
4895 | |
27931 | 4896 2000-03-01 Dave Love <fx@gnu.org> |
4897 | |
27935 | 4898 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |. |
4899 | |
27931 | 4900 * help.el (help-xref-button): Add help-echo arg. |
4901 (describe-function-1, describe-variable, help-make-xrefs): Use it. | |
4902 | |
4903 * faces.el (list-faces-display): Supply help-echo with | |
4904 help-make-xrefs. | |
4905 | |
4906 * facemenu.el (list-text-properties-at): Set help-xref-stack to | |
4907 nil. | |
4908 | |
27919 | 4909 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
4910 | |
27927 | 4911 * image.el (defimage): Look for image files in load-path. |
4912 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4913 * frame.el (busy-cursor-delay-seconds): Change type to |
27919 | 4914 `number'. |
4915 | |
27927 | 4916 2000-03-01 David Ponce <david.ponce@wanadoo.fr> |
4917 | |
4918 * recentf.el (recentf): Added version tag to the defgroup of | |
4919 recentf. | |
4920 | |
4921 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4922 | |
4923 * recentf.el (recentf-cleanup): Changed to remove excluded file | |
4924 too. | |
4925 (recentf-edit-list-action): `recentf-edit-list' checkbox widget | |
4926 action to select/unselect a file. | |
4927 (recentf-edit-list): Code cleanup and improvement. | |
4928 (recentf-open-more-files-action): `recentf-open-more-files' button | |
4929 widget action to open a file. | |
4930 (recentf-open-more-files): No more use standard completion but | |
4931 widgets. | |
4932 (recentf-more-collection): Deleted. | |
4933 (recentf-more-history): Deleted. | |
4934 (recentf-setup-more-completion): Deleted. | |
4935 | |
4936 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4937 | |
4938 * recentf.el (recentf-mode): No more needs that Emacs is running | |
4939 under a window-system. | |
4940 | |
4941 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4942 | |
4943 * recentf.el (recentf-edit-list): New command to edit the recent | |
4944 list which allow the user to remove files. | |
4945 (recentf-edit-selected-items): New global variable, used by | |
4946 `recentf-edit-list' to hold the list of files to be removed from | |
4947 the recent list. | |
4948 (recentf-make-menu-items): Updated to display a "Edit list..." | |
4949 menu item. Minor code cleanup. | |
4950 | |
4951 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4952 | |
4953 * recentf.el (recentf-open-more-files): New command to open files | |
4954 that are not displayed in the menu. | |
4955 (recentf-more-collection): New global variable holding the set of | |
4956 permissible completions used by `recentf-open-more-files'. | |
4957 (recentf-more-history): New global variable holding the history list | |
4958 used by `recentf-open-more-files' completion. | |
4959 (recentf-setup-more-completion): New function to setup completion for | |
4960 `recentf-open-more-files'. | |
4961 (recentf-make-menu-items): Updated to display a "More..." menu item. | |
4962 | |
4963 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4964 | |
4965 * recentf.el (recentf-menu-action): Doc fixed. | |
4966 | |
4967 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4968 | |
4969 * recentf.el (recentf-menu-filter): Doc updated. | |
4970 (recentf-update-menu-hook): Allow menu filters to force menu update. | |
4971 (recentf-make-menu-items): New menu filter handling. | |
4972 (recentf-make-menu-item): New helper function. | |
4973 (recentf-menu-elements): New menu handling function. | |
4974 (recentf-sort-ascending): Updated to new menu filter handling. | |
4975 (recentf-sort-descending): Updated to new menu filter handling. | |
4976 (recentf-sort-basenames-ascending): New menu filter function. | |
4977 (recentf-sort-basenames-descending): New menu filter function. | |
4978 (recentf-show-basenames): New menu filter function. | |
4979 (recentf-show-basenames-ascending): New menu filter function. | |
4980 (recentf-show-basenames-descending): New menu filter function. | |
4981 | |
27919 | 4982 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
4983 | |
4984 * diary-lib.el (list-diary-entries): Don't try to go forward at | |
4985 the end of the buffer. | |
4986 | |
27911 | 4987 2000-02-29 Kenichi Handa <handa@etl.go.jp> |
4988 | |
4989 * international/mule-diag.el (list-character-sets): Completely | |
4990 rewritten. | |
4991 (sort-listed-character-sets): New function. | |
4992 (list-character-sets-1): Completely rewritten. | |
4993 (list-character-sets-2): New function. | |
4994 (non-iso-charset-alist): New variable. | |
4995 (decode-codepage-char): New function. | |
4996 (charset-history): New variable. | |
4997 (read-charset) (list-block-of-chars) | |
4998 (list-iso-charset-chars) | |
4999 (list-non-iso-charset-chars) | |
5000 (list-charset-chars): New functions. | |
5001 (mule-diag): Call list-character-sets-2, not | |
5002 list-character-sets-2. | |
5003 (dump-charsets): Likewise. | |
5004 | |
27910 | 5005 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
5006 | |
27919 | 5007 * dired-x.el (dired-filename-at-point): Add `@' to valid |
5008 file name characters. | |
5009 (dired-filename-at-point): Handle ange-ftp file names. | |
5010 | |
27910 | 5011 * frame.el (frame-notice-user-settings): Use assq-delete-all |
5012 instead of assoc-delete-all. | |
5013 (frame-notice-user-settings): Ditto. | |
5014 | |
5015 * subr.el (assq-delete-all): Renamed from assoc-delete-all. | |
5016 Don't copy alist. | |
5017 | |
27906 | 5018 2000-02-28 Eli Barzilay <eli@cs.cornell.edu> |
5019 | |
5020 * calculator.el (calculator-use-menu): New option. | |
5021 (calculator-initial-bindings): Changed some bindings to work as | |
5022 macros. | |
5023 (calculator-forced-input): Removed. | |
5024 (calculator-restart-other-mode): New variable. | |
5025 (calculator-mode-map): Set up menu. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5026 |
27906 | 5027 2000-02-28 Jari Aalto <jari.aalto@poboxes.com> |
5028 | |
5029 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc | |
5030 tags. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5031 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5032 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
|
5033 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
5034 * 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
|
5035 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
|
5036 (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
|
5037 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
|
5038 * 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
|
5039 * 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
|
5040 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
|
5041 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
|
5042 * 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
|
5043 * 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
|
5044 * ediff.el: copyright notice date fix. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5045 |
27898 | 5046 2000-02-27 Jason Rumney <jasonr@gnu.org> |
5047 | |
5048 * faces.el (face-font-family-alternatives): Add arial to helv. | |
5049 (mode-line, header-line, tool-bar): Same default as x for w32. | |
5050 (fixed-pitch, variable-pitch): Remove wildcard as it prevents | |
5051 face-font-family-alternatives from working. | |
5052 * term/w32-win.el (mouse-set-font): Do not build fontset from | |
5053 chosen font. | |
5054 | |
27873 | 5055 2000-02-25 Sam Steingold <sds@goems.com> |
5056 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
5057 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block' |
27873 | 5058 properly. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5059 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5060 2000-02-25 Richard M. Stallman <rms@gnu.org> |
27873 | 5061 |
5062 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. | |
5063 | |
27856 | 5064 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
5065 | |
5066 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer | |
5067 writable. | |
5068 | |
27868 | 5069 * frame.el (busy-cursor-delay-seconds): New option. |
27866 | 5070 |
27847 | 5071 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
5072 | |
5073 * frame.el (show-cursor-in-non-selected-windows): New option. | |
5074 | |
27845 | 5075 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
5076 | |
5077 * diary-lib.el (include-other-diary-files): Undo the selective | |
5078 display in any included file and don't kill it. | |
5079 | |
27841 | 5080 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il> |
5081 | |
5082 * dired.el (dired-mode-map): Don't remove "Edit" from the menu | |
5083 bar. Menu items converted to (menu-item format, help strings | |
5084 added. | |
5085 [downcase, upcase]: Don't enable on MS-DOS. | |
5086 [symlink, symlinks]: Don't show if make-symbolic-link is not | |
5087 bound. | |
5088 [chown, chgrp]: Don't show on MS-DOS and MS-Windows. | |
5089 | |
27825 | 5090 2000-02-23 Dave Love <fx@gnu.org> |
5091 | |
27838 | 5092 * simple.el (zap-to-char, kill-line, kill-region, kill-word) |
5093 (backward-kill-word): Revert addition of * to interactive spec -- | |
5094 it's a feature. | |
5095 | |
5096 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
5097 (backward-kill-sentence, kill-sentence): Likewise. | |
5098 | |
27835 | 5099 * gud.el (gud-jdb-build-class-source-alist): Prepend space to |
5100 scratch buffer name. | |
5101 (gud-format-command): Use int-to-string in ?l case. Simplify | |
5102 slightly. | |
5103 | |
5104 * term/w32-win.el (internal-face-interactive): Update prompt for | |
5105 new read-face-name. | |
5106 | |
5107 * mail/footnote.el (footnote): Add :version to defgroup. | |
5108 (footnote-section-tag-regexp): Customize. | |
5109 (footnote-start-tag, footnote-end-tag): New option. | |
5110 (footnote-latin-regexp): New variable. | |
5111 (Footnote-latin): New function. | |
5112 (footnote-style-alist): Add element for latin style. | |
5113 (footnote-style): Moved. | |
5114 (Footnote-goto-footnote): Use eq to test arg. | |
5115 | |
5116 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message. | |
5117 | |
27825 | 5118 * emacs-lisp/byte-opt.el: Change old backquote syntax. |
5119 (byte-compile-trueconstp): Include keywords. | |
5120 (byte-optimize-quote, byte-optimize-lapcode): Use | |
5121 byte-compile-const-symbol-p. | |
5122 (byte-optimize-char-before): New optimization. | |
5123 | |
5124 * emacs-lisp/bytecomp.el: Change old backquote syntax. | |
5125 (byte-compile-const-symbol-p): New function. | |
5126 (byte-compile-constp, byte-compile-out-toplevel) | |
5127 (byte-compile-form, byte-compile-form, byte-compile-variable-ref): | |
5128 Use it. | |
5129 | |
5130 * subr.el (define-key-after): Default AFTER to t. Doc fix. | |
5131 | |
27813 | 5132 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
5133 | |
27815 | 5134 * international/encoded-kb.el: Be sure to update minor-mode-alist |
5135 and minor-mode-map-alist. | |
5136 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift | |
5137 codes SS2 and SS3 correctly. | |
5138 (encoded-kbd-self-insert-ccl): New function. | |
5139 (encoded-kbd-setup-keymap): New function. | |
5140 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap | |
5141 by calling encoded-kbd-setup-keymap. | |
5142 | |
27813 | 5143 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte |
5144 characters. | |
5145 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t | |
5146 locally. | |
5147 | |
27811 | 5148 2000-02-22 Dave Love <fx@gnu.org> |
5149 | |
5150 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table) | |
5151 (lisp-mode-map, lisp-interaction-mode-map): Define all inside | |
5152 defvar. | |
5153 (lisp-mode-syntax-table): Set up for #|...|# comments. | |
5154 (lisp-imenu-generic-expression): Purecopy strings. Use syntax | |
5155 classes. Match `defface'. | |
5156 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. | |
5157 (eval-defun-1): Fix for defcustom. | |
5158 (lisp-indent-region): Doc fix. | |
5159 | |
5160 * subr.el (when, unless, split-string): Doc fix. | |
5161 (read-passwd): Move call of clear-this-command-keys to the right | |
5162 place. | |
5163 (replace-regexps-in-string): New function. | |
5164 | |
27807 | 5165 2000-02-22 Gerd Moellmann <gerd@gnu.org> |
5166 | |
5167 * help.el (describe-variable): Set syntax table to | |
5168 emacs-lisp-mode-syntax-table when moving forward over the | |
5169 symbol's name. | |
5170 | |
27805 | 5171 2000-02-22 Dave Love <fx@gnu.org> |
5172 | |
5173 * xt-mouse.el: Doc fixes. | |
5174 (xterm-mouse-position-function): New function, replacing advice of | |
5175 mouse-position. | |
5176 (xterm-mouse-mode): Use it. Don't turn on under a window system. | |
5177 | |
5178 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition. | |
5179 | |
27794 | 5180 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
5181 | |
5182 * format.el (format-annotate-single-property-change): Handle | |
5183 properties.with dotted-list values. | |
5184 (format-proper-list-p): New function. | |
5185 | |
5186 * enriched.el (enriched-face-ans): Handle '(foreground-color | |
5187 . COLOR) and (background-color . COLOR). | |
5188 | |
27788 | 5189 2000-02-20 Dave Love <fx@gnu.org> |
5190 | |
5191 * textmodes/flyspell.el (flyspell-mouse-map): Change definition | |
5192 and assignments to it. | |
5193 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting | |
5194 current local map. | |
5195 (make-flyspell-overlay): Use it. | |
5196 (flyspell-correct-word/mouse-keymap): Change XEmacs test. | |
5197 | |
5198 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level. | |
5199 (lm-get-header-re): Defun, not defsubst. | |
5200 (lm-get-package-name): Defun, not defsubst. Simplify. | |
5201 (lm-version): Doc fix. Simplify. | |
5202 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) | |
5203 (lm-crack-address, lm-last-modified-date, lm-commentary) | |
5204 (lm-verify, lm-synopsis): Simplify. | |
5205 (lm-report-bug): Require emacsbug. Use compose-mail. | |
5206 | |
27785 | 5207 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
5208 | |
5209 * dired.el (dired-mode): Call propertized-buffer-identification | |
5210 to set mode-line-buffer-identification to something having | |
5211 the right text properties. | |
5212 | |
5213 * bindings.el (propertized-buffer-identification): New function. | |
5214 | |
27777 | 5215 2000-02-20 Dave Love <fx@gnu.org> |
5216 | |
5217 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and | |
5218 check for t-mouse too. | |
5219 | |
5220 * cus-start.el: Make echo-keystrokes `number'. | |
5221 | |
27776 | 5222 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
5223 | |
5224 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]: | |
5225 Don't call ring-empty-p unless tags-location-ring is bound. | |
5226 From Noah Friedman <friedman@splode.com>. | |
5227 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5228 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org> |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5229 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5230 * progmodes/hideshow.el (hs-flag-region): No longer use |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5231 `intangible' overlay property. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5232 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5233 (hs-toggle-hiding): New command. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5234 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5235 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5236 (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
|
5237 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
|
5238 and deactivation. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5239 |
27757 | 5240 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
5241 | |
5242 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs. | |
5243 | |
27749 | 5244 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5245 | |
27754 | 5246 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix. |
5247 | |
27749 | 5248 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax |
5249 of `*' to handle `(* ... *)' comments. | |
5250 | |
27732 | 5251 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
5252 | |
27737 | 5253 * 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
|
5254 window-system. |
27737 | 5255 |
27732 | 5256 * menu-bar.el (global-map): Menu-bar items converted to the new |
5257 format (menu-item..., rearranged for better CUA compliance, and | |
5258 their names changed for better clarity. Help strings added. | |
5259 | |
5260 * international/mule-cmds.el (mule-menu-keymap) | |
5261 (describe-language-environment-map, set-coding-system-map) | |
5262 (setup-language-environment-map): Convert to new (menu-item... | |
5263 form, add help strings. Change names of menu items for better | |
5264 clarity. "Mule" menu-bar item removed (it's now in the "Options" | |
5265 submenu). | |
5266 | |
27729 | 5267 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5268 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5269 * dired-aux.el (dired-do-copy): Remove spurious character.`n' |
27729 | 5270 within the code. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5271 |
27717 | 5272 2000-02-16 Dave Love <fx@gnu.org> |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5273 |
27717 | 5274 * faces.el: Don't require custom. Add more specific :groups to |
5275 various deffaces. | |
5276 (set-face-attribute): Purecopy args. | |
5277 (read-face-name): Default to name at point and use it in prompt. | |
5278 Remove colon from arg in all callers. | |
5279 (list-faces-display): Hyperlink to face descriptions and customize | |
5280 buffers. | |
5281 | |
27712 | 5282 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk> |
5283 | |
5284 * wid-edit.el (widget-match-inline): An atom never matches a | |
5285 list. | |
5286 | |
27707 | 5287 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> |
5288 | |
27713 | 5289 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5290 at ':' characters by call to split-string. | |
27707 | 5291 |
5292 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5293 | |
27713 | 5294 * textmodes/bibtex.el: Added RCS version identification. |
27707 | 5295 |
5296 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5297 | |
27713 | 5298 * textmodes/bibtex.el: Some temporary comments removed. |
5299 (bibtex-field-name, bibtex-entry-type): Made the relationship | |
5300 explicit. | |
5301 (bibtex-field-const): Allow capital letters. | |
5302 (bibtex-start-of-string): Deleted because unused. | |
5303 | |
5304 * textmodes/bibtex.el: Unified some nomenclature. We no longer | |
5305 use the term 'reference' to describe a bibtex entry as a whole. | |
5306 Further, reference keys are no longer called 'labels'. | |
5307 (bibtex-keys): Renamed to bibtex-reference-keys. | |
5308 (bibtex-reformat-previous-labels): Renamed to | |
5309 bibtex-reformat-previous-reference-keys. | |
5310 (bibtex-reference-type): Renamed to bibtex-entry-type. | |
5311 (bibtex-reference-head): Renamed to bibtex-entry-head. | |
5312 (bibtex-reference-maybe-empty-head): Renamed to | |
5313 bibtex-entry-maybe-empty-head. | |
5314 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. | |
5315 (bibtex-search-reference): Renamed to bibtex-search-entry. | |
5316 (bibtex-enclosing-reference-maybe-empty-head): Renamed to | |
5317 bibtex-enclosing-entry-maybe-empty-head. | |
5318 (bibtex-entry-field-alist, bibtex-entry-head, | |
5319 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, | |
5320 bibtex-map-entries, bibtex-search-entry, | |
5321 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, | |
5322 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5323 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, | |
5324 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, | |
5325 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, | |
5326 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, | |
5327 bibtex-complete-key, bibtex-String) : Use the new nomenclature. | |
27707 | 5328 |
5329 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5330 | |
27713 | 5331 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5332 comment. | |
5333 (bibtex-format-field-delimiters): New function, functionality | |
5334 extracted from bibtex-format-entry. | |
5335 (bibtex-autokey-get-yearfield-digits): New function, functionality | |
5336 extracted from bibtex-autokey-get-yearfield. | |
5337 | |
5338 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex | |
5339 entries in order to avoid stack overflow in the regexp matcher if | |
5340 field contents become large. | |
5341 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, | |
5342 bibtex-field-string-part-not-braced, | |
5343 bibtex-field-string-part-no-inner-braces, | |
5344 bibtex-field-string-part-1-inner-brace, | |
5345 bibtex-field-string-part-2-inner-braces, | |
5346 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, | |
5347 bibtex-field-string-quoted, bibtex-field-string, | |
5348 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, | |
5349 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, | |
5350 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted | |
5351 as parsing is now performed by the following functions. | |
5352 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, | |
5353 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, | |
5354 bibtex-parse-field-string, bibtex-search-forward-field-string, | |
5355 bibtex-parse-association, bibtex-field-name-for-parsing, | |
5356 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, | |
5357 bibtex-search-forward-field, bibtex-search-backward-field, | |
5358 bibtex-start-of-field, bibtex-end-of-field, | |
5359 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, | |
5360 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, | |
5361 bibtex-parse-string-prefix, bibtex-parse-string-postfix, | |
5362 bibtex-parse-string, bibtex-search-forward-string, | |
5363 bibtex-search-backward-string, bibtex-start-of-string, | |
5364 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, | |
5365 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, | |
5366 bibtex-end-of-text-in-string): New functions for the parsing of bibtex | |
5367 entries. Instead of reporting the results of the parsing by | |
5368 match-beginning or match-end, these functions return data structures | |
5369 that hold the corresponding positions. | |
5370 (bibtex-enclosing-field): Changed to also report field boundaries by | |
5371 return values rather than by match-beginning or match-end. The | |
5372 following functions have been adapted to use the new parsing | |
5373 functions. | |
5374 (bibtex-skip-to-valid-entry, bibtex-search-reference, | |
5375 bibtex-enclosing-field, bibtex-format-entry, | |
5376 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, | |
5377 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, | |
5378 bibtex-print-help-message, bibtex-end-of-entry, | |
5379 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, | |
5380 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5381 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new | |
5382 method for parsing. | |
5383 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, | |
5384 bibtex-map-entries, bibtex-flash-head, | |
5385 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, | |
5386 bibtex-autokey-change, bibtex-autokey-get-namefield, | |
5387 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, | |
5388 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5389 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, | |
5390 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5391 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in | |
5392 order to make the new binding of case-fold-search immediately | |
5393 visible. | |
27707 | 5394 |
5395 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5396 | |
27713 | 5397 * textmodes/bibtex.el: Copyright notice is up to date. |
5398 Added constant 'bibtex-maintainer-salutation. | |
5399 | |
5400 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather | |
5401 than make-temp-name, use match-string-no-properties and eliminate | |
5402 a quadratic behavior when building bibtex-strings. | |
5403 | |
5404 * bibtex.el (bibtex-reference-key): Accept string entries whose | |
5405 reference key contains upper case letters. | |
27707 | 5406 |
5407 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5408 | |
27713 | 5409 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5410 a new line. | |
27707 | 5411 |
5412 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5413 | |
27713 | 5414 * bibtex.el: Hiding of entry bodies is not longer provided by |
5415 bibtex.el directly. Instead the hideshow package can be used. | |
5416 Added a special bibtex entry to hs-special-modes-alist. | |
5417 (bibtex-hs-forward-sexp): Added for hideshow.el. | |
27729 | 5418 |
5419 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5420 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5421 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5422 at ':' characters by call to split-string. |
27729 | 5423 |
5424 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5425 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5426 * textmodes/bibtex.el: Added RCS version identification. |
27729 | 5427 |
5428 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5429 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5430 * textmodes/bibtex.el: Some temporary comments removed. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5431 (bibtex-field-name, bibtex-entry-type): Made the relationship |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5432 explicit. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5433 (bibtex-field-const): Allow capital letters. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5434 (bibtex-start-of-string): Deleted because unused. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5435 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5436 * textmodes/bibtex.el: Unified some nomenclature. We no longer |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5437 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
|
5438 Further, reference keys are no longer called 'labels'. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5439 (bibtex-keys): Renamed to bibtex-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5440 (bibtex-reformat-previous-labels): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5441 bibtex-reformat-previous-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5442 (bibtex-reference-type): Renamed to bibtex-entry-type. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5443 (bibtex-reference-head): Renamed to bibtex-entry-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5444 (bibtex-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5445 bibtex-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5446 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5447 (bibtex-search-reference): Renamed to bibtex-search-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5448 (bibtex-enclosing-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5449 bibtex-enclosing-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5450 (bibtex-entry-field-alist, bibtex-entry-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5451 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5452 bibtex-map-entries, bibtex-search-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5453 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5454 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5455 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5456 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5457 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5458 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5459 bibtex-complete-key, bibtex-String) : Use the new nomenclature. |
27707 | 5460 |
5461 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5462 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5463 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5464 comment. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5465 (bibtex-format-field-delimiters): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5466 extracted from bibtex-format-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5467 (bibtex-autokey-get-yearfield-digits): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5468 extracted from bibtex-autokey-get-yearfield. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5469 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5470 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5471 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
|
5472 field contents become large. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5473 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5474 bibtex-field-string-part-not-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5475 bibtex-field-string-part-no-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5476 bibtex-field-string-part-1-inner-brace, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5477 bibtex-field-string-part-2-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5478 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
|
5479 bibtex-field-string-quoted, bibtex-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5480 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5481 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
|
5482 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
|
5483 as parsing is now performed by the following functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5484 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5485 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5486 bibtex-parse-field-string, bibtex-search-forward-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5487 bibtex-parse-association, bibtex-field-name-for-parsing, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5488 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
|
5489 bibtex-search-forward-field, bibtex-search-backward-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5490 bibtex-start-of-field, bibtex-end-of-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5491 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
|
5492 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
|
5493 bibtex-parse-string-prefix, bibtex-parse-string-postfix, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5494 bibtex-parse-string, bibtex-search-forward-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5495 bibtex-search-backward-string, bibtex-start-of-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5496 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
|
5497 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
|
5498 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
|
5499 entries. Instead of reporting the results of the parsing by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5500 match-beginning or match-end, these functions return data structures |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5501 that hold the corresponding positions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5502 (bibtex-enclosing-field): Changed to also report field boundaries by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5503 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
|
5504 following functions have been adapted to use the new parsing |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5505 functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5506 (bibtex-skip-to-valid-entry, bibtex-search-reference, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5507 bibtex-enclosing-field, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5508 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5509 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5510 bibtex-print-help-message, bibtex-end-of-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5511 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5512 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
|
5513 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
|
5514 method for parsing. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5515 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5516 bibtex-map-entries, bibtex-flash-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5517 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5518 bibtex-autokey-change, bibtex-autokey-get-namefield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5519 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5520 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
|
5521 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5522 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5523 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
|
5524 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
|
5525 visible. |
27729 | 5526 |
5527 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5528 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5529 * textmodes/bibtex.el: Copyright notice is up to date. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5530 Added constant 'bibtex-maintainer-salutation. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5531 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5532 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5533 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
|
5534 a quadratic behavior when building bibtex-strings. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5535 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5536 * bibtex.el (bibtex-reference-key): Accept string entries whose |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5537 reference key contains upper case letters. |
27729 | 5538 |
5539 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5540 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5541 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5542 a new line. |
27729 | 5543 |
5544 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5545 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5546 * 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
|
5547 bibtex.el directly. Instead the hideshow package can be used. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5548 Added a special bibtex entry to hs-special-modes-alist. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5549 (bibtex-hs-forward-sexp): Added for hideshow.el. |
27729 | 5550 |
5551 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5552 | |
27713 | 5553 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to |
27707 | 5554 proceedings entry type (for cross referencing). Thanks to Wagner |
5555 Toledo Correa for the suggestion. | |
5556 | |
27713 | 5557 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu. |
27707 | 5558 |
27690 | 5559 2000-02-14 Kenichi Handa <handa@etl.go.jp> |
5560 | |
5561 * international/characters.el: Setup case table for Vietnamese. | |
5562 | |
27687 | 5563 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
5564 | |
5565 * uniquify.el (toplevel): Require CL at compile time. | |
5566 (uniquify-push): Removed. | |
5567 | |
5568 * shadowfile.el (shadow-when): Removed. | |
5569 | |
5570 * tempo.el (tempo-dolist, tempo-mapc): Removed. | |
5571 (tempo-process-and-insert-string): Use dolist instead of | |
5572 tempo-dolist. | |
5573 | |
5574 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from | |
5575 regexp for paragraph-start. | |
5576 | |
5577 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading | |
5578 commas as well. | |
5579 | |
27657 | 5580 2000-02-10 Dave Love <fx@gnu.org> |
5581 | |
5582 * wid-edit.el: (widgets) [defgroup]: Remove url link. | |
5583 (widget-color-choice-list, widget-color-history, widget-mouse-help): | |
5584 Deleted. | |
5585 (widget-specify-field, widget-specify-button): Don't use | |
5586 widget-mouse-help as help-echo property. | |
5587 (default): Use #'ignore for :validate and :mouse-down-action. | |
5588 (checkbox): Add help-echo. | |
5589 (widget-sexp-validate): Rewritten to clarify error messages. | |
5590 (character): Use char-valid-p in :match function. | |
5591 (widget-color-complete): Use facemenu-color-alist. | |
5592 (widget-color-action): Use facemenu-read-color. | |
5593 | |
5594 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't | |
5595 set up `caar' &c that we now have. | |
5596 | |
27713 | 5597 2000-02-09 Ray Blaak <blaak@gnu.org> |
5598 | |
5599 * delphi.el: Make resourcestring a declaration region, like const | |
5600 and var. | |
5601 | |
27652 | 5602 2000-02-09 Dave Love <fx@gnu.org> |
5603 | |
5604 * bindings.el (mode-line-input-method-map): New variable. | |
5605 (mode-line-mule-info): Use it; fix last change. | |
5606 (mode-line-mode-menu): Move definition. | |
5607 (mode-line-mouse-sensitive-p): Deleted. | |
5608 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p. | |
5609 (make-mode-line-mouse-sensitive): Deleted. Body moved to top | |
5610 level. | |
5611 | |
5612 * startup.el (command-line-1): Don't call | |
5613 make-mode-line-mouse-sensitive. | |
5614 | |
27644 | 5615 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> |
5616 | |
5617 * mail/rmail.el (rmail-retry-failure): Use | |
5618 rmail-beginning-of-message before rmail-toggle-header, because the | |
5619 former toggles headers. | |
5620 | |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5621 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
|
5622 |
27637
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
5623 * 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
|
5624 (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
|
5625 (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
|
5626 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
|
5627 (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
|
5628 (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
|
5629 |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5630 * 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
|
5631 (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
|
5632 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
|
5633 to avoid duplicate entries. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5634 (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
|
5635 (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
|
5636 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
|
5637 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
|
5638 `major-mode' to `mode'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5639 (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
|
5640 (font-lock-fontify-anchored-keywords) |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5641 (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
|
5642 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
|
5643 font-lock-set-defaults). |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5644 (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
|
5645 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
|
5646 |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5647 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
|
5648 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5649 * 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
|
5650 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
|
5651 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5652 * 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
|
5653 |
27610 | 5654 2000-02-04 Dave Love <fx@gnu.org> |
5655 | |
27617 | 5656 * bindings.el (mode-line-mule-info): Fix/extend last change. |
5657 | |
27610 | 5658 * completion.el: Replace completion-dolist with dolist. |
5659 | |
5660 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, | |
5661 dotimes. | |
5662 | |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5663 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl> |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5664 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5665 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5666 environment names before they go into the section regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5667 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5668 * 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
|
5669 char class in regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5670 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5671 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5672 `case-fold-search' to nil. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5673 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5674 * progmodes/idlwave.el (idlwave-template): Respect |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5675 `idlwave-abbrev-change-case'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5676 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5677 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5678 idlwave-while): respect `idlwave-reserved-word-upcase'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5679 (idlwave-rw-case): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5680 (idlwave-statement-match): Fixed problem with assignment regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5681 (idlwave-font-lock-keywords): Improved regexp for keyword |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5682 parameters. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5683 (idlwave-surround): New argument LENGTH to support padding of |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5684 operators longer than 1 char. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5685 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5686 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5687 idlwave-shell-expression-overlay. Implemented printing of |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5688 expressions on higher levels of the calling stack. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5689 (idlwave-shell-display-level-in-calling-stack): Restore stack |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5690 level. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5691 (idlwave-retrieve-expression-from-level): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5692 (idlwave-shell-last-calling-stack): Variable removed. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5693 (idlwave-shell-reset): Argument action reversed (`visible' to |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5694 `hidden'). Also remove stop-line overlay. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5695 (idlwave-shell-calling-stack-routine): New variable. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5696 (idlwave-shell-parse-stack-and-display): Messages now display |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5697 negative level numbers. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5698 (idlwave-shell-mode): Set `modeline-format'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5699 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5700 (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
|
5701 21. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5702 (idlwave-shell-print-expression-function): New option. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5703 |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5704 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5705 idlwave-toolbar-remove-everywhere): Keybindings prefix is now |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5706 `tool-bar' instead of `toolbar'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5707 |
27590 | 5708 2000-02-02 Dave Love <fx@gnu.org> |
5709 | |
5710 * emacs-lisp/cl.el: Use bytecomp-load-hook, not | |
5711 emacs-lisp-mode-hook. Don't check for defalias being defined. | |
5712 | |
5713 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash) | |
5714 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use | |
5715 the new builtins directly. | |
5716 | |
5717 * whitespace.el (whitespace): Add :version to defgroup. | |
5718 | |
5719 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference): | |
5720 Doc fix. | |
5721 | |
5722 * thingatpt.el (sexp-at-point, symbol-at-point) | |
5723 (number-at-point, list-at-point): Add autoload cookie. | |
5724 | |
5725 * recentf.el (recentf): Add :version to defgroup. | |
5726 | |
5727 * quickurl.el (quickurl): Add :version to defgroup. | |
5728 | |
5729 * elide-head.el (elide-head): Use point-marker more. | |
5730 | |
5731 * bs.el (bs): Add :version to defgroup. | |
5732 | |
5733 * autorevert.el (global-auto-revert-mode): Add autoload cookie. | |
5734 | |
5735 * progmodes/delphi.el (delphi): Add :version to defgroup. | |
5736 | |
27587 | 5737 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
5738 | |
5739 * ange-ftp.el (ange-ftp-write-region): Handle case that | |
5740 succeeding process operation sets a different coding system. | |
5741 | |
5742 * calculator.el: New file. | |
5743 | |
27572 | 5744 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il> |
5745 | |
5746 * frame.el (frames-on-display-list, framep-on-display): New | |
5747 functions. | |
5748 (display-mouse-p, display-popup-menus-p, display-graphic-p) | |
5749 (display-selections-p, display-screens, display-pixel-width) | |
5750 (display-pixel-height, display-mm-width, display-mm-height) | |
5751 (display-backing-store, display-save-under, display-planes) | |
5752 (display-color-cells, display-visual-class): New functions. | |
5753 | |
5754 * term/tty-colors.el (tty-color-gray-shades): New function. | |
5755 | |
5756 * faces.el (display-color-p): Use framep-on-display. | |
5757 (display-grayscale-p): New function. | |
5758 | |
27549 | 5759 2000-01-31 Dave Love <fx@gnu.org> |
5760 | |
5761 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it. | |
5762 (create-fontset-from-x-resource): Don't concat integers. | |
5763 | |
27545 | 5764 2000-01-31 Inge Frick <inge@nada.kth.se> |
5765 | |
5766 * view.el: Some changes in documentation. Removed some trailing | |
5767 whitespace. Changed some parameter names to agree with | |
5768 documentation. | |
5769 (view-mode-exit): Keep entry in `view-return-to-alist' only when a | |
5770 window is not deleted. Modifies change 1998-04-26. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5771 |
27541 | 5772 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
5773 | |
27543 | 5774 * windmove.el: New file. |
5775 | |
27541 | 5776 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
5777 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
27545 | 5778 progmodes/ebnf-yac.el: Update copyright and license info. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5779 |
27541 | 5780 * jit-lock.el (jit-lock-function): Widen before calculating end |
5781 position. | |
5782 (jit-lock-stealth-chunk-start): Rewritten. | |
5783 | |
5784 * info.el (Info-title-face-alist): Removed. | |
5785 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New | |
5786 faces. | |
5787 (Info-fontify-node): Use these faces. | |
5788 | |
27527 | 5789 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
5790 | |
5791 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list) | |
5792 (cl-macro-list1): Recognize `&allow-other-keys' instead of | |
5793 `&allow-other-keywords'. | |
5794 | |
5795 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to | |
5796 the list of directories scanned heuristically. | |
5797 | |
5798 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to | |
5799 exist. | |
5800 | |
27523 | 5801 2000-01-30 Jason Rumney <jasonr@gnu.org> |
5802 | |
5803 * w32-fns.el: Define w32-tty-standard-colors. | |
5804 | |
5805 * startup.el (command-line): Use w32-tty-standard-colors when in | |
5806 w32 console mode. | |
5807 | |
27510 | 5808 2000-01-30 Dave Love <fx@gnu.org> |
5809 | |
27513 | 5810 * jka-compr.el (jka-compr-load): Fix up load-history. |
5811 | |
27510 | 5812 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes. |
5813 | |
5814 * emacs-lisp/cl-macs.el: Revert previous change. | |
5815 | |
27499 | 5816 2000-01-29 Dave Love <fx@gnu.org> |
5817 | |
5818 * facemenu.el: Purecopy various strings. | |
5819 | |
5820 * timezone.el (timezone-fix-time): Window against 69 for two-digit | |
5821 years. Deal with three-digit years. | |
5822 | |
5823 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use | |
5824 defconst, purecopy. | |
5825 (help-back-label): Purecopy it. | |
5826 | |
27498 | 5827 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
5828 | |
5829 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration | |
5830 variable. If non-nil, order the buffer list according to the | |
5831 currently selected frame. | |
5832 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is | |
5833 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
|
5834 |
27496 | 5835 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
5836 | |
5837 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix | |
5838 | |
27486 | 5839 2000-01-28 Dave Love <fx@gnu.org> |
5840 | |
27491 | 5841 * emacs-lisp/cl-macs.el: Remove dotimes, dolist. |
5842 | |
27486 | 5843 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop. |
5844 Don't use lisp-indent-hook property. | |
5845 (cl-abs): Remove. | |
5846 | |
5847 * subr.el: Move out indent and edebug specs for when and unless. | |
5848 | |
5849 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes, | |
5850 when, unless. | |
5851 | |
5852 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist, | |
5853 unless, when. | |
5854 | |
27467 | 5855 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
5856 | |
27481 | 5857 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize |
5858 `collecting' as synonym for `collect'. | |
5859 | |
5860 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name | |
5861 for the case it contains spaces. | |
5862 | |
5863 * simple.el (what-cursor-position): Change formatting of | |
5864 messages. | |
5865 | |
27473 | 5866 * frame.el (delete-other-frames): New function. |
5867 (toplevel): Bind it to C-x 5 1. | |
5868 | |
27469 | 5869 * sort.el (sort-numeric-base): New option. |
5870 (sort-numeric-fields): If number starts with `0' or `0[xX[', | |
5871 interpret it as octal or hexadecimal. Use sort-numeric-base | |
5872 as default base. | |
5873 | |
27467 | 5874 * progmodes/glasses.el: New file. |
5875 | |
27451 | 5876 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
5877 | |
27461 | 5878 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched |
5879 userids differently. | |
5880 | |
27451 | 5881 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
5882 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
5883 progmodes/ebnf-yac.el: New files. | |
5884 | |
27446 | 5885 2000-01-26 Dave Love <fx@gnu.org> |
5886 | |
5887 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose | |
5888 on a function with an empty body. [From Eric Ludlam.] | |
5889 | |
27437 | 5890 2000-01-25 Andre Spiegel <spiegel@gnu.org> |
5891 | |
5892 * vc.el (vc-version-diff): Make sure file name is expanded. | |
5893 | |
27433 | 5894 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
5895 | |
5896 * scroll-bar.el (scroll-bar-timer): Variable removed. | |
5897 (scroll-bar-toolkit-scroll): Don't use a timer. | |
5898 | |
27419 | 5899 2000-01-25 Kenichi Handa <handa@etl.go.jp> |
5900 | |
5901 * language/thai-util.el (thai-composition-function): Delete | |
5902 superfluous `a'. | |
5903 | |
27418 | 5904 2000-01-24 Dave Love <fx@gnu.org> |
5905 | |
5906 * fortran.el (fortran-mode): Use beginning-of-defun-function, | |
5907 end-of-defun-function. | |
5908 | |
5909 * font-lock.el (turn-on-font-lock): Don't depend on window-system | |
5910 &c. | |
5911 | |
27405 | 5912 2000-01-22 Jason Rumney <jasonr@gnu.org> |
5913 | |
5914 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it | |
5915 conflicts with new face support. | |
5916 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5917 2000-01-22 Richard M. Stallman <rms@gnu.org> |
27392
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5918 |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5919 * replace.el (query-replace): Rename last arg to DELIMITED. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5920 (map-query-replace-regexp, query-replace-regexp-eval): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5921 (query-replace-regexp): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5922 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5923 2000-01-20 Richard M. Stallman <rms@gnu.org> |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5924 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5925 * subr.el (with-syntax-table): Use make-symbol, not gensym. |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5926 |
27381
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5927 * emacs-lisp/lisp.el (beginning-of-defun-function): |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5928 Variable renamed from beginning-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5929 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5930 (beginning-of-defun-raw): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5931 (beginning-of-defun): Doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5932 (end-of-defun-function): Variable renamed from end-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5933 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5934 (end-of-defun): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5935 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5936 * subr.el (dolist, dotimes): Copied from cl-macs.el |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5937 and made to work. |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5938 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5939 * mail/undigest.el (rmail-digest-end-regexps): |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5940 Variable replaces rmail-digest-end-regexp. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5941 Allows multiple regexps for detecting the end line. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5942 (undigestify-rmail-message): Corresponding changes. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5943 |
27366 | 5944 2000-01-19 Dave Love <fx@gnu.org> |
5945 | |
27368 | 5946 * files.el (user-init-file): Don't declare here -- is primitive. |
5947 | |
27366 | 5948 * startup.el (command-line): Check for compiled user-init-file and |
5949 set to uncompiled version if necessary. | |
5950 | |
27358 | 5951 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
5952 | |
27361 | 5953 * mail/undigest.el (rmail-digest-end-regexp): New user option. |
5954 (undigestify-rmail-message): Use it. | |
5955 | |
27358 | 5956 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT. |
5957 | |
27351 | 5958 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
5959 | |
5960 * tmm.el (tmm-goto-completions): Adapt to prompt being part | |
5961 of mini-buffer. | |
5962 | |
27326 | 5963 2000-01-14 Gerd Moellmann <gerd@gnu.org> |
5964 | |
27330 | 5965 * emacs-lisp/copyright.el (copyright-update): Removed the |
5966 requirement for a trailing space from `copyright-regexp', to | |
5967 support copyrights with owner specified on a separate line.. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5968 |
27327 | 5969 * align.el: New file. |
5970 | |
27326 | 5971 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu. |
5972 | |
5973 * net/eudc.el (toplevel): Define EUDC menu for Emacs. | |
5974 | |
27323 | 5975 2000-01-13 Dave Love <fx@gnu.org> |
5976 | |
5977 * ph.el: Removed. (Obsoleted by EUDC.) | |
5978 | |
27321 | 5979 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
5980 | |
5981 * net/eudc.el (toplevel): Remove autoloaded code installing | |
5982 menu with easymenu, because that causes build problems. | |
5983 | |
5984 * frame.el (frame-notice-user-settings): New variable. | |
5985 (frame-notice-user-settings): Don't modify frame parameters | |
5986 if called a second time. | |
5987 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5988 2000-01-13 Richard M. Stallman <rms@gnu.org> |
27321 | 5989 |
5990 * frame.el (frame-notice-user-settings): | |
5991 Notice default-frame-parameters even for non-window frames. | |
5992 | |
27318 | 5993 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
5994 | |
5995 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds | |
5996 for Emacs. | |
5997 (eudc-bob-can-display-inline-images): Extend for Emacs. | |
5998 (eudc-bob-toggle-inline-display): Ditto. | |
5999 (eudc-bob-display-jpeg): Ditto. | |
6000 | |
27304 | 6001 2000-01-12 Gerd Moellmann <gerd@gnu.org> |
6002 | |
27313 | 6003 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, |
6004 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el, | |
6005 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
|
6006 |
27312 | 6007 * add-log.el (add-change-log-entry): Fix error trying an `(insert |
6008 nil)'. | |
6009 | |
6010 * subdirs.el: Add `net' directory. | |
6011 | |
27308 | 6012 * net: New directory. |
6013 | |
27304 | 6014 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from |
6015 eval-last-sexp. Don't bind debug-on-error here. | |
6016 (eval-last-sexp): New function. Bind debug-on-error if | |
6017 eval-expression-debug-on-error is non-nil. | |
6018 (eval-defun-2, eval-defun): Likewise. | |
6019 | |
6020 * simple.el (eval-expression): Don't bind debug-on-error if | |
6021 eval-expression-debug-on-error is nil. Detect changed | |
6022 debug-on-error, and propagate new value to global binding, if | |
6023 eval-expression-debug-on-error is non-nil, | |
6024 (eval-expression-debug-on-error): Change doc string. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6025 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6026 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6027 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6028 * 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
|
6029 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6030 * emacs-lisp/lisp-mode.el (with-syntax-table): |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6031 Set up lisp-indent-function property. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6032 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6033 * subr.el (with-syntax-table): Moved from simple.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6034 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6035 * simple.el (with-syntax-table): Moved to subr.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
6036 |
27288 | 6037 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
6038 | |
27291 | 6039 * tmm.el (tmm-shortcut): Delete region after prompt instead |
6040 of erasing buffer. | |
6041 | |
27288 | 6042 * textmodes/fill.el (fill-common-string-prefix): New function. |
27309 | 6043 (fill-context-prefix): Use the longest common prefix of first |
6044 and second line fill prefix, if there is one. | |
27288 | 6045 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6046 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27285
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6047 |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6048 * 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
|
6049 Use make-local-variable for `truncate-lines'. |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
6050 |
27282 | 6051 2000-01-11 Jari Aalto <jari.aalto@poboxes.com> |
6052 | |
6053 * add-log.el (add-log-current-defun): Handle user-defined | |
6054 add-log-current-function returning nil, | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6055 |
27280 | 6056 * add-log.el (add-change-log-entry): Insert version number |
27282 | 6057 if having found a current function |
27278 | 6058 |
6059 * add-log.el (add-log-current-defun): Call | |
6060 `add-log-current-defun-function'. Try matches at level 0 and | |
6061 level 1. Strip whitespace from defun found. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6062 |
27270
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6063 2000-01-10 John Wiegley <johnw@gnu.org> |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6064 |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6065 * allout.el (isearch-done/outline-provisions): Added `edit' |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6066 argument to correspond with the current definition of |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6067 `isearch-done'. |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
6068 |
27265 | 6069 2000-01-10 Dave Love <fx@gnu.org> |
6070 | |
6071 * elide-head.el (elide-head): Use point-marker, not point. | |
6072 | |
27261 | 6073 2000-01-10 Gerd Moellmann <gerd@gnu.org> |
6074 | |
27263 | 6075 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates |
6076 before and after the year 2000. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6077 |
27261 | 6078 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p): |
6079 Add ispell- prefix. | |
6080 | |
6081 2000-01-10 Ken Stevens <k.stevens@ieee.org> | |
6082 | |
6083 * ispell.el: Only define dictionaries in menus when they exist. | |
6084 (version18p): New variable. | |
6085 (version20p): New variable. | |
6086 (xemacsp): New variable. | |
6087 (ispell-choices-win-default-height): Fix for XEmacs visibility. | |
6088 (ispell-dictionary-alist1): Added Brasileiro dictionary. | |
6089 (ispell-dictionary-alist6): Russian command lines no longer accept | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6090 run-together words. |
27261 | 6091 (ispell-local-dictionary-alist): Add koi8-r to customize definition. |
6092 (ispell-dictionary-alist): Add koi8-r to customize definition. | |
6093 (check-ispell-version): Added documentation string. Returns | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
6094 library path when called non-interactively. |
27261 | 6095 (ispell-menu-map-needed): Uses new variables. |
6096 (ispell-library-path): New variable. | |
6097 (ispell-decode-string): XEmacs fix for bogus variable bindings. | |
6098 (ispell-word): Improved documentation string. Test for valid | |
6099 character mappings. Correctly check typed in word changes that can | |
6100 result in single words split into multiple words. Returns | |
6101 replacement word. | |
6102 (ispell-command-loop): Fixes XEmacs display bugs. Show word to | |
6103 replace in recursive query replace mode. Help message for | |
6104 recursive edit mode. | |
6105 (ispell-show-choices): Protect against bad framepop bindings. | |
6106 (ispell-help): Fix to work with XEmacs. | |
6107 (ispell-highlight-spelling-error): Use new variables. | |
6108 (ispell-overlay-window): Fix to work with XEmacs. | |
6109 (ispell-parse-output): Passed and returns location information | |
6110 tracking spelling corrections. Doesn't recheck same word on | |
6111 current line. | |
6112 (ispell-init-process): Protect against bogus XEmacs variable binding. | |
6113 Fix call to single argument in sleep-for. Use new variables. | |
6114 (ispell-region): Passed and returns location information tracking | |
6115 spelling corrections. Doesn't check same word on current line. | |
6116 Improved documentation string. Doesn't resend a line already | |
6117 checked to the ispell process - fixes bug in LaTeX parsing. | |
6118 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML. | |
6119 (ispell-skip-region): No longer skips <TT> in SGML. | |
6120 (ispell-process-line): Tracks location information with spelling | |
6121 corrections. Added documentation string. Accounts for words | |
6122 already accepted on this line. Don't allow query-replace on line | |
6123 starting with math characters. Doesn't resend a line already sent | |
6124 to ispell process. Fixes alignment error bug. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6125 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6126 2000-01-10 Richard M. Stallman <rms@gnu.org> |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6127 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6128 * dired-x.el (dired-guess-shell-alist-default): |
27259
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6129 Suggest xloadimage, which is free, not xv, which isn't. |
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6130 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6131 * ange-ftp.el (ange-ftp-file-name-nondirectory): |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6132 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
|
6133 |
27255 | 6134 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6135 | |
6136 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead | |
6137 of a real newline. | |
6138 | |
27253 | 6139 2000-01-09 Stephen Eglen <stephen@gnu.org> |
6140 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6141 * dired-x.el (dired-guess-shell-alist-default): Suggest xv |
27253 | 6142 for .png files. |
6143 | |
27251 | 6144 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk> |
6145 | |
6146 * cus-edit.el (custom-hook-convert-widget): Fix comment. | |
6147 | |
27247 | 6148 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6149 | |
27249 | 6150 * progmodes/cperl-mode.el: Replace ^F with ^L. |
6151 | |
27247 | 6152 * sendmail.el (toplevel): Provide `sendmail' when compiling |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6153 before `require'ing rmail and mailalias to prevent infinite |
27247 | 6154 recursion. |
6155 | |
27244 | 6156 2000-01-08 Dave Love <fx@gnu.org> |
6157 | |
27265 | 6158 * emacs-lisp/backquote.el: Remove inappropriate customization |
6159 (allowing custom.el to use backquote). | |
27244 | 6160 |
27241 | 6161 2000-01-07 Dave Love <fx@gnu.org> |
6162 | |
6163 * add-log.el (add-log-debugging): Deleted. | |
6164 (add-change-log-entry): Treat a backup FILE-NAME as its parent | |
6165 file. Remove debugging code. | |
6166 (change-log-get-method-definition, change-log-name): Add doc. | |
6167 (change-log-sortable-date-at): New function. | |
6168 (change-log-merge): New command. | |
6169 | |
6170 * time.el (display-time-string-forms): Make the Mail string active. | |
6171 (display-time-update): Provide help-echo for load average. | |
6172 | |
6173 * bindings.el (make-mode-line-mouse2-map): New function. | |
6174 (mode-line-modified): Use it and simplify. | |
6175 (mode-line-mule-info): Provide help-echo info. | |
6176 (minor-mode-alist): Activate the strings. | |
6177 (make-mode-line-mouse-sensitive): Simplify for | |
6178 mode-line-buffer-identification. | |
6179 | |
27233 | 6180 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
6181 | |
6182 * play/pong.el: New file. | |
6183 | |
27241 | 6184 2000-01-06 Dave Love <fx@gnu.org> |
6185 | |
6186 * array.el: Assorted cleanups for compiler warnings, doc strings, | |
6187 `array-' prefix for symbols. | |
6188 | |
6189 2000-01-05 Dave Love <fx@gnu.org> | |
6190 | |
6191 * textmodes/outline.el (outline-mode-menu-bar-map): Add | |
6192 outline-headers-as-kill. | |
6193 (outline-mode): Define imenu-generic-expression. | |
6194 (outline-headers-as-kill): New command. | |
6195 | |
6196 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^' | |
6197 from paragraph-start. | |
6198 (paragraph-indent-minor-mode): New command. | |
6199 | |
6200 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a, | |
6201 M-C-e, M-C-h, C-j, C-xnd, TAB. | |
6202 (fortran-mode): Set beginning-of-defun, end-of-defun. | |
6203 (fortran-column-ruler): Simplify. | |
6204 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | |
6205 (fortran-with-subprogram-narrowing): Likewise. | |
6206 (fortran-indent-subprogram): Call mark-defun. | |
6207 (fortran-check-for-matching-do): Change narrowing. | |
6208 | |
6209 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table. | |
6210 (cl-lucid-hash-tag): Delete. | |
6211 (cl-hash-table-p): Correct test for native table. | |
6212 (cl-hash-table-count): Use hash-table-count. | |
6213 | |
6214 * browse-url.el (browse-url): Fix case of | |
6215 browse-url-browser-function being an alist. | |
6216 | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6217 2000-01-05 Carsten Dominik <cd@gnu.org> |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6218 |
27233 | 6219 * textmodes/reftex-vars.el (reftex-parse-file-extension) |
6220 (reftex-index-phrase-file-extension): New options. | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6221 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6222 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer): |
27233 | 6223 Use new option `reftex-index-phrase-file-extension'. |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6224 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6225 * textmodes/reftex.el (reftex-access-parse-file): Use new option |
27233 | 6226 `reftex-parse-file-extension'. |
27232
1c7665b7a026
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27205
diff
changeset
|
6227 |
27191 | 6228 2000-01-05 Dave Love <fx@gnu.org> |
6229 | |
27241 | 6230 * emacs-lisp/lisp.el (beginning-of-defun): New variable. |
27191 | 6231 (beginning-of-defun-raw): Use it. |
6232 (end-of-defun): New variable. | |
6233 (end-of-defun): Use it. | |
6234 (check-parens): New command. | |
6235 | |
27182 | 6236 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
6237 | |
27233 | 6238 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region) |
6239 (hs-show-block): Don't use `mapcar' when not accumulating. | |
27182 | 6240 |
27184
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6241 Fix buglet in local variables initialization. |
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6242 |
27176 | 6243 2000-01-05 Andreas Schwab <schwab@suse.de> |
6244 | |
6245 * hscroll.el (hscroll): Doc fix. | |
6246 | |
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6247 2000-01-05 Carsten Dominik <cd@gnu.org> |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6248 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6249 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6250 idlw-toolbar. |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6251 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6252 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6253 file idlw-rinfo.el. |
27182 | 6254 (idlwave-customize): load must read file idlw-shell.el. |
6255 (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
|
6256 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6257 2000-01-05 Carsten Dominik <dominik@astro.uva.nl> |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6258 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6259 * progmodes/idlw-shell.el: Also provide idlwave-shell |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6260 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6261 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6262 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6263 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6264 both reftex-dcr and reftex-vcr. |
27182 | 6265 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6266 * 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
|
6267 |
27164 | 6268 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
27162 | 6269 |
6270 * ps-print.el: PostScript code now is in separate files, doc fix. | |
6271 (ps-print-version): New version number (5.0.3). | |
6272 (ps-header-lines, ps-left-header, ps-right-header): No more buffer | |
6273 local. | |
6274 (ps-spool-config): Initialization fix. | |
27233 | 6275 (ps-print-prologue-1, ps-print-prologue-2) |
6276 (ps-print-duplex-feature): PostScript code moved to separated file. | |
27162 | 6277 (ps-background-image): Little code reformating. |
6278 (ps-begin-file, ps-begin-job): Fix code. | |
27191 | 6279 (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
27162 | 6280 (ps-prologue-file): New fun. |
6281 | |
27159 | 6282 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6283 | |
27233 | 6284 * ps-vars.el: Eliminated. |
27159 | 6285 |
6286 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is | |
6287 `;;;###autoload'. | |
6288 | |
6289 * ps-print.el: ps-vars eliminated, doc fix. | |
6290 (ps-print-version): New version number (5.0.2). | |
6291 (ps-spool-config): Initialization fix. | |
6292 (ps-print-customize): New fun. | |
6293 | |
27155 | 6294 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
6295 | |
6296 * autorevert.el (auto-revert-mode): Return value of | |
6297 auto-revert-mode. | |
6298 | |
27152 | 6299 2000-01-04 Dave Love <fx@gnu.org> |
6300 | |
27198 | 6301 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle |
6302 menu items. | |
27152 | 6303 |
27124 | 6304 2000-01-03 Dave Love <fx@gnu.org> |
6305 | |
27191 | 6306 * elide-head.el (elide-head) [defgroup]: Add :version. |
27126 | 6307 |
27241 | 6308 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar. |
27124 | 6309 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use |
6310 `cl-hash-table-p', not `hash-table-p'. | |
6311 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | |
6312 | |
27119 | 6313 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6314 | |
6315 * faces.el (face-read-integer, read-face-attribute) | |
6316 (color-defined-p, color-values): unspecified-{f,b}g are now | |
6317 strings. | |
6318 | |
27112 | 6319 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org> |
6320 | |
6321 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces | |
6322 at comment end, and re-insert them after filling. | |
6323 | |
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6324 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
|
6325 |
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6326 * 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
|
6327 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el, |
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
6328 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
|
6329 |
27102 | 6330 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6331 | |
6332 * term/x-win.el (xw-defined-colors): Call color-supported-p, | |
6333 the new name of face-color-supported-p. | |
6334 | |
6335 * term/w32-win.el (xw-defined-colors): Likewise. | |
6336 | |
27097 | 6337 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6338 | |
6339 * simple.el (completion-setup-function): Count completion-size | |
6340 from minibuffer-prompt-end, not from point-min. | |
6341 | |
27091 | 6342 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
6343 | |
6344 * faces.el (read-face-attribute, defined-colors, color-defined-p): | |
6345 Pass the frame to tty-color-* functions. | |
6346 (display-color-p, frame-set-background-mode): Pass the frame to | |
6347 tty-display-color-p. | |
6348 | |
6349 * term/tty-colors.el (tty-defined-color-alist): Renamed from | |
6350 tty-color-alist. | |
6351 (tty-color-alist, tty-modify-color-alist): New functions. | |
6352 (tty-color-define, tty-color-clear, tty-color-approximate) | |
6353 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept | |
6354 an optional parameter FRAME. | |
6355 | |
27074 | 6356 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
6357 | |
27082 | 6358 * image.el (create-image, defimage): Don't assume image data is a |
6359 string. | |
6360 | |
27074 | 6361 * image.el (defimage): Handle specifications containing :data |
6362 instead of :file. | |
6363 (image-type-from-data): New function. | |
6364 (image-type-from-file-header): Use it. | |
6365 (create-image): Add parameter DATA-P. | |
27182 | 6366 |
30729 | 6367 See ChangeLog.8 for earlier changes. |