Mercurial > emacs
annotate lisp/ChangeLog @ 30732:1f8280a188f2
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 10 Aug 2000 10:35:40 +0000 |
parents | b81e74b4a7a6 |
children | 103f6840bba1 |
rev | line source |
---|---|
30732 | 1 2000-08-10 Miles Bader <miles@gnu.org> |
2 | |
3 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face) | |
4 (comint-last-prompt-overlay): New variables. | |
5 (comint-output-filter): Implement prompt highlighting. | |
6 (comint-snapshot-last-prompt): New function. | |
7 (comint-send-input): Snapshot the last prompt. | |
8 Use comint-highlight-input-face. | |
9 (comint-highlight-input-face): Renamed from `comint-highlight-face'. | |
10 Use defface instead of defcustom. | |
11 (send-invisible, comint-send-eof): Snapshot the last prompt. | |
12 (comint-delchar-or-maybe-eof): Use comint-send-eof. | |
13 (comint-mode): Make `comint-last-prompt-overlay' buffer-local. | |
14 | |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
15 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
16 |
30719
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
17 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
18 (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
|
19 (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
|
20 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
|
21 |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
22 * 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
|
23 Set cvs-minor-current-files to the selected fileinfo. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
24 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
25 (cvs-mode-insert): Manually macroexpand `ignore-errors'. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
26 |
30715 | 27 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il> |
28 | |
29 * files.el (insert-directory): Don't call access-file on | |
30 directories on DOS and Windows. | |
31 | |
30704 | 32 2000-08-09 Kenichi Handa <handa@etl.go.jp> |
33 | |
34 * international/ccl.el (ccl-embed-data): Make ccl-program-vector | |
35 longer if necessary. | |
36 (ccl-embed-code): Call ccl-embed-data to store CODE in | |
37 ccl-program-vector. | |
38 | |
30701 | 39 2000-08-09 Miles Bader <miles@gnu.org> |
40 | |
41 * comint.el (comint-output-filter): Properly handle the case where | |
42 the text surrounded by comint-last-output-overlay was deleted. | |
43 | |
30671 | 44 2000-08-08 Gerd Moellmann <gerd@gnu.org> |
45 | |
30693 | 46 * info.el (Info-insert-dir): Use Info-additional-directory-list if |
47 non-nil. | |
48 (Info-file-list-for-emacs): Remove "info" from the list because | |
49 that leads to trying to use the documentation from file `info' | |
50 in various situations where it isn't appropriate, for instance | |
51 C-h C-k C-h i. | |
52 | |
53 * ffap.el (ffap-read-file-or-url-internal): Handle case that | |
54 DIR and/or STRING are nil. | |
55 | |
56 * progmodes/compile.el (compilation-setup): Make variable | |
57 compilation-error-screen-columns buffer-local, as some comment | |
58 in the code suggests it should be. | |
59 | |
60 * files.el (auto-mode-interpreter-regexp): New variable. | |
61 (set-auto-mode): Use it. | |
62 | |
63 * indent.el (indent-for-tab-command): Doc fix. | |
64 | |
65 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
66 | |
30671 | 67 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N=' |
68 labels. | |
69 | |
70 * help.el (print-help-return-message): When | |
71 display-buffer-reuse-frames is set, let the help window been quit, | |
72 instead of deleting it, which might delete a reused frame. | |
73 | |
30664 | 74 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il> |
75 | |
76 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to | |
77 rename a directory to a name that differs only by its letter case. | |
78 | |
30655 | 79 2000-08-08 Kenichi Handa <handa@etl.go.jp> |
80 | |
81 * international/quail.el (quail-define-rules): Handle Quail decode | |
82 map correctly. Add code for supporting annotations. | |
83 (quail-install-decode-map): New function. | |
84 (quail-defrule-internal): New optional arguments decode-map and | |
85 props. | |
86 (quail-advice): New function. | |
87 | |
30651
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
88 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
|
89 |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
90 * 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
|
91 `defconst', `define-condition', `with-slots'. |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
92 * 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
|
93 |
30649 | 94 2000-08-03 Miles Bader <miles@gnu.org> |
95 | |
96 * comint.el (comint-use-prompt-regexp-instead-of-fields): | |
97 New variable. | |
98 (comint-prompt-regexp, comint-get-old-input): Document dependence on | |
99 comint-use-prompt-regexp-instead-of-fields. | |
100 (comint-send-input): Add `input' field property to stuff we send to | |
101 the process, if comint-use-prompt-regexp-instead-of-fields is nil. | |
102 (comint-output-filter): Add `output' field property to process | |
103 output, if comint-use-prompt-regexp-instead-of-fields is nil. | |
104 (comint-replace-by-expanded-history) | |
105 (comint-get-old-input-default, comint-show-output) | |
106 (comint-backward-matching-input, comint-forward-matching-input) | |
107 (comint-next-prompt, comint-previous-prompt): Use field | |
108 properties if comint-use-prompt-regexp-instead-of-fields is nil. | |
109 (comint-line-beginning-position): New function. | |
110 (comint-bol): Use comint-line-beginning-position. Make ARG optional. | |
111 (comint-replace-by-expanded-history-before-point): Use | |
112 comint-line-beginning-position and line-end-position. | |
113 (comint-last-output-overlay): New variable. | |
114 (comint-mode): Make `comint-last-output-overlay' buffer-local. | |
115 | |
116 * shell.el (shell-prompt-pattern): Doc change. | |
117 (shell-backward-command): Use line-beginning-position. | |
118 | |
119 * gud.el (gud-gdb-complete-command): Use | |
120 comint-line-beginning-position. | |
121 | |
122 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if | |
123 comint-bol doesn't actually go to the beginning of the line. | |
124 | |
125 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp | |
126 if comint-use-prompt-regexp-instead-of-fields is non-nil. | |
127 (try-expand-line-all-buffers): Likewise. | |
128 | |
129 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of | |
130 explicitly matching comint-prompt-regexp. | |
131 (sql-copy-column): Use comint-line-beginning-position instead of | |
132 explicitly matching comint-prompt-regexp. | |
133 | |
134 * progmodes/octave-inf.el (inferior-octave-complete): Use | |
135 comint-line-beginning-position. | |
136 | |
137 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change. | |
138 | |
139 * progmodes/idlw-shell.el (idlwave-shell-send-command): When | |
140 looking for a prompt, use `forward-line 0' instead of | |
141 `beginning-of-line', to avoid getting caught by an input field. | |
142 | |
30633 | 143 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
144 | |
145 * files.el (shell-quote-wildcard-pattern): Make sure to return | |
146 PATTERN, in the Unix case. | |
147 | |
30629 | 148 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> |
149 | |
150 * play/zone.el (zone): Discard any pending input before running | |
151 the randomly-chosen pgm. | |
152 | |
30623 | 153 2000-08-07 Kenichi Handa <handa@etl.go.jp> |
154 | |
155 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of | |
156 checking the existence of any multibyte characters. | |
157 | |
30619 | 158 2000-08-06 Gerd Moellmann <gerd@gnu.org> |
159 | |
30622 | 160 * help.el (describe-mode): Test minor-mode symbol for being |
161 bound before testing its value for being nil. | |
162 | |
30619 | 163 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of |
164 `first', `second', and `third'. | |
165 | |
166 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05. | |
167 (second): Make it an alias for `cadr'. | |
168 | |
30616 | 169 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il> |
170 | |
171 * bs.el (bs-apply-sort-faces): Don't use window-system, since all | |
172 types of display support faces now. | |
173 | |
30614 | 174 2000-08-05 Gerd Moellmann <gerd@gnu.org> |
175 | |
176 * pcvs.el (require): Require `cl' during compilation, only. | |
177 | |
178 * emacs-lisp/cl.el (first, ..., tenth): Make them macros. | |
179 (toplevel): Remove `remq' and `remove' from autoloads. | |
180 (cl-fake-autoloads): New variable. If set, arrange for an error | |
181 when CL functions etc. are autoloaded. | |
182 | |
30585 | 183 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il> |
184 | |
30593 | 185 * play/zone.el (zone, zone-pgm-stress): Don't use window-system. |
186 | |
30591 | 187 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is |
188 popped up, but the user clicks outside the menu, return an empty | |
189 regexp (that causes unhighlight-regexp to have no effect). | |
190 | |
30589 | 191 * menu-bar.el (menu-bar-games-menu): Add Zone. |
192 | |
30585 | 193 * hi-lock.el (toplevel): Require font-lock. |
194 | |
30576 | 195 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
196 | |
197 * ebnf2ps.el: Get around a bug on skip-chars-forward. | |
198 (ebnf-8-bit-chars): New var for bug fix. | |
199 (ebnf-string): Bug fix. | |
200 | |
30569
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
201 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
|
202 |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
203 * 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
|
204 instead of `buffer-string'. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
205 (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
|
206 `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
|
207 necessary. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
208 |
30567 | 209 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il> |
210 | |
211 * international/mule-cmds.el (select-safe-coding-system): Make | |
212 the message text about selecting a safe coding system more clear. | |
213 | |
30564 | 214 2000-08-02 Gerd Moellmann <gerd@gnu.org> |
215 | |
30565 | 216 * hi-lock.el: New file. |
217 | |
218 * play/zone.el: New file. | |
219 | |
30564 | 220 * replace.el (occur): Set tab-width in the *Occur* buffer to the |
221 value of tab-width in the original buffer. Choose a line number | |
222 format that's a multiple of the original buffer's tab width, so | |
223 that lines appear right. | |
224 | |
225 * textmodes/ispell.el (ispell): New function, replacing an alias. | |
226 Spell-check active region if in transient-mark-mode and mark | |
227 is active; otherwise spell-check buffer. | |
228 | |
229 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
230 | |
231 * ps-mule.el: Fix a customization problem on | |
232 ps-mule-font-info-database-default. | |
233 | |
30555 | 234 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il> |
235 | |
236 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use | |
237 display-mouse-p instead of window-system. | |
238 (ebrowse-member-mode-map): Ditto. | |
239 | |
30553 | 240 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
241 | |
242 * ebnf2ps.el: Update ps-print functions call. Indentation fix. Doc | |
243 fix. | |
244 (ebnf-version): New version number (3.2). | |
245 (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
|
246 |
30547 | 247 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il> |
248 | |
30549 | 249 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition |
250 font lock support on window-system. | |
251 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise. | |
252 | |
30547 | 253 * textmodes/ispell.el (ispell-highlight-spelling-error): Use |
254 display-color-p, if fboundp, instead of window-system. | |
255 | |
30545 | 256 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il> |
257 | |
258 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p | |
259 instead of window-system. | |
260 | |
261 * wid-edit.el (widget-choose): Use display-mouse-p instead of | |
262 window-system. | |
263 (widget-choice-mouse-down-action): Use display-popup-menus-p | |
264 instead of window-system. | |
265 | |
266 * strokes.el (strokes-file): Run the file name through | |
267 convert-standard-filename. | |
268 (strokes-mode): Call display-mouse-p instead of looking at | |
269 window-system. Change the error message accordingly. | |
270 | |
271 * progmodes/cpp.el (toplevel): Support faces on tty's. | |
272 | |
273 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X) | |
274 (lm-plot-square, lm-init-display): Don't use window-system. | |
275 | |
276 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face) | |
277 (gomoku-plot-square, gomoku-init-display): Don't use window-system. | |
278 | |
279 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p | |
280 instead of looking at window-system. | |
281 | |
30528 | 282 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
283 | |
284 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead | |
285 of testing if iswitchb-prepost-hooks is bound, because the | |
286 latter will always be true when invoking a recursive minibuffer | |
287 from an active Iswitchb buffer. | |
288 | |
30526 | 289 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il> |
290 | |
291 * files.el (shell-quote-wildcard-pattern): New function. | |
292 (insert-directory): Call it. Only prepend "\" to command on Unix | |
293 and GNU/Linux systems. | |
294 | |
30524 | 295 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
296 | |
297 * eshell/esh-groups.el: Change custom :link file names | |
298 from `eshell.info' to `eshell'. | |
299 | |
300 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk> | |
301 | |
302 * dired.el (dired-build-subdir-alist): Expand subdirectory names | |
303 correctly in recursive ange-ftp listings. | |
304 | |
305 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
306 | |
307 * ps-print.el: Fix bug 1: if ps-font-size-internal, | |
308 ps-header-font-size-internal and | |
309 ps-header-title-font-size-internal variables are not set, | |
310 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if | |
311 face text property is (foreground-color . COLOR) or | |
312 `(background-color . COLOR)', ps-print crashes. Doc fix. | |
313 (ps-print-version): New version number (5.2.4). | |
314 (ps-plot-region): Code fix. | |
315 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1. | |
316 (ps-face-attribute-list, ps-face-attributes, ps-face-background): | |
317 Bug fix 2. | |
318 | |
319 2000-07-30 Milan Zamazal <pdm@freesoft.cz> | |
320 | |
321 * glasses.el (glasses-make-readable): Fix uncapitalization of | |
322 identifiers like `myXMLDocument'. | |
323 | |
30519
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
324 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
|
325 |
30524 | 326 * mail/mail-hist.el (mail-hist-previous-input) |
327 (mail-hist-next-input): Do the obvious code factorization. | |
328 (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
|
329 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
|
330 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
|
331 |
30518
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
332 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
|
333 |
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
334 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime): |
30524 | 335 Use `<=', not `<' to compare times! |
336 (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
|
337 |
30502 | 338 2000-07-27 Gerd Moellmann <gerd@gnu.org> |
339 | |
30516 | 340 * play/cookie1.el: Add explanation of how to make cookie.el |
341 compatible with strfile(1) to comment. | |
342 | |
343 * subr.el (remove, remq): New functions. | |
344 | |
30511 | 345 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly |
346 escape `*' in regexps. | |
347 (midnight-find): Reverse order of arguments in the funcall of | |
348 TEST. | |
349 | |
350 * bindings.el (completion-ignored-extensions): Add `.la', `.lo', | |
351 and `.class'. | |
352 | |
30502 | 353 * play/meese.el: Add Commentary section. |
354 | |
30516 | 355 2000-07-27 Alex Schroeder <alex@gnu.org> |
356 | |
357 * sql.el (sql-ms): Added autoload cookie. | |
358 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase) | |
359 (sql-oracle): Ditto. | |
360 (sql-help): Doc change. | |
361 | |
362 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data | |
363 types and exceptions. | |
364 | |
365 2000-07-27 Alex Schroeder <alex@gnu.org> | |
366 | |
367 * sql.el (sql-placeholder-history): New variable. | |
368 (sql-query-placeholders-and-send): New function that will query | |
369 the user and replace placeholders with user input. | |
370 (sql-oracle): If running on NT, set comint-input-sender to | |
371 sql-query-placeholders-and-send. | |
372 | |
373 (sql-stop): If in the SQLi buffer, insert stop notification, else | |
374 present it as a message. | |
375 | |
376 2000-07-27 Alex Schroeder <alex@gnu.org> | |
377 | |
378 * sql.el (sql-input-ring-separator): Doc change. | |
379 (sql-input-ring-file-name): Doc change. | |
380 (sql-interactive-mode): Use `sql-input-ring-separator' and | |
381 `sql-input-ring-file-name' to set the comint-mode equivalents | |
382 without making them local variables. | |
383 (sql-stop): Don't bind `sql-input-ring-separator' and | |
384 `sql-input-ring-file-name' dynamically to their comint-mode | |
385 equivalents. | |
386 | |
30490 | 387 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
388 | |
389 * international/mule.el (register-char-codings): New function. | |
390 (make-coding-system): Handle `safe-chars' specification in the arg | |
391 PROPERTY. | |
392 | |
393 * international/mule-cmds.el | |
394 (find-coding-systems-region-subset-p): This function deleted. | |
395 (sort-coding-systems-predicate): New variable. | |
396 (sort-coding-systems): New function. | |
397 (find-coding-systems-region): Use | |
398 find-coding-systems-region-internal. | |
399 (find-coding-systems-string): Use find-coding-systems-region. | |
400 (find-coding-systems-for-charsets): Check | |
401 char-coding-system-table. | |
402 (select-safe-coding-system-accept-default-p): New variable. | |
403 (select-safe-coding-system): Mostly rewritten. New argument | |
404 ACCEPT-DEFAULT-P. | |
405 (select-message-coding-system): Call select-safe-coding-system | |
406 with ACCEPT-DEFAULT-P arg. | |
407 (reset-language-environment): Reset default-sendmail-coding-system | |
408 to the default value iso-latin-1. | |
409 (set-language-environment): Don't set the obsolete variable | |
410 charset-origin-alist. | |
411 | |
412 * international/codepage.el (cp-coding-system-for-codepage-1): | |
413 Give `safe-chars' property to make-coding-system. | |
414 | |
415 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid | |
416 calling select-message-coding-system twice. | |
417 | |
418 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property | |
419 instead of `safe-charsets'. | |
420 (cyrillic-alternativnyj): Likewise. | |
421 (ccl-encode-alternativnyj): Don't check the charset | |
422 cyrillic-iso8859-5. | |
423 | |
30484 | 424 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
425 | |
426 * composite.el (compose-chars-after): Preserve match data. | |
427 | |
30481 | 428 2000-07-26 Sam Steingold <sds@gnu.org> |
429 | |
430 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function. | |
431 (ange-ftp-real-file-newer-than-file-p): New function. | |
432 (ange-ftp-verify-visited-file-modtime): Use `float-time'. | |
433 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string'). | |
434 | |
435 * tooltip.el (tooltip-float-time): Removed (use `float-time'). | |
436 * midnight.el (midnight-float-time): Ditto. | |
437 | |
30479 | 438 2000-07-26 Andreas Schwab <schwab@suse.de> |
439 | |
440 * files.el (normal-backup-enable-predicate): Correct | |
441 interpretation of the return value of compare-strings. | |
442 | |
30471 | 443 2000-07-26 Gerd Moellmann <gerd@gnu.org> |
444 | |
30477 | 445 * isearch.el (isearch-resume): New function. |
446 (isearch-done): Add something to command-history to resume | |
447 the search. | |
448 (isearch-yank-line, isearch-yank-word): Use | |
449 buffer-substring-no-properties instead of buffer-substring. | |
450 | |
30471 | 451 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead |
452 of flyspell-mouse-map. | |
453 | |
454 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove | |
455 duplicate definition. | |
456 (makefile-mode): Remove duplicate setting of local-abbrev-table. | |
457 | |
458 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable. | |
459 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table. | |
460 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
461 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
|
462 |
30459 | 463 * net/ange-ftp.el: Get modtime over the net. |
464 (ange-ftp-file-modtime): New function. | |
30473 | 465 (ange-ftp-write-region, ange-ftp-insert-file-contents) |
466 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime): | |
30459 | 467 Use it. |
468 (ange-ftp-dot-to-slash): New function. | |
469 (ange-ftp-fix-name-for-vms): Use it. | |
470 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
471 * 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
|
472 `with-current-buffer'. |
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
473 |
30457 | 474 2000-07-25 Gerd Moellmann <gerd@gnu.org> |
475 | |
476 * find-dired.el: Update copyright notice. | |
477 (find-dired): Offer to kill a running `find'. | |
478 | |
479 * enriched.el (enriched-face-ans): For a `foreground-color' | |
480 property, return '(("x-color" COLOR))' so that COLOR will be | |
481 output as a parameter of the x-color annotation. Likewise for the | |
482 `background-color' property. In the case of normal face | |
483 properties, don't return annotations for unspecified foreground | |
484 and background face attributes. | |
485 | |
30450 | 486 2000-07-25 Kenichi Handa <handa@etl.go.jp> |
487 | |
488 * language/japan-util.el (japanese-katakana-region): Fix handling | |
489 HANKAKU argument. | |
490 | |
30438 | 491 2000-07-25 Miles Bader <miles@gnu.org> |
492 | |
493 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to | |
494 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to | |
495 constrain-to-field. | |
496 | |
30437 | 497 2000-07-24 Andrew Innes <andrewi@gnu.org> |
498 | |
499 * timer.el (timer-activate-when-idle): Add optional parameter | |
500 DONT-WAIT. Update docstring. | |
501 (run-with-idle-timer): Specify extra parameter to | |
502 timer-activate-when-idle, so that timer will be activated | |
503 immediately if Emacs is already idle. | |
504 | |
505 * w32-fns.el (w32-using-nt): Fix docstring. | |
506 | |
30434 | 507 2000-07-24 Dave Love <fx@gnu.org> |
508 | |
509 * mouse.el (popup-menu): Set last-command-event. | |
510 (mouse-major-mode-menu-prefix): Declare. | |
511 | |
30433 | 512 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
513 | |
514 * textmodes/flyspell.el: Update to author's version 1.5d. | |
515 | |
516 * progmodes/hideshow.el: Update copyright notice. | |
517 | |
518 * vcursor.el: Set maintainer to FSF, since author cannot | |
519 be reached. | |
520 | |
30422 | 521 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il> |
522 | |
30424 | 523 * info.el (Info-goto-emacs-key-command-node): Leave a space after |
524 the prompt. | |
525 | |
30422 | 526 * mouse.el (popup-menu): Run the keymap through indirect-function, |
527 in case it was defined with define-prefix-key. If the menu is a | |
528 list of keymaps, look up the binding of user's choice in each one | |
529 of the keymaps. | |
530 (mouse-popup-menubar): If the global and local menu-bar keymaps | |
531 don't have a prompt string, create one and insert it into the | |
532 keymap. Don't barf if current-local-map returns nil. | |
533 | |
30415 | 534 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk> |
535 | |
536 * dired.el (dired-sort-R-check): Added to allow recursive listing | |
537 to be undone. | |
538 (dired-sort-other): Use it. | |
539 | |
30412 | 540 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
541 | |
30415 | 542 * Release of cc-mode 5.27 |
30412 | 543 |
544 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
545 | |
546 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to | |
547 c-beginning-of-statement-1 that caused a bad case of recursion | |
548 which could consume a lot of CPU in large classes in languages | |
549 that have in-expression classes (i.e. Java and Pike). | |
550 | |
551 * cc-engine.el (c-guess-basic-syntax): Check for in-expression | |
552 statements before top level constructs (i.e. case 6 is moved | |
553 before case 5 and is now case 4) to catch in-expression | |
554 classes in top level expressions correctly. | |
555 | |
556 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
557 | |
558 * cc-engine.el (c-guess-basic-syntax): Less naive handling of | |
559 objc-method-intro. Case 4 removed and case 5I added. | |
560 | |
561 * cc-langs.el (c-append-paragraph-start): New variable used by | |
562 c-common-init to get paragraph-start correct. | |
563 * cc-langs.el (c-common-init): Use c-append-paragraph-start to | |
564 initialize paragraph-start to make it correct both with and | |
565 without the javadoc special case. | |
566 | |
567 * cc-mode.el (java-mode): Use c-append-paragraph-start to | |
568 initialize paragraph-start for javadoc markup. | |
569 | |
570 * cc-vars.el (c-style-variables-are-local-p): Incompatible | |
571 change by defaulting this to t. It's motivated by the | |
572 confusing behavior that otherwise arise from the style system | |
573 when editing both java and non-java files at the same time | |
574 (see the comments about style setting in c-common-init). | |
575 | |
576 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
577 | |
578 * cc-cmds.el (c-indent-new-comment-line): Added a kludge | |
579 similar to the one in c-fill-paragraph to check the fill | |
580 prefix from the adaptive fill function for sanity. | |
581 | |
582 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
583 | |
584 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into | |
585 defun block. | |
586 | |
587 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
588 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
589 * cc-mode.texi Documented the change of cpp-macro. |
30412 | 590 |
591 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
592 | |
593 * cc-align.el (c-lineup-multi-inher): Handle lines with | |
594 leading comma nicely. Extended to handle member initializers | |
595 too. | |
596 | |
30415 | 597 * cc-engine.el: (c-beginning-of-inheritance-list, |
30412 | 598 c-guess-basic-syntax): Fixed recognition of inheritance lists |
599 when the lines begins with a comma. | |
600 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
601 * cc-mode.texi: Updated doc for c-lineup-multi-inher. |
30412 | 602 |
603 * cc-vars.el (c-offsets-alist): Changed default for | |
604 member-init-cont to c-lineup-multi-inher since it now handles | |
605 member initializers and indents better for leading commas. | |
606 | |
607 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
608 | |
609 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state | |
610 handling that caused class open lines to be recognized as | |
611 statement-conts in some cases. | |
612 | |
613 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix | |
614 guessed by the adaptive fill function unless point is on the | |
615 first line of a block comment. | |
616 | |
617 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug | |
618 when the buffer ends with a macro continuation char. | |
619 | |
620 * cc-engine.el (c-guess-basic-syntax): Added support for | |
621 function definitions as statements in Pike. The first | |
622 statement in a lambda block is now labeled defun-block-intro | |
623 instead of statement-block-intro. | |
624 | |
625 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state | |
626 so that the class surrounding point is selected, not the one | |
627 innermost in the state. | |
628 | |
629 * cc-engine.el (c-guess-basic-syntax): Fixed bug in | |
630 recognition of switch labels having hanging multiline | |
631 statements. | |
632 | |
633 * cc-engine.el (c-beginning-of-member-init-list): Broke out | |
634 some code in c-guess-basic-syntax to a separate function. | |
635 * cc-engine.el (c-just-after-func-arglist-p): Fixed | |
636 recognition of member inits with multiple line arglists. | |
637 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect | |
638 member-init-cont when the commas are in funny places. | |
639 | |
640 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
641 | |
642 * cc-defs.el (c-auto-newline): Removed this macro since it's | |
643 not used anymore. | |
644 | |
645 * cc-engine.el (c-looking-at-bos): New helper function. | |
646 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell | |
647 inexpr and toplevel classes apart in Pike. | |
648 | |
649 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition | |
650 of case 9A. | |
651 | |
652 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New | |
653 constant, since "class" can introduce an in-expression class | |
654 in Pike nowadays. | |
655 | |
656 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
657 | |
658 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum | |
659 indentation on cpp-macro lines. | |
660 | |
661 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro | |
662 a syntax modifier like comment-intro, to make it possible to | |
663 get syntactic indentation for preprocessor directives. It's | |
664 incompatible wrt to lineup functions on cpp-macro, but it has | |
665 no observable effect in the 99.9% common case where cpp-macro | |
666 is set to -1000. | |
667 | |
668 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
669 | |
670 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed | |
671 member-init-cont when the preceding arglist is several lines. | |
672 | |
673 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
674 | |
675 * cc-styles.el (c-style-alist): The basic offset for the BSD | |
676 style corrected to 8. | |
677 | |
678 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
679 | |
680 * cc-styles.el (c-style-alist): Adjusted the indentation of | |
681 brace list openers in the gnu style. | |
682 | |
683 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
684 | |
685 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation. | |
686 | |
687 * cc-cmds.el (c-electric-brace, c-electric-slash, | |
688 c-electric-star, c-electric-semi&comma, c-electric-colon, | |
689 c-electric-lt-gt, c-electric-paren): Don't reindent old lines | |
690 when c-syntactic-indentation is nil. | |
691 | |
692 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where | |
693 we were left at comments preceding the first statement when | |
694 reaching the beginning of the buffer. | |
695 | |
696 * cc-vars.el (c-syntactic-indentation): New variable to turn | |
697 off all syntactic indentation. | |
698 | |
699 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
700 | |
701 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces | |
702 between the text and the block comment ender when it hangs, | |
703 depending on how many there are before the fill. | |
704 | |
705 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
706 | |
707 * cc-engine.el (c-beginning-of-closest-statement): New helper | |
708 function to go back to the closest preceding statement start, | |
709 which could be inside a conditional statement. | |
710 * cc-engine.el (c-guess-basic-syntax): Use | |
711 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C. | |
712 | |
713 * cc-engine.el (c-guess-basic-syntax): Better handling of | |
714 arglist-intro, arglist-cont-nonempty and arglist-close when | |
715 the arglist is nested inside parens. Cases 7A, 7C and 7F | |
716 changed. | |
717 | |
718 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought | |
719 up-to-date with javadoc 1.2. | |
720 | |
721 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
722 | |
723 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of | |
724 multiline Pike type decls. | |
725 | |
726 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
727 | |
728 * cc-cmds.el (c-indent-new-comment-line): Always break | |
729 multiline comments in multiline mode, regardless of | |
730 comment-multi-line. | |
731 | |
732 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
733 | |
734 * cc-engine.el (c-guess-basic-syntax): Fixed bug with | |
735 fully::qualified::names in C++ member init lists. Preamble in | |
736 case 5D changed. | |
737 | |
738 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
739 | |
740 * cc-langs.el (c-common-init): Handling of obsolete variables | |
741 moved to c-initialize-cc-mode. More compatible style override | |
742 when using global style variables. | |
743 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete | |
744 variables moved here. | |
745 | |
30415 | 746 * cc-mode.texi: Documented the special behavior of |
30412 | 747 c-special-indent-hook as a style variable. Don't talk about |
748 doing (c-make-styles-buffer-local t) in a mode hook, since | |
749 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
|
750 |
30412 | 751 * cc-styles.el (c-make-styles-buffer-local): Flag style |
752 variable localness in c-style-variables-are-local-p to make | |
753 the compatibility measure in c-common-init work well. | |
754 | |
755 * cc-styles.el (c-set-style-1): c-special-indent-hook can no | |
756 longer contain set-from-style. | |
757 * cc-styles.el (c-initialize-builtin-style): Don't check for | |
758 set-from-style on c-special-indent-hook. | |
759 * cc-styles.el (c-copy-tree): Obsolete. The standard function | |
760 copy-alist is sufficient now. | |
761 | |
762 * cc-styles.el (c-set-style, c-set-style-1, | |
763 c-get-style-variables): Fixes to variable initialization so | |
764 that duplicate entries in styles have the same effect | |
765 regardless of DONT-OVERRIDE. | |
766 | |
767 * cc-styles.el (c-set-style-2): Fixed bug where the | |
768 initialization of inheriting styles failed when the | |
769 dont-override flag is set. | |
770 | |
771 * cc-vars.el (c-special-indent-hook): Don't use set-from-style | |
772 on this. | |
773 | |
774 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
775 | |
776 * cc-defs.el (c-forward-comment): Removed the workaround | |
777 introduced in 5.38 since it had worse side-effects. If a line | |
778 contains the string "//\"", it regarded the // as a comment | |
779 start since the \ temporarily doesn't have escape syntax. | |
780 | |
781 2000-07-17 Emmanuel Briot <briot@act-europe.fr> | |
782 | |
783 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load | |
784 ada-xref.el before ada-prj.el, so that the Project menu is created | |
785 when ada-prj tries to add to it. | |
786 (ada-activate-keys-for-case): Suppress the characters that are not | |
787 part of the Ada syntax. Better compatibility with else-mode | |
788 (ada-adjust-case-interactive): When auto-casing is not active, | |
789 correctly insert newlines (used to insert only ^M). Prevent the | |
790 syntax table from being changed in case of an error | |
791 (or '_' becomes part of a word and some commands are confused). | |
792 Do nothing if ada-auto-case is nil. | |
793 (ada-after-keyword-p): Ignore keywords that are also attributes | |
794 (ada-batch-reformat): Update usage comment | |
795 (ada-call-from-contextual-menu): New function | |
796 (ada-case-read-exceptions): Reinitialize the casing exception list | |
797 first to nil first, so that the casing exception file can be | |
798 shared. | |
799 (ada-check-defun-name): Handles "configure" keyword for gnatdist | |
800 files. | |
801 (ada-compile-goto-error): Fix regexp used to detect a file:line | |
802 anywhere in the error message | |
803 (ada-contextual-menu-last-point): New variable | |
804 (ada-create-keymap): If the variable delete-key-deletes-forward is | |
805 t on XEmacs, it means that DEL should delete one character | |
806 forward. | |
807 (ada-create-menu): Use :included instead of :visible for XEmacs. | |
808 New submenu "Options". | |
809 (ada-end-stmt-re): Correctly indent "select ... then abort" | |
810 statements. | |
811 (ada-fill-comment-paragraph): Correctly delete all leading '--' | |
812 even if they don't match ada-fill-comment-prefix Fix handling of | |
813 paragraphs on the first or last line of a file. | |
814 (ada-format-paramlist): Fix handling of default parameter values. | |
815 (ada-get-body-name): New function. | |
816 (ada-get-current-indent): Optimized by searchling directly for an | |
817 existing generic part or a statement outside of it. Handle | |
818 ada-indent-align-comments when indenting comments Replaced some | |
819 regexps by testing directly the next character. This results in a | |
820 huge speedup on some files. New indentation scheme for renames | |
821 statements. Stop looking for the 'while' or 'for' associated with | |
822 a 'loop' at the first semicolon encountered. A "return" can also | |
823 match an anonymous access subprogram declaration. | |
824 (ada-get-indent-noindent): Ignore strings and comments when | |
825 looking for the keywords "record" and "private". | |
826 (ada-goto-matching-decl-start): When matching "if", make sure we | |
827 are not in fact seeing "end if". Ignore "when" statements except | |
828 when initial keyword was "begin". Fix handling of nested | |
829 procedures. Add a recursive call to this function to skip over | |
830 other 'end' statmts. Fix indentation for "when .. => begin" | |
831 (ada-in-open-paren-p): Fix indentation for complex boolean | |
832 expressions, where 'and then', 'or else' and parenthesis | |
833 statements are mixed up. | |
834 (ada-in-paramlist-p): Skip comments while searching for the | |
835 beginning Fix handling of operator declarations. | |
836 (ada-indent-align-comments): New variable | |
837 (ada-indent-current): Change the syntax table only in the | |
838 protected section, so that we are sure it is restored correctly. | |
839 (ada-indent-on-previous-lines): Use ada-use-indent and | |
840 ada-with-indent Correctly indent "select ... then" | |
841 (ada-indent-region): Slight speedup. | |
842 (ada-indent-renames): New variable. | |
843 (ada-last-which-function-subprog, ada-last-which-function-line): | |
844 New variables | |
845 (ada-looking-at-semi-private): Correctly indent the 'private' | |
846 keyword when it is the first word in a package declaration. | |
847 (ada-loose-case-word): Stop searching if at the end of the buffer. | |
848 (ada-loose-case-word, ada-capitalize-word): Recase the whole word | |
849 even if point is not initially at the end of the word. | |
850 (ada-matching-decl-start-re): Add "when". | |
851 (ada-mode): Add support for abbrev-mode, outline-mode and | |
852 which-func-mode Override the old find-file.el entry in | |
853 ff-special-constructs since it is using the obsolete | |
854 ada-spec-suffix variable | |
855 (ada-no-auto-case): New function | |
856 (ada-scan-paramlist): When parsing the argument type, accept | |
857 spaces (as in "X 'Class", generated by Rational Rose). | |
858 (ada-other-file-name): No longer loads the other file. | |
859 (ada-popup-menu): Save and restore the current buffer and cursor | |
860 position before and after displaying the menu. | |
861 (ada-search-ignore-complex-boolean): New function. | |
862 (ada-uncomment-region): Emacs21 already knows how to delete | |
863 comments not starting in the first column. | |
864 (ada-use-indent): New variable | |
865 (ada-which-function): New function. | |
866 (ada-with-indent): New variable | |
867 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el | |
868 can be batch-compiled from the command line. | |
869 | |
870 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs. | |
871 Add to the menu when the file is loaded, not in ada-mode-hook. | |
872 Add -toolbar to the default ddd command Switches moved from | |
873 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to | |
874 ada-prj-default-comp-opt | |
875 (ada-add-ada-menu): Remove the map and name parameters Add the Ada | |
876 Reference Manual to the menu | |
877 (ada-check-current): rewritten as a call to ada-compile-current | |
878 (ada-compile): Removed. | |
879 (ada-compile-application, ada-compile-current, ada-check-current): | |
880 Set the compilation-search-path so that compile.el automatically | |
881 finds the sources in src_dir. Automatic scrollong of the | |
882 compilation buffer. C-uC-cC-c asks for confirmation before | |
883 compiling | |
884 (ada-compile-current): New parameter, prj-field | |
885 (ada-complete-identifier): Load the .ali file before doing | |
886 processing | |
887 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to | |
888 conform to gnatmake's behavior. | |
889 (ada-find-file-in-dir): New function | |
890 (ada-find-references): Set the environment variables for gnatfind | |
891 (ada-find-src-file-in-dir): New function. | |
892 (ada-first-non-nil): Removed | |
893 (ada-gdb-application): Add support for jdb, the java debugger. | |
894 (ada-get-ada-file-name): Load the original-file first if not done | |
895 yet. | |
896 (ada-get-all-references): Handles the new ali syntax (parent types | |
897 are found between <>). | |
898 (ada-initialize-runtime-library): New function | |
899 (ada-mode-hook): Always load a project file when a file is opened, | |
900 so that the casing exceptions are correctly read. | |
901 (ada-operator-re): Add all missing operators ("abs", "rem", "**"). | |
902 (ada-parse-prj-file): Use find-file-noselect instead of find-file | |
903 to open the project file, since the latter does not work with | |
904 speedbar Get default values before loading the prj file, or the | |
905 default executable file name is wrong. Use the absolute value of | |
906 src_dir to initialize ada-search-directories and | |
907 compilation-search-path,... Add the standard runtime library to | |
908 the search path for find-file. | |
909 (ada-prj-default-debugger): Was missing an opening '{' | |
910 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New | |
911 variables. | |
912 (ada-prj-default-gnatmake-opt): New variable | |
913 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada | |
914 buffers, the project file is the default one Save the windows | |
915 configuration before displaying the menu. | |
916 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed | |
917 (ada-read-identifier): Fix xrefs on operators (for "mod", "and", | |
918 ...) regexp-quote identifiers names to support operators +, | |
919 -,... in regexps. | |
920 (ada-remote): New function. | |
921 (ada-run-application): Erase the output buffer before starting the | |
922 run Support remote execution of the application. Use | |
923 call-process, or the arguments are incorrectly parsed | |
924 (ada-set-default-project-file): Reread the content of the active | |
925 project file, not the one from the current buffer When a project | |
926 file is set as the default project, all directories are | |
927 automatically associated with it. | |
928 (ada-set-environment): New function | |
929 (ada-treat-cmd-string): New special variable ${current} | |
930 (ada-treat-cmd-string): Revised. The substitution is now done for | |
931 any ${...} substring | |
932 (ada-xref-current): If no body was found, compiles the spec | |
933 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the | |
934 compiler to get rid of command line length limitations. | |
935 (ada-xref-get-project-field): New function | |
936 (ada-xref-project-files): New variable | |
937 (ada-xref-runtime-library-specs-path) | |
938 (ada-xref-runtime-library-ali-path): New variables | |
939 (ada-xref-set-default-prj-values): Default run command now does a | |
940 cd to the build directory. New field: main_unit Provide a default | |
941 file name even if the current buffer has no prj file. | |
942 | |
943 * ada-prj.el: | |
944 Rewritten to show a tabbed-dialog. | |
945 (ada-prj-add-ada-menu): Remove the map and name parameters. | |
946 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): | |
947 New function | |
948 (ada-prj-load-directory, ada-prj-subdirs-of): New functions | |
949 (ada-prj-load-from-file): New function | |
950 (ada-prj-save): Always save fields that depend on the current buffer | |
951 (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
|
952 |
30412 | 953 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in |
954 Ada mode. This will allow us to display the Ada menu in any buffer | |
955 we want (for project items). | |
956 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct | |
957 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
|
958 |
30395 | 959 2000-07-24 Dave Love <fx@gnu.org> |
960 | |
961 * ediff-init.el (ediff-region-help-echo): Bind face-help. | |
962 | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
963 2000-07-23 Noah Friedman <friedman@splode.com> |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
964 |
30392
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
965 * type-break.el (type-break): perform autosave. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
966 Suggested by Stephen Gildea <gildea@intouchsys.com>. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
967 (type-break-do-query): Cancel query schedule while performing |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
968 actual query, to avoid possibility of a second query being made |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
969 while first one is already in progress. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
970 (type-break-time-stamp-format): New variable. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
971 (type-break-time-stamp): New function. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
972 (type-break-time-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
973 (type-break-keystroke-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
974 (type-break-noninteractive-query): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
975 |
30390
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
976 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
977 cookie. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
978 Use add-minor-mode to set minor-mode-alist, if available. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
979 (eldoc-echo-area-use-multiline-p): New user option. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
980 (eldoc-echo-area-multiline-supported-p): New variable. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
981 (eldoc-docstring-format-sym-doc): Use them. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
982 (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
|
983 pre command hooks. Suggested by David Byers <davby@ida.liu.se>. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
984 (eldoc-display-message-no-interference-p): Don't interfere with |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
985 edebug. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
986 Add autoload cookie for eldoc-mode minor-mode-alist initialization. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
987 (eldoc-function-arglist): New function. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
988 (eldoc-function-argstring): Use it. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
989 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
990 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
991 auto save directory exists before calling directory-files. |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
992 |
30386 | 993 2000-07-23 Dave Love <fx@gnu.org> |
994 | |
995 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i, | |
996 ^o, ^u. | |
997 | |
30359 | 998 2000-07-21 Dave Love <fx@gnu.org> |
999 | |
30374 | 1000 * ediff-init.el (ediff-region-help-echo): Modify to use overlay |
1001 now passed to the function. It now works properly. | |
1002 | |
30359 | 1003 * smerge-mode.el (smerge-mode-menu): Fill it out. |
1004 | |
30350 | 1005 2000-07-20 Gerd Moellmann <gerd@gnu.org> |
1006 | |
1007 * info-look.el (info-lookup): If *info* is shown in another frame | |
1008 on the same display, select that frame, instead of switching to | |
1009 the Info buffer in another window of the selected frame. | |
1010 | |
1011 * simple.el (universal-argument-map): Bind numeric keypad keys | |
1012 kp-0 to kp-9 and kp-subtract. | |
1013 (digit-argument): Handle these keys. | |
1014 | |
30346 | 1015 2000-07-20 Dave Love <fx@gnu.org> |
1016 | |
1017 * net/goto-addr.el (goto-address-fontify): Don't bother with | |
1018 buffer-modified and read-only stuff -- irrelevant with overlays. | |
1019 Put an extra property on the overlays and use it to clean up in | |
1020 case goto-address is re-run. | |
1021 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1022 2000-07-19 Richard M. Stallman <rms@gnu.org> |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1023 |
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1024 * timer.el (run-with-idle-timer): Doc fix. |
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1025 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1026 * mail/mail-utils.el (mail-strip-quoted-names): |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1027 Handle case where <...> appears inside "...". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1028 Use replace-match to edit the string more simply. |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1029 (rmail-dont-reply-to): Cope with an unmatched ". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1030 |
30331 | 1031 2000-07-19 Dave Love <fx@gnu.org> |
1032 | |
1033 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs | |
1034 implementation. | |
1035 | |
1036 * mouse.el (popup-menu): Allow a list of keymaps for menu arg. | |
1037 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions. | |
1038 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff. | |
1039 | |
30318 | 1040 2000-07-19 Gerd Moellmann <gerd@gnu.org> |
1041 | |
30329 | 1042 * textmodes/refer.el: Correct maintainer's email address. |
1043 | |
1044 * progmodes/hideif.el: Correct author's email address. | |
1045 Fix typo in comment. | |
1046 | |
1047 * xml.el: New file. | |
1048 | |
30318 | 1049 * mail/mailheader.el: Correct author's mail address. |
1050 | |
1051 * gnus/parse-time.el: Correct author's mail address. | |
1052 | |
30329 | 1053 2000-07-19 Colin Walters <walters@cis.ohio-state.edu> |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1054 |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1055 * comint.el (comint-highlight-input, comint-highlight-face): |
30329 | 1056 New user options. |
1057 (comint-input-ring-file-name): Change custom type. | |
1058 (comint-mode-map): Bind mouse-2. | |
1059 (comint-insert-clicked-input): New function. | |
1060 (comint-send-input): Handle input highlighting. | |
1061 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1062 2000-07-18 Stefan Monnier <monnier@cs.yale.edu> |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1063 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1064 * mouse.el (popup-menu): New function. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1065 (mouse-major-mode-menu): Use it. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1066 |
30311 | 1067 2000-07-18 Dave Love <fx@gnu.org> |
1068 | |
1069 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo | |
1070 improvements. | |
1071 | |
30308 | 1072 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1073 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1074 * faces.el (face-font-selection-order) |
30308 | 1075 (face-font-family-alternatives): Add custom type. |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1076 |
30298 | 1077 2000-07-18 Dave Love <fx@gnu.org> |
1078 | |
1079 * cus-edit.el (custom-variable-reset-saved) | |
1080 (custom-variable-reset-standard): Remove unused bindings. | |
1081 | |
1082 * rect.el (open-rectangle-line): Remove unused let. | |
1083 | |
1084 * hl-line.el (hl-line-highlight): Check hl-line-mode. | |
1085 | |
30296 | 1086 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1087 | |
1088 * cdl.el: Fix `Maintainer' keyword. | |
1089 | |
1090 * play/pong.el: Add author's email address. | |
1091 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1092 2000-07-17 Sam Steingold <sds@gnu.org> |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1093 |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1094 * files.el (insert-directory): Call `split-string' instead of |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1095 re-implementing it. |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1096 |
30290 | 1097 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1098 | |
1099 * mail/vms-pmail.el: Change maintainer to FSF. | |
1100 | |
1101 * net/goto-addr.el: Change maintainer to FSF. | |
1102 | |
1103 * recentf.el: Update from author. | |
1104 | |
1105 * info.el (Info-title-face-alist): Removed. | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1106 |
30277 | 1107 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il> |
1108 | |
1109 * eshell/eshell.el (eshell): Replace links to eshell.info with | |
1110 links to eshell, to avoid problems on systems where the manual is | |
1111 installed as `eshell'. | |
1112 * eshell/esh-cmd.el (eshell-cmd): Ditto. | |
1113 * eshell/em-smart.el (eshell-smart): Ditto. | |
1114 * eshell/em-banner.el (eshell-banner): Ditto. | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1115 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto. |
30277 | 1116 |
1117 * eshell/em-unix.el (eshell-shuffle-files): Don't disable | |
1118 same-file check in the MS-DOS version (it does support inodes). | |
1119 | |
1120 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix. | |
1121 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1122 * eshell/eshell.el (eshell-directory-name): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1123 Run default directory name through convert-standard-filename. |
30277 | 1124 |
30255 | 1125 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
1126 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1127 * international/mule-cmds.el (select-safe-coding-system): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1128 Fix typo in the comment. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1129 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1130 * language/european.el (compound-text): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1131 Force katakana-jisx0201 to be designated to G1. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1132 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1133 * international/mule-conf.el (oldjis-newjis-jisroman-ascii): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1134 Don't translate some national variant characters of latin-jisx0201. |
30262 | 1135 (x-ctext): Force katakana-jisx0201 to be designated to G1. |
30257 | 1136 |
30255 | 1137 * international/kkc.el (kkc-after-update-conversion-functions): |
1138 New variable. | |
1139 (kkc-update-conversion): Run functions in it at the tail. | |
1140 | |
30277 | 1141 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
|
1142 |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1143 * lisp/align.el (align-newline-and-indent): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1144 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
|
1145 (align-region): Fixed badly formatted minibuffer message. |
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
1146 |
30253 | 1147 2000-07-17 Kenichi Handa <handa@etl.go.jp> |
1148 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1149 * international/kkc.el (kkc-show-conversion-list-count): Customize it. |
30253 | 1150 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show |
1151 the conversion list at first if appropriate. | |
1152 (kkc-next): Don't update kkc-next-count here. | |
1153 (kkc-prev): Don't update kkc-prev-count here. | |
1154 (kkc-show-conversion-list-update): Fix setting up of conversion | |
1155 list message. | |
1156 | |
30250
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1157 2000-07-16 Stefan Monnier <monnier@cs.yale.edu> |
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1158 |
30290 | 1159 * 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
|
1160 |
30248 | 1161 2000-07-16 Dave Love <fx@gnu.org> |
1162 | |
1163 * cus-edit.el (custom-buffer-create-internal): Use a help-echo | |
1164 function to be more specific. | |
1165 | |
1166 * wid-edit.el (widget-specify-field, widget-specify-button): Allow | |
1167 non-string help-echo. | |
1168 (widget-types-convert-widget): Defsubst it. | |
1169 (widget-echo-help): Try to cope with a help-echo function of two | |
1170 possible sorts. | |
1171 | |
30241 | 1172 2000-07-15 Jason Rumney <jasonr@gnu.org> |
1173 | |
1174 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist): | |
1175 Declare as obsolete. | |
1176 | |
1177 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons. | |
1178 | |
30226 | 1179 2000-07-14 Gerd Moellmann <gerd@gnu.org> |
1180 | |
1181 * hilit-chg.el: Fix typo. | |
1182 | |
30221 | 1183 2000-07-14 Dave Love <fx@gnu.org> |
1184 | |
1185 * info.el (Info-mode-menu): Fix use of :help, :enable. | |
1186 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1187 2000-07-14 Stefan Monnier <monnier@cs.yale.edu> |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1188 |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1189 * 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
|
1190 |
30193 | 1191 2000-07-13 Dave Love <fx@gnu.org> |
1192 | |
30195 | 1193 * emacs-lisp/easymenu.el: Doc fixes. |
1194 (easy-menu-remove): Defalias to ignore. | |
1195 | |
30193 | 1196 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback): |
1197 Call throw correctly. | |
1198 | |
30190 | 1199 2000-07-13 Gerd Moellmann <gerd@gnu.org> |
1200 | |
1201 * faces.el (frame-background-mode): Doc fix. | |
1202 | |
1203 * simple.el (eval-expression-print-length): Change custom type to | |
1204 allow entering nil as value. | |
1205 | |
30185 | 1206 2000-07-13 Dave Love <fx@gnu.org> |
1207 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1208 * progmodes/fortran.el (fortran-imenu-generic-expression): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1209 Change definition layout. |
30187 | 1210 (fortran-mode-menu): Reinstate customize entries. |
1211 | |
30185 | 1212 * cus-edit.el (custom-group-menu-create, customize-menu-create): |
1213 Use :filter, per old XEmacs code. | |
1214 | |
30170 | 1215 2000-07-12 Gerd Moellmann <gerd@gnu.org> |
1216 | |
1217 * term.el (term-send-raw-meta): Strip modifiers from the keyboard | |
1218 event when deciding what to send to the terminal. | |
1219 | |
30168 | 1220 2000-07-12 Dave Love <fx@gnu.org> |
1221 | |
1222 * cus-start.el: Add optional version as 4th element of specs and | |
1223 use it for several things new in v21. Remove load-path. Fix type | |
1224 of line-number-display-limit. | |
1225 | |
30148 | 1226 2000-07-11 Dave Love <fx@gnu.org> |
1227 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1228 * progmodes/fortran.el: Don't require easymenu. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1229 Use repeat counts in various regexps. |
30150 | 1230 (fortran-mode-syntax-table): Defvar directly. |
1231 (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
|
1232 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1233 Use defvar, not defconst. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1234 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'. |
30150 | 1235 (fortran-mode): Set fortran-comment-line-start-skip, |
1236 fortran-comment-line-start-skip, dabbrev-case-fold-search. | |
1237 (fortran-comment-indent): Use defsubst. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1238 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1239 Use fortran-comment-indent, not fortran-comment-indent-function. |
30150 | 1240 (fortran-comment-region, fortran-electric-line-number): Simplify. |
1241 (fortran-auto-fill): New function. | |
1242 (fortran-do-auto-fill): Deleted. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1243 (fortran-find-comment-start-skip): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1244 Check for non-null comment-start-skip. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1245 (fortran-auto-fill-mode, fortran-fill-statement): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1246 Use fortran-auto-fill. |
30150 | 1247 (fortran-fill): Use fortran-auto-fill. Check for null |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1248 comment-start-skip. Simplify final clause and use end-of-line finally. |
30150 | 1249 |
30148 | 1250 * widget.el (widget-plist-member): New alias. |
1251 | |
30146 | 1252 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
1253 | |
1254 * eshell/esh-module.el (toplevel): Reference | |
1255 byte-compile-current-file only if it is bound. | |
1256 | |
30131 | 1257 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
1258 | |
1259 * dired.el: Don't require `dired-aux'. | |
1260 | |
30127 | 1261 2000-07-10 Miles Bader <miles@lsi.nec.co.jp> |
1262 | |
1263 * dired-aux.el (dired-show-file-type): New function. | |
1264 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type. | |
1265 (dired-show-file-type): Add autoload. | |
1266 | |
30125 | 1267 2000-07-10 Kenichi Handa <handa@etl.go.jp> |
1268 | |
1269 * international/mule-diag.el (describe-font): Adjusted for the | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1270 change of fontset-info. |
30125 | 1271 (print-fontset): Likewise. |
1272 | |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1273 2000-07-09 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1274 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1275 * mouse.el (mouse-drag-region): Use functionp rather than fboundp. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1276 |
30111 | 1277 2000-07-07 Gerd Moellmann <gerd@gnu.org> |
1278 | |
30131 | 1279 * bindings.el: Bind `[delete]' to delete-char. |
30115 | 1280 |
30111 | 1281 * dired.el (dired-find-alternate-file): New function. |
1282 (dired-mode-map): Bind `a' to dired-find-alternate-file. | |
1283 (toplevel): Require dired-aux when compiling. | |
1284 (dired-buffers): Move defvar within file to avoid compiler warning. | |
1285 | |
1286 * info.el (Info-last-search): Variable removed. | |
1287 (Info-search-history): New variable. | |
1288 (Info-search): New Info-search-history. | |
1289 | |
1290 * battery.el, info-look.el: Change author's mail address. | |
1291 | |
30115 | 1292 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
|
1293 |
30115 | 1294 * mail/rmail.el (rmail-clear-headers): Don't throw an error |
1295 if rmail-ignored-headers is nil. | |
1296 (rmail-retry-failure): Bind rmail-ignored-headers and | |
1297 rmail-displayed-headers to nil. | |
1298 | |
30096 | 1299 2000-07-06 Gerd Moellmann <gerd@gnu.org> |
1300 | |
30103 | 1301 * lpr.el (lpr-page-header-switches): Add `-h' switch. |
1302 (print-region-1): Don't hard code `-h' here. | |
1303 | |
30096 | 1304 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'. |
1305 | |
30103 | 1306 2000-07-01 Francesco Potorti` <pot@gnu.org> |
1307 | |
1308 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as | |
1309 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
|
1310 |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1311 2000-07-06 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1312 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1313 * facemenu.el: Docstrings fixes. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1314 (facemenu-get-face): Don't use internal-find-face. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1315 (facemenu-iterate): Rename arg to match the docstring. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1316 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1317 * newcomment.el (uncomment-region): Be more careful when skipping |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1318 backwards over `=' not to bump into BOBP. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1319 |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1320 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
|
1321 |
30096 | 1322 * ediff-diff.el (ediff-wordify): Use syntax table. |
1323 * 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
|
1324 ediff-color-display-p. |
30096 | 1325 (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
|
1326 from defsubst. |
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1327 Got rid of special cases for NeXT and OS/2. |
30096 | 1328 * 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
|
1329 face. |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1330 |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1331 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1332 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1333 * emacs-lisp/lucid.el: Require CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1334 (copy-tree, remprop): Remove, it's provided by CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1335 (map-keymap): Define in terms of cl-map-keymap. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1336 (extent-property, set-extent-end-glyph): New functions. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1337 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1338 * 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
|
1339 |
30076 | 1340 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1341 | |
30085 | 1342 * Makefile.in (DONTCOMPILE): Add comment that the name may |
1343 not be changed without changing the make-dist script. | |
1344 | |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1345 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc. |
30076 | 1346 (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
|
1347 |
30067 | 1348 2000-07-05 Andrew Innes <andrewi@gnu.org> |
1349 | |
1350 * makefile.nt: Add support for `bootstrap' and related targets. | |
1351 | |
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1352 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1353 |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1354 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1355 (easy-menu-do-define): Use `menu-item' format. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1356 Handle case where easy-menu-create-menu returns a symbol. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1357 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
|
1358 (easy-menu-filter-return): New arg NAME. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1359 Convert to a keymap if MENU is an XEmacs menu. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1360 (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
|
1361 (easy-menu-converted-items-table, easy-menu-convert-item): |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1362 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
|
1363 (easy-menu-do-add-item): Use it. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1364 (easy-menu-create-menu): Use easy-menu-convert-item. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1365 Wrap easy-menu-filter-return around any :filter specification. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1366 Don't convert the menu if a filter was specified. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1367 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
|
1368 (easy-menu-make-symbol): New arg NOEXP. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1369 |
30056 | 1370 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1371 | |
1372 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter | |
1373 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer. | |
1374 (eval-defun): If called with prefix arg, instrument code for | |
1375 Edebug. | |
1376 | |
1377 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string | |
1378 similar to that of eval-defun. | |
1379 | |
30029 | 1380 2000-07-04 Dave Love <fx@gnu.org> |
1381 | |
30035 | 1382 * hl-line.el (hl-line-overlay): Make it permanent-local. |
1383 | |
30029 | 1384 * calendar/todo-mode.el: Replaced with a working version, based on |
1385 revision 1.34 tidied up. | |
1386 | |
1387 2000-07-03 Miles Bader <miles@lsi.nec.co.jp> | |
30021 | 1388 |
1389 * paths.el (prune-directory-list): New function. | |
1390 (Info-default-directory-list): Rewritten to more methodically | |
1391 enumerate a big list of possible info directories (based on the | |
1392 list used by the standalone info reader). | |
30029 | 1393 |
30021 | 1394 * 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
|
1395 non-existent directories from Info-directory-list. |
30021 | 1396 |
1397 * paths.el (Info-default-directory-list): Try a list of possible | |
1398 info-directories instead of a single one. Add the possible | |
1399 info directory "/usr/share/info". | |
1400 | |
1401 * woman.el (woman-man.conf-path): Explicitly include the debian | |
1402 man-db config file "/etc/manpath.config". | |
1403 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as | |
1404 are present in `manpath.config'. | |
1405 (woman-manpath): Include "/usr/share/man". | |
1406 | |
30006 | 1407 2000-07-03 Gerd Moellmann <gerd@gnu.org> |
1408 | |
30017 | 1409 * frame.el (blink-cursor-mode): Don't hide cursor initially. |
1410 | |
1411 * startup.el (command-line): Initialize blink-cursor based | |
1412 on window-system. | |
1413 | |
30014 | 1414 * frame.el (blink-cursor): Default to nil if not running under |
1415 a window-system. | |
1416 | |
30012 | 1417 * faces.el (face-spec-set): Ignore invalid attributes like 20.x. |
1418 (face-x-resources): Remove duplicate entry for :font. | |
1419 | |
30006 | 1420 * textmodes/refer.el (refer-find-entry-internal): Use some-window |
1421 instead of cycling through windows with next-window. | |
1422 | |
1423 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead | |
1424 of cycling through windows with next-window. | |
1425 | |
1426 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead | |
1427 of cycling through windows with next-window. | |
1428 | |
1429 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list) | |
1430 (edebug-get-displayed-buffer-points): Use walk-windows/some-window | |
1431 instead of cycling through windows with next-window. | |
1432 | |
1433 * calendar/appt.el (appt-select-lowest-window): Use walk-windows | |
1434 instead of cycling through windows with next-window. | |
1435 | |
1436 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead | |
1437 of cycling through windows with next-window. | |
1438 | |
1439 * terminal.el (te-process-output): Use walk-windows instead of | |
1440 cycling through windows with next-window. | |
1441 | |
1442 * server.el (server-switch-buffer): Use some-window instead of | |
1443 cycling through windows with next-window. | |
1444 | |
1445 * window.el (some-window): New function. | |
1446 (walk-windows): Remove reference to walk-windows-start. | |
29996 | 1447 |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1448 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil. |
29996 | 1449 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1450 2000-07-03 Richard Stallman <rms@gnu.org> |
30006 | 1451 |
1452 * window.el (walk-windows): Guarantee termination by keeping a list | |
1453 of all the windows already handled. | |
1454 | |
29975 | 1455 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
1456 | |
1457 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use | |
1458 window-system. | |
1459 | |
1460 * man.el (Man-notify-when-ready): Don't use window-system. If | |
1461 Man-notify-method is newframe, and the display is not | |
1462 multi-frame, select the frame created for the man page. | |
1463 (Man-init-defvars): Doc fix. | |
1464 | |
29972 | 1465 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
1466 | |
29982 | 1467 * faces.el (region): Change background color for light background. |
1468 | |
1469 * ediff-wind.el (ediff-setup-control-frame): Remove :box | |
1470 attribute from mode-line face of Ediff control frame. | |
1471 | |
29972 | 1472 * replace.el (query-replace-map): Bind `e' like `E'. |
1473 | |
29967 | 1474 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
1475 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1476 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1477 Change name to "Select All". |
29969 | 1478 |
29967 | 1479 * dos-fns.el (convert-standard-filename): Fix last change. |
1480 | |
29957 | 1481 2000-06-27 Gerd Moellmann <gerd@gnu.org> |
1482 | |
29959 | 1483 * help.el (describe-variable): Don't insert a second `'s' in front |
1484 of the string `value is shown below'. Since the syntax-table is | |
1485 set to emacs-lisp-mode-syntax-table, forward-sexp skips over | |
1486 an existing `'s', so that this won't be deleted. | |
1487 | |
29957 | 1488 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el: |
1489 * pcmpl-unix.el: New files. | |
1490 | |
29955
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1491 2000-06-26 Stefan Monnier <monnier@cs.yale.edu> |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1492 |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1493 * wid-edit.el (widget-member): Use the new plist-member. |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1494 |
29939 | 1495 2000-06-26 Gerd Moellmann <gerd@gnu.org> |
1496 | |
29956 | 1497 * replace.el (perform-replace): Undo change of 2000-04-04. |
1498 Instead, move backward 1 character at the end of the loop when | |
1499 necessary. | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1500 |
29949 | 1501 * faces.el (fringe): Change face for different backgrounds. |
1502 | |
1503 * eshell/esh-module.el (toplevel): Load defgroup's differently; | |
1504 patch from John. | |
1505 | |
29939 | 1506 * eshell/*.el: Change spelling of the Free Software Foundation. |
1507 | |
1508 * eshell/esh-toggle.el: Removed. | |
1509 | |
1510 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el. | |
1511 | |
1512 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command | |
1513 interactively. | |
1514 | |
1515 2000-06-26 Alex Schroeder <alex@gnu.org> | |
1516 | |
1517 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to | |
1518 `define-key'; instead of checking `(emacs-version)' check for | |
1519 `set-keymap-parent' and `set-keymap-name' directly. Add entries | |
1520 for `;' and `o' which might be electric. | |
1521 | |
1522 (sql-electric-stuff): New user option. | |
1523 (sql-magic-go): New function which uses `sql-electric-stuff'. | |
1524 (sql-magic-semicolon): New function which uses | |
1525 `sql-electric-stuff'. | |
1526 | |
1527 (sql-accumulate-and-indent): Insert newline if `comint-accumulate' | |
1528 is not fboundp. | |
1529 | |
1530 (sql-oracle-options): New variable. | |
1531 (sql-oracle): Use it. | |
1532 | |
1533 (sql-imenu-generic-expression): Doc change. | |
1534 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer | |
1535 is used. | |
1536 | |
1537 (sql-informix): Added command line parameter "-" to force | |
1538 sql-informix-program to use stdout. | |
1539 | |
29924 | 1540 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il> |
1541 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1542 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix. |
29924 | 1543 (cp864-decode-table): Doc fix. |
1544 (cp720-decode-table): New variable, supports the Arabic OEM | |
1545 codepage used by Windows. | |
1546 (cp737-decode-table): New, Greek OEM codepage used by Windows. | |
1547 | |
29920 | 1548 2000-06-23 Dave Love <fx@gnu.org> |
1549 | |
1550 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version. | |
1551 (font-lock-fontify-anchored-keywords): Use | |
1552 line-beginning-position. | |
1553 (global-font-lock-mode): Use mapc. | |
1554 | |
29908
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1555 2000-06-23 Stefan Monnier <monnier@cs.yale.edu> |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1556 |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1557 * eshell/esh-module.el: Require CL when compiling. |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1558 |
29870 | 1559 2000-06-23 Gerd Moellmann <gerd@gnu.org> |
1560 | |
29885 | 1561 * comint.el (comint-substitute-in-file-name): Call replace-match |
1562 with second and third arg t. | |
1563 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1564 * cus-edit.el (custom-button-face, custom-button-pressed-face): |
29881 | 1565 Specify foreground color. |
1566 | |
1567 * faces.el (tool-bar, mode-line, header-line): Specify foreground | |
1568 color. | |
1569 | |
29876 | 1570 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el. |
1571 | |
1572 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and | |
1573 cddr instead of cdddr. | |
1574 | |
29873 | 1575 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list |
1576 instead of copy-list. | |
1577 | |
1578 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead | |
1579 of copy-list. | |
1580 | |
29870 | 1581 * subdirs.el: Add eshell subdirectory. |
1582 | |
1583 * eshell: New subdirectory containing the Eshell package. | |
1584 | |
1585 * pcomplete.el: New file. | |
1586 | |
29885 | 1587 2000-06-23 Paul Eggert <eggert@twinsun.com> |
1588 | |
29888 | 1589 * mail/mailpost.el (post-mail-send-it): Make sure file has |
1590 proper permissions from birth. | |
1591 | |
1592 * files.el (basic-save-buffer-2): When temporarily setting | |
1593 file modes, set them to current modes plus 0200, not to 0777. | |
1594 | |
29885 | 1595 * emerge.el (emerge-make-temp-file): Make sure file has proper |
1596 permissions from birth. | |
1597 | |
29857 | 1598 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il> |
1599 | |
1600 * files.el (make-backup-file-name-1): On DOS/Windows, run the | |
1601 backup file name through convert-standard-filename. | |
1602 | |
1603 * dos-fns.el (convert-standard-filename): Convert leading | |
1604 directories as well. When long file names are supported, convert | |
1605 characters that are invalid in Windows file names. | |
1606 | |
29849 | 1607 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1608 | |
1609 * ps-print.el: Fix bug: if ^L is the very first buffer character, | |
1610 ps-print crashes. New feature: page selection for printing. Create | |
1611 raw-text-unix coding system for XEmacs. Doc fix. | |
1612 (ps-print-version): New version number (5.2.3). | |
1613 (ps-plot-region): Bug fix. | |
1614 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file) | |
1615 (ps-header-sheet, ps-generate, ps-end-job): Code fix. | |
1616 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New | |
1617 funs. | |
1618 (ps-selected-pages, ps-last-selected-pages, ps-first-page) | |
1619 (ps-last-page): New vars. | |
1620 | |
29845 | 1621 2000-06-21 Gerd Moellmann <gerd@gnu.org> |
1622 | |
1623 * progmodes/sh-script.el (sh-while-getopts): Fix handling of | |
1624 empty option string. | |
1625 | |
29839 | 1626 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il> |
1627 | |
1628 * man.el (man): Doc fix. | |
1629 | |
29829 | 1630 2000-06-21 Kenichi Handa <handa@etl.go.jp> |
1631 | |
1632 * international/mule-cmds.el (set-language-info-alist): Docstring | |
1633 fixed. | |
1634 | |
29814 | 1635 2000-06-20 Gerd Moellmann <gerd@gnu.org> |
1636 | |
1637 * version.el (emacs-version): Use ISO date format. | |
1638 | |
1639 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d' | |
1640 instead of `M-backspace'. | |
1641 | |
1642 * simple.el (turn-off-auto-fill): New function. | |
1643 | |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1644 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1645 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1646 * jit-lock.el (with-buffer-prepared-for-jit-lock): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1647 Renamed from with-buffer-prepared-for-font-lock and use |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1648 inhibit-modification-hooks rather than setting *-change-functions. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1649 Update all functions to use the new name. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1650 (jit-lock-first-unfontify-pos): New semantics (and doc). |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1651 (jit-lock-mode): Make non-interactive. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1652 Don't automatically turn on font-lock. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1653 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
|
1654 Always use jit-lock-after-change. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1655 Remove and restore font-lock-after-change-function. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1656 (turn-on-jit-lock, jit-lock-after-fontify-buffer) |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1657 (jit-lock-after-unfontify-buffer): Remove. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1658 (jit-lock-stealth-fontify): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1659 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
|
1660 (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
|
1661 |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1662 2000-06-20 Sam Steingold <sds@gnu.org> |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1663 |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1664 * emacs-lisp/cl-indent.el (toplevel): Indent |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1665 `print-unreadable-object' properly. Untabify. |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1666 |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1667 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1668 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1669 * textmodes/reftex.el (reftex-find-citation-regexp-format): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1670 Support for bibentry. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1671 (reftex-compile-variables): Fixed problem with end of section-re. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1672 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1673 * texmodes/reftex-dcr.el (reftex-view-crossref, |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1674 reftex-view-crossref-from-bibtex): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1675 Deal with changed `reftex-find-citation-regexp-format'. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1676 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1677 Replaced `remprop' with `put'. |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1678 (reftex-view-crossref, reftex-view-crossref-when-idle): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1679 Support for bibentry. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1680 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1681 * textmodes/reftex-vars.el (reftex-cite-format-builtin): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1682 New entry for bibentry package. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1683 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1684 * textmodes/reftex-parse.el (reftex-locate-bibliography-files): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1685 Regexp also matches "\nobibliography". |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1686 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1687 * textmodes/reftex-global.el (reftex-renumber-simple-labels): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1688 Call `reftex-ensure-write-access' before doing anything. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1689 (reftex-ensure-write-access): New function. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1690 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1691 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1692 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1693 * 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
|
1694 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1695 * 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
|
1696 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1697 * 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
|
1698 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1699 * 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
|
1700 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1701 |
29776 | 1702 2000-06-20 Dave Love <fx@gnu.org> |
1703 | |
1704 * faces.el (frame-background-mode): Use set-default, not set, in | |
1705 setter. | |
1706 (frame-update-faces, frame-update-face-colors): Define with | |
1707 defalias. | |
1708 | |
1709 * enriched.el (enriched-decode-foreground) | |
1710 (enriched-decode-background): Don't use internal-find-face. | |
1711 | |
1712 * apropos.el: Doc fixes. | |
1713 | |
1714 * cus-edit.el (customize-changed-options): Check arg. | |
1715 (customize-version-lessp): Don't require decimal point. | |
1716 | |
1717 * custom.el (defcustom, defgroup): Doc fix. | |
1718 | |
1719 * newcomment.el (comment) <defgroup>: Add :version. | |
1720 (comment-multi-line): Doc fix. | |
1721 | |
1722 * emulation/mlsupport.el (define-hooked-local-abbrev, | |
1723 define-hooked-global-abbrev): Fix, using define-abbrev. | |
1724 | |
29747 | 1725 2000-06-19 Gerd Moellmann <gerd@gnu.org> |
1726 | |
1727 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking | |
1728 the whole buffer. | |
1729 | |
29740 | 1730 2000-06-19 Dave Love <fx@gnu.org> |
1731 | |
1732 * menu-bar.el (menu-bar-options-save): New function. | |
1733 (menu-bar-options-menu): Use it. | |
1734 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>: | |
1735 Simplify. | |
1736 | |
29731
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1737 2000-06-19 Andreas Schwab <schwab@suse.de> |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1738 |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1739 * progmodes/etags.el (tags-query-replace): Put new parameters |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1740 START and END at the end, for backward compatibility. |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1741 |
29720 | 1742 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
1743 | |
1744 * international/codepage.el: | |
1745 (cp-coding-system-for-codepage-1): Delete special codes for | |
1746 generating xxx-dos coding system because now a CCL based coding | |
1747 system can handle EOL conversion by default. | |
1748 | |
1749 * international/mule.el (make-coding-system): Generate subsidiary | |
1750 coding systems for EOL handling variants even for a CCL based | |
1751 coding system. | |
1752 | |
29718 | 1753 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
1754 | |
1755 * international/isearch-x.el (isearch-minibuffer-input-method) | |
1756 (isearch-minibuffer-input-method-function): These variables | |
1757 deleted. | |
1758 (isearch-with-input-method): Don't use the above variables. | |
1759 (isearch-process-search-multibyte-characters): Likewise. Call | |
1760 read-string with the arg INHERIT-INPUT-METHOD t. | |
1761 | |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
1762 2000-06-17 Stefan Monnier <monnier@cs.yale.edu> |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
1763 |
29710
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1764 * font-lock.el (font-lock-after-fontify-buffer) |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1765 (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
|
1766 |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1767 * 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
|
1768 Use consistent make-local-variable style for font-lock-fontified. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1769 (jit-lock-fontify-buffer): |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1770 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
|
1771 |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
1772 * time.el: Remove trailing ^M that prevent CVS-merging. |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
1773 |
29712 | 1774 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
1775 | |
1776 * Makefile.in (distclean): New target. | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1777 |
29705
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
1778 2000-06-16 Stefan Monnier <monnier@cs.yale.edu> |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
1779 |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
1780 * Makefile.in (srcdir): Define for update-subdirs. |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
1781 |
29696 | 1782 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
1783 | |
1784 * find-lisp.el: New file. | |
1785 | |
29694 | 1786 2000-06-16 Andrew Innes <andrewi@gnu.org> |
1787 | |
1788 * time.el (display-time-mail-function): New variable, to allow | |
1789 external packages to indicate when new mail is available. | |
1790 (display-time-update): Use it. | |
1791 | |
29689 | 1792 2000-06-16 Kenichi Handa <handa@etl.go.jp> |
1793 | |
29691 | 1794 * international/mule.el (mule-version): Change version name to |
1795 SAKAKI. AOI has already been used by Meadow. | |
1796 | |
29689 | 1797 * international/quail.el (quail-show-guidance-buf): To find the |
1798 bottom window (but minibuffer), pay attention to the height of | |
1799 minibuffer. | |
1800 | |
29670 | 1801 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
1802 | |
29682 | 1803 * arc-mode.el (archive-mode-map): Use the new menu-item format for |
1804 menu-bar menus. Add help strings. Don't remove the Edit menu | |
1805 from the menu bar, as the menu bar has enough space now. | |
1806 | |
29680 | 1807 * Makefile.in (SHELL): Make sure /bin/sh is used. |
1808 | |
29670 | 1809 * woman.el (woman-man-buffer): Fix bold and underlined CJK |
1810 characters, which use series of two ^H characters instead of one. | |
1811 | |
29667 | 1812 2000-06-15 Gerd Moellmann <gerd@gnu.org> |
1813 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1814 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table) |
29686 | 1815 (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
|
1816 functions. |
29686 | 1817 (Info-find-node-2): Try a case-sensitive search first, then |
1818 do a case-insensitive search. | |
1819 | |
1820 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English | |
1821 tutorials. | |
1822 | |
29676 | 1823 * complete.el (PC-env-vars-alist): New variable. |
1824 (PC-complete-as-file-name): New function. | |
1825 (partial-completion-mode): Initialize PC-env-vars-alist from | |
1826 process-environment. | |
1827 (PC-do-completion): Handle completion of env vars. | |
1828 | |
1829 * info.el (Info-set-mode-line): Show file name in mode line, | |
1830 use `*Info*' instead of `Info:'. | |
1831 | |
29667 | 1832 * startup.el (command-line-1): Change copyright messages to year |
1833 2000. | |
1834 | |
29665 | 1835 2000-06-15 Dave Love <fx@gnu.org> |
1836 | |
1837 * net/goto-addr.el (goto-address-fontify): Use keymap property, | |
1838 not local-map. | |
1839 | |
29658 | 1840 2000-06-15 Kenichi Handa <handa@etl.go.jp> |
1841 | |
1842 * international/mule.el (set-buffer-file-coding-system): Almost | |
1843 rewritten to handle `undecided' as no-op. | |
1844 | |
29654 | 1845 2000-06-14 Gerd Moellmann <gerd@gnu.org> |
1846 | |
29667 | 1847 * Makefile.in: New file. |
29657 | 1848 |
1849 * Makefile: Removed. | |
1850 | |
29654 | 1851 * net/goto-addr.el (goto-address): Don't bind C-c RET locally. |
1852 (goto-address-highlight-keymap): Bind C-c RET. | |
1853 | |
29640 | 1854 2000-06-14 Kenichi Handa <handa@etl.go.jp> |
1855 | |
29649 | 1856 * mail/sendmail.el (sendmail-send-it): The temporary buffer |
1857 inherits buffer-file-coding-system of the current buffer. | |
29647 | 1858 |
29645 | 1859 * tar-mode.el (tar-extract): For goto-char, use (point-min), not |
1860 0. Give correct argument to set-auto-coding-function. | |
1861 (tar-expunge): For goto-char, use (point-min), not 0. | |
1862 (tar-clear-modification-flags): For goto-char, use (point-min), not 1. | |
1863 (tar-subfile-save-buffer): Likewize. | |
1864 | |
29640 | 1865 * international/mule.el |
1866 (after-insert-file-set-buffer-file-coding-system): Call | |
1867 set-buffer-file-coding-system with the arg FORCE t. | |
1868 | |
29633 | 1869 2000-06-13 Gerd Moellmann <gerd@gnu.org> |
1870 | |
1871 * mail/sendmail.el (mail-specify-envelope-from): Initialize to | |
1872 nil. Contemporary sendmails issue an X-Authentication-Warning if | |
29676 | 1873 the sender is set with `-f'. |
29633 | 1874 |
29622 | 1875 2000-06-13 Dave Love <fx@gnu.org> |
1876 | |
29630 | 1877 * help.el (describe-function-1): Kluge around cases of functions |
1878 fset to subrs whose doc doesn't match their symbol-name. | |
1879 | |
29627 | 1880 * image.el (insert-image): Default STRING to a space. |
29625 | 1881 |
29622 | 1882 * info.el Doc fixes. |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1883 (Info-build-node-completions): Match Ref tags. |
29622 | 1884 |
29612 | 1885 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
1886 | |
29615 | 1887 * frame.el (display-multi-frame-p, display-multi-font-p): New |
1888 defaliases for display-graphic-p. | |
1889 | |
29612 | 1890 * hl-line.el: Fixed a typo in commentary. |
1891 | |
29609 | 1892 2000-06-13 Kenichi Handa <handa@etl.go.jp> |
1893 | |
1894 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo | |
1895 fixed. | |
1896 | |
29608 | 1897 2000-06-12 Dave Love <fx@gnu.org> |
1898 | |
1899 * image.el (insert-image): Save a little consing. | |
1900 | |
29598 | 1901 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
1902 | |
1903 * language/tibet-util.el: Convert all tibetan-1-column characters | |
1904 to the corresponding tibetan characters. | |
1905 (tibetan-add-components): Delete code for the special treatment of | |
1906 'a chung. | |
1907 | |
1908 * language/tibetan.el (tibetan-composable-pattern): Fix previous | |
1909 change. | |
1910 (tibetan-vowel-transcription-alist): More rules added. | |
1911 (tibetan-composite-vowel-alist): New variable. | |
1912 (tibetan-precomposition-rule-alist): More rules added. | |
1913 | |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1914 2000-06-12 Stefan Monnier <monnier@cs.yale.edu> |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1915 |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1916 * 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
|
1917 |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1918 * thingatpt.el (toplevel symbol-properties): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1919 * textmodes/makeinfo.el (makeinfo-compile): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1920 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1921 * progmodes/hideif.el (hif-compress-define-list) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1922 (hide-ifdef-use-define-alist): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1923 * 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
|
1924 (ange-ftp-vms-add-file-entry): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1925 * 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
|
1926 * man.el (Man-build-man-command): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1927 * mail/rnewspost.el (news-reply-header-hook): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1928 * info.el (Info-insert-dir): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1929 * emulation/mlconvert.el (backward-word, forward-word, setq): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1930 * emacs-lisp/gulp.el (gulp-send-requests): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1931 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1) |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1932 (byte-optimize-inline-handler, byte-optimize-form-code-walker) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1933 (byte-optimize-apply, end of file): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1934 * emacs-lisp/advice.el (ad-advice-class-completion-table) |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1935 (ad-make-freeze-definition): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1936 * 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
|
1937 |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1938 * 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
|
1939 (cvs-cleanup-removed): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1940 (cvs-cleanup-functions): New var. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1941 (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
|
1942 some flexibility in specifying additional entries to auto-cleanup. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1943 (cvs-quickdir): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1944 (cvs-mode-insert): Use cvs-fileinfo-from-entries. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1945 (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
|
1946 (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
|
1947 when invoked through a mouse-click. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1948 (cvs-full-path): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1949 (cvs-dired-action): Re-introduced. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1950 (cvs-dired-noselect): Use it. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1951 (vc-post-command-functions): use this new hook if available. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1952 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1953 * 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
|
1954 (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
|
1955 (cvs-filename-map, cvs-dirname-map): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1956 (cvs-default-action): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1957 (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
|
1958 if the arg is really a keymap. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1959 (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
|
1960 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
|
1961 the var cvs-fi-<type>-face instead. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1962 (cvs-fileinfo-from-entries): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1963 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1964 * 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
|
1965 Docstring fix. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1966 (cvs-find-file-and-jump): Change default to be safer. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1967 (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
|
1968 (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
|
1969 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
|
1970 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1971 * 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
|
1972 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
|
1973 |
29574 | 1974 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
1975 | |
1976 * international/mule.el (set-buffer-file-coding-system): If | |
1977 CODING-SYSTEM is nil, set buffer-file-coding-system to nil | |
1978 unconditionally. | |
1979 | |
29568 | 1980 2000-06-12 Dave Love <fx@gnu.org> |
1981 | |
1982 * wid-edit.el (widget-specify-button): Really suppress the face if | |
1983 required. | |
1984 | |
29556 | 1985 2000-06-11 Gerd Moellmann <gerd@gnu.org> |
1986 | |
1987 * term/x-win.el (x-colors): Add colors from recent rgb.txt. | |
1988 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
1989 2000-06-11 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
1990 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
1991 * imenu.el (imenu-generic-expression): Docstring fix. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
1992 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
1993 * composite.el (composition-function-table): Move the `put' |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
1994 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
|
1995 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
1996 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
1997 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
1998 * emacs-lisp/autoload.el (make-autoload): Use `cond'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
1999 Handle easy-mmode-define-global-mode. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2000 For complex macros like define-minor-mode that can generate |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2001 several autoload entries, try to autoload entries in the |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2002 macroexpanded code. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2003 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2004 * emacs-lisp/easy-mmode.el (define-minor-mode): |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2005 If KEYMAP is a symbol, just use it. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2006 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
|
2007 proper :require to pass to defcustom. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2008 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
|
2009 Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2010 Be more careful about the evaluation of KEYMAP. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2011 (easy-mmode-define-global-mode): Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2012 (define-derived-mode): Move define-abbrev-table outside of defvar. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2013 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2014 2000-06-10 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2015 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2016 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch). |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2017 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2018 (backup-compiled-files): Ignore errors during `tar'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2019 (bootstrap): Make autoloads before elc files. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2020 |
29542 | 2021 2000-06-10 Kenichi Handa <handa@etl.go.jp> |
2022 | |
2023 * 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
|
2024 undecided-XXX is specified, change only EOL conversion. |
29542 | 2025 |
2026 * international/mule-conf.el (unix): New alias for the coding | |
2027 system undecided-unix. | |
2028 | |
29528 | 2029 2000-06-09 Dave Love <fx@gnu.org> |
2030 | |
29535 | 2031 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region. |
2032 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2033 * progmodes/executable.el: Byte compile dynamic. |
29528 | 2034 (executable-insert): Change custom type. |
2035 (executable-find): Add autoload cookie. | |
29531 | 2036 (executable-make-buffer-file-executable-if-script-p): New |
2037 function. After Noah Friedman. | |
29528 | 2038 |
2039 * files.el (after-save-hook): Customize, with | |
29531 | 2040 executable-make-buffer-file-executable-if-script-p as an option. |
29528 | 2041 |
29518 | 2042 2000-06-09 Kenichi Handa <handa@etl.go.jp> |
2043 | |
29522 | 2044 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font |
2045 "tib24p-mule.bdf" for Tibetan. | |
2046 | |
29520 | 2047 * composite.el (decompose-composite-char): Declare it as obsolete. |
2048 | |
29541 | 2049 * man.el (Man-fontify-manpage): Pay attention to underline and |
2050 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX). | |
29518 | 2051 |
29517 | 2052 2000-06-08 Gerd Moellmann <gerd@gnu.org> |
2053 | |
2054 * thingatpt.el (forward-thing): Use functionp instead of fboundp. | |
2055 Set maintainer to FSF since author isn't reachable. | |
2056 | |
29508 | 2057 2000-06-08 Dave Love <fx@gnu.org> |
2058 | |
2059 * international/mule-cmds.el (select-safe-coding-system): If | |
2060 DEFAULT-CODING-SYSTEM is not specified, also check the most | |
2061 preferred coding-system if buffer-file-coding-system is | |
2062 `undecided'. From Handa. | |
2063 | |
29503 | 2064 2000-06-08 Kenichi Handa <handa@etl.go.jp> |
2065 | |
2066 * international/mule.el | |
2067 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
2068 size is greater than INSERTED, judget that we are not visiting. | |
2069 | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2070 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
|
2071 |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2072 * 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
|
2073 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
|
2074 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
|
2075 |
29498 | 2076 2000-06-07 Gerd Moellmann <gerd@gnu.org> |
2077 | |
2078 * align.el: Update from author. | |
2079 | |
2080 2000-06-07 Jari Aalto <jari.aalto@poboxes.com> | |
2081 | |
2082 * apropos.el (apropos-mode-hook): New user variable. | |
2083 (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
|
2084 |
29498 | 2085 2000-06-07 David Ponce <david@dponce.com> |
2086 | |
2087 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files | |
2088 commands. Require `wid-edit' at run-time. | |
2089 | |
2090 2000-06-07 David Ponce <david@dponce.com> | |
2091 | |
2092 * recentf.el: Added some "Commentary". | |
2093 (recentf-open-more-files, recentf-edit-list): Minor changes to | |
2094 move the point at the top of the file list. This behaviour is | |
2095 consistent with the menu one when the list contains a lot of | |
2096 files. | |
2097 (recentf-cleanup): Now displays the number of items removed from | |
2098 the list. | |
2099 (recentf-relative-filter) New menu filter to show filenames | |
2100 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
|
2101 |
29498 | 2102 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2103 | |
2104 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size | |
2105 with/without giving an error if PostScript printer doesn't have this | |
2106 kind of page size. Zebra Stripe continues or restarts on next page. | |
2107 Manual/automatic paper feeding. Switch or not the header. | |
2108 (ps-print-version): New version number (5.2.2). | |
2109 (ps-windows-system): Include emx as a Windows system. | |
2110 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face) | |
2111 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces) | |
2112 (ps-background-text): Code fix. | |
2113 (ps-error-handler-message, ps-user-defined-prologue) | |
2114 (ps-print-prologue-header, ps-printer-name) | |
2115 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color) | |
2116 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg) | |
2117 (ps-use-face-background): Customization fix. | |
2118 (ps-n-up-database): Data fix. | |
2119 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed) | |
2120 (ps-switch-header): New vars. | |
2121 (ps-xemacs-color-name, ps-face-foreground-name) | |
2122 (ps-face-background-name, ps-boolean-constant): New funs. | |
2123 | |
29491 | 2124 2000-06-07 Dave Love <fx@gnu.org> |
2125 | |
2126 * allout.el: New version from Manheimer. | |
2127 | |
29483 | 2128 2000-06-07 Kenichi Handa <handa@etl.go.jp> |
2129 | |
2130 * textmodes/fill.el (fill-find-break-point): Check the validity of | |
2131 charset. | |
2132 | |
29476
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2133 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
|
2134 |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2135 * 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
|
2136 (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
|
2137 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
|
2138 window-system. |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2139 |
29471 | 2140 2000-06-06 Dave Love <fx@gnu.org> |
2141 | |
2142 * image.el (find-image): Doc fix. Return nil if image not found. | |
2143 (put-image, insert-image): Make STRING arg optional. | |
2144 | |
29455 | 2145 2000-06-06 Kenichi Handa <handa@etl.go.jp> |
2146 | |
2147 * language/vietnamese.el: Remove eval-when-compile. | |
2148 (viet-viscii-nonascii-translation-table): Define it as a | |
2149 translation table made from viet-viscii-decode-table. | |
2150 (viet-viscii-encode-table): Define it as a translation table made | |
2151 from the reverse map of above. | |
2152 (viet-vscii-nonascii-translation-table): Define it as a | |
2153 translation table made from viet-vscii-decode-table. | |
2154 (viet-vscii-encode-table): Define it as a translation table made | |
2155 from the reverse map of above. | |
2156 (ccl-decode-viscii): Use translate-character. | |
2157 (ccl-encode-viscii, ccl-encode-viscii-font) | |
2158 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): | |
2159 Likewize. | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2160 |
29455 | 2161 * language/cyrillic.el: Remove eval-when-compile. |
2162 (cyrillic-koi8-r-nonascii-translation-table): Define it as a | |
2163 translation table made from cyrillic-koi8-r-decode-table. | |
2164 (cyrillic-koi8-r-encode-table): Define it as a translation table | |
2165 made from the reverse map of above. | |
2166 (ccl-decode-koi8): Use translate-character. | |
2167 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize | |
2168 (cyrillic-alternativnyj-nonascii-translation-table): Define it as | |
2169 a translation table made from cyrillic-alternativnyj-decode-table. | |
2170 (cyrillic-alternativnyj-encode-table): Define it as a translation | |
2171 table made from the reverse map of above. | |
2172 (ccl-decode-alternativnyj): Use translate-character. | |
2173 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font): | |
2174 Likewize | |
2175 | |
2176 * international/mule-diag.el (non-iso-charset-alist): Specify | |
2177 translation table symbol instead of translation table itself. | |
2178 (list-block-of-chars): CHARSET may be a translation table symbol. | |
2179 | |
2180 * international/mule.el (make-coding-system): If CODING-SYSTEM | |
2181 already exists, override it. | |
2182 | |
2183 * international/fontset.el: Use family `proportional' for Tibetan | |
2184 fonts. | |
2185 | |
2186 * international/ccl.el (ccl-compile-translate-character): Don't | |
2187 check if Rrr has property translation-table. | |
2188 (ccl-compile-map-multiple): Modified to avoid compiler warning. | |
2189 | |
29447 | 2190 2000-06-05 Gerd Moellmann <gerd@gnu.org> |
2191 | |
2192 * info.el: Bind case-fold-search to t when searching in case | |
2193 a user sets it to nil in a hook. | |
2194 | |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2195 2000-06-05 Stefan Monnier <monnier@cs.yale.edu> |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2196 |
29426
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2197 * autoarg.el (autoarg-mode, autoarg-kp-mode): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2198 * 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
|
2199 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2200 * tar-mode.el (tar-header-block-recompute-checksum): Remove. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2201 (tar-clip-time-string): Prepend a space. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2202 (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
|
2203 (tar-header-block-summarize): Fix docstring. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2204 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
|
2205 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2206 * 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
|
2207 (diff-goto-source, diff-unified->context, diff-context->unified) |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2208 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2209 understand the format output by the `-p' argument to diff. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2210 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2211 * 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
|
2212 (sh-re-done): Use defconst. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2213 (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
|
2214 (sh-help-string-for-variable, sh-guess-basic-offset): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2215 Don't quote lambdas. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2216 (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
|
2217 (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
|
2218 |
29421
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2219 * 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
|
2220 (mh-letter-mode): Derive from text-mode. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2221 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
|
2222 Also remove the Emacs-18 compatibility code. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2223 |
29417
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2224 * emacs-lisp/autoload.el (make-autoload): Simplify docstring. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2225 Make use of symbol-property doc-string-elt. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2226 Use memq rather than a sequence of eq. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2227 (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
|
2228 (autoload-print-form): New function extracted from |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2229 generate-file-autoloads to allow recursion when handling progn |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2230 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
|
2231 (generate-file-autoloads): Use it. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2232 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2233 * 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
|
2234 Use find-file-hooks in the minor-mode function. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2235 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
|
2236 |
29412
ecd388a0937d
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29407
diff
changeset
|
2237 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
|
2238 |
29447 | 2239 * 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
|
2240 tty's. |
29447 | 2241 * 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
|
2242 differences whenever appropriate. |
29447 | 2243 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members. |
2244 * 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
|
2245 wildcards. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2246 |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2247 2000-06-04 Stefan Monnier <monnier@cs.yale.edu> |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2248 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2249 * 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
|
2250 (jit-lock-fontify-buffer): New function for JIT refontification. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2251 (jit-lock-mode): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2252 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
|
2253 Remove jit-lock-after-change from the _local_ hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2254 (jit-lock-function-1): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2255 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2256 * info.el (Info-on-current-buffer): Initialize info. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2257 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2258 * newcomment.el (comment-indent): Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2259 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2260 * progmodes/tcl.el (tcl-indent-for-comment): |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2261 Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2262 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2263 * emacs-lisp/easy-mmode.el: Require CL during compilation. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2264 (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
|
2265 (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
|
2266 and improve to use the lighter to guess the capitalization. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2267 (define-minor-mode): Inline code from easy-mmode-define-toggle. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2268 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
|
2269 Add local-map and help-echo properties to the lighter. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2270 (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
|
2271 (easy-mmode-define-global-mode): New macro. |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2272 |
29403 | 2273 2000-06-02 Dave Love <fx@gnu.org> |
2274 | |
2275 * wid-edit.el: byte-compile-dynamic since we typically don't use | |
2276 all the widgets. Don't require cl or widget. Remove | |
2277 eval-and-compile. Don't autoload finder-commentary. Doc fixes. | |
2278 (widget-read-event): Removed. Callers changed to use read-event. | |
2279 (widget-button-release-event-p): Renamed from | |
2280 button-release-event-p. | |
2281 (widget-field-add-space, widget-field-use-before-change): | |
2282 Uncustomize. | |
2283 (widget-specify-field): Use keymap property, not local-map. | |
2284 (widget-specify-button): Obey :suppress-face. | |
2285 (widget-specify-insert): Use modern backquote syntax. | |
2286 (widget-image-directory): Renamed from widget-glyph-directory. | |
2287 (widget-image-enable): Renamed from widget-glyph-enable. | |
2288 (widget-image-find): Replaces widget-glyph-find. | |
2289 (widget-button-pressed-face): Move defvar. | |
2290 (widget-image-insert): Replaces widget-glyph-insert. | |
2291 (widget-convert): Use keywordp. | |
2292 (widget-leave-text, widget-children-value-delete): Use mapc. | |
2293 (widget-keymap): Remove XEmacs stuff. | |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2294 (widget-field-keymap, widget-text-keymap): Define all inside defvar. |
29403 | 2295 (widget-button-click): Don't set point at the click, but re-centre |
2296 if we scroll out of window. Rewritten for images v. glyphs &c. | |
2297 (widget-tabable-at): Use POS arg, not point. | |
2298 (widget-beginning-of-line, widget-end-of-line) | |
2299 (widget-item-value-create, widget-sublist, widget-princ-to-string) | |
2300 (widget-sexp-prompt-value, widget-echo-help): Simplify. | |
2301 (widget-default-create): Use widget-image-insert; some rewriting. | |
2302 (widget-visibility-value-create) | |
2303 (widget-push-button-value-create, widget-toggle-value-create): Use | |
2304 widget-image-insert. | |
2305 (checkbox): Create on and off images dynamically. | |
2306 (documentation-link): Change :help-echo. | |
2307 (widget-documentation-link-echo-help): Remove. | |
2308 | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2309 2000-06-02 Stefan Monnier <monnier@cs.yale.edu> |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2310 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2311 * 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
|
2312 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2313 * 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
|
2314 (easy-mmode-define-toggle, define-minor-mode): Use it. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2315 (easy-mmode-define-keymap): Docstring fix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2316 (define-derived-mode): Default PARENT to fundamental-mode. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2317 Add the derived-mode-parent symbol-property. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2318 (easy-mmode-derived-mode-p): New function. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2319 |
29383 | 2320 2000-06-02 Dave Love <fx@gnu.org> |
2321 | |
29392 | 2322 * files.el (convert-standard-filename): Doc fix. |
2323 (normal-backup-enable-predicate): New function. | |
2324 (backup-enable-predicate): Use it to replace the lambda form. | |
2325 | |
2326 * calendar/todo-mode.el: [This needs more work on the outline | |
2327 stuff.] Doc fixes. | |
2328 (todo) <defgroup>: Add :version. | |
2329 (todo-add-category): Don't use pushnew. | |
2330 (todo-cmd-raise): Fix typo. | |
2331 (todo-top-priorities): Change temp buffer name. | |
2332 (todo-category-alist): Avoid redundant lambda. | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2333 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2334 Use outline-next-heading. |
29392 | 2335 |
29383 | 2336 * autoarg.el: Rewritten to use define-minor-mode. |
2337 (autoarg-kp-digits, autoarg-kp-mode-map): New variable. | |
2338 (autoarg-kp-mode, autoarg-kp-digit-argument): New command. | |
2339 | |
29376 | 2340 2000-06-02 Kenichi Handa <handa@etl.go.jp> |
2341 | |
2342 * isearch.el (isearch-other-meta-char): Fix previous change. | |
2343 | |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2344 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2345 |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2346 * 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
|
2347 (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
|
2348 from the last comment entered. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2349 |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2350 * isearch.el (isearch-highlight): Turn internal-find-face into facep. |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2351 |
29372 | 2352 2000-06-01 Dave Love <fx@gnu.org> |
2353 | |
2354 * hl-line.el: Rewritten using define-minor-mode. | |
2355 | |
2356 * help.el (describe-function-1): Distinguish special form from | |
2357 builtin function. Sanity-check presence of arglist for builtins. | |
2358 | |
29356 | 2359 2000-06-01 Kenichi Handa <handa@etl.go.jp> |
2360 | |
29365 | 2361 * international/characters.el: Fix syntax/category setting of |
2362 Tibetan characters. | |
2363 | |
2364 * language/tibet-util.el (tibetan-add-components): Fixes for new | |
2365 encoding of Tibetan characters. | |
2366 (tibetan-decompose-precomposition-alist): New variable. | |
2367 (tibetan-decompose-region): Convert precomposed characters to | |
2368 non-precomposed characters. | |
2369 (tibetan-decompose-string): Likewise. | |
2370 (tibetan-composition-function): Fix args to | |
2371 thibetan-compose-string. | |
2372 | |
2373 * language/tibetan.el (tibetan-composable-pattern): More | |
2374 characters included. | |
2375 (tibetan-consonant-transcription-alist): Rule for "R" added. | |
2376 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and | |
2377 "+R" added. | |
2378 (tibetan-base-to-subjoined-alist): Rule for "RA" added. | |
2379 | |
29359 | 2380 * language/lao-util.el (lao-composition-function): Fix args to |
2381 compose-string. | |
2382 | |
2383 * language/thai-util.el (thai-composition-function): Fix args to | |
2384 compose-string. | |
2385 | |
29356 | 2386 * isearch.el (isearch-update): Set disable-point-adjustment to t |
29357 | 2387 to prevent the point moving to the end of a composition when a |
2388 part of a composition is searched. | |
29356 | 2389 (isearch-other-meta-char): If the key invoking this command can be |
2390 mapped by function-key-map to a printing char, call | |
2391 isearch-process-search-char directly. | |
2392 | |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2393 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2394 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2395 * emacs-lisp/bytecomp.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2396 * frame.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2397 * international/mule-cmds.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2398 * international/mule-util.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2399 * international/mule.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2400 * mouse.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2401 * subr.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2402 * 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
|
2403 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2404 * byte-run.el (make-obsolete, make-obsolete-variable): |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2405 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
|
2406 symbol-property information. |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2407 * 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
|
2408 (byte-compile-obsolete, byte-compile-variable-ref): Understand the |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2409 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
|
2410 |
29347 | 2411 2000-05-31 Dave Love <fx@gnu.org> |
2412 | |
2413 * loadhist.el (loadhist-hook-functions): Remove | |
2414 before-change-function, after-change-function. | |
2415 (unload-feature): Deal with symbols which are both bound and | |
2416 fbound. | |
2417 | |
2418 * mouse.el (mouse-save-then-kill-delete-region): Don't bind | |
2419 before-change-function, after-change-function. | |
2420 | |
2421 * simple.el (newline): Don't bind before-change-function, | |
2422 after-change-function. | |
2423 | |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2424 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
|
2425 |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2426 * 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
|
2427 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
|
2428 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
|
2429 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
|
2430 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2431 * 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
|
2432 |
29330 | 2433 2000-05-31 Dave Love <fx@gnu.org> |
2434 | |
2435 * add-log.el (change-log-font-lock-keywords) <function>: Add | |
2436 pattern for function of change. | |
2437 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate | |
2438 acknowledgements patterns. | |
2439 | |
29328 | 2440 2000-05-31 Kenichi Handa <handa@etl.go.jp> |
2441 | |
2442 * isearch.el (isearch-printing-char): If keyboard coding system is | |
2443 being used, call isearch-process-search-multibyte-characters. | |
2444 | |
2445 * international/isearch-x.el: Mostly rewritten. | |
2446 | |
2447 * international/quail.el (quail-start-conversion): Don't include | |
2448 unhandled events in the returned events, but set them in | |
2449 unread-command-events. Exit if all inputs are deleted. | |
2450 | |
29324 | 2451 2000-05-30 Jason Rumney <jasonr@gnu.org> |
2452 | |
2453 * w32-fns.el (w32-charset-info-alist): Add each charset separately. | |
2454 | |
2455 * term/w32-win.el: Doc changes to reduce diffs with x-win.el. | |
2456 Reenable code to create initial fontsets. | |
2457 Use set-fontset-font in place of put-charset-property. | |
2458 | |
29302 | 2459 2000-05-30 Gerd Moellmann <gerd@gnu.org> |
2460 | |
29307 | 2461 * progmodes/perl-mode.el (perl-indent-line): When looking for a |
2462 label, ensure that the first colon isn't followed by another. | |
2463 | |
2464 * paths.el (Info-default-directory-list): Doc fix. | |
2465 | |
29304 | 2466 * net/net-utils.el (finger-X.500-host-regexps): New user-option. |
2467 (finger): If HOST matches a regexp from finger-X.500-host-regexps, | |
2468 send a query containing USER only, not USER@HOST. | |
2469 | |
29302 | 2470 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg |
2471 and rmail-msgend to compute the restriction at the end, instead of | |
2472 computing it. | |
2473 | |
29292 | 2474 2000-05-29 Gerd Moellmann <gerd@gnu.org> |
2475 | |
29295 | 2476 * dabbrev.el (dabbrev-expand): Don't display messages in the |
2477 echo area if the minibuffer window is active. | |
2478 | |
29292 | 2479 * jit-lock.el (jit-lock-mode): Add after change function to |
2480 local hook. | |
2481 | |
2482 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com> | |
2483 | |
2484 * antlr-mode.el: New commands: hide/unhide actions, | |
2485 upcase/downcase literals. | |
2486 (antlr-tiny-action-length): New user option. | |
2487 (antlr-hide-actions): New command. Suggested by | |
2488 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
|
2489 (antlr-mode-map): New binding [C-c C-v]. |
29292 | 2490 (antlr-mode-menu): New entries. |
2491 (antlr-downcase-literals): New command. | |
2492 (antlr-upcase-literals): Ditto. | |
2493 | |
2494 * antlr-mode.el: Minor changes: indendation, mode-name. | |
2495 (antlr-indent-line): Indent cpp directive at column 0. | |
2496 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/". | |
2497 | |
2498 * antlr-mode.el: XEmacs bug workaround, XEmacs hint. | |
2499 (antlr-font-lock-additional-keywords): Workaround for intentional | |
2500 bug in XEmacs version of font-lock. | |
2501 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could | |
2502 be used by a smarter version of `buffers-menu-grouping-function'. | |
2503 | |
2504 2000-05-29 Gerd Moellmann <gerd@gnu.org> | |
2505 | |
2506 * tmm.el (tmm-prompt): Recognize menu item definitions of the for | |
2507 `(menu-item ...)' when looking for the position of DEFAULT-ITEM. | |
2508 | |
29266 | 2509 2000-05-29 Kenichi Handa <handa@etl.go.jp> |
2510 | |
2511 * international/encoded-kb.el | |
2512 (encoded-kbd-iso2022-designation-map): Pay attention to that | |
2513 charset-iso-final-char return -1 for eight-bit-control and | |
2514 eight-bit-graphic. | |
2515 | |
29261 | 2516 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
2517 | |
2518 * speedbar.el (speedbar-use-images, speedbar-update-flag) | |
2519 (speedbar-easymenu-definition-base): Use display-graphic-p where | |
2520 available, instead of window-system. | |
2521 | |
29259 | 2522 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
2523 | |
2524 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
2525 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN | |
2526 coding systems. | |
2527 | |
29248 | 2528 2000-05-26 Dave Love <fx@gnu.org> |
2529 | |
29255 | 2530 * disp-table.el (standard-display-underline): Don't use |
2531 internal-find-face. | |
2532 | |
29248 | 2533 * mail/reporter.el: Maintainer change. Doc fixes. |
2534 (reporter-version): Deleted. | |
2535 | |
2536 * emacs-lisp/elp.el: Maintainer change. | |
2537 (elp-help-address, elp-submit-bug-report, elp-version): Deleted. | |
2538 | |
29244
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2539 2000-05-26 Stefan Monnier <monnier@cs.yale.edu> |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2540 |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2541 * 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
|
2542 previous one if the previous one is empty. |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2543 |
29240 | 2544 2000-05-26 Dave Love <fx@gnu.org> |
2545 | |
29242 | 2546 * loadhist.el (unload-feature): Fix interactive spec [from |
2547 lijnzaad@ebi.ac.uk]. | |
2548 | |
29240 | 2549 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use |
2550 subr-arity to check primitives. | |
2551 (byte-compile-flush-pending, byte-compile-file-form-progn) | |
2552 (byte-compile-normal-call, byte-compile-list, byte-compile-concat) | |
2553 (byte-compile-insert, byte-compile-funcall): Use mapc instead of | |
2554 mapcar. | |
2555 | |
29226 | 2556 2000-05-26 Kenichi Handa <handa@etl.go.jp> |
2557 | |
29235 | 2558 * international/fontset.el: Set family names of non-latin charsets |
2559 in default fontset to "*". | |
2560 | |
29230 | 2561 * international/mule-diag.el (print-fontset): Combine family part |
2562 and registry part of the fontname by "-*-" instead of "-". | |
2563 | |
29226 | 2564 * international/mule-cmds.el (encode-coding-char): Make strings |
2565 multibyte before calling encode-coding-string. | |
2566 | |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2567 2000-05-25 Stefan Monnier <monnier@cs.yale.edu> |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2568 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2569 * derived.el: Fix keywords. |
29224
c4ed562f1556
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29220
diff
changeset
|
2570 (define-derived-mode): Only define if needed. |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2571 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2572 * simple.el (fill-comment, comment-column, comment-start) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2573 (comment-start-skip, comment-end, comment-indent-function) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2574 (block-comment-start, block-comment-end, indent-for-comment) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2575 (set-comment-column, kill-comment, comment-padding, comment-region) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2576 (comment-multi-line, indent-new-comment-line): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2577 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2578 * 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
|
2579 function names for comment operations. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2580 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2581 * newcomment.el: Add abundant autoload cookies. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2582 (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
|
2583 (comment-indent-hook): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2584 (comment-indent): Check if comment-indent-hook is bound. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2585 (comment-region): Docstring fix. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2586 |
29214 | 2587 2000-05-25 Dave Love <fx@gnu.org> |
2588 | |
2589 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete | |
2590 byte-code-function-p. | |
2591 | |
2592 * mail/rmailsum.el: Add provide. | |
2593 | |
2594 * net/goto-addr.el (goto-address-fontify): Add help-echo property. | |
2595 | |
2596 * smerge-mode.el (smerge-diff-switches): Don't use list* in | |
2597 defcustom. | |
2598 | |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
2599 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
|
2600 |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
2601 * 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
|
2602 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
|
2603 |
29205 | 2604 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2605 | |
2606 * hilit-chg.el (highlight-changes-mode): Ask about color or | |
2607 grayscale support, not about window-system. | |
2608 | |
2609 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not | |
2610 window-system. | |
2611 (ffap-highlight): Always default to t. | |
2612 | |
2613 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call | |
2614 display-popup-menus-p instead of looking at window-system. | |
2615 | |
2616 * disp-table.el (standard-display-g1, standard-display-graphic): | |
2617 Only refuse to use string glyphs on X and MS-Windows. | |
2618 | |
2619 * avoid.el: Remove window-system from commentary, suggest to use | |
2620 display-*-p instead. | |
2621 | |
2622 * apropos.el (apropos-print): Use display-mouse-p instead of | |
2623 window-system. | |
2624 | |
29190 | 2625 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2626 | |
2627 * international/codepage.el (cp-decoding-vector-for-codepage): | |
2628 Fill up unsupported characters with their own codes. From Kenichi | |
2629 Handa. | |
2630 | |
29188 | 2631 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2632 | |
2633 * international/mule-diag.el (describe-char-after): Use | |
2634 display-graphic-p instead of window-system, so that this function | |
2635 works on MS-DOS. | |
2636 | |
29181 | 2637 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2638 | |
2639 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
2640 Remove the eight-bit-graphic and eight-bit-control charsets from | |
2641 the list of charsets which we convert into `?'. | |
2642 | |
29169 | 2643 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
2644 | |
2645 * international/mule-conf.el: Specify CHARSET-ID explicitely for | |
2646 private charsets. | |
2647 (mule-unicode-0100-24ff, japanese-jisx0213-1, | |
2648 japanese-jisx0213-2): New charsets. | |
2649 | |
2650 * international/fontset.el: Setup default fontset for new charsets. | |
2651 | |
29166 | 2652 2000-05-24 Dave Love <fx@gnu.org> |
2653 | |
2654 * info.el (Info-find-node-2): Restructure [following "Vadim | |
2655 S. Solomin" <sovs@uic.nnov.ru>]. | |
2656 | |
2657 * icomplete.el: Fix header for Finder. | |
2658 | |
2659 2000-05-24 Eric M. Ludlam <zappo@ultranet.com> | |
2660 | |
2661 * rmailout.el (rmail-output-to-rmail-file): Added optional param | |
2662 STAY. | |
2663 | |
2664 * rmail.el (rmail-automatic-folder-directives): New user variable. | |
2665 (rmail-show-message): Add call to `rmail-auto-file' during | |
2666 display. | |
2667 (rmail-auto-file): New function. | |
2668 | |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
2669 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
|
2670 |
29193 | 2671 * 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
|
2672 account. |
29193 | 2673 (ediff-test-utility,ediff-diff-mandatory-option) |
2674 (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
|
2675 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
|
2676 |
29193 | 2677 * 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
|
2678 variable. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2679 |
29193 | 2680 * 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
|
2681 ediff-merge-filename-prefix. |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
2682 |
29163
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
2683 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
|
2684 |
29193 | 2685 * 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
|
2686 |
29159 | 2687 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
2688 | |
2689 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just | |
2690 aliases for hebrew-iso-8bit. | |
2691 | |
29148 | 2692 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
2693 | |
2694 * woman.el: New version from Francis J. Wright | |
2695 <F.J.Wright@Maths.QMW.ac.uk>. | |
2696 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file | |
2697 names in environment variables regardless of the path separator. | |
2698 (woman-topic-all-completions-1): Don't call file-name-directory-p | |
2699 on all files, since woman-file-regexp already filters out any | |
2700 directories. | |
2701 | |
29140 | 2702 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
2703 | |
29144 | 2704 * international/quail.el (quail-start-translation): Don't change |
2705 modified-p of the current buffer. | |
2706 (quail-start-conversion): Likewise. | |
2707 | |
2708 * international/kkc.el (kkc-region): Don't change modified-p of | |
2709 the current buffer. | |
2710 | |
29142 | 2711 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to |
2712 conform to RFC1468. | |
2713 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554. | |
29140 | 2714 |
29138 | 2715 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com> |
2716 | |
2717 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix. | |
2718 (speedbar-insert-button): Invisible text property fix. | |
2719 (speedbar-directory-plus): Renamed from speedbar-directory-+ | |
2720 (speedbar-directory-minus): Renamed from speedbar-directory-- | |
2721 (speedbar-page-plus): Renamed from speedbar-file-+ | |
2722 (speedbar-page-minus): Renamed from speedbar-file-- | |
2723 (speedbar-page): Renamed from speedbar-file- | |
2724 (speedbar-tag): Renamed from speedbar-tag- | |
2725 (speedbar-tag-plus): Renamed from speedbar-tag-+ | |
2726 (speedbar-tag-minus): Renamed from speedbar-tag-- | |
2727 (speedbar-expand-image-button-alist): Use above renames. | |
2728 | |
2729 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm | |
2730 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm | |
2731 * sb-pg-plus.xpm: Renamed from sb-file+.xpm | |
2732 * sb-pg-minus.xpm: Renamed from sb-file-.xpm | |
2733 * sb-pg.xpm: Renamed from sb-file.xpm | |
2734 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm | |
2735 * 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
|
2736 |
29128 | 2737 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
2738 | |
2739 * international/quail.el (quail-show-guidance-buf): Set | |
2740 current-input-method of the guidance buffer to the name of the | |
2741 curren input method. | |
2742 | |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2743 2000-05-23 Stefan Monnier <monnier@cs.yale.edu> |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2744 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2745 * progmodes/compile.el (compile-internal): Style typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2746 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2747 * 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
|
2748 quote vars and functions in the docstring. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2749 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2750 * newcomment.el (comment-make-extra-lines): Don't use `assert'. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2751 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2752 * completion.el (dynamic-completion-mode, dynamic-completion-mode): |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2753 Don't quote lambdas. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2754 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2755 * 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
|
2756 |
29116 | 2757 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
2758 | |
29127 | 2759 * startup.el (command-line): Determine source file of compiled |
2760 user init file differently. Warn if compiled user init file | |
2761 is older than its source file. | |
2762 | |
29116 | 2763 * 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
|
2764 |
29112 | 2765 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
2766 | |
2767 * files.el (make-backup-file-name-1): Replace slashes with `!' | |
2768 rather than `|' (which is not allowed on Windows). Replace the | |
2769 drive letters with a string "drive_X". | |
2770 | |
29110 | 2771 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
2772 | |
2773 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'. | |
2774 | |
2775 * files.el (interpreter-mode-alist): Add `bash2'. | |
2776 | |
29091 | 2777 2000-05-22 Dave Love <fx@gnu.org> |
2778 | |
2779 * loadhist.el (feature-symbols, file-provides, file-requires): Use | |
2780 mapc. | |
2781 (feature-file): Avoid calling symbol-name. Doc fix. | |
2782 (file-set-intersect, file-dependents): Use dolist, not mapcar. | |
2783 (loadhist-hook-functions): Add mouse-position-function. | |
2784 (unload-feature): Change uses of mapcar. | |
2785 | |
2786 * files.el (parse-colon-path): Doc fix. | |
2787 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars. | |
2788 (set-auto-mode): Use mapc. | |
2789 | |
2790 * complete.el (PC-look-for-include-file): Use :alnum: character | |
2791 class. | |
2792 (partial-completion-mode): Add autoload cookie. | |
2793 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
2794 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
|
2795 |
29102 | 2796 * 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
|
2797 `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
|
2798 |
29082 | 2799 2000-05-22 Dave Love <fx@gnu.org> |
2800 | |
2801 * bindings.el: Remove debug-ignored-errors set in other files. | |
2802 | |
2803 * progmodes/etags.el: Add to debug-ignored-errors. | |
2804 (visit-tags-table-buffer): Clear out buffers holding old tables | |
2805 when making a new list. | |
2806 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use | |
2807 mapc. | |
2808 | |
2809 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't | |
2810 quote keywords. | |
2811 (cmpl-string-case-type): Use character classes. | |
2812 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
2813 * comint.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
2814 * textmodes/ispell.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
2815 * imenu.el: |
29082 | 2816 * mail/mh-e.el: |
2817 * progmodes/compile.el: Add to debug-ignored-errors. | |
2818 | |
2819 * dabbrev.el: Add to debug-ignored-errors. | |
2820 (dabbrev-completion): Use mapc. | |
2821 | |
29075 | 2822 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il> |
2823 | |
2824 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk) | |
2825 (woman-mapcan, woman-parse-man.conf) | |
2826 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font) | |
2827 (woman-reset-emulation, woman-select-symbol-fonts): New functions. | |
2828 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin | |
2829 path syntax better. | |
2830 (woman-man.conf-path, woman-use-own-frame): New defcustoms. | |
2831 (woman-manpath): Call woman-parse-man.conf. | |
2832 (woman-emulation): New defcustom, defaults to nroff. | |
2833 (woman-font-support): New defconst. | |
2834 (woman-use-symbol-font): New defcustom. | |
2835 (woman-menu): Add new menu items: "Colored/BW", "Advanced", | |
2836 "Emulation". | |
2837 Many functions: Doc fix. | |
2838 | |
29072 | 2839 2000-05-22 Kenichi Handa <handa@etl.go.jp> |
2840 | |
2841 * international/quail.el (quail-simple-translation-keymap): Map | |
2842 128..255 to quail-self-insert-command. | |
2843 (quail-keyboard-layout-alist): Add definition for "pc102-de". | |
2844 | |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
2845 2000-05-22 Stefan Monnier <monnier@cs.yale.edu> |
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
2846 |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2847 * help.el (help-manyarg-func-alist): Typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2848 |
29070
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
2849 * 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
|
2850 intervals which makes it heaps simpler. |
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
2851 |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
2852 * 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
|
2853 the nested comment markers. |
29063
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
2854 |
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
2855 * 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
|
2856 |
29059 | 2857 2000-05-21 Dave Love <fx@gnu.org> |
2858 | |
29061 | 2859 * edmacro.el (edmacro-parse-keys): Return vector if any elements |
2860 are invalid characters. | |
2861 | |
29059 | 2862 * international/mule-util.el (detect-coding-with-priority): Use |
2863 mapc. Remove redundant lambda. | |
2864 | |
2865 * international/mule-diag.el (list-non-iso-charset-chars) | |
2866 (describe-fontset): Remove redundant lambda. | |
2867 | |
2868 * emulation/crisp.el (brief-mode): New alias. | |
2869 | |
2870 * emacs-lisp/ring.el (ring-elements): New function. | |
2871 | |
2872 * emacs-lisp/easymenu.el (easy-menu-create-menu) | |
2873 (easy-menu-do-add-item): Use keywordp. | |
2874 | |
2875 * emacs-lisp/byte-opt.el: Update side-effect free function lists. | |
2876 | |
2877 * replace.el: Doc and error message fixes. | |
2878 (replace-highlight): Use facep, not internal-find-face. | |
2879 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2880 2000-05-20 Stefan Monnier <monnier@cs.yale.edu> |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2881 |
29045
7235e6a14c62
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29043
diff
changeset
|
2882 * 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
|
2883 |
29043
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2884 * log-edit.el (log-edit-done): Cleanup trailing empty lines. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2885 (log-edit-insert-changelog): Drop `:' as well. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2886 |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2887 * log-view.el: Fix file description. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2888 (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
|
2889 available. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2890 (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
|
2891 (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
|
2892 |
29040
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2893 * emacs-lisp/easy-mmode.el: Update copyright and commentary. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2894 (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
|
2895 Print a status message if the toggle is called interactively. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2896 (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
|
2897 for global minor modes and use `defcustom' for them. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2898 Use add-minor-mode. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2899 (easy-mmode-define-derived-mode): Remove. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2900 (define-derived-mode): Fancier default docstring. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2901 (easy-mmode-define-navigation): Signal an error rather than (ding). |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2902 |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2903 * newcomment.el (comment-styles): New `box-multi'. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2904 (comment-normalize-vars): Better default for comment-continue to |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2905 avoid whitespace-only continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2906 (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
|
2907 (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
|
2908 (comment-make-extra-lines): Better handling of empty continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2909 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
|
2910 (uncomment-region): Try handling the special `=' filler. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2911 (comment-region): Allow LINES even if MULTI is nil. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2912 (comment-box): Choose box style based on comment-style. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2913 |
29029 | 2914 2000-05-20 Kenichi Handa <handa@etl.go.jp> |
2915 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2916 * international/ccl.el (ccl-compile-write-string): Make STR unibyte. |
29029 | 2917 (ccl-compile-write-repeat): If ARG is string, make it unibyte. |
2918 | |
29028 | 2919 2000-05-20 Kenichi HANDA <handa@etl.go.jp> |
2920 | |
2921 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region | |
2922 and insert, not subst-char-in-region. | |
2923 | |
2924 * international/mule-diag.el (list-character-sets-1): Handle | |
2925 charsets eight-bit-control and eight-bit-graphic. | |
2926 (list-iso-charset-chars): Likewise. | |
2927 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit | |
2928 charactes as is. Use indent-to to align characters. | |
2929 | |
2930 * international/mule-cmds.el (find-multibyte-characters): Never | |
2931 exclude charsets eight-bit-control and eight-bit-graphic. | |
2932 | |
29015
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
2933 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
2934 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
2935 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception): |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
2936 Don't quote lambdas. |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
2937 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
2938 * 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
|
2939 |
28993 | 2940 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
2941 | |
2942 * gud.el (gud-jdb-directories): Doc fix. | |
2943 | |
28989
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
2944 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
2945 |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
2946 * newcomment.el: New file. |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
2947 |
28988 | 2948 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
2949 | |
28993 | 2950 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'. |
28988 | 2951 |
28982 | 2952 2000-05-18 Andreas Schwab <schwab@suse.de> |
2953 | |
2954 * dired.el (dired-between-files): Also skip lines beginning with | |
2955 `used'. | |
2956 | |
28978 | 2957 2000-05-18 Gerd Moellmann <gerd@gnu.org> |
2958 | |
2959 * msb.el (msb-menu-cond): Add choice `user'. | |
2960 | |
28981 | 2961 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
|
2962 |
28981 | 2963 * ps-print.el: Compatibility, customization and doc fix. |
2964 (ps-printer-name-option): Replace defconst by defvar. | |
2965 (ps-postscript-code-directory): XEmacs compatibility. | |
2966 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code | |
2967 fix. | |
2968 (ps-user-defined-prologue, ps-print-prologue-header) | |
2969 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs | |
2970 compatibility and code fix. | |
2971 (ps-print-background-image, ps-print-background-text): | |
2972 Customization fix. | |
2973 (ps-line-number-start, ps-n-up-on): New vars. | |
2974 | |
28978 | 2975 2000-05-18 Espen Skoglund <esk@ira.uka.de> |
2976 | |
2977 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed | |
2978 the indent-comment function to just return the appropriate indent. | |
2979 | |
28975 | 2980 2000-05-18 Eric M. Ludlam <zappo@ultranet.com> |
2981 | |
2982 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm, | |
2983 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm, | |
2984 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files | |
2985 | |
28969 | 2986 2000-05-18 Dave Love <fx@gnu.org> |
2987 | |
2988 * info.el (Info-fontify-node): Add intangible property as well as | |
2989 invisible. | |
2990 | |
2991 * calendar/appt.el (appt-make-list): Match all lines of entry. | |
2992 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de> | |
2993 | |
28965 | 2994 2000-05-18 Kenichi Handa <handa@etl.go.jp> |
2995 | |
2996 * international/mule-diag.el (describe-char-after): Call | |
2997 internal-char-font, not char-font. If internal-char-font returns | |
2998 nil, display "-- none --". | |
2999 | |
28959 | 3000 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3001 | |
3002 * image.el (image-type-available-p): Don't reference image-types | |
3003 if it isn't bound. | |
3004 | |
28957
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3005 2000-05-17 Stefan Monnier <monnier@cs.yale.edu> |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3006 |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3007 * autoarg.el (autoarg-mode): Typo in the :set argument. |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3008 |
28954 | 3009 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3010 | |
3011 * startup.el (command-line-1): Don't signal an error if the | |
3012 directory for auto-save-list files does not yet exist. | |
3013 | |
28950 | 3014 2000-05-17 Kenichi Handa <handa@etl.go.jp> |
3015 | |
3016 * international/mule-conf.el (arabic-iso8859-6): Fix typo. | |
3017 | |
28948
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3018 2000-05-16 Stefan Monnier <monnier@cs.yale.edu> |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3019 |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3020 * subr.el (remove-hook): `setq' hook-value, not `set'. |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3021 |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3022 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
|
3023 |
28981 | 3024 * 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
|
3025 |
28942 | 3026 2000-05-16 Dave Love <fx@gnu.org> |
3027 | |
3028 * cus-edit.el: Don't require cl or easymenu. | |
3029 (custom-variable-prompt): Test standard-value property, not | |
3030 user-variable-p. | |
3031 | |
28940
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3032 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
|
3033 |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3034 * 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
|
3035 |
28939 | 3036 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
3037 | |
3038 * startup.el (command-line-1): Mention the FAQ in the startup | |
3039 message. | |
3040 | |
3041 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'. | |
3042 | |
3043 * progmodes/compile.el (compilation-parse-errors): Collect | |
3044 `nomessage' regexps last. | |
3045 | |
3046 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp. | |
3047 | |
3048 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp' | |
3049 to the function name. | |
3050 | |
28926 | 3051 2000-05-15 Dave Love <fx@gnu.org> |
3052 | |
3053 * speedbar.el (speedbar-recenter): Typo. | |
3054 (speedbar-expand-line): Make arg optional. | |
3055 (speedbar-mode): Avoid a compiler warning. | |
3056 | |
28924 | 3057 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3058 | |
3059 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that | |
3060 user-specified option string is empty. | |
3061 | |
3062 * mouse.el (mouse-yank-at-click): Doc fix. | |
3063 | |
28921 | 3064 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
3065 | |
3066 * term/internal.el (IT-character-translations): More updates of | |
3067 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC | |
3068 documents. | |
3069 | |
28919 | 3070 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3071 | |
3072 * env.el (getenv): New function, interactively callable. | |
3073 (setenv, getenv): Remove autoload cookies. | |
3074 | |
3075 * loadup.el: Load `env'. | |
3076 | |
3077 * progmodes/f90.el: Change author's mail address. | |
3078 | |
28908 | 3079 2000-05-14 Dave Love <fx@gnu.org> |
3080 | |
28911 | 3081 * mail/rmail.el (rmail-show-message-hook): Customize and offer |
3082 goto-addr as an option. | |
3083 | |
3084 * help.el (help-xref-stack): Doc fix. | |
3085 (help-xref-following): New variable. | |
3086 (help-make-xrefs): Use it. | |
3087 (help-xref-go-back): Use position information from stack element. | |
3088 (help-follow): Make position in stack element a pair. Use | |
3089 help-xref-following. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3090 |
28911 | 3091 * autoarg.el: New file. |
3092 | |
3093 * faces.el: Declare more functions obsolete. | |
3094 | |
28908 | 3095 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el |
3096 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el | |
3097 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el | |
3098 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: | |
3099 Remove all the setup-...-environment functions. | |
3100 | |
28903 | 3101 2000-05-13 Eric M. Ludlam <zappo@ultranet.com> |
3102 | |
28919 | 3103 * speedbar.el: Updated the commentary section. xemacs20p now uses |
3104 >= when detecting. Require `defimage' safely. | |
28903 | 3105 (speedbar-easymenu-definition-base): Add toggle for images. |
3106 (speedbar-easymenu-definition-special): Add flush cache & expand. | |
3107 (speedbar-visiting-tag-hook): Set new defaults. Added options. | |
3108 (speedbar-reconfigure-keymaps-hook): New variable. | |
3109 (speedbar-frame-parameters): Updated documentation. | |
3110 (speedbar-use-imenu-flag): Updated custom tag | |
3111 (speedbar-dynamic-tags-function-list): New variable. | |
3112 (speedbar-tag-hierarchy-method): Updated doc & custom. | |
28919 | 3113 (speedbar-indentation-width, speedbar-indentation-width) New |
3114 variables. | |
3115 (speedbar-hide-button-brackets-flag): Customizable. | |
28903 | 3116 (speedbar-vc-indicator): Doc update. |
3117 (speedbar-ignored-path-expressions): Updated default value. | |
3118 (speedbar-supported-extension-expressions): Updated default value. | |
3119 (speedbar-syntax-table): Remove {} paren status. | |
28919 | 3120 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act |
3121 as "+". Added overlay aliases. | |
3122 (speedbar-mode): Use `speedbar-mode-line-update' instead of | |
3123 `force-mode-line-update'. | |
3124 (speedbar-mode, speedbar-quick-mouse, speedbar-click) | |
3125 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of | |
3126 `mouse-set-point' | |
28903 | 3127 (speedbar-reconfigure-keymaps): Run configure keymap hooks. |
28919 | 3128 (speedbar-item-info-tag-helper): Revamped to handle a wider range |
3129 of arbitrary text, and new helper functions. | |
3130 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in | |
3131 filename finder. | |
28903 | 3132 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. |
3133 (speedbar-directory-buttons): Update path search/expansion. | |
3134 (speedbar-make-tag-line): Pay attention to | |
28919 | 3135 `speedbar-indentation-width'. Use more care w/ invisible |
3136 properties. | |
28903 | 3137 (speedbar-change-expand-button-char): Call |
3138 `speedbar-insert-image-button-maybe'. | |
3139 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced). | |
28919 | 3140 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy) |
3141 (speedbar-trim-words-tag-hierarchy) | |
3142 (speedbar-simple-group-tag-hierarchy): New functions | |
28903 | 3143 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks. |
28919 | 3144 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New |
3145 functions. | |
28903 | 3146 (speedbar-mouse-set-point): New function |
3147 (speedbar-power-click): Updated documentation. | |
28919 | 3148 (speedbar-line-token, speedbar-goto-this-file): Handle more types |
3149 of tag prefix text. | |
3150 (speedbar-expand-line, speedbar-contract-line): Make more robust | |
3151 to strange text. | |
3152 (speedbar-expand-line): Takes universal argument to flush the | |
3153 cache. | |
28903 | 3154 (speedbar-flush-expand-line): New function. |
3155 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn. | |
3156 Use new generator insertion method. | |
3157 (speedbar-fetch-dynamic-tags): New function. | |
3158 (speedbar-fetch-dynamic-imenu): Removed code now handled in | |
3159 `speedbar-fetch-dynamic-imenu'. | |
3160 (speedbar-fetch-dynamic-etags): Fix current buffer problem. | |
3161 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and | |
3162 "Revert Buffer" menu items. | |
3163 (speedbar-buffer-buttons-engine): Be smarter when creating a | |
3164 filename tag (for expansion purposes.). | |
28919 | 3165 (speedbar-highlight-one-tag-line, |
3166 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top) | |
3167 (speedbar-recenter): New functions. | |
28903 | 3168 (defimage-speedbar): Image loading abstraction. |
28919 | 3169 (speedbar-directory-+, speedbar-directory--, speedbar-file-+) |
3170 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+) | |
3171 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v) | |
3172 (speedbar-tag-type, speedbar-tag-mail): New images. | |
28903 | 3173 (speedbar-expand-image-button-alist): New variable. |
3174 (speedbar-insert-image-button-maybe): Insert an image over some | |
3175 buttons. | |
3176 | |
28894 | 3177 2000-05-13 Kenichi Handa <handa@etl.go.jp> |
3178 | |
3179 * international/mule-cmds.el (encode-coding-char): An ASCII | |
3180 character is always encodable. | |
3181 | |
3182 * international/mule-conf.el: Add more information in descriptions | |
3183 of character sets. | |
3184 | |
28965 | 3185 * international/mule-diag.el (describe-char-after): New function. |
28894 | 3186 (describe-font-internal): Adjusted for the change of font-info. |
3187 (describe-font): Likewise. | |
3188 (print-fontset): Rewritten for the new fontset implementation. | |
3189 (describe-fontset): Include fontset alias names in completion. | |
3190 (list-fontsets): Adjusted for the change of print-fontset. | |
3191 | |
28895 | 3192 * simple.el (what-cursor-position): If DETAIL is non-nil, call |
3193 describe-char-after instead of displaying the detail in the echo | |
3194 area. | |
28965 | 3195 (syntax-code-table): Format changed. |
3196 (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
|
3197 |
28905
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3198 2000-05-12 Stefan Monnier <monnier@cs.yale.edu> |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3199 |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3200 * 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
|
3201 |
28890 | 3202 2000-05-12 Dave Love <fx@gnu.org> |
3203 | |
3204 * calendar/todo-mode.el: Remove some compatibility stuff and CL | |
3205 dependence. Use line-{beginning,end}-position, not | |
3206 point-at{b,e}ol. Some doc fixes. | |
3207 (todo-position): New function. Fix callers of position to use it. | |
3208 (todo-save-top-priorities, todo-print): Use with-temp-buffer. | |
3209 | |
28885 | 3210 2000-05-12 Gerd Moellmann <gerd@gnu.org> |
3211 | |
3212 * time.el (display-time-mail-icon): Use `:ascent center'. | |
3213 | |
28893 | 3214 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for |
3215 handling FTP security extensions. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3216 |
28882 | 3217 2000-05-11 Dave Love <fx@gnu.org> |
3218 | |
28888 | 3219 * calendar/todo-mode.el: New file. |
28882 | 3220 |
28870 | 3221 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
3222 | |
28881 | 3223 * comint.el (comint-read-input-ring): Move reference to |
3224 comint-input-ring-size outside of the save-excursion. It was | |
3225 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
|
3226 |
28875 | 3227 * font-lock.el: Update copyright. Remove Simon Marshall's email |
3228 address on request from him. | |
3229 | |
28870 | 3230 * subr.el (substitute-key-definition): Add comment describing |
3231 the meaning of PREFIX. | |
3232 | |
28865
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3233 2000-05-10 Stefan Monnier <monnier@cs.yale.edu> |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3234 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3235 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3236 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3237 * 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
|
3238 (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
|
3239 reference to define-minor-mode in the docstring. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3240 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3241 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3242 HEADER/FOOTER and fix bug with trailing empty directory. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3243 (cvs-append-to-ignore): Use vc-editable-p if available. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3244 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3245 (vc-do-command): Tweak advice to handle the new VC. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3246 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3247 * 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
|
3248 (log-view-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3249 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3250 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3251 (log-edit-changelog-full-paragraphs): New var. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3252 (log-edit-insert-changelog): Remove a lonely leading `* file'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3253 (log-edit-narrow-changelog, log-edit-changelog-paragraph) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3254 (log-edit-changelog-subparagraph, log-edit-changelog-entry) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3255 (log-edit-changelog-ours-p, log-edit-changelog-entries) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3256 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3257 Replace the `cvs' prefix with `log-edit'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3258 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3259 * iswitchb.el (iswitchb-completion-help): Unquote lambda. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3260 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3261 * diff-mode.el (diff-font-lock-keywords): Recognize comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3262 (diff-font-lock-defaults): Explicitly turn off multiline. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3263 (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
|
3264 (diff-ediff-patch): Fix call to ediff-patch-file. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3265 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3266 Handle comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3267 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3268 * frame.el (automatic-hscrolling): Typo. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3269 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3270 * cvs-status.el (cvs-status-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3271 |
28845 | 3272 2000-05-09 Sam Steingold <sds@goems.com> |
3273 | |
3274 * apropos.el (apropos-print): use `describe-face' instead of | |
3275 `customize-face-other-window'. | |
3276 | |
28842 | 3277 2000-05-09 Dave Love <fx@gnu.org> |
3278 | |
3279 Changes mostly following Richard Sharman <rsharman@wave.home.com>. | |
3280 | |
3281 * help.el (describe-variable): Have customize button pop the | |
3282 help-xref stack when invoked. | |
3283 (help-xref-symbol-regexp): Add `face'. | |
3284 (help-make-xrefs): Check for quoted face names and adapt regexp | |
3285 submatch numbers to cope. | |
3286 (help-xref-interned): Maybe insert face doc too. Separate | |
3287 sections with a line of hyphens. | |
3288 | |
28848 | 3289 * faces.el: Some doc fixes. Declare some functions obsolete. |
28842 | 3290 (describe-face): Add customize button. Return the help |
3291 text. Fix prompt. | |
3292 | |
28839 | 3293 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il> |
3294 | |
3295 * term/internal.el (IT-character-translations): Fix last change. | |
3296 | |
28833 | 3297 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3298 | |
3299 * woman.el: New file | |
3300 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>). | |
3301 | |
28829 | 3302 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3303 | |
28831 | 3304 * term/internal.el (IT-character-translations): Update ASCII |
3305 simulations for greek-iso8859-7, add latin-iso8859-14 and | |
3306 latin-iso8859-15. | |
3307 | |
28829 | 3308 * international/mule-cmds.el (set-language-info-alist): Call |
3309 define-prefix-command with 3 arguments, to make the map suitable | |
3310 for a menu. | |
3311 | |
28827 | 3312 2000-05-07 Dave Love <fx@gnu.org> |
3313 | |
30620
1a808437b658
Restore inadvertently-changed non-ASCII character.
Eli Zaretskii <eliz@gnu.org>
parents:
30619
diff
changeset
|
3314 * time.el: Small doc fixes from Pavel Janík ml. |
28827 | 3315 |
28825 | 3316 2000-05-05 Dave Love <fx@gnu.org> |
3317 | |
3318 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg | |
3319 list in doc string. Don't quote keyword symbols. | |
3320 * emacs-lisp/cl.el: Likewise | |
3321 * emacs-lisp/cl-seq.el: Likewise | |
3322 | |
28823 | 3323 2000-05-05 Gerd Moellmann <gerd@gnu.org> |
3324 | |
3325 * abbrev.el (abbrev-mode): Make ARG optional. | |
3326 | |
28812 | 3327 2000-05-04 Gerd Moellmann <gerd@gnu.org> |
3328 | |
28817 | 3329 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'. |
3330 | |
3331 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'. | |
3332 | |
28812 | 3333 * subr.el (substitute-key-definition): Clarify documentation. |
3334 | |
3335 2000-05-04 Milan Zamazal <pdm@freesoft.cz> | |
3336 | |
3337 * glasses.el (glasses-convert-to-unreadable): Use | |
3338 `glasses-separator' instead of the hard-wired "_". | |
3339 (glasses-mode): Call `glasses-make-unreadable' only in a single | |
3340 place. | |
3341 | |
28808 | 3342 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
3343 | |
3344 * term/internal.el (cjk-codepages-alist): Add associations for | |
3345 Chinese and Korean codepages. Remove FIXME comment. | |
3346 | |
28806 | 3347 2000-05-03 Dave Love <fx@gnu.org> |
3348 | |
3349 * time.el (display-time-mail-face, display-time-use-mail-icon): | |
3350 New option. | |
3351 (display-time-mail-icon): New variable. | |
3352 (display-time-string-forms): Use the above. Fix the local-map. | |
3353 | |
28795 | 3354 2000-05-03 Gerd Moellmann <gerd@gnu.org> |
3355 | |
28805 | 3356 * replace.el (query-replace-map): Add binding for `E'. |
3357 (query-replace-help): Extend help text. | |
3358 (perform-replace): Allow editing the replacement string. | |
3359 | |
3360 * make-mode.el (makefile-mode-abbrev-table): New variable. | |
3361 (makefile-mode): Set local abbrev table to | |
3362 makefile-mode-abbrev-table. | |
3363 (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
|
3364 |
28795 | 3365 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't |
3366 set TOGGLE's value. | |
3367 | |
28805 | 3368 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from |
3369 mail-interactive-insert-alias. | |
3370 (mail-abbrev-complete-alias): New command. | |
3371 (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
|
3372 |
28790 | 3373 2000-05-03 Kenichi Handa <handa@etl.go.jp> |
3374 | |
3375 * language/lao-util.el (lao-compose-region): New function. | |
3376 | |
28782 | 3377 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
3378 | |
28789 | 3379 * files.el (recover-session): Make directories as necessary |
3380 if they don't exist yet. | |
3381 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3382 * calendar/cal-french.el |
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3383 (french-calendar-multibyte-special-days-array) |
28782 | 3384 (french-calendar-special-days-array): Change French text. |
3385 (calendar-french-date-string): Change output. | |
3386 (calendar-goto-french-date): Likewise. | |
3387 | |
3388 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk> | |
3389 | |
3390 * wid-edit.el (widget-default-active): Obey `:always-active'. | |
3391 (widget-documentation-string-value-create): Set `:always-active'. | |
3392 | |
28778 | 3393 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3394 | |
3395 * startup.el (auto-save-list-file-prefix): For ms-dos, set the | |
3396 default prefix to `~/_emacs.d/auto-save.list/_s'. | |
3397 (normal-top-level): Create the directory for auto-save files, if | |
3398 it doesn't already exist (in the ms-dos case only). | |
3399 | |
28775 | 3400 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3401 | |
3402 * international/mule-cmds.el (set-language-environment): Don't | |
3403 concat an integer (dos-codepage), use format instead. | |
3404 | |
28772 | 3405 2000-05-02 Dave Love <fx@gnu.org> |
3406 | |
3407 * help.el (help-xref-on-pp): Check for constant symbols. | |
3408 | |
28764 | 3409 2000-04-29 Gerd Moellmann <gerd@gnu.org> |
3410 | |
3411 * startup.el (normal-top-level): Put a condition-case around | |
3412 the code loading subdirs.el. | |
3413 | |
3414 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
|
3415 |
28764 | 3416 * ps-print.el: Upside-down and face background color printing, |
3417 line number step, doc fix. | |
3418 (ps-print-version): New version number (5.2). | |
3419 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job) | |
3420 (ps-face-attribute-list, ps-plot-with-face): Code fix. | |
3421 (ps-spool-config): Var fix. | |
3422 (ps-printer-name-option): Const fix. | |
3423 (ps-print-upside-down, ps-use-face-background) | |
3424 (ps-line-number-step): New vars. | |
3425 (ps-window-system, ps-lp-system): New consts. | |
3426 (ps-face-background): New fun. | |
3427 | |
28759 | 3428 2000-04-28 Richard Stallman <rms@gnu.org> |
3429 | |
3430 * files.el (make-auto-save-file-name): | |
3431 Apply auto-save-file-name-transforms to visited file name | |
3432 before generating auto save file name. | |
3433 (auto-save-file-name-transforms): New variable. | |
3434 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3435 * files.el (backup-enable-predicate): |
28759 | 3436 Correctly test for a file under a temporary directory. |
3437 | |
28751 | 3438 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
3439 | |
3440 * subr.el (add-minor-mode): Rewritten. | |
3441 | |
28749 | 3442 2000-04-28 Kenichi Handa <handa@etl.go.jp> |
3443 | |
3444 * mail/sendmail.el (sendmail-send-it): Set | |
3445 buffer-file-coding-system to the selected coding system for MIME | |
3446 header. | |
3447 | |
28748 | 3448 2000-04-27 Gerd Moellmann <gerd@gnu.org> |
3449 | |
3450 * dired.el (dired-move-to-filename-regexp): Allow format where | |
3451 YYYY is followed by two spaces. | |
3452 | |
3453 * progmodes/etags.el (etags-tags-completion-table): Add a `:' | |
3454 in the second character class of the regexp. | |
3455 | |
3456 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in | |
3457 mh-etc, too. | |
3458 | |
3459 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert | |
3460 nil. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3461 |
28748 | 3462 * subr.el (add-minor-mode): Use `set' instead of `setq'. |
3463 | |
3464 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN | |
3465 argument. | |
3466 | |
3467 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
|
3468 |
28748 | 3469 * emacs-lisp/crm.el (crm-completion-table): New variable. |
3470 (crm-collection-fn, crm-test-completion) | |
3471 (completing-read-multiple): Use it. | |
3472 | |
28736 | 3473 2000-04-27 Dave Love <fx@gnu.org> |
3474 | |
3475 * help.el (locate-library): Use mapc. | |
3476 (help-manyarg-func-alist): Add call-process-region. | |
3477 | |
28724 | 3478 2000-04-26 Gerd Moellmann <gerd@gnu.org> |
3479 | |
28729 | 3480 * subr.el (add-minor-mode): Make argument MAP optional. |
3481 | |
28724 | 3482 * desktop.el (desktop-save): Save list of minor modes. |
3483 (desktop-create-buffer): Restore minor modes. | |
3484 (desktop-minor-mode-table): New user-option. | |
3485 | |
3486 * subr.el (add-minor-mode): New function. | |
3487 | |
3488 * image.el (find-image): New function. | |
3489 (defimage): Rewritten to find image at load time. | |
3490 | |
3491 * startup.el (normal-top-level-add-to-load-path): Handle | |
3492 case that the default directory is not in load-path. | |
3493 | |
3494 * help.el: Old patch from Stefan Monnier. | |
3495 (help-xref-on-pp): New function. | |
3496 (describe-variable): Use it to display xrefs in a symbol's value. | |
3497 | |
28717
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3498 2000-04-26 Stefan Monnier <monnier@cs.yale.edu> |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3499 |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3500 * cus-edit.el (custom-face): Fix parenthesis. |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3501 |
28713 | 3502 2000-04-26 Kenichi Handa <handa@etl.go.jp> |
3503 | |
28715 | 3504 * mail/rmail.el (rmail-expunge): When there are no deleted |
3505 messages, do nothing. | |
28713 | 3506 |
28712 | 3507 2000-04-26 Dave Love <fx@gnu.org> |
3508 | |
3509 * international/mule-cmds.el (locale-translation-file-name): | |
3510 Defvar to nil. | |
3511 (set-locale-environment): Set it here (at runtime). | |
3512 | |
28710 | 3513 2000-04-25 Gerd Moellmann <gerd@gnu.org> |
3514 | |
3515 * replace.el (perform-replace): Add parameters START and END. Use | |
3516 them instead of the check for a region in Transient Mark mode. | |
3517 (query-replace-read-args): Return two more list elements for the | |
3518 start and end of the region in Transient Mark mode. | |
3519 (query-replace, query-replace-regexp, query-replace-regexp-eval) | |
3520 (map-query-replace-regexp, replace-string, replace-regexp): Add | |
3521 optional last arguments START and END and pass them to | |
3522 perform-replace. | |
3523 | |
3524 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a | |
3525 form with additional arguments for perform-replace. | |
3526 | |
3527 * progmodes/etags.el (tags-query-replace): Add parameters START | |
3528 and END. Construct a form with additional arguments for | |
3529 perform-replace. | |
3530 | |
3531 * simple.el (shell-command): Set default directory for "*Shell | |
3532 Command Output" buffer. | |
3533 | |
3534 * language/european.el (iso-latin-4): Fix typo. | |
3535 | |
3536 * emacs-lisp/crm.el: New file. | |
3537 | |
28701 | 3538 2000-04-24 Dave Love <fx@gnu.org> |
3539 | |
3540 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current) | |
3541 (Custom-reset-saved, Custom-reset-standard) | |
3542 (custom-group-value-create, custom-group-set, custom-group-save) | |
3543 (custom-group-reset-current, custom-group-reset-saved) | |
3544 (custom-group-reset-standard): Use mapc. | |
3545 (custom-buffer-create-internal): Disable undo when creating items. | |
3546 Use mapc. | |
3547 (custom-face): Avoid redundant lambda. | |
3548 | |
28699 | 3549 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
3550 | |
3551 * startup.el (auto-save-list-file-prefix): Set default to | |
3552 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS. | |
3553 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3554 2000-04-24 Sam Steingold <sds@gnu.org> |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3555 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3556 * 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
|
3557 `field-result' to a string. |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3558 |
28695 | 3559 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
3560 | |
3561 * frame.el (scrolling): New group. | |
3562 (automatic-hscrolling): New user-option. | |
3563 | |
3564 * startup.el (command-line-x-option-alist): Add `-lsp' and | |
3565 `--line-spacing'. | |
3566 | |
28668 | 3567 2000-04-19 Dave Love <fx@gnu.org> |
3568 | |
3569 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition. | |
3570 (cl-mapc): Rename from mapc. Fix the funcall. | |
3571 | |
28653 | 3572 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
3573 | |
28660 | 3574 * simple.el (clone-indirect-buffer-other-window): New command. |
3575 (clone-indirect-buffer): Add optional arg NORECROD. | |
3576 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window. | |
3577 | |
28658 | 3578 * help.el (resize-temp-buffer-window): Use count-screen-lines. |
3579 | |
3580 * window.el (count-screen-lines): New function. | |
3581 (shrink-window-if-larger-than-buffer): Use count-screen-lines | |
3582 instead of window-buffer-height. | |
3583 | |
3584 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set | |
3585 non-existing variable comint-input-sentinel. | |
3586 (inferior-lisp-args-to-list): Removed. | |
3587 (inferior-lisp): Use split-string instead of | |
3588 inferior-lisp-args-to-list. | |
3589 | |
3590 * hexl.el (hexl-insert-hex-string): New command. | |
3591 | |
28653 | 3592 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name |
3593 instead of concat. | |
3594 | |
28634 | 3595 2000-04-18 Gerd Moellmann <gerd@gnu.org> |
3596 | |
3597 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline | |
3598 at the start of an existing but empty folder. | |
3599 | |
3600 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
3601 | |
3602 * ps-mule.el: Customization fix, doc fix. | |
3603 (ps-multibyte-buffer): Customization fix. | |
3604 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
3605 2000-04-17 Richard M. Stallman <rms@gnu.org> |
28627
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3606 |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3607 * subr.el (read-passwd): Use read-char-exclusive. |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3608 |
28626 | 3609 2000-04-17 Gerd Moellmann <gerd@gnu.org> |
3610 | |
3611 * textmodes/texinfo.el (texinfo-insert-@email) | |
3612 (texinfo-insert-@emph, texinfo-insert-@quotation) | |
3613 (texinfo-insert-@strong, texinfo-insert-@url): New functions. | |
3614 (texinfo-mode-map): Add key bindings for them. | |
3615 | |
3616 * files.el (basic-save-buffer-2): Use a template with `$' | |
3617 instead of `#' for VMS. | |
3618 | |
3619 * simple.el (clone-indirect-buffer): New function. | |
3620 | |
28621 | 3621 2000-04-16 Stephen Eglen <stephen@gnu.org> |
3622 | |
3623 * iswitchb.el (iswitchb-case): New function. If the user input | |
3624 contains any upper-case characters, the search is made | |
3625 case-sensitive. | |
3626 | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3627 2000-04-17 Stefan Monnier <monnier@cs.yale.edu> |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3628 |
28621 | 3629 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as |
3630 comment-end. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3631 (texinfo-font-lock-syntactic-keywords): New var. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3632 (texinfo-font-lock-keywords): Remove comment regexp. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3633 (texinfo-insert-block): New function. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3634 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block. |
28621 | 3635 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip |
3636 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
|
3637 (texinfo-environments): New var. |
28621 | 3638 (texinfo-environment-regexp): Use regexp-opt and |
3639 texinfo-environments. | |
3640 | |
3641 * textmodes/ispell.el (ispell-menu-map-needed): Check that | |
3642 ispell-process is bound since this might be eval'd before ispell | |
3643 is loaded. | |
3644 (ispell-message): Use a tiny bit less magic and a bit more hard | |
3645 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
|
3646 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3647 * 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
|
3648 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3649 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries) |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3650 (insert-cyclic-diary-entry): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3651 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3652 * gud.el (gud-jdb-build-source-files-list): Fix typo. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3653 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3654 * files.el (backup-enable-predicate): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3655 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3656 * cus-edit.el (custom-face, face): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3657 |
28602 | 3658 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
3659 | |
3660 * 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
|
3661 |
28602 | 3662 * ps-print.el: Fix counting lines in a region. |
3663 (ps-print-version): New version number (5.1.5). | |
3664 (ps-spool-without-faces, ps-spool-with-faces): Adjust code. | |
3665 (ps-printing-region): Fun code fix. | |
3666 | |
28600 | 3667 2000-04-15 Gerd Moellmann <gerd@gnu.org> |
3668 | |
3669 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p | |
3670 to file-directory-p. | |
3671 | |
28591 | 3672 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
3673 | |
3674 * gud.el (gud-jdb-build-source-files-list): Check that directory | |
3675 exists before calling directory-files. | |
3676 | |
28578 | 3677 2000-04-13 Dave Love <fx@gnu.org> |
3678 | |
3679 * emacs-lisp/trace.el: Change maintainer. Use new backquote | |
3680 syntax. | |
3681 | |
3682 * emacs-lisp/cl-specs.el: Remove when, unless. | |
3683 | |
3684 * emacs-lisp/cl-extra.el: Don't quote keywords. | |
3685 (cl-old-mapc): New variable. | |
3686 (mapc): Use it. | |
3687 (cl-map-intervals): Use with-current-buffer. Don't check for | |
3688 next-property-change. | |
3689 (cl-map-overlays): Use with-current-buffer. | |
3690 (cl-expt): Remove. | |
3691 (copy-tree, remprop): Define unconditionally. | |
3692 | |
3693 * emacs-lisp/cl-compat.el (keywordp): Remove. | |
3694 | |
3695 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers | |
3696 to use keywordp. | |
3697 (edebug-spec): Enable keywordp. | |
3698 | |
3699 * cus-edit.el (custom-sort-items): Avoid symbol-name with new | |
3700 string-lessp. | |
3701 | |
3702 * cus-start.el: Use keywordp. | |
3703 | |
28577 | 3704 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
3705 | |
3706 * diary-lib.el (include-other-diary-files): Fix the fix of | |
3707 2000-02-18 by doing a save-excursion. | |
3708 | |
3709 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
3710 | |
3711 * ps-print.el: Customization fix, doc fix. | |
3712 (ps-print-version): New version number (5.1.4). | |
3713 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node) | |
3714 (ps-print-preprint): Adjust code. | |
3715 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue) | |
3716 (ps-print-prologue-header, ps-print-control-characters) | |
3717 (ps-spool-config): Customization fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3718 |
28564 | 3719 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
3720 | |
3721 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and | |
3722 converted to the new menu-item format, names silightly changed, | |
3723 help strings added. | |
3724 | |
3725 Support for spelling without async subprocesses: | |
3726 | |
3727 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer) | |
3728 (ispell-session-buffer): New variables. | |
3729 (ispell-start-process, ispell-process-status, | |
3730 ispell-accept-output, ispell-send-string): New functions, for | |
3731 Ispell invocation when async subprocesses aren't supported. | |
3732 (ispell-word, ispell-pdict-save, ispell-command-loop, | |
3733 ispell-process-line, ispell-buffer-local-parsing): Replace calls | |
3734 to process-send-string with calls to ispell-send-string, and | |
3735 accept-process-output with ispell-accept-output. | |
3736 (ispell-init-process): Call ispell-process-status instead of | |
3737 process-status with. | |
3738 (ispell-init-process): Call ispell-start-process. Call | |
3739 ispell-accept-output and ispell-send-string. Don't call | |
3740 process-kill-without-query and kill-process if they are unbound. | |
3741 (ispell-async-processp): New function. | |
3742 | |
28560 | 3743 2000-04-12 Dave Love <fx@gnu.org> |
3744 | |
3745 * info.el: Add debug-ignored-errors. | |
3746 (Info-mode-menu): Add some items. | |
3747 (Info-directory): Add autoload cookie. | |
3748 | |
3749 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible. | |
3750 Modify `truncate-lines'. Make `describe-language-environment' | |
3751 always visible and add help. Modify `describe-key' help. Invoke | |
3752 Info-directory from `info'. New entry `emacs-manual'. | |
3753 | |
28542 | 3754 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
3755 | |
28549 | 3756 * progmodes/ebrowse.el (ebrowse-tree-mode): Use |
3757 propertized-buffer-identification. | |
3758 (ebrowse-update-member-buffer-mode-line): Likewise. | |
3759 (ebrowse--mode-strings): Removed. | |
3760 (ebrowse--mode-line-props): Removed. | |
3761 | |
28542 | 3762 * files.el (auto-mode-alist): Add `EBROWSE'. |
3763 | |
3764 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white | |
3765 space before testing for end of buffer. | |
3766 (ebrowse-load): Removed. | |
3767 (ebrowse-revert-tree-buffer-from-file): Rewritten. | |
3768 (ebrowse-create-tree-buffer): Rewritten. | |
3769 (ebrowse-tree-mode): Read tree from buffer. | |
3770 | |
3771 * progmodes/ebrowse-ffh.el: Removed. | |
3772 | |
28535 | 3773 2000-04-10 Kenichi Handa <handa@etl.go.jp> |
3774 | |
3775 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug. | |
3776 | |
28534 | 3777 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
3778 | |
3779 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)' | |
3780 at the wrong place. | |
3781 | |
28783 | 3782 2000-04-09 Dave Love <fx@gnu.org> |
3783 | |
3784 * files.el (backup-enable-predicate): Use | |
3785 temporary-file-directory, small-temporary-file-directory. | |
3786 (make-backup-file-name-function, backup-directory-alist): New | |
3787 variables. | |
3788 (make-backup-file-name-1): New function. | |
3789 (make-backup-file-name): Use it. | |
3790 (find-backup-file-name): Likewise. Use format for clarity, not | |
3791 concat. | |
3792 (file-newest-backup): Use make-backup-file-name. | |
3793 | |
28523 | 3794 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
3795 | |
28530 | 3796 * progmodes/ebrowse-ffh.el: New file. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3797 |
28530 | 3798 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved |
3799 to ebrowse-ffh.el. | |
3800 (ebrowse-load): Add autoload. | |
3801 | |
3802 * finder.el (finder-commentary): Add autoload cookie. | |
3803 | |
28523 | 3804 * mail/rfc2368.el: Correct author's email address. |
3805 | |
3806 * progmodes/ebrowse.el: New file. | |
3807 | |
3808 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu | |
3809 item help string. | |
3810 (easy-menu-do-add-item): Ditto. | |
3811 (easy-menu-define): Extend doc string. | |
3812 | |
3813 * jit-lock.el (with-buffer-unmodified): Use | |
3814 restore-buffer-modified-p. | |
3815 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified. | |
3816 (jit-lock-function, jit-lock-stealth-fontify): Don't use | |
3817 with-buffer-unmodified. | |
3818 | |
28517 | 3819 2000-04-08 Dave Love <fx@gnu.org> |
3820 | |
3821 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop, | |
3822 unless, when. | |
3823 | |
28510
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
3824 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
|
3825 |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
3826 * 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
|
3827 (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
|
3828 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
|
3829 Use `viper-put-on-search-overlay'. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3830 |
28506 | 3831 2000-04-04 Gerd Moellmann <gerd@gnu.org> |
3832 | |
3833 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r | |
3834 like C-r. | |
3835 | |
3836 * progmodes/make-mode.el: Some doc fixes. | |
3837 (makefile-mode-abbrev-table): New variable. | |
3838 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table. | |
3839 (makefile-font-lock-keywords): Fontify includes and conditionals. | |
3840 (toplevel): Require `dabbrev' and `add-log' when compiling. | |
3841 | |
3842 * replace.el (perform-replace): Don't move forward one char | |
3843 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want | |
3844 to do that because it leaves point 1 position after the last | |
3845 replacement, after everything has been replaced. | |
3846 | |
3847 * jit-lock.el (with-buffer-unmodified): New macro. | |
3848 (with-buffer-prepared-for-font-lock): Don't preserve buffer's | |
3849 modified state. | |
3850 (jit-lock-function-1): Extracted from jit-lock-function; not | |
3851 preserving buffer's modified state. | |
3852 (jit-lock-function, jit-lock-stealth-fontify): Call | |
3853 jit-lock-function-1. | |
3854 | |
3855 * mail/rfc2368.el: Remove supernumerary copyright line. | |
3856 | |
28499 | 3857 2000-04-04 Milan Zamazal <pdm@freesoft.cz> |
3858 | |
3859 * glasses.el: Provide facilities for inserting space before left | |
3860 parentheses and uncapitalization of identifiers. | |
3861 (glasses-mode): Try to remove old overlays in all cases. | |
3862 | |
28485 | 3863 2000-04-03 Gerd Moellmann <gerd@gnu.org> |
3864 | |
28496 | 3865 * progmodes/compile.el (compile-internal): Display the compilation |
3866 buffer in a different frame, if it's already displayed there. | |
3867 | |
28494 | 3868 * mail/rfc2368.el: New file. |
3869 | |
28492 | 3870 * simple.el (sendmail-user-agent-compose): Recognize a `body' |
3871 header and insert its value as mail body. | |
3872 | |
3873 * subr.el (member-ignore-case): New function. | |
3874 | |
3875 * dabbrev.el (dabbrev-ignored-regexps): New user-option. | |
3876 (dabbrev--find-expansion): Ignore buffers matching a regexp | |
3877 from dabbrev-ignored-regexps. | |
3878 | |
28485 | 3879 * jka-compr.el (jka-compr-compression-info-list): Add `.z' |
3880 to extensions handled by gzip. | |
3881 | |
28492 | 3882 2000-04-03 Richard M. Stallman <rms@gnu.org> |
3883 | |
3884 * files.el (insert-directory): List the total free space | |
3885 along with the used space. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3886 |
28492 | 3887 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix |
3888 line is followed by one that matches CITATION-REGEXP, end the | |
3889 paragraph. | |
3890 | |
3891 2000-04-03 Markus Rost <rost@delysid.gnu.org> | |
3892 | |
3893 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option. | |
3894 (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
|
3895 |
28474 | 3896 2000-04-03 Kenichi Handa <handa@etl.go.jp> |
3897 | |
3898 * international/mule-cmds.el (encoded-string-description): | |
3899 Rewritten. Try pretty description for ISO 2022 escape sequences | |
28476 | 3900 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters |
3901 for hexadecimal format. | |
28474 | 3902 |
28468 | 3903 2000-04-01 Dave Love <fx@gnu.org> |
3904 | |
3905 * cpp.el: Change customization group to `c' from `C'. | |
3906 | |
3907 * vcursor.el (vcursor-move): Use display-color-p. | |
3908 | |
3909 * international/mule-util.el: Provide mule-utils. | |
3910 (string-to-sequence): Simplify and speed up. | |
3911 | |
3912 * international/mule.el (make-coding-system): Purecopy doc-string. | |
3913 | |
3914 * international/mule-cmds.el: Various menu changes. | |
3915 (describe-specified-language-support): Handle `Default'. | |
3916 (set-language-info): Purecopy `info'. | |
3917 | |
28462 | 3918 2000-03-31 Andrew Innes <andrewi@gnu.org> |
3919 | |
3920 * vc.el (vc-backend-diff): Return the correct status if we had to | |
3921 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
|
3922 |
28445 | 3923 2000-03-31 Dave Love <fx@gnu.org> |
3924 | |
28452 | 3925 * help.el (help-manyarg-func-alist): Correct several omissions. |
3926 | |
28450 | 3927 * add-log.el: Don't require cl, fortran. |
3928 (add-log-current-defun-function): Doc fix. | |
3929 (change-log-version-number-regexp-list): Remove SCCS part. Doc | |
3930 fix. | |
3931 (change-log-version-rcs): Function deleted. | |
3932 (change-log-version-number-search): Doc fix. Use | |
3933 vc-workfile-version. Avoid CL dolist. | |
3934 (add-change-log-entry): Just call add-log-current-defun to get | |
3935 defun. Simplify somewhat. | |
3936 (change-log-get-method-definition-1): Likewise. | |
3937 (add-log-current-defun): Return nil if calling | |
3938 add-log-current-defun-function does so. Move Fortran stuff to | |
3939 fortran.el. Return string without properties. | |
3940 | |
28445 | 3941 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper: |
3942 and :alpha: char classes. | |
3943 | |
3944 * mail/supercite.el: Defvar curline when compiling. | |
3945 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp) | |
3946 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:] | |
3947 rather than a-zA-Z0-9 to allow non-ASCII characters. | |
3948 | |
28444 | 3949 2000-03-31 Gerd Moellmann <gerd@gnu.org> |
3950 | |
3951 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format. | |
3952 | |
3953 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
3954 Re-enable new code. | |
3955 | |
3956 * lpr.el (print-region-1): Use -d to specify printer name for | |
3957 systems `usg-unix-v*, `dgux', `hpux', `irix'. | |
3958 | |
3959 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
|
3960 |
28444 | 3961 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look |
3962 for function definition in symbol's function value slot first | |
3963 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
|
3964 |
28435 | 3965 2000-03-31 Kenichi Handa <handa@etl.go.jp> |
3966 | |
3967 * language/european.el ("Polish"): New language environment. | |
3968 (setup-polish-environment): New function. | |
3969 | |
28424 | 3970 2000-03-30 Gerd Moellmann <gerd@gnu.org> |
3971 | |
3972 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
3973 Disable new code. | |
3974 | |
3975 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug | |
3976 trying to `load' the symbol of an autoload instead of the file | |
3977 recorded in the autoload. Fix error messages. | |
3978 | |
28429 | 3979 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
3980 | |
3981 * ps-print.el: PostScript programming fix for ghostview, doc fix. | |
3982 (ps-print-version): New version number (5.1.3). | |
3983 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup) | |
3984 (ps-insert-file, ps-output-boolean, ps-plot-with-face) | |
3985 (ps-generate-postscript-with-faces): Code fix. | |
3986 (ps-color-values): XEmacs compatibility. | |
3987 (ps-print-background-image, ps-print-background-text, ps-printer-name) | |
3988 (ps-default-fg, ps-default-bg): Adjust customization. | |
3989 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var. | |
3990 (ps-color-scale): Renaming old ps-color-value fun. | |
3991 (ps-print-headers): Replace ps-print-header group to avoid conflict | |
3992 with ps-print-header variable. | |
3993 (ps-print-miscellany): New group. | |
3994 (ps-format-color, ps-rgb-color): New funs. | |
3995 (ps-default-foreground): New var. | |
3996 (ps-printer-name-option): New const. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3997 |
28416 | 3998 2000-03-30 Peter Breton <pbreton@ne.mediaone.net> |
3999 | |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4000 * net/net-utils.el: |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4001 (network-connection-host, network-connection-service): New variables |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4002 (network-connection-mode): New mode, derived from comint-mode |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4003 (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
|
4004 service information in local variables. |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4005 |
28416 | 4006 * lisp/locate.el: |
4007 (locate-word-at-point): Added this function | |
4008 (locate): Default to using locate-word-at-point as input | |
4009 Run dired-mode-hook | |
4010 | |
28405 | 4011 2000-03-29 Dave Love <fx@gnu.org> |
4012 | |
4013 * calendar/appt.el: Doc fixes. | |
4014 (appt-check): Convert min-to-app to a string before passing to | |
4015 appt-disp-window-function or concat. | |
4016 (appt-delete-window): Remove test for frame-root-window. | |
4017 (appt-select-lowest-window, appt-convert-time): Simplify. | |
4018 | |
4019 * emacs-lisp/bytecomp.el: Doc fixes. | |
4020 (byte-compile-file-form-autoload): Update | |
4021 byte-compile-function-environment. | |
4022 | |
28403 | 4023 2000-03-29 Andreas Schwab <schwab@suse.de> |
4024 | |
4025 * emacs-lisp/autoload.el: Also print defsubst doc string | |
4026 specially. | |
4027 | |
4028 * dired.el (dired-insert-directory): If dired-free-space-program | |
4029 failed just delete its output. | |
4030 | |
28395 | 4031 2000-03-29 Dave Love <fx@gnu.org> |
4032 | |
4033 * international/iso-cvt.el: Move provide to end. Doc fixes. | |
4034 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables. | |
4035 (iso-iso2sgml, iso-sgml2iso): New functions. | |
4036 (iso-cvt-define-menu): Fix some entries and use backquote for | |
4037 clarity. | |
4038 | |
4039 * format.el (format-alist): Use iso-cvt functions for SGML/HTML. | |
4040 | |
28377 | 4041 2000-03-28 Gerd Moellmann <gerd@gnu.org> |
4042 | |
4043 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter | |
4044 ISO-DATE. If non-nil, return date in ISO 8601 format. | |
4045 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4046 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4047 |
28341
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4048 * 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
|
4049 if it ever becomes used. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4050 (log-edit-mode-hook): Default to vc-log-mode-hook. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4051 (log-edit-mode): Fix the docstring. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4052 |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4053 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4054 the code. |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4055 |
28326 | 4056 2000-03-26 Dave Love <fx@gnu.org> |
4057 | |
28331 | 4058 * net/browse-url.el (browse-url): Re-fix case of |
4059 browse-url-browser-function being an alist. | |
4060 (browse-url): Add :link to defgroup. | |
4061 | |
28326 | 4062 * files.el: Doc fixes. |
4063 (file-truename): Include `[' in wildcard characters. | |
4064 (automount-dir-prefix): Customize. | |
4065 (find-file-wildcards): Add :version. | |
4066 (find-file-noselect): Simplify a mapcar call. | |
4067 | |
4068 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist | |
4069 compatible with inf-lisp version. | |
4070 (eval-defun-1): Fix custom-declare-variable case. | |
4071 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4072 2000-03-25 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4073 |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4074 * 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
|
4075 |
28303 | 4076 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4077 | |
28308 | 4078 * Makefile (COMPILE_FIRST): New macro. |
4079 (compile-files): Compile files from COMPILE_FIRST first. | |
4080 | |
4081 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new | |
4082 code. | |
4083 | |
28303 | 4084 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp |
4085 matching open parenthesis in column 0 to defun-prompt-regexp | |
4086 only if open-paren-in-column-0-is-defun-start is set. | |
4087 | |
4088 * sun-curs.el: Require CL at compile-time only. | |
4089 | |
4090 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)' | |
4091 instead of copy-list which is a function from CL. | |
4092 (msb--choose-menu, msb--mode-menu-cond) | |
4093 (msb--create-buffer-menu-2): Use dolist instead of mapc. | |
4094 (msb--init-file-alist): Use mapcar instead of mapcan. | |
4095 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix | |
4096 `(' in column 0 in doc string. | |
4097 (msb--add-separators): Use mapcar instead of mapcan. | |
4098 | |
4099 * cus-dep.el: Require CL at compile-time only. | |
4100 | |
28296
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4101 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4102 |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4103 * emacs-lisp/bytecomp.el (byte-compile-warning-types) |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4104 (byte-compile-warnings): New warning `noruntime'. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4105 (byte-compile-constants, byte-compile-variables): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4106 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4107 execute `eval-whenc-compile's body. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4108 (byte-compile-unresolved-functions): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4109 (byte-compile-eval): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4110 (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
|
4111 at runtime (via property `byte-compile-noruntime'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4112 (byte-compile-print-syms): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4113 (byte-compile-warn-about-unresolved-functions): Also warn about |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4114 `noruntime' functions (and use `byte-compile-print-syms'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4115 (byte-compile-file): Capitalize the message. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4116 |
28292 | 4117 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4118 | |
4119 * mail/rmail.el (rmail-confirm-expunge): New user-option. | |
4120 (rmail-expunge): Ask for confirmation depending on the setting | |
4121 of rmail-confirm-expunge. | |
4122 | |
4123 2000-03-23 Gerd Moellmann <gerd@gnu.org> | |
4124 | |
4125 * Makefile (bootstrap-clean): If $(emacs) exists, build | |
4126 loaddefs.el first. A loaddefs.el that's not up-to-date might | |
4127 cause a bootstrap failure because things don't autoload as | |
4128 expected. | |
4129 | |
28289 | 4130 2000-03-23 Dave Love <fx@gnu.org> |
4131 | |
4132 * net/browse-url.el: Restore previous use of | |
4133 browse-url-maybe-new-window. | |
4134 | |
28287 | 4135 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4136 | |
4137 * ps-print.el: Skip banner page fix. | |
4138 (ps-print-version): New version number (5.1.2). | |
4139 (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
|
4140 |
28287 | 4141 2000-03-23 Dave Pearson <davep@davep.org> |
4142 | |
4143 * net/quickurl.el Changed the type of parameter passed to the | |
4144 function defined by `quickurl-format-function'. Before only the | |
4145 text of the URL was passed. Now the whole URL structure is passed | |
4146 and the function is responsible for extracting the parts it | |
4147 requires. Changed the default of `quickurl-format-function' | |
4148 accordingly. | |
4149 (quickurl-insert): Changed the `funcall' of | |
4150 `quickurl-format-function' to match the above change. | |
4151 (quickurl-list-insert): Changed the `url' case so that it makes | |
4152 use of `quickurl-format-function', previous to this the format was | |
4153 hard wired. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4154 |
28283 | 4155 2000-03-22 Gerd Moellmann <gerd@gnu.org> |
4156 | |
4157 * startup.el: Change some spellings for the X Window System. | |
4158 | |
28278
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4159 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4160 |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4161 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4162 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
|
4163 moved to the suspicious line while querying the user. |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4164 |
28276 | 4165 2000-03-22 Jason Rumney <jasonr@gnu.org> |
4166 | |
4167 * w32-fns.el (w32-charset-info-alist): Initialize. | |
4168 | |
28267 | 4169 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4170 | |
4171 * ps-print.el: N-up last page fix. | |
4172 (ps-print-version): New version number (5.1.1). | |
4173 (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
|
4174 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4175 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4176 |
28260
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4177 * files.el (find-file-run-dired): Update docstring. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4178 (find-directory-functions): New hook. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4179 (find-file-noselect): Run find-directory-functions rather than |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4180 calling dired directly. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4181 |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4182 * 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
|
4183 |
28257
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4184 * pcvs.el: Add a minimal leading commentary. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4185 (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
|
4186 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
|
4187 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
|
4188 its own footer and header. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4189 (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
|
4190 (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
|
4191 (cvs-is-within-p): New function. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4192 (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
|
4193 to only examine some subset of the buffers. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4194 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4195 * 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
|
4196 `format' instead of our own ad-hoc functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4197 Remove HEADER and FOOTER cases, now handled in the EWOC. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4198 (cvs-fileinfo<): Remove HEADER and FOOTER cases. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4199 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4200 * 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
|
4201 output to avoid scaring the user. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4202 (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
|
4203 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4204 * pcvs-defs.el (cvs-startup-message): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4205 (cvs-global-menu): New autoloaded menu. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4206 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4207 * pcvs-util.el (cvs-string-fill): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4208 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4209 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4210 (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
|
4211 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
|
4212 (ewoc-create): Drop POS and BUFFER arguments. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4213 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
|
4214 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4215 (ewoc-refresh): Remove unused `header' variable. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4216 (ewoc-(get|set)-hf): New functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4217 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4218 * 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
|
4219 log-view-*-(message|file) and use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4220 (log-view-message-re): Match SCCS format as well. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4221 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
|
4222 (log-view-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4223 (log-view-current-tag): Fill in with an actual implementation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4224 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4225 * cvs-status.el (cvs-status-(prev|next)): Rename from |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4226 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
|
4227 (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
|
4228 to let the output "breathe" a little more (more readable). |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4229 (cvs-status-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4230 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4231 * smerge-mode.el (smerge-auto-leave): New function and variable. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4232 (smerge-basic-map): Rename from smerge-basic-keymap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4233 Change the bindings for smerge-diff-*. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4234 (smerge-*-map): Use easy-mmode-defmap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4235 (smerge-(next|prev)): Use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4236 (smerge-keep-*): Use smerge-auto-leave. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4237 |
28246 | 4238 2000-03-21 Jason Rumney <jasonr@gnu.org> |
4239 | |
4240 * cus-edit.el (custom-button-face): Use 3D look for w32. | |
4241 (custom-button-pressed-face): Likewise. | |
4242 | |
28244 | 4243 2000-03-21 Gerd Moellmann <gerd@gnu.org> |
4244 | |
4245 * progmodes/etags.el (tags-case-fold-search): New user-option. | |
4246 (tags-loop-eval): New function. Bind case-fold-search around eval | |
4247 depending on the value of tags-case-fold-search. | |
4248 (tags-loop-continue): Use tags-loop-eval. | |
4249 (find-tag-in-order): Bind case-fold-search depending on the value | |
4250 of tags-case-fold-search. | |
4251 | |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4252 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4253 |
28247
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4254 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4255 (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
|
4256 `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4257 (diff-recenter): Remove. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4258 (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
|
4259 of `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4260 (diff-kill-*): Rename `diff-*-kill' (for consistency with the |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4261 previous renaming) and fix to use new names. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4262 (diff-merge-strings): Use \n as separator: simpler, faster. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4263 (diff-mode): Use `define-derived-mode'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4264 |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4265 * derived.el (define-derived-mode): Don't autoload anymore. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4266 Prefer the macro-only version provided by easy-mmode.el. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4267 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4268 * 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
|
4269 `easy-mmode-define-derived-mode'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4270 Use `combine-run-hooks'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4271 (easy-mmode-define-navigation): New macro. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4272 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4273 * subr.el (combine-run-hooks): New function. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4274 |
28233 | 4275 2000-03-21 Kenichi HANDA <handa@etl.go.jp> |
4276 | |
4277 * term/x-win.el: Fontsets related initialization is simplified. | |
4278 | |
4279 * international/mule-diag.el (describe-font): Don't refer to | |
4280 global-fontset-alist, instead call font-list. | |
4281 (describe-fontset, list-fontsets, mule-diag): Likewise. | |
4282 (print-fontset): Adjusted for the change of fontset | |
4283 implementation. | |
4284 | |
4285 * international/fontset.el (x-charset-registries): Variable | |
4286 removed, instead the corresponding data is stored in the default | |
4287 fontset. | |
4288 (register-alternate-fontnames): Function removed. | |
4289 (resolved-ascii-font): Variable removed. | |
4290 (x-compose-font-name): Ignore the second argument REDOCE. | |
4291 (x-complement-fontset-spec): Complement only an ASCII font and | |
4292 element for those charsets than can use that ASCII font. | |
4293 (generate-fontset-menu): Don't refer to global-fontset-alist, | |
4294 instead call fontset-list. | |
4295 (uninstantiated-fontset-alist): Variable removed. | |
4296 (x-style-funcs-alist): Likewise. | |
4297 (fontset-default-styles): Likewise. | |
4298 (x-modify-font-name): Function removed. | |
4299 (create-fontset-from-fontset-spec): Ignore the argument | |
4300 STYLE-VARIANT. | |
4301 (create-fontset-from-ascii-font): Docsting adjusted for the above | |
4302 change. | |
4303 (instantiate-fontset, resolve-fontset-name): Functions removed. | |
4304 (fontset-list): Now implemented by C code. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4305 |
28233 | 4306 * faces.el (read-face-font): Fix TABLE arg to completing-read. |
4307 (describe-face): Include `font' attribute in the description. | |
4308 | |
28219 | 4309 2000-03-21 Kenichi Handa <handa@etl.go.jp> |
4310 | |
4311 * international/quail.el (quail-set-keyboard-layout): Typo fixed. | |
4312 | |
28209 | 4313 2000-03-20 Gerd Moellmann <gerd@gnu.org> |
4314 | |
28212 | 4315 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el, |
4316 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el, | |
4317 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
|
4318 |
28209 | 4319 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment |
4320 about behavior of set-buffer-modified-p wrt redisplay. | |
4321 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4322 2000-03-19 Richard M. Stallman <rms@gnu.org> |
28197
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4323 |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4324 * 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
|
4325 |
28194 | 4326 2000-03-18 Gerd Moellmann <gerd@gnu.org> |
4327 | |
4328 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE | |
4329 is a string, convert it to a syntax cell using string-to-syntax. | |
4330 | |
4331 * simple.el (syntax-code-table, syntax-flag-table): New variables. | |
4332 (string-to-syntax): New function. | |
4333 | |
4334 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option. | |
4335 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set, | |
28209 | 4336 try to use passive ftp mode. |
28194 | 4337 |
28189 | 4338 2000-03-17 Gerd Moellmann <gerd@gnu.org> |
4339 | |
28209 | 4340 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'. |
28189 | 4341 |
4342 * simple.el (append-to-buffer): Update point of windows after | |
4343 insertion. | |
4344 | |
4345 * abbrev.el (inverse-add-abbrev): Identify word by first moving | |
4346 forward then moving backward. Reindent. | |
4347 | |
4348 * frame.el (other-frame): Call x-focus-frame only if | |
4349 focus-follows-mouse is off. | |
4350 | |
28185 | 4351 2000-03-17 Dave Love <fx@gnu.org> |
4352 | |
4353 * pcvs-util.el (cvs-strings->string): Rename | |
4354 replace-regexps-in-string. | |
4355 | |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4356 2000-03-17 Stefan Monnier <monnier@cs.yale.edu> |
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4357 |
28181
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4358 * 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
|
4359 regexp for labels cannot span several lines. |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4360 |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4361 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless |
28189 | 4362 `(setq :<key> ':<key>)' to the macro expansion. |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4363 |
28174 | 4364 2000-03-16 Dave Love <fx@gnu.org> |
4365 | |
4366 * progmodes/f90.el (f90): Put custom group under `languages', not | |
4367 `fortran'. | |
4368 (f90-mode-hook): Customize. | |
4369 (f90-mode): Set add-log-current-defun-function. | |
4370 (f90-current-defun): New function. | |
4371 | |
28169 | 4372 2000-03-16 Gerd Moellmann <gerd@gnu.org> |
4373 | |
28173 | 4374 * cus-edit.el (custom-variable-tag-face): Handle case that |
4375 default face's height is not a number. | |
4376 (custom-face-tag-face, custom-group-tag-face-1) | |
4377 (custom-group-tag-face): Ditto. | |
4378 (custom-group-tag-face-1): Add :group. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4379 |
28169 | 4380 * info.el (Info-fontify-maximum-menu-size): Increase to 100000. |
4381 | |
28161 | 4382 2000-03-15 Gerd Moellmann <gerd@gnu.org> |
4383 | |
4384 * pcvs-defs.el (toplevel): Remove autoload cookie for form | |
4385 requiring easymenu. | |
4386 | |
28155 | 4387 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4388 | |
4389 * ps-print.el: PostScript user-defined prologue, PostScript error | |
4390 handler, doc fix. | |
4391 (ps-print-version): New version number (5.1). | |
4392 (ps-user-defined-prologue, ps-error-handler-message) | |
4393 (ps-print-prologue-0, ps-error-handler-alist): New vars. | |
4394 (ps-setup, ps-begin-file, ps-begin-job): Code fix. | |
4395 (ps-insert-string): New function. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4396 |
28150 | 4397 2000-03-15 Kenichi Handa <handa@etl.go.jp> |
4398 | |
4399 * international/ccl.el (ccl-compile-expression): Don't generate | |
28151 | 4400 invalid self-assignment code. |
28150 | 4401 |
28149 | 4402 2000-03-14 Dave Love <fx@gnu.org> |
4403 | |
4404 * subr.el (replace-regexp-in-string): Renamed from | |
4405 replace-regexps-in-string. Doc fix. | |
4406 | |
28131 | 4407 2000-03-12 Dave Love <fx@gnu.org> |
4408 | |
4409 * cus-edit.el: Doc fixes. | |
4410 (customize-set-variable, customize-save-variable): Rename args for | |
4411 doc. | |
4412 (custom-variable-tag-face, custom-face-tag-face) | |
4413 (custom-group-tag-face-1, custom-group-tag-face): Modify from | |
4414 style which user identify as hyperlink. | |
4415 (hook): Don't add undefined functions to the hook. | |
4416 (debug-ignored-errors): Transfer message from bindings.el. | |
4417 | |
28120 | 4418 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4419 | |
4420 * recentf.el (recentf-keep-non-readable-files-p): Remove | |
4421 double/nested definition. | |
4422 | |
28114 | 4423 2000-03-12 Dave Love <fx@gnu.org> |
4424 | |
4425 * facemenu.el (facemenu-get-face): Use display-color-p. | |
4426 * enriched.el (enriched-decode-foreground): Likewise. | |
4427 (enriched-decode-background): Likewise. | |
4428 * isearch.el (isearch-highlight): Likewise. | |
4429 * info-look.el (info-lookup): Likewise. | |
4430 * simple.el (completion-setup-function): Likewise. | |
4431 | |
4432 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to | |
4433 :options. | |
4434 | |
4435 * bindings.el (mode-line-format): Fix line-number and | |
4436 column-number items. Add help-echo for the background. | |
4437 (mode-line-mule-info): Modify help-echo. | |
4438 | |
4439 * avoid.el (mouse-avoidance-mode): Add autoload cookie to | |
4440 defcustom. | |
4441 | |
4442 * files.el (load-file): Allow completion to .elc. | |
4443 | |
4444 * man.el: Doc fixes. | |
4445 (Man-init-defvars): Use display-color-p to set fontification. | |
4446 | |
4447 * play/hanoi.el (hanoi-internal): Don't use oddp. | |
4448 | |
28109 | 4449 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4450 | |
4451 * arc-mode.el (archive-zip-update): Add `-P' for pkzip. | |
4452 | |
4453 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment. | |
4454 | |
28098 | 4455 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de> |
4456 | |
4457 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'. | |
4458 Fix comment. | |
4459 | |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4460 2000-03-10 Stefan Monnier <monnier@cs.yale.edu> |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4461 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4462 * 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
|
4463 regexp-opt-depth is unnecessary. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4464 (save-buffer-state): Set an edebug spec. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4465 (font-lock-fontify-anchored-keywords): Properly handle the case when |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4466 the matcher goes past the limit. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4467 |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4468 * 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
|
4469 pcvs-parse.el, pcvs-util.el, pcvs.el: New files. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4470 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4471 * 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
|
4472 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
|
4473 massaging. |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4474 |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4475 * 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
|
4476 Autoload the functions used. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4477 (easy-mmode-define-syntax): Fix CL typo. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4478 (easy-mmode-define-derived-mode): Improve the docstring generation. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4479 |
28084 | 4480 2000-03-10 Gerd Moellmann <gerd@gnu.org> |
4481 | |
4482 * textmodes/texinfo.el (texinfo-version): Variable and function | |
4483 removed. | |
4484 | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4485 2000-03-09 Stefan Monnier <monnier@cs.yale.edu> |
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4486 |
28114 | 4487 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to |
4488 allow more flexibility. | |
4489 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New | |
4490 fns. | |
4491 (easy-mmode-defmap, easy-mmode-defsyntax) | |
4492 (easy-mmode-define-derived-mode): New macros. | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4493 |
28085 | 4494 2000-03-09 Didier Verna <didier@xemacs.org> |
28080 | 4495 |
4496 * rect.el (replace-rectangle): New function. | |
4497 | |
4498 2000-03-09 Dave Love <fx@gnu.org> | |
4499 | |
4500 * progmodes/fortran.el (fortran-comment-line-start): Define as | |
4501 "C". | |
4502 (fortran-comment-line-start-skip): Don't match cpp stuff. | |
4503 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff. | |
4504 (fortran-mode-map): Remove over-eager custom-menu-create for now. | |
4505 (fortran-mode): Don't set fortran-comment-line-start-skip, | |
4506 fortran-comment-line-start here. Set comment-start, | |
4507 add-log-current-defun. | |
4508 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff. | |
4509 (fortran-current-defun): New function. | |
4510 | |
28073 | 4511 2000-03-09 Gerd Moellmann <gerd@gnu.org> |
4512 | |
28077 | 4513 * emacs-lisp/re-builder.el: New file. |
4514 | |
28076 | 4515 * mouse.el (mouse-drag-region): Don't run up-event handler |
4516 if hscroll has changed. | |
4517 | |
28073 | 4518 * octave-mod.el (octave-font-lock-keywords): To font-lock the |
4519 builtin operators, use `font-lock-builtin-face' for Emacs and | |
4520 `font-lock-preprocessor-face' otherwise. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4521 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4522 * font-lock.el (lisp-font-lock-keywords-1): Highlight |
28073 | 4523 `(defun (setf foo)' differently. |
4524 | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4525 2000-03-08 Stefan Monnier <monnier@cs.yale.edu> |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4526 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4527 * emacs-lisp/regexp-opt.el: Update copyright and leading comment. |
28073 | 4528 (regexp-opt): Update comment and adapt the code the new meaning of |
4529 the `paren' argument of regex-opt-group for shy-groups. | |
4530 (regexp-opt-depth): Handle shy groups as well as backslashed | |
4531 backslashes. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4532 (regexp-opt-group): Turn the leading comment into a docstring. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4533 Allow `paren' to be a string (the string to use to open a group). |
28073 | 4534 Remove open-presuf and close-presuf. Instead of checking for `all |
4535 one-char' and then later on check for `several one-char', handle | |
4536 both cases close together. Also apply a more generic algorithm | |
4537 for suffixes (the mirror image of the algorithm used for | |
4538 prefixes). Use shy-groups. Use nreverse rather than reverse. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4539 (regexp-opt-try-suffix): Removed. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4540 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4541 * cmuscheme.el (inferior-scheme-mode-map): Define it independently |
28073 | 4542 from comint-mode-map, so we can just inherit from it. Also, move |
4543 the initialization into the `defvar' since there's no docstring | |
4544 anyway and it's fairly short. | |
4545 (inferior-scheme-mode): Define it as derived-mode: the code is | |
4546 shorter and this way we inherit from comint-mode-map rather than | |
4547 copying it. | |
4548 | |
4549 * subr.el (replace-regexps-in-string): Properly handle the case | |
4550 where we match an empty string. | |
4551 | |
4552 * comint.el (comint-exec-1): Add the current-dir to the exec-path | |
4553 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
|
4554 Also fix a typo in the comment. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4555 |
28046 | 4556 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
4557 | |
28051 | 4558 * Makefile (compile-files): Compile files one by one because |
4559 that's the only way to ensure a clean compilation environment for | |
4560 each individual file. | |
4561 | |
28046 | 4562 * frame.el (other-frame): Call x-focus-frame. |
4563 | |
28040 | 4564 2000-03-07 Dave Love <fx@gnu.org> |
4565 | |
28043 | 4566 * recentf.el (recentf-keep-non-readable-files-p): Add :set, |
4567 :require to defcustom. | |
4568 | |
28040 | 4569 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads |
4570 lists. | |
4571 | |
4572 * files.el (auto-mode-alist): Add configure.in. | |
4573 | |
4574 * progmodes/autoconf.el: New file. | |
4575 | |
28034 | 4576 2000-03-07 Gerd Moellmann <gerd@gnu.org> |
4577 | |
4578 * mail/mh-e.el: Change maintainer to `none'. | |
4579 | |
4580 * recentf.el (recentf-keep-non-readable-files-p): Quote args | |
4581 to remove-hook and add-hook. | |
4582 | |
4583 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
4584 | |
28035 | 4585 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use |
28034 | 4586 it as the default. |
28035 | 4587 (mail-send): Test mail-send-nonascii also for the new `mime' value. |
4588 (sendmail-send-it): Conditionally add MIME headers specifying the | |
28034 | 4589 used character set. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4590 |
28024 | 4591 2000-03-07 Dave Love <fx@gnu.org> |
4592 | |
4593 * winner.el: Fix keywords, autoload cookies. Split | |
4594 eval-when-compile form to avoid compilation failure. | |
4595 | |
28017 | 4596 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
4597 | |
4598 * international/mule.el: Modify comment about coding system | |
4599 property `coding-category'. | |
4600 (make-coding-system): New argument EOL-TYPE. Pay attention to | |
4601 coding-category property of PROPERTIES. | |
4602 | |
4603 * international/mule-conf.el (coding-category-utf-8, | |
4604 coding-category-utf-16-be, coding-category-utf-16-le): New coding | |
4605 categories. Include them in the argument for set-coding-priority. | |
4606 | |
4607 * international/mule-cmds.el (reset-language-environment): Include | |
4608 coding-category-utf-8, coding-category-utf-16-be, and | |
4609 coding-category-utf-16-le in the argument for set-coding-priority. | |
4610 (reset-language-environment): Initialize coding-category-utf-8, | |
4611 coding-category-utf-16-be, and coding-category-utf-16-le to nil. | |
4612 | |
28014 | 4613 2000-03-06 Karl Fogel <kfogel@red-bean.com> |
4614 | |
4615 * bookmark.el (bookmark-file-or-variation-thereof): New func, for | |
4616 code abstracted out of `bookmark-jump-noselect'. Now tries info | |
4617 extensions as well as compression extensions. | |
4618 (bookmark-jump-noselect): Use above new func. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4619 |
27976 | 4620 2000-03-03 Gerd Moellmann <gerd@gnu.org> |
4621 | |
4622 * strokes.el: Change maintainer's mail address. | |
4623 | |
27972 | 4624 2000-03-03 Kenichi Handa <handa@etl.go.jp> |
4625 | |
4626 * international/mule-diag.el (list-character-sets): Make help-echo | |
4627 string by substitute-command-keys. | |
4628 (list-character-sets): Likewise. | |
4629 (sort-listed-character-sets): Call help-setup-xref. | |
4630 | |
27965 | 4631 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
4632 | |
4633 * time.el (display-time-mail-file): Add `none' to the list of | |
4634 choices. | |
4635 | |
27954 | 4636 2000-03-01 Dave Love <fx@gnu.org> |
4637 | |
27959 | 4638 * help.el (help-xref-go-back): Don't try to set position. |
4639 | |
27954 | 4640 * international/mule-diag.el (list-character-sets): Call |
4641 help-setup-xref. Add help-echo to xrefs. | |
4642 (list-character-sets-1): Add help-echo to xrefs. | |
4643 | |
27949 | 4644 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
4645 | |
4646 * frame.el (blink-cursor-mode): Switch cursor on when turning | |
4647 the mode off. | |
4648 | |
4649 * add-log.el (add-log-current-defun): Add support for | |
4650 Autoconf mode. | |
4651 | |
4652 * mail/rmail.el (rmail-quit-hook): New variable. | |
4653 | |
27931 | 4654 2000-03-01 Dave Love <fx@gnu.org> |
4655 | |
27935 | 4656 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |. |
4657 | |
27931 | 4658 * help.el (help-xref-button): Add help-echo arg. |
4659 (describe-function-1, describe-variable, help-make-xrefs): Use it. | |
4660 | |
4661 * faces.el (list-faces-display): Supply help-echo with | |
4662 help-make-xrefs. | |
4663 | |
4664 * facemenu.el (list-text-properties-at): Set help-xref-stack to | |
4665 nil. | |
4666 | |
27919 | 4667 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
4668 | |
27927 | 4669 * image.el (defimage): Look for image files in load-path. |
4670 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4671 * frame.el (busy-cursor-delay-seconds): Change type to |
27919 | 4672 `number'. |
4673 | |
27927 | 4674 2000-03-01 David Ponce <david.ponce@wanadoo.fr> |
4675 | |
4676 * recentf.el (recentf): Added version tag to the defgroup of | |
4677 recentf. | |
4678 | |
4679 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4680 | |
4681 * recentf.el (recentf-cleanup): Changed to remove excluded file | |
4682 too. | |
4683 (recentf-edit-list-action): `recentf-edit-list' checkbox widget | |
4684 action to select/unselect a file. | |
4685 (recentf-edit-list): Code cleanup and improvement. | |
4686 (recentf-open-more-files-action): `recentf-open-more-files' button | |
4687 widget action to open a file. | |
4688 (recentf-open-more-files): No more use standard completion but | |
4689 widgets. | |
4690 (recentf-more-collection): Deleted. | |
4691 (recentf-more-history): Deleted. | |
4692 (recentf-setup-more-completion): Deleted. | |
4693 | |
4694 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4695 | |
4696 * recentf.el (recentf-mode): No more needs that Emacs is running | |
4697 under a window-system. | |
4698 | |
4699 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4700 | |
4701 * recentf.el (recentf-edit-list): New command to edit the recent | |
4702 list which allow the user to remove files. | |
4703 (recentf-edit-selected-items): New global variable, used by | |
4704 `recentf-edit-list' to hold the list of files to be removed from | |
4705 the recent list. | |
4706 (recentf-make-menu-items): Updated to display a "Edit list..." | |
4707 menu item. Minor code cleanup. | |
4708 | |
4709 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4710 | |
4711 * recentf.el (recentf-open-more-files): New command to open files | |
4712 that are not displayed in the menu. | |
4713 (recentf-more-collection): New global variable holding the set of | |
4714 permissible completions used by `recentf-open-more-files'. | |
4715 (recentf-more-history): New global variable holding the history list | |
4716 used by `recentf-open-more-files' completion. | |
4717 (recentf-setup-more-completion): New function to setup completion for | |
4718 `recentf-open-more-files'. | |
4719 (recentf-make-menu-items): Updated to display a "More..." menu item. | |
4720 | |
4721 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4722 | |
4723 * recentf.el (recentf-menu-action): Doc fixed. | |
4724 | |
4725 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4726 | |
4727 * recentf.el (recentf-menu-filter): Doc updated. | |
4728 (recentf-update-menu-hook): Allow menu filters to force menu update. | |
4729 (recentf-make-menu-items): New menu filter handling. | |
4730 (recentf-make-menu-item): New helper function. | |
4731 (recentf-menu-elements): New menu handling function. | |
4732 (recentf-sort-ascending): Updated to new menu filter handling. | |
4733 (recentf-sort-descending): Updated to new menu filter handling. | |
4734 (recentf-sort-basenames-ascending): New menu filter function. | |
4735 (recentf-sort-basenames-descending): New menu filter function. | |
4736 (recentf-show-basenames): New menu filter function. | |
4737 (recentf-show-basenames-ascending): New menu filter function. | |
4738 (recentf-show-basenames-descending): New menu filter function. | |
4739 | |
27919 | 4740 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
4741 | |
4742 * diary-lib.el (list-diary-entries): Don't try to go forward at | |
4743 the end of the buffer. | |
4744 | |
27911 | 4745 2000-02-29 Kenichi Handa <handa@etl.go.jp> |
4746 | |
4747 * international/mule-diag.el (list-character-sets): Completely | |
4748 rewritten. | |
4749 (sort-listed-character-sets): New function. | |
4750 (list-character-sets-1): Completely rewritten. | |
4751 (list-character-sets-2): New function. | |
4752 (non-iso-charset-alist): New variable. | |
4753 (decode-codepage-char): New function. | |
4754 (charset-history): New variable. | |
4755 (read-charset) (list-block-of-chars) | |
4756 (list-iso-charset-chars) | |
4757 (list-non-iso-charset-chars) | |
4758 (list-charset-chars): New functions. | |
4759 (mule-diag): Call list-character-sets-2, not | |
4760 list-character-sets-2. | |
4761 (dump-charsets): Likewise. | |
4762 | |
27910 | 4763 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
4764 | |
27919 | 4765 * dired-x.el (dired-filename-at-point): Add `@' to valid |
4766 file name characters. | |
4767 (dired-filename-at-point): Handle ange-ftp file names. | |
4768 | |
27910 | 4769 * frame.el (frame-notice-user-settings): Use assq-delete-all |
4770 instead of assoc-delete-all. | |
4771 (frame-notice-user-settings): Ditto. | |
4772 | |
4773 * subr.el (assq-delete-all): Renamed from assoc-delete-all. | |
4774 Don't copy alist. | |
4775 | |
27906 | 4776 2000-02-28 Eli Barzilay <eli@cs.cornell.edu> |
4777 | |
4778 * calculator.el (calculator-use-menu): New option. | |
4779 (calculator-initial-bindings): Changed some bindings to work as | |
4780 macros. | |
4781 (calculator-forced-input): Removed. | |
4782 (calculator-restart-other-mode): New variable. | |
4783 (calculator-mode-map): Set up menu. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4784 |
27906 | 4785 2000-02-28 Jari Aalto <jari.aalto@poboxes.com> |
4786 | |
4787 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc | |
4788 tags. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4789 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
4790 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
|
4791 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
4792 * 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
|
4793 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
|
4794 (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
|
4795 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
|
4796 * 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
|
4797 * 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
|
4798 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
|
4799 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
|
4800 * 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
|
4801 * 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
|
4802 * ediff.el: copyright notice date fix. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4803 |
27898 | 4804 2000-02-27 Jason Rumney <jasonr@gnu.org> |
4805 | |
4806 * faces.el (face-font-family-alternatives): Add arial to helv. | |
4807 (mode-line, header-line, tool-bar): Same default as x for w32. | |
4808 (fixed-pitch, variable-pitch): Remove wildcard as it prevents | |
4809 face-font-family-alternatives from working. | |
4810 * term/w32-win.el (mouse-set-font): Do not build fontset from | |
4811 chosen font. | |
4812 | |
27873 | 4813 2000-02-25 Sam Steingold <sds@goems.com> |
4814 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
4815 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block' |
27873 | 4816 properly. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4817 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4818 2000-02-25 Richard M. Stallman <rms@gnu.org> |
27873 | 4819 |
4820 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. | |
4821 | |
27856 | 4822 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
4823 | |
4824 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer | |
4825 writable. | |
4826 | |
27868 | 4827 * frame.el (busy-cursor-delay-seconds): New option. |
27866 | 4828 |
27847 | 4829 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
4830 | |
4831 * frame.el (show-cursor-in-non-selected-windows): New option. | |
4832 | |
27845 | 4833 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
4834 | |
4835 * diary-lib.el (include-other-diary-files): Undo the selective | |
4836 display in any included file and don't kill it. | |
4837 | |
27841 | 4838 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il> |
4839 | |
4840 * dired.el (dired-mode-map): Don't remove "Edit" from the menu | |
4841 bar. Menu items converted to (menu-item format, help strings | |
4842 added. | |
4843 [downcase, upcase]: Don't enable on MS-DOS. | |
4844 [symlink, symlinks]: Don't show if make-symbolic-link is not | |
4845 bound. | |
4846 [chown, chgrp]: Don't show on MS-DOS and MS-Windows. | |
4847 | |
27825 | 4848 2000-02-23 Dave Love <fx@gnu.org> |
4849 | |
27838 | 4850 * simple.el (zap-to-char, kill-line, kill-region, kill-word) |
4851 (backward-kill-word): Revert addition of * to interactive spec -- | |
4852 it's a feature. | |
4853 | |
4854 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
4855 (backward-kill-sentence, kill-sentence): Likewise. | |
4856 | |
27835 | 4857 * gud.el (gud-jdb-build-class-source-alist): Prepend space to |
4858 scratch buffer name. | |
4859 (gud-format-command): Use int-to-string in ?l case. Simplify | |
4860 slightly. | |
4861 | |
4862 * term/w32-win.el (internal-face-interactive): Update prompt for | |
4863 new read-face-name. | |
4864 | |
4865 * mail/footnote.el (footnote): Add :version to defgroup. | |
4866 (footnote-section-tag-regexp): Customize. | |
4867 (footnote-start-tag, footnote-end-tag): New option. | |
4868 (footnote-latin-regexp): New variable. | |
4869 (Footnote-latin): New function. | |
4870 (footnote-style-alist): Add element for latin style. | |
4871 (footnote-style): Moved. | |
4872 (Footnote-goto-footnote): Use eq to test arg. | |
4873 | |
4874 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message. | |
4875 | |
27825 | 4876 * emacs-lisp/byte-opt.el: Change old backquote syntax. |
4877 (byte-compile-trueconstp): Include keywords. | |
4878 (byte-optimize-quote, byte-optimize-lapcode): Use | |
4879 byte-compile-const-symbol-p. | |
4880 (byte-optimize-char-before): New optimization. | |
4881 | |
4882 * emacs-lisp/bytecomp.el: Change old backquote syntax. | |
4883 (byte-compile-const-symbol-p): New function. | |
4884 (byte-compile-constp, byte-compile-out-toplevel) | |
4885 (byte-compile-form, byte-compile-form, byte-compile-variable-ref): | |
4886 Use it. | |
4887 | |
4888 * subr.el (define-key-after): Default AFTER to t. Doc fix. | |
4889 | |
27813 | 4890 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
4891 | |
27815 | 4892 * international/encoded-kb.el: Be sure to update minor-mode-alist |
4893 and minor-mode-map-alist. | |
4894 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift | |
4895 codes SS2 and SS3 correctly. | |
4896 (encoded-kbd-self-insert-ccl): New function. | |
4897 (encoded-kbd-setup-keymap): New function. | |
4898 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap | |
4899 by calling encoded-kbd-setup-keymap. | |
4900 | |
27813 | 4901 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte |
4902 characters. | |
4903 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t | |
4904 locally. | |
4905 | |
27811 | 4906 2000-02-22 Dave Love <fx@gnu.org> |
4907 | |
4908 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table) | |
4909 (lisp-mode-map, lisp-interaction-mode-map): Define all inside | |
4910 defvar. | |
4911 (lisp-mode-syntax-table): Set up for #|...|# comments. | |
4912 (lisp-imenu-generic-expression): Purecopy strings. Use syntax | |
4913 classes. Match `defface'. | |
4914 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. | |
4915 (eval-defun-1): Fix for defcustom. | |
4916 (lisp-indent-region): Doc fix. | |
4917 | |
4918 * subr.el (when, unless, split-string): Doc fix. | |
4919 (read-passwd): Move call of clear-this-command-keys to the right | |
4920 place. | |
4921 (replace-regexps-in-string): New function. | |
4922 | |
27807 | 4923 2000-02-22 Gerd Moellmann <gerd@gnu.org> |
4924 | |
4925 * help.el (describe-variable): Set syntax table to | |
4926 emacs-lisp-mode-syntax-table when moving forward over the | |
4927 symbol's name. | |
4928 | |
27805 | 4929 2000-02-22 Dave Love <fx@gnu.org> |
4930 | |
4931 * xt-mouse.el: Doc fixes. | |
4932 (xterm-mouse-position-function): New function, replacing advice of | |
4933 mouse-position. | |
4934 (xterm-mouse-mode): Use it. Don't turn on under a window system. | |
4935 | |
4936 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition. | |
4937 | |
27794 | 4938 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
4939 | |
4940 * format.el (format-annotate-single-property-change): Handle | |
4941 properties.with dotted-list values. | |
4942 (format-proper-list-p): New function. | |
4943 | |
4944 * enriched.el (enriched-face-ans): Handle '(foreground-color | |
4945 . COLOR) and (background-color . COLOR). | |
4946 | |
27788 | 4947 2000-02-20 Dave Love <fx@gnu.org> |
4948 | |
4949 * textmodes/flyspell.el (flyspell-mouse-map): Change definition | |
4950 and assignments to it. | |
4951 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting | |
4952 current local map. | |
4953 (make-flyspell-overlay): Use it. | |
4954 (flyspell-correct-word/mouse-keymap): Change XEmacs test. | |
4955 | |
4956 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level. | |
4957 (lm-get-header-re): Defun, not defsubst. | |
4958 (lm-get-package-name): Defun, not defsubst. Simplify. | |
4959 (lm-version): Doc fix. Simplify. | |
4960 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) | |
4961 (lm-crack-address, lm-last-modified-date, lm-commentary) | |
4962 (lm-verify, lm-synopsis): Simplify. | |
4963 (lm-report-bug): Require emacsbug. Use compose-mail. | |
4964 | |
27785 | 4965 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
4966 | |
4967 * dired.el (dired-mode): Call propertized-buffer-identification | |
4968 to set mode-line-buffer-identification to something having | |
4969 the right text properties. | |
4970 | |
4971 * bindings.el (propertized-buffer-identification): New function. | |
4972 | |
27777 | 4973 2000-02-20 Dave Love <fx@gnu.org> |
4974 | |
4975 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and | |
4976 check for t-mouse too. | |
4977 | |
4978 * cus-start.el: Make echo-keystrokes `number'. | |
4979 | |
27776 | 4980 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
4981 | |
4982 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]: | |
4983 Don't call ring-empty-p unless tags-location-ring is bound. | |
4984 From Noah Friedman <friedman@splode.com>. | |
4985 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
4986 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org> |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
4987 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
4988 * progmodes/hideshow.el (hs-flag-region): No longer use |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
4989 `intangible' overlay property. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
4990 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
4991 (hs-toggle-hiding): New command. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
4992 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
4993 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
4994 (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
|
4995 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
|
4996 and deactivation. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
4997 |
27757 | 4998 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
4999 | |
5000 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs. | |
5001 | |
27749 | 5002 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5003 | |
27754 | 5004 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix. |
5005 | |
27749 | 5006 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax |
5007 of `*' to handle `(* ... *)' comments. | |
5008 | |
27732 | 5009 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
5010 | |
27737 | 5011 * 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
|
5012 window-system. |
27737 | 5013 |
27732 | 5014 * menu-bar.el (global-map): Menu-bar items converted to the new |
5015 format (menu-item..., rearranged for better CUA compliance, and | |
5016 their names changed for better clarity. Help strings added. | |
5017 | |
5018 * international/mule-cmds.el (mule-menu-keymap) | |
5019 (describe-language-environment-map, set-coding-system-map) | |
5020 (setup-language-environment-map): Convert to new (menu-item... | |
5021 form, add help strings. Change names of menu items for better | |
5022 clarity. "Mule" menu-bar item removed (it's now in the "Options" | |
5023 submenu). | |
5024 | |
27729 | 5025 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5026 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5027 * dired-aux.el (dired-do-copy): Remove spurious character.`n' |
27729 | 5028 within the code. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5029 |
27717 | 5030 2000-02-16 Dave Love <fx@gnu.org> |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5031 |
27717 | 5032 * faces.el: Don't require custom. Add more specific :groups to |
5033 various deffaces. | |
5034 (set-face-attribute): Purecopy args. | |
5035 (read-face-name): Default to name at point and use it in prompt. | |
5036 Remove colon from arg in all callers. | |
5037 (list-faces-display): Hyperlink to face descriptions and customize | |
5038 buffers. | |
5039 | |
27712 | 5040 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk> |
5041 | |
5042 * wid-edit.el (widget-match-inline): An atom never matches a | |
5043 list. | |
5044 | |
27707 | 5045 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> |
5046 | |
27713 | 5047 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5048 at ':' characters by call to split-string. | |
27707 | 5049 |
5050 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5051 | |
27713 | 5052 * textmodes/bibtex.el: Added RCS version identification. |
27707 | 5053 |
5054 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5055 | |
27713 | 5056 * textmodes/bibtex.el: Some temporary comments removed. |
5057 (bibtex-field-name, bibtex-entry-type): Made the relationship | |
5058 explicit. | |
5059 (bibtex-field-const): Allow capital letters. | |
5060 (bibtex-start-of-string): Deleted because unused. | |
5061 | |
5062 * textmodes/bibtex.el: Unified some nomenclature. We no longer | |
5063 use the term 'reference' to describe a bibtex entry as a whole. | |
5064 Further, reference keys are no longer called 'labels'. | |
5065 (bibtex-keys): Renamed to bibtex-reference-keys. | |
5066 (bibtex-reformat-previous-labels): Renamed to | |
5067 bibtex-reformat-previous-reference-keys. | |
5068 (bibtex-reference-type): Renamed to bibtex-entry-type. | |
5069 (bibtex-reference-head): Renamed to bibtex-entry-head. | |
5070 (bibtex-reference-maybe-empty-head): Renamed to | |
5071 bibtex-entry-maybe-empty-head. | |
5072 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. | |
5073 (bibtex-search-reference): Renamed to bibtex-search-entry. | |
5074 (bibtex-enclosing-reference-maybe-empty-head): Renamed to | |
5075 bibtex-enclosing-entry-maybe-empty-head. | |
5076 (bibtex-entry-field-alist, bibtex-entry-head, | |
5077 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, | |
5078 bibtex-map-entries, bibtex-search-entry, | |
5079 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, | |
5080 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5081 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, | |
5082 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, | |
5083 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, | |
5084 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, | |
5085 bibtex-complete-key, bibtex-String) : Use the new nomenclature. | |
27707 | 5086 |
5087 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5088 | |
27713 | 5089 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5090 comment. | |
5091 (bibtex-format-field-delimiters): New function, functionality | |
5092 extracted from bibtex-format-entry. | |
5093 (bibtex-autokey-get-yearfield-digits): New function, functionality | |
5094 extracted from bibtex-autokey-get-yearfield. | |
5095 | |
5096 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex | |
5097 entries in order to avoid stack overflow in the regexp matcher if | |
5098 field contents become large. | |
5099 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, | |
5100 bibtex-field-string-part-not-braced, | |
5101 bibtex-field-string-part-no-inner-braces, | |
5102 bibtex-field-string-part-1-inner-brace, | |
5103 bibtex-field-string-part-2-inner-braces, | |
5104 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, | |
5105 bibtex-field-string-quoted, bibtex-field-string, | |
5106 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, | |
5107 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, | |
5108 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted | |
5109 as parsing is now performed by the following functions. | |
5110 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, | |
5111 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, | |
5112 bibtex-parse-field-string, bibtex-search-forward-field-string, | |
5113 bibtex-parse-association, bibtex-field-name-for-parsing, | |
5114 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, | |
5115 bibtex-search-forward-field, bibtex-search-backward-field, | |
5116 bibtex-start-of-field, bibtex-end-of-field, | |
5117 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, | |
5118 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, | |
5119 bibtex-parse-string-prefix, bibtex-parse-string-postfix, | |
5120 bibtex-parse-string, bibtex-search-forward-string, | |
5121 bibtex-search-backward-string, bibtex-start-of-string, | |
5122 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, | |
5123 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, | |
5124 bibtex-end-of-text-in-string): New functions for the parsing of bibtex | |
5125 entries. Instead of reporting the results of the parsing by | |
5126 match-beginning or match-end, these functions return data structures | |
5127 that hold the corresponding positions. | |
5128 (bibtex-enclosing-field): Changed to also report field boundaries by | |
5129 return values rather than by match-beginning or match-end. The | |
5130 following functions have been adapted to use the new parsing | |
5131 functions. | |
5132 (bibtex-skip-to-valid-entry, bibtex-search-reference, | |
5133 bibtex-enclosing-field, bibtex-format-entry, | |
5134 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, | |
5135 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, | |
5136 bibtex-print-help-message, bibtex-end-of-entry, | |
5137 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, | |
5138 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5139 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new | |
5140 method for parsing. | |
5141 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, | |
5142 bibtex-map-entries, bibtex-flash-head, | |
5143 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, | |
5144 bibtex-autokey-change, bibtex-autokey-get-namefield, | |
5145 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, | |
5146 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5147 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, | |
5148 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5149 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in | |
5150 order to make the new binding of case-fold-search immediately | |
5151 visible. | |
27707 | 5152 |
5153 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5154 | |
27713 | 5155 * textmodes/bibtex.el: Copyright notice is up to date. |
5156 Added constant 'bibtex-maintainer-salutation. | |
5157 | |
5158 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather | |
5159 than make-temp-name, use match-string-no-properties and eliminate | |
5160 a quadratic behavior when building bibtex-strings. | |
5161 | |
5162 * bibtex.el (bibtex-reference-key): Accept string entries whose | |
5163 reference key contains upper case letters. | |
27707 | 5164 |
5165 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5166 | |
27713 | 5167 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5168 a new line. | |
27707 | 5169 |
5170 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5171 | |
27713 | 5172 * bibtex.el: Hiding of entry bodies is not longer provided by |
5173 bibtex.el directly. Instead the hideshow package can be used. | |
5174 Added a special bibtex entry to hs-special-modes-alist. | |
5175 (bibtex-hs-forward-sexp): Added for hideshow.el. | |
27729 | 5176 |
5177 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5178 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5179 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5180 at ':' characters by call to split-string. |
27729 | 5181 |
5182 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5183 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5184 * textmodes/bibtex.el: Added RCS version identification. |
27729 | 5185 |
5186 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5187 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5188 * textmodes/bibtex.el: Some temporary comments removed. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5189 (bibtex-field-name, bibtex-entry-type): Made the relationship |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5190 explicit. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5191 (bibtex-field-const): Allow capital letters. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5192 (bibtex-start-of-string): Deleted because unused. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5193 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5194 * textmodes/bibtex.el: Unified some nomenclature. We no longer |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5195 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
|
5196 Further, reference keys are no longer called 'labels'. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5197 (bibtex-keys): Renamed to bibtex-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5198 (bibtex-reformat-previous-labels): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5199 bibtex-reformat-previous-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5200 (bibtex-reference-type): Renamed to bibtex-entry-type. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5201 (bibtex-reference-head): Renamed to bibtex-entry-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5202 (bibtex-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5203 bibtex-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5204 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5205 (bibtex-search-reference): Renamed to bibtex-search-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5206 (bibtex-enclosing-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5207 bibtex-enclosing-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5208 (bibtex-entry-field-alist, bibtex-entry-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5209 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5210 bibtex-map-entries, bibtex-search-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5211 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5212 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5213 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5214 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5215 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5216 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5217 bibtex-complete-key, bibtex-String) : Use the new nomenclature. |
27707 | 5218 |
5219 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5220 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5221 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5222 comment. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5223 (bibtex-format-field-delimiters): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5224 extracted from bibtex-format-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5225 (bibtex-autokey-get-yearfield-digits): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5226 extracted from bibtex-autokey-get-yearfield. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5227 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5228 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5229 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
|
5230 field contents become large. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5231 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5232 bibtex-field-string-part-not-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5233 bibtex-field-string-part-no-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5234 bibtex-field-string-part-1-inner-brace, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5235 bibtex-field-string-part-2-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5236 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
|
5237 bibtex-field-string-quoted, bibtex-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5238 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5239 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
|
5240 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
|
5241 as parsing is now performed by the following functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5242 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5243 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5244 bibtex-parse-field-string, bibtex-search-forward-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5245 bibtex-parse-association, bibtex-field-name-for-parsing, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5246 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
|
5247 bibtex-search-forward-field, bibtex-search-backward-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5248 bibtex-start-of-field, bibtex-end-of-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5249 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
|
5250 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
|
5251 bibtex-parse-string-prefix, bibtex-parse-string-postfix, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5252 bibtex-parse-string, bibtex-search-forward-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5253 bibtex-search-backward-string, bibtex-start-of-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5254 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
|
5255 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
|
5256 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
|
5257 entries. Instead of reporting the results of the parsing by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5258 match-beginning or match-end, these functions return data structures |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5259 that hold the corresponding positions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5260 (bibtex-enclosing-field): Changed to also report field boundaries by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5261 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
|
5262 following functions have been adapted to use the new parsing |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5263 functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5264 (bibtex-skip-to-valid-entry, bibtex-search-reference, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5265 bibtex-enclosing-field, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5266 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5267 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5268 bibtex-print-help-message, bibtex-end-of-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5269 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5270 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
|
5271 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
|
5272 method for parsing. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5273 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5274 bibtex-map-entries, bibtex-flash-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5275 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5276 bibtex-autokey-change, bibtex-autokey-get-namefield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5277 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5278 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
|
5279 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5280 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5281 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
|
5282 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
|
5283 visible. |
27729 | 5284 |
5285 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5286 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5287 * textmodes/bibtex.el: Copyright notice is up to date. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5288 Added constant 'bibtex-maintainer-salutation. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5289 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5290 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5291 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
|
5292 a quadratic behavior when building bibtex-strings. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5293 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5294 * bibtex.el (bibtex-reference-key): Accept string entries whose |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5295 reference key contains upper case letters. |
27729 | 5296 |
5297 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5298 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5299 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5300 a new line. |
27729 | 5301 |
5302 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5303 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5304 * 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
|
5305 bibtex.el directly. Instead the hideshow package can be used. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5306 Added a special bibtex entry to hs-special-modes-alist. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5307 (bibtex-hs-forward-sexp): Added for hideshow.el. |
27729 | 5308 |
5309 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5310 | |
27713 | 5311 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to |
27707 | 5312 proceedings entry type (for cross referencing). Thanks to Wagner |
5313 Toledo Correa for the suggestion. | |
5314 | |
27713 | 5315 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu. |
27707 | 5316 |
27690 | 5317 2000-02-14 Kenichi Handa <handa@etl.go.jp> |
5318 | |
5319 * international/characters.el: Setup case table for Vietnamese. | |
5320 | |
27687 | 5321 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
5322 | |
5323 * uniquify.el (toplevel): Require CL at compile time. | |
5324 (uniquify-push): Removed. | |
5325 | |
5326 * shadowfile.el (shadow-when): Removed. | |
5327 | |
5328 * tempo.el (tempo-dolist, tempo-mapc): Removed. | |
5329 (tempo-process-and-insert-string): Use dolist instead of | |
5330 tempo-dolist. | |
5331 | |
5332 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from | |
5333 regexp for paragraph-start. | |
5334 | |
5335 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading | |
5336 commas as well. | |
5337 | |
27657 | 5338 2000-02-10 Dave Love <fx@gnu.org> |
5339 | |
5340 * wid-edit.el: (widgets) [defgroup]: Remove url link. | |
5341 (widget-color-choice-list, widget-color-history, widget-mouse-help): | |
5342 Deleted. | |
5343 (widget-specify-field, widget-specify-button): Don't use | |
5344 widget-mouse-help as help-echo property. | |
5345 (default): Use #'ignore for :validate and :mouse-down-action. | |
5346 (checkbox): Add help-echo. | |
5347 (widget-sexp-validate): Rewritten to clarify error messages. | |
5348 (character): Use char-valid-p in :match function. | |
5349 (widget-color-complete): Use facemenu-color-alist. | |
5350 (widget-color-action): Use facemenu-read-color. | |
5351 | |
5352 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't | |
5353 set up `caar' &c that we now have. | |
5354 | |
27713 | 5355 2000-02-09 Ray Blaak <blaak@gnu.org> |
5356 | |
5357 * delphi.el: Make resourcestring a declaration region, like const | |
5358 and var. | |
5359 | |
27652 | 5360 2000-02-09 Dave Love <fx@gnu.org> |
5361 | |
5362 * bindings.el (mode-line-input-method-map): New variable. | |
5363 (mode-line-mule-info): Use it; fix last change. | |
5364 (mode-line-mode-menu): Move definition. | |
5365 (mode-line-mouse-sensitive-p): Deleted. | |
5366 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p. | |
5367 (make-mode-line-mouse-sensitive): Deleted. Body moved to top | |
5368 level. | |
5369 | |
5370 * startup.el (command-line-1): Don't call | |
5371 make-mode-line-mouse-sensitive. | |
5372 | |
27644 | 5373 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> |
5374 | |
5375 * mail/rmail.el (rmail-retry-failure): Use | |
5376 rmail-beginning-of-message before rmail-toggle-header, because the | |
5377 former toggles headers. | |
5378 | |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5379 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
|
5380 |
27637
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
5381 * 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
|
5382 (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
|
5383 (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
|
5384 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
|
5385 (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
|
5386 (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
|
5387 |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5388 * 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
|
5389 (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
|
5390 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
|
5391 to avoid duplicate entries. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5392 (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
|
5393 (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
|
5394 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
|
5395 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
|
5396 `major-mode' to `mode'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5397 (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
|
5398 (font-lock-fontify-anchored-keywords) |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5399 (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
|
5400 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
|
5401 font-lock-set-defaults). |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5402 (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
|
5403 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
|
5404 |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5405 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
|
5406 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5407 * 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
|
5408 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
|
5409 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5410 * 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
|
5411 |
27610 | 5412 2000-02-04 Dave Love <fx@gnu.org> |
5413 | |
27617 | 5414 * bindings.el (mode-line-mule-info): Fix/extend last change. |
5415 | |
27610 | 5416 * completion.el: Replace completion-dolist with dolist. |
5417 | |
5418 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, | |
5419 dotimes. | |
5420 | |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5421 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl> |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5422 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5423 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5424 environment names before they go into the section regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5425 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5426 * 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
|
5427 char class in regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5428 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5429 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5430 `case-fold-search' to nil. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5431 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5432 * progmodes/idlwave.el (idlwave-template): Respect |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5433 `idlwave-abbrev-change-case'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5434 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5435 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5436 idlwave-while): respect `idlwave-reserved-word-upcase'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5437 (idlwave-rw-case): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5438 (idlwave-statement-match): Fixed problem with assignment regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5439 (idlwave-font-lock-keywords): Improved regexp for keyword |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5440 parameters. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5441 (idlwave-surround): New argument LENGTH to support padding of |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5442 operators longer than 1 char. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5443 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5444 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5445 idlwave-shell-expression-overlay. Implemented printing of |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5446 expressions on higher levels of the calling stack. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5447 (idlwave-shell-display-level-in-calling-stack): Restore stack |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5448 level. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5449 (idlwave-retrieve-expression-from-level): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5450 (idlwave-shell-last-calling-stack): Variable removed. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5451 (idlwave-shell-reset): Argument action reversed (`visible' to |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5452 `hidden'). Also remove stop-line overlay. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5453 (idlwave-shell-calling-stack-routine): New variable. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5454 (idlwave-shell-parse-stack-and-display): Messages now display |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5455 negative level numbers. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5456 (idlwave-shell-mode): Set `modeline-format'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5457 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5458 (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
|
5459 21. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5460 (idlwave-shell-print-expression-function): New option. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5461 |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5462 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5463 idlwave-toolbar-remove-everywhere): Keybindings prefix is now |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5464 `tool-bar' instead of `toolbar'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5465 |
27590 | 5466 2000-02-02 Dave Love <fx@gnu.org> |
5467 | |
5468 * emacs-lisp/cl.el: Use bytecomp-load-hook, not | |
5469 emacs-lisp-mode-hook. Don't check for defalias being defined. | |
5470 | |
5471 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash) | |
5472 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use | |
5473 the new builtins directly. | |
5474 | |
5475 * whitespace.el (whitespace): Add :version to defgroup. | |
5476 | |
5477 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference): | |
5478 Doc fix. | |
5479 | |
5480 * thingatpt.el (sexp-at-point, symbol-at-point) | |
5481 (number-at-point, list-at-point): Add autoload cookie. | |
5482 | |
5483 * recentf.el (recentf): Add :version to defgroup. | |
5484 | |
5485 * quickurl.el (quickurl): Add :version to defgroup. | |
5486 | |
5487 * elide-head.el (elide-head): Use point-marker more. | |
5488 | |
5489 * bs.el (bs): Add :version to defgroup. | |
5490 | |
5491 * autorevert.el (global-auto-revert-mode): Add autoload cookie. | |
5492 | |
5493 * progmodes/delphi.el (delphi): Add :version to defgroup. | |
5494 | |
27587 | 5495 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
5496 | |
5497 * ange-ftp.el (ange-ftp-write-region): Handle case that | |
5498 succeeding process operation sets a different coding system. | |
5499 | |
5500 * calculator.el: New file. | |
5501 | |
27572 | 5502 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il> |
5503 | |
5504 * frame.el (frames-on-display-list, framep-on-display): New | |
5505 functions. | |
5506 (display-mouse-p, display-popup-menus-p, display-graphic-p) | |
5507 (display-selections-p, display-screens, display-pixel-width) | |
5508 (display-pixel-height, display-mm-width, display-mm-height) | |
5509 (display-backing-store, display-save-under, display-planes) | |
5510 (display-color-cells, display-visual-class): New functions. | |
5511 | |
5512 * term/tty-colors.el (tty-color-gray-shades): New function. | |
5513 | |
5514 * faces.el (display-color-p): Use framep-on-display. | |
5515 (display-grayscale-p): New function. | |
5516 | |
27549 | 5517 2000-01-31 Dave Love <fx@gnu.org> |
5518 | |
5519 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it. | |
5520 (create-fontset-from-x-resource): Don't concat integers. | |
5521 | |
27545 | 5522 2000-01-31 Inge Frick <inge@nada.kth.se> |
5523 | |
5524 * view.el: Some changes in documentation. Removed some trailing | |
5525 whitespace. Changed some parameter names to agree with | |
5526 documentation. | |
5527 (view-mode-exit): Keep entry in `view-return-to-alist' only when a | |
5528 window is not deleted. Modifies change 1998-04-26. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5529 |
27541 | 5530 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
5531 | |
27543 | 5532 * windmove.el: New file. |
5533 | |
27541 | 5534 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
5535 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
27545 | 5536 progmodes/ebnf-yac.el: Update copyright and license info. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5537 |
27541 | 5538 * jit-lock.el (jit-lock-function): Widen before calculating end |
5539 position. | |
5540 (jit-lock-stealth-chunk-start): Rewritten. | |
5541 | |
5542 * info.el (Info-title-face-alist): Removed. | |
5543 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New | |
5544 faces. | |
5545 (Info-fontify-node): Use these faces. | |
5546 | |
27527 | 5547 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
5548 | |
5549 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list) | |
5550 (cl-macro-list1): Recognize `&allow-other-keys' instead of | |
5551 `&allow-other-keywords'. | |
5552 | |
5553 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to | |
5554 the list of directories scanned heuristically. | |
5555 | |
5556 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to | |
5557 exist. | |
5558 | |
27523 | 5559 2000-01-30 Jason Rumney <jasonr@gnu.org> |
5560 | |
5561 * w32-fns.el: Define w32-tty-standard-colors. | |
5562 | |
5563 * startup.el (command-line): Use w32-tty-standard-colors when in | |
5564 w32 console mode. | |
5565 | |
27510 | 5566 2000-01-30 Dave Love <fx@gnu.org> |
5567 | |
27513 | 5568 * jka-compr.el (jka-compr-load): Fix up load-history. |
5569 | |
27510 | 5570 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes. |
5571 | |
5572 * emacs-lisp/cl-macs.el: Revert previous change. | |
5573 | |
27499 | 5574 2000-01-29 Dave Love <fx@gnu.org> |
5575 | |
5576 * facemenu.el: Purecopy various strings. | |
5577 | |
5578 * timezone.el (timezone-fix-time): Window against 69 for two-digit | |
5579 years. Deal with three-digit years. | |
5580 | |
5581 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use | |
5582 defconst, purecopy. | |
5583 (help-back-label): Purecopy it. | |
5584 | |
27498 | 5585 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
5586 | |
5587 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration | |
5588 variable. If non-nil, order the buffer list according to the | |
5589 currently selected frame. | |
5590 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is | |
5591 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
|
5592 |
27496 | 5593 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
5594 | |
5595 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix | |
5596 | |
27486 | 5597 2000-01-28 Dave Love <fx@gnu.org> |
5598 | |
27491 | 5599 * emacs-lisp/cl-macs.el: Remove dotimes, dolist. |
5600 | |
27486 | 5601 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop. |
5602 Don't use lisp-indent-hook property. | |
5603 (cl-abs): Remove. | |
5604 | |
5605 * subr.el: Move out indent and edebug specs for when and unless. | |
5606 | |
5607 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes, | |
5608 when, unless. | |
5609 | |
5610 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist, | |
5611 unless, when. | |
5612 | |
27467 | 5613 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
5614 | |
27481 | 5615 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize |
5616 `collecting' as synonym for `collect'. | |
5617 | |
5618 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name | |
5619 for the case it contains spaces. | |
5620 | |
5621 * simple.el (what-cursor-position): Change formatting of | |
5622 messages. | |
5623 | |
27473 | 5624 * frame.el (delete-other-frames): New function. |
5625 (toplevel): Bind it to C-x 5 1. | |
5626 | |
27469 | 5627 * sort.el (sort-numeric-base): New option. |
5628 (sort-numeric-fields): If number starts with `0' or `0[xX[', | |
5629 interpret it as octal or hexadecimal. Use sort-numeric-base | |
5630 as default base. | |
5631 | |
27467 | 5632 * progmodes/glasses.el: New file. |
5633 | |
27451 | 5634 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
5635 | |
27461 | 5636 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched |
5637 userids differently. | |
5638 | |
27451 | 5639 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
5640 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
5641 progmodes/ebnf-yac.el: New files. | |
5642 | |
27446 | 5643 2000-01-26 Dave Love <fx@gnu.org> |
5644 | |
5645 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose | |
5646 on a function with an empty body. [From Eric Ludlam.] | |
5647 | |
27437 | 5648 2000-01-25 Andre Spiegel <spiegel@gnu.org> |
5649 | |
5650 * vc.el (vc-version-diff): Make sure file name is expanded. | |
5651 | |
27433 | 5652 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
5653 | |
5654 * scroll-bar.el (scroll-bar-timer): Variable removed. | |
5655 (scroll-bar-toolkit-scroll): Don't use a timer. | |
5656 | |
27419 | 5657 2000-01-25 Kenichi Handa <handa@etl.go.jp> |
5658 | |
5659 * language/thai-util.el (thai-composition-function): Delete | |
5660 superfluous `a'. | |
5661 | |
27418 | 5662 2000-01-24 Dave Love <fx@gnu.org> |
5663 | |
5664 * fortran.el (fortran-mode): Use beginning-of-defun-function, | |
5665 end-of-defun-function. | |
5666 | |
5667 * font-lock.el (turn-on-font-lock): Don't depend on window-system | |
5668 &c. | |
5669 | |
27405 | 5670 2000-01-22 Jason Rumney <jasonr@gnu.org> |
5671 | |
5672 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it | |
5673 conflicts with new face support. | |
5674 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5675 2000-01-22 Richard M. Stallman <rms@gnu.org> |
27392
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5676 |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5677 * replace.el (query-replace): Rename last arg to DELIMITED. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5678 (map-query-replace-regexp, query-replace-regexp-eval): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5679 (query-replace-regexp): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5680 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5681 2000-01-20 Richard M. Stallman <rms@gnu.org> |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5682 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5683 * subr.el (with-syntax-table): Use make-symbol, not gensym. |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5684 |
27381
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5685 * emacs-lisp/lisp.el (beginning-of-defun-function): |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5686 Variable renamed from beginning-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5687 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5688 (beginning-of-defun-raw): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5689 (beginning-of-defun): Doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5690 (end-of-defun-function): Variable renamed from end-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5691 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5692 (end-of-defun): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5693 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5694 * subr.el (dolist, dotimes): Copied from cl-macs.el |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5695 and made to work. |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5696 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5697 * mail/undigest.el (rmail-digest-end-regexps): |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5698 Variable replaces rmail-digest-end-regexp. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5699 Allows multiple regexps for detecting the end line. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5700 (undigestify-rmail-message): Corresponding changes. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5701 |
27366 | 5702 2000-01-19 Dave Love <fx@gnu.org> |
5703 | |
27368 | 5704 * files.el (user-init-file): Don't declare here -- is primitive. |
5705 | |
27366 | 5706 * startup.el (command-line): Check for compiled user-init-file and |
5707 set to uncompiled version if necessary. | |
5708 | |
27358 | 5709 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
5710 | |
27361 | 5711 * mail/undigest.el (rmail-digest-end-regexp): New user option. |
5712 (undigestify-rmail-message): Use it. | |
5713 | |
27358 | 5714 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT. |
5715 | |
27351 | 5716 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
5717 | |
5718 * tmm.el (tmm-goto-completions): Adapt to prompt being part | |
5719 of mini-buffer. | |
5720 | |
27326 | 5721 2000-01-14 Gerd Moellmann <gerd@gnu.org> |
5722 | |
27330 | 5723 * emacs-lisp/copyright.el (copyright-update): Removed the |
5724 requirement for a trailing space from `copyright-regexp', to | |
5725 support copyrights with owner specified on a separate line.. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5726 |
27327 | 5727 * align.el: New file. |
5728 | |
27326 | 5729 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu. |
5730 | |
5731 * net/eudc.el (toplevel): Define EUDC menu for Emacs. | |
5732 | |
27323 | 5733 2000-01-13 Dave Love <fx@gnu.org> |
5734 | |
5735 * ph.el: Removed. (Obsoleted by EUDC.) | |
5736 | |
27321 | 5737 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
5738 | |
5739 * net/eudc.el (toplevel): Remove autoloaded code installing | |
5740 menu with easymenu, because that causes build problems. | |
5741 | |
5742 * frame.el (frame-notice-user-settings): New variable. | |
5743 (frame-notice-user-settings): Don't modify frame parameters | |
5744 if called a second time. | |
5745 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5746 2000-01-13 Richard M. Stallman <rms@gnu.org> |
27321 | 5747 |
5748 * frame.el (frame-notice-user-settings): | |
5749 Notice default-frame-parameters even for non-window frames. | |
5750 | |
27318 | 5751 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
5752 | |
5753 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds | |
5754 for Emacs. | |
5755 (eudc-bob-can-display-inline-images): Extend for Emacs. | |
5756 (eudc-bob-toggle-inline-display): Ditto. | |
5757 (eudc-bob-display-jpeg): Ditto. | |
5758 | |
27304 | 5759 2000-01-12 Gerd Moellmann <gerd@gnu.org> |
5760 | |
27313 | 5761 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, |
5762 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el, | |
5763 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
|
5764 |
27312 | 5765 * add-log.el (add-change-log-entry): Fix error trying an `(insert |
5766 nil)'. | |
5767 | |
5768 * subdirs.el: Add `net' directory. | |
5769 | |
27308 | 5770 * net: New directory. |
5771 | |
27304 | 5772 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from |
5773 eval-last-sexp. Don't bind debug-on-error here. | |
5774 (eval-last-sexp): New function. Bind debug-on-error if | |
5775 eval-expression-debug-on-error is non-nil. | |
5776 (eval-defun-2, eval-defun): Likewise. | |
5777 | |
5778 * simple.el (eval-expression): Don't bind debug-on-error if | |
5779 eval-expression-debug-on-error is nil. Detect changed | |
5780 debug-on-error, and propagate new value to global binding, if | |
5781 eval-expression-debug-on-error is non-nil, | |
5782 (eval-expression-debug-on-error): Change doc string. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5783 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5784 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5785 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5786 * 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
|
5787 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5788 * emacs-lisp/lisp-mode.el (with-syntax-table): |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5789 Set up lisp-indent-function property. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5790 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5791 * subr.el (with-syntax-table): Moved from simple.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5792 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5793 * simple.el (with-syntax-table): Moved to subr.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5794 |
27288 | 5795 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
5796 | |
27291 | 5797 * tmm.el (tmm-shortcut): Delete region after prompt instead |
5798 of erasing buffer. | |
5799 | |
27288 | 5800 * textmodes/fill.el (fill-common-string-prefix): New function. |
27309 | 5801 (fill-context-prefix): Use the longest common prefix of first |
5802 and second line fill prefix, if there is one. | |
27288 | 5803 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5804 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27285
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
5805 |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
5806 * 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
|
5807 Use make-local-variable for `truncate-lines'. |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
5808 |
27282 | 5809 2000-01-11 Jari Aalto <jari.aalto@poboxes.com> |
5810 | |
5811 * add-log.el (add-log-current-defun): Handle user-defined | |
5812 add-log-current-function returning nil, | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5813 |
27280 | 5814 * add-log.el (add-change-log-entry): Insert version number |
27282 | 5815 if having found a current function |
27278 | 5816 |
5817 * add-log.el (add-log-current-defun): Call | |
5818 `add-log-current-defun-function'. Try matches at level 0 and | |
5819 level 1. Strip whitespace from defun found. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5820 |
27270
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5821 2000-01-10 John Wiegley <johnw@gnu.org> |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5822 |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5823 * allout.el (isearch-done/outline-provisions): Added `edit' |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5824 argument to correspond with the current definition of |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5825 `isearch-done'. |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5826 |
27265 | 5827 2000-01-10 Dave Love <fx@gnu.org> |
5828 | |
5829 * elide-head.el (elide-head): Use point-marker, not point. | |
5830 | |
27261 | 5831 2000-01-10 Gerd Moellmann <gerd@gnu.org> |
5832 | |
27263 | 5833 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates |
5834 before and after the year 2000. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5835 |
27261 | 5836 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p): |
5837 Add ispell- prefix. | |
5838 | |
5839 2000-01-10 Ken Stevens <k.stevens@ieee.org> | |
5840 | |
5841 * ispell.el: Only define dictionaries in menus when they exist. | |
5842 (version18p): New variable. | |
5843 (version20p): New variable. | |
5844 (xemacsp): New variable. | |
5845 (ispell-choices-win-default-height): Fix for XEmacs visibility. | |
5846 (ispell-dictionary-alist1): Added Brasileiro dictionary. | |
5847 (ispell-dictionary-alist6): Russian command lines no longer accept | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5848 run-together words. |
27261 | 5849 (ispell-local-dictionary-alist): Add koi8-r to customize definition. |
5850 (ispell-dictionary-alist): Add koi8-r to customize definition. | |
5851 (check-ispell-version): Added documentation string. Returns | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5852 library path when called non-interactively. |
27261 | 5853 (ispell-menu-map-needed): Uses new variables. |
5854 (ispell-library-path): New variable. | |
5855 (ispell-decode-string): XEmacs fix for bogus variable bindings. | |
5856 (ispell-word): Improved documentation string. Test for valid | |
5857 character mappings. Correctly check typed in word changes that can | |
5858 result in single words split into multiple words. Returns | |
5859 replacement word. | |
5860 (ispell-command-loop): Fixes XEmacs display bugs. Show word to | |
5861 replace in recursive query replace mode. Help message for | |
5862 recursive edit mode. | |
5863 (ispell-show-choices): Protect against bad framepop bindings. | |
5864 (ispell-help): Fix to work with XEmacs. | |
5865 (ispell-highlight-spelling-error): Use new variables. | |
5866 (ispell-overlay-window): Fix to work with XEmacs. | |
5867 (ispell-parse-output): Passed and returns location information | |
5868 tracking spelling corrections. Doesn't recheck same word on | |
5869 current line. | |
5870 (ispell-init-process): Protect against bogus XEmacs variable binding. | |
5871 Fix call to single argument in sleep-for. Use new variables. | |
5872 (ispell-region): Passed and returns location information tracking | |
5873 spelling corrections. Doesn't check same word on current line. | |
5874 Improved documentation string. Doesn't resend a line already | |
5875 checked to the ispell process - fixes bug in LaTeX parsing. | |
5876 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML. | |
5877 (ispell-skip-region): No longer skips <TT> in SGML. | |
5878 (ispell-process-line): Tracks location information with spelling | |
5879 corrections. Added documentation string. Accounts for words | |
5880 already accepted on this line. Don't allow query-replace on line | |
5881 starting with math characters. Doesn't resend a line already sent | |
5882 to ispell process. Fixes alignment error bug. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5883 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5884 2000-01-10 Richard M. Stallman <rms@gnu.org> |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
5885 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5886 * dired-x.el (dired-guess-shell-alist-default): |
27259
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
5887 Suggest xloadimage, which is free, not xv, which isn't. |
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
5888 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5889 * ange-ftp.el (ange-ftp-file-name-nondirectory): |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
5890 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
|
5891 |
27255 | 5892 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
5893 | |
5894 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead | |
5895 of a real newline. | |
5896 | |
27253 | 5897 2000-01-09 Stephen Eglen <stephen@gnu.org> |
5898 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5899 * dired-x.el (dired-guess-shell-alist-default): Suggest xv |
27253 | 5900 for .png files. |
5901 | |
27251 | 5902 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk> |
5903 | |
5904 * cus-edit.el (custom-hook-convert-widget): Fix comment. | |
5905 | |
27247 | 5906 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
5907 | |
27249 | 5908 * progmodes/cperl-mode.el: Replace ^F with ^L. |
5909 | |
27247 | 5910 * sendmail.el (toplevel): Provide `sendmail' when compiling |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5911 before `require'ing rmail and mailalias to prevent infinite |
27247 | 5912 recursion. |
5913 | |
27244 | 5914 2000-01-08 Dave Love <fx@gnu.org> |
5915 | |
27265 | 5916 * emacs-lisp/backquote.el: Remove inappropriate customization |
5917 (allowing custom.el to use backquote). | |
27244 | 5918 |
27241 | 5919 2000-01-07 Dave Love <fx@gnu.org> |
5920 | |
5921 * add-log.el (add-log-debugging): Deleted. | |
5922 (add-change-log-entry): Treat a backup FILE-NAME as its parent | |
5923 file. Remove debugging code. | |
5924 (change-log-get-method-definition, change-log-name): Add doc. | |
5925 (change-log-sortable-date-at): New function. | |
5926 (change-log-merge): New command. | |
5927 | |
5928 * time.el (display-time-string-forms): Make the Mail string active. | |
5929 (display-time-update): Provide help-echo for load average. | |
5930 | |
5931 * bindings.el (make-mode-line-mouse2-map): New function. | |
5932 (mode-line-modified): Use it and simplify. | |
5933 (mode-line-mule-info): Provide help-echo info. | |
5934 (minor-mode-alist): Activate the strings. | |
5935 (make-mode-line-mouse-sensitive): Simplify for | |
5936 mode-line-buffer-identification. | |
5937 | |
27233 | 5938 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
5939 | |
5940 * play/pong.el: New file. | |
5941 | |
27241 | 5942 2000-01-06 Dave Love <fx@gnu.org> |
5943 | |
5944 * array.el: Assorted cleanups for compiler warnings, doc strings, | |
5945 `array-' prefix for symbols. | |
5946 | |
5947 2000-01-05 Dave Love <fx@gnu.org> | |
5948 | |
5949 * textmodes/outline.el (outline-mode-menu-bar-map): Add | |
5950 outline-headers-as-kill. | |
5951 (outline-mode): Define imenu-generic-expression. | |
5952 (outline-headers-as-kill): New command. | |
5953 | |
5954 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^' | |
5955 from paragraph-start. | |
5956 (paragraph-indent-minor-mode): New command. | |
5957 | |
5958 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a, | |
5959 M-C-e, M-C-h, C-j, C-xnd, TAB. | |
5960 (fortran-mode): Set beginning-of-defun, end-of-defun. | |
5961 (fortran-column-ruler): Simplify. | |
5962 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | |
5963 (fortran-with-subprogram-narrowing): Likewise. | |
5964 (fortran-indent-subprogram): Call mark-defun. | |
5965 (fortran-check-for-matching-do): Change narrowing. | |
5966 | |
5967 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table. | |
5968 (cl-lucid-hash-tag): Delete. | |
5969 (cl-hash-table-p): Correct test for native table. | |
5970 (cl-hash-table-count): Use hash-table-count. | |
5971 | |
5972 * browse-url.el (browse-url): Fix case of | |
5973 browse-url-browser-function being an alist. | |
5974 | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
5975 2000-01-05 Carsten Dominik <cd@gnu.org> |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
5976 |
27233 | 5977 * textmodes/reftex-vars.el (reftex-parse-file-extension) |
5978 (reftex-index-phrase-file-extension): New options. | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
5979 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
5980 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer): |
27233 | 5981 Use new option `reftex-index-phrase-file-extension'. |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
5982 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
5983 * textmodes/reftex.el (reftex-access-parse-file): Use new option |
27233 | 5984 `reftex-parse-file-extension'. |
27232
1c7665b7a026
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27205
diff
changeset
|
5985 |
27191 | 5986 2000-01-05 Dave Love <fx@gnu.org> |
5987 | |
27241 | 5988 * emacs-lisp/lisp.el (beginning-of-defun): New variable. |
27191 | 5989 (beginning-of-defun-raw): Use it. |
5990 (end-of-defun): New variable. | |
5991 (end-of-defun): Use it. | |
5992 (check-parens): New command. | |
5993 | |
27182 | 5994 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
5995 | |
27233 | 5996 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region) |
5997 (hs-show-block): Don't use `mapcar' when not accumulating. | |
27182 | 5998 |
27184
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
5999 Fix buglet in local variables initialization. |
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6000 |
27176 | 6001 2000-01-05 Andreas Schwab <schwab@suse.de> |
6002 | |
6003 * hscroll.el (hscroll): Doc fix. | |
6004 | |
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6005 2000-01-05 Carsten Dominik <cd@gnu.org> |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6006 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6007 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6008 idlw-toolbar. |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6009 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6010 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6011 file idlw-rinfo.el. |
27182 | 6012 (idlwave-customize): load must read file idlw-shell.el. |
6013 (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
|
6014 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6015 2000-01-05 Carsten Dominik <dominik@astro.uva.nl> |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6016 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6017 * progmodes/idlw-shell.el: Also provide idlwave-shell |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6018 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6019 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6020 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6021 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6022 both reftex-dcr and reftex-vcr. |
27182 | 6023 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6024 * 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
|
6025 |
27164 | 6026 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
27162 | 6027 |
6028 * ps-print.el: PostScript code now is in separate files, doc fix. | |
6029 (ps-print-version): New version number (5.0.3). | |
6030 (ps-header-lines, ps-left-header, ps-right-header): No more buffer | |
6031 local. | |
6032 (ps-spool-config): Initialization fix. | |
27233 | 6033 (ps-print-prologue-1, ps-print-prologue-2) |
6034 (ps-print-duplex-feature): PostScript code moved to separated file. | |
27162 | 6035 (ps-background-image): Little code reformating. |
6036 (ps-begin-file, ps-begin-job): Fix code. | |
27191 | 6037 (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
27162 | 6038 (ps-prologue-file): New fun. |
6039 | |
27159 | 6040 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6041 | |
27233 | 6042 * ps-vars.el: Eliminated. |
27159 | 6043 |
6044 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is | |
6045 `;;;###autoload'. | |
6046 | |
6047 * ps-print.el: ps-vars eliminated, doc fix. | |
6048 (ps-print-version): New version number (5.0.2). | |
6049 (ps-spool-config): Initialization fix. | |
6050 (ps-print-customize): New fun. | |
6051 | |
27155 | 6052 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
6053 | |
6054 * autorevert.el (auto-revert-mode): Return value of | |
6055 auto-revert-mode. | |
6056 | |
27152 | 6057 2000-01-04 Dave Love <fx@gnu.org> |
6058 | |
27198 | 6059 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle |
6060 menu items. | |
27152 | 6061 |
27124 | 6062 2000-01-03 Dave Love <fx@gnu.org> |
6063 | |
27191 | 6064 * elide-head.el (elide-head) [defgroup]: Add :version. |
27126 | 6065 |
27241 | 6066 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar. |
27124 | 6067 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use |
6068 `cl-hash-table-p', not `hash-table-p'. | |
6069 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | |
6070 | |
27119 | 6071 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6072 | |
6073 * faces.el (face-read-integer, read-face-attribute) | |
6074 (color-defined-p, color-values): unspecified-{f,b}g are now | |
6075 strings. | |
6076 | |
27112 | 6077 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org> |
6078 | |
6079 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces | |
6080 at comment end, and re-insert them after filling. | |
6081 | |
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6082 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
|
6083 |
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6084 * 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
|
6085 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el, |
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
6086 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
|
6087 |
27102 | 6088 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6089 | |
6090 * term/x-win.el (xw-defined-colors): Call color-supported-p, | |
6091 the new name of face-color-supported-p. | |
6092 | |
6093 * term/w32-win.el (xw-defined-colors): Likewise. | |
6094 | |
27097 | 6095 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6096 | |
6097 * simple.el (completion-setup-function): Count completion-size | |
6098 from minibuffer-prompt-end, not from point-min. | |
6099 | |
27091 | 6100 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
6101 | |
6102 * faces.el (read-face-attribute, defined-colors, color-defined-p): | |
6103 Pass the frame to tty-color-* functions. | |
6104 (display-color-p, frame-set-background-mode): Pass the frame to | |
6105 tty-display-color-p. | |
6106 | |
6107 * term/tty-colors.el (tty-defined-color-alist): Renamed from | |
6108 tty-color-alist. | |
6109 (tty-color-alist, tty-modify-color-alist): New functions. | |
6110 (tty-color-define, tty-color-clear, tty-color-approximate) | |
6111 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept | |
6112 an optional parameter FRAME. | |
6113 | |
27074 | 6114 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
6115 | |
27082 | 6116 * image.el (create-image, defimage): Don't assume image data is a |
6117 string. | |
6118 | |
27074 | 6119 * image.el (defimage): Handle specifications containing :data |
6120 instead of :file. | |
6121 (image-type-from-data): New function. | |
6122 (image-type-from-file-header): Use it. | |
6123 (create-image): Add parameter DATA-P. | |
27182 | 6124 |
30729 | 6125 See ChangeLog.8 for earlier changes. |