Mercurial > emacs
annotate lisp/ChangeLog @ 30766:dacf4830a9a0
(comint-send-string, comint-send-region): Make into real functions.
Snapshot the prompt before sending.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 11 Aug 2000 19:15:51 +0000 |
parents | 9459d3b62846 |
children | 7dc7bfb39bca |
rev | line source |
---|---|
30764 | 1 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
2 | |
3 * info.el (Info-find-emacs-command-nodes): Rewrite to use | |
4 technique similar to Info-index, instead of relying on specific | |
5 names of relevant Index nodes. | |
6 (Info-goto-emacs-command-node): Bind Info-history to nil when | |
7 going to the first node found by Info-find-emacs-command-nodes. | |
8 | |
30758 | 9 2000-08-11 eliz <eliz@is.elta.co.il> |
10 | |
11 * menu-bar.el (menu-bar-help-menu): Add a :help string. | |
12 | |
30741 | 13 2000-08-10 Miles Bader <miles@gnu.org> |
14 | |
15 * comint.el (comint-output-filter): Doc fixes & misc code cleanup. | |
16 | |
30739 | 17 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
18 | |
19 * info.el (Info-file-list-for-emacs): More elements for the | |
20 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs, | |
21 and woman manuals. | |
22 | |
30737 | 23 2000-08-10 Miles Bader <miles@lsi.nec.co.jp> |
24 | |
25 * comint.el (comint-send-input): Make the newline boundary overlay | |
26 rear-nonsticky. Use `insert' instead of `insert-before-markers'. | |
27 (comint-output-filter): Use `insert' instead of | |
28 `insert-before-markers'. Extend comint-last-output-overlay when | |
29 necessary since we can't rely on insert-before-markers to do it. | |
30 * gud.el (gud-filter): Use `with-current-buffer' instead of | |
31 save-excursion when inserting the output, so that point gets | |
32 updated correctly; the old method relied on a rather dodgy | |
33 side-effect of comint-output-filter to avoid the effect of | |
34 save-excursion. | |
35 | |
30734 | 36 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
37 | |
38 * files.el (recover-file): Call insert-directory instead of | |
39 invoking `ls' directly. | |
40 | |
30732 | 41 2000-08-10 Miles Bader <miles@gnu.org> |
42 | |
43 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face) | |
44 (comint-last-prompt-overlay): New variables. | |
45 (comint-output-filter): Implement prompt highlighting. | |
46 (comint-snapshot-last-prompt): New function. | |
47 (comint-send-input): Snapshot the last prompt. | |
48 Use comint-highlight-input-face. | |
49 (comint-highlight-input-face): Renamed from `comint-highlight-face'. | |
50 Use defface instead of defcustom. | |
51 (send-invisible, comint-send-eof): Snapshot the last prompt. | |
52 (comint-delchar-or-maybe-eof): Use comint-send-eof. | |
53 (comint-mode): Make `comint-last-prompt-overlay' buffer-local. | |
54 | |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
55 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
56 |
30719
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
57 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
58 (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
|
59 (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
|
60 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
|
61 |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
62 * 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
|
63 Set cvs-minor-current-files to the selected fileinfo. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
64 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
65 (cvs-mode-insert): Manually macroexpand `ignore-errors'. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
66 |
30715 | 67 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il> |
68 | |
69 * files.el (insert-directory): Don't call access-file on | |
70 directories on DOS and Windows. | |
71 | |
30704 | 72 2000-08-09 Kenichi Handa <handa@etl.go.jp> |
73 | |
74 * international/ccl.el (ccl-embed-data): Make ccl-program-vector | |
75 longer if necessary. | |
76 (ccl-embed-code): Call ccl-embed-data to store CODE in | |
77 ccl-program-vector. | |
78 | |
30701 | 79 2000-08-09 Miles Bader <miles@gnu.org> |
80 | |
81 * comint.el (comint-output-filter): Properly handle the case where | |
82 the text surrounded by comint-last-output-overlay was deleted. | |
83 | |
30671 | 84 2000-08-08 Gerd Moellmann <gerd@gnu.org> |
85 | |
30693 | 86 * info.el (Info-insert-dir): Use Info-additional-directory-list if |
87 non-nil. | |
88 (Info-file-list-for-emacs): Remove "info" from the list because | |
89 that leads to trying to use the documentation from file `info' | |
90 in various situations where it isn't appropriate, for instance | |
91 C-h C-k C-h i. | |
92 | |
93 * ffap.el (ffap-read-file-or-url-internal): Handle case that | |
94 DIR and/or STRING are nil. | |
95 | |
96 * progmodes/compile.el (compilation-setup): Make variable | |
97 compilation-error-screen-columns buffer-local, as some comment | |
98 in the code suggests it should be. | |
99 | |
100 * files.el (auto-mode-interpreter-regexp): New variable. | |
101 (set-auto-mode): Use it. | |
102 | |
103 * indent.el (indent-for-tab-command): Doc fix. | |
104 | |
105 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
106 | |
30671 | 107 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N=' |
108 labels. | |
109 | |
110 * help.el (print-help-return-message): When | |
111 display-buffer-reuse-frames is set, let the help window been quit, | |
112 instead of deleting it, which might delete a reused frame. | |
113 | |
30664 | 114 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il> |
115 | |
116 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to | |
117 rename a directory to a name that differs only by its letter case. | |
118 | |
30655 | 119 2000-08-08 Kenichi Handa <handa@etl.go.jp> |
120 | |
121 * international/quail.el (quail-define-rules): Handle Quail decode | |
122 map correctly. Add code for supporting annotations. | |
123 (quail-install-decode-map): New function. | |
124 (quail-defrule-internal): New optional arguments decode-map and | |
125 props. | |
126 (quail-advice): New function. | |
127 | |
30651
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
128 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
|
129 |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
130 * 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
|
131 `defconst', `define-condition', `with-slots'. |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
132 * 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
|
133 |
30649 | 134 2000-08-03 Miles Bader <miles@gnu.org> |
135 | |
136 * comint.el (comint-use-prompt-regexp-instead-of-fields): | |
137 New variable. | |
138 (comint-prompt-regexp, comint-get-old-input): Document dependence on | |
139 comint-use-prompt-regexp-instead-of-fields. | |
140 (comint-send-input): Add `input' field property to stuff we send to | |
141 the process, if comint-use-prompt-regexp-instead-of-fields is nil. | |
142 (comint-output-filter): Add `output' field property to process | |
143 output, if comint-use-prompt-regexp-instead-of-fields is nil. | |
144 (comint-replace-by-expanded-history) | |
145 (comint-get-old-input-default, comint-show-output) | |
146 (comint-backward-matching-input, comint-forward-matching-input) | |
147 (comint-next-prompt, comint-previous-prompt): Use field | |
148 properties if comint-use-prompt-regexp-instead-of-fields is nil. | |
149 (comint-line-beginning-position): New function. | |
150 (comint-bol): Use comint-line-beginning-position. Make ARG optional. | |
151 (comint-replace-by-expanded-history-before-point): Use | |
152 comint-line-beginning-position and line-end-position. | |
153 (comint-last-output-overlay): New variable. | |
154 (comint-mode): Make `comint-last-output-overlay' buffer-local. | |
155 | |
156 * shell.el (shell-prompt-pattern): Doc change. | |
157 (shell-backward-command): Use line-beginning-position. | |
158 | |
159 * gud.el (gud-gdb-complete-command): Use | |
160 comint-line-beginning-position. | |
161 | |
162 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if | |
163 comint-bol doesn't actually go to the beginning of the line. | |
164 | |
165 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp | |
166 if comint-use-prompt-regexp-instead-of-fields is non-nil. | |
167 (try-expand-line-all-buffers): Likewise. | |
168 | |
169 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of | |
170 explicitly matching comint-prompt-regexp. | |
171 (sql-copy-column): Use comint-line-beginning-position instead of | |
172 explicitly matching comint-prompt-regexp. | |
173 | |
174 * progmodes/octave-inf.el (inferior-octave-complete): Use | |
175 comint-line-beginning-position. | |
176 | |
177 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change. | |
178 | |
179 * progmodes/idlw-shell.el (idlwave-shell-send-command): When | |
180 looking for a prompt, use `forward-line 0' instead of | |
181 `beginning-of-line', to avoid getting caught by an input field. | |
182 | |
30633 | 183 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
184 | |
185 * files.el (shell-quote-wildcard-pattern): Make sure to return | |
186 PATTERN, in the Unix case. | |
187 | |
30629 | 188 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> |
189 | |
190 * play/zone.el (zone): Discard any pending input before running | |
191 the randomly-chosen pgm. | |
192 | |
30623 | 193 2000-08-07 Kenichi Handa <handa@etl.go.jp> |
194 | |
195 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of | |
196 checking the existence of any multibyte characters. | |
197 | |
30619 | 198 2000-08-06 Gerd Moellmann <gerd@gnu.org> |
199 | |
30622 | 200 * help.el (describe-mode): Test minor-mode symbol for being |
201 bound before testing its value for being nil. | |
202 | |
30619 | 203 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of |
204 `first', `second', and `third'. | |
205 | |
206 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05. | |
207 (second): Make it an alias for `cadr'. | |
208 | |
30616 | 209 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il> |
210 | |
211 * bs.el (bs-apply-sort-faces): Don't use window-system, since all | |
212 types of display support faces now. | |
213 | |
30614 | 214 2000-08-05 Gerd Moellmann <gerd@gnu.org> |
215 | |
216 * pcvs.el (require): Require `cl' during compilation, only. | |
217 | |
218 * emacs-lisp/cl.el (first, ..., tenth): Make them macros. | |
219 (toplevel): Remove `remq' and `remove' from autoloads. | |
220 (cl-fake-autoloads): New variable. If set, arrange for an error | |
221 when CL functions etc. are autoloaded. | |
222 | |
30585 | 223 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il> |
224 | |
30593 | 225 * play/zone.el (zone, zone-pgm-stress): Don't use window-system. |
226 | |
30591 | 227 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is |
228 popped up, but the user clicks outside the menu, return an empty | |
229 regexp (that causes unhighlight-regexp to have no effect). | |
230 | |
30589 | 231 * menu-bar.el (menu-bar-games-menu): Add Zone. |
232 | |
30585 | 233 * hi-lock.el (toplevel): Require font-lock. |
234 | |
30576 | 235 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
236 | |
237 * ebnf2ps.el: Get around a bug on skip-chars-forward. | |
238 (ebnf-8-bit-chars): New var for bug fix. | |
239 (ebnf-string): Bug fix. | |
240 | |
30569
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
241 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
|
242 |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
243 * 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
|
244 instead of `buffer-string'. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
245 (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
|
246 `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
|
247 necessary. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
248 |
30567 | 249 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il> |
250 | |
251 * international/mule-cmds.el (select-safe-coding-system): Make | |
252 the message text about selecting a safe coding system more clear. | |
253 | |
30564 | 254 2000-08-02 Gerd Moellmann <gerd@gnu.org> |
255 | |
30565 | 256 * hi-lock.el: New file. |
257 | |
258 * play/zone.el: New file. | |
259 | |
30564 | 260 * replace.el (occur): Set tab-width in the *Occur* buffer to the |
261 value of tab-width in the original buffer. Choose a line number | |
262 format that's a multiple of the original buffer's tab width, so | |
263 that lines appear right. | |
264 | |
265 * textmodes/ispell.el (ispell): New function, replacing an alias. | |
266 Spell-check active region if in transient-mark-mode and mark | |
267 is active; otherwise spell-check buffer. | |
268 | |
269 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
270 | |
271 * ps-mule.el: Fix a customization problem on | |
272 ps-mule-font-info-database-default. | |
273 | |
30555 | 274 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il> |
275 | |
276 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use | |
277 display-mouse-p instead of window-system. | |
278 (ebrowse-member-mode-map): Ditto. | |
279 | |
30553 | 280 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
281 | |
282 * ebnf2ps.el: Update ps-print functions call. Indentation fix. Doc | |
283 fix. | |
284 (ebnf-version): New version number (3.2). | |
285 (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
|
286 |
30547 | 287 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il> |
288 | |
30549 | 289 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition |
290 font lock support on window-system. | |
291 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise. | |
292 | |
30547 | 293 * textmodes/ispell.el (ispell-highlight-spelling-error): Use |
294 display-color-p, if fboundp, instead of window-system. | |
295 | |
30545 | 296 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il> |
297 | |
298 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p | |
299 instead of window-system. | |
300 | |
301 * wid-edit.el (widget-choose): Use display-mouse-p instead of | |
302 window-system. | |
303 (widget-choice-mouse-down-action): Use display-popup-menus-p | |
304 instead of window-system. | |
305 | |
306 * strokes.el (strokes-file): Run the file name through | |
307 convert-standard-filename. | |
308 (strokes-mode): Call display-mouse-p instead of looking at | |
309 window-system. Change the error message accordingly. | |
310 | |
311 * progmodes/cpp.el (toplevel): Support faces on tty's. | |
312 | |
313 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X) | |
314 (lm-plot-square, lm-init-display): Don't use window-system. | |
315 | |
316 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face) | |
317 (gomoku-plot-square, gomoku-init-display): Don't use window-system. | |
318 | |
319 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p | |
320 instead of looking at window-system. | |
321 | |
30528 | 322 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
323 | |
324 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead | |
325 of testing if iswitchb-prepost-hooks is bound, because the | |
326 latter will always be true when invoking a recursive minibuffer | |
327 from an active Iswitchb buffer. | |
328 | |
30526 | 329 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il> |
330 | |
331 * files.el (shell-quote-wildcard-pattern): New function. | |
332 (insert-directory): Call it. Only prepend "\" to command on Unix | |
333 and GNU/Linux systems. | |
334 | |
30524 | 335 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
336 | |
337 * eshell/esh-groups.el: Change custom :link file names | |
338 from `eshell.info' to `eshell'. | |
339 | |
340 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk> | |
341 | |
342 * dired.el (dired-build-subdir-alist): Expand subdirectory names | |
343 correctly in recursive ange-ftp listings. | |
344 | |
345 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
346 | |
347 * ps-print.el: Fix bug 1: if ps-font-size-internal, | |
348 ps-header-font-size-internal and | |
349 ps-header-title-font-size-internal variables are not set, | |
350 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if | |
351 face text property is (foreground-color . COLOR) or | |
352 `(background-color . COLOR)', ps-print crashes. Doc fix. | |
353 (ps-print-version): New version number (5.2.4). | |
354 (ps-plot-region): Code fix. | |
355 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1. | |
356 (ps-face-attribute-list, ps-face-attributes, ps-face-background): | |
357 Bug fix 2. | |
358 | |
359 2000-07-30 Milan Zamazal <pdm@freesoft.cz> | |
360 | |
361 * glasses.el (glasses-make-readable): Fix uncapitalization of | |
362 identifiers like `myXMLDocument'. | |
363 | |
30519
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
364 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
|
365 |
30524 | 366 * mail/mail-hist.el (mail-hist-previous-input) |
367 (mail-hist-next-input): Do the obvious code factorization. | |
368 (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
|
369 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
|
370 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
|
371 |
30518
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
372 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
|
373 |
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
374 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime): |
30524 | 375 Use `<=', not `<' to compare times! |
376 (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
|
377 |
30502 | 378 2000-07-27 Gerd Moellmann <gerd@gnu.org> |
379 | |
30516 | 380 * play/cookie1.el: Add explanation of how to make cookie.el |
381 compatible with strfile(1) to comment. | |
382 | |
383 * subr.el (remove, remq): New functions. | |
384 | |
30511 | 385 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly |
386 escape `*' in regexps. | |
387 (midnight-find): Reverse order of arguments in the funcall of | |
388 TEST. | |
389 | |
390 * bindings.el (completion-ignored-extensions): Add `.la', `.lo', | |
391 and `.class'. | |
392 | |
30502 | 393 * play/meese.el: Add Commentary section. |
394 | |
30516 | 395 2000-07-27 Alex Schroeder <alex@gnu.org> |
396 | |
397 * sql.el (sql-ms): Added autoload cookie. | |
398 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase) | |
399 (sql-oracle): Ditto. | |
400 (sql-help): Doc change. | |
401 | |
402 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data | |
403 types and exceptions. | |
404 | |
405 2000-07-27 Alex Schroeder <alex@gnu.org> | |
406 | |
407 * sql.el (sql-placeholder-history): New variable. | |
408 (sql-query-placeholders-and-send): New function that will query | |
409 the user and replace placeholders with user input. | |
410 (sql-oracle): If running on NT, set comint-input-sender to | |
411 sql-query-placeholders-and-send. | |
412 | |
413 (sql-stop): If in the SQLi buffer, insert stop notification, else | |
414 present it as a message. | |
415 | |
416 2000-07-27 Alex Schroeder <alex@gnu.org> | |
417 | |
418 * sql.el (sql-input-ring-separator): Doc change. | |
419 (sql-input-ring-file-name): Doc change. | |
420 (sql-interactive-mode): Use `sql-input-ring-separator' and | |
421 `sql-input-ring-file-name' to set the comint-mode equivalents | |
422 without making them local variables. | |
423 (sql-stop): Don't bind `sql-input-ring-separator' and | |
424 `sql-input-ring-file-name' dynamically to their comint-mode | |
425 equivalents. | |
426 | |
30490 | 427 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
428 | |
429 * international/mule.el (register-char-codings): New function. | |
430 (make-coding-system): Handle `safe-chars' specification in the arg | |
431 PROPERTY. | |
432 | |
433 * international/mule-cmds.el | |
434 (find-coding-systems-region-subset-p): This function deleted. | |
435 (sort-coding-systems-predicate): New variable. | |
436 (sort-coding-systems): New function. | |
437 (find-coding-systems-region): Use | |
438 find-coding-systems-region-internal. | |
439 (find-coding-systems-string): Use find-coding-systems-region. | |
440 (find-coding-systems-for-charsets): Check | |
441 char-coding-system-table. | |
442 (select-safe-coding-system-accept-default-p): New variable. | |
443 (select-safe-coding-system): Mostly rewritten. New argument | |
444 ACCEPT-DEFAULT-P. | |
445 (select-message-coding-system): Call select-safe-coding-system | |
446 with ACCEPT-DEFAULT-P arg. | |
447 (reset-language-environment): Reset default-sendmail-coding-system | |
448 to the default value iso-latin-1. | |
449 (set-language-environment): Don't set the obsolete variable | |
450 charset-origin-alist. | |
451 | |
452 * international/codepage.el (cp-coding-system-for-codepage-1): | |
453 Give `safe-chars' property to make-coding-system. | |
454 | |
455 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid | |
456 calling select-message-coding-system twice. | |
457 | |
458 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property | |
459 instead of `safe-charsets'. | |
460 (cyrillic-alternativnyj): Likewise. | |
461 (ccl-encode-alternativnyj): Don't check the charset | |
462 cyrillic-iso8859-5. | |
463 | |
30484 | 464 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
465 | |
466 * composite.el (compose-chars-after): Preserve match data. | |
467 | |
30481 | 468 2000-07-26 Sam Steingold <sds@gnu.org> |
469 | |
470 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function. | |
471 (ange-ftp-real-file-newer-than-file-p): New function. | |
472 (ange-ftp-verify-visited-file-modtime): Use `float-time'. | |
473 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string'). | |
474 | |
475 * tooltip.el (tooltip-float-time): Removed (use `float-time'). | |
476 * midnight.el (midnight-float-time): Ditto. | |
477 | |
30479 | 478 2000-07-26 Andreas Schwab <schwab@suse.de> |
479 | |
480 * files.el (normal-backup-enable-predicate): Correct | |
481 interpretation of the return value of compare-strings. | |
482 | |
30471 | 483 2000-07-26 Gerd Moellmann <gerd@gnu.org> |
484 | |
30477 | 485 * isearch.el (isearch-resume): New function. |
486 (isearch-done): Add something to command-history to resume | |
487 the search. | |
488 (isearch-yank-line, isearch-yank-word): Use | |
489 buffer-substring-no-properties instead of buffer-substring. | |
490 | |
30471 | 491 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead |
492 of flyspell-mouse-map. | |
493 | |
494 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove | |
495 duplicate definition. | |
496 (makefile-mode): Remove duplicate setting of local-abbrev-table. | |
497 | |
498 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable. | |
499 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table. | |
500 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
501 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
|
502 |
30459 | 503 * net/ange-ftp.el: Get modtime over the net. |
504 (ange-ftp-file-modtime): New function. | |
30473 | 505 (ange-ftp-write-region, ange-ftp-insert-file-contents) |
506 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime): | |
30459 | 507 Use it. |
508 (ange-ftp-dot-to-slash): New function. | |
509 (ange-ftp-fix-name-for-vms): Use it. | |
510 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
511 * 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
|
512 `with-current-buffer'. |
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
513 |
30457 | 514 2000-07-25 Gerd Moellmann <gerd@gnu.org> |
515 | |
516 * find-dired.el: Update copyright notice. | |
517 (find-dired): Offer to kill a running `find'. | |
518 | |
519 * enriched.el (enriched-face-ans): For a `foreground-color' | |
520 property, return '(("x-color" COLOR))' so that COLOR will be | |
521 output as a parameter of the x-color annotation. Likewise for the | |
522 `background-color' property. In the case of normal face | |
523 properties, don't return annotations for unspecified foreground | |
524 and background face attributes. | |
525 | |
30450 | 526 2000-07-25 Kenichi Handa <handa@etl.go.jp> |
527 | |
528 * language/japan-util.el (japanese-katakana-region): Fix handling | |
529 HANKAKU argument. | |
530 | |
30438 | 531 2000-07-25 Miles Bader <miles@gnu.org> |
532 | |
533 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to | |
534 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to | |
535 constrain-to-field. | |
536 | |
30437 | 537 2000-07-24 Andrew Innes <andrewi@gnu.org> |
538 | |
539 * timer.el (timer-activate-when-idle): Add optional parameter | |
540 DONT-WAIT. Update docstring. | |
541 (run-with-idle-timer): Specify extra parameter to | |
542 timer-activate-when-idle, so that timer will be activated | |
543 immediately if Emacs is already idle. | |
544 | |
545 * w32-fns.el (w32-using-nt): Fix docstring. | |
546 | |
30434 | 547 2000-07-24 Dave Love <fx@gnu.org> |
548 | |
549 * mouse.el (popup-menu): Set last-command-event. | |
550 (mouse-major-mode-menu-prefix): Declare. | |
551 | |
30433 | 552 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
553 | |
554 * textmodes/flyspell.el: Update to author's version 1.5d. | |
555 | |
556 * progmodes/hideshow.el: Update copyright notice. | |
557 | |
558 * vcursor.el: Set maintainer to FSF, since author cannot | |
559 be reached. | |
560 | |
30422 | 561 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il> |
562 | |
30424 | 563 * info.el (Info-goto-emacs-key-command-node): Leave a space after |
564 the prompt. | |
565 | |
30422 | 566 * mouse.el (popup-menu): Run the keymap through indirect-function, |
567 in case it was defined with define-prefix-key. If the menu is a | |
568 list of keymaps, look up the binding of user's choice in each one | |
569 of the keymaps. | |
570 (mouse-popup-menubar): If the global and local menu-bar keymaps | |
571 don't have a prompt string, create one and insert it into the | |
572 keymap. Don't barf if current-local-map returns nil. | |
573 | |
30415 | 574 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk> |
575 | |
576 * dired.el (dired-sort-R-check): Added to allow recursive listing | |
577 to be undone. | |
578 (dired-sort-other): Use it. | |
579 | |
30412 | 580 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
581 | |
30415 | 582 * Release of cc-mode 5.27 |
30412 | 583 |
584 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
585 | |
586 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to | |
587 c-beginning-of-statement-1 that caused a bad case of recursion | |
588 which could consume a lot of CPU in large classes in languages | |
589 that have in-expression classes (i.e. Java and Pike). | |
590 | |
591 * cc-engine.el (c-guess-basic-syntax): Check for in-expression | |
592 statements before top level constructs (i.e. case 6 is moved | |
593 before case 5 and is now case 4) to catch in-expression | |
594 classes in top level expressions correctly. | |
595 | |
596 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
597 | |
598 * cc-engine.el (c-guess-basic-syntax): Less naive handling of | |
599 objc-method-intro. Case 4 removed and case 5I added. | |
600 | |
601 * cc-langs.el (c-append-paragraph-start): New variable used by | |
602 c-common-init to get paragraph-start correct. | |
603 * cc-langs.el (c-common-init): Use c-append-paragraph-start to | |
604 initialize paragraph-start to make it correct both with and | |
605 without the javadoc special case. | |
606 | |
607 * cc-mode.el (java-mode): Use c-append-paragraph-start to | |
608 initialize paragraph-start for javadoc markup. | |
609 | |
610 * cc-vars.el (c-style-variables-are-local-p): Incompatible | |
611 change by defaulting this to t. It's motivated by the | |
612 confusing behavior that otherwise arise from the style system | |
613 when editing both java and non-java files at the same time | |
614 (see the comments about style setting in c-common-init). | |
615 | |
616 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
617 | |
618 * cc-cmds.el (c-indent-new-comment-line): Added a kludge | |
619 similar to the one in c-fill-paragraph to check the fill | |
620 prefix from the adaptive fill function for sanity. | |
621 | |
622 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
623 | |
624 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into | |
625 defun block. | |
626 | |
627 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
628 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
629 * cc-mode.texi Documented the change of cpp-macro. |
30412 | 630 |
631 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
632 | |
633 * cc-align.el (c-lineup-multi-inher): Handle lines with | |
634 leading comma nicely. Extended to handle member initializers | |
635 too. | |
636 | |
30415 | 637 * cc-engine.el: (c-beginning-of-inheritance-list, |
30412 | 638 c-guess-basic-syntax): Fixed recognition of inheritance lists |
639 when the lines begins with a comma. | |
640 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
641 * cc-mode.texi: Updated doc for c-lineup-multi-inher. |
30412 | 642 |
643 * cc-vars.el (c-offsets-alist): Changed default for | |
644 member-init-cont to c-lineup-multi-inher since it now handles | |
645 member initializers and indents better for leading commas. | |
646 | |
647 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
648 | |
649 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state | |
650 handling that caused class open lines to be recognized as | |
651 statement-conts in some cases. | |
652 | |
653 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix | |
654 guessed by the adaptive fill function unless point is on the | |
655 first line of a block comment. | |
656 | |
657 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug | |
658 when the buffer ends with a macro continuation char. | |
659 | |
660 * cc-engine.el (c-guess-basic-syntax): Added support for | |
661 function definitions as statements in Pike. The first | |
662 statement in a lambda block is now labeled defun-block-intro | |
663 instead of statement-block-intro. | |
664 | |
665 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state | |
666 so that the class surrounding point is selected, not the one | |
667 innermost in the state. | |
668 | |
669 * cc-engine.el (c-guess-basic-syntax): Fixed bug in | |
670 recognition of switch labels having hanging multiline | |
671 statements. | |
672 | |
673 * cc-engine.el (c-beginning-of-member-init-list): Broke out | |
674 some code in c-guess-basic-syntax to a separate function. | |
675 * cc-engine.el (c-just-after-func-arglist-p): Fixed | |
676 recognition of member inits with multiple line arglists. | |
677 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect | |
678 member-init-cont when the commas are in funny places. | |
679 | |
680 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
681 | |
682 * cc-defs.el (c-auto-newline): Removed this macro since it's | |
683 not used anymore. | |
684 | |
685 * cc-engine.el (c-looking-at-bos): New helper function. | |
686 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell | |
687 inexpr and toplevel classes apart in Pike. | |
688 | |
689 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition | |
690 of case 9A. | |
691 | |
692 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New | |
693 constant, since "class" can introduce an in-expression class | |
694 in Pike nowadays. | |
695 | |
696 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
697 | |
698 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum | |
699 indentation on cpp-macro lines. | |
700 | |
701 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro | |
702 a syntax modifier like comment-intro, to make it possible to | |
703 get syntactic indentation for preprocessor directives. It's | |
704 incompatible wrt to lineup functions on cpp-macro, but it has | |
705 no observable effect in the 99.9% common case where cpp-macro | |
706 is set to -1000. | |
707 | |
708 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
709 | |
710 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed | |
711 member-init-cont when the preceding arglist is several lines. | |
712 | |
713 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
714 | |
715 * cc-styles.el (c-style-alist): The basic offset for the BSD | |
716 style corrected to 8. | |
717 | |
718 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
719 | |
720 * cc-styles.el (c-style-alist): Adjusted the indentation of | |
721 brace list openers in the gnu style. | |
722 | |
723 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
724 | |
725 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation. | |
726 | |
727 * cc-cmds.el (c-electric-brace, c-electric-slash, | |
728 c-electric-star, c-electric-semi&comma, c-electric-colon, | |
729 c-electric-lt-gt, c-electric-paren): Don't reindent old lines | |
730 when c-syntactic-indentation is nil. | |
731 | |
732 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where | |
733 we were left at comments preceding the first statement when | |
734 reaching the beginning of the buffer. | |
735 | |
736 * cc-vars.el (c-syntactic-indentation): New variable to turn | |
737 off all syntactic indentation. | |
738 | |
739 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
740 | |
741 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces | |
742 between the text and the block comment ender when it hangs, | |
743 depending on how many there are before the fill. | |
744 | |
745 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
746 | |
747 * cc-engine.el (c-beginning-of-closest-statement): New helper | |
748 function to go back to the closest preceding statement start, | |
749 which could be inside a conditional statement. | |
750 * cc-engine.el (c-guess-basic-syntax): Use | |
751 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C. | |
752 | |
753 * cc-engine.el (c-guess-basic-syntax): Better handling of | |
754 arglist-intro, arglist-cont-nonempty and arglist-close when | |
755 the arglist is nested inside parens. Cases 7A, 7C and 7F | |
756 changed. | |
757 | |
758 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought | |
759 up-to-date with javadoc 1.2. | |
760 | |
761 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
762 | |
763 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of | |
764 multiline Pike type decls. | |
765 | |
766 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
767 | |
768 * cc-cmds.el (c-indent-new-comment-line): Always break | |
769 multiline comments in multiline mode, regardless of | |
770 comment-multi-line. | |
771 | |
772 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
773 | |
774 * cc-engine.el (c-guess-basic-syntax): Fixed bug with | |
775 fully::qualified::names in C++ member init lists. Preamble in | |
776 case 5D changed. | |
777 | |
778 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
779 | |
780 * cc-langs.el (c-common-init): Handling of obsolete variables | |
781 moved to c-initialize-cc-mode. More compatible style override | |
782 when using global style variables. | |
783 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete | |
784 variables moved here. | |
785 | |
30415 | 786 * cc-mode.texi: Documented the special behavior of |
30412 | 787 c-special-indent-hook as a style variable. Don't talk about |
788 doing (c-make-styles-buffer-local t) in a mode hook, since | |
789 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
|
790 |
30412 | 791 * cc-styles.el (c-make-styles-buffer-local): Flag style |
792 variable localness in c-style-variables-are-local-p to make | |
793 the compatibility measure in c-common-init work well. | |
794 | |
795 * cc-styles.el (c-set-style-1): c-special-indent-hook can no | |
796 longer contain set-from-style. | |
797 * cc-styles.el (c-initialize-builtin-style): Don't check for | |
798 set-from-style on c-special-indent-hook. | |
799 * cc-styles.el (c-copy-tree): Obsolete. The standard function | |
800 copy-alist is sufficient now. | |
801 | |
802 * cc-styles.el (c-set-style, c-set-style-1, | |
803 c-get-style-variables): Fixes to variable initialization so | |
804 that duplicate entries in styles have the same effect | |
805 regardless of DONT-OVERRIDE. | |
806 | |
807 * cc-styles.el (c-set-style-2): Fixed bug where the | |
808 initialization of inheriting styles failed when the | |
809 dont-override flag is set. | |
810 | |
811 * cc-vars.el (c-special-indent-hook): Don't use set-from-style | |
812 on this. | |
813 | |
814 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
815 | |
816 * cc-defs.el (c-forward-comment): Removed the workaround | |
817 introduced in 5.38 since it had worse side-effects. If a line | |
818 contains the string "//\"", it regarded the // as a comment | |
819 start since the \ temporarily doesn't have escape syntax. | |
820 | |
821 2000-07-17 Emmanuel Briot <briot@act-europe.fr> | |
822 | |
823 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load | |
824 ada-xref.el before ada-prj.el, so that the Project menu is created | |
825 when ada-prj tries to add to it. | |
826 (ada-activate-keys-for-case): Suppress the characters that are not | |
827 part of the Ada syntax. Better compatibility with else-mode | |
828 (ada-adjust-case-interactive): When auto-casing is not active, | |
829 correctly insert newlines (used to insert only ^M). Prevent the | |
830 syntax table from being changed in case of an error | |
831 (or '_' becomes part of a word and some commands are confused). | |
832 Do nothing if ada-auto-case is nil. | |
833 (ada-after-keyword-p): Ignore keywords that are also attributes | |
834 (ada-batch-reformat): Update usage comment | |
835 (ada-call-from-contextual-menu): New function | |
836 (ada-case-read-exceptions): Reinitialize the casing exception list | |
837 first to nil first, so that the casing exception file can be | |
838 shared. | |
839 (ada-check-defun-name): Handles "configure" keyword for gnatdist | |
840 files. | |
841 (ada-compile-goto-error): Fix regexp used to detect a file:line | |
842 anywhere in the error message | |
843 (ada-contextual-menu-last-point): New variable | |
844 (ada-create-keymap): If the variable delete-key-deletes-forward is | |
845 t on XEmacs, it means that DEL should delete one character | |
846 forward. | |
847 (ada-create-menu): Use :included instead of :visible for XEmacs. | |
848 New submenu "Options". | |
849 (ada-end-stmt-re): Correctly indent "select ... then abort" | |
850 statements. | |
851 (ada-fill-comment-paragraph): Correctly delete all leading '--' | |
852 even if they don't match ada-fill-comment-prefix Fix handling of | |
853 paragraphs on the first or last line of a file. | |
854 (ada-format-paramlist): Fix handling of default parameter values. | |
855 (ada-get-body-name): New function. | |
856 (ada-get-current-indent): Optimized by searchling directly for an | |
857 existing generic part or a statement outside of it. Handle | |
858 ada-indent-align-comments when indenting comments Replaced some | |
859 regexps by testing directly the next character. This results in a | |
860 huge speedup on some files. New indentation scheme for renames | |
861 statements. Stop looking for the 'while' or 'for' associated with | |
862 a 'loop' at the first semicolon encountered. A "return" can also | |
863 match an anonymous access subprogram declaration. | |
864 (ada-get-indent-noindent): Ignore strings and comments when | |
865 looking for the keywords "record" and "private". | |
866 (ada-goto-matching-decl-start): When matching "if", make sure we | |
867 are not in fact seeing "end if". Ignore "when" statements except | |
868 when initial keyword was "begin". Fix handling of nested | |
869 procedures. Add a recursive call to this function to skip over | |
870 other 'end' statmts. Fix indentation for "when .. => begin" | |
871 (ada-in-open-paren-p): Fix indentation for complex boolean | |
872 expressions, where 'and then', 'or else' and parenthesis | |
873 statements are mixed up. | |
874 (ada-in-paramlist-p): Skip comments while searching for the | |
875 beginning Fix handling of operator declarations. | |
876 (ada-indent-align-comments): New variable | |
877 (ada-indent-current): Change the syntax table only in the | |
878 protected section, so that we are sure it is restored correctly. | |
879 (ada-indent-on-previous-lines): Use ada-use-indent and | |
880 ada-with-indent Correctly indent "select ... then" | |
881 (ada-indent-region): Slight speedup. | |
882 (ada-indent-renames): New variable. | |
883 (ada-last-which-function-subprog, ada-last-which-function-line): | |
884 New variables | |
885 (ada-looking-at-semi-private): Correctly indent the 'private' | |
886 keyword when it is the first word in a package declaration. | |
887 (ada-loose-case-word): Stop searching if at the end of the buffer. | |
888 (ada-loose-case-word, ada-capitalize-word): Recase the whole word | |
889 even if point is not initially at the end of the word. | |
890 (ada-matching-decl-start-re): Add "when". | |
891 (ada-mode): Add support for abbrev-mode, outline-mode and | |
892 which-func-mode Override the old find-file.el entry in | |
893 ff-special-constructs since it is using the obsolete | |
894 ada-spec-suffix variable | |
895 (ada-no-auto-case): New function | |
896 (ada-scan-paramlist): When parsing the argument type, accept | |
897 spaces (as in "X 'Class", generated by Rational Rose). | |
898 (ada-other-file-name): No longer loads the other file. | |
899 (ada-popup-menu): Save and restore the current buffer and cursor | |
900 position before and after displaying the menu. | |
901 (ada-search-ignore-complex-boolean): New function. | |
902 (ada-uncomment-region): Emacs21 already knows how to delete | |
903 comments not starting in the first column. | |
904 (ada-use-indent): New variable | |
905 (ada-which-function): New function. | |
906 (ada-with-indent): New variable | |
907 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el | |
908 can be batch-compiled from the command line. | |
909 | |
910 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs. | |
911 Add to the menu when the file is loaded, not in ada-mode-hook. | |
912 Add -toolbar to the default ddd command Switches moved from | |
913 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to | |
914 ada-prj-default-comp-opt | |
915 (ada-add-ada-menu): Remove the map and name parameters Add the Ada | |
916 Reference Manual to the menu | |
917 (ada-check-current): rewritten as a call to ada-compile-current | |
918 (ada-compile): Removed. | |
919 (ada-compile-application, ada-compile-current, ada-check-current): | |
920 Set the compilation-search-path so that compile.el automatically | |
921 finds the sources in src_dir. Automatic scrollong of the | |
922 compilation buffer. C-uC-cC-c asks for confirmation before | |
923 compiling | |
924 (ada-compile-current): New parameter, prj-field | |
925 (ada-complete-identifier): Load the .ali file before doing | |
926 processing | |
927 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to | |
928 conform to gnatmake's behavior. | |
929 (ada-find-file-in-dir): New function | |
930 (ada-find-references): Set the environment variables for gnatfind | |
931 (ada-find-src-file-in-dir): New function. | |
932 (ada-first-non-nil): Removed | |
933 (ada-gdb-application): Add support for jdb, the java debugger. | |
934 (ada-get-ada-file-name): Load the original-file first if not done | |
935 yet. | |
936 (ada-get-all-references): Handles the new ali syntax (parent types | |
937 are found between <>). | |
938 (ada-initialize-runtime-library): New function | |
939 (ada-mode-hook): Always load a project file when a file is opened, | |
940 so that the casing exceptions are correctly read. | |
941 (ada-operator-re): Add all missing operators ("abs", "rem", "**"). | |
942 (ada-parse-prj-file): Use find-file-noselect instead of find-file | |
943 to open the project file, since the latter does not work with | |
944 speedbar Get default values before loading the prj file, or the | |
945 default executable file name is wrong. Use the absolute value of | |
946 src_dir to initialize ada-search-directories and | |
947 compilation-search-path,... Add the standard runtime library to | |
948 the search path for find-file. | |
949 (ada-prj-default-debugger): Was missing an opening '{' | |
950 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New | |
951 variables. | |
952 (ada-prj-default-gnatmake-opt): New variable | |
953 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada | |
954 buffers, the project file is the default one Save the windows | |
955 configuration before displaying the menu. | |
956 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed | |
957 (ada-read-identifier): Fix xrefs on operators (for "mod", "and", | |
958 ...) regexp-quote identifiers names to support operators +, | |
959 -,... in regexps. | |
960 (ada-remote): New function. | |
961 (ada-run-application): Erase the output buffer before starting the | |
962 run Support remote execution of the application. Use | |
963 call-process, or the arguments are incorrectly parsed | |
964 (ada-set-default-project-file): Reread the content of the active | |
965 project file, not the one from the current buffer When a project | |
966 file is set as the default project, all directories are | |
967 automatically associated with it. | |
968 (ada-set-environment): New function | |
969 (ada-treat-cmd-string): New special variable ${current} | |
970 (ada-treat-cmd-string): Revised. The substitution is now done for | |
971 any ${...} substring | |
972 (ada-xref-current): If no body was found, compiles the spec | |
973 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the | |
974 compiler to get rid of command line length limitations. | |
975 (ada-xref-get-project-field): New function | |
976 (ada-xref-project-files): New variable | |
977 (ada-xref-runtime-library-specs-path) | |
978 (ada-xref-runtime-library-ali-path): New variables | |
979 (ada-xref-set-default-prj-values): Default run command now does a | |
980 cd to the build directory. New field: main_unit Provide a default | |
981 file name even if the current buffer has no prj file. | |
982 | |
983 * ada-prj.el: | |
984 Rewritten to show a tabbed-dialog. | |
985 (ada-prj-add-ada-menu): Remove the map and name parameters. | |
986 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): | |
987 New function | |
988 (ada-prj-load-directory, ada-prj-subdirs-of): New functions | |
989 (ada-prj-load-from-file): New function | |
990 (ada-prj-save): Always save fields that depend on the current buffer | |
991 (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
|
992 |
30412 | 993 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in |
994 Ada mode. This will allow us to display the Ada menu in any buffer | |
995 we want (for project items). | |
996 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct | |
997 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
|
998 |
30395 | 999 2000-07-24 Dave Love <fx@gnu.org> |
1000 | |
1001 * ediff-init.el (ediff-region-help-echo): Bind face-help. | |
1002 | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1003 2000-07-23 Noah Friedman <friedman@splode.com> |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1004 |
30392
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1005 * type-break.el (type-break): perform autosave. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1006 Suggested by Stephen Gildea <gildea@intouchsys.com>. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1007 (type-break-do-query): Cancel query schedule while performing |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1008 actual query, to avoid possibility of a second query being made |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1009 while first one is already in progress. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1010 (type-break-time-stamp-format): New variable. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1011 (type-break-time-stamp): New function. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1012 (type-break-time-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1013 (type-break-keystroke-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1014 (type-break-noninteractive-query): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1015 |
30390
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1016 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1017 cookie. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1018 Use add-minor-mode to set minor-mode-alist, if available. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1019 (eldoc-echo-area-use-multiline-p): New user option. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1020 (eldoc-echo-area-multiline-supported-p): New variable. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1021 (eldoc-docstring-format-sym-doc): Use them. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1022 (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
|
1023 pre command hooks. Suggested by David Byers <davby@ida.liu.se>. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1024 (eldoc-display-message-no-interference-p): Don't interfere with |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1025 edebug. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1026 Add autoload cookie for eldoc-mode minor-mode-alist initialization. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1027 (eldoc-function-arglist): New function. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1028 (eldoc-function-argstring): Use it. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1029 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1030 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1031 auto save directory exists before calling directory-files. |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1032 |
30386 | 1033 2000-07-23 Dave Love <fx@gnu.org> |
1034 | |
1035 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i, | |
1036 ^o, ^u. | |
1037 | |
30359 | 1038 2000-07-21 Dave Love <fx@gnu.org> |
1039 | |
30374 | 1040 * ediff-init.el (ediff-region-help-echo): Modify to use overlay |
1041 now passed to the function. It now works properly. | |
1042 | |
30359 | 1043 * smerge-mode.el (smerge-mode-menu): Fill it out. |
1044 | |
30350 | 1045 2000-07-20 Gerd Moellmann <gerd@gnu.org> |
1046 | |
1047 * info-look.el (info-lookup): If *info* is shown in another frame | |
1048 on the same display, select that frame, instead of switching to | |
1049 the Info buffer in another window of the selected frame. | |
1050 | |
1051 * simple.el (universal-argument-map): Bind numeric keypad keys | |
1052 kp-0 to kp-9 and kp-subtract. | |
1053 (digit-argument): Handle these keys. | |
1054 | |
30346 | 1055 2000-07-20 Dave Love <fx@gnu.org> |
1056 | |
1057 * net/goto-addr.el (goto-address-fontify): Don't bother with | |
1058 buffer-modified and read-only stuff -- irrelevant with overlays. | |
1059 Put an extra property on the overlays and use it to clean up in | |
1060 case goto-address is re-run. | |
1061 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1062 2000-07-19 Richard M. Stallman <rms@gnu.org> |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1063 |
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1064 * timer.el (run-with-idle-timer): Doc fix. |
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1065 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1066 * mail/mail-utils.el (mail-strip-quoted-names): |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1067 Handle case where <...> appears inside "...". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1068 Use replace-match to edit the string more simply. |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1069 (rmail-dont-reply-to): Cope with an unmatched ". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1070 |
30331 | 1071 2000-07-19 Dave Love <fx@gnu.org> |
1072 | |
1073 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs | |
1074 implementation. | |
1075 | |
1076 * mouse.el (popup-menu): Allow a list of keymaps for menu arg. | |
1077 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions. | |
1078 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff. | |
1079 | |
30318 | 1080 2000-07-19 Gerd Moellmann <gerd@gnu.org> |
1081 | |
30329 | 1082 * textmodes/refer.el: Correct maintainer's email address. |
1083 | |
1084 * progmodes/hideif.el: Correct author's email address. | |
1085 Fix typo in comment. | |
1086 | |
1087 * xml.el: New file. | |
1088 | |
30318 | 1089 * mail/mailheader.el: Correct author's mail address. |
1090 | |
1091 * gnus/parse-time.el: Correct author's mail address. | |
1092 | |
30329 | 1093 2000-07-19 Colin Walters <walters@cis.ohio-state.edu> |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1094 |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1095 * comint.el (comint-highlight-input, comint-highlight-face): |
30329 | 1096 New user options. |
1097 (comint-input-ring-file-name): Change custom type. | |
1098 (comint-mode-map): Bind mouse-2. | |
1099 (comint-insert-clicked-input): New function. | |
1100 (comint-send-input): Handle input highlighting. | |
1101 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1102 2000-07-18 Stefan Monnier <monnier@cs.yale.edu> |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1103 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1104 * mouse.el (popup-menu): New function. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1105 (mouse-major-mode-menu): Use it. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1106 |
30311 | 1107 2000-07-18 Dave Love <fx@gnu.org> |
1108 | |
1109 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo | |
1110 improvements. | |
1111 | |
30308 | 1112 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1113 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1114 * faces.el (face-font-selection-order) |
30308 | 1115 (face-font-family-alternatives): Add custom type. |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1116 |
30298 | 1117 2000-07-18 Dave Love <fx@gnu.org> |
1118 | |
1119 * cus-edit.el (custom-variable-reset-saved) | |
1120 (custom-variable-reset-standard): Remove unused bindings. | |
1121 | |
1122 * rect.el (open-rectangle-line): Remove unused let. | |
1123 | |
1124 * hl-line.el (hl-line-highlight): Check hl-line-mode. | |
1125 | |
30296 | 1126 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1127 | |
1128 * cdl.el: Fix `Maintainer' keyword. | |
1129 | |
1130 * play/pong.el: Add author's email address. | |
1131 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1132 2000-07-17 Sam Steingold <sds@gnu.org> |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1133 |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1134 * files.el (insert-directory): Call `split-string' instead of |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1135 re-implementing it. |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1136 |
30290 | 1137 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1138 | |
1139 * mail/vms-pmail.el: Change maintainer to FSF. | |
1140 | |
1141 * net/goto-addr.el: Change maintainer to FSF. | |
1142 | |
1143 * recentf.el: Update from author. | |
1144 | |
1145 * info.el (Info-title-face-alist): Removed. | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1146 |
30277 | 1147 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il> |
1148 | |
1149 * eshell/eshell.el (eshell): Replace links to eshell.info with | |
1150 links to eshell, to avoid problems on systems where the manual is | |
1151 installed as `eshell'. | |
1152 * eshell/esh-cmd.el (eshell-cmd): Ditto. | |
1153 * eshell/em-smart.el (eshell-smart): Ditto. | |
1154 * eshell/em-banner.el (eshell-banner): Ditto. | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1155 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto. |
30277 | 1156 |
1157 * eshell/em-unix.el (eshell-shuffle-files): Don't disable | |
1158 same-file check in the MS-DOS version (it does support inodes). | |
1159 | |
1160 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix. | |
1161 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1162 * eshell/eshell.el (eshell-directory-name): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1163 Run default directory name through convert-standard-filename. |
30277 | 1164 |
30255 | 1165 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
1166 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1167 * international/mule-cmds.el (select-safe-coding-system): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1168 Fix typo in the comment. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1169 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1170 * language/european.el (compound-text): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1171 Force katakana-jisx0201 to be designated to G1. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1172 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1173 * international/mule-conf.el (oldjis-newjis-jisroman-ascii): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1174 Don't translate some national variant characters of latin-jisx0201. |
30262 | 1175 (x-ctext): Force katakana-jisx0201 to be designated to G1. |
30257 | 1176 |
30255 | 1177 * international/kkc.el (kkc-after-update-conversion-functions): |
1178 New variable. | |
1179 (kkc-update-conversion): Run functions in it at the tail. | |
1180 | |
30277 | 1181 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
|
1182 |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1183 * lisp/align.el (align-newline-and-indent): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1184 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
|
1185 (align-region): Fixed badly formatted minibuffer message. |
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
1186 |
30253 | 1187 2000-07-17 Kenichi Handa <handa@etl.go.jp> |
1188 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1189 * international/kkc.el (kkc-show-conversion-list-count): Customize it. |
30253 | 1190 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show |
1191 the conversion list at first if appropriate. | |
1192 (kkc-next): Don't update kkc-next-count here. | |
1193 (kkc-prev): Don't update kkc-prev-count here. | |
1194 (kkc-show-conversion-list-update): Fix setting up of conversion | |
1195 list message. | |
1196 | |
30250
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1197 2000-07-16 Stefan Monnier <monnier@cs.yale.edu> |
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1198 |
30290 | 1199 * 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
|
1200 |
30248 | 1201 2000-07-16 Dave Love <fx@gnu.org> |
1202 | |
1203 * cus-edit.el (custom-buffer-create-internal): Use a help-echo | |
1204 function to be more specific. | |
1205 | |
1206 * wid-edit.el (widget-specify-field, widget-specify-button): Allow | |
1207 non-string help-echo. | |
1208 (widget-types-convert-widget): Defsubst it. | |
1209 (widget-echo-help): Try to cope with a help-echo function of two | |
1210 possible sorts. | |
1211 | |
30241 | 1212 2000-07-15 Jason Rumney <jasonr@gnu.org> |
1213 | |
1214 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist): | |
1215 Declare as obsolete. | |
1216 | |
1217 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons. | |
1218 | |
30226 | 1219 2000-07-14 Gerd Moellmann <gerd@gnu.org> |
1220 | |
1221 * hilit-chg.el: Fix typo. | |
1222 | |
30221 | 1223 2000-07-14 Dave Love <fx@gnu.org> |
1224 | |
1225 * info.el (Info-mode-menu): Fix use of :help, :enable. | |
1226 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1227 2000-07-14 Stefan Monnier <monnier@cs.yale.edu> |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1228 |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1229 * 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
|
1230 |
30193 | 1231 2000-07-13 Dave Love <fx@gnu.org> |
1232 | |
30195 | 1233 * emacs-lisp/easymenu.el: Doc fixes. |
1234 (easy-menu-remove): Defalias to ignore. | |
1235 | |
30193 | 1236 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback): |
1237 Call throw correctly. | |
1238 | |
30190 | 1239 2000-07-13 Gerd Moellmann <gerd@gnu.org> |
1240 | |
1241 * faces.el (frame-background-mode): Doc fix. | |
1242 | |
1243 * simple.el (eval-expression-print-length): Change custom type to | |
1244 allow entering nil as value. | |
1245 | |
30185 | 1246 2000-07-13 Dave Love <fx@gnu.org> |
1247 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1248 * progmodes/fortran.el (fortran-imenu-generic-expression): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1249 Change definition layout. |
30187 | 1250 (fortran-mode-menu): Reinstate customize entries. |
1251 | |
30185 | 1252 * cus-edit.el (custom-group-menu-create, customize-menu-create): |
1253 Use :filter, per old XEmacs code. | |
1254 | |
30170 | 1255 2000-07-12 Gerd Moellmann <gerd@gnu.org> |
1256 | |
1257 * term.el (term-send-raw-meta): Strip modifiers from the keyboard | |
1258 event when deciding what to send to the terminal. | |
1259 | |
30168 | 1260 2000-07-12 Dave Love <fx@gnu.org> |
1261 | |
1262 * cus-start.el: Add optional version as 4th element of specs and | |
1263 use it for several things new in v21. Remove load-path. Fix type | |
1264 of line-number-display-limit. | |
1265 | |
30148 | 1266 2000-07-11 Dave Love <fx@gnu.org> |
1267 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1268 * progmodes/fortran.el: Don't require easymenu. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1269 Use repeat counts in various regexps. |
30150 | 1270 (fortran-mode-syntax-table): Defvar directly. |
1271 (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
|
1272 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1273 Use defvar, not defconst. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1274 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'. |
30150 | 1275 (fortran-mode): Set fortran-comment-line-start-skip, |
1276 fortran-comment-line-start-skip, dabbrev-case-fold-search. | |
1277 (fortran-comment-indent): Use defsubst. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1278 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1279 Use fortran-comment-indent, not fortran-comment-indent-function. |
30150 | 1280 (fortran-comment-region, fortran-electric-line-number): Simplify. |
1281 (fortran-auto-fill): New function. | |
1282 (fortran-do-auto-fill): Deleted. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1283 (fortran-find-comment-start-skip): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1284 Check for non-null comment-start-skip. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1285 (fortran-auto-fill-mode, fortran-fill-statement): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1286 Use fortran-auto-fill. |
30150 | 1287 (fortran-fill): Use fortran-auto-fill. Check for null |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1288 comment-start-skip. Simplify final clause and use end-of-line finally. |
30150 | 1289 |
30148 | 1290 * widget.el (widget-plist-member): New alias. |
1291 | |
30146 | 1292 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
1293 | |
1294 * eshell/esh-module.el (toplevel): Reference | |
1295 byte-compile-current-file only if it is bound. | |
1296 | |
30131 | 1297 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
1298 | |
1299 * dired.el: Don't require `dired-aux'. | |
1300 | |
30127 | 1301 2000-07-10 Miles Bader <miles@lsi.nec.co.jp> |
1302 | |
1303 * dired-aux.el (dired-show-file-type): New function. | |
1304 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type. | |
1305 (dired-show-file-type): Add autoload. | |
1306 | |
30125 | 1307 2000-07-10 Kenichi Handa <handa@etl.go.jp> |
1308 | |
1309 * international/mule-diag.el (describe-font): Adjusted for the | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1310 change of fontset-info. |
30125 | 1311 (print-fontset): Likewise. |
1312 | |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1313 2000-07-09 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1314 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1315 * mouse.el (mouse-drag-region): Use functionp rather than fboundp. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1316 |
30111 | 1317 2000-07-07 Gerd Moellmann <gerd@gnu.org> |
1318 | |
30131 | 1319 * bindings.el: Bind `[delete]' to delete-char. |
30115 | 1320 |
30111 | 1321 * dired.el (dired-find-alternate-file): New function. |
1322 (dired-mode-map): Bind `a' to dired-find-alternate-file. | |
1323 (toplevel): Require dired-aux when compiling. | |
1324 (dired-buffers): Move defvar within file to avoid compiler warning. | |
1325 | |
1326 * info.el (Info-last-search): Variable removed. | |
1327 (Info-search-history): New variable. | |
1328 (Info-search): New Info-search-history. | |
1329 | |
1330 * battery.el, info-look.el: Change author's mail address. | |
1331 | |
30115 | 1332 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
|
1333 |
30115 | 1334 * mail/rmail.el (rmail-clear-headers): Don't throw an error |
1335 if rmail-ignored-headers is nil. | |
1336 (rmail-retry-failure): Bind rmail-ignored-headers and | |
1337 rmail-displayed-headers to nil. | |
1338 | |
30096 | 1339 2000-07-06 Gerd Moellmann <gerd@gnu.org> |
1340 | |
30103 | 1341 * lpr.el (lpr-page-header-switches): Add `-h' switch. |
1342 (print-region-1): Don't hard code `-h' here. | |
1343 | |
30096 | 1344 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'. |
1345 | |
30103 | 1346 2000-07-01 Francesco Potorti` <pot@gnu.org> |
1347 | |
1348 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as | |
1349 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
|
1350 |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1351 2000-07-06 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1352 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1353 * facemenu.el: Docstrings fixes. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1354 (facemenu-get-face): Don't use internal-find-face. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1355 (facemenu-iterate): Rename arg to match the docstring. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1356 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1357 * newcomment.el (uncomment-region): Be more careful when skipping |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1358 backwards over `=' not to bump into BOBP. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1359 |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1360 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
|
1361 |
30096 | 1362 * ediff-diff.el (ediff-wordify): Use syntax table. |
1363 * 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
|
1364 ediff-color-display-p. |
30096 | 1365 (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
|
1366 from defsubst. |
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1367 Got rid of special cases for NeXT and OS/2. |
30096 | 1368 * 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
|
1369 face. |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1370 |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1371 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1372 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1373 * emacs-lisp/lucid.el: Require CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1374 (copy-tree, remprop): Remove, it's provided by CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1375 (map-keymap): Define in terms of cl-map-keymap. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1376 (extent-property, set-extent-end-glyph): New functions. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1377 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1378 * 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
|
1379 |
30076 | 1380 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1381 | |
30085 | 1382 * Makefile.in (DONTCOMPILE): Add comment that the name may |
1383 not be changed without changing the make-dist script. | |
1384 | |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1385 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc. |
30076 | 1386 (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
|
1387 |
30067 | 1388 2000-07-05 Andrew Innes <andrewi@gnu.org> |
1389 | |
1390 * makefile.nt: Add support for `bootstrap' and related targets. | |
1391 | |
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1392 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1393 |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1394 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1395 (easy-menu-do-define): Use `menu-item' format. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1396 Handle case where easy-menu-create-menu returns a symbol. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1397 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
|
1398 (easy-menu-filter-return): New arg NAME. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1399 Convert to a keymap if MENU is an XEmacs menu. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1400 (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
|
1401 (easy-menu-converted-items-table, easy-menu-convert-item): |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1402 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
|
1403 (easy-menu-do-add-item): Use it. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1404 (easy-menu-create-menu): Use easy-menu-convert-item. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1405 Wrap easy-menu-filter-return around any :filter specification. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1406 Don't convert the menu if a filter was specified. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1407 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
|
1408 (easy-menu-make-symbol): New arg NOEXP. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1409 |
30056 | 1410 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1411 | |
1412 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter | |
1413 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer. | |
1414 (eval-defun): If called with prefix arg, instrument code for | |
1415 Edebug. | |
1416 | |
1417 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string | |
1418 similar to that of eval-defun. | |
1419 | |
30029 | 1420 2000-07-04 Dave Love <fx@gnu.org> |
1421 | |
30035 | 1422 * hl-line.el (hl-line-overlay): Make it permanent-local. |
1423 | |
30029 | 1424 * calendar/todo-mode.el: Replaced with a working version, based on |
1425 revision 1.34 tidied up. | |
1426 | |
1427 2000-07-03 Miles Bader <miles@lsi.nec.co.jp> | |
30021 | 1428 |
1429 * paths.el (prune-directory-list): New function. | |
1430 (Info-default-directory-list): Rewritten to more methodically | |
1431 enumerate a big list of possible info directories (based on the | |
1432 list used by the standalone info reader). | |
30029 | 1433 |
30021 | 1434 * 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
|
1435 non-existent directories from Info-directory-list. |
30021 | 1436 |
1437 * paths.el (Info-default-directory-list): Try a list of possible | |
1438 info-directories instead of a single one. Add the possible | |
1439 info directory "/usr/share/info". | |
1440 | |
1441 * woman.el (woman-man.conf-path): Explicitly include the debian | |
1442 man-db config file "/etc/manpath.config". | |
1443 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as | |
1444 are present in `manpath.config'. | |
1445 (woman-manpath): Include "/usr/share/man". | |
1446 | |
30006 | 1447 2000-07-03 Gerd Moellmann <gerd@gnu.org> |
1448 | |
30017 | 1449 * frame.el (blink-cursor-mode): Don't hide cursor initially. |
1450 | |
1451 * startup.el (command-line): Initialize blink-cursor based | |
1452 on window-system. | |
1453 | |
30014 | 1454 * frame.el (blink-cursor): Default to nil if not running under |
1455 a window-system. | |
1456 | |
30012 | 1457 * faces.el (face-spec-set): Ignore invalid attributes like 20.x. |
1458 (face-x-resources): Remove duplicate entry for :font. | |
1459 | |
30006 | 1460 * textmodes/refer.el (refer-find-entry-internal): Use some-window |
1461 instead of cycling through windows with next-window. | |
1462 | |
1463 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead | |
1464 of cycling through windows with next-window. | |
1465 | |
1466 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead | |
1467 of cycling through windows with next-window. | |
1468 | |
1469 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list) | |
1470 (edebug-get-displayed-buffer-points): Use walk-windows/some-window | |
1471 instead of cycling through windows with next-window. | |
1472 | |
1473 * calendar/appt.el (appt-select-lowest-window): Use walk-windows | |
1474 instead of cycling through windows with next-window. | |
1475 | |
1476 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead | |
1477 of cycling through windows with next-window. | |
1478 | |
1479 * terminal.el (te-process-output): Use walk-windows instead of | |
1480 cycling through windows with next-window. | |
1481 | |
1482 * server.el (server-switch-buffer): Use some-window instead of | |
1483 cycling through windows with next-window. | |
1484 | |
1485 * window.el (some-window): New function. | |
1486 (walk-windows): Remove reference to walk-windows-start. | |
29996 | 1487 |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1488 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil. |
29996 | 1489 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1490 2000-07-03 Richard Stallman <rms@gnu.org> |
30006 | 1491 |
1492 * window.el (walk-windows): Guarantee termination by keeping a list | |
1493 of all the windows already handled. | |
1494 | |
29975 | 1495 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
1496 | |
1497 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use | |
1498 window-system. | |
1499 | |
1500 * man.el (Man-notify-when-ready): Don't use window-system. If | |
1501 Man-notify-method is newframe, and the display is not | |
1502 multi-frame, select the frame created for the man page. | |
1503 (Man-init-defvars): Doc fix. | |
1504 | |
29972 | 1505 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
1506 | |
29982 | 1507 * faces.el (region): Change background color for light background. |
1508 | |
1509 * ediff-wind.el (ediff-setup-control-frame): Remove :box | |
1510 attribute from mode-line face of Ediff control frame. | |
1511 | |
29972 | 1512 * replace.el (query-replace-map): Bind `e' like `E'. |
1513 | |
29967 | 1514 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
1515 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1516 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1517 Change name to "Select All". |
29969 | 1518 |
29967 | 1519 * dos-fns.el (convert-standard-filename): Fix last change. |
1520 | |
29957 | 1521 2000-06-27 Gerd Moellmann <gerd@gnu.org> |
1522 | |
29959 | 1523 * help.el (describe-variable): Don't insert a second `'s' in front |
1524 of the string `value is shown below'. Since the syntax-table is | |
1525 set to emacs-lisp-mode-syntax-table, forward-sexp skips over | |
1526 an existing `'s', so that this won't be deleted. | |
1527 | |
29957 | 1528 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el: |
1529 * pcmpl-unix.el: New files. | |
1530 | |
29955
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1531 2000-06-26 Stefan Monnier <monnier@cs.yale.edu> |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1532 |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1533 * wid-edit.el (widget-member): Use the new plist-member. |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1534 |
29939 | 1535 2000-06-26 Gerd Moellmann <gerd@gnu.org> |
1536 | |
29956 | 1537 * replace.el (perform-replace): Undo change of 2000-04-04. |
1538 Instead, move backward 1 character at the end of the loop when | |
1539 necessary. | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1540 |
29949 | 1541 * faces.el (fringe): Change face for different backgrounds. |
1542 | |
1543 * eshell/esh-module.el (toplevel): Load defgroup's differently; | |
1544 patch from John. | |
1545 | |
29939 | 1546 * eshell/*.el: Change spelling of the Free Software Foundation. |
1547 | |
1548 * eshell/esh-toggle.el: Removed. | |
1549 | |
1550 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el. | |
1551 | |
1552 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command | |
1553 interactively. | |
1554 | |
1555 2000-06-26 Alex Schroeder <alex@gnu.org> | |
1556 | |
1557 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to | |
1558 `define-key'; instead of checking `(emacs-version)' check for | |
1559 `set-keymap-parent' and `set-keymap-name' directly. Add entries | |
1560 for `;' and `o' which might be electric. | |
1561 | |
1562 (sql-electric-stuff): New user option. | |
1563 (sql-magic-go): New function which uses `sql-electric-stuff'. | |
1564 (sql-magic-semicolon): New function which uses | |
1565 `sql-electric-stuff'. | |
1566 | |
1567 (sql-accumulate-and-indent): Insert newline if `comint-accumulate' | |
1568 is not fboundp. | |
1569 | |
1570 (sql-oracle-options): New variable. | |
1571 (sql-oracle): Use it. | |
1572 | |
1573 (sql-imenu-generic-expression): Doc change. | |
1574 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer | |
1575 is used. | |
1576 | |
1577 (sql-informix): Added command line parameter "-" to force | |
1578 sql-informix-program to use stdout. | |
1579 | |
29924 | 1580 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il> |
1581 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1582 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix. |
29924 | 1583 (cp864-decode-table): Doc fix. |
1584 (cp720-decode-table): New variable, supports the Arabic OEM | |
1585 codepage used by Windows. | |
1586 (cp737-decode-table): New, Greek OEM codepage used by Windows. | |
1587 | |
29920 | 1588 2000-06-23 Dave Love <fx@gnu.org> |
1589 | |
1590 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version. | |
1591 (font-lock-fontify-anchored-keywords): Use | |
1592 line-beginning-position. | |
1593 (global-font-lock-mode): Use mapc. | |
1594 | |
29908
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1595 2000-06-23 Stefan Monnier <monnier@cs.yale.edu> |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1596 |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1597 * eshell/esh-module.el: Require CL when compiling. |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1598 |
29870 | 1599 2000-06-23 Gerd Moellmann <gerd@gnu.org> |
1600 | |
29885 | 1601 * comint.el (comint-substitute-in-file-name): Call replace-match |
1602 with second and third arg t. | |
1603 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1604 * cus-edit.el (custom-button-face, custom-button-pressed-face): |
29881 | 1605 Specify foreground color. |
1606 | |
1607 * faces.el (tool-bar, mode-line, header-line): Specify foreground | |
1608 color. | |
1609 | |
29876 | 1610 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el. |
1611 | |
1612 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and | |
1613 cddr instead of cdddr. | |
1614 | |
29873 | 1615 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list |
1616 instead of copy-list. | |
1617 | |
1618 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead | |
1619 of copy-list. | |
1620 | |
29870 | 1621 * subdirs.el: Add eshell subdirectory. |
1622 | |
1623 * eshell: New subdirectory containing the Eshell package. | |
1624 | |
1625 * pcomplete.el: New file. | |
1626 | |
29885 | 1627 2000-06-23 Paul Eggert <eggert@twinsun.com> |
1628 | |
29888 | 1629 * mail/mailpost.el (post-mail-send-it): Make sure file has |
1630 proper permissions from birth. | |
1631 | |
1632 * files.el (basic-save-buffer-2): When temporarily setting | |
1633 file modes, set them to current modes plus 0200, not to 0777. | |
1634 | |
29885 | 1635 * emerge.el (emerge-make-temp-file): Make sure file has proper |
1636 permissions from birth. | |
1637 | |
29857 | 1638 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il> |
1639 | |
1640 * files.el (make-backup-file-name-1): On DOS/Windows, run the | |
1641 backup file name through convert-standard-filename. | |
1642 | |
1643 * dos-fns.el (convert-standard-filename): Convert leading | |
1644 directories as well. When long file names are supported, convert | |
1645 characters that are invalid in Windows file names. | |
1646 | |
29849 | 1647 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1648 | |
1649 * ps-print.el: Fix bug: if ^L is the very first buffer character, | |
1650 ps-print crashes. New feature: page selection for printing. Create | |
1651 raw-text-unix coding system for XEmacs. Doc fix. | |
1652 (ps-print-version): New version number (5.2.3). | |
1653 (ps-plot-region): Bug fix. | |
1654 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file) | |
1655 (ps-header-sheet, ps-generate, ps-end-job): Code fix. | |
1656 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New | |
1657 funs. | |
1658 (ps-selected-pages, ps-last-selected-pages, ps-first-page) | |
1659 (ps-last-page): New vars. | |
1660 | |
29845 | 1661 2000-06-21 Gerd Moellmann <gerd@gnu.org> |
1662 | |
1663 * progmodes/sh-script.el (sh-while-getopts): Fix handling of | |
1664 empty option string. | |
1665 | |
29839 | 1666 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il> |
1667 | |
1668 * man.el (man): Doc fix. | |
1669 | |
29829 | 1670 2000-06-21 Kenichi Handa <handa@etl.go.jp> |
1671 | |
1672 * international/mule-cmds.el (set-language-info-alist): Docstring | |
1673 fixed. | |
1674 | |
29814 | 1675 2000-06-20 Gerd Moellmann <gerd@gnu.org> |
1676 | |
1677 * version.el (emacs-version): Use ISO date format. | |
1678 | |
1679 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d' | |
1680 instead of `M-backspace'. | |
1681 | |
1682 * simple.el (turn-off-auto-fill): New function. | |
1683 | |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1684 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1685 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1686 * jit-lock.el (with-buffer-prepared-for-jit-lock): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1687 Renamed from with-buffer-prepared-for-font-lock and use |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1688 inhibit-modification-hooks rather than setting *-change-functions. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1689 Update all functions to use the new name. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1690 (jit-lock-first-unfontify-pos): New semantics (and doc). |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1691 (jit-lock-mode): Make non-interactive. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1692 Don't automatically turn on font-lock. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1693 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
|
1694 Always use jit-lock-after-change. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1695 Remove and restore font-lock-after-change-function. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1696 (turn-on-jit-lock, jit-lock-after-fontify-buffer) |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1697 (jit-lock-after-unfontify-buffer): Remove. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1698 (jit-lock-stealth-fontify): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1699 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
|
1700 (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
|
1701 |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1702 2000-06-20 Sam Steingold <sds@gnu.org> |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1703 |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1704 * emacs-lisp/cl-indent.el (toplevel): Indent |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1705 `print-unreadable-object' properly. Untabify. |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1706 |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1707 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1708 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1709 * textmodes/reftex.el (reftex-find-citation-regexp-format): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1710 Support for bibentry. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1711 (reftex-compile-variables): Fixed problem with end of section-re. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1712 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1713 * texmodes/reftex-dcr.el (reftex-view-crossref, |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1714 reftex-view-crossref-from-bibtex): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1715 Deal with changed `reftex-find-citation-regexp-format'. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1716 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1717 Replaced `remprop' with `put'. |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1718 (reftex-view-crossref, reftex-view-crossref-when-idle): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1719 Support for bibentry. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1720 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1721 * textmodes/reftex-vars.el (reftex-cite-format-builtin): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1722 New entry for bibentry package. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1723 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1724 * textmodes/reftex-parse.el (reftex-locate-bibliography-files): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1725 Regexp also matches "\nobibliography". |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1726 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1727 * textmodes/reftex-global.el (reftex-renumber-simple-labels): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1728 Call `reftex-ensure-write-access' before doing anything. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1729 (reftex-ensure-write-access): New function. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1730 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1731 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1732 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1733 * 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
|
1734 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1735 * 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
|
1736 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1737 * 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
|
1738 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1739 * 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
|
1740 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1741 |
29776 | 1742 2000-06-20 Dave Love <fx@gnu.org> |
1743 | |
1744 * faces.el (frame-background-mode): Use set-default, not set, in | |
1745 setter. | |
1746 (frame-update-faces, frame-update-face-colors): Define with | |
1747 defalias. | |
1748 | |
1749 * enriched.el (enriched-decode-foreground) | |
1750 (enriched-decode-background): Don't use internal-find-face. | |
1751 | |
1752 * apropos.el: Doc fixes. | |
1753 | |
1754 * cus-edit.el (customize-changed-options): Check arg. | |
1755 (customize-version-lessp): Don't require decimal point. | |
1756 | |
1757 * custom.el (defcustom, defgroup): Doc fix. | |
1758 | |
1759 * newcomment.el (comment) <defgroup>: Add :version. | |
1760 (comment-multi-line): Doc fix. | |
1761 | |
1762 * emulation/mlsupport.el (define-hooked-local-abbrev, | |
1763 define-hooked-global-abbrev): Fix, using define-abbrev. | |
1764 | |
29747 | 1765 2000-06-19 Gerd Moellmann <gerd@gnu.org> |
1766 | |
1767 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking | |
1768 the whole buffer. | |
1769 | |
29740 | 1770 2000-06-19 Dave Love <fx@gnu.org> |
1771 | |
1772 * menu-bar.el (menu-bar-options-save): New function. | |
1773 (menu-bar-options-menu): Use it. | |
1774 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>: | |
1775 Simplify. | |
1776 | |
29731
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1777 2000-06-19 Andreas Schwab <schwab@suse.de> |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1778 |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1779 * progmodes/etags.el (tags-query-replace): Put new parameters |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1780 START and END at the end, for backward compatibility. |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1781 |
29720 | 1782 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
1783 | |
1784 * international/codepage.el: | |
1785 (cp-coding-system-for-codepage-1): Delete special codes for | |
1786 generating xxx-dos coding system because now a CCL based coding | |
1787 system can handle EOL conversion by default. | |
1788 | |
1789 * international/mule.el (make-coding-system): Generate subsidiary | |
1790 coding systems for EOL handling variants even for a CCL based | |
1791 coding system. | |
1792 | |
29718 | 1793 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
1794 | |
1795 * international/isearch-x.el (isearch-minibuffer-input-method) | |
1796 (isearch-minibuffer-input-method-function): These variables | |
1797 deleted. | |
1798 (isearch-with-input-method): Don't use the above variables. | |
1799 (isearch-process-search-multibyte-characters): Likewise. Call | |
1800 read-string with the arg INHERIT-INPUT-METHOD t. | |
1801 | |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
1802 2000-06-17 Stefan Monnier <monnier@cs.yale.edu> |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
1803 |
29710
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1804 * font-lock.el (font-lock-after-fontify-buffer) |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1805 (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
|
1806 |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1807 * 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
|
1808 Use consistent make-local-variable style for font-lock-fontified. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1809 (jit-lock-fontify-buffer): |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1810 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
|
1811 |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
1812 * time.el: Remove trailing ^M that prevent CVS-merging. |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
1813 |
29712 | 1814 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
1815 | |
1816 * Makefile.in (distclean): New target. | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1817 |
29705
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
1818 2000-06-16 Stefan Monnier <monnier@cs.yale.edu> |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
1819 |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
1820 * Makefile.in (srcdir): Define for update-subdirs. |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
1821 |
29696 | 1822 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
1823 | |
1824 * find-lisp.el: New file. | |
1825 | |
29694 | 1826 2000-06-16 Andrew Innes <andrewi@gnu.org> |
1827 | |
1828 * time.el (display-time-mail-function): New variable, to allow | |
1829 external packages to indicate when new mail is available. | |
1830 (display-time-update): Use it. | |
1831 | |
29689 | 1832 2000-06-16 Kenichi Handa <handa@etl.go.jp> |
1833 | |
29691 | 1834 * international/mule.el (mule-version): Change version name to |
1835 SAKAKI. AOI has already been used by Meadow. | |
1836 | |
29689 | 1837 * international/quail.el (quail-show-guidance-buf): To find the |
1838 bottom window (but minibuffer), pay attention to the height of | |
1839 minibuffer. | |
1840 | |
29670 | 1841 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
1842 | |
29682 | 1843 * arc-mode.el (archive-mode-map): Use the new menu-item format for |
1844 menu-bar menus. Add help strings. Don't remove the Edit menu | |
1845 from the menu bar, as the menu bar has enough space now. | |
1846 | |
29680 | 1847 * Makefile.in (SHELL): Make sure /bin/sh is used. |
1848 | |
29670 | 1849 * woman.el (woman-man-buffer): Fix bold and underlined CJK |
1850 characters, which use series of two ^H characters instead of one. | |
1851 | |
29667 | 1852 2000-06-15 Gerd Moellmann <gerd@gnu.org> |
1853 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1854 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table) |
29686 | 1855 (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
|
1856 functions. |
29686 | 1857 (Info-find-node-2): Try a case-sensitive search first, then |
1858 do a case-insensitive search. | |
1859 | |
1860 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English | |
1861 tutorials. | |
1862 | |
29676 | 1863 * complete.el (PC-env-vars-alist): New variable. |
1864 (PC-complete-as-file-name): New function. | |
1865 (partial-completion-mode): Initialize PC-env-vars-alist from | |
1866 process-environment. | |
1867 (PC-do-completion): Handle completion of env vars. | |
1868 | |
1869 * info.el (Info-set-mode-line): Show file name in mode line, | |
1870 use `*Info*' instead of `Info:'. | |
1871 | |
29667 | 1872 * startup.el (command-line-1): Change copyright messages to year |
1873 2000. | |
1874 | |
29665 | 1875 2000-06-15 Dave Love <fx@gnu.org> |
1876 | |
1877 * net/goto-addr.el (goto-address-fontify): Use keymap property, | |
1878 not local-map. | |
1879 | |
29658 | 1880 2000-06-15 Kenichi Handa <handa@etl.go.jp> |
1881 | |
1882 * international/mule.el (set-buffer-file-coding-system): Almost | |
1883 rewritten to handle `undecided' as no-op. | |
1884 | |
29654 | 1885 2000-06-14 Gerd Moellmann <gerd@gnu.org> |
1886 | |
29667 | 1887 * Makefile.in: New file. |
29657 | 1888 |
1889 * Makefile: Removed. | |
1890 | |
29654 | 1891 * net/goto-addr.el (goto-address): Don't bind C-c RET locally. |
1892 (goto-address-highlight-keymap): Bind C-c RET. | |
1893 | |
29640 | 1894 2000-06-14 Kenichi Handa <handa@etl.go.jp> |
1895 | |
29649 | 1896 * mail/sendmail.el (sendmail-send-it): The temporary buffer |
1897 inherits buffer-file-coding-system of the current buffer. | |
29647 | 1898 |
29645 | 1899 * tar-mode.el (tar-extract): For goto-char, use (point-min), not |
1900 0. Give correct argument to set-auto-coding-function. | |
1901 (tar-expunge): For goto-char, use (point-min), not 0. | |
1902 (tar-clear-modification-flags): For goto-char, use (point-min), not 1. | |
1903 (tar-subfile-save-buffer): Likewize. | |
1904 | |
29640 | 1905 * international/mule.el |
1906 (after-insert-file-set-buffer-file-coding-system): Call | |
1907 set-buffer-file-coding-system with the arg FORCE t. | |
1908 | |
29633 | 1909 2000-06-13 Gerd Moellmann <gerd@gnu.org> |
1910 | |
1911 * mail/sendmail.el (mail-specify-envelope-from): Initialize to | |
1912 nil. Contemporary sendmails issue an X-Authentication-Warning if | |
29676 | 1913 the sender is set with `-f'. |
29633 | 1914 |
29622 | 1915 2000-06-13 Dave Love <fx@gnu.org> |
1916 | |
29630 | 1917 * help.el (describe-function-1): Kluge around cases of functions |
1918 fset to subrs whose doc doesn't match their symbol-name. | |
1919 | |
29627 | 1920 * image.el (insert-image): Default STRING to a space. |
29625 | 1921 |
29622 | 1922 * info.el Doc fixes. |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1923 (Info-build-node-completions): Match Ref tags. |
29622 | 1924 |
29612 | 1925 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
1926 | |
29615 | 1927 * frame.el (display-multi-frame-p, display-multi-font-p): New |
1928 defaliases for display-graphic-p. | |
1929 | |
29612 | 1930 * hl-line.el: Fixed a typo in commentary. |
1931 | |
29609 | 1932 2000-06-13 Kenichi Handa <handa@etl.go.jp> |
1933 | |
1934 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo | |
1935 fixed. | |
1936 | |
29608 | 1937 2000-06-12 Dave Love <fx@gnu.org> |
1938 | |
1939 * image.el (insert-image): Save a little consing. | |
1940 | |
29598 | 1941 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
1942 | |
1943 * language/tibet-util.el: Convert all tibetan-1-column characters | |
1944 to the corresponding tibetan characters. | |
1945 (tibetan-add-components): Delete code for the special treatment of | |
1946 'a chung. | |
1947 | |
1948 * language/tibetan.el (tibetan-composable-pattern): Fix previous | |
1949 change. | |
1950 (tibetan-vowel-transcription-alist): More rules added. | |
1951 (tibetan-composite-vowel-alist): New variable. | |
1952 (tibetan-precomposition-rule-alist): More rules added. | |
1953 | |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1954 2000-06-12 Stefan Monnier <monnier@cs.yale.edu> |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1955 |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1956 * 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
|
1957 |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1958 * thingatpt.el (toplevel symbol-properties): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1959 * textmodes/makeinfo.el (makeinfo-compile): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1960 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1961 * progmodes/hideif.el (hif-compress-define-list) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1962 (hide-ifdef-use-define-alist): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1963 * 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
|
1964 (ange-ftp-vms-add-file-entry): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1965 * 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
|
1966 * man.el (Man-build-man-command): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1967 * mail/rnewspost.el (news-reply-header-hook): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1968 * info.el (Info-insert-dir): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1969 * emulation/mlconvert.el (backward-word, forward-word, setq): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1970 * emacs-lisp/gulp.el (gulp-send-requests): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1971 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1) |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1972 (byte-optimize-inline-handler, byte-optimize-form-code-walker) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1973 (byte-optimize-apply, end of file): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1974 * emacs-lisp/advice.el (ad-advice-class-completion-table) |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1975 (ad-make-freeze-definition): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1976 * 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
|
1977 |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1978 * 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
|
1979 (cvs-cleanup-removed): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1980 (cvs-cleanup-functions): New var. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1981 (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
|
1982 some flexibility in specifying additional entries to auto-cleanup. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1983 (cvs-quickdir): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1984 (cvs-mode-insert): Use cvs-fileinfo-from-entries. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1985 (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
|
1986 (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
|
1987 when invoked through a mouse-click. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1988 (cvs-full-path): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1989 (cvs-dired-action): Re-introduced. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1990 (cvs-dired-noselect): Use it. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1991 (vc-post-command-functions): use this new hook if available. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1992 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1993 * 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
|
1994 (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
|
1995 (cvs-filename-map, cvs-dirname-map): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1996 (cvs-default-action): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1997 (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
|
1998 if the arg is really a keymap. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1999 (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
|
2000 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
|
2001 the var cvs-fi-<type>-face instead. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2002 (cvs-fileinfo-from-entries): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2003 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2004 * 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
|
2005 Docstring fix. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2006 (cvs-find-file-and-jump): Change default to be safer. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2007 (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
|
2008 (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
|
2009 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
|
2010 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2011 * 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
|
2012 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
|
2013 |
29574 | 2014 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2015 | |
2016 * international/mule.el (set-buffer-file-coding-system): If | |
2017 CODING-SYSTEM is nil, set buffer-file-coding-system to nil | |
2018 unconditionally. | |
2019 | |
29568 | 2020 2000-06-12 Dave Love <fx@gnu.org> |
2021 | |
2022 * wid-edit.el (widget-specify-button): Really suppress the face if | |
2023 required. | |
2024 | |
29556 | 2025 2000-06-11 Gerd Moellmann <gerd@gnu.org> |
2026 | |
2027 * term/x-win.el (x-colors): Add colors from recent rgb.txt. | |
2028 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2029 2000-06-11 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2030 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2031 * imenu.el (imenu-generic-expression): Docstring fix. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2032 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2033 * composite.el (composition-function-table): Move the `put' |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2034 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
|
2035 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2036 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2037 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2038 * emacs-lisp/autoload.el (make-autoload): Use `cond'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2039 Handle easy-mmode-define-global-mode. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2040 For complex macros like define-minor-mode that can generate |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2041 several autoload entries, try to autoload entries in the |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2042 macroexpanded code. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2043 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2044 * emacs-lisp/easy-mmode.el (define-minor-mode): |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2045 If KEYMAP is a symbol, just use it. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2046 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
|
2047 proper :require to pass to defcustom. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2048 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
|
2049 Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2050 Be more careful about the evaluation of KEYMAP. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2051 (easy-mmode-define-global-mode): Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2052 (define-derived-mode): Move define-abbrev-table outside of defvar. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2053 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2054 2000-06-10 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2055 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2056 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch). |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2057 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2058 (backup-compiled-files): Ignore errors during `tar'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2059 (bootstrap): Make autoloads before elc files. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2060 |
29542 | 2061 2000-06-10 Kenichi Handa <handa@etl.go.jp> |
2062 | |
2063 * 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
|
2064 undecided-XXX is specified, change only EOL conversion. |
29542 | 2065 |
2066 * international/mule-conf.el (unix): New alias for the coding | |
2067 system undecided-unix. | |
2068 | |
29528 | 2069 2000-06-09 Dave Love <fx@gnu.org> |
2070 | |
29535 | 2071 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region. |
2072 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2073 * progmodes/executable.el: Byte compile dynamic. |
29528 | 2074 (executable-insert): Change custom type. |
2075 (executable-find): Add autoload cookie. | |
29531 | 2076 (executable-make-buffer-file-executable-if-script-p): New |
2077 function. After Noah Friedman. | |
29528 | 2078 |
2079 * files.el (after-save-hook): Customize, with | |
29531 | 2080 executable-make-buffer-file-executable-if-script-p as an option. |
29528 | 2081 |
29518 | 2082 2000-06-09 Kenichi Handa <handa@etl.go.jp> |
2083 | |
29522 | 2084 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font |
2085 "tib24p-mule.bdf" for Tibetan. | |
2086 | |
29520 | 2087 * composite.el (decompose-composite-char): Declare it as obsolete. |
2088 | |
29541 | 2089 * man.el (Man-fontify-manpage): Pay attention to underline and |
2090 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX). | |
29518 | 2091 |
29517 | 2092 2000-06-08 Gerd Moellmann <gerd@gnu.org> |
2093 | |
2094 * thingatpt.el (forward-thing): Use functionp instead of fboundp. | |
2095 Set maintainer to FSF since author isn't reachable. | |
2096 | |
29508 | 2097 2000-06-08 Dave Love <fx@gnu.org> |
2098 | |
2099 * international/mule-cmds.el (select-safe-coding-system): If | |
2100 DEFAULT-CODING-SYSTEM is not specified, also check the most | |
2101 preferred coding-system if buffer-file-coding-system is | |
2102 `undecided'. From Handa. | |
2103 | |
29503 | 2104 2000-06-08 Kenichi Handa <handa@etl.go.jp> |
2105 | |
2106 * international/mule.el | |
2107 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
2108 size is greater than INSERTED, judget that we are not visiting. | |
2109 | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2110 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
|
2111 |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2112 * 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
|
2113 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
|
2114 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
|
2115 |
29498 | 2116 2000-06-07 Gerd Moellmann <gerd@gnu.org> |
2117 | |
2118 * align.el: Update from author. | |
2119 | |
2120 2000-06-07 Jari Aalto <jari.aalto@poboxes.com> | |
2121 | |
2122 * apropos.el (apropos-mode-hook): New user variable. | |
2123 (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
|
2124 |
29498 | 2125 2000-06-07 David Ponce <david@dponce.com> |
2126 | |
2127 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files | |
2128 commands. Require `wid-edit' at run-time. | |
2129 | |
2130 2000-06-07 David Ponce <david@dponce.com> | |
2131 | |
2132 * recentf.el: Added some "Commentary". | |
2133 (recentf-open-more-files, recentf-edit-list): Minor changes to | |
2134 move the point at the top of the file list. This behaviour is | |
2135 consistent with the menu one when the list contains a lot of | |
2136 files. | |
2137 (recentf-cleanup): Now displays the number of items removed from | |
2138 the list. | |
2139 (recentf-relative-filter) New menu filter to show filenames | |
2140 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
|
2141 |
29498 | 2142 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2143 | |
2144 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size | |
2145 with/without giving an error if PostScript printer doesn't have this | |
2146 kind of page size. Zebra Stripe continues or restarts on next page. | |
2147 Manual/automatic paper feeding. Switch or not the header. | |
2148 (ps-print-version): New version number (5.2.2). | |
2149 (ps-windows-system): Include emx as a Windows system. | |
2150 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face) | |
2151 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces) | |
2152 (ps-background-text): Code fix. | |
2153 (ps-error-handler-message, ps-user-defined-prologue) | |
2154 (ps-print-prologue-header, ps-printer-name) | |
2155 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color) | |
2156 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg) | |
2157 (ps-use-face-background): Customization fix. | |
2158 (ps-n-up-database): Data fix. | |
2159 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed) | |
2160 (ps-switch-header): New vars. | |
2161 (ps-xemacs-color-name, ps-face-foreground-name) | |
2162 (ps-face-background-name, ps-boolean-constant): New funs. | |
2163 | |
29491 | 2164 2000-06-07 Dave Love <fx@gnu.org> |
2165 | |
2166 * allout.el: New version from Manheimer. | |
2167 | |
29483 | 2168 2000-06-07 Kenichi Handa <handa@etl.go.jp> |
2169 | |
2170 * textmodes/fill.el (fill-find-break-point): Check the validity of | |
2171 charset. | |
2172 | |
29476
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2173 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
|
2174 |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2175 * 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
|
2176 (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
|
2177 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
|
2178 window-system. |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2179 |
29471 | 2180 2000-06-06 Dave Love <fx@gnu.org> |
2181 | |
2182 * image.el (find-image): Doc fix. Return nil if image not found. | |
2183 (put-image, insert-image): Make STRING arg optional. | |
2184 | |
29455 | 2185 2000-06-06 Kenichi Handa <handa@etl.go.jp> |
2186 | |
2187 * language/vietnamese.el: Remove eval-when-compile. | |
2188 (viet-viscii-nonascii-translation-table): Define it as a | |
2189 translation table made from viet-viscii-decode-table. | |
2190 (viet-viscii-encode-table): Define it as a translation table made | |
2191 from the reverse map of above. | |
2192 (viet-vscii-nonascii-translation-table): Define it as a | |
2193 translation table made from viet-vscii-decode-table. | |
2194 (viet-vscii-encode-table): Define it as a translation table made | |
2195 from the reverse map of above. | |
2196 (ccl-decode-viscii): Use translate-character. | |
2197 (ccl-encode-viscii, ccl-encode-viscii-font) | |
2198 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): | |
2199 Likewize. | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2200 |
29455 | 2201 * language/cyrillic.el: Remove eval-when-compile. |
2202 (cyrillic-koi8-r-nonascii-translation-table): Define it as a | |
2203 translation table made from cyrillic-koi8-r-decode-table. | |
2204 (cyrillic-koi8-r-encode-table): Define it as a translation table | |
2205 made from the reverse map of above. | |
2206 (ccl-decode-koi8): Use translate-character. | |
2207 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize | |
2208 (cyrillic-alternativnyj-nonascii-translation-table): Define it as | |
2209 a translation table made from cyrillic-alternativnyj-decode-table. | |
2210 (cyrillic-alternativnyj-encode-table): Define it as a translation | |
2211 table made from the reverse map of above. | |
2212 (ccl-decode-alternativnyj): Use translate-character. | |
2213 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font): | |
2214 Likewize | |
2215 | |
2216 * international/mule-diag.el (non-iso-charset-alist): Specify | |
2217 translation table symbol instead of translation table itself. | |
2218 (list-block-of-chars): CHARSET may be a translation table symbol. | |
2219 | |
2220 * international/mule.el (make-coding-system): If CODING-SYSTEM | |
2221 already exists, override it. | |
2222 | |
2223 * international/fontset.el: Use family `proportional' for Tibetan | |
2224 fonts. | |
2225 | |
2226 * international/ccl.el (ccl-compile-translate-character): Don't | |
2227 check if Rrr has property translation-table. | |
2228 (ccl-compile-map-multiple): Modified to avoid compiler warning. | |
2229 | |
29447 | 2230 2000-06-05 Gerd Moellmann <gerd@gnu.org> |
2231 | |
2232 * info.el: Bind case-fold-search to t when searching in case | |
2233 a user sets it to nil in a hook. | |
2234 | |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2235 2000-06-05 Stefan Monnier <monnier@cs.yale.edu> |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2236 |
29426
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2237 * autoarg.el (autoarg-mode, autoarg-kp-mode): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2238 * 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
|
2239 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2240 * tar-mode.el (tar-header-block-recompute-checksum): Remove. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2241 (tar-clip-time-string): Prepend a space. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2242 (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
|
2243 (tar-header-block-summarize): Fix docstring. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2244 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
|
2245 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2246 * 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
|
2247 (diff-goto-source, diff-unified->context, diff-context->unified) |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2248 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2249 understand the format output by the `-p' argument to diff. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2250 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2251 * 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
|
2252 (sh-re-done): Use defconst. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2253 (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
|
2254 (sh-help-string-for-variable, sh-guess-basic-offset): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2255 Don't quote lambdas. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2256 (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
|
2257 (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
|
2258 |
29421
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2259 * 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
|
2260 (mh-letter-mode): Derive from text-mode. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2261 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
|
2262 Also remove the Emacs-18 compatibility code. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2263 |
29417
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2264 * emacs-lisp/autoload.el (make-autoload): Simplify docstring. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2265 Make use of symbol-property doc-string-elt. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2266 Use memq rather than a sequence of eq. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2267 (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
|
2268 (autoload-print-form): New function extracted from |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2269 generate-file-autoloads to allow recursion when handling progn |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2270 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
|
2271 (generate-file-autoloads): Use it. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2272 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2273 * 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
|
2274 Use find-file-hooks in the minor-mode function. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2275 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
|
2276 |
29412
ecd388a0937d
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29407
diff
changeset
|
2277 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
|
2278 |
29447 | 2279 * 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
|
2280 tty's. |
29447 | 2281 * 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
|
2282 differences whenever appropriate. |
29447 | 2283 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members. |
2284 * 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
|
2285 wildcards. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2286 |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2287 2000-06-04 Stefan Monnier <monnier@cs.yale.edu> |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2288 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2289 * 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
|
2290 (jit-lock-fontify-buffer): New function for JIT refontification. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2291 (jit-lock-mode): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2292 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
|
2293 Remove jit-lock-after-change from the _local_ hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2294 (jit-lock-function-1): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2295 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2296 * info.el (Info-on-current-buffer): Initialize info. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2297 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2298 * newcomment.el (comment-indent): Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2299 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2300 * progmodes/tcl.el (tcl-indent-for-comment): |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2301 Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2302 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2303 * emacs-lisp/easy-mmode.el: Require CL during compilation. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2304 (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
|
2305 (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
|
2306 and improve to use the lighter to guess the capitalization. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2307 (define-minor-mode): Inline code from easy-mmode-define-toggle. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2308 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
|
2309 Add local-map and help-echo properties to the lighter. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2310 (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
|
2311 (easy-mmode-define-global-mode): New macro. |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2312 |
29403 | 2313 2000-06-02 Dave Love <fx@gnu.org> |
2314 | |
2315 * wid-edit.el: byte-compile-dynamic since we typically don't use | |
2316 all the widgets. Don't require cl or widget. Remove | |
2317 eval-and-compile. Don't autoload finder-commentary. Doc fixes. | |
2318 (widget-read-event): Removed. Callers changed to use read-event. | |
2319 (widget-button-release-event-p): Renamed from | |
2320 button-release-event-p. | |
2321 (widget-field-add-space, widget-field-use-before-change): | |
2322 Uncustomize. | |
2323 (widget-specify-field): Use keymap property, not local-map. | |
2324 (widget-specify-button): Obey :suppress-face. | |
2325 (widget-specify-insert): Use modern backquote syntax. | |
2326 (widget-image-directory): Renamed from widget-glyph-directory. | |
2327 (widget-image-enable): Renamed from widget-glyph-enable. | |
2328 (widget-image-find): Replaces widget-glyph-find. | |
2329 (widget-button-pressed-face): Move defvar. | |
2330 (widget-image-insert): Replaces widget-glyph-insert. | |
2331 (widget-convert): Use keywordp. | |
2332 (widget-leave-text, widget-children-value-delete): Use mapc. | |
2333 (widget-keymap): Remove XEmacs stuff. | |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2334 (widget-field-keymap, widget-text-keymap): Define all inside defvar. |
29403 | 2335 (widget-button-click): Don't set point at the click, but re-centre |
2336 if we scroll out of window. Rewritten for images v. glyphs &c. | |
2337 (widget-tabable-at): Use POS arg, not point. | |
2338 (widget-beginning-of-line, widget-end-of-line) | |
2339 (widget-item-value-create, widget-sublist, widget-princ-to-string) | |
2340 (widget-sexp-prompt-value, widget-echo-help): Simplify. | |
2341 (widget-default-create): Use widget-image-insert; some rewriting. | |
2342 (widget-visibility-value-create) | |
2343 (widget-push-button-value-create, widget-toggle-value-create): Use | |
2344 widget-image-insert. | |
2345 (checkbox): Create on and off images dynamically. | |
2346 (documentation-link): Change :help-echo. | |
2347 (widget-documentation-link-echo-help): Remove. | |
2348 | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2349 2000-06-02 Stefan Monnier <monnier@cs.yale.edu> |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2350 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2351 * 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
|
2352 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2353 * 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
|
2354 (easy-mmode-define-toggle, define-minor-mode): Use it. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2355 (easy-mmode-define-keymap): Docstring fix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2356 (define-derived-mode): Default PARENT to fundamental-mode. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2357 Add the derived-mode-parent symbol-property. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2358 (easy-mmode-derived-mode-p): New function. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2359 |
29383 | 2360 2000-06-02 Dave Love <fx@gnu.org> |
2361 | |
29392 | 2362 * files.el (convert-standard-filename): Doc fix. |
2363 (normal-backup-enable-predicate): New function. | |
2364 (backup-enable-predicate): Use it to replace the lambda form. | |
2365 | |
2366 * calendar/todo-mode.el: [This needs more work on the outline | |
2367 stuff.] Doc fixes. | |
2368 (todo) <defgroup>: Add :version. | |
2369 (todo-add-category): Don't use pushnew. | |
2370 (todo-cmd-raise): Fix typo. | |
2371 (todo-top-priorities): Change temp buffer name. | |
2372 (todo-category-alist): Avoid redundant lambda. | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2373 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2374 Use outline-next-heading. |
29392 | 2375 |
29383 | 2376 * autoarg.el: Rewritten to use define-minor-mode. |
2377 (autoarg-kp-digits, autoarg-kp-mode-map): New variable. | |
2378 (autoarg-kp-mode, autoarg-kp-digit-argument): New command. | |
2379 | |
29376 | 2380 2000-06-02 Kenichi Handa <handa@etl.go.jp> |
2381 | |
2382 * isearch.el (isearch-other-meta-char): Fix previous change. | |
2383 | |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2384 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2385 |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2386 * 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
|
2387 (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
|
2388 from the last comment entered. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2389 |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2390 * isearch.el (isearch-highlight): Turn internal-find-face into facep. |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2391 |
29372 | 2392 2000-06-01 Dave Love <fx@gnu.org> |
2393 | |
2394 * hl-line.el: Rewritten using define-minor-mode. | |
2395 | |
2396 * help.el (describe-function-1): Distinguish special form from | |
2397 builtin function. Sanity-check presence of arglist for builtins. | |
2398 | |
29356 | 2399 2000-06-01 Kenichi Handa <handa@etl.go.jp> |
2400 | |
29365 | 2401 * international/characters.el: Fix syntax/category setting of |
2402 Tibetan characters. | |
2403 | |
2404 * language/tibet-util.el (tibetan-add-components): Fixes for new | |
2405 encoding of Tibetan characters. | |
2406 (tibetan-decompose-precomposition-alist): New variable. | |
2407 (tibetan-decompose-region): Convert precomposed characters to | |
2408 non-precomposed characters. | |
2409 (tibetan-decompose-string): Likewise. | |
2410 (tibetan-composition-function): Fix args to | |
2411 thibetan-compose-string. | |
2412 | |
2413 * language/tibetan.el (tibetan-composable-pattern): More | |
2414 characters included. | |
2415 (tibetan-consonant-transcription-alist): Rule for "R" added. | |
2416 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and | |
2417 "+R" added. | |
2418 (tibetan-base-to-subjoined-alist): Rule for "RA" added. | |
2419 | |
29359 | 2420 * language/lao-util.el (lao-composition-function): Fix args to |
2421 compose-string. | |
2422 | |
2423 * language/thai-util.el (thai-composition-function): Fix args to | |
2424 compose-string. | |
2425 | |
29356 | 2426 * isearch.el (isearch-update): Set disable-point-adjustment to t |
29357 | 2427 to prevent the point moving to the end of a composition when a |
2428 part of a composition is searched. | |
29356 | 2429 (isearch-other-meta-char): If the key invoking this command can be |
2430 mapped by function-key-map to a printing char, call | |
2431 isearch-process-search-char directly. | |
2432 | |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2433 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2434 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2435 * emacs-lisp/bytecomp.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2436 * frame.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2437 * international/mule-cmds.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2438 * international/mule-util.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2439 * international/mule.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2440 * mouse.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2441 * subr.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2442 * 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
|
2443 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2444 * byte-run.el (make-obsolete, make-obsolete-variable): |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2445 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
|
2446 symbol-property information. |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2447 * 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
|
2448 (byte-compile-obsolete, byte-compile-variable-ref): Understand the |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2449 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
|
2450 |
29347 | 2451 2000-05-31 Dave Love <fx@gnu.org> |
2452 | |
2453 * loadhist.el (loadhist-hook-functions): Remove | |
2454 before-change-function, after-change-function. | |
2455 (unload-feature): Deal with symbols which are both bound and | |
2456 fbound. | |
2457 | |
2458 * mouse.el (mouse-save-then-kill-delete-region): Don't bind | |
2459 before-change-function, after-change-function. | |
2460 | |
2461 * simple.el (newline): Don't bind before-change-function, | |
2462 after-change-function. | |
2463 | |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2464 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
|
2465 |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2466 * 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
|
2467 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
|
2468 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
|
2469 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
|
2470 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2471 * 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
|
2472 |
29330 | 2473 2000-05-31 Dave Love <fx@gnu.org> |
2474 | |
2475 * add-log.el (change-log-font-lock-keywords) <function>: Add | |
2476 pattern for function of change. | |
2477 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate | |
2478 acknowledgements patterns. | |
2479 | |
29328 | 2480 2000-05-31 Kenichi Handa <handa@etl.go.jp> |
2481 | |
2482 * isearch.el (isearch-printing-char): If keyboard coding system is | |
2483 being used, call isearch-process-search-multibyte-characters. | |
2484 | |
2485 * international/isearch-x.el: Mostly rewritten. | |
2486 | |
2487 * international/quail.el (quail-start-conversion): Don't include | |
2488 unhandled events in the returned events, but set them in | |
2489 unread-command-events. Exit if all inputs are deleted. | |
2490 | |
29324 | 2491 2000-05-30 Jason Rumney <jasonr@gnu.org> |
2492 | |
2493 * w32-fns.el (w32-charset-info-alist): Add each charset separately. | |
2494 | |
2495 * term/w32-win.el: Doc changes to reduce diffs with x-win.el. | |
2496 Reenable code to create initial fontsets. | |
2497 Use set-fontset-font in place of put-charset-property. | |
2498 | |
29302 | 2499 2000-05-30 Gerd Moellmann <gerd@gnu.org> |
2500 | |
29307 | 2501 * progmodes/perl-mode.el (perl-indent-line): When looking for a |
2502 label, ensure that the first colon isn't followed by another. | |
2503 | |
2504 * paths.el (Info-default-directory-list): Doc fix. | |
2505 | |
29304 | 2506 * net/net-utils.el (finger-X.500-host-regexps): New user-option. |
2507 (finger): If HOST matches a regexp from finger-X.500-host-regexps, | |
2508 send a query containing USER only, not USER@HOST. | |
2509 | |
29302 | 2510 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg |
2511 and rmail-msgend to compute the restriction at the end, instead of | |
2512 computing it. | |
2513 | |
29292 | 2514 2000-05-29 Gerd Moellmann <gerd@gnu.org> |
2515 | |
29295 | 2516 * dabbrev.el (dabbrev-expand): Don't display messages in the |
2517 echo area if the minibuffer window is active. | |
2518 | |
29292 | 2519 * jit-lock.el (jit-lock-mode): Add after change function to |
2520 local hook. | |
2521 | |
2522 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com> | |
2523 | |
2524 * antlr-mode.el: New commands: hide/unhide actions, | |
2525 upcase/downcase literals. | |
2526 (antlr-tiny-action-length): New user option. | |
2527 (antlr-hide-actions): New command. Suggested by | |
2528 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
|
2529 (antlr-mode-map): New binding [C-c C-v]. |
29292 | 2530 (antlr-mode-menu): New entries. |
2531 (antlr-downcase-literals): New command. | |
2532 (antlr-upcase-literals): Ditto. | |
2533 | |
2534 * antlr-mode.el: Minor changes: indendation, mode-name. | |
2535 (antlr-indent-line): Indent cpp directive at column 0. | |
2536 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/". | |
2537 | |
2538 * antlr-mode.el: XEmacs bug workaround, XEmacs hint. | |
2539 (antlr-font-lock-additional-keywords): Workaround for intentional | |
2540 bug in XEmacs version of font-lock. | |
2541 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could | |
2542 be used by a smarter version of `buffers-menu-grouping-function'. | |
2543 | |
2544 2000-05-29 Gerd Moellmann <gerd@gnu.org> | |
2545 | |
2546 * tmm.el (tmm-prompt): Recognize menu item definitions of the for | |
2547 `(menu-item ...)' when looking for the position of DEFAULT-ITEM. | |
2548 | |
29266 | 2549 2000-05-29 Kenichi Handa <handa@etl.go.jp> |
2550 | |
2551 * international/encoded-kb.el | |
2552 (encoded-kbd-iso2022-designation-map): Pay attention to that | |
2553 charset-iso-final-char return -1 for eight-bit-control and | |
2554 eight-bit-graphic. | |
2555 | |
29261 | 2556 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
2557 | |
2558 * speedbar.el (speedbar-use-images, speedbar-update-flag) | |
2559 (speedbar-easymenu-definition-base): Use display-graphic-p where | |
2560 available, instead of window-system. | |
2561 | |
29259 | 2562 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
2563 | |
2564 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
2565 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN | |
2566 coding systems. | |
2567 | |
29248 | 2568 2000-05-26 Dave Love <fx@gnu.org> |
2569 | |
29255 | 2570 * disp-table.el (standard-display-underline): Don't use |
2571 internal-find-face. | |
2572 | |
29248 | 2573 * mail/reporter.el: Maintainer change. Doc fixes. |
2574 (reporter-version): Deleted. | |
2575 | |
2576 * emacs-lisp/elp.el: Maintainer change. | |
2577 (elp-help-address, elp-submit-bug-report, elp-version): Deleted. | |
2578 | |
29244
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2579 2000-05-26 Stefan Monnier <monnier@cs.yale.edu> |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2580 |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2581 * 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
|
2582 previous one if the previous one is empty. |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2583 |
29240 | 2584 2000-05-26 Dave Love <fx@gnu.org> |
2585 | |
29242 | 2586 * loadhist.el (unload-feature): Fix interactive spec [from |
2587 lijnzaad@ebi.ac.uk]. | |
2588 | |
29240 | 2589 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use |
2590 subr-arity to check primitives. | |
2591 (byte-compile-flush-pending, byte-compile-file-form-progn) | |
2592 (byte-compile-normal-call, byte-compile-list, byte-compile-concat) | |
2593 (byte-compile-insert, byte-compile-funcall): Use mapc instead of | |
2594 mapcar. | |
2595 | |
29226 | 2596 2000-05-26 Kenichi Handa <handa@etl.go.jp> |
2597 | |
29235 | 2598 * international/fontset.el: Set family names of non-latin charsets |
2599 in default fontset to "*". | |
2600 | |
29230 | 2601 * international/mule-diag.el (print-fontset): Combine family part |
2602 and registry part of the fontname by "-*-" instead of "-". | |
2603 | |
29226 | 2604 * international/mule-cmds.el (encode-coding-char): Make strings |
2605 multibyte before calling encode-coding-string. | |
2606 | |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2607 2000-05-25 Stefan Monnier <monnier@cs.yale.edu> |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2608 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2609 * derived.el: Fix keywords. |
29224
c4ed562f1556
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29220
diff
changeset
|
2610 (define-derived-mode): Only define if needed. |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2611 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2612 * simple.el (fill-comment, comment-column, comment-start) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2613 (comment-start-skip, comment-end, comment-indent-function) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2614 (block-comment-start, block-comment-end, indent-for-comment) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2615 (set-comment-column, kill-comment, comment-padding, comment-region) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2616 (comment-multi-line, indent-new-comment-line): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2617 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2618 * 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
|
2619 function names for comment operations. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2620 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2621 * newcomment.el: Add abundant autoload cookies. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2622 (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
|
2623 (comment-indent-hook): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2624 (comment-indent): Check if comment-indent-hook is bound. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2625 (comment-region): Docstring fix. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2626 |
29214 | 2627 2000-05-25 Dave Love <fx@gnu.org> |
2628 | |
2629 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete | |
2630 byte-code-function-p. | |
2631 | |
2632 * mail/rmailsum.el: Add provide. | |
2633 | |
2634 * net/goto-addr.el (goto-address-fontify): Add help-echo property. | |
2635 | |
2636 * smerge-mode.el (smerge-diff-switches): Don't use list* in | |
2637 defcustom. | |
2638 | |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
2639 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
|
2640 |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
2641 * 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
|
2642 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
|
2643 |
29205 | 2644 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2645 | |
2646 * hilit-chg.el (highlight-changes-mode): Ask about color or | |
2647 grayscale support, not about window-system. | |
2648 | |
2649 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not | |
2650 window-system. | |
2651 (ffap-highlight): Always default to t. | |
2652 | |
2653 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call | |
2654 display-popup-menus-p instead of looking at window-system. | |
2655 | |
2656 * disp-table.el (standard-display-g1, standard-display-graphic): | |
2657 Only refuse to use string glyphs on X and MS-Windows. | |
2658 | |
2659 * avoid.el: Remove window-system from commentary, suggest to use | |
2660 display-*-p instead. | |
2661 | |
2662 * apropos.el (apropos-print): Use display-mouse-p instead of | |
2663 window-system. | |
2664 | |
29190 | 2665 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2666 | |
2667 * international/codepage.el (cp-decoding-vector-for-codepage): | |
2668 Fill up unsupported characters with their own codes. From Kenichi | |
2669 Handa. | |
2670 | |
29188 | 2671 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2672 | |
2673 * international/mule-diag.el (describe-char-after): Use | |
2674 display-graphic-p instead of window-system, so that this function | |
2675 works on MS-DOS. | |
2676 | |
29181 | 2677 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2678 | |
2679 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
2680 Remove the eight-bit-graphic and eight-bit-control charsets from | |
2681 the list of charsets which we convert into `?'. | |
2682 | |
29169 | 2683 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
2684 | |
2685 * international/mule-conf.el: Specify CHARSET-ID explicitely for | |
2686 private charsets. | |
2687 (mule-unicode-0100-24ff, japanese-jisx0213-1, | |
2688 japanese-jisx0213-2): New charsets. | |
2689 | |
2690 * international/fontset.el: Setup default fontset for new charsets. | |
2691 | |
29166 | 2692 2000-05-24 Dave Love <fx@gnu.org> |
2693 | |
2694 * info.el (Info-find-node-2): Restructure [following "Vadim | |
2695 S. Solomin" <sovs@uic.nnov.ru>]. | |
2696 | |
2697 * icomplete.el: Fix header for Finder. | |
2698 | |
2699 2000-05-24 Eric M. Ludlam <zappo@ultranet.com> | |
2700 | |
2701 * rmailout.el (rmail-output-to-rmail-file): Added optional param | |
2702 STAY. | |
2703 | |
2704 * rmail.el (rmail-automatic-folder-directives): New user variable. | |
2705 (rmail-show-message): Add call to `rmail-auto-file' during | |
2706 display. | |
2707 (rmail-auto-file): New function. | |
2708 | |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
2709 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
|
2710 |
29193 | 2711 * 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
|
2712 account. |
29193 | 2713 (ediff-test-utility,ediff-diff-mandatory-option) |
2714 (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
|
2715 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
|
2716 |
29193 | 2717 * 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
|
2718 variable. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2719 |
29193 | 2720 * 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
|
2721 ediff-merge-filename-prefix. |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
2722 |
29163
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
2723 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
|
2724 |
29193 | 2725 * 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
|
2726 |
29159 | 2727 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
2728 | |
2729 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just | |
2730 aliases for hebrew-iso-8bit. | |
2731 | |
29148 | 2732 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
2733 | |
2734 * woman.el: New version from Francis J. Wright | |
2735 <F.J.Wright@Maths.QMW.ac.uk>. | |
2736 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file | |
2737 names in environment variables regardless of the path separator. | |
2738 (woman-topic-all-completions-1): Don't call file-name-directory-p | |
2739 on all files, since woman-file-regexp already filters out any | |
2740 directories. | |
2741 | |
29140 | 2742 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
2743 | |
29144 | 2744 * international/quail.el (quail-start-translation): Don't change |
2745 modified-p of the current buffer. | |
2746 (quail-start-conversion): Likewise. | |
2747 | |
2748 * international/kkc.el (kkc-region): Don't change modified-p of | |
2749 the current buffer. | |
2750 | |
29142 | 2751 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to |
2752 conform to RFC1468. | |
2753 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554. | |
29140 | 2754 |
29138 | 2755 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com> |
2756 | |
2757 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix. | |
2758 (speedbar-insert-button): Invisible text property fix. | |
2759 (speedbar-directory-plus): Renamed from speedbar-directory-+ | |
2760 (speedbar-directory-minus): Renamed from speedbar-directory-- | |
2761 (speedbar-page-plus): Renamed from speedbar-file-+ | |
2762 (speedbar-page-minus): Renamed from speedbar-file-- | |
2763 (speedbar-page): Renamed from speedbar-file- | |
2764 (speedbar-tag): Renamed from speedbar-tag- | |
2765 (speedbar-tag-plus): Renamed from speedbar-tag-+ | |
2766 (speedbar-tag-minus): Renamed from speedbar-tag-- | |
2767 (speedbar-expand-image-button-alist): Use above renames. | |
2768 | |
2769 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm | |
2770 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm | |
2771 * sb-pg-plus.xpm: Renamed from sb-file+.xpm | |
2772 * sb-pg-minus.xpm: Renamed from sb-file-.xpm | |
2773 * sb-pg.xpm: Renamed from sb-file.xpm | |
2774 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm | |
2775 * 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
|
2776 |
29128 | 2777 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
2778 | |
2779 * international/quail.el (quail-show-guidance-buf): Set | |
2780 current-input-method of the guidance buffer to the name of the | |
2781 curren input method. | |
2782 | |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2783 2000-05-23 Stefan Monnier <monnier@cs.yale.edu> |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2784 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2785 * progmodes/compile.el (compile-internal): Style typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2786 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2787 * 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
|
2788 quote vars and functions in the docstring. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2789 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2790 * newcomment.el (comment-make-extra-lines): Don't use `assert'. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2791 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2792 * completion.el (dynamic-completion-mode, dynamic-completion-mode): |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2793 Don't quote lambdas. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2794 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2795 * 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
|
2796 |
29116 | 2797 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
2798 | |
29127 | 2799 * startup.el (command-line): Determine source file of compiled |
2800 user init file differently. Warn if compiled user init file | |
2801 is older than its source file. | |
2802 | |
29116 | 2803 * 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
|
2804 |
29112 | 2805 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
2806 | |
2807 * files.el (make-backup-file-name-1): Replace slashes with `!' | |
2808 rather than `|' (which is not allowed on Windows). Replace the | |
2809 drive letters with a string "drive_X". | |
2810 | |
29110 | 2811 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
2812 | |
2813 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'. | |
2814 | |
2815 * files.el (interpreter-mode-alist): Add `bash2'. | |
2816 | |
29091 | 2817 2000-05-22 Dave Love <fx@gnu.org> |
2818 | |
2819 * loadhist.el (feature-symbols, file-provides, file-requires): Use | |
2820 mapc. | |
2821 (feature-file): Avoid calling symbol-name. Doc fix. | |
2822 (file-set-intersect, file-dependents): Use dolist, not mapcar. | |
2823 (loadhist-hook-functions): Add mouse-position-function. | |
2824 (unload-feature): Change uses of mapcar. | |
2825 | |
2826 * files.el (parse-colon-path): Doc fix. | |
2827 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars. | |
2828 (set-auto-mode): Use mapc. | |
2829 | |
2830 * complete.el (PC-look-for-include-file): Use :alnum: character | |
2831 class. | |
2832 (partial-completion-mode): Add autoload cookie. | |
2833 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
2834 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
|
2835 |
29102 | 2836 * 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
|
2837 `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
|
2838 |
29082 | 2839 2000-05-22 Dave Love <fx@gnu.org> |
2840 | |
2841 * bindings.el: Remove debug-ignored-errors set in other files. | |
2842 | |
2843 * progmodes/etags.el: Add to debug-ignored-errors. | |
2844 (visit-tags-table-buffer): Clear out buffers holding old tables | |
2845 when making a new list. | |
2846 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use | |
2847 mapc. | |
2848 | |
2849 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't | |
2850 quote keywords. | |
2851 (cmpl-string-case-type): Use character classes. | |
2852 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
2853 * comint.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
2854 * textmodes/ispell.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
2855 * imenu.el: |
29082 | 2856 * mail/mh-e.el: |
2857 * progmodes/compile.el: Add to debug-ignored-errors. | |
2858 | |
2859 * dabbrev.el: Add to debug-ignored-errors. | |
2860 (dabbrev-completion): Use mapc. | |
2861 | |
29075 | 2862 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il> |
2863 | |
2864 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk) | |
2865 (woman-mapcan, woman-parse-man.conf) | |
2866 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font) | |
2867 (woman-reset-emulation, woman-select-symbol-fonts): New functions. | |
2868 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin | |
2869 path syntax better. | |
2870 (woman-man.conf-path, woman-use-own-frame): New defcustoms. | |
2871 (woman-manpath): Call woman-parse-man.conf. | |
2872 (woman-emulation): New defcustom, defaults to nroff. | |
2873 (woman-font-support): New defconst. | |
2874 (woman-use-symbol-font): New defcustom. | |
2875 (woman-menu): Add new menu items: "Colored/BW", "Advanced", | |
2876 "Emulation". | |
2877 Many functions: Doc fix. | |
2878 | |
29072 | 2879 2000-05-22 Kenichi Handa <handa@etl.go.jp> |
2880 | |
2881 * international/quail.el (quail-simple-translation-keymap): Map | |
2882 128..255 to quail-self-insert-command. | |
2883 (quail-keyboard-layout-alist): Add definition for "pc102-de". | |
2884 | |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
2885 2000-05-22 Stefan Monnier <monnier@cs.yale.edu> |
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
2886 |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2887 * help.el (help-manyarg-func-alist): Typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2888 |
29070
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
2889 * 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
|
2890 intervals which makes it heaps simpler. |
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
2891 |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
2892 * 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
|
2893 the nested comment markers. |
29063
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
2894 |
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
2895 * 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
|
2896 |
29059 | 2897 2000-05-21 Dave Love <fx@gnu.org> |
2898 | |
29061 | 2899 * edmacro.el (edmacro-parse-keys): Return vector if any elements |
2900 are invalid characters. | |
2901 | |
29059 | 2902 * international/mule-util.el (detect-coding-with-priority): Use |
2903 mapc. Remove redundant lambda. | |
2904 | |
2905 * international/mule-diag.el (list-non-iso-charset-chars) | |
2906 (describe-fontset): Remove redundant lambda. | |
2907 | |
2908 * emulation/crisp.el (brief-mode): New alias. | |
2909 | |
2910 * emacs-lisp/ring.el (ring-elements): New function. | |
2911 | |
2912 * emacs-lisp/easymenu.el (easy-menu-create-menu) | |
2913 (easy-menu-do-add-item): Use keywordp. | |
2914 | |
2915 * emacs-lisp/byte-opt.el: Update side-effect free function lists. | |
2916 | |
2917 * replace.el: Doc and error message fixes. | |
2918 (replace-highlight): Use facep, not internal-find-face. | |
2919 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2920 2000-05-20 Stefan Monnier <monnier@cs.yale.edu> |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2921 |
29045
7235e6a14c62
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29043
diff
changeset
|
2922 * 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
|
2923 |
29043
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2924 * log-edit.el (log-edit-done): Cleanup trailing empty lines. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2925 (log-edit-insert-changelog): Drop `:' as well. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2926 |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2927 * log-view.el: Fix file description. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2928 (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
|
2929 available. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2930 (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
|
2931 (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
|
2932 |
29040
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2933 * emacs-lisp/easy-mmode.el: Update copyright and commentary. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2934 (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
|
2935 Print a status message if the toggle is called interactively. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2936 (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
|
2937 for global minor modes and use `defcustom' for them. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2938 Use add-minor-mode. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2939 (easy-mmode-define-derived-mode): Remove. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2940 (define-derived-mode): Fancier default docstring. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2941 (easy-mmode-define-navigation): Signal an error rather than (ding). |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2942 |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2943 * newcomment.el (comment-styles): New `box-multi'. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2944 (comment-normalize-vars): Better default for comment-continue to |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2945 avoid whitespace-only continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2946 (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
|
2947 (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
|
2948 (comment-make-extra-lines): Better handling of empty continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2949 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
|
2950 (uncomment-region): Try handling the special `=' filler. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2951 (comment-region): Allow LINES even if MULTI is nil. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2952 (comment-box): Choose box style based on comment-style. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2953 |
29029 | 2954 2000-05-20 Kenichi Handa <handa@etl.go.jp> |
2955 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2956 * international/ccl.el (ccl-compile-write-string): Make STR unibyte. |
29029 | 2957 (ccl-compile-write-repeat): If ARG is string, make it unibyte. |
2958 | |
29028 | 2959 2000-05-20 Kenichi HANDA <handa@etl.go.jp> |
2960 | |
2961 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region | |
2962 and insert, not subst-char-in-region. | |
2963 | |
2964 * international/mule-diag.el (list-character-sets-1): Handle | |
2965 charsets eight-bit-control and eight-bit-graphic. | |
2966 (list-iso-charset-chars): Likewise. | |
2967 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit | |
2968 charactes as is. Use indent-to to align characters. | |
2969 | |
2970 * international/mule-cmds.el (find-multibyte-characters): Never | |
2971 exclude charsets eight-bit-control and eight-bit-graphic. | |
2972 | |
29015
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
2973 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
2974 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
2975 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception): |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
2976 Don't quote lambdas. |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
2977 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
2978 * 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
|
2979 |
28993 | 2980 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
2981 | |
2982 * gud.el (gud-jdb-directories): Doc fix. | |
2983 | |
28989
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
2984 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
2985 |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
2986 * newcomment.el: New file. |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
2987 |
28988 | 2988 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
2989 | |
28993 | 2990 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'. |
28988 | 2991 |
28982 | 2992 2000-05-18 Andreas Schwab <schwab@suse.de> |
2993 | |
2994 * dired.el (dired-between-files): Also skip lines beginning with | |
2995 `used'. | |
2996 | |
28978 | 2997 2000-05-18 Gerd Moellmann <gerd@gnu.org> |
2998 | |
2999 * msb.el (msb-menu-cond): Add choice `user'. | |
3000 | |
28981 | 3001 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
|
3002 |
28981 | 3003 * ps-print.el: Compatibility, customization and doc fix. |
3004 (ps-printer-name-option): Replace defconst by defvar. | |
3005 (ps-postscript-code-directory): XEmacs compatibility. | |
3006 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code | |
3007 fix. | |
3008 (ps-user-defined-prologue, ps-print-prologue-header) | |
3009 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs | |
3010 compatibility and code fix. | |
3011 (ps-print-background-image, ps-print-background-text): | |
3012 Customization fix. | |
3013 (ps-line-number-start, ps-n-up-on): New vars. | |
3014 | |
28978 | 3015 2000-05-18 Espen Skoglund <esk@ira.uka.de> |
3016 | |
3017 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed | |
3018 the indent-comment function to just return the appropriate indent. | |
3019 | |
28975 | 3020 2000-05-18 Eric M. Ludlam <zappo@ultranet.com> |
3021 | |
3022 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm, | |
3023 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm, | |
3024 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files | |
3025 | |
28969 | 3026 2000-05-18 Dave Love <fx@gnu.org> |
3027 | |
3028 * info.el (Info-fontify-node): Add intangible property as well as | |
3029 invisible. | |
3030 | |
3031 * calendar/appt.el (appt-make-list): Match all lines of entry. | |
3032 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de> | |
3033 | |
28965 | 3034 2000-05-18 Kenichi Handa <handa@etl.go.jp> |
3035 | |
3036 * international/mule-diag.el (describe-char-after): Call | |
3037 internal-char-font, not char-font. If internal-char-font returns | |
3038 nil, display "-- none --". | |
3039 | |
28959 | 3040 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3041 | |
3042 * image.el (image-type-available-p): Don't reference image-types | |
3043 if it isn't bound. | |
3044 | |
28957
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3045 2000-05-17 Stefan Monnier <monnier@cs.yale.edu> |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3046 |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3047 * autoarg.el (autoarg-mode): Typo in the :set argument. |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3048 |
28954 | 3049 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3050 | |
3051 * startup.el (command-line-1): Don't signal an error if the | |
3052 directory for auto-save-list files does not yet exist. | |
3053 | |
28950 | 3054 2000-05-17 Kenichi Handa <handa@etl.go.jp> |
3055 | |
3056 * international/mule-conf.el (arabic-iso8859-6): Fix typo. | |
3057 | |
28948
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3058 2000-05-16 Stefan Monnier <monnier@cs.yale.edu> |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3059 |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3060 * subr.el (remove-hook): `setq' hook-value, not `set'. |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3061 |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3062 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
|
3063 |
28981 | 3064 * 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
|
3065 |
28942 | 3066 2000-05-16 Dave Love <fx@gnu.org> |
3067 | |
3068 * cus-edit.el: Don't require cl or easymenu. | |
3069 (custom-variable-prompt): Test standard-value property, not | |
3070 user-variable-p. | |
3071 | |
28940
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3072 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
|
3073 |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3074 * 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
|
3075 |
28939 | 3076 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
3077 | |
3078 * startup.el (command-line-1): Mention the FAQ in the startup | |
3079 message. | |
3080 | |
3081 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'. | |
3082 | |
3083 * progmodes/compile.el (compilation-parse-errors): Collect | |
3084 `nomessage' regexps last. | |
3085 | |
3086 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp. | |
3087 | |
3088 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp' | |
3089 to the function name. | |
3090 | |
28926 | 3091 2000-05-15 Dave Love <fx@gnu.org> |
3092 | |
3093 * speedbar.el (speedbar-recenter): Typo. | |
3094 (speedbar-expand-line): Make arg optional. | |
3095 (speedbar-mode): Avoid a compiler warning. | |
3096 | |
28924 | 3097 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3098 | |
3099 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that | |
3100 user-specified option string is empty. | |
3101 | |
3102 * mouse.el (mouse-yank-at-click): Doc fix. | |
3103 | |
28921 | 3104 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
3105 | |
3106 * term/internal.el (IT-character-translations): More updates of | |
3107 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC | |
3108 documents. | |
3109 | |
28919 | 3110 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3111 | |
3112 * env.el (getenv): New function, interactively callable. | |
3113 (setenv, getenv): Remove autoload cookies. | |
3114 | |
3115 * loadup.el: Load `env'. | |
3116 | |
3117 * progmodes/f90.el: Change author's mail address. | |
3118 | |
28908 | 3119 2000-05-14 Dave Love <fx@gnu.org> |
3120 | |
28911 | 3121 * mail/rmail.el (rmail-show-message-hook): Customize and offer |
3122 goto-addr as an option. | |
3123 | |
3124 * help.el (help-xref-stack): Doc fix. | |
3125 (help-xref-following): New variable. | |
3126 (help-make-xrefs): Use it. | |
3127 (help-xref-go-back): Use position information from stack element. | |
3128 (help-follow): Make position in stack element a pair. Use | |
3129 help-xref-following. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3130 |
28911 | 3131 * autoarg.el: New file. |
3132 | |
3133 * faces.el: Declare more functions obsolete. | |
3134 | |
28908 | 3135 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el |
3136 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el | |
3137 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el | |
3138 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: | |
3139 Remove all the setup-...-environment functions. | |
3140 | |
28903 | 3141 2000-05-13 Eric M. Ludlam <zappo@ultranet.com> |
3142 | |
28919 | 3143 * speedbar.el: Updated the commentary section. xemacs20p now uses |
3144 >= when detecting. Require `defimage' safely. | |
28903 | 3145 (speedbar-easymenu-definition-base): Add toggle for images. |
3146 (speedbar-easymenu-definition-special): Add flush cache & expand. | |
3147 (speedbar-visiting-tag-hook): Set new defaults. Added options. | |
3148 (speedbar-reconfigure-keymaps-hook): New variable. | |
3149 (speedbar-frame-parameters): Updated documentation. | |
3150 (speedbar-use-imenu-flag): Updated custom tag | |
3151 (speedbar-dynamic-tags-function-list): New variable. | |
3152 (speedbar-tag-hierarchy-method): Updated doc & custom. | |
28919 | 3153 (speedbar-indentation-width, speedbar-indentation-width) New |
3154 variables. | |
3155 (speedbar-hide-button-brackets-flag): Customizable. | |
28903 | 3156 (speedbar-vc-indicator): Doc update. |
3157 (speedbar-ignored-path-expressions): Updated default value. | |
3158 (speedbar-supported-extension-expressions): Updated default value. | |
3159 (speedbar-syntax-table): Remove {} paren status. | |
28919 | 3160 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act |
3161 as "+". Added overlay aliases. | |
3162 (speedbar-mode): Use `speedbar-mode-line-update' instead of | |
3163 `force-mode-line-update'. | |
3164 (speedbar-mode, speedbar-quick-mouse, speedbar-click) | |
3165 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of | |
3166 `mouse-set-point' | |
28903 | 3167 (speedbar-reconfigure-keymaps): Run configure keymap hooks. |
28919 | 3168 (speedbar-item-info-tag-helper): Revamped to handle a wider range |
3169 of arbitrary text, and new helper functions. | |
3170 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in | |
3171 filename finder. | |
28903 | 3172 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. |
3173 (speedbar-directory-buttons): Update path search/expansion. | |
3174 (speedbar-make-tag-line): Pay attention to | |
28919 | 3175 `speedbar-indentation-width'. Use more care w/ invisible |
3176 properties. | |
28903 | 3177 (speedbar-change-expand-button-char): Call |
3178 `speedbar-insert-image-button-maybe'. | |
3179 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced). | |
28919 | 3180 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy) |
3181 (speedbar-trim-words-tag-hierarchy) | |
3182 (speedbar-simple-group-tag-hierarchy): New functions | |
28903 | 3183 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks. |
28919 | 3184 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New |
3185 functions. | |
28903 | 3186 (speedbar-mouse-set-point): New function |
3187 (speedbar-power-click): Updated documentation. | |
28919 | 3188 (speedbar-line-token, speedbar-goto-this-file): Handle more types |
3189 of tag prefix text. | |
3190 (speedbar-expand-line, speedbar-contract-line): Make more robust | |
3191 to strange text. | |
3192 (speedbar-expand-line): Takes universal argument to flush the | |
3193 cache. | |
28903 | 3194 (speedbar-flush-expand-line): New function. |
3195 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn. | |
3196 Use new generator insertion method. | |
3197 (speedbar-fetch-dynamic-tags): New function. | |
3198 (speedbar-fetch-dynamic-imenu): Removed code now handled in | |
3199 `speedbar-fetch-dynamic-imenu'. | |
3200 (speedbar-fetch-dynamic-etags): Fix current buffer problem. | |
3201 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and | |
3202 "Revert Buffer" menu items. | |
3203 (speedbar-buffer-buttons-engine): Be smarter when creating a | |
3204 filename tag (for expansion purposes.). | |
28919 | 3205 (speedbar-highlight-one-tag-line, |
3206 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top) | |
3207 (speedbar-recenter): New functions. | |
28903 | 3208 (defimage-speedbar): Image loading abstraction. |
28919 | 3209 (speedbar-directory-+, speedbar-directory--, speedbar-file-+) |
3210 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+) | |
3211 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v) | |
3212 (speedbar-tag-type, speedbar-tag-mail): New images. | |
28903 | 3213 (speedbar-expand-image-button-alist): New variable. |
3214 (speedbar-insert-image-button-maybe): Insert an image over some | |
3215 buttons. | |
3216 | |
28894 | 3217 2000-05-13 Kenichi Handa <handa@etl.go.jp> |
3218 | |
3219 * international/mule-cmds.el (encode-coding-char): An ASCII | |
3220 character is always encodable. | |
3221 | |
3222 * international/mule-conf.el: Add more information in descriptions | |
3223 of character sets. | |
3224 | |
28965 | 3225 * international/mule-diag.el (describe-char-after): New function. |
28894 | 3226 (describe-font-internal): Adjusted for the change of font-info. |
3227 (describe-font): Likewise. | |
3228 (print-fontset): Rewritten for the new fontset implementation. | |
3229 (describe-fontset): Include fontset alias names in completion. | |
3230 (list-fontsets): Adjusted for the change of print-fontset. | |
3231 | |
28895 | 3232 * simple.el (what-cursor-position): If DETAIL is non-nil, call |
3233 describe-char-after instead of displaying the detail in the echo | |
3234 area. | |
28965 | 3235 (syntax-code-table): Format changed. |
3236 (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
|
3237 |
28905
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3238 2000-05-12 Stefan Monnier <monnier@cs.yale.edu> |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3239 |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3240 * 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
|
3241 |
28890 | 3242 2000-05-12 Dave Love <fx@gnu.org> |
3243 | |
3244 * calendar/todo-mode.el: Remove some compatibility stuff and CL | |
3245 dependence. Use line-{beginning,end}-position, not | |
3246 point-at{b,e}ol. Some doc fixes. | |
3247 (todo-position): New function. Fix callers of position to use it. | |
3248 (todo-save-top-priorities, todo-print): Use with-temp-buffer. | |
3249 | |
28885 | 3250 2000-05-12 Gerd Moellmann <gerd@gnu.org> |
3251 | |
3252 * time.el (display-time-mail-icon): Use `:ascent center'. | |
3253 | |
28893 | 3254 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for |
3255 handling FTP security extensions. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3256 |
28882 | 3257 2000-05-11 Dave Love <fx@gnu.org> |
3258 | |
28888 | 3259 * calendar/todo-mode.el: New file. |
28882 | 3260 |
28870 | 3261 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
3262 | |
28881 | 3263 * comint.el (comint-read-input-ring): Move reference to |
3264 comint-input-ring-size outside of the save-excursion. It was | |
3265 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
|
3266 |
28875 | 3267 * font-lock.el: Update copyright. Remove Simon Marshall's email |
3268 address on request from him. | |
3269 | |
28870 | 3270 * subr.el (substitute-key-definition): Add comment describing |
3271 the meaning of PREFIX. | |
3272 | |
28865
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3273 2000-05-10 Stefan Monnier <monnier@cs.yale.edu> |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3274 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3275 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3276 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3277 * 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
|
3278 (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
|
3279 reference to define-minor-mode in the docstring. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3280 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3281 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3282 HEADER/FOOTER and fix bug with trailing empty directory. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3283 (cvs-append-to-ignore): Use vc-editable-p if available. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3284 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3285 (vc-do-command): Tweak advice to handle the new VC. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3286 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3287 * 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
|
3288 (log-view-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3289 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3290 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3291 (log-edit-changelog-full-paragraphs): New var. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3292 (log-edit-insert-changelog): Remove a lonely leading `* file'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3293 (log-edit-narrow-changelog, log-edit-changelog-paragraph) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3294 (log-edit-changelog-subparagraph, log-edit-changelog-entry) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3295 (log-edit-changelog-ours-p, log-edit-changelog-entries) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3296 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3297 Replace the `cvs' prefix with `log-edit'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3298 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3299 * iswitchb.el (iswitchb-completion-help): Unquote lambda. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3300 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3301 * diff-mode.el (diff-font-lock-keywords): Recognize comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3302 (diff-font-lock-defaults): Explicitly turn off multiline. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3303 (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
|
3304 (diff-ediff-patch): Fix call to ediff-patch-file. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3305 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3306 Handle comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3307 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3308 * frame.el (automatic-hscrolling): Typo. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3309 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3310 * cvs-status.el (cvs-status-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3311 |
28845 | 3312 2000-05-09 Sam Steingold <sds@goems.com> |
3313 | |
3314 * apropos.el (apropos-print): use `describe-face' instead of | |
3315 `customize-face-other-window'. | |
3316 | |
28842 | 3317 2000-05-09 Dave Love <fx@gnu.org> |
3318 | |
3319 Changes mostly following Richard Sharman <rsharman@wave.home.com>. | |
3320 | |
3321 * help.el (describe-variable): Have customize button pop the | |
3322 help-xref stack when invoked. | |
3323 (help-xref-symbol-regexp): Add `face'. | |
3324 (help-make-xrefs): Check for quoted face names and adapt regexp | |
3325 submatch numbers to cope. | |
3326 (help-xref-interned): Maybe insert face doc too. Separate | |
3327 sections with a line of hyphens. | |
3328 | |
28848 | 3329 * faces.el: Some doc fixes. Declare some functions obsolete. |
28842 | 3330 (describe-face): Add customize button. Return the help |
3331 text. Fix prompt. | |
3332 | |
28839 | 3333 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il> |
3334 | |
3335 * term/internal.el (IT-character-translations): Fix last change. | |
3336 | |
28833 | 3337 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3338 | |
3339 * woman.el: New file | |
3340 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>). | |
3341 | |
28829 | 3342 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3343 | |
28831 | 3344 * term/internal.el (IT-character-translations): Update ASCII |
3345 simulations for greek-iso8859-7, add latin-iso8859-14 and | |
3346 latin-iso8859-15. | |
3347 | |
28829 | 3348 * international/mule-cmds.el (set-language-info-alist): Call |
3349 define-prefix-command with 3 arguments, to make the map suitable | |
3350 for a menu. | |
3351 | |
28827 | 3352 2000-05-07 Dave Love <fx@gnu.org> |
3353 | |
30620
1a808437b658
Restore inadvertently-changed non-ASCII character.
Eli Zaretskii <eliz@gnu.org>
parents:
30619
diff
changeset
|
3354 * time.el: Small doc fixes from Pavel Janík ml. |
28827 | 3355 |
28825 | 3356 2000-05-05 Dave Love <fx@gnu.org> |
3357 | |
3358 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg | |
3359 list in doc string. Don't quote keyword symbols. | |
3360 * emacs-lisp/cl.el: Likewise | |
3361 * emacs-lisp/cl-seq.el: Likewise | |
3362 | |
28823 | 3363 2000-05-05 Gerd Moellmann <gerd@gnu.org> |
3364 | |
3365 * abbrev.el (abbrev-mode): Make ARG optional. | |
3366 | |
28812 | 3367 2000-05-04 Gerd Moellmann <gerd@gnu.org> |
3368 | |
28817 | 3369 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'. |
3370 | |
3371 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'. | |
3372 | |
28812 | 3373 * subr.el (substitute-key-definition): Clarify documentation. |
3374 | |
3375 2000-05-04 Milan Zamazal <pdm@freesoft.cz> | |
3376 | |
3377 * glasses.el (glasses-convert-to-unreadable): Use | |
3378 `glasses-separator' instead of the hard-wired "_". | |
3379 (glasses-mode): Call `glasses-make-unreadable' only in a single | |
3380 place. | |
3381 | |
28808 | 3382 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
3383 | |
3384 * term/internal.el (cjk-codepages-alist): Add associations for | |
3385 Chinese and Korean codepages. Remove FIXME comment. | |
3386 | |
28806 | 3387 2000-05-03 Dave Love <fx@gnu.org> |
3388 | |
3389 * time.el (display-time-mail-face, display-time-use-mail-icon): | |
3390 New option. | |
3391 (display-time-mail-icon): New variable. | |
3392 (display-time-string-forms): Use the above. Fix the local-map. | |
3393 | |
28795 | 3394 2000-05-03 Gerd Moellmann <gerd@gnu.org> |
3395 | |
28805 | 3396 * replace.el (query-replace-map): Add binding for `E'. |
3397 (query-replace-help): Extend help text. | |
3398 (perform-replace): Allow editing the replacement string. | |
3399 | |
3400 * make-mode.el (makefile-mode-abbrev-table): New variable. | |
3401 (makefile-mode): Set local abbrev table to | |
3402 makefile-mode-abbrev-table. | |
3403 (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
|
3404 |
28795 | 3405 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't |
3406 set TOGGLE's value. | |
3407 | |
28805 | 3408 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from |
3409 mail-interactive-insert-alias. | |
3410 (mail-abbrev-complete-alias): New command. | |
3411 (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
|
3412 |
28790 | 3413 2000-05-03 Kenichi Handa <handa@etl.go.jp> |
3414 | |
3415 * language/lao-util.el (lao-compose-region): New function. | |
3416 | |
28782 | 3417 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
3418 | |
28789 | 3419 * files.el (recover-session): Make directories as necessary |
3420 if they don't exist yet. | |
3421 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3422 * calendar/cal-french.el |
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3423 (french-calendar-multibyte-special-days-array) |
28782 | 3424 (french-calendar-special-days-array): Change French text. |
3425 (calendar-french-date-string): Change output. | |
3426 (calendar-goto-french-date): Likewise. | |
3427 | |
3428 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk> | |
3429 | |
3430 * wid-edit.el (widget-default-active): Obey `:always-active'. | |
3431 (widget-documentation-string-value-create): Set `:always-active'. | |
3432 | |
28778 | 3433 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3434 | |
3435 * startup.el (auto-save-list-file-prefix): For ms-dos, set the | |
3436 default prefix to `~/_emacs.d/auto-save.list/_s'. | |
3437 (normal-top-level): Create the directory for auto-save files, if | |
3438 it doesn't already exist (in the ms-dos case only). | |
3439 | |
28775 | 3440 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3441 | |
3442 * international/mule-cmds.el (set-language-environment): Don't | |
3443 concat an integer (dos-codepage), use format instead. | |
3444 | |
28772 | 3445 2000-05-02 Dave Love <fx@gnu.org> |
3446 | |
3447 * help.el (help-xref-on-pp): Check for constant symbols. | |
3448 | |
28764 | 3449 2000-04-29 Gerd Moellmann <gerd@gnu.org> |
3450 | |
3451 * startup.el (normal-top-level): Put a condition-case around | |
3452 the code loading subdirs.el. | |
3453 | |
3454 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
|
3455 |
28764 | 3456 * ps-print.el: Upside-down and face background color printing, |
3457 line number step, doc fix. | |
3458 (ps-print-version): New version number (5.2). | |
3459 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job) | |
3460 (ps-face-attribute-list, ps-plot-with-face): Code fix. | |
3461 (ps-spool-config): Var fix. | |
3462 (ps-printer-name-option): Const fix. | |
3463 (ps-print-upside-down, ps-use-face-background) | |
3464 (ps-line-number-step): New vars. | |
3465 (ps-window-system, ps-lp-system): New consts. | |
3466 (ps-face-background): New fun. | |
3467 | |
28759 | 3468 2000-04-28 Richard Stallman <rms@gnu.org> |
3469 | |
3470 * files.el (make-auto-save-file-name): | |
3471 Apply auto-save-file-name-transforms to visited file name | |
3472 before generating auto save file name. | |
3473 (auto-save-file-name-transforms): New variable. | |
3474 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3475 * files.el (backup-enable-predicate): |
28759 | 3476 Correctly test for a file under a temporary directory. |
3477 | |
28751 | 3478 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
3479 | |
3480 * subr.el (add-minor-mode): Rewritten. | |
3481 | |
28749 | 3482 2000-04-28 Kenichi Handa <handa@etl.go.jp> |
3483 | |
3484 * mail/sendmail.el (sendmail-send-it): Set | |
3485 buffer-file-coding-system to the selected coding system for MIME | |
3486 header. | |
3487 | |
28748 | 3488 2000-04-27 Gerd Moellmann <gerd@gnu.org> |
3489 | |
3490 * dired.el (dired-move-to-filename-regexp): Allow format where | |
3491 YYYY is followed by two spaces. | |
3492 | |
3493 * progmodes/etags.el (etags-tags-completion-table): Add a `:' | |
3494 in the second character class of the regexp. | |
3495 | |
3496 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in | |
3497 mh-etc, too. | |
3498 | |
3499 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert | |
3500 nil. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3501 |
28748 | 3502 * subr.el (add-minor-mode): Use `set' instead of `setq'. |
3503 | |
3504 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN | |
3505 argument. | |
3506 | |
3507 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
|
3508 |
28748 | 3509 * emacs-lisp/crm.el (crm-completion-table): New variable. |
3510 (crm-collection-fn, crm-test-completion) | |
3511 (completing-read-multiple): Use it. | |
3512 | |
28736 | 3513 2000-04-27 Dave Love <fx@gnu.org> |
3514 | |
3515 * help.el (locate-library): Use mapc. | |
3516 (help-manyarg-func-alist): Add call-process-region. | |
3517 | |
28724 | 3518 2000-04-26 Gerd Moellmann <gerd@gnu.org> |
3519 | |
28729 | 3520 * subr.el (add-minor-mode): Make argument MAP optional. |
3521 | |
28724 | 3522 * desktop.el (desktop-save): Save list of minor modes. |
3523 (desktop-create-buffer): Restore minor modes. | |
3524 (desktop-minor-mode-table): New user-option. | |
3525 | |
3526 * subr.el (add-minor-mode): New function. | |
3527 | |
3528 * image.el (find-image): New function. | |
3529 (defimage): Rewritten to find image at load time. | |
3530 | |
3531 * startup.el (normal-top-level-add-to-load-path): Handle | |
3532 case that the default directory is not in load-path. | |
3533 | |
3534 * help.el: Old patch from Stefan Monnier. | |
3535 (help-xref-on-pp): New function. | |
3536 (describe-variable): Use it to display xrefs in a symbol's value. | |
3537 | |
28717
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3538 2000-04-26 Stefan Monnier <monnier@cs.yale.edu> |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3539 |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3540 * cus-edit.el (custom-face): Fix parenthesis. |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3541 |
28713 | 3542 2000-04-26 Kenichi Handa <handa@etl.go.jp> |
3543 | |
28715 | 3544 * mail/rmail.el (rmail-expunge): When there are no deleted |
3545 messages, do nothing. | |
28713 | 3546 |
28712 | 3547 2000-04-26 Dave Love <fx@gnu.org> |
3548 | |
3549 * international/mule-cmds.el (locale-translation-file-name): | |
3550 Defvar to nil. | |
3551 (set-locale-environment): Set it here (at runtime). | |
3552 | |
28710 | 3553 2000-04-25 Gerd Moellmann <gerd@gnu.org> |
3554 | |
3555 * replace.el (perform-replace): Add parameters START and END. Use | |
3556 them instead of the check for a region in Transient Mark mode. | |
3557 (query-replace-read-args): Return two more list elements for the | |
3558 start and end of the region in Transient Mark mode. | |
3559 (query-replace, query-replace-regexp, query-replace-regexp-eval) | |
3560 (map-query-replace-regexp, replace-string, replace-regexp): Add | |
3561 optional last arguments START and END and pass them to | |
3562 perform-replace. | |
3563 | |
3564 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a | |
3565 form with additional arguments for perform-replace. | |
3566 | |
3567 * progmodes/etags.el (tags-query-replace): Add parameters START | |
3568 and END. Construct a form with additional arguments for | |
3569 perform-replace. | |
3570 | |
3571 * simple.el (shell-command): Set default directory for "*Shell | |
3572 Command Output" buffer. | |
3573 | |
3574 * language/european.el (iso-latin-4): Fix typo. | |
3575 | |
3576 * emacs-lisp/crm.el: New file. | |
3577 | |
28701 | 3578 2000-04-24 Dave Love <fx@gnu.org> |
3579 | |
3580 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current) | |
3581 (Custom-reset-saved, Custom-reset-standard) | |
3582 (custom-group-value-create, custom-group-set, custom-group-save) | |
3583 (custom-group-reset-current, custom-group-reset-saved) | |
3584 (custom-group-reset-standard): Use mapc. | |
3585 (custom-buffer-create-internal): Disable undo when creating items. | |
3586 Use mapc. | |
3587 (custom-face): Avoid redundant lambda. | |
3588 | |
28699 | 3589 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
3590 | |
3591 * startup.el (auto-save-list-file-prefix): Set default to | |
3592 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS. | |
3593 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3594 2000-04-24 Sam Steingold <sds@gnu.org> |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3595 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3596 * 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
|
3597 `field-result' to a string. |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3598 |
28695 | 3599 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
3600 | |
3601 * frame.el (scrolling): New group. | |
3602 (automatic-hscrolling): New user-option. | |
3603 | |
3604 * startup.el (command-line-x-option-alist): Add `-lsp' and | |
3605 `--line-spacing'. | |
3606 | |
28668 | 3607 2000-04-19 Dave Love <fx@gnu.org> |
3608 | |
3609 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition. | |
3610 (cl-mapc): Rename from mapc. Fix the funcall. | |
3611 | |
28653 | 3612 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
3613 | |
28660 | 3614 * simple.el (clone-indirect-buffer-other-window): New command. |
3615 (clone-indirect-buffer): Add optional arg NORECROD. | |
3616 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window. | |
3617 | |
28658 | 3618 * help.el (resize-temp-buffer-window): Use count-screen-lines. |
3619 | |
3620 * window.el (count-screen-lines): New function. | |
3621 (shrink-window-if-larger-than-buffer): Use count-screen-lines | |
3622 instead of window-buffer-height. | |
3623 | |
3624 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set | |
3625 non-existing variable comint-input-sentinel. | |
3626 (inferior-lisp-args-to-list): Removed. | |
3627 (inferior-lisp): Use split-string instead of | |
3628 inferior-lisp-args-to-list. | |
3629 | |
3630 * hexl.el (hexl-insert-hex-string): New command. | |
3631 | |
28653 | 3632 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name |
3633 instead of concat. | |
3634 | |
28634 | 3635 2000-04-18 Gerd Moellmann <gerd@gnu.org> |
3636 | |
3637 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline | |
3638 at the start of an existing but empty folder. | |
3639 | |
3640 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
3641 | |
3642 * ps-mule.el: Customization fix, doc fix. | |
3643 (ps-multibyte-buffer): Customization fix. | |
3644 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
3645 2000-04-17 Richard M. Stallman <rms@gnu.org> |
28627
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3646 |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3647 * subr.el (read-passwd): Use read-char-exclusive. |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3648 |
28626 | 3649 2000-04-17 Gerd Moellmann <gerd@gnu.org> |
3650 | |
3651 * textmodes/texinfo.el (texinfo-insert-@email) | |
3652 (texinfo-insert-@emph, texinfo-insert-@quotation) | |
3653 (texinfo-insert-@strong, texinfo-insert-@url): New functions. | |
3654 (texinfo-mode-map): Add key bindings for them. | |
3655 | |
3656 * files.el (basic-save-buffer-2): Use a template with `$' | |
3657 instead of `#' for VMS. | |
3658 | |
3659 * simple.el (clone-indirect-buffer): New function. | |
3660 | |
28621 | 3661 2000-04-16 Stephen Eglen <stephen@gnu.org> |
3662 | |
3663 * iswitchb.el (iswitchb-case): New function. If the user input | |
3664 contains any upper-case characters, the search is made | |
3665 case-sensitive. | |
3666 | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3667 2000-04-17 Stefan Monnier <monnier@cs.yale.edu> |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3668 |
28621 | 3669 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as |
3670 comment-end. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3671 (texinfo-font-lock-syntactic-keywords): New var. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3672 (texinfo-font-lock-keywords): Remove comment regexp. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3673 (texinfo-insert-block): New function. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3674 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block. |
28621 | 3675 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip |
3676 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
|
3677 (texinfo-environments): New var. |
28621 | 3678 (texinfo-environment-regexp): Use regexp-opt and |
3679 texinfo-environments. | |
3680 | |
3681 * textmodes/ispell.el (ispell-menu-map-needed): Check that | |
3682 ispell-process is bound since this might be eval'd before ispell | |
3683 is loaded. | |
3684 (ispell-message): Use a tiny bit less magic and a bit more hard | |
3685 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
|
3686 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3687 * 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
|
3688 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3689 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries) |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3690 (insert-cyclic-diary-entry): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3691 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3692 * gud.el (gud-jdb-build-source-files-list): Fix typo. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3693 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3694 * files.el (backup-enable-predicate): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3695 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3696 * cus-edit.el (custom-face, face): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3697 |
28602 | 3698 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
3699 | |
3700 * 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
|
3701 |
28602 | 3702 * ps-print.el: Fix counting lines in a region. |
3703 (ps-print-version): New version number (5.1.5). | |
3704 (ps-spool-without-faces, ps-spool-with-faces): Adjust code. | |
3705 (ps-printing-region): Fun code fix. | |
3706 | |
28600 | 3707 2000-04-15 Gerd Moellmann <gerd@gnu.org> |
3708 | |
3709 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p | |
3710 to file-directory-p. | |
3711 | |
28591 | 3712 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
3713 | |
3714 * gud.el (gud-jdb-build-source-files-list): Check that directory | |
3715 exists before calling directory-files. | |
3716 | |
28578 | 3717 2000-04-13 Dave Love <fx@gnu.org> |
3718 | |
3719 * emacs-lisp/trace.el: Change maintainer. Use new backquote | |
3720 syntax. | |
3721 | |
3722 * emacs-lisp/cl-specs.el: Remove when, unless. | |
3723 | |
3724 * emacs-lisp/cl-extra.el: Don't quote keywords. | |
3725 (cl-old-mapc): New variable. | |
3726 (mapc): Use it. | |
3727 (cl-map-intervals): Use with-current-buffer. Don't check for | |
3728 next-property-change. | |
3729 (cl-map-overlays): Use with-current-buffer. | |
3730 (cl-expt): Remove. | |
3731 (copy-tree, remprop): Define unconditionally. | |
3732 | |
3733 * emacs-lisp/cl-compat.el (keywordp): Remove. | |
3734 | |
3735 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers | |
3736 to use keywordp. | |
3737 (edebug-spec): Enable keywordp. | |
3738 | |
3739 * cus-edit.el (custom-sort-items): Avoid symbol-name with new | |
3740 string-lessp. | |
3741 | |
3742 * cus-start.el: Use keywordp. | |
3743 | |
28577 | 3744 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
3745 | |
3746 * diary-lib.el (include-other-diary-files): Fix the fix of | |
3747 2000-02-18 by doing a save-excursion. | |
3748 | |
3749 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
3750 | |
3751 * ps-print.el: Customization fix, doc fix. | |
3752 (ps-print-version): New version number (5.1.4). | |
3753 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node) | |
3754 (ps-print-preprint): Adjust code. | |
3755 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue) | |
3756 (ps-print-prologue-header, ps-print-control-characters) | |
3757 (ps-spool-config): Customization fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3758 |
28564 | 3759 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
3760 | |
3761 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and | |
3762 converted to the new menu-item format, names silightly changed, | |
3763 help strings added. | |
3764 | |
3765 Support for spelling without async subprocesses: | |
3766 | |
3767 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer) | |
3768 (ispell-session-buffer): New variables. | |
3769 (ispell-start-process, ispell-process-status, | |
3770 ispell-accept-output, ispell-send-string): New functions, for | |
3771 Ispell invocation when async subprocesses aren't supported. | |
3772 (ispell-word, ispell-pdict-save, ispell-command-loop, | |
3773 ispell-process-line, ispell-buffer-local-parsing): Replace calls | |
3774 to process-send-string with calls to ispell-send-string, and | |
3775 accept-process-output with ispell-accept-output. | |
3776 (ispell-init-process): Call ispell-process-status instead of | |
3777 process-status with. | |
3778 (ispell-init-process): Call ispell-start-process. Call | |
3779 ispell-accept-output and ispell-send-string. Don't call | |
3780 process-kill-without-query and kill-process if they are unbound. | |
3781 (ispell-async-processp): New function. | |
3782 | |
28560 | 3783 2000-04-12 Dave Love <fx@gnu.org> |
3784 | |
3785 * info.el: Add debug-ignored-errors. | |
3786 (Info-mode-menu): Add some items. | |
3787 (Info-directory): Add autoload cookie. | |
3788 | |
3789 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible. | |
3790 Modify `truncate-lines'. Make `describe-language-environment' | |
3791 always visible and add help. Modify `describe-key' help. Invoke | |
3792 Info-directory from `info'. New entry `emacs-manual'. | |
3793 | |
28542 | 3794 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
3795 | |
28549 | 3796 * progmodes/ebrowse.el (ebrowse-tree-mode): Use |
3797 propertized-buffer-identification. | |
3798 (ebrowse-update-member-buffer-mode-line): Likewise. | |
3799 (ebrowse--mode-strings): Removed. | |
3800 (ebrowse--mode-line-props): Removed. | |
3801 | |
28542 | 3802 * files.el (auto-mode-alist): Add `EBROWSE'. |
3803 | |
3804 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white | |
3805 space before testing for end of buffer. | |
3806 (ebrowse-load): Removed. | |
3807 (ebrowse-revert-tree-buffer-from-file): Rewritten. | |
3808 (ebrowse-create-tree-buffer): Rewritten. | |
3809 (ebrowse-tree-mode): Read tree from buffer. | |
3810 | |
3811 * progmodes/ebrowse-ffh.el: Removed. | |
3812 | |
28535 | 3813 2000-04-10 Kenichi Handa <handa@etl.go.jp> |
3814 | |
3815 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug. | |
3816 | |
28534 | 3817 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
3818 | |
3819 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)' | |
3820 at the wrong place. | |
3821 | |
28783 | 3822 2000-04-09 Dave Love <fx@gnu.org> |
3823 | |
3824 * files.el (backup-enable-predicate): Use | |
3825 temporary-file-directory, small-temporary-file-directory. | |
3826 (make-backup-file-name-function, backup-directory-alist): New | |
3827 variables. | |
3828 (make-backup-file-name-1): New function. | |
3829 (make-backup-file-name): Use it. | |
3830 (find-backup-file-name): Likewise. Use format for clarity, not | |
3831 concat. | |
3832 (file-newest-backup): Use make-backup-file-name. | |
3833 | |
28523 | 3834 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
3835 | |
28530 | 3836 * progmodes/ebrowse-ffh.el: New file. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3837 |
28530 | 3838 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved |
3839 to ebrowse-ffh.el. | |
3840 (ebrowse-load): Add autoload. | |
3841 | |
3842 * finder.el (finder-commentary): Add autoload cookie. | |
3843 | |
28523 | 3844 * mail/rfc2368.el: Correct author's email address. |
3845 | |
3846 * progmodes/ebrowse.el: New file. | |
3847 | |
3848 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu | |
3849 item help string. | |
3850 (easy-menu-do-add-item): Ditto. | |
3851 (easy-menu-define): Extend doc string. | |
3852 | |
3853 * jit-lock.el (with-buffer-unmodified): Use | |
3854 restore-buffer-modified-p. | |
3855 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified. | |
3856 (jit-lock-function, jit-lock-stealth-fontify): Don't use | |
3857 with-buffer-unmodified. | |
3858 | |
28517 | 3859 2000-04-08 Dave Love <fx@gnu.org> |
3860 | |
3861 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop, | |
3862 unless, when. | |
3863 | |
28510
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
3864 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
|
3865 |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
3866 * 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
|
3867 (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
|
3868 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
|
3869 Use `viper-put-on-search-overlay'. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3870 |
28506 | 3871 2000-04-04 Gerd Moellmann <gerd@gnu.org> |
3872 | |
3873 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r | |
3874 like C-r. | |
3875 | |
3876 * progmodes/make-mode.el: Some doc fixes. | |
3877 (makefile-mode-abbrev-table): New variable. | |
3878 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table. | |
3879 (makefile-font-lock-keywords): Fontify includes and conditionals. | |
3880 (toplevel): Require `dabbrev' and `add-log' when compiling. | |
3881 | |
3882 * replace.el (perform-replace): Don't move forward one char | |
3883 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want | |
3884 to do that because it leaves point 1 position after the last | |
3885 replacement, after everything has been replaced. | |
3886 | |
3887 * jit-lock.el (with-buffer-unmodified): New macro. | |
3888 (with-buffer-prepared-for-font-lock): Don't preserve buffer's | |
3889 modified state. | |
3890 (jit-lock-function-1): Extracted from jit-lock-function; not | |
3891 preserving buffer's modified state. | |
3892 (jit-lock-function, jit-lock-stealth-fontify): Call | |
3893 jit-lock-function-1. | |
3894 | |
3895 * mail/rfc2368.el: Remove supernumerary copyright line. | |
3896 | |
28499 | 3897 2000-04-04 Milan Zamazal <pdm@freesoft.cz> |
3898 | |
3899 * glasses.el: Provide facilities for inserting space before left | |
3900 parentheses and uncapitalization of identifiers. | |
3901 (glasses-mode): Try to remove old overlays in all cases. | |
3902 | |
28485 | 3903 2000-04-03 Gerd Moellmann <gerd@gnu.org> |
3904 | |
28496 | 3905 * progmodes/compile.el (compile-internal): Display the compilation |
3906 buffer in a different frame, if it's already displayed there. | |
3907 | |
28494 | 3908 * mail/rfc2368.el: New file. |
3909 | |
28492 | 3910 * simple.el (sendmail-user-agent-compose): Recognize a `body' |
3911 header and insert its value as mail body. | |
3912 | |
3913 * subr.el (member-ignore-case): New function. | |
3914 | |
3915 * dabbrev.el (dabbrev-ignored-regexps): New user-option. | |
3916 (dabbrev--find-expansion): Ignore buffers matching a regexp | |
3917 from dabbrev-ignored-regexps. | |
3918 | |
28485 | 3919 * jka-compr.el (jka-compr-compression-info-list): Add `.z' |
3920 to extensions handled by gzip. | |
3921 | |
28492 | 3922 2000-04-03 Richard M. Stallman <rms@gnu.org> |
3923 | |
3924 * files.el (insert-directory): List the total free space | |
3925 along with the used space. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3926 |
28492 | 3927 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix |
3928 line is followed by one that matches CITATION-REGEXP, end the | |
3929 paragraph. | |
3930 | |
3931 2000-04-03 Markus Rost <rost@delysid.gnu.org> | |
3932 | |
3933 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option. | |
3934 (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
|
3935 |
28474 | 3936 2000-04-03 Kenichi Handa <handa@etl.go.jp> |
3937 | |
3938 * international/mule-cmds.el (encoded-string-description): | |
3939 Rewritten. Try pretty description for ISO 2022 escape sequences | |
28476 | 3940 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters |
3941 for hexadecimal format. | |
28474 | 3942 |
28468 | 3943 2000-04-01 Dave Love <fx@gnu.org> |
3944 | |
3945 * cpp.el: Change customization group to `c' from `C'. | |
3946 | |
3947 * vcursor.el (vcursor-move): Use display-color-p. | |
3948 | |
3949 * international/mule-util.el: Provide mule-utils. | |
3950 (string-to-sequence): Simplify and speed up. | |
3951 | |
3952 * international/mule.el (make-coding-system): Purecopy doc-string. | |
3953 | |
3954 * international/mule-cmds.el: Various menu changes. | |
3955 (describe-specified-language-support): Handle `Default'. | |
3956 (set-language-info): Purecopy `info'. | |
3957 | |
28462 | 3958 2000-03-31 Andrew Innes <andrewi@gnu.org> |
3959 | |
3960 * vc.el (vc-backend-diff): Return the correct status if we had to | |
3961 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
|
3962 |
28445 | 3963 2000-03-31 Dave Love <fx@gnu.org> |
3964 | |
28452 | 3965 * help.el (help-manyarg-func-alist): Correct several omissions. |
3966 | |
28450 | 3967 * add-log.el: Don't require cl, fortran. |
3968 (add-log-current-defun-function): Doc fix. | |
3969 (change-log-version-number-regexp-list): Remove SCCS part. Doc | |
3970 fix. | |
3971 (change-log-version-rcs): Function deleted. | |
3972 (change-log-version-number-search): Doc fix. Use | |
3973 vc-workfile-version. Avoid CL dolist. | |
3974 (add-change-log-entry): Just call add-log-current-defun to get | |
3975 defun. Simplify somewhat. | |
3976 (change-log-get-method-definition-1): Likewise. | |
3977 (add-log-current-defun): Return nil if calling | |
3978 add-log-current-defun-function does so. Move Fortran stuff to | |
3979 fortran.el. Return string without properties. | |
3980 | |
28445 | 3981 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper: |
3982 and :alpha: char classes. | |
3983 | |
3984 * mail/supercite.el: Defvar curline when compiling. | |
3985 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp) | |
3986 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:] | |
3987 rather than a-zA-Z0-9 to allow non-ASCII characters. | |
3988 | |
28444 | 3989 2000-03-31 Gerd Moellmann <gerd@gnu.org> |
3990 | |
3991 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format. | |
3992 | |
3993 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
3994 Re-enable new code. | |
3995 | |
3996 * lpr.el (print-region-1): Use -d to specify printer name for | |
3997 systems `usg-unix-v*, `dgux', `hpux', `irix'. | |
3998 | |
3999 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
|
4000 |
28444 | 4001 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look |
4002 for function definition in symbol's function value slot first | |
4003 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
|
4004 |
28435 | 4005 2000-03-31 Kenichi Handa <handa@etl.go.jp> |
4006 | |
4007 * language/european.el ("Polish"): New language environment. | |
4008 (setup-polish-environment): New function. | |
4009 | |
28424 | 4010 2000-03-30 Gerd Moellmann <gerd@gnu.org> |
4011 | |
4012 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4013 Disable new code. | |
4014 | |
4015 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug | |
4016 trying to `load' the symbol of an autoload instead of the file | |
4017 recorded in the autoload. Fix error messages. | |
4018 | |
28429 | 4019 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4020 | |
4021 * ps-print.el: PostScript programming fix for ghostview, doc fix. | |
4022 (ps-print-version): New version number (5.1.3). | |
4023 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup) | |
4024 (ps-insert-file, ps-output-boolean, ps-plot-with-face) | |
4025 (ps-generate-postscript-with-faces): Code fix. | |
4026 (ps-color-values): XEmacs compatibility. | |
4027 (ps-print-background-image, ps-print-background-text, ps-printer-name) | |
4028 (ps-default-fg, ps-default-bg): Adjust customization. | |
4029 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var. | |
4030 (ps-color-scale): Renaming old ps-color-value fun. | |
4031 (ps-print-headers): Replace ps-print-header group to avoid conflict | |
4032 with ps-print-header variable. | |
4033 (ps-print-miscellany): New group. | |
4034 (ps-format-color, ps-rgb-color): New funs. | |
4035 (ps-default-foreground): New var. | |
4036 (ps-printer-name-option): New const. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4037 |
28416 | 4038 2000-03-30 Peter Breton <pbreton@ne.mediaone.net> |
4039 | |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4040 * net/net-utils.el: |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4041 (network-connection-host, network-connection-service): New variables |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4042 (network-connection-mode): New mode, derived from comint-mode |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4043 (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
|
4044 service information in local variables. |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4045 |
28416 | 4046 * lisp/locate.el: |
4047 (locate-word-at-point): Added this function | |
4048 (locate): Default to using locate-word-at-point as input | |
4049 Run dired-mode-hook | |
4050 | |
28405 | 4051 2000-03-29 Dave Love <fx@gnu.org> |
4052 | |
4053 * calendar/appt.el: Doc fixes. | |
4054 (appt-check): Convert min-to-app to a string before passing to | |
4055 appt-disp-window-function or concat. | |
4056 (appt-delete-window): Remove test for frame-root-window. | |
4057 (appt-select-lowest-window, appt-convert-time): Simplify. | |
4058 | |
4059 * emacs-lisp/bytecomp.el: Doc fixes. | |
4060 (byte-compile-file-form-autoload): Update | |
4061 byte-compile-function-environment. | |
4062 | |
28403 | 4063 2000-03-29 Andreas Schwab <schwab@suse.de> |
4064 | |
4065 * emacs-lisp/autoload.el: Also print defsubst doc string | |
4066 specially. | |
4067 | |
4068 * dired.el (dired-insert-directory): If dired-free-space-program | |
4069 failed just delete its output. | |
4070 | |
28395 | 4071 2000-03-29 Dave Love <fx@gnu.org> |
4072 | |
4073 * international/iso-cvt.el: Move provide to end. Doc fixes. | |
4074 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables. | |
4075 (iso-iso2sgml, iso-sgml2iso): New functions. | |
4076 (iso-cvt-define-menu): Fix some entries and use backquote for | |
4077 clarity. | |
4078 | |
4079 * format.el (format-alist): Use iso-cvt functions for SGML/HTML. | |
4080 | |
28377 | 4081 2000-03-28 Gerd Moellmann <gerd@gnu.org> |
4082 | |
4083 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter | |
4084 ISO-DATE. If non-nil, return date in ISO 8601 format. | |
4085 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4086 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4087 |
28341
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4088 * 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
|
4089 if it ever becomes used. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4090 (log-edit-mode-hook): Default to vc-log-mode-hook. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4091 (log-edit-mode): Fix the docstring. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4092 |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4093 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4094 the code. |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4095 |
28326 | 4096 2000-03-26 Dave Love <fx@gnu.org> |
4097 | |
28331 | 4098 * net/browse-url.el (browse-url): Re-fix case of |
4099 browse-url-browser-function being an alist. | |
4100 (browse-url): Add :link to defgroup. | |
4101 | |
28326 | 4102 * files.el: Doc fixes. |
4103 (file-truename): Include `[' in wildcard characters. | |
4104 (automount-dir-prefix): Customize. | |
4105 (find-file-wildcards): Add :version. | |
4106 (find-file-noselect): Simplify a mapcar call. | |
4107 | |
4108 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist | |
4109 compatible with inf-lisp version. | |
4110 (eval-defun-1): Fix custom-declare-variable case. | |
4111 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4112 2000-03-25 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4113 |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4114 * 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
|
4115 |
28303 | 4116 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4117 | |
28308 | 4118 * Makefile (COMPILE_FIRST): New macro. |
4119 (compile-files): Compile files from COMPILE_FIRST first. | |
4120 | |
4121 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new | |
4122 code. | |
4123 | |
28303 | 4124 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp |
4125 matching open parenthesis in column 0 to defun-prompt-regexp | |
4126 only if open-paren-in-column-0-is-defun-start is set. | |
4127 | |
4128 * sun-curs.el: Require CL at compile-time only. | |
4129 | |
4130 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)' | |
4131 instead of copy-list which is a function from CL. | |
4132 (msb--choose-menu, msb--mode-menu-cond) | |
4133 (msb--create-buffer-menu-2): Use dolist instead of mapc. | |
4134 (msb--init-file-alist): Use mapcar instead of mapcan. | |
4135 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix | |
4136 `(' in column 0 in doc string. | |
4137 (msb--add-separators): Use mapcar instead of mapcan. | |
4138 | |
4139 * cus-dep.el: Require CL at compile-time only. | |
4140 | |
28296
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4141 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4142 |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4143 * emacs-lisp/bytecomp.el (byte-compile-warning-types) |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4144 (byte-compile-warnings): New warning `noruntime'. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4145 (byte-compile-constants, byte-compile-variables): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4146 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4147 execute `eval-whenc-compile's body. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4148 (byte-compile-unresolved-functions): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4149 (byte-compile-eval): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4150 (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
|
4151 at runtime (via property `byte-compile-noruntime'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4152 (byte-compile-print-syms): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4153 (byte-compile-warn-about-unresolved-functions): Also warn about |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4154 `noruntime' functions (and use `byte-compile-print-syms'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4155 (byte-compile-file): Capitalize the message. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4156 |
28292 | 4157 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4158 | |
4159 * mail/rmail.el (rmail-confirm-expunge): New user-option. | |
4160 (rmail-expunge): Ask for confirmation depending on the setting | |
4161 of rmail-confirm-expunge. | |
4162 | |
4163 2000-03-23 Gerd Moellmann <gerd@gnu.org> | |
4164 | |
4165 * Makefile (bootstrap-clean): If $(emacs) exists, build | |
4166 loaddefs.el first. A loaddefs.el that's not up-to-date might | |
4167 cause a bootstrap failure because things don't autoload as | |
4168 expected. | |
4169 | |
28289 | 4170 2000-03-23 Dave Love <fx@gnu.org> |
4171 | |
4172 * net/browse-url.el: Restore previous use of | |
4173 browse-url-maybe-new-window. | |
4174 | |
28287 | 4175 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4176 | |
4177 * ps-print.el: Skip banner page fix. | |
4178 (ps-print-version): New version number (5.1.2). | |
4179 (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
|
4180 |
28287 | 4181 2000-03-23 Dave Pearson <davep@davep.org> |
4182 | |
4183 * net/quickurl.el Changed the type of parameter passed to the | |
4184 function defined by `quickurl-format-function'. Before only the | |
4185 text of the URL was passed. Now the whole URL structure is passed | |
4186 and the function is responsible for extracting the parts it | |
4187 requires. Changed the default of `quickurl-format-function' | |
4188 accordingly. | |
4189 (quickurl-insert): Changed the `funcall' of | |
4190 `quickurl-format-function' to match the above change. | |
4191 (quickurl-list-insert): Changed the `url' case so that it makes | |
4192 use of `quickurl-format-function', previous to this the format was | |
4193 hard wired. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4194 |
28283 | 4195 2000-03-22 Gerd Moellmann <gerd@gnu.org> |
4196 | |
4197 * startup.el: Change some spellings for the X Window System. | |
4198 | |
28278
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4199 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4200 |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4201 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4202 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
|
4203 moved to the suspicious line while querying the user. |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4204 |
28276 | 4205 2000-03-22 Jason Rumney <jasonr@gnu.org> |
4206 | |
4207 * w32-fns.el (w32-charset-info-alist): Initialize. | |
4208 | |
28267 | 4209 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4210 | |
4211 * ps-print.el: N-up last page fix. | |
4212 (ps-print-version): New version number (5.1.1). | |
4213 (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
|
4214 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4215 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4216 |
28260
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4217 * files.el (find-file-run-dired): Update docstring. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4218 (find-directory-functions): New hook. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4219 (find-file-noselect): Run find-directory-functions rather than |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4220 calling dired directly. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4221 |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4222 * 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
|
4223 |
28257
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4224 * pcvs.el: Add a minimal leading commentary. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4225 (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
|
4226 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
|
4227 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
|
4228 its own footer and header. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4229 (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
|
4230 (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
|
4231 (cvs-is-within-p): New function. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4232 (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
|
4233 to only examine some subset of the buffers. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4234 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4235 * 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
|
4236 `format' instead of our own ad-hoc functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4237 Remove HEADER and FOOTER cases, now handled in the EWOC. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4238 (cvs-fileinfo<): Remove HEADER and FOOTER cases. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4239 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4240 * 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
|
4241 output to avoid scaring the user. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4242 (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
|
4243 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4244 * pcvs-defs.el (cvs-startup-message): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4245 (cvs-global-menu): New autoloaded menu. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4246 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4247 * pcvs-util.el (cvs-string-fill): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4248 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4249 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4250 (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
|
4251 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
|
4252 (ewoc-create): Drop POS and BUFFER arguments. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4253 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
|
4254 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4255 (ewoc-refresh): Remove unused `header' variable. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4256 (ewoc-(get|set)-hf): New functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4257 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4258 * 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
|
4259 log-view-*-(message|file) and use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4260 (log-view-message-re): Match SCCS format as well. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4261 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
|
4262 (log-view-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4263 (log-view-current-tag): Fill in with an actual implementation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4264 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4265 * cvs-status.el (cvs-status-(prev|next)): Rename from |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4266 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
|
4267 (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
|
4268 to let the output "breathe" a little more (more readable). |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4269 (cvs-status-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4270 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4271 * smerge-mode.el (smerge-auto-leave): New function and variable. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4272 (smerge-basic-map): Rename from smerge-basic-keymap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4273 Change the bindings for smerge-diff-*. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4274 (smerge-*-map): Use easy-mmode-defmap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4275 (smerge-(next|prev)): Use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4276 (smerge-keep-*): Use smerge-auto-leave. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4277 |
28246 | 4278 2000-03-21 Jason Rumney <jasonr@gnu.org> |
4279 | |
4280 * cus-edit.el (custom-button-face): Use 3D look for w32. | |
4281 (custom-button-pressed-face): Likewise. | |
4282 | |
28244 | 4283 2000-03-21 Gerd Moellmann <gerd@gnu.org> |
4284 | |
4285 * progmodes/etags.el (tags-case-fold-search): New user-option. | |
4286 (tags-loop-eval): New function. Bind case-fold-search around eval | |
4287 depending on the value of tags-case-fold-search. | |
4288 (tags-loop-continue): Use tags-loop-eval. | |
4289 (find-tag-in-order): Bind case-fold-search depending on the value | |
4290 of tags-case-fold-search. | |
4291 | |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4292 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4293 |
28247
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4294 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4295 (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
|
4296 `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4297 (diff-recenter): Remove. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4298 (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
|
4299 of `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4300 (diff-kill-*): Rename `diff-*-kill' (for consistency with the |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4301 previous renaming) and fix to use new names. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4302 (diff-merge-strings): Use \n as separator: simpler, faster. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4303 (diff-mode): Use `define-derived-mode'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4304 |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4305 * derived.el (define-derived-mode): Don't autoload anymore. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4306 Prefer the macro-only version provided by easy-mmode.el. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4307 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4308 * 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
|
4309 `easy-mmode-define-derived-mode'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4310 Use `combine-run-hooks'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4311 (easy-mmode-define-navigation): New macro. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4312 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4313 * subr.el (combine-run-hooks): New function. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4314 |
28233 | 4315 2000-03-21 Kenichi HANDA <handa@etl.go.jp> |
4316 | |
4317 * term/x-win.el: Fontsets related initialization is simplified. | |
4318 | |
4319 * international/mule-diag.el (describe-font): Don't refer to | |
4320 global-fontset-alist, instead call font-list. | |
4321 (describe-fontset, list-fontsets, mule-diag): Likewise. | |
4322 (print-fontset): Adjusted for the change of fontset | |
4323 implementation. | |
4324 | |
4325 * international/fontset.el (x-charset-registries): Variable | |
4326 removed, instead the corresponding data is stored in the default | |
4327 fontset. | |
4328 (register-alternate-fontnames): Function removed. | |
4329 (resolved-ascii-font): Variable removed. | |
4330 (x-compose-font-name): Ignore the second argument REDOCE. | |
4331 (x-complement-fontset-spec): Complement only an ASCII font and | |
4332 element for those charsets than can use that ASCII font. | |
4333 (generate-fontset-menu): Don't refer to global-fontset-alist, | |
4334 instead call fontset-list. | |
4335 (uninstantiated-fontset-alist): Variable removed. | |
4336 (x-style-funcs-alist): Likewise. | |
4337 (fontset-default-styles): Likewise. | |
4338 (x-modify-font-name): Function removed. | |
4339 (create-fontset-from-fontset-spec): Ignore the argument | |
4340 STYLE-VARIANT. | |
4341 (create-fontset-from-ascii-font): Docsting adjusted for the above | |
4342 change. | |
4343 (instantiate-fontset, resolve-fontset-name): Functions removed. | |
4344 (fontset-list): Now implemented by C code. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4345 |
28233 | 4346 * faces.el (read-face-font): Fix TABLE arg to completing-read. |
4347 (describe-face): Include `font' attribute in the description. | |
4348 | |
28219 | 4349 2000-03-21 Kenichi Handa <handa@etl.go.jp> |
4350 | |
4351 * international/quail.el (quail-set-keyboard-layout): Typo fixed. | |
4352 | |
28209 | 4353 2000-03-20 Gerd Moellmann <gerd@gnu.org> |
4354 | |
28212 | 4355 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el, |
4356 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el, | |
4357 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
|
4358 |
28209 | 4359 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment |
4360 about behavior of set-buffer-modified-p wrt redisplay. | |
4361 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4362 2000-03-19 Richard M. Stallman <rms@gnu.org> |
28197
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4363 |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4364 * 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
|
4365 |
28194 | 4366 2000-03-18 Gerd Moellmann <gerd@gnu.org> |
4367 | |
4368 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE | |
4369 is a string, convert it to a syntax cell using string-to-syntax. | |
4370 | |
4371 * simple.el (syntax-code-table, syntax-flag-table): New variables. | |
4372 (string-to-syntax): New function. | |
4373 | |
4374 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option. | |
4375 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set, | |
28209 | 4376 try to use passive ftp mode. |
28194 | 4377 |
28189 | 4378 2000-03-17 Gerd Moellmann <gerd@gnu.org> |
4379 | |
28209 | 4380 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'. |
28189 | 4381 |
4382 * simple.el (append-to-buffer): Update point of windows after | |
4383 insertion. | |
4384 | |
4385 * abbrev.el (inverse-add-abbrev): Identify word by first moving | |
4386 forward then moving backward. Reindent. | |
4387 | |
4388 * frame.el (other-frame): Call x-focus-frame only if | |
4389 focus-follows-mouse is off. | |
4390 | |
28185 | 4391 2000-03-17 Dave Love <fx@gnu.org> |
4392 | |
4393 * pcvs-util.el (cvs-strings->string): Rename | |
4394 replace-regexps-in-string. | |
4395 | |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4396 2000-03-17 Stefan Monnier <monnier@cs.yale.edu> |
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4397 |
28181
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4398 * 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
|
4399 regexp for labels cannot span several lines. |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4400 |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4401 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless |
28189 | 4402 `(setq :<key> ':<key>)' to the macro expansion. |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4403 |
28174 | 4404 2000-03-16 Dave Love <fx@gnu.org> |
4405 | |
4406 * progmodes/f90.el (f90): Put custom group under `languages', not | |
4407 `fortran'. | |
4408 (f90-mode-hook): Customize. | |
4409 (f90-mode): Set add-log-current-defun-function. | |
4410 (f90-current-defun): New function. | |
4411 | |
28169 | 4412 2000-03-16 Gerd Moellmann <gerd@gnu.org> |
4413 | |
28173 | 4414 * cus-edit.el (custom-variable-tag-face): Handle case that |
4415 default face's height is not a number. | |
4416 (custom-face-tag-face, custom-group-tag-face-1) | |
4417 (custom-group-tag-face): Ditto. | |
4418 (custom-group-tag-face-1): Add :group. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4419 |
28169 | 4420 * info.el (Info-fontify-maximum-menu-size): Increase to 100000. |
4421 | |
28161 | 4422 2000-03-15 Gerd Moellmann <gerd@gnu.org> |
4423 | |
4424 * pcvs-defs.el (toplevel): Remove autoload cookie for form | |
4425 requiring easymenu. | |
4426 | |
28155 | 4427 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4428 | |
4429 * ps-print.el: PostScript user-defined prologue, PostScript error | |
4430 handler, doc fix. | |
4431 (ps-print-version): New version number (5.1). | |
4432 (ps-user-defined-prologue, ps-error-handler-message) | |
4433 (ps-print-prologue-0, ps-error-handler-alist): New vars. | |
4434 (ps-setup, ps-begin-file, ps-begin-job): Code fix. | |
4435 (ps-insert-string): New function. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4436 |
28150 | 4437 2000-03-15 Kenichi Handa <handa@etl.go.jp> |
4438 | |
4439 * international/ccl.el (ccl-compile-expression): Don't generate | |
28151 | 4440 invalid self-assignment code. |
28150 | 4441 |
28149 | 4442 2000-03-14 Dave Love <fx@gnu.org> |
4443 | |
4444 * subr.el (replace-regexp-in-string): Renamed from | |
4445 replace-regexps-in-string. Doc fix. | |
4446 | |
28131 | 4447 2000-03-12 Dave Love <fx@gnu.org> |
4448 | |
4449 * cus-edit.el: Doc fixes. | |
4450 (customize-set-variable, customize-save-variable): Rename args for | |
4451 doc. | |
4452 (custom-variable-tag-face, custom-face-tag-face) | |
4453 (custom-group-tag-face-1, custom-group-tag-face): Modify from | |
4454 style which user identify as hyperlink. | |
4455 (hook): Don't add undefined functions to the hook. | |
4456 (debug-ignored-errors): Transfer message from bindings.el. | |
4457 | |
28120 | 4458 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4459 | |
4460 * recentf.el (recentf-keep-non-readable-files-p): Remove | |
4461 double/nested definition. | |
4462 | |
28114 | 4463 2000-03-12 Dave Love <fx@gnu.org> |
4464 | |
4465 * facemenu.el (facemenu-get-face): Use display-color-p. | |
4466 * enriched.el (enriched-decode-foreground): Likewise. | |
4467 (enriched-decode-background): Likewise. | |
4468 * isearch.el (isearch-highlight): Likewise. | |
4469 * info-look.el (info-lookup): Likewise. | |
4470 * simple.el (completion-setup-function): Likewise. | |
4471 | |
4472 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to | |
4473 :options. | |
4474 | |
4475 * bindings.el (mode-line-format): Fix line-number and | |
4476 column-number items. Add help-echo for the background. | |
4477 (mode-line-mule-info): Modify help-echo. | |
4478 | |
4479 * avoid.el (mouse-avoidance-mode): Add autoload cookie to | |
4480 defcustom. | |
4481 | |
4482 * files.el (load-file): Allow completion to .elc. | |
4483 | |
4484 * man.el: Doc fixes. | |
4485 (Man-init-defvars): Use display-color-p to set fontification. | |
4486 | |
4487 * play/hanoi.el (hanoi-internal): Don't use oddp. | |
4488 | |
28109 | 4489 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4490 | |
4491 * arc-mode.el (archive-zip-update): Add `-P' for pkzip. | |
4492 | |
4493 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment. | |
4494 | |
28098 | 4495 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de> |
4496 | |
4497 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'. | |
4498 Fix comment. | |
4499 | |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4500 2000-03-10 Stefan Monnier <monnier@cs.yale.edu> |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4501 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4502 * 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
|
4503 regexp-opt-depth is unnecessary. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4504 (save-buffer-state): Set an edebug spec. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4505 (font-lock-fontify-anchored-keywords): Properly handle the case when |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4506 the matcher goes past the limit. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4507 |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4508 * 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
|
4509 pcvs-parse.el, pcvs-util.el, pcvs.el: New files. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4510 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4511 * 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
|
4512 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
|
4513 massaging. |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4514 |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4515 * 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
|
4516 Autoload the functions used. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4517 (easy-mmode-define-syntax): Fix CL typo. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4518 (easy-mmode-define-derived-mode): Improve the docstring generation. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4519 |
28084 | 4520 2000-03-10 Gerd Moellmann <gerd@gnu.org> |
4521 | |
4522 * textmodes/texinfo.el (texinfo-version): Variable and function | |
4523 removed. | |
4524 | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4525 2000-03-09 Stefan Monnier <monnier@cs.yale.edu> |
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4526 |
28114 | 4527 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to |
4528 allow more flexibility. | |
4529 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New | |
4530 fns. | |
4531 (easy-mmode-defmap, easy-mmode-defsyntax) | |
4532 (easy-mmode-define-derived-mode): New macros. | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4533 |
28085 | 4534 2000-03-09 Didier Verna <didier@xemacs.org> |
28080 | 4535 |
4536 * rect.el (replace-rectangle): New function. | |
4537 | |
4538 2000-03-09 Dave Love <fx@gnu.org> | |
4539 | |
4540 * progmodes/fortran.el (fortran-comment-line-start): Define as | |
4541 "C". | |
4542 (fortran-comment-line-start-skip): Don't match cpp stuff. | |
4543 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff. | |
4544 (fortran-mode-map): Remove over-eager custom-menu-create for now. | |
4545 (fortran-mode): Don't set fortran-comment-line-start-skip, | |
4546 fortran-comment-line-start here. Set comment-start, | |
4547 add-log-current-defun. | |
4548 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff. | |
4549 (fortran-current-defun): New function. | |
4550 | |
28073 | 4551 2000-03-09 Gerd Moellmann <gerd@gnu.org> |
4552 | |
28077 | 4553 * emacs-lisp/re-builder.el: New file. |
4554 | |
28076 | 4555 * mouse.el (mouse-drag-region): Don't run up-event handler |
4556 if hscroll has changed. | |
4557 | |
28073 | 4558 * octave-mod.el (octave-font-lock-keywords): To font-lock the |
4559 builtin operators, use `font-lock-builtin-face' for Emacs and | |
4560 `font-lock-preprocessor-face' otherwise. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4561 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4562 * font-lock.el (lisp-font-lock-keywords-1): Highlight |
28073 | 4563 `(defun (setf foo)' differently. |
4564 | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4565 2000-03-08 Stefan Monnier <monnier@cs.yale.edu> |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4566 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4567 * emacs-lisp/regexp-opt.el: Update copyright and leading comment. |
28073 | 4568 (regexp-opt): Update comment and adapt the code the new meaning of |
4569 the `paren' argument of regex-opt-group for shy-groups. | |
4570 (regexp-opt-depth): Handle shy groups as well as backslashed | |
4571 backslashes. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4572 (regexp-opt-group): Turn the leading comment into a docstring. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4573 Allow `paren' to be a string (the string to use to open a group). |
28073 | 4574 Remove open-presuf and close-presuf. Instead of checking for `all |
4575 one-char' and then later on check for `several one-char', handle | |
4576 both cases close together. Also apply a more generic algorithm | |
4577 for suffixes (the mirror image of the algorithm used for | |
4578 prefixes). Use shy-groups. Use nreverse rather than reverse. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4579 (regexp-opt-try-suffix): Removed. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4580 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4581 * cmuscheme.el (inferior-scheme-mode-map): Define it independently |
28073 | 4582 from comint-mode-map, so we can just inherit from it. Also, move |
4583 the initialization into the `defvar' since there's no docstring | |
4584 anyway and it's fairly short. | |
4585 (inferior-scheme-mode): Define it as derived-mode: the code is | |
4586 shorter and this way we inherit from comint-mode-map rather than | |
4587 copying it. | |
4588 | |
4589 * subr.el (replace-regexps-in-string): Properly handle the case | |
4590 where we match an empty string. | |
4591 | |
4592 * comint.el (comint-exec-1): Add the current-dir to the exec-path | |
4593 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
|
4594 Also fix a typo in the comment. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4595 |
28046 | 4596 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
4597 | |
28051 | 4598 * Makefile (compile-files): Compile files one by one because |
4599 that's the only way to ensure a clean compilation environment for | |
4600 each individual file. | |
4601 | |
28046 | 4602 * frame.el (other-frame): Call x-focus-frame. |
4603 | |
28040 | 4604 2000-03-07 Dave Love <fx@gnu.org> |
4605 | |
28043 | 4606 * recentf.el (recentf-keep-non-readable-files-p): Add :set, |
4607 :require to defcustom. | |
4608 | |
28040 | 4609 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads |
4610 lists. | |
4611 | |
4612 * files.el (auto-mode-alist): Add configure.in. | |
4613 | |
4614 * progmodes/autoconf.el: New file. | |
4615 | |
28034 | 4616 2000-03-07 Gerd Moellmann <gerd@gnu.org> |
4617 | |
4618 * mail/mh-e.el: Change maintainer to `none'. | |
4619 | |
4620 * recentf.el (recentf-keep-non-readable-files-p): Quote args | |
4621 to remove-hook and add-hook. | |
4622 | |
4623 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
4624 | |
28035 | 4625 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use |
28034 | 4626 it as the default. |
28035 | 4627 (mail-send): Test mail-send-nonascii also for the new `mime' value. |
4628 (sendmail-send-it): Conditionally add MIME headers specifying the | |
28034 | 4629 used character set. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4630 |
28024 | 4631 2000-03-07 Dave Love <fx@gnu.org> |
4632 | |
4633 * winner.el: Fix keywords, autoload cookies. Split | |
4634 eval-when-compile form to avoid compilation failure. | |
4635 | |
28017 | 4636 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
4637 | |
4638 * international/mule.el: Modify comment about coding system | |
4639 property `coding-category'. | |
4640 (make-coding-system): New argument EOL-TYPE. Pay attention to | |
4641 coding-category property of PROPERTIES. | |
4642 | |
4643 * international/mule-conf.el (coding-category-utf-8, | |
4644 coding-category-utf-16-be, coding-category-utf-16-le): New coding | |
4645 categories. Include them in the argument for set-coding-priority. | |
4646 | |
4647 * international/mule-cmds.el (reset-language-environment): Include | |
4648 coding-category-utf-8, coding-category-utf-16-be, and | |
4649 coding-category-utf-16-le in the argument for set-coding-priority. | |
4650 (reset-language-environment): Initialize coding-category-utf-8, | |
4651 coding-category-utf-16-be, and coding-category-utf-16-le to nil. | |
4652 | |
28014 | 4653 2000-03-06 Karl Fogel <kfogel@red-bean.com> |
4654 | |
4655 * bookmark.el (bookmark-file-or-variation-thereof): New func, for | |
4656 code abstracted out of `bookmark-jump-noselect'. Now tries info | |
4657 extensions as well as compression extensions. | |
4658 (bookmark-jump-noselect): Use above new func. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4659 |
27976 | 4660 2000-03-03 Gerd Moellmann <gerd@gnu.org> |
4661 | |
4662 * strokes.el: Change maintainer's mail address. | |
4663 | |
27972 | 4664 2000-03-03 Kenichi Handa <handa@etl.go.jp> |
4665 | |
4666 * international/mule-diag.el (list-character-sets): Make help-echo | |
4667 string by substitute-command-keys. | |
4668 (list-character-sets): Likewise. | |
4669 (sort-listed-character-sets): Call help-setup-xref. | |
4670 | |
27965 | 4671 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
4672 | |
4673 * time.el (display-time-mail-file): Add `none' to the list of | |
4674 choices. | |
4675 | |
27954 | 4676 2000-03-01 Dave Love <fx@gnu.org> |
4677 | |
27959 | 4678 * help.el (help-xref-go-back): Don't try to set position. |
4679 | |
27954 | 4680 * international/mule-diag.el (list-character-sets): Call |
4681 help-setup-xref. Add help-echo to xrefs. | |
4682 (list-character-sets-1): Add help-echo to xrefs. | |
4683 | |
27949 | 4684 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
4685 | |
4686 * frame.el (blink-cursor-mode): Switch cursor on when turning | |
4687 the mode off. | |
4688 | |
4689 * add-log.el (add-log-current-defun): Add support for | |
4690 Autoconf mode. | |
4691 | |
4692 * mail/rmail.el (rmail-quit-hook): New variable. | |
4693 | |
27931 | 4694 2000-03-01 Dave Love <fx@gnu.org> |
4695 | |
27935 | 4696 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |. |
4697 | |
27931 | 4698 * help.el (help-xref-button): Add help-echo arg. |
4699 (describe-function-1, describe-variable, help-make-xrefs): Use it. | |
4700 | |
4701 * faces.el (list-faces-display): Supply help-echo with | |
4702 help-make-xrefs. | |
4703 | |
4704 * facemenu.el (list-text-properties-at): Set help-xref-stack to | |
4705 nil. | |
4706 | |
27919 | 4707 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
4708 | |
27927 | 4709 * image.el (defimage): Look for image files in load-path. |
4710 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4711 * frame.el (busy-cursor-delay-seconds): Change type to |
27919 | 4712 `number'. |
4713 | |
27927 | 4714 2000-03-01 David Ponce <david.ponce@wanadoo.fr> |
4715 | |
4716 * recentf.el (recentf): Added version tag to the defgroup of | |
4717 recentf. | |
4718 | |
4719 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4720 | |
4721 * recentf.el (recentf-cleanup): Changed to remove excluded file | |
4722 too. | |
4723 (recentf-edit-list-action): `recentf-edit-list' checkbox widget | |
4724 action to select/unselect a file. | |
4725 (recentf-edit-list): Code cleanup and improvement. | |
4726 (recentf-open-more-files-action): `recentf-open-more-files' button | |
4727 widget action to open a file. | |
4728 (recentf-open-more-files): No more use standard completion but | |
4729 widgets. | |
4730 (recentf-more-collection): Deleted. | |
4731 (recentf-more-history): Deleted. | |
4732 (recentf-setup-more-completion): Deleted. | |
4733 | |
4734 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4735 | |
4736 * recentf.el (recentf-mode): No more needs that Emacs is running | |
4737 under a window-system. | |
4738 | |
4739 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4740 | |
4741 * recentf.el (recentf-edit-list): New command to edit the recent | |
4742 list which allow the user to remove files. | |
4743 (recentf-edit-selected-items): New global variable, used by | |
4744 `recentf-edit-list' to hold the list of files to be removed from | |
4745 the recent list. | |
4746 (recentf-make-menu-items): Updated to display a "Edit list..." | |
4747 menu item. Minor code cleanup. | |
4748 | |
4749 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4750 | |
4751 * recentf.el (recentf-open-more-files): New command to open files | |
4752 that are not displayed in the menu. | |
4753 (recentf-more-collection): New global variable holding the set of | |
4754 permissible completions used by `recentf-open-more-files'. | |
4755 (recentf-more-history): New global variable holding the history list | |
4756 used by `recentf-open-more-files' completion. | |
4757 (recentf-setup-more-completion): New function to setup completion for | |
4758 `recentf-open-more-files'. | |
4759 (recentf-make-menu-items): Updated to display a "More..." menu item. | |
4760 | |
4761 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4762 | |
4763 * recentf.el (recentf-menu-action): Doc fixed. | |
4764 | |
4765 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4766 | |
4767 * recentf.el (recentf-menu-filter): Doc updated. | |
4768 (recentf-update-menu-hook): Allow menu filters to force menu update. | |
4769 (recentf-make-menu-items): New menu filter handling. | |
4770 (recentf-make-menu-item): New helper function. | |
4771 (recentf-menu-elements): New menu handling function. | |
4772 (recentf-sort-ascending): Updated to new menu filter handling. | |
4773 (recentf-sort-descending): Updated to new menu filter handling. | |
4774 (recentf-sort-basenames-ascending): New menu filter function. | |
4775 (recentf-sort-basenames-descending): New menu filter function. | |
4776 (recentf-show-basenames): New menu filter function. | |
4777 (recentf-show-basenames-ascending): New menu filter function. | |
4778 (recentf-show-basenames-descending): New menu filter function. | |
4779 | |
27919 | 4780 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
4781 | |
4782 * diary-lib.el (list-diary-entries): Don't try to go forward at | |
4783 the end of the buffer. | |
4784 | |
27911 | 4785 2000-02-29 Kenichi Handa <handa@etl.go.jp> |
4786 | |
4787 * international/mule-diag.el (list-character-sets): Completely | |
4788 rewritten. | |
4789 (sort-listed-character-sets): New function. | |
4790 (list-character-sets-1): Completely rewritten. | |
4791 (list-character-sets-2): New function. | |
4792 (non-iso-charset-alist): New variable. | |
4793 (decode-codepage-char): New function. | |
4794 (charset-history): New variable. | |
4795 (read-charset) (list-block-of-chars) | |
4796 (list-iso-charset-chars) | |
4797 (list-non-iso-charset-chars) | |
4798 (list-charset-chars): New functions. | |
4799 (mule-diag): Call list-character-sets-2, not | |
4800 list-character-sets-2. | |
4801 (dump-charsets): Likewise. | |
4802 | |
27910 | 4803 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
4804 | |
27919 | 4805 * dired-x.el (dired-filename-at-point): Add `@' to valid |
4806 file name characters. | |
4807 (dired-filename-at-point): Handle ange-ftp file names. | |
4808 | |
27910 | 4809 * frame.el (frame-notice-user-settings): Use assq-delete-all |
4810 instead of assoc-delete-all. | |
4811 (frame-notice-user-settings): Ditto. | |
4812 | |
4813 * subr.el (assq-delete-all): Renamed from assoc-delete-all. | |
4814 Don't copy alist. | |
4815 | |
27906 | 4816 2000-02-28 Eli Barzilay <eli@cs.cornell.edu> |
4817 | |
4818 * calculator.el (calculator-use-menu): New option. | |
4819 (calculator-initial-bindings): Changed some bindings to work as | |
4820 macros. | |
4821 (calculator-forced-input): Removed. | |
4822 (calculator-restart-other-mode): New variable. | |
4823 (calculator-mode-map): Set up menu. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4824 |
27906 | 4825 2000-02-28 Jari Aalto <jari.aalto@poboxes.com> |
4826 | |
4827 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc | |
4828 tags. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4829 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
4830 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
|
4831 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
4832 * 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
|
4833 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
|
4834 (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
|
4835 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
|
4836 * 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
|
4837 * 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
|
4838 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
|
4839 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
|
4840 * 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
|
4841 * 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
|
4842 * ediff.el: copyright notice date fix. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4843 |
27898 | 4844 2000-02-27 Jason Rumney <jasonr@gnu.org> |
4845 | |
4846 * faces.el (face-font-family-alternatives): Add arial to helv. | |
4847 (mode-line, header-line, tool-bar): Same default as x for w32. | |
4848 (fixed-pitch, variable-pitch): Remove wildcard as it prevents | |
4849 face-font-family-alternatives from working. | |
4850 * term/w32-win.el (mouse-set-font): Do not build fontset from | |
4851 chosen font. | |
4852 | |
27873 | 4853 2000-02-25 Sam Steingold <sds@goems.com> |
4854 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
4855 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block' |
27873 | 4856 properly. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4857 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4858 2000-02-25 Richard M. Stallman <rms@gnu.org> |
27873 | 4859 |
4860 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. | |
4861 | |
27856 | 4862 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
4863 | |
4864 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer | |
4865 writable. | |
4866 | |
27868 | 4867 * frame.el (busy-cursor-delay-seconds): New option. |
27866 | 4868 |
27847 | 4869 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
4870 | |
4871 * frame.el (show-cursor-in-non-selected-windows): New option. | |
4872 | |
27845 | 4873 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
4874 | |
4875 * diary-lib.el (include-other-diary-files): Undo the selective | |
4876 display in any included file and don't kill it. | |
4877 | |
27841 | 4878 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il> |
4879 | |
4880 * dired.el (dired-mode-map): Don't remove "Edit" from the menu | |
4881 bar. Menu items converted to (menu-item format, help strings | |
4882 added. | |
4883 [downcase, upcase]: Don't enable on MS-DOS. | |
4884 [symlink, symlinks]: Don't show if make-symbolic-link is not | |
4885 bound. | |
4886 [chown, chgrp]: Don't show on MS-DOS and MS-Windows. | |
4887 | |
27825 | 4888 2000-02-23 Dave Love <fx@gnu.org> |
4889 | |
27838 | 4890 * simple.el (zap-to-char, kill-line, kill-region, kill-word) |
4891 (backward-kill-word): Revert addition of * to interactive spec -- | |
4892 it's a feature. | |
4893 | |
4894 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
4895 (backward-kill-sentence, kill-sentence): Likewise. | |
4896 | |
27835 | 4897 * gud.el (gud-jdb-build-class-source-alist): Prepend space to |
4898 scratch buffer name. | |
4899 (gud-format-command): Use int-to-string in ?l case. Simplify | |
4900 slightly. | |
4901 | |
4902 * term/w32-win.el (internal-face-interactive): Update prompt for | |
4903 new read-face-name. | |
4904 | |
4905 * mail/footnote.el (footnote): Add :version to defgroup. | |
4906 (footnote-section-tag-regexp): Customize. | |
4907 (footnote-start-tag, footnote-end-tag): New option. | |
4908 (footnote-latin-regexp): New variable. | |
4909 (Footnote-latin): New function. | |
4910 (footnote-style-alist): Add element for latin style. | |
4911 (footnote-style): Moved. | |
4912 (Footnote-goto-footnote): Use eq to test arg. | |
4913 | |
4914 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message. | |
4915 | |
27825 | 4916 * emacs-lisp/byte-opt.el: Change old backquote syntax. |
4917 (byte-compile-trueconstp): Include keywords. | |
4918 (byte-optimize-quote, byte-optimize-lapcode): Use | |
4919 byte-compile-const-symbol-p. | |
4920 (byte-optimize-char-before): New optimization. | |
4921 | |
4922 * emacs-lisp/bytecomp.el: Change old backquote syntax. | |
4923 (byte-compile-const-symbol-p): New function. | |
4924 (byte-compile-constp, byte-compile-out-toplevel) | |
4925 (byte-compile-form, byte-compile-form, byte-compile-variable-ref): | |
4926 Use it. | |
4927 | |
4928 * subr.el (define-key-after): Default AFTER to t. Doc fix. | |
4929 | |
27813 | 4930 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
4931 | |
27815 | 4932 * international/encoded-kb.el: Be sure to update minor-mode-alist |
4933 and minor-mode-map-alist. | |
4934 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift | |
4935 codes SS2 and SS3 correctly. | |
4936 (encoded-kbd-self-insert-ccl): New function. | |
4937 (encoded-kbd-setup-keymap): New function. | |
4938 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap | |
4939 by calling encoded-kbd-setup-keymap. | |
4940 | |
27813 | 4941 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte |
4942 characters. | |
4943 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t | |
4944 locally. | |
4945 | |
27811 | 4946 2000-02-22 Dave Love <fx@gnu.org> |
4947 | |
4948 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table) | |
4949 (lisp-mode-map, lisp-interaction-mode-map): Define all inside | |
4950 defvar. | |
4951 (lisp-mode-syntax-table): Set up for #|...|# comments. | |
4952 (lisp-imenu-generic-expression): Purecopy strings. Use syntax | |
4953 classes. Match `defface'. | |
4954 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. | |
4955 (eval-defun-1): Fix for defcustom. | |
4956 (lisp-indent-region): Doc fix. | |
4957 | |
4958 * subr.el (when, unless, split-string): Doc fix. | |
4959 (read-passwd): Move call of clear-this-command-keys to the right | |
4960 place. | |
4961 (replace-regexps-in-string): New function. | |
4962 | |
27807 | 4963 2000-02-22 Gerd Moellmann <gerd@gnu.org> |
4964 | |
4965 * help.el (describe-variable): Set syntax table to | |
4966 emacs-lisp-mode-syntax-table when moving forward over the | |
4967 symbol's name. | |
4968 | |
27805 | 4969 2000-02-22 Dave Love <fx@gnu.org> |
4970 | |
4971 * xt-mouse.el: Doc fixes. | |
4972 (xterm-mouse-position-function): New function, replacing advice of | |
4973 mouse-position. | |
4974 (xterm-mouse-mode): Use it. Don't turn on under a window system. | |
4975 | |
4976 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition. | |
4977 | |
27794 | 4978 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
4979 | |
4980 * format.el (format-annotate-single-property-change): Handle | |
4981 properties.with dotted-list values. | |
4982 (format-proper-list-p): New function. | |
4983 | |
4984 * enriched.el (enriched-face-ans): Handle '(foreground-color | |
4985 . COLOR) and (background-color . COLOR). | |
4986 | |
27788 | 4987 2000-02-20 Dave Love <fx@gnu.org> |
4988 | |
4989 * textmodes/flyspell.el (flyspell-mouse-map): Change definition | |
4990 and assignments to it. | |
4991 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting | |
4992 current local map. | |
4993 (make-flyspell-overlay): Use it. | |
4994 (flyspell-correct-word/mouse-keymap): Change XEmacs test. | |
4995 | |
4996 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level. | |
4997 (lm-get-header-re): Defun, not defsubst. | |
4998 (lm-get-package-name): Defun, not defsubst. Simplify. | |
4999 (lm-version): Doc fix. Simplify. | |
5000 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) | |
5001 (lm-crack-address, lm-last-modified-date, lm-commentary) | |
5002 (lm-verify, lm-synopsis): Simplify. | |
5003 (lm-report-bug): Require emacsbug. Use compose-mail. | |
5004 | |
27785 | 5005 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
5006 | |
5007 * dired.el (dired-mode): Call propertized-buffer-identification | |
5008 to set mode-line-buffer-identification to something having | |
5009 the right text properties. | |
5010 | |
5011 * bindings.el (propertized-buffer-identification): New function. | |
5012 | |
27777 | 5013 2000-02-20 Dave Love <fx@gnu.org> |
5014 | |
5015 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and | |
5016 check for t-mouse too. | |
5017 | |
5018 * cus-start.el: Make echo-keystrokes `number'. | |
5019 | |
27776 | 5020 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
5021 | |
5022 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]: | |
5023 Don't call ring-empty-p unless tags-location-ring is bound. | |
5024 From Noah Friedman <friedman@splode.com>. | |
5025 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5026 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org> |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5027 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5028 * progmodes/hideshow.el (hs-flag-region): No longer use |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5029 `intangible' overlay property. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5030 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5031 (hs-toggle-hiding): New command. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5032 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5033 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5034 (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
|
5035 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
|
5036 and deactivation. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5037 |
27757 | 5038 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
5039 | |
5040 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs. | |
5041 | |
27749 | 5042 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5043 | |
27754 | 5044 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix. |
5045 | |
27749 | 5046 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax |
5047 of `*' to handle `(* ... *)' comments. | |
5048 | |
27732 | 5049 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
5050 | |
27737 | 5051 * 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
|
5052 window-system. |
27737 | 5053 |
27732 | 5054 * menu-bar.el (global-map): Menu-bar items converted to the new |
5055 format (menu-item..., rearranged for better CUA compliance, and | |
5056 their names changed for better clarity. Help strings added. | |
5057 | |
5058 * international/mule-cmds.el (mule-menu-keymap) | |
5059 (describe-language-environment-map, set-coding-system-map) | |
5060 (setup-language-environment-map): Convert to new (menu-item... | |
5061 form, add help strings. Change names of menu items for better | |
5062 clarity. "Mule" menu-bar item removed (it's now in the "Options" | |
5063 submenu). | |
5064 | |
27729 | 5065 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5066 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5067 * dired-aux.el (dired-do-copy): Remove spurious character.`n' |
27729 | 5068 within the code. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5069 |
27717 | 5070 2000-02-16 Dave Love <fx@gnu.org> |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5071 |
27717 | 5072 * faces.el: Don't require custom. Add more specific :groups to |
5073 various deffaces. | |
5074 (set-face-attribute): Purecopy args. | |
5075 (read-face-name): Default to name at point and use it in prompt. | |
5076 Remove colon from arg in all callers. | |
5077 (list-faces-display): Hyperlink to face descriptions and customize | |
5078 buffers. | |
5079 | |
27712 | 5080 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk> |
5081 | |
5082 * wid-edit.el (widget-match-inline): An atom never matches a | |
5083 list. | |
5084 | |
27707 | 5085 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> |
5086 | |
27713 | 5087 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5088 at ':' characters by call to split-string. | |
27707 | 5089 |
5090 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5091 | |
27713 | 5092 * textmodes/bibtex.el: Added RCS version identification. |
27707 | 5093 |
5094 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5095 | |
27713 | 5096 * textmodes/bibtex.el: Some temporary comments removed. |
5097 (bibtex-field-name, bibtex-entry-type): Made the relationship | |
5098 explicit. | |
5099 (bibtex-field-const): Allow capital letters. | |
5100 (bibtex-start-of-string): Deleted because unused. | |
5101 | |
5102 * textmodes/bibtex.el: Unified some nomenclature. We no longer | |
5103 use the term 'reference' to describe a bibtex entry as a whole. | |
5104 Further, reference keys are no longer called 'labels'. | |
5105 (bibtex-keys): Renamed to bibtex-reference-keys. | |
5106 (bibtex-reformat-previous-labels): Renamed to | |
5107 bibtex-reformat-previous-reference-keys. | |
5108 (bibtex-reference-type): Renamed to bibtex-entry-type. | |
5109 (bibtex-reference-head): Renamed to bibtex-entry-head. | |
5110 (bibtex-reference-maybe-empty-head): Renamed to | |
5111 bibtex-entry-maybe-empty-head. | |
5112 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. | |
5113 (bibtex-search-reference): Renamed to bibtex-search-entry. | |
5114 (bibtex-enclosing-reference-maybe-empty-head): Renamed to | |
5115 bibtex-enclosing-entry-maybe-empty-head. | |
5116 (bibtex-entry-field-alist, bibtex-entry-head, | |
5117 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, | |
5118 bibtex-map-entries, bibtex-search-entry, | |
5119 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, | |
5120 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5121 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, | |
5122 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, | |
5123 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, | |
5124 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, | |
5125 bibtex-complete-key, bibtex-String) : Use the new nomenclature. | |
27707 | 5126 |
5127 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5128 | |
27713 | 5129 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5130 comment. | |
5131 (bibtex-format-field-delimiters): New function, functionality | |
5132 extracted from bibtex-format-entry. | |
5133 (bibtex-autokey-get-yearfield-digits): New function, functionality | |
5134 extracted from bibtex-autokey-get-yearfield. | |
5135 | |
5136 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex | |
5137 entries in order to avoid stack overflow in the regexp matcher if | |
5138 field contents become large. | |
5139 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, | |
5140 bibtex-field-string-part-not-braced, | |
5141 bibtex-field-string-part-no-inner-braces, | |
5142 bibtex-field-string-part-1-inner-brace, | |
5143 bibtex-field-string-part-2-inner-braces, | |
5144 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, | |
5145 bibtex-field-string-quoted, bibtex-field-string, | |
5146 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, | |
5147 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, | |
5148 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted | |
5149 as parsing is now performed by the following functions. | |
5150 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, | |
5151 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, | |
5152 bibtex-parse-field-string, bibtex-search-forward-field-string, | |
5153 bibtex-parse-association, bibtex-field-name-for-parsing, | |
5154 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, | |
5155 bibtex-search-forward-field, bibtex-search-backward-field, | |
5156 bibtex-start-of-field, bibtex-end-of-field, | |
5157 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, | |
5158 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, | |
5159 bibtex-parse-string-prefix, bibtex-parse-string-postfix, | |
5160 bibtex-parse-string, bibtex-search-forward-string, | |
5161 bibtex-search-backward-string, bibtex-start-of-string, | |
5162 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, | |
5163 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, | |
5164 bibtex-end-of-text-in-string): New functions for the parsing of bibtex | |
5165 entries. Instead of reporting the results of the parsing by | |
5166 match-beginning or match-end, these functions return data structures | |
5167 that hold the corresponding positions. | |
5168 (bibtex-enclosing-field): Changed to also report field boundaries by | |
5169 return values rather than by match-beginning or match-end. The | |
5170 following functions have been adapted to use the new parsing | |
5171 functions. | |
5172 (bibtex-skip-to-valid-entry, bibtex-search-reference, | |
5173 bibtex-enclosing-field, bibtex-format-entry, | |
5174 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, | |
5175 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, | |
5176 bibtex-print-help-message, bibtex-end-of-entry, | |
5177 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, | |
5178 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5179 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new | |
5180 method for parsing. | |
5181 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, | |
5182 bibtex-map-entries, bibtex-flash-head, | |
5183 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, | |
5184 bibtex-autokey-change, bibtex-autokey-get-namefield, | |
5185 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, | |
5186 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5187 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, | |
5188 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5189 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in | |
5190 order to make the new binding of case-fold-search immediately | |
5191 visible. | |
27707 | 5192 |
5193 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5194 | |
27713 | 5195 * textmodes/bibtex.el: Copyright notice is up to date. |
5196 Added constant 'bibtex-maintainer-salutation. | |
5197 | |
5198 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather | |
5199 than make-temp-name, use match-string-no-properties and eliminate | |
5200 a quadratic behavior when building bibtex-strings. | |
5201 | |
5202 * bibtex.el (bibtex-reference-key): Accept string entries whose | |
5203 reference key contains upper case letters. | |
27707 | 5204 |
5205 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5206 | |
27713 | 5207 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5208 a new line. | |
27707 | 5209 |
5210 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5211 | |
27713 | 5212 * bibtex.el: Hiding of entry bodies is not longer provided by |
5213 bibtex.el directly. Instead the hideshow package can be used. | |
5214 Added a special bibtex entry to hs-special-modes-alist. | |
5215 (bibtex-hs-forward-sexp): Added for hideshow.el. | |
27729 | 5216 |
5217 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5218 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5219 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5220 at ':' characters by call to split-string. |
27729 | 5221 |
5222 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5223 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5224 * textmodes/bibtex.el: Added RCS version identification. |
27729 | 5225 |
5226 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5227 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5228 * textmodes/bibtex.el: Some temporary comments removed. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5229 (bibtex-field-name, bibtex-entry-type): Made the relationship |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5230 explicit. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5231 (bibtex-field-const): Allow capital letters. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5232 (bibtex-start-of-string): Deleted because unused. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5233 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5234 * textmodes/bibtex.el: Unified some nomenclature. We no longer |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5235 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
|
5236 Further, reference keys are no longer called 'labels'. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5237 (bibtex-keys): Renamed to bibtex-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5238 (bibtex-reformat-previous-labels): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5239 bibtex-reformat-previous-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5240 (bibtex-reference-type): Renamed to bibtex-entry-type. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5241 (bibtex-reference-head): Renamed to bibtex-entry-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5242 (bibtex-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5243 bibtex-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5244 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5245 (bibtex-search-reference): Renamed to bibtex-search-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5246 (bibtex-enclosing-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5247 bibtex-enclosing-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5248 (bibtex-entry-field-alist, bibtex-entry-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5249 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5250 bibtex-map-entries, bibtex-search-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5251 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5252 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5253 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5254 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5255 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5256 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5257 bibtex-complete-key, bibtex-String) : Use the new nomenclature. |
27707 | 5258 |
5259 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5260 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5261 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5262 comment. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5263 (bibtex-format-field-delimiters): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5264 extracted from bibtex-format-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5265 (bibtex-autokey-get-yearfield-digits): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5266 extracted from bibtex-autokey-get-yearfield. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5267 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5268 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5269 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
|
5270 field contents become large. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5271 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5272 bibtex-field-string-part-not-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5273 bibtex-field-string-part-no-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5274 bibtex-field-string-part-1-inner-brace, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5275 bibtex-field-string-part-2-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5276 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
|
5277 bibtex-field-string-quoted, bibtex-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5278 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5279 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
|
5280 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
|
5281 as parsing is now performed by the following functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5282 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5283 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5284 bibtex-parse-field-string, bibtex-search-forward-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5285 bibtex-parse-association, bibtex-field-name-for-parsing, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5286 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
|
5287 bibtex-search-forward-field, bibtex-search-backward-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5288 bibtex-start-of-field, bibtex-end-of-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5289 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
|
5290 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
|
5291 bibtex-parse-string-prefix, bibtex-parse-string-postfix, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5292 bibtex-parse-string, bibtex-search-forward-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5293 bibtex-search-backward-string, bibtex-start-of-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5294 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
|
5295 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
|
5296 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
|
5297 entries. Instead of reporting the results of the parsing by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5298 match-beginning or match-end, these functions return data structures |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5299 that hold the corresponding positions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5300 (bibtex-enclosing-field): Changed to also report field boundaries by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5301 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
|
5302 following functions have been adapted to use the new parsing |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5303 functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5304 (bibtex-skip-to-valid-entry, bibtex-search-reference, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5305 bibtex-enclosing-field, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5306 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5307 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5308 bibtex-print-help-message, bibtex-end-of-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5309 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5310 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
|
5311 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
|
5312 method for parsing. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5313 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5314 bibtex-map-entries, bibtex-flash-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5315 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5316 bibtex-autokey-change, bibtex-autokey-get-namefield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5317 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5318 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
|
5319 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5320 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5321 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
|
5322 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
|
5323 visible. |
27729 | 5324 |
5325 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5326 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5327 * textmodes/bibtex.el: Copyright notice is up to date. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5328 Added constant 'bibtex-maintainer-salutation. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5329 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5330 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5331 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
|
5332 a quadratic behavior when building bibtex-strings. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5333 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5334 * bibtex.el (bibtex-reference-key): Accept string entries whose |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5335 reference key contains upper case letters. |
27729 | 5336 |
5337 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5338 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5339 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5340 a new line. |
27729 | 5341 |
5342 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5343 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5344 * 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
|
5345 bibtex.el directly. Instead the hideshow package can be used. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5346 Added a special bibtex entry to hs-special-modes-alist. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5347 (bibtex-hs-forward-sexp): Added for hideshow.el. |
27729 | 5348 |
5349 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5350 | |
27713 | 5351 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to |
27707 | 5352 proceedings entry type (for cross referencing). Thanks to Wagner |
5353 Toledo Correa for the suggestion. | |
5354 | |
27713 | 5355 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu. |
27707 | 5356 |
27690 | 5357 2000-02-14 Kenichi Handa <handa@etl.go.jp> |
5358 | |
5359 * international/characters.el: Setup case table for Vietnamese. | |
5360 | |
27687 | 5361 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
5362 | |
5363 * uniquify.el (toplevel): Require CL at compile time. | |
5364 (uniquify-push): Removed. | |
5365 | |
5366 * shadowfile.el (shadow-when): Removed. | |
5367 | |
5368 * tempo.el (tempo-dolist, tempo-mapc): Removed. | |
5369 (tempo-process-and-insert-string): Use dolist instead of | |
5370 tempo-dolist. | |
5371 | |
5372 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from | |
5373 regexp for paragraph-start. | |
5374 | |
5375 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading | |
5376 commas as well. | |
5377 | |
27657 | 5378 2000-02-10 Dave Love <fx@gnu.org> |
5379 | |
5380 * wid-edit.el: (widgets) [defgroup]: Remove url link. | |
5381 (widget-color-choice-list, widget-color-history, widget-mouse-help): | |
5382 Deleted. | |
5383 (widget-specify-field, widget-specify-button): Don't use | |
5384 widget-mouse-help as help-echo property. | |
5385 (default): Use #'ignore for :validate and :mouse-down-action. | |
5386 (checkbox): Add help-echo. | |
5387 (widget-sexp-validate): Rewritten to clarify error messages. | |
5388 (character): Use char-valid-p in :match function. | |
5389 (widget-color-complete): Use facemenu-color-alist. | |
5390 (widget-color-action): Use facemenu-read-color. | |
5391 | |
5392 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't | |
5393 set up `caar' &c that we now have. | |
5394 | |
27713 | 5395 2000-02-09 Ray Blaak <blaak@gnu.org> |
5396 | |
5397 * delphi.el: Make resourcestring a declaration region, like const | |
5398 and var. | |
5399 | |
27652 | 5400 2000-02-09 Dave Love <fx@gnu.org> |
5401 | |
5402 * bindings.el (mode-line-input-method-map): New variable. | |
5403 (mode-line-mule-info): Use it; fix last change. | |
5404 (mode-line-mode-menu): Move definition. | |
5405 (mode-line-mouse-sensitive-p): Deleted. | |
5406 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p. | |
5407 (make-mode-line-mouse-sensitive): Deleted. Body moved to top | |
5408 level. | |
5409 | |
5410 * startup.el (command-line-1): Don't call | |
5411 make-mode-line-mouse-sensitive. | |
5412 | |
27644 | 5413 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> |
5414 | |
5415 * mail/rmail.el (rmail-retry-failure): Use | |
5416 rmail-beginning-of-message before rmail-toggle-header, because the | |
5417 former toggles headers. | |
5418 | |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5419 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
|
5420 |
27637
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
5421 * 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
|
5422 (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
|
5423 (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
|
5424 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
|
5425 (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
|
5426 (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
|
5427 |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5428 * 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
|
5429 (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
|
5430 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
|
5431 to avoid duplicate entries. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5432 (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
|
5433 (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
|
5434 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
|
5435 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
|
5436 `major-mode' to `mode'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5437 (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
|
5438 (font-lock-fontify-anchored-keywords) |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5439 (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
|
5440 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
|
5441 font-lock-set-defaults). |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5442 (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
|
5443 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
|
5444 |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5445 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
|
5446 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5447 * 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
|
5448 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
|
5449 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5450 * 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
|
5451 |
27610 | 5452 2000-02-04 Dave Love <fx@gnu.org> |
5453 | |
27617 | 5454 * bindings.el (mode-line-mule-info): Fix/extend last change. |
5455 | |
27610 | 5456 * completion.el: Replace completion-dolist with dolist. |
5457 | |
5458 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, | |
5459 dotimes. | |
5460 | |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5461 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl> |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5462 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5463 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5464 environment names before they go into the section regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5465 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5466 * 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
|
5467 char class in regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5468 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5469 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5470 `case-fold-search' to nil. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5471 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5472 * progmodes/idlwave.el (idlwave-template): Respect |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5473 `idlwave-abbrev-change-case'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5474 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5475 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5476 idlwave-while): respect `idlwave-reserved-word-upcase'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5477 (idlwave-rw-case): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5478 (idlwave-statement-match): Fixed problem with assignment regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5479 (idlwave-font-lock-keywords): Improved regexp for keyword |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5480 parameters. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5481 (idlwave-surround): New argument LENGTH to support padding of |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5482 operators longer than 1 char. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5483 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5484 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5485 idlwave-shell-expression-overlay. Implemented printing of |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5486 expressions on higher levels of the calling stack. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5487 (idlwave-shell-display-level-in-calling-stack): Restore stack |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5488 level. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5489 (idlwave-retrieve-expression-from-level): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5490 (idlwave-shell-last-calling-stack): Variable removed. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5491 (idlwave-shell-reset): Argument action reversed (`visible' to |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5492 `hidden'). Also remove stop-line overlay. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5493 (idlwave-shell-calling-stack-routine): New variable. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5494 (idlwave-shell-parse-stack-and-display): Messages now display |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5495 negative level numbers. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5496 (idlwave-shell-mode): Set `modeline-format'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5497 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5498 (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
|
5499 21. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5500 (idlwave-shell-print-expression-function): New option. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5501 |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5502 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5503 idlwave-toolbar-remove-everywhere): Keybindings prefix is now |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5504 `tool-bar' instead of `toolbar'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5505 |
27590 | 5506 2000-02-02 Dave Love <fx@gnu.org> |
5507 | |
5508 * emacs-lisp/cl.el: Use bytecomp-load-hook, not | |
5509 emacs-lisp-mode-hook. Don't check for defalias being defined. | |
5510 | |
5511 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash) | |
5512 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use | |
5513 the new builtins directly. | |
5514 | |
5515 * whitespace.el (whitespace): Add :version to defgroup. | |
5516 | |
5517 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference): | |
5518 Doc fix. | |
5519 | |
5520 * thingatpt.el (sexp-at-point, symbol-at-point) | |
5521 (number-at-point, list-at-point): Add autoload cookie. | |
5522 | |
5523 * recentf.el (recentf): Add :version to defgroup. | |
5524 | |
5525 * quickurl.el (quickurl): Add :version to defgroup. | |
5526 | |
5527 * elide-head.el (elide-head): Use point-marker more. | |
5528 | |
5529 * bs.el (bs): Add :version to defgroup. | |
5530 | |
5531 * autorevert.el (global-auto-revert-mode): Add autoload cookie. | |
5532 | |
5533 * progmodes/delphi.el (delphi): Add :version to defgroup. | |
5534 | |
27587 | 5535 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
5536 | |
5537 * ange-ftp.el (ange-ftp-write-region): Handle case that | |
5538 succeeding process operation sets a different coding system. | |
5539 | |
5540 * calculator.el: New file. | |
5541 | |
27572 | 5542 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il> |
5543 | |
5544 * frame.el (frames-on-display-list, framep-on-display): New | |
5545 functions. | |
5546 (display-mouse-p, display-popup-menus-p, display-graphic-p) | |
5547 (display-selections-p, display-screens, display-pixel-width) | |
5548 (display-pixel-height, display-mm-width, display-mm-height) | |
5549 (display-backing-store, display-save-under, display-planes) | |
5550 (display-color-cells, display-visual-class): New functions. | |
5551 | |
5552 * term/tty-colors.el (tty-color-gray-shades): New function. | |
5553 | |
5554 * faces.el (display-color-p): Use framep-on-display. | |
5555 (display-grayscale-p): New function. | |
5556 | |
27549 | 5557 2000-01-31 Dave Love <fx@gnu.org> |
5558 | |
5559 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it. | |
5560 (create-fontset-from-x-resource): Don't concat integers. | |
5561 | |
27545 | 5562 2000-01-31 Inge Frick <inge@nada.kth.se> |
5563 | |
5564 * view.el: Some changes in documentation. Removed some trailing | |
5565 whitespace. Changed some parameter names to agree with | |
5566 documentation. | |
5567 (view-mode-exit): Keep entry in `view-return-to-alist' only when a | |
5568 window is not deleted. Modifies change 1998-04-26. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5569 |
27541 | 5570 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
5571 | |
27543 | 5572 * windmove.el: New file. |
5573 | |
27541 | 5574 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
5575 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
27545 | 5576 progmodes/ebnf-yac.el: Update copyright and license info. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5577 |
27541 | 5578 * jit-lock.el (jit-lock-function): Widen before calculating end |
5579 position. | |
5580 (jit-lock-stealth-chunk-start): Rewritten. | |
5581 | |
5582 * info.el (Info-title-face-alist): Removed. | |
5583 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New | |
5584 faces. | |
5585 (Info-fontify-node): Use these faces. | |
5586 | |
27527 | 5587 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
5588 | |
5589 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list) | |
5590 (cl-macro-list1): Recognize `&allow-other-keys' instead of | |
5591 `&allow-other-keywords'. | |
5592 | |
5593 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to | |
5594 the list of directories scanned heuristically. | |
5595 | |
5596 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to | |
5597 exist. | |
5598 | |
27523 | 5599 2000-01-30 Jason Rumney <jasonr@gnu.org> |
5600 | |
5601 * w32-fns.el: Define w32-tty-standard-colors. | |
5602 | |
5603 * startup.el (command-line): Use w32-tty-standard-colors when in | |
5604 w32 console mode. | |
5605 | |
27510 | 5606 2000-01-30 Dave Love <fx@gnu.org> |
5607 | |
27513 | 5608 * jka-compr.el (jka-compr-load): Fix up load-history. |
5609 | |
27510 | 5610 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes. |
5611 | |
5612 * emacs-lisp/cl-macs.el: Revert previous change. | |
5613 | |
27499 | 5614 2000-01-29 Dave Love <fx@gnu.org> |
5615 | |
5616 * facemenu.el: Purecopy various strings. | |
5617 | |
5618 * timezone.el (timezone-fix-time): Window against 69 for two-digit | |
5619 years. Deal with three-digit years. | |
5620 | |
5621 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use | |
5622 defconst, purecopy. | |
5623 (help-back-label): Purecopy it. | |
5624 | |
27498 | 5625 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
5626 | |
5627 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration | |
5628 variable. If non-nil, order the buffer list according to the | |
5629 currently selected frame. | |
5630 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is | |
5631 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
|
5632 |
27496 | 5633 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
5634 | |
5635 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix | |
5636 | |
27486 | 5637 2000-01-28 Dave Love <fx@gnu.org> |
5638 | |
27491 | 5639 * emacs-lisp/cl-macs.el: Remove dotimes, dolist. |
5640 | |
27486 | 5641 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop. |
5642 Don't use lisp-indent-hook property. | |
5643 (cl-abs): Remove. | |
5644 | |
5645 * subr.el: Move out indent and edebug specs for when and unless. | |
5646 | |
5647 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes, | |
5648 when, unless. | |
5649 | |
5650 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist, | |
5651 unless, when. | |
5652 | |
27467 | 5653 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
5654 | |
27481 | 5655 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize |
5656 `collecting' as synonym for `collect'. | |
5657 | |
5658 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name | |
5659 for the case it contains spaces. | |
5660 | |
5661 * simple.el (what-cursor-position): Change formatting of | |
5662 messages. | |
5663 | |
27473 | 5664 * frame.el (delete-other-frames): New function. |
5665 (toplevel): Bind it to C-x 5 1. | |
5666 | |
27469 | 5667 * sort.el (sort-numeric-base): New option. |
5668 (sort-numeric-fields): If number starts with `0' or `0[xX[', | |
5669 interpret it as octal or hexadecimal. Use sort-numeric-base | |
5670 as default base. | |
5671 | |
27467 | 5672 * progmodes/glasses.el: New file. |
5673 | |
27451 | 5674 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
5675 | |
27461 | 5676 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched |
5677 userids differently. | |
5678 | |
27451 | 5679 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
5680 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
5681 progmodes/ebnf-yac.el: New files. | |
5682 | |
27446 | 5683 2000-01-26 Dave Love <fx@gnu.org> |
5684 | |
5685 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose | |
5686 on a function with an empty body. [From Eric Ludlam.] | |
5687 | |
27437 | 5688 2000-01-25 Andre Spiegel <spiegel@gnu.org> |
5689 | |
5690 * vc.el (vc-version-diff): Make sure file name is expanded. | |
5691 | |
27433 | 5692 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
5693 | |
5694 * scroll-bar.el (scroll-bar-timer): Variable removed. | |
5695 (scroll-bar-toolkit-scroll): Don't use a timer. | |
5696 | |
27419 | 5697 2000-01-25 Kenichi Handa <handa@etl.go.jp> |
5698 | |
5699 * language/thai-util.el (thai-composition-function): Delete | |
5700 superfluous `a'. | |
5701 | |
27418 | 5702 2000-01-24 Dave Love <fx@gnu.org> |
5703 | |
5704 * fortran.el (fortran-mode): Use beginning-of-defun-function, | |
5705 end-of-defun-function. | |
5706 | |
5707 * font-lock.el (turn-on-font-lock): Don't depend on window-system | |
5708 &c. | |
5709 | |
27405 | 5710 2000-01-22 Jason Rumney <jasonr@gnu.org> |
5711 | |
5712 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it | |
5713 conflicts with new face support. | |
5714 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5715 2000-01-22 Richard M. Stallman <rms@gnu.org> |
27392
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5716 |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5717 * replace.el (query-replace): Rename last arg to DELIMITED. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5718 (map-query-replace-regexp, query-replace-regexp-eval): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5719 (query-replace-regexp): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5720 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5721 2000-01-20 Richard M. Stallman <rms@gnu.org> |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5722 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5723 * subr.el (with-syntax-table): Use make-symbol, not gensym. |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5724 |
27381
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5725 * emacs-lisp/lisp.el (beginning-of-defun-function): |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5726 Variable renamed from beginning-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5727 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5728 (beginning-of-defun-raw): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5729 (beginning-of-defun): Doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5730 (end-of-defun-function): Variable renamed from end-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5731 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5732 (end-of-defun): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5733 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5734 * subr.el (dolist, dotimes): Copied from cl-macs.el |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5735 and made to work. |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5736 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5737 * mail/undigest.el (rmail-digest-end-regexps): |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5738 Variable replaces rmail-digest-end-regexp. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5739 Allows multiple regexps for detecting the end line. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5740 (undigestify-rmail-message): Corresponding changes. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5741 |
27366 | 5742 2000-01-19 Dave Love <fx@gnu.org> |
5743 | |
27368 | 5744 * files.el (user-init-file): Don't declare here -- is primitive. |
5745 | |
27366 | 5746 * startup.el (command-line): Check for compiled user-init-file and |
5747 set to uncompiled version if necessary. | |
5748 | |
27358 | 5749 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
5750 | |
27361 | 5751 * mail/undigest.el (rmail-digest-end-regexp): New user option. |
5752 (undigestify-rmail-message): Use it. | |
5753 | |
27358 | 5754 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT. |
5755 | |
27351 | 5756 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
5757 | |
5758 * tmm.el (tmm-goto-completions): Adapt to prompt being part | |
5759 of mini-buffer. | |
5760 | |
27326 | 5761 2000-01-14 Gerd Moellmann <gerd@gnu.org> |
5762 | |
27330 | 5763 * emacs-lisp/copyright.el (copyright-update): Removed the |
5764 requirement for a trailing space from `copyright-regexp', to | |
5765 support copyrights with owner specified on a separate line.. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5766 |
27327 | 5767 * align.el: New file. |
5768 | |
27326 | 5769 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu. |
5770 | |
5771 * net/eudc.el (toplevel): Define EUDC menu for Emacs. | |
5772 | |
27323 | 5773 2000-01-13 Dave Love <fx@gnu.org> |
5774 | |
5775 * ph.el: Removed. (Obsoleted by EUDC.) | |
5776 | |
27321 | 5777 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
5778 | |
5779 * net/eudc.el (toplevel): Remove autoloaded code installing | |
5780 menu with easymenu, because that causes build problems. | |
5781 | |
5782 * frame.el (frame-notice-user-settings): New variable. | |
5783 (frame-notice-user-settings): Don't modify frame parameters | |
5784 if called a second time. | |
5785 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5786 2000-01-13 Richard M. Stallman <rms@gnu.org> |
27321 | 5787 |
5788 * frame.el (frame-notice-user-settings): | |
5789 Notice default-frame-parameters even for non-window frames. | |
5790 | |
27318 | 5791 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
5792 | |
5793 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds | |
5794 for Emacs. | |
5795 (eudc-bob-can-display-inline-images): Extend for Emacs. | |
5796 (eudc-bob-toggle-inline-display): Ditto. | |
5797 (eudc-bob-display-jpeg): Ditto. | |
5798 | |
27304 | 5799 2000-01-12 Gerd Moellmann <gerd@gnu.org> |
5800 | |
27313 | 5801 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, |
5802 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el, | |
5803 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
|
5804 |
27312 | 5805 * add-log.el (add-change-log-entry): Fix error trying an `(insert |
5806 nil)'. | |
5807 | |
5808 * subdirs.el: Add `net' directory. | |
5809 | |
27308 | 5810 * net: New directory. |
5811 | |
27304 | 5812 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from |
5813 eval-last-sexp. Don't bind debug-on-error here. | |
5814 (eval-last-sexp): New function. Bind debug-on-error if | |
5815 eval-expression-debug-on-error is non-nil. | |
5816 (eval-defun-2, eval-defun): Likewise. | |
5817 | |
5818 * simple.el (eval-expression): Don't bind debug-on-error if | |
5819 eval-expression-debug-on-error is nil. Detect changed | |
5820 debug-on-error, and propagate new value to global binding, if | |
5821 eval-expression-debug-on-error is non-nil, | |
5822 (eval-expression-debug-on-error): Change doc string. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5823 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5824 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5825 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5826 * 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
|
5827 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5828 * emacs-lisp/lisp-mode.el (with-syntax-table): |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5829 Set up lisp-indent-function property. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5830 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5831 * subr.el (with-syntax-table): Moved from simple.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5832 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5833 * simple.el (with-syntax-table): Moved to subr.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5834 |
27288 | 5835 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
5836 | |
27291 | 5837 * tmm.el (tmm-shortcut): Delete region after prompt instead |
5838 of erasing buffer. | |
5839 | |
27288 | 5840 * textmodes/fill.el (fill-common-string-prefix): New function. |
27309 | 5841 (fill-context-prefix): Use the longest common prefix of first |
5842 and second line fill prefix, if there is one. | |
27288 | 5843 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5844 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27285
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
5845 |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
5846 * 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
|
5847 Use make-local-variable for `truncate-lines'. |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
5848 |
27282 | 5849 2000-01-11 Jari Aalto <jari.aalto@poboxes.com> |
5850 | |
5851 * add-log.el (add-log-current-defun): Handle user-defined | |
5852 add-log-current-function returning nil, | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5853 |
27280 | 5854 * add-log.el (add-change-log-entry): Insert version number |
27282 | 5855 if having found a current function |
27278 | 5856 |
5857 * add-log.el (add-log-current-defun): Call | |
5858 `add-log-current-defun-function'. Try matches at level 0 and | |
5859 level 1. Strip whitespace from defun found. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5860 |
27270
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5861 2000-01-10 John Wiegley <johnw@gnu.org> |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5862 |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5863 * allout.el (isearch-done/outline-provisions): Added `edit' |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5864 argument to correspond with the current definition of |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5865 `isearch-done'. |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5866 |
27265 | 5867 2000-01-10 Dave Love <fx@gnu.org> |
5868 | |
5869 * elide-head.el (elide-head): Use point-marker, not point. | |
5870 | |
27261 | 5871 2000-01-10 Gerd Moellmann <gerd@gnu.org> |
5872 | |
27263 | 5873 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates |
5874 before and after the year 2000. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5875 |
27261 | 5876 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p): |
5877 Add ispell- prefix. | |
5878 | |
5879 2000-01-10 Ken Stevens <k.stevens@ieee.org> | |
5880 | |
5881 * ispell.el: Only define dictionaries in menus when they exist. | |
5882 (version18p): New variable. | |
5883 (version20p): New variable. | |
5884 (xemacsp): New variable. | |
5885 (ispell-choices-win-default-height): Fix for XEmacs visibility. | |
5886 (ispell-dictionary-alist1): Added Brasileiro dictionary. | |
5887 (ispell-dictionary-alist6): Russian command lines no longer accept | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5888 run-together words. |
27261 | 5889 (ispell-local-dictionary-alist): Add koi8-r to customize definition. |
5890 (ispell-dictionary-alist): Add koi8-r to customize definition. | |
5891 (check-ispell-version): Added documentation string. Returns | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5892 library path when called non-interactively. |
27261 | 5893 (ispell-menu-map-needed): Uses new variables. |
5894 (ispell-library-path): New variable. | |
5895 (ispell-decode-string): XEmacs fix for bogus variable bindings. | |
5896 (ispell-word): Improved documentation string. Test for valid | |
5897 character mappings. Correctly check typed in word changes that can | |
5898 result in single words split into multiple words. Returns | |
5899 replacement word. | |
5900 (ispell-command-loop): Fixes XEmacs display bugs. Show word to | |
5901 replace in recursive query replace mode. Help message for | |
5902 recursive edit mode. | |
5903 (ispell-show-choices): Protect against bad framepop bindings. | |
5904 (ispell-help): Fix to work with XEmacs. | |
5905 (ispell-highlight-spelling-error): Use new variables. | |
5906 (ispell-overlay-window): Fix to work with XEmacs. | |
5907 (ispell-parse-output): Passed and returns location information | |
5908 tracking spelling corrections. Doesn't recheck same word on | |
5909 current line. | |
5910 (ispell-init-process): Protect against bogus XEmacs variable binding. | |
5911 Fix call to single argument in sleep-for. Use new variables. | |
5912 (ispell-region): Passed and returns location information tracking | |
5913 spelling corrections. Doesn't check same word on current line. | |
5914 Improved documentation string. Doesn't resend a line already | |
5915 checked to the ispell process - fixes bug in LaTeX parsing. | |
5916 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML. | |
5917 (ispell-skip-region): No longer skips <TT> in SGML. | |
5918 (ispell-process-line): Tracks location information with spelling | |
5919 corrections. Added documentation string. Accounts for words | |
5920 already accepted on this line. Don't allow query-replace on line | |
5921 starting with math characters. Doesn't resend a line already sent | |
5922 to ispell process. Fixes alignment error bug. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5923 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5924 2000-01-10 Richard M. Stallman <rms@gnu.org> |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
5925 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5926 * dired-x.el (dired-guess-shell-alist-default): |
27259
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
5927 Suggest xloadimage, which is free, not xv, which isn't. |
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
5928 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5929 * ange-ftp.el (ange-ftp-file-name-nondirectory): |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
5930 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
|
5931 |
27255 | 5932 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
5933 | |
5934 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead | |
5935 of a real newline. | |
5936 | |
27253 | 5937 2000-01-09 Stephen Eglen <stephen@gnu.org> |
5938 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5939 * dired-x.el (dired-guess-shell-alist-default): Suggest xv |
27253 | 5940 for .png files. |
5941 | |
27251 | 5942 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk> |
5943 | |
5944 * cus-edit.el (custom-hook-convert-widget): Fix comment. | |
5945 | |
27247 | 5946 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
5947 | |
27249 | 5948 * progmodes/cperl-mode.el: Replace ^F with ^L. |
5949 | |
27247 | 5950 * sendmail.el (toplevel): Provide `sendmail' when compiling |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5951 before `require'ing rmail and mailalias to prevent infinite |
27247 | 5952 recursion. |
5953 | |
27244 | 5954 2000-01-08 Dave Love <fx@gnu.org> |
5955 | |
27265 | 5956 * emacs-lisp/backquote.el: Remove inappropriate customization |
5957 (allowing custom.el to use backquote). | |
27244 | 5958 |
27241 | 5959 2000-01-07 Dave Love <fx@gnu.org> |
5960 | |
5961 * add-log.el (add-log-debugging): Deleted. | |
5962 (add-change-log-entry): Treat a backup FILE-NAME as its parent | |
5963 file. Remove debugging code. | |
5964 (change-log-get-method-definition, change-log-name): Add doc. | |
5965 (change-log-sortable-date-at): New function. | |
5966 (change-log-merge): New command. | |
5967 | |
5968 * time.el (display-time-string-forms): Make the Mail string active. | |
5969 (display-time-update): Provide help-echo for load average. | |
5970 | |
5971 * bindings.el (make-mode-line-mouse2-map): New function. | |
5972 (mode-line-modified): Use it and simplify. | |
5973 (mode-line-mule-info): Provide help-echo info. | |
5974 (minor-mode-alist): Activate the strings. | |
5975 (make-mode-line-mouse-sensitive): Simplify for | |
5976 mode-line-buffer-identification. | |
5977 | |
27233 | 5978 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
5979 | |
5980 * play/pong.el: New file. | |
5981 | |
27241 | 5982 2000-01-06 Dave Love <fx@gnu.org> |
5983 | |
5984 * array.el: Assorted cleanups for compiler warnings, doc strings, | |
5985 `array-' prefix for symbols. | |
5986 | |
5987 2000-01-05 Dave Love <fx@gnu.org> | |
5988 | |
5989 * textmodes/outline.el (outline-mode-menu-bar-map): Add | |
5990 outline-headers-as-kill. | |
5991 (outline-mode): Define imenu-generic-expression. | |
5992 (outline-headers-as-kill): New command. | |
5993 | |
5994 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^' | |
5995 from paragraph-start. | |
5996 (paragraph-indent-minor-mode): New command. | |
5997 | |
5998 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a, | |
5999 M-C-e, M-C-h, C-j, C-xnd, TAB. | |
6000 (fortran-mode): Set beginning-of-defun, end-of-defun. | |
6001 (fortran-column-ruler): Simplify. | |
6002 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | |
6003 (fortran-with-subprogram-narrowing): Likewise. | |
6004 (fortran-indent-subprogram): Call mark-defun. | |
6005 (fortran-check-for-matching-do): Change narrowing. | |
6006 | |
6007 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table. | |
6008 (cl-lucid-hash-tag): Delete. | |
6009 (cl-hash-table-p): Correct test for native table. | |
6010 (cl-hash-table-count): Use hash-table-count. | |
6011 | |
6012 * browse-url.el (browse-url): Fix case of | |
6013 browse-url-browser-function being an alist. | |
6014 | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6015 2000-01-05 Carsten Dominik <cd@gnu.org> |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6016 |
27233 | 6017 * textmodes/reftex-vars.el (reftex-parse-file-extension) |
6018 (reftex-index-phrase-file-extension): New options. | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6019 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6020 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer): |
27233 | 6021 Use new option `reftex-index-phrase-file-extension'. |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6022 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6023 * textmodes/reftex.el (reftex-access-parse-file): Use new option |
27233 | 6024 `reftex-parse-file-extension'. |
27232
1c7665b7a026
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27205
diff
changeset
|
6025 |
27191 | 6026 2000-01-05 Dave Love <fx@gnu.org> |
6027 | |
27241 | 6028 * emacs-lisp/lisp.el (beginning-of-defun): New variable. |
27191 | 6029 (beginning-of-defun-raw): Use it. |
6030 (end-of-defun): New variable. | |
6031 (end-of-defun): Use it. | |
6032 (check-parens): New command. | |
6033 | |
27182 | 6034 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
6035 | |
27233 | 6036 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region) |
6037 (hs-show-block): Don't use `mapcar' when not accumulating. | |
27182 | 6038 |
27184
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6039 Fix buglet in local variables initialization. |
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6040 |
27176 | 6041 2000-01-05 Andreas Schwab <schwab@suse.de> |
6042 | |
6043 * hscroll.el (hscroll): Doc fix. | |
6044 | |
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6045 2000-01-05 Carsten Dominik <cd@gnu.org> |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6046 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6047 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6048 idlw-toolbar. |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6049 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6050 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6051 file idlw-rinfo.el. |
27182 | 6052 (idlwave-customize): load must read file idlw-shell.el. |
6053 (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
|
6054 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6055 2000-01-05 Carsten Dominik <dominik@astro.uva.nl> |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6056 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6057 * progmodes/idlw-shell.el: Also provide idlwave-shell |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6058 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6059 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6060 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6061 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6062 both reftex-dcr and reftex-vcr. |
27182 | 6063 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6064 * 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
|
6065 |
27164 | 6066 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
27162 | 6067 |
6068 * ps-print.el: PostScript code now is in separate files, doc fix. | |
6069 (ps-print-version): New version number (5.0.3). | |
6070 (ps-header-lines, ps-left-header, ps-right-header): No more buffer | |
6071 local. | |
6072 (ps-spool-config): Initialization fix. | |
27233 | 6073 (ps-print-prologue-1, ps-print-prologue-2) |
6074 (ps-print-duplex-feature): PostScript code moved to separated file. | |
27162 | 6075 (ps-background-image): Little code reformating. |
6076 (ps-begin-file, ps-begin-job): Fix code. | |
27191 | 6077 (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
27162 | 6078 (ps-prologue-file): New fun. |
6079 | |
27159 | 6080 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6081 | |
27233 | 6082 * ps-vars.el: Eliminated. |
27159 | 6083 |
6084 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is | |
6085 `;;;###autoload'. | |
6086 | |
6087 * ps-print.el: ps-vars eliminated, doc fix. | |
6088 (ps-print-version): New version number (5.0.2). | |
6089 (ps-spool-config): Initialization fix. | |
6090 (ps-print-customize): New fun. | |
6091 | |
27155 | 6092 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
6093 | |
6094 * autorevert.el (auto-revert-mode): Return value of | |
6095 auto-revert-mode. | |
6096 | |
27152 | 6097 2000-01-04 Dave Love <fx@gnu.org> |
6098 | |
27198 | 6099 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle |
6100 menu items. | |
27152 | 6101 |
27124 | 6102 2000-01-03 Dave Love <fx@gnu.org> |
6103 | |
27191 | 6104 * elide-head.el (elide-head) [defgroup]: Add :version. |
27126 | 6105 |
27241 | 6106 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar. |
27124 | 6107 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use |
6108 `cl-hash-table-p', not `hash-table-p'. | |
6109 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | |
6110 | |
27119 | 6111 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6112 | |
6113 * faces.el (face-read-integer, read-face-attribute) | |
6114 (color-defined-p, color-values): unspecified-{f,b}g are now | |
6115 strings. | |
6116 | |
27112 | 6117 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org> |
6118 | |
6119 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces | |
6120 at comment end, and re-insert them after filling. | |
6121 | |
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6122 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
|
6123 |
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6124 * 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
|
6125 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el, |
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
6126 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
|
6127 |
27102 | 6128 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6129 | |
6130 * term/x-win.el (xw-defined-colors): Call color-supported-p, | |
6131 the new name of face-color-supported-p. | |
6132 | |
6133 * term/w32-win.el (xw-defined-colors): Likewise. | |
6134 | |
27097 | 6135 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6136 | |
6137 * simple.el (completion-setup-function): Count completion-size | |
6138 from minibuffer-prompt-end, not from point-min. | |
6139 | |
27091 | 6140 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
6141 | |
6142 * faces.el (read-face-attribute, defined-colors, color-defined-p): | |
6143 Pass the frame to tty-color-* functions. | |
6144 (display-color-p, frame-set-background-mode): Pass the frame to | |
6145 tty-display-color-p. | |
6146 | |
6147 * term/tty-colors.el (tty-defined-color-alist): Renamed from | |
6148 tty-color-alist. | |
6149 (tty-color-alist, tty-modify-color-alist): New functions. | |
6150 (tty-color-define, tty-color-clear, tty-color-approximate) | |
6151 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept | |
6152 an optional parameter FRAME. | |
6153 | |
27074 | 6154 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
6155 | |
27082 | 6156 * image.el (create-image, defimage): Don't assume image data is a |
6157 string. | |
6158 | |
27074 | 6159 * image.el (defimage): Handle specifications containing :data |
6160 instead of :file. | |
6161 (image-type-from-data): New function. | |
6162 (image-type-from-file-header): Use it. | |
6163 (create-image): Add parameter DATA-P. | |
27182 | 6164 |
30729 | 6165 See ChangeLog.8 for earlier changes. |